/*--------------------------------------------------------------
>>> 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: 'Open Sans';
	src: url('assets/fonts/OpenSans-SemiBold.eot');
	src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
	url('assets/fonts/OpenSans-SemiBold.eot?#iefix') format('embedded-opentype'),
	url('assets/fonts/OpenSans-SemiBold.woff2') format('woff2'),
	url('assets/fonts/OpenSans-SemiBold.woff') format('woff'),
	url('assets/fonts/OpenSans-SemiBold.ttf') format('truetype'),
	url('assets/fonts/OpenSans-SemiBold.svg#OpenSans-SemiBold') format('svg');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Open Sans';
	src: url('assets/fonts/OpenSans-Regular.eot');
	src: local('Open Sans Regular'), local('OpenSans-Regular'),
	url('assets/fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
	url('assets/fonts/OpenSans-Regular.woff2') format('woff2'),
	url('assets/fonts/OpenSans-Regular.woff') format('woff'),
	url('assets/fonts/OpenSans-Regular.ttf') format('truetype'),
	url('assets/fonts/OpenSans-Regular.svg#OpenSans-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('assets/fonts/Poppins-Bold.eot');
	src: local('Poppins Bold'), local('Poppins-Bold'),
	url('assets/fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
	url('assets/fonts/Poppins-Bold.woff2') format('woff2'),
	url('assets/fonts/Poppins-Bold.woff') format('woff'),
	url('assets/fonts/Poppins-Bold.ttf') format('truetype'),
	url('assets/fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

html, body {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	color: #575756;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0;
	font-weight: bold;
	font-family: 'Poppins', sans-serif;
}

p {
	padding: 0;
	margin: 0 0 20px 0;
}

p:last-child {
	margin-bottom: 0;
}

.site-content > .wrap,
header .wrap,
footer .wrap {
	max-width: 1630px;
}

embed,
iframe,
object {
	width: 100%;
}

.position-relative {
	position: relative;
	z-index: 9;
}

/*--------------------------------------------------------------
Custom Elements
--------------------------------------------------------------*/
.hide-on-mobile {
	display: block;
}

.hide-on-desktop {
	display: none;
}

/*--------------------------------------------------------------
SD Tabs
--------------------------------------------------------------*/
.sd-tabs .sd-tabs-list {

}

.sd-tabs .sd-tabs-list svg {
	vertical-align: sub;
	width: 20px;
	height: 20px;
	margin-right: 15px;
}

.sd-tabs .sd-tabs-list > li {
	background-color: #578EC2;
	padding: 15px 20px;
}

.sd-tabs .sd-tabs-list > li.active {
	background-color: #184086;
	color: #fff;
}

.sd-tabs .sd-tabs-list > li:last-child {

}

.sd-tabs .sd-tabs-content > li {

}

.sd-tabs .sd-tabs-content > li.active {

}

/*--------------------------------------------------------------
6.0 Forms
--------------------------------------------------------------*/
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #565656;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}

