/*
Theme Name: Renews Group thema
Version: 1.0
Author: Fanatiek Media
Author URI: https://fanatiekmedia.nl
*/

/***************************
          GENERAL
***************************/

@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;500;600&family=Barlow+Condensed:wght@500&display=swap');



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

:root {
  --black: #000000;
  --white: #ffffff;
  --lightgrey: #edf2f6;
  --darkblue: #206092;
  --blue: #299ade;
  --lightblue: #b3d7ed;
  --greyblue: #678098;
  --lightgreyblue: #bcc5d6;
  --red: #CC2222;
  --orange: #ff6600;
  --orangehover: #d15300;
}


/***************************
          GENERAL
***************************/

body {
    font-family: 'Barlow', sans-serif;
	width: 100%;
	color: var(--greyblue);
	font-weight: 400;
	font-size: 17px;
}

html {
	font-size: 100%;
	width: 100%;
	font-weight: 400;
}

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

a {
	color: #009ade;
	text-decoration: underline;
	transition: all 0.3s ease;
}

a:hover {
	color: #009ade;
	text-decoration: none;
}

p {
	margin: 0 0 20px;
	line-height: 175%;
}

ul, ol {
	margin: 0 0 20px;
}

li {
	line-height: 175%;
}

blockquote {
	padding: 0 20px;
	margin: 35px 0;
	position: relative;
	text-align: center;
}

blockquote p {
	font-size: 30px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 500;
	color: var(--blue);
	line-height: 120%;
}

blockquote p strong {
	font-weight: 500;
	color: var(--darkblue);
}

input, textarea {
    padding: 10px 15px;	
    width: 100%;
    font-family: 'Barlow', sans-serif;
	border: 1px solid var(--darkblue);
	line-height: 110%;
	border-radius: 5px;
	background-color: var(--white);  
	color: var(--grey);
	font-size: 18px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
 	color: var(--darkblue) !important;
}

input:focus,
textarea:focus {
	outline: none;
}

input.small {
	width: 120px;
}

input[type="checkbox"],
input[type="radio"] {
	width: auto;
}

input[type="radio"],
input[type="checkbox"] {
	-webkit-appearance: none;
	width: 20px;
	height: 20px;
	border: 1px solid var(--darkblue);
	background-color: #fff;
	border-radius: 3px;
	cursor: pointer;
	box-shadow: none;
}

input[type="checkbox"]:focus {
	border-color: var(--darkblue);
}

input[type="radio"]:checked,
input[type="checkbox"]:checked {
	background-color: var(--white);
    background-image: url('./assets/images/checkbox.svg');
    background-size: 12px 11px;
    background-repeat: no-repeat;
    background-position: center center;
    border-color: var(--darkblue);
}

input[type="radio"] {
	border-radius: 10px;
}

select {
	border: 0px;
	height: 42px;
	padding: 0px 30px 0px 15px;
	width: 100%;
    font-family: 'Barlow', sans-serif;
	border: 1px solid var(--darkblue);
	color: var(--grey);
	border-radius: 5px;
	font-size: 18px;
	line-height: 100%;
	-webkit-appearance: none; 
	appearance: none;
	background-image: url('./assets/images/dropdown.svg');
	background-position: right 10px center;
	background-repeat: no-repeat;
	background-size: 12px 8px;
}

select:focus {
	outline: none;
}

textarea {
	height: 150px;
}

input[type="number"] {
	width: 100px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #95a8ba;
	font-weight: 400;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #95a8ba;
	font-weight: 400;
    opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #95a8ba;
}
:-moz-placeholder { /* Firefox 18- */
	color: #95a8ba;
}

.btn, 
.button,
.inline-btn a,
.facetwp-load-more {
	background-color: var(--orange);
	color: var(--white);
	display: inline-block;
	padding: 11px 25px;
	position: relative;
	border: 0px solid;
	cursor: pointer;
	line-height: 120%;
	margin: 0 5px 10px 0;
	width: auto;
	text-decoration: none;
    border-radius: 5px;
    outline: none;
    transition: all 0.3s ease;
}

.btn:hover,
.btn:focus, 
.button:hover,
.button:hover,
.inline-btn a:hover,
.inline-btn a:focus,
facetwp-load-more:hover,
facetwp-load-more:focus {
	background-color: var(--orangehover);
	color: var(--white);
}

.btn.alt {
	border: 2px solid var(--blue);
	background-color: transparent;
	color: var(--blue);
	padding: 9px 23px;
}

.btn.alt:hover,
.btn.alt:focus {
	background-color: var(--blue);
	color: #fff;
}

.btn.alt.white {
	border-color: #fff;
	color: #fff;
}

.btn.alt.white:hover,
.btn.alt.white:focus {
	background-color: #fff;
	color: #009ade;
}

.btn.blue {
	background-color: var(--blue);
}

.btn.blue:hover,
.btn.blue:focus {
	background-color: var(--darkblue);
}

table {
	width: 100%;
	text-align: left;
	border: 1px solid var(--lightgreyblue);
	background-color: var(--white);
	border-collapse: collapse;
	margin: 0 0 25px;
	box-shadow: rgba(0, 0, 0, 0.10) 0px 3px 5px;
}

table th,
table td {
	border: 1px solid var(--lightgreyblue);
	padding: 8px 10px;
}

table tr:nth-child(even) td {
	background-color: var(--lightgrey);
}

table th {
	background-color: #f8bb0a;
}

.container {
	max-width: 1360px;
	margin: 0 auto;
    padding: 0 20px;	
}

.container.medium {
	max-width: 1160px;
}

.container.small {
	max-width: 1000px;
}

strong, b {
	font-weight: 600;
}

.alignleft, .alignright {
	float: none;
	margin: 0 0 25px 0;
	display: block;
}

.aligncenter {
	margin: 0 auto;
	display: block;
}

@media only screen and (min-width:768px) { 
	
	body {
		font-size: 18px;
	}
	
	blockquote {
		padding: 0 80px;
	}
	
	blockquote p {
		font-size: 36px;
	}

	.alignleft {
		float: left;
		margin: 0 10px 10px 0;
	}
	
	.alignright {
		float: right;
		margin: 0 0 10px 10px;
	}

	.container {
		padding: 0 30px;
	}

}

@media only screen and (min-width:1024px) { 
	
	.container {
		padding: 0 50px;
	}
	
	blockquote p {
		font-size: 42px;
	}

}

/* stop stacking issues */
.clearfix::after {
  content: " ";
  display: table;
}
.clearfix::after {
  clear: both;
}

/* use box-sizing: border-box */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/***************************
		   COLUMNS
***************************/

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

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

.small-padding.row {
	margin-left: -5px;
	margin-right: -5px;
}

.no-padding.row {
	margin-left: 0px;
	margin-right: 0px;
}

.column {
	display: block;
	width: 100%;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}

.small-padding.row .column {
	padding-left: 5px;
	padding-right: 5px;
}

.no-padding.row .column {
	padding-left: 0px;
	padding-right: 0px;
}

.small-1-2 {
	width: 50%;
}

.row.align-middle {
	align-items: center;
}

.row.align-bottom {
	align-items: flex-end;
}

.row.justify-center {
	justify-content: center;
}

.row.justify-space {
	justify-content: space-between;
}

.row.small-reverse {
	flex-direction: column-reverse;
}

