@charset "UTF-8";

/************************************************

Stylesheet: Main Stylesheet

*************************************************/

@font-face {
    font-family: "fonts";
    src: url("../fonts/panton/Panton Light.eot") format("eot"), url("../fonts/panton/Panton Light.woff") format("woff"),
        url("../fonts/panton/Panton Light.otf") format("opentype");
    font-weight: lighter;
    font-style: normal;
}

@font-face {
    font-family: "panton";
    src: url("../fonts/panton/Panton.eot") format("eot"), url("../fonts/panton/Panton.woff") format("woff"),
        url("../fonts/panton/Panton.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "panton";
    src: url("../fonts/panton/Panton SemiBold.eot") format("eot"),
        url("../fonts/panton/Panton SemiBold.woff") format("woff"),
        url("../fonts/panton/Panton SemiBold.otf") format("opentype");
    font-weight: bold;
    font-style: normal;
}

/*********************
GENERAL STYLES
*********************/

/*********************
COLORS

orange: #f07d00;
morelowy: #ffe8d0;
more-lightgrey: #f9f9f9;
middle-gray: #e5e5e5;
gray: #dadbdd;
ciemny-granat-pod-menu: #222f38;
szary-pod-menu:#424e56;
*********************/

.lightgrey {
    background: #e8e8e8;
}

html,
body {
    height: 100%;
    font-family: "panton", "Verdana";
    scroll-behavior: smooth;
}

.off-canvas-wrapper {
    min-height: 100%;
}

.page-content {
    min-height: 500px;
}

/*********************
LINK STYLES
*********************/

a:link,
a:visited:link {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

/*********************
H1, H2, H3, H4, H5 P STYLES
*********************/

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a {
    text-decoration: none;
}

/*********************
HEADER STYLES
*********************/

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.body {
    background: #fff;
}

h2,
h3,
h4,
h5 {
    color: #f07d00;
    font-family: "panton", "Verdana";
    font-weight: normal;
}

h5 {
    font-size: 19px;
}

h2 a,
h3 a,
h4 a,
h5 a {
    color: #f07d00;
}

h2 a:hover,
h2 a:focus {
    color: #da6622;
}

h1,
.h1 {
    font-family: "panton", "Verdana";
    font-weight: normal;
    font-size: 25px;
    margin: 20px 0;
    color: #f07d00;
}

h2 {
    font-size: 19px;
}

h6 {
    margin: 20px 0 20px 0;
    font-family: "panton", "Verdana";
    font-weight: normal;
    font-size: 15px;
}

a {
    transition: color 0.3s ease;
}

p {
    font-size: 16px;
}

.grey {
    background: #e5e5e5;
}

.black-write {
    color: black;
}

.orange-write {
    color: #f07d00;
}

.orange {
    background: #f07d00;
}

.bold {
    font-weight: bold;
}

.uppercase {
    text-transform: uppercase;
}

.form-margin {
    margin-bottom: 20px;
}

.header ul.off-canvas-list li {
    list-style: none;
}

.header {
    background: #fff;
}

.main-footer {
    background: #222f38;
    border-top: 20px solid #f07d00;
}

.no-margin {
    margin: 0;
}

.page-template-template-front-page .main-footer,
.menu-item>li {
    border: none;
}

.main-menu {
    font-family: "panton";
    font-weight: lighter;
    /* background: #222f38; */
}

.header .menu {
    padding: 15px 0;
    /* background: #222f38; */
    z-index: 30;
    justify-content: center;
}

.main-menu {
    border-bottom: 0;
    margin-top: 20px;
    margin-bottom: 10px;
}

.main-menu .menu a {
    display: block;
    color: #223038;
    /* font-fa */
    text-align: center;
    padding: 0px 32px;
    line-height: 0.8;
    /* font-family: "panton"; */
    font-size: 19px;
    text-transform: uppercase;
    transition: color 0.4s ease;
}

.main-menu .menu .active>a {
    background-color: transparent;
    color: #f17d00;
}

.menu .active>a {
    background-color: transparent;
    color: #fff;
    font-weight: bold;
}

/* #menu-main-menu-1 > li > a {
    padding: 17px 24px;
    margin: -15px 0px; 
} */

.main-menu a:hover {
    /* background: #172027; */
    color: #f17d00;
}

.dropdown.menu .is-active>a {
    color: #fff;
}

/* 
.main-menu .active>a{
    background: #424e56;
} */

.main-menu ul li {
    border-right: 2px solid #f07d00;
}

.main-menu .submenu li,
.main-menu .is-dropdown-submenu,
.main-menu .show-for-small-only li,
.main-menu li:last-child {
    border: none;
}

.off-canvas .submenu {
    padding-left: 20px;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right>a::after {
    display: none;
}

.submenu li {
    background: #222f38;
    color: #fff;
}

.main-menu .submenu li a {
    color: #fff;
    text-align: left;
}

.submenu li a:hover {
    background: #172027;
}

.submenu li a:active {
    color: #f07d00;
}

/*********************
NAVIGATION STYLES
*********************/

.top-bar .title-area {
    z-index: 1;
}

.top-bar .search-form {
    margin-bottom: 10px;
}

.top-bar .search-form .search-field {
    max-width: 180px;
    border: 1px solid #000;
    border-right: 0;
    display: block;
    float: left;
    margin: 0;
    width: auto;
    height: 30px;
    box-shadow: none;
}

@media(max-width: 998px) {
    .top-bar .search-form .search-field {
        max-width: 140px;
    }

}

@media(max-width: 860px) {
    .top-bar .search-form .search-field {
        max-width: 110px;
    }
}

.top-bar .search-form .search-submit {
    border: 1px solid #000;
    border-left: 0;
    display: block;
    float: left;
    background: #fefefe;
    margin: 0;
    padding: 7px;
    height: 30px;
}

.top-bar .search-form .search-submit img {
    max-height: 15px;
}

.widget_icl_lang_sel_widget {
    text-align: left;
}

.top-bar {
    background: #fff;
}

.off-canvas {
    background: #222f38;
}

.off-canvas-list ul {
    margin-left: 0;
}

.off-canvas li a {
    color: #fff;
}

.off-canvas-list ul li a {
    border-bottom: 0px;
}

.off-canvas-list ul .dropdown {
    margin-left: 20px;
}

/*********************
POSTS & CONTENT STYLES
*********************/

#inner-content {
    margin-bottom: 0;
    padding-bottom: 0;
}

.page-title {
    color: #f07d00;
}

.page-title .vcard {
    border: 0px;
    padding: 0px;
}

.page-template-template-front-page #inner-content {
    margin: 0 25px;
}

.byline {
    color: #999;
}

.entry-content img {
    max-width: 100%;
    height: auto;
}

.entry-content .alignleft,
.entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
}

.entry-content .alignright,
.entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
}

.entry-content .aligncenter,
.entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: flex;
    clear: both;
    justify-content: center;
}

.entry-content video,
.entry-content object {
    max-width: 100%;
    height: auto;
}

.entry-content pre {
    background: #eee;
    border: 1px solid #cecece;
    padding: 10px;
}

.wp-caption {
    max-width: 100%;
    background: #eee;
    padding: 5px;
}

.wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%;
}

.wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center;
}

.post-password-form input[type="submit"] {
    display: inline-block;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: none;
    transition: all 0.25s ease-out;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 0;
    padding: 0.85em 1em;
    margin: 0 1rem 1rem 0;
    font-size: 0.9rem;
    background: #2199e8;
    color: #fff;
}

[data-whatinput="mouse"] .post-password-form input[type="submit"] {
    outline: 0;
}

.post-password-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:focus {
    background: #1583cc;
    color: #fff;
}

.main-content p,
.main-content li {
    font-size: 11px;
    list-style-type: none;
}

.main-content h6 {
    text-align: center;
}

.post-content {}

.content-1 {
    background: #ffe8d0;
}

.content-2 {
    background: #f9f9f9;
}

.content-3 {
    background: #e5e5e5;
}

.content-4 {
    background: #dadbdd;
}

a.content-box {
    text-align: center;
    padding: 40px 20px 20px 20px;
    font-size: 10px;
}

.content-image-box {
    text-align: center;
}

a.content-box h6 {
    color: #303030;
}

a.content-box:hover h6 {
    color: #fff;
}

.content-box img.hover {
    display: none;
}

.content-box.content-1:hover {
    background: #ee7f09;
}

.content-box:hover {
    background: #222e38;
}

.content-box:hover img.default {
    display: none;
}

.content-box:hover img.hover {
    display: inline-block;
}

/*********************
    IMAGE GALLERY STYLES
    *********************/

