@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700&subset=greek-ext");

.h1 {
    font-weight: 600;
    font-size: 28px;
}

@media (min-width: 768px) {
    .h1 {
        font-size: 32px;
    }
}

@media (min-width: 768px) and (min-width: 1170px) {
    .h1 {
        font-size: 36px;
    }
}

.h2 {
    font-weight: 600;
    font-size: 22px;
}

@media (min-width: 768px) {
    .h2 {
        font-size: 26px;
    }
}

@media (min-width: 768px) and (min-width: 1170px) {
    .h2 {
        font-size: 30px;
    }
}

.h3 {
    font-weight: 600;
    font-size: 16px;
}

@media (min-width: 768px) {
    .h3 {
        font-size: 20px;
    }
}

@media (min-width: 768px) and (min-width: 1170px) {
    .h3 {
        font-size: 24px;
    }
}

.h4 {
    font-weight: 600;
    font-size: 14px;
}

@media (min-width: 768px) {
    .h4 {
        font-size: 16px;
    }
}

@media (min-width: 768px) and (min-width: 1170px) {
    .h4 {
        font-size: 18px;
    }
}

.h5 {
    font-weight: 600;
    font-size: 10px;
}

@media (min-width: 768px) {
    .h5 {
        font-size: 12px;
    }
}

@media (min-width: 768px) and (min-width: 1170px) {
    .h5 {
        font-size: 14px;
    }
}

@media (min-width: 768px) {
    .iridium-container {
        padding: 0 30px;
    }
}

@media (min-width: 768px) and (min-width: 1024px) {
    .iridium-container {
        max-width: 1024px;
        margin: 0 auto;
    }
}

@media (min-width: 768px) and (min-width: 1024px) and (min-width: 1170px) {
    .iridium-container {
        max-width: 1200px;
    }
}

.row:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.col50 {
    width: 50%;
    float: left;
}

.square {
    position: relative;
}

    .square:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 100%;
    }