::-moz-placeholder { /* Firefox 19+ */
	color: #565656;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}

:-ms-input-placeholder { /* IE 10+ */
	color: #565656;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}

:-moz-placeholder { /* Firefox 18- */
	color: #565656;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}

.sd-form .mandatory_icon {

}

.wpcf7-response-output,
.wpcf7-not-valid-tip {
	color: #ffffff;
	font-size: 20px;
}

.wpcf7,
.sd-form {

}

.sd-form label.SD-label {
	font-size: 20px;
	font-weight: bold;
	cursor: pointer;
	font-family: 'Poppins', sans-serif;
}

label.sd-cf7-label {
	font-size: 20px;
	color: #ffffff;
	font-weight: 400;
	margin-bottom: 5px;
}

.wpcf7-form .wpcf7-list-item {
	margin-left: 30px;
	display: block;
}

.wpcf7-list-item .wpcf7-list-item-label {
	font-weight: 400;
	color: #fff;
	font-size: 20px;
	position: relative;
}

.wpcf7-list-item input {
	display: none;
}

.wpcf7-list-item .wpcf7-list-item-label:before {
	cursor: pointer;
	content: '';
	display: block;
	position: absolute;
	left: -30px;
	top: 5px;
	height: 20px;
	width: 20px;
	border-radius: 10px;
	border: 2px solid #fc7903;
}

.wpcf7-list-item input:checked + .wpcf7-list-item-label:before {
	background-color: #fc7903;
}

input[type='text'],
input[type='email'],
input[type='tel'] {
	background: #ffffff;
	border: 0 none;
	border-radius: 26px;
	display: block;
	font-size: 16px;
	padding: 0 30px;
	height: 50px;
	color: #565656;
	width: 100%;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}

select {
	background: #ffffff;
	border: 0 none;
	border-radius: 26px;
	display: block;
	font-size: 16px;
	padding: 0 30px;
	height: 50px;
	color: #565656;
	width: 100%;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	appearance: none;
	background-image: url("/wp-content/uploads/2021/08/select-arrow.png");
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 10px;
}

textarea {
	background: #ffffff;
	border: 0 none;
	border-radius: 26px;
	display: block;
	font-size: 16px;
	padding: 15px 30px;
	height: 200px;
	color: #565656;
	width: 100%;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	resize: vertical;
}

input[type='submit'] {
	display: inline-block;
	position: relative;
	font-size: 20px;
	line-height: 50px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	background-color: #fc7903;
	color: #fff;
	text-decoration: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	font-weight: 400;
	text-align: center;
	padding: 0 50px 0 20px;
	-webkit-transition: ease .3s;
	-moz-transition: ease .3s;
	-ms-transition: ease .3s;
	-o-transition: ease .3s;
	transition: ease .3s;
	width: auto;
}

input[type='submit']:hover {
	color: #fff;
	background-color: #c85e00;
	-webkit-transition: ease .3s;
	-moz-transition: ease .3s;
	-ms-transition: ease .3s;
	-o-transition: ease .3s;
	transition: ease .3s;
}

.sd-form-submit-blue {
	position: relative;
}

.sd-form-submit-blue input[type=submit] {
	color: #fff;
	background-color: #FC7903;
}

.sd-form-submit-blue::after {
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 448 512'%3E%3Cpath fill='%23fff' d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 15px;
	width: 15px;
	position: absolute;
	left: 130px;
	top: 18px;
}

.sd-form-submit-blue input[type=submit]:hover {
	color: #fff;
	background-color: #c85e00;
}

button,
input[type='button'] {
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}

button:hover,
input[type='button']:hover {
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}

.SD-type-checkbox input {
	opacity: 0;
	position: absolute;
	display: block;
	left: 1px;
	top: 9px;
	z-index: -1;
}

.SD-type-checkbox label {
	padding-left: 10px;
}

#apply-whatsapp-form .SD-type-checkbox label {
	padding-left: 30px;
	cursor: pointer;
}

.SD-type-checkbox label:before {
	cursor: pointer;
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 5px;
	height: 20px;
	width: 20px;
	border-radius: 10px;
	border: 2px solid #FC7903;
}

.SD-type-checkbox input:checked + label:before {
	background-color: #FC7903;
}

/* Start success messages  */
.sd-success-message-container {
	background-color: #73ff88;
	padding: 20px 43px 20px 20px;
	border-radius: 10px;
	position: relative;
	border: 2px solid #0eb427;
	margin-bottom: 20px;
}

.sd-success-message-general {

}

.sd-success-message-general::before {

}

.sd-success-messages {

}

.sd-success-message {
	font-weight: 200;
	font-size: 18px;
}

.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 {
	position: relative;
	margin-bottom: 30px;
}

.sd-notification-message-general {

}

.sd-notification-message-general::before {

}

.sd-notification-messages {

}

.sd-notification-message {
	background-color: #fc7903;
	margin: 0 -15px 30px -15px;
	color: white;
	line-height: 50px;
	padding: 0 15px;
	display: flex;
	align-items: center;
	font-weight: bold;
	font-size: 18px;
	justify-content: center;
}

.sd-notification-message::before {
	content: '';
	background-image: url('assets/icons/info.svg');
	width: 20px;
	height: 20px;
	display: block;
	margin-right: 15px;
}
/* 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 {
	font-weight: 600;
	color: #212121;
	font-size: 20px;
}

.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 {
	font-size: 20px;
	font-weight: 400;
	color: #212121;
}
/* End error messages */

/*--------------------------------------------------------------
12.0 Navigation
--------------------------------------------------------------*/
.main-navigation ul {

}

.main-navigation ul li {

}

.main-navigation ul li a {

}

.main-navigation ul li a:hover {

}

.main-navigation ul li.current-menu-item > a {

}

.main-navigation ul li.menu-item-has-children.focus:before,
.main-navigation ul li.menu-item-has-children:hover:before,
.main-navigation ul li.menu-item-has-children.focus:after,
.main-navigation ul li.menu-item-has-children:hover:after,
.main-navigation ul li.page_item_has_children.focus:before,
.main-navigation ul li.page_item_has_children:hover:before,
.main-navigation ul li.page_item_has_children.focus:after,
.main-navigation ul li.page_item_has_children:hover:after {
	display: none;
}

/* Sub Menu */
.main-navigation ul ul.sub-menu {
	padding: 10px;
}

.main-navigation ul ul.sub-menu li {

}

.main-navigation ul ul.sub-menu li a {

}

.main-navigation ul ul.sub-menu li.current-menu-item > a {

}

/*--------------------------------------------------------------
13.1 Header
--------------------------------------------------------------*/
.admin-bar .header-middlebar {
	top: 32px;
}

header.site-header.fixed {
	transition: all .3s ease;
	z-index: 9999;
	position: relative;
}

.header-middlebar {
	background-color: #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
	position: fixed;
	left: 0;
	right: 0;
	z-index: 9999;
	transition: background-color .3s ease;
	top: 0;
}

.header-middlebar .header-middlebar-1 {
	display: flex;
}

header .header-middlebar .header-middlebar-1 .widget_sd_widget_logo svg {
	width: 200px;
	transition: all .3s ease;
	z-index: 1;
	position: relative;
}

.single-vacancy header .header-middlebar .header-middlebar-1 .widget_sd_widget_logo svg {
	filter: drop-shadow(2px 4px 6px rgba(0,0,0,0.1));
}

header .header-middlebar .header-middlebar-1 .widget_sd_widget_logo svg .st0 {
	fill: #174087;
	transition: all .3s ease;
}

.header-middlebar .header-middlebar-2 {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	min-height: 100px;
}

.header-middlebar .header-middlebar-2 .widget_sd_widget_contact_icon:not(:last-child) a {
	margin-right: 30px;
	padding-right: 30px;
	border-right: 1px solid #FFF;
	transition: all .3s ease;
}

.header-middlebar .header-middlebar-2 .widget_sd_widget_contact_icon:nth-child(3) a {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
	transition: all .3s ease;
}

header.site-header.fixed .header-middlebar .header-middlebar-2 .widget_sd_widget_contact_icon:not(:last-child) a {
	border-right-color: #1F3D87;
	transition: all .3s ease;
}

header .header-bottombar {
	padding-top: 10px;
	position: absolute;
	left: 0;
	right: 0;
	top: 120px;
}

/*--------------------------------------------------------------
13.2 Regular Content
--------------------------------------------------------------*/
.site-content {
	margin-top: 120px;
}

.single-blog .vc_row.last-row {
	padding-bottom: unset !important;
}

.home-header-row.vc_row.bottom-wave {
	padding-bottom: 50px !important;
}

.filter-row {
	overflow: visible !important;
}

/*--------------------------------------------------------------
13.5 Footer
--------------------------------------------------------------*/
footer {
	background-color: #1f3d87;
	padding-top: 80px;
	padding-bottom: 80px;
	position: relative;
}

footer h3.widget-title {
	color: #ffffff;
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 10px 0;
	line-height: 1;
	padding: 0;
}

footer a {
	color: #ffffff;
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
	transition: all .3s ease;
}

footer p {
	color: #ffffff;
	font-size: 18px;
	font-weight: normal;
	line-height: 25px;
	transition: all .3s ease;
}

footer a:hover {
	color: #fc7903;
	transition: all .3s ease;
}

footer ul {
	color: #ffffff;
	padding-left: 20px;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 0;
}

.footer-topbar {

}

.footer-topbar .footer-topbar-1 h3.widget-title {
	font-size: 42px;
	margin-bottom: 70px;
}

.footer-middlebar {
	padding-top: 50px;
}

footer .contact-container {
	margin-bottom: 30px;
}

footer .no-title-menu {
	margin-top: 30px;
}

footer .recruitment-selection-nl-menu {
	margin-top: 24px;
}

footer .practice-mediation-menu {
	margin-top: 32px;
}

footer .recruitment-selection-menu {
	margin-bottom: 40px;
}

.footer-bottombar {
	padding-top: 50px;
}

.footer-bottombar .footer-bottombar-1 p {
	text-align: left;
}

.footer-bottombar .footer-bottombar-2 p {
	text-align: right;
}

.footer-bottombar .footer-bottombar-1 p,
.footer-bottombar .footer-bottombar-2 p,
.footer-bottombar .footer-bottombar-2 a {
	font-size: 16px;
}

/*--------------------------------------------------------------
13.6 Visual Composer
--------------------------------------------------------------*/
.vc_row-fluid:not(.vc_inner) {
	padding-top: 100px;
	padding-bottom: 100px;
}

.vc_row-fluid.vc_inner {
	padding-top: 0;
	padding-bottom: 0;
}

.vc_row.vc_row-o-equal-height > .wpb_column > .vc_column-inner > .wpb_wrapper {
	height: 100%;
}

.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;
}

/*--------------------------------------------------------------
Cookiewall
--------------------------------------------------------------*/
.sd-cookie-notice .sd-cookie-notice-overlay {
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.3);
}