/*********************
PAGE NAVI STYLES
*********************/

.page-navigation {
    margin-top: 2rem;
}

/*********************
COMMENT STYLES
*********************/

#comments .commentlist {
    margin-left: 0px;
}

#respond ul {
    margin-left: 0px;
}

.commentlist li {
    position: relative;
    clear: both;
    overflow: hidden;
    list-style-type: none;
    margin-bottom: 1.5em;
    padding: 0.7335em 10px;
}

.commentlist li:last-child {
    margin-bottom: 0;
}

.commentlist li ul.children {
    margin: 0;
}

.commentlist li[class*="depth-"] {
    margin-top: 1.1em;
}

.commentlist li.depth-1 {
    margin-left: 0;
    margin-top: 0;
}

.commentlist li:not(.depth-1) {
    margin-left: 10px;
    margin-top: 0;
    padding-bottom: 0;
}

.commentlist .vcard {
    margin-left: 50px;
}

.commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal;
}

.commentlist .vcard time {
    float: right;
}

.commentlist .vcard time a {
    color: #999;
    text-decoration: none;
}

.commentlist .vcard time a:hover {
    text-decoration: underline;
}

.commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff;
}

.commentlist .comment_content p {
    margin: 0.7335em 0 1.5em;
    font-size: 1em;
    line-height: 1.5em;
}

.commentlist .comment-reply-link {
    float: right;
}

/*********************
COMMENT FORM STYLES
*********************/

.respond-form {
    margin: 1.5em 10px;
    padding-bottom: 2.2em;
}

.respond-form form {
    margin: 0.75em 0;
}

.respond-form form li {
    list-style-type: none;
    clear: both;
    margin-bottom: 0.7335em;
}

.respond-form form li label,
.respond-form form li small {
    display: none;
}

.respond-form form input[type="text"],
.respond-form form input[type="email"],
.respond-form form input[type="url"],
.respond-form form textarea {
    padding: 3px 6px;
    background: #efefef;
    border: 2px solid #cecece;
    line-height: 1.5em;
}

.respond-form form input[type="text"]:focus,
.respond-form form input[type="email"]:focus,
.respond-form form input[type="url"]:focus,
.respond-form form textarea:focus {
    background: #fff;
}

.respond-form form input[type="text"]:invalid,
.respond-form form input[type="email"]:invalid,
.respond-form form input[type="url"]:invalid,
.respond-form form textarea:invalid {
    outline: none;
    border-color: #fbc2c4;
    background-color: #f6e7eb;
    -ms-box-shadow: none;
    box-shadow: none;
}

.respond-form form input[type="text"],
.respond-form form input[type="email"],
.respond-form form input[type="url"] {
    max-width: 400px;
    min-width: 250px;
}

.respond-form form textarea {
    resize: none;
    width: 97.3%;
    height: 150px;
}

#comment-form-title {
    margin: 0 0 1.1em;
}

#allowed_tags {
    margin: 1.5em 10px 0.7335em 0;
}

.nocomments {
    margin: 0 20px 1.1em;
}

/*********************
SIDEBARS & ASIDES
*********************/

.widget ul {
    margin: 0;
}

.widget ul li {
    list-style: none;
}

/*********************
FOOTER STYLES
*********************/

.footer {
    margin-top: 42px !important;
    clear: both;
    color: #fff;
    border-top: 10px solid #f07d00;
}

.footer a {
    color: #fff;
}

.footer .footer-1 {
    padding: 30px 20px;
}

.footer .footer-1 p {
    line-height: 1.6;
    font-size: 14px;
    margin-bottom: 0;
}

.footer .footer-1 a {
    font-size: 14px;
}

.footer .footer-2 {
    padding: 34px 20px 20px 20px;
    font-size: 40px;
    text-align: center;
}

.footer .footer-3 {
    padding: 34px 20px 20px 20px;
    font-size: 40px;
    text-align: center;
}

.footer .footer-4 {
    padding: 34px 20px 20px 20px;
    font-size: 10px;
}

.footer .footer-4 h4 {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
}

.footer .footer-4 li {
    margin-bottom: 5px;
}

.footer .footer-4 a {
    line-height: 1;
    padding: 2px;
    font-size: 12px;
    transition: color 0.2s ease;
}

.main-footer li {
    width: 100%;
    padding: 0;
}

#menu-menu-stopka .active>a {
    color: #f07d00;
    background-color: transparent;
    /* background: #424e56; */
}

#menu-menu-stopka li a:hover {
    color: #f07d00;
    background-color: transparent;
    /* background: #0a0a0a; */
}

.subsidy {
    text-align: center;
}

.subsidy p {
    margin: 0;
}

/*********************
FOUNDATION STYLES
*********************/

/*********************
PLUGIN STYLES
*********************/

.gform_body ul {
    list-style: none outside none;
    margin: 0;
}

/******************************************************************

Stylesheet: Retina Screens & Devices Stylesheet

When handling retina screens you need to make adjustments, especially
if you're not using font icons. Here you can add them in one neat
place.

******************************************************************/

/******************************************************************

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet.

Remember to add things that won't make sense to print at
the bottom. Things like nav, ads, and forms shouldbe set
to display none.
******************************************************************/

@media print {
    * {
        background: transparent !important;
        color: black !important;
        text-shadow: none !important;
        -webkit-filter: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }

    a,
    a:visited {
        color: #444 !important;
        text-decoration: underline;
    }

    a:after,
    a:visited:after {
        content: " ("attr(href) ")";
    }

    a abbr[title]:after,
    a:visited abbr[title]:after {
        content: " ("attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .sidebar,
    .page-navigation,
    .wp-prev-next,
    .respond-form,
    nav {
        display: none;
    }
}

.widget_search input[type="search"] {
    width: 100%;
    margin: 0 0 10px 0;
    max-width: 300px;
    display: inline-block;
}

.full-width {
    width: 100%;
}

.hot-news {
    z-index: 20;
    padding: 10px 30px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);
    cursor: pointer;
}

@media (min-width: 64em) {
    .hot-news {
        width: 400px;
        top: 50px;
        right: 60px;
        position: absolute;
    }
}

.hot-news h3 {
    font-size: 15px;
    font-weight: bold;
}

.hot-news p,
.hot-news a {
    font-size: 11px;
}

.postcontent-subpage {
    background: #e5e5e5;
    padding: 20px;
    margin: 0 -15px;
}

.no-margin-bottom {
    margin-bottom: 0;
}

.linklist {
    list-style: none;
    margin-left: 0;
}

.linklist li {
    font-size: 18px;
}

.linklist li a:hover {
    color: #f07d00;
}

.block {
    padding: 0px;
    list-style-type: none;
    margin-bottom: 2em;
    padding: 2rem;
}

.block ul {
    padding: 0;
}

.block li,
.linklist li {
    list-style-type: none;
    position: relative;
    padding-left: 0;
    margin-bottom: 1rem;
}

.block li:last-of-type {
    margin-bottom: 0;
}

.block h5 {
    padding-left: -0.5em;
    margin-bottom: 20px;
    font-size: 22px;
}

.block li:before {
    content: "";
    position: absolute;
    left: -2rem;
    top: 7px;
    width: 10px;
    height: 10px;
    background: #f07d00;
}

.block-list {
    margin: 0;
}

p.byline,
p.byline a {
    color: black;
}

.more-fp {
    margin-bottom: 10px;
}

.dropdown.menu.vertical>li.opens-right>a::after {
    display: none;
}

/* 
.content-padding {
    padding-left: 60px;
} */

.page-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* ------ Archive ------ */

.archive .page-title {
    margin: 0 -15px 15px;
    padding: 20px;
    border-bottom: 15px solid #f07d00;
}

.archive article.post {
    margin-bottom: 40px;
    border-bottom: 1px dashed;
    padding-bottom: 40px;
    display: flex;
    align-items: center;
}


.archive article.post .post-wrapper {
    flex: 1;
}

.archive article.post .post-image {
    flex-basis: 30%;
    padding-right: 50px;
}

.archive article.post .post-image img {
    display: block;
    aspect-ratio: 16/9;
    width: 100%;
    object-fit: cover;
}

.archive article.post .entry-content p {
    margin-bottom: 0px;
}

.single .article-wrapper{
    display: flex;
}
.single .article-content{
    flex: 1;
}
.single .article-img{
    flex-basis: 45%;
    padding-right: 30px;
}
.single .article-img img{
    display: block;
    aspect-ratio: 16/9;
    object-fit: cover;
    width: 100%;
}

@media(max-width:1200px){
    .archive article.post .post-image {
        padding-right: 25px;
    }
    
}