.vertical-align {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.middle {
    vertical-align: middle;
}

.inline-block {
    display: inline-block;
}

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
    /* 1 */
    line-height: 1.15;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 3 */
    -webkit-text-size-adjust: 100%;
    /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
    margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
    /* 1 */
    display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
    margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
    outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
    font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
    font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
    background-color: #ff0;
    color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
    display: inline-block;
}

    /**
 * Add the correct display in iOS 4-7.
 */
    audio:not([controls]) {
        display: none;
        height: 0;
    }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
    border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}

    /**
 * Remove the inner border and padding in Firefox.
 */
    button::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    /**
 * Restore the focus styles unset by the previous rule.
 */
    button:-moz-focusring,
    [type="button"]:-moz-focusring,
    [type="reset"]:-moz-focusring,
    [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

    /**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
    [type="search"]::-webkit-search-cancel-button,
    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
    display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
    display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
    display: none;
}

* {
    box-sizing: border-box;
}

img {
    max-width: 100%;
    height: auto;
}

html.menu-opened {
    overflow: hidden;
}

    html.menu-opened body {
        overflow: hidden;
    }

body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    font-weight: 400;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

@media (min-width: 1024px) {
        body header {
            top: 0;
        }

        body.menu-0-opened.scrolled header {
            z-index: 999 !important;
            overflow: visible !important;
        }

        body.menu-0-opened header {
            z-index: 999;
        }

        body.toolbar-horizontal.toolbar-tray-open {
            padding-top: 176px !important;
        }

            body.toolbar-horizontal.toolbar-tray-open header {
                top: 79px;
            }

        body.toolbar-fixed {
            padding-top: 136px !important;
        }

            body.toolbar-fixed header {
                top: 39px;
            }

        body.scrolled header {
            z-index: 99;
            overflow: hidden;
        }
}

a {
    transition: all 0.2s ease-in-out;
    text-decoration: none;
}

    a:hover, a:active, a:focus {
        text-decoration: none;
    }

.messages {
    z-index: 3;
    position: relative;
}

.messages-wrapper {
    font-size: 14px;
}

    .messages-wrapper .message.message-error {
        background: #FF9494;
        color: #FFF;
    }

    .messages-wrapper .message.message-status {
        background: #4BB543;
        color: #FFF;
    }

    .messages-wrapper .message ul.messages-list li {
        padding: 10px;
        line-height: 25px;
    }

form.user-login-form {
    text-align: center;
    padding: 20px 20px !important;
}

    form.user-login-form label {
        display: block;
    }

.page-404 #block-kd-content,
.page-403 #block-kd-content {
    padding: 20px 20px !important;
    font-size: 16px;
    text-align: center;
}

@media (min-width: 768px) {
    .page-404 #block-kd-content,
    .page-403 #block-kd-content {
        font-size: 20px;
    }
}

@media (min-width: 768px) and (min-width: 1024px) {
    .page-404 #block-kd-content,
    .page-403 #block-kd-content {
        padding: 40px 20px !important;
        font-size: 24px;
    }
}

@media (min-width: 768px) and (min-width: 1024px) and (min-width: 1170px) {
    .page-404 #block-kd-content,
    .page-403 #block-kd-content {
        font-size: 30px;
    }
}

@media print {
    .efka-btnprint {
        display: none;
    }

        .efka-btnprint.blue {
            display: none;
        }
}

.efka-btnprint {
    display: inline-block;
    padding: 10px 30px;
    font-size: 14px;
    font-weight: 600;
    color: #00adef;
    background: #FFF;
    border: 2px solid #00adef;
    border-radius: 25px;
    line-height: 20px;
    transition: all 0.2s;
}

    .efka-btnprint:hover {
        background: #00adef;
        color: #FFF;
    }

    .efka-btnprint.blue {
        color: #005BAA;
        border: 2px solid #005BAA;
    }

        .efka-btnprint.blue:hover {
            background: #005BAA;
            color: #FFF;
        }

.efka-btn {
    display: inline-block;
    padding: 10px 30px;
    font-size: 14px;
    font-weight: 600;
    color: #00adef;
    background: #FFF;
    border: 2px solid #00adef;
    border-radius: 25px;
    line-height: 20px;
    transition: all 0.2s;
}

    .efka-btn:hover {
        background: #00adef;
        color: #FFF;
    }

    .efka-btn.purple {
        color: #005BAA;
        border: 2px solid #005BAA;
    }

        .efka-btn.purple:hover {
            background: #005BAA;
            color: #FFF;
        }

.efka-arrow-btn {
    background: url(../images/arrow.svg);
    background-size: cover;
    width: 15px;
    height: 11px;
    font-size: 0;
    display: inline-block;
    position: relative;
    transition: all 0.2s;
    left: 0;
}

    .efka-arrow-btn.blue {
        background: url(../images/arrow-blue.svg);
    }

    .efka-arrow-btn.light-blue {
        background: url(../images/arrow-light-blue.svg);
    }

.full-link {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

* {
    outline: 0;
}

.pager {
    text-align: center;
    padding: 30px 30px;
}

@media (min-width: 768px) {
    .pager {
        padding: 30px 0px;
    }
}

.pager li {
    display: inline-block;
    vertical-align: middle;
}

    .pager li.pager__item {
        margin: 0 5px;
    }

        .pager li.pager__item a {
            color: #9b9b9b;
        }

        .pager li.pager__item:hover a, .pager li.pager__item.is-active a {
            color: #00adef;
        }

    .pager li.pager__item--previous a, .pager li.pager__item--next a {
        display: block;
        font-size: 0;
        border: 1px solid #eeeeee;
        width: 35px;
        height: 35px;
        background: none;
        background-size: 50%;
        background-position: center;
        background-repeat: no-repeat;
        background-color: #FFF;
        cursor: pointer;
    }

        .pager li.pager__item--previous a span, .pager li.pager__item--next a span {
            font-size: 0;
        }

    .pager li.pager__item--previous {
        margin-right: 20px;
    }

        .pager li.pager__item--previous a {
            background-image: url(../images/arrow-left-light-blue.svg);
        }

    .pager li.pager__item--next {
        margin-left: 20px;
    }

        .pager li.pager__item--next a {
            background-image: url(../images/arrow-light-blue.svg);
        }

.align-helper {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.container-wrapper, #block-kd-local-tasks, .messages-wrapper .message ul.messages-list {
    padding: 0 20px;
}

@media (min-width: 1024px) {
    .container-wrapper, #block-kd-local-tasks, .messages-wrapper .message ul.messages-list {
        margin: 0 auto;
        width: 1024px;
    }
}

@media (min-width: 1024px) and (min-width: 1170px) {
    .container-wrapper, #block-kd-local-tasks, .messages-wrapper .message ul.messages-list {
        padding: 0;
        width: 1170px;
    }
}

.btn {
    display: inline-block;
}

.arrow-button, header #block-kentrikeploegese .menu-item-depth-0 > span, header #block-languagedropdownswitcher .lang-dropdown-select-element .selectize-input {
    padding-right: 20px;
    position: relative;
}

    .arrow-button:after, header #block-kentrikeploegese .menu-item-depth-0 > span:after, header #block-languagedropdownswitcher .lang-dropdown-select-element .selectize-input:after {
        content: '';
        position: absolute;
        right: 0;
        width: 5px;
        height: 5px;
        top: 50%;
        margin-top: -2px;
        border-bottom: 2px solid;
        border-right: 2px solid;
        border-color: #00adef;
        -webkit-transform: rotate(45deg) translateY(-50%);
        transform: rotate(45deg) translateY(-50%);
    }

header {
    border-bottom: 1px solid #eeeeee;
    z-index: 1;
}

@media (min-width: 1024px) {
    header {
        padding: 15px 0;
        position: fixed;
        left: 0;
        right: 0;
        background: #FFF;
    }
}

header .iridium-container {
    position: relative;
}

header .main-header {
    padding-top: 16px;
    padding-bottom: 40px;
    background: #0065b3;
    padding-left: 30px;
    padding-right: 30px;
}

@media (min-width: 768px) {
    header .main-header {
        padding-top: 26px;
        padding-bottom: 30px;
        background: none;
    }
}

@media (min-width: 768px) and (min-width: 1024px) {
    header .main-header {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

header .bg {
    display: none;
    position: absolute;
    z-index: -3;
    overflow: hidden;
    right: 0;
    height: 221px;
    width: 245px;
    top: 0;
}

@media (min-width: 768px) {
    header .bg {
        display: block;
        right: -70px;
    }
}

@media (min-width: 768px) and (min-width: 1024px) {
    header .bg {
        top: -25px;
        height: 560px;
        width: 560px;
        right: -255px;
    }
}

header .bg svg {
    position: absolute;
    top: 0;
}

header #block-kd-branding {
    display: none;
    vertical-align: middle;
}

@media (min-width: 1024px) {
    header #block-kd-branding {
        display: inline-block;
    }
}

header #block-kentrikeploegese {
    vertical-align: middle;
    display: none;
}

@media (min-width: 768px) {
    header #block-kentrikeploegese {
        display: inline-block;
    }
}

@media (min-width: 768px) and (min-width: 1024px) {
    header #block-kentrikeploegese {
        margin-left: 50px;
    }
}

@media (min-width: 768px) and (min-width: 1024px) and (min-width: 1170px) {
    header #block-kentrikeploegese {
        margin-left: 100px;
    }
}

header #block-kentrikeploegese .menu-item-depth-0 {
    display: inline-block;
    margin-right: 45px;
    vertical-align: middle;
}

    header #block-kentrikeploegese .menu-item-depth-0:last-child {
        margin-right: 0;
    }

    header #block-kentrikeploegese .menu-item-depth-0 > span {
        font-weight: 700;
        color: #0065b3;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        cursor: pointer;
        line-height: 1em;
    }

@media (min-width: 768px) {
    header #block-kentrikeploegese .menu-item-depth-0 > span {
        font-size: 20px;
    }
}

@media (min-width: 768px) and (min-width: 1170px) {
    header #block-kentrikeploegese .menu-item-depth-0 > span {
        font-size: 24px;
    }
}

header #block-languagedropdownswitcher {
    display: inline-block;
    vertical-align: middle;
    height: 24px;
}

@media (min-width: 768px) {
    header #block-languagedropdownswitcher {
        margin-left: 50px;
    }
}

@media (min-width: 768px) and (min-width: 1170px) {
    header #block-languagedropdownswitcher {
        margin-left: 95px;
    }
}

header #block-languagedropdownswitcher .lang-dropdown-select-element {
    width: 80px !important;
}

    header #block-languagedropdownswitcher .lang-dropdown-select-element .selectize-input {
        overflow: visible;
        background: none;
    }

        header #block-languagedropdownswitcher .lang-dropdown-select-element .selectize-input:after {
            border-color: #FFF !important;
        }

@media (min-width: 768px) {
    header #block-languagedropdownswitcher .lang-dropdown-select-element .selectize-input:after {
        border-color: #1a86bd !important;
    }
}

header #block-languagedropdownswitcher .lang-dropdown-select-element .item {
    font-size: 13px;
    line-height: 24px;
    color: #FFF;
}

@media (min-width: 768px) {
    header #block-languagedropdownswitcher .lang-dropdown-select-element .item {
        color: #1a86bd;
    }
}

header #block-mainmenunavigation {
    display: inline-block;
    float: right;
}

@media (min-width: 768px) {
    header #block-mainmenunavigation {
        margin-top: -5px;
    }
}

@media (min-width: 768px) and (min-width: 1024px) {
    header #block-mainmenunavigation {
        margin-top: 15px;
    }
}

header #block-mainmenunavigation .menu-item-depth-0 > span {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    color: #FFF;
    font-size: 18px;
}

@media (min-width: 768px) {
    header #block-mainmenunavigation .menu-item-depth-0 > span {
        font-size: 12px;
        color: #131313;
    }
}

header #block-mainmenunavigation .menu-item-depth-0 > span:before {
    display: block;
    margin: 0 auto;
    width: 32px;
    height: 22px;
    margin-bottom: 5px;
    background: url(../images/burger.svg);
}

@media (min-width: 768px) {
    header #block-mainmenunavigation .menu-item-depth-0 > span:before {
        content: '';
    }
}

header #block-mainmenunavigation .menu-item-depth-0 > span:after {
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    width: 32px;
    height: 22px;
    margin-bottom: 5px;
    background: url(../images/burger-white.svg);
    content: '';
    margin-left: 10px;
}

@media (min-width: 768px) {
    header #block-mainmenunavigation .menu-item-depth-0 > span:after {
        content: none;
    }
}

.slogun {
    z-index: 0;
}

    .slogun .iridium-container {
        padding: 0 30px;
    }

    .slogun #block-slogun {
        height: 60px;
        position: relative;
    }

        .slogun #block-slogun:after {
            content: '';
            display: block;
            height: 5px;
            width: 75px;
            position: absolute;
            top: 0;
            left: 0;
            background: #0166B4;
        }

        .slogun #block-slogun .body {
            line-height: 60px;
            font-size: 20px;
            color: #0065b3;
        }

            .slogun #block-slogun .body p {
                margin: 0;
            }

.mob-subheader {
    display: block;
    border-top: 1px solid #eeeeee;
    padding: 10px 30px 15px;
}

    .mob-subheader #block-sitebranding {
        width: 145px;
    }

@media (min-width: 1024px) {
    .mob-subheader {
        display: none;
    }
}

.searchbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    z-index: 3;
}

@media (min-width: 768px) {
    .searchbar {
        background-image: url(../images/search-bg.png);
        background-repeat: no-repeat;
        background-size: contain;
    }
}

@media (min-width: 0) and (max-width: 767px) {
    .searchbar .iridium-container {
        padding: 0;
    }
}

.searchbar:before {
    position: absolute;
    width: 50%;
    left: 0;
    top: 0;
    bottom: 0;
    background: #005BAA;
    z-index: -1;
}

@media (min-width: 768px) {
    .searchbar:before {
        content: '';
    }
}

.searchbar:after {
    content: none;
    display: block;
    position: absolute;
    width: 25%;
    right: 0;
    top: 0;
    bottom: 0;
    background: #0166B4;
    z-index: -2;
}

@media (min-width: 768px) {
    .searchbar:after {
        content: '';
    }
}

@media (min-width: 768px) and (min-width: 1024px) {
    .searchbar:after {
        content: none;
    }
}

.searchbar .searchbar-left {
    padding: 30px;
    background: #005BAA;
}

@media (min-width: 768px) {
    .searchbar .searchbar-left {
        padding: 30px 0px;
        float: left;
        height: 100%;
        padding-right: 25px;
        width: 68.92%;
    }
}

@media (min-width: 768px) and (min-width: 1024px) {
    .searchbar .searchbar-left {
        width: 59.65%;
        padding-right: 20%;
    }
}

.searchbar .searchbar-right {
    padding: 30px;
    background: #0166B4;
}

@media (min-width: 768px) {
    .searchbar .searchbar-right {
        float: left;
        height: 100%;
        padding: 30px 0 0;
        min-height: 40px;
        width: 31.08%;
        padding-left: 25px;
    }
}

@media (min-width: 768px) and (min-width: 1024px) {
    .searchbar .searchbar-right {
        padding-left: 80px;
        width: 40.35%;
    }
}

.searchbar .iridium-container {
    width: 100%;
}

.searchbar #block-frontpagegreetings {
    color: #FFF;
}

    .searchbar #block-frontpagegreetings .greetings {
        margin-bottom: 15px;
        font-size: 26px;
    }

@media (min-width: 768px) {
    .searchbar #block-frontpagegreetings .greetings {
        font-size: 28px;
    }
}

@media (min-width: 768px) and (min-width: 1024px) {
    .searchbar #block-frontpagegreetings .greetings {
        font-size: 36px;
    }
}

.searchbar #block-frontpagegreetings .search-text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 25px;
}

@media (min-width: 768px) {
    .searchbar #block-frontpagegreetings .search-text {
        font-size: 18px;
    }
}

@media (min-width: 768px) and (min-width: 1024px) {
    .searchbar #block-frontpagegreetings .search-text {
        font-size: 22px;
    }
}

.searchbar #block-search-page-form {
    position: relative;
}

    .searchbar #block-search-page-form .js-form-type-textfield {
        width: 100%;
    }

        .searchbar #block-search-page-form .js-form-type-textfield input {
            outline: 0;
            width: 100%;
            border-radius: 25px;
            border: 2px solid #eeeeee;
            line-height: 47px;
            height: 48px;
            padding: 0 15px;
            padding-right: 50px;
            font-size: 14px;
            color: #1a86bd;
        }

            .searchbar #block-search-page-form .js-form-type-textfield input::-webkit-input-placeholder {
                font-size: 14px;
                color: #1a86bd;
            }

            .searchbar #block-search-page-form .js-form-type-textfield input:-moz-placeholder {
                font-size: 14px;
                color: #1a86bd;
            }

            .searchbar #block-search-page-form .js-form-type-textfield input::-moz-placeholder {
                font-size: 14px;
                color: #1a86bd;
            }

            .searchbar #block-search-page-form .js-form-type-textfield input:-ms-input-placeholder {
                font-size: 14px;
                color: #1a86bd;
            }

    .searchbar #block-search-page-form .form-actions input {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 5px;
        background-color: #ffc80a;
        font-size: 0;
        border: 0;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        background-image: url(../images/magnify.svg);
        background-position: center;
        background-repeat: no-repeat;
        cursor: pointer;
        outline: 0;
        transition: all 0.15s ease-in;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }

        .searchbar #block-search-page-form .form-actions input:hover {
            background-color: #bd9200;
        }

.searchbar #block-views-block-recommended-searches-block-1 {
    margin-top: 20px;
}

    .searchbar #block-views-block-recommended-searches-block-1 .title {
        color: #FFF;
        font-size: 13px;
        line-height: 14px;
        margin-bottom: 10px;
    }

@media (min-width: 768px) {
    .searchbar #block-views-block-recommended-searches-block-1 .title {
        width: 25%;
        float: left;
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .searchbar #block-views-block-recommended-searches-block-1 .content {
        width: 75%;
        float: left;
    }
}

.searchbar #block-views-block-recommended-searches-block-1 .content .views-row {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
}

.searchbar #block-searchblockmenu h3 {
    color: #FFF;
    margin-bottom: 20px;
    font-size: 20px;
}

@media (min-width: 768px) {
    .searchbar #block-searchblockmenu h3 {
        font-size: 22px;
    }
}

@media (min-width: 768px) and (min-width: 1024px) {
    .searchbar #block-searchblockmenu h3 {
        font-size: 24px;
    }
}

.searchbar #block-searchblockmenu .menu-item {
    position: relative;
    line-height: 38px;
    margin-bottom: 10px;
}

    .searchbar #block-searchblockmenu .menu-item:last-child {
        margin-bottom: 0;
    }

    .searchbar #block-searchblockmenu .menu-item a {
        color: white;
        font-size: 16px;
        font-weight: 600;
    }

        .searchbar #block-searchblockmenu .menu-item a:after {
            position: absolute;
            content: '';
            height: 3px;
            width: 70px;
            background: #87b1c7;
            top: 0;
            left: 0;
            transition: all 0.2s;
        }

        .searchbar #block-searchblockmenu .menu-item a:hover:after {
            width: 100px;
        }

.tag {
    padding: 0 15px;
    line-height: 25px;
    color: #FFF;
    background: #1a86bd;
    border-radius: 25px;
    font-size: 13px;
    display: block;
    transition: all 0.2s;
}

    .tag:hover {
        background: #1d76a3;
    }

#block-exposedformsearchpage {
    width: 100%;
    padding: 0 30px;
    margin-bottom: 50px;
}

@media (min-width: 768px) {
    #block-exposedformsearchpage {
        padding: 0;
        margin-bottom: 30px;
        width: 350px;
    }
}

#block-exposedformsearchpage form {
    position: relative;
}

#block-exposedformsearchpage .js-form-type-textfield {
    width: 100%;
}

    #block-exposedformsearchpage .js-form-type-textfield input {
        outline: 0;
        width: 100%;
        border-radius: 25px;
        border: 2px solid #eeeeee;
        line-height: 41px;
        padding: 0 15px;
        font-size: 14px;
        color: #1a86bd;
    }

        #block-exposedformsearchpage .js-form-type-textfield input::-webkit-input-placeholder {
            font-size: 14px;
            color: #1a86bd;
        }

        #block-exposedformsearchpage .js-form-type-textfield input:-moz-placeholder {
            font-size: 14px;
            color: #1a86bd;
        }

        #block-exposedformsearchpage .js-form-type-textfield input::-moz-placeholder {
            font-size: 14px;
            color: #1a86bd;
        }

        #block-exposedformsearchpage .js-form-type-textfield input:-ms-input-placeholder {
            font-size: 14px;
            color: #1a86bd;
        }

#block-exposedformsearchpage .form-actions input {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 5px;
    background-color: #ffc80a;
    font-size: 0;
    border: 0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-image: url(../images/magnify.svg);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    outline: 0;
    transition: all 0.15s ease-in;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

    #block-exposedformsearchpage .form-actions input:hover {
        background-color: #bd9200;
    }

.link-group {
    padding: 35px 0;
    position: relative;
    z-index: 3;
}

@media (min-width: 768px) {
    .link-group {
        padding: 65px 0;
    }
}

@media (min-width: 768px) and (min-width: 1024px) {
    .link-group {
        /*    padding: 125px 0; ismini prev setting */
        padding: 40px 0;
        background-image: url(../images/link-bg.png);
        background-size: 95%;
        background-position: 50% 70%;
        background-repeat: no-repeat;
    }
}