@media only screen and (min-width:768px) { 
	
	.row.small-reverse {
		flex-direction: row-reverse;
	}
	
	.row.medium-reverse {
		flex-direction: row-reverse;
	}
	
	.row.medium-noreverse {
		flex-direction: row;
	}
	
	.row.medium-padding {
		margin-left: -20px;
		margin-right: -20px;
	}
		
	.row.medium-padding .column {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.row.large-padding {
		margin-left: -20px;
		margin-right: -20px;
	}
		
	.row.large-padding .column {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.row.xlarge-padding {
		margin-left: -30px;
		margin-right: -30px;
	}
		
	.row.xlarge-padding .column {
		padding-left: 30px;
		padding-right: 30px;
	}
	
	.medium-1-5 {
		width: 20%;
	}

	.medium-1-4 {
		width: 25%;
	}
	
	.medium-3-10 {
		width: 30%;
	}
	
	.medium-1-3 {
		width: 33.33334%;
	}
	
	.medium-2-5 {
		width: 40%;
	}
	
	.medium-1-2 {
		width: 50%;
	}
	
	.medium-3-5 {
		width: 60%;
	}
	
	.medium-2-3 {
		width: 66.66666%;
	}
	
	.medium-3-4 {
		width: 75%;
	}
	
	.medium-auto {
		width: auto;
	}

}

@media only screen and (min-width:1024px) {
	
	.row.large-padding {
		margin-left: -30px;
		margin-right: -30px;
	}
		
	.row.large-padding .column {
		padding-left: 30px;
		padding-right: 30px;
	}
	
	.row.l-large-padding {
		margin-left: -30px;
		margin-right: -30px;
	}
		
	.row.l-large-padding .column {
		padding-left: 30px;
		padding-right: 30px;
	}
	
	
	.row.l-xlarge-padding {
		margin-left: -35px;
		margin-right: -35px;
	}
		
	.row.l-xlarge-padding .column {
		padding-left: 35px;
		padding-right: 35px;
	}
	
	.row.large-reverse {
		flex-direction: row-reverse;
	}
	
	.large-1-5 {
		width: 20%;
	}
	
	.large-1-4 {
		width: 25%;
	}
	
	.large-3-10 {
		width: 30%;
	}

	.large-1-3 {
		width: 33.33334%;
	}
	
	.large-35 {
		width: 35%;
	}
	
	.large-2-5 {
		width: 40%;
	}
	
	.large-45 {
		width: 45%;
	}
	
	.large-1-2 {
		width: 50%;
	}
	
	.large-55 {
		width: 55%;
	}
	
	.large-3-5 {
		width: 60%;
	}
	
	.large-2-3 {
		width: 66.66666%;
	}
	
	.large-3-4 {
		width: 75%;
	}
	
}

@media only screen and (min-width:1280px) {
	
	.row.xl-large-padding {
		margin-left: -30px;
		margin-right: -30px;
	}
		
	.row.xl-large-padding .column {
		padding-left: 30px;
		padding-right: 30px;
	}	
	
	.row.xl-xlarge-padding {
		margin-left: -50px;
		margin-right: -50px;
	}
		
	.row.xl-xlarge-padding .column {
		padding-left: 50px;
		padding-right: 50px;
	}	
	
	.xlarge-1-5 {
		width: 20%;
	}
	
	.xlarge-1-4 {
		width: 25%;
	}
	
	.xlarge-1-3 {
		width: 33.3334%;
	}
	
	.xlarge-35 {
		width: 35%;
	}
	
	.xlarge-2-5 {
		width: 40%;
	}
	
	.xlarge-3-5 {
		width: 60%;
	}

	.xlarge-2-3 {
		width: 66.66666%;
	}
	
	.xlarge-3-4 {
		width: 75%;
	}
	
}

/***************************
		   HEADINGS
***************************/

h1, h2, h3, h4, h5 {
	margin: 0 0 15px 0;
	padding: 0;
	color: #206092;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 500;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 26px;
}

h2.block-title {
	margin: 0 0 30px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 18px;
}

@media only screen and (min-width:768px) {

	h1 {
		font-size: 46px;
	}
	
	h2 {
		font-size: 32px;
	}
	
	h2.block-title {
		margin: 0 0 50px;
	}
	
	h3 {
		font-size: 26px;
	}
	
	h4 {
		font-size: 20px;
	}

}


@media only screen and (min-width:1024px) {

	h1 {
		font-size: 52px;
	}
	
	h2 {
		font-size: 38px;
	}
	
	h3 {
		font-size: 30px;
	}
	
	h4 {
		font-size: 22px;
	}

}

/***************************
    HEADER & NAVIGATION
***************************/

.header {
	position: relative;
}

.header-main {
	position: relative;
	padding: 10px 0;
}

.header-main .container {
	position: relative;
}

.header-main .phone {
	position: absolute;
	display: block;
	bottom: -57px;
	left: 20px;
	z-index: 99;
}

.header-main .phone a {
	text-decoration: none;
	font-size: 24px;
	background-image: url('./assets/images/phone.svg');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 18px 18px;
	padding: 7px 0 7px 25px;
	display: inline-block;
	color: var(--darkblue);
	font-family: 'Barlow Condensed', sans-serif;
    font-weight: 500;
}

.header-main .socials {
	margin: 0 0 15px;
	text-align: right;
	position: absolute;
	top: 28px;
	right: 20px;
	display: none;
	flex-wrap: wrap;
}

.header-main .socials a {
	display: flex;
	align-items: center;
	justify-content: center;
    width: 30px;
    height: 30px;
    margin: 0 0 0 3px;
    padding: 8px 0;
    background-color: var(--greyblue);
    border-radius: 50%;
    transition: all .3s ease;
    text-align: center;
    transition: ease-in .3s all;
}

.header-main .socials a svg {
	fill: #fff;
    width: 14px;
    height: 14px;	
}

.header-main .socials a:hover {
	background-color: var(--blue);
}

.header-main .logo {
	display: block;
	width: 200px;
	position: relative;
	z-index: 99;
}

.header-main .logo img {
	width: 100%;
	display: block;
}

.header-nav {
	background-color: #fff;
	padding: 0;
	border-top: 1px solid var(--lightgrey);
	text-align: right;
	position: relative;
	z-index: 9;
}

.header-nav .container {
	padding: 0;
}

.header-nav .toggle-nav {
	margin: 0;
	border: 0;
	color: var(--darkblue);
	font-weight: bold;
	font-size: 20px;
    padding: 15px 20px 15px 50px;
    background-color: transparent;
    background-image: url('./assets/images/menu.svg');
    background-size: 28px 20px;
    background-position: left 10px center;
    background-repeat: no-repeat;
	cursor: pointer;
}

.header-nav .toggle-nav:focus {
	outline: none;
}

.header-nav .site-menu {
	opacity: 0;
	width: 100%;
	height: 0;
	background: var(--darkblue);
	margin: 0;
	padding: 10px 0;
	list-style-type: none;
	text-align: left;
	position: absolute;
	z-index: 3;
	visibility: hidden;
}

.show-nav .header-nav .site-menu {
	opacity: 1;
	width: 100%;
	height: auto;
	visibility: visible;
    -webkit-animation: fadeInFromNone 0.9s ease-out;
    -moz-animation: fadeInFromNone 0.9s ease-out;
    -o-animation: fadeInFromNone 0.9s ease-out;
    animation: fadeInFromNone 0.9s ease-out;
}

.header-nav .site-menu ul {
	list-style-type: none;
	padding: 20px;
	margin: 0;	
}

.header-nav .site-menu ul li {
	padding: 0;
	margin: 0;
}

.header-nav .site-menu ul li a {
	display: block;
	padding: 2px 0;
	color: var(--white);
	text-decoration: none;
	font-size: 20px;
}

.header-nav .site-menu ul li.current-menu-item > a {
	color: var(--lightblue);
}

.header-nav .site-menu ul li.menu-btn {
	margin: 15px 0 0;
}

.header-nav .site-menu ul li.menu-btn > a {
	background-color: var(--orange);
	display: inline-block;
	padding: 2px 15px;
	border-radius: 5px;
	color: var(--white);
}

.header-nav .site-menu ul li.menu-btn > a:hover {
	background-color: var(--orangehover);
	color: var(--white);
}

.header-nav .site-menu .sub-menu {
	padding: 0 0 5px;
}

.header-nav .site-menu .sub-menu li a {
	font-size: 16px;
}

.header-nav .account {
	padding: 20px 20px 50px;
}

.header-nav .account a {
	border: 2px solid var(--white);
	color: var(--white);
	padding: 7px 15px 7px 40px;
	text-decoration: none;
	border-radius: 5px;
	background-color: transparent;
	background-image: url('./assets/images/user.svg');
	background-size: 18px 17px;
	background-position: left 15px center;
	background-repeat: no-repeat; 
	display: inline-block;
}

.header-nav .account a:hover {
	background-color: var(--white);
	color: var(--blue);
}

@media only screen and (min-width:360px) {

	.header-main .socials {
		display: flex;
	}

}

@media only screen and (min-width:768px) {
	
	.header-main .logo {
		width: 260px;
	}
	
	.header-main .phone {
		left: auto;
		bottom: auto;
		right: 140px;
		top: 8px;
	}
	
	.header-main .socials {
		position: absolute;
		right: 30px;
		top: 10px;
		margin: 0;
	}
	
	.header-main .socials a {
		width: 36px;
		height: 36px;
		margin: 0 0 0 5px;
	}
	
	.header-main .socials a svg {
		width: 16px;
		height: 16px;
	}
	
	.header-nav {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
	}
	
	.header-nav .site-menu {
		display: flex;
		flex-wrap: wrap;
	}
	
	.header-nav .site-menu ul {
		padding: 30px;
		width: calc(100% - 250px);
	}
	
	.header-nav .account {
		width: 250px;
		text-align: right;
		padding: 30px;
	} 
	
	.header-nav .toggle-nav {
		padding-right: 30px;
	}

}

@media only screen and (min-width:1100px) {
	
	.header {
		position: relative;
	}
	
	.header-main .logo {
		width: 280px;
		z-index: 99;
		position: relative;
	}
		
	.header-main .phone {
        right: 370px;
        top: 12px;
	}
	
	.header-main .socials {
		right: 250px;
		top: 15px;
	}
	
	.header-nav {
		position: absolute;
		width: 100%;
		bottom: 0;
		left: 0;
	}
	
	.header-nav .container {
		padding: 0 50px;
	}
	
	.header-nav .toggle-nav { 
		display: none;
	} 
	
	.header-nav .site-menu {
		position: relative;
		display: block;
	}
	
	.header-nav .site-menu,
	.show-nav .header-nav .site-menu {
		opacity: 1;
		visibility: visible;
		width: 100%;
		height: auto;
		display: block;
		float: none;
		margin: 0;
		padding: 0;
		background-color: #fff;
		text-align: right;
	}
	
	.header-nav .site-menu ul {
		display: inline-block;
		width: 100%;
		padding: 0;
	}
	
	.header-nav .site-menu ul li {
		display: inline-block;
		position: relative;
	}
	
	
	.header-nav .site-menu ul li a {
		display: inline-block;
		padding: 12px 0;
		margin: 0 0 0 25px;
		border: 0px;
		color: var(--darkblue);
		position: relative;
	}

	.header-nav .site-menu ul li.current-menu-item > a,
	.header-nav .site-menu ul li.current-menu-parent > a,
	.header-nav .site-menu ul .current-page-ancestor > a,
	.header-nav .site-menu ul li > a:hover,
	.header-nav .site-menu ul li > a:focus {
		opacity: 1;
		transform: scale(1,1);	
		text-decoration: none;
		color: var(--blue);	
	}
	
	.header-nav .site-menu ul li.menu-btn {
		margin: 8px 0;
	}
	
	.header-nav .site-menu ul li.menu-btn > a {
		background-color: var(--orange);
		padding: 3px 15px;
		font-size: 18px;
		color: var(--white);
	}
	
	.header-nav .site-menu ul li.menu-btn > a:hover {
		background-color: var(--orangehover);
		color: var(--white);
	}
	
	.header-nav .site-menu .sub-menu {
	    display: none;
	    position: absolute;
	    left: 10px;
	    z-index: 9;
	    background: var(--darkblue);
	    width: 100%;
	    width: 260px;
	    padding: 10px 0 10px;
	    margin: 0 0 0;
	    text-align: left;
	}
	
	.header-nav .site-menu ul li:hover .sub-menu li {
		display: block;
		line-height: 100%;
	}
	
	.header-nav .site-menu ul li .sub-menu li a {
		border-bottom: 0px;
		color: var(--white);
		font-size: 18px;
		margin: 0;
		padding: 12px 25px 12px 30px;
	}
	
	.header-nav .site-menu ul li .sub-menu li a:hover {
		color: var(--lightblue);
	}
	
	.header-nav .site-menu ul li .sub-menu li > a:before {
		bottom: 50%;
		margin: 0 0 -7px;
		left: 10px;
	}
	
	.header-nav .site-menu ul li:hover .sub-menu {
		display: block;
	}
	
	.header-nav .account {
		position: absolute;
		padding: 0;
		top: -60px;
		width: auto;
		right: 0;
	}
	
	.header-nav .account a {
		background-image: url('./assets/images/user-darkblue.svg');
		border-color: var(--darkblue);
		color: var(--darkblue);
	}
	
	.header-nav .account a:hover {
		background-image: url('./assets/images/user.svg');
		background-color: var(--darkblue);
		color: var(--white);
	}

}

/***************************
       HOME CONTENT
***************************/

.home-top {
	background-color: var(--blue);
	position: relative;
	display: flex;
	flex-basis: wrap;
	min-height: 300px;
	align-items: center;
	padding: 50px 0 30px;
}

.home-top .image {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: var(--blue);
}

.home-top .image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.25;
}

.home-top .inner {
	position: relative;
	width: 100%;
	z-index: 2;
}

.home-top .inner .content {
	width: 100%;
	max-width: 560px;
    margin: 0 0 20px;
	border-radius: 10px;
}

.home-top .inner h1 {
	margin: 0 0 10px;
	color: var(--white);
	line-height: 100%;
	font-size: 36px;
}

.home-top .inner p {
	line-height: 150%;
	font-size: 20px;
	color: var(--white);
}

@media only screen and (min-width:768px) {
	
	.home-top {
		min-height: 450px;
		padding: 60px 0 40px;
	}
	
	.home-top .inner h1 {
		font-size: 46px;
		position: relative;
	}
	
	.home-top .inner p {
		font-size: 22px;
	}
	
	.home-top .inner .cta {
		font-size: 19px;
		margin-top: 20px;
	}
	
	.home-top .inner .cta .btn {
		padding: 11px 25px;
	}
	
	.home-top .inner .cta .btn.alt {
	    padding: 9px 23px;	
	}
	
}

@media only screen and (min-width:1024px) {
	
	.home-top {
		min-height: 550px;
	}
	
	.home-top .inner .content {
		max-width: 640px;
	}
	
	.home-top .inner h1 {
		font-size: 52px;
		margin: 0 0 20px;
	}
	
	.home-top .inner p {
		font-size: 24px;
	}
	
}


@media only screen and (min-width:1600px) {
	
	.home-top {
		min-height: 600px;
	}
	
}

@media only screen and (min-width:2000px) {
	
	.page-top {
		min-height: 650px;
	}
	
}


/***************************
       PAGE CONTENT
***************************/

.main {
	min-height: calc(100vh - 500px);
}

.page-top {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	min-height: 200px;
	padding: 25px 0 5px;
	background-color: var(--blue);
}

.page-top .image {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	background-color: var(--blue);
}

.page-top .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.33;
}