@media(max-width: 998px) {

    .archive article.post {
        flex-direction: column;
        align-items: flex-start;
        padding-left: 18px;
        padding-right: 18px;
    }
    .archive article.post .post-image {
        padding-right: 0;
    }
    .archive article.post .post-image {
        margin-bottom: 20px;
    }
}
@media(max-width: 768px) {

    .archive article.post .post-image {
        width: 100%;
    }
}


/* .archive article.post {
    padding: 20px 50px;
    margin: 0 -15px 15px;
    border-bottom: 15px solid #e5e5e5;
} */

/* .archive article.post:last-child {
    border-bottom: none;
} */

.under-margin-b {
    margin-bottom: -25px;
}

.drug-form-wrapper .drug-form {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    margin: 0 -20px;
}

.drug-form-wrapper .drug-form-cell {
    border-right: 2px solid #fff;
    padding-bottom: 10px;
}

.drug-form-wrapper.drug-form-cell-4 {
    border-right: none;
}

.drug-form-wrapper.drug-name {
    text-align: center;
}

.drug-form-wrapper span.wpcf7-list-item {
    display: block;
    margin-left: 0;
}

.drug-form-wrapper .inline-fields span.wpcf7-list-item {
    display: inline-block;
    margin-left: 60px;
}

.drug-form-wrapper .inline-fields span.wpcf7-list-item:first-child {
    margin-left: 0;
}

.drug-form-block,
.patient-form-block {
    padding: 10px 20px;
}

.drug-form-block li {
    list-style-type: none;
}

div.wpcf7 {
    margin: 0 -20px;
}

.wpcf7-form-control-wrap textarea {
    height: 120px;
}

.no-margin {
    margin: 0;
}

.postcontent-form {
    margin-top: 20px;
}

.wpcf7-list-item input[type="checkbox"] {
    margin-bottom: 0;
}

.drug-info {
    margin: 10px 0;
    display: block;
}

.wpcf7-form-control-wrap input {
    margin-bottom: 0;
}

.drug-form-wrapper .cell label,
.patient-form-wrapper .cell label {
    margin-bottom: 10px;
}

.block.drug-form-block li {
    padding-left: 0px;
}

.block.drug-form-block li:before {
    left: -20px;
}

.excerpt-read-more {
    margin-top: 12px;
    color: #f07d00;
}

.current-rate {
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    background: #fff;
}

.current-rate .current-rate-name,
.current-rate .current-rate-value,
.current-rate .current-rate-diff,
.current-rate .current-rate-date {
    display: inline-block;
}

.current-rate .current-rate-diff {
    width: 100%;
}

.current-rate .current-rate-name,
.current-rate .current-rate-value {
    font-size: 26px;
}

.current-rate .current-rate-date {
    font-size: 10px;
}

.current-rate .current-rate-diff.plus,
.current-rate .current-rate-diff.plus .current-rate-currency {
    color: #43a047;
}

.current-rate .current-rate-diff.minus,
.current-rate .current-rate-diff.minus .current-rate-currency {
    color: #e53935;
}

.current-rate-value {
    font-weight: bold;
}

.current-rate-currency {
    font-size: 12px;
    color: #999;
}

.widget_icl_lang_sel_widget {
    display: block;
    float: right;
    border: none;
}

.widget_search,
.top-bar .widget_custom_html {
    display: block;
    float: right;
    margin-left: 10px;
}

.top-bar .widget_custom_html {
    margin-top: 7px;
}

span.wpcf7-list-item {
    display: block;
}

.inline-inputs span.wpcf7-list-item {
    display: inline;
}

label .wpcf7-form-control-wrap {
    margin-bottom: 10px;
}

.wpml-ls-legacy-dropdown,
.wpml-ls-sub-menu li {
    width: auto;
}

.wpml-ls-legacy-dropdown a,
.wpml-ls-sub-menu a {
    border: none;
    padding: 6px 5px;
}

.management-block .name-management {
    color: #f07d00;
    font-size: 19px;
    text-align: center;
}

.management-block .full-name-menagment {
    margin-top: 15px;
    text-align: center;
}

.management-block .name-management:hover {
    color: #da6622;
}

.signature-management {
    text-align: center;
}

.management-block .signature-management a {
    font-size: 15px;
    text-align: center;
}

.management-block .name-management {}

.button.product {
    background: #f07d00;
    color: #fff;
    text-transform: uppercase;
    padding: 27px 39px;
    font-size: 19px;
    display: inline-block;
    margin: 106px 20px;
    width: 184px;
    height: 93px;
}

.button.button-drag {
    background: #f07d00;
    color: #fff;
    text-transform: uppercase;
    padding: 20px 39px;
    font-size: 19px;
    display: inline-block;
    margin: 106px 20px;
    width: 300px;
    height: 93px;
}

.product-block .button.button-drag-1 {
    background: #f07d00;
    color: #fff;
    text-transform: uppercase;
    padding: 20px 39px;
    font-size: 19px;
    display: inline-block;
    width: 500px;
    height: 80px;
    margin-bottom: 0;
}

.drag-wrapper {
    margin-top: 100px;
}

.management-block-wrapper {
    margin-bottom: 20px;
}

.button.product:hover,
.button.product:active {
    color: #fff;
    background: #da6622;
}

.product-name {
    display: inline-block;
}

#breadcrumbs a {
    color: #f07d00;
}

.pagination .current {
    background: #f07d00;
    color: #fff;
    font-weight: bold;
}

.tile-list.light,
.tile-list.light .tile-item {
    background: #f3f3f3;
}

.tile-list.light .tile-item:nth-child(even) {
    background: #ebebeb;
}

.tile-list.medium,
.tile-list.medium .tile-item {
    background: #e5e5e5;
}

.tile-list.medium .tile-item:nth-child(even) {
    background: #dadbdd;
}

.tile-list.dark,
.tile-list.dark .tile-item {
    background: #dadbdd;
}

.tile-list.dark .tile-item:nth-child(even) {
    background: #ebebeb;
}

.tile-list {
    margin-bottom: 20px;
}

.tile-item,
.tile-list p,
.tile-list h4 {
    margin-bottom: 0;
}

.tile-item {
    padding: 30px;
    position: relative;
    min-height: 163px;
}

.tile-item a.read-more {
    text-align: right;
    display: block;
    color: black;
    padding-top: 10px;
}

.tile-item h5 a {
    color: #f07d00;
    font-size: 15px;
}

.tile-item .co-finans-project p {
    font-size: 15px;
    color: #f07d00;
    font-family: "panton", "Verdana";
    font-weight: normal;
}

.tile-item .tile-list .tile-item.featured::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 50px 50px 0;
    border-color: transparent #f07d00 transparent transparent;
}