.link-group .region:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

@media (min-width: 0px) and (max-width: 1023px) {
    .link-group .iridium-container {
        padding: 0;
    }
}

.link-group #block-asfalismenoilinkblock {
    background-image: url(../images/asfalismenoi_bg.svg);
    background-position: -40px 100%;
    background-size: 805px;
}

@media (min-width: 1024px) {
    .link-group #block-asfalismenoilinkblock {
        background-image: none;
    }
}

.link-group #block-ergodoteslinkblock {
    background-image: url(../images/ergodotes_bg.svg);
    background-position: 20px 70%;
    background-size: 745px;
}

@media (min-width: 1024px) {
    .link-group #block-ergodoteslinkblock {
        background-image: none;
    }
}

.link-group #block-syntaksiouhoilinkblock {
    background-image: url(../images/sintaksi_bg.svg);
    background-position: 0 70%;
    background-size: 100%;
}

@media (min-width: 1024px) {
    .link-group #block-syntaksiouhoilinkblock {
        background-image: none;
    }
}

.link-group .block {
    display: block;
    margin-bottom: 40px;
    background-size: 805px;
    background-repeat: no-repeat;
}

@media (min-width: 768px) {
    .link-group .block {
        padding: 0 30px;
    }
}

@media (min-width: 768px) and (min-width: 1024px) {
    .link-group .block {
        padding: 0;
        display: inline-block;
        float: left;
        width: 32.05%;
        margin-right: 1.92%;
        margin-bottom: 0;
    }
}

.link-group .block:last-child {
    margin-right: 0;
}

.link-group .block .title {
    margin-left: 30px;
    padding-right: 30px;
    position: relative;
}

    .link-group .block .title h2 {
        font-size: 14px;
        line-height: 24px;
        padding-bottom: 20px;
        font-weight: 400;
        color: #131313;
    }

        .link-group .block .title h2 span {
            font-size: 32px;
            display: block;
            font-weight: 700;
        }

            .link-group .block .title h2 span:after {
                content: '';
                display: block;
                height: 3px;
                width: 70px;
                bottom: 0;
                left: 0;
                position: absolute;
            }

            .link-group .block .title h2 span.blue {
                color: #00adef;
            }

                .link-group .block .title h2 span.blue:after {
                    background: #00adef;
                }

            .link-group .block .title h2 span.orange {
                color: #f14e23;
            }

                .link-group .block .title h2 span.orange:after {
                    background: #f14e23;
                }

            .link-group .block .title h2 span.green {
                color: #02b28e;
            }

                .link-group .block .title h2 span.green:after {
                    background: #02b28e;
                }

.link-group .block .content {
    background: #f8f8f8;
    padding: 15px 0 25px;
}

    .link-group .block .content .body {
        padding: 0 30px;
        margin-bottom: 15px;
    }

    .link-group .block .content li {
        line-height: 24px;
        padding: 20px 0;
        border-bottom: 1px solid #eeeeee;
    }

        .link-group .block .content li:last-child {
            border-bottom: 0;
        }

        .link-group .block .content li a {
            color: #131313;
            font-size: 16px;
            font-weight: 600;
            transition: all 0.2s;
            display: block;
            padding-right: 20px;
        }

            .link-group .block .content li a:hover {
                color: #00adef;
            }

    .link-group .block .content .link {
        text-align: center;
    }

.important-pages {
    position: relative;
    z-index: 3;
    padding: 85px 30px 0;
}

@media (min-width: 768px) {
    .important-pages {
        padding: 0;
        padding-top: 85px;
    }
}

.important-pages #block-views-block-important-pages h2.title {
    padding: 20px 0;
    margin-bottom: 60px;
    font-size: 28px;
    color: #02b28e;
    line-height: 24px;
    font-weight: 400;
    position: relative;
}

    .important-pages #block-views-block-important-pages h2.title:after {
        content: '';
        height: 3px;
        width: 110px;
        position: absolute;
        bottom: 0;
        left: 0;
        background: #02b28e;
    }

    .important-pages #block-views-block-important-pages h2.title span {
        font-weight: 700;
    }

.important-pages #block-views-block-important-pages .slick-list {
    overflow: visible !important;
}

.important-pages #block-views-block-important-pages .views-row,
.important-pages #block-views-block-important-pages .slick__slide {
    padding-right: 20px;
}

@media (min-width: 768px) {
    .important-pages #block-views-block-important-pages .views-row,
    .important-pages #block-views-block-important-pages .slick__slide {
        padding: 0;
        display: inline-block;
        float: left;
        width: 50%;
        padding-right: 15px;
        margin-bottom: 30px;
    }

        .important-pages #block-views-block-important-pages .views-row:nth-child(2n),
        .important-pages #block-views-block-important-pages .slick__slide:nth-child(2n) {
            padding-right: 0;
            padding-left: 15px;
        }
}

@media (min-width: 768px) and (min-width: 1024px) {
    .important-pages #block-views-block-important-pages .views-row,
    .important-pages #block-views-block-important-pages .slick__slide {
        width: 23.58%;
        margin-bottom: 0;
        margin-right: 1.89%;
        padding: 0;
    }

        .important-pages #block-views-block-important-pages .views-row:last-child,
        .important-pages #block-views-block-important-pages .slick__slide:last-child {
            margin-right: 0;
        }

        .important-pages #block-views-block-important-pages .views-row:nth-child(2n),
        .important-pages #block-views-block-important-pages .slick__slide:nth-child(2n) {
            padding-right: 0;
            padding-left: 0;
        }
}

.important-pages #block-views-block-important-pages .views-row .node--view-mode-front-page-teaser,
.important-pages #block-views-block-important-pages .slick__slide .node--view-mode-front-page-teaser {
    background: #f8f8f8;
    padding: 30px 20px;
}

@media (min-width: 768px) {
    .important-pages #block-views-block-important-pages .views-row .node--view-mode-front-page-teaser,
    .important-pages #block-views-block-important-pages .slick__slide .node--view-mode-front-page-teaser {
        padding: 30px 4%;
    }
}

.important-pages #block-views-block-important-pages .views-row .node--view-mode-front-page-teaser:hover .node-link a,
.important-pages #block-views-block-important-pages .slick__slide .node--view-mode-front-page-teaser:hover .node-link a {
    left: 10px;
}

.important-pages #block-views-block-important-pages .views-row .node--view-mode-front-page-teaser h3,
.important-pages #block-views-block-important-pages .slick__slide .node--view-mode-front-page-teaser h3 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.important-pages #block-views-block-important-pages .views-row .node--view-mode-front-page-teaser .field-teaser-description,
.important-pages #block-views-block-important-pages .slick__slide .node--view-mode-front-page-teaser .field-teaser-description {
    font-size: 16px;
    line-height: 1.5em;
}

    .important-pages #block-views-block-important-pages .views-row .node--view-mode-front-page-teaser .field-teaser-description p,
    .important-pages #block-views-block-important-pages .slick__slide .node--view-mode-front-page-teaser .field-teaser-description p {
        margin: 25px 0;
    }