.page-top .inner {
	width: 100%;
	position: relative;
	z-index: 2;
}

.page-top .inner h1 {
	margin: 0 0 15px;
	color: var(--white);
	text-align: center;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.page-top .inner p {
	font-size: 1.6em;
	color: var(--white);
	text-align: center;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.page-top .breadcrumbs {
	margin: 0;
	font-size: 15px;
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px 15px;
	z-index: 99;
}

.page-top .breadcrumbs a {
	color: #206092;
}

.block-item {
	padding: 0 0 20px;
}

.block-item:first-child {
	padding-top: 40px;
}

.block-item.text-center {
	text-align: center;
}

.block-item.bg-white + .block-item:not(.bg-white),
.block-item.bg-lightgrey + .block-item:not(.bg-lightgrey),
.block-item.bg-lightblue + .block-item:not(.bg-lightblue),
.block-item.bg-blue + .block-item:not(.bg-blue),
.block-item.bg-darkblue + .block-item:not(.bg-darkblue) {
	padding-top: 40px;
}

.bg-white {
	background-color: var(--white);
}

.bg-lightgrey {
	background-color: var(--lightgrey);
}

.bg-lightblue {
	background-color: var(--lightblue);
}

.bg-blue {
	background-color: var(--blue);
	color: var(--white);
}

.bg-blue h2,
.bg-blue h3,
.bg-blue h4 {
	color: var(--white);
}

.bg-blue a {
	color: var(--white);
}

.bg-darkblue {
	background-color: var(--darkblue);
	color: var(--white);
}

.bg-darkblue h2,
.bg-darkblue h3,
.bg-darkblue h4 {
	color: var(--white);
}

.bg-darkblue .btn:hover,
.bg-darkblue .btn:focus {
	background-color: var(--white);
	color: var(--blue);
}

.block-item ul {
	list-style-type: none;
	padding: 0;
}

.block-item ul li {
	padding: 2px 0 2px 22px;
	position: relative;
}

.block-item ul li:before {
	content: '';
    display: block;
    position: absolute;
    width: 12px;
    height: 18px;
    margin: 0;
    background-image: url('./assets/images/chevron.svg');
    background-size: 100%;
    background-color: transparent;
    background-repeat: no-repeat;
    left: 0;
    top: 10px;
    z-index: 1;
    transition: 0.3s all ease;		
}

.block-featured {
	position: relative;
}

.block-featured .image {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 1;
}

.block-featured .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.block-featured .inner {
	padding: 20px 20px 1px;
	border-radius: 10px;
	margin: 0 0 30px;
	position: relative;
	z-index: 2;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.15);
}

.block-featured .inner.bg-none {
	padding: 0;
	border-radius: 0;
	box-shadow: none;
}

.block-featured-blocks .column {
	padding-bottom: 30px;
}

.block-featured-blocks .inner {
	margin: 0;
	height: 100%;
}

.block-image-text .image {
	position: relative;
	margin: 0 0 30px;
}

.block-image-text .image img {
	width: 100%;
	display: block;
	border-radius: 10px;
	overflow: hidden;
}

.block-quote .text {
	font-size: 30px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 500;
	color: var(--blue);
	line-height: 120%;
}

.block-quote .text strong {
	font-weight: 500;
	color: var(--darkblue);
}

.block-quote .subtext {
	font-size: 1.1em;
	font-weight: bold;
	margin-top: -10px;
	
}

.block-image-blocks .column {
	padding-bottom: 30px;
}

.block-image-blocks .item {
	display: flex;
	flex-wrap: wrap;
    flex-direction: column;
	text-decoration: none;
	background-color: var(--white);
	border-radius: 10px;
	height: 100%;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.15);
	text-align: center;
	position: relative;
	color: var(--greyblue);
}