.tile-list-inline {
    background: transparent !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.tile-list-inline .tile-item {
    display: block;
    /*height: 250px;*/
}

.tile-list-inline .tile-item {
    width: calc(33% - 40px);
    margin-left: 40px;
    box-sizing: border-box;
    margin-bottom: 40px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: rgb(204 204 204 / 7%);
}

.tile-list-inline>div:nth-child(3n + 1) {
    margin-left: 0;
}

/* 
@media (min-width: 40em) and (max-width: 63.9375em) {
    .tile-list-inline .tile-item {
        width: 50%;
    }
}

@media (min-width: 64em) {
    .tile-list-inline .tile-item {
        width: 25%;
    }
} */

/* 
.tile-list-inline.tricolors .tile-item:nth-child(3n+0) {
    background: rgba(0, 0, 0, 0.1);
}

.tile-list-inline.tricolors .tile-item:nth-child(3n+1) {
    background: rgba(0, 0, 0, 0.2);
}

.tile-list-inline.tricolors .tile-item:nth-child(3n+2) {
    background: rgba(0, 0, 0, 0.3);
} */

.monthy-list-item {
    padding: 30px;
}

.monthy-list-item:nth-child(2n + 0) {
    background: #f3f3f3;
}

.monthy-list-item:nth-child(2n + 1) {
    background: #e5e5e5;
}

.month-title {
    text-align: center;
    color: black;
    padding-bottom: 10px;
}

.title-year {
    color: #000;
    font-size: 36px;
    text-align: center;
    display: block;
    position: relative;
}

.title-year span {
    background: #fff;
    display: inline-block;
    padding: 0 10px;
}

/*-- .title-year::before{
    position: absolute;
    content:"";
    top: 50%;
    left: 0;
    margin-top: -8px;
    background: #e5e5e5;
    height: 15px;
    width: 100%;
    z-index: -1;
} */

.info-menagement-person {
    margin-left: 30px;
}

.margin-minus {
    margin: 0 -40px;
}

.reports-block {
    font-size: 25px;
}

.report-button {
    color: #fff;
}

.report-button .button:hover,
.report-button .button:active {
    background: #da6622;
}

.reports-block.grey {
    margin: 40px -11px;
    padding: 0 30px;
}

.reports-block .button {
    font-size: 19px;
}

.reports-year {
    font-size: 35px;
    padding: 5px 0 0 20px;
}

.current-reports {
    padding: 25px 20px 0;
    text-align: center;
    margin-bottom: 30px;
}

.current-reports input {
    margin: 0;
}

.current-reports label {
    margin-top: 5px;
    font-size: 18px;
}

.button-press-releses-month {
    width: 100%;
    background: #f07d00;
    color: #fff;
}

.seperated {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #aaa;
}

.seperated a {
    transition: color 0.2s ease !important;
}

.seperated:last-child {
    border-bottom: none;
}

.seperated a:hover {
    color: #da6622 !important;
}

.pipeline-wrapper {
    background: #ececec;
}

.pipeline-wrapper p {
    margin: 0;
}

.pipeline-title {
    color: #f07d00;
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}

.pipeline-title a {
    color: #f07d00;
}

.pip-beam {
    background: #ececec;
    margin-bottom: 10px;
}

.pip-beam-white {
    background: #fff;
}

.pip-block {
    text-align: center;
    background: #dadbdd;
    border: 5px solid #ececec;
    border-width: 0 5px;
    padding: 10px;
}

.pip-block-title {
    text-align: center;
    padding: 10px 5px;
    border: 5px solid #fff;
    border-width: 0 5px 5px;
}

.pip-block-title h2 {
    margin: 0;
}

/*--------*/

.pip-beam-wp {
    background: #ececec;
    margin: 10px;
    padding: 20px 0 0;
}

.pip-block-wp {
    text-align: center;
}

.pip-block-title-wp {
    text-align: center;
    padding: 10px 5px;
}

.full-clinical {
    text-align: right;
}

/*--------*/

.pip-legend {
    display: inline-block;
    padding: 4px 0 4px 40px;
    position: relative;
}

.pip-legend:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background: #aaa;
}

.pip-legend.marker-orange:before {
    background: #f07d00;
}

.grey-s {
    background: #aaa;
}

.pipeline-progress-bar {
    color: white;
    font-size: 15px;
    position: relative;
    background: #f07d00;
    height: 20px;
    width: 0;
    display: block;
}

.pipeline-progress-bar a {
    color: white;
}

.pipeline-progress-bar::after {
    content: "";
    position: absolute;
    right: -20px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 0 20px;
    border-color: transparent transparent transparent #f07d00;
}

.pipeline-progress-bar.progress-gray {
    background: #aaa;
}

.pipeline-progress-bar.progress-gray::after {
    border-color: transparent transparent transparent #aaa;
}

.pipeline-progress-bar.p5 {
    animation: progress-5 1s ease forwards;
}

@keyframes progress-5 {
    from {
        width: 0%;
    }

    to {
        width: 15%;
    }
}

.pipeline-progress-bar.p10 {
    animation: progress-10 1s ease forwards;
}

@keyframes progress-10 {
    from {
        width: 0%;
    }

    to {
        width: 30%;
    }
}

.pipeline-progress-bar.p15 {
    animation: progress-15 1s ease forwards;
}

@keyframes progress-15 {
    from {
        width: 0%;
    }

    to {
        width: 45%;
    }
}

.pipeline-progress-bar.p20 {
    animation: progress-20 1s ease forwards;
}

@keyframes progress-20 {
    from {
        width: 0%;
    }

    to {
        width: 60%;
    }
}

.pipeline-progress-bar.p25 {
    animation: progress-25 1s ease forwards;
}

@keyframes progress-25 {
    from {
        width: 0%;
    }

    to {
        width: 75%;
    }
}

.pipeline-progress-bar.p30 {
    animation: progress-30 1s ease forwards;
}

@keyframes progress-30 {
    from {
        width: 0%;
    }

    to {
        width: 90%;
    }
}

.pipeline-progress-bar.p35 {
    animation: progress-35 1s ease forwards;
}

@keyframes progress-35 {
    from {
        width: 0%;
    }

    to {
        width: 105%;
    }
}

.pipeline-progress-bar.p40 {
    animation: progress-40 1s ease forwards;
}

@keyframes progress-40 {
    from {
        width: 0%;
    }

    to {
        width: 120%;
    }
}

.pipeline-progress-bar.p45 {
    animation: progress-45 1s ease forwards;
}

@keyframes progress-45 {
    from {
        width: 0%;
    }

    to {
        width: 135%;
    }
}

.pipeline-progress-bar.p50 {
    animation: progress-50 1s ease forwards;
}

@keyframes progress-50 {
    from {
        width: 0%;
    }

    to {
        width: 150%;
    }
}

.pipeline-progress-bar.p55 {
    animation: progress-55 1s ease forwards;
}

@keyframes progress-55 {
    from {
        width: 0%;
    }

    to {
        width: 165%;
    }
}

.pipeline-progress-bar.p60 {
    animation: progress-60 1s ease forwards;
}

@keyframes progress-60 {
    from {
        width: 0%;
    }

    to {
        width: 180%;
    }
}

.pipeline-progress-bar.p65 {
    animation: progress-65 1s ease forwards;
}

@keyframes progress-65 {
    from {
        width: 0%;
    }

    to {
        width: 195%;
    }
}

.pipeline-progress-bar.p70 {
    animation: progress-70 1s ease forwards;
}

@keyframes progress-70 {
    from {
        width: 0%;
    }

    to {
        width: 210%;
    }
}

.pipeline-progress-bar.p75 {
    animation: progress-75 1s ease forwards;
}

@keyframes progress-75 {
    from {
        width: 0%;
    }

    to {
        width: 225%;
    }
}

.pipeline-progress-bar.p80 {
    animation: progress-80 1s ease forwards;
}

@keyframes progress-80 {
    from {
        width: 0%;
    }

    to {
        width: 240%;
    }
}

.pipeline-progress-bar.p85 {
    animation: progress-85 1s ease forwards;
}

@keyframes progress-85 {
    from {
        width: 0%;
    }

    to {
        width: 255%;
    }
}

.pipeline-progress-bar.p90 {
    animation: progress-90 1s ease forwards;
}

@keyframes progress-90 {
    from {
        width: 0%;
    }

    to {
        width: 270%;
    }
}

.pipeline-progress-bar.p95 {
    animation: progress-95 1s ease forwards;
}

@keyframes progress-95 {
    from {
        width: 0%;
    }

    to {
        width: 285%;
    }
}

.pipeline-progress-bar.p100 {
    animation: progress-100 1s ease forwards;
}

@keyframes progress-100 {
    from {
        width: 0%;
    }

    to {
        width: 300%;
    }
}

.logo-block {
    padding: 15px;
    margin-bottom: 20px;
}

.euro-block {
    padding: 15px;
    margin-top: 15px;
}

.logo-ncbr {
    margin-top: 35px;
}

.logo-sm {
    margin-top: 20px;
}

.ue-block {
    margin-top: 20px;
}

.border-image {
    border: 1px solid #ccc;
}

.tooltip {
    max-width: 20rem;
}

.no-border {
    border: none;
}

.callout.secondary.no-border {
    text-align: center;
    padding: 40px 40px 0 40px;
    margin-top: 60px;
}

.button-login {
    padding: 10px 50px 15px 50px;
    background: #f07d00;
    color: #fff;
    font-weight: bold;
    border: none;
}

.orange-border {
    border: 1px solid #f07d00;
}

.login-input {
    background: #fff;
}

.form-login-celon {
    text-align: center;
}

.form-login-celon .arrow-wrapper:before {
    content: "";
    position: absolute;
    right: 10px;
    top: 10px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 15px solid #f07d00;
}

.form-login-celon .arrow-wrapper.white:before {
    border-right: 15px solid #fff;
}

.menu-menu-stopka-container li a:active {}

/*--.wpml-ls-legancy-dropdown{border:none}
.wpml-ls-legacy-dropdown,
.wpml-ls-sub-menu li{
    border: 1px solid black;
    border-right: none;}*/

#slb_viewer_wrap .slb_template_tag_item_title {
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 17px;
}

/*bloki*/

.resources .wp-block-column {
    padding: 38px 20px 18px 40px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: #303030;
    border-radius: 5px;
    margin-bottom: 10px;
}

