@charset "UTF-8";
/* ==========================================================================
   SASS variables and mixins
   ========================================================================== */
/* Absolutely center element
 * usage: @include centerer();
 */
/* Gradients
 * usage: @include linearGradient(#cccccc, #666666);
 */
/* Triangles
 * Use it inside :before or :after
 * usage: @include triangle-right(100px, #000000);
 */
/* Rotate
 * usage: @include rotate(7deg);
 */
/* Flip
 * usage @include flip-horizontal();
 */
/* Transition
 * usage @include transition(all 0.5s ease-in-out );
 */
/*
 * Circular bottom Box Shadow
 * To be used inside a :before or :after tag
 * usage: box-shadow-round(0, auto, 1140px, #000, 50%);
 */
/*
 * Column count
 */
/*
 * Transforms
 */
/* ==========================================================================
   Global
   ========================================================================== */
html {
    color: #595959;
    font-size: 1em;
    line-height: 1.4;
}

body {
    font-family: Verdana, Arial, Helvetica, "DejaVu Sans", sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

div,
nav {
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: .5em 0;
}

a {
    color: #027AC6;
}

a:visited {
    color: #551A8B;
}

a:hover, a:active, a:focus {
    color: #036;
}

a.external {
    background: url("https://ec.europa.eu/esco/portal/static_resource2/images/external-link-icon.png") no-repeat center right;
    padding-right: 13px;
}

/* ==========================================================================
   Normalize
   ========================================================================== */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove default margin.
 */
body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
    outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/* ==========================================================================
   Accessibility
   ========================================================================== */
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #595959;
    display: block;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* ==========================================================================
   Font icons
   ========================================================================== */
@font-face {
    font-family: 'esco-font-icons';
    src: url('https://ec.europa.eu/esco/portal/static_resource2/font/esco-font-icons.eot?61093490');
    src: url('https://ec.europa.eu/esco/portal/static_resource2/font/esco-font-icons.eot?61093490#iefix') format('embedded-opentype'),
    url('https://ec.europa.eu/esco/portal/static_resource2/font/esco-font-icons.woff2?61093490') format('woff2'),
    url('https://ec.europa.eu/esco/portal/static_resource2/font/esco-font-icons.woff?61093490') format('woff'),
    url('https://ec.europa.eu/esco/portal/static_resource2/font/esco-font-icons.ttf?61093490') format('truetype'),
    url('https://ec.europa.eu/esco/portal/static_resource2/font/esco-font-icons.svg?61093490#esco-font-icons') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'esco-font-icons';
    src: url('https://ec.europa.eu/esco/portal/static_resource2/font/esco-font-icons.svg?61093490#esco-font-icons') format('svg');
  }
}
*/

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "esco-font-icons";
    font-style: normal;
    font-weight: normal;
    speak: none;

    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */

    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;

    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;

    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;

    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */

    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-print:before {
    content: '\e800';
}

/* '' */
.icon-home:before {
    content: '\e801';
}

/* '' */
.icon-logout:before {
    content: '\e802';
}

/* '' */
.icon-menu:before {
    content: '\e803';
}

/* '' */
.icon-left:before {
    content: '\e804';
}

/* '' */
.icon-right-big:before {
    content: '\e805';
}

/* '' */
.icon-book:before {
    content: '\e806';
}

/* '' */
.icon-resize-full:before {
    content: '\e807';
}

/* '' */
.icon-resize-small:before {
    content: '\e808';
}

/* '' */
.icon-check:before {
    content: '\e809';
}

/* '' */
.icon-down:before {
    content: '\e80a';
}

/* '' */
.icon-right:before {
    content: '\e80b';
}

/* '' */
.icon-select:before {
    content: '\e80c';
}

/* '' */
.icon-flow-cascade:before {
    content: '\e80d';
}

/* '' */
.icon-keyboard:before {
    content: '\e80e';
}

/* '' */
.icon-search:before {
    content: '\e80f';
}

/* '' */
.icon-left-big:before {
    content: '\e810';
}

/* '' */
.icon-cancel:before {
    content: '\e811';
}

/* '' */
.icon-dots:before {
    content: '\e812';
}

/* '' */
.icon-plus:before {
    content: '\e813';
}

/* '' */
.icon-minus:before {
    content: '\e814';
}

/* '' */
.icon-link:before {
    content: '\e815';
}

/* '' */
.icon-down-dir:before {
    content: '\e816';
}

/* '' */
.icon-up-dir:before {
    content: '\e817';
}

/* '' */
.icon-chat:before {
    content: '\e818';
}

/* '' */
.icon-link-ext:before {
    content: '\f08e';
}

/* '' */
.icon-code:before {
    content: '\f121';
}

/* '' */
.icon-sliders:before {
    content: '\f1de';
}

/* '' */

/* '∩ç₧' */
/* ==========================================================================
   Layout
   ========================================================================== */
.container {
    max-width: 984px;
    padding: 16px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    clear: both;
}

.full-width {
    width: 100%;
    float: left;
    clear: both;
}

.col {
    display: inline-block;
    float: left;
    box-sizing: border-box;
}

.col-1x12 {
    width: 8.333%;
}

.col-2x12 {
    width: 16.666%;
}

.col-3x12 {
    width: 25%;
}

.col-4x12 {
    width: 33.333%;
}

.col-5x12 {
    width: 41.666%;
}

.col-6x12 {
    width: 50%;
}

.col-7x12 {
    width: 58.333%;
}

.col-8x12 {
    width: 66.666%;
}

.col-9x12 {
    width: 75%;
}

.col-10x12 {
    width: 83.333%;
}

.col-11x12 {
    width: 91.666%;
}

@media all and (max-width: 1159px) {
    .col-9x12 {
        width: 66.666%;
    }

    .col-3x12 {
        width: 33.333%;
    }
}

@media all and (max-width: 1023px) {
    .col-8x12,
    .col-9x12 {
        width: 58.333%;
    }

    .col-3x12,
    .col-4x12 {
        width: 41.666%;
    }
}

@media all and (max-width: 639px) {
    .col-3x12,
    .col-4x12,
    .col-8x12,
    .col-9x12 {
        width: 100%;
    }
}