.important-pages #block-views-block-important-pages .views-row .node--view-mode-front-page-teaser .node-link,
.important-pages #block-views-block-important-pages .slick__slide .node--view-mode-front-page-teaser .node-link {
    text-align: center;
}

.current-affairs {
    position: relative;
    z-index: 3;
}

    .current-affairs:before {
        content: '';
        background: url(../images/affairs-top.svg);
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        width: 32px;
        height: 32px;
        top: -17px;
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: 10;
    }

    .current-affairs:after {
        content: '';
        background: url(../images/current-affairs-btm.svg);
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        width: 32px;
        height: 32px;
        bottom: -12px;
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: 10;
    }

    .current-affairs .title {
        text-align: center;
        margin-bottom: 30px;
    }

        .current-affairs .title h2 {
            font-size: 28x;
            font-weight: 400;
            color: #FFF;
            padding: 25px 0 30px;
            position: relative;
        }

            .current-affairs .title h2:after {
                content: '';
                height: 3px;
                background: #00adef;
                width: 110px;
                position: absolute;
                bottom: 0;
                left: 0;
                right: 0;
                margin: 0 auto;
            }

    .current-affairs .nav-tabs {
        text-align: center;
    }

        .current-affairs .nav-tabs > li {
            display: inline-block;
            vertical-align: top;
        }

            .current-affairs .nav-tabs > li.front-nav-tab a {
                display: block;
                padding: 15px 30px 20px;
                min-width: 130px;
                color: #FFF;
                z-index: 2;
                position: relative;
            }

            .current-affairs .nav-tabs > li.front-nav-tab.active a {
                color: #0065b3;
                background: #f8f8f8;
                box-shadow: 25px 0px 50px -5px rgba(0, 0, 0, 0.4);
            }

            .current-affairs .nav-tabs > li.rest {
                background: #0070bc;
                width: 80px;
                height: 53px;
                background-image: url(../images/dots.svg);
                background-size: 50%;
                background-position: center;
                background-repeat: no-repeat;
                position: relative;
                z-index: 3;
                border-bottom: 5px solid #0070bc;
                cursor: pointer;
                transition: all 0.2s;
            }

                .current-affairs .nav-tabs > li.rest:hover {
                    background-color: #00adef;
                }

                    .current-affairs .nav-tabs > li.rest:hover > ul {
                        opacity: 1;
                        pointer-events: all;
                        visibility: visible;
                    }

                .current-affairs .nav-tabs > li.rest > ul {
                    opacity: 0;
                    pointer-events: none;
                    visibility: hidden;
                    width: 180px;
                    right: 0;
                    top: 100%;
                    padding-top: 15px;
                    position: absolute;
                    transition: all 0.2s;
                    box-shadow: 25px 0px 50px -5px rgba(0, 0, 0, 0.4);
                }

                    .current-affairs .nav-tabs > li.rest > ul li {
                        display: block;
                        background: #FFF;
                        position: relative;
                    }

                        .current-affairs .nav-tabs > li.rest > ul li:first-child:after {
                            bottom: 100%;
                            left: 72%;
                            border-right: 8px solid transparent;
                            border-left: 8px solid transparent;
                            border-bottom: 8px solid #FFF;
                            content: "";
                            height: 0;
                            width: 0;
                            position: absolute;
                            pointer-events: none;
                        }

                        .current-affairs .nav-tabs > li.rest > ul li a {
                            text-align: left;
                            display: block;
                            color: #0065b3;
                            font-size: 16px;
                            font-weight: 600;
                            padding: 15px;
                            border-bottom: 1px solid #eeeeee;
                            transition: all 0.2s ease-in-out;
                        }

                            .current-affairs .nav-tabs > li.rest > ul li a:hover {
                                color: #00adef;
                            }

    .current-affairs .tabs-helper {
        background: #0065b3;
        position: relative;
    }

        .current-affairs .tabs-helper:after {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            background: #0070bc;
            height: 5px;
            bottom: 0;
            z-index: 1;
        }

    .current-affairs .tab-content {
        background: #f8f8f8;
        padding-top: 50px;
        position: relative;
        z-index: 2;
    }

        .current-affairs .tab-content .iridium-container {
            position: relative;
            padding: 0 30px;
        }

        .current-affairs .tab-content .tab-pane {
            opacity: 0;
            pointer-events: none;
            visibility: hidden;
            position: absolute;
            left: 0;
            right: 0;
        }

            .current-affairs .tab-content .tab-pane.active {
                position: static;
                opacity: 1;
                pointer-events: all;
                visibility: visible;
            }

            .current-affairs .tab-content .tab-pane .view-content {
                position: relative;
            }

                .current-affairs .tab-content .tab-pane .view-content .slick__arrow a {
                    font-size: 0;
                    border: 1px solid #eeeeee;
                    width: 35px;
                    height: 35px;
                    background: none;
                    background-size: 50%;
                    background-position: center;
                    background-repeat: no-repeat;
                    cursor: pointer;
                    left: 50%;
                    bottom: 0;
                    -webkit-transform: translateX(-50%);
                    transform: translateX(-50%);
                }

                .current-affairs .tab-content .tab-pane .view-content .slick__arrow .slick-prev {
                    position: absolute;
                    z-index: 2;
                    background-image: url(../images/arrow-left-light-blue.svg);
                    margin-left: -75px;
                }

                .current-affairs .tab-content .tab-pane .view-content .slick__arrow .slick-next {
                    position: absolute;
                    z-index: 2;
                    background-image: url(../images/arrow-light-blue.svg);
                    margin-left: 75px;
                }

                .current-affairs .tab-content .tab-pane .view-content .slick-dots {
                    position: absolute;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    margin: 0 auto;
                    text-align: center;
                }

                    .current-affairs .tab-content .tab-pane .view-content .slick-dots li {
                        display: inline-block;
                        height: 35px;
                        width: 8px;
                        margin: 0 2.5px;
                        position: relative;
                    }

                        .current-affairs .tab-content .tab-pane .view-content .slick-dots li button {
                            border: 0;
                            background: none;
                            font-size: 0;
                            border-radius: 50%;
                            width: 8px;
                            height: 8px;
                            background: #bdbdbd;
                            margin: 0;
                            padding: 0;
                            cursor: pointer;
                            position: absolute;
                            top: 50%;
                            -webkit-transform: translateY(-50%);
                            transform: translateY(-50%);
                        }

                        .current-affairs .tab-content .tab-pane .view-content .slick-dots li.slick-active button {
                            background: #00adef;
                        }

            .current-affairs .tab-content .tab-pane .view-more {
                border-top: 1px solid #eeeeee;
                padding: 35px 0;
                margin-top: 35px;
                text-align: center;
            }

            .current-affairs .tab-content .tab-pane .slide {
                width: 33.3%;
                outline: 0;
            }

            .current-affairs .tab-content .tab-pane .slick-list {
                padding-bottom: 75px;
            }

    .current-affairs .node--view-mode-fro {
        position: relative;
        outline: 0;
        padding: 0 10px;
    }

@media (min-width: 768px) {
    .current-affairs .node--view-mode-fro {
        padding: 0 25px 0 50px;
    }
}

.current-affairs .node--view-mode-fro:hover .efka-arrow-btn {
    left: 10px;
}

footer {
    position: relative;
    z-index: 3;
    border-top: 20px solid #eeeeee;
}

    footer .logo {
        width: 110px;
        margin-bottom: 10px;
        margin-left: 30px;
    }

@media (min-width: 768px) {
    footer .logo {
        width: 180px;
        margin: 0;
    }
}

.is-front footer {
    border-top: 0;
    background: none;
    padding-top: 60px;
}

@media (min-width: 768px) {
    .is-front footer {
        padding-top: 150px;
    }
}

.is-front footer:before {
    content: '';
    height: 275px;
    left: 0;
    right: 0;
    top: 0;
    background-image: url(../images/footer-top-bg.svg);
    background-size: 320px;
    background-repeat: no-repeat;
    position: absolute;
    display: block;
    z-index: -1;
    background-position: -290px 0px;
}

@media (min-width: 1024px) {
    .is-front footer:before {
        background-position: -50px 0px;
    }
}

footer:after {
    height: 275px;
    width: 320px;
    right: 0;
    bottom: 0;
    background-image: url(../images/footer-bg-bot.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50px 90px;
    position: absolute;
    display: block;
    z-index: 0;
}

@media (min-width: 1024px) {
    footer:after {
        content: '';
    }
}

footer .above-footer-wrapper {
    width: 100%;
    content: '';
    position: relative;
    background: #f8f8f8;
    padding: 50px 0px 10px;
}

@media (min-width: 768px) {
    footer .above-footer-wrapper {
        border-bottom: 1px solid #eeeeee;
        padding: 50px 0px 20px;
    }
}

.is-front footer .above-footer-wrapper {
    padding: 0;
    background: linear-gradient(-3deg, #f8f8f8 50%, transparent 50%);
    height: 85px;
}

@media (min-width: 768px) {
    .is-front footer .above-footer-wrapper {
        height: 125px;
    }
}

footer .above-footer-wrapper .contact {
    font-weight: bold;
    color: #005BAA;
    text-align: center;
    padding: 0 30px;
    padding-top: 10px;
    border-top: 1px solid #eeeeee;
}

@media (min-width: 768px) {
    footer .above-footer-wrapper .contact {
        text-align: right;
        padding: 0;
        border-top: 0;
    }
}

footer .above-footer-wrapper .contact .contact-title {
    line-height: 1em;
    text-align: right;
    font-size: 12px;
}

@media (min-width: 768px) {
    footer .above-footer-wrapper .contact .contact-title {
        font-size: 16px;
    }
}

footer .above-footer-wrapper .contact .contact-title span {
    display: block;
}

footer .above-footer-wrapper .contact .contact-img {
    background-color: #005BAA;
    background-image: url(../images/headphones.svg);
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 10px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

@media (min-width: 768px) {
    footer .above-footer-wrapper .contact .contact-img {
        width: 45px;
        height: 45px;
    }
}

footer .above-footer-wrapper .contact .number {
    font-size: 35px;
}

@media (min-width: 768px) {
    footer .above-footer-wrapper .contact .number {
        font-size: 40px;
    }
}

footer .main-footer-wrapper {
    background: #f8f8f8;
    overflow: hidden;
    padding: 30px;
}

@media (min-width: 768px) {
    footer .main-footer-wrapper {
        padding: 30px 0;
    }
}

footer .main-footer-wrapper .footer-wrapper:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

footer .main-footer-wrapper #block-rightside {
    position: relative;
    z-index: 1;
}

@media (min-width: 1024px) {
    footer .main-footer-wrapper #block-rightside {
        width: 27.36%;
        display: inline-block;
        float: left;
    }
}

footer .main-footer-wrapper #block-yposelido {
    margin-bottom: 40px;
}