.resources.resources-pdf .wp-block-column {
    padding: 10px 30px 10px 30px;
    color: #303030;
    border-radius: 5px;
    margin-bottom: 10px;
}

.resources .resources-title {
    font-family: "panton", "Verdana";
    font-weight: normal;
    font-size: 19px;
    margin: 20px 0;
    font-weight: 700;
}

.resources p {
    color: #303030;
}

.resources a {
    color: inherit;
}

.resources .wp-block-column.empty {
    opacity: 0;
}

/* .resources .wp-block-column p:last-of-type {
    margin-bottom: 0;
} */

.resources.resources--link .wp-block-column {
    cursor: pointer;
    transition: box-shadow 0.4s ease, border-color 0.4s ease;
}

.resources.resources--link .wp-block-column:hover {
    box-shadow: 0 0.5em 0.5em -0.4em rgba(0, 0, 0, 0.2);
}

.resources.resources-products .wp-block-column.aromek:hover {
    border-color: #1f417c;
}

.resources.resources-products .wp-block-column.donepex:hover {
    border-color: #d3332a;
}

.resources.resources-products .wp-block-column.ketrel:hover {
    border-color: #eb9e3d;
}

.resources.resources-products .wp-block-column.lazivir:hover {
    border-color: #aa0000;
}

.resources.resources-products .wp-block-column.salmex:hover {
    border-color: #000;
}

.resources.resources-products .wp-block-column.valzek:hover {
    border-color: #5fc5ce;
}

.resources.resources-products .wp-block-column hr {
    border-width: 0;
    width: 20%;
    margin: 1em 0 1em 0;
    height: 5px;
}

.resources.resources-products .wp-block-image img {
    max-height: 55px;
    width: auto;
}

.resources.resources-pdf .wp-block-image {
    text-align: center;
}

.resources.resources-pdf .wp-block-image img {
    max-height: 250px;
    width: auto;
}

.resources.resources-center .wp-block-columns {
    justify-content: center;
}

.resources.resources-center .wp-block-column {
    width: 31.5%;
    flex-grow: initial;
    flex-basis: initial;
}

.resources.resources-multilink .wp-block-column a {
    line-height: inherit;
    color: #1779ba;
    text-decoration: none;
    cursor: pointer;
}

.resources.resources-multilink .wp-block-column a:hover {
    color: #1468a0;
}

.resources.resources--fmp .wp-block-column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.team .wp-block-column {
    position: relative;
    margin-bottom: 40px;
}

.team .team-desc {
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    background-color: #fff;
    width: 80%;
    margin: auto;
    box-shadow: 0px 0px 30px 0 rgba(42, 67, 113, 0.15);
    padding: 15px 30px;
}

.team .team-title {
    font-family: "panton", "Verdana";
    font-weight: normal;
    font-size: 19px;
    margin: 0 0 5px 0;
    font-weight: 700;
    color: #f17d00;
}

.team p {
    margin: 0;
    font-size: 13px;
    font-weight: 400;
}

/* Ostatnie posty*/

.wp-block-latest-posts__list {
    display: flex;
    flex-wrap: wrap;
    margin: 70px -25px 0px;
    padding: 0 25px;
    justify-content: space-between;
}

.wp-block-latest-posts__list>li {
    width: calc(33% - 40px);
    margin-right: 40px;
    box-sizing: border-box;
    margin-bottom: 40px;
}

.wp-block-latest-posts__list>li:nth-child(3n + 3) {
    margin-right: 0;
    /* width: 33%; */
}

.wp-block-latest-posts__list>li>a:first-of-type {
    font-size: 24px;
    color: #f17c00;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 0.5em;
    display: block;
    order: 2;
}

.archive article.post .article-header h2 {
    font-size: 30px;
}

.archive article.post .article-header h2 small {
    display: block;
    margin-bottom: 8px;
    font-size: 60%;
    line-height: 1;
}

.archive article.post .article-header h2 small a {
    color: #000;
}

.archive article.post .byline {
    font-size: 14px;
    color: #000;
    margin-bottom: 40px;
}

.wp-block-latest-posts__post-date {
    font-size: 14px;
    color: #000;
    margin-bottom: 0;
    order: 1;
}

.wp-block-latest-posts__list .wp-block-latest-posts__post-excerpt {
    margin: 0;
    order: 3;
}

.wp-block-latest-posts__list>li .excerpt-read-more,
.archive article.post .excerpt-read-more {
    float: none !important;
    display: block;
    margin-top: 20px;
    text-align: right;
}

.archive article.post .excerpt-read-more {
    margin-top: 35px;
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
    clear: both;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
}

.grecaptcha-badge {
    display: none;
}

.wp-block-latest-posts__list>li .excerpt-read-more:hover,
.archive article.post .excerpt-read-more:hover {
    color: #da6622;
}

/*title*/

.rowtitle {
    margin: 40px -23px 40px;
    padding: 0px 23px 25px 23px;
    border-bottom: 10px solid #f07d00;
    font-family: "panton", "Verdana";
    font-weight: normal;
    font-size: 25px;
    line-height: 1;
}

.rowtitle--big {
    font-size: 30px;
}

/* BUTTON */

/* .wp-block-button {
    box-shadow: 0 0.5em 0.5em -0.4em rgba(0, 0, 0, 0.2);
} */

.wp-block-buttons .wp-block-button {
    margin-bottom: 0;
}

.wpcf7-submit {
    /* line-height: ; */
}

.newform .wpcf7-submit {
    border: none;
    height: 2.4375rem;
    line-height: 1.5;
}

.wp-block-button__link,
button.button,
.button,
.wpcf7-submit {
    color: #fff;
    background-color: #f17d00;
    transition: outline-color 0.3s ease, background 0.3s ease;
}

.wp-block-button__link,
.wpcf7-submit {
    min-width: 200px;
}

.wp-block-button__link:hover,
.current-reports .button:hover,
.wp-block-button__link:focus,
.current-reports .button:focus,
.button:hover,
.button:focus,
.wpcf7-submit:hover,
.wpcf7-submit:focus {
    outline: 2px solid #f17d00;
    background: #da6622;
}

.newform .wpcf7-submit:disabled {
    color: #fff;
    background-color: rgba(241, 125, 0, 0.5);
}

.newform .wpcf7-submit:disabled:hover {
    background-color: rgba(241, 125, 0, 0.5);
    outline: none;
}

/*rowcontent*/

.rowcontent {
    margin: 90px 0 70px 0;
}

.rowcontent:last-of-type {
    margin-bottom: 0;
}

.rowcontent .wp-block-columns {
    margin-bottom: 0px;
}

.rowcontent .h1 {
    margin-bottom: 28px;
}

.rowcontent .wp-block-image {
    margin-bottom: 30px;
}

/*article box*/