ul.custom {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.custom.horizontal {
    float: left;
    width: 100%;
}

ul.horizontal li {
    display: inline-block;
    float: left;
}

ul.horizontal.two li {
    width: 50%;
}

ul.horizontal.three li {
    width: 33.333%;
}

ul.horizontal.four li {
    width: 25%;
}

ul.horizontal.five li {
    width: 20%;
}

ul.horizontal.six li {
    width: 16.666%;
}

/* Responsive video embeds */
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*! Reflex v1.5.0 - https://github.com/leejordan/reflex */
/*
 *
 * Reflex is a flexbox grid which provides a way to take advantage of emerging
 * flexbox support while providing a fall back to inline-block on older browsers
 *
 * To disable legacy support and build a flexbox only grid, set the variable legacy-support to false
 *
 * Built by Lee Jordan G.C.S.E.
 * email: ldjordan@gmail.com
 * github: https://github.com/leejordan
 *
 * Structure and calculations are inspired by twitter bootstrap
 *
 */
.grid {
    display: inline-block;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    *display: inline;
    zoom: 1;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    position: relative;
    width: 100%;
    max-width: 100%;
    letter-spacing: -0.31em !important;
    *letter-spacing: normal !important;
    word-spacing: -0.43em !important;
    list-style-type: none;
}

.grid:before, .grid:after {
    letter-spacing: normal;
    word-spacing: normal;
    white-space: normal;
    max-width: 100%;
}

.grid *:before,
.grid *:after {
    letter-spacing: normal;
    word-spacing: normal;
    white-space: normal;
}

.grid .grid {
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
}

.grid * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.grid *:before,
.grid *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

[class*="grid__col-"] {
    display: inline-block;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    *display: inline;
    zoom: 1;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    letter-spacing: normal;
    word-spacing: normal;
    white-space: normal;
    position: relative;
    width: 100%;
    vertical-align: top;
    padding: 8px 8px;
}

.grid__cell {
    position: relative;
    display: block;
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
}

:-ms-fullscreen .grid__cell, :root .grid__cell {
    width: 100%;
}

.grid__col-12 {
    width: 100%;
    *width: 99.9%;
}

.grid__col-11 {
    width: 91.6666666667%;
    *width: 91.5666666667%;
}

.grid__col-10 {
    width: 83.3333333333%;
    *width: 83.2333333333%;
}

.grid__col-9 {
    width: 75%;
    *width: 74.9%;
}

.grid__col-8 {
    width: 66.6666666667%;
    *width: 66.5666666667%;
}

.grid__col-7 {
    width: 58.3333333333%;
    *width: 58.2333333333%;
}

.grid__col-6 {
    width: 50%;
    *width: 49.9%;
}

.grid__col-5 {
    width: 41.6666666667%;
    *width: 41.5666666667%;
}

.grid__col-4 {
    width: 33.3333333333%;
    *width: 33.2333333333%;
}

.grid__col-3 {
    width: 25%;
    *width: 24.9%;
}

.grid__col-2 {
    width: 16.6666666667%;
    *width: 16.5666666667%;
}

.grid__col-1 {
    width: 8.3333333333%;
    *width: 8.2333333333%;
}

@media (min-width: 480px) {
    .grid__col-xs-12 {
        width: 100%;
        *width: 99.9%;
    }

    .grid__col-xs-11 {
        width: 91.6666666667%;
        *width: 91.5666666667%;
    }

    .grid__col-xs-10 {
        width: 83.3333333333%;
        *width: 83.2333333333%;
    }

    .grid__col-xs-9 {
        width: 75%;
        *width: 74.9%;
    }

    .grid__col-xs-8 {
        width: 66.6666666667%;
        *width: 66.5666666667%;
    }

    .grid__col-xs-7 {
        width: 58.3333333333%;
        *width: 58.2333333333%;
    }

    .grid__col-xs-6 {
        width: 50%;
        *width: 49.9%;
    }

    .grid__col-xs-5 {
        width: 41.6666666667%;
        *width: 41.5666666667%;
    }

    .grid__col-xs-4 {
        width: 33.3333333333%;
        *width: 33.2333333333%;
    }

    .grid__col-xs-3 {
        width: 25%;
        *width: 24.9%;
    }

    .grid__col-xs-2 {
        width: 16.6666666667%;
        *width: 16.5666666667%;
    }

    .grid__col-xs-1 {
        width: 8.3333333333%;
        *width: 8.2333333333%;
    }
}

@media (min-width: 768px) {
    .grid__col-sm-12 {
        width: 100%;
        *width: 99.9%;
    }

    .grid__col-sm-11 {
        width: 91.6666666667%;
        *width: 91.5666666667%;
    }

    .grid__col-sm-10 {
        width: 83.3333333333%;
        *width: 83.2333333333%;
    }

    .grid__col-sm-9 {
        width: 75%;
        *width: 74.9%;
    }

    .grid__col-sm-8 {
        width: 66.6666666667%;
        *width: 66.5666666667%;
    }

    .grid__col-sm-7 {
        width: 58.3333333333%;
        *width: 58.2333333333%;
    }

    .grid__col-sm-6 {
        width: 50%;
        *width: 49.9%;
    }

    .grid__col-sm-5 {
        width: 41.6666666667%;
        *width: 41.5666666667%;
    }

    .grid__col-sm-4 {
        width: 33.3333333333%;
        *width: 33.2333333333%;
    }

    .grid__col-sm-3 {
        width: 25%;
        *width: 24.9%;
    }

    .grid__col-sm-2 {
        width: 16.6666666667%;
        *width: 16.5666666667%;
    }

    .grid__col-sm-1 {
        width: 8.3333333333%;
        *width: 8.2333333333%;
    }
}

@media (min-width: 992px) {
    .grid__col-md-12 {
        width: 100%;
        *width: 99.9%;
    }

    .grid__col-md-11 {
        width: 91.6666666667%;
        *width: 91.5666666667%;
    }

    .grid__col-md-10 {
        width: 83.3333333333%;
        *width: 83.2333333333%;
    }

    .grid__col-md-9 {
        width: 75%;
        *width: 74.9%;
    }

    .grid__col-md-8 {
        width: 66.6666666667%;
        *width: 66.5666666667%;
    }

    .grid__col-md-7 {
        width: 58.3333333333%;
        *width: 58.2333333333%;
    }

    .grid__col-md-6 {
        width: 50%;
        *width: 49.9%;
    }

    .grid__col-md-5 {
        width: 41.6666666667%;
        *width: 41.5666666667%;
    }

    .grid__col-md-4 {
        width: 33.3333333333%;
        *width: 33.2333333333%;
    }

    .grid__col-md-3 {
        width: 25%;
        *width: 24.9%;
    }

    .grid__col-md-2 {
        width: 16.6666666667%;
        *width: 16.5666666667%;
    }

    .grid__col-md-1 {
        width: 8.3333333333%;
        *width: 8.2333333333%;
    }
}

@media (min-width: 1200px) {
    .grid__col-lg-12 {
        width: 100%;
        *width: 99.9%;
    }

    .grid__col-lg-11 {
        width: 91.6666666667%;
        *width: 91.5666666667%;
    }

    .grid__col-lg-10 {
        width: 83.3333333333%;
        *width: 83.2333333333%;
    }

    .grid__col-lg-9 {
        width: 75%;
        *width: 74.9%;
    }

    .grid__col-lg-8 {
        width: 66.6666666667%;
        *width: 66.5666666667%;
    }

    .grid__col-lg-7 {
        width: 58.3333333333%;
        *width: 58.2333333333%;
    }

    .grid__col-lg-6 {
        width: 50%;
        *width: 49.9%;
    }

    .grid__col-lg-5 {
        width: 41.6666666667%;
        *width: 41.5666666667%;
    }

    .grid__col-lg-4 {
        width: 33.3333333333%;
        *width: 33.2333333333%;
    }

    .grid__col-lg-3 {
        width: 25%;
        *width: 24.9%;
    }

    .grid__col-lg-2 {
        width: 16.6666666667%;
        *width: 16.5666666667%;
    }

    .grid__col-lg-1 {
        width: 8.3333333333%;
        *width: 8.2333333333%;
    }
}

@media (min-width: 1600px) {
    .grid__col-xlg-12 {
        width: 100%;
        *width: 99.9%;
    }

    .grid__col-xlg-11 {
        width: 91.6666666667%;
        *width: 91.5666666667%;
    }

    .grid__col-xlg-10 {
        width: 83.3333333333%;
        *width: 83.2333333333%;
    }

    .grid__col-xlg-9 {
        width: 75%;
        *width: 74.9%;
    }

    .grid__col-xlg-8 {
        width: 66.6666666667%;
        *width: 66.5666666667%;
    }

    .grid__col-xlg-7 {
        width: 58.3333333333%;
        *width: 58.2333333333%;
    }

    .grid__col-xlg-6 {
        width: 50%;
        *width: 49.9%;
    }

    .grid__col-xlg-5 {
        width: 41.6666666667%;
        *width: 41.5666666667%;
    }

    .grid__col-xlg-4 {
        width: 33.3333333333%;
        *width: 33.2333333333%;
    }

    .grid__col-xlg-3 {
        width: 25%;
        *width: 24.9%;
    }

    .grid__col-xlg-2 {
        width: 16.6666666667%;
        *width: 16.5666666667%;
    }

    .grid__col-xlg-1 {
        width: 8.3333333333%;
        *width: 8.2333333333%;
    }
}

.grid__col-auto {
    -ms-flex: 1 0 auto;
    -webkit-flex: 1 0 0px;
    flex: 1 0 0px;
    width: auto !important;
    max-width: 100%;
}

@media (min-width: 480px) {
    .grid__col-xs-auto {
        -ms-flex: 1 0 auto;
        -webkit-flex: 1 0 0px;
        flex: 1 0 0px;
        width: auto !important;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .grid__col-sm-auto {
        -ms-flex: 1 0 auto;
        -webkit-flex: 1 0 0px;
        flex: 1 0 0px;
        width: auto !important;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .grid__col-md-auto {
        -ms-flex: 1 0 auto;
        -webkit-flex: 1 0 0px;
        flex: 1 0 0px;
        width: auto !important;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .grid__col-lg-auto {
        -ms-flex: 1 0 auto;
        -webkit-flex: 1 0 0px;
        flex: 1 0 0px;
        width: auto !important;
        max-width: 100%;
    }
}

@media (min-width: 1600px) {
    .grid__col-xlg-auto {
        -ms-flex: 1 0 auto;
        -webkit-flex: 1 0 0px;
        flex: 1 0 0px;
        width: auto !important;
        max-width: 100%;
    }
}

.grid--order-12 {
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12;
}

.grid--order-11 {
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11;
}

.grid--order-10 {
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10;
}

.grid--order-9 {
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9;
}

.grid--order-8 {
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8;
}

.grid--order-7 {
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7;
}

.grid--order-6 {
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
}

.grid--order-5 {
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
}

.grid--order-4 {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
}

.grid--order-3 {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
}

.grid--order-2 {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
}

.grid--order-1 {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
}

.grid--order-0 {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
}

@media only screen and (min-width: 480px) {
    .grid--order-12-xs {
        -ms-flex-order: 12;
        -webkit-order: 12;
        order: 12;
    }

    .grid--order-11-xs {
        -ms-flex-order: 11;
        -webkit-order: 11;
        order: 11;
    }

    .grid--order-10-xs {
        -ms-flex-order: 10;
        -webkit-order: 10;
        order: 10;
    }

    .grid--order-9-xs {
        -ms-flex-order: 9;
        -webkit-order: 9;
        order: 9;
    }

    .grid--order-8-xs {
        -ms-flex-order: 8;
        -webkit-order: 8;
        order: 8;
    }

    .grid--order-7-xs {
        -ms-flex-order: 7;
        -webkit-order: 7;
        order: 7;
    }

    .grid--order-6-xs {
        -ms-flex-order: 6;
        -webkit-order: 6;
        order: 6;
    }

    .grid--order-5-xs {
        -ms-flex-order: 5;
        -webkit-order: 5;
        order: 5;
    }

    .grid--order-4-xs {
        -ms-flex-order: 4;
        -webkit-order: 4;
        order: 4;
    }

    .grid--order-3-xs {
        -ms-flex-order: 3;
        -webkit-order: 3;
        order: 3;
    }

    .grid--order-2-xs {
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }

    .grid--order-1-xs {
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }

    .grid--order-0-xs {
        -ms-flex-order: 0;
        -webkit-order: 0;
        order: 0;
    }
}

@media only screen and (min-width: 768px) {
    .grid--order-12-sm {
        -ms-flex-order: 12;
        -webkit-order: 12;
        order: 12;
    }

    .grid--order-11-sm {
        -ms-flex-order: 11;
        -webkit-order: 11;
        order: 11;
    }

    .grid--order-10-sm {
        -ms-flex-order: 10;
        -webkit-order: 10;
        order: 10;
    }

    .grid--order-9-sm {
        -ms-flex-order: 9;
        -webkit-order: 9;
        order: 9;
    }

    .grid--order-8-sm {
        -ms-flex-order: 8;
        -webkit-order: 8;
        order: 8;
    }

    .grid--order-7-sm {
        -ms-flex-order: 7;
        -webkit-order: 7;
        order: 7;
    }

    .grid--order-6-sm {
        -ms-flex-order: 6;
        -webkit-order: 6;
        order: 6;
    }

    .grid--order-5-sm {
        -ms-flex-order: 5;
        -webkit-order: 5;
        order: 5;
    }

    .grid--order-4-sm {
        -ms-flex-order: 4;
        -webkit-order: 4;
        order: 4;
    }

    .grid--order-3-sm {
        -ms-flex-order: 3;
        -webkit-order: 3;
        order: 3;
    }

    .grid--order-2-sm {
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }

    .grid--order-1-sm {
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }

    .grid--order-0-sm {
        -ms-flex-order: 0;
        -webkit-order: 0;
        order: 0;
    }
}

@media only screen and (min-width: 992px) {
    .grid--order-12-md {
        -ms-flex-order: 12;
        -webkit-order: 12;
        order: 12;
    }

    .grid--order-11-md {
        -ms-flex-order: 11;
        -webkit-order: 11;
        order: 11;
    }

    .grid--order-10-md {
        -ms-flex-order: 10;
        -webkit-order: 10;
        order: 10;
    }

    .grid--order-9-md {
        -ms-flex-order: 9;
        -webkit-order: 9;
        order: 9;
    }

    .grid--order-8-md {
        -ms-flex-order: 8;
        -webkit-order: 8;
        order: 8;
    }

    .grid--order-7-md {
        -ms-flex-order: 7;
        -webkit-order: 7;
        order: 7;
    }

    .grid--order-6-md {
        -ms-flex-order: 6;
        -webkit-order: 6;
        order: 6;
    }

    .grid--order-5-md {
        -ms-flex-order: 5;
        -webkit-order: 5;
        order: 5;
    }

    .grid--order-4-md {
        -ms-flex-order: 4;
        -webkit-order: 4;
        order: 4;
    }

    .grid--order-3-md {
        -ms-flex-order: 3;
        -webkit-order: 3;
        order: 3;
    }

    .grid--order-2-md {
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }

    .grid--order-1-md {
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }

    .grid--order-0-md {
        -ms-flex-order: 0;
        -webkit-order: 0;
        order: 0;
    }
}

@media only screen and (min-width: 1200px) {
    .grid--order-12-lg {
        -ms-flex-order: 12;
        -webkit-order: 12;
        order: 12;
    }

    .grid--order-11-lg {
        -ms-flex-order: 11;
        -webkit-order: 11;
        order: 11;
    }

    .grid--order-10-lg {
        -ms-flex-order: 10;
        -webkit-order: 10;
        order: 10;
    }

    .grid--order-9-lg {
        -ms-flex-order: 9;
        -webkit-order: 9;
        order: 9;
    }

    .grid--order-8-lg {
        -ms-flex-order: 8;
        -webkit-order: 8;
        order: 8;
    }

    .grid--order-7-lg {
        -ms-flex-order: 7;
        -webkit-order: 7;
        order: 7;
    }

    .grid--order-6-lg {
        -ms-flex-order: 6;
        -webkit-order: 6;
        order: 6;
    }

    .grid--order-5-lg {
        -ms-flex-order: 5;
        -webkit-order: 5;
        order: 5;
    }

    .grid--order-4-lg {
        -ms-flex-order: 4;
        -webkit-order: 4;
        order: 4;
    }

    .grid--order-3-lg {
        -ms-flex-order: 3;
        -webkit-order: 3;
        order: 3;
    }

    .grid--order-2-lg {
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }

    .grid--order-1-lg {
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }

    .grid--order-0-lg {
        -ms-flex-order: 0;
        -webkit-order: 0;
        order: 0;
    }
}

@media only screen and (min-width: 1600px) {
    .grid--order-12-xlg {
        -ms-flex-order: 12;
        -webkit-order: 12;
        order: 12;
    }

    .grid--order-11-xlg {
        -ms-flex-order: 11;
        -webkit-order: 11;
        order: 11;
    }

    .grid--order-10-xlg {
        -ms-flex-order: 10;
        -webkit-order: 10;
        order: 10;
    }

    .grid--order-9-xlg {
        -ms-flex-order: 9;
        -webkit-order: 9;
        order: 9;
    }

    .grid--order-8-xlg {
        -ms-flex-order: 8;
        -webkit-order: 8;
        order: 8;
    }

    .grid--order-7-xlg {
        -ms-flex-order: 7;
        -webkit-order: 7;
        order: 7;
    }

    .grid--order-6-xlg {
        -ms-flex-order: 6;
        -webkit-order: 6;
        order: 6;
    }

    .grid--order-5-xlg {
        -ms-flex-order: 5;
        -webkit-order: 5;
        order: 5;
    }

    .grid--order-4-xlg {
        -ms-flex-order: 4;
        -webkit-order: 4;
        order: 4;
    }

    .grid--order-3-xlg {
        -ms-flex-order: 3;
        -webkit-order: 3;
        order: 3;
    }

    .grid--order-2-xlg {
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }

    .grid--order-1-xlg {
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }

    .grid--order-0-xlg {
        -ms-flex-order: 0;
        -webkit-order: 0;
        order: 0;
    }
}

.grid--bleed [class*="grid__col-"] {
    padding: 0;
}

.grid--wrap {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.grid--no-wrap {
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.grid--wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
}

.grid--direction-row {
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.grid--direction-row-reverse {
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.grid--direction-column {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.grid--direction-column-reverse {
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.grid--align-start {
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.grid--align-end {
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.grid--align-end [class*="grid__col-"] {
    vertical-align: bottom;
}

.grid--align-center {
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.grid--align-center [class*="grid__col-"] {
    vertical-align: middle;
}

.grid--align-baseline {
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    align-items: baseline;
}

.grid--align-baseline [class*="grid__col-"] {
    vertical-align: baseline;
}

.grid--align-content-start {
    -ms-flex-line-pack: start;
    -webkit-align-content: flex-start;
    align-content: flex-start;
}

.grid--align-content-end {
    -ms-flex-line-pack: end;
    -webkit-align-content: flex-end;
    align-content: flex-end;
}

.grid--align-content-end [class*="grid__col-"] {
    vertical-align: bottom;
}

.grid--align-content-center {
    -ms-flex-line-pack: center;
    -webkit-align-content: center;
    align-content: center;
}

.grid--align-content-space-between {
    -ms-flex-line-pack: space-between;
    -webkit-align-content: space-between;
    align-content: space-between;
}

.grid--align-content-space-around {
    -ms-flex-line-pack: space-around;
    -webkit-align-content: space-around;
    align-content: space-around;
}

.grid--align-self-stretch {
    -ms-flex-item-align: stretch;
    -webkit-align-self: stretch;
    align-self: stretch;
}

.grid--align-self-start {
    -ms-flex-item-align: start;
    -webkit-align-self: flex-start;
    align-self: flex-start;
}

.grid--align-self-end {
    -ms-flex-item-align: end;
    -webkit-align-self: flex-end;
    align-self: flex-end;
    vertical-align: bottom;
}

.grid--align-self-center {
    -ms-flex-item-align: center;
    -webkit-align-self: center;
    align-self: center;
    vertical-align: middle;
}

.grid--align-self-baseline {
    -ms-flex-item-align: baseline;
    -webkit-align-self: baseline;
    align-self: baseline;
    vertical-align: baseline;
}

.grid--justify-start {
    text-align: left;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.grid--justify-end {
    text-align: right;
    -moz-text-align-last: right;
    text-align-last: right;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.grid--justify-end .grid__cell,
.grid--justify-end [class*="grid__col-"] {
    text-align: left;
    text-align: start;
    text-align: initial;
    -moz-text-align-last: left;
    -moz-text-align-last: start;
    -moz-text-align-last: initial;
    text-align-last: left;
    text-align-last: start;
    text-align-last: initial;
}

.grid--justify-center {
    text-align: center;
    -moz-text-align-last: center;
    text-align-last: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.grid--justify-center .grid__cell,
.grid--justify-center [class*="grid__col-"] {
    text-align: left;
    text-align: start;
    text-align: initial;
    -moz-text-align-last: left;
    -moz-text-align-last: start;
    -moz-text-align-last: initial;
    text-align-last: left;
    text-align-last: start;
    text-align-last: initial;
}

.grid--justify-space-between {
    text-align: justify;
    -moz-text-align-last: justify;
    text-align-last: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.grid--justify-space-between .grid__cell,
.grid--justify-space-between [class*="grid__col-"] {
    text-align: left;
    text-align: start;
    text-align: initial;
    -moz-text-align-last: left;
    -moz-text-align-last: start;
    -moz-text-align-last: initial;
    text-align-last: left;
    text-align-last: start;
    text-align-last: initial;
}

.grid--justify-space-around {
    text-align: justify;
    -moz-text-align-last: justify;
    text-align-last: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.grid--justify-space-around .grid__cell,
.grid--justify-space-around [class*="grid__col-"] {
    text-align: left;
    text-align: start;
    text-align: initial;
    -moz-text-align-last: left;
    -moz-text-align-last: start;
    -moz-text-align-last: initial;
    text-align-last: left;
    text-align-last: start;
    text-align-last: initial;
}

.grid__col--bleed {
    padding: 0;
}

.grid__col--bleed-x {
    padding: 8px 0;
}

.grid__col--bleed-y {
    padding: 0 8px;
}

.grid__col--bg {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-bottom: 50%;
}

.grid__cell--padding-sm {
    padding: 4px;
}

.grid__cell--padding-md {
    padding: 8px;
}

.grid__cell--padding-lg {
    padding: 16px;
}

.grid__cell-img {
    display: block;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    width: 100%;
    height: auto;
}

.grid__cell-footer {
    display: inline-block;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    *display: inline;
    zoom: 1;
    width: 100%;
    margin-top: auto;
}

@media (max-width: 479px) {
    .hidden-xxs {
        display: none !important;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

/* ==========================================================================
   Menus
   ========================================================================== */
.site-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.site-wrapper.show-nav .site-canvas {
    -moz-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    -o-transform: translateX(-260px);
    -webkit-transform: translateX(-260px);
    transform: translateX(-260px);
    -moz-transform: translateZ(0) translateX(-260px);
    -ms-transform: translateZ(0) translateX(-260px);
    -o-transform: translateZ(0) translateX(-260px);
    -webkit-transform: translateZ(0) translateX(-260px);
    transform: translateZ(0) translateX(-260px);
    -moz-transform: translate3d(-260px, 0, 0);
    -ms-transform: translate3d(-260px, 0, 0);
    -o-transform: translate3d(-260px, 0, 0);
    -webkit-transform: translate3d(-260px, 0, 0);
    transform: translate3d(-260px, 0, 0);
}

.site-canvas {
    min-height: 100vh;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -moz-transform: translateZ(0) translateX(0);
    -ms-transform: translateZ(0) translateX(0);
    -o-transform: translateZ(0) translateX(0);
    -webkit-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transition: 300ms ease all;
    -ms-transition: 300ms ease all;
    -o-transition: 300ms ease all;
    -webkit-transition: 300ms ease all;
    transition: 300ms ease all;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.menu-mobile {
    width: 260px;
    height: 100%;
    position: absolute;
    overflow: auto;
    top: 0;
    right: -260px;
}

.has-icon::before {
    font-family: 'esco-font-icons';
    padding-right: .4em;
    width: 1em;
    text-align: center;
    display: inline-block;
    font-size: 17.6px;
    font-size: 1.1rem;
}

a.has-icon.tools {
    white-space: nowrap;
}

.has-icon.homepage::before {
    content: '\e801';
}

.has-icon.about::before {
    content: '\e806';
}

.has-icon.classification::before {
    content: '\e80d';
}

.has-icon.tools::before {
    content: '\e80e';
}

.has-icon.chat::before {
    content: '\e818';
}

.has-icon.search::before {
    content: '\e80f';
}

.menu-mobile {
    padding: 0;
    background: #004e7d;
}

.menu-mobile a {
    color: #fff;
    text-decoration: none;
    padding: 1em 0;
    display: block;
}

.menu-mobile ul {
    list-style-type: none;
    margin: 0;
    padding: 1em 0;
}

.menu-mobile ul.menu-mobile-main {
    background: #0065a2;
}

.menu-mobile ul.menu-mobile-main > li > a {
    font-weight: bold;
}

.menu-mobile ul li {
    padding: 0 1em;
}

.menu-mobile ul li.current-ancestor > a, .menu-mobile ul li.current > a {
    color: #ffd42c;
}

.menu-mobile ul li.current-ancestor {
    padding: 0;
}

.menu-mobile ul li.current-ancestor > a {
    padding-left: 1em;
}

.menu-mobile ul li.current-ancestor ul.children {
    display: block;
}

.menu-mobile ul.children {
    background: #0073b8;
    padding: .5em .5em .5em 1.8em;
    display: none;
}

.menu-mobile .menu-mobile-search {
    background: #0065a2;
    padding: 1em;
    position: relative;
    color: #fff;
}

.menu-mobile .menu-mobile-search .icon {
    font-size: 17.6px;
    font-size: 1.1rem;
    position: absolute;
    top: .7em;
    left: .5em;
}

.menu-mobile .menu-mobile-search input[type="search"] {
    background: transparent;
    border: 0;
    font-weight: bold;
    display: inline-block;
    padding-left: 1.8em;
}

.menu-mobile .menu-mobile-search ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
}

.menu-mobile .menu-mobile-search ::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

.menu-mobile .menu-mobile-search :-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
}

.menu-mobile .menu-mobile-search :-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}

.menu-mobile .language-switcher {
    overflow: hidden;
    position: relative;
}

.menu-mobile .language-switcher::after {
    font-family: 'esco-font-icons';
    content: '\e80c';
    position: absolute;
    right: .5em;
    top: .7em;
    font-size: 17.6px;
    font-size: 1.1rem;
    color: #fff;
    pointer-events: none;
}

.menu-mobile .language-switcher select {
    background: #0065a2;
    border: 0;
    margin-top: .2em;
    width: 100%;
    width: calc(100% + 20px);
    padding: 1em;
    color: #fff;
    outline: none;
    -webkit-appearance: none;
}

.toggle-nav {
    float: right;
    background: transparent;
    border: 0;
    font-size: 41.6px;
    font-size: 2.6rem;
    color: #0065a2;
    outline: none;
    padding: 0;
    margin-top: 26px;
    margin-right: 10px;
}

.toggle-nav .icon::before {
    margin: 0;
}

.top-menu {
    float: right;
    padding: 0;
    position: relative;
    z-index: 10;
    top: 2px;
}

.top-menu ul {
    font-size: 12.8px;
    font-size: 0.8rem;
}

.top-menu ul li::after {
    content: ' | ';
    display: inline-block;
    float: left;
    color: #027AC6;
}

.top-menu ul li:first-child::after, .top-menu ul li:last-child::after {
    display: none;
}

.top-menu ul li a {
    padding: 0 1em;
    color: #027AC6;
    text-decoration: none;
}

.top-menu ul li a:hover {
    color: #036;
}

.desktop-navigation {
    padding: 0;
    margin: .5em auto;
}

.desktop-navigation > .container {
    padding: 16px 0;
}

.desktop-navigation .dn-home,
.desktop-navigation .dn-menu,
.desktop-navigation .dn-search {
    display: inline-block;
    float: left;
    text-align: center;
    line-height: 45px;
}

.desktop-navigation .dn-home a,
.desktop-navigation .dn-menu a,
.desktop-navigation .dn-search a {
    text-decoration: none;
}

.desktop-navigation .dn-home,
.desktop-navigation .dn-search {
    width: 45px;
    font-size: 22.4px;
    font-size: 1.4rem;
    z-index: 999;
    position: relative;
    -webkit-transition: transform 0.3s cubic-bezier(0.68, 0, 0.265, 1.55);
    -moz-transition: transform 0.3s cubic-bezier(0.68, 0, 0.265, 1.55);
    -o-transition: transform 0.3s cubic-bezier(0.68, 0, 0.265, 1.55);
    transition: transform 0.3s cubic-bezier(0.68, 0, 0.265, 1.55);
}

.desktop-navigation .dn-home a,
.desktop-navigation .dn-search a {
    color: #004e7d;
}

.desktop-navigation .dn-home:hover,
.desktop-navigation .dn-search:hover {
    -moz-transform: scale(1.4);
    -o-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
}

.desktop-navigation .dn-menu {
    background: url(https://ec.europa.eu/esco/portal/static_resource2/images/desktop-nav-bg.png) 0px 0px repeat-x;
    border-radius: 5px;
    width: calc(100% - 90px);
    height: 45px;
    box-shadow: 0 8px 26px rgba(0, 78, 125, 0.4);
    position: relative;
    z-index: 9;
}

.desktop-navigation .dn-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.desktop-navigation .dn-menu ul li {
    display: inline-block;
    width: 25%;
    float: left;
    text-align: center;
    line-height: 45px;
}

.desktop-navigation .dn-menu ul li.current a {
    color: #ffd42c;
}

.desktop-navigation .dn-menu a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

.desktop-navigation .dn-menu a:hover {
    color: #ffd42c;
}

.desktop-navigation .dn-children {
    position: relative;
    margin-top: -50px;
    opacity: 0;
    margin-bottom: 50px;
    float: left;
    width: 100%;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.desktop-navigation .dn-children.active {
    margin-top: 10px;
    opacity: 1;
    -webkit-transition: all 0.6s cubic-bezier(0.68, 0, 0.265, 1.55);
    -moz-transition: all 0.6s cubic-bezier(0.68, 0, 0.265, 1.55);
    -o-transition: all 0.6s cubic-bezier(0.68, 0, 0.265, 1.55);
    transition: all 0.6s cubic-bezier(0.68, 0, 0.265, 1.55);
}

.desktop-navigation .dn-children::before {
    content: '';
    border-top: 2px dotted #027AC6;
    position: absolute;
    top: 85%;
    width: 100%;
    left: 0;
}

.desktop-navigation .dn-children ul {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    text-align: center;
    position: absolute;
}

.desktop-navigation .dn-children ul li a {
    color: #027AC6;
    text-decoration: none;
    display: inline-block;
}

.desktop-navigation .dn-children ul li a:hover {
    color: #d2ac15;
}

.desktop-navigation .dn-children ul li a > span {
    background: #fff;
    padding: 0 .5em;
}

.desktop-navigation .dn-children ul li.current a {
    color: #d2ac15;
}

.desktop-navigation .dn-children ul.current-ancestor {
    opacity: 1;
    visibility: visible;
}

.desktop-navigation .dn-search button {
    padding: 0;
    background: transparent;
    border: 0;
    color: #004e7d;
    outline: none;
}

.desktop-navigation .dn-search button::before {
    content: '\e80f';
    font-family: 'esco-font-icons';
}

.desktop-navigation .dn-search.active button::before {
    content: '\e811';
}

.desktop-navigation .dn-search-input input {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    border-radius: 3px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 0;
    box-shadow: 1px 1px 26px rgba(0, 0, 0, 0.2);
    padding: 0 1em;
    font-size: 19.2px;
    font-size: 1.2rem;
    font-style: italic;
    color: #595959;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    outline: none;
}

.desktop-navigation .dn-search-input.active input {
    opacity: 1;
    visibility: visible;
}

/* ==========================================================================
   Components
   ========================================================================== */
.has-dropdown .filter-input label::after {
    display: none;
}

.dropdown {
    position: absolute;
    right: 0;
    top: 0;
}

.dropdown dd,
.dropdown dt,
.dropdown ul {
    margin: 0;
    padding: 0;
}

.dropdown dd a,
.dropdown dt a,
.dropdown ul a {
    text-decoration: none;
}

.dropdown .icon-select {
    font-size: 19.2px;
    font-size: 1.2rem;
    color: #0065a2;
    padding-top: 0;
}

.dropdown dd {
    position: relative;
}

.dropdown dd ul {
    background: #fff;
    display: none;
    list-style: none;
    padding: .5em 1em;
    position: absolute;
    right: 0;
    top: -2em;
    z-index: 99999;
    width: auto;
    max-width: 270px;
    min-width: 180px;
    box-shadow: 1px 1px 66px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
}

.dropdown dd ul li {
    position: relative;
    text-align: right;
    padding-right: 1em;
}

.dropdown dd ul li.selected::after {
    content: '\e809';
    font-family: 'esco-font-icons';
    position: absolute;
    right: 0;
    top: 0;
    color: #0065a2;
    font-weight: bold;
    font-size: 19.2px;
    font-size: 1.2rem;
}

.dropdown dd ul li a {
    padding: 5px;
    display: block;
    color: #0065a2;
    text-decoration: none;
}

.dropdown dt a span {
    cursor: pointer;
    display: block;
    padding: 5px;
}

.dropdown dt a span.icon, .dropdown dt a span.active-option {
    display: inline-block;
    color: #0065a2;
    padding: 0;
}

.dropdown span.value {
    display: none;
}

#orderFilters dt a span.active-option {
    display: none;
}

.dropdown-container.fixed dd ul {
    max-width: 290px;
}

.sidebar .dropdown dd ul {
    min-width: 290px;
}

.site-header {
    background: #0065a2;
    height: 145px;
}

.site-header:before {
    content: '';
    display: block;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
}

.site-header > .container {
    padding: 0;
}

.site-logo {
    margin: 0;
}

.site-logo img {
    width: 172px;
    height: 119px;
    z-index: 8;
    position: relative;
    top: 15px;
    left: 16px;
}

#banner-image-title {
    height: 145px;
    width: 100%;
    top: 0;
    left: -32px;
    position: absolute;
}

.site-description {
    font-size: 16px;
    font-size: 1rem;
    color: #fff;
    position: relative;
    z-index: 12;
}

.site-title-en {
    background-image: url("https://ec.europa.eu/esco/portal/static_resource2/images/title/title_en.gif");
}

.site-title-bg {
    background-image: url("https://ec.europa.eu/esco/portal/static_resource2/images/title/title_bg.gif");
}

.site-title-cs {
    background-image: url("https://ec.europa.eu/esco/portal/static_resource2/images/title/title_cs.gif");
}

.site-title-da {
    background-image: url("https://ec.europa.eu/esco/portal/static_resource2/images/title/title_da.gif");
}

.site-title-de {
    background-image: url("https://ec.europa.eu/esco/portal/static_resource2/images/title/title_de.gif");
}

.site-title-el {
    background-image: url("https://ec.europa.eu/esco/portal/static_resource2/images/title/title_el.gif");
}

.site-title-es {
    background-image: url("https://ec.europa.eu/esco/portal/static_resource2/images/title/title_es.gif");
}

.site-title-et {
    background-image: url("https://ec.europa.eu/esco/portal/static_resource2/images/title/title_et.gif");
}

.site-title-fi {
    background-image: url("https://ec.europa.eu/esco/portal/static_resource2/images/title/title_fi.gif");
}

.site-title-fr {
    background-image: url("https://ec.europa.eu/esco/portal/static_resource2/images/title/title_fr.gif");
}

.site-title-ga {
    background-image: url("https://ec.europa.eu/esco/portal/static_resource2/images/title/title_ga.gif");
}

.site-title-hu {
    background-image: url("https://ec.europa.eu/esco/portal/static_resource2/images/title/title_hu.gif");
}

.site-title-it {
    background-image: url("https://ec.europa.eu/esco/portal/static_resource2/images/title/title_it.gif");
}

.site-title-lt {
    background-image: url("https://ec.europa.eu/esco/portal/static_resource2/images/title/title_lt.gif");
}

.site-title-lv {
    background-image: url("https://ec.europa.eu/esco/portal/static_resource2/images/title/title_lv.gif");
}

.site-title-mt {
    background-image: url("https://ec.europa.eu/esco/portal/static_resource2/images/title/title_mt.gif");
}

.site-title-nl {
    background-image: url("https://ec.europa.eu/esco/portal/static_resource2/images/title/title_nl.gif");
}

.site-title-no {
    background-image: url("https://ec.europa.eu/esco/portal/static_resource2/images/title/title_no.gif");
}

.site-title-pl {
    background-image: url("https://ec.europa.eu/esco/portal/static_resource2/images/title/title_pl.gif");
}

.site-title-pt {
    background-image: url("https://ec.europa.eu/esco/portal/static_resource2/images/title/title_pt.gif");
}

.site-title-ro {
    background-image: url("https://ec.europa.eu/esco/portal/static_resource2/images/title/title_ro.gif");
}

.site-title-is {
    background-image: url("https://ec.europa.eu/esco/portal/static_resource2/images/title/title_is.gif");
}

.site-title-sk {
    background-image: url("https://ec.europa.eu/esco/portal/static_resource2/images/title/title_sk.gif");
}

.site-title-sl {
    background-image: url("https://ec.europa.eu/esco/portal/static_resource2/images/title/title_sl.gif");
}

.site-title-sv {
    background-image: url("https://ec.europa.eu/esco/portal/static_resource2/images/title/title_sv.gif");
}

.site-title-hr {
    background-image: url("https://ec.europa.eu/esco/portal/static_resource2/images/title/title_hr.gif");
}

.sidebar {
    z-index: 9999;
    padding: 16px;
}

.mobile-show-content .sidebar {
    display: none;
}

.sidebar-toggle {
    background: transparent;
    border: 1px solid #595959;
    padding: 8px;
    border-radius: 5px;
    margin-left: 16px;
    margin-bottom: 16px;
    outline: none;
}

.sidebar-articles-list .list-entry {
    padding: 1em;
}

.sidebar-articles-list .list-entry h2 {
    font-size: 16px;
    font-size: 1rem;
    margin: 0;
}

.sidebar-articles-list .list-entry h2 a {
    color: #595959;
    text-decoration: none;
}

.sidebar-articles-list .list-entry .category {
    font-size: 10px;
    font-size: 0.625rem;
}

.sidebar-articles-list .list-entry.selected {
    border: 1px solid #ffd42c;
    border-radius: 3px;
}

.sidebar-timeline {
    color: #d2ac15;
}

.sidebar-timeline .year-container {
    margin: 8px 24px;
}

.sidebar-timeline .year-container .entries {
    display: none;
}

.sidebar-timeline .year-container .entries .list-entry {
    padding: 10px;
}

.sidebar-timeline .year-container .entries .list-entry h3 {
    position: relative;
    margin: 0;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: normal;
}

.sidebar-timeline .year-container .entries .list-entry h3 a {
    text-decoration: none;
    color: #595959;
    display: block;
    position: relative;
    z-index: 9;
}

.sidebar-timeline .year-container .entries .list-entry.selected {
    border: 1px solid #d2ac15;
    border-radius: 3px;
}

.sidebar-timeline .year-container .year {
    font-size: 14px;
    font-size: 0.875rem;
    cursor: pointer;
}

.sidebar-timeline .year-container .year::before {
    display: inline-block;
    content: '\e80b';
    font-family: 'esco-font-icons';
    padding-right: 5px;
}

.sidebar-timeline .year-container.active .year::before {
    padding-right: 0;
    padding-left: 5px;
    padding-top: 5px;
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sidebar-timeline .year-container.active .entries {
    display: block;
}

.filter-input {
    position: relative;
}

.filter-input input {
    border: 0;
    padding: 16px 48px;
    border-bottom: 2px solid #ffd42c;
    width: 100%;
    outline: none;
}

.filter-input label {
    width: 100%;
    max-width: calc(100% - 24px);
    position: absolute;
    top: 16px;
    left: 24px;
    pointer-events: none;
}

.filter-input label::before, .filter-input label::after {
    display: inline-block;
    font-family: 'esco-font-icons';
    line-height: 0;
}

.filter-input label::before {
    content: '\e80f';
    font-size: 16px;
    font-size: 1rem;
}

.filter-input label::after {
    content: '\f1de';
    position: absolute;
    top: 8px;
    right: 8px;
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-weight: bold;
    color: #0065a2;
    font-size: 19.2px;
    font-size: 1.2rem;
}

.escopedia .filter-input label::after {
    display: none;
}

.list-title {
    color: #000;
    font-size: 14px;
    font-size: 0.875rem;
    display: inline-block;
    margin-top: 1em;
    padding: 8px;
}

.list-title.selected {
    border-radius: 3px;
    padding: 8px 8px 8px 4px;
    border: 1px solid #d2ac15;
}

.filter-list {
    margin: 0;
    padding: 0 16px 0 27.2px;
    line-height: 1.2em;
    font-size: 14px;
    font-size: 0.875rem;
}

.filter-list a {
    text-decoration: none;
    color: #595959;
}

.filter-list li {
    margin: .7em 0;
    list-style-type: none;
}

.filter-list li .selected {
    border-radius: 3px;
    padding: 5.3333333333px 8px;
    border: 1px solid #d2ac15;
    margin-left: -16px;
    padding-left: 16px;
}

.filter-list li.parent {
    margin-left: -10.6666666667px;
}

.filter-list li.parent.active > .list-parent-title .icon::before, .filter-list li.parent.toggled > .list-parent-title .icon::before {
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.filter-list li.parent.active > ul, .filter-list li.parent.toggled > ul {
    display: block;
}

.filter-list li.parent ul {
    padding-left: 24px;
    display: none;
}

.filter-list li .list-parent-title {
    cursor: pointer;
}

.filter-list.filter-active li.parent.active > ul > img.loader {
    display: none;
}

img.loader {
    width: 16px;
    margin: 16px auto;
}

.toc {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 1em 2em;
    margin: 2em 0;
}

.toc a {
    text-decoration: none;
}

.toc ol {
    margin: 0 0 0;
    padding: 0;
    counter-reset: item;
}

.toc ol li {
    margin: .5em 0;
    display: block;
}

.toc ol li::before {
    content: counters(item, ".") " ";
    counter-increment: item;
    font-size: 12px;
    font-size: 0.75rem;
}

.toc ol li ol {
    margin: 0;
    padding-left: 1em;
}

.toc-title {
    margin-left: 1em;
    color: #808080;
}

.breadcrumb {
    background: #064a8b;
    color: #fff;
    font-size: 12.8px;
    font-size: 0.8rem;
}

.breadcrumb .container {
    padding: 5px 16px;
}

.breadcrumb a {
    color: #fff;
    text-decoration: none;
}

.slideshow {
    margin: 1em auto;
    background: #555557;
}

.slideshow .slide {
    width: 100%;
    display: none;
}

.slideshow .slide:first-child {
    display: block;
}

.slideshow .slide .slide-bg {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.slideshow .slide h2 {
    font-weight: normal;
    margin: 0;
}

.slideshow .slide h2 a {
    color: #fff;
}

.slideshow .slide p,
.slideshow .slide .excerpt {
    color: #fff;
}

.slideshow .slide .slide-content {
    position: relative;
    width: 100%;
}

.slideshow .pager {
    text-align: center;
    color: #808080;
    font-size: 32px;
    font-size: 2rem;
}

.slideshow .pager span {
    padding: .1em;
}

.slideshow .pager span.cycle-pager-active {
    color: #fff;
}

.slideshow .slides-nav {
    display: none;
}

.list-entry {
    padding: 1.5em 0;
}

.list-entry .image {
    visibility: hidden;
    max-width: 0;
    max-height: 0;
}

.list-entry h2 {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: normal;
    margin: .2em 0;
}

.list-entry h2 a,
.list-entry h2 a:visited {
    color: #027AC6;
}

.list-entry h2 a:hover {
    color: #036;
}

.list-entry .excerpt {
    border-top: 2px solid #ccc;
    padding-top: 8px;
    margin-top: 8px;
    font-size: 12px;
    font-size: 0.75rem;
    color: #808080;
}

.list-entry .excerpt p {
    margin: 0;
}

.slideshow .slide p.date,
.date {
    color: #808080;
    font-size: 10px;
    font-size: 0.625rem;
    margin: 0;
}

.slideshow .slide p.category,
.category,
.category:visited {
    color: #d2ac15;
    text-decoration: none;
    font-size: 12px;
    font-size: 0.75rem;
}

.documents {
    padding-left: 0;
    padding-right: 0;
}

.documents .list-entry {
    padding: 1em;
}

.documentation-icon {
    display: block;
    width: 200px;
    height: 200px;
    border: 1px solid #ccc;
    border-radius: 5px;
    position: relative;
    background: #ffffff;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(-90deg, #ffffff, #f1f1f1);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(-90deg, #ffffff, #f1f1f1);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(-90deg, #ffffff, #f1f1f1);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(-90deg, #ffffff, #f1f1f1);
    /* Standard syntax */
    margin: 0 auto;
    left: -5px;
}

.documentation-icon::before {
    content: '\f121';
    font-family: 'esco-font-icons';
    position: absolute;
    font-size: 64px;
    font-size: 4rem;
    font-weight: bold;
    top: 20%;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #d2ac15;
    text-shadow: 1px 1px 1px #fff;
}

.documentation-icon::after {
    content: '';
    display: block;
    height: 98%;
    width: 100%;
    position: absolute;
    right: -5px;
    top: 1%;
    background: #d2ac15;
    z-index: -1;
    border-radius: 5px;
    box-shadow: 5px 5px 26px rgba(0, 0, 0, 0.2);
}

.documentation-icon h2 {
    position: absolute;
    bottom: 0;
    padding: 16px;
    text-align: center;
    font-size: 16px;
    font-size: 1rem;
    width: 100%;
}

.documentation-icon h2 a {
    color: #000;
    text-decoration: none;
    display: block;
}

.documentation {
    padding-left: 0;
    padding-right: 0;
}

.documentation .excerpt {
    border: 0;
    padding: 16px;
    max-width: 360px;
    margin: 0 auto;
}

.documentation .list-entry a,
.documentation .list-entry h2 a {
    color: #000;
}

.intro h2 {
    font-size: 24px;
    font-size: 1.5rem;
}

.intro a {
    color: #595959;
}

.pillars {
    margin: 2em 0;
    position: relative;
    text-align: center;
}

.pillars::before, .pillars::after {
    content: '';
    display: block;
    background: url(https://ec.europa.eu/esco/portal/static_resource2/images/border-bg.png) 0px 0px repeat-x;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 10px;
}

.pillars::before {
    top: .5em;
}

.pillars::after {
    bottom: 0;
}

.pillars h2 {
    text-align: center;
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
    color: #808080;
    background: #fff;
    display: inline-block;
    margin: 0 auto;
    padding: 0 .5em;
}

.pillars .pillar {
    text-align: center;
    padding: 1em 0;
}

.pillars .pillar .calls-container {
    position: relative;
}

.pillars .pillar .calls-container .title {
    font-size: 32px;
    font-size: 2rem;
    color: #0065a2;
    position: absolute;
    top: 0;
    margin: 0;
    width: 100%;
    text-align: center;
    display: none;
}

.pillars .pillar .calls-container .call {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: bold;
    color: #027AC6;
    margin: 1em;
    display: block;
}

.pillars .pillar .graphics-container {
    width: 120px;
    margin: 0 auto;
    position: relative;
}

.pillars .pillar .graphics-container .rhombus {
    position: absolute;
    left: 0;
}

.pillars .pillar .graphics-container .background-color {
    display: none;
}

.pillars .pillar.first .rhombus {
    top: 0;
}

.pillars .pillar.second .rhombus {
    top: 35px;
}

.pillars .pillar.third .rhombus {
    bottom: 0;
}

.single-container {
    padding: 16px 0;
}

.mobile-show-sidebar .single-main-content {
    display: none;
}

.single-main-content {
    position: relative;
    padding: 0;
}

.single-main-content h1 {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: normal;
    margin: 0;
}

.single-main-content .content-container {
    padding: 16px;
    font-size: 16px;
    font-size: 1rem;
}

.single-main-content .content-container img {
    max-width: 100%;
    height: auto;
}

.single-main-content .content-container iframe {
    width: 100%;
}

.download .single-main-content.mappings-content-container {
    box-shadow: none;
    margin-top: 0;
}

.download .single-main-content.mappings-content-container .content-container {
    margin-top: 0;
    padding-top: 0;
    font-size: 14px;
    font-size: 0.875rem;
    color: #000;
}

.featured-image {
    display: flex;
    justify-content: center;
    margin: 0;
    position: relative;
    top: -0.1em;
}

.featured-image img {
    max-width: 100%;
}

.escopedia {
    color: #000;
}

.escopedia .article-header {
    text-align: center;
}

.escopedia .article-header h1 {
    padding: 32px 16px;
    font-size: 32px;
    font-size: 2rem;
    letter-spacing: 6px;
}

.escopedia .article-header::before {
    content: '';
    display: block;
    background: url(https://ec.europa.eu/esco/portal/static_resource2/images/border-bg.png) 0px 0px repeat-x;
    position: absolute;
    width: 100%;
    height: 10px;
}

.escopedia .content-container {
    font-size: 14px;
    font-size: 0.875rem;
}

.escopedia .content-container h2,
.escopedia .content-container h3 {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: normal;
}

.escopedia .content-container ul {
    margin: 0;
    padding: 0 1em;
}

.escopedia .content-container a {
    color: #000;
}

.escopedia.escopedia-article .article-header {
    text-align: left;
    margin-top: 0;
}

.escopedia.escopedia-article .article-header::before {
    display: none;
}

.escopedia.escopedia-article .article-header h1 {
    letter-spacing: 0;
    padding: 0;
    font-size: 24px;
    font-size: 1.5rem;
}

.escopedia.escopedia-article .content-container {
    font-size: 12px;
    font-size: 0.75rem;
}

.escopedia.escopedia-article .content-container h2 {
    font-size: 16px;
    font-size: 1rem;
}

.article-header {
    position: relative;
    background: #fff;
    z-index: 1;
}

.article-header .container {
    padding: 16px;
}

.article-header::after {
    content: '';
    display: block;
    background: url(https://ec.europa.eu/esco/portal/static_resource2/images/border-bg.png) 0px 0px repeat-x;
    position: absolute;
    width: 100%;
    height: 10px;
}

.content-container .highlight {
    padding: 1em;
    font-style: italic;
    color: #808080;
}

.content-container .highlight a {
    color: #808080;
}

.header-solid {
    margin-top: 2em;
    background: #ebcc51;
}

.header-solid h1 {
    font-weight: bold;
    color: #0065a2;
    font-size: 32px;
    font-size: 2rem;
    text-align: center;
    max-width: 420px;
}

.header-solid.large h1 {
    margin: 2.5em 0;
}

.header-solid.small {
    float: left;
    width: 100%;
}

.header-solid.small h1 {
    margin: 32px;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: normal;
    text-align: left;
    color: #000;
}

.header-solid.small .article-tools {
    top: .5em;
    padding-left: 32px;
}

.header-solid.small .article-tools .actions a {
    padding-right: 16px;
}

.article-tools {
    position: absolute;
    top: -0.5em;
    width: 100%;
}

.article-tools .actions {
    position: absolute;
    left: 8px;
}

.article-tools .actions a {
    color: #0065a2;
    text-decoration: none;
    font-size: 22.4px;
    font-size: 1.4rem;
    cursor: pointer;
}

.article-tools .actions a .icon {
    display: inline-block;
    -webkit-transition: transform 0.2s cubic-bezier(0.68, 0, 0.265, 1.55);
    -moz-transition: transform 0.2s cubic-bezier(0.68, 0, 0.265, 1.55);
    -o-transition: transform 0.2s cubic-bezier(0.68, 0, 0.265, 1.55);
    transition: transform 0.2s cubic-bezier(0.68, 0, 0.265, 1.55);
}

.article-tools .actions a:hover .icon {
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.article-tools .dropdown-container {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 200px;
}

.article-tools .dropdown-container .dropdown {
    margin: 0;
}

.tags {
    font-size: 14px;
    font-size: 0.875rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

.tags a {
    background: #f2f2f2;
    padding: 8px 16px;
    display: inline-block;
    color: #000;
    text-decoration: none;
    border-radius: 3px;
    font-weight: bold;
    text-transform: uppercase;
}

.tags a sup {
    font-style: italic;
    font-weight: 100;
}

.tags li {
    padding: 8px 0;
    display: inline-block;
    width: 100%;
    float: left;
}

.views {
    padding-top: 1em;
}

.views .view .label {
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    color: #0065a2;
}

.views .view .label .icon {
    font-size: 19.2px;
    font-size: 1.2rem;
}

.views .view ul {
    margin: 0;
    padding: 0 .5em;
    list-style-type: none;
}

.views .view ul a {
    color: #000;
    text-decoration: none;
}

.views .view ul li::before {
    content: '\2014';
    padding-right: .5em;
}

.checkbox-container {
    position: absolute;
    top: 16px;
    right: 16px;
}

.checkbox-container .selector {
    color: #0065a2;
    cursor: pointer;
}

.checkbox-container .selector .icon {
    font-size: 20px;
    font-size: 1.25rem;
}

.checkbox-container.active form {
    display: block;
}

.checkbox-container form {
    display: none;
    top: -1em;
    background: #fff;
    padding: 16px;
    position: absolute;
    min-width: 160px;
    right: 0;
    border-radius: 3px;
    box-shadow: 2px 10px 24px rgba(0, 0, 0, 0.2);
}

.checkbox-container form p {
    position: relative;
}

.checkbox-container form input[type="checkbox"] {
    position: absolute;
    right: 0;
}

.checkbox-container form input[type="checkbox"]:checked + label:after {
    content: '\e809';
    font-family: 'esco-font-icons';
    position: absolute;
    right: 0;
    z-index: 99;
    font-size: 22.4px;
    font-size: 1.4rem;
    top: -5px;
}

.checkbox-container form input[type="checkbox"]:disabled + label {
    color: #808080;
    cursor: default;
}

.checkbox-container form input[type="checkbox"] + label {
    width: 100%;
    display: block;
    position: relative;
    text-align: right;
    padding-right: 24px;
    color: #0073b8;
    cursor: pointer;
}

.checkbox-container form input[type="checkbox"] + label:before {
    content: '';
    background: #fff;
    width: 24px;
    height: 24px;
    display: block;
    left: auto;
    right: 0;
    position: absolute;
}

.occupations p {
    font-size: 14px;
    font-size: 0.875rem;
}

.single-main-content .dropdown {
    right: 20px;
    z-index: 99;
}

.occupations-intro {
    padding: 0 0 16px 0;
    margin-bottom: 16px;
    border-bottom: 2px solid #ebcc51;
}

.occupations-intro .number,
.occupations-intro .label {
    text-align: center;
    font-weight: bold;
    color: #0065a2;
}

.occupations-intro .number {
    font-size: 65px;
    font-size: 4.0625rem;
    line-height: 1em;
}

.occupations-intro .label {
    font-size: 27px;
    font-size: 1.6875rem;
}

.content-block {
    border-bottom: 2px solid #ebcc51;
    padding-bottom: 1em;
}

.condensed .single-main-content .content-container,
.fullview .single-main-content .content-container {
    clear: both;
}

.condensed .single-main-content .content-container h2,
.fullview .single-main-content .content-container h2 {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: normal;
    color: #808080;
    margin: 1em 0 0 0;
}

.condensed .single-main-content .content-container p,
.condensed .single-main-content .content-container a,
.fullview .single-main-content .content-container p,
.fullview .single-main-content .content-container a {
    font-size: 14px;
    font-size: 0.875rem;
    color: #000;
}

.condensed .single-main-content .content-container ul,
.fullview .single-main-content .content-container ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.fullview .header-solid.small .article-tools {
    top: -0.5em;
}

.occupation-section {
    overflow: hidden;
    position: relative;
}

.occupation-section p.expand {
    display: none;
}

.occupation-section.retracted::before {
    content: '';
    position: absolute;
    bottom: 22px;
    left: 0;
    display: block;
    width: 100%;
    height: 90px;
    background: transparent;
    /* Old browsers */
    background: -moz-linear-gradient(top, transparent 0%, #ffffff 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, #ffffff));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, transparent 0%, #ffffff 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, transparent 0%, #ffffff 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, transparent 0%, #ffffff 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, transparent 0%, #ffffff 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$ top, endColorstr=$ bottom, GradientType=0);
    /* IE6-9 */
}

.occupation-section.retracted p.expand {
    display: block;
    position: absolute;
    bottom: 0;
    font-size: 22.4px;
    font-size: 1.4rem;
    line-height: 1em;
    margin: 0;
    width: 100%;
    background: #fff;
    cursor: pointer;
}

.mappings {
    float: left;
    width: 100%;
    margin-top: .5em;
    padding: 16px;
}

.mappings .dropdown-container {
    position: relative;
    float: left;
    width: 100%;
    height: 4em;
    border-bottom: 2px solid #ffd42c;
    margin-bottom: 1em;
}

.mappings .dropdown-container .dropdown {
    right: auto;
    left: 0;
}

.mappings .dropdown-container .dropdown dd ul li {
    text-align: left;
    padding-right: 0;
    padding-left: 1em;
}

.mappings .dropdown-container .dropdown dd ul li.selected::after {
    right: auto;
    left: 0;
}

.mappings .dropdown-container .dropdown dt a span.active-option {
    padding-left: 2em;
}

.mappings .dropdown-container .dropdown dt a span.icon {
    position: absolute;
    top: -4px;
    left: 0;
}

.mappings p {
    float: left;
    width: 100%;
    color: #000;
}

.versions {
    box-shadow: 1px 1px 66px rgba(0, 0, 0, 0.3);
    margin-top: 2em;
}

.versions .article-tools {
    z-index: 9;
    left: 0;
    top: -2.5em;
}

.versions .filter-input label::after {
    display: none;
}

.versions .list-title {
    font-weight: normal;
    margin-left: 40px;
}

.versions .list-title.selected {
    margin-left: 48px;
    padding: 8px;
}

.versions .filter-list {
    border-top: 1px solid #ccc;
    margin-top: .5em;
    padding-left: 48px;
}

.versions .filter-list a {
    color: #000;
}

.versions .filter-list .selected {
    padding-left: 8px;
    margin-left: 0;
}

.versions .article-header::after {
    display: none;
}

.versions .article-header .container {
    padding: 0;
}

.versions .article-header h1 {
    color: #000;
    padding: 16px;
    border-bottom: 2px solid #ffd42c;
}

.versions .article-header .description {
    padding: 16px;
}

.versions .content-container.version {
    font-size: 12px;
    font-size: 0.75rem;
    color: #000;
}

.versions .content-container.version h2 {
    font-size: 12px;
    font-size: 0.75rem;
    color: #808080;
    font-weight: normal;
    margin-top: 1em;
    margin-bottom: 0;
}

.versions .content-container.version p.value {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 0;
}

table {
    width: 100%;
}

table.wikitable tr:first-child,
table thead {
    font-style: italic;
    border-bottom: 2px solid #0073b8;
}

table.wikitable tr:first-child th,
table thead th {
    color: #0073b8;
    font-size: 16px;
    font-size: 1rem;
}

table tr {
    text-align: center;
    color: #000;
}

table tr td {
    padding: 1em;
    font-size: 15px;
    font-size: 0.9375rem;
}

table tr td:first-child {
    text-align: left;
    font-size: 12px;
    font-size: 0.75rem;
}

table tr td .icon {
    font-size: 18px;
    font-size: 1.125rem;
}

table tr:nth-child(even) {
    background: #f2f2f2;
}

table.wikitable {
    display: block;
    margin: 16px 0;
    overflow-y: hidden;
}

.filter-select-container {
    float: left;
    width: 100%;
    border-bottom: 2px solid #ffd42c;
    margin-bottom: 1em;
}

.filter-select-container .dropdown-container {
    position: relative;
}

.filter-select-container .dropdown {
    position: relative;
    margin: 8px 16px;
}

.filter-select-container .dropdown dt a span.icon {
    float: left;
}

.filter-select-container .dropdown dt a span.active-option {
    line-height: 1.4em;
    display: inline-block;
    margin: .2em 0;
}

.filter-select-container .dropdown dd ul {
    right: auto;
    left: 0;
}

.download .article-header::after {
    display: none;
}

.download .article-header .container {
    padding: 0;
}

.download .article-header h2 {
    color: #000;
    padding: 16px;
    border-bottom: 2px solid #ffd42c;
    font-size: 19.2px;
    font-size: 1.2rem;
    font-weight: normal;
}

.download .article-header .dropdown {
    right: 16px;
    top: 0;
}

.download .article-header .dropdown .active-option {
    display: none;
}

.download .icon-logout::before {
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.download .single-main-content {
    box-shadow: 1px 1px 66px rgba(0, 0, 0, 0.3);
    margin-top: 2.5em;
}

.download .button-container {
    text-align: center;
}

.download .button {
    border: 0;
    padding: 16px;
    display: inline-block;
    margin: 1em auto;
    background: #0065a2;
    color: #fff;
    border-radius: 4px;
    min-width: 280px;
    text-align: center;
    width: 0;
    font-size: 18px;
    font-size: 1.125rem;
    border-bottom: 3px solid #004e7d;
}

.download .button:hover {
    background: #004e7d;
}

.download .button:disabled {
    background: #808080;
    border-color: #4d4d4d;
}

.downloads-list {
    float: left;
    width: 100%;
    margin: 0;
    padding: 16px;
    list-style-type: none;
}

.downloads-list li {
    background: #f2f2f2;
    float: left;
    width: 100%;
    display: block;
    padding: 16px 0;
    margin-bottom: .3em;
    border-radius: 3px;
}

.downloads-list li.bundle {
    background: #e5e5e5;
}

.downloads-list li.bundle > .download-container {
    margin-bottom: 16px;
}

.downloads-list li ul {
    list-style-type: none;
    margin: 0;
    padding: 16px;
}

.downloads-list li ul li {
    float: left;
    width: 100%;
}

.downloads-list li ul li .download-content {
    width: 100%;
}

.downloads-list li h3 {
    font-weight: normal;
    font-size: 16px;
    font-size: 1rem;
}

.downloads-list li h3 a {
    color: #000;
    text-decoration: none;
}

.downloads-list li p {
    font-size: 12px;
    font-size: 0.75rem;
}

.downloads-list .download-container {
    position: relative;
    float: left;
    width: 100%;
}

.downloads-list .download-content {
    width: calc(100% - 45px);
    display: inline-block;
    float: left;
    padding: 0 16px;
}

.downloads-list .actions {
    width: 45px;
    display: inline-block;
    float: right;
    text-align: center;
    color: #0dbc00;
    font-size: 20px;
    font-size: 1.25rem;
    border-left: 2px solid #fff;
    height: 100%;
    position: absolute;
}

.downloads-list .actions .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.downloads-list .actions .icon::before {
    content: '\e813';
    font-family: 'esco-font-icons';
}

.downloads-list.downloads-selected .actions .icon::before {
    color: #808080;
    content: '\e814';
}

.sidebar .downloads-list li.dl-selected {
    display: none;
    opacity: 0;
    height: 0;
    padding: 0;
}

.download-version-selection {
    position: relative;
    max-width: 110px;
    border-top: 2px solid #fff;
}

.download-version-selection .dropdown {
    padding-left: 8px;
    position: relative;
    text-align: center;
}

.download-version-selection .dropdown dt a span {
    font-size: 14px;
    font-size: 0.875rem;
}

.download-version-selection .dropdown dd ul {
    min-width: 160px;
}

.download-version-selection .dropdown dd ul li {
    background: #fff;
    padding: 0 1em 0 0;
}

.download .widget.filter .downloads-list .download-item {
    opacity: 0;
    visibility: hidden;
    height: 0;
    padding: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    margin: 0;
}

.download .widget.filter .downloads-list .download-item.active {
    margin-bottom: .3em;
    opacity: 1;
    visibility: visible;
    height: auto;
    padding: 16px 0;
}

.download .widget.filter .downloads-list .downloads-message {
    display: none;
}

.download .widget.filter .downloads-list .downloads-message.active {
    display: block;
}

.privacy-statement form {
    margin-top: 2em;
}

.privacy-statement form .dropdown {
    position: relative;
}

.privacy-statement form .dropdown .icon-select {
    float: left;
    margin-top: -3px;
}

.privacy-statement form .dropdown dd ul {
    right: auto;
    left: 0;
}

.privacy-statement form .dropdown dd ul li {
    text-align: left;
    padding-right: 0;
    padding-left: 1em;
}

.privacy-statement form .dropdown dd ul li.selected::after {
    right: auto;
    left: 0;
}

.privacy-statement form .email label,
.privacy-statement form .label {
    display: block;
    color: #808080;
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 0;
    margin-top: 16px;
}

.privacy-statement form .checkbox {
    position: relative;
}

.privacy-statement form .checkbox label {
    font-size: 14px;
    font-size: 0.875rem;
    padding-left: .3em;
    cursor: pointer;
}

.privacy-statement form .checkbox input[type="checkbox"] {
    position: relative;
    opacity: 0;
}

.privacy-statement form .checkbox input[type="checkbox"] + label::before {
    content: '';
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    background: #ccc;
    border-radius: 50%;
    left: 0;
    top: 2px;
}

.privacy-statement form .checkbox input[type="checkbox"]:checked {
    background: black;
}

.privacy-statement form .checkbox input[type="checkbox"]:checked + label::before {
    content: '\e809';
    font-family: 'esco-font-icons';
    background: #0065a2;
    color: #fff;
    text-align: center;
}

.privacy-statement form .email {
    margin-bottom: 1em;
}

.privacy-statement form input[type="text"],
.privacy-statement form input[type="email"],
.privacy-statement form textarea {
    border: 0;
    border-bottom: 2px solid #ccc;
    width: 100%;
    outline: none;
}

.privacy-statement form input[type="text"]:active, .privacy-statement form input[type="text"]:focus,
.privacy-statement form input[type="email"]:active,
.privacy-statement form input[type="email"]:focus,
.privacy-statement form textarea:active,
.privacy-statement form textarea:focus {
    border-color: #0065a2;
}

.privacy-statement form input[type="submit"] {
    display: block;
    margin: 2em auto;
}

.privacy-statement .single-main-content {
    box-shadow: none;
    background: transparent;
    color: #000;
}

.privacy-statement .single-main-content .article-header {
    margin: 0;
    padding: 0;
    background: transparent;
}

.privacy-statement .single-main-content .article-header h1 {
    padding-top: 0;
}

.package-list {
    border-radius: 3px;
    padding: 16px;
    background: #fff;
    box-shadow: 1px 1px 66px rgba(0, 0, 0, 0.3);
    float: left;
}

.package-list .downloads-list .download-content {
    width: 100%;
}

.package-list .downloads-list .download-content h3 {
    margin-top: 0;
}

.package-list h2 {
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
}

.api {
    color: #000;
}

.api .filter-list li .selected {
    padding-left: 8px;
}

.api .article-header::after {
    display: none;
}

.api .article-header .container {
    padding: 0;
}

.api .article-header h1 {
    color: #000;
    padding: 16px;
    border-bottom: 2px solid #ffd42c;
}

.api .article-header .description {
    padding: 16px;
}

.api .api-description,
.api h2 {
    padding: 0 32px;
}

.api .label {
    color: #808080;
}

.api h2 {
    font-weight: normal;
    font-size: 20px;
    font-size: 1.25rem;
}

.api a {
    text-decoration: none;
}

.api .api-summary table th,
.api .api-summary table td {
    padding: 8px;
    text-align: left;
}

.api .api-summary table thead tr th {
    background: #ccc;
    color: #fff;
    font-weight: normal;
}

.api .api-summary table tbody tr:nth-child(odd) {
    background: #f2f2f2;
}

.api .api-paths h2 {
    padding-top: 2em;
    padding-bottom: 0;
}

.api .get,
.api .delete {
    border-top: 2px solid #ccc;
    margin-top: 1em;
    padding: 0 16px;
}

.api .get > div,
.api .delete > div {
    padding: 8px 0;
}

.api .get .content p,
.api .delete .content p {
    margin: 0;
}

.api .get .content .label,
.api .delete .content .label {
    margin-top: 1em;
    margin-bottom: 0;
}

.api .get .label,
.api .delete .label {
    font-size: 12px;
    font-size: 0.75rem;
}

.api .get .content {
    border-top: 2px dotted #027AC6;
}

.api .delete {
    border-bottom: 2px solid #ccc;
    margin-bottom: 4em;
    padding-bottom: 2em;
}

.api .delete .content {
    border-top: 2px dotted red;
}

.search-results {
    max-width: 660px;
    margin: 0 auto;
}

.search-results .container {
    padding: 0;
}

.search-results .search-params {
    box-shadow: 1px 1px 66px rgba(0, 0, 0, 0.3);
    margin: 0 0 1em 0;
}

.search-results .search-params .search-query {
    font-weight: normal;
    font-size: 18px;
    font-size: 1.125rem;
    margin: 0;
    border: 0;
    outline: none;
    width: 100%;
    padding: 16px;
    box-sizing: border-box;
    border-radius: 5px;
}

.search-results .search-params .dropdown {
    top: 0;
    right: 16px;
}

.search-results .search-params .dropdown .active-option {
    display: none;
}

.search-results .tabs {
    margin: 16px 0;
    padding: 0;
    width: 100%;
    list-style: none;
    float: left;
}

.search-results .tabs li {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    padding: 4px;
}

.search-results .tabs li.active a {
    background: #d2ac15;
    color: #fff;
}

.search-results .tabs li a {
    border-radius: 4px;
    padding: 8px 16px;
    border: 2px solid #d2ac15;
    display: block;
    color: #d2ac15;
    text-decoration: none;
}

.search-results-list .search-results-item {
    border-bottom: 2px solid #f2f2f2;
    padding: 16px;
}

.search-results-list .search-results-item h2 {
    margin: 0;
    font-weight: normal;
    font-size: 18px;
    font-size: 1.125rem;
}

.search-results-list .search-results-item h2 a {
    text-decoration: none;
    color: #000;
}

.search-results-list .search-results-item .category {
    font-size: 10px;
    font-size: 0.625rem;
    margin: 0;
}

.search-results-list .search-results-item:nth-last-child(1) {
    border-bottom: 0;
}

.search-results-list .search-results-item .excerpt {
    color: #9a9a9a;
    margin-left: 16px;
}

.search-results-list .search-results-item .excerpt .highlight {
    color: #000;
}

.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    box-sizing: border-box;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    max-width: 100%;
    padding: 10px;
    list-style: none;
    background-color: #ffffff;
    border-color: #ddd;
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}

.ui-menu-item-wrapper {
    padding: 8px 16px;
}

.ui-menu-item > a {
    display: block;
    padding: 8px 16px !important;
    clear: both;
    font-weight: normal;
    line-height: 1em;
    color: #555555;
    white-space: nowrap;
    text-decoration: none;
}

.ui-state-hover, .ui-state-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}

h1.smaller {
    font-size: 20px !important;
}

.error {
    text-align: center;
}

.error .error-code {
    font-size: 96px;
    font-size: 6rem;
    line-height: 0;
    font-weight: bold;
    padding: 16px;
}

.error h2 {
    font-size: 25.6px;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.2em;
}

.error .error-details {
    max-width: 640px;
    margin: 2em auto 2em auto;
    border-bottom: 1px solid;
    padding-bottom: 2em;
}

.message,
.message-error {
    margin: 0 auto 2em auto;
    display: block;
    max-width: 400px;
    padding: 1em;
    text-align: center;
    clear: both;
}

.message {
    border: 1px solid #ffd42c;
    color: #004e7d;
}

.message-error {
    border: 1px solid red;
    color: red;
}

.contact-container {
    margin-bottom: 120px;
}

.contact-container .content-container {
    position: relative;
}

.contact-container .content-container p,
.contact-container .content-container ul {
    font-size: 14.4px;
    font-size: 0.9rem;
    color: #808080;
}

.contact-container .content-container form .label,
.contact-container .content-container form .contact-message {
    padding-top: 16px;
}

.contact-container .content-container form .label label,
.contact-container .content-container form .contact-message label {
    clear: both;
    color: #000;
    display: block;
    padding-left: 16px;
}

.contact-container .content-container form input,
.contact-container .content-container form textarea {
    background: #f2f2f2;
    border: none;
    padding: 16px;
    width: 100%;
}

.contact-container .content-container form .dropdown-container {
    position: relative;
}

.contact-container .content-container form .dropdown-container .dropdown {
    position: relative;
}

.contact-container .content-container form .dropdown-container .dropdown dd ul {
    right: auto;
    left: 0;
}

.contact-container .content-container form input[type="submit"] {
    position: absolute;
    bottom: -120px;
    height: 60px;
    background: #0073b8;
    color: #fff;
    border-radius: 5px;
    max-width: 300px;
    padding: 16px;
    display: inline-block;
    border-bottom: 3px solid #004e7d;
}

.contact-container .content-container .mandatory {
    text-align: right;
}

.contact-container .count {
    font-size: 12.8px;
    font-size: 0.8rem;
    color: #808080;
    text-align: right;
}

.contact-container .count > span {
    color: #0073b8;
}

.contact-tabs ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.contact-tabs ul li {
    border-bottom: 2px solid #ffd42c;
}

.contact-tabs ul li a {
    padding: 16px;
    display: block;
    color: #0065a2;
    text-decoration: none;
}

img.loader.big {
    margin: 0 auto;
    display: block;
    padding: 4em 2em;
    width: 32px;
}

/* CAPTCHA */
.captcha {
    float: left;
    width: 100%;
    padding: 16px 0 64px 0;
}

.captchaImg {
    margin-right: 5px;
    float: left;
    vertical-align: top;
    width: 215px;
    height: 80px;
    border: none;
}

.captchaImgRefresh, .captchaImgReadAudio, .captchaObject {
    border: 0;
    height: 22px;
    width: 22px;
    margin: -6px 0 0 -1px;
}

.captchaImgReadAudioLoading {
    border: 1px solid #999;
    height: 36px;
    width: 36px;
    margin-bottom: 5px;
    background-color: #fff;
}

.captchaObject {
    height: 0;
    width: 0;
}

a.captchaRefresh, a.captchaReadAudio {
    border-style: none;
    overflow: hidden;
    width: 20px;
    height: 20px;
    float: left;
    margin: 0 0 10px 8px;
    cursor: pointer;
}

a.captchaReadAudio {
    margin-top: 15px;
}

.captchaContainer {
    display: block;
    overflow: auto;
    float: left;
}

.captchaOffScreen {
    left: -9999px;
    top: -9999px;
    position: absolute;
}

.captchaConfirmation {
    display: block;
    float: right;
    overflow: auto;
    box-sizing: border-box;
}

.captchaConfirmation label {
    font-size: 12.8px;
    font-size: 0.8rem;
}

.aui-toolbar-content {
    display: none;
}

.tooltip {
    display: block;
    position: absolute;
    max-width: 240px;
    background: #fff;
    padding: 10.6666666667px 16px;
    border-radius: 6px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
    font-size: 12px;
    font-size: 0.75rem;
    color: #b3b3b3;
    word-wrap: break-word;
}

.tooltip::before, .tooltip::after {
    content: '';
    width: 12px;
    position: absolute;
    background: #fff;
}

.tooltip::before {
    top: 12px;
    height: 12px;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: -6px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
}

.tooltip::after {
    top: 0;
    height: 100%;
    left: 0;
    border-radius: 6px;
}

.tooltip.inner::before {
    left: auto;
    right: -6px;
}

.tooltip.inner::after {
    left: auto;
    right: 0;
}

.qualifications .filter-select-container .dropdown dd ul,
.qualification .filter-select-container .dropdown dd ul {
    z-index: 9999;
}

.qualifications .dropdown dt a span.active-option,
.qualification .dropdown dt a span.active-option {
    padding-left: 35px;
}

.qualifications .filter-select-container .dropdown dt a span.icon,
.qualification .filter-select-container .dropdown dt a span.icon {
    position: absolute;
    left: 0;
}

.qualifications .content-container p,
.qualifications .content-container ul li {
    font-size: 14px;
    font-size: 0.875rem;
}

.qualifications .occupations-intro span.label {
    font-size: 20.8px;
    font-size: 1.3rem;
}

.qualifications .occupations-intro span.number.digits-5 {
    font-size: 44.8px;
    font-size: 2.8rem;
}

@media all and (min-width: 992px) {
    .qualifications .download .article-tools .actions {
        right: -2.5em;
    }

    .qualifications > .grid > .grid__col-md-8 {
        padding: 0;
    }

    .qualifications > .grid > .grid__col-md-8 .single-main-content {
        width: calc(100% - 3em);
    }

    .qualifications > .grid > .grid__col-md-8 .single-main-content .dropdown {
        right: 0;
    }
}

.events .list-event h2 {
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
    margin-bottom: 0;
}

.events .list-event a {
    color: #000;
    text-decoration: none;
}

.events .list-event .figure {
    position: relative;
}

.events .list-event .figure img {
    width: 100%;
}

.events .list-event .figure.video::before {
    content: '';
    width: 80px;
    height: 55px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url("https://ec.europa.eu/esco/portal/static_resource2/images/play.png");
    pointer-events: none;
}

.event-single .single-main-content .content-container {
    padding-top: 32px;
}

.event-single.has-video .single-main-content .content-container {
    padding: 0;
}

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

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

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

.mfp-hide {
    display: none !important;
}

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

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

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

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

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

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

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

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

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

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

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

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

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

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

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

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

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

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

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

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

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
         * Remove all paddings around the image on small screen
         */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.image-source-link {
    color: #98C3D1;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    /* ideally, transition speed should match zoom duration */
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

.gallery-item {
    padding: 16px;
    margin: 0;
    box-sizing: border-box;
    text-align: center;
}

.gallery-item a {
    outline: none;
}

.site-footer .container {
    max-width: 600px;
}

.site-footer p {
    text-align: center;
    margin: 0;
    font-size: 10px;
    font-size: 0.625rem;
}

.site-footer a {
    color: #808080;
}

/* ==========================================================================
   Breakpoints
   ========================================================================== */
*[class*="visible__"] {
    display: none;
}

@media all and (min-width: 992px) {
    .visible__md {
        display: inherit;
    }

    .hidden__md {
        display: none;
    }

    .slideshow {
        padding: 0;
        border-radius: 5px;
        overflow: hidden;
        height: 310px;
        box-shadow: 1px 1px 66px rgba(0, 0, 0, 0.6);
    }

    .slideshow .slide {
        height: 310px;
    }

    .slideshow .slide .slide-bg {
        display: block;
        position: absolute;
        left: 0;
    }

    .slideshow .slide .slide-content {
        max-width: 66.666%;
        position: absolute;
        top: 50%;
        left: 3em;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .slideshow .pager {
        position: absolute;
        bottom: 0;
        z-index: 9999;
        width: 100%;
    }

    .slideshow .pager > span {
        cursor: pointer;
    }

    .slideshow:hover .slides-nav {
        display: block;
    }

    .slideshow:hover .slides-nav > span {
        position: absolute;
        z-index: 9999;
        top: 46%;
        cursor: pointer;
        color: #fff;
        font-size: 24px;
        font-size: 1.5rem;
    }

    .slideshow:hover .slides-nav > span#next {
        right: 0;
    }

    .recent {
        padding: 1em 0;
    }

    .list-entry .image {
        visibility: visible;
        max-width: 112px;
        max-height: none;
        padding-right: 16px;
    }

    .list-entry .content {
        padding-right: 16px;
    }

    .pillars {
        height: 300px;
    }

    .pillars .pillar {
        width: 33.333%;
        display: inline-block;
        float: left;
    }

    .pillars.animate .pillar {
        position: absolute;
        left: 33.333%;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    .pillars.animate .pillar .background {
        opacity: 0;
    }

    .pillars.animate .pillar .background-color {
        position: absolute;
        top: 0;
        display: block;
    }

    .pillars.animate .pillar .calls-container .title {
        display: block;
    }

    .pillars.animate .pillar .calls-container .call {
        opacity: 0;
    }

    .pillars.animate.execute .pillar .call {
        -webkit-animation: animate-calls 1s 3.5s 1 forwards;
        -moz-animation: animate-calls 1s 3.5s 1 forwards;
        -o-animation: animate-calls 1s 3.5s 1 forwards;
        animation: animate-calls 1s 3.5s 1 forwards;
    }

    .pillars.animate.execute .pillar .background {
        -webkit-animation: animate-pillars-bg 1s 2.5s 1 forwards;
        -moz-animation: animate-pillars-bg 1s 2.5s 1 forwards;
        -o-animation: animate-pillars-bg 1s 2.5s 1 forwards;
        animation: animate-pillars-bg 1s 2.5s 1 forwards;
    }

    .pillars.animate.execute .pillar .title {
        -webkit-animation: animate-pillar-title 1s 1.5s 1 forwards;
        -moz-animation: animate-pillar-title 1s 1.5s 1 forwards;
        -o-animation: animate-pillar-title 1s 1.5s 1 forwards;
        animation: animate-pillar-title 1s 1.5s 1 forwards;
    }

    .pillars.animate.execute .pillar.second .background-color {
        -webkit-animation: animate-second-pillar 1s .5s 1 forwards;
        -moz-animation: animate-second-pillar 1s .5s 1 forwards;
        -o-animation: animate-second-pillar 1s .5s 1 forwards;
        animation: animate-second-pillar 1s .5s 1 forwards;
    }

    .pillars.animate.execute .pillar.first {
        -webkit-animation: animate-first-pillar 1s 1.5s 1 forwards;
        -moz-animation: animate-first-pillar 1s 1.5s 1 forwards;
        -o-animation: animate-first-pillar 1s 1.5s 1 forwards;
        animation: animate-first-pillar 1s 1.5s 1 forwards;
    }

    .pillars.animate.execute .pillar.third {
        -webkit-animation: animate-third-pillar 1s 1.5s 1 forwards;
        -moz-animation: animate-third-pillar 1s 1.5s 1 forwards;
        -o-animation: animate-third-pillar 1s 1.5s 1 forwards;
        animation: animate-third-pillar 1s 1.5s 1 forwards;
    }

    .sidebar {
        padding: 0 32px 16px 0;
    }

    .mobile-show-content .sidebar {
        display: block;
    }

    .single-main-content {
        z-index: 999;
        box-shadow: 1px 1px 66px rgba(0, 0, 0, 0.3);
        border-radius: 3px;
        background: #fff;
    }

    .single-main-content .content-container {
        padding: 16px 32px 32px;
    }

    .download .single-main-content.mappings-content-container {
        box-shadow: 1px 1px 66px rgba(0, 0, 0, 0.3);
    }

    .article-header .container {
        padding: 32px;
    }

    .mobile-show-sidebar .single-main-content {
        display: block;
    }

    .escopedia .article-header {
        margin-top: 6em;
    }

    .escopedia.escopedia-article .container {
        padding: 16px 32px;
    }

    .occupations .single-main-content {
        width: calc(66.66667% - 3em);
    }

    .header-solid {
        margin-top: 0;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

    .article-tools {
        top: 1em;
        right: 0;
    }

    .article-tools .actions {
        right: -2.5em;
        width: 2em;
    }

    .article-tools .actions a {
        display: block;
        padding: 0 0 .5em 0;
    }

    .occupations-intro .number {
        text-align: left;
        font-size: 58px;
        font-size: 3.625rem;
    }

    .occupations-intro .number.digits-2 {
        font-size: 112px;
        font-size: 7rem;
    }

    .occupations-intro .number.digits-3 {
        font-size: 80px;
        font-size: 5rem;
    }

    .occupations-intro .number.digits-5 {
        font-size: 48px;
        font-size: 3rem;
    }

    .occupations-intro .number.digits-6 {
        font-size: 38.4px;
        font-size: 2.4rem;
    }

    .occupations-intro .number.digits-7 {
        font-size: 33.6px;
        font-size: 2.1rem;
    }

    .occupations-intro .number.digits-8 {
        font-size: 28.8px;
        font-size: 1.8rem;
    }

    .occupations-intro .label {
        text-align: left;
        font-size: 22.4px;
        font-size: 1.4rem;
    }

    .tags {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    .views .view {
        width: 50%;
        float: left;
        display: inline-block;
    }

    .tags li {
        width: auto;
        float: none;
    }

    .article-tools .actions {
        left: auto;
    }

    .header-solid.small .article-tools {
        top: 3em;
    }

    .condensed .single-main-content {
        max-width: 60%;
        margin: 0 auto;
        position: relative;
    }

    .condensed .article-tools .actions,
    .fullview .article-tools .actions {
        width: 40%;
        right: -40%;
        padding-left: 16px;
    }

    .condensed .article-tools .actions a,
    .fullview .article-tools .actions a {
        display: block;
        clear: both;
        padding: 0 0 .5em 0 !important;
    }

    .condensed .article-tools .actions a .icon,
    .fullview .article-tools .actions a .icon {
        float: left;
    }

    .condensed .article-tools .actions a .label,
    .fullview .article-tools .actions a .label {
        display: inline-block;
        font-size: 12px;
        font-size: 0.75rem;
    }

    .fullview .article-tools {
        width: 40%;
        right: 0;
    }

    .fullview .article-tools .actions {
        width: auto;
        right: -40px;
    }

    .fullview > .grid__col-md-8 {
        width: calc(66.66667% - 3em);
    }

    .fullview .header-solid.small .article-tools {
        top: 2.5em;
    }

    .mappings {
        padding: 32px;
    }

    .versions {
        max-width: calc(100% - 41.6px);
        box-shadow: none;
        margin-top: 0;
    }

    .versions .article-tools {
        left: 0;
        top: 2.5em;
    }

    .versions .article-header .container {
        padding: 16px;
    }

    .download .article-header {
        padding: 16px 32px;
    }

    .download .article-header h2 {
        padding: 16px;
        font-size: 24px;
        font-size: 1.5rem;
    }

    .download .article-header .dropdown {
        right: 16px;
        top: 8px;
    }

    .download .article-header .dropdown dt a span.active-option {
        display: inline-block;
    }

    .download.grid--bleed .download-content-container,
    .download.grid--bleed .sidebar {
        padding: 16px;
    }

    .download .sidebar .downloads-list {
        padding: 0;
    }

    .download .download-content-container {
        max-width: calc(66.66667% - 2em);
    }

    .download .single-main-content {
        margin-top: 0;
    }

    .download .article-tools .actions {
        top: 32px;
        right: -1.5em;
    }

    .download-version-selection {
        border-top: 0;
        border-left: 2px solid #fff;
    }

    .dropdown dd ul {
        max-width: none;
    }

    .sidebar .dropdown dd ul {
        max-width: 290px;
    }

    .privacy-statement .single-main-content .article-header {
        margin: 0 0 0 16px;
    }

    .api .single-main-content {
        max-width: calc(66.66667% - 3em);
    }

    .api .article-header .container {
        padding: 16px;
    }

    .api .api-summary table th,
    .api .api-summary table td {
        padding: 8px 32px;
    }

    .api .get > div,
    .api .delete > div {
        padding: 8px 16px;
    }

    .search-results .search-params {
        border-radius: 5px;
        float: left;
        width: 100%;
        margin: 2em 0 1em 0;
    }

    .search-results .search-params h1 {
        padding-left: 16px;
    }

    .search-results .search-params .dropdown .active-option {
        display: inline-block;
    }

    .search-results .tabs li:first-child {
        padding-left: 0;
    }

    .search-results .tabs li:last-child {
        padding-right: 0;
    }

    .search-results-list {
        padding: 16px 0;
    }

    .search-results-list .search-results-item {
        padding: 16px 0;
    }

    .contact-container {
        max-width: 984px;
        clear: both;
    }

    .contact-container form input[type="submit"] {
        right: -32px;
    }

    .captchaConfirmation {
        width: calc(100% - 250px);
        padding-left: 16px;
    }

    .captchaConfirmation label {
        position: relative;
        top: -6px;
    }

    p.error {
        clear: both;
        color: red !important;
    }
}

/* ==========================================================================
   Keyframes
   ========================================================================== */
@-webkit-keyframes animate-pillars-bg {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes animate-pillars-bg {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes animate-pillars-bg {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes animate-pillars-bg {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes animate-calls {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes animate-calls {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes animate-calls {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes animate-calls {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes animate-pillar-title {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-moz-keyframes animate-pillar-title {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-o-keyframes animate-pillar-title {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes animate-pillar-title {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes animate-second-pillar {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-moz-keyframes animate-second-pillar {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-o-keyframes animate-second-pillar {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes animate-second-pillar {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes animate-first-pillar {
    0% {
        left: 33.333%;
    }
    100% {
        left: 0;
    }
}

@-moz-keyframes animate-first-pillar {
    0% {
        left: 33.333%;
    }
    100% {
        left: 0;
    }
}

@-o-keyframes animate-first-pillar {
    0% {
        left: 33.333%;
    }
    100% {
        left: 0;
    }
}

@keyframes animate-first-pillar {
    0% {
        left: 33.333%;
    }
    100% {
        left: 0;
    }
}

@-webkit-keyframes animate-third-pillar {
    0% {
        left: 33.333%;
    }
    100% {
        left: 66.666%;
    }
}

@-moz-keyframes animate-third-pillar {
    0% {
        left: 33.333%;
    }
    100% {
        left: 66.666%;
    }
}

@-o-keyframes animate-third-pillar {
    0% {
        left: 33.333%;
    }
    100% {
        left: 66.666%;
    }
}

@keyframes animate-third-pillar {
    0% {
        left: 33.333%;
    }
    100% {
        left: 66.666%;
    }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

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

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.forum-message {
    background: white;
    border-bottom: #ebcc51 solid 0.25em;
    text-align: center;
    padding: 0.5em 0;
}

.forum-message a {
    color: black;
}

/*# sourceMappingURL=main.css.map */