.block-image-blocks.bg-white .item {
	background-color: var(--lightgrey);
}

.block-image-blocks .item .image {
	position: relative;
	overflow: hidden;
	background-color: var(--blue);
	border-radius: 10px 10px 0 0;
	width: 100%;
}

.block-image-blocks .item .image img {
	display: block;
	transition: all 0.3s ease;
	width: 100%;
}

.block-image-blocks .item .content {
	width: 100%;
	padding: 20px 20px 1px;
	flex: 1;
}

.block-image-blocks .item h3 {
	width: 100%;
	z-index: 1;
	transition: all 0.3s ease;
	margin: 0;
	flex: 1;
}

.block-image-blocks .item .text {
	padding: 15px 0 0;
}

.block-image-blocks .item p {
	padding: 15px 0;
	margin: 0;
}

.block-image-blocks .item .more {
	padding: 15px 20px;
}

.block-image-blocks .item .btn {
	padding: 7px 20px;
}

.block-image-blocks a.item:hover .image img {
	transform: scale(1.1);
	opacity: 0.5;
}

.block-check-blocks ul {
	column-count: 1;
	column-gap: 30px;
}

.block-check-blocks ul li {
	padding: 0;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

.block-check-blocks ul li:before {
	display: none;
}

.block-check-blocks ul li p {
	background-color: var(--white);
	padding: 20px;
	border-radius: 10px;
	margin: 0 0 30px;
	position: relative;
	z-index: 2;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.15);	
}

.block-check-blocks.bg-white ul li p {
	background-color: var(--lightgrey);
}


.block-check-blocks ul li p strong {
	color: var(--darkblue);
}

.block-examples-blocks .examples {
	gap: 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 30px 0;
}

.block-examples-blocks .examples li:before {
	display: none;
}

.block-examples-blocks .examples li {
	padding: 0;
	display: inline-block;
	border-radius: 20px;
	padding: 5px 18px;
	background-color: var(--lightblue);
	color: var(--darkblue);
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.10);
	transition: all 0.3s ease;
	font-size: 0.95em;
}

.block-examples-blocks .examples li:hover {
	background-color: var(--blue);
	color: var(--white);
}

.block-testimonials .item {
    text-align: left;
    padding: 30px 20px 1px;
    border-radius: 10px;
    margin: 0 0 50px;
    position: relative;
    z-index: 2;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.15);
    background-color: var(--white);
	font-style: italic;
}

.block-testimonials .item:last-child {
	margin: 0 0 30px;
}

.block-testimonials.bg-white .item {
	background-color: var(--lightgrey);
}

.block-testimonials .item:after {
    content: '';
    background-image: url('./assets/images/quote.svg');
    background-size: 100% 100%;
    background-position: center;
    width: 30px;
    height: 32px;
    top: -15px;
    left: 40px;
    position: absolute;
}


.block-testimonials .item h3 {
	color: var(--blue);
	text-align: center;
	font-size: 28px;
	margin: 0 0 30px;
}

.block-testimonials .item h3 strong {
	color: var(--darkblue);
}

.block-teammembers .column {
	padding-bottom: 30px;
}

.block-teammembers .item {
	padding: 0;
	border-radius: 10px;
	margin: 0;
	position: relative;
	z-index: 2;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.15);
	background-color: var(--white);	
	height: 400px;
	overflow: hidden;
}

.block-teammembers .item .outer {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: absolute;
	top: 0;
	left:0;
	background-color: var(--darkblue);
}

.block-teammembers .item .image {
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0 auto 30px;
	display: block;
	transition: all 0.3s ease;
}

.block-teammembers .item:focus .image,
.block-teammembers .item:hover .image {
	opacity: 0.3;
}

.block-teammembers .item .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 25% 25%;
	display: block;
}

.block-teammembers .item .linkedin {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background-color: var(--blue);
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: 15px;
	right: 15px;
	z-index: 3;
}

.block-teammembers .item .linkedin svg {
	width: 21px;
	height: 21px;
	fill: #fff;
}

.block-teammembers .item .linkedin:hover {
	background-color: var(--darkblue);
}

.block-teammembers .item .content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	width: 100%;
	color: var(--white);
	text-align: center;
	opacity: 0;
	padding: 15px 15px 1px;
	transition: all 0.3s ease;
}

.block-teammembers .item:focus .content,
.block-teammembers .item:hover .content {
	opacity: 1;
}

.block-teammembers .item h3 {
	margin: 0 0 5px;
	color: var(--white);
	width: 100%;
}

.block-teammembers .item p {
	width: 100%;
	line-height: 150%;
	font-size: 16px;
}

.block-teammembers .item .role {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 500;
	margin: 0 0 10px;
    color: var(--white);
    line-height: 120%;
	font-size: 20px;
	width: 100%;
}

.post-loop .column {
	padding-bottom: 25px;
}

.block-downloads .item {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
    text-decoration: none;
	justify-content: center;
    background-color: var(--white);
    border-radius: 10px;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
    margin: 0;
    height: 100%;
    text-align: left;
    position: relative;
    color: var(--greyblue);
    transition: all 0.3s ease;
}

.block-downloads .item .image {
	border-radius: 10px 10px 0 0;
	overflow: hidden;
	position: relative;
}

.block-downloads .item .image img {
	width: 100%;
	display: block;
}

.block-downloads .item .image .date {
	left: 40px;
	bottom: -50px;
	width: 100px;
	height: 100px;
	background-color: var(--white);
	position: absolute;
	border-radius: 50% 50% 0 0;
	text-align: center;
	text-transform: uppercase;
	padding: 22px 0 0;
	color: var(--blue);
	font-weight: bold;
}

.block-downloads .item .inner {
	padding: 20px 15px 5px;
}

.block-downloads .item .inner .top {
	width: 100%;
	flex: auto;
}

.block-downloads .item .inner h2 {
	margin: 0 0 10px;
}

.block-downloads .item .inner .btn {
	margin: 0;
	padding: 7px 20px;
}