@media (min-width: 1024px) {
    footer .main-footer-wrapper #block-yposelido {
        margin: 0;
        width: 72.64%;
        float: left;
        display: inline-block;
    }
}

footer .main-footer-wrapper #block-yposelido .depth-0:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

footer .main-footer-wrapper #block-yposelido .depth-0 .menu-item-depth-0 {
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    footer .main-footer-wrapper #block-yposelido .depth-0 .menu-item-depth-0 {
        vertical-align: top;
        display: inline-block;
        float: left;
        padding-right: 20px;
        width: 33.3%;
        margin-bottom: 0;
    }
}

footer .main-footer-wrapper #block-yposelido .depth-0 .menu-item-depth-0 > span,
footer .main-footer-wrapper #block-yposelido .depth-0 .menu-item-depth-0 > a {
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #343434;
}

footer .main-footer-wrapper #block-yposelido .depth-0 .menu-item-depth-0 .menu-item-depth-1 > a {
    display: block;
    font-size: 14px;
    line-height: 1em;
    padding: 5px 0;
    color: #343434;
}

footer .main-footer-wrapper #block-socialfooter {
    margin-bottom: 30px;
    text-align: left;
}

@media (min-width: 768px) {
    footer .main-footer-wrapper #block-socialfooter {
        text-align: center;
    }
}

@media (min-width: 768px) and (min-width: 1024px) {
    footer .main-footer-wrapper #block-socialfooter {
        margin: 0;
    }
}

footer .main-footer-wrapper #block-socialfooter .body p {
    margin: 0;
}

footer .main-footer-wrapper #block-socialfooter .body a {
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    margin: 0 15px;
}

    footer .main-footer-wrapper #block-socialfooter .body a.facebook {
        background-image: url(../images/facebook.svg);
        width: 11px;
    }

    footer .main-footer-wrapper #block-socialfooter .body a.twitter {
        background-image: url(../images/twitter.svg);
        width: 20px;
    }

    footer .main-footer-wrapper #block-socialfooter .body a.youtube {
        background-image: url(../images/youtube.svg);
        width: 18px;
    }

footer .main-footer-wrapper #block-footerlinks {
    margin-top: 30px;
}

    footer .main-footer-wrapper #block-footerlinks .body p {
        margin: 0;
    }

    footer .main-footer-wrapper #block-footerlinks .body ul {
        font-size: 0;
        margin-bottom: -30px;
    }

        footer .main-footer-wrapper #block-footerlinks .body ul:after {
            content: ".";
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
        }

    footer .main-footer-wrapper #block-footerlinks .body li {
        text-align: center;
        display: inline-block;
        width: 50%;
        vertical-align: middle;
        margin-bottom: 30px;
    }

.not-front .section {
    display: block;
    padding-top: 20px;
}

@media (min-width: 1024px) {
    .not-front .section {
        display: inline-block;
        float: left;
        width: 76.32%;
        padding-right: 100px;
        padding-bottom: 30px;
    }
}

.not-front .layout-sidebar {
    display: none;
}

@media (min-width: 768px) {
    .not-front .layout-sidebar {
        display: block;
        margin-top: 20px;
    }
}

@media (min-width: 1024px) {
    .not-front .layout-sidebar {
        display: inline-block;
        float: left;
        width: 23.62%;
        padding-top: 20px;
        margin-top: 0;
    }
}

.not-front #main-wrapper {
    background: #f8f8f8;
    z-index: 2;
    position: relative;
}

#block-kd-page-title {
    padding: 0 30px;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    #block-kd-page-title {
        padding: 0;
        margin: 0;
    }
}

#block-kd-page-title h1 {
    line-height: 28px;
    font-weight: 600;
    color: #131313;
    padding: 20px 0 30px;
    position: relative;
    font-size: 26px;
}

@media (min-width: 768px) {
    #block-kd-page-title h1 {
        font-size: 28px;
    }
}

@media (min-width: 768px) and (min-width: 1024px) {
    #block-kd-page-title h1 {
        font-size: 36px;
        line-height: 36px;
    }
}

#block-kd-page-title h1:after {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 5px;
    max-width: 375px;
    background: #131313;
}

@media (min-width: 768px) {
    #block-kd-page-title h1:after {
        content: '';
    }
}

.breadcrumb {
    background: #f8f8f8;
    padding-top: 30px;
    display: none;
    z-index: 2;
    position: relative;
}

@media (min-width: 768px) {
    .breadcrumb {
        display: block;
    }
}

.breadcrumb ol {
    margin: 0;
    padding: 0;
}

    .breadcrumb ol li {
        font-size: 14px;
        display: inline-block;
        line-height: 11px;
    }

        .breadcrumb ol li:after {
            content: '';
            display: inline-block;
            vertical-align: middle;
            background: url(../images/arrow-black.svg);
            background-repeat: no-repeat;
            width: 7px;
            height: 11px;
            margin: 0 5px;
        }

        .breadcrumb ol li:last-child:after {
            content: none;
        }

        .breadcrumb ol li span,
        .breadcrumb ol li a {
            display: inline-block;
            vertical-align: middle;
            line-height: 11px;
        }

        .breadcrumb ol li a {
            color: #b7568b;
        }

.block-webform {
    background: #FFF;
    padding: 30px;
    padding-left: 15px;
}

    .block-webform form .js-form-item {
        margin-bottom: 1em;
    }

        .block-webform form .js-form-item label {
            margin-bottom: 0.5em;
            display: block;
        }

        .block-webform form .js-form-item textarea,
        .block-webform form .js-form-item input {
            width: 100%;
        }

        .block-webform form .js-form-item textarea {
            resize: vertical;
        }

.node--type-basic-page {
    position: relative;
}

    .node--type-basic-page .left-side {
        display: block;
        position: absolute;
        top: -25px;
        left: 0;
        right: 0;
    }

@media (min-width: 768px) {
    .node--type-basic-page .left-side {
        display: inline-block;
        float: left;
        position: static;
        top: auto;
        left: auto;
        right: auto;
    }
}

.node--type-basic-page .left-side .hexagon {
    width: 48px;
    height: 52px;
    position: relative;
    background-image: url(../images/hexagon.svg);
    background-size: cover;
    color: #0065b3;
    line-height: 14px;
    margin: 0 auto;
}

.node--type-basic-page .left-side .box {
    width: 35px;
    height: 35px;
    position: relative;
    line-height: 14px;
    color: #005BAA;
}

.node--type-basic-page .left-side .vertical-align {
    left: 0;
    right: 0;
    top: 48%;
}

.node--type-basic-page .left-side .month {
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
}

@media (min-width: 768px) {
    .node--type-basic-page .left-side .month {
        font-size: 14px;
    }
}

.node--type-basic-page .left-side .day {
    font-weight: 700;
    text-align: center;
    font-size: 21px;
}

@media (min-width: 768px) {
    .node--type-basic-page .left-side .day {
        font-size: 24px;
    }
}

@media (min-width: 768px) {
    .node--type-basic-page .right-side {
        width: calc(100% - 48px);
        float: left;
        display: inline-block;
        padding-left: 20px;
    }
}

.node--type-basic-page .right-side .field-teaser-description,
.node--type-basic-page .right-side .field-teaser-description p {
    display: inline;
}

.node--type-basic-page .right-side .efka-arrow-btn {
    margin-left: 10px;
}

.node--type-basic-page.node--view-mode-fro .left-side {
    position: static;
}

.node--type-basic-page.node--view-mode-fro .right-side {
    padding-top: 10px;
}

@media (min-width: 768px) {
    .node--type-basic-page.node--view-mode-fro .right-side {
        padding-top: 0;
    }
}

.node--type-basic-page.node--view-mode-fro .node-content {
    text-align: center;
}

@media (min-width: 768px) {
    .node--type-basic-page.node--view-mode-sidebar-teaser .right-side {
        width: calc(100% - 35px);
        padding-left: 15px;
    }
}

.node--type-basic-page.node--view-mode-teaser {
    background: #FFF;
    padding: 30px;
    box-shadow: 0px 5px 5px -2px rgba(0, 0, 0, 0.15);
    margin-bottom: 50px;
}

@media (min-width: 768px) {
    .node--type-basic-page.node--view-mode-teaser {
        margin-bottom: 30px;
        box-shadow: 5px 5px 5px -2px rgba(0, 0, 0, 0.15);
        padding: 30px 30px 30px 15px;
    }
}

.node--type-basic-page.node--view-mode-teaser .left-side .hexagon {
    background-image: url(../images/hexagon-gray.svg);
    color: #131313;
    width: 48px;
    height: 52px;
    margin: 0 auto;
    line-height: 15px;
}

@media (min-width: 768px) {
    .node--type-basic-page.node--view-mode-teaser .left-side .hexagon {
        line-height: 20px;
        width: 74px;
        height: 80px;
    }
}

.node--type-basic-page.node--view-mode-teaser .left-side .month {
    font-size: 12px;
}

@media (min-width: 768px) {
    .node--type-basic-page.node--view-mode-teaser .left-side .month {
        font-size: 18px;
    }
}

.node--type-basic-page.node--view-mode-teaser .left-side .day {
    font-size: 21px;
}

@media (min-width: 768px) {
    .node--type-basic-page.node--view-mode-teaser .left-side .day {
        font-size: 32px;
    }
}

.node--type-basic-page.node--view-mode-teaser .left-side .year {
    text-align: center;
    color: #f8f8f8;
    text-align: center;
    color: #9b9b9b;
    margin-top: 5px;
    font-size: 12px;
}