.articles-block>li {
    padding: 28px 20px 18px 30px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: #303030;
    border-radius: 5px;
    margin-bottom: 10px;
    position: relative;
    cursor: pointer;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.articles-block>li:hover {
    /* background-color: rgba(0, 0, 0, 0.05); */
    box-shadow: 0 0.5em 0.5em -0.4em rgba(0, 0, 0, 0.2);
    border-color: rgba(0, 0, 0, 0.6);
    /* transform: scale(1.02); */
}

/* 
.articles-block>li::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transform-origin: top left;
    transform: scale3d(0, 0, 1);
    transition: transform 0.4s ease;
    border-radius: 5px;
} */

/* 
.articles-block>li:hover::before {
    opacity: 1;
    transform: scale3d(1, 1, 1);
    visibility: visible;
} */

/* .articles-block>li:hover>.wp-block-latest-posts__post-excerpt,
.articles-block>li:hover>.wp-block-latest-posts__post-excerpt a,
.articles-block>li:hover>a {
    color: #fff;
    transition: color 0.3s ease;
} */

.articles-block>li>a {
    font-family: "panton", "Verdana";
    font-weight: normal;
    font-size: 19px;
    margin: 0 0 20px 0;
    font-weight: 700;
    color: #303030;
}

.articles-block>li>a,
.articles-block>li>.wp-block-latest-posts__post-excerpt {
    z-index: 1;
    position: relative;
}

.articles-block.wp-block-latest-posts__list>li {
    width: calc(25% - 10px);
    margin-right: 10px;
    margin-bottom: 20px;
}

.articles-block.wp-block-latest-posts__list>li:nth-child(4n + 4) {
    margin-right: 0;
    /* width: 33%; */
}

.articles-block.wp-block-latest-posts__list .excerpt-read-more {
    text-align: right;
}

/* .mb0 .wp-block-columns {
    margin-bottom: 0px!important;
} */

.wp-block-columns-3 {
    flex-wrap: wrap;
}

.wp-block-columns-3 .wp-block-column {
    flex: calc(33% - 2em);
    max-width: calc(33% - 2em);
}

.wp-block-columns-3>div:nth-of-type(4n + 4) {
    margin-left: 0px !important;
}

.pagination {
    display: inline-block;
}

.pagination a,
.pagination li.current {
    color: black;
    padding: 10px 14px;
    text-decoration: none;
    transition: background-color 0.3s;
    border: 1px solid #ddd;
    margin: 0 4px;
    line-height: 1;
}

.pagination li.current {
    background-color: #f07d00;
    color: white;
    border: 1px solid #f17c00;
}

.raports-current {
    border-bottom: 1px dashed #ccc;
    padding: 20px 0px;
    flex-direction: column-reverse!important;
    align-items: flex-start!important;
}

.raports-current h2 {
    margin-bottom: 10px;
}

.raports-current p {
    margin: 0;
    font-size: 14px;
}

.archive.raports>article:last-of-type {
    border: none;
}

.article-grid>article {
    padding: 25px 50px 30px;
    margin: 0 -15px 15px;
    border-bottom: 15px solid #e5e5e5;
}

.valign-center {
    align-items: center;
}

/*--- nowy formularz --*/

.newform .grid-x {
    margin-bottom: 35px;
}

.newform .wpcf7-form-control-wrap input {
    max-width: 51%;
}

.newform .large-2 label {
    text-align: right;
    padding-right: 30px;
    box-sizing: border-box;
}

.newform [type="email"]:focus,
.newform [type="text"]:focus {
    border: 1px solid #f07d00ba;
    box-shadow: 1px 0px 5px #f07d008c;
}

.mini-font {
    font-size: 12px;
    margin-top: 30px;
}

.mini-font label {
    font-size: 12px;
}

.mini-font .block {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.mini-font .block li {
    margin-bottom: 0.5em;
}

.byline-category {
    color: #f07d00;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    margin-left: 0.7rem;
}

.byline-category:before {
    content: "";
    position: absolute;
    left: -0.7rem;
    width: 5px;
    height: 5px;
    background: #f07d00;
    top: 0;
    bottom: 0;
    margin: auto;
}

.webinar {
    position: relative;
    margin-bottom: 46px;
}

.webinar img {
    width: 100%;
}

.webinar-packshot {
    position: absolute;
    right: 4.99vw;
    top: -2.083vw;
    width: 38.5vw;
    min-width: 440px;
    max-width: 585px;
    bottom: 0;
    margin: auto;
}

.webinary-form .mini-font {
    font-size: 12px;
    margin-left: 16.666%;
    width: 51%;
    display: flex;
}

.webinary-form .button-wrap {
    margin: 30px 16.666% 0;
    width: 51%;
}

.webinary-form .button-wrap .wpcf7-submit {
    min-width: 250px;
    font-size: 16px;
}

.webinary-form .mini-font .accept {
    margin-left: -32px;
    margin-right: 20px;
}

.webinary-form .mini-font label {
    cursor: pointer;
}

.webinary-form .mini-font .wpcf7-list-item {
    margin: 0;
}

.webinary-form .mini-font .wpcf7-form-control-wrap input {
    margin-top: 3px;
}

#off-canvas>ul>li {
    margin: 0 20px;
}

#off-canvas>ul>li>a {
    padding: 20px 5px 15px 5px;
    border-bottom: 5px solid transparent;
    transition: border-bottom 0.3s ease;
    outline: none !important;
}

#off-canvas>ul>li>a:hover {
    border-bottom-color: #e38330;
}

#off-canvas .wpml-ls-legacy-dropdown {
    margin-left: 20px;
    margin-top: 60px;
    width: 60px;
}

#off-canvas .wpml-ls-legacy-dropdown a {
    background: transparent;
    outline: none !important;
}

#off-canvas .wpml-ls-legacy-dropdown a:hover {
    color: #ee7f09;
}

#off-canvas .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a {
    color: #fff;
}

.flexslider {
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
}

.menu-icon {
    width: 28px;
}

.menu-icon::after {
    box-shadow: 0 7px 0 #000, 0 15px 0 #000;
    content: "";
    background: #000;
}

/*PUBLICATIONS */

.publication-filters {
    display: flex;
    padding: 15px 20px;
    background: #e5e5e5;
    margin-bottom: 30px;
}

.publication-filters>div {
    display: flex;
    align-items: center;
}

.publication-filters select {
    width: auto;
    margin: 0 15px;
}

.publication-filters label {
    font-size: 18px;
    display: flex;
    align-items: center;
}

.table-publications thead {
    border: none;
    border-bottom: 1px solid #f1f1f1;
    background-color: #fefefe;
}

.table-publications tbody {
    border: none;
}

.table-publications tbody tr:nth-child(2n) {
    background: transparent;
}

.table-publications tbody tr {
    border-bottom: 1px solid #f1f1f1 !important;
}

.table-publications td {
    vertical-align: top;
    padding: 20px 10px;
}

.table-publications td p {
    margin-bottom: 0;
    font-size: inherit;
    line-height: inherit;
}

.table-publications thead tr th:first-of-type {
    width: 106px;
}

.publication-cat {
    text-align: center;
}

.publication-content {
    font-size: 13px;
    line-height: 1.45;
}

.publication-title {
    font-size: 22px;
    line-height: 1.3;
}

.publication-title span {
    color: #0a0a0a !important;
    font-size: 18px;
}

/* 
.publication-filters #program-label {
    min-width: 180px;
}

.publication-filters #target-label {
    min-width: 180px;
} */

/*ACF TILES */

.celon-tiles {
    flex-wrap: wrap;
    display: flex;
    margin-bottom: 1.75em;
}

.celon-tiles--mf .celon-tile-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.celon-tiles.resources-multilink .celon-tile-wrap {
    cursor: default;
}

.celon-tiles.celon-tiles--mf a {
    line-height: inherit;
    color: #1779ba !important;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 8px;
}

.celon-tile-wrap {
    margin-left: 2em;
    padding: 38px 20px 18px 20px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    cursor: pointer;
    transition: box-shadow 0.4s ease, border-color 0.4s ease;
    box-sizing: border-box;
    height: 100%;
}

.celon-tile-wrap:hover {
    box-shadow: 0 0.5em 0.5em -0.4em rgba(0, 0, 0, 0.2);
}

.celon-tiles.celon-tiles--mf .celon-tile .celon-tile-wrap:hover {
    box-shadow: none;
}

.celon-tile {
    color: #303030;
    margin-bottom: 2em;
    width: 33.33%;
}

.celon-tile figure {
    margin-right: auto;
    margin-left: auto;
    display: flex;
    clear: both;
    justify-content: center;
    margin-bottom: 1em;
}

.celon-tile a {
    color: #303030 !important;
}

.celon-title {
    font-family: "panton", "Verdana";
    font-weight: normal;
    font-size: 19px;
    margin: 20px 0;
    font-weight: 700;
    display: block;
    text-align: center;
}

.celon-tiles>div:nth-of-type(3n + 1) .celon-tile-wrap {
    margin-left: 0;
}

.wp-block-table.is-style-stripes th {
    background-color: #f07d00;
    color: #fff !important;
}

.wp-block-table.is-style-stripes tbody tr {
    background-color: transparent;
}

.wp-block-table.is-style-stripes {
    border-bottom: none;
}

/**/

@media (max-width: 1240px) {
    .flexslider {
        margin-left: 0.625rem !important;
        margin-right: 0.625rem !important;
    }
}

@media (max-width: 1220px) {
    .wp-block-latest-posts__list {
        justify-content: center;
    }

    .articles-block.wp-block-latest-posts__list>li {
        width: calc(33% - 10px);
    }

    .articles-block.wp-block-latest-posts__list>li:nth-child(3n + 3) {
        margin-right: 0;
    }

    .articles-block.wp-block-latest-posts__list>li:nth-child(4n + 4) {
        margin-right: 10px;
    }

    .page-template-template-press-releases h1 {
        margin-left: 0.625rem;
        margin-right: 0.625rem;
    }
}

@media (max-width: 1200px) {
    .main-menu .menu a {
        padding: 0 2.667vw;
        font-size: 1.583vw;
    }
}