.block-downloads .item .more {
	padding: 0 15px 20px;
	margin: 0;
}

.block-downloads .item .more .btn {
	margin: 0;
	padding: 7px 20px;	
}

.block-downloads .item:hover {
	 box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}

.block-faq .inner {
	padding: 20px 20px 1px;
	border-radius: 10px;
	margin: 0 0 30px;
	position: relative;
	z-index: 2;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.15);	
}

.block-logos .logo-swiper {
	margin: 30px 0 30px;
}

.block-logos .logo-swiper .outer {
	width: 100%;
	display: block;
	padding-bottom: 50%;
	border-radius: 0;
	position: relative;
	transition: all 0.3s ease;
	background-color: var(--white);
}

.block-logos .logo-swiper .image {
	display: block;
	width: 90%;
	height: 90%;
	text-align: center;
	position: absolute;
	top: 5%;
	left: 5%;
}

.block-logos .logo-swiper .image img {
	display: inline-block;
	line-height: 100%;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.block-jobs h2.block-title {
	margin: 0 0 30px;
}

.block-jobs .column {
	padding-bottom: 30px;
}

.block-jobs .item {
	display: block;
    text-decoration: none;
    background-color: var(--white);
    border-radius: 10px;
    height: 100%;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.05);
    text-align: center;
    position: relative;	
	padding: 20px;
	text-align: left;
	color: var(--greyblue);
}

.block-jobs .item:hover {
	transform: scale(1.05);
}

.block-jobs .item  .content {
	width: 100%;
}

.block-jobs .item  .content h3 {
	margin: 0 0 10px;
	color: var(--darkblue);
}

.block-jobs .item  .content .meta {
	margin: 0;
}

.block-jobs .item  .content .meta span {
	padding: 0px 0 0px 20px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left top 7px;
	background-size: 13px 16px;
	display: inline-block;
	margin: 0 8px 0 0;
}

.block-jobs .item  .content .meta .place {
	background-image: url('./assets/images/pin.svg');
}

.block-jobs .item  .content .meta .expertise {
	background-image: url('./assets/images/folder.svg');
	background-size: 16px 13px;
	background-position: left top 9px;
	padding-left: 22px;
}

.block-jobs .item  .content .meta .hours {
	background-image: url('./assets/images/clock.svg');
	background-size: 15px 15px;
	background-position: left top 8px;
	padding-left: 20px;
}

@media only screen and (min-width:768px) {
	
	.page-top {
		min-height: 250px;
		padding: 30px 0 10px;
	}
	
	.block-item {
		padding: 0 0 50px;
	}
	
	.block-item:first-child {
		padding-top: 70px;
	}
	
	.block-item.bg-white + .block-item:not(.bg-white),
	.block-item.bg-lightgrey + .block-item:not(.bg-lightgrey),
	.block-item.bg-lightblue + .block-item:not(.bg-lightblue),
	.block-item.bg-blue + .block-item:not(.bg-blue),
	.block-item.bg-darkblue + .block-item:not(.bg-darkblue) {
		padding-top: 70px;
	}
	
	.block-featured .inner {
		padding: 30px 30px 10px;
	}
	
	.block-quote .text {
		font-size: 36px;
	}
	
	.block-quote .subtext {
		font-size: 1.2em;
	}
	
	.block-image-text.image-right .row {
		flex-direction: row-reverse;
	}
	
	.block-check-blocks ul {
		column-count: 2;
	}
	
	.block-check-blocks ul li p {
		padding: 30px;
	}
	
	.block-testimonials .item {
		padding: 30px 30px 10px;
	}
	
	.block-testimonials .item h3 {
		font-size: 34px;
	}
	
	.block-teammembers .item {
		height: 450px;
	}
	
	.block-teammembers .content {
		padding: 40px 30px 20px 30px;
	}
	
	.block-teammembers .item .role {
		font-size: 22px;
	}
	
	.block-downloads .column {
		padding-bottom: 50px;
	}
	
	.block-downloads .item {
		overflow: hidden;
		min-height: 250px;
	}
	
	.block-downloads .item .image {
        width: 200px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;		
		border-radius: 0px;
	}
	
	.block-downloads .item .image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	
	.block-downloads .item .content {
		padding: 35px 55px 15px 235px;
	}
	
	.block-downloads .item .inner {
		padding: 0;
		height: auto;
		flex: none;
		display: flex;
		flex-direction: column;
	}
	
	.block-downloads .item .more {
		padding: 0 0 15px;
		margin: 0;
	}
	
	.block-downloads .item .inner h2 {
		font-size: 26px;
	}
	
	.block-faq .inner {
		padding: 30px 30px 10px;	
	}
	
	.block-jobs .item {
		padding: 20px 30px 15px;
	}
	
	.block-jobs .item  .content h3 {
		font-size: 22px;
	}


	
}

@media only screen and (min-width:1024px) {
	
	.page-top {
		min-height: 350px;
	}
	
	.block-item {
		padding: 0 0 70px;
	}
	
	.block-item:first-child {
		padding-top: 90px;
	}
	
	.block-item.bg-white + .block-item:not(.bg-white),
	.block-item.bg-lightgrey + .block-item:not(.bg-lightgrey),
	.block-item.bg-lightblue + .block-item:not(.bg-lightblue),
	.block-item.bg-blue + .block-item:not(.bg-blue),
	.block-item.bg-darkblue + .block-item:not(.bg-darkblue) {
		padding-top: 90px;
	}
	
	.block-featured .inner {
		padding: 40px 40px 20px;
	}
	
	.block-featured-blocks .column {
		padding-bottom: 50px;
	}
	
	.block-featured-blocks .inner {
		padding: 40px 40px 20px;
	}
	
	.block-quote .text {
		font-size: 42px;
	}
	
	.block-quote .subtext {
		font-size: 1.3em;
	}

	.block-check-blocks ul {
		column-count: 3;
	}
	
	.block-testimonials .item {
		padding: 40px 40px 20px;
	}
	
	.block-testimonials .item:after {
    	width: 50px;
    	height: 50px;
    	top: -20px;
	}

	.block-testimonials .item h3 {
		font-size: 38px;
	}
	
	.block-teammembers .column {
		padding-bottom: 50px;
	}
	
	.block-teammembers .item {
		height: 500px;
	}
	
	.block-teammembers .item p {
		font-size: 17px;
	}
	
	.block-teammembers .item .content {
		padding: 30px 30px 10px;
	}
	
	.block-downloads .item {
		min-height: 300px;
	}
	
	.block-downloads .item .image {
		width: 300px;
	}
	
    .block-downloads .item .content {
        padding: 35px 55px 15px 335px;
    }
	
	.block-downloads .item .inner h2 {
		font-size: 28px;
	}
	
	.block-faq .inner {
		padding: 40px 40px 20px;
	}
	
	.block-jobs .item  .content h3 {
		font-size: 26px;
	}
	
}

@media only screen and (min-width:1280px) {
	
	.page-top {
		min-height: 400px;
	}
	
	.block-featured .inner {
		padding: 50px 60px 30px;
	}
	
	.block-featured-blocks .inner {
		padding: 40px 40px 20px;
	}
	
	.block-testimonials .item {
		padding: 50px 60px 30px;
		margin: 0 0 70px;
	}

	.block-faq .inner {
		padding: 50px 60px 30px;
	}
	
	.block-downloads .item .image {
		width: 400px;
	}
	
	.block-downloads .item .content {
		padding: 35px 55px 15px 450px;
	}
	
}

@media only screen and (min-width:1600px) {
	
	.page-top {
		min-height: 450px;
	}
	
}

@media only screen and (min-width:2000px) {
	
	.page-top {
		min-height: 500px;
	}
	
}

/***************************
          JOB
***************************/

.job-filter .inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.job-filter .inner .title {
	font-weight: bold;
	text-transform: uppercase;
	width: 100%;
	margin: 0 0 15px;
}

.job-filter .inner .element {
	width: 100%;
	margin: 0 0 15px;
}

.job-filter .inner .element .facetwp-facet {
	margin: 0;
}

.job-filter .inner .element .fs-wrap {
	width: 100%;
	display: block;
}

.job-filter .inner .element .fs-wrap .fs-label-wrap {
	border-color: var(--darkblue);
    border-radius: 5px;
}