@media (min-width: 768px) {
    .node--type-basic-page.node--view-mode-teaser .left-side .year {
        font-size: 18px;
    }
}

.node--type-basic-page.node--view-mode-teaser .right-side {
    width: 100%;
    padding-top: 40px;
}

@media (min-width: 768px) {
    .node--type-basic-page.node--view-mode-teaser .right-side {
        width: calc(100% - 74px);
        padding-left: 15px;
        padding-top: 0;
    }
}

.node--type-basic-page.node--view-mode-teaser .right-side h3 {
    font-size: 16px;
    font-weight: 600px;
    margin: 0;
    margin-bottom: 5px;
    color: #131313;
    line-height: 24px;
}

.node--type-basic-page.node--view-mode-teaser .right-side .field-teaser-description {
    display: block;
    font-size: 16px;
    color: #131313;
    line-height: 24px;
}

    .node--type-basic-page.node--view-mode-teaser .right-side .field-teaser-description p {
        display: block;
        margin: 0;
    }

.node--type-basic-page .more {
    text-align: right;
    margin-top: 10px;
}

    .node--type-basic-page .more a {
        font-size: 14px;
        color: #00adef;
    }

        .node--type-basic-page .more a:hover span {
            left: 10px;
        }

.node--type-basic-page.node--view-mode-full {
    background: #FFF;
    font-size: 14px;
    line-height: 20px;
    padding: 25px 0px;
    padding-right: 30px;
}

@media (min-width: 768px) {
    .node--type-basic-page.node--view-mode-full {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 40px;
    }
}

@media (min-width: 768px) and (min-width: 1024px) {
    .node--type-basic-page.node--view-mode-full {
        margin-bottom: 0;
    }
}

.sidebar-wrapper .block {
    margin-bottom: 50px;
    display: inline-block;
    width: 50%;
    float: left;
    padding-right: 25px;
}

    .sidebar-wrapper .block:nth-child(2n) {
        padding-right: 0;
        padding-left: 25px;
    }

@media (min-width: 1024px) {
    .sidebar-wrapper .block {
        display: block;
        float: none;
        padding-right: 0;
        width: 100%;
    }

        .sidebar-wrapper .block:nth-child(2n) {
            padding-left: 0px;
        }
}

.sidebar-wrapper .block h3 {
    font-weight: 600;
    color: #005BAA;
    padding: 20px 0 30px;
    position: relative;
    font-size: 28px;
    line-height: 22px;
}

@media (min-width: 1024px) {
    .sidebar-wrapper .block h3 {
        font-size: 32px;
        line-height: 30px;
    }
}

.sidebar-wrapper .block h3:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 5px;
    max-width: 195px;
    background: #005BAA;
}

.sidebar-wrapper .block .sidebar-content {
    background: #FFF;
    box-shadow: 0px 5px 5px -2px rgba(0, 0, 0, 0.15);
    padding: 20px;
}

    .sidebar-wrapper .block .sidebar-content .views-row {
        margin-bottom: 30px;
    }

    .sidebar-wrapper .block .sidebar-content .more-btn {
        text-align: center;
    }

.node-basic-page .paragraph {
    margin-bottom: 30px;
    padding-left: 30px;
}

@media (min-width: 768px) {
    .node-basic-page .paragraph {
        padding-left: 15px;
        margin-bottom: 50px;
    }
}

.node-basic-page .field-paragraph .field-item:last-child .paragraph {
    margin-bottom: 0;
}

.paragraph-alert {
    background: #ebebeb;
    padding: 0 15px 35px 15px;
}

    .paragraph-alert .alert-title {
        position: relative;
        color: #e01919;
        font-size: 16px;
        font-weight: 600;
        padding-top: 15px;
        padding-left: 5px;
        margin-bottom: 20px;
    }

        .paragraph-alert .alert-title svg {
            display: inline-block;
            vertical-align: middle;
            width: 20px;
            margin-right: 10px;
        }

        .paragraph-alert .alert-title span {
            display: inline-block;
            vertical-align: middle;
        }

        .paragraph-alert .alert-title:before {
            content: '';
            display: block;
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            height: 8px;
            max-width: 185px;
            background: #e01919;
        }

.paragraph-button-lock .field-link,
.paragraph-button .field-link {
    text-align: center;
}

    .paragraph-button-lock .field-link span,
    .paragraph-button .field-link span {
        vertical-align: middle;
        display: inline-block;
    }

    .paragraph-button-lock .field-link a,
    .paragraph-button .field-link a {
        display: inline-block;
        padding: 2px 20px;
        font-size: 14px;
        font-weight: 600;
        color: #00adef;
        background: #FFF;
        border: 2px solid #00adef;
        border-radius: 25px;
        line-height: 20px;
        transition: all 0.2s;
        text-align: left;
        position: relative;
        vertical-align: middle;
        line-height: 27px;
    }

        .paragraph-button-lock .field-link a:hover,
        .paragraph-button .field-link a:hover {
            background: #00adef;
            color: #FFF;
        }

    .paragraph-button-lock .field-link a {
        padding-right: 2px;
        line-height: 32px;
    }

        .paragraph-button-lock .field-link a:after {
            content: '';
            width: 36px;
            height: 36px;
            background: url(../images/lock.svg);
            display: inline-block;
            vertical-align: middle;
            margin-left: 20px;
        }

.paragraph .field-text p {
    margin: 0;
    margin-bottom: 30px;
}

    .paragraph .field-text p:last-child {
        margin-bottom: 0;
    }

    .paragraph .field-text p a {
        color: #00adef;
    }

        .paragraph .field-text p a:hover {
            color: #0065b3;
        }

.paragraph .field-text ul,
.paragraph .field-faq ul {
    margin-bottom: 30px;
}

    .paragraph .field-text ul:last-child,
    .paragraph .field-faq ul:last-child {
        margin-bottom: 0;
    }

    .paragraph .field-text ul li,
    .paragraph .field-faq ul li {
        position: relative;
        padding-left: 30px;
        margin-bottom: 20px;
    }

        .paragraph .field-text ul li:last-child,
        .paragraph .field-faq ul li:last-child {
            margin-bottom: 0;
        }

        .paragraph .field-text ul li:before,
        .paragraph .field-faq ul li:before {
            content: '';
            display: inline-block;
            vertical-align: middle;
            background: url(../images/hexagon-bullet.svg);
            width: 12px;
            height: 14px;
            background-repeat: no-repeat;
            position: absolute;
            left: 0;
            top: 4px;
        }

.paragraph .field-text ol,
.paragraph .field-faq ol {
    counter-reset: my-counter;
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
}

    .paragraph .field-text ol:last-child,
    .paragraph .field-faq ol:last-child {
        margin-bottom: 0;
    }

    .paragraph .field-text ol li,
    .paragraph .field-faq ol li {
        position: relative;
        padding-left: 25px;
        margin-bottom: 20px;
    }

        .paragraph .field-text ol li:last-child,
        .paragraph .field-faq ol li:last-child {
            margin-bottom: 0;
        }

        .paragraph .field-text ol li:before,
        .paragraph .field-faq ol li:before {
            content: counter(my-counter);
            counter-increment: my-counter;
            display: inline-block;
            vertical-align: middle;
            /*background: url(../images/hexagon-ol.svg);*/
            /*width: 24px;
  height: 29px;
  background-repeat: no-repeat;*/
            position: absolute;
            left: 0;
            top: -3px;
            text-align: center;
            line-height: 29px;
            font-size: 18px;
            font-weight: bold;
        }

.paragraph .field-text blockquote,
.paragraph .field-faq blockquote {
    margin: 0;
    margin-bottom: 30px;
    padding: 30px;
    background: #ebebeb;
    margin-left: -30px;
}

@media (min-width: 768px) {
    .paragraph .field-text blockquote,
    .paragraph .field-faq blockquote {
        margin-left: -15px;
    }
}

.paragraph .field-text blockquote:last-child,
.paragraph .field-faq blockquote:last-child {
    margin-bottom: 0;
}

.paragraph--type--files,
.paragraph--type--links {
    padding: 10px 0;
}

    .paragraph--type--links .field-item {
        position: relative;
        padding-left: 50px;
        margin-bottom: 30px;
    }

        .paragraph--type--links .field-item:last-child {
            margin-bottom: 0;
        }

        .paragraph--type--links .field-item:before {
            content: '';
            position: absolute;
            width: 31px;
            height: 32px;
            background: url(../images/link.svg);
            background-repeat: no-repeat;
            left: 4px;
            top: -2px;
        }

        .paragraph--type--links .field-item a {
            color: #00adef;
            font-size: 16px;
            font-weight: 600;
            line-height: 24px;
        }

    .paragraph--type--files .field-item {
        margin-bottom: 30px;
    }

        .paragraph--type--files .field-item:last-child {
            margin-bottom: 0;
        }

        .paragraph--type--files .field-item .file {
            position: relative;
            padding-left: 50px;
            background: none;
            min-height: 31px;
        }

            .paragraph--type--files .field-item .file:before {
                content: '';
                position: absolute;
                width: 30px;
                height: 31px;
                background: url(../images/file.svg);
                background-repeat: no-repeat;
                left: 4px;
                top: -3px;
            }

            .paragraph--type--files .field-item .file.file--mime-application-pdf:before {
                background: url(../images/pdf.svg);
                background-repeat: no-repeat;
            }

        .paragraph--type--files .field-item a {
            color: #00adef;
            font-size: 16px;
            font-weight: 600;
            line-height: 24px;
        }

.paragraph--type--faq {
    padding-left: 0px !important;
}

    .paragraph--type--faq .faqfield-question {
        border-radius: 0;
        border: none;
        background: white;
        color: #00adef;
        padding: 0;
        margin: 0;
        margin-bottom: 15px;
        padding-left: 30px;
    }

@media (min-width: 768px) {
    .paragraph--type--faq .faqfield-question {
        padding-left: 20px;
    }
}

.paragraph--type--faq .faqfield-question span.ui-accordion-header-icon {
    display: none;
}

