.main-menu div::-webkit-scrollbar-track,
.main-menu ul::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: transparent;
}

.main-menu div::-webkit-scrollbar,
.main-menu ul::-webkit-scrollbar {
    width: 8px;
    background-color: transparent;
}

.main-menu div::-webkit-scrollbar-thumb,
.main-menu ul::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #263140;
}

    .main-menu div::-webkit-scrollbar-thumb:hover,
    .main-menu ul::-webkit-scrollbar-thumb:hover {
        background-color: #46515e;
    }

/* APR website
-------------------------------------------*/
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary, audio, canvas, video {
    display: block;
}

audio, canvas, video {
    display: inline-block;
}

*:focus, * {
    outline: none;
    outline: 0;
}

.touch * {
    -webkit-tap-highlight-color: rgba(22,47,79,.8);
    -webkit-focus-ring-color: rgba(22,47,79,.8);
}

button::-moz-focus-inner {
    border: 0;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

html, body {
    margin: 0;
    padding: 0;
}

*, *:after, *:before {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    background-repeat: no-repeat;
}

input, textarea, select {
    outline: none;
    font: inherit;
    width: 100%;
    background: transparent;
}

button {
    font: inherit;
}

a {
    text-decoration: none;
    color: #136edf;
    transition: color 300ms ease;
}

    a:hover, a:active, a:focus {
        text-decoration: none;
        color: #154581;
        transition: color 300ms ease;
    }

    a img {
        border: none;
    }

    a, a:active, a:focus, button:active, button:focus {
        outline: 0 !important;
    }

p, dl, dd, address, cite {
    margin: 0 0 1em;
}

:any(select, input) {
    font-family: Open Sans, Arial, Sans-serif;
}
/*input {
    -webkit-appearance: none;
}*/
::selection {
    background: #136edf;
    color: #FFF;
}

/* Main stuff
-------------------------------------------*/
html {
    height: 100vh;
    background: #FFF;
}

body {
    background: #FFF no-repeat 50% 50%;
    font: 400 16px/1.5em Open Sans, Arial, Sans-serif;
    color: #2d2d2d;
    pointer-events: all;
    letter-spacing: -.02em;
    overflow-x: hidden;
}

/* Header
-------------------------------------------*/
header {
    background: #154581;
    color: #FFF;
    position: relative;
    z-index: 2;
}

    header .gutter {
        width: 100%;
        display: flex;
        flex-direction: row;
        height: 70px;
        align-items: center;
        flex-wrap: wrap;
    }

    header .logo {
        color: #FFF;
        display: flex;
        margin: 0 0 0 10px;
        align-items: center;
        height: 70px;
    }

        header .logo .print {
            display: none !important;
        }

        header .logo .grb {
            margin-right: 10px;
        }

        header .logo .sign {
            height: 54px;
            width: 54px;
            background-size: cover;
            display: inline-block;
            margin-right: 10px;
        }

            header .logo .sign img {
                width: 100%;
            }

        header .logo .text {
            font-family: PT Serif, Open Sans, Arial, Sans-serif;
            /*	font-size: .9375em;*/
            font-size: .9em;
            line-height: 1.46666em;
        }

            header .logo .text img {
                display: block;
                width: 80%;
            }

    header .head-search {
        position: relative;
    }

        header .head-search span {
            display: block;
            padding: 0 5px;
            line-height: 70px;
            transition: 200ms ease all;
            color: #FFF;
            font-size: 1.071em;
            cursor: pointer;
        }

            header .head-search span:hover,
            header .head-search.on span {
                background: #136edf;
            }

        header .head-search .head-search-field {
            background: #136edf;
            opacity: 0;
            pointer-events: none;
            position: absolute;
            transition: 300ms ease all;
            padding: 1em;
            right: 0;
            display: block;
        }

            header .head-search .head-search-field form {
                display: flex;
                flex-direction: row;
                flex-wrap: nowrap;
            }

            header .head-search .head-search-field input[type="text"] {
                border: #e0e0e0 1px solid;
                color: #444;
                background: #FFF;
                padding: 5px 10px;
                line-height: 1.5;
                height: 2.75em;
                min-width: 250px;
                font-size: .875em;
            }

            header .head-search .head-search-field button {
                margin-left: 10px;
                padding: 0 1em;
                height: 2.75em;
                flex: 0 0 3.75em;
                color: #FFF;
                background: #162f4f;
                border: 0;
                border-radius: 3px;
                cursor: pointer;
                transition: 300ms ease all;
                font-size: .875em;
            }

                header .head-search .head-search-field button:hover {
                    background: #112540;
                }

        header .head-search.on .head-search-field {
            pointer-events: initial;
            opacity: 1;
        }

    header .head-apply {
        position: relative;
    }

        header .head-apply span.icon {
            padding: 0 10px;
            cursor: pointer;
            display: block;
            transition: 200ms ease all;
            line-height: 70px;
            color: #FFF;
            font-family: Roboto, Open Sans, Arial, Sans-serif;
            font-size: .875em;
        }

            header .head-apply span.icon i {
                margin-right: 8px;
                font-size: 1.071em;
            }

            header .head-apply span:hover,
            header .head-apply.on span {
                background: #136edf;
            }


    header .side-menu {
        display: flex;
        flex-direction: row;
        font-family: Roboto, Open Sans, Arial, Sans-serif;
        font-size: .875em;
        height: 70px;
        align-items: center;
        margin-left: 5px;
    }

        header .side-menu .head-languages {
            position: relative;
        }

            header .side-menu .head-languages > span {
                padding: 0 10px;
                cursor: pointer;
                display: block;
                transition: 200ms ease all;
                line-height: 70px;
            }

                header .side-menu .head-languages > span i {
                    font-size: 1.071em;
                    margin-left: 8px;
                }

            header .side-menu .head-languages:hover span,
            header .side-menu .head-languages.on span {
                background: #136edf;
            }

                header .side-menu .head-languages:hover span i {
                    pointer-events: none;
                }

            header .side-menu .head-languages ul {
                display: block;
                position: absolute;
                right: 0;
                left: 0;
                top: 70px;
                background: #136edf;
                list-style: none;
                margin: 0;
                padding: 1em 1.5em;
                opacity: 0;
                pointer-events: none;
                transition: 300ms ease all;
            }

                header .side-menu .head-languages ul li {
                    white-space: nowrap;
                }

                    header .side-menu .head-languages ul li a {
                        color: #FFF;
                        display: block;
                    }

                        header .side-menu .head-languages ul li a:hover {
                            color: #8e96a6;
                        }

            header .side-menu .head-languages.on ul {
                opacity: 1;
                pointer-events: initial;
            }

            header .side-menu .head-languages.on span i {
                transform: scaleY(-1);
            }

        header .side-menu .head-login {
            position: relative;
        }

            header .side-menu .head-login a {
                display: block;
                padding: 0 20px;
                background: #1e1e1e;
                color: #FFF;
                line-height: 70px;
                transition: 200ms ease all;
            }

                header .side-menu .head-login a i {
                    margin-right: 10px;
                }

                header .side-menu .head-login a strong {
                    font-weight: 800;
                }

                header .side-menu .head-login a:hover {
                    background: #136edf;
                }

            header .side-menu .head-login.on a {
                background: #136edf;
            }

            header .side-menu .head-login .head-popup {
                background: #136edf;
                display: block;
                position: absolute;
                right: 0;
                width: 300px;
                top: 70px;
                opacity: 0;
                pointer-events: none;
                transition: 300ms ease all;
                padding: 1em 1.5em;
            }

            header .side-menu .head-login.on .head-popup {
                opacity: 1;
                pointer-events: initial;
            }

            header .side-menu .head-login .head-popup button {
                font-size: .875rem;
                border-radius: 3px;
                padding: 0 1em;
                height: 2.75em;
                line-height: 1.5;
                background: #162f4f;
                color: #FFF;
                transition: 300ms ease all;
                display: inline-block;
                border: 0;
                cursor: pointer;
            }

                header .side-menu .head-login .head-popup button:hover {
                    background: #112540;
                }

            header .side-menu .head-login .head-popup p {
                margin-bottom: 0;
                text-align: center;
            }

    header .mobile-menu-toggler {
        display: none;
        font-size: 1.875em;
        position: relative;
    }

        header .mobile-menu-toggler i {
            line-height: 70px;
            padding: 0 20px;
            transition: all 200ms ease;
            cursor: pointer;
        }

            header .mobile-menu-toggler i:hover {
                color: #8e96a6;
            }

            header .mobile-menu-toggler i.openMobileMenu {
                opacity: 1;
                pointer-events: initial;
            }

            header .mobile-menu-toggler i.closeMobileMenu {
                opacity: 0;
                position: absolute;
                pointer-events: none;
                top: 0;
                left: 0;
            }

.mobileMenuOn header .mobile-menu-toggler i.closeMobileMenu {
    opacity: 1;
    pointer-events: initial;
}

.mobileMenuOn header .mobile-menu-toggler i.openMobileMenu {
    opacity: 0;
    pointer-events: none;
}

/* Mobile menu 
-------------------------------------------*/
header .mobile-menu {
    order: 4;
    background: #182636;
    line-height: 1.4666em;
}

.mobileMenuOn header .mobile-menu {
    padding-bottom: 2em;
    width: 100%;
}

header .mobile-menu ul {
    flex-direction: column;
    width: 100%;
    padding: 0 40px;
    list-style: none;
    margin: 0;
}

    header .mobile-menu ul li {
        position: relative;
    }

        header .mobile-menu ul li a {
            display: block;
            color: #FFF;
        }

        header .mobile-menu ul li.current a {
            color: #8e96a6;
        }

    header .mobile-menu ul > li {
        border-bottom: 1px solid #3c4451;
    }

    header .mobile-menu ul li .sub-toggler {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
        padding: 1em 0;
        cursor: pointer;
    }

        header .mobile-menu ul li .sub-toggler:after {
            font-family: Pe-icon-7-stroke;
            content: "\e688";
            display: block;
            font-size: 26px;
            color: #7e899e;
            transition: 200ms ease all;
        }

        header .mobile-menu ul li .sub-toggler.on:after {
            transform: scaleY(-1);
            color: #FFF;
        }

    header .mobile-menu ul li a {
        padding: 0;
        padding-right: 40px;
        white-space: normal;
        padding-top: .9em;
        padding-bottom: .9em;
    }

    header .mobile-menu ul > li a {
        font-family: Open Sans, Arial, Sans-serif;
        font-weight: 600;
    }

        header .mobile-menu ul > li a.on {
            color: #FFF;
        }

.mobileMenuOn header .mobile-menu ul li .submenu {
    display: none;
}

    .mobileMenuOn header .mobile-menu ul li .submenu.on {
        display: flex;
    }

header .mobile-menu ul ul {
    margin-left: -40px;
    margin-right: -40px;
    margin-bottom: -1px;
    padding: .65em 0 .65em 54px;
    font-size: .9375em;
    background: #203043;
    width: calc(100% + 80px);
}

    header .mobile-menu ul ul li {
        border: 0;
    }

        header .mobile-menu ul ul li .sub-toggler {
            right: 40px;
        }

        header .mobile-menu ul ul li > a {
            margin-right: 40px;
            font-weight: 600;
            color: #7e899e;
            padding-top: .75em;
            padding-bottom: .75em;
        }

.mobileMenuOn header .mobile-menu ul ul li > a.on {
    color: #FFF;
}

header .mobile-menu ul ul ul {
    margin-left: -54px;
    margin-right: 0;
    font-size: .93333em;
    padding: 1.25em 0 1.25em 70px;
    background: #18202b;
    width: calc(100% + 54px);
    margin-top: 10px;
    margin-bottom: 10px;
}

    header .mobile-menu ul ul ul li > a {
        margin-right: 40px;
        padding-top: .75em;
        padding-bottom: .75em;
    }

        header .mobile-menu ul ul ul li > a > span {
            display: none;
        }

header .mobile-menu .submenu .submenu-wrap,
header .mobile-menu .submenu .submenu-left {
    width: 100%;
}

header .mobile-menu .submenu .submenu-banners {
    display: none;
}

header .mobile-menu ul ul ul ul {
    margin-top: 0;
    margin-bottom: 0;
}

/* Main menu
-------------------------------------------*/
header .main-menu {
    margin-right: auto;
    font-size: .9375em;
    line-height: 70px;
}

    header .main-menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    header .main-menu > ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

        header .main-menu > ul > li.current > a {
            position: relative;
        }

.second-menu-shown header .main-menu > ul > li.has-submenu.current > a:after {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 13px 13px 13px;
    border-color: transparent transparent #e5eaef transparent;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -13px;
    transform: translateY(0);
    opacity: 1;
    transition: all 100ms ease;
}

.second-menu-shown.desktopMenuOn header .main-menu > ul > li.has-submenu.current > a:after {
    transform: translateY(13px);
    opacity: 0;
}

header .main-menu ul li {
    position: relative;
}

header .main-menu > ul > li > a {
    display: block;
    padding: 0 8px;
    white-space: nowrap;
}

header .main-menu ul li a {
    color: #FFF;
}

header .main-menu > ul > li > a {
    font-family: Roboto, Open Sans, Arial, Sans-serif;
}

header .main-menu ul li a:hover, header .main-menu ul > li.on > a {
    color: #8e96a6;
    background: #182636;
}

header .main-menu > ul li > .submenu {
    position: fixed;
    display: block;
    left: 0;
    right: 0;
    line-height: 1rem;
    font-family: Open Sans, Arial, Sans-serif;
    opacity: 0;
    pointer-events: none;
    transition: 200ms ease opacity;
    transition-delay: 100ms;
    background: #182636;
}

header .main-menu > ul li > .submenu {
    height: auto;
}

    header .main-menu > ul li > .submenu.on {
        z-index: 1;
        opacity: 1;
        pointer-events: initial;
        transition-delay: 0ms;
    }

header .main-menu > ul li .submenu .submenu-wrap {
    max-width: 1200px;
    padding: 0 .625em 0;
    margin: auto;
    display: flex;
    flex-direction: row;
    position: relative;
}

header .main-menu > ul li .submenu .closeDesktopMenu {
    position: absolute;
    right: 14px;
    top: 20px;
    cursor: pointer;
    transition: 200ms ease all;
    z-index: 10;
    font-size: 1em;
    display: flex;
    align-items: center;
}

    header .main-menu > ul li .submenu .closeDesktopMenu:hover {
        color: #8e96a6;
    }

    header .main-menu > ul li .submenu .closeDesktopMenu i {
        font-size: 1.875em;
        margin-left: 5px;
    }

header .main-menu > ul li .submenu .submenu-lvl1 {
    flex: 1 1 303px;
    max-width: 303px;
    display: flex;
    border-right: 1px solid #0d1a2a;
    z-index: 1;
}

    header .main-menu > ul li .submenu .submenu-lvl1 > ul {
        max-width: 298px;
        padding-top: 2em;
        padding-bottom: 5em;
        display: flex;
        flex-direction: column;
        overflow-x: hidden;
        overflow-y: auto;
        flex: 0 0 298px;
    }

    header .main-menu > ul li .submenu .submenu-lvl1 ul li {
        line-height: 22px;
        display: block;
    }

        header .main-menu > ul li .submenu .submenu-lvl1 ul li a {
            padding: 5.5px 20px 5.5px;
            white-space: normal;
            display: block;
            color: #8e96a6;
        }

        header .main-menu > ul li .submenu .submenu-lvl1 ul li:hover a, header .main-menu > ul > li > .submenu .submenu-lvl1 > ul > li.on > a {
            color: #FFF;
            background: #154581;
            border-radius: 3px 0 0 3px;
        }

header .main-menu > ul li .submenu .submenu-lvl2 {
    flex: 1 1 597px;
    max-width: 597px;
    padding: 2.5em 0 5em 30px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 30px;
}

    header .main-menu > ul li .submenu .submenu-lvl2 .submenu-title {
        font-weight: 600;
        font-size: 1rem;
        margin-bottom: 1em;
    }

    header .main-menu > ul li .submenu .submenu-lvl2 ul {
        font-size: 1rem;
    }

        header .main-menu > ul li .submenu .submenu-lvl2 ul li {
            font-size: .9375em;
            line-height: 22px;
        }

            header .main-menu > ul li .submenu .submenu-lvl2 ul li a {
                color: #d5d5d5;
                padding: 6.5px 0;
                display: block;
                font-weight: 600;
            }

    header .main-menu > ul li .submenu .submenu-lvl2 > ul:first-child li:first-child a {
        padding-top: 0;
    }

    header .main-menu > ul li .submenu .submenu-lvl2 ul li a span {
        color: #a7a9aa;
        font-size: .86666em;
        display: block;
        transition: 300ms ease all;
        font-weight: 400;
    }

    header .main-menu > ul li .submenu .submenu-lvl2 ul li a:hover,
    header .main-menu > ul li .submenu .submenu-lvl2 ul li a:hover span,
    header .main-menu > ul li .submenu .submenu-lvl2 ul > li.on a,
    header .main-menu > ul li .submenu .submenu-lvl2 ul > li.on a span {
        color: #FFF;
    }

    header .main-menu > ul li .submenu .submenu-lvl2 > div[class^="submenu-"] {
        display: none;
    }

    header .main-menu > ul li .submenu .submenu-lvl2 > div.on {
        display: block;
    }

.submenu-lvl3 > div[class^="submenu-"] {
    display: none;
}

.submenu-lvl3 > div.on {
    display: block;
}

header .main-menu > ul li .submenu .submenu-lvl3 {
    position: absolute;
    right: 10px;
    width: 275px;
    padding: 4.75em 0 5em 0;
    bottom: 0;
    top: 0;
    z-index: 1;
}

    header .main-menu > ul li .submenu .submenu-lvl3.on {
        background: #182636;
        z-index: 5;
    }

    header .main-menu > ul li .submenu .submenu-lvl3 ul {
    }

        header .main-menu > ul li .submenu .submenu-lvl3 ul li {
            font-size: .9375em;
            line-height: 22px;
        }

            header .main-menu > ul li .submenu .submenu-lvl3 ul li a {
                color: #d5d5d5;
                padding: 6.5px 0;
                display: block;
                font-weight: 600;
            }

                header .main-menu > ul li .submenu .submenu-lvl3 ul li a:hover {
                    color: #FFF;
                }

header .main-menu > ul li .submenu .submenu-banners {
    flex: 0 1 280px;
    max-width: 280px;
    margin-left: 30px;
    z-index: 4;
}

    header .main-menu > ul li .submenu .submenu-banners > div[class^="banners-"] {
        display: none;
    }

    header .main-menu > ul li .submenu .submenu-banners > div.on {
        display: block;
    }

header .main-menu > ul li .submenu .submenu-lvl1 + .submenu-banners {
    flex: 0 1 877px;
    max-width: 877px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

    header .main-menu > ul li .submenu .submenu-lvl1 + .submenu-banners .side-box {
        width: 280px;
        margin: 0 20px 0 0;
        display: flex;
    }

        header .main-menu > ul li .submenu .submenu-lvl1 + .submenu-banners .side-box .box-inner {
            flex: 0 0 100%;
            width: 100%;
        }

header .main-menu > ul li .submenu .submenu-banners:first-child {
    margin-left: 0;
}

header .main-menu > ul li .submenu .submenu-left ul li:hover .submenu {
    opacity: 1;
    pointer-events: initial;
}

.side-box.hidden {
    display: none;
}


/* Footer
-------------------------------------------*/
footer {
    background: #0c3d7b;
    color: #9c9c9c;
}

    footer .upper-section {
        padding: 2.3077em 0;
        font-size: .8125em;
    }

        footer .upper-section .gutter {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 10px;
            flex-direction: row;
            display: flex;
        }

        footer .upper-section .col {
            padding: 0 1.6154em;
            border-left: #1d4a84 1px solid;
            flex: 1 1 25%;
            max-width: 25%;
        }

            footer .upper-section .col h4 {
                color: #FFF;
                font-weight: 600;
                transform: translateY(-.3em);
            }

            footer .upper-section .col p {
                margin-bottom: 0;
                line-height: 1.5em;
            }

                footer .upper-section .col p strong {
                    font-weight: 600;
                }

                footer .upper-section .col p a {
                    color: #9c9c9c;
                }

                    footer .upper-section .col p a:hover {
                        text-decoration: underline;
                    }

                    footer .upper-section .col p a i {
                        margin-right: 5px;
                    }

                    footer .upper-section .col p a.social {
                        color: #136edf;
                    }

                        footer .upper-section .col p a.social:not(:last-child) {
                            margin-right: 1em;
                        }

    footer .lower-section {
        background: #001c40;
        color: #FFF;
        font-size: .8125em;
        padding: 1em 0;
    }

        footer .lower-section .gutter {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 10px;
            display: flex;
            flex-direction: row;
        }

        footer .lower-section a {
            color: #FFF;
            text-decoration: underline;
        }

            footer .lower-section a:hover {
                text-decoration: none;
            }

        footer .lower-section .v-separator {
            display: inline-block;
            margin: 0 .5em;
        }

/* Bottom links
-------------------------------------------*/
.bottom-registries .gutter {
    max-width: 1200px;
    margin: 0 auto;
    padding: 3.75em 20px 3.125em;
    display: flex;
    flex-direction: column;
}

.bottom-registries h3 {
    font-size: 1.75em;
    font-weight: 500;
    text-align: center;
    line-height: 1.33em;
}

.bottom-registries .apr-registries {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 2.5em;
}

    .bottom-registries .apr-registries ul {
        flex: 1 1 33.33333%;
        max-width: 33.33333%;
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .bottom-registries .apr-registries ul li {
            display: flex;
            align-items: flex-start;
        }

            .bottom-registries .apr-registries ul li:before {
                font-family: FontAwesome;
                content: "\f105";
                text-align: left;
                display: block;
                flex: 0 0 18px;
                font-weight: 800;
                font-size: .8125em;
                color: #bcbcbc;
                margin-top: 10px;
            }

            .bottom-registries .apr-registries ul li a {
                color: #136edf;
                padding: 10px 20px 10px 0;
                display: block;
                flex: 1 1 auto;
            }

                .bottom-registries .apr-registries ul li a:hover {
                    color: #000;
                }


/* Bottom slider
-------------------------------------------*/

.bottom-slider {
    background: #f7f7f7;
}

.bottom-slider .gutter {
    max-width: 1200px;
    margin: 0 auto;
    padding: 3.75em 20px 2.5em;
} 

.bottom-slider button.slick-arrow {
    color:#0d1a2a;
}

.bottom-slider button.slick-prev.slick-arrow {
    margin-left: -100px;
}

.bottom-slider button.slick-next.slick-arrow {
    margin-right: -100px;
}

.bottom-slider img{
    margin: auto;
    max-width: 250px;

}

/* Bottom numbers
-------------------------------------------*/
.bottom-numbers {
    background: #f7f7f7;
}

    .bottom-numbers .gutter {
        max-width: 1200px;
        margin: 0 auto;
        padding: 3.75em 20px 2.5em;
        display: flex;
        flex-direction: row;
    }

    .bottom-numbers .infographic {
        flex: 1 1 33.3333%;
        max-width: 33.3333%;
        padding-right: 15px;
    }

        .bottom-numbers .infographic:empty {
            display: none;
        }

        .bottom-numbers .infographic h3 {
            padding-left: 0;
        }

        .bottom-numbers .infographic img {
            display: block;
            width: 100%;
        }

    .bottom-numbers .apr-data {
        flex: 1 1 66.6666%;
        max-width: 100%;
        display: flex;
        flex-direction: column;
    }

    .bottom-numbers h3 {
        font-size: 1.75em;
        flex: 0 0 auto;
        color: #000;
        font-weight: 400;
        padding: 0 15px 30px;
    }

        .bottom-numbers h3 i {
            font-size: .73rem;
            font-style: normal;
            font-weight: 400;
            white-space: nowrap;
        }

            .bottom-numbers h3 i.icon-tooltip {
                font-size: 0.75em;
                color: #136edf;
            }

.bottom-registries i.icon-tooltip {
    font-size: 0.75em;
    color: #136edf;
    margin: -10px 0 0 5px;
}

.bottom-numbers h3 a {
    color: #bcbcbc;
}

    .bottom-numbers h3 a:hover {
        color: #2d2d2d;
    }

.bottom-numbers .apr-numbers {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex: 1 1 auto;
}

    .bottom-numbers .apr-numbers .single-number {
        flex: 1 1 25%;
        max-width: 25%;
        padding: 0 10px;
        margin: 0 0 15px;
        display: flex;
        flex-direction: column;
        position: relative;
    }

        .bottom-numbers .apr-numbers .single-number .number {
            color: #1178eb;
            font-weight: 400;
            font-size: 1.2em;
        }

        .bottom-numbers .apr-numbers .single-number span {
            display: block;
            font-size: .8125em;
            padding: 2px 0 15px;
            line-height: 1.5;
            color: #9c9c9c;
        }

        .bottom-numbers .apr-numbers .single-number:after {
            display: block;
            content: "";
            margin-top: auto;
            background: #ced2d8;
            height: 1px;
        }

/* Banners
-------------------------------------------*/
.side-box {
    border-top: 5px solid #136edf;
    color: #121212;
    font-family: Open Sans, Arial, Sans-serif;
    line-height: 1.5;
    margin-bottom: 25px;
}

    .side-box:last-child {
        margin-bottom: 0;
    }

    .side-box .box-inner {
        border: 1px solid #e0e0e0;
        border-top: 0;
        padding: 10px;
        background: #FFF;
    }

    .side-box h4 {
        font-size: .9375rem;
        border-bottom: 1px solid #e0e0e0;
        font-weight: 600;
        padding-bottom: 10px;
        margin-top: 1em;
    }

        .side-box h4:first-child {
            margin-top: 0;
        }

    .side-box ul {
        margin: 1em 0 .5em;
        padding: 0;
        list-style: none;
        font-size: .8125rem;
    }

        .side-box ul li {
            display: flex;
            margin-bottom: .5em;
        }

            .side-box ul li.box-strong {
                font-weight: 700;
            }

            .side-box ul li.box-no-arrow:before {
                display: none;
            }

            .side-box ul li:last-child {
                margin-bottom: 0;
            }

            .side-box ul li:before {
                font-family: FontAwesome;
                content: "\f105";
                text-align: left;
                display: block;
                flex: 0 0 18px;
                font-weight: 800;
                color: #bcbcbc;
            }

            .side-box ul li a {
                padding-right: 1em;
                color: #136edf;
            }

                .side-box ul li a:hover {
                    text-decoration: underline;
                    color: #121212;
                }

    .side-box .box-text {
        font-size: .8125rem;
        margin: 1em 0;
        line-height: 1.75em;
    }

        .side-box .box-text a {
            color: #121212;
        }

            .side-box .box-text a:hover {
                color: #136edf;
                text-decoration: underline;
            }

        .side-box .box-text .fa {
            color: #424a5a;
            margin: 0 3px 0 2px;
        }

    .side-box .button {
        text-transform: none;
        font-weight: 500;
        display: block;
        padding: .8em 1em;
        text-align: center;
    }

.submenu-banners {
    padding-top: 4.75em;
    padding-bottom: 5em;
}

    .submenu-banners .side-box {
        color: #FFF;
    }

        .submenu-banners .side-box .box-inner {
            border-color: #4a5561;
            background: transparent;
        }

        .submenu-banners .side-box h4 {
            border-color: #4a5561;
        }

        .submenu-banners .side-box ul {
            margin: 1em 0 .5em;
        }

            .submenu-banners .side-box ul li:before {
                color: #a8a8a8;
            }

            .submenu-banners .side-box ul li a {
                color: #d5d5d5;
            }

                .submenu-banners .side-box ul li a:hover {
                    color: #FFF;
                }
/*
header .main-menu > ul li .submenu .submenu-lvl1 > ul ::-webkit-scrollbar-track {
	background-color: #F00;
	width: 8px;
	border-radius: 6px;
}
header .main-menu > ul li .submenu .submenu-lvl1 > ul ::-webkit-scrollbar-thumb {
	background-color: #0F0; 
	border-radius: 6px;
	transition: background 200ms ease;
} */

/* Main Content
-------------------------------------------*/
.button {
    font-family: Roboto, Open Sans, Arial, Sans-serif;
    font-size: .8125em;
    text-transform: uppercase;
    border-radius: 3px;
    padding: 1.15em 2.692em;
    line-height: 1.5;
    background: #F1F1F1;
    color: #121212;
    transition: 300ms ease all;
    display: inline-block;
}

    .button:hover, .button:active, .button:focus {
        transition: 300ms ease all;
    }

    .button.button-style-normal {
        color: #FFF;
        background: #136edf;
    }

        .button.button-style-normal:hover {
            background: #154581;
            box-shadow: 0 2px 5px rgba(0,0,0,.2);
        }

    .button.button-style-outline {
        color: #136edf;
        background: transparent;
        box-shadow: 0 0 0 2px #136edf inset;
    }

        .button.button-style-outline:hover {
            box-shadow: 0 0 0 2px #154581 inset, 0 2px 5px rgba(0,0,0,.2);
            color: #154581;
        }

/* Dynamic blocks
-------------------------------------------*/
.light-gray-bg {
    background: #f9f9f9;
    border-radius: 3px;
}

.bordered {
    border: 1px solid #e0e0e0;
    border-radius: 3px;
}

.main-content .inner-content .page-content .light-gray-bg,
.main-content .inner-content .page-content .bordered {
    padding: 1em 1.5em;
    margin-bottom: 1em;
}

    .main-content .inner-content .page-content .light-gray-bg > *:last-child,
    .main-content .inner-content .page-content .light-gray-bg > div *:last-child,
    .main-content .inner-content .page-content .bordered > *:last-child,
    .main-content .inner-content .page-content .bordered > div *:last-child {
        margin-bottom: 0;
    }

.dyn-block .gutter {
    max-width: 1200px;
    margin: 0 auto;
    padding: 3.66em 10px;
}

.dyn-block h3 {
    font-size: 1.75em;
    font-weight: 500;
    text-align: center;
    line-height: 1.33em;
    margin-bottom: 1.25em;
}

.dyn-block .end-links {
    text-align: center;
    padding-top: 1.6666em;
}

.dyn-block .announcements-holder {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 1.25em;
    margin-right: -10px;
    margin-left: -10px;
}

    .dyn-block .announcements-holder .announcement {
        flex: 1 1 25%;
        max-width: 25%;
        padding: 0 10px;
        font-size: .9375em;
        line-height: 1.5em;
        margin-bottom: 1em;
    }

.dyn-block .services-holder {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 1.25em;
    margin-right: -10px;
    margin-left: -10px;
}

    .dyn-block .services-holder .service {
        flex: 1 1 33.33333%;
        max-width: 33.33333%;
        padding: 0 10px;
        margin-bottom: 1em;
        display: flex;
    }

.dyn-block .news-holder {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 1.25em;
    margin-right: -35px;
    margin-left: -35px;
}

    .dyn-block .news-holder .news {
        flex: 1 1 50%;
        max-width: 50%;
        padding: 0 35px;
        font-size: .9375em;
        line-height: 1.5em;
        margin-bottom: 1em;
    }

        .dyn-block .news-holder .news .item-excerpt {
            font-size: 1rem;
            line-height: 1.5em;
        }

/* Dates and titles
-------------------------------------------*/
.item-date {
    color: #999898;
    font-size: .8125rem;
    margin-bottom: .5em;
}

.item-title {
    font-size: 1.25em;
    font-weight: 600;
}

    .item-title + .item-excerpt {
        margin-top: .5em;
    }

    .item-title a {
        color: #121212;
        border: 0 !important;
    }

        .item-title a:hover {
            color: #136edf;
            text-decoration: underline;
        }

/* More links
-------------------------------------------*/
.more {
    font-size: .8125rem;
}

    .more:last-child {
        margin-bottom: 0;
    }

    .more a {
        color: #136edf;
        font-weight: 600;
        text-decoration: none;
    }

        .more a:hover {
            color: #154581;
        }

/* Boxes
-------------------------------------------*/
.box {
    border-top: 5px solid #121212;
    display: flex;
    background: #FFF;
    flex: 1 1 100%;
}

    .box .box-inner {
        border: #e5e5e5 1px solid;
        border-top: 0;
        padding: 10px 16px;
        flex: 1 1 100%;
    }

        .box .box-inner .icon-holder:first-child {
            font-size: 3.5em;
            margin: 4px 0 10px;
        }

        .box .box-inner .icon-holder .svg-icon {
            display: block;
            display: none !important; /* Remove this to enable SVG icons instead of icon font */
        }

            .box .box-inner .icon-holder .svg-icon img {
                max-width: 56px;
            }

        .box .box-inner .item-title {
            font-size: .9375em;
            font-weight: 600;
            line-height: 1.35;
        }

            .box .box-inner .item-title a {
                color: #136edf;
                text-decoration: none;
            }

                .box .box-inner .item-title a:hover {
                    color: #121212;
                    text-decoration: underline;
                }

        .box .box-inner .item-excerpt {
            font-size: .8125em;
            margin-bottom: .5em;
            line-height: 1.5;
        }

/* Main slider
-------------------------------------------*/
.main-slider {
    background: #2573ba url(../img/bgn-slider-gradient.png) no-repeat 50% 50%;
    background-size: cover;
    color: #FFF;
    position: relative;
}

    .main-slider .slick-track {
        display: flex !important;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: stretch;
    }

    .main-slider .slide {
        padding: 2em 40px 3em;
    }

        .main-slider .slide.slider-with-icons {
            position: relative;
        }

    .main-slider .slick-slide {
        height: auto !important;
    }

    .main-slider .slide[style*="background-image"] {
        background-size: cover;
        background-position: center center;
        position: relative;
    }
        /*.main-slider .slide[style*="background-image"]:before {
	display: block;
	content: "";
	background: #2573ba;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: .6;
	position: absolute;
	z-index: 1;
}*/
        .main-slider .slide[style*="background-image"] .gutter {
            z-index: 2;
            position: relative;
        }

    .main-slider .slide.slide-with-icons[style*="background-image"] {
        display: flex !important;
    }

        .main-slider .slide.slide-with-icons[style*="background-image"] .gutter {
            bottom: 0;
            flex: 1 1 100%;
            display: flex;
            justify-content: flex-start;
            flex-direction: column;
        }

    .main-slider .slick-slide > div, .main-slider .slick-slide > div > .slide {
        height: 100%;
    }

    .main-slider .slide .gutter {
        max-width: 1200px;
        margin: 0 auto;
        text-align: center;
    }

    .main-slider .slide .slide-title {
        font-size: 1.5em;
        font-weight: 600;
        margin-bottom: .5em;
        line-height: 1.25;
        max-width: 880px;
        margin-left: auto;
        margin-right: auto;
    }

    .main-slider .slide .slide-excerpt {
        font-size: .875em;
        color: #8e96a6;
        padding: 0 40px;
        margin-bottom: 2em;
        margin-left: auto;
        margin-right: auto;
        max-width: 880px;
    }

        .main-slider .slide .slide-excerpt.light-excerpt {
            color: #FFF;
        }

            .main-slider .slide .slide-excerpt.light-excerpt p:last-child {
                margin-bottom: 0;
            }

            .main-slider .slide .slide-excerpt.light-excerpt > p > a {
                color: #FFF;
                text-decoration: underline;
            }

                .main-slider .slide .slide-excerpt.light-excerpt > p > a:hover {
                    color: #FFF;
                    text-decoration: none;
                }

.slide .button.button-style-outline {
    color: #FFF;
    box-shadow: 0 0 0 2px #FFF inset;
}

    .slide .button.button-style-outline:hover {
        box-shadow: 0 0 0 2px #8e96a6 inset, 0 2px 5px rgba(0,0,0,.2);
        color: #8e96a6;
    }

.slide .icon-row {
    display: flex;
    flex-direction: row;
    text-align: left;
    margin-top: auto;
}

    .slide .icon-row .icon {
        flex: 1 1 33.333333%;
        margin: 0 10px;
        border-bottom: 2px solid rgba(255,255,255,.2);
        transition: 300ms ease all;
    }

        .slide .icon-row .icon a {
            color: #FFF;
            display: flex;
            align-items: center;
            padding: 2em 20%;
            transition: 300ms ease all;
        }

        .slide .icon-row .icon:hover {
            border-bottom: 2px solid #FFF;
        }

        .slide .icon-row .icon a:hover {
            color: #FFF;
        }

        .slide .icon-row .icon a .icon-holder {
            color: #FFF;
            margin-right: 10px;
            transition: 300ms ease all;
        }

        .slide .icon-row .icon a:hover .icon-holder {
            color: #72d8ff;
        }

        .slide .icon-row .icon a .icon-holder span {
            display: block;
            font-size: 2.5em;
        }

        .slide .icon-row .icon a .icon-holder .apricon-video {
            font-size: 3.125em;
            margin-top: -5px;
            margin-bottom: -5px;
        }

            .slide .icon-row .icon a .icon-holder .apricon-video:before {
                content: "\e6a5";
                font-family: Pe-icon-7-stroke;
                display: block;
            }

        .slide .icon-row .icon a .icon-holder .apricon-book:before {
            content: "\e62b";
            font-family: Pe-icon-7-stroke;
            display: block;
        }

        .slide .icon-row .icon a .icon-text {
            font-size: .8125em;
            flex: 1 1 auto;
            line-height: 1.5em;
        }

        .slide .icon-row .icon a {
        }

.slide .slide-button a.button:hover {
    background: #FFF;
    color: #136edf;
    box-shadow: 0 0 0 2px #FFF inset, 0 2px 5px rgba(0,0,0,.2);
}

.main-slider .slide.news-slide {
    display: flex !important;
    background-image: url("/img/bcg_slide_flag.png");
    background-position-y: center;
}

    .main-slider .slide.news-slide .gutter {
        display: flex;
        flex-direction: column;
    }

.slide.news-slide .news-row {
    padding-top: 1em;
}

.slide.news-slide .large-news {
    display: flex;
    flex-direction: row;
}

    .slide.news-slide .large-news .slide-image {
        flex: 1 0 340px;
        max-width: 340px;
    }

        .slide.news-slide .large-news .slide-image img {
            display: block;
            box-shadow: 0 21px 16px rgba(21,69,129,.5);
            width: 100%;
        }

    .slide.news-slide .large-news .slide-news-details {
        text-align: left;
        padding-left: 60px;
        flex: 1 1 auto;
    }

        .slide.news-slide .large-news .slide-news-details .slide-date {
            font-size: .6875em;
            color: #72d8ff;
        }

        .slide.news-slide .large-news .slide-news-details .slide-title {
            font-size: 1.5em;
            line-height: 1.2em;
            max-width: 100%;
        }

            .slide.news-slide .large-news .slide-news-details .slide-title a {
                color: #FFF;
            }

                .slide.news-slide .large-news .slide-news-details .slide-title a:hover {
                    text-decoration: underline;
                }

        .slide.news-slide .large-news .slide-news-details .slide-excerpt {
            font-size: .875em;
            max-width: 100%;
            line-height: 1.642857em;
            padding: 0;
        }

.slide.news-slide .news-row .icon a {
    color: #FFF;
    padding: 1.25em 20px;
    flex-direction: column;
    align-items: flex-start;
}

    .slide.news-slide .news-row .icon a .icon-date {
        font-size: .6875em;
        color: #72d8ff;
    }

    .slide.news-slide .news-row .icon a .icon-text {
        font-size: .8125em;
        font-weight: 500;
    }

/* Slider controls
-------------------------------------------*/
.slick-slider .slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -1.5rem;
    left: 0;
    z-index: 1;
    font-size: 0;
    line-height: 0;
    display: block;
    border: 0;
    color: #FFF;
    cursor: pointer;
    height: 3rem;
    background: transparent;
}

    .slick-slider .slick-arrow.slick-disabled {
        opacity: .5;
        cursor: default;
    }

    .slick-slider .slick-arrow:before {
        display: block;
        font-family: Pe-icon-7-stroke;
        content: "\e686";
        font-size: 3rem;
    }

    .slick-slider .slick-arrow.slick-next {
        left: auto;
        right: 0;
    }

        .slick-slider .slick-arrow.slick-next:before {
            content: "\e684";
        }

.slick-slider .slick-dots {
    position: absolute;
    bottom: 1em;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}

    .slick-slider .slick-dots li {
        padding: 0 2px;
    }

    .slick-slider .slick-dots button {
        font-size: 0;
        line-height: 0;
        display: block;
        width: 1rem;
        height: 1rem;
        cursor: pointer;
        color: transparent;
        background: transparent;
        border: 0;
        border-radius: 50%;
        outline: none;
        box-shadow: 0 0 0 2px rgba(255,255,255,.5) inset;
        transition: 200ms ease all;
    }

        .slick-slider .slick-dots button:hover {
            box-shadow: 0 0 0 10px #154581 inset;
        }

    .slick-slider .slick-dots .slick-active button,
    .slick-slider .slick-dots .slick-active button:hover {
        box-shadow: 0 0 0 10px rgba(255,255,255,1) inset;
        cursor: default;
    }

/* Second level menu above crumbtrail
-------------------------------------------*/
.second-menu {
    background: #e5eaef;
}

    .second-menu .gutter {
        max-width: 1200px;
        margin: 0 auto;
        padding: 1em 10px;
        display: flex;
        flex-direction: row;
    }

    .second-menu .menu-name {
        font-weight: 600;
        padding-right: 1.875em;
    }

    .second-menu .gutter ul {
        list-style: none;
        margin: 0;
        padding: 0;
        font-size: .8125em;
        color: #a1a6ac;
    }

        .second-menu .gutter ul li {
            display: inline;
        }

            .second-menu .gutter ul li:after {
                display: inline;
                content: "|";
                margin: 0 3px 0 6px;
            }

            .second-menu .gutter ul li:last-child:after {
                display: none;
            }

            .second-menu .gutter ul li a {
                color: #121212;
            }

                .second-menu .gutter ul li a:hover {
                    color: #136edf;
                    text-decoration: underline;
                }

/* Crubtrail and page title
-------------------------------------------*/
.page-headline {
    background: linear-gradient(to right, #162f4f 0%, #1d4271 100%);
    color: #FFF;
}

    .page-headline .gutter {
        max-width: 1200px;
        margin: 0 auto;
        padding: 1.75em 10px;
        display: flex;
        flex-direction: column;
        position: relative;
    }

    .page-headline .breadcrumbs {
        flex: 1 0 100%;
    }

        .page-headline .breadcrumbs ul {
            list-style: none;
            margin: 0 0 .75em;
            padding: 0;
            font-size: .8125em;
            color: #8e96a6;
        }

            .page-headline .breadcrumbs ul li {
                display: inline;
            }

                .page-headline .breadcrumbs ul li:after {
                    display: inline;
                    content: "/";
                    margin: 0 6px 0 4px;
                }

                .page-headline .breadcrumbs ul li:last-child:after {
                    display: none;
                }

        .page-headline .breadcrumbs a {
            color: #FFF;
            text-decoration: underline;
        }

            .page-headline .breadcrumbs a:hover {
                color: #8e96a6;
                text-decoration: none;
            }

    .page-headline .headline {
        flex: 1 1 auto;
    }

    .page-headline h1 {
        font-size: 1.875em;
        font-weight: 600;
        line-height: 1.25;
        padding-right: 290px;
    }

    .page-headline .share {
        justify-self: flex-end;
        display: flex;
        flex-direction: row;
        margin-left: auto;
        position: absolute;
        right: 10px;
        bottom: 1.75em;
    }

        .page-headline .share div > a,
        .page-headline .share dt > a {
            font-size: 1.25em;
            width: 2.3em;
            height: 2.3em;
            background: #eaeaea;
            color: #1c1c1c;
            border-radius: 50%;
            margin-left: 13px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: 300ms ease all;
            border: 0 !important;
        }

            .page-headline .share div > a:hover,
            .page-headline .share dt > a:hover {
                background: #136edf;
                color: #FFF;
            }

        .page-headline .share dl {
            position: relative;
            padding: 0 55px 0 0;
            margin: 0;
            display: flex;
            height: 3em;
            align-items: center;
        }

        .page-headline .share dt {
            display: block;
            position: absolute;
            right: 0;
        }

        .page-headline .share dl dd {
            font-size: 1.5em;
            display: inline-block;
            margin: 0 0 0 10px;
        }

            .page-headline .share dl dd.hide {
                opacity: 0;
                pointer-events: none;
                transition: 200ms ease all;
            }

            .page-headline .share dl dd.show {
                opacity: 1;
                pointer-events: all;
            }

            .page-headline .share dl dd a {
                color: #FFF;
                transition: 300ms ease all;
            }

                .page-headline .share dl dd a:hover {
                    opacity: .5;
                }

/* Content with sidebar
-------------------------------------------*/
.main-content > .gutter {
    max-width: 1200px;
    margin: 0 auto;
}

.main-content .block {
    max-width: 1200px;
    margin: 0 auto;
    overflow-y: hidden;
}

.main-content .inner-content {
    padding: 3.75em 10px;
    display: flex;
    flex-direction: row;
}

    .main-content .inner-content.inner-no-top-padding {
        padding-top: 0;
    }

    .main-content .inner-content .page-content {
        flex: 1 1 auto;
        line-height: 1.75em;
        max-width: 66.2712%;
        font-size: 14px;
    }

        .main-content .inner-content .page-content:only-child {
            max-width: 100%;
        }

        .main-content .inner-content .page-content a {
            border-bottom: 1px solid currentColor;
            transition: 200ms ease all;
        }

            .main-content .inner-content .page-content a:hover {
                border-color: transparent;
            }

        .main-content .inner-content .page-content iframe[src*="youtube"] {
            width: 100% !important;
        }

        .main-content .inner-content .page-content ul.tabs {
            background: #e5eaef;
            border-radius: 3px;
            list-style: none;
            margin: 0 0 2em;
            padding: 0;
            display: flex;
            flex-direction: column;
            flex-wrap: wrap;
            font-size: .8125rem;
        }

            .main-content .inner-content .page-content ul.tabs li {
                border-bottom: 1px solid #FFF;
            }

                .main-content .inner-content .page-content ul.tabs li:last-child {
                    border-bottom: 0;
                }

                .main-content .inner-content .page-content ul.tabs li a {
                    color: #121212;
                    display: block;
                    padding: 6px 20px;
                    border: 0;
                }

                    .main-content .inner-content .page-content ul.tabs li a:hover {
                        color: #136edf;
                        text-decoration: underline;
                    }

        .main-content .inner-content .page-content > .block ul,
        .main-content .inner-content .page-content .article-content ul {
            list-style: none;
            padding: 0;
            margin: 0 0 1.75em;
        }

            .main-content .inner-content .page-content > .block ul li,
            .main-content .inner-content .page-content .article-content ul li {
                padding-left: 2.5em;
                position: relative;
            }

                .main-content .inner-content .page-content > .block ul li:before,
                .main-content .inner-content .page-content .article-content ul li:before {
                    color: #c2c2c2;
                    font-family: FontAwesome;
                    content: "\f111";
                    font-size: 6px;
                    position: absolute;
                    left: 18px;
                    top: 0;
                }

        .main-content .inner-content .page-content > .block table ul li:before {
            top: 6px;
        }

        .main-content .inner-content .page-content > .block ul ul,
        .main-content .inner-content .page-content .article-content ul ul {
            margin: 0 0 0 1.75em;
        }

        .main-content .inner-content .page-content > .block ul ol,
        .main-content .inner-content .page-content .article-content ul ol {
            margin: 0 0 0 3.75em;
        }

            .main-content .inner-content .page-content > .block ul ol > li:before,
            .main-content .inner-content .page-content .article-content ul ol > li:before {
                display: none;
            }

        .main-content .inner-content .page-content > .block ol,
        .main-content .inner-content .page-content .article-content ol {
            margin: 0 0 1.75em 2em;
        }

            .main-content .inner-content .page-content > .block ol li,
            .main-content .inner-content .page-content .article-content ol li {
                padding: 0 0 0 .5em;
            }

            .main-content .inner-content .page-content > .block ol ul,
            .main-content .inner-content .page-content .article-content ol ul {
                margin: 0 0 0 -.25em;
            }

            .main-content .inner-content .page-content > .block ol ol,
            .main-content .inner-content .page-content .article-content ol ol {
                margin-left: 1.75em;
            }

            .main-content .inner-content .page-content > .block ol ul > li,
            .main-content .inner-content .page-content .article-content ol ul > li {
                padding: 0 0 0 2.5em;
            }

        .main-content .inner-content .page-content > .registries-list ul,
        .main-content .inner-content .page-content .article-content ul {
            list-style: none;
            padding: 0;
            margin: 0 0 1.75em;
        }

        .main-content .inner-content .page-content > .registries-list .item-title {
            margin-bottom: 1em;
        }

        .main-content .inner-content .page-content > .registries-list ul li,
        .main-content .inner-content .page-content .article-content ul li {
            padding-left: 2.5em;
            position: relative;
        }

            .main-content .inner-content .page-content > .registries-list ul li:before,
            .main-content .inner-content .page-content .article-content ul li:before {
                color: #c2c2c2;
                font-family: FontAwesome;
                content: "\f111";
                font-size: 6px;
                position: absolute;
                left: 18px;
                top: 0;
            }

        .main-content .inner-content .page-content strong,
        .main-content .inner-content .page-content b {
            font-weight: 600;
            color: #000;
        }

        .main-content .inner-content .page-content a strong,
        .main-content .inner-content .page-content a b {
            color: inherit;
        }

        .main-content .inner-content .page-content > .block h1 {
            font-weight: 600;
            font-size: 1.75em;
            margin-bottom: 1em;
        }

        .main-content .inner-content .page-content > .block h2 {
            font-weight: 600;
            font-size: 1.5em;
            margin-bottom: 1em;
        }

        .main-content .inner-content .page-content > .block h3 {
            font-weight: 600;
            font-size: 1.125em;
            margin-bottom: .5em;
            margin-top: 1em;
        }

        .main-content .inner-content .page-content > .block h4 {
            font-weight: 600;
            font-size: 1.125em;
            margin-bottom: .5em;
            margin-top: 1em;
        }

        .main-content .inner-content .page-content > .block h5 {
            font-weight: 600;
            font-size: 1.125em;
        }

        .main-content .inner-content .page-content > .block h6 {
            font-size: 1em;
            font-weight: 600;
        }

        .main-content .inner-content .page-content > hr {
            border: 0;
            border-top: #e0e0e0 1px solid;
            display: block;
            clear: both;
            margin: 2.5em 0;
        }

    .main-content .inner-content .sidebar {
        flex: 1 0 23.7288%;
        max-width: 23.7288%;
        margin-left: 10%;
    }

    .main-content .inner-content table {
        border-collapse: collapse;
        margin-bottom: 1.75em;
        width: 100%;
    }

        .main-content .inner-content table tr th,
        .main-content .inner-content table thead tr td {
            font-size: .8125em;
            color: #FFF;
            background: #182636;
            text-align: left;
            padding: 11px 15px;
            font-weight: 600;
            line-height: 1.5;
            border-right: 1px solid #FFF;
        }

            .main-content .inner-content table tr th strong,
            .main-content .inner-content table tr th b,
            .main-content .inner-content table thead tr td strong,
            .main-content .inner-content table thead tr td b {
                color: inherit !important;
            }

            .main-content .inner-content table tr th:last-child,
            .main-content .inner-content table thead tr td:last-child {
                border-right: none;
            }

            .main-content .inner-content table tr th.nowrap,
            .main-content .inner-content table thead td.nowrap,
            .main-content .inner-content table tr td.nowrap {
                white-space: nowrap;
            }

            .main-content .inner-content table tr th.download-link,
            .main-content .inner-content table thead td.download-link,
            .main-content .inner-content table tr td.download-link {
                width: 10em;
            }

            .main-content .inner-content table thead tr td.ellipsis,
            .main-content .inner-content table tr th.ellipsis {
                position: relative;
            }

                .main-content .inner-content table tr th.ellipsis:before,
                .main-content .inner-content table thead tr td.ellipsis:before {
                    content: "&nbsp;&nbsp;&nbsp;";
                    visibility: hidden;
                }

                .main-content .inner-content table tr th.ellipsis span,
                .main-content .inner-content table thead tr td.ellipsis span {
                    position: absolute;
                    left: 0;
                    right: 0;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    padding-left: 15px;
                    padding-right: 15px;
                }

        .main-content .inner-content table tr:nth-child(odd) {
            background: #f8f8f8;
        }

        .main-content .inner-content table tr:nth-child(even) {
            background: #FFF;
        }

        .main-content .inner-content table tbody tr:first-child td,
        .main-content .inner-content table > tr:first-child td {
            border-top: #dedede 1px solid;
        }

        .main-content .inner-content table tr td {
            font-size: .92857em;
            border-bottom: #dedede 1px solid;
            border-right: #dedede 1px solid;
            line-height: 1.5;
            padding: 10px 15px;
        }

            .main-content .inner-content table tr td.align-center {
                text-align: center;
            }

            .main-content .inner-content table tr td.align-right {
                text-align: right;
            }

            .main-content .inner-content table tr td:last-child {
                border-right: none;
            }

            .main-content .inner-content table tr td .fa-download,
            .main-content .inner-content table tr td .fa-external-link {
                display: block;
                width: 100%;
                text-align: center;
                font-size: 1rem;
            }

            .main-content .inner-content table tr td a .fa-download,
            .main-content .inner-content table tr td a .fa-external-link {
                color: #136edf;
                transition: 300ms ease all;
            }

            .main-content .inner-content table tr td a:hover .fa-download,
            .main-content .inner-content table tr td a:hover .fa-external-link {
                color: #121212;
            }

            .main-content .inner-content table tr th p:last-child,
            .main-content .inner-content table tr td p:last-child {
                margin-bottom: 0;
            }

    .main-content .inner-content .table-caption {
        font-size: .875em;
        line-height: 1.5;
        margin-bottom: 2.5em;
    }

/* Registries search
-------------------------------------------*/
.registries-search .gutter {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
}

.registries-search .registries-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

    .registries-search .registries-list .registry {
        flex: 1 1 25%;
        max-width: 25%;
        display: flex;
        margin-bottom: 1em;
        flex-direction: column;
        position: relative;
        z-index: 1;
    }

    .registries-search .registries-list .side-box {
        flex: 1 1 25%;
        max-width: 25%;
        margin-bottom: 1em;
    }

    .registries-search .registries-list .registry > a {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 10px 20px;
        flex: 1 0 auto;
        transition: 300ms ease all;
        border: transparent 1px solid;
        border-bottom: 0;
        border-radius: 3px 3px 0 0;
        position: relative;
        z-index: 2;
    }

    .registries-search .registries-list .registry .icon-arrow {
        display: none;
    }

    .registries-search .registries-list .registry > a.noChild {
        border-radius: 3px;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: transparent;
        flex: 0 0 auto;
    }

    .registries-search .registries-list .registry .icon-holder {
        font-size: 3.5em;
        color: #203857;
        margin-bottom: 10px;
        transition: 300ms ease all;
    }

    .registries-search .registries-list .registry .svg-icon {
        display: block;
        display: none !important; /* Remove this to enable SVG icons instead of icon font */
    }

        .registries-search .registries-list .registry .svg-icon img {
            max-width: 56px;
        }

    .registries-search .registries-list .registry .icon-text {
        color: #444;
        font-size: .9375em;
        font-weight: 600;
        transition: 300ms ease all;
        line-height: 1.3em;
        margin-bottom: 3px;
        display: block;
        width: 100%;
    }

    .registries-search .registries-list .registry .icon-text-description {
        color: #868686;
        font-size: .8125em;
        line-height: 1.5em;
        display: block;
        width: 100%;
    }

    .registries-search .registries-list .registry:nth-child(4n+1) .registry-entities {
        margin-right: -300%;
        margin-left: 0;
    }

    .registries-search .registries-list .registry:nth-child(4n+2) .registry-entities {
        margin-left: -100%;
        margin-right: -200%;
    }

    .registries-search .registries-list .registry:nth-child(4n+3) .registry-entities {
        margin-left: -200%;
        margin-right: -100%;
    }

    .registries-search .registries-list .registry:nth-child(4n+4) .registry-entities {
        margin-left: -300%;
        margin-right: 0;
    }

    .registries-search .registries-list .registry .registry-entities {
        display: block;
        background: #f5f5f5;
        border: #e3e3e3 1px solid;
        margin-top: -1px;
        padding: 10px 15px;
        /* Fix the registries to overlap bottom ones */
        position: absolute;
        top: 100%;
        z-index: 1;
        left: 0;
        right: 0;
        opacity: 0;
        pointer-events: none;
        transition: none;
        height: auto;
        opacity: 1;
        display: none;
    }

        .registries-search .registries-list .registry .registry-entities ul {
            display: flex;
            flex-direction: row;
            list-style: none;
            margin: 0;
            padding: 0;
            font-size: .8125em;
            flex-wrap: wrap;
            margin-left: -15px;
            margin-right: -15px;
            line-height: 1.5;
        }

            .registries-search .registries-list .registry .registry-entities ul li {
                flex: 1 1 25%;
                max-width: 25%;
                margin-bottom: 10px;
                display: flex;
                padding: 0 15px;
                align-items: center;
            }

                .registries-search .registries-list .registry .registry-entities ul li a {
                    flex: 1 1 100%;
                    max-width: 100%;
                    padding: 10px;
                    border-radius: 3px;
                    color: #444;
                    text-align: center;
                    transition: 300ms ease all;
                    font-weight: 600;
                    border: 0;
                }

                    .registries-search .registries-list .registry .registry-entities ul li a:hover {
                        color: #121212;
                        background: #cecece;
                    }

/* Document search
-------------------------------------------*/
.search {
    margin-bottom: 1.875em;
}

    .search .frow {
        margin-bottom: 5px;
    }

        .search .frow label {
            color: #444;
            font-size: .8125em;
            display: block;
            text-transform: uppercase;
            font-weight: 600;
        }

        .search .frow .search-field {
            display: flex;
            flex-direction: row;
        }

            .search .frow .search-field input {
                font-size: 1em;
                border: #e0e0e0 1px solid;
                color: #444;
                background: #FFF;
                padding: 17px 15px;
                line-height: 1.5;
                height: 3.75em;
            }

            .search .frow .search-field button {
                margin-left: 17px;
                width: 3.75em;
                height: 3.75em;
                flex: 0 0 3.75em;
                background: #162f4f;
                color: #FFF;
                border: 0;
                border-radius: 3px;
                cursor: pointer;
                transition: 300ms ease all;
            }

                .search .frow .search-field button:hover {
                    background: #136edf;
                }

                .search .frow .search-field button span {
                    display: none;
                }

                .search .frow .search-field button:before {
                    font-size: 1.5em;
                    font-family: FontAwesome;
                    content: "\f002";
                    display: block;
                }

                .search .frow .search-field button.reset-btn:before {
                    content: "\f00d";
                }

    .search.news-search {
        padding-bottom: 1.875em;
        border-bottom: #e0e0e0 1px solid;
    }

        .search.news-search .frow .search-field .date {
            position: relative;
        }

            .search.news-search .frow .search-field .date .small-label {
                position: absolute;
                color: #b7b7b7;
                pointer-events: none;
                font-size: .6875em;
                text-transform: uppercase;
                top: 5px;
                left: 15px;
            }

            .search.news-search .frow .search-field .date input {
                width: 150px;
                padding-top: 24px;
                padding-bottom: 10px;
                border-left: 0;
                padding-right: 45px;
            }

            .search.news-search .frow .search-field .date .fa {
                color: #cecece;
                font-size: 1.625em;
                display: block;
                position: absolute;
                right: 15px;
                top: 18px;
                pointer-events: none;
            }

/* Inner video gallery and news
-------------------------------------------*/
.main-content .inner-content .news-holder .news {
    border-bottom: #e0e0e0 1px solid;
    padding-bottom: 1em;
    margin-bottom: 1em;
}

    .main-content .inner-content .news-holder .news .news-with-image {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
    }

        .main-content .inner-content .news-holder .news .news-with-image .news-image {
            flex: 1 0 180px;
            max-width: 180px;
            margin-right: 20px;
        }

            .main-content .inner-content .news-holder .news .news-with-image .news-image a {
                display: block;
                position: relative;
                border: 0;
            }

        .main-content .inner-content .news-holder .news .news-with-image .news-content {
            align-self: center;
        }

.main-content .inner-content .video-play a:before {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #1a2839;
    opacity: .3;
}

.main-content .inner-content .video-play a:after {
    width: 50px;
    height: 50px;
    display: flex;
    content: "\f04b";
    font-family: FontAwesome;
    color: #FFF;
    background: rgba(25,25,25,.7);
    border-radius: 50%;
    left: 50%;
    top: 50%;
    margin-top: -25px;
    margin-left: -25px;
    position: absolute;
    justify-content: center;
    align-items: center;
    font-size: 1.25rem;
    padding-left: 5px;
    transform: scale(1);
    transition: 300ms ease all;
}

.main-content .inner-content .video-play a:hover:after {
    background: #136edf;
    transform: scale(1.1);
}

.main-content .inner-content .news-holder .news .news-with-image .news-image a img {
    display: block;
    width: 100%;
}

.main-content .inner-content .paging {
}

    .main-content .inner-content .paging ul {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: baseline;
        flex-wrap: wrap;
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .main-content .inner-content .paging ul li {
        }

            .main-content .inner-content .paging ul li a {
                display: block;
                line-height: 40px;
                min-width: 40px;
                padding: 0 5px;
                color: #1e1e1e;
                text-align: center;
                border: 0;
            }

                .main-content .inner-content .paging ul li a:hover {
                    color: #136edf;
                }

                .main-content .inner-content .paging ul li a.current {
                    background: #f4f4f4;
                }

/* Public procurement
-------------------------------------------*/
.main-content .inner-content .registries-search {
    margin-bottom: 3em;
}

    .main-content .inner-content .registries-search h2 {
        margin-bottom: 1.25em;
        text-align: center;
    }

        .main-content .inner-content .registries-search h2:not(:first-child) {
            border-top: 1px solid #e0e0e0;
            padding-top: 1.5em;
            margin-top: .5em;
        }

    .main-content .inner-content .registries-search .side-box .box-text {
        margin-bottom: 0;
    }

        .main-content .inner-content .registries-search .side-box .box-text a {
            color: #136edf;
            border: 0;
        }

        .main-content .inner-content .registries-search .side-box .box-text .fa {
            color: #136edf;
        }

.main-content .inner-content table tr td a.documentation {
    text-decoration: none;
}

    .main-content .inner-content table tr td a.documentation:hover {
        color: #121212;
    }

    .main-content .inner-content table tr td a.documentation .fa,
    .main-content .inner-content table tr td a.email .fa {
        display: none;
    }

/* Contact links
-------------------------------------------*/
.contact-boxes {
    display: flex;
    flex-direction: row;
    margin-bottom: 6.25em;
}

    .contact-boxes .contact {
        border-left: #d2d2d2 1px solid;
        flex: 1 1 33.33333%;
        max-width: 33.33333%;
        padding: .5em 0 1em 22px;
        font-size: .875em;
        line-height: 1.5em;
    }

        .contact-boxes .contact p {
            color: #162f4f;
        }

        .contact-boxes .contact .phone {
            font-size: 2.71428em;
            font-weight: 700;
            line-height: 1em;
        }

        .contact-boxes .contact .button {
            font-weight: 500;
            text-transform: none;
            font-size: .9286em;
        }

        .contact-boxes .contact .address strong {
            font-weight: 700;
            text-transform: uppercase;
        }

        .contact-boxes .contact .icon-tooltip {
            font-size: 1.75em;
            color: #136edf;
            margin: -10px 0 0 5px;
        }

/* News Article
-------------------------------------------*/
.single-news {
}

    .single-news .article-meta {
        border-bottom: #e0e0e0 1px solid;
        padding-bottom: 1.5em;
        margin-bottom: 1.5em;
    }

        .single-news .article-meta .item-date {
            font-size: 1em;
        }

        .single-news .article-meta .item-title {
            font-size: 2.375em;
            line-height: 1.25em;
        }

        .single-news .article-meta .item-excerpt {
            font-size: 1.25em;
            font-weight: 600;
            color: #717171;
            display: none;
        }

    .single-news .article-slider .slide img,
    .single-news .conferencies-slider .slide img {
        display: block;
        width: 100%;
    }

    .single-news .conferencies-slider {
        margin-right: -24px;
    }

        .single-news .conferencies-slider .slide {
            margin: 0 -12px;
            padding: 0 12px;
        }

    .single-news .article-content {
        padding: 2.5em 4.0625em;
    }

    .single-news .article-image {
        padding-bottom: 2.5em;
    }

        .single-news .article-image > a {
            position: relative;
            display: block;
        }

            .single-news .article-image > a img {
                display: block;
                width: 100%;
            }

        .single-news .article-image.video-play a:after {
            width: 100px;
            height: 100px;
            margin-top: -50px;
            margin-left: -50px;
            font-size: 2.5rem;
            padding-left: 10px;
        }

.slick-list {
    width: 100%;
    overflow: hidden;
}

.single-news .article-paging {
    border-top: #e0e0e0 1px solid;
    padding-top: 1.5em;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

    .single-news .article-paging .paging-item {
        flex: 1 1 40%;
        max-width: 40%;
        display: flex;
        flex-direction: column;
        border: 0 !important;
    }

        .single-news .article-paging .paging-item.paging-next {
            text-align: right;
        }

        .single-news .article-paging .paging-item .icon {
            font-size: 1.875em;
            color: #136edf;
            margin-bottom: .35em;
        }

            .single-news .article-paging .paging-item .icon:before {
                font-family: Pe-icon-7-stroke;
                content: "\e687";
            }

        .single-news .article-paging .paging-item.paging-next .icon:before {
            content: "\e685";
        }

        .single-news .article-paging .paging-item .item-date {
            margin-bottom: 0;
        }

        .single-news .article-paging .paging-item .item-title {
            font-size: 1em;
            line-height: 1.5em;
            color: #121212;
        }

/* MFP popup */
.white-popup h4 {
    background: linear-gradient(to right, #162f4f 0%, #1d4271 100%);
    color: #FFF;
    padding: 30px 50px 30px 30px;
    margin: -30px -30px 20px;
}

.white-popup button.mfp-close {
    opacity: 1;
    color: #FFF;
    top: 20px;
    right: 10px;
}

    .white-popup button.mfp-close:active {
        top: 20px;
    }

    .white-popup button.mfp-close:hover {
        opacity: .5;
    }

.white-popup .form,
.white-popup .form-group {
    margin-bottom: 10px;
}

.white-popup label .required {
    color: #136edf;
    font-weight: bold;
}

.white-popup form input[type="text"],
.white-popup form textarea {
    font-size: 1em;
    border: #e0e0e0 1px solid;
    color: #444;
    background: #FFF;
    padding: 17px 15px;
    line-height: 1.5;
    height: 3.25em;
}

.white-popup form textarea {
    min-height: 150px;
}

.white-popup form .error {
    font-size: .875rem;
    font-weight: bold;
    opacity: .7;
}

.white-popup form input[type="submit"],
.white-popup form button[type="submit"] {
    background: #162f4f;
    color: #FFF;
    border: 0;
    border-radius: 3px;
    cursor: pointer;
    transition: 300ms ease all;
    text-transform: uppercase;
}

    .white-popup form input[type="submit"]:hover,
    .white-popup form button[type="submit"]:hover {
        background: #136edf;
    }

/* Datepicker */
.ui-datepicker {
    border: 1px solid #e0e0e0;
    box-shadow: 0 2px 10px rgba(0,0,0,.1);
    background: #FFF;
    margin: -1px 0 0 -1px
}

    .ui-datepicker .ui-datepicker-header {
        padding: .5em 0 !important;
    }

        .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
            font-size: .9rem;
            font-weight: 700;
        }

        .ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
        .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
            font-size: 0;
            width: 30px;
            height: 30px;
            cursor: pointer;
            top: 4px !important;
            color: currentColor;
            transition: 200ms ease all;
            border-radius: 50%;
        }

            .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover,
            .ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover {
                background: #e5eaef;
            }

        .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
            left: 0;
        }

        .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
            font-size: 0;
            right: 0;
        }

            .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before,
            .ui-datepicker .ui-datepicker-header .ui-datepicker-next:before {
                font-family: FontAwesome;
                content: "\f105";
                display: block;
                font-size: 1rem;
                width: 30px;
                height: 30px;
                text-align: center;
                line-height: 30px;
            }

        .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before {
            transform: scaleX(-1);
        }

    .ui-datepicker .ui-datepicker-calendar thead th {
        background: #e5eaef;
        font-weight: 600;
        font-size: .8125em;
        text-align: center;
    }

    .ui-datepicker .ui-datepicker-calendar td {
        text-align: center;
        padding: .2em;
        cursor: pointer;
    }

        .ui-datepicker .ui-datepicker-calendar td a {
            text-align: center;
            padding: 0;
            border-radius: 50%;
            width: 30px;
            height: 30px;
            line-height: 30px;
            color: currentColor;
            transition: 200ms ease all;
        }

        .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today a {
            background: #e5eaef;
            font-weight: 700;
            color: currentColor;
        }

        .ui-datepicker .ui-datepicker-calendar td:hover a {
            background: #162f4f;
            color: #FFF;
        }

        .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day a {
            color: #FFF;
            background: #136edf;
            font-weight: 700;
        }

/* Back to top
-------------------------------------------*/
.back-to-top {
    position: fixed;
    right: 2rem;
    bottom: 2rem;
    opacity: 0;
    pointer-events: none;
    transition: 300ms ease all !important;
    font-size: 0;
}

    .back-to-top.on {
        opacity: 1;
        pointer-events: initial;
    }

    .back-to-top:after {
        content: "\f106";
        font-family: FontAwesome;
        background: #154581;
        color: #FFF;
        font-size: 2rem;
        width: 2.5rem;
        height: 2.5rem;
        display: block;
        text-align: center;
        line-height: 2.25rem;
        border-radius: 50%;
        transition: 200ms ease all;
    }

    .back-to-top:hover:after {
        background: #136edf;
        box-shadow: 0 2px 10px rgba(0,0,0,.4);
    }

/* Search
-------------------------------------------*/
.page-search {
}

.site-keyword {
    margin-bottom: 1em;
    padding: 1em;
    background: #f4f4f4;
}

.site-search {
}

    .site-search .search-tabs {
        display: flex;
        flex-direction: row;
        border-bottom: #e0e0e0 1px solid;
    }

        .site-search .search-tabs .single-tab {
            flex: 0 1 25%;
            max-width: 25%;
            text-align: center;
            padding-right: 1px;
        }

            .site-search .search-tabs .single-tab a {
                border: #e0e0e0 1px solid;
                border-radius: 3px 3px 0 0;
                display: block;
                padding: 1em;
                font-size: .8125em;
                color: #444;
                text-transform: uppercase;
                font-weight: 600;
                border-bottom: 0;
                transition: 300ms ease all;
            }

                .site-search .search-tabs .single-tab a:hover {
                    background: #e5eaef;
                    color: #136edf;
                    border-color: #c7d1da;
                }

.search-results {
    margin-top: 2em;
}

    .search-results ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .search-results ul li {
            border-bottom: #e0e0e0 1px solid;
            padding: 0 0 10px 0;
            margin: 0 0 10px;
        }

            .search-results ul li:last-child {
                border: 0;
            }

            .search-results ul li a {
                border: 0 !important;
            }

    .search-results .news {
        border-bottom: #e0e0e0 1px solid;
        padding: 0 0 10px 0;
        margin: 0 0 10px;
    }

.end-start-pagination {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: baseline;
    flex-wrap: wrap;
}

    .end-start-pagination a {
        border: 0;
        display: block;
        line-height: 40px;
        min-width: 40px;
        padding: 0 5px;
        color: #1e1e1e;
        text-align: center;
    }

        .end-start-pagination a:hover {
            color: #136edf;
        }

        .end-start-pagination a.jp-current {
            background: #f4f4f4;
        }

    .end-start-pagination span {
        opacity: .5;
    }

    .end-start-pagination .jp-previous,
    .end-start-pagination .jp-next {
        cursor: pointer;
    }

/* Registries
-------------------------------------------*/
.registries-list {
    font-size: 1em;
}

    .registries-list .single-in-list {
        margin-bottom: 2.5em;
    }

.page-1548 .registries-list.special-with-map .single-in-list:nth-child(6) ul li,
.page-1652 .registries-list.special-with-map .single-in-list:nth-child(6) ul li,
.page-2403 .registries-list.special-with-map .single-in-list:nth-child(6) ul li {
    padding-left: 3.5em;
}

    .page-1548 .registries-list.special-with-map .single-in-list:nth-child(6) ul li:before,
    .page-1652 .registries-list.special-with-map .single-in-list:nth-child(6) ul li:before,
    .page-2403 .registries-list.special-with-map .single-in-list:nth-child(6) ul li:before {
        content: "";
        display: block;
        margin-right: 5px;
        float: left;
        background: url(../img/mapa.svg);
        width: 30px;
        height: 46px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 120%;
        margin-top: -8px;
        margin-left: -8px;
    }

.registries-list .single-in-list .item-title .item-text {
    font-size: 1.2em;
    font-weight: 600;
    color: #2d2d2d;
    display: block;
    transition: 200ms ease color;
    text-decoration: none;
    border-bottom: 0 !important;
}

.registries-list .single-in-list .item-title .item-description {
    display: block;
    transition: 200ms ease color;
    color: #868686;
    font-weight: 400;
    font-size: .875em;
}

.registries-list .single-in-list .item-title .item-text a:hover {
    color: #136edf;
    text-decoration: none;
}

.registries-list .single-in-list ul {
    list-style: none;
    margin: 1em 0 2.75em;
    font-size: 1em;
}

    .registries-list .single-in-list ul li {
        padding-left: 2.5em;
        position: relative;
    }

        .registries-list .single-in-list ul li:before {
            color: #c2c2c2;
            font-family: FontAwesome;
            content: "\f111";
            font-size: 6px;
            position: absolute;
            left: 18px;
            top: 0;
        }

/* Tooltip
-------------------------------------------*/
.ui-tooltip {
    z-index: 10000;
    background: #FFF;
    color: #222;
    padding: 5px 10px;
    position: absolute;
    max-width: 250px;
    font-size: .75em;
    border-radius: 3px;
    line-height: 1.5;
    box-shadow: 0 2px 5px rgba(0,0,0,.2);
}

.ui-helper-hidden-accessible {
    display: none;
}

/* Home important tabs
-------------------------------------------*/
.home-important-tabs {
}

    .home-important-tabs .gutter {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        padding: 2.8125em 0 1.5625em;
    }

        .home-important-tabs .gutter .home-tab {
            flex: 1 1 33.33333%;
            max-width: 33.33333%;
            margin: 0 10px 1.25em;
        }

            .home-important-tabs .gutter .home-tab a {
                display: flex;
                flex-direction: row;
                align-items: center;
                transition: 300ms ease all;
                min-height: 180px;
                position: relative;
                overflow: hidden;
                border-radius: 5px;
            }

                .home-important-tabs .gutter .home-tab a:hover {
                    box-shadow: 0 8px 16px #d5d5d5;
                }

            .home-important-tabs .gutter .home-tab .tab-image {
                position: absolute;
                left: 0;
                top: 0;
                bottom: 0;
                right: 0;
                background-position: center;
                background-size: cover;
            }

            .home-important-tabs .gutter .home-tab .tab-title {
                position: absolute;
                padding: 0 28px;
                font-size: 1.625em;
                color: #FFF;
            }

.slide-button .button {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    min-width: 200px
}

/* Two column contacts */
.two-col-contacts {
    display: flex;
    flex-direction: row;
    margin: 0 -10px;
}

    .two-col-contacts .single-column {
        flex: 1 1 50%;
        padding: 5px 10px;
    }

        .two-col-contacts .single-column img {
            width: 100%;
            display: block;
            margin: 0 0 10px;
        }

.version-6 .bottom-numbers .icon-tooltip {
    display: none;
}

#infographicPopup,
.infographicPopup {
    max-width: 950px !important;
}

    #infographicPopup img,
    .infographicPopup img {
        width: 100%;
        display: block;
    }

    #infographicPopup h4,
    .infographicPopup h4 {
        display: none;
    }

    #infographicPopup button.mfp-close,
    .infographicPopup button.mfp-close {
        color: #1d4271;
        top: 5px;
        right: 5px;
    }

        #infographicPopup button.mfp-close:active,
        .infographicPopup button.mfp-close:active {
            top: 5px;
        }

.main-content .inner-content .news-holder.infografika {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

    .main-content .inner-content .news-holder.infografika .news {
        flex: 1 1 50%;
        max-width: 50%;
    }

        .main-content .inner-content .news-holder.infografika .news .news-with-image .news-image {
            flex: 1 0 100%;
            max-width: 100%;
            padding-right: 20px;
        }

.select-css {
    display: block;
    line-height: 1.3;
    padding: .6em 1.4em .5em .8em;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #aaa;
    box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
    border-radius: .5em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'), linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
}

    .select-css::-ms-expand {
        display: none;
    }

    .select-css:hover {
        border-color: #888;
    }

    .select-css:focus {
        border-color: #aaa;
        box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
        box-shadow: 0 0 0 3px -moz-mac-focusring;
        color: #222;
        outline: none;
    }

    .select-css option {
        font-weight: normal;
    }