.job-filter .inner .element .fs-wrap .fs-label-wrap .fs-label {
	padding: 10px 27px 10px 15px;
	color: var(--darkblue);
    line-height: 110%;
}

.job-filter .inner .element .fs-wrap .fs-label-wrap .fs-arrow {
	border-top-color: var(--darkblue);
	right: 10px;	
}

.job-filter .inner .element .fs-wrap .fs-dropdown {
    border-radius: 5px;
    border-color: var(--lightgrey);
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.15);
}

.job-filter .inner .element .fs-wrap .fs-dropdown .fs-option {
	padding: 10px 10px 10px 30px;
}

.job-filter .inner .element .fs-wrap .fs-dropdown .fs-option i {
    background-size: 10px 9px;
	background-repeat: no-repeat;	
	background-position: center;
	width: 17px;
	height: 17px;
	border-color: var(--greyblue);
}

.job-filter .inner .element .fs-wrap .fs-dropdown .fs-option.selected i {
	background-image: url('./assets/images/checkbox.svg');
	background-color: var(--white);
	border-color: var(--greyblue);
}

.job-filter .inner .element .facetwp-input-wrap {
	width: 100%;
}

.job-filter .inner .element .facetwp-facet input.facetwp-search {
	min-width: 100%;
}

.job-filter .inner .element .facetwp-type-search .facetwp-icon {
	opacity: 1;
	padding: 0 5px 0 0;
}

.job-filter .inner .element .facetwp-type-search .facetwp-icon:before {
	background-image: url('./assets/images/search.svg');
}

.job-filter .inner .element .facetwp-type-search .facetwp-icon.f-loading:before {
	background-image: url('./assets/images/loading.png');	
}

.job-filter .inner .facetwp-facet-reset {
	font-size: 0.9em;
	text-align: right;
	width: 100%;
	margin: 0;
}

.job-loop .item {
	background-color: var(--white);
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.05);
	text-decoration: none;
	color: var(--greyblue);
	margin: 0 0 30px;
}

.job-loop .item:hover {
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.15);	
}

.job-loop .item .image {
	width: 100%;
	display: block;
	height: 200px;
	background-color: var(--blue);
	overflow: hidden;
}

.job-loop .item .image .filled {
	background-color: var(--orange);
	color: var(--white);
	padding: 5px 100px;
	position: absolute;
	top: 30px;
	left: -85px;
	z-index: 3;
	font-family: 'Barlow Condensed', sans-serif;
    font-weight: 500;
	font-size: 22px;
	transform: rotate(-45deg);
}

.job-loop .item .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s ease;
}

.job-loop .item:hover img {
	transform: scale(1.05);
	opacity: 0.5;
}

.job-loop .item .content {
	padding: 20px 20px 5px 20px;
}

.job-loop .item .content h2 {
	margin: 0 0 15px;
	transition: all 0.3s ease;
}

.job-loop .item .content p {
	margin: 0 0 10px;
}

.job-loop .item .content .meta {
	font-weight: bold;
}

.job-loop .item .content .meta span {
	padding: 2px 0 2px 25px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left top 7px;
	background-size: 18px 22px;
	display: inline-block;
	margin: 0 15px 5px 0;
}

.job-loop .item .content .meta .place {
	background-image: url('./assets/images/pin.svg');
}

.job-loop .item .content .meta .expertise {
	background-image: url('./assets/images/folder.svg');
	background-size: 22px 18px;
	background-position: left top 9px;
	padding-left: 29px;
}

.job-loop .item .content .meta .hours {
	background-image: url('./assets/images/clock.svg');
	background-size: 20px 20px;
	background-position: left top 8px;
	padding-left: 27px;
}

.job-loop .item:hover .content h2 {
	color: var(--blue);
}

.job-loop .facetwp-facet-resultaat {
	margin: 0 0 20px;
	width: 100%;
}

.job-loop .no-results {
    background-color: var(--white);
    border-radius: 10px;
    position: relative;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.05);	
	text-align: center;
	padding: 20px;
}

.job-loop .facetwp-facet-load_more {
	margin: 0 0 20px;
	text-align: center;
}

.job-content .sidebar {
    position: sticky;
    top: 30px;	
}

.admin-bar .job-content .sidebar {
	top: 62px;
}

.job-content .info {
	padding: 20px 20px 1px;
	border-radius: 10px;
	margin: 0 0 30px;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.10);
	overflow: hidden;
	position: relative;
}

.job-content .info .filled {
    background-color: var(--orange);
    color: var(--white);
    padding: 5px 100px;
    position: absolute;
    top: 25px;
    right: -90px;
    z-index: 3;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 500;
    font-size: 22px;
    transform: rotate(45deg);	
}

.job-content .info ul li {
	padding: 2px 0 2px 30px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left top 7px;
	background-size: 18px 22px;	
}

.job-content .info ul li:before {
	display: none;
}

.job-content .info ul li.place {
	background-image: url('./assets/images/pin.svg');
	background-position: left 2px top 7px;
}

.job-content .info ul li.expertise {
	background-image: url('./assets/images/folder.svg');
	background-size: 22px 18px;
	background-position: left top 9px;
}

.job-content .info ul li.hours {
	background-image: url('./assets/images/clock.svg');
	background-size: 20px 20px;
	background-position: left 1px top 8px;
}

.job-content .info .btn {
	width: 100%;
	margin: 0;
	text-align: center;
	font-weight: bold;
}

.job-content .share {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 20px;
	margin: 0 0 30px;
}

.job-content .share span {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.9em;
	width: 100%;
	text-align: center;
}

.job-content .share p {
	display: flex;
	margin: 0;
}

.job-content .share p a {
	display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin: 0 0 0 6px;
    padding: 8px 0;
    background-color: var(--darkblue);
    border-radius: 50%;
    transition: all .3s ease;
    text-align: center;
    transition: ease-in .3s all;	
}

.job-content .share p a svg {
    width: 16px;
    height: 16px;
	fill: var(--white);
}

.job-content .share p a:hover {
	background-color: var(--blue);
}