@media (max-width: 990px) {
    .articles-block.wp-block-latest-posts__list>li {
        width: calc(50% - 10px);
        margin-right: 0;
    }

    .articles-block.wp-block-latest-posts__list>li:nth-child(2n + 2) {
        margin-right: 0;
    }

    .articles-block.wp-block-latest-posts__list>li:nth-child(3n + 3) {
        margin-right: 10px;
    }

    .articles-block.wp-block-latest-posts__list>li:nth-child(4n + 4) {
        margin-right: 10px;
    }

    .tile-list-inline .tile-item {
        width: calc(50% - 40px);
        margin-left: 40px !important;
    }

    .tile-list-inline>div:nth-child(2n + 1) {
        margin-left: 0px !important;
    }

    .archive article.post {
        margin-bottom: 20px;
        border-bottom: 1px dashed;
        padding-bottom: 20px;
    }

    .wp-block-latest-posts__list {
        justify-content: flex-start;
    }

    .wp-block-latest-posts__list>li {
        width: 100%;
        margin-right: 0px;
    }

    .page-template-template-news .rowtitle {
        padding-left: 0.625rem;
        padding-left: 0.625rem;
        margin-left: 0;
        margin-right: 0;
    }

    .hot-news {
        padding: 10px 0.625rem;
    }

    .page-template-template-front-page #inner-content {
        margin: 0 0.625rem;
    }

    .footer .footer-1 {
        padding: 30px 0.625rem;
    }

    .footer .footer-2 {
        padding: 34px 0.625rem 20px 0.625rem;
    }

    .footer .footer-3 {
        padding: 34px 0.625rem 20px 0.625rem;
    }

    .footer .footer-4 {
        padding: 34px 0.625rem 20px 0.625rem;
    }
}

@media (max-width: 1024px) {
    .newform .large-2 label {
        text-align: left;
    }

    div.wpcf7 {
        margin-left: 0;
        margin-right: 0;
    }

    .newform .grid-x {
        margin-bottom: 20px;
    }

    .newform .wpcf7-form-control-wrap input {
        max-width: 100%;
    }

    .newform .mini-font {
        width: 100%;
        margin-left: 0;
    }

    .newform .accept {
        margin-left: 0;
    }

    .newform .button-wrap {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

    .webinar-packshot {
        width: 42.96875vw;
        min-width: 210px;
    }

    .webinary-form .mini-font .accept {
        margin-left: 0;
    }
}

@media (max-width: 990px) {
    .celon-tiles.celon-tiles--mf .celon-tile {
        width: 50%;
        margin-bottom: 1em;
    }

    .celon-tiles.celon-tiles--mf .celon-tile-wrap {
        margin-left: 1em !important;
    }

    .celon-tiles.celon-tiles--mf .celon-tiles>div:nth-of-type(2n + 1) .celon-tile-wrap {
        margin-left: 0 !important;
    }
}

@media (max-width: 782px) {
    .celon-tile {
        width: 50%;
        margin-bottom: 1em;
    }

    .celon-tile-wrap {
        margin-left: 1em;
    }

    .celon-tiles>div:nth-of-type(3n + 1) .celon-tile-wrap {
        margin-left: 1em;
    }

    .celon-tiles>div:nth-of-type(2n + 1) .celon-tile-wrap {
        margin-left: 0;
    }
}

@media (max-width: 768px) {

    .show-for-medium,
    .mobile-hide {
        display: none !important;
    }

    .show-for-small-only {
        display: block !important;
    }

    .header .top-bar>div:first-of-type {
        width: 40vw;
        flex-direction: column;
    }

    .header .top-bar>div:first-of-type .align-self-end {
        align-self: flex-start;
        padding-left: 20px;
    }

    .header .top-bar>div:first-of-type .align-self-end img {
        max-width: 70%;
    }

    .header .top-bar>div:last-of-type {
        width: auto;
        flex: 1;
    }

    .header .top-bar>div:last-of-type .medium-5 {
        width: 100%;
    }

    .header .mobile-mod {
        display: flex;
    }

    .header .mobile-mod>div:first-of-type {
        flex: 1;
        width: 100%;
        text-align: center;
    }

    .mobile-btn-menu {
        width: auto;
        padding: 0 25px 0 4.167vw;
    }

    .table-mobile tbody,
    .table-mobile tbody td,
    .table-mobile tbody th,
    .table-mobile tbody tr,
    .table-mobile thead,
    .table-mobile thead td,
    .table-mobile thead th,
    .table-mobile thead tr {
        display: block;
    }

    .table-mobile thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .table-mobile tr {
        border: 1px solid #dbdeeb;
        border-bottom: none;
        margin-bottom: 30px;
    }

    .table-mobile tbody td {
        border: none;
        border-bottom: 1px solid #dbdeeb;
        position: relative;
        text-align: inherit;
        text-align: end;
        width: 100%;
    }

    .table-mobile tbody td:before {
        text-align: left !important;
        content: attr(data-label);
        width: auto !important;
        float: left;
        overflow-wrap: break-word;
        font-weight: 700;
        font-style: normal;
        padding: 0 0.5rem 0 0;
        margin: 0;
    }

    .publication-celldesc {
        text-align: left !important;
    }

    .publication-filters {
        flex-wrap: wrap;
        padding: 15px 8px;
    }

    .publication-filters>div {
        width: 100%;
        margin-bottom: 25px;
    }

    .publication-filters>div:last-of-type {
        margin-bottom: 0px;
    }

    .publication-filters label,
    .publication-filters select {
        font-size: 14px;
    }

    .publication-filters select {
        flex: 1;
        margin-right: 0;
        max-width: 250px;
    }
}

@media (max-width: 886px) {
    .main-menu .menu a {
        font-size: 14px;
    }
}

@media (max-width: 599px) {
    .invers .wp-block-columns>div:first-of-type {
        order: 2;
    }
}

@media (max-width: 580px) {
    .webinar-packshot {
        top: -20px;
        bottom: 0;
        margin: auto 0;
    }

    .newform .button-wrap .wpcf7-submit {
        width: 100%;
    }

    .newform .wpcf7-form-control-wrap input {
        max-width: 100%;
    }

    .newform .mini-font {
        width: 100%;
        margin-left: 0;
    }

    .newform .accept {
        margin-left: 0;
    }

    .newform .button-wrap {
        width: 100%;
    }

    .celon-tiles.celon-tiles--mf .celon-tile {
        width: 100%;
        margin-bottom: 1em;
    }

    .celon-tiles.celon-tiles--mf .celon-tile-wrap {
        margin-left: 0 !important;
    }
}

@media (max-width: 550px) {
    .articles-block.wp-block-latest-posts__list>li {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .tile-list-inline .tile-item {
        width: 100% !important;
        margin-left: 0px !important;
        margin-bottom: 20px;
    }

    .tile-item {
        padding: 20px;
    }
}

@media (max-width: 476px) {
    .header .top-bar {
        flex-wrap: wrap;
    }

    .header .top-bar>div:last-of-type {
        flex: auto;
        margin-top: 5px;
    }

    .header .mobile-mod>div:first-of-type img {
        width: 80%;
    }

    .header .top-bar>div:first-of-type .align-self-end {
        padding-left: 20px;
    }

    /* .header .top-bar > div:first-of-type .align-self-end img{
        max-width: 100%;
    } */
    /* .header .mobile-mod > div:first-of-type {
        text-align: left;
    } */
    .mobile-btn-menu {
        position: absolute;
        top: 41px;
        right: 25px;
    }

    .celon-tile {
        width: 100%;
        margin-bottom: 1em;
    }

    .celon-tile-wrap {
        margin-left: 0 !important;
    }
}

@media (max-width: 400px) {
    .header .top-bar>div:first-of-type .align-self-end {
        padding-left: 16px;
    }
}

#off-canvas .search-form {
    margin: 34px 20px;
}

#off-canvas .search-field {
    outline: none;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    padding-right: 45px;
}

#off-canvas .clearfix {
    position: relative;
}

#off-canvas .search-submit {
    background: transparent;
    padding: 0;
    margin: 0;
    top: 6px;
    right: 8px;
    position: absolute;
}

#off-canvas .search-submit img {
    width: 24px;
}

#off-canvas .search-submit:hover,
#off-canvas .search-submit:focus,
#off-canvas .search-submit:active {
    background: transparent;
    outline: none;
}

/* SECTION: disclaimer 2021-06-29 */

.section-disclaimer {}

.disclaimer {
    padding-right: 1em;
    max-height: 60vh;
    overflow: hidden;
    overflow-y: auto;
}

.disclaimer-next {
    margin-top: 1em;
}

.disclaimer-next-input {
    display: none;
}

label.btn-next {
    margin-left: 0;
    text-transform: uppercase;
}

.disclaimer-download {
    opacity: 0;
    pointer-events: none;

    margin-top: 1em;
}

/* checked: next */
.disclaimer-next-input:checked~label {
    outline: 2px solid #f17d00;
    background: #da6622;
}