.paragraph--type--faq .faqfield-question span.counter {
    display: inline-block;
    background: url(../images/hexagon-ol.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    height: 29px;
    line-height: 29px;
    text-align: center;
    font-size: 14px;
    color: #000;
    margin-right: 15px;
}

.paragraph--type--faq .faqfield-answer {
    padding: 25px 0;
    background: #ebebeb;
    border: 0;
    margin-bottom: 30px;
    padding-right: 10px;
    padding-left: 30px;
}

@media (min-width: 768px) {
    .paragraph--type--faq .faqfield-answer {
        padding-left: 60px;
    }
}

.paragraph--type--faq .faqfield-answer p {
    margin: 0;
    margin-bottom: 1em;
}

    .paragraph--type--faq .faqfield-answer p:last-child {
        margin-bottom: 0;
    }

.paragraph-slideshow {
    position: relative;
}

    .paragraph-slideshow .slick__arrow button {
        border: 0;
        font-size: 0;
        background-color: transparent;
        width: 35px;
        height: 35px;
        cursor: pointer;
        background-repeat: no-repeat;
        background-position: center;
        padding: 0;
    }

    .paragraph-slideshow .slick__arrow .slick-prev {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 2;
        background-image: url(../images/arrow-left-light-blue.svg);
        left: 20px;
    }

    .paragraph-slideshow .slick__arrow .slick-next {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 2;
        right: 5px;
        background-image: url(../images/arrow-light-blue.svg);
    }

#block-mainmenunavigation .menu-item-depth-0.menu-opened .menu-container,
#block-mainmenunavigation .menu-item-depth-0.menu-opened .menu-overlay,
#block-mainmenunavigation .menu-item-depth-0.menu-opened .menu-bg,
#block-mainmenunavigation .menu-item-depth-0.menu-opened .menu-helper-depth-1,
#block-kentrikeploegese .menu-item-depth-0.menu-opened .menu-container,
#block-kentrikeploegese .menu-item-depth-0.menu-opened .menu-overlay,
#block-kentrikeploegese .menu-item-depth-0.menu-opened .menu-bg,
#block-kentrikeploegese .menu-item-depth-0.menu-opened .menu-helper-depth-1 {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
    transition: all 0.3s ease-in-out;
    overflow-y: auto;
}

#block-mainmenunavigation .menu-overlay,
#block-kentrikeploegese .menu-overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9998;
    background: rgba(255, 255, 255, 0.45);
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: all 0.3s;
}

#block-mainmenunavigation .menu-bg,
#block-kentrikeploegese .menu-bg {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #0065b3;
    z-index: 9998;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: all 0.3s;
}

@media (min-width: 768px) and (min-width: 1024px) {
    #block-mainmenunavigation .menu-bg,
    #block-kentrikeploegese .menu-bg {
        width: calc(50% - 512px);
    }
}

@media (min-width: 768px) and (min-width: 1024px) and (min-width: 1170px) {
    #block-mainmenunavigation .menu-bg,
    #block-kentrikeploegese .menu-bg {
        width: calc(50% - 585px);
    }
}

#block-mainmenunavigation .menu-container,
#block-kentrikeploegese .menu-container {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: all 0.3s;
}

#block-mainmenunavigation .menu-helper-depth-1,
#block-kentrikeploegese .menu-helper-depth-1 {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: scroll;
    padding-top: 80px;
    background: #0065b3;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    z-index: 9999;
    width: 100%;
}

@media (min-width: 768px) {
    #block-mainmenunavigation .menu-helper-depth-1,
    #block-kentrikeploegese .menu-helper-depth-1 {
        padding: 0 40px;
        padding-top: 80px;
    }
}

@media (min-width: 768px) and (min-width: 1024px) {
    #block-mainmenunavigation .menu-helper-depth-1,
    #block-kentrikeploegese .menu-helper-depth-1 {
        padding-right: 55px;
        padding-left: 55px;
        width: 765px;
    }
}

#block-mainmenunavigation .menu-helper-depth-1 .close,
#block-kentrikeploegese .menu-helper-depth-1 .close {
    position: absolute;
    top: 30px;
    right: 10px;
    text-align: center;
}

    #block-mainmenunavigation .menu-helper-depth-1 .close .menu-close-btn,
    #block-kentrikeploegese .menu-helper-depth-1 .close .menu-close-btn {
        display: block;
        width: 24px;
        height: 24px;
        background: url(../images/close.svg);
        background-repeat: no-repeat;
        margin: 0 auto;
    }

    #block-mainmenunavigation .menu-helper-depth-1 .close .label,
    #block-kentrikeploegese .menu-helper-depth-1 .close .label {
        color: #FFF;
        font-size: 12px;
    }

#block-mainmenunavigation .submenu-header,
#block-kentrikeploegese .submenu-header {
    border-bottom: 5px solid #00adef;
    padding: 20px 30px;
}

@media (min-width: 1024px) {
    #block-mainmenunavigation .submenu-header,
    #block-kentrikeploegese .submenu-header {
        padding: 20px;
        padding-right: 10px;
    }
}

#block-mainmenunavigation .submenu-header .menu-back-btn,
#block-kentrikeploegese .submenu-header .menu-back-btn {
    display: block;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    #block-mainmenunavigation .submenu-header .menu-back-btn,
    #block-kentrikeploegese .submenu-header .menu-back-btn {
        display: inline;
        margin-bottom: 0;
    }
}

#block-mainmenunavigation .submenu-header .menu-back-btn:before,
#block-kentrikeploegese .submenu-header .menu-back-btn:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 19px;
    background: url(../images/arrow-right-white.svg);
    background-repeat: no-repeat;
}

#block-mainmenunavigation .submenu-header .menu-back-btn span,
#block-kentrikeploegese .submenu-header .menu-back-btn span {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    margin-left: 10px;
    color: #FFF;
}

#block-mainmenunavigation .submenu-header .label,
#block-kentrikeploegese .submenu-header .label {
    display: block;
    font-size: 20px;
    color: #00adef;
}

@media (min-width: 768px) {
    #block-mainmenunavigation .submenu-header .label,
    #block-kentrikeploegese .submenu-header .label {
        text-align: right;
        float: right;
    }
}

#block-mainmenunavigation .menu-helper-depth-2,
#block-kentrikeploegese .menu-helper-depth-2 {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #0065b3;
    transition: all 0.3s ease-in-out;
    z-index: 100;
    overflow-y: auto;
    height: 100vh;
    margin-left: 100%;
    width: 100vw;
}

@media (min-width: 768px) {
    #block-mainmenunavigation .menu-helper-depth-2,
    #block-kentrikeploegese .menu-helper-depth-2 {
        padding: 20px 40px 0;
    }
}

@media (min-width: 768px) and (min-width: 1024px) {
    #block-mainmenunavigation .menu-helper-depth-2,
    #block-kentrikeploegese .menu-helper-depth-2 {
        margin-left: 0;
        margin-right: -100%;
        left: auto;
        padding-left: 55px;
        padding-right: 95px;
        width: 765px;
    }
}

#block-mainmenunavigation .menu-helper-depth-3,
#block-kentrikeploegese .menu-helper-depth-3 {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #0065b3;
    transition: all 0.3s ease-in-out;
    margin-left: 100%;
    z-index: 100;
    overflow-y: auto;
    height: 100vh;
    width: 100vw;
}

@media (min-width: 768px) {
    #block-mainmenunavigation .menu-helper-depth-3,
    #block-kentrikeploegese .menu-helper-depth-3 {
        padding: 20px 40px 0;
    }
}

@media (min-width: 768px) and (min-width: 1024px) {
    #block-mainmenunavigation .menu-helper-depth-3,
    #block-kentrikeploegese .menu-helper-depth-3 {
        margin-left: 0;
        margin-right: -100%;
        left: auto;
        padding-left: 55px;
        padding-right: 135px;
        width: 765px;
    }
}

#block-mainmenunavigation .menu-item-depth-1.menu-opened .menu-helper-depth-2,
#block-kentrikeploegese .menu-item-depth-1.menu-opened .menu-helper-depth-2 {
    margin-left: 0;
}

@media (min-width: 1024px) {
    #block-mainmenunavigation .menu-item-depth-1.menu-opened .menu-helper-depth-2,
    #block-kentrikeploegese .menu-item-depth-1.menu-opened .menu-helper-depth-2 {
        margin-right: -40px;
        box-shadow: -40px 0px 60px -10px rgba(0, 0, 0, 0.3);
    }
}

#block-mainmenunavigation .menu-item-depth-2.menu-opened .menu-helper-depth-3,
#block-kentrikeploegese .menu-item-depth-2.menu-opened .menu-helper-depth-3 {
    margin-left: 0;
}

@media (min-width: 1024px) {
    #block-mainmenunavigation .menu-item-depth-2.menu-opened .menu-helper-depth-3,
    #block-kentrikeploegese .menu-item-depth-2.menu-opened .menu-helper-depth-3 {
        margin-right: -80px;
        box-shadow: -40px 0px 60px -10px rgba(0, 0, 0, 0.3);
    }
}

#block-mainmenunavigation .menu-item-depth-4.has-item > span,
#block-mainmenunavigation .menu-item-depth-4.has-item > a,
#block-mainmenunavigation .menu-item-depth-3.has-item > span,
#block-mainmenunavigation .menu-item-depth-3.has-item > a,
#block-mainmenunavigation .menu-item-depth-2.has-item > span,
#block-mainmenunavigation .menu-item-depth-2.has-item > a,
#block-mainmenunavigation .menu-item-depth-1.has-item > span,
#block-mainmenunavigation .menu-item-depth-1.has-item > a,
#block-kentrikeploegese .menu-item-depth-4.has-item > span,
#block-kentrikeploegese .menu-item-depth-4.has-item > a,
#block-kentrikeploegese .menu-item-depth-3.has-item > span,
#block-kentrikeploegese .menu-item-depth-3.has-item > a,
#block-kentrikeploegese .menu-item-depth-2.has-item > span,
#block-kentrikeploegese .menu-item-depth-2.has-item > a,
#block-kentrikeploegese .menu-item-depth-1.has-item > span,
#block-kentrikeploegese .menu-item-depth-1.has-item > a {
    position: relative;
}

    #block-mainmenunavigation .menu-item-depth-4.has-item > span:after,
    #block-mainmenunavigation .menu-item-depth-4.has-item > a:after,
    #block-mainmenunavigation .menu-item-depth-3.has-item > span:after,
    #block-mainmenunavigation .menu-item-depth-3.has-item > a:after,
    #block-mainmenunavigation .menu-item-depth-2.has-item > span:after,
    #block-mainmenunavigation .menu-item-depth-2.has-item > a:after,
    #block-mainmenunavigation .menu-item-depth-1.has-item > span:after,
    #block-mainmenunavigation .menu-item-depth-1.has-item > a:after,
    #block-kentrikeploegese .menu-item-depth-4.has-item > span:after,
    #block-kentrikeploegese .menu-item-depth-4.has-item > a:after,
    #block-kentrikeploegese .menu-item-depth-3.has-item > span:after,
    #block-kentrikeploegese .menu-item-depth-3.has-item > a:after,
    #block-kentrikeploegese .menu-item-depth-2.has-item > span:after,
    #block-kentrikeploegese .menu-item-depth-2.has-item > a:after,
    #block-kentrikeploegese .menu-item-depth-1.has-item > span:after,
    #block-kentrikeploegese .menu-item-depth-1.has-item > a:after {
        content: '';
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 15px;
        width: 15px;
        height: 11px;
        background: url(../images/arrow-light-blue.svg);
        background-repeat: no-repeat;
    }