@media only screen and (min-width:768px) {
	
	.job-filter .inner .title {
		width: 100%;
	}
	
	.job-filter .inner .element {
		width: 33.33334%;
		padding: 0 20px 0 0;
	}
	
	.job-filter .inner .element:last-child {
		padding: 0;
	}
	
	.job-loop .item {
		min-height: 200px;
		margin: 0 0 50px;
	}
	
	.job-loop .item .image {
		width: 200px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	
	.job-loop .item .content {
		padding: 20px 35px 5px 220px;
	}
	
	.job-loop .item .content h2 {
		font-size: 28px;
	}
	
	.job-content .info {
		padding: 30px 30px 10px;
	}
	
}


@media only screen and (min-width:1024px) {
	
	.job-filter .inner .title {
		width: 90px;
	}
	
	.job-filter .inner .element {
		width: calc(33.33334% - 30px);
		padding: 0 0 0 20px;
	}

	.job-filter .inner .element:last-child {
		padding: 0 0 0 20px;
	}
	
	.job-loop .item {
		min-height: 300px;
	}
	
	.job-loop .item .image {
		width: 300px;
	}
	
	.job-loop .item .content {
		padding: 35px 55px 15px 335px;
	}
	
	.job-loop .item .content h2 {
		font-size: 32px;
	}
	
	.job-content .info {
		padding: 30px 40px 10px;
	}
	
	
}


@media only screen and (min-width:1280px) {
	
	.job-loop .item .image {
		width: 400px;
	}
	
	.job-loop .item .content {
		padding: 35px 55px 15px 435px;
	}
	
	
}


/***************************
          POST
***************************/

.post-loop .column {
	padding-bottom: 25px;
}

.post-loop .item {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
    text-decoration: none;
	justify-content: center;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
    margin: 0;
    height: 100%;
    text-align: left;
    position: relative;
    color: var(--greyblue);
    transition: all 0.3s ease;
}

.post-loop .item .image {
	border-radius: 10px 10px 0 0;
	overflow: hidden;
	position: relative;
}

.post-loop .item .image img {
	width: 100%;
	display: block;
}

.post-loop .item .image .date {
	left: 40px;
	bottom: -50px;
	width: 100px;
	height: 100px;
	background-color: var(--white);
	position: absolute;
	border-radius: 50% 50% 0 0;
	text-align: center;
	text-transform: uppercase;
	padding: 22px 0 0;
	color: var(--blue);
	font-weight: bold;
}

.post-loop .item .inner {
	padding: 20px 15px 5px;
}

.post-loop .item .inner .top {
	width: 100%;
	flex: auto;
}

.post-loop .item .inner h2 {
	margin: 0 0 10px;
}

.post-loop .item .inner .btn {
	margin: 0;
	padding: 7px 20px;
}

.post-loop .item .inner .date {
	font-style: italic;
}

.post-loop .item .more {
	padding: 0 15px 20px;
	margin: 0;
}

.post-loop .item .more .btn {
	margin: 0;
	padding: 7px 20px;	
}

.post-loop .item:hover {
	 box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}

.post-top {
	min-height: 200px;
	background-color: var(--blue);
	margin: 0 0 50px;
	padding: 30px 0 0;
}

.post-top .image {
	width: 100%;
	display: block;
	overflow: hidden;
	border-radius: 10px;
	margin: 0 0 -50px;
}

.post-top .image img {
	display: block;
	width: 100%;
}

.post-top .inner h1 {
	color: var(--white);
}

.post-top .inner .date {
	color: var(--lightblue);
	font-size: 1.2em;
}

.post-content .share {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 20px;
	margin: 0 0 30px;
}

.post-content .share span {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.2em;
	width: 100%;
	text-align: center;
}

.post-content .share p {
	display: flex;
	margin: 0;
}

.post-content .share p a {
	display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin: 0 0 0 6px;
    padding: 8px 0;
    background-color: var(--darkblue);
    border-radius: 50%;
    transition: all .3s ease;
    text-align: center;
    transition: ease-in .3s all;	
}

.post-content .share p a svg {
    width: 22px;
    height: 22px;
	fill: var(--white);
}

.post-content .share p a:hover {
	background-color: var(--blue);
}

@media only screen and (min-width:768px) { 
	
	.post-loop .column {
		padding-bottom: 50px;
	}
	
	.post-loop .item {
		overflow: hidden;
		min-height: 250px;
	}
	
	.post-loop .item .image {
        width: 200px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;		
		border-radius: 0px;
	}
	
	.post-loop .item .image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	
	.post-loop .item .content {
		padding: 35px 55px 15px 235px;
	}
	
	.post-loop .item .inner {
		padding: 0;
		height: auto;
		flex: none;
		display: flex;
		flex-direction: column;
	}
	
	.post-loop .item .more {
		padding: 0 0 15px;
		margin: 0;
	}
	
	.post-loop .item .inner h2 {
		font-size: 26px;
	}
	
	.post-top {
		min-height: 350px;
		margin: 0;
		padding: 50px 0 0;
		position: relative;
	}
	
	.post-top:before {
		content: '';
		display: block;
		width: 100%;
		height: 50px;
		background-color: var(--white);
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	.post-top .column:nth-child(2) {
		align-self: flex-end;
	}

	.post-top .image {
		max-width: 600px;
		margin: 0;
	}

	.post-top .inner {
		position: relative;
		z-index: 2;
	}

	.post-related .column:nth-child(3) {
		display: none;
	}

}

@media only screen and (min-width:1024px) { 
	
	.post-loop .item {
		min-height: 300px;
	}
	
	.post-loop .item .image {
		width: 300px;
	}
	
    .post-loop .item .content {
        padding: 35px 55px 15px 335px;
    }
	
	.post-loop .item .inner h2 {
		font-size: 28px;
	}
	
	.post-top {
		min-height: 450px;
		padding: 70px 0 0;
	}
	
	.post-top:before {
		height: 70px;
	}
	
	.post-top .column:nth-child(1) {
        padding-bottom: 90px;		
	}
	
	.post-top .column:nth-child(2) {
		align-self: flex-end;
	}
	
	.post-top .inner {
        display: flex;
        height: 100%;
        flex-direction: column;
        justify-content: center;
	}

	
	.post-related .column:nth-child(3) {
		display: block;
	}

}

@media only screen and (min-width:1280px) {
	
	.post-loop .item .image {
		width: 400px;
	}
	
	.post-loop .item .content {
		padding: 35px 55px 15px 435px;
	}
	
}

/***************************
      Notification bar
***************************/

.notification-bar {
	background-color: var(--darkblue);
	margin: 0;
	padding: 17px 50px 14px 20px;
	position: relative;
	z-index: 99;
	color: var(--white);
	font-weight: 500;
	display: none;
	text-align: center;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}

.notification-bar:hover {
	background-color: var(--orange);
	color: var(--white);
}

.notification-bar.visible {
	display: flex;
}

.notification-bar p {
	margin: 0;
	font-size: 16px;
	line-height: 120%;
	cursor: pointer;
}

.notification-bar p:after {
	content: '';
	display: inline-block;
	width: 24px;
	height: 12px;
	background-image: url('./assets/images/arrow.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	margin: 0 0 0 10px;
}

.notification-bar p:hover {
	text-decoration: none;
}

.notification-bar .close {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 15px;
	top: 15px;
	cursor: pointer;
}

.notification-bar .close:before,
.notification-bar .close:after {
	content: '';
	position: absolute;
	width: 20px;
	height: 3px;
	background-color: var(--white);
	top: 10px;
	left: 0;
	transition: all 0.3s ease;
}

.notification-bar .close:before {
	transform: rotate(-45deg);
}

.notification-bar .close:after {
	transform: rotate(45deg);
}

.notification-bar .close:hover {
	transform: scale(1.05);
}

@media only screen and (min-width:768px) {
	
	.notification-bar {
		padding: 15px 50px 15px 50px;
	}
	
	.notification-bar p {
		font-size: 18px;
		max-width: 1200px;
	}
		
}

/***************************
		   ACCORDION
***************************/

.accordion {
	margin: 0 0 20px;
	overflow: hidden;
}

.accordion .accordion-item .accordion-item-title {
	cursor: pointer;
	line-height: 100%;
	padding: 15px 30px 15px 0;
    margin: 0;
    position: relative;
	transition: all 0.0s ease;
	border-top: 1px solid var(--lightgrey);
}

.block-faq .inner.bg-lightgrey .accordion .accordion-item .accordion-item-title {
	border-top-color: var(--lightblue);
}

.accordion .accordion-item:first-child .accordion-item-title {
	border-top: 0px;
}

.accordion .accordion-item .accordion-item-title:before {
	content: '';
	display: block;
    width: 0px;
    height: 0px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid var(--greyblue);
    position: absolute;
    right: 3px;
    top: 20px;
    transition: all 0.3s ease;
}

.accordion .accordion-item .accordion-item-title:hover {
	color: var(--blue);
}

.accordion .accordion-item .accordion-item-title:hover:before {
	border-bottom-color: var(--blue);
}

.accordion .accordion-item .accordion-item-title.active {
	color: var(--blue);
}

.accordion .accordion-item .accordion-item-title.active:before {
	border-bottom-color: var(--blue);
}

.accordion .accordion-item .accordion-item-title.active:before {
	transform: rotate(180deg);
}

.accordion .accordion-item .accordion-item-text {
	display: none;
	position: relative;
	padding: 5px 0 1px;
}

/***************************
          GOOGLE MAP
***************************/

.google-maps {
	width: 100%;
	height: 400px;
	margin: 0 0 30px;
}

/***************************
		   FORMS
***************************/

.gform_wrapper {
	margin: 0 0 20px 0;
}

.gform_title {
	margin: 20px 0 0;
	font-size: 22px;
}

.gform_fields {
	list-style-type: none;
	margin: 0 0 10px;
	padding: 0;
}

.gfield {
	margin: 0 0 15px 0;
	display: block;
	width: 100%;
	padding: 0;
}

.gfield--type-radio,
.gfield--type-checkbox {
	border: 0px;
	padding: 0;
	display: block;
	background-color: transparent;	
}

.gfield_label {
	line-height: 130%;
	padding: 0 0 10px;
	display: block;
	color: var(--darkblue);
}

.gfield--type-radio .gfield_label,
.gfield--type-checkbox .gfield_label {
	padding: 0 0 10px;
}

.hide-labels .gfield_label {
	display: none;
}

.gfield_checkbox, 
.gfield_radio {
	margin: 0;
	list-style-type: none;
	padding: 0;
	position: relative;
	padding: 0;
}

.gfield_checkbox .gchoice,
.gfield_radio .gchoice,
.ginput_container_consent{
	line-height: 120%;
	position: relative;
	padding: 0px 0 10px 28px;
}

.ginput_container_consent [type="checkbox"],
.gfield_checkbox [type="checkbox"],
.gfield_radio [type="radio"] {
	position: absolute;
	top: 0;
	left: 0;
}

.gform_body .gfield:before, .gform_body .gfield_checkbox li:before {
	display: none;
}

.gfield_radio .gchoice label {
	display: flex;
}

.gfield_radio .places {
	display: inline-block;
	background-color: #CDA95B;
	color: #fff;
	padding: 1px 10px;
	font-size: 14px;
	border-radius: 20px;
	margin: 0 0 0 10px;
}

.validation_error,
.validation_message {
	font-size: 14px;
	font-weight: 500;
	color: var(--red);
	padding: 0;
	margin: 5px 0 0;
    display: block;
    width: 100%;
}

.gfield.gfield_error {
	border-color: var(--red);
}

.gfield.gfield_error .gfield_label {
	color: var(--red);
}

.gform_validation_errors {
	outline: none !important;
}

.gfield_description {
	font-size: 0.9em;
	line-height: 150%;
	display: block;
	margin: 5px 0 0;
}

h2.gform_submission_error {
	font-size: 18px;
	font-weight: 500;
	color: var(--red);
	outline: none !important;
}

h2.gform_submission_error:focus {
	outline: none;
}

.gform_confirmation_message {
    background: #38da0f;
    color: #fff;
    padding: 10px;
    margin: 0.5em 0 25px;
}

.gform_validation_container, .gform_wrapper .gform_validation_container, body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container, body .gform_wrapper li.gform_validation_container, body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
    display: none!important;
    position: absolute!important;
    left: -9000px;
}

.gform_footer .gform_button {
	margin: 0;
}

.gfield:after {
	content: " ";
	display: table;
	clear: both;	
}

.gfield .instruction {
	display: none;
}

.gform_required_legend {
	display: none;
}

.gsection_title {
	font-size: 20px;
	margin: 20px 0 0;
}

.gform_wrapper .gfield_visibility_hidden,
.gform_wrapper .gf_invisible {
    visibility: hidden;
    position: absolute;
    left: -9999px;
}

.two-columns .gform_fields {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    margin: 0 -10px;
}

.two-columns .gform_fields .gfield {
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	width: 100%;
}

@media only screen and (min-width:768px) {

	
}

@media only screen and (min-width:1024px) {
	
	.two-columns .gform_fields .gfield {
		width: 100%;
	}
	
	.two-columns .gform_fields .gfield--width-half {
		width: 50%;
	}
	
	.two-columns .gform_fields .gfield--width-half {
		width: 50%;
	}
	
	.two-columns .gform_fields .gfield--width-third {
		width: 33.3333%;
	}

}

/***************************
          NAVIGATION
***************************/

.navigation ul {
	list-style: none;
	margin: 30px 0;
	padding: 0;
	text-align: center;
}

.navigation ul li {
    display: inline-block;
    font-size: 14px;
    width: 44px;
    height: 44px;
    text-align: center;
	padding: 0;
}

.navigation ul li:before {
	display: none;
}

.navigation ul li a {
	background: #fff;
	color: #009ade;
    padding: 12px 0;
    width: 44px;
    height: 44px;
    text-align: center;
    display: inline-block;
    font-weight: bold;
    text-decoration: none;
    font-size: 18px;
    line-height: 100%;
	border-radius: 5px;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
}

.navigation ul li a:hover {
	background: #009ade;
	color: #fff;
}

.navigation ul li.active a {
	background: #009ade;
	color: #fff;
}

.navigation ul li:hover a {
	color: #fff;
	text-decoration: none;
}


/***************************
          FOOTER
***************************/

.footer {
	background-color: var(--darkblue);
	color: var(--white)
}

.footer-main {
	padding: 50px 0 30px 0;
}

.footer-main h3 {
	color: var(--white);
	font-size: 20px;
}

.footer-main a {
	color: var(--lightgreyblue);
	text-decoration: none;
}

.footer-main a:hover {
	color: var(--white);
}

.footer-main .menu {
    list-style-type: none;
    padding: 0;
    margin: 0 0 20px;	
}

.footer-main .menu li {
	padding: 2px 0;
}

.footer-main .social {
	display: flex;
	flex-wrap: wrap;
}

.footer-main .social a {
	background: var(--blue);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	padding: 9px;
	border-radius: 50%;
	text-align: center;
	margin: 0 5px 0 0;
}

.footer-main .social a svg {
	fill: var(--white);
	width: 16px;
	height: 16px;
	transition: all 0.3s ease;
}

.footer-main .social a:hover {
	background-color: var(--white);
}

.footer-main .social a:hover svg {
	fill: var(--blue);
}

.footer-bottom {
	background-color: #fff;
	padding: 10px 0;
}

.footer-bottom p {
	color: var(--greyblue);
	font-size: 15px;
	line-height: 140%;
	margin: 0;
}

.footer-bottom a {
	color: var(--greyblue);
}

/* make keyframes that tell the start state and the end state of our object */
@-webkit-keyframes fadeIn { from { opacity:0; transform: scale(0,0); } to { opacity:1; transform: scale(1,1); } }
@-moz-keyframes fadeIn { from { opacity:0; transform: scale(0,0); } to { opacity:1; transform: scale(1,1); } }
@keyframes fadeIn { from { opacity:0; transform: scale(0,0); } to { opacity:1; transform: scale(1,1); } }

.footer-whatsapp {
	opacity: 0;
	transform: scale(0,0);
    -webkit-animation: fadeIn ease-in 1;
    -moz-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.footer-whatsapp,
.footer-whatsapp:focus {
	position: fixed;
	z-index: 999;
	bottom: 20px;
	right: 20px;
	width: 60px;
	height: 60px;
	background-image: url('./assets/images/whatsapp.svg');
	background-size: 100%;
    -webkit-box-shadow: 0 0px 7px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 7px rgba(0,0,0,0.2);
    border-radius: 100%;	
}

.footer-whatsapp span,
.footer-whatsapp:focus span {
	position: absolute;
	bottom: 50%;
	right: 70px;
	transform: translate(0,50%) scale(0,0);
	opacity: 0;
	font-size: 14px;
	transition: all 0.3s ease;
	background: var(--blue);
	color: var(--white);
	width: 160px;
	padding: 4px 5px;
	text-align: center;
	border-radius: 4px;
	line-height: 100%;
	display: block;
}

.footer-whatsapp span:before {
    content: '';
    position: absolute;
    top: 50%;
    right: -6px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid var(--blue);
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;	
}

.footer-whatsapp:hover {
    -webkit-box-shadow: 0 0px 7px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 7px rgba(0,0,0,0.5);
}

.footer-whatsapp:hover span,
.footer-whatsapp:focus span {
	display: block;
	transform: translate(0,50%) scale(1,1);
	opacity: 1;
}


@media only screen and (min-width:768px) {

	.footer-main {
		padding: 60px 0 50px;
	}	
	
	.footer-main h3 {
		font-size: 22px;
	}
	
	.footer-bottom {
		padding: 20px 0;
	}
	
	.footer-bottom .row {
		align-items: center;
	}
	
	.footer-bottom .terms {
		order: 1;
	}
	
	.footer-bottom .certi {
		order: 2;
	}
	
	.footer-bottom .certi p {
		text-align: center;
	}
	
	.footer-bottom .developer {
		text-align: right;
		order: 3;
	}
	
}

@media only screen and (min-width:1024px) {

	.footer-main {
		padding: 80px 0 70px;
	}	
	
	.footer-main .newsletter {
		padding: 50px 60px 45px;
	}	
	
	.footer-whatsapp span {
		font-size: 16px;
		padding: 7px;
		width: 220px;
	}
	
}