@charset "UTF-8";
table {
  margin-bottom: .625em; }

table td,
table th {
  border-bottom: solid 1px #ddc;
  border-right: solid 1px #ddc; }

a,
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }
  blockquote::before, blockquote::after,
  q::before,
  q::after {
    content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

strong {
  font-weight: 700; }

em {
  font-style: italic; }

.uig-404 .wrapper {
  padding: 2.5em 0;
  text-align: center; }
  .uig-404 .wrapper p {
    font-size: 1.125em; }

.uig-404 h1 {
  font-weight: 400;
  margin: .7em 0 0 .7em;
  padding: 2.5em 0 .625em;
  position: relative; }
  .uig-404 h1::before {
    color: #473f37;
    content: '\f06a';
    font-family: FontAwesome, sans-serif;
    font-size: 1.875em;
    left: 50%;
    margin: 0 0 0 -.9375em;
    position: absolute;
    top: 0;
    width: 1.875em; }
  .uig-404 h1::after {
    background: #473f37;
    bottom: 0;
    content: '';
    height: .094em;
    left: 50%;
    margin: 0 0 0 -8%;
    position: absolute;
    width: 16%; }

.table-wrapper {
  border: solid 0.063em #ddc;
  border-left: 0;
  border-radius: 0.188em;
  margin-bottom: .625em;
  overflow: auto;
  width: 100%; }

table {
  color: #000;
  width: 100%; }
  table caption {
    border-left: solid 1px #ddc;
    font-size: 1em;
    font-weight: 700;
    padding: .643em;
    text-align: left; }
  table td,
  table th {
    border-left: solid 1px #ddc;
    border-top: solid 1px #ddc;
    font-size: .875em;
    vertical-align: middle; }
  table th {
    background: #f2f2ec;
    font-weight: 700;
    padding: 1.214em .643em;
    text-align: left; }
  table td {
    padding: .714em .643em .643em; }
  table .nowrap {
    width: 1%; }
    table .nowrap .btn {
      white-space: nowrap; }
  table .nowrap-th {
    white-space: nowrap; }

tfoot {
  font-weight: 700; }
  tfoot td {
    border-bottom: 0;
    font-weight: 700; }

.page-alerts {
  background: #5f5449; }
  .page-alerts .container {
    padding: 0; }
  .page-alerts p {
    line-height: 130%; }
  .page-alerts .alert {
    box-shadow: 0 0.063em 0.188em 0 rgba(0, 0, 0, 0.2);
    border: 0;
    border-radius: 0 0 .188em .188em;
    margin: 0;
    min-height: 6.25em;
    padding-left: 6.35em; }
    .page-alerts .alert::before {
      font-size: 60px;
      left: .5em;
      top: .333em; }
  .page-alerts .big-font {
    font-size: 1.25em;
    padding-bottom: .2em; }
  .page-alerts .alert--warning {
    background: #fcfbd3;
    color: #000;
    padding-right: 3.6em; }
    .page-alerts .alert--warning .big-font {
      color: #473f37; }
    .page-alerts .alert--warning .hide-alert {
      border-color: rgba(92, 81, 70, 0.1); }
    .page-alerts .alert--warning .close::before {
      color: #5f5449; }
  .page-alerts .alert--info {
    color: #000;
    padding-right: 3.6em; }
    .page-alerts .alert--info .big-font {
      color: #48639c; }
    .page-alerts .alert--info .hide-alert {
      border-color: rgba(72, 99, 156, 0.1); }
    .page-alerts .alert--info .close::before {
      color: #48639c; }
  .page-alerts .hide-alert {
    border-left-style: solid;
    border-left-width: .071em;
    height: 100%;
    padding-right: 0;
    position: absolute;
    right: 0;
    top: 0; }
    .page-alerts .hide-alert .close {
      height: 100%;
      text-align: center;
      width: 3.571em; }
      .page-alerts .hide-alert .close::before {
        content: '\f00d';
        font-family: FontAwesome, sans-serif;
        font-size: 1.571em; }

.alert {
  border-style: solid;
  border-width: .063em;
  margin-bottom: 1.25em;
  padding: 1.125em 1.125em 1.125em 4.875em;
  position: relative; }
  .alert p {
    font-size: .875em;
    padding: 0; }
  .alert .title {
    color: #000;
    font-size: 1.25em;
    font-weight: 700;
    padding: 0 0 .15em; }
  .alert::before {
    font-family: FontAwesome, sans-serif;
    font-size: 2.313em;
    left: .625em;
    position: absolute;
    top: .438em; }

.alert--error {
  background: #fff7f4;
  border-color: #dab3a8;
  color: #000; }
  .alert--error::before {
    color: #ee430e;
    content: '\f057'; }

.alert--warning {
  background: #fcfcf6;
  border-color: #ddc;
  color: #000; }
  .alert--warning::before {
    color: #5c5146;
    content: '\f06a'; }

.alert--success {
  background: #f2ffe7;
  border-color: #cbe8d6;
  color: #000; }
  .alert--success::before {
    color: #297045;
    content: '\f058'; }

.alert--info {
  background: #dff6ff;
  border-color: #cbe4ee;
  color: #48639c; }
  .alert--info::before {
    color: #48639c;
    content: '\f05a'; }

.alert--ie {
  display: none; }

button {
  border-radius: 0.188em;
  background: none;
  border: 0;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: auto; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

.btn {
  border-radius: 0.188em;
  box-shadow: 0 0.063em 0.188em 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -0.214em 0 0 rgba(0, 0, 0, 0.2);
  display: inline-block;
  font-size: .875em;
  font-weight: 700;
  text-align: center;
  text-decoration: none; }

.btn--primary-1 {
  background: #297045;
  /*  border-bottom-color: $brown-dark;
  border-bottom-style: solid;*/
  color: #fff;
  padding: .714em 1.643em; }
  .btn--primary-1:hover, .btn--primary-1:focus {
    color: #fff; }

.btn--primary-2 {
  /*  @include border-radius ($border-radius);
  @include inner-shadow (0, -.214em, 0, 0, .2);*/
  background: #48639c;
  color: #fff;
  padding: .714em 1.643em; }
  .btn--primary-2:hover, .btn--primary-2:focus {
    color: #fff; }

.btn--secondary {
  background: #5f5449;
  /*  border-bottom-color: $brown-dark;
  border-bottom-style: solid;*/
  color: #fff;
  padding: .714em 1.643em; }
  .btn--secondary:hover, .btn--secondary:focus {
    color: #fff; }

.btn--cancel {
  border: solid 0.143em #ddc;
  box-shadow: none;
  color: #5f5449;
  padding: .571em 1.643em; }

.btn-textlink {
  box-shadow: none;
  color: #297045;
  padding: .714em 0; }

.main--links {
  background: #fff; }
  .main--links h2 {
    font-family: "Roboto", sans-serif;
    font-size: .875em;
    font-weight: 700;
    padding: 0; }
    .main--links h2 a {
      background-position: 50% 1.25em;
      background-repeat: no-repeat;
      background-size: 65px 65px;
      color: #5f5449;
      display: block;
      padding: 6.393em 1.25em 1.25em;
      text-align: center;
      text-decoration: none;
      width: 100%; }
    .main--links h2 a:link,
    .main--links h2 a:hover {
      color: #5f5449; }
  .main--links ul {
    display: none;
    margin-bottom: 1.25em; }
  .main--links li {
    font-size: .875em;
    line-height: 1.25em;
    padding-bottom: 0.3125em;
    position: relative; }
    .main--links li::before {
      color: #beb7a4;
      content: "";
      font-family: FontAwesome, sans-serif;
      font-size: 0.875em;
      left: 0;
      position: absolute;
      top: 0;
      z-index: 1; }
    .main--links li a {
      display: inline-block;
      padding-left: 0.625em; }
    .main--links li a:visited {
      color: #5f5449; }
  .main--links .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-bottom: 0; }
  .main--links .block {
    border-bottom: solid 0.063em #f2f2ec;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 49%;
        -ms-flex: 0 1 49%;
            flex: 0 1 49%;
    float: left;
    margin: 0;
    width: 50%; }
    .main--links .block:nth-child(even) {
      border-left: solid 0.063em #f2f2ec; }
  .main--links .wrapper {
    background: #fff;
    padding: 0;
    width: 100%; }
  .main--links .more {
    display: none;
    font-size: .7em;
    font-weight: 700;
    padding-right: .8em;
    position: relative; }
    .main--links .more::after {
      color: #5f5449;
      content: "";
      font-family: FontAwesome, sans-serif;
      font-size: 1em;
      position: absolute;
      right: 0;
      top: -0.091em;
      z-index: 1; }
  .main--links .col-5 .block:last-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    width: 100%; }

.label {
  display: block;
  padding-bottom: 3px; }

input,
textarea,
select {
  border-radius: 0.125em;
  color: #000;
  font-family: "Roboto", sans-serif, sans-serif;
  font-size: .875em;
  margin: 0;
  text-overflow: ellipsis; }

.txt,
select,
textarea {
  border: 0.063em solid #ddc;
  padding: .643em .714em;
  width: 100%; }

textarea {
  resize: vertical; }

.mandatory {
  color: #dab3a8;
  display: inline-block;
  margin-right: 5px; }

label abbr,
.label abbr {
  display: inline-block;
  margin-right: .357em; }

.checkbox {
  display: none; }
  .checkbox + label {
    background: url("../img/bg/checkbox-inactive.png") 0 0 no-repeat;
    cursor: pointer;
    display: inline-block;
    margin: -1px 4px 0 0;
    padding: 0 0 3px 25px;
    vertical-align: middle; }
  .checkbox:checked + label {
    background: url("../img/bg/checkbox-active.png") 0 0 no-repeat; }

.block--form .row {
  padding: 0 0 .625em; }

.row--error label {
  color: #ee430e; }

.row--error input {
  border-color: #ee430e; }

.bg1 {
  background: #f2f2ec; }

.clearfix::before, .clearfix::after {
  content: '';
  display: table; }

.clearfix::after {
  clear: both; }

.f-left {
  float: left; }

.f-right {
  float: right; }

.hidden {
  left: -625em;
  position: absolute;
  top: -625em; }

[class^='icon-'] {
  background-position: 0 50%;
  background-repeat: no-repeat;
  display: inline-block;
  position: relative; }
  [class^='icon-'][class$='-r'] {
    background-position: 100% 50%; }

[class^='icon-family'] {
  background-image: url("../img/icons/icon-family.svg"); }

[class^='icon-home'] {
  background-image: url("../img/icons/icon-home.svg"); }

[class^='icon-health'] {
  background-image: url("../img/icons/icon-health.svg"); }

[class^='icon-disabled'] {
  background-image: url("../img/icons/icon-disabled.svg"); }

[class^='icon-study'] {
  background-image: url("../img/icons/icon-study.svg"); }

[class^='icon-work'] {
  background-image: url("../img/icons/icon-work.svg"); }

[class^='icon-subsidy'] {
  background-image: url("../img/icons/icon-subsidy.svg"); }

[class^='icon-traffic'] {
  background-image: url("../img/icons/icon-traffic.svg"); }

[class^='icon-travel'] {
  background-image: url("../img/icons/icon-travel.svg"); }

[class^='icon-culture'] {
  background-image: url("../img/icons/icon-culture.svg"); }

[class^='icon-country'] {
  background-image: url("../img/icons/icon-country.svg"); }

[class^='icon-entrepreneur'] {
  background-image: url("../img/icons/icon-entrepreneur.svg"); }

[class^='icon-money'] {
  background-image: url("../img/icons/icon-money.svg"); }

[class^='icon-defence'] {
  background-image: url("../img/icons/icon-defence.svg"); }

[class^='icon-citizenship'] {
  background-image: url("../img/icons/icon-citizenship.svg"); }

[class^='icon-consumer-protection'] {
  background-image: url("../img/icons/icon-consumer-protection.svg"); }

[class^='icon-legal-aid'] {
  background-image: url("../img/icons/icon-legal-aid.svg"); }

[class^='icon-permit'] {
  background-image: url("../img/icons/icon-permit.svg"); }

.icon {
  background-position: 0 50%;
  background-repeat: no-repeat;
  display: inline-block;
  position: relative; }
  .icon:visited ::after,
  .icon:visited ::before {
    color: #5f5449; }

.icon-file,
.icon-pdf,
.icon-word,
.icon-external {
  padding-left: 1.2em; }
  .icon-file:visited ::after,
  .icon-file:visited ::before,
  .icon-pdf:visited ::after,
  .icon-pdf:visited ::before,
  .icon-word:visited ::after,
  .icon-word:visited ::before,
  .icon-external:visited ::after,
  .icon-external:visited ::before {
    color: #5f5449; }

.icon-file::before {
  color: #297045;
  content: "";
  font-family: FontAwesome, sans-serif;
  font-size: 1em;
  left: 0;
  position: absolute;
  top: 0.1em;
  z-index: 1; }

.icon-pdf::before {
  color: #297045;
  content: "";
  font-family: FontAwesome, sans-serif;
  font-size: 1em;
  left: 0;
  position: absolute;
  top: 0.1em;
  z-index: 1; }

.icon-word::before {
  color: #297045;
  content: "";
  font-family: FontAwesome, sans-serif;
  font-size: 1em;
  left: 0;
  position: absolute;
  top: 0.1em;
  z-index: 1; }

.icon-external {
  padding-left: 0;
  padding-right: 1.3em; }
  .icon-external::after {
    color: #297045;
    content: "";
    font-family: FontAwesome, sans-serif;
    font-size: 1em;
    position: absolute;
    right: 0;
    top: 0.1em;
    z-index: 1; }

.input-group {
  border-collapse: separate;
  display: table;
  position: relative; }
  .input-group .input-group-element,
  .input-group .input-group-btn {
    display: table-cell;
    vertical-align: top; }
    .input-group .input-group-element::before, .input-group .input-group-element::after,
    .input-group .input-group-btn::before,
    .input-group .input-group-btn::after {
      content: '';
      display: table; }
    .input-group .input-group-element::after,
    .input-group .input-group-btn::after {
      clear: both; }
  .input-group .input-group-element {
    width: 100%; }
    .input-group .input-group-element input {
      width: 100%; }
  .input-group .input-group-btn {
    width: 1%; }

a {
  color: #297045;
  text-decoration: underline; }

a:hover,
a:focus {
  color: #297045;
  text-decoration: none; }

h1 {
  color: #473f37;
  font-size: 2em;
  font-weight: 700;
  width: 100%; }
  h1.bordered {
    border-bottom: 0.094em solid #5c5146;
    margin-bottom: .563em;
    padding-bottom: .375em; }
  h1.normal {
    font-family: "Roboto", sans-serif;
    font-weight: normal; }
    h1.normal strong {
      font-weight: 700; }
  h1.no-border {
    padding: .781em .625em; }
  h1 + h2 {
    margin-top: 0;
    padding-top: 0; }

h2 {
  color: #473f37;
  font-size: 1.5em;
  font-weight: 700;
  padding: 0.625em 0; }
  h2.heading-numbered {
    border-bottom-color: #f2f2ec;
    border-bottom-style: solid;
    border-bottom-width: .042em;
    margin-bottom: .313em;
    padding-bottom: .208em; }
    h2.heading-numbered .number,
    h2.heading-numbered .text {
      display: inline-block;
      vertical-align: middle; }
    h2.heading-numbered .number {
      background: #5f5449;
      border-radius: 50%;
      color: #fff;
      font-weight: 700;
      height: 1.25em;
      margin-right: .208em;
      text-align: center;
      width: 1.25em; }

h3,
.h3 {
  color: #473f37;
  font-size: 1.125em;
  font-weight: 700;
  padding: .9em 0 .944em; }

h4,
.h4 {
  color: #000;
  font-size: .938em;
  font-weight: 700; }

h5 {
  font-size: 1.125em; }

h6 {
  font-size: .75em; }

.big-bordered-heading {
  border-bottom: solid 0.1em #ddc;
  font-size: 1.25em;
  margin-bottom: .85em;
  margin-top: 1.25em;
  padding-bottom: .4em; }

.medium-bordered-heading {
  border-bottom: solid 0.1em #f2f2ec;
  font-size: 1.125em;
  margin-bottom: .944em;
  margin-top: .833em;
  padding-bottom: .444em; }

p {
  padding: 0 0 0.625em; }
  p.more {
    padding-bottom: 0; }

/*.simple-list,
.unordered-list,
.ordered-list,
.links-list {
  font-size: .875em;
  line-height: 1.786em;
  margin: 0 0 0 $default-space-2x;
}

.unordered-list {
  list-style-type: disc;
}

.ordered-list {
  list-style-type: decimal;
}

.links-list {
  list-style-type: none;
  margin-left: .2em;
  padding-left: 0;

  li {
    @include font-awesome-before ('\f0da', $gray-dark, .875em, 0, 0);
    padding-left: $default-space;
    position: relative;

    a {
      display: inline-block;
    }

    a:visited {
      color: $a-visited-color;
    }
  }

  .no-subcategories {
    &::before {
      content: none;
    }
  }
}*/
.table-of-contents {
  display: inline-block;
  font-size: .875em;
  line-height: 1.786em;
  list-style-type: none;
  margin: 0;
  padding-bottom: .625em; }
  .table-of-contents li {
    padding-left: .8em;
    position: relative;
    list-style-type: none;
    margin: none; }
    .table-of-contents li::before {
      color: #beb7a4;
      content: "";
      font-family: FontAwesome, sans-serif;
      font-size: 0.875em;
      left: 0;
      position: absolute;
      top: 0;
      z-index: 1; }

.simple-list {
  line-height: 1.214em;
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .simple-list li {
    padding-top: .714em; }

.social-media::before, .social-media::after {
  content: '';
  display: table; }

.social-media::after {
  clear: both; }

.social-media li {
  float: left;
  font-size: 1.25em;
  margin-right: 1.875em;
  position: relative; }
  .social-media li::before {
    left: 0;
    position: absolute;
    top: .15em; }

.social-media a {
  display: inline-block;
  font-family: Roboto, sans-serif;
  font-size: .7em;
  margin-left: 2em; }

.social-media .facebook {
  color: #3b5998; }
  .social-media .facebook a {
    color: #3b5998; }

.social-media .twitter {
  color: #1da1f2; }
  .social-media .twitter a {
    color: #1da1f2; }

.social-media .linkedin {
  color: #0077b5; }
  .social-media .linkedin a {
    color: #0077b5; }

.social-media .youtube {
  color: #ea4335; }
  .social-media .youtube a {
    color: #ea4335; }

.social-media .rss {
  color: #fa9b39; }
  .social-media .rss a {
    color: #fa9b39; }

.feedback {
  border: solid 0.125em #f2f2ec;
  border-radius: 0.188em;
  margin: 0.625em 0 1.25em;
  padding: 1.063em;
  position: relative; }
  .feedback ul {
    font-size: 100%;
    line-height: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .feedback li {
    display: block;
    padding: 0 0 0 1.563em;
    position: relative; }
    .feedback li:first-child {
      margin-bottom: .625em;
      margin-left: 0; }
    .feedback li:last-child {
      margin-right: 0; }
    .feedback li:first-child::before {
      content: none; }
  .feedback h3 {
    font-family: "Roboto", sans-serif;
    font-size: 1em;
    font-weight: normal;
    padding: 0 0 0.625em; }

.feedback-positive-link {
  border-bottom: solid 1px #297045;
  color: #297045; }
  .feedback-positive-link::before {
    color: #297045;
    content: "";
    font-family: FontAwesome, sans-serif;
    font-size: 1.5em;
    left: 0.3em;
    position: absolute;
    top: 0;
    z-index: 1; }
  .feedback-positive-link:hover, .feedback-positive-link:focus {
    color: #297045; }

.feedback-negative-link {
  border-bottom: solid 1px #ee430e;
  color: #ee430e; }
  .feedback-negative-link::before {
    color: #ee430e;
    content: "";
    font-family: FontAwesome, sans-serif;
    font-size: 1.5em;
    left: 0.3em;
    position: absolute;
    top: 0;
    z-index: 1; }
  .feedback-negative-link:hover, .feedback-negative-link:focus {
    color: #ee430e; }

.feedback-positive-link.active, .feedback-positive-link:hover, .feedback-positive-link:focus,
.feedback-negative-link.active,
.feedback-negative-link:hover,
.feedback-negative-link:focus {
  border-bottom-width: 2px; }

.feedback-links a {
  font-size: .75em;
  text-decoration: none; }

.feedback--positive strong,
.feedback--negative-thanks strong {
  display: inline-block;
  padding-left: 1.2em;
  position: relative; }
  .feedback--positive strong::before,
  .feedback--negative-thanks strong::before {
    color: #297045;
    content: "";
    font-family: FontAwesome, sans-serif;
    font-size: 1em;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1; }
  .feedback--positive strong::before,
  .feedback--negative-thanks strong::before {
    font-weight: normal; }

.feedback--negative label {
  float: none; }

.feedback--negative p {
  padding: 0; }

.feedback--negative textarea {
  display: block;
  float: none;
  margin-bottom: 1.25em;
  width: 100%; }

.feedback--negative-thanks p,
.feedback--positive p {
  padding: 0; }

.metainfo {
  border-top: solid 1px #f2f2ec;
  font-size: .857em;
  margin-top: .938em;
  padding: .938em 0 0; }
  .metainfo p {
    padding-bottom: 0; }
  .metainfo span {
    display: inline-block;
    text-align: center;
    width: 1.929em; }

.overlay {
  background-color: rgba(0, 0, 0, 0.8); }

.mfp-bg {
  background: #0b0b0b;
  height: 100%;
  left: 0;
  opacity: 0.8;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1042; }

.mfp-wrap {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2001; }

.mfp-container {
  box-sizing: border-box;
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%; }
  .mfp-container::before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }

.mfp-align-top .mfp-container::before {
  display: none; }

.mfp-content {
  display: inline-block;
  margin: 0 auto;
  padding: 0 8px;
  position: relative;
  text-align: left;
  vertical-align: middle;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  cursor: auto;
  width: 100%; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none; }

.mfp-preloader {
  color: #ccc;
  left: 8px;
  margin-top: -.8em;
  position: absolute;
  right: 8px;
  text-align: center;
  top: 50%;
  width: auto;
  z-index: 1044; }
  .mfp-preloader a {
    color: #ccc; }
    .mfp-preloader a:hover {
      color: #fff; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  box-shadow: none;
  cursor: pointer;
  display: block;
  outline: none;
  overflow: visible;
  padding: 0;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  z-index: 1046; }

button::-moz-focus-inner {
  border: 0;
  padding: 0; }

.mfp-close {
  color: #fff;
  font-family: Arial, Baskerville, monospace;
  font-size: 1.75em;
  font-style: normal;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  position: absolute;
  right: 0;
  text-align: center;
  text-decoration: none;
  top: 0;
  width: 1.571em; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  padding-right: 6px;
  right: -6px;
  text-align: right;
  width: 100%; }

.mfp-counter {
  color: #ccc;
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 0;
  white-space: nowrap; }

.mfp-arrow {
  height: 110px;
  margin: 0;
  margin-top: -55px;
  opacity: 0.65;
  padding: 0;
  position: absolute;
  tap-highlight-color: transparent;
  top: 50%;
  width: 90px; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow::before, .mfp-arrow::after {
    border: medium inset transparent;
    content: '';
    display: block;
    height: 0;
    left: 0;
    margin-left: 35px;
    margin-top: 35px;
    position: absolute;
    top: 0;
    width: 0; }
  .mfp-arrow::after {
    border-bottom-width: 13px;
    border-top-width: 13px;
    top: 8px; }
  .mfp-arrow::before {
    border-bottom-width: 21px;
    border-top-width: 21px;
    opacity: .7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left::after {
    border-right: 17px solid #fff;
    margin-left: 31px; }
  .mfp-arrow-left::before {
    border-right: 27px solid #3f3f3f;
    margin-left: 25px; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right::after {
    border-left: 17px solid #fff;
    margin-left: 39px; }
  .mfp-arrow-right::before {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-bottom: 40px;
  padding-top: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    max-width: 900px;
    width: 100%; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  width: 100%; }
  .mfp-iframe-scaler iframe {
    background: #000;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

img.mfp-img {
  box-sizing: border-box;
  display: block;
  height: auto;
  line-height: 0;
  margin: 0 auto;
  max-width: 100%;
  padding: 40px 0 40px;
  width: auto; }

.mfp-figure {
  line-height: 0; }
  .mfp-figure::after {
    background: #444;
    bottom: 40px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    content: '';
    display: block;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 40px;
    width: auto;
    z-index: -1; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  cursor: auto;
  left: 0;
  margin-top: -36px;
  position: absolute;
  top: 100%;
  width: 100%; }

.mfp-title {
  color: #f3f3f3;
  padding-right: 36px;
  text-align: left;
  word-wrap: break-word; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure::after {
    bottom: 0;
    top: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    box-sizing: border-box;
    margin: 0;
    padding: 3px 5px;
    position: fixed;
    top: auto; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    background: rgba(0, 0, 0, 0.6);
    height: 35px;
    padding: 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 35px; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
            transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
            transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
            transform-origin: 100%; } }

.popup-wrapper {
  background: #fff;
  border-radius: 0.188em;
  margin: 2.5em auto;
  max-width: 40.625em;
  overflow: hidden;
  position: relative;
  text-align: left;
  z-index: 1000; }

.popup-header {
  background: #297045;
  border: solid 1px #297045;
  padding: 1.25em; }
  .popup-header .title {
    color: #fff;
    font-size: 1.250em;
    font-weight: 700;
    padding: 0; }

.popup-content {
  border-radius: 0.188em;
  padding: 1.25em;
  /*  label,
  .label {
    display: block;
    text-align: right;
  }

  .inline {
    label {
      display: inline;
    }
  }

  p {
    font-size: .875em;
  }*/ }
  .popup-content::before, .popup-content::after {
    content: '';
    display: table; }
  .popup-content::after {
    clear: both; }
  .popup-content .title {
    color: #473f37;
    font-size: 1.125em;
    font-weight: 700;
    padding-bottom: .556em; }
  .popup-content .block:last-child {
    margin-bottom: 0; }
  .popup-content p {
    line-height: 120%; }

.popup-footer {
  background: #fcfcf6;
  border-top: solid 1px #f2f2ec;
  padding: 1.25em; }
  .popup-footer::before, .popup-footer::after {
    content: '';
    display: table; }
  .popup-footer::after {
    clear: both; }
  .popup-footer .btn {
    margin-top: 1.25em;
    width: 100%; }
    .popup-footer .btn:first-child {
      margin-top: 0; }

.mfp-close-btn-in .mfp-close {
  color: #fff;
  opacity: 1;
  right: .714em;
  top: .714em; }

.mfp-bg,
.mfp-wrap {
  min-height: 100%;
  min-width: 100%; }

.accessibility-modal .popup-content input {
  margin-right: .4em;
  vertical-align: middle; }

.accessibility-modal label {
  color: #000; }

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

.container::after,
.row::after {
  clear: both; }

.container {
  margin: 0 auto;
  max-width: 73.438em;
  padding: 1.25em; }

.row {
  width: 100%; }
  .row.row--form {
    margin: 0 0 1.25em; }
  .row:last-child {
    padding-bottom: 0; }
    .row:last-child .block:last-child {
      margin-bottom: 0; }

.block {
  margin: 0 0 1.25em; }

* {
  box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%; }

body {
  background: #f2f2ec;
  color: #5f5449;
  font-family: "Roboto", sans-serif;
  font-size: 100%;
  line-height: 1; }
  body.line-height-big *:not(div),
  body.line-height-big *:not(ul),
  body.line-height-big *::before,
  body.line-height-big *::after {
    line-height: 200%; }
  body.line-height-big .page-bar .language li,
  body.line-height-big .page-search .input-group::before,
  body.line-height-big .page-alerts .alert::before {
    line-height: 100%; }
  body.line-height-big .mfp-close-btn-in .mfp-close {
    top: .4em; }
  body.contrast-blue-white .page-search .input-group-element .wrapper {
    border: solid 1px #fff !important; }
  body.contrast-blue-white * {
    background-color: #0c6092 !important;
    border-color: #fff !important;
    box-shadow: none !important;
    color: #fff !important; }
    body.contrast-blue-white *::before, body.contrast-blue-white *::after {
      color: #fff !important; }
  body.contrast-blue-white .page-search button span,
  body.contrast-blue-white .btn {
    background-color: #fff !important;
    color: #0c6092 !important; }
  body.contrast-yellow-black .page-search .input-group-element .wrapper {
    border: solid 1px #fff !important; }
  body.contrast-yellow-black * {
    background-color: #000 !important;
    border-color: #fff !important;
    box-shadow: none !important;
    color: #ffff00 !important; }
    body.contrast-yellow-black *::before, body.contrast-yellow-black *::after {
      color: #ffff00 !important; }
  body.contrast-yellow-black .page-search button span,
  body.contrast-yellow-black .btn {
    background-color: #ffff00 !important;
    color: #000 !important; }

.subpage--login {
  box-shadow: none;
  padding: 0; }
  .subpage--login h2 {
    font-size: 1.5em;
    font-weight: 400;
    padding: 0 0 .833em; }
  .subpage--login p {
    color: #000; }
  .subpage--login .main {
    background: none;
    border: 0;
    padding: 0; }
  .subpage--login .block .wrapper {
    border-radius: 0.188em;
    box-shadow: 0 0.063em 0.188em 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 1.25em;
    position: relative;
    width: 100%; }
  .subpage--login .btn {
    padding-bottom: 1.071em;
    padding-top: 1.071em;
    width: 100%; }

.login-list {
  margin-bottom: -20px; }
  .login-list li {
    margin: 0 0 10px; }
    .login-list li:last-child {
      margin: 0 0 20px; }
  .login-list a {
    background-position: 50% 10px;
    background-repeat: no-repeat;
    background-size: 130px auto;
    border: solid 2px #f2f2ec;
    border-radius: 2px;
    color: #5f5449;
    display: block;
    font-size: 12px;
    height: 80px;
    padding-top: 50px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: border-color .5s ease-out 0s;
    transition: border-color .5s ease-out 0s;
    width: 100%; }
    .login-list a:hover, .login-list a:focus {
      border-color: #dadac4; }
  .login-list .danske a {
    background-image: url("../img/logos/logo-danske.svg"); }
  .login-list .nordea a {
    background-image: url("../img/logos/logo-nordea.svg"); }
  .login-list .seb a {
    background-image: url("../img/logos/logo-seb.svg");
    background-size: auto 35px; }
  .login-list .swedbank a {
    background-image: url("../img/logos/logo-swedbank.svg"); }
  .login-list .krediidipank a {
    background-image: url("../img/logos/logo-krediidipank.svg"); }
  .login-list .lhv a {
    background-image: url("../img/logos/logo-lhv.svg");
    background-position: 50% 5px;
    background-size: auto 40px; }

.flags li {
  float: left;
  margin: 0 20px 20px 0; }

.flags a {
  background-position: 0 0;
  background-size: 81px 50px;
  height: 50px;
  padding-top: 0;
  width: 85px; }

.flags .est a {
  background-image: url("../img/illustrations/flag-est.svg"); }

.flags .fin a {
  background-image: url("../img/illustrations/flag-fin.svg"); }

.flags .swe a {
  background-image: url("../img/illustrations/flag-swe.svg"); }

.flags .dnk a {
  background-image: url("../img/illustrations/flag-dnk.svg"); }

.flags .ita a {
  background-image: url("../img/illustrations/flag-ita.svg"); }

.flags .lat a {
  background-image: url("../img/illustrations/flag-lat.svg"); }

.funding {
  padding-top: 0.625em; }
  .funding::before, .funding::after {
    content: '';
    display: table; }
  .funding::after {
    clear: both; }
  .funding .img {
    float: left; }
    .funding .img img {
      border-radius: 2px;
      display: block;
      margin-right: 10px; }

.page-bar {
  background: #5f5449;
  color: #fff;
  display: none; }
  .page-bar li {
    padding-left: 0.625em; }
    .page-bar li:first-child {
      padding-left: 0; }
  .page-bar .row {
    line-height: 100%;
    padding-bottom: 0; }
  .page-bar .block {
    margin-bottom: 0;
    padding-right: 0; }

.holiday {
  /*  padding: 1.125em 0;*/
  text-align: center; }
  .holiday p {
    display: inline-block;
    font-size: .75em;
    /*    line-height: 4.167em;*/
    padding: 1.125em 0; }
    .holiday p strong {
      /*      line-height: 4.083em;*/ }
    .holiday p a {
      color: #fff;
      display: inline-block; }
  .holiday strong {
    font-weight: 700; }
  .holiday .holiday-flag {
    background: url("../img/icons/icon-flag.svg") 100% 50% no-repeat;
    background-size: 14px 9px;
    padding-right: 1.667em; }

.language {
  /*  padding: .938em 0 .875em;*/ }
  .language li a {
    color: #fff;
    font-size: .7em;
    font-weight: 700;
    text-transform: uppercase; }
  .language .active {
    display: none; }
    .language .active a {
      color: #beb7a4;
      text-decoration: none; }

.skip a {
  display: block;
  left: -6249em;
  position: absolute;
  top: -6249em; }

.page-nav {
  background: #fff;
  min-height: 3.688em;
  position: relative; }
  .page-nav::before, .page-nav::after {
    content: '';
    display: table; }
  .page-nav::after {
    clear: both; }
  .page-nav .container {
    padding: 0; }
  .page-nav::before {
    background: #f2f2ec;
    bottom: 0;
    content: '';
    display: block;
    height: .063em;
    position: absolute;
    width: 100%; }
  .page-nav .nav-logo {
    float: left; }
  .page-nav .nav-list {
    display: none; }
  .page-nav .nav-btns {
    float: right;
    text-align: right; }
  .page-nav h1,
  .page-nav .logo a {
    background: url("../img/logos/logo-eesti-small.svg") 0 0 no-repeat;
    display: block;
    font-size: 1em;
    height: 1.25em;
    margin: 1.375em 0 0 1.25em;
    width: 5.625em; }
  .page-nav .logo {
    padding: 0; }
  .page-nav li {
    line-height: 2.5em;
    padding: 0 1.25em 0 1.313em;
    position: relative; }
    .page-nav li::before {
      background: #beb7a4;
      content: '';
      display: block;
      height: 1.25em;
      left: 0;
      position: absolute;
      top: 0.625em;
      width: .063em; }
    .page-nav li:first-child {
      padding-left: 0; }
    .page-nav li:first-child::before {
      content: none; }
    .page-nav li a {
      border-bottom: solid 0.125em #fff;
      color: #5f5449;
      text-decoration: none;
      -webkit-transition: color .5s ease-out 0s, border .5s ease-out 0s;
      transition: color .5s ease-out 0s, border .5s ease-out 0s; }
    .page-nav li a:hover,
    .page-nav li a:focus {
      border-bottom: solid 0.125em #297045;
      color: #297045;
      -webkit-transition: color .5s ease-out 0s, border .5s ease-out 0s;
      transition: color .5s ease-out 0s, border .5s ease-out 0s; }
  .page-nav .active a {
    border-bottom: solid 0.125em #297045;
    color: #297045; }
  .page-nav .nav--enter {
    display: none; }

.nav--search,
.nav--enter,
.nav--menu {
  box-shadow: inset 0 -0.214em 0 0 rgba(0, 0, 0, 0.2);
  border-radius: 0;
  color: #fff;
  float: left;
  font-size: .875em;
  position: relative; }
  .nav--search .text,
  .nav--search .icon,
  .nav--enter .text,
  .nav--enter .icon,
  .nav--menu .text,
  .nav--menu .icon {
    display: inline-block;
    float: left;
    height: 4.286em;
    line-height: 4.286em; }
  .nav--search .text,
  .nav--enter .text,
  .nav--menu .text {
    display: none;
    padding: 0 1.571em; }
  .nav--search .icon,
  .nav--enter .icon,
  .nav--menu .icon {
    width: 4.286em; }
    .nav--search .icon span,
    .nav--enter .icon span,
    .nav--menu .icon span {
      display: block;
      left: -6249em;
      position: absolute;
      top: -6249em; }
  .nav--search:hover,
  .nav--enter:hover,
  .nav--menu:hover {
    color: #fff; }

.nav--enter {
  background: #48639c;
  -webkit-transition: background .5s ease-out 0s;
  transition: background .5s ease-out 0s; }
  .nav--enter .icon {
    background-clip: padding-box;
    border-top-right-radius: 0.188em;
    border-bottom-right-radius: 0.188em;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    background: #3c5486;
    display: block;
    position: relative;
    width: 3.571em; }
    .nav--enter .icon::before {
      background-clip: padding-box;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0.188em;
      border-bottom-left-radius: 0;
      border-top-left-radius: 0;
      background: #3a4f7d;
      bottom: 0;
      content: '';
      display: block;
      height: .214em;
      position: absolute;
      width: 100%; }
  .nav--enter .icon::after {
    color: #fff;
    content: "";
    font-family: FontAwesome, sans-serif;
    font-size: 1.25em; }
  .nav--enter .icon-logged-in::after {
    color: #fff;
    content: "";
    font-family: FontAwesome, sans-serif;
    font-size: 1.25em; }
  .nav--enter:hover, .nav--enter:focus {
    background: #3c5486; }
  .nav--enter .text {
    text-transform: capitalize; }

.nav--search {
  background: #fff;
  border-left: solid 0.071em #f2f2ec;
  box-shadow: none;
  float: left;
  position: relative; }
  .nav--search::before {
    background: #f2f2ec;
    bottom: 0;
    content: '';
    display: block;
    height: .063em;
    position: absolute;
    width: 100%; }
  .nav--search .icon::after {
    color: #5f5449;
    content: "";
    font-family: FontAwesome, sans-serif;
    font-size: 1.25em; }
  .nav--search.active .icon::after {
    color: #5f5449;
    content: "";
    font-family: FontAwesome, sans-serif;
    font-size: 1.25em; }

.nav--menu {
  background: #5f5449;
  float: right; }
  .nav--menu .icon::after {
    color: #fff;
    content: "";
    font-family: FontAwesome, sans-serif;
    font-size: 1.25em; }

.page-login {
  box-shadow: inset 0 -0.214em 0 0 rgba(0, 0, 0, 0.2);
  background: #48639c;
  text-align: right; }
  .page-login ul {
    padding-left: 1.25em;
    float: right;
    padding-right: 1.25em; }
    .page-login ul li {
      float: left;
      padding-right: .625em; }
      .page-login ul li.active {
        display: none; }
    .page-login ul a {
      color: #fff;
      font-size: .7em;
      font-weight: 700;
      line-height: 4.4em;
      text-transform: uppercase; }
  .page-login .container {
    padding: 0; }
  .page-login .btn {
    box-shadow: inset 0 -0.273em 0 0 rgba(0, 0, 0, 0.2);
    background: #3c5486;
    border-radius: 0;
    color: #fff;
    float: right;
    font-size: .688em;
    min-width: 11em;
    position: relative; }
    .page-login .btn .text {
      display: inline-block;
      height: 4.545em;
      line-height: 4.545em;
      text-transform: uppercase;
      white-space: nowrap;
      padding-right: 4.545em;
      padding-left: 3em; }
      .page-login .btn .text::after {
        color: #fff;
        content: "";
        font-family: FontAwesome, sans-serif;
        font-size: 1.364em;
        position: absolute;
        right: 1.6em;
        top: 0;
        z-index: 1; }
    .page-login .btn .text-logged-in {
      display: inline-block;
      height: 4.545em;
      line-height: 4.545em;
      text-transform: uppercase;
      white-space: nowrap;
      padding-right: 4.545em;
      padding-left: 3em; }
      .page-login .btn .text-logged-in::after {
        color: #fff;
        content: "";
        font-family: FontAwesome, sans-serif;
        font-size: 1.364em;
        position: absolute;
        right: 1.6em;
        top: 0;
        z-index: 1; }

.nav-list .active span {
  border-bottom: solid 0.125em #297045;
  color: #297045; }

.page-search {
  background: #54b847 url("../img/bg/bg.jpg") 50% 0 no-repeat;
  display: none; }
  .page-search::before, .page-search::after {
    content: '';
    display: table; }
  .page-search::after {
    clear: both; }
  .page-search.active {
    display: block; }
  .page-search p {
    color: #fff;
    display: none;
    font-size: 1.125em;
    padding: 0 0 0.625em;
    text-align: center;
    text-shadow: 0 0.042em 0.042em rgba(0, 0, 0, 0.2); }
  .page-search button {
    border-radius: 0.188em;
    box-shadow: 0.063em 0.063em 0.063em 0 rgba(0, 0, 0, 0.2);
    float: right;
    font-size: 1em; }
    .page-search button span {
      border-radius: 0.188em;
      box-shadow: inset 0 -0.2em 0 0 rgba(0, 0, 0, 0.2);
      background: #5f5449;
      color: #fff;
      display: inline-block;
      font-size: .75em;
      height: 3.333em;
      line-height: 3.333em;
      padding: 0 1.5em;
      text-shadow: 0 0.056em rgba(0, 0, 0, 0.2);
      -webkit-transition: background .5s ease-out 0s;
      transition: background .5s ease-out 0s; }
    .page-search button:hover span, .page-search button:focus span {
      background: #554b42; }
  .page-search .container {
    padding: 0.3125em; }
  .page-search .input-group {
    position: relative; }
    .page-search .input-group::before {
      color: #5f5449;
      content: "";
      font-family: FontAwesome, sans-serif;
      font-size: 1em;
      left: 0.625em;
      position: absolute;
      top: 0.8em;
      z-index: 1; }
  .page-search .input-group-element {
    padding-right: 0.3125em;
    position: relative; }
    .page-search .input-group-element .wrapper {
      border-radius: 0.188em;
      box-shadow: 0.063em 0.063em 0.063em 0 rgba(0, 0, 0, 0.2);
      background: #fff;
      padding: 0 0.625em 0 1.875em;
      position: relative;
      width: 100%; }
    .page-search .input-group-element input {
      border: 0;
      color: #5f5449;
      font-size: .75em;
      height: 3.35em;
      line-height: 3.35em; }
  .page-search.page-search-active-dd .wrapper {
    background-clip: padding-box;
    border-top-right-radius: 0.188em;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0.188em; }

.input-group-search-dropdown {
  box-shadow: 0.063em 0.063em 0.063em 0 rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0.188em;
  border-bottom-left-radius: 0.188em;
  border-top-left-radius: 0;
  background: #fff;
  display: none;
  left: 0;
  position: absolute;
  top: 100%;
  width: calc(100% - 0.3125em);
  z-index: 1000; }
  .input-group-search-dropdown.input-group-search-dropdown-active {
    display: block; }
  .input-group-search-dropdown li a {
    border-top: solid 0.063em #ddc;
    color: #5f5449;
    display: block;
    font-size: .75em;
    padding: 0.813em 0.625em 0.813em 2.6em;
    text-decoration: none;
    width: 100%; }
  .input-group-search-dropdown li a:hover,
  .input-group-search-dropdown li a:focus {
    background: #fcfcf6; }
  .input-group-search-dropdown li b {
    color: #297045;
    font-weight: 700; }
  .input-group-search-dropdown .selected a {
    background: #fcfcf6; }
  .input-group-search-dropdown .active-term {
    display: none; }

.breadcrumbs {
  box-shadow: 0 0.063em 0.188em 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  border-bottom: solid 1px #e2e2dc;
  display: none; }
  .breadcrumbs ul {
    font-size: .75em; }
    .breadcrumbs ul::before, .breadcrumbs ul::after {
      content: '';
      display: table; }
    .breadcrumbs ul::after {
      clear: both; }
  .breadcrumbs li {
    float: left;
    padding: 0 1.25em 1.167em 0.625em;
    position: relative; }
    .breadcrumbs li::after {
      color: #473f37;
      content: "";
      font-family: FontAwesome, sans-serif;
      font-size: 1.063em;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 1; }
    .breadcrumbs li.active {
      font-family: "Roboto", sans-serif;
      margin-left: 0.625em; }
    .breadcrumbs li:first-child {
      padding-left: 0; }
    .breadcrumbs li:last-child::after {
      content: none; }
  .breadcrumbs a {
    text-transform: none;
    color: #473f37;
    font-weight: 700; }
    .breadcrumbs a:link {
      text-decoration: none; }
    .breadcrumbs a:focus {
      text-decoration: underline; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
    .breadcrumbs a:active {
      text-decoration: underline; }
    .breadcrumbs a:hover, .breadcrumbs a:focus {
      color: #473f37; }

.sidebar {
  background: #fcfcf6;
  border-right: solid 0.063em #f2f2ec;
  display: none;
  padding: 0.625em 0 0.625em 0.625em; }
  .sidebar .wrapper {
    width: 100%; }
  .sidebar a {
    text-transform: none;
    color: #473f37;
    display: block;
    position: relative;
    width: 100%; }
    .sidebar a:link {
      text-decoration: none; }
    .sidebar a:focus {
      text-decoration: none; }
    .sidebar a:hover {
      text-decoration: none; }
    .sidebar a:active {
      text-decoration: none; }
    .sidebar a:hover, .sidebar a:focus {
      text-decoration: underline; }

.level-2-content.active a {
  color: #297045;
  cursor: default;
  font-weight: 700;
  text-decoration: underline; }

.level-2-content.active a::before {
  color: #297045;
  font-weight: normal; }

.mfp-content .mobile-navigation .mfp-close {
  right: 0;
  top: .4em; }

.mobile-navigation .popup-content {
  padding: 0; }

.mobile-navigation .language {
  background: #53493f;
  float: none;
  margin: 0;
  overflow: hidden;
  padding: .938em 0;
  width: 100%; }
  .mobile-navigation .language ul {
    float: none; }
    .mobile-navigation .language ul::before, .mobile-navigation .language ul::after {
      content: '';
      display: table; }
    .mobile-navigation .language ul::after {
      clear: both; }
  .mobile-navigation .language li {
    float: left;
    padding: 0 0 0 1.25em; }

.mobile-navigation .mobile-sidebar {
  border-right: 0;
  display: block;
  float: none;
  padding: 0;
  position: static;
  width: 100%; }
  .mobile-navigation .mobile-sidebar a {
    text-decoration: none; }
  .mobile-navigation .mobile-sidebar dt {
    font-weight: normal; }

.mobile-navigation .level-0-title {
  background: #5f5449;
  border-bottom: 1px solid #53493f;
  font-size: 1.125em;
  padding: .889em 2.5em .889em 1.111em; }
  .mobile-navigation .level-0-title.active {
    color: #fff;
    text-decoration: underline; }
  .mobile-navigation .level-0-title a {
    color: #fff;
    display: block; }

.mobile-navigation .level-1 {
  display: block; }
  .mobile-navigation .level-1 > .active {
    padding-bottom: 0; }

.mobile-navigation .level-1-title {
  background: #5f5449;
  border-bottom: solid 1px #53493f;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 1.125em;
  padding: .889em 2.5em .889em 1.111em;
  position: relative;
  width: 100%; }
  .mobile-navigation .level-1-title::after {
    color: #fff;
    content: "";
    font-family: FontAwesome, sans-serif;
    font-size: 0.889em;
    position: absolute;
    right: 1.056em;
    top: 1.111em;
    z-index: 1; }
  .mobile-navigation .level-1-title:hover, .mobile-navigation .level-1-title:focus, .mobile-navigation .level-1-title.active {
    color: #fff; }
  .mobile-navigation .level-1-title:hover, .mobile-navigation .level-1-title:focus {
    border-bottom-color: #53493f; }
  .mobile-navigation .level-1-title.active {
    background: #297045;
    border-bottom-color: #297045;
    color: #fff;
    display: block; }
    .mobile-navigation .level-1-title.active::after {
      color: #fff;
      content: "";
      font-family: FontAwesome, sans-serif;
      font-size: 0.889em;
      position: absolute;
      right: 1.056em;
      top: 1.111em;
      z-index: 1; }
    .mobile-navigation .level-1-title.active + .level-1-content {
      background: #fcfcf6;
      border-left: solid 6px #297045;
      display: block; }
    .mobile-navigation .level-1-title.active + .search-filter-content {
      display: none; }
  .mobile-navigation .level-1-title.level-1-title-hidden {
    display: none; }
  .mobile-navigation .level-1-title a {
    color: #fff;
    display: block; }

.mobile-navigation .level-1-content {
  display: none;
  padding-left: 0; }
  .mobile-navigation .level-1-content.active {
    border-left: 0.333em solid #297045;
    display: block; }
  .mobile-navigation .level-1-content .active .level-2-content {
    display: block; }

.mobile-navigation .level-2-title {
  border-bottom: solid 0.063em #ddc;
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 1em;
  padding: .813em 2.188em;
  position: relative;
  width: 100%;
  word-wrap: break-word; }
  .mobile-navigation .level-2-title::after {
    color: #5f5449;
    content: "";
    font-family: FontAwesome, sans-serif;
    font-size: 1em;
    position: absolute;
    right: 1.063em;
    top: 0.813em;
    z-index: 1; }

.mobile-navigation .level-2-content {
  background: #fff;
  display: none;
  padding-bottom: 0; }
  .mobile-navigation .level-2-content a {
    border-bottom: 1px solid #ddc;
    color: #5f5449;
    display: block;
    font-size: .875em;
    padding: .857em 3.214em .857em 3.929em;
    position: relative; }
  .mobile-navigation .level-2-content.active a {
    color: #297045;
    text-decoration: none; }
  .mobile-navigation .level-2-content a::before {
    content: none; }
  .mobile-navigation .level-2-content:last-child a {
    padding-bottom: 1.714em; }

.mobile-navigation .level-2-active .level-2-title {
  font-weight: 700; }
  .mobile-navigation .level-2-active .level-2-title::after {
    color: #5f5449;
    content: "";
    font-family: FontAwesome, sans-serif;
    font-size: 1em;
    position: absolute;
    right: 1.063em;
    top: 0.813em;
    z-index: 1; }
  .mobile-navigation .level-2-active .level-2-title::after {
    font-weight: normal; }

.mobile-navigation .single-child .level-2-title {
  display: none; }

.mobile-navigation .single-child .level-2-content {
  background: none;
  display: block;
  font-family: "Roboto", sans-serif;
  padding: 0;
  position: relative;
  width: 100%;
  word-wrap: break-word; }
  .mobile-navigation .single-child .level-2-content a {
    font-size: 1em;
    padding: .813em 2.188em; }

.mobile-navigation .single-child.active a {
  color: #297045;
  font-weight: 700; }

.mobile-navigation .search-filter-title {
  display: none; }

.mobile-navigation .level-0-content .level-title-main::after {
  content: none; }

.page-content .container {
  padding: 0; }

.main {
  width: 100%; }
  .main p {
    font-size: .875em;
    line-height: 1.786em; }
    .main p.intro {
      color: #473f37;
      font-size: 1.25em;
      line-height: 1.5em;
      padding-bottom: .313em; }
  .main .wrapper {
    width: 100%; }

.article ul:not(.table-of-contents),
.article ol:not(.table-of-contents) {
  font-size: .875em;
  line-height: 1.786em;
  margin: 0 0 0 1.25em;
  padding: 0 0 .625em; }
  .article ul:not(.table-of-contents) + h3,
  .article ul:not(.table-of-contents) + .h3,
  .article ol:not(.table-of-contents) + h3,
  .article ol:not(.table-of-contents) + .h3 {
    padding-top: .275em; }

.article ul {
  list-style-type: disc; }

.article ol:not(.table-of-contents) {
  list-style-type: decimal; }

.article a[href^="http://"]:not([href*="eesti.ee"])::after,
.article a[href^="https://"]:not([href*="eesti.ee"])::after,
.article a[href^="//"]:not([href*="eesti.ee"])::after {
  color: #297045;
  content: " ";
  font-family: FontAwesome, sans-serif;
  font-size: 1em; }

.article a[href^="http://"]:not([href*="eesti.ee"]):visited ::after,
.article a[href^="http://"]:not([href*="eesti.ee"]):visited ::before,
.article a[href^="https://"]:not([href*="eesti.ee"]):visited ::after,
.article a[href^="https://"]:not([href*="eesti.ee"]):visited ::before,
.article a[href^="//"]:not([href*="eesti.ee"]):visited ::after,
.article a[href^="//"]:not([href*="eesti.ee"]):visited ::before {
  color: #5f5449; }

.block--illustration .block {
  border: 0.125em solid #f2f2ec;
  border-radius: 0.188em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.block--illustration img {
  background-clip: padding-box;
  border-top-right-radius: 0.188em;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0.188em;
  display: block;
  left: -2px;
  position: relative;
  top: -2px;
  width: calc(100% + 4px); }

.block--illustration .illustration {
  padding: 0;
  position: relative; }

.block--illustration .copy {
  padding: 0 1.25em 1.25em; }

.block--illustration .heading-link {
  color: #5f5449; }
  .block--illustration .heading-link h2 span {
    text-decoration: underline; }
  .block--illustration .heading-link:hover h2 span {
    text-decoration: none; }

.block--illustration h2 {
  color: #5f5449;
  display: block;
  font-weight: normal;
  margin-bottom: -55px;
  min-height: 40px;
  position: relative;
  top: -55px; }
  .block--illustration h2 span {
    background: #fff;
    display: inline-block;
    min-height: 42px;
    padding: .667em .833em 0; }

.block--bordered .block {
  border: 0.125em solid #f2f2ec;
  border-radius: 0.188em;
  padding: 1.25em; }

.block--bordered h2 {
  color: #5f5449;
  font-weight: 400;
  padding-top: 0; }

.block--bordered ul {
  padding-bottom: 0; }

.block--simple li {
  font-size: .875em;
  line-height: 1.429em;
  padding-bottom: 0.3125em;
  position: relative; }
  .block--simple li::before {
    color: #beb7a4;
    content: "";
    font-family: FontAwesome, sans-serif;
    font-size: 0.875em;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1; }
  .block--simple li a {
    display: inline-block;
    padding-left: 0.625em; }

.read-more {
  margin-top: 20px; }
  .read-more ul {
    line-height: 1.214em;
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .read-more ul li {
      padding-top: .714em; }
  .read-more h3 {
    border-bottom: 0.05em solid #f2f2ec;
    margin-bottom: .8em;
    padding-bottom: .5em; }

.more a {
  text-transform: uppercase; }
  .more a:link {
    text-decoration: none; }
  .more a:focus {
    text-decoration: underline; }
  .more a:hover {
    text-decoration: underline; }
  .more a:active {
    text-decoration: underline; }
  .more a:link {
    color: #5f5449; }

.page-footer {
  box-shadow: inset 0 0.063em 0.188em 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 0.625em;
  text-align: center; }
  .page-footer dt {
    color: #000;
    font-size: 1.125em;
    font-weight: 700;
    padding-bottom: 0.3125em; }
  .page-footer img {
    display: block;
    margin: 0 auto;
    max-width: 10em;
    width: 100%; }
  .page-footer .block p {
    padding-bottom: 0; }
  .page-footer .phone,
  .page-footer .email {
    color: #000;
    padding: 0 0 0 2em;
    position: relative; }
    .page-footer .phone p,
    .page-footer .email p {
      font-size: .75em; }
    .page-footer .phone p:last-child,
    .page-footer .email p:last-child {
      font-size: 1.125em; }
  .page-footer .phone::before {
    color: #54b847;
    content: "";
    font-family: FontAwesome, sans-serif;
    font-size: 1.25em;
    left: 0.625em;
    position: absolute;
    top: 0.438em;
    z-index: 1; }
  .page-footer .email {
    display: inline-block;
    margin-top: .625em; }
    .page-footer .email::before {
      color: #54b847;
      content: "";
      font-family: FontAwesome, sans-serif;
      font-size: 1.25em;
      left: 0;
      position: absolute;
      top: 0.438em;
      z-index: 1; }
    .page-footer .email a {
      font-size: .875em; }
  .page-footer .title {
    color: #000;
    font-size: 1.125em;
    font-weight: 700;
    padding-bottom: 1em; }
  .page-footer .links a {
    font-size: .875em; }
  .page-footer .links dd {
    padding-top: .188em; }
  .page-footer .your-europe img {
    height: 100px;
    width: 100px; }

.page-news {
  background: #fff; }
  .page-news::before, .page-news::after {
    content: '';
    display: table; }
  .page-news::after {
    clear: both; }
  .page-news h3,
  .page-news h4,
  .page-news .content,
  .page-news .date {
    padding-bottom: 0.625em; }
  .page-news h3 {
    border-bottom: solid 0.167em #5f5449;
    font-size: 1.25em;
    font-weight: 700;
    line-height: 125%;
    margin-bottom: 1.25em;
    padding-top: 0; }
  .page-news h4 {
    color: #297045;
    font-size: 1em;
    font-weight: 400; }
  .page-news .links {
    float: right;
    font-family: "Roboto", sans-serif; }
    .page-news .links a {
      display: inline-block;
      font-size: .583em;
      margin-top: .292em; }
  .page-news .date,
  .page-news .more {
    font-size: .688em;
    font-weight: 700;
    text-transform: uppercase; }
  .page-news .content {
    font-size: .875em;
    line-height: 1.429em; }
  .page-news .more {
    padding-bottom: 1.25em; }
    .page-news .more a {
      color: #297045;
      display: inline-block;
      padding-right: .8em;
      position: relative; }
      .page-news .more a::after {
        color: #297045;
        content: "";
        font-family: FontAwesome, sans-serif;
        font-size: 1em;
        position: absolute;
        right: 0;
        top: -0.091em;
        z-index: 1; }

.subpage--body .page-content,
.subpage--body .page-footer {
  box-shadow: none; }

.subpage--body .main {
  background-clip: padding-box;
  border-top-right-radius: 0.188em 0.188em 0 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  background: #fff;
  border-left: 0;
  padding: 1.25em; }

.subpage--body .sidebar {
  background-clip: padding-box;
  border-top-right-radius: 0 0 0.188em 0.188em;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.subpage--body .subpage--login {
  box-shadow: none; }
  .subpage--body .subpage--login .main {
    background: none;
    padding-top: 0; }

.subpage {
  background-clip: padding-box;
  border-top-right-radius: 0.188em;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  box-shadow: 0 0 0.063em 0 rgba(0, 0, 0, 0.1);
  margin-bottom: .063em; }
  .subpage::before, .subpage::after {
    content: '';
    display: table; }
  .subpage::after {
    clear: both; }

.aside {
  background: #fff;
  border: solid 0.125em #f2f2ec;
  margin: 0 0 0.625em;
  padding: 1.25em 0;
  width: 100%; }
  .aside [class^='icon-'] {
    padding-left: 1.429em; }
  .aside dl {
    margin-top: .6em;
    padding: 0 1.25em; }
    .aside dl:first-child {
      margin-top: 0; }
    .aside dl a {
      font-size: .875em;
      line-height: 1.429em;
      position: relative; }
  .aside dt {
    color: #000;
    font-size: 1.125em;
    font-weight: 700;
    padding-bottom: .444em; }
  .aside dd {
    padding-bottom: 0.3125em;
    position: relative; }
    .aside dd a {
      display: inline-block; }
  .aside .service-links a:not(.show-all) {
    font-weight: 700;
    padding: 0 0 0 1.429em; }
    .aside .service-links a:not(.show-all)::before {
      color: #297045;
      content: "";
      font-family: FontAwesome, sans-serif;
      font-size: 0.875em;
      left: 0;
      position: absolute;
      top: 0;
      z-index: 1; }
  .aside .service-links .show-all {
    font-weight: 400; }
  .aside .service-links + .file-links {
    border-top: solid 0.063em #f2f2ec;
    padding-top: .8em; }
  .aside .file-links dd:last-child {
    padding-bottom: 0; }
  .aside .hidden {
    position: absolute; }
  .aside .show-all {
    color: #5f5449;
    display: inline-block;
    font-size: .688em;
    padding: 0 .7em 0 0;
    position: relative;
    text-decoration: none;
    text-transform: uppercase; }
    .aside .show-all::after {
      color: #5f5449;
      content: "";
      font-family: FontAwesome, sans-serif;
      font-size: 1em;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 1; }
    .aside .show-all.active {
      padding: 0 1.2em 0 0; }
      .aside .show-all.active::after {
        color: #5f5449;
        content: "";
        font-family: FontAwesome, sans-serif;
        font-size: 1em;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1; }

.search-filter-title {
  display: none; }

.search-filter-content .level-2-active::before, .search-filter-content .level-2-active::after,
.search-filter-content .active::before,
.search-filter-content .active::after {
  content: '';
  display: table; }

.search-filter-content .level-2-active::after,
.search-filter-content .active::after {
  clear: both; }

.search-filter-content .level-2-active .level-2-title,
.search-filter-content .active .level-2-title {
  border-bottom: 0.1em solid #ddc;
  color: #473f37;
  cursor: default;
  display: block;
  font-size: 1.25em;
  font-weight: 700;
  padding: 1em .4em .4em 1.25em;
  position: relative; }
  .search-filter-content .level-2-active .level-2-title:hover,
  .search-filter-content .active .level-2-title:hover {
    color: #473f37; }

.search-filter-content .level-2-active .level-2-content,
.search-filter-content .active .level-2-content {
  border-bottom: 0.063em solid #f2f2ec;
  color: #473f37;
  display: block;
  font-size: 1em;
  margin-left: 1.6em;
  overflow: hidden;
  padding: .563em 1em .563em 0; }
  .search-filter-content .level-2-active .level-2-content::before, .search-filter-content .level-2-active .level-2-content::after,
  .search-filter-content .active .level-2-content::before,
  .search-filter-content .active .level-2-content::after {
    content: '';
    display: table; }
  .search-filter-content .level-2-active .level-2-content::after,
  .search-filter-content .active .level-2-content::after {
    clear: both; }

.search-filter-content .level-2-active input,
.search-filter-content .active input {
  float: left;
  margin: .2em 0 0; }

.search-filter-content label {
  display: block;
  float: right;
  font-size: 1em;
  padding-right: 1em;
  position: relative;
  text-align: left;
  width: calc(100% - 1.5em); }
  .search-filter-content label span {
    font-size: .688em;
    position: absolute;
    right: 0;
    top: -.1em; }

.mobile-tablet-filters {
  border: 0.125em solid #f2f2ec;
  border-radius: .188em;
  font-size: .875em;
  margin-bottom: 1.25em;
  padding: .625em .625em 0; }
  .mobile-tablet-filters .block:first-child {
    margin-bottom: 1.25em; }
  .mobile-tablet-filters dt {
    color: #473f37;
    font-weight: 700;
    padding: 0 0 .75em;
    text-transform: uppercase; }
  .mobile-tablet-filters dd {
    padding: 0 1em .563em 0; }
  .mobile-tablet-filters input {
    margin-right: .5em; }

.result-block {
  border-top: solid 0.063em #f2f2ec;
  margin: 0 0 1.25em; }
  .result-block:first-child {
    margin-top: 0; }
  .result-block h2 {
    font-size: 1.25em;
    font-weight: 400;
    padding-bottom: .278em;
    padding-top: 0; }
  .result-block .table-wrapper {
    margin: 0.625em 0; }

.result-summary {
  margin-top: -1.25em;
  padding: 0 .625em 1.25em 0; }

.result-category {
  color: #473f37;
  font-size: .75em;
  font-weight: 700;
  padding: 1em 0 0;
  text-transform: uppercase; }

.result-services h2 {
  font-weight: 700; }
  .result-services h2 a {
    padding-right: 1em;
    position: relative; }
    .result-services h2 a::after {
      color: #297045;
      content: "";
      font-family: FontAwesome, sans-serif;
      font-size: 0.7em;
      position: absolute;
      right: 0;
      top: 0.5em;
      z-index: 1; }

.result-contacts .result-details {
  overflow: hidden;
  padding: .2em 0 1em;
  width: 100%; }
  .result-contacts .result-details li {
    color: #000;
    float: left;
    font-size: .875em;
    margin: 0 0 0 1.5em;
    padding: 0 0 0 1.5em;
    position: relative; }
  .result-contacts .result-details li:first-child {
    margin-left: 0; }
  .result-contacts .result-details .address {
    padding: 0 0 0 1.2em; }
    .result-contacts .result-details .address::before {
      color: #000;
      content: "";
      font-family: FontAwesome, sans-serif;
      font-size: 1em;
      left: 0;
      position: absolute;
      top: 0;
      z-index: 1; }
  .result-contacts .result-details .phone {
    padding: 0 0 0 1.2em; }
    .result-contacts .result-details .phone::before {
      color: #000;
      content: "";
      font-family: FontAwesome, sans-serif;
      font-size: 1em;
      left: 0;
      position: absolute;
      top: 0;
      z-index: 1; }
  .result-contacts .result-details .email::before {
    color: #000;
    content: "";
    font-family: FontAwesome, sans-serif;
    font-size: 1em;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1; }

.result-breadcrumbs::before, .result-breadcrumbs::after {
  content: '';
  display: table; }

.result-breadcrumbs::after {
  clear: both; }

.result-breadcrumbs li {
  color: #5f5449;
  float: left;
  font-size: .688em;
  margin: 0 0 0 .818em;
  padding: 0 0 0 1.091em;
  position: relative; }
  .result-breadcrumbs li::before {
    color: #5f5449;
    content: "";
    font-family: FontAwesome, sans-serif;
    font-size: 0.727em;
    left: 0;
    position: absolute;
    top: 0.375em;
    z-index: 1; }
  .result-breadcrumbs li:first-child {
    margin-left: 0;
    padding-left: 0; }
  .result-breadcrumbs li:first-child::before {
    content: none; }

.result-breadcrumbs a {
  color: #5f5449;
  text-decoration: none; }
  .result-breadcrumbs a:hover, .result-breadcrumbs a:focus {
    text-decoration: underline; }

.result-pagination {
  border-top: solid 0.063em #f2f2ec;
  margin: 1.25em 0 0;
  padding: 1.25em 0 0;
  position: relative; }
  .result-pagination::before, .result-pagination::after {
    content: '';
    display: table; }
  .result-pagination::after {
    clear: both; }
  .result-pagination a {
    text-decoration: none; }
  .result-pagination a:hover,
  .result-pagination a:focus {
    color: #297045;
    text-decoration: underline; }
  .result-pagination .previous,
  .result-pagination .next {
    display: inline-block;
    font-size: .75em;
    font-weight: 700;
    position: relative;
    text-transform: uppercase; }
  .result-pagination .previous {
    padding-left: .833em; }
    .result-pagination .previous::before {
      color: #297045;
      content: "";
      font-family: FontAwesome, sans-serif;
      font-size: 0.727em;
      left: 0;
      position: absolute;
      top: 0.25em;
      z-index: 1; }
  .result-pagination .pages {
    padding: 1em .75em;
    width: 100%; }
    .result-pagination .pages a {
      border-bottom: solid 0.188em #fff;
      color: #5f5449; }
    .result-pagination .pages a:focus,
    .result-pagination .pages a:hover {
      border-bottom: solid 0.188em #297045;
      color: #297045;
      text-decoration: none; }
    .result-pagination .pages ul {
      display: none;
      text-align: center; }
    .result-pagination .pages li {
      display: inline-block;
      padding: 0 .313em; }
  .result-pagination .active a {
    border-bottom: solid 0.063em #5f5449; }
  .result-pagination .next {
    padding-right: .833em; }
    .result-pagination .next::after {
      color: #297045;
      content: "";
      font-family: FontAwesome, sans-serif;
      font-size: 0.727em;
      position: absolute;
      right: 0;
      top: 0.25em;
      z-index: 1; }

.pages-mobile {
  margin: -5px 0 0;
  padding-bottom: 0;
  text-align: left; }

.subpage--eidas .page-login {
  display: none; }

.subpage--eidas .page-bar {
  display: block; }
  .subpage--eidas .page-bar .container {
    padding-bottom: 0;
    padding-top: 0; }
  .subpage--eidas .page-bar .holiday,
  .subpage--eidas .page-bar .accessibility {
    display: none; }
  .subpage--eidas .page-bar .language {
    padding: .875em 0; }
    .subpage--eidas .page-bar .language::before, .subpage--eidas .page-bar .language::after {
      content: '';
      display: table; }
    .subpage--eidas .page-bar .language::after {
      clear: both; }
    .subpage--eidas .page-bar .language ul {
      float: left; }
    .subpage--eidas .page-bar .language li {
      float: left; }

.subpage--eidas .page-nav {
  border-bottom: .063em solid #f2f2ec; }

@media (min-width: 768px) {
  .container {
    padding: 2.5em 1.25em; }
  .col-10 .block {
    margin-right: 1.24em;
    width: calc((100% - 11.25em) / 10); }
  .col-9 .block {
    margin-right: 1.24em;
    width: calc((100% - 10em) / 9); }
  .col-8 .block {
    margin-right: 1.24em;
    width: calc((100% - 8.75em) / 8); }
  .col-7 .block {
    margin-right: 1.24em;
    width: calc((100% - 7.5em) / 7); }
  .col-6 .block {
    margin-right: 1.24em;
    width: calc((100% - 6.25em) / 6); }
  .col-5 .block {
    margin-right: 1.24em;
    width: calc((100% - 5em) / 5); }
  .col-4 .block {
    margin-right: 1.24em;
    width: calc((100% - 3.75em) / 4); }
  .col-3 .block {
    margin-right: 1.24em;
    width: calc((100% - 2.5em) / 3); }
  .col-2 .block {
    margin-right: 1.24em;
    width: calc((100% - 1.25em) / 2); }
  .col-1 .block {
    margin-right: 1.24em;
    width: calc((100% - 0em) / 1); }
  .row {
    padding: 0 0 1.25em; }
    .row.row--form {
      margin: 0; }
    .row:last-child .block {
      margin-bottom: 0; }
  .block {
    float: left;
    margin: 0; }
    .block:last-child {
      margin-right: 0; }
  .aside {
    float: right;
    margin-left: 1em;
    width: 13.75em; }
  .feedback {
    text-align: center; }
    .feedback li {
      display: inline-block;
      margin: 0 .938em; }
      .feedback li:first-child {
        margin-bottom: 0; }
      .feedback li::before {
        background: #beb7a4;
        content: '';
        display: block;
        height: 1.250em;
        left: -.938em;
        position: absolute;
        top: 0;
        width: .063em; }
  .feedback--negative textarea {
    margin: 0 auto 1.25em;
    max-width: 28em; }
  .page-footer {
    text-align: left; }
    .page-footer img {
      margin: 0; }
    .page-footer .block {
      float: left;
      margin-right: 1.25em;
      width: calc((100% - 5em) / 5); }
      .page-footer .block:last-child {
        margin-right: 0; }
  .subpage--login .block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .subpage--login .block .wrapper {
      padding: 2.5em; }
  .subpage--login .btns {
    text-align: right; }
    .subpage--login .btns .btn {
      width: auto; }
  .subpage--login .copy .btn {
    bottom: 2.875em;
    position: absolute;
    right: 2.813em; }
  .subpage--login .copy .wrapper {
    padding-bottom: 6.25em; }
  .login-list::before, .login-list::after {
    content: '';
    display: table; }
  .login-list::after {
    clear: both; }
  .login-list li {
    float: left;
    margin: 0 20px 20px 0; }
  .login-list a {
    width: 150px; }
  .flags a {
    width: 85px; }
  .funding {
    padding-top: 0; }
  .main--links .row {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }
  .main--links .block {
    margin-right: 0;
    width: 25%; }
    .main--links .block:nth-child(n+1) {
      border-left: solid 0.063em #f2f2ec; }
  .block--flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }
  .popup-footer .btn {
    margin: 0;
    width: auto; }
    .popup-footer .btn.f-right {
      margin-left: .938em; }
  .accessibility-modal .popup-content input {
    margin-right: .4em; }
  .page-news .row {
    padding-bottom: 0; }
  .page-news .row--block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .page-news .block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 25%; }
  .page-news .wrapper {
    width: 100%; }
  .page-news .more {
    padding-bottom: 0; }
  .result-pagination .pages {
    padding: 0 8.75em; }
    .result-pagination .pages ul {
      display: block; }
  .result-pagination .previous,
  .result-pagination .next {
    position: absolute;
    top: 1.875em; }
  .result-pagination .previous {
    left: 0; }
  .result-pagination .next {
    right: 0; }
  .pages-mobile {
    display: none; }
  .mobile-tablet-filters {
    padding: 1.25em 1.25em .625em; }
  /*
.subpage--login {
  .block {
    display: flex;
  }
}
*/
  .intro + h2.heading-numbered {
    width: calc(100% - 10em); }
  .main--links .col-5 .block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 20%;
        -ms-flex: 0 1 20%;
            flex: 0 1 20%; }
  .main--links .col-5 .block:last-child {
    margin-right: 0;
    width: 20%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 20%;
        -ms-flex: 0 1 20%;
            flex: 0 1 20%; } }

@media (min-width: 992px) {
  .aside {
    margin: 0.5em 0 1.25em 1.25em;
    padding: 1.25em 0; }
  .page-bar {
    display: block; }
    .page-bar .container {
      padding: 0 1.25em; }
  .language {
    padding-right: 0; }
    .language::before, .language::after {
      content: '';
      display: table; }
    .language::after {
      clear: both; }
    .language ul {
      float: right; }
    .language li {
      float: left;
      padding-top: .75em; }
    .language a {
      color: #fff; }
  .accessibility::before, .accessibility::after {
    content: '';
    display: table; }
  .accessibility::after {
    clear: both; }
  .accessibility p {
    background: #473f37;
    display: inline-block;
    padding: 0.9em 1.25em; }
    .accessibility p a {
      color: #fff;
      display: inline-block;
      font-size: .75em; }
  /*.font-size {
  @include clearfix();

  button {
    background: $gray;
    display: inline-block;
    height: 1.5em;
    //line-height: 1.5em;
    padding: 0 .313em;
    width: 1.375em;

    span {
      color: $brown;
      display: inline-block;
      text-transform: uppercase;
    }
  }

  .active {
    span {
      text-decoration: underline;
    }
  }

  .font-size-default {
    @include border-radiuses (0, 0, $border-radius, $border-radius);
    border-right: solid .063em $gray-dark;

    span {
      font-size: smaller;
    }
  }

  .font-size-2x {
    @include border-radiuses ($border-radius, $border-radius, 0, 0);

    span {
      font-size: 1em;
    }
  }
}*/
  .breadcrumbs {
    display: block; }
    .breadcrumbs .container {
      padding: 1em 1.25em 0; }
  .page-footer .block--no-heading {
    padding-top: 1.25em; }
    .page-footer .block--no-heading p {
      text-align: left; }
  .page-footer .email {
    margin-bottom: 0;
    padding: 0 0 0 2em; }
    .page-footer .email::before {
      left: 0; }
  .label {
    color: #4f4f4f;
    display: inline-block;
    float: left;
    font-size: .875em;
    -webkit-hyphens: auto;
       -moz-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
    padding: 0 .625em 0 0;
    text-align: right;
    width: 35%; }
  .value {
    color: #000;
    padding: 0;
    word-wrap: break-word; }
    .value a {
      word-wrap: break-word; }
  .value,
  .txt,
  select,
  textarea {
    float: right;
    width: 65%; }
  input,
  textarea,
  select {
    font-size: 1em; }
  .container {
    padding: 2.5em 1.25em; }
  .col-10 .block {
    margin-right: 1.24em;
    width: calc((100% - 11.25em) / 10); }
  .col-9 .block {
    margin-right: 1.24em;
    width: calc((100% - 10em) / 9); }
  .col-8 .block {
    margin-right: 1.24em;
    width: calc((100% - 8.75em) / 8); }
  .col-7 .block {
    margin-right: 1.24em;
    width: calc((100% - 7.5em) / 7); }
  .col-6 .block {
    margin-right: 1.24em;
    width: calc((100% - 6.25em) / 6); }
  .col-5 .block {
    margin-right: 1.24em;
    width: calc((100% - 5em) / 5); }
  .col-4 .block {
    margin-right: 1.24em;
    width: calc((100% - 3.75em) / 4); }
  .col-3 .block {
    margin-right: 1.24em;
    width: calc((100% - 2.5em) / 3); }
  .col-2 .block {
    margin-right: 1.24em;
    width: calc((100% - 1.25em) / 2); }
  .col-1 .block {
    margin-right: 1.24em;
    width: calc((100% - 0em) / 1); }
  .row {
    padding: 0 0 1.25em; }
    .row.row--form {
      margin: 0; }
    .row:last-child .block {
      margin-bottom: 0; }
  .block {
    float: left;
    margin: 0; }
    .block:last-child {
      margin-right: 0; }
  .main--links {
    background: none; }
    .main--links .row {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
    .main--links .block {
      border-bottom: 0; }
      .main--links .block:nth-child(even) {
        border-left: 0; }
    .main--links .wrapper {
      border-radius: 0.188em;
      box-shadow: 0 0.063em 0.188em 0 rgba(0, 0, 0, 0.1);
      padding: 1.25em;
      width: 100%; }
    .main--links h2 {
      font-family: "Roboto", sans-serif;
      font-size: 1.5em;
      font-weight: normal; }
      .main--links h2 a {
        background-position: 0 0;
        display: block;
        margin-bottom: 0.625em;
        padding: 3.333em 0 0;
        text-align: left; }
    .main--links ul {
      display: block;
      margin-bottom: 0.3125em; }
    .main--links .more {
      display: inline-block; }
    .main--links .col-5 .block:last-child {
      width: calc((100% - 5em) / 5); }
  .page-content {
    box-shadow: inset 0 -0.063em 0.188em 0 rgba(0, 0, 0, 0.1);
    background: #f2f2ec; }
    .page-content .container {
      padding: 2.5em 1.25em; }
  .main {
    float: right;
    width: 77%; }
    .main.main--full {
      width: 100%; }
  .main--links .row {
    padding: 0 0 1.25em; }
    .main--links .row:last-child {
      padding-bottom: 0; }
  .main--links .block {
    border: 0; }
    .main--links .block:nth-child(n+1) {
      border-left: 0; }
  .page-nav {
    border-top: 0; }
    .page-nav::before, .page-nav::after {
      content: '';
      display: table; }
    .page-nav::after {
      clear: both; }
    .page-nav h1,
    .page-nav .logo a {
      background: url("../img/logos/logo-eesti.svg") 0 0 no-repeat;
      font-size: 2em;
      height: 2.5em;
      margin: 0 1.25em 0 0;
      width: 5.625em; }
    .page-nav .container {
      padding: 2.5em 1.25em; }
    .page-nav .nav-logo,
    .page-nav ul,
    .page-nav li {
      float: left; }
    .page-nav .nav-list {
      display: block;
      width: 55%;
      margin-top: 1em; }
    .page-nav .nav--enter,
    .page-nav .nav--menu {
      border-radius: 0.188em;
      margin: -.313em 0; }
      .page-nav .nav--enter .text,
      .page-nav .nav--enter .icon,
      .page-nav .nav--menu .text,
      .page-nav .nav--menu .icon {
        height: 3.571em;
        line-height: 3.571em; }
    .page-nav .nav--enter {
      display: block;
      margin-top: 1em; }
      .page-nav .nav--enter .text {
        display: block; }
    .page-nav .nav--menu,
    .page-nav .nav--search {
      display: none; }
  .page-login {
    display: none; }
  .page-news h3 {
    font-size: 1.5em; }
    .page-news h3::before, .page-news h3::after {
      content: '';
      display: table; }
    .page-news h3::after {
      clear: both; }
    .page-news h3 .links {
      float: right;
      font-size: .875em; }
  .page-news h4 {
    font-size: 1.25em;
    font-weight: 400;
    padding-bottom: 1.563em; }
  .page-news .content {
    padding-bottom: 1.786em; }
  .mobile-tablet-filters {
    display: none; }
  .page-search {
    display: block; }
    .page-search::before, .page-search::after {
      content: '';
      display: table; }
    .page-search::after {
      clear: both; }
    .page-search .container {
      padding: 2.5em 1.25em; }
    .page-search p {
      display: block;
      font-size: 1.5em;
      line-height: 100%; }
    .page-search button {
      float: right; }
      .page-search button span {
        font-size: 1.25em;
        height: 3em;
        line-height: 3em; }
    .page-search .input-group::before {
      color: #5f5449;
      content: "";
      font-family: FontAwesome, sans-serif;
      font-size: 1.563em;
      left: 0.625em;
      position: absolute;
      top: 0.75em;
      z-index: 1; }
    .page-search .input-group-element {
      padding-right: 1.25em; }
      .page-search .input-group-element .wrapper {
        padding: 0 3.125em; }
      .page-search .input-group-element input {
        font-size: 1em;
        height: 3.75em; }
      .page-search .input-group-element::before {
        left: 1.25em; }
  .input-group-search-dropdown {
    width: calc(100% - 1.25em); }
    .input-group-search-dropdown li a {
      font-size: 1em;
      padding: 0.813em 1.25em 0.813em 3.125em; }
  .sidebar {
    float: left;
    padding: 0 0 1.25em;
    position: static;
    width: 23%; }
    .sidebar dt,
    .sidebar dd {
      line-height: 1.25em; }
    .sidebar a {
      padding-right: 1em; }
      .sidebar a:hover {
        color: #297045; }
    .sidebar dt {
      color: #473f37; }
    .sidebar .level-title-main {
      display: none; }
    .sidebar .level-1-title {
      border-bottom: solid 0.1em #ddc;
      color: #473f37;
      display: block;
      font-size: 1.25em;
      font-weight: 700;
      line-height: 1em;
      padding: 1em .4em .4em 1.25em;
      position: relative; }
    .sidebar .level-1-content {
      display: none;
      padding-left: 1.25em; }
      .sidebar .level-1-content.active {
        display: block; }
      .sidebar .level-1-content .active .level-2-content {
        display: block; }
    .sidebar .level-2-title {
      border-bottom: solid 0.063em #f2f2ec;
      cursor: pointer;
      display: block;
      font-size: 1em;
      padding: .563em .4em .563em 1.25em;
      position: relative; }
      .sidebar .level-2-title::before {
        content: '\f105';
        font-family: FontAwesome, sans-serif;
        font-size: .889em;
        left: .438em;
        position: absolute;
        top: .563em;
        z-index: 1; }
      .sidebar .level-2-title:hover {
        color: #297045; }
    .sidebar .level-2-content {
      display: none;
      font-size: .875em; }
      .sidebar .level-2-content > a {
        padding: .429em 1.3em .429em 2.857em;
        position: relative; }
        .sidebar .level-2-content > a::before {
          content: '-';
          font-family: FontAwesome, sans-serif;
          font-size: 1.3em;
          left: 1.429em;
          position: absolute;
          top: .214em;
          z-index: 1; }
      .sidebar .level-2-content.active a {
        color: #297045;
        cursor: default;
        font-weight: 700;
        text-decoration: underline; }
      .sidebar .level-2-content.active a::before {
        color: #297045;
        font-weight: normal; }
    .sidebar .level-2-active {
      padding-bottom: 1em; }
      .sidebar .level-2-active .level-2-title {
        font-weight: 700; }
        .sidebar .level-2-active .level-2-title::before {
          content: '\f107';
          font-family: FontAwesome, sans-serif;
          font-size: .889em;
          left: .2em;
          position: absolute;
          top: .563em;
          z-index: 1; }
    .sidebar .search-filter-content {
      padding-left: 0; }
      .sidebar .search-filter-content .level-2-title::before {
        content: none; }
    .sidebar .single-child .level-2-title {
      display: none; }
    .sidebar .single-child .level-2-content {
      border-bottom: solid 0.063em #f2f2ec;
      cursor: pointer;
      display: block;
      font-size: 1em;
      padding: 0;
      position: relative; }
      .sidebar .single-child .level-2-content > a {
        padding: .563em .4em .563em 1.25em; }
      .sidebar .single-child .level-2-content > a::before {
        content: none; }
    .sidebar .sidebar--subpage .level-1 {
      display: none; }
      .sidebar .sidebar--subpage .level-1.level-1-title-active {
        display: block; }
      .sidebar .sidebar--subpage .level-1.level-1-title-hidden {
        display: none; }
    .sidebar .sidebar--subpage .level-1-content.active {
      display: block; }
  .sidebar--search {
    display: none;
    width: 0; }
  .subpage--body .page-content .subpage,
  .subpage--body .page-content .main,
  .subpage--body .page-content .sidebar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .subpage--body .page-content .container {
    padding: 1.25em 1.25em 0; }
  .subpage--body .main {
    padding: 1.25em; }
    .subpage--body .main p:last-child {
      padding-bottom: 0; }
  .subpage--body .subpage--login .main {
    padding: 0; }
  .page-search--medium {
    background: #54b847 url("../img/bg/bg.jpg") 50% 0 no-repeat; }
    .page-search--medium .container {
      padding: 1.25em; }
    .page-search--medium button span {
      height: 2.5em;
      line-height: 2.5em; }
    .page-search--medium .input-group::before {
      top: .5em; }
    .page-search--medium .input-group-element input {
      height: 3.125em; }
  h1.no-border {
    padding: .781em 0; } }

.ie-7 body {
  background: url("../img/old-ie/main.png") 50% 0 no-repeat; }

.ie-7 .alert--error,
.ie-7 .alert--warning,
.ie-7 .alert--info,
.ie-7 .alert-ie9,
.ie-7 .alert-ie8 {
  display: none; }

.ie-7 .alert-ie7.alert--warning {
  background: #fcfcf6 url("../img/old-ie/warning.png") 1.4em 1.4em no-repeat;
  border: 0.125em solid #ddc;
  display: block;
  font-family: Roboto, sans-serif;
  height: 12em;
  left: 50%;
  margin: -6em 0 0 -15.625em;
  overflow: auto;
  padding: 1.25em 1.25em 1.25em 5em;
  position: absolute;
  top: 50%;
  width: 25em; }
  .ie-7 .alert-ie7.alert--warning p {
    font-size: .875em;
    padding-top: 1em; }
    .ie-7 .alert-ie7.alert--warning p strong {
      font-size: 1.429em; }
    .ie-7 .alert-ie7.alert--warning p:first-child {
      padding-top: 0; }

.ie-7 .page-header-wrapper,
.ie-7 .page-search,
.ie-7 .page-content,
.ie-7 .page-news,
.ie-7 .page-footer,
.ie-7 .mobile-navigation,
.ie-7 .subpage {
  display: none; }

.ie-8 body {
  background: url("../img/old-ie/main.png") 50% 0 no-repeat; }

.ie-8 .alert--error,
.ie-8 .alert--warning,
.ie-8 .alert--info,
.ie-8 .alert-ie9,
.ie-8 .alert-ie7 {
  display: none; }

.ie-8 .alert-ie8.alert--warning {
  background: #fcfcf6 url("../img/old-ie/warning.png") 1.4em 1.4em no-repeat;
  border: 0.125em solid #ddc;
  display: block;
  font-family: Roboto, sans-serif;
  height: 14.375em;
  left: 50%;
  margin: -7.1875em 0 0 -15.625em;
  overflow: auto;
  padding: 1.25em 1.25em 1.25em 5em;
  position: absolute;
  top: 50%;
  width: 31.25em; }
  .ie-8 .alert-ie8.alert--warning p {
    font-size: .875em;
    padding-top: 1em; }
    .ie-8 .alert-ie8.alert--warning p strong {
      font-size: 1.429em; }
    .ie-8 .alert-ie8.alert--warning p:first-child {
      padding-top: 0; }

.ie-8 .page-header-wrapper,
.ie-8 .page-search,
.ie-8 .page-content,
.ie-8 .page-news,
.ie-8 .page-footer,
.ie-8 .mobile-navigation,
.ie-8 .subpage {
  display: none; }

.ie-9 .subpage--body .sidebar {
  display: block; }

.ie-9 .subpage {
  background: #fff url("../img/old-ie/sidebar-bg.png") 1px 0 repeat-y;
  overflow: hidden;
  width: 100%; }

.ie-9 .subpage--login {
  background: none; }

@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?v=4.5.0");
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/font-awesome/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/font-awesome/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/font-awesome/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/font-awesome/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit; }

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

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

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

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

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

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

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

.fa-li {
  left: -2.14286em;
  position: absolute;
  text-align: center;
  top: 0.14286em;
  width: 2.14286em; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.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 {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.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(359deg);
            transform: rotate(359deg); } }

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

.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }

.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }

.fa-flip-horizontal {
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1); }

.fa-flip-vertical {
  -webkit-transform: scale(1, -1);
      -ms-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 {
  -webkit-filter: none;
          filter: none; }

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

.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; }

.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

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

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

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

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

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

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

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

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

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

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

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

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

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

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

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

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

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

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

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

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

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

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

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

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

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

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

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

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

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

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

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

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

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

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

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

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

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

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

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

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

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

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

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

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

.fa-money:before {
  content: ""; }

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

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

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

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

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

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

.fa-beer:before {
  content: ""; }

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

.fa-plus-square:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

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

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

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

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

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

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

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

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

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

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

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

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

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

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

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

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

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

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

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

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

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

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

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

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

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

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

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

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

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

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

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

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

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

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

.fa-clone:before {
  content: ""; }

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

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

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

.fa-gg:before {
  content: ""; }

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

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

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

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

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

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

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

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

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

.fa-percent:before {
  content: ""; }

/* 
EV100 start
*/

.container {
  padding-left: 0;
  padding-right: 0;
}

.feedback {
  margin-bottom: 0;
  z-index: 1;
}

.band-1 {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;

  display: grid;

  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-gap: 20px;

  padding-bottom: 20px;
}

.band-4 {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;

  display: grid;

  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  grid-gap: 20px;

  padding-bottom: 20px;
}

.band-5 {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;

  display: grid;

  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  grid-gap: 20px;
}

.card-grid {
  background: white;
  text-decoration: none;
  color: #444;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);

  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;

  display: flex;
  flex-direction: column;
  min-height: 100%;

  padding: 20px;
  
}

.card-grid img {
  width: 65px;
}

.card-grid .ev100 img {
  display: inline-block;
  height: 87px;
  vertical-align: middle;
  width: 88px;
}

.card-grid .ev100 p {
  color: black;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 19px;
  margin-left: 20px;
  margin-top: 10px;
  vertical-align: middle;
}

.card-grid .ev100 p span:nth-child(3) {
  top: 7px;
  position: relative;
}

.card-grid .ev100 p a {
  color: black;
  text-decoration: underline;
}

.card-grid .title {
  font-size: 1.5em;
  padding-top: 15px;
  padding-right: 20px;
}

.card-grid .show-more a {
  color: #5F5449;
  font-size: .7em;
  font-weight: 700;


/* 
EV100 end
*/