#block-mainmenunavigation .menu-item-depth-4 > span,
#block-mainmenunavigation .menu-item-depth-4 > a,
#block-mainmenunavigation .menu-item-depth-3 > span,
#block-mainmenunavigation .menu-item-depth-3 > a,
#block-mainmenunavigation .menu-item-depth-2 > span,
#block-mainmenunavigation .menu-item-depth-2 > a,
#block-mainmenunavigation .menu-item-depth-1 > span,
#block-mainmenunavigation .menu-item-depth-1 > a,
#block-kentrikeploegese .menu-item-depth-4 > span,
#block-kentrikeploegese .menu-item-depth-4 > a,
#block-kentrikeploegese .menu-item-depth-3 > span,
#block-kentrikeploegese .menu-item-depth-3 > a,
#block-kentrikeploegese .menu-item-depth-2 > span,
#block-kentrikeploegese .menu-item-depth-2 > a,
#block-kentrikeploegese .menu-item-depth-1 > span,
#block-kentrikeploegese .menu-item-depth-1 > a {
    line-height: 24px;
    color: #FFF;
    font-weight: 600;
    display: block;
    padding: 10px 30px;
    padding-right: 50px;
    border-bottom: 1px solid rgba(248, 248, 248, 0.2);
    font-size: 18px;
}

@media (min-width: 1024px) {
    #block-mainmenunavigation .menu-item-depth-4 > span,
    #block-mainmenunavigation .menu-item-depth-4 > a,
    #block-mainmenunavigation .menu-item-depth-3 > span,
    #block-mainmenunavigation .menu-item-depth-3 > a,
    #block-mainmenunavigation .menu-item-depth-2 > span,
    #block-mainmenunavigation .menu-item-depth-2 > a,
    #block-mainmenunavigation .menu-item-depth-1 > span,
    #block-mainmenunavigation .menu-item-depth-1 > a,
    #block-kentrikeploegese .menu-item-depth-4 > span,
    #block-kentrikeploegese .menu-item-depth-4 > a,
    #block-kentrikeploegese .menu-item-depth-3 > span,
    #block-kentrikeploegese .menu-item-depth-3 > a,
    #block-kentrikeploegese .menu-item-depth-2 > span,
    #block-kentrikeploegese .menu-item-depth-2 > a,
    #block-kentrikeploegese .menu-item-depth-1 > span,
    #block-kentrikeploegese .menu-item-depth-1 > a {
        font-size: 21px;
        padding: 10px 0;
        padding-right: 50px;
    }
}

.menu-1-opened .menu-helper-depth-1 {
    overflow: hidden !important;
}

.menu-2-opened .menu-helper-depth-2 {
    overflow: hidden !important;
}

.menu-3-opened .menu-helper-depth-3 {
    overflow: hidden !important;
}

.mob-menu {
    display: block;
}

@media (min-width: 768px) {
    .mob-menu {
        display: none;
    }
}



/* start modalbox styles */

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

/* end modalbox styles */



/* ##################################################################### */

#block-exposedformsearch-pluspage-2 {
    width: 100%;
    padding: 0 30px;
    margin-bottom: 50px;
}

@media (min-width: 768px) {
    #block-exposedformsearch-pluspage-2 {
        padding: 0;
        margin-bottom: 30px;
        width: 350px;
    }
}

#block-exposedformsearch-pluspage-2 form {
    position: relative;
}

#block-exposedformsearch-pluspage-2 .js-form-type-textfield {
    width: 100%;
}

    #block-exposedformsearch-pluspage-2 .js-form-type-textfield input {
        outline: 0;
        width: 100%;
        border-radius: 25px;
        border: 2px solid #eeeeee;
        line-height: 41px;
        padding: 0 15px;
        font-size: 14px;
        color: #1a86bd;
    }

        #block-exposedformsearch-pluspage-2 .js-form-type-textfield input::-webkit-input-placeholder {
            font-size: 14px;
            color: #1a86bd;
        }

        #block-exposedformsearch-pluspage-2 .js-form-type-textfield input:-moz-placeholder {
            font-size: 14px;
            color: #1a86bd;
        }

        #block-exposedformsearch-pluspage-2 .js-form-type-textfield input::-moz-placeholder {
            font-size: 14px;
            color: #1a86bd;
        }

        #block-exposedformsearch-pluspage-2 .js-form-type-textfield input:-ms-input-placeholder {
            font-size: 14px;
            color: #1a86bd;
        }

#block-exposedformsearch-pluspage-2 .form-actions input {
    position: absolute;
    /*  top: 50%;*/
    top: 42px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 5px;
    background-color: #ffc80a;
    font-size: 0;
    border: 0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-image: url(../images/magnify.svg);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    outline: 0;
    transition: all 0.15s ease-in;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

    #block-exposedformsearch-pluspage-2 .form-actions input:hover {
        background-color: #bd9200;
    }


#block-exposedformsearch-pluspage-2 .select-style {
    outline: 0;
    background-color: #FFFFFF;
    width: 100%;
    border-radius: 25px;
    border: 2px solid #eeeeee;
    line-height: 41px;
    padding: 0 15px;
    font-size: 14px;
    color: #1a86bd;
}

/* ##################################################################### */


.taxonomy-view-search-form .view-filters {
    width: 100%;
    padding: 0 30px;
    margin-bottom: 50px;
}

@media (min-width: 768px) {
    .taxonomy-view-search-form .view-filters {
        padding: 0;
        margin-bottom: 30px;
        width: 350px;
    }
}

.taxonomy-view-search-form .view-filters form {
    position: relative;
}

.taxonomy-view-search-form .view-filters .js-form-type-textfield {
    width: 100%;
}

    .taxonomy-view-search-form .view-filters .js-form-type-textfield input {
        outline: 0;
        width: 100%;
        border-radius: 25px;
        border: 2px solid #eeeeee;
        line-height: 41px;
        padding: 0 15px;
        font-size: 14px;
        color: #1a86bd;
    }

        .taxonomy-view-search-form .view-filters .js-form-type-textfield input::-webkit-input-placeholder {
            font-size: 14px;
            color: #1a86bd;
        }

        .taxonomy-view-search-form .view-filters .js-form-type-textfield input:-moz-placeholder {
            font-size: 14px;
            color: #1a86bd;
        }

        .taxonomy-view-search-form .view-filters .js-form-type-textfield input::-moz-placeholder {
            font-size: 14px;
            color: #1a86bd;
        }

        .taxonomy-view-search-form .view-filters .js-form-type-textfield input:-ms-input-placeholder {
            font-size: 14px;
            color: #1a86bd;
        }

.taxonomy-view-search-form .view-filters .form-actions input {
    position: absolute;
    /*  top: 50%;*/
    top: 42px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 5px;
    background-color: #ffc80a;
    font-size: 0;
    border: 0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-image: url(../images/magnify.svg);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    outline: 0;
    transition: all 0.15s ease-in;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

    .taxonomy-view-search-form .view-filters .form-actions input:hover {
        background-color: #bd9200;
    }

#edit-secondary {
    padding-top: 10px;
    padding-bottom: 10px;
}


/* ################################################################################# */



/* start accbar styles */
#block-acc-block {
    float: left;
    padding-top: 0px;
    padding-bottom: 0px;
}

#block-textresize {
    display: none;
    float: left;
    padding-left: 5px;
    padding-top: 13px;
    padding-bottom: 0px;
}

#block-highcontrast {
    display: none;
    float: left;
    padding-left: 5px;
    padding-top: 13px;
    padding-bottom: 0px;
}


#edit-toggle-link {
    display: inline-block;
    padding: 8px 8px;
    margin-top: 2px;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 600;
    color: #005BAA;
    background: #FFF;
    border: 2px solid #005BAA;
    line-height: 20px;
    transition: all 0.2s;
}

#edit-enable-link {
    display: inline-block;
    padding: 8px 8px;
    margin-top: 2px;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 600;
    color: #005BAA;
    background: #FFF;
    border: 2px solid #005BAA;
    line-height: 20px;
    transition: all 0.2s;
}

#edit-disable-link {
    display: inline-block;
    padding: 8px 8px;
    margin-left: 2px;
    margin-top: 2px;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 600;
    color: #005BAA;
    background: #FFF;
    border: 2px solid #005BAA;
    line-height: 20px;
    transition: all 0.2s;
}

a.button-link,
button.button-link {
    display: inline-block;
    padding: 4px 20px;
    font-size: 14px;
    font-weight: 600;
    color: var(--efka-color);
    background: #FFF;
    border: 2px solid var(--efka-color);
    border-radius: 25px;
    line-height: 20px;
    transition: all 0.2s;
    text-align: center;
    position: relative;
    vertical-align: middle;
    line-height: 27px;
    text-decoration: none;
}

button.button-link:hover {
    background-color: var(--efka-color);
    color: white;
    transition: ease-out 0.5s;
}

a.cancel-option {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #888;
    vertical-align: middle;
    text-decoration: none;
}
