/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header
   13.2 Regular Content
   13.3 Posts
   13.4 Pages
   13.5 Footer
   13.6 Visual Composer
14.0 Widgets / sidebars
   14.1 Sidebars
   14.2 Widgets
15.0 Media
   15.1 Galleries
16.0 SVGs Fallbacks
17.0 Media Queries
18.0 Print
--------------------------------------------------------------*/
@font-face {
    font-family: 'Ubuntu';
    src: url('Ubuntu-Bold.eot');
    src: local('assets/fonts/Ubuntu Bold'), local('Ubuntu-Bold'),
    url('assets/fonts/Ubuntu-Bold.eot?#iefix') format('embedded-opentype'),
    url('assets/fonts/Ubuntu-Bold.woff2') format('woff2'),
    url('assets/fonts/Ubuntu-Bold.woff') format('woff'),
    url('assets/fonts/Ubuntu-Bold.ttf') format('truetype'),
    url('assets/fonts/Ubuntu-Bold.svg#Ubuntu-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('Ubuntu-BoldItalic.eot');
    src: local('Ubuntu Bold Italic'), local('Ubuntu-BoldItalic'),
    url('assets/fonts/Ubuntu-BoldItalic.eot?#iefix') format('embedded-opentype'),
    url('assets/fonts/Ubuntu-BoldItalic.woff2') format('woff2'),
    url('assets/fonts/Ubuntu-BoldItalic.woff') format('woff'),
    url('assets/fonts/Ubuntu-BoldItalic.ttf') format('truetype'),
    url('assets/fonts/Ubuntu-BoldItalic.svg#Ubuntu-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('Ubuntu-Light.eot');
    src: local('Ubuntu Light'), local('Ubuntu-Light'),
    url('assets/fonts/Ubuntu-Light.eot?#iefix') format('embedded-opentype'),
    url('assets/fonts/Ubuntu-Light.woff2') format('woff2'),
    url('assets/fonts/Ubuntu-Light.woff') format('woff'),
    url('assets/fonts/Ubuntu-Light.ttf') format('truetype'),
    url('assets/fonts/Ubuntu-Light.svg#Ubuntu-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('Ubuntu-Medium.eot');
    src: local('Ubuntu Medium'), local('Ubuntu-Medium'),
    url('assets/fonts/Ubuntu-Medium.eot?#iefix') format('embedded-opentype'),
    url('assets/fonts/Ubuntu-Medium.woff2') format('woff2'),
    url('assets/fonts/Ubuntu-Medium.woff') format('woff'),
    url('assets/fonts/Ubuntu-Medium.ttf') format('truetype'),
    url('assets/fonts/Ubuntu-Medium.svg#Ubuntu-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('Ubuntu-MediumItalic.eot');
    src: local('Ubuntu Medium Italic'), local('Ubuntu-MediumItalic'),
    url('assets/fonts/Ubuntu-MediumItalic.eot?#iefix') format('embedded-opentype'),
    url('assets/fonts/Ubuntu-MediumItalic.woff2') format('woff2'),
    url('assets/fonts/Ubuntu-MediumItalic.woff') format('woff'),
    url('assets/fonts/Ubuntu-MediumItalic.ttf') format('truetype'),
    url('assets/fonts/Ubuntu-MediumItalic.svg#Ubuntu-MediumItalic') format('svg');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('Ubuntu-Regular.eot');
    src: local('Ubuntu Regular'), local('Ubuntu-Regular'),
    url('assets/fonts/Ubuntu-Regular.eot?#iefix') format('embedded-opentype'),
    url('assets/fonts/Ubuntu-Regular.woff2') format('woff2'),
    url('assets/fonts/Ubuntu-Regular.woff') format('woff'),
    url('assets/fonts/Ubuntu-Regular.ttf') format('truetype'),
    url('assets/fonts/Ubuntu-Regular.svg#Ubuntu-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('Ubuntu-Italic.eot');
    src: local('Ubuntu Italic'), local('Ubuntu-Italic'),
    url('assets/fonts/Ubuntu-Italic.eot?#iefix') format('embedded-opentype'),
    url('assets/fonts/Ubuntu-Italic.woff2') format('woff2'),
    url('assets/fonts/Ubuntu-Italic.woff') format('woff'),
    url('assets/fonts/Ubuntu-Italic.ttf') format('truetype'),
    url('assets/fonts/Ubuntu-Italic.svg#Ubuntu-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('Ubuntu-LightItalic.eot');
    src: local('Ubuntu Light Italic'), local('Ubuntu-LightItalic'),
    url('assets/fonts/Ubuntu-LightItalic.eot?#iefix') format('embedded-opentype'),
    url('assets/fonts/Ubuntu-LightItalic.woff2') format('woff2'),
    url('assets/fonts/Ubuntu-LightItalic.woff') format('woff'),
    url('assets/fonts/Ubuntu-LightItalic.ttf') format('truetype'),
    url('assets/fonts/Ubuntu-LightItalic.svg#Ubuntu-LightItalic') format('svg');
    font-weight: 300;
    font-style: italic;
}

.otgs-development-site-front-end {
    display: none;
}

html, body {
    font-family: 'Ubuntu',sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    color: #1b1b1b;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Ubuntu',sans-serif;
    padding: 0;
    margin: 0;
}

h1 {
    font-size: 50px;
    font-weight: bold;
}

h2 {
    font-size: 30px;
    font-weight: bold;
}

h3 {
    font-size: 24px;
    font-weight: 500;
}

h4, h5, h6 {
    font-size: 20px;
    font-weight: 500;
}

p {
    padding: 0;
    margin: 0 0 36px 0;
}

p:last-child {
    margin-bottom: 0;
}

.wrap {
    max-width: 1430px;
}

embed,
iframe,
object {
    width: 100%;
}

/*--------------------------------------------------------------
Custom Elements
--------------------------------------------------------------*/
.hide-on-mobile {
    display: block;
}

.hide-on-desktop {
    display: none;
}

.disable-widget {
    display: none !important;
}

.sd-spinner {
    /*width: 18px;*/
    /*margin-right: 10px;*/
    /*vertical-align: middle;*/
    /*color: #262626;*/
    animation: sd-spinner 2s linear infinite;
}

@keyframes sd-spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

.home-cta-tile .wpb_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #fff;
    padding: 40px;
    box-shadow: 0 0 20px 0 #DDDDDD;
    position: relative;
    border-radius: 10px;
}

.home-cta-tile .sd-block-text {
    flex-grow: 1;
}

/*--------------------------------------------------------------
SD Tabs
--------------------------------------------------------------*/
.sd-tabs .sd-tabs-list {

}

.sd-tabs .sd-tabs-list svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    position: relative;
    top: 2px;
}

.sd-tabs .sd-tabs-list > li {
    font-weight: 500;
    color: #b2b2b2;
    font-size: 20px;
    padding: 15px 30px;
    background-color: transparent;
}

.sd-tabs .sd-tabs-list > li.active {
    background-color: #e9eeb3;
    color: #1b1b1b;
    border-radius: 10px 10px 0 0;
}

html[lang="en-US"] .sd-tabs .sd-tabs-list > li.active {
    background-color: #DDF1F5;
}

body.npo .sd-tabs .sd-tabs-list > li.active {
    background-color: #C6DDDD;
}

body.it .sd-tabs .sd-tabs-list > li.active {
    background-color: #FFE4D0;
}

body.finance .sd-tabs .sd-tabs-list > li.active {
    background-color: #E4DFE8;
}

.sd-tabs .sd-tabs-list > li:last-child {

}

.sd-tabs .sd-tabs-content > li {
    padding: 40px;
}

.sd-tabs .sd-tabs-content > li.active {
    background-color: #e9eeb3;
    border-radius: 0 10px 10px 10px;
    box-shadow: 0 0 20px 0 #DDDDDD;
}

html[lang="en-US"] .sd-tabs .sd-tabs-content > li.active {
    background-color: #DDF1F5;
}

body.npo .sd-tabs .sd-tabs-content > li.active {
    background-color: #C6DDDD;
}

body.it .sd-tabs .sd-tabs-content > li.active {
    background-color: #FFE4D0;
}

body.finance .sd-tabs .sd-tabs-content > li.active {
    background-color: #E4DFE8;
}

.sd-tabs .sd-tabs-content > li:nth-child(2).active {
    border-radius: 10px;
    box-shadow: 0 0 20px 0 #DDDDDD;
}

/*--------------------------------------------------------------
6.0 Forms
--------------------------------------------------------------*/
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #b2b2b2;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #b2b2b2;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #b2b2b2;
}

:-moz-placeholder { /* Firefox 18- */
    color: #b2b2b2;
}

.sd-form .mandatory_icon {

}

.wpcf7-form {
    background-color: #e9eeb3;
    border-radius: 10px;
    box-shadow: 0 0 20px 0 #DDDDDD;
    padding: 40px 25px;
}

html[lang="en-US"] .wpcf7-form {
    background-color: #DDF1F5;
}

body.npo .wpcf7-form {
    background-color: #C6DDDD;
}

body.it .wpcf7-form {
    background-color: #FFE4D0;
}

body.finance .wpcf7-form {
    background-color: #E4DFE8;
}

.wpcf7-form .wpcf7-form-field {
    margin-bottom: 20px;
}

input[type='text'],
input[type='email'],
input[type='tel'] {
	background: #fff;
    border: 0 none;
    border-radius: 0;
	display: block;
    padding: 0 15px;
    height: 55px;
	width: 100%;
    font-family: 'Ubuntu', sans-serif;
    font-weight: normal;
    font-size: 20px;
    color: #1b1b1b;
}

select {
    background: #fff;
    border: 0 none;
    border-radius: 0;
    display: block;
    padding: 0 15px;
    height: 55px;
    width: 100%;
    font-family: 'Ubuntu', sans-serif;
    font-weight: normal;
    font-size: 20px;
    color: #1b1b1b;
}

textarea {
	background: #fff;
    border: 0 none;
    border-radius: 0;
	display: block;
    padding: 15px;
    height: 150px;
	width: 100%;
    font-family: 'Ubuntu', sans-serif;
    font-weight: normal;
    font-size: 20px;
    color: #1b1b1b;
    resize: vertical;
}

input[type='submit'] {

}

input[type='submit']:hover {

}

button,
input[type='button'] {

}

button:hover,
input[type='button']:hover {

}

button.custom-submit-button {
    font-family: 'Ubuntu', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    padding: 0;
    background-color: #1b1b1b;
    color: #fff;
    display: inline-block;
    position: relative;
    max-width: 100%;
    margin-top: 15px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    line-height: 60px;
    min-width: 300px;
    text-decoration: none;
    text-align: center;
    transition: all .3s ease;
}

html[lang="en-US"] button.custom-submit-button { background-color: #1b1b1b; }
body.npo button.custom-submit-button { background-color: #1b1b1b; }
body.it button.custom-submit-button { background-color: #1b1b1b; }
body.finance button.custom-submit-button { background-color: #1b1b1b; }

/* Start privacy checkbox */


.wpcf7 .wpcf7-checkbox .wpcf7-list-item,
.sd-form .SD-type-checkbox {
    padding: 0 0 0 20px;
    margin: 0;
}

.wpcf7 .wpcf7-checkbox .wpcf7-list-item input,
.sd-form .SD-type-checkbox input {
    opacity: 0;
    position: absolute;
    display: block;
    left: 1px;
    top: 9px;
    z-index: -1;
}

.wpcf7 .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label,
.sd-form .SD-type-checkbox label {
    position: relative;
    font-size: 18px;
    font-weight: normal;
    padding-left: 10px;
    margin-left: 10px;
}

.wpcf7 .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label:before,
.sd-form .SD-type-checkbox label:before {
    content: '';
    position: absolute;
    left: -30px;
    top: 0;
    height: 18px;
    width: 18px;
    border-radius: 0;
    background-color: #ffffff;
    transition: all .3s ease;
}

.wpcf7 .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label:hover:before,
.sd-form .SD-type-checkbox label:hover:before {
    background-color: #c9d726;
    transition: all .3s ease;
    opacity: .5;
}

html[lang="en-US"] .wpcf7 .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label:hover:before,
html[lang="en-US"] .sd-form .SD-type-checkbox label:hover:before {
    background-color: #45b7d2;
}

body.npo .wpcf7 .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label:hover:before,
body.npo .sd-form .SD-type-checkbox label:hover:before {
    background-color: #008282;
}

body.it .wpcf7 .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label:hover:before,
body.it .sd-form .SD-type-checkbox label:hover:before {
    background-color: #EE7319;
}

body.finance .wpcf7 .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label:hover:before,
body.finance .sd-form .SD-type-checkbox label:hover:before {
    background-color: #512A7B;
}

.wpcf7 .wpcf7-checkbox .wpcf7-list-item input:checked + .wpcf7-list-item-label:before,
.sd-form .SD-type-checkbox input:checked + label:before {
    background-color: #c9d726;
    transition: all .3s ease;
}

html[lang="en-US"] .wpcf7 .wpcf7-checkbox .wpcf7-list-item input:checked + .wpcf7-list-item-label:before,
html[lang="en-US"] .sd-form .SD-type-checkbox input:checked + label:before {
    background-color: #45b7d2;
    transition: all .3s ease;
}

body.npo .wpcf7 .wpcf7-checkbox .wpcf7-list-item input:checked + .wpcf7-list-item-label:before,
body.npo .sd-form .SD-type-checkbox input:checked + label:before {
    background-color: #008282;
    transition: all .3s ease;
}

body.it .wpcf7 .wpcf7-checkbox .wpcf7-list-item input:checked + .wpcf7-list-item-label:before,
body.it .sd-form .SD-type-checkbox input:checked + label:before {
    background-color: #EE7319;
    transition: all .3s ease;
}

body.finance .wpcf7 .wpcf7-checkbox .wpcf7-list-item input:checked + .wpcf7-list-item-label:before,
body.finance .sd-form .SD-type-checkbox input:checked + label:before {
    background-color: #512A7B;
    transition: all .3s ease;
}
/* End privacy checkbox */

/* Start success messages  */
.sd-success-message-container {
    /*background-color: #73ff88;*/
    /*padding: 20px 43px 20px 20px;*/
    /*border-radius: 10px;*/
    position: relative;
    /*border: 2px solid #0eb427;*/
}

.sd-success-message-general {

}

.sd-success-message-general::before {

}

.sd-success-messages {

}

.sd-success-message {
    line-height: 36px;
    font-size: 20px;
    color: #1b1b1b;
}

.sd-success-message::before {
    content: '';
    background-image: url('assets/icons/success.svg');
    color: #ffffff;
    font-size: 30px;
    position: absolute;
    right: 15px;
    top: 7px;
}
/* End success messages  */

/* Start notification messages  */
.sd-notification-message-container {

}

.sd-notification-message-general {

}

.sd-notification-message-general::before {

}

.sd-notification-messages {

}

.sd-notification-message {

}

.sd-notification-message::before {
    content: '';
    background-image: url('assets/icons/info.svg');
    color: #ffffff;
    font-size: 30px;
    position: absolute;
    right: 15px;
    top: 7px;
}
/* End notification messages  */

/* Start error messages */
.sd-error-message-container {
    background-color: #ffa1a0;
    padding: 20px 43px 20px 20px;
    border-radius: 10px;
    position: relative;
    margin-bottom: 20px;
    border: 2px solid #DD4847;
}

.sd-error-message-general {
    line-height: 36px;
    color: #1b1b1b;
    font-size: 20px;
    font-weight: 500;
}

.sd-error-message-general::before {
    content: '';
    background-image: url('assets/icons/error.svg');
    color: #ffffff;
    font-size: 30px;
    position: absolute;
    right: 15px;
    top: 7px;
}

.sd-error-messages {

}

.sd-error-message {
    line-height: 36px;
    font-size: 20px;
    color: #414141;
}
/* End error messages */

/*--------------------------------------------------------------
12.0 Navigation
--------------------------------------------------------------*/
.main-menu-navigation {
    /*margin-top: 20px;*/
}

.main-menu-navigation ul {
    margin: 0;
    text-align: center;
}

.main-menu-navigation ul li {
    border: 0;
    display: inline-block;
    position: relative;
    margin-right: 35px;
}

.main-menu-navigation ul li:last-child {
    margin-right: 0;
}

.main-menu-navigation ul li a {
    font-weight: 500;
    color: #1b1b1b;
    padding-bottom: 15px;
}

.main-menu-navigation ul li a:after {
    content: '';
    height: 2px;
    width: 0;
    transition: width .3s ease;
    background-color: #c9d726;
    display: block;
    bottom: -5px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

html[lang="en-US"] .main-menu-navigation ul li a:after {
    background-color: #45b7d2;
}

body.npo .main-menu-navigation ul li a:after {
    background-color: #008282;
}

body.it .main-menu-navigation ul li a:after {
    background-color: #EE7319;
}

body.finance .main-menu-navigation ul li a:after {
    background-color: #512A7B;
}

.main-menu-navigation ul li a:hover {
    color: #1b1b1b;
    padding-bottom: 45px;
}

.main-menu-navigation ul li a:hover:after {
    width: 80px;
    transition: width .3s ease;
}

.main-menu-navigation ul li.current-menu-item > a:after,
.main-menu-navigation ul li.current-page-ancestor > a:after {
    width: 80px;
}

.main-menu-navigation ul li.menu-item-has-children.focus:before,
.main-menu-navigation ul li.menu-item-has-children:hover:before,
.main-menu-navigation ul li.menu-item-has-children.focus:after,
.main-menu-navigation ul li.menu-item-has-children:hover:after,
.main-menu-navigation ul li.page_item_has_children.focus:before,
.main-menu-navigation ul li.page_item_has_children:hover:before,
.main-menu-navigation ul li.page_item_has_children.focus:after,
.main-menu-navigation ul li.page_item_has_children:hover:after {
    display: none;
}

/* Sub Menu */
.main-menu-navigation ul ul.sub-menu {
    padding: 10px;
}

.main-menu-navigation ul ul.sub-menu li {

}

.main-menu-navigation ul ul.sub-menu li a {

}

.main-menu-navigation ul ul.sub-menu li.current-menu-item > a {

}

.single-news .main-menu-navigation ul li.menu-item-21 > a:after {
    width: 80px;
}

/*--------------------------------------------------------------
13.1 Header
--------------------------------------------------------------*/
header.site-header.fixed {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99998;
    background-color: transparent;
    transition: all .3s ease;
}

.admin-bar header.site-header.fixed {
    top: 32px;
}

header.site-header.fixed.scrolled {
    top: -60px;
}

.admin-bar header.site-header.fixed.scrolled {
    top: -28px;
}

header.site-header.scrolled .header-middlebar {
    background-color: #fff;
    box-shadow: 0 3px 5px 0 rgba(121,121,121,.6);
    transition: all .3s ease;
    padding: 10px 0;
}

header .menu-national,
header .menu-multilingual,
header .menu-npo,
header .submenu-national,
header .submenu-multilingual,
header .submenu-npo,
.logo-national,
.logo-multilingual,
.logo-npo {
    display: none;
}

body.national header .menu-national,
body.multilingual header .menu-multilingual,
body.npo header .menu-npo,
body.national header .submenu-national,
body.multilingual header .submenu-multilingual,
body.npo header .submenu-npo,
body.national .logo-national,
body.multilingual .logo-multilingual,
body.npo .logo-npo {
    display: block;
}

body.npo header .widget_sd_widget_header_button {
    display: none;
}

.header-topbar {
    height: 60px;
    background-color: #f2f2f2;
}

.header-topbar-1 {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-topbar .widget_sd_widget_contact_icon a {
    display: flex;
    align-items: center;
    gap: 15px;
}

.header-topbar .widget_sd_widget_contact_icon .contact-icon {
    height: 20px;
    width: 20px;
}

.header-topbar .widget_sd_widget_contact_icon .contact-icon svg {
    height: 100%;
    width: 100%;
}

.header-topbar .widget_sd_widget_contact_icon .contact-icon svg path {
    fill: #C9D726;
}

html[lang="en-US"] .header-topbar .widget_sd_widget_contact_icon .contact-icon svg path {
    fill: #45b7d2;
}

body.npo .header-topbar .widget_sd_widget_contact_icon .contact-icon svg path {
    fill: #008282;
}

body.it .header-topbar .widget_sd_widget_contact_icon .contact-icon svg path {
    fill: #EE7319;
}

body.finance .header-topbar .widget_sd_widget_contact_icon .contact-icon svg path {
    fill: #512A7B;
}

.header-topbar .widget_sd_widget_contact_icon .contact-text {
    font-size: 18px;
    font-weight: 500;
}

.header-topbar .menu {
    height: 60px;
    display: flex;
    align-items: flex-end;
    gap: 30px;
    list-style: none;
    margin: 0;
}

.header-topbar .menu .menu-item {
    height: 50px;
    display: flex;
    align-items: center;
}

body.national header .header-topbar .menu .menu-item.national,
body.multilingual header .header-topbar .menu .menu-item.multilingual,
body.npo header .header-topbar .menu .menu-item.npo {
    background-color: #fff;
    border-radius: 10px 10px 0 0;
    padding: 0 30px;
}

.header-topbar .menu .menu-item a {
    font-size: 18px;
    color: #1d1d1b;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-topbar .menu .menu-item a:before {
    display: block;
    content: '';
    height: 10px;
    width: 10px;
    border-radius: 5px;
}

.header-topbar .menu .menu-item.national a:before {
    background-color: #C9D726;
}

.header-topbar .menu .menu-item.multilingual a:before {
    background-color: #45b7d2;
}

.header-topbar .menu .menu-item.npo a:before {
    background-color: #008282;
}

.header-middlebar {
    padding-top: 15px;
}

.header-middlebar-wrap-inner {
    display: flex;
    align-items: center;
}

.header-middlebar .wrap,
.header-topbar .wrap {
    max-width: 1800px;
}

.header-middlebar-1 .widget_sd_widget_logo svg {
    /*width: 270px;*/
    height: 70px;
}

.header-middlebar-1 {
    padding-left: 0;
}

.header-middlebar-3 {
    margin-top: 10px;
    text-align: right;
    padding-right: 0;
}

.header-middlebar-3 #block-10,
.header-middlebar-3 #sd_widget_search-2,
.header-middlebar-3 #block-9,
.header-middlebar-3 .header-button-container {
    display: inline-flex;
    margin-right: 20px;
    /*line-height: 0;*/
}

.header-middlebar-3 .header-button-container {
    margin-right: 0;
}

.widget_sd_widget_vacancy_menu ul {
    list-style: none;
    margin: 0;
}

.widget_sd_widget_vacancy_menu .vacancy-header-button > a:before,
.widget_sd_widget_header_button.vacancy-header-button > a:before {
    content: '';
    background-image: url('/wp-content/uploads/2021/10/paper-plane-white.svg');
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    margin-right: 15px;
}

.widget_sd_widget_vacancy_menu .vacancy-header-button > a,
.widget_sd_widget_header_button.vacancy-header-button > a {
    display: inline-flex;
    align-items: center;
    background-color: #1b1b1b;
    color: #fff;
    font-weight: 500;
    padding: 0 30px;
    border-radius: 30px;
    line-height: 60px;
}

.header-middlebar-3 .widget_sd_widget_menu_toggle {
    display: inline-flex;
}

.header-middlebar-3 .header-button svg {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 15px;
}

.header-middlebar-3 .header-button svg path {
    fill: #fff;
}

.header-middlebar-3 .header-button a {
    display: inline-block;
    background-color: #c9d726;
    color: #fff;
    font-weight: 500;
    padding: 20px 30px;
    border-radius: 30px;
}

html[lang="en-US"] .header-middlebar-3 .header-button a {
    background-color: #45b7d2;
}

body.npo .header-middlebar-3 .header-button a {
    background-color: #008282;
}

body.it .header-middlebar-3 .header-button a {
    background-color: #EE7319;
}

body.finance .header-middlebar-3 .header-button a {
    background-color: #512A7B;
}

.header-middlebar-3 .header-button-phone a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #c9d726;
    color: #fff;
    border-radius: 100%;
    width: 60px;
    height: 60px;
}

html[lang="en-US"] .header-middlebar-3 .header-button-phone a {
    background-color: #45b7d2;
}

body.npo .header-middlebar-3 .header-button-phone a {
    background-color: #008282;
}

body.it .header-middlebar-3 .header-button-phone a {
    background-color: #EE7319;
}

body.finance .header-middlebar-3 .header-button-phone a {
    background-color: #512A7B;
}

.header-middlebar-3 .header-button-phone a svg {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.header-bottombar {

}

/*--------------------------------------------------------------
13.2 Regular Content
--------------------------------------------------------------*/
/*.site-content-contain {*/
/*    margin-top: 80px;*/
/*}*/

.overflow-visible {
    overflow: visible!important;
}

.site-content-contain {
    margin-top: 60px;
}

/*--------------------------------------------------------------
13.5 Footer
--------------------------------------------------------------*/

footer .footer-national,
footer .footer-multilingual,
footer .footer-npo {
    display: none;
}

body.national footer .footer-national,
body.multilingual footer .footer-multilingual,
body.npo footer .footer-npo {
    display: block;
}

footer {
    background-color: #acb921;
    padding: 150px 0 30px 0;
    font-weight: normal;
    font-size: 20px;
    color: #414141;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 954.3 699.8' style='enable-background:new 0 0 954.3 699.8;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23C9D726;%7D %3C/style%3E%3Cpath class='st0' d='M0,73.1C15.9,64.3,32.5,56.9,49.7,51c33.1-11.6,67.1-19.9,101.4-26.9c43.8-8.9,88-15,132.4-19.7 c19-2,38.2-2.8,57.3-3.6c24.5-1.1,49-0.7,73.5-0.7c44.6,0.1,89.2,2.3,133.8,4.8c20.4,1.1,40.9,2.4,61.3,4c3.2,0.1,6.2,1.3,8.6,3.4 c21.5,18.5,42.6,37.3,63.5,56.4c25.2,23.1,49.9,46.7,73.8,71.1c30.6,31.2,60.3,63.1,88.1,96.8c25.5,30.9,49.5,62.8,69.9,97.3 c16,27.1,29.7,55.1,37.1,86c5.3,22,6.3,43.8-1.8,65.4c-5.3,14.2-14.1,26.1-24.1,37C901,547.7,872.9,567,843.1,584 c-50,28.6-103.3,49.5-158.1,66.8c-53.7,17-108.7,29.6-164.5,37.9c-27.2,4.1-54.5,7.3-81.9,8.5c-16,0.7-31.9,2.3-47.8,2.6 c-13.5,0.2-26.9-0.9-40.4-1.8c-25.4-1.8-50.7-4.6-75.7-9.8c-30.5-6.4-59.8-16.1-87.2-31.3c-20.6-11.5-38.2-26.6-53.9-44.1 c-12.6-14-24.9-28.2-36.2-43.3c-18-24.2-34.4-49.5-49.2-75.9C30.9,462.3,15.4,430.1,2,397.1c-0.6-1.4-1.3-2.7-2-4V73.1z'%3E%3C/path%3E%3C/svg%3E ");
    background-repeat: no-repeat;
    background-size: 900px;
    background-position: left top -80px;
}

html[lang="en-US"] footer {
    background-color: #3b9eb4;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 954.3 699.8' style='enable-background:new 0 0 954.3 699.8;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%2345b7d2;%7D %3C/style%3E%3Cpath class='st0' d='M0,73.1C15.9,64.3,32.5,56.9,49.7,51c33.1-11.6,67.1-19.9,101.4-26.9c43.8-8.9,88-15,132.4-19.7 c19-2,38.2-2.8,57.3-3.6c24.5-1.1,49-0.7,73.5-0.7c44.6,0.1,89.2,2.3,133.8,4.8c20.4,1.1,40.9,2.4,61.3,4c3.2,0.1,6.2,1.3,8.6,3.4 c21.5,18.5,42.6,37.3,63.5,56.4c25.2,23.1,49.9,46.7,73.8,71.1c30.6,31.2,60.3,63.1,88.1,96.8c25.5,30.9,49.5,62.8,69.9,97.3 c16,27.1,29.7,55.1,37.1,86c5.3,22,6.3,43.8-1.8,65.4c-5.3,14.2-14.1,26.1-24.1,37C901,547.7,872.9,567,843.1,584 c-50,28.6-103.3,49.5-158.1,66.8c-53.7,17-108.7,29.6-164.5,37.9c-27.2,4.1-54.5,7.3-81.9,8.5c-16,0.7-31.9,2.3-47.8,2.6 c-13.5,0.2-26.9-0.9-40.4-1.8c-25.4-1.8-50.7-4.6-75.7-9.8c-30.5-6.4-59.8-16.1-87.2-31.3c-20.6-11.5-38.2-26.6-53.9-44.1 c-12.6-14-24.9-28.2-36.2-43.3c-18-24.2-34.4-49.5-49.2-75.9C30.9,462.3,15.4,430.1,2,397.1c-0.6-1.4-1.3-2.7-2-4V73.1z'%3E%3C/path%3E%3C/svg%3E ");
}

body.npo footer {
    background-color: #006565;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 954.3 699.8' style='enable-background:new 0 0 954.3 699.8;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23008282;%7D %3C/style%3E%3Cpath class='st0' d='M0,73.1C15.9,64.3,32.5,56.9,49.7,51c33.1-11.6,67.1-19.9,101.4-26.9c43.8-8.9,88-15,132.4-19.7 c19-2,38.2-2.8,57.3-3.6c24.5-1.1,49-0.7,73.5-0.7c44.6,0.1,89.2,2.3,133.8,4.8c20.4,1.1,40.9,2.4,61.3,4c3.2,0.1,6.2,1.3,8.6,3.4 c21.5,18.5,42.6,37.3,63.5,56.4c25.2,23.1,49.9,46.7,73.8,71.1c30.6,31.2,60.3,63.1,88.1,96.8c25.5,30.9,49.5,62.8,69.9,97.3 c16,27.1,29.7,55.1,37.1,86c5.3,22,6.3,43.8-1.8,65.4c-5.3,14.2-14.1,26.1-24.1,37C901,547.7,872.9,567,843.1,584 c-50,28.6-103.3,49.5-158.1,66.8c-53.7,17-108.7,29.6-164.5,37.9c-27.2,4.1-54.5,7.3-81.9,8.5c-16,0.7-31.9,2.3-47.8,2.6 c-13.5,0.2-26.9-0.9-40.4-1.8c-25.4-1.8-50.7-4.6-75.7-9.8c-30.5-6.4-59.8-16.1-87.2-31.3c-20.6-11.5-38.2-26.6-53.9-44.1 c-12.6-14-24.9-28.2-36.2-43.3c-18-24.2-34.4-49.5-49.2-75.9C30.9,462.3,15.4,430.1,2,397.1c-0.6-1.4-1.3-2.7-2-4V73.1z'%3E%3C/path%3E%3C/svg%3E ");
}

body.it footer {
    background-color: #d06417;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 954.3 699.8' style='enable-background:new 0 0 954.3 699.8;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23EE7319;%7D %3C/style%3E%3Cpath class='st0' d='M0,73.1C15.9,64.3,32.5,56.9,49.7,51c33.1-11.6,67.1-19.9,101.4-26.9c43.8-8.9,88-15,132.4-19.7 c19-2,38.2-2.8,57.3-3.6c24.5-1.1,49-0.7,73.5-0.7c44.6,0.1,89.2,2.3,133.8,4.8c20.4,1.1,40.9,2.4,61.3,4c3.2,0.1,6.2,1.3,8.6,3.4 c21.5,18.5,42.6,37.3,63.5,56.4c25.2,23.1,49.9,46.7,73.8,71.1c30.6,31.2,60.3,63.1,88.1,96.8c25.5,30.9,49.5,62.8,69.9,97.3 c16,27.1,29.7,55.1,37.1,86c5.3,22,6.3,43.8-1.8,65.4c-5.3,14.2-14.1,26.1-24.1,37C901,547.7,872.9,567,843.1,584 c-50,28.6-103.3,49.5-158.1,66.8c-53.7,17-108.7,29.6-164.5,37.9c-27.2,4.1-54.5,7.3-81.9,8.5c-16,0.7-31.9,2.3-47.8,2.6 c-13.5,0.2-26.9-0.9-40.4-1.8c-25.4-1.8-50.7-4.6-75.7-9.8c-30.5-6.4-59.8-16.1-87.2-31.3c-20.6-11.5-38.2-26.6-53.9-44.1 c-12.6-14-24.9-28.2-36.2-43.3c-18-24.2-34.4-49.5-49.2-75.9C30.9,462.3,15.4,430.1,2,397.1c-0.6-1.4-1.3-2.7-2-4V73.1z'%3E%3C/path%3E%3C/svg%3E ");
}

body.finance footer {
    background-color: #3d205d;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 954.3 699.8' style='enable-background:new 0 0 954.3 699.8;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23512A7B;%7D %3C/style%3E%3Cpath class='st0' d='M0,73.1C15.9,64.3,32.5,56.9,49.7,51c33.1-11.6,67.1-19.9,101.4-26.9c43.8-8.9,88-15,132.4-19.7 c19-2,38.2-2.8,57.3-3.6c24.5-1.1,49-0.7,73.5-0.7c44.6,0.1,89.2,2.3,133.8,4.8c20.4,1.1,40.9,2.4,61.3,4c3.2,0.1,6.2,1.3,8.6,3.4 c21.5,18.5,42.6,37.3,63.5,56.4c25.2,23.1,49.9,46.7,73.8,71.1c30.6,31.2,60.3,63.1,88.1,96.8c25.5,30.9,49.5,62.8,69.9,97.3 c16,27.1,29.7,55.1,37.1,86c5.3,22,6.3,43.8-1.8,65.4c-5.3,14.2-14.1,26.1-24.1,37C901,547.7,872.9,567,843.1,584 c-50,28.6-103.3,49.5-158.1,66.8c-53.7,17-108.7,29.6-164.5,37.9c-27.2,4.1-54.5,7.3-81.9,8.5c-16,0.7-31.9,2.3-47.8,2.6 c-13.5,0.2-26.9-0.9-40.4-1.8c-25.4-1.8-50.7-4.6-75.7-9.8c-30.5-6.4-59.8-16.1-87.2-31.3c-20.6-11.5-38.2-26.6-53.9-44.1 c-12.6-14-24.9-28.2-36.2-43.3c-18-24.2-34.4-49.5-49.2-75.9C30.9,462.3,15.4,430.1,2,397.1c-0.6-1.4-1.3-2.7-2-4V73.1z'%3E%3C/path%3E%3C/svg%3E ");
}

footer p,
footer a {
    font-weight: normal;
    color: #fff;
    line-height: 36px;
}

footer a:hover {
    color: #fff;
    text-decoration: underline;
}

footer ul {
    list-style: none;
    margin: 0 !important;
}

footer ul li {
    margin-left: 0 !important;
    line-height: 36px;
}

footer ul li:before {
    content: none !important;
    display: none !important;
}

footer .footer-title {
    margin-bottom: 30px;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
}

footer .footer-logo svg {
    /*width: 270px;*/
    height: 70px;
}

.footer-topbar-1,
.footer-topbar-2 {
    margin-bottom: 50px;
    height: 80px;
}

.footer-topbar-2 {
    display: flex;
    align-items: center;
    justify-content: right;
}

.footer-topbar-2 .social-title {
    display: inline-block;
    margin-right: 80px;
}

.footer-topbar-2 .social-title p {
    font-weight: 500;
    color: #fff;
}

.footer-topbar-1 .widget_sd_widget_logo svg {
    /*width: 270px;*/
    height: 70px;
}

.footer-middlebar {
    margin-top: 50px;
}

.footer-bottombar-1 {
    border-top: 2px solid #b9c527;
    padding-left: 0;
    margin-left: 15px;
    margin-right: 15px;
    padding-right: 0;
    padding-top: 30px;
    margin-top: 30px;
    width: calc(100% - 30px);
}

html[lang="en-US"] .footer-bottombar-1 { border-top: 2px solid #45b7d2; }
body.npo .footer-bottombar-1 { border-top: 2px solid #008282; }
body.it .footer-bottombar-1 { border-top: 2px solid #EE7319; }
body.finance .footer-bottombar-1 { border-top: 2px solid #512A7B; }

.footer-wave-container {
    position: relative;
}

.footer-wave-container svg {
    position: absolute;
    top: -1px;
    height: 80px;
    width: 100%;
}

.page-id-12 .footer-wave-container svg path {
    fill: #fff;
}
footer .footer-charity-logo img {
    width: 250px;
    max-height: 80px;
    object-fit: contain;
    object-position: left;
}

footer .widget-space-below-desktop {
    margin-bottom: 50px;
}

/*--------------------------------------------------------------
13.6 Visual Composer
--------------------------------------------------------------*/
.vc_row-fluid:not(.vc_inner) {
    padding-top: 150px;
    padding-bottom: 150px;
}

.vc_row-fluid.vc_inner {
    padding-top: 0;
    padding-bottom: 0;
}

.vc_col-has-fill>.vc_column-inner,
.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,
.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner,
.vc_row-has-fill>.vc_column_container>.vc_column-inner {
    padding-top: 0;
}

.vc_row.vc_row-o-equal-height > .wpb_column > .vc_column-inner > .wpb_wrapper {
    height: 100%;
}

.vc_row.vc_row-o-equal-height.vc_row-o-content-middle > .wpb_column > .vc_column-inner > .wpb_wrapper {
    /*display: flex;*/
    /*flex-direction: column;*/
    /*justify-content: center;*/
}

.relative-row {
    position: relative;
    z-index: 99;
}

.cta-home-row {
    margin-top: -300px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.news-detail-row {
    margin-top: -130px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.news-row {
    margin-top: -250px !important;
    padding-top: 0 !important;
    padding-bottom: 50px !important;
}

.vacancy-filter-row {
    margin-top: -200px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.wrap-row {
    max-width: 1400px;
    margin: auto !important;
}

.wrap-row .sd-block-title {
    padding-left: 15px;
    padding-right: 15px;
}

/*--------------------------------------------------------------
14.0 Widgets / sidebars
--------------------------------------------------------------*/
h3.widget-title {
    margin-bottom: 30px;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
}

.textwidget ul {
    list-style: none;
    margin-left: 20px;
}

.textwidget li {
    position: relative;
    margin-left: 20px;
}

.textwidget li::before {
    content: '';
    background-color: #c9d726;
    position: absolute;
    left: -40px;
    top: 7px;
    width: 15px;
    height: 15px;
    border-radius: 100%;
}

html[lang="en-US"] .textwidget li::before {
    background-color: #45b7d2;
}

body.npo .textwidget li::before {
    background-color: #008282;
}

body.it .textwidget li::before {
    background-color: #EE7319;
}

body.finance .textwidget li::before {
    background-color: #512A7B;
}

.extra-space-top {
    padding-top: 58px;
}

/* Cookie container */
.cookie-notice-container {
    background-color: #1b1b1b;
    color: #fff !important;
    font-size: 16px;
    font-family: 'Ubuntu',sans-serif;
    font-weight: normal;
    font-style: normal;
}

.cookie-notice-container a {
    color: #c9d726;
}

html[lang="en-US"] .cookie-notice-container a {
    color: #45b7d2;
}

body.npo .cookie-notice-container a {
    color: #008282;
}

body.it .cookie-notice-container a {
    color: #EE7319;
}

body.finance .cookie-notice-container a {
    color: #512A7B;
}

.cookie-notice-container a:hover {
    text-decoration: underline;
}

.cookie-notice-container #cn-accept-cookie {
    background-color: #c9d726 !important;
    border-radius: 30px !important;
    font-size: 18px !important;
    padding: 0 25px !important;
    line-height: 40px !important;
    font-family: 'Ubuntu',sans-serif !important;
    font-weight: normal !important;
    font-style: normal !important;
}

html[lang="en-US"] .cookie-notice-container #cn-accept-cookie {
    background-color: #45b7d2 !important;
}

body.npo .cookie-notice-container #cn-accept-cookie {
    background-color: #008282 !important;
}

body.it .cookie-notice-container #cn-accept-cookie {
    background-color: #EE7319 !important;
}

body.finance .cookie-notice-container #cn-accept-cookie {
    background-color: #512A7B !important;
}

.cookie-notice-container #cn-refuse-cookie {
    background-color: transparent !important;
    border-radius: 30px !important;
    font-size: 18px !important;
    padding: 0 25px !important;
    line-height: 40px !important;
    font-family: 'Ubuntu',sans-serif !important;
    font-weight: normal !important;
    font-style: normal !important;
}

.cn-close-icon {
    opacity: 1 !important;
}

.cn-close-icon::after, .cn-close-icon::before {
    background-color: #fff !important;
}

.sd-loading {
    font-size: 0;
    opacity: 0.1;
    -webkit-animation: sd-loading 1.5s linear infinite;
    margin-right: 10px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 60px;
}
.sd-loading .sd-block-vacancies-loading-single {
    border: 2px solid black;
    background-color: #ffffff;
    padding: 40px;
    border-radius: 10px;
    min-height: 525px;
    z-index: 9999;
}
.sd-loading.sd-block-filter-loading {
    border: 2px solid black;
    background-color: #ffffff;
    padding: 40px;
    border-radius: 10px;
    min-height: 409px;
    z-index: 9999;
    display: block;
}

.sd-loading.sd-block-filter-loading .loading-checkbox {
    display: inline-flex;
    align-items: center;
    margin-bottom: 60px;
    margin-right: 60px;
}

.sd-loading.sd-block-filter-loading .loading-checkbox > span:last-child {
    width: 160px;
}

.sd-loading.sd-block-filter-loading .loading-button {
    margin-top: 30px;
}

.sd-loading .loading-separator {
    height: 30px;
}
.sd-loading .loading-flex {
    display: flex;
    margin-top: 200px;
}
.sd-loading .loading-button {
    height: 50px;
    margin-bottom: 15px;
    background-color: black;
    width: 250px;
    margin-right: 30px;
}
.sd-loading .loading-title {
    height: 30px;
    margin-bottom: 30px;
    background-color: black;
}
.sd-loading .loading-input {
    width: 100%;
    height: 56px;
    margin-bottom: 15px;
    background-color: black;
}
.sd-loading .loading-checkbox {
    display: inline-flex;
    align-items: center;
    margin-bottom: 15px;
    margin-right: 15px;
}
.sd-loading .loading-checkbox > span:first-child {
    height: 24px;
    width: 30px;
    margin-right: 12px;
    background-color: black;
}
.sd-loading .loading-checkbox > span:last-child {
    height: 16px;
    width: 100px;
    background-color: black;
}
@-webkit-keyframes sd-loading {
    0% {
        opacity: 0.1;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 0.1;
    }
}