.sd-cookie-notice .sd-cookie-notice-inner {
    padding: 40px 20px;
    background-color: #f1f7fc;
}

.sd-cookie-notice .sd-cookie-notice-close {
    color: #1F3D87;
}

.sd-cookie-notice .sd-cookie-notice-title h2 {
    font-size: 42px;
    color: #1F3D87;
    margin-bottom: 20px;
}

.sd-cookie-notice .sd-cookie-notice-text {
    margin-bottom: 20px;
}

.sd-cookie-notice .sd-cookie-notice-text p {
    color: #575756;
    font-size: 20px;
    font-weight: normal;
}

.sd-cookie-notice .sd-cookie-notice-text a {
    color: #fc7903;
    text-decoration: underline;
    text-decoration-thickness: 1px;
}

.sd-cookie-notice .sd-cookie-notice-categories .sd-cookie-notice-category {
    padding: 14px 15px;
}

.sd-cookie-notice .sd-cookie-notice-buttons-container {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.sd-cookie-notice .sd-cookie-notice-buttons-container .sd-cookie-notice-accept-cookie {
    display: inline-flex;
    position: relative;
    max-width: 100%;
    font-size: 20px;
    line-height: 50px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    text-decoration: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-weight: 400;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-transition: ease .3s;
    -moz-transition: ease .3s;
    -ms-transition: ease .3s;
    -o-transition: ease .3s;
    transition: ease .3s;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background-color: #FC7903;
    padding-top: 0;
    padding-bottom: 0;
}

.sd-cookie-notice .sd-cookie-notice-buttons-container .sd-cookie-notice-accept-cookie:hover {
    color: #FC7903;
    background-color: #ffffff;
}

.sd-cookie-notice .sd-cookie-notice-buttons-container .sd-cookie-notice-save-cookie,
.sd-cookie-notice .sd-cookie-notice-buttons-container .sd-cookie-notice-toggle-cookies {
    font-size: 16px;
    margin-right: 20px;
    color: #575756;
}

.sd-cookie-notice-save-cookie {
    display: none;
}

.sd-cookie-notice.open .sd-cookie-notice-buttons-container {
    flex-direction: row;
    justify-content: flex-start;
}
.sd-cookie-notice.open .sd-cookie-notice-toggle-cookies {
    display: none;
}
.sd-cookie-notice.open .sd-cookie-notice-save-cookie {
    display: block;
}

/*--------------------------------------------------------------
14.0 Widgets / sidebars
--------------------------------------------------------------*/
h3.widget-title {

}

@media print {
	main {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.vc_row-fluid:not(.vc_inner) {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.mobile-menu-sidebar,
	.footer-svg,
	#apply,
	.sd-vacancy-sidebar,
	.sd-block-breadcrumb,
	.apply-button-header,
	footer,
	header {
		display: none !important;
	}

	.row_600px {
		height: unset !important;
		min-height: unset !important;
	}

	.bottom-wave .row-svg {
		display: none;
	}

	.single-vacancy main,
	.vc_row.bottom-wave {
		padding-bottom: 0 !important;
	}

	h1 {
		font-size: 32px !important;
	}

	h2, h3, h4, h5, h6 {
		font-size: 26px !important;
		color: black;
	}

	.sd-block-title.color-white .sd-block-title-htag {
		color: black;
		margin-bottom: 40px;
	}

	.sd-sdcx-components-vacancies-parts-header ul.header-vacancy-specs {
		position: relative;
		top: unset;
		bottom: unset;
		background-color: transparent;
		padding: 0;
		left: 0;
		right: 0;
	}

	.sd-sdcx-components-vacancies-parts-header ul.header-vacancy-specs p,
	.sd-sdcx-components-vacancies-parts-header ul.header-vacancy-specs h3 {
		color: black;
		margin-bottom: 0;
	}

	.sd-sdcx-components-vacancies-parts-header ul.header-vacancy-specs p {
		margin-bottom: 20px;
	}

	.vc_row.vc_row-flex,
	.vc_row.vc_row-flex>.vc_column_container {
		display: block;
	}

	.sd-block-text ul {
		list-style-type: circle;
	}

	.sd-block-text ul li {
		padding-left: 0;
		margin-left: 25px;
	}

	.sd-block-text ul li:before {
		content: none;
	}
}