@charset "UTF-8";
/****************************/
/*******   0-HELPERS   ******/
/****************************/
/****************************/
/*******   VARIABLES   ******/
/****************************/
/*******************/
/*   BREAKPOINTS   */
/*******************/
/**************/
/*   COLORS   */
/**************/
/* BACKGROUNDS */
/* BORDERS */
/* TEXT COLORS */
/****************************/
/*   CONTRAST-MODE COLORS   */
/****************************/
/*************/
/*   FONTS   */
/*************/
/**************************/
/*******   BUTTONS   ******/
/**************************/
/* FLAT BUTTON
@mixin button-flat($color, $corner, $text) {
  background: $color;
  border-radius: $corner;
  text-decoration: none;
  padding: 10px 20px 10px 20px;
  color: $text;
  &:hover {
    background:darken($color,4%);
    transition: all 0.2s ease;
  }
  &:active {
    background:darken($color,8%);
	}
}
*/
/* GHOST BUTTON */
/* FLAT BUTTON */
@import url("https://fonts.googleapis.com/css?family=IBM+Plex+Sans:400,400i,500,600,700&subset=cyrillic-ext");
.skin2 body {
    background: #000; }
.skin2 body a {
    color: #ffff00 !important; }
.skin2 body a:hover {
    background: #ffff00;
    color: #000 !important; }
.skin2 body a.btn {
    background: #ffff00 !important;
    color: #000 !important;
    border: none !important; }
.skin2 body a.btn:hover {
    text-decoration: underline !important; }
.skin2 body a.ext::after {
    background: url("../img/contrast/ico_ext_link.svg");
    background-size: cover; }
.skin2 body a.ext:hover::after {
    background: url("../img/contrast/ico_ext_link_black.svg");
    background-size: cover; }
.skin2 body header {
    background: #000; }
.skin2 body header .region.region-header .top-nav a {
    color: #ffff00; }
.skin2 body header .region.region-header .top-nav a:hover {
    color: #000 !important;
    background: #ffff00; }
.skin2 body header .region.region-header hr {
    border-bottom: 2px solid #fff; }
.skin2 body div.navigation .top-nav nav.menu--accessibility-menu ul.menu li a,
.skin2 body div.navigation .top-nav nav.menu--ligipaasetavuse-menuu-ru- ul.menu li a {
    color: #ffff00;
    text-decoration: underline; }
.skin2 body div.navigation .top-nav nav.menu--accessibility-menu ul.menu li a:hover,
.skin2 body div.navigation .top-nav nav.menu--ligipaasetavuse-menuu-ru- ul.menu li a:hover {
    color: #000 !important; }
.skin2 body div.navigation .top-nav .language-switcher-language-url ul.links li a {
    color: #ffff00;
    text-decoration: underline; }
.skin2 body div.navigation .top-nav .language-switcher-language-url ul.links li a:hover {
    color: #000 !important; }
.skin2 body div.navigation .bottom-nav nav.menu--main ul.menu li a,
.skin2 body div.navigation .bottom-nav nav.menu--peamenuu-eng ul.menu li a {
    color: #ffff00;
    text-decoration: underline; }
.skin2 body div.navigation .bottom-nav nav.menu--main ul.menu li a:hover,
.skin2 body div.navigation .bottom-nav nav.menu--peamenuu-eng ul.menu li a:hover {
    color: #000 !important;
    background: #ffff00; }
.skin2 body div.navigation .bottom-nav .right-side form input.searchfield {
    background: transparent url("../img/contrast/ico_search.svg") 55px 7px no-repeat;
    border: 1px solid #000;
    color: #ffff00; }
.skin2 body div.navigation .bottom-nav .right-side form input.searchfield:-moz-placeholder {
    color: #ffff00; }
.skin2 body div.navigation .bottom-nav .right-side form input.searchfield::-webkit-input-placeholder {
    color: #ffff00; }
.skin2 body div.navigation .bottom-nav .right-side form input.searchfield:focus:-moz-placeholder {
    color: #ffff00; }
.skin2 body div.navigation .bottom-nav .right-side form input.searchfield:focus::-webkit-input-placeholder {
    color: #ffff00; }
.skin2 body div.navigation .bottom-nav .right-side form input.searchfield:focus {
    border: 1px solid #ffff00;
    background: transparent url("../img/contrast/ico_search.svg") 195px 7px no-repeat; }
.skin2 body div.navigation .bottom-nav .right-side a.btn.ext::after {
    background: url("../img/contrast/ico_ext_link_black.svg"); }
.skin2 body .hero-frontpage {
    background: none;
    border: 2px solid #fff; }
.skin2 body .frontpage-content .headline h1 {
    color: #ffff00; }
.skin2 body .frontpage-content .headline h2 {
    color: #ffff00; }
.skin2 body .headline h1 {
    color: #ffff00; }
.skin2 body .member-countries h2 {
    color: #ffff00; }
.skin2 body .member-countries .content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr; }
.skin2 body .member-countries .content .members-list ul li a {
    text-decoration: underline;
    background: url("../img/contrast/country_list_carret.svg") center right no-repeat; }
.skin2 body .member-countries .content .members-list ul li a:hover {
    color: #000 !important;
    background: #ffff00 url("../img/country_list_carret.svg") center right no-repeat; }
.skin2 body .member-countries .content .members-map {
    display: none; }
.skin2 body .country-head {
    background: transparent !important;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff; }
.skin2 body .country-head:before {
    background: #000; }
.skin2 body .country-head h1 {
    color: #ffff00; }
.skin2 body .container {
    border: 2px solid #fff;
    background: #000; }
.skin2 body .container .container-head h3 {
    color: #ffff00 !important;
    text-shadow: none; }
.skin2 body .container .container-head a.btn {
    border: none;
    background: #ffff00;
    color: #000 !important;
    text-decoration: none; }
.skin2 body .container .container-head a.btn:hover {
    color: #acs-black !important;
    text-decoration: underline; }
.skin2 body .container a {
    color: #ffff00; }
.skin2 body .container a:hover {
    background: #ffff00;
    color: #000 !important; }
.skin2 body .container a.btn {
    color: #000 !important;
    text-decoration: none; }
.skin2 body .container a.btn:hover {
    background: #ffff00;
    color: #000 !important; }
.skin2 body .container a.btn-red {
    border: none;
    color: #000 !important;
    background: #ffff00;
    text-decoration: none; }
.skin2 body .container a.btn-red:hover {
    text-decoration: underline; }
.skin2 body .container.video-thumb {
    background: #3b3b00;
    border: 2px solid #fff; }
.skin2 body .container.video-thumb span.ico {
    background: #000 url("../img/contrast/ico_play.svg") center center no-repeat; }
.skin2 body .container.video-thumb span.lbl  {
    background: #ffff00 !important;
    color: #000 !important; }
.skin2 body .container.video-thumb:hover span.ico {
    background: #000 url("../img/contrast/ico_play.svg") center center no-repeat; }
.skin2 body .container ul.links li a:before {
    background: url("../img/contrast/list_carret_l1.svg") center right no-repeat; }
.skin2 body .container ul.links li a:hover {
    color: #000 !important; }
.skin2 body .container ul.links li a:hover:before {
    background: url("../img/contrast/list_carret_l1_black.svg") center right no-repeat; }
.skin2 body .container ul.links li a.ext:after {
    background: url("../img/contrast/ico_ext_link.svg") center center no-repeat;
    background-size: cover; }
.skin2 body .container ul.links li a:hover.ext:after {
    background: url("../img/contrast/ico_ext_link_black.svg") center center no-repeat;
    background-size: cover; }
.skin2 body .container ul.services {
    color: #ffff00;
    list-style-image: url("../img/contrast/list_carret_l1.svg"); }
.skin2 body .container ul.services li ul {
    list-style-image: url("../img/contrast/list_carret_l2.svg"); }
.skin2 body .container ul.links-extended {
    color: #ffff00;
    list-style-image: url("../img/contrast/list_carret_l1.svg"); }
.skin2 body .container ol.steps {
    color: #ffff00; }
.skin2 body .container strong {
    color: #ffff00; }
.skin2 body .container h4 {
    color: #ffff00; }
.skin2 body .container p {
    color: #ffff00; }
.skin2 body .container a {
    color: #ffff00 !important;
    text-decoration: underline; }
.skin2 body .container .date {
    color: #ffff00 !important; }
.skin2 body .container .logo-section {
    background: transparent;
    border-top: 2px solid #fff; }
.skin2 body .container.programmes {
    background: #000 !important; }
.skin2 body .container.programmes ul.programmes li h4 {
    color: #ffff00; }
.skin2 body .breadcrumbs {
    background: transparent;
    border: 2px solid #fff; }
.skin2 body .breadcrumbs ul.breadcrumb-list li.breadcrumb_item {
    color: #ffff00; }
.skin2 body .breadcrumbs ul.breadcrumb-list li.breadcrumb_item a {
    text-decoration: underline; }
.skin2 body .breadcrumbs ul.breadcrumb-list li.breadcrumb_item a:hover {
    color: #000 !important;
    background: #ffff00 !important; }
.skin2 body .country-breadcrumb.js-is-sticky {
    background: #000; }
.skin2 body .country-pg .country-body main {
    color: #ffff00; }
.skin2 body .country-pg .country-body main h2, .skin2 body .country-pg .country-body main h3, .skin2 body .country-pg .country-body main h4, .skin2 body .country-pg .country-body main p {
    color: #ffff00; }
.skin2 body .country-pg .country-body main a {
    text-decoration: underline; }
.skin2 body .country-pg .country-body main a:hover {
    color: #000 !important;
    background: #ffff00; }
.skin2 body .country-pg .country-body main .anchorjs-link {
    background: none; }
.skin2 body .country-pg .country-body main ul li::before {
    color: #ffff00 !important; }
.skin2 body .country-pg .country-body main .country-additional-info {
    background: transparent;
    border: 2px solid #fff; }
.skin2 body .block-country-navigation nav.index .top {
    background: #000;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    border-left: 2px solid #fff; }
.skin2 body .block-country-navigation nav.index .top label strong {
    color: #ffff00 !important; }
.skin2 body .block-country-navigation nav.index .top a.back-to-top {
    background-color: #000 !important;
    border-left: 2px solid #fff; }
.skin2 body .block-country-navigation nav.index .bottom {
    background: #000;
    border: 2px solid #fff; }
.skin2 body .block-country-navigation nav.index .bottom a {
    text-decoration: underline; }
.skin2 body .block-country-navigation nav.index .bottom a:hover {
    color: #000 !important;
    background: #ffff00; }
.skin2 body .testimonials-pg article {
    background: none; }
.skin2 body .testimonials-pg article .text {
    color: #ffff00; }
.skin2 body .newsevents-pg h2 {
    color: #ffff00; }
.skin2 body .newsevents-pg article h3 a {
    text-decoration: underline; }
.skin2 body .newsevents-pg article h3 a:hover {
    color: #000 !important; }
.skin2 body .newsevents-pg article .date {
    color: #ffff00; }
.skin2 body .newsevents-pg article p {
    color: #ffff00; }
.skin2 body nav.pager ul.pager__items li.pager__item a:hover {
    color: #000 !important;
    text-decoration: underline; }
.skin2 body nav.pager ul.pager__items li.pager__item a:hover span {
    color: #000 !important;
    text-decoration: underline; }
.skin2 body nav.pager ul.pager__items li.pager__item.is-active a {
    color: #000 !important;
    background: #ffff00;
    border: 1px solid #ffff00; }
.skin2 body .contact-pg .blocks #block-views-block-kontaktid-block-1 .view-kontaktid .view-content .views-row .views-contact-data .views-field-title {
    color: #ffff00; }
.skin2 body .contact-pg .blocks #block-views-block-kontaktid-block-1 .view-kontaktid .view-content .views-row .views-contact-data .views-field-field-contact-profession {
    font-weight: bold;
    color: #ffff00; }
.skin2 body .contact-pg .blocks #block-views-block-kontaktid-block-1 .view-kontaktid .view-content .views-row .views-contact-data .views-field-field-contact-email .field-content a {
    text-decoration: underline; }
.skin2 body .contact-pg .blocks #block-views-block-kontaktid-block-1 .view-kontaktid .view-content .views-row .views-contact-data .views-field-field-contact-email .field-content a:hover {
    color: #000 !important; }
.skin2 body .contact-pg .blocks #block-views-block-kontaktid-block-1 .view-kontaktid .view-content .views-row .views-contact-data .views-field-field-contact-additional-i {
    color: #ffff00; }
.skin2 body .contact-pg .blocks #block-views-block-kontaktid-block-1 .view-kontaktid .view-content .views-row .views-contact-data a[href^="tel:"] {
    color: #0F2166; }
.skin2 body .contact-pg .blocks #block-views-block-kontaktid-block-1 .view-kontaktid .view-content .views-row .views-contact-data a[href^="tel:"]:hover {
    color: #000 !important; }
.skin2 body .contact-pg .blocks #block-views-block-kontaktid-block-1 .view-kontaktid .view-content .views-row .views-contact-data a[href^="tel:"]:hover:before {
    background: url(../img/contrast/ico_tel_black.svg) 0 0 no-repeat; }
.skin2 body .contact-pg .blocks #block-views-block-kontaktid-block-1 .view-kontaktid .view-content .views-row .views-contact-data a[href^="tel:"]:before {
    background: url(../img/contrast/ico_tel.svg) 0 0 no-repeat; }
.skin2 body .contact-pg .blocks #block-views-block-kontaktid-block-1 .view-kontaktid .view-content .views-row .views-contact-data a[href^="mailto:"] {
    color: #0F2166; }
.skin2 body .contact-pg .blocks #block-views-block-kontaktid-block-1 .view-kontaktid .view-content .views-row .views-contact-data a[href^="mailto:"]:hover {
    color: #000 !important; }
.skin2 body .contact-pg .blocks #block-views-block-kontaktid-block-1 .view-kontaktid .view-content .views-row .views-contact-data a[href^="mailto:"]:hover:before {
    background: url(../img/contrast/ico_email_black.svg) 0 0 no-repeat; }
.skin2 body .contact-pg .blocks #block-views-block-kontaktid-block-1 .view-kontaktid .view-content .views-row .views-contact-data a[href^="mailto:"]:before {
    background: url(../img/contrast/ico_email.svg) 0 0 no-repeat; }
.skin2 body .contact-pg .blocks #block-eureseesti h2 {
    color: #ffff00; }
.skin2 body .contact-pg .blocks #block-eureseesti p {
    color: #ffff00; }
.skin2 body .contact-pg .blocks #block-eureseesti a {
    text-decoration: underline; }
.skin2 body .contact-pg .blocks #block-eureseesti a:hover {
    color: #000 !important; }
.skin2 body .contact-pg .blocks #block-contactblock {
    background: #000;
    border: 2px solid #fff; }
.skin2 body .contact-pg .blocks #block-contactblock h2 {
    color: #ffff00; }
.skin2 body .contact-pg .blocks #block-contactblock form.contact-form .js-form-item label {
    color: #ffff00; }
.skin2 body .contact-pg .blocks #block-contactblock form.contact-form .js-form-item #edit-email--description,
.skin2 body .contact-pg .blocks #block-contactblock form.contact-form .js-form-item #edit-message--description {
    color: #ffff00; }
.skin2 body .contact-pg .blocks #block-contactblock form.contact-form .js-form-item input[type="text"],
.skin2 body .contact-pg .blocks #block-contactblock form.contact-form .js-form-item input[type="email"],
.skin2 body .contact-pg .blocks #block-contactblock form.contact-form .js-form-item textarea {
    background: #000 !important;
    border: 1px solid #ffff00;
    color: #ffff00; }
.skin2 body .contact-pg .blocks #block-contactblock .form-actions input.js-form-submit {
    background: #ffff00 !important;
    border: none !important;
    color: #000; }
.skin2 body .contact-pg .blocks #block-contactblock .form-actions input.js-form-submit:hover {
    color: #000 !important;
    text-decoration: underline;
    border: none; }
.skin2 body .contact-pg .blocks #block-views-block-kontaktid-block-3 .view.view-kontaktid .view-content .views-row .views-field-title {
    color: #ffff00; }
.skin2 body .contact-pg .blocks #block-views-block-kontaktid-block-3 .view.view-kontaktid .view-content .views-row .views-field-field-contact-profession {
    color: #ffff00; }
.skin2 body .contact-pg .blocks #block-views-block-kontaktid-block-3 .view.view-kontaktid .view-content .views-row a[href^="mailto:"] {
    color: #ffff00;
    text-decoration: underline; }
.skin2 body .contact-pg .blocks #block-views-block-kontaktid-block-3 .view.view-kontaktid .view-content .views-row a[href^="mailto:"]:hover {
    color: #000 !important; }
.skin2 body .contact-pg .blocks #block-views-block-kontaktid-block-3 .view.view-kontaktid .view-content .views-row a[href^="mailto:"]:hover:before {
    background: url(../img/contrast/ico_email_black.svg) 0 0 no-repeat; }
.skin2 body .contact-pg .blocks #block-views-block-kontaktid-block-3 .view.view-kontaktid .view-content .views-row a[href^="mailto:"]:before {
    background: url(../img/contrast/ico_email.svg) 0 0 no-repeat; }
.skin2 body .contact-pg .blocks #block-views-block-kontaktid-block-3 .view.view-kontaktid .view-content .views-row a[href^="tel:"] {
    color: #ffff00; }
.skin2 body .contact-pg .blocks #block-views-block-kontaktid-block-3 .view.view-kontaktid .view-content .views-row a[href^="tel:"]:hover {
    color: #000 !important; }
.skin2 body .contact-pg .blocks #block-views-block-kontaktid-block-3 .view.view-kontaktid .view-content .views-row a[href^="tel:"]:hover:before {
    background: url(../img/contrast/ico_tel_black.svg) 0 0 no-repeat; }
.skin2 body .contact-pg .blocks #block-views-block-kontaktid-block-3 .view.view-kontaktid .view-content .views-row a[href^="tel:"]:before {
    background: url(../img/contrast/ico_tel.svg) 0 0 no-repeat; }
.skin2 body .contact-pg .blocks #block-views-block-kontaktid-block-2 h2 {
    color: #ffff00; }
.skin2 body .contact-pg .blocks #block-views-block-kontaktid-block-2 div .view.view-kontaktid.view-id-kontaktid.view-display-id-block_2 .view-content .views-row {
    margin-top: 10px;
    padding: 25px;
    border: 2px solid #fff;
    background: #000; }
.skin2 body .contact-pg .blocks #block-views-block-kontaktid-block-2 div .view.view-kontaktid.view-id-kontaktid.view-display-id-block_2 .view-content .views-row .views-field.views-field-title span.field-content {
    color: #ffff00; }
.skin2 body .contact-pg .blocks #block-views-block-kontaktid-block-2 div .view.view-kontaktid.view-id-kontaktid.view-display-id-block_2 .view-content .views-row .views-field.views-field-field-contact-email .field-content a[href^="mailto:"] {
    color: #0D1A79;
    text-decoration: underline; }
.skin2 body .contact-pg .blocks #block-views-block-kontaktid-block-2 div .view.view-kontaktid.view-id-kontaktid.view-display-id-block_2 .view-content .views-row .views-field.views-field-field-contact-email .field-content a[href^="mailto:"]:hover {
    color: #000 !important; }
.skin2 body .contact-pg .blocks #block-views-block-kontaktid-block-2 div .view.view-kontaktid.view-id-kontaktid.view-display-id-block_2 .view-content .views-row .views-field.views-field-field-contact-phone .field-content a[href^="tel:"] {
    color: #0D1A79; }
.skin2 body .contact-pg .blocks #block-views-block-kontaktid-block-2 div .view.view-kontaktid.view-id-kontaktid.view-display-id-block_2 .view-content .views-row .views-field.views-field-field-contact-phone .field-content a[href^="tel:"]:hover {
    color: #000 !important; }
.skin2 body .contact-pg .blocks #block-views-block-kontaktid-block-2 div .view.view-kontaktid.view-id-kontaktid.view-display-id-block_2 .view-content .views-row .views-field.views-field-field-contact-additional-i .field-content {
    color: #ffff00; }
.skin2 body .views-exposed-form fieldset.fieldgroup .fieldset-wrapper .form-radios .js-form-item input.form-radio[type="radio"] + label {
    transition: right 200ms ease-out; }
.skin2 body .views-exposed-form fieldset.fieldgroup .fieldset-wrapper .form-radios .js-form-item input.form-radio[type="radio"]:checked + label {
    background: #ffff00;
    border: 1px solid #ffff00;
    color: #000; }
.skin2 body .views-exposed-form fieldset.fieldgroup .fieldset-wrapper .form-radios .js-form-item input.form-radio[type="radio"]:checked + label:hover {
    border: 1px solid #ffff00;
    text-decoration: underline; }
.skin2 body .views-exposed-form fieldset.fieldgroup .fieldset-wrapper .form-radios .js-form-item label {
    border: 1px solid #ffff00;
    color: #ffff00; }
.skin2 body .views-exposed-form fieldset.fieldgroup .fieldset-wrapper .form-radios .js-form-item label:hover {
    border: 1px solid #ffff00;
    text-decoration: underline; }
.skin2 body .newsevents-single-pg {
    color: #ffff00; }
.skin2 body .newsevents-single-pg h1 {
    color: #ffff00; }
.skin2 body .newsevents-single-pg .date {
    color: #ffff00; }
.skin2 body .newsevents-single-pg ul li::before {
    color: #ffff00; }
.skin2 body .newsevents-single-pg ul li ul li::before {
    color: #ffff00; }
.skin2 body .newsevents-single-pg ul li ul li ul li::before {
    color: #ffff00; }
.skin2 body .newsevents-single-pg ol li ol li::before {
    color: #ffff00; }
.skin2 body .newsevents-single-pg ol li::before {
    color: #ffff00; }
.skin2 body .newsevents-single-pg .gallery {
    background: #000;
    border: 2px solid #fff; }
.skin2 body .newsevents-single-pg .gallery h2 {
    color: #ffff00; }
.skin2 body .newsevents-single-pg .gallery a:hover {
    text-decoration: none;
    background: none; }
.skin2 body .text-pg {
    color: #ffff00; }
.skin2 body .text-pg h1 {
    color: #ffff00; }
.skin2 body .text-pg h2 {
    color: #ffff00; }
.skin2 body .text-pg h3 {
    color: #ffff00; }
.skin2 body .text-pg ul li::before {
    color: #ffff00; }
.skin2 body .text-pg ul li ul li::before {
    color: #ffff00; }
.skin2 body .text-pg ul li ul li ul li::before {
    color: #ffff00; }
.skin2 body .text-pg ol li ol li::before {
    color: #ffff00; }
.skin2 body .text-pg ol li::before {
    color: #ffff00; }
.skin2 body .basicLightbox {
    background: rgba(0, 0, 0, 0.95); }
.skin2 body #block-accessibilityblock {
    background: #000;
    border: 2px solid #fff;
    color: #ffff00; }
.skin2 body #block-accessibilityblock .block.block- .form-actions input#edit-submit {
    background: #ffff00;
    color: #000; }
.skin2 body #block-accessibilityblock .block.block- .form-actions input#edit-submit:hover {
    text-decoration: underline; }
.skin2 body #block-accessibilityblock .block.block- .form-actions input#edit-cancel {
    background: #000;
    color: #ffff00;
    border: 1px solid #ffff00;
    font-size: 18px;
    font-weight: 500;
    font-family: "IBM Plex Sans", sans-serif;
    padding: 10px 24px;
    border-radius: 24px;
    cursor: pointer;
    transition: background 100ms ease-in-out; }
.skin2 body #block-accessibilityblock .block.block- .form-actions input#edit-cancel:hover {
    color: #acs-yellow;
    background: #000;
    text-decoration: underline; }
.skin2 body #block-accessibilityblock .block.block- .form-actions input#edit-reset {
    background: #000;
    color: #ffff00;
    border: 1px solid #ffff00;
    font-size: 18px;
    font-weight: 500;
    font-family: "IBM Plex Sans", sans-serif;
    padding: 10px 24px;
    border-radius: 24px;
    cursor: pointer;
    transition: background 100ms ease-in-out; }
.skin2 body #block-accessibilityblock .block.block- .form-actions input#edit-reset:hover {
    color: #acs-yellow;
    background: #000;
    text-decoration: underline; }
.skin2 body .search-pg .searchresult h2 a {
    text-decoration: underline; }
.skin2 body .search-pg .searchresult p {
    color: #ffff00; }
.skin2 body .search-pg .searchresult nav.minibreadcrumb ul.breadcrumb-list li.breadcrumb_item i.breadcrumb_separator {
    color: #ffff00; }
.skin2 body .search-pg .searchresult nav.minibreadcrumb ul.breadcrumb-list li.breadcrumb_item a {
    text-decoration: underline; }
.skin2 body .search-pg .searchresult nav.minibreadcrumb ul.breadcrumb-list li.breadcrumb_item a:hover  {
    color: #000 !important; }
.skin2 body .search-pg .headline .inline-search form .form-item input[type="text"] {
    width: 100%;
    background: #000 url("../img/contrast/ico_search_inline.svg") center right no-repeat;
    border: 1px solid #ffff00;
    color: #ffff00; }
.skin2 body .search-pg .headline .inline-search form .form-item input[type="text"]:-moz-placeholder {
    color: #ffff00; }
.skin2 body .search-pg .headline .inline-search form .form-item input[type="text"]::-webkit-input-placeholder {
    color: #ffff00; }
.skin2 body .search-pg .headline .inline-search form .form-item input[type="text"]:focus:-moz-placeholder {
    color: #ffff00; }
.skin2 body .search-pg .headline .inline-search form .form-item input[type="text"]:focus::-webkit-input-placeholder {
    color: #ffff00; }
.skin2 body .employer-sub-pg h2,
.skin2 body .employer-sub-pg h3,
.skin2 body .employer-sub-pg h4,
.skin2 body .employer-sub-pg p {
    color: #ffff00; }
.skin2 body footer .top {
    border: 2px solid #fff;
    background: transparent; }
.skin2 body footer .top a {
    color: #ffff00 !important; }
.skin2 body footer .top a:hover {
    color: #000 !important; }
.skin2 body footer .top ul.contact_links {
    margin: 0 0 0 40px; }
.skin2 body footer .top ul.contact_links li a:before {
    margin: 0 10px 0 -40px; }
.skin2 body footer .top ul.contact_links li a.ico-phone:before {
    background: url("../img/contrast/ico_phone.svg"); }
.skin2 body footer .top ul.contact_links li a.ico-skype:before {
    background: url("../img/contrast/ico_skype.svg"); }
.skin2 body footer .top ul.contact_links li a.ico-fb:before {
    background: url("../img/contrast/ico_facebook.svg"); }
.skin2 body footer .bottom {
    color: #ffff00; }
.skin2 body footer .bottom a {
    color: #ffff00;
    text-decoration: underline; }
.skin2 body footer .bottom a:hover {
    color: #000 !important;
    background: #ffff00; }

/*********************/
/***   1-PLUGINS   ***/
/*********************/
.basicLightbox {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    opacity: .01;
    transition: opacity 0.4s ease;
    z-index: 1000;
    will-change: opacity; }
.basicLightbox--visible {
    opacity: 1; }
.basicLightbox__placeholder {
    max-width: 100%;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    z-index: 1;
    will-change: transform; }
.basicLightbox__placeholder > img:first-child:last-child,
.basicLightbox__placeholder > video:first-child:last-child,
.basicLightbox__placeholder > iframe:first-child:last-child {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 95%;
    max-height: 95%; }
.basicLightbox__placeholder > video:first-child:last-child,
.basicLightbox__placeholder > iframe:first-child:last-child {
    pointer-events: auto; }
.basicLightbox__placeholder > img:first-child:last-child,
.basicLightbox__placeholder > video:first-child:last-child {
    width: auto;
    height: auto; }
.basicLightbox__placeholder > [data-basicLightbox] {
    display: block !important; }
.basicLightbox--img .basicLightbox__placeholder,
.basicLightbox--video .basicLightbox__placeholder,
.basicLightbox--iframe .basicLightbox__placeholder {
    width: 100%;
    height: 100%;
    pointer-events: none; }
.basicLightbox--visible .basicLightbox__placeholder {
    -webkit-transform: scale(1);
    transform: scale(1); }

[data-basicLightbox] {
    display: none !important; }

@font-face {
    font-family: 'lg';
    src: url("../fonts/lg.eot?n1z373");
    src: url("../fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("../fonts/lg.woff?n1z373") format("woff"), url("../fonts/lg.ttf?n1z373") format("truetype"), url("../fonts/lg.svg?n1z373#lg") format("svg");
    font-weight: normal;
    font-style: normal; }

.lg-icon {
    font-family: 'lg';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.lg-actions .lg-next, .lg-actions .lg-prev {
    background-color: rgba(0, 0, 0, 0.45);
    border-radius: 2px;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1080;
    border: none;
    outline: none; }
.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
    pointer-events: none;
    opacity: 0.5; }
.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
    color: #FFF; }

.lg-actions .lg-next {
    right: 20px; }
.lg-actions .lg-next:before {
    content: "\e095"; }

.lg-actions .lg-prev {
    left: 20px; }
.lg-actions .lg-prev:after {
    content: "\e094"; }

@-webkit-keyframes lg-right-end {
    0% {
        left: 0; }
    50% {
        left: -30px; }
    100% {
        left: 0; } }

@keyframes lg-right-end {
    0% {
        left: 0; }
    50% {
        left: -30px; }
    100% {
        left: 0; } }

@-webkit-keyframes lg-left-end {
    0% {
        left: 0; }
    50% {
        left: 30px; }
    100% {
        left: 0; } }

@keyframes lg-left-end {
    0% {
        left: 0; }
    50% {
        left: 30px; }
    100% {
        left: 0; } }

.lg-outer.lg-right-end .lg-object {
    -webkit-animation: lg-right-end 0.3s;
    animation: lg-right-end 0.3s;
    position: relative; }

.lg-outer.lg-left-end .lg-object {
    -webkit-animation: lg-left-end 0.3s;
    animation: lg-left-end 0.3s;
    position: relative; }

.lg-toolbar {
    z-index: 1082;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0); }
.lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: medium none;
    transition: color 0.2s linear; }
.lg-toolbar .lg-icon:hover {
    color: #FFF; }
.lg-toolbar .lg-close:after {
    content: "\e070"; }
.lg-toolbar .lg-download:after {
    content: "\e0f2"; }

.lg-sub-html {
    background-color: rgba(0, 0, 0, 0.45);
    bottom: 0;
    color: #EEE;
    font-size: 16px;
    left: 0;
    padding: 10px 40px;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 1080; }
.lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: bold; }
.lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0; }

#lg-counter {
    color: #999;
    display: inline-block;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 12px;
    vertical-align: middle; }

.lg-toolbar, .lg-prev, .lg-next {
    opacity: 1;
    transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
    transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-hide-items .lg-prev {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }

.lg-hide-items .lg-next {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }

.lg-hide-items .lg-toolbar {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0;
    transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
    transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%; }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1; }

.lg-outer .lg-thumb-outer {
    background-color: #0D0A0A;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1080;
    max-height: 350px;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s; }
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab; }
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing; }
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    transition-duration: 0s !important; }

.lg-outer.lg-thumb-open .lg-thumb-outer {
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0); }

.lg-outer .lg-thumb {
    padding: 10px 0;
    height: 100%;
    margin-bottom: -5px; }

.lg-outer .lg-thumb-item {
    border-radius: 5px;
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 100%;
    border: 2px solid #FFF;
    border-radius: 4px;
    margin-bottom: 5px; }
@media (min-width: 1025px) {
    .lg-outer .lg-thumb-item {
        transition: border-color 0.25s ease; } }
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #a90707; }
.lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.lg-outer.lg-has-thumb .lg-item {
    padding-bottom: 120px; }

.lg-outer.lg-can-toggle .lg-item {
    padding-bottom: 0; }

.lg-outer.lg-pull-caption-up .lg-sub-html {
    transition: bottom 0.25s ease; }

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: 100px; }

.lg-outer .lg-toogle-thumb {
    background-color: #0D0A0A;
    border-radius: 2px 2px 0 0;
    color: #999;
    cursor: pointer;
    font-size: 24px;
    height: 39px;
    line-height: 27px;
    padding: 5px 0;
    position: absolute;
    right: 20px;
    text-align: center;
    top: -39px;
    width: 50px; }
.lg-outer .lg-toogle-thumb:after {
    content: "\e1ff"; }
.lg-outer .lg-toogle-thumb:hover {
    color: #FFF; }

.lg-outer .lg-video-cont {
    display: inline-block;
    vertical-align: middle;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 0 5px; }

.lg-outer .lg-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative; }
.lg-outer .lg-video .lg-object {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important; }
.lg-outer .lg-video .lg-video-play {
    width: 84px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -30px;
    z-index: 1080;
    cursor: pointer; }

.lg-outer .lg-has-iframe .lg-video {
    -webkit-overflow-scrolling: touch;
    overflow: auto; }

.lg-outer .lg-has-vimeo .lg-video-play {
    background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-vimeo:hover .lg-video-play {
    background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent; }

.lg-outer .lg-has-html5 .lg-video-play {
    background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    opacity: 0.8; }

.lg-outer .lg-has-html5:hover .lg-video-play {
    opacity: 1; }

.lg-outer .lg-has-youtube .lg-video-play {
    background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-youtube:hover .lg-video-play {
    background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent; }

.lg-outer .lg-video-object {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0; }

.lg-outer .lg-has-video .lg-video-object {
    visibility: hidden; }

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
    display: none; }

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
    visibility: visible; }

.lg-progress-bar {
    background-color: #333;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1083;
    opacity: 0;
    transition: opacity 0.08s ease 0s; }
.lg-progress-bar .lg-progress {
    background-color: #a90707;
    height: 5px;
    width: 0; }
.lg-progress-bar.lg-start .lg-progress {
    width: 100%; }
.lg-show-autoplay .lg-progress-bar {
    opacity: 1; }

.lg-autoplay-button:after {
    content: "\e01d"; }
.lg-show-autoplay .lg-autoplay-button:after {
    content: "\e01a"; }

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
    transition-duration: 0s; }

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }

#lg-zoom-in:after {
    content: "\e311"; }

#lg-actual-size {
    font-size: 20px; }
#lg-actual-size:after {
    content: "\e033"; }

#lg-zoom-out {
    opacity: 0.5;
    pointer-events: none; }
#lg-zoom-out:after {
    content: "\e312"; }
.lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto; }

.lg-outer .lg-pager-outer {
    bottom: 60px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1080;
    height: 10px; }
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible; }

.lg-outer .lg-pager-cont {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 0 5px; }
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    box-shadow: 0 0 0 2px white inset; }

.lg-outer .lg-pager-thumb-cont {
    background-color: #fff;
    color: #FFF;
    bottom: 100%;
    height: 83px;
    left: 0;
    margin-bottom: 20px;
    margin-left: -60px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    width: 120px;
    border-radius: 3px;
    transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
    transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
    transition: opacity 0.15s ease 0s, transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
.lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%; }

.lg-outer .lg-pager {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
    display: block;
    height: 12px;
    transition: box-shadow 0.3s ease 0s;
    width: 12px; }
.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
    box-shadow: 0 0 0 8px white inset; }

.lg-outer .lg-caret {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px dashed;
    bottom: -10px;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    vertical-align: middle;
    width: 0; }

.lg-fullscreen:after {
    content: "\e20c"; }
.lg-fullscreen-on .lg-fullscreen:after {
    content: "\e20d"; }

.lg-outer #lg-dropdown-overlay {
    background-color: rgba(0, 0, 0, 0.25);
    bottom: 0;
    cursor: default;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1081;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s; }

.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
    transition-delay: 0s;
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
    opacity: 1;
    visibility: visible; }

.lg-outer.lg-dropdown-active #lg-share {
    color: #FFF; }

.lg-outer .lg-dropdown {
    background-color: #fff;
    border-radius: 2px;
    font-size: 14px;
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
    transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
    transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
    transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s; }
.lg-outer .lg-dropdown:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    border: 8px solid transparent;
    border-bottom-color: #FFF;
    right: 16px;
    top: -16px; }
.lg-outer .lg-dropdown > li:last-child {
    margin-bottom: 0px; }
.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
    color: #333; }
.lg-outer .lg-dropdown a {
    color: #333;
    display: block;
    white-space: pre;
    padding: 4px 12px;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px; }
.lg-outer .lg-dropdown a:hover {
    background-color: rgba(0, 0, 0, 0.07); }
.lg-outer .lg-dropdown .lg-dropdown-text {
    display: inline-block;
    line-height: 1;
    margin-top: -3px;
    vertical-align: middle; }
.lg-outer .lg-dropdown .lg-icon {
    color: #333;
    display: inline-block;
    float: none;
    font-size: 20px;
    height: auto;
    line-height: 1;
    margin-right: 8px;
    padding: 0;
    vertical-align: middle;
    width: auto; }

.lg-outer #lg-share {
    position: relative; }
.lg-outer #lg-share:after {
    content: "\e80d"; }

.lg-outer #lg-share-facebook .lg-icon {
    color: #3b5998; }
.lg-outer #lg-share-facebook .lg-icon:after {
    content: "\e901"; }

.lg-outer #lg-share-twitter .lg-icon {
    color: #00aced; }
.lg-outer #lg-share-twitter .lg-icon:after {
    content: "\e904"; }

.lg-outer #lg-share-googleplus .lg-icon {
    color: #dd4b39; }
.lg-outer #lg-share-googleplus .lg-icon:after {
    content: "\e902"; }

.lg-outer #lg-share-pinterest .lg-icon {
    color: #cb2027; }
.lg-outer #lg-share-pinterest .lg-icon:after {
    content: "\e903"; }

.lg-group:after {
    content: "";
    display: table;
    clear: both; }

.lg-outer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    text-align: left;
    opacity: 0;
    transition: opacity 0.15s ease 0s; }
.lg-outer * {
    box-sizing: border-box; }
.lg-outer.lg-visible {
    opacity: 1; }
.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
    transition-duration: inherit !important;
    transition-timing-function: inherit !important; }
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
    transition-duration: 0s !important;
    opacity: 1; }
.lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab; }
.lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing; }
.lg-outer .lg {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%; }
.lg-outer .lg-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap; }
.lg-outer .lg-item {
    background: url("../img/loading.gif") no-repeat scroll center center transparent;
    display: none !important; }
.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
    display: inline-block !important; }
.lg-outer.lg-css .lg-current {
    display: inline-block !important; }
.lg-outer .lg-item, .lg-outer .lg-img-wrap {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%; }
.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px; }
.lg-outer .lg-img-wrap {
    position: absolute;
    padding: 0 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
.lg-outer .lg-item.lg-complete {
    background-image: none; }
.lg-outer .lg-item.lg-current {
    z-index: 1060; }
.lg-outer .lg-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important; }
.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
    opacity: 0;
    transition: opacity 0.15s ease 0s; }
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
    opacity: 1; }
.lg-outer .lg-empty-html {
    display: none; }
.lg-outer.lg-hide-download #lg-download {
    display: none; }

.lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background-color: #000;
    opacity: 0;
    transition: opacity 0.15s ease 0s; }
.lg-backdrop.in {
    opacity: 0.9; }

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
    transition: none 0s ease 0s !important; }

.lg-css3.lg-use-css3 .lg-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }

.lg-css3.lg-use-left .lg-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }

.lg-css3.lg-fade .lg-item {
    opacity: 0; }
.lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1; }
.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
    transition: opacity 0.1s ease 0s; }

.lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0; }
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; }
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-css3.lg-slide.lg-use-left .lg-item {
    opacity: 0;
    position: absolute;
    left: 0; }
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    left: -100%; }
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
    left: 100%; }
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    left: 0;
    opacity: 1; }
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

/******************/
/***   2-BASE   ***/
/******************/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block; }

body {
    line-height: 1; }

ol, ul {
    list-style: none; }

blockquote, q {
    quotes: none; }

blockquote:before, blockquote:after {
    content: '';
    content: none; }

q:before, q:after {
    content: '';
    content: none; }

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

/*****************************/
/*******   TYPOGRAPHY   ******/
/*****************************/
body {
    font-family: "IBM Plex Sans", sans-serif;
    margin-top: 73px;
    padding: 0;
    box-sizing: border-box; }

p {
    word-break: break-word; }

a {
    color: #E85701;
    text-decoration: none;
    word-break: break-word; }
a:hover {
    text-decoration: underline; }
a.ext::after {
    content: "";
    display: inline-block;
    background: url("../img/ico_ext_link.svg");
    background-size: cover;
    width: 14px;
    height: 14px;
    margin: 0 5px 0 0; }

img[src$=".gif"],
img[src$=".png"] {
    image-rendering: -moz-pixelated;
    image-rendering: -o-crisp-edges;
    -ms-interpolation-mode: nearest-neighbor; }

.contextual ul.contextual-links li:before {
    content: none !important; }

.visually-hidden {
    display: none; }

table {
    font-size: 16px;
    line-height: 24px; }
table thead th {
    border-top: 1px solid #E4E4E4;
    border-bottom: 2px solid #E4E4E4;
    font-weight: 700;
    text-align: left; }
table thead td,
table thead th {
    padding: 10px; }
table tbody th {
    border-bottom: 1px solid #E4E4E4;
    font-weight: 700;
    text-align: left; }
table tbody td {
    border-bottom: 1px solid #E4E4E4; }
table tbody td,
table tbody th {
    padding: 10px; }

input:-webkit-autofill {
    background-color: #fff !important; }

.scrollable {
    overflow-x: auto; }
.scrollable table {
    min-width: 990px; }

@media (min-width: 1200px) {
    body {
        margin: 0; }
    body .scrollable {
        overflow-x: auto; }
    body .scrollable table {
        min-width: 990px; } }

@media (min-width: 1375px) {
    .wrapper {
        max-width: 1375px;
        margin: 0 auto; } }

/********************/
/***   3-LAYOUT   ***/
/********************/
.container {
    word-break: break-word;
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid #E4E4E4; }
.container .container-head {
    margin-bottom: 8px; }
.container .container-head::after {
    clear: both;
    content: "";
    display: block; }
.container .container-head h3 {
    font-size: 28px;
    line-height: 42px;
    font-weight: 600;
    float: left;
    color: #0B294C;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
    margin: 0; }
.container .container-head a.btn {
    float: left;
    clear: both;
    margin: 8px 0 2px; }
.container a.btn {
    background: transparent;
    border: 1px solid #171FA5;
    color: #171FA5;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    outline: none;
    font-size: 16px;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 24px;
    line-height: 42px;
    margin: 0; }
.container a.btn:hover {
    color: #fff;
    background: #151c93;
    transition: all 0.3s ease;
    border: 1px solid #151c93; }
.container a.btn:active {
    color: #fff;
    background: #0e1262;
    border: 1px solid #0e1262; }
.container a.btn-red {
    background: transparent;
    border: 1px solid #E85701;
    color: #E85701;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    outline: none;
    font-size: 16px;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 24px;
    line-height: 42px;
    margin: 0; }
.container a.btn-red:hover {
    color: #fff;
    background: #d44f01;
    transition: all 0.3s ease;
    border: 1px solid #d44f01; }
.container a.btn-red:active {
    color: #fff;
    background: #9c3a01;
    border: 1px solid #9c3a01; }
.container p {
    color: #0B294C;
    font-size: 16px;
    line-height: 29px;
    margin: 0 0 12px; }
.container.light h3 {
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.26); }
.container.highlighted {
    background: #F7F7FA; }
.container ul.links-2col {
    -webkit-column-count: 1;
    column-count: 1; }
.container strong {
    font-weight: 700;
    color: #0B294C; }
.container ul.links li {
    margin-top: 9px;
    margin-bottom: 9px; }
.container ul.links li a {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    color: #171FA5; }
.container ul.links li a:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url("../img/list_carret_l1.svg") center right no-repeat;
    margin-right: 4px;
    margin-bottom: 3px;
    vertical-align: middle; }
.container ul.links li a.ext:after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 5px;
    vertical-align: middle;
    background: url("../img/ico_ext_link.svg") center center no-repeat;
    background-size: cover; }
.container ul.links li a:hover {
    color: #E85701; }
.container ul.menu {
    margin-left: 0; }
.container ul.links-extended {
    color: #0B294C;
    list-style-image: url("../img/list_carret_l1.svg");
    margin-left: 24px; }
.container ul.links-extended li {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 16px; }
.container ul.programmes li h4 {
    font-size: 20px;
    line-height: 27px;
    font-weight: 700;
    color: #171FA5; }
.container ul.programmes li p a {
    font-weight: 700;
    lline-height: 27px; }
.container ul.services {
    color: #0B294C;
    list-style-image: url("../img/list_carret_l1.svg");
    margin-left: 24px; }
.container ul.services li {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 8px; }
.container ul.services li ul {
    list-style-image: url("../img/list_carret_l2.svg");
    margin-top: 8px;
    margin-left: 24px; }
.container ul.services li ul li {
    margin-bottom: 0; }
.container ol.steps {
    margin-left: 24px;
    color: #0B294C;
    margin-bottom: 10px; }
.container ol.steps li {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 10px;
    list-style-type: decimal; }
.container ol.steps li a {
    text-decoration: underline; }
.container ol.steps li a:hover {
    text-decoration: none; }
.container .testimonial-signature {
    margin-top: 16px; }
.container .testimonial-signature img.logo {
    height: auto;
    max-height: 90px;
    width: auto;
    max-width: 100%;
    margin-right: 20px; }
.container .testimonial-signature .text {
    display: flex;
    flex-direction: column;
    justify-content: center; }
.container .testimonial-signature .text .name {
    font-size: 18px;
    font-weight: 700;
    line-height: 36px; }
.container .testimonial-signature .text .title {
    font-size: 16px;
    line-height: 36px; }
.container .txt-highlighted {
    color: #0D1A79;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px; }

a.container.video-thumb {
    border: none;
    display: block;
    position: relative;
    width: 100%;
    height: 280px !important;
    padding: 0;
    background: url("../img/bg_video_thumb.png") center center no-repeat;
    background-size: cover;
    align-content: center;
    text-decoration: none;
    text-align: center; }
a.container.video-thumb:hover {
    text-decoraton: none; }
a.container.video-thumb:hover span.ico {
    background: #d44f01 url("../img/ico_play.svg") center center no-repeat;
    transition: background 100ms ease-in-out; }
a.container.video-thumb span.ico {
    display: inline-block;
    background: #E85701 url("../img/ico_play.svg") center center no-repeat;
    border-radius: 50%;
    width: 104px;
    height: 104px;
    -ms-grid-column-align: center;
    justify-self: center;
    position: absolute;
    top: 70px;
    left: 50%;
    margin-bottom: 10px;
    margin-left: -52px; }
a.container.video-thumb span.lbl {
    background: #0D1A79;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    display: inline-block;
    padding: 8px 15px;
    margin-top: 185px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 18px; }
a.container.video-thumb span.lbl:hover {
    text-decoraton: none; }

@supports (display: grid) {
    a.container.video-thumb {
        display: -ms-grid;
        display: grid;
        position: relative;
        width: 100%;
        height: 280px;
        padding: 0;
        background: url("../img/bg_video_thumb.png") center center no-repeat;
        background-size: cover;
        display: grid;
        align-content: center;
        text-decoration: none; }
    a.container.video-thumb:hover {
        text-decoraton: none; }
    a.container.video-thumb:hover span.ico {
        background: #d44f01 url("../img/ico_play.svg") center center no-repeat;
        transition: background 100ms ease-in-out;
        margin-bottom: 10px; }
    a.container.video-thumb span.ico {
        display: inline-block;
        background: #E85701 url("../img/ico_play.svg") center center no-repeat;
        border-radius: 50%;
        width: 104px;
        height: 104px;
        -ms-grid-column-align: center;
        justify-self: center;
        margin-bottom: 10px; }
    a.container.video-thumb span.lbl {
        background: #0D1A79;
        text-decoration: none;
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 16px;
        display: inline-block;
        -ms-grid-column-align: center;
        justify-self: center;
        padding: 8px 15px;
        margin-top: 120px;
        margin-right: auto;
        margin-left: auto;
        position: static;
        border-radius: 18px; }
    a.container.video-thumb span.lbl:hover {
        text-decoraton: none; } }

@media (min-width: 700px) {
    .container .container-head h3 {
        float: left; }
    .container .container-head a.btn {
        float: right;
        clear: none;
        margin-top: -5px;
        margin-right: -5px; } }

@media (min-width: 1200px) {
    .container {
        padding: 30px; }
    .container ul.links-2col {
        -webkit-column-count: 2;
        column-count: 2; }
    .container .testimonial-signature {
        margin-top: 16px;
        display: flex; }
    .container .testimonial-signature img.logo {
        height: 90px;
        width: auto;
        margin-right: 20px; } }

/********************/
/***   3-LAYOUT   ***/
/********************/
/****************************/
/*******   HEADER   ******/
/****************************/
header {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background: #fff;
    z-index: 102;
    height: 72px; }
header a.site-logo {
    display: inline-block;
    float: left;
    width: 133px;
    height: 44px;
    background: url("../img/logo_eures.svg") 0 0 no-repeat;
    background-size: cover;
    margin: 14px 0 0 14px;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    position: relative;
    z-index: 103; }
header label.hamburger {
    display: inline-block;
    float: right;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 32px;
    height: 32px;
    background: url("../img/ico_hamburger.svg") center center no-repeat;
    background-size: cover;
    margin: 20px 20px 0 0; }

@media (min-width: 1200px) {
    header {
        height: auto;
        position: static;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 320px 1fr;
        grid-template-columns: 320px 1fr;
        -ms-grid-rows: 42px auto;
        grid-template-rows: 42px auto; }
    header a.site-logo {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1 / 2;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2 / 3;
        display: inline-block;
        width: 232px;
        height: 72px;
        background: url("../img/logo_eures.svg") 0 0 no-repeat;
        overflow: hidden;
        text-indent: 101%;
        white-space: nowrap;
        margin-left: 60px;
        -ms-grid-row-align: center;
        align-self: center; }
    header label.hamburger {
        display: none; }
    header .region.region-header .top-nav .nav.menu--accessibility-menu ul.menu,
    header .region.region-header .top-nav .nav.menu--ligipaasetavuse-menuu-ru- ul.menu {
        margin-top: 12px;
        float: left; } }

/**********************/
/***   NAVIGATION   ***/
/**********************/
input[type="checkbox"].slideout-control {
    display: none; }

input[type="checkbox"].slideout-control + div.navigation {
    transition: right 200ms ease-out; }

input[type="checkbox"].slideout-control:checked + div.navigation {
    right: 0;
    transition: right 200ms ease-out;
    z-index: 105; }

div.navigation {
    position: fixed;
    top: 0;
    right: -300px;
    bottom: 0;
    z-index: 102;
    width: 300px;
    background: #F3F3F7;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -ms-grid-rows: 75px auto;
    grid-template-rows: 75px auto;
    display: -ms-grid;
    display: grid;
    height: 100%;
    margin: 0; }
div.navigation .top-nav {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2; }
div.navigation .top-nav nav.menu--accessibility-menu,
div.navigation .top-nav nav.menu--ligipaasetavuse-menuu-ru- {
    display: none; }
div.navigation .top-nav .language-switcher-language-url ul.links {
    text-transform: uppercase;
    margin-top: 31px;
    margin-left: 24px;
    font-size: 18px;
    float: left; }
div.navigation .top-nav .language-switcher-language-url ul.links li {
    display: inline; }
div.navigation .top-nav .language-switcher-language-url ul.links li a {
    color: #0F2166;
    font-size: 16px;
    margin-right: 13px; }
div.navigation .top-nav .language-switcher-language-url ul.links li:first-child {
    margin-right: 0; }
div.navigation .top-nav + hr {
    margin-left: 18px;
    border: 0;
    height: 0;
    border-bottom: 1px solid #E4E4E4;
    position: absolute;
    top: 65px;
    right: 0;
    left: 0; }
div.navigation .top-nav label.slideout-close {
    float: right;
    width: 28px;
    height: 28px;
    background: url("../img/ico_menu_close.svg") center center no-repeat;
    background-size: cover;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    margin-top: 24px;
    margin-right: 16px; }
div.navigation .bottom-nav {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 300px;
    grid-template-columns: 300px;
    -ms-grid-rows: 60px auto 60px;
    grid-template-rows: 60px auto 60px;
    overflow-y: auto; }
div.navigation .bottom-nav nav.menu--main,
div.navigation .bottom-nav nav.menu--peamenuu-eng- {
    -ms-grid-row-align: center;
    align-self: center;
    margin: 0 0 0 32px;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
    z-index: 102; }
div.navigation .bottom-nav nav.menu--main ul.menu,
div.navigation .bottom-nav nav.menu--peamenuu-eng- ul.menu {
    margin-top: 20px;
    font-size: 28px;
    font-weight: 400;
    margin-left: 0; }
@supports (display: grid) {
    div.navigation .bottom-nav nav.menu--main ul.menu,
    div.navigation .bottom-nav nav.menu--peamenuu-eng- ul.menu {
        margin-top: 0; } }
div.navigation .bottom-nav nav.menu--main ul.menu li,
div.navigation .bottom-nav nav.menu--peamenuu-eng- ul.menu li {
    list-style-type: none !important;
    line-height: 42px; }
div.navigation .bottom-nav nav.menu--main ul.menu li a,
div.navigation .bottom-nav nav.menu--peamenuu-eng- ul.menu li a {
    color: #0F2166; }
div.navigation .bottom-nav nav.menu--main ul.menu li a.is-active,
div.navigation .bottom-nav nav.menu--peamenuu-eng- ul.menu li a.is-active {
    color: #E85701; }
div.navigation .bottom-nav nav.menu--main ul.menu li a:hover,
div.navigation .bottom-nav nav.menu--peamenuu-eng- ul.menu li a:hover {
    text-decoration: none; }
div.navigation .bottom-nav nav.menu--main ul.menu li.menu-item--collapsed,
div.navigation .bottom-nav nav.menu--peamenuu-eng- ul.menu li.menu-item--collapsed {
    list-style-image: none !important; }
div.navigation .bottom-nav .views-exposed-form {
    margin: 0; }
div.navigation .bottom-nav .right-side {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1 / 4;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 40px auto 60px;
    grid-template-rows: 40px auto 60px; }
div.navigation .bottom-nav .right-side form {
    margin: 0 20px; }
div.navigation .bottom-nav .right-side form .form--inline .form-item {
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0; }
div.navigation .bottom-nav .right-side a.btn {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3 / 4;
    background: transparent;
    border: 1px solid #0F2166;
    color: #0F2166;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    outline: none;
    border-radius: 20px;
    padding: 12px 8px 12px 16px;
    margin: 0 20px 20px;
    height: 15px;
    text-align: center;
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
    display: flex;
    white-space: nowrap; }
div.navigation .bottom-nav .right-side a.btn:hover {
    color: #fff;
    background: #0c1b54;
    transition: all 0.3s ease;
    border: 1px solid #0c1b54; }
div.navigation .bottom-nav .right-side a.btn:active {
    color: #fff;
    background: #050b23;
    border: 1px solid #050b23; }
@supports (display: grid) {
    div.navigation .bottom-nav .right-side a.btn {
        position: static;
        bottom: auto;
        right: auto;
        left: auto; } }
div.navigation .bottom-nav .right-side a.btn.ext::after {
    content: "";
    display: inline-block;
    background: url("../img/ico_ext_link.svg");
    width: 18px;
    height: 18px;
    margin: -1px 5px 0 8px;
    float: right; }

@media (min-width: 1200px) {
    .slideout-control {
        display: none; }
    div.navigation {
        -ms-grid-column-span: 2;
        grid-column: 1 / 3;
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        grid-row: 1 / 3;
        display: -ms-grid;
        display: grid;
        grid-template-columns: 320px auto;
        -ms-grid-columns: 320px 1fr;
        -ms-grid-column: 2 / 3;
        -ms-grid-rows: 50px auto;
        grid-template-rows: 50px auto;
        position: static;
        box-shadow: none;
        background: transparent;
        width: auto; }
    div.navigation .top-nav {
        margin-right: 60px;
        margin-left: 60px;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
        grid-column: 1 / 4;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1 / 2;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 50% 50%;
        grid-template-columns: 50% 50%; }
    div.navigation .top-nav nav.menu--accessibility-menu,
    div.navigation .top-nav nav.menu--ligipaasetavuse-menuu-ru- {
        margin-top: 16px;
        -ms-grid-row-align: center;
        align-self: center;
        -ms-grid-column-align: start;
        justify-self: start;
        display: block; }
    div.navigation .top-nav nav.menu--accessibility-menu ul.menu li,
    div.navigation .top-nav nav.menu--ligipaasetavuse-menuu-ru- ul.menu li {
        display: inline;
        font-size: 14px;
        margin-right: 15px; }
    div.navigation .top-nav nav.menu--accessibility-menu ul.menu li a,
    div.navigation .top-nav nav.menu--ligipaasetavuse-menuu-ru- ul.menu li a {
        color: #171FA5;
        text-decoration: none; }
    div.navigation .top-nav nav.menu--accessibility-menu ul.menu li a:hover,
    div.navigation .top-nav nav.menu--ligipaasetavuse-menuu-ru- ul.menu li a:hover {
        text-decoration: underline;
        color: #E85701; }
    div.navigation .top-nav .language-switcher-language-url {
        margin-top: 16px;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2 / 3;
        -ms-grid-row-align: center;
        align-self: center;
        -ms-grid-column-align: stretch;
        justify-self: stretch; }
    div.navigation .top-nav .language-switcher-language-url ul.links {
        float: right;
        margin: 0; }
    div.navigation .top-nav .language-switcher-language-url ul.links li {
        display: inline;
        font-size: 14px;
        margin-right: 15px; }
    div.navigation .top-nav .language-switcher-language-url ul.links li a {
        color: #171FA5;
        text-decoration: none; }
    div.navigation .top-nav .language-switcher-language-url ul.links li a:hover {
        text-decoration: underline;
        color: #E85701; }
    div.navigation .top-nav label.slideout-close {
        display: none; }
    div.navigation .top-nav + hr {
        margin-right: 0;
        margin-left: 0;
        position: absolute;
        top: 42px;
        right: 0;
        left: 0; }
    @supports (display: grid) {
        div.navigation .top-nav nav.menu--accessibility-menu,
        div.navigation .top-nav nav.menu--ligipaasetavuse-menuu-ru- {
            margin-top: 0px; }
        div.navigation .top-nav .language-switcher-language-url {
            margin-top: 0px; } }
    div.navigation .bottom-nav {
        margin-right: 60px;
        height: 110px;
        -ms-grid-column: 2;
        -ms-grid-column-span: 2;
        grid-column: 2 / 4;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2 / 3;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr auto;
        grid-template-columns: 1fr auto;
        -ms-grid-rows: 1fr;
        grid-template-rows: 1fr; }
    div.navigation .bottom-nav::after {
        clear: both;
        content: "";
        display: block; }
    div.navigation .bottom-nav nav.menu--main,
    div.navigation .bottom-nav nav.menu--peamenuu-eng- {
        margin: 0;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1 / 2;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1 / 2;
        -ms-grid-row-align: center;
        align-self: center; }
    div.navigation .bottom-nav nav.menu--main ul.menu,
    div.navigation .bottom-nav nav.menu--peamenuu-eng- ul.menu {
        font-size: 18px;
        line-height: 1;
        margin-top: 0; }
    div.navigation .bottom-nav nav.menu--main ul.menu li,
    div.navigation .bottom-nav nav.menu--peamenuu-eng- ul.menu li {
        display: inline;
        margin-right: 10px; }
    div.navigation .bottom-nav nav.menu--main ul.menu li a,
    div.navigation .bottom-nav nav.menu--peamenuu-eng- ul.menu li a {
        text-decoration: none;
        color: #171FA5; }
    div.navigation .bottom-nav nav.menu--main ul.menu li a.is-active,
    div.navigation .bottom-nav nav.menu--peamenuu-eng- ul.menu li a.is-active {
        color: #E85701; }
    div.navigation .bottom-nav nav.menu--main ul.menu li a:hover,
    div.navigation .bottom-nav nav.menu--peamenuu-eng- ul.menu li a:hover {
        text-decoration: underline; }
    div.navigation .bottom-nav .right-side {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2/3;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1 / 2;
        z-index: 104;
        display: -ms-grid;
        display: grid;
        -ms-grid-rows: auto;
        grid-template-rows: auto;
        -ms-grid-columns: auto auto;
        grid-template-columns: auto auto;
        overflow: hidden;
        margin: 34px 0 0; }
    @supports (display: grid) {
        div.navigation .bottom-nav .right-side {
            margin: 0; } }
    div.navigation .bottom-nav .right-side form {
        margin: 16px 5px 0 0;
        -ms-grid-row-align: center;
        align-self: center; }
    div.navigation .bottom-nav .right-side a.btn {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1/2;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2/3;
        margin: 0 2px 0 0;
        -ms-grid-row-align: center;
        align-self: center;
        -ms-grid-column-align: end;
        justify-self: end;
        line-height: 100%;
        position: static;
        bottom: auto;
        right: auto;
        left: auto; }
    @supports (display: grid) {
        div.navigation .bottom-nav .right-side {
            padding-top: 0; } } }

/*************************/
/*******   FOOTER   ******/
/*************************/
footer {
    margin-top: 40px; }
footer .wrapper .top {
    display: -ms-grid;
    display: grid;
    overflow: hidden;
    -ms-grid-columns: 30% 70%;
    grid-template-columns: 30% 70%;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    background: #F3F3F7;
    padding: 0; }
footer .wrapper .top ul.contact_links {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    margin: 32px; }
footer .wrapper .top ul.contact_links li {
    margin: 6px 0; }
footer .wrapper .top ul.contact_links li a {
    margin: 4px 0;
    font-size: 14px;
    color: #171FA5;
    font-weight: 700;
    white-space: nowrap; }
footer .wrapper .top ul.contact_links li a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    margin: 0 10px 0 0; }
footer .wrapper .top ul.contact_links li a.ico-phone:before {
    background: url("../img/ico_phone.svg"); }
footer .wrapper .top ul.contact_links li a.ico-skype:before {
    background: url("../img/ico_skype.svg"); }
footer .wrapper .top ul.contact_links li a.ico-fb:before {
    background: url("../img/ico_facebook.svg"); }
footer .wrapper .top .footerlogos {
    border-top: 1px solid #E4E4E4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    align-self: center;
    display: flex;
    justify-content: center;
    padding: 12px;
    flex-wrap: wrap;
    -ms-grid-row: 2; }
footer .wrapper .top .footerlogos a img,
footer .wrapper .top .footerlogos img {
    flex-grow: 0;
    flex-shrink: 0;
    margin: 12px 20px;
    width: auto;
    max-height: 64px;
    max-width: 240px; }
footer .wrapper .bottom {
    padding: 20px 0;
    font-size: 14px;
    line-height: 20px;
    text-align: center; }

@media (min-width: 700px) {
    footer .wrapper .top {
        padding: 35px 80px; }
    footer .wrapper .top ul.contact_links {
        margin: 0;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1 / 2;
        -ms-grid-row-align: center;
        align-self: center; }
    footer .wrapper .top .footerlogos {
        border-top: none;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2 / 3;
        justify-content: flex-end;
        -ms-grid-row-align: center;
        align-self: center;
        margin: 0;
        -ms-grid-row: 1; }
    footer .wrapper .top .footerlogos a img,
    footer .wrapper .top .footerlogos img {
        margin-left: 20px; }
    footer .wrapper .top .footerlogos a {
        -ms-grid-row-align: center;
        align-self: center; } }

/* HERO AREA */
.hero-frontpage {
    background: #0F2166 url("../img/bg_hero.jpg") center center no-repeat;
    background-size: cover;
    height: 280px; }

@media (min-width: 1200px) {
    .hero-frontpage {
        height: 570px; } }

/**********************/
/******   NEWS   ******/
/**********************/
.news.container ul.news li {
    margin-bottom: 28px;
    line-height: 28px; }
.news.container ul.news li:last-child {
    margin: 0; }
.news.container ul.news li .date {
    font-size: 14px;
    color: #171FA5; }

/************************/
/******   EVENTS   ******/
/************************/
.events.container ul.events li {
    margin-bottom: 28px;
    line-height: 28px; }
.events.container ul.events li:last-child {
    margin: 0; }
.events.container ul.events li .date {
    font-size: 14px;
    color: #171FA5; }

/****************************/
/******   PROGRAMMES   ******/
/****************************/
.container.programmes ul.programmes li {
    margin-bottom: 0;
    line-height: 28px; }
.container.programmes ul.programmes li:last-child {
    margin: 0; }
.container.programmes ul.programmes li h4 {
    font-size: 20px;
    font-weight: 700;
    color: #171FA5; }
.container.programmes ul.programmes li p {
    font-size: 16px; }
.container.programmes ul.programmes li p a {
    font-weight: 700; }

@media (min-width: 992px) {
    .block.block-programmes .container.programmes {
        background: #fff; }
    .block.block-programmes .container.programmes ul.programmes {
        display: flex; } }

/***************************/
/*******   PARTNERS   ******/
/***************************/
.partners.container .logos {
    text-align: center; }
.partners.container .logos img {
    margin: 0 22px; }

/*****************************/
/*******   SEARCH BAR   ******/
/*****************************/
.form-item-search-api-fulltext input.error,
.form-item-search-api-fulltext input.searchfield {
    outline: none;
    font-family: inherit;
    font-size: 16px;
    line-height: 22px;
    border: 1px solid #171FA5;
    padding: 7px 34px 7px 14px;
    margin-top: 20px;
    width: 264px;
    box-sizing: border-box;
    border-radius: 20px; }
.form-item-search-api-fulltext input.error:focus,
.form-item-search-api-fulltext input.searchfield:focus {
    cursor: text; }
.form-item-search-api-fulltext input.error:-moz-placeholder,
.form-item-search-api-fulltext input.searchfield:-moz-placeholder {
    color: #171FA5; }
.form-item-search-api-fulltext input.error::-webkit-input-placeholder,
.form-item-search-api-fulltext input.searchfield::-webkit-input-placeholder {
    color: #171FA5; }
.form-item-search-api-fulltext input.error:focus:-moz-placeholder,
.form-item-search-api-fulltext input.searchfield:focus:-moz-placeholder {
    color: #BBBDDE; }
.form-item-search-api-fulltext input.error:focus::-webkit-input-placeholder,
.form-item-search-api-fulltext input.searchfield:focus::-webkit-input-placeholder {
    color: #BBBDDE; }

.form-item-search-api-fulltext input.searchfield:focus {
    border: 1px solid #171FA5 !important; }

.form-item-search-api-fulltext input.error:focus {
    border: 1px solid #CB1919 !important; }

.form-item-search-api-fulltext input.error:required:valid {
    border: 1px solid #CB1919 !important; }

.form-item-search-api-fulltext .right-side form {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    position: relative;
    z-index: 99; }

a#search-magnifier {
    display: inline-block;
    background: url("../img/ico_search.svg") center center no-repeat;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    float: right;
    margin-top: -36px;
    margin-right: 4px; }

@media (min-width: 992px) {
    .right-side a#search-magnifier {
        display: inline-block;
        text-indent: -9999px;
        width: 32px;
        height: 36px;
        float: none;
        margin: 0 0 0 -34px;
        background: url("../img/ico_search.svg") center center no-repeat; } }

@media (min-width: 1200px) {
    .form-item-search-api-fulltext input.error,
    .form-item-search-api-fulltext input.searchfield {
        font-size: 14px;
        line-height: 18px;
        border: 1px solid #fff !important;
        padding: 7px 30px 7px 10px;
        margin-top: 2px;
        width: 50px;
        border-radius: 18px;
        transition: all .2s;
        cursor: pointer;
        box-sizing: content-box;
        outline: none; }
    .form-item-search-api-fulltext input.error:focus,
    .form-item-search-api-fulltext input.searchfield:focus {
        width: 180px;
        cursor: text; }
    .form-item-search-api-fulltext input.error:-moz-placeholder,
    .form-item-search-api-fulltext input.searchfield:-moz-placeholder {
        color: #171FA5; }
    .form-item-search-api-fulltext input.error::-webkit-input-placeholder,
    .form-item-search-api-fulltext input.searchfield::-webkit-input-placeholder {
        color: #171FA5; }
    .form-item-search-api-fulltext input.error:focus:-moz-placeholder,
    .form-item-search-api-fulltext input.searchfield:focus:-moz-placeholder {
        color: #BBBDDE; }
    .form-item-search-api-fulltext input.error:focus::-webkit-input-placeholder,
    .form-item-search-api-fulltext input.searchfield:focus::-webkit-input-placeholder {
        color: #BBBDDE; }
    .form-item-search-api-fulltext input.error:required:valid,
    .form-item-search-api-fulltext input.searchfield:required:valid {
        width: 180px;
        background-color: #F7F7FA; }
    .form-item-search-api-fulltext input.error:invalid,
    .form-item-search-api-fulltext input.searchfield:invalid {
        box-shadow: none; }
    .form-item-search-api-fulltext input.error:-webkit-autofill,
    .form-item-search-api-fulltext input.searchfield:-webkit-autofill {
        -webkit-box-shadow: inset 0 0 0px 9999px #F7F7FA;
        background-position: 173px 7px !important;
        background-repeat: no-repeat !important; }
    .form-item-search-api-fulltext input.searchfield:focus {
        border: 1px solid #171FA5 !important; }
    .form-item-search-api-fulltext input.searchfield:required:valid {
        border: 1px solid #171FA5 !important; }
    .form-item-search-api-fulltext input.error:focus {
        border: 1px solid #CB1919 !important; }
    .form-item-search-api-fulltext input.error:required:valid {
        border: 1px solid #CB1919 !important; } }

/******************************/
/*******   BREADCRUMBS   ******/
/******************************/
.breadcrumbs {
    padding: 28px 0 28px 25px;
    position: relative;
    z-index: 100;
    background: #00066F; }
.breadcrumbs ul.breadcrumb-list {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #4A65BA; }
.breadcrumbs ul.breadcrumb-list li.breadcrumb_item {
    display: inline;
    color: #4A65BA;
    text-overflow: ellipsis; }
.breadcrumbs ul.breadcrumb-list li.breadcrumb_item i.breadcrumb_separator {
    display: inline-block;
    padding: 0 5px 0 10px; }
.breadcrumbs ul.breadcrumb-list li.breadcrumb_item a {
    color: #fff; }
.breadcrumbs ul.breadcrumb-list li.breadcrumb_item span {
    line-height: 18px; }
.breadcrumbs ul.actions {
    display: none; }

@media (min-width: 700px) {
    .breadcrumbs {
        padding: 34px 60px; } }

input[type="checkbox"].countries-list {
    display: none; }

input[type="checkbox"].countries-list + .member-countries {
    transition: right 200ms ease-out; }

input[type="checkbox"].countries-list:checked + .member-countries {
    right: 0;
    transition: right 200ms ease-out; }

.countries-open {
    border: 1px solid #E4E4E4;
    display: block;
    padding: 30px;
    font-size: 28px;
    line-height: 37px;
    font-weight: 700;
    color: #171FA5;
    cursor: pointer;
    background: url("../img/countries_list_carret.svg") center right no-repeat; }

.member-countries {
    position: fixed;
    top: 0;
    right: -300px;
    bottom: 0;
    width: 300px;
    background: #F3F3F7;
    z-index: 103;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #E4E4E4;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25); }
.member-countries h2 {
    position: absolute;
    top: 0;
    right: 0;
    box-sizing: border-box;
    padding-top: 23px;
    padding-left: 7px;
    display: block;
    border-bottom: 1px solid #E4E4E4;
    width: 282px;
    height: 64px;
    font-weight: 700;
    color: #0D1A79;
    font-size: 20px;
    background: #F3F3F7;
    float: left; }
.member-countries .countries-close {
    display: block;
    width: 28px;
    height: 28px;
    background: url("../img/ico_menu_close.svg") center center no-repeat;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    position: absolute;
    top: 0;
    right: 10px;
    margin-top: 17px;
    margin-right: 5px; }
.member-countries .content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    margin-top: 24px; }
.member-countries .content .members-list ul {
    position: absolute;
    top: 65px;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    width: 282px;
    padding-bottom: 10px;
    margin-top: -2px; }
.member-countries .content .members-list ul li {
    display: block;
    -moz-column-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    -mx-column-break-inside: avoid;
    column-break-inside: avoid;
    border-top: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
    margin-bottom: -1px; }
.member-countries .content .members-list ul li a {
    display: block;
    padding: 12px 10px;
    font-weight: 700;
    font-size: 16px;
    color: #171FA5;
    text-decoration: none;
    background: url("../img/country_list_carret.svg") center right no-repeat; }
.member-countries .content .members-list ul li a:hover {
    color: #E85701; }
.member-countries .content .members-map {
    display: none; }

@media (min-width: 1200px) {
    .countries-open {
        display: none; }
    .member-countries {
        position: static;
        width: auto;
        background: transparent;
        padding: 30px;
        box-shadow: none; }
    .member-countries h2 {
        font-size: 32px;
        position: static;
        width: auto;
        height: auto;
        background: transparent;
        float: none;
        border-bottom: none; }
    .member-countries .countries-close {
        display: none; }
    .member-countries .content {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
        margin-top: 24px; }
    .member-countries .content .members-list {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1 / 2; }
    .member-countries .content .members-list ul {
        position: static;
        margin-right: 20px;
        width: auto;
        -webkit-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 10px;
        column-gap: 10px;
        padding-bottom: 10px; }
    .member-countries .content .members-list ul li {
        display: block;
        overflow: hidden;
        -moz-column-break-inside: avoid;
        -webkit-column-break-inside: avoid;
        -mx-column-break-inside: avoid;
        column-break-inside: avoid;
        border-top: 1px solid #E4E4E4;
        border-bottom: 1px solid #E4E4E4;
        margin-bottom: -1px; }
    .member-countries .content .members-list ul li a {
        display: block;
        padding: 12px 10px;
        font-weight: 700;
        font-size: 16px;
        color: #171FA5;
        text-decoration: none;
        background: url("../img/country_list_carret.svg") center right no-repeat; }
    .member-countries .content .members-list ul li a:hover {
        color: #E85701; }
    @supports (display: grid) {
        .member-countries .content .members-list ul {
            margin-right: 0; } }
    .member-countries .content .members-map {
        display: block;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2 / 3; } }

/********************************/
/*******   COUNTRY INDEX   ******/
/********************************/
.country-body .block-country-navigation {
    position: relative;
    z-index: 90; }
.country-body .block-country-navigation nav.index {
    background: #F3F3F7;
    margin-bottom: 0; }
.country-body .block-country-navigation nav.index .top {
    display: none;
    background: #171FA5; }
.country-body .block-country-navigation nav.index .top label.indextoggle {
    display: block;
    padding: 18px 20px; }
.country-body .block-country-navigation nav.index .top label.indextoggle strong {
    font-weight: 700;
    color: #fff;
    display: block;
    pointer-events: none; }
.country-body .block-country-navigation nav.index .top label.indextoggle span.index-active {
    pointer-events: none; }
.country-body .block-country-navigation nav.index a.back-to-top {
    display: none; }
.country-body .block-country-navigation nav.index input#country-index-toggle {
    display: none; }
.country-body .block-country-navigation nav.index .bottom {
    padding: 12px;
    margin-top: 0;
    transition: top 1000ms ease;
    background: #F3F3F7;
    transition: top 1000ms ease; }
.country-body .block-country-navigation nav.index .bottom ul {
    font-weight: 600;
    font-sze: 16px;
    line-height: 32px; }
.country-body .block-country-navigation nav.index .bottom ul li {
    line-height: 24px;
    padding-top: 4px;
    padding-bottom: 4px; }
.country-body .block-country-navigation nav.index .bottom ul li a {
    color: #171FA5; }
.country-body .block-country-navigation nav.index .bottom ul li a.active {
    color: #E85701; }
.country-body .block-country-navigation nav.index .bottom ul li ul {
    font-weight: 400;
    margin-left: 20px; }
.country-body .block-country-navigation.js-is-sticky nav.index {
    margin-right: -10px;
    margin-bottom: 0;
    margin-left: -10px; }
.country-body .block-country-navigation.js-is-sticky nav.index .top {
    display: block; }
.country-body .block-country-navigation.js-is-sticky nav.index .top label.indextoggle {
    display: block;
    padding: 15px; }
.country-body .block-country-navigation.js-is-sticky nav.index .top label.indextoggle strong {
    font-weight: 700;
    color: #fff;
    display: block; }
.country-body .block-country-navigation.js-is-sticky nav.index .top label.indextoggle span.index-active {
    display: inline-block;
    font-weight: 300;
    color: #fff;
    font-size: 14px;
    margin-top: 4px; }
.country-body .block-country-navigation.js-is-sticky nav.index .bottom {
    transition: top 1000ms ease; }

@media (min-width: 700px) {
    .country-body .block-country-navigation nav.index {
        -ms-grid-row-align: start;
        align-self: start; }
    .country-body .block-country-navigation nav.index .top label.indextoggle {
        display: inline-block;
        flex-grow: 1;
        padding: 15px 5px 15px 15px;
        box-sizing: border-box;
        min-height: 54px; }
    .country-body .block-country-navigation nav.index .top label.indextoggle strong {
        font-size: 28px;
        line-height: 32px;
        font-weight: 600; }
    .country-body .block-country-navigation nav.index .top label.indextoggle span.index-active {
        display: none; }
    .country-body .block-country-navigation nav.index .top a.back-to-top {
        display: block;
        width: 54px;
        height: auto;
        background: #00066F url("../img/arrow_back_to_top.svg") center center no-repeat;
        flex-shrink: 0;
        overflow: hidden;
        text-indent: 101%;
        white-space: nowrap; }
    .country-body .block-country-navigation nav.index .top a.back-to-top:hover {
        background: #000556 url("../img/arrow_back_to_top.svg") center center no-repeat;
        transition: background 100ms ease-in-out; }
    .country-body .block-country-navigation nav.index .bottom {
        padding: 25px;
        margin-top: 0;
        transition: none; }
    .country-body .block-country-navigation nav.index.js-is-sticky {
        margin-right: 0;
        margin-bottom: 70px;
        margin-left: 0;
        width: 304px; }
    .country-body .block-country-navigation nav.index.js-is-sticky .top {
        display: flex; }
    .country-body .block-country-navigation nav.index.js-is-sticky .top label.indextoggle span.index-active {
        display: none; }
    .country-body .block-country-navigation nav.index.js-is-sticky .bottom {
        display: block;
        margin-top: 0;
        transition: none; }
    @supports (display: grid) {
        .country-body .block-country-navigation nav.index.js-is-sticky {
            width: auto; } } }

@media (min-width: 1200px) {
    .block-country-navigation.js-is-sticky .bottom {
        display: none !important; }
    .block-country-navigation.js-is-sticky .bottom.open {
        display: block !important; } }

/****************************/
/******   PAGINATION   ******/
/****************************/
nav.pager {
    margin: 20px auto;
    text-align: center;
    font-size: 18px; }
nav.pager ul.pager__items li a {
    display: inline-block;
    box-sizing: border-box;
    height: 42px;
    padding-right: 14px;
    padding-left: 14px;
    min-width: 42px;
    border: 1px solid #F3F3F7;
    line-height: 42px;
    color: #171FA5;
    font-weight: 700; }
nav.pager ul.pager__items li.is-active a {
    background: #F3F3F7; }
nav.pager ul.pager__items li.pager__item {
    display: none;
    padding: 0; }
nav.pager ul.pager__items li.pager__item--previous {
    display: inline; }
nav.pager ul.pager__items li.pager__item--next {
    display: inline; }

@media (min-width: 700px) {
    nav.pager ul.pager__items li.pager__item {
        display: inline; } }

/******************************/
/*******   FILTER TABS   ******/
/******************************/
.views-exposed-form {
    margin: 20px 10px 30px; }
.views-exposed-form fieldset.fieldgroup .fieldset-wrapper .form-radios {
    display: block; }
.views-exposed-form fieldset.fieldgroup .fieldset-wrapper .form-radios .js-form-item {
    display: block; }
.views-exposed-form fieldset.fieldgroup .fieldset-wrapper .form-radios .js-form-item input.form-radio {
    display: none; }
.views-exposed-form fieldset.fieldgroup .fieldset-wrapper .form-radios .js-form-item input.form-radio[type="radio"] + label {
    transition: right 200ms ease-out; }
.views-exposed-form fieldset.fieldgroup .fieldset-wrapper .form-radios .js-form-item input.form-radio[type="radio"]:checked + label {
    background: #F7F7FA; }
.views-exposed-form fieldset.fieldgroup .fieldset-wrapper .form-radios .js-form-item input.form-radio[type="radio"]:checked + label:hover {
    border: 1px solid #F7F7FA; }
.views-exposed-form fieldset.fieldgroup .fieldset-wrapper .form-radios .js-form-item label {
    padding: 10px 16px;
    margin-top: 5px;
    border: 1px solid #F7F7FA;
    color: #171FA5;
    font-weight: 700;
    cursor: pointer;
    display: block;
    text-align: center; }
.views-exposed-form fieldset.fieldgroup .fieldset-wrapper .form-radios .js-form-item label:hover {
    border: 1px solid #171FA5; }

@media (min-width: 700px) {
    .views-exposed-form {
        margin-top: 20px;
        margin-bottom: 30px;
        margin-left: 30px; }
    .views-exposed-form fieldset.fieldgroup .fieldset-wrapper .form-radios {
        display: inline-block; }
    .views-exposed-form fieldset.fieldgroup .fieldset-wrapper .form-radios .js-form-item {
        display: inline; }
    .views-exposed-form fieldset.fieldgroup .fieldset-wrapper .form-radios .js-form-item label {
        float: left;
        display: inline;
        margin-right: 5px; } }

/**************************************/
/*******   ACCESSIBILITY POPUP   ******/
/**************************************/
#block-accessibilityblock {
    background: #fff;
    color: #0D1A79;
    max-width: 780px;
    padding: 32px; }
#block-accessibilityblock .block.block- .text-size-info label {
    font-size: 20px;
    font-weight: 700; }
#block-accessibilityblock .block.block- .text-size-info div {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 25px; }
#block-accessibilityblock .block.block- fieldset {
    margin-top: 20px; }
#block-accessibilityblock .block.block- fieldset legend {
    font-weight: 700;
    font-size: 20px; }
#block-accessibilityblock .block.block- fieldset .fieldset-wrapper {
    margin-top: 8px;
    margin-bottom: 8px; }
#block-accessibilityblock .block.block- fieldset .fieldset-wrapper .form-radios .js-form-item {
    margin-bottom: 8px; }
#block-accessibilityblock .block.block- fieldset .fieldset-wrapper .form-radios .js-form-item input[type="radio"] {
    vertical-align: middle; }
#block-accessibilityblock .block.block- fieldset .fieldset-wrapper .form-radios .js-form-item label {
    vertical-align: middle;
    z-index: 1001;
    display: inline-block; }
#block-accessibilityblock .block.block- .form-actions input#edit-submit {
    background: #E85701;
    margin-top: 20px;
    color: #fff;
    border: 0;
    font-size: 18px;
    font-weight: 500;
    font-family: "IBM Plex Sans", sans-serif;
    padding: 10px 24px;
    border-radius: 24px;
    cursor: pointer;
    transition: background 100ms ease-in-out; }
#block-accessibilityblock .block.block- .form-actions input#edit-submit:hover {
    background: #cf4d01; }
#block-accessibilityblock .block.block- .form-actions input#edit-cancel {
    background: #fff;
    color: #171FA5;
    border: 1px solid #171FA5;
    font-size: 18px;
    font-weight: 500;
    font-family: "IBM Plex Sans", sans-serif;
    padding: 10px 24px;
    border-radius: 24px;
    cursor: pointer;
    transition: background 100ms ease-in-out; }
#block-accessibilityblock .block.block- .form-actions input#edit-cancel:hover {
    color: #fff;
    background: #141b8f; }
#block-accessibilityblock .block.block- .form-actions input#edit-reset {
    background: #fff;
    color: #171FA5;
    border: 1px solid #171FA5;
    font-size: 18px;
    font-weight: 500;
    font-family: "IBM Plex Sans", sans-serif;
    padding: 10px 24px;
    border-radius: 24px;
    cursor: pointer;
    transition: background 100ms ease-in-out; }
#block-accessibilityblock .block.block- .form-actions input#edit-reset:hover {
    color: #fff;
    background: #141b8f; }

.sitemap {
    display: table;
    margin: 20px auto; }
.sitemap h2 {
    font-weight: 500;
    font-size: 19px;
    color: #0D1A79;
    line-height: 32px; }
.sitemap a.ext::after,
.sitemap a.ext-white::after {
    content: "" !important;
    display: inline-block !important;
    background: url("../img/ico_ext_link_white.svg") !important;
    background-size: cover !important;
    width: 10px !important;
    height: 10px !important;
    margin: -1px 7px -3px 5px !important; }

/******************************/
/*******   5-TEMPLATES   ******/
/******************************/
/****************************/
/*******   FRONTPAGE   ******/
/****************************/
.frontpage-content {
    margin: -260px 10px 0;
    display: -ms-grid;
    display: grid;
    grid-gap: 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(240px, auto) minmax(auto, auto) minmax(auto, auto) minmax(auto, auto); }
.frontpage-content .headline {
    padding: 12px;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    color: #fff;
    -ms-grid-row-align: center;
    align-self: center; }
.frontpage-content .headline h1 {
    font-size: 42px;
    font-weight: 600;
    margin-top: -10px; }
.frontpage-content .headline h2 {
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    margin-top: 5px;
    margin-bottom: 25px; }
.frontpage-content .headline a.btn {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    outline: none;
    font-size: 16px;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 24px;
    line-height: 42px; }
.frontpage-content .headline a.btn:hover {
    color: #171FA5;
    background: whitesmoke;
    transition: all 0.3s ease;
    border: 1px solid whitesmoke; }
.frontpage-content .headline a.btn:active {
    color: #171FA5;
    background: #d9d9d9;
    border: 1px solid #d9d9d9; }
.frontpage-content .jobseeker {
    background: #171FA5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
    border: none;
    margin-bottom: -10px; }
.frontpage-content .jobseeker ul.links li {
    margin-top: 9px;
    margin-bottom: 9px; }
.frontpage-content .jobseeker ul.links li a {
    font-size: 18px;
    display: inline-block;
    position: relative;
    padding-left: 20px; }
.frontpage-content .jobseeker ul.links li a:before {
    position: absolute;
    top: 5px;
    left: 2px;
    background: url("../img/list_carret_l1_dark_bg.svg") center right no-repeat; }
.frontpage-content .employer {
    background: #E85701;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3 / 4;
    border: none; }
.frontpage-content .employer ul.links li {
    margin-top: 9px;
    margin-bottom: 9px; }
.frontpage-content .employer ul.links li a {
    font-size: 18px;
    display: inline-block;
    position: relative;
    padding-left: 20px; }
.frontpage-content .employer ul.links li a:before {
    position: absolute;
    top: 5px;
    left: 2px;
    background: url("../img/list_carret_l1_dark_bg.svg") center right no-repeat; }
.frontpage-content .jobseeker ul.links li,
.frontpage-content .employer ul.links li {
    margin-top: 7px;
    margin-bottom: 7px; }
.frontpage-content .jobseeker ul.links li a,
.frontpage-content .employer ul.links li a {
    font-size: 18px;
    line-height: 25px;
    color: #fff; }
.frontpage-content .block-what-is-eures {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4 / 5; }
.frontpage-content .block-what-is-eures .about {
    background: #F7F7FA url("../img/bg_tiles.png") 0 0 no-repeat;
    border: none;
    position: relative;
    z-index: 90;
    padding-bottom: 184px; }
.frontpage-content .block-what-is-eures .about a {
    text-decoration: none; }
.frontpage-content .block-what-is-eures .about a:hover {
    text-decoration: underline; }
.frontpage-content .block-what-is-eures .about .logo-section {
    background: #FFF;
    padding-top: 45px;
    padding-bottom: 45px;
    text-align: center;
    position: absolute;
    right: 2px;
    bottom: 2px;
    left: 2px; }
.frontpage-content .partners {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2; }
.frontpage-content .partners .logos {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
.frontpage-content .partners .logos a img,
.frontpage-content .partners .logos img {
    margin: 10px 5px 0 5px !important;
    max-width: 120px;
    height: auto;
    -ms-grid-row-align: center;
    align-self: center;
    margin: 10px 15px 0; }
.frontpage-content.frontpage-eng .headline {
    padding: 24px; }
.frontpage-content.frontpage-eng .headline h1 {
    line-height: 54px;
    margin-bottom: 10px; }
.frontpage-content.frontpage-eng .right {
    margin-top: -10px; }
.frontpage-content.frontpage-eng .right .jobseeker {
    margin-bottom: 20px; }
.frontpage-content.frontpage-eng .right .jobseeker h3 {
    font-size: 28px;
    line-height: 38px; }
.frontpage-content.frontpage-eng .right .jobseeker a.btn {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    outline: none;
    font-size: 16px;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 24px;
    line-height: 42px; }
.frontpage-content.frontpage-eng .right .jobseeker a.btn:hover {
    color: #171FA5;
    background: whitesmoke;
    transition: all 0.3s ease;
    border: 1px solid whitesmoke; }
.frontpage-content.frontpage-eng .right .jobseeker a.btn:active {
    color: #171FA5;
    background: #d9d9d9;
    border: 1px solid #d9d9d9; }
.frontpage-content.frontpage-eng .right .employer {
    margin-top: -20px; }
.frontpage-content.frontpage-eng .right .employer h3 {
    font-size: 28px;
    line-height: 38px; }
.frontpage-content.frontpage-eng .right .employer a.btn {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    outline: none;
    font-size: 16px;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 24px;
    line-height: 42px; }
.frontpage-content.frontpage-eng .right .employer a.btn:hover {
    color: #E85701;
    background: whitesmoke;
    transition: all 0.3s ease;
    border: 1px solid whitesmoke; }
.frontpage-content.frontpage-eng .right .employer a.btn:active {
    color: #E85701;
    background: #d9d9d9;
    border: 1px solid #d9d9d9; }
.frontpage-content.frontpage-eng .news {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4 / 5; }
.frontpage-content.frontpage-eng .partners {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-row: 5 / 6; }

@media (min-width: 1200px) {
    .frontpage-content {
        margin: -510px 60px 0;
        grid-gap: 20px;
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
        grid-auto-rows: minmax(410px, auto) minmax(auto, auto) minmax(auto, auto) minmax(auto, auto); }
    .frontpage-content .headline {
        padding: 24px;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1 / 3;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1 / 2;
        -ms-grid-row-align: stretch;
        align-self: stretch; }
    .frontpage-content .headline h1 {
        font-size: 64px;
        font-weight: 600;
        margin-top: 0; }
    .frontpage-content .headline h1::after {
        clear: both;
        content: "";
        display: block; }
    .frontpage-content .headline h2 {
        margin-top: 10px;
        font-weight: 400;
        font-size: 28px;
        line-height: 39px; }
    .frontpage-content .headline h2::after {
        clear: both;
        content: "";
        display: block; }
    .frontpage-content .headline a.btn {
        background: transparent;
        border: 1px solid #fff;
        color: #fff;
        text-decoration: none;
        cursor: pointer;
        display: inline-block;
        outline: none;
        font-size: 20px;
        padding-right: 24px;
        padding-left: 24px;
        border-radius: 32px;
        line-height: 51px; }
    .frontpage-content .headline a.btn:hover {
        color: #171FA5;
        background: whitesmoke;
        transition: all 0.3s ease;
        border: 1px solid whitesmoke; }
    .frontpage-content .headline a.btn:active {
        color: #171FA5;
        background: #d9d9d9;
        border: 1px solid #d9d9d9; }
    .frontpage-content #block-whatiseures {
        display: -ms-grid;
        -ms-grid-column: 3; }
    .frontpage-content .jobseeker {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1 / 3;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2 / 3;
        margin-bottom: 0px; }
    .frontpage-content .employer {
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        grid-column: 3 / 4;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2 / 3; }
    .frontpage-content .block-what-is-eures {
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        grid-column: 3 / 4;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1 / 2; }
    .frontpage-content .block-what-is-eures .about {
        position: relative; }
    .frontpage-content .block-what-is-eures .about .logo-section {
        background: #FFF;
        padding-top: 45px;
        padding-bottom: 45px;
        text-align: center;
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0; }
    .frontpage-content .events {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1 / 2;
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        grid-row: 3 / 4; }
    .frontpage-content .news {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2 / 3;
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        grid-row: 3 / 4; }
    .frontpage-content .programmes {
        -ms-grid-column: 3;
        grid-column: 3 / 3;
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        grid-row: 3 / 4; }
    .frontpage-content #block-views-block-liikuvuskavad-block-1 {
        -ms-grid-column: 3;
        -ms-grid-row: 3; }
    .frontpage-content .partners {
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
        grid-column: 1 / 4;
        -ms-grid-row: 4;
        -ms-grid-row-span: 1;
        grid-row: 4 / 5; }
    .frontpage-content .partners .logos {
        display: flex;
        justify-content: center; }
    .frontpage-content .partners .logos > img {
        width: auto;
        height: auto;
        max-width: 200px;
        max-height: 160px;
        -ms-grid-row-align: center;
        align-self: center;
        margin: 0 10px; }
    .frontpage-content .partners .logos a {
        -ms-grid-row-align: center;
        align-self: center;
        margin: 0 10px !important;
        display: inline-block; }
    .frontpage-content .partners .logos a img {
        width: auto;
        height: auto;
        max-width: 200px;
        max-height: 160px;
        -ms-grid-row-align: center;
        align-self: center; }
    .frontpage-content.frontpage-eng {
        -ms-grid-columns: (1fr)[6];
        grid-template-columns: repeat(6, 1fr);
        grid-template-rows: 490px auto auto auto;
        -ms-grid-rows: 535px auto auto auto;
        margin: -510px 60px 0; }
    .frontpage-content.frontpage-eng .headline {
        padding: 24px;
        -ms-grid-column: 1;
        -ms-grid-column-span: 4;
        grid-column: 1 / 5;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1 / 2;
        -ms-grid-row-align: stretch;
        align-self: stretch; }
    .frontpage-content.frontpage-eng .headline h1 {
        line-height: 84px;
        margin-bottom: 35px; }
    .frontpage-content.frontpage-eng .right {
        -ms-grid-column: 5;
        -ms-grid-column-span: 2;
        grid-column: 5 / 7;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1 / 2;
        display: block;
        -ms-grid-row-align: start;
        align-self: start; }
    .frontpage-content.frontpage-eng .right .jobseeker {
        -ms-grid-column: 5;
        -ms-grid-column-span: 2;
        grid-column: 5 / 7;
        grid-row: auto;
        margin-bottom: 40px; }
    .frontpage-content.frontpage-eng .right .jobseeker h3 {
        font-size: 28px;
        line-height: 38px; }
    .frontpage-content.frontpage-eng .right .jobseeker a.btn {
        background: transparent;
        border: 1px solid #fff;
        color: #fff;
        text-decoration: none;
        cursor: pointer;
        display: inline-block;
        outline: none;
        font-size: 16px;
        padding-right: 20px;
        padding-left: 20px;
        border-radius: 24px;
        line-height: 42px; }
    .frontpage-content.frontpage-eng .right .jobseeker a.btn:hover {
        color: #171FA5;
        background: whitesmoke;
        transition: all 0.3s ease;
        border: 1px solid whitesmoke; }
    .frontpage-content.frontpage-eng .right .jobseeker a.btn:active {
        color: #171FA5;
        background: #d9d9d9;
        border: 1px solid #d9d9d9; }
    .frontpage-content.frontpage-eng .right .employer {
        -ms-grid-column: 5;
        -ms-grid-column-span: 2;
        grid-column: 5 / 7;
        grid-row: auto; }
    .frontpage-content.frontpage-eng .right .employer h3 {
        font-size: 28px;
        line-height: 38px; }
    .frontpage-content.frontpage-eng .right .employer a.btn {
        background: transparent;
        border: 1px solid #fff;
        color: #fff;
        text-decoration: none;
        cursor: pointer;
        display: inline-block;
        outline: none;
        font-size: 16px;
        padding-right: 20px;
        padding-left: 20px;
        border-radius: 24px;
        line-height: 42px; }
    .frontpage-content.frontpage-eng .right .employer a.btn:hover {
        color: #E85701;
        background: whitesmoke;
        transition: all 0.3s ease;
        border: 1px solid whitesmoke; }
    .frontpage-content.frontpage-eng .right .employer a.btn:active {
        color: #E85701;
        background: #d9d9d9;
        border: 1px solid #d9d9d9; }
    .frontpage-content.frontpage-eng .right .events {
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        grid-row: 3 / 4; }
    .frontpage-content.frontpage-eng .right .news {
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        grid-row: 3 / 4; }
    .frontpage-content.frontpage-eng .events {
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
        grid-column: 1 / 4;
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        grid-row: 3 / 4; }
    .frontpage-content.frontpage-eng .news {
        -ms-grid-column: 4;
        -ms-grid-column-span: 3;
        grid-column: 4 / 7;
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        grid-row: 3 / 4; }
    .frontpage-content.frontpage-eng .partners {
        -ms-grid-column: 1;
        -ms-grid-column-span: 6;
        grid-column: 1 / 7;
        -ms-grid-row: 4;
        -ms-grid-row-span: 1;
        grid-row: 4 / 5; } }

@media (min-width: 992px) {
    .frontpage-content .jobseeker ul.links li a,
    .frontpage-content .employer ul.links li a {
        font-size: 20px !important; } }

/***********************************/
/*******   JOBSEEKER'S PAGE   ******/
/***********************************/
.jobseeker-pg {
    margin: auto 10px; }
.jobseeker-pg h1 {
    font-size: 32px;
    font-weight: 700;
    margin: 20px 20px 20px 10px;
    color: #0D1A79; }
.jobseeker-pg ul.actions {
    overflow: hidden;
    margin-bottom: 10px; }
.jobseeker-pg ul.actions li {
    overflow: hidden;
    margin-bottom: 10px; }
.jobseeker-pg ul.actions li a.btn {
    background: #E85701;
    color: #fff;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    outline: none;
    font-size: 16px;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 24px;
    line-height: 42px;
    display: block; }
.jobseeker-pg ul.actions li a.btn:hover {
    color: #fff;
    background: #d44f01;
    transition: all 0.3s ease; }
.jobseeker-pg ul.actions li a.btn:active {
    color: #fff;
    background: #9c3a01; }
.jobseeker-pg .blocks {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    grid-gap: 10px; }

@media (min-width: 1200px) {
    .jobseeker-pg {
        margin: auto 60px; }
    .jobseeker-pg .headline::after {
        clear: both;
        content: "";
        display: block; }
    .jobseeker-pg .headline h1 {
        font-size: 42px;
        font-weight: 700;
        margin: 70px 30px 18px;
        color: #0D1A79;
        float: left; }
    .jobseeker-pg .headline ul.actions {
        margin: 70px 30px 18px;
        float: right; }
    .jobseeker-pg .headline ul.actions li {
        display: inline;
        margin-left: 7px; }
    .jobseeker-pg .headline ul.actions li a.btn {
        display: inline-block; }
    .jobseeker-pg .blocks {
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
        -ms-grid-rows: auto auto auto;
        grid-template-rows: auto auto auto;
        grid-gap: 20px; }
    .jobseeker-pg .blocks .block-countries {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1 / 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
        grid-column: 1 / 4; }
    .jobseeker-pg .blocks .block-consultation {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2 / 3;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1 / 2; }
    .jobseeker-pg .blocks .block-links {
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        grid-row: 3 / 4;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1 / 2; }
    .jobseeker-pg .blocks .block-jobfairs {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        grid-row: 2 / 4;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2 / 3;
        align-content: stretch; }
    .jobseeker-pg .blocks .block-programmes {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        grid-row: 2 / 4;
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        grid-column: 3 / 4; }
    .jobseeker-pg .blocks .block .container {
        height: 100%; } }

/*******************************/
/*******   COUNTRY PAGE   ******/
/*******************************/
.breadcrumbs.translucent ul.actions {
    display: none; }

.country-pg img {
    width: 100%; }

@supports (display: grid) {
    .country-pg {
        display: -ms-grid;
        display: grid; } }

.country-pg .country-head {
    position: relative;
    z-index: 99;
    height: 143px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    -ms-grid-rows: 1fr; }
.country-pg .country-head h1 {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-column-align: start;
    -ms-grid-row-align: center;
    position: relative;
    margin-left: 30px;
    z-index: 99;
    font-size: 42px;
    font-weight: 600;
    color: #FFFFFF;
    text-shadow: 0 1px 0 #000000;
    align-self: center; }
.country-pg .country-head:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 6, 111, 0.45); }

.country-pg ul.actions {
    margin: 10px; }
.country-pg ul.actions li {
    margin-bottom: 10px; }
.country-pg ul.actions li a.btn {
    background: #E85701;
    color: #fff;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    outline: none;
    font-size: 16px;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 24px;
    line-height: 42px;
    display: block; }
.country-pg ul.actions li a.btn:hover {
    color: #fff;
    background: #d44f01;
    transition: all 0.3s ease; }
.country-pg ul.actions li a.btn:active {
    color: #fff;
    background: #9c3a01; }

@supports (display: grid) {
    .country-pg .country-body {
        margin: 0 10px; } }

.country-pg .country-body .main h2 {
    font-size: 28px;
    line-height: 42px;
    font-weight: 600;
    color: #0D1A79;
    margin-top: 30px;
    margin-bottom: 15px; }
.country-pg .country-body .main h2 img.flag {
    float: right; }

.country-pg .country-body .main h3 {
    font-size: 22px;
    font-weight: 600;
    color: #0D1A79;
    margin-top: 30px;
    margin-bottom: 15px; }

.country-pg .country-body .main h4 {
    font-size: 18px;
    font-weight: 600;
    color: #0D1A79;
    margin-top: 30px;
    margin-bottom: 15px; }

.country-pg .country-body .main .anchorjs-link {
    font-size: 1.2em !important;
    padding-left: 5px !important;
    opacity: 0.5 !important;
    transition: all 100ms ease-in-out;
    z-index: 98; }
.country-pg .country-body .main .anchorjs-link:hover {
    opacity: 1 !important;
    text-decoration: none; }

.country-pg .country-body .main strong {
    font-weight: 700; }

.country-pg .country-body .main ul {
    line-height: 28px;
    margin-bottom: 14px; }
.country-pg .country-body .main ul li {
    padding-left: 10px; }
.country-pg .country-body .main ul li::before {
    content: "●";
    color: #E85701;
    margin-right: 5px; }

.country-pg .country-body .main dl {
    margin-bottom: 30px;
    border-top: 1px solid #E4E4E4;
    font-size: 14px; }
.country-pg .country-body .main dl::after {
    clear: both;
    content: "";
    display: block; }
.country-pg .country-body .main dl dt {
    float: none;
    clear: both;
    width: auto;
    text-align: left;
    font-weight: 700;
    padding: 10px 7px 5px; }
.country-pg .country-body .main dl dd {
    margin: 0;
    padding: 5px 7px 10px;
    border-bottom: 1px solid #E4E4E4; }

.country-pg .country-body .main p {
    line-height: 28px;
    margin-bottom: 14px; }

.country-pg .country-body .main .country-additional-info {
    padding: 15px;
    background: #F7F7FA; }
.country-pg .country-body .main .country-additional-info h2 {
    margin-top: 0;
    margin-bottom: 14px;
    font-size: 16px; }
.country-pg .country-body .main .country-additional-info p  {
    font-size: 14px; }

@media (min-width: 700px) {
    .country-pg img {
        width: auto; } }

@media (min-width: 1200px) {
    .country-breadcrumb {
        overflow: hidden;
        z-index: 101; }
    .country-breadcrumb .breadcrumbs {
        top: 0px;
        clear: both;
        background: rgba(0, 6, 111, 0.7); }
    .country-breadcrumb .breadcrumbs::after {
        clear: both;
        content: "";
        display: block; }
    .country-breadcrumb .breadcrumbs ul.breadcrumb-list {
        float: left; }
    .country-breadcrumb .breadcrumbs ul.actions {
        float: right;
        display: inline-block; }
    .country-breadcrumb .breadcrumbs ul.actions li {
        display: inline; }
    .country-breadcrumb .breadcrumbs ul.actions li a.btn {
        background: transparent;
        border: 1px solid #fff;
        color: #fff;
        text-decoration: none;
        cursor: pointer;
        display: inline-block;
        outline: none;
        padding: 10px 15px;
        margin-top: -10px;
        margin-bottom: -10px;
        margin-left: 5px;
        border-radius: 30px; }
    .country-breadcrumb .breadcrumbs ul.actions li a.btn:hover {
        color: #fff;
        background: whitesmoke;
        transition: all 0.3s ease;
        border: 1px solid whitesmoke; }
    .country-breadcrumb .breadcrumbs ul.actions li a.btn:active {
        color: #fff;
        background: #d9d9d9;
        border: 1px solid #d9d9d9; }
    .country-breadcrumb .breadcrumbs ul.actions li a.btn:hover {
        color: #fff;
        background: #00066F; }
    .country-breadcrumb .breadcrumbs ul.actions li a.btn:active {
        background: #fff;
        color: #00066F; }
    .country-breadcrumb.js-is-sticky {
        background: #00066F;
        transition: background 100ms ease-in-out;
        max-width: inherit;
        width: 100%; }
    .country-pg {
        position: relative;
        -ms-grid-rows: 376px auto; }
    .country-pg .country-head {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1 / 2;
        padding-top: 86px;
        height: 376px;
        margin-top: -86px; }
    .country-pg .country-head h1 {
        font-size: 74px;
        margin-left: 80px; }
    @supports (display: grid) {
        .country-pg .country-head h1 {
            margin-top: 0; } }
    .country-pg ul.actions {
        display: none;
        margin: 0;
        z-index: 102; }
    .country-pg ul.actions li {
        display: inline;
        margin-left: 10px; }
    .country-pg ul.actions li a.btn {
        background: none;
        border: 1px solid #fff;
        color: #fff;
        text-decoration: none;
        cursor: pointer;
        display: inline-block;
        outline: none; }
    .country-pg ul.actions li a.btn:hover {
        color: #fff;
        background: #000446;
        transition: all 0.3s ease; }
    .country-pg ul.actions li a.btn:active {
        color: #fff;
        background: #d9d9d9;
        border: 1px solid #d9d9d9; }
    .country-pg .country-body {
        margin: 40px 60px 0;
        display: -ms-grid;
        display: grid;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2 / 3;
        grid-template-columns: 300px auto;
        -ms-grid-columns: 304px 1fr;
        grid-gap: 40px; }
    .country-pg .country-body .main {
        padding: 0 0 0 40px;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2 / 3; }
    .country-pg .country-body .main ul {
        line-height: 28px; }
    .country-pg .country-body .main dl {
        margin-bottom: 30px;
        border-top: 1px solid #E4E4E4;
        font-size: 16px; }
    .country-pg .country-body .main dl::after {
        clear: both;
        content: "";
        display: block; }
    .country-pg .country-body .main dl dt {
        float: left;
        clear: left;
        width: 190px;
        text-align: right;
        font-weight: 700;
        padding: 12px 20px; }
    .country-pg .country-body .main dl dd {
        margin: 0 0 0 0px;
        padding-top: 12px;
        padding-bottom: 12px;
        border-bottom: 1px solid #E4E4E4; }
    .country-pg .country-body .main p {
        line-height: 28px; }
    .country-pg .country-body .main .country-additional-info {
        padding: 32px; }
    @supports (display: grid) {
        .country-pg .country-body .main {
            padding: 0; } }
    @supports (display: grid) {
        .country-pg .country-body {
            -ms-grid-columns: 3fr 9fr;
            grid-template-columns: 3fr 9fr; } } }

/***********************************/
/*******   JOBSEEKER'S PAGE   ******/
/***********************************/
.employer-pg {
    margin: auto 10px; }
.employer-pg h1 {
    font-size: 32px;
    font-weight: 700;
    margin: 20px 20px 20px 10px;
    color: #0D1A79; }
.employer-pg ul.actions {
    overflow: hidden;
    margin-bottom: 10px; }
.employer-pg ul.actions li {
    overflow: hidden;
    margin-bottom: 10px; }
.employer-pg ul.actions li a.btn {
    background: #E85701;
    color: #fff;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    outline: none;
    font-size: 16px;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 24px;
    line-height: 42px;
    display: block; }
.employer-pg ul.actions li a.btn:hover {
    color: #fff;
    background: #d44f01;
    transition: all 0.3s ease; }
.employer-pg ul.actions li a.btn:active {
    color: #fff;
    background: #9c3a01; }
.employer-pg .blocks {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    grid-gap: 10px; }
.employer-pg .blocks .block-steps a.btn {
    padding-right: 0;
    padding-left: 0;
    display: block;
    text-align: center;
    font-size: 15px; }
.employer-pg .blocks .block .container {
    height: 100%; }

@media (min-width: 700px) {
    .employer-pg .blocks .block-steps a.btn {
        padding-right: 20px;
        padding-left: 20px;
        display: inline-block;
        text-align: center;
        font-size: 16px; } }

@media (min-width: 992px) {
    .employer-pg .blocks .block-programmes {
        -ms-grid-column: 1;
        -ms-grid-column-span: 6;
        -ms-grid-row: 6;
        grid-column: 1 / 7;
        -ms-grid-row-span: 1;
        grid-row: 6/7; }
    .employer-pg .blocks ul.programmes {
        overflow: hidden; }
    .employer-pg .blocks ul.programmes li {
        width: 50%; }
    .employer-pg .blocks ul.programmes li:nth-child(odd) {
        padding-right: 30px; }
    .employer-pg .blocks ul.programmes li:nth-child(even) {
        padding-left: 30px; } }

@media (min-width: 1200px) {
    .employer-pg {
        margin: auto 60px; }
    .employer-pg .headline::after {
        clear: both;
        content: "";
        display: block; }
    .employer-pg .headline h1 {
        font-size: 42px;
        font-weight: 700;
        margin: 70px 30px 18px;
        color: #0D1A79;
        float: left; }
    .employer-pg .headline ul.actions {
        margin: 70px 30px 18px;
        float: right; }
    .employer-pg .headline ul.actions li {
        display: inline;
        margin-left: 7px; }
    .employer-pg .headline ul.actions li a.btn {
        display: inline-block; }
    .employer-pg .blocks {
        -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        -ms-grid-rows: auto auto auto auto auto auto auto auto auto;
        grid-template-rows: auto auto auto auto auto auto auto auto auto;
        grid-gap: 20px; }
    .employer-pg .blocks .block-welcome {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1 / 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 4;
        grid-column: 1 / 5; }
    .employer-pg .blocks .block-about {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        grid-row: 2 / 4;
        -ms-grid-column: 1;
        -ms-grid-column-span: 4;
        grid-column: 1 / 5;
        display: -ms-grid;
        display: grid; }
    .employer-pg .blocks .block-steps {
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        grid-row: 1 / 3;
        -ms-grid-column: 5;
        -ms-grid-column-span: 2;
        grid-column: 5 / 7;
        display: -ms-grid;
        display: grid; }
    .employer-pg .blocks .block-video {
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        grid-row: 3 / 4;
        -ms-grid-column: 5;
        -ms-grid-column-span: 2;
        grid-column: 5 / 7; }
    .employer-pg .blocks .block-stories {
        -ms-grid-column: 1;
        -ms-grid-column-span: 6;
        grid-column: 1 / 7;
        -ms-grid-row: 4;
        -ms-grid-row-span: 1;
        grid-row: 4 / 5; }
    .employer-pg .blocks .block-euresportal {
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
        grid-column: 1 / 4;
        -ms-grid-row: 5;
        -ms-grid-row-span: 1;
        grid-row: 5 / 6;
        display: -ms-grid;
        display: grid; }
    .employer-pg .blocks .block-recruiting {
        -ms-grid-column: 4;
        -ms-grid-column-span: 3;
        grid-column: 4 / 7;
        -ms-grid-row: 5;
        -ms-grid-row-span: 1;
        grid-row: 5 / 6;
        display: -ms-grid;
        display: grid; }
    .employer-pg .blocks .block-links {
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
        grid-column: 1 / 4;
        -ms-grid-row: 7;
        -ms-grid-row-span: 1;
        grid-row: 7 / 8; }
    .employer-pg .blocks .block-events {
        -ms-grid-column: 4;
        -ms-grid-column-span: 3;
        grid-column: 4 / 7;
        -ms-grid-row: 7;
        -ms-grid-row-span: 1;
        grid-row: 7 / 8; } }

/*************************************/
/*******   EMPLOYER'S SUBPAGE   ******/
/*************************************/
.employer-sub-pg {
    margin: auto 10px; }
.employer-sub-pg h1 {
    font-size: 32px;
    font-weight: 700;
    margin: 20px 20px 10px 10px;
    color: #0D1A79; }
.employer-sub-pg .content-2col {
    -webkit-column-count: 1;
    column-count: 1;
    margin: 0 10px;
    color: #0B294C; }
.employer-sub-pg .content-2col h2 {
    font-size: 22px;
    font-weight: 700;
    line-height: 29px; }
.employer-sub-pg .content-2col p {
    font-size: 16px;
    line-height: 29px;
    margin: 0 0 27px; }
.employer-sub-pg .content-2col hr {
    -webkit-column-break-after: avoid;
    break-after: avoid;
    display: none; }
.employer-sub-pg .blocks {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 10px; }

@media (min-width: 1200px) {
    .employer-sub-pg {
        margin: auto 60px; }
    .employer-sub-pg .headline::after {
        clear: both;
        content: "";
        display: block; }
    .employer-sub-pg .headline h1 {
        font-size: 42px;
        font-weight: 700;
        margin: 70px 30px 18px;
        color: #0D1A79;
        float: left; }
    .employer-sub-pg .content-2col {
        -webkit-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 66px;
        column-gap: 66px;
        margin: 24px 30px 48px;
        color: #0B294C; }
    .employer-sub-pg .content-2col h2 {
        font-size: 22px;
        font-weight: 700;
        line-height: 29px; }
    .employer-sub-pg .content-2col p {
        font-size: 16px;
        line-height: 29px;
        margin: 0 0 27px; }
    .employer-sub-pg .content-2col hr {
        -webkit-column-break-after: column;
        break-after: column;
        display: block;
        margin: 0;
        padding: 0;
        border: 0; }
    .employer-sub-pg .blocks {
        -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        -ms-grid-rows: auto auto auto auto;
        grid-gap: 20px; }
    .employer-sub-pg .blocks .block {
        display: grid;
        display: -ms-grid; }
    .employer-sub-pg.eures-portal .blocks .block-recruiting {
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
        grid-column: 1/4;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1/2; }
    .employer-sub-pg.eures-portal .blocks .block-links {
        -ms-grid-column: 4;
        -ms-grid-column-span: 3;
        grid-column: 4/7;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1/2; }
    .employer-sub-pg.migration .blocks #block-kohanemisprogramm {
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
        -ms-grid-row: 1;
        -ms-grid-row-align: stretch;
        grid-column: 1/4;
        -ms-grid-row-span: 1;
        grid-row: 1/2; }
    .employer-sub-pg.migration .blocks #block-kohanemisprogramm .container {
        height: 100%; }
    .employer-sub-pg.migration .blocks #block-migratsiooninoustamine {
        -ms-grid-column: 4;
        -ms-grid-column-span: 3;
        -ms-grid-row: 1;
        -ms-grid-row-align: stretch;
        grid-column: 4/7;
        -ms-grid-row-span: 1;
        grid-row: 1/2; }
    .employer-sub-pg.migration .blocks #block-migratsiooninoustamine .container {
        height: 100%; }
    .employer-sub-pg.migration .blocks #block-kasulikudlingid-3 {
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
        -ms-grid-row: 2;
        -ms-grid-row-align: stretch;
        grid-column: 1/4;
        -ms-grid-row-span: 1;
        grid-row: 2/3; }
    .employer-sub-pg.migration .blocks #block-kasulikudlingid-3 .container {
        height: 100%; }
    .employer-sub-pg.migration .blocks #block-euresportaal {
        -ms-grid-column: 4;
        -ms-grid-column-span: 3;
        -ms-grid-row: 2;
        -ms-grid-row-align: stretch;
        grid-column: 4/7;
        -ms-grid-row-span: 1;
        grid-row: 2/3; }
    .employer-sub-pg.migration .blocks #block-euresportaal .container {
        height: 100%; } }

/************************************/
/*******   TESTIMONIALS PAGE   ******/
/************************************/
.testimonials-pg {
    margin: auto 10px; }
.testimonials-pg .headline h1 {
    font-size: 32px;
    font-weight: 700;
    margin: 20px 20px 20px 10px;
    color: #0D1A79; }
.testimonials-pg .headline ul.actions {
    overflow: hidden;
    margin-bottom: 10px; }
.testimonials-pg .headline ul.actions li {
    overflow: hidden;
    margin-bottom: 10px; }
.testimonials-pg .headline ul.actions li a.btn {
    background: #E85701;
    color: #fff;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    outline: none;
    font-size: 16px;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 24px;
    line-height: 42px;
    display: block; }
.testimonials-pg .headline ul.actions li a.btn:hover {
    color: #fff;
    background: #d44f01;
    transition: all 0.3s ease; }
.testimonials-pg .headline ul.actions li a.btn:active {
    color: #fff;
    background: #9c3a01; }
.testimonials-pg strong {
    font-weight: 700; }
.testimonials-pg article {
    background: #F7F7FA;
    border: 1px solid #E4E4E4;
    margin: 0 0 20px;
    padding: 20px 16px;
    box-sizing: border-box;
    -ms-grid-columns: 285px auto;
    grid-template-columns: 285px auto; }
.testimonials-pg article .logo {
    display: -ms-grid;
    display: grid;
    align-content: center;
    justify-content: center;
    padding: 5px 0;
    -ms-grid-column-align: center; }
.testimonials-pg article .logo img {
    width: auto;
    height: auto;
    max-width: 160px;
    max-height: 160px; }
.testimonials-pg article .text {
    color: #0B294C; }
.testimonials-pg article .text p {
    font-size: 16px;
    line-height: 27px; }
.testimonials-pg article .text .author {
    margin-top: 10px;
    font-size: 18px;
    line-height: 27px; }
.testimonials-pg article .text .author .name {
    font-weight: 700; }

@media (min-width: 700px) {
    .testimonials-pg {
        margin: auto 60px; }
    .testimonials-pg .headline::after {
        clear: both;
        content: "";
        display: block; }
    .testimonials-pg .headline h1 {
        font-size: 42px;
        font-weight: 700;
        margin: 70px 30px 28px;
        color: #0D1A79;
        float: left; }
    .testimonials-pg .headline ul.actions {
        margin: 70px 30px 18px;
        float: right; }
    .testimonials-pg .headline ul.actions li {
        display: inline;
        margin-left: 7px; }
    .testimonials-pg .headline ul.actions li a.btn {
        display: inline-block; }
    .testimonials-pg article {
        display: -ms-grid;
        display: grid;
        grid-gap: 32px;
        padding: 40px 32px;
        -ms-grid-columns: 160px auto;
        grid-template-columns: 160px auto; }
    .testimonials-pg article .logo {
        display: -ms-grid;
        display: grid;
        padding: 0;
        -ms-grid-column: 1;
        -ms-grid-column-align: center;
        -ms-grid-row-align: center; }
    .testimonials-pg article .text {
        -ms-grid-column: 2;
        padding-left: 20px; } }

@media (min-width: 992px) {
    .testimonials-pg article {
        -ms-grid-columns: 285px auto;
        grid-template-columns: 285px auto; } }

/*************************************/
/*******   NEWS & EVENTS PAGE   ******/
/*************************************/
.newsevents-pg {
    margin: auto 10px; }
.newsevents-pg .headline {
    overflow: hidden;
    margin-bottom: 20px; }
.newsevents-pg .headline h1 {
    float: left;
    celar: both;
    font-size: 32px;
    font-weight: 700;
    margin: 20px 20px 15px 10px;
    color: #0D1A79; }
.newsevents-pg .headline ul.actions {
    float: none;
    clear: both;
    margin: 40px 5px 0; }
.newsevents-pg .headline ul.actions li a.btn {
    background: transparent;
    border: 1px solid #171FA5;
    color: #171FA5;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    outline: none;
    font-size: 16px;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 24px;
    line-height: 42px;
    display: block;
    width: 100%;
    text-align: center;
    box-sizing: border-box; }
.newsevents-pg .headline ul.actions li a.btn:hover {
    color: #fff;
    background: #151c93;
    transition: all 0.3s ease;
    border: 1px solid #151c93; }
.newsevents-pg .headline ul.actions li a.btn:active {
    color: #fff;
    background: #0e1262;
    border: 1px solid #0e1262; }
.newsevents-pg h2 {
    border-bottom: 1px solid #F7F7FA;
    margin: 20px 0;
    padding: 10px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #0D1A79; }
.newsevents-pg article {
    margin-bottom: 20px;
    padding-right: 10px;
    padding-bottom: 0;
    padding-left: 10px;
    line-height: 25px; }
.newsevents-pg article h3 {
    font-size: 18px; }
.newsevents-pg article .date {
    font-size: 14px;
    color: #171FA5; }
.newsevents-pg article p {
    font-size: 14px; }

@media (min-width: 700px) {
    .newsevents-pg {
        margin: auto 60px; }
    .newsevents-pg .headline {
        margin: 0; }
    .newsevents-pg .headline::after {
        clear: both;
        content: "";
        display: block; }
    .newsevents-pg .headline h1 {
        font-size: 42px;
        margin: 70px 30px 16px;
        float: left;
        clear: none; }
    .newsevents-pg .headline ul.actions {
        float: right;
        clear: none;
        margin: 70px 30px 0 0; }
    .newsevents-pg h2 {
        margin: 0 20px 20px;
        padding: 10px;
        font-size: 24px; }
    .newsevents-pg article {
        margin-bottom: 20px;
        padding-right: 30px;
        padding-bottom: 20px;
        padding-left: 30px;
        line-height: 27px; }
    .newsevents-pg article h3 {
        font-size: 20px; }
    .newsevents-pg article .date {
        font-size: 16px; }
    .newsevents-pg article p {
        font-size: 16px; } }

/*************************************/
/*******   NEWS & EVENTS PAGE   ******/
/*************************************/
.newsevents-single-pg {
    color: #0B294C;
    margin: auto 10px;
    padding-top: 20px;
    min-height: 450px; }
.newsevents-single-pg h1 {
    font-weight: 700;
    font-size: 28px;
    color: #0D1A79;
    line-height: 32px; }
.newsevents-single-pg .date {
    font-size: 16px;
    line-height: 27px;
    color: #171FA5;
    margin-top: 10px;
    margin-bottom: 27px; }
.newsevents-single-pg p {
    line-height: 27px;
    margin-bottom: 27px; }
.newsevents-single-pg ul {
    list-style: none;
    margin-bottom: 27px;
    margin-left: 5px;
    line-height: 27px; }
.newsevents-single-pg ul li::before {
    font-size: 20px;
    content: "●";
    margin-right: 7px;
    color: #E85701; }
.newsevents-single-pg ul li {
    line-height: 27px; }
.newsevents-single-pg ul li ul {
    list-style: none;
    margin: 0 7px 0 22px; }
.newsevents-single-pg ul li ul li::before {
    font-size: 20px;
    content: "•";
    color: #171FA5;
    line-height: 27px; }
.newsevents-single-pg ul li ul li ul {
    list-style: none;
    margin: 0 7px 0 22px; }
.newsevents-single-pg ul li ul li ul li::before {
    font-size: 16px;
    content: "•";
    color: #0B294C;
    line-height: 27px; }
.newsevents-single-pg iframe {
    width: 100%; }
.newsevents-single-pg ol {
    list-style: none;
    counter-reset: li;
    margin-bottom: 27px;
    margin-left: 8px;
    line-height: 27px; }
.newsevents-single-pg ol li {
    counter-increment: li; }
.newsevents-single-pg ol li ol {
    counter-reset: li;
    margin-left: 16px; }
.newsevents-single-pg ol li ol li {
    counter-increment: li; }
.newsevents-single-pg ol li ol li::before {
    content: counter(li) ")";
    color: #171FA5;
    display: inline-block;
    width: 1em;
    font-weigth: 700; }
.newsevents-single-pg ol li::before {
    content: counter(li) ".";
    color: #E85701;
    display: inline-block;
    width: 1em;
    font-weigth: 700; }
.newsevents-single-pg strong {
    font-weight: 700; }
.newsevents-single-pg .gallery {
    background: #F3F3F7;
    padding: 8px;
    overflow: hidden;
    -webkit-column-count: 12;
    column-count: 12;
    -webkit-column-gap: 4px;
    column-gap: 4px;
    line-height: 0;
    margin: 0 4px 4px 4px; }
.newsevents-single-pg .gallery h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    -webkit-column-span: all;
    column-span: all;
    padding: 6px 10px 8px 10px;
    color: #0D1A79; }
.newsevents-single-pg .gallery img {
    width: 100% !important;
    height: auto !important;
    margin: 4px 0 0 0;
    opacity: .9; }
.newsevents-single-pg .gallery img:hover {
    opacity: 1;
    cursor: pointer; }

@media (min-width: 700px) {
    .newsevents-single-pg {
        padding-top: 70px;
        margin: auto 60px; }
    .newsevents-single-pg .gallery {
        -webkit-column-count: 10;
        column-count: 10; } }

/*************************************/
/*******   NEWS & EVENTS PAGE   ******/
/*************************************/
.text-pg {
    color: #0B294C;
    margin: auto 10px;
    padding-top: 20px;
    min-height: 450px; }
.text-pg h1 {
    font-weight: 700;
    font-size: 32px;
    color: #0D1A79;
    line-height: 32px;
    margin-bottom: 16px; }
.text-pg h2 {
    font-weight: 700;
    font-size: 24px;
    color: #0D1A79;
    line-height: 27px;
    margin-bottom: 8px; }
.text-pg h3 {
    font-weight: 700;
    font-size: 18px;
    color: #0D1A79;
    line-height: 27px;
    margin-bottom: 8px; }
.text-pg .date {
    font-size: 16px;
    line-height: 27px;
    color: #171FA5;
    margin-top: 10px;
    margin-bottom: 27px; }
.text-pg p {
    line-height: 27px;
    margin-bottom: 27px; }
.text-pg ul {
    list-style: none;
    margin-bottom: 27px;
    margin-left: 5px;
    line-height: 27px; }
.text-pg ul li::before {
    font-size: 20px;
    content: "●";
    margin-right: 7px;
    color: #E85701; }
.text-pg ul li {
    line-height: 27px; }
.text-pg ul li ul {
    list-style: none;
    margin: 0 7px 0 22px; }
.text-pg ul li ul li::before {
    font-size: 20px;
    content: "•";
    color: #171FA5;
    line-height: 27px; }
.text-pg ul li ul li ul {
    list-style: none;
    margin: 0 7px 0 22px; }
.text-pg ul li ul li ul li::before {
    font-size: 16px;
    content: "•";
    color: #0B294C;
    line-height: 27px; }
.text-pg ol {
    list-style: none;
    counter-reset: li;
    margin-bottom: 27px;
    margin-left: 8px;
    line-height: 27px; }
.text-pg ol li {
    counter-increment: li; }
.text-pg ol li ol {
    counter-reset: li;
    margin-left: 16px; }
.text-pg ol li ol li {
    counter-increment: li; }
.text-pg ol li ol li::before {
    content: counter(li) ")";
    color: #171FA5;
    display: inline-block;
    width: 1em;
    font-weigth: 700; }
.text-pg ol li::before {
    content: counter(li) ".";
    color: #E85701;
    display: inline-block;
    width: 1em;
    font-weigth: 700; }
.text-pg strong {
    font-weight: 700; }

@media (min-width: 700px) {
    .text-pg {
        padding-top: 70px;
        margin: auto 60px; }
    .text-pg h1 {
        font-weight: 700;
        font-size: 42px;
        color: #0D1A79;
        line-height: 32px;
        margin-bottom: 27px; }
    .text-pg h2 {
        font-weight: 700;
        font-size: 24px;
        color: #0D1A79;
        line-height: 27px; }
    .text-pg h3 {
        font-weight: 700;
        font-size: 18px;
        color: #0D1A79;
        line-height: 27px; } }

/**************************/
/*******   CONTACT   ******/
/**************************/
.contact-pg {
    color: #0B294C;
    margin: auto 10px;
    min-height: 450px; }
.contact-pg .headline h1 {
    font-size: 32px;
    font-weight: 700;
    margin: 20px 20px 20px 10px;
    color: #0D1A79; }
.contact-pg .blocks {
    margin-right: 10px;
    margin-left: 10px;
    display: -ms-grid !important;
    display: grid !important;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
    -ms-grid-columns: 1fr;
    /* CONSULTANTS */
    /* CONTACT FORM */
    /* EURES GENEREAL */
    /* EURES CONTACTS */
    /* PARTNERS */ }
.contact-pg .blocks #block-views-block-kontaktid-block-1 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3; }
.contact-pg .blocks #block-views-block-kontaktid-block-1 .view-kontaktid .view-content .views-row {
    grid-gap: 16px;
    -ms-grid-columns: 144px auto;
    grid-template-columns: 144px auto;
    margin-bottom: 20px; }
.contact-pg .blocks #block-views-block-kontaktid-block-1 .view-kontaktid .view-content .views-row .views-field-field-contact-picture .field-content img {
    width: 72px;
    height: 72px;
    margin-top: 10px;
    margin-bottom: 8px; }
.contact-pg .blocks #block-views-block-kontaktid-block-1 .view-kontaktid .view-content .views-row .views-contact-data {
    font-size: 14px;
    color: #0D1A79;
    line-height: 22px; }
.contact-pg .blocks #block-views-block-kontaktid-block-1 .view-kontaktid .view-content .views-row .views-contact-data .views-field-title {
    font-size: 20px;
    font-weight: 700;
    color: #0F2166; }
.contact-pg .blocks #block-views-block-kontaktid-block-1 .view-kontaktid .view-content .views-row .views-contact-data .views-field-field-contact-profession {
    font-weight: bold;
    color: #A0A5AB; }
.contact-pg .blocks #block-views-block-kontaktid-block-1 .view-kontaktid .view-content .views-row .views-contact-data a[href^="tel:"] {
    color: #0F2166; }
.contact-pg .blocks #block-views-block-kontaktid-block-1 .view-kontaktid .view-content .views-row .views-contact-data a[href^="tel:"]:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../img/ico_tel.svg) 0 0 no-repeat;
    margin: 0 4px -3px 0; }
.contact-pg .blocks #block-views-block-kontaktid-block-1 .view-kontaktid .view-content .views-row .views-contact-data a[href^="mailto:"]:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../img/ico_email.svg) 0 0 no-repeat;
    margin: 0 4px -3px 0; }
.contact-pg .blocks #block-contactblock {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    padding: 15px;
    background: #F7F7FA; }
.contact-pg .blocks #block-contactblock .statusMessages {
    border: 2px solid #7ED321;
    color: #417505;
    font-weight: 700;
    border-radius: 4px;
    padding: 16px; }
.contact-pg .blocks #block-contactblock .statusMessages:before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url("../img/ico_success.svg") 0 0 no-repeat;
    vertical-align: middle;
    margin: -13px 10px -10px -9px; }
.contact-pg .blocks #block-contactblock .errorMessages {
    border: 2px solid #CB1919;
    color: #7E0F0F;
    font-weight: 700;
    border-radius: 4px;
    padding: 16px; }
.contact-pg .blocks #block-contactblock .errorMessages:before {
    content: "";
    float: left;
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url("../img/ico_error.svg") 0 0 no-repeat;
    vertical-align: middle;
    margin: -4px 10px -4px -9px; }
.contact-pg .blocks #block-contactblock .errorMessages ul {
    overflow: hidden;
    list-style: none; }
.contact-pg .blocks #block-contactblock .errorMessages ul li {
    padding-top: 5px;
    padding-bottom: 5px; }
.contact-pg .blocks #block-contactblock h2 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px; }
.contact-pg .blocks #block-contactblock form.contact-form {
    overflow: hidden; }
.contact-pg .blocks #block-contactblock form.contact-form .js-form-item label {
    font-size: 16px;
    font-weight: 700;
    padding: 10px 5px;
    display: inline-block; }
.contact-pg .blocks #block-contactblock form.contact-form .js-form-item #edit-email--description,
.contact-pg .blocks #block-contactblock form.contact-form .js-form-item #edit-message--description {
    display: inline;
    color: #A1A6AC;
    font-weight: 300; }
.contact-pg .blocks #block-contactblock form.contact-form .js-form-item input[type="text"],
.contact-pg .blocks #block-contactblock form.contact-form .js-form-item input[type="email"],
.contact-pg .blocks #block-contactblock form.contact-form .js-form-item textarea {
    border-radius: 4px;
    border: 1px solid #1D2493;
    font-size: 16px;
    line-height: 32px;
    width: 100%;
    outline: none;
    resize: none;
    box-sizing: border-box;
    margin-bottom: 10px; }
.contact-pg .blocks #block-contactblock form.contact-form .form-actions input.js-form-submit {
    background: transparent;
    border: 1px solid #171FA5;
    color: #171FA5;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    outline: none;
    font-size: 16px;
    font-family: "IBM Plex Sans", sans-serif;
    padding: 8px 15px;
    margin: 5px 0 0;
    border-radius: 20px;
    float: right; }
.contact-pg .blocks #block-contactblock form.contact-form .form-actions input.js-form-submit:hover {
    color: #171FA5;
    background: #151c93;
    transition: all 0.3s ease;
    border: 1px solid #151c93; }
.contact-pg .blocks #block-contactblock form.contact-form .form-actions input.js-form-submit:active {
    color: #171FA5;
    background: #0e1262;
    border: 1px solid #0e1262; }
.contact-pg .blocks #block-contactblock form.contact-form .form-actions input.js-form-submit:hover {
    color: #fff; }
.contact-pg .blocks #block-eureseesti {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4 / 5;
    margin-top: 20px; }
.contact-pg .blocks #block-eureseesti h2 {
    font-size: 28px;
    font-weight: 700;
    color: #0D1A79; }
.contact-pg .blocks #block-eureseesti p {
    font-size: 16px;
    line-height: 25px; }
.contact-pg .blocks #block-views-block-kontaktid-block-3 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-row: 5 / 6;
    margin-top: 10px; }
.contact-pg .blocks #block-views-block-kontaktid-block-3 .view.view-kontaktid .view-content .views-row {
    margin-top: 10px;
    line-height: 22px;
    font-size: 14px; }
.contact-pg .blocks #block-views-block-kontaktid-block-3 .view.view-kontaktid .view-content .views-row .views-field-title {
    font-size: 20px;
    font-weight: 700;
    color: #0D1A79; }
.contact-pg .blocks #block-views-block-kontaktid-block-3 .view.view-kontaktid .view-content .views-row .views-field-field-contact-profession {
    color: #A0A5AB;
    font-weight: 700; }
.contact-pg .blocks #block-views-block-kontaktid-block-3 .view.view-kontaktid .view-content .views-row a[href^="mailto:"]:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../img/ico_email.svg) 0 0 no-repeat;
    margin: 0 4px -3px 0; }
.contact-pg .blocks #block-views-block-kontaktid-block-3 .view.view-kontaktid .view-content .views-row a[href^="tel:"] {
    color: #0F2166; }
.contact-pg .blocks #block-views-block-kontaktid-block-3 .view.view-kontaktid .view-content .views-row a[href^="tel:"]:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../img/ico_tel.svg) 0 0 no-repeat;
    margin: 0 4px -3px 0; }
.contact-pg .blocks #block-views-block-kontaktid-block-2 {
    -ms-grid-row: 6;
    -ms-grid-row-span: 1;
    grid-row: 6 / 7; }
.contact-pg .blocks #block-views-block-kontaktid-block-2 h2 {
    font-size: 28px;
    font-weight: 700;
    color: #0D1A79;
    margin-top: 30px;
    margin-bottom: 24px; }
.contact-pg .blocks #block-views-block-kontaktid-block-2 div .view.view-kontaktid.view-id-kontaktid.view-display-id-block_2 .view-content .views-row {
    margin-top: 10px;
    padding: 25px;
    border: 2px solid #F7F7FA;
    background: #F7F7FA; }
.contact-pg .blocks #block-views-block-kontaktid-block-2 div .view.view-kontaktid.view-id-kontaktid.view-display-id-block_2 .view-content .views-row .views-field.views-field-field-contact-picture {
    margin: -25px -25px 25px -25px;
    background: #fff;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px; }
.contact-pg .blocks #block-views-block-kontaktid-block-2 div .view.view-kontaktid.view-id-kontaktid.view-display-id-block_2 .view-content .views-row .views-field.views-field-field-contact-picture .field-content .view-content {
    display: -ms-grid;
    display: grid; }
.contact-pg .blocks #block-views-block-kontaktid-block-2 div .view.view-kontaktid.view-id-kontaktid.view-display-id-block_2 .view-content .views-row .views-field.views-field-field-contact-picture .field-content .view-content img {
    max-width: 70%;
    width: auto;
    height: auto;
    max-height: 80%; }
.contact-pg .blocks #block-views-block-kontaktid-block-2 div .view.view-kontaktid.view-id-kontaktid.view-display-id-block_2 .view-content .views-row .views-field {
    font-size: 16px;
    line-height: 27px; }
.contact-pg .blocks #block-views-block-kontaktid-block-2 div .view.view-kontaktid.view-id-kontaktid.view-display-id-block_2 .view-content .views-row .views-field.views-field-title span.field-content {
    font-size: 28px;
    color: #0D1A79;
    font-weight: 700; }
.contact-pg .blocks #block-views-block-kontaktid-block-2 div .view.view-kontaktid.view-id-kontaktid.view-display-id-block_2 .view-content .views-row .views-field.views-field-field-pilt {
    display: flex; }
.contact-pg .blocks #block-views-block-kontaktid-block-2 div .view.view-kontaktid.view-id-kontaktid.view-display-id-block_2 .view-content .views-row .views-field.views-field-field-pilt .field-content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%; }
.contact-pg .blocks #block-views-block-kontaktid-block-2 div .view.view-kontaktid.view-id-kontaktid.view-display-id-block_2 .view-content .views-row .views-field.views-field-field-pilt .field-content img {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-flex-item-align: center;
    border: 1px solid red;
    width: 80%;
    height: auto; }
.contact-pg .blocks #block-views-block-kontaktid-block-2 div .view.view-kontaktid.view-id-kontaktid.view-display-id-block_2 .view-content .views-row .views-field.views-field-field-contact-phone .field-content a[href^="tel:"] {
    color: #0D1A79; }
.contact-pg .blocks #block-views-block-kontaktid-block-2 div .view.view-kontaktid.view-id-kontaktid.view-display-id-block_2 .view-content .views-row .views-field.views-field-field-contact-additional-i .field-content {
    margin-top: 10px; }

form#contact-form .form-item {
    margin: 0; }

.form-actions {
    margin: 0; }

@media (min-width: 992px) {
    .contact-pg {
        margin: auto 10px;
        margin: auto 60px; }
    .contact-pg .headline::after {
        clear: both;
        content: "";
        display: block; }
    .contact-pg .headline h1 {
        font-size: 42px;
        font-weight: 700;
        margin: 70px 30px 18px;
        color: #0D1A79;
        float: left; }
    .contact-pg .blocks {
        margin-right: 30px;
        margin-left: 30px;
        -ms-grid-columns: 8fr 4fr;
        grid-template-columns: 8fr 4fr;
        -ms-grid-rows: auto auto auto auto auto auto;
        grid-gap: 20px;
        /* CONSULTANTS */
        /* CONTACT FORM */
        /* EURES GENERAL */
        /* PARTNERS */
        /* EURES CONTACTS */ }
    .contact-pg .blocks #block-views-block-kontaktid-block-1 {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1 / 2;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1 / 2; }
    .contact-pg .blocks #block-views-block-kontaktid-block-1 .view-kontaktid .view-content .views-row {
        display: -ms-grid;
        display: grid;
        grid-gap: 16px;
        -ms-grid-columns: 144px auto;
        -ms-grid-rows: auto auto auto auto;
        grid-template-columns: 144px auto;
        margin-bottom: 20px; }
    .contact-pg .blocks #block-views-block-kontaktid-block-1 .view-kontaktid .view-content .views-row .views-field-field-contact-picture {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1 / 2; }
    .contact-pg .blocks #block-views-block-kontaktid-block-1 .view-kontaktid .view-content .views-row .views-field-field-contact-picture .field-content img {
        width: 144px;
        height: 144px;
        margin-top: 0;
        margin-bottom: 0; }
    .contact-pg .blocks #block-views-block-kontaktid-block-1 .view-kontaktid .view-content .views-row .views-field-title {
        -ms-grid-column: 2; }
    .contact-pg .blocks #block-views-block-kontaktid-block-1 .view-kontaktid .view-content .views-row .views-field-title .field-content .views-contact-data {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2 / 3;
        margin-top: 5px;
        font-size: 14px;
        color: #0D1A79;
        line-height: 22px;
        padding: 0 40px 0 20px; }
    .contact-pg .blocks #block-views-block-kontaktid-block-1 .view-kontaktid .view-content .views-row .views-field-title .field-content .views-contact-data .views-field-title {
        font-size: 20px;
        font-weight: 700;
        color: #0F2166; }
    .contact-pg .blocks #block-views-block-kontaktid-block-1 .view-kontaktid .view-content .views-row .views-field-title .field-content .views-contact-data .views-field-field-contact-phone {
        float: left;
        margin-right: 15px; }
    .contact-pg .blocks #block-views-block-kontaktid-block-1 .view-kontaktid .view-content .views-row .views-field-title .field-content .views-contact-data .views-field-field-contact-phone {
        float: left; }
    @supports (display: grid) {
        .contact-pg .blocks #block-views-block-kontaktid-block-1 .view-kontaktid .view-content .views-row .views-contact-data {
            padding: 0 0 0 0; } }
    .contact-pg .blocks #block-contactblock {
        padding: 20px 25px 30px;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2 / 3;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-row-align: start;
        align-self: start; }
    .contact-pg .blocks #block-contactblock .statusMessages {
        border: 2px solid #7ED321;
        color: #417505;
        font-weight: 700;
        border-radius: 4px;
        padding: 16px; }
    .contact-pg .blocks #block-contactblock .statusMessages:before {
        content: "";
        display: inline-block;
        width: 32px;
        height: 32px;
        background: url("../img/ico_success.svg") 0 0 no-repeat;
        vertical-align: middle;
        margin: -13px 10px -10px -9px; }
    .contact-pg .blocks #block-contactblock .errorMessages {
        border: 2px solid #CB1919;
        color: #7E0F0F;
        font-weight: 700;
        border-radius: 4px;
        padding: 16px; }
    .contact-pg .blocks #block-contactblock .errorMessages:before {
        content: "";
        float: left;
        display: inline-block;
        width: 32px;
        height: 32px;
        background: url("../img/ico_error.svg") 0 0 no-repeat;
        vertical-align: middle;
        margin: -4px 10px -4px -9px; }
    .contact-pg .blocks #block-contactblock .errorMessages ul {
        overflow: hidden;
        list-style: none; }
    .contact-pg .blocks #block-contactblock .errorMessages ul li {
        padding-top: 5px;
        padding-bottom: 5px; }
    .contact-pg .blocks #block-eureseesti {
        margin-top: 0;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1 / 3;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2 / 3; }
    .contact-pg .blocks #block-views-block-kontaktid-block-2 {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1 / 3;
        -ms-grid-row: 4;
        -ms-grid-row-span: 1;
        grid-row: 4 / 5; }
    .contact-pg .blocks #block-views-block-kontaktid-block-2 div .view.view-kontaktid.view-id-kontaktid.view-display-id-block_2 .view-content {
        display: block;
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 20px; }
    .contact-pg .blocks #block-views-block-kontaktid-block-2 div .view.view-kontaktid.view-id-kontaktid.view-display-id-block_2 .view-content .views-row {
        width: 31%;
        box-sizing: border-box;
        margin-top: 0;
        margin-right: 2%;
        float: left; }
    @supports (display: grid) {
        .contact-pg .blocks #block-views-block-kontaktid-block-2 div .view.view-kontaktid.view-id-kontaktid.view-display-id-block_2 .view-content {
            display: -ms-grid;
            display: grid; }
        .contact-pg .blocks #block-views-block-kontaktid-block-2 div .view.view-kontaktid.view-id-kontaktid.view-display-id-block_2 .view-content img {
            max-width: 70%;
            width: auto;
            height: auto; }
        .contact-pg .blocks #block-views-block-kontaktid-block-2 div .view.view-kontaktid.view-id-kontaktid.view-display-id-block_2 .view-content .views-row {
            width: auto;
            margin-top: 0;
            margin-right: auto;
            float: none; } }
    .contact-pg .blocks #block-views-block-kontaktid-block-3 {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1 / 2;
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        grid-row: 3 / 4;
        margin-top: 10px; }
    .contact-pg .blocks #block-views-block-kontaktid-block-3 .view.view-kontaktid .view-content {
        display: block; }
    .contact-pg .blocks #block-views-block-kontaktid-block-3 .view.view-kontaktid .view-content .views-row {
        width: 30%;
        margin-right: 3%;
        float: left;
        line-height: 22px;
        font-size: 14px; }
    .contact-pg .blocks #block-views-block-kontaktid-block-3 .view.view-kontaktid .view-content .views-row .views-field-title {
        font-size: 20px;
        font-weight: 700;
        color: #0D1A79; }
    @supports (display: grid) {
        .contact-pg .blocks #block-views-block-kontaktid-block-3 .view.view-kontaktid .view-content {
            display: -ms-grid;
            display: grid;
            -ms-grid-columns: 1fr 1fr 1fr;
            grid-template-columns: 1fr 1fr 1fr; }
        .contact-pg .blocks #block-views-block-kontaktid-block-3 .view.view-kontaktid .view-content .views-row {
            width: auto;
            margin-right: auto;
            float: none;
            line-height: 22px;
            font-size: 14px; }
        .contact-pg .blocks #block-views-block-kontaktid-block-3 .view.view-kontaktid .view-content .views-row .views-field-title {
            font-size: 20px;
            font-weight: 700;
            color: #0D1A79; } } }

@media (min-width: 1200px) {
    #block-views-block-kontaktid-block-2 div .view.view-kontaktid.view-id-kontaktid.view-display-id-block_2 .view-content .views-row .views-field.views-field-field-pilt {
        height: 150px; } }

/***********************************/
/*******   JOBSEEKER'S PAGE   ******/
/***********************************/
.search-pg {
    margin: auto 10px; }
.search-pg .messages {
    margin: 0 20px 20px; }
.search-pg .view-empty {
    font-size: 20px;
    margin: 0 10px;
    min-height: 350px; }
.search-pg .headline {
    overflow: hidden; }
.search-pg .headline h1 {
    font-size: 32px;
    font-weight: 700;
    margin: 24px 10px 20px;
    color: #0D1A79; }
.search-pg .headline ul.actions {
    display: none; }
.search-pg .headline .inline-search {
    float: none;
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 10px; }
.search-pg .headline .inline-search form .form-item {
    position: relative;
    margin-top: 0; }
.search-pg .headline .inline-search form .form-item label {
    display: none; }
.search-pg .headline .inline-search form .form-item input[type="text"] {
    width: 100%;
    background: #F7F7FA url("../img/ico_search_inline.svg") center right no-repeat;
    border: 1px solid #171FA5;
    border-radius: 36px;
    font-size: 18px;
    line-height: 24px;
    transition: none;
    padding: 6px 12px;
    box-sizing: border-box;
    outline: none; }
.search-pg .headline .inline-search form .form-item a.button {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 23px;
    right: -10px;
    text-indent: -9999px;
    cursor: pointer; }
.search-pg .headline .inline-search form .form-actions {
    position: relative; }
.search-pg .headline .inline-search form .form-actions input.button[type="submit"] {
    position: absolute;
    top: -40px;
    right: 1px;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
    width: 37px;
    height: 37px !important;
    background: transparent;
    border: none; }
.search-pg .searchresult {
    margin-right: 10px;
    margin-bottom: 30px;
    margin-left: 10px; }
.search-pg .searchresult h2 {
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 5px; }
.search-pg .searchresult p.date {
    font-weight: 700;
    margin-bottom: 5px; }
.search-pg .searchresult p {
    line-height: 27px;
    font-size: 16px;
    color: #0B294C; }
.search-pg .searchresult .minibreadcrumb {
    margin-top: 15px; }
.search-pg .searchresult .minibreadcrumb ul {
    white-space: nowrap;
    color: #0B294C;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px; }
.search-pg .searchresult .minibreadcrumb ul li.breadcrumb_item {
    display: inline;
    color: #0B294C;
    text-overflow: ellipsis;
    white-space: nowrap; }
.search-pg .searchresult .minibreadcrumb ul li.breadcrumb_item i.breadcrumb_separator {
    display: inline-block;
    padding: 0 0 0 5px;
    color: #0B294C; }
.search-pg .searchresult .minibreadcrumb ul li.breadcrumb_item a {
    line-height: 20px; }
.search-pg .searchresult .minibreadcrumb ul li.breadcrumb_item span {
    line-height: 20px; }

@media (min-width: 700px) {
    .search-pg {
        margin: auto 30px; }
    .search-pg .messages {
        margin: 0 35px 20px; }
    .search-pg .view-empty {
        font-size: 20px;
        margin: 0 35px;
        min-height: 350px; }
    .search-pg .headline::after {
        clear: both;
        content: "";
        display: block; }
    .search-pg .headline h1 {
        margin: 34px 0 18px;
        float: left; }
    .search-pg .headline .inline-search {
        float: right;
        position: relative;
        margin-right: 0; }
    .search-pg .headline .inline-search form .form-item {
        position: relative;
        margin-top: 30px; }
    .search-pg .headline .inline-search form .form-item input[type="text"] {
        width: 300px;
        transition: none; }
    .search-pg .headline .inline-search form .form-item a.button {
        position: absolute;
        width: 32px;
        height: 32px;
        top: 6px;
        right: -10px;
        text-indent: -9999px;
        cursor: pointer; }
    .search-pg .searchresult {
        margin-right: 0;
        margin-left: 0; } }

@media (min-width: 992px) {
    .search-pg {
        margin: auto 60px; }
    .search-pg .headline::after {
        clear: both;
        content: "";
        display: block; }
    .search-pg .headline h1 {
        font-size: 42px;
        font-weight: 700;
        margin: 70px 30px 18px;
        color: #0D1A79;
        float: left; }
    .search-pg .headline .inline-search {
        float: right; }
    .search-pg .headline .inline-search form .form-item {
        margin-top: 70px;
        margin-right: 30px; }
    .search-pg .searchresult {
        margin-right: 30px;
        margin-left: 30px; } }

.lineheight15 body, .lineheight15 h1, .lineheight15 h2, .lineheight15 h3, .lineheight15 h4, .lineheight15 p {
    line-height: 200% !important; }

.lineheight15 .views-contact-data {
    line-height: 200% !important; }
/*# sourceMappingURL=main.css.map */