.disclaimer-next-input:checked~label~.disclaimer-download {
    opacity: 1;
    pointer-events: auto;
}

.disclaimer-files {
    display: flex;
    flex-wrap: wrap;
}

.disclaimer-files a {
    background-color: rgba(241, 125, 0, 0.5);
    cursor: not-allowed;
    pointer-events: none;

    margin: 1em;
}

/* OTR 2021-03-21 */
.title-item-header,
.tile-list-inline .title-item-header {
    background: #fff;
    border-color: transparent;
}

@media (max-width: 550px) {

    .title-item-header,
    .tile-list-inline .title-item-header {
        min-height: 0;
        margin-bottom: 0;
    }
}

/* checked: acceptance */
.disclaimer-files-input:checked~label~.disclaimer-files a {
    background: #f17d00;
    cursor: pointer;
    pointer-events: auto;
}

/* Product list 2021-11-05 */

.products-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 30px 0;
}

.products-item {
    width: calc(33.33% - 2.5px);
    margin-bottom: 8px;
}

.products-link {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    height: 170px;
    padding: 40px 15px;
    border: 1px solid #bebebe;
    border-radius: 15px;
    transition: border 0.3s ease;
}

.products-link:hover {
    border-color: var(--border-color-hover);
}

img.products-image {
    display: block;
    /* height: 100%!important; */
    /* width: auto; */
    max-width: 100%;
    object-fit: contain;
    height: 100%;
    margin: 0 auto;
}

.products-map img {
    border: 1px solid #8d8d8d;
    border-radius: 15px !important;
}

.products-button {
    margin-bottom: 35px !important;
}

@media (max-width: 1200px) {
    .products-item {
        width: calc(50% - 2.5px);
    }

    .products-link {
        height: 130px;
        padding: 20px 15px;
    }
}

@media (max-width: 992px) {
    .products-wrapper {
        display: block;
    }

    .products-wrapper .wp-block-column {
        margin: 0;
        margin-bottom: 40px;
    }

    .products-item {
        width: calc(50% - 2.5px);
    }
}

@media (max-width: 599px) {
    .products-item {
        width: 100%;
    }
}

/* Banner 
.banner{
    width: 100%;
    margin: 25px 0.625rem 35px;

    
}

.banner-link{
    display: block;
    max-width: 960px;
    margin: auto;
    transition: transform 0.4s ease;
}

.banner-link:hover{
    transform: scale(1.015);
}

.banner-link img{
    width: 100%;
}
*/



/* Cookies */
.popup {
    display: none;
    position: fixed;
    z-index: -2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #222f38cc;
}

.popup.popup--active {
    z-index: 10000;
    display: block;
    animation: popup--show 0.5s forwards;
}

.popup-inner {
    height: 100%;
    padding: 30px 20px;
    overflow-y: auto;
}

.popup-inner a:hover {
    color: #1468a0!important;
}

.popup-content {
    width: 100%;
    max-width: 700px;
    position: relative;
    margin: auto;
    background: #fff;
    color: #223038;
    text-align: left;
    line-height: 1.4;
}

.popup-content-outer {
    padding: 50px 60px;
}

.popup-footer {
    flex-basis: 100%;
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.popup-footer-buttons {
    flex: 1;
    justify-content: flex-end;
    display: flex;
    align-items: center;
}

.popup-button {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0.25rem;
    padding: 1.125em 1.875em;
    border: 0;
    outline: 0;
    text-transform: uppercase;
    font: 700 0.875rem/1 Intro, Arial, sans-serif;
    font-size: 0.875rem;
    letter-spacing: -0.02em;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.5s, transform 0.75s, -webkit-transform 0.75s;
    background: #f07d00;
    color: #fff;
    margin-bottom: 0;
}

.popup-button:hover {
    background: #da6622;
}

.popup-button--link {
    margin: 0 0 0 20px;
    margin-top: 0!important;
    padding: 0;
    border: none;
    background: 0 0;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    text-decoration: none;
    transition: color 0.5s;
    cursor: pointer;
    color: #1779ba;
    font-weight: 400;
    font-size: 0.75rem;
    text-decoration: underline;
}

.popup-button--link:hover {
    color: #1468a0;
    transform: none;
    background: transparent;
}

.popup.cookies-accepted {
    display: none !important;
    opacity: 0;
    visibility: hidden;
    z-index: -100;
}

.popup.popup--cookies-management .cookies-title,
.popup.popup--cookies-management .cookies-content,
.popup.popup--cookies-management .cookies-footer {
    display: none;
}

.popup.popup--cookies-management .cookies-title-settings,
.popup.popup--cookies-management .cookies-content-settings {
    display: block;
}

.popup.popup--cookies-management .cookies-footer-settings {
    display: flex;
}

.cookies-title-settings {
    display: none;
}

.cookies-content-settings {
    display: none;
}

.cookies-footer-settings{
    display: none;
    margin-top: 0;
}

.cookies {
    &
    &
    &-content {
        color: #777;
        font-size: 13px;
        a {
            font-size: inherit;
            color: inherit;
            text-decoration: underline;
        }
        p {
            margin-bottom: 10px;
            font-size: inherit;
            color: inherit;
        }
        &-settings {
            display: none;
        }
    }
}

.cookies-header {
    position: relative;
    width: 100%;
}

.cookies-title {
    font-weight: bold;
    color: #f07d00;
    padding-bottom: 25px;
    font-size: 26px;
    margin-bottom: 0;
}

.cookies-content {
    color: #777;
    font-size: 13px;
}

.cookies-content a {
    font-size: inherit;
    color: inherit;
    text-decoration: underline;
}

.cookies-content p {
    margin-bottom: 10px;
    font-size: inherit;
    color: inherit;
}

.cookies-manage {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}

.cookies-manage .option-label {
    align-items: center;
    color: #f07d00;
    display: flex;
    font-size: 18px;
    justify-content: space-between;
    margin-bottom: 10px;
}

.cookies-manage .option-label span{
    align-items: center;
    background-color: #cfcfcf;
    border-radius: 13px;
    cursor: pointer;
    display: flex;
    height: 26px;
    margin-left: 7.5px;
    min-width: 44px;
    position: relative;
    transition: background-color .4s ease;
    width: 44px;
}

.cookies-manage .option-label span::after{
    background-color: #fff;
    border-radius: 50%;
    content: "";
    display: block;
    height: 14px;
    left: 4px;
    position: absolute;
    transition: left .4s ease;
    width: 14px;
}

.cookies-manage .option-label input{
    display: none;
}

.cookies-manage .option-label.is-active span {
    background-color: #f07d00;
}

.cookies-manage .option-label.is-active span::after {
    left: 26px;
}

.cookies-manage .option {
    margin-bottom: 35px;
    width: calc(50% - 10px);
}

@keyframes popup--show {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes popup--hide {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@media (max-width: 991px) {
    .cookies-manage .option:last-child {
        margin-bottom: 0;
    }

    .cookies-content {
        max-height: 45vh;
        overflow: auto;
    }

    .cookies-footer-settings{
        margin-top: 30px;
    }
}

@media(max-width: 768px){
    .popup-footer-buttons {
        flex-wrap: wrap;
    }

    .popup-footer-buttons button {
        padding: 7.5px;
    }

    .popup-footer-buttons button:first-child {
        margin-bottom: 5px!important;
    }

    .cookies-manage .option {
        width: 100%;
    }

    .cookies-footer {
        flex-wrap: wrap;
    }

    .cookies-footer .cookies-btn {
        width: 100%;
        margin-left: 0;
        margin-bottom: 5px;
    }

    .cookies-footer .cookies-btn:first-child {
        margin-bottom: 15px;
    }

    .cookies-footer .cookies-btn:last-child {
        margin-bottom: 0;
    }

    .cookies-footer .cookies-cancel,
    .cookies-footer .cookies-openSettings,
    .cookies-footer .cookies-accept {
        display: block;
    }

    .cookies-footer .cookies-cancel,
    .cookies-footer .cookies-manage {
        margin: 0;
        margin-top: 15px !important;
        padding: 5px 0;
    }
}

@media(max-width: 575px){
    .popup-inner {
        display: flex;
        box-sizing: border-box;
        padding: 5px 15px 15px 5px;
    }

    .popup-content {
        font-size: 12px;
    }

    .popup-content-outer {
        box-sizing: border-box;
        padding: 15px;
    }

    .cookies-manage .option-label span {
        margin-left: 7.5px;
        width: 36px;
        min-width: 36px;
    }

    .cookies-manage .option-label.is-active span::after {
        left: 18px;
    }
}