/* et_pb_ibsr_project_search */
.et_pb_ibsr_project_search {
	color: #4B4B4A;
	font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
}
.et_pb_ibsr_project_search h2 {
	color: #96B539;
	font-family: 'PT Serif',Georgia,"Times New Roman",serif;
	font-size: 35px !important;
	font-weight: bold;
	line-height: 40px;
}
.et_pb_ibsr_project_search .search_button,
.et_pb_ibsr_project_search .advanced_button,
.et_pb_ibsr_project_search .apply_advanced {
	background-color: #96B539;
	border: 0px;
	border-radius: 45px;
	color: #F8F8F8;
	cursor: pointer;
	font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
	font-size: 16px;
	font-weight: bold;
	height: 40px;
	padding-left: 40px;
	padding-top: 0px;
	left: 280px;
	position: absolute;
	text-align: left;
	text-transform: uppercase;
	width: 130px;
}
.et_pb_ibsr_project_search .search_button::before,
.et_pb_ibsr_project_search .advanced_button::before {
	font-family: 'ibsr' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #F8F8F8;
	content: "\e916";
	font-size: 22px;
	left: 20px;
	position: absolute;
	top: 8px;
}
	/* search */
	.et_pb_ibsr_project_search .et_pb_project_search_type_search .search_wrapper {
		position: relative;
	}
	.et_pb_ibsr_project_search .et_pb_project_search_type_search .search_wrapper input.search {
		background-color: #DFE8EF;
		border: 0px;
		border-radius: 0px;
		color: #284F85;
		font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
		font-size: 15px;
		font-weight: bold;
		padding: 16px 13px;
		width: 260px;
	}
	.et_pb_ibsr_project_search .et_pb_project_search_type_search .search_wrapper .x {
		display: none;
		position: absolute;
		top: 5px;
	}
	.et_pb_ibsr_project_search .et_pb_project_search_type_search .search_wrapper .x::before {
		font-family: 'ibsr' !important;
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		color: #284F85;
		cursor: pointer;
		content: "\e90f";
		font-size: 10px;
	}
	.et_pb_ibsr_project_search .et_pb_project_search_type_search .search_wrapper .search_lenght {
		/* same font as input! js text length for position of x! */
		display: none;
		font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
		font-size: 15px;
		font-weight: bold;
	}
	.et_pb_ibsr_project_search .et_pb_project_search_type_search .search_wrapper .search_button {
		left: 280px;
		position: absolute;
		top: 5px;
	}
	/* advanced */
	.et_pb_ibsr_project_search .et_pb_project_search_type_advanced .background {
		background-color: #E9EEF3;
		height: 90px;
		left: -500px;
		position: absolute;
		right: -500px;
		top: -23px;
	}
	.et_pb_ibsr_project_search .et_pb_project_search_type_advanced h2 {
		background: none !important;
		border: 0px;
		padding: 0px !important;
		position: relative;
	}
	.et_pb_ibsr_project_search .et_pb_project_search_type_advanced h2.open .advanced_button::before {
		content: "\e915";
	}
	.et_pb_ibsr_project_search .et_pb_project_search_type_advanced .accordion .type_div {
		background-color: transparent;
		border: 0px;
		padding: 50px 0px 10px 0px !important;
	}
	.et_pb_ibsr_project_search .et_pb_project_search_type_advanced .accordion .accordion_body {
		padding-bottom: 50px !important;
	}
	.et_pb_ibsr_project_search .et_pb_project_search_type_advanced .accordion .accordion_body h3 {
		color: #284F85;
		font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
		font-size: 17px;
		font-weight: bold;
	}
	.et_pb_ibsr_project_search .et_pb_project_search_type_advanced.type_output .only_project {
		display: none !important;
	}

	.et_pb_ibsr_project_search .et_pb_project_search_type_advanced div.filter_list {
		display: grid;
		grid-gap: 0% 2%;
		grid-template-columns: 49% 49%;
	}
	.et_pb_ibsr_project_search .et_pb_project_search_type_advanced div.filter_list > div > ul > li {
		border-top: dashed #A9C2D7 1px;
		margin-top: 10px;
		padding-top: 20px;
	}
	.et_pb_ibsr_project_search .et_pb_project_search_type_advanced div.filter_list > div > ul > li.cols {
		display: grid;
		grid-gap: 0% 2%;
		grid-template-columns: 49% 49%;
	}
	.et_pb_ibsr_project_search .et_pb_project_search_type_advanced ul {
		list-style: none;
		padding: 0px;
	}
	.et_pb_ibsr_project_search .et_pb_project_search_type_advanced ul.type li {
		display: inline-block;
		margin-right: 15px;
	}
	.et_pb_ibsr_project_search .et_pb_project_search_type_advanced .form-element .text {
		color: #4B4B4A;
		font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
		font-size: 15px;
		font-weight: bold;
	}
	.et_pb_ibsr_project_search .et_pb_project_search_type_advanced .form-element input[type="radio"]:checked ~ span.radio-btn {
		background-color: #96B539;
		border: solid #96B539 1px;
	}
	.et_pb_ibsr_project_search .et_pb_project_search_type_advanced .form-element input[type="radio"] ~ span.radio-btn::before {
		background-color: #ECF5FB;
	}
	.et_pb_ibsr_project_search .et_pb_project_search_type_advanced .form-element input[type="checkbox"].custom-checkbox:checked ~ span.checkbox-btn {
		background-color: #96B539;
		border-color: #96B539;
	}
	.et_pb_ibsr_project_search .et_pb_project_search_type_advanced .priorities ul {
		padding-left: 30px;
	}
	.et_pb_ibsr_project_search .et_pb_project_search_type_advanced .priorities ul .custom-checkbox ~ span.text{
		font-weight: normal;
	}
	.et_pb_ibsr_project_search .et_pb_project_search_type_advanced .priorities .li_objective_4_1,
	.et_pb_ibsr_project_search .et_pb_project_search_type_advanced .priorities .li_objective_4_2,
	.et_pb_ibsr_project_search .et_pb_project_search_type_advanced .priorities .li_objective_4_3,
	.et_pb_ibsr_project_search .et_pb_project_search_type_advanced .priorities .li_objective_4_4 {
		display: none;
	}
	.et_pb_ibsr_project_search .et_pb_project_search_type_advanced .form-element .form-element-dropdown a {
		background-color: #ECF5FB;
		overflow: hidden;
	}
	.et_pb_ibsr_project_search .et_pb_project_search_type_advanced .apply_advanced {
		bottom: -20px;
		padding-left: 15px;
	}
	.et_pb_ibsr_project_search .active_filters_wrapper {
		margin-bottom: 10px;
	}
	.et_pb_ibsr_project_search .active_filters_wrapper .filters {
		background-color: #ECF5FB;
		border: solid #ECF5FB 1px;
		margin-right: 5px;
	}
	.et_pb_ibsr_project_search .active_filters_wrapper .filters > div {
		display: inline-block;
	}
	.et_pb_ibsr_project_search .active_filters_wrapper .clear_filters {
		background-color: #3B5266;
		border: 0px;
		border-radius: 0px;
		color: #E1E9F0;
		cursor: pointer;
		display: inline !important;
		font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
		font-size: 12px;
		font-weight: bold;
		height: 30px;
		list-style: none;
		margin: 3px 5px;
		padding: 8px 25px 7px 10px;
		position: relative;
	}
	.et_pb_ibsr_project_search .active_filters_wrapper .clear_filters::after {
		font-family: 'ibsr' !important;
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		color: #E1E9F0;
		cursor: pointer;
		content: "\e90f";
		font-size: 7px;
		font-weight: bold;
		position: absolute;
		right: 8px;
		top: 6px;
	}
	.et_pb_ibsr_project_search .active_filters > div {
		display: inline-block;
	}
	.et_pb_ibsr_project_search .active_filters > div .title {
		display: none;
		font-size: 12px;
		font-weight: bold;
		padding-left: 5px;
	}
	.et_pb_ibsr_project_search .active_filters ul li {
		background-color: #E1E9F0;
		border: 0px;
		border-radius: 0px;
		color: #3B5266;
		cursor: pointer;
		display: inline-block;
		font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
		font-size: 12px;
		font-weight: bold;
		height: 30px;
		list-style: none;
		margin: 3px 5px;
		padding: 2px 25px 2px 10px;
		position: relative;
	}
	.et_pb_ibsr_project_search .active_filters ul li::after {
		font-family: 'ibsr' !important;
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		color: #3B5266;
		cursor: pointer;
		content: "\e90f";
		font-size: 7px;
		font-weight: bold;
		position: absolute;
		right: 8px;
		top: 6px;
	}
/* et_pb_ibsr_project_search */

/* et_pb_ibsr_project_list */
/* loader */
	.et_pb_ibsr_project_list .loader{
		display: none;
	}
	.et_pb_ibsr_project_list.loading .sort{
		display: none;
	}
	.et_pb_ibsr_project_list.loading .loader{
		display: block;
	}
	.et_pb_ibsr_project_list .loader,
	.et_pb_ibsr_project_list .loader:before,
	.et_pb_ibsr_project_list .loader:after {
		border-radius: 50%;
		height: 2.5em;
		width: 2.5em;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation: load7 1.8s infinite ease-in-out;
		animation: load7 1.8s infinite ease-in-out;
	}
	.et_pb_ibsr_project_list .loader {
		color: #212121;
		font-size: 4px;
		margin: 10px auto;
		opacity: 0.8;
		position: relative;
		text-indent: -9999em;
		-webkit-transform: translateZ(0);
		-ms-transform: translateZ(0);
		transform: translateZ(0);
		-webkit-animation-delay: -0.16s;
		animation-delay: -0.16s;
	}
	.et_pb_ibsr_project_list .loader:before,
	.et_pb_ibsr_project_list .loader:after {
		content: '';
		position: absolute;
		top: 0;
	}
	.et_pb_ibsr_project_list .loader:before {
		left: -3.5em;
		-webkit-animation-delay: -0.32s;
		animation-delay: -0.32s;
	}
	.et_pb_ibsr_project_list .loader:after {
		left: 3.5em;
	}
	@-webkit-keyframes load7 {
		0%,
		80%,
		100% {
			box-shadow: 0 2.5em 0 -1.3em;
		}
		40% {
			box-shadow: 0 2.5em 0 0;
		}
	}
	@keyframes load7 {
		0%,
		80%,
		100% {
			box-shadow: 0 2.5em 0 -1.3em;
		}
		40% {
			box-shadow: 0 2.5em 0 0;
		}
	}
/* loader */
/* no_matches */
	.et_pb_ibsr_project_list .no_matches {
		display: none;
	}
	.et_pb_ibsr_project_list.empty .no_matches {
		display: inline;
	}
/* no_matches */
/* matches */
	.et_pb_ibsr_project_list .matches h3 {
		color: #284F85 !important;
		font-family: 'PT Serif',Georgia,"Times New Roman",serif;
		font-size: 44px !important;
		line-height: 48px !important;
		margin-bottom: 50px;
	}
	.et_pb_ibsr_project_list .matches h3 span {
		color: #96B539 !important;
		font-weight: bold !important;
	}
/* matches */
/* sort */
	.et_pb_ibsr_project_list .sort {
		list-style-type: none;
		padding: 0;
		position: absolute;
		right: 10px;
		top: 13px;
	}
	.et_pb_ibsr_project_list .sort li {
		cursor: pointer;
		display: inline-block;
		margin-left: 15px;
	}
	.et_pb_ibsr_project_list .sort li.active,
	.et_pb_ibsr_project_list .sort li:active,
	.et_pb_ibsr_project_list .sort li:hover {
		color: #96B539;
	}
	.et_pb_ibsr_project_list .sort li.active {
		font-weight: bold;
	}

	.et_pb_ibsr_project_list .sort li::after {
		font-family: 'ibsr' !important;
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		color: #96B539;
		cursor: pointer;
		font-size: 15px;
		margin-left: 5px;
	}
	.et_pb_ibsr_project_list .sort li[data-type="ranking"].active::after,
	.et_pb_ibsr_project_list .sort li[data-type="alphabetical"][data-order="asc"].active::after {
		content: "\e908";
	}
	.et_pb_ibsr_project_list .sort li[data-type="alphabetical"][data-order="desc"].active::after {
		content: "\e909";
	}
/* sort */
	.et_pb_ibsr_project_list .et_pb_project_list_items .project,
	.et_pb_ibsr_project_list .et_pb_project_list_items .output {
		position: relative;
	}
	.et_pb_ibsr_project_list .et_pb_project_list_items .project a,
	.et_pb_ibsr_project_list .et_pb_project_list_items .output a {
		bottom: 0px;
		left: 0px;
		position: absolute;
		right: 0px;
		top: 0px;
		z-index: 10;
	}
	.et_pb_ibsr_project_list .et_pb_project_list_items .img {
		background-position: center;
		background-size: cover;
	}
	.et_pb_ibsr_project_list .et_pb_project_list_items .row {
		background: #F8F8F8;
		border: 1px solid #FFFFFF;
		box-shadow: 0px 0px 37px #7B97AC45;
		display: grid;
		grid-gap: 0%;
		grid-template-columns: 50% 50%;
		height: 400px;
		margin-bottom: 30px;
		overflow: hidden;
	}
	.et_pb_ibsr_project_list .et_pb_project_list_items .row .detail .title {
		color: #F8F8F8;
		height: 135px;
		font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
		font-weight: bold;
		line-height: 25px;
		padding: 25px 40px;
	}
	/* project */
	.et_pb_ibsr_project_list .et_pb_project_list_items .project .row .detail .title .acronym {
		font-size: 22px;
		text-transform: uppercase;
	}
	.et_pb_ibsr_project_list .et_pb_project_list_items .project .row .detail .title .post_title {
		font-size: 15px;
	}
	.et_pb_ibsr_project_list .et_pb_project_list_items .project .row.priority_1 .detail .title {
		/* Innovation */
		background-color: #EC6801;
	}
	.et_pb_ibsr_project_list .et_pb_project_list_items .project .row.priority_2 .detail .title {
		/* Natural resources */
		background-color: #44812F;
	}
	.et_pb_ibsr_project_list .et_pb_project_list_items .project .row.priority_3 .detail .title {
		/* Transport */
		background-color: #0679AC;
	}
	.et_pb_ibsr_project_list .et_pb_project_list_items .project .row.priority_4 .detail .title {
		/* EU strategy support */
		background-color: #A4A999;
	}
	.et_pb_ibsr_project_list .et_pb_project_list_items .project .row .detail .list {
		font-size: 15px;
		line-height: 25px;
		padding: 25px 40px;
	}
	.et_pb_ibsr_project_list .et_pb_project_list_items .project .row .detail .list .version {
		color: #4B4B4A;
		font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
		font-weight: bold;
		line-height: 25px;
	}
	.et_pb_ibsr_project_list .et_pb_project_list_items .project .row .detail .list .priority,
	.et_pb_ibsr_project_list .et_pb_project_list_items .project .row .detail .list .objective {
		font-weight: bold;
		text-transform: uppercase;
	}
	.et_pb_ibsr_project_list .et_pb_project_list_items .project .row.priority_1 .detail .list .priority,
	.et_pb_ibsr_project_list .et_pb_project_list_items .project .row.priority_1 .detail .list .objective {
		color: #EC6801;
	}
	.et_pb_ibsr_project_list .et_pb_project_list_items .project .row.priority_2 .detail .list .priority,
	.et_pb_ibsr_project_list .et_pb_project_list_items .project .row.priority_2 .detail .list .objective {
		color: #44812F;
	}
	.et_pb_ibsr_project_list .et_pb_project_list_items .project .row.priority_3 .detail .list .priority,
	.et_pb_ibsr_project_list .et_pb_project_list_items .project .row.priority_3 .detail .list .objective {
		color: #0679AC;
	}
	.et_pb_ibsr_project_list .et_pb_project_list_items .project .row.priority_4 .detail .list .priority,
	.et_pb_ibsr_project_list .et_pb_project_list_items .project .row.priority_4 .detail .list .objective {
		color: #5D7997;
	}
	.et_pb_ibsr_project_list .et_pb_project_list_items .project .row .detail .list .objective {
		border-bottom: solid #E9ECF2 1px;
		padding-bottom: 20px;
	}
	.et_pb_ibsr_project_list .et_pb_project_list_items .project .row .detail .list .implementation {
		padding-top: 20px;
	}
	.et_pb_ibsr_project_list .et_pb_project_list_items .project .row .detail .list .implementation div,
	.et_pb_ibsr_project_list .et_pb_project_list_items .project .row .detail .list .status div,
	.et_pb_ibsr_project_list .et_pb_project_list_items .project .row .detail .list .output div,
	.et_pb_ibsr_project_list .et_pb_project_list_items .project .row .detail .list .contribution div {
		display: inline;
	}
	.et_pb_ibsr_project_list .et_pb_project_list_items .project .row .detail .list .implementation .label,
	.et_pb_ibsr_project_list .et_pb_project_list_items .project .row .detail .list .status .label,
	.et_pb_ibsr_project_list .et_pb_project_list_items .project .row .detail .list .output .label,
	.et_pb_ibsr_project_list .et_pb_project_list_items .project .row .detail .list .contribution .label {
		font-weight: bold;
		margin-right: 5px;
	}
	.et_pb_ibsr_project_list .et_pb_project_list_items .project .row .detail .list .output.empty,
	.et_pb_ibsr_project_list .et_pb_project_list_items .project .row .detail .list .contribution.empty {
		display: none;
	}
	/* project */
	/* output */
	.et_pb_ibsr_project_list .et_pb_project_list_items .output .row.priority_1 .detail .title {
		/* Innovation */
		background-color: #EC6801;
	}
	.et_pb_ibsr_project_list .et_pb_project_list_items .output .row.priority_2 .detail .title {
		/* Natural resources */
		background-color: #44812F;
	}
	.et_pb_ibsr_project_list .et_pb_project_list_items .output .row.priority_3 .detail .title {
		/* Transport */
		background-color: #0679AC;
	}
	.et_pb_ibsr_project_list .et_pb_project_list_items .output .row.priority_4 .detail .title {
		/* EU strategy support */
		background-color: #A4A999;
	}
	.et_pb_ibsr_project_list .et_pb_project_list_items .output .row .detail .title {
		height: 250px;
	}
	.et_pb_ibsr_project_list .et_pb_project_list_items .output .row .detail .title .name {
		font-family: 'PT Serif',Georgia,"Times New Roman",serif;
		font-size: 23px;
		font-weight: bold;
		line-height: 24px;
		margin-bottom: 25px;
	}
	.et_pb_ibsr_project_list .et_pb_project_list_items .output .row .detail .title .description {
		max-height: 100px;
		overflow: hidden;
		padding-right: 1rem; /* space for ellipsis */
		position: relative;
	}
	.et_pb_ibsr_project_list .et_pb_project_list_items .output .row .detail .title .description::before {
		bottom: 0px;
		content: "...";
		height: 25px;
		position: absolute;
		right: 0px;
		text-align: right;
		width: 50px;
	}
	.et_pb_ibsr_project_list .et_pb_project_list_items .output .row.priority_1 .detail .title .description::before {
		background: linear-gradient(to right, rgba(255, 255, 255, 0), #EC6801 50%);
	}
	.et_pb_ibsr_project_list .et_pb_project_list_items .output .row.priority_2 .detail .title .description::before {
		background: linear-gradient(to right, rgba(255, 255, 255, 0), #44812F 50%);
	}
	.et_pb_ibsr_project_list .et_pb_project_list_items .output .row.priority_3 .detail .title .description::before {
		background: linear-gradient(to right, rgba(255, 255, 255, 0), #0679AC 50%);
	}
	.et_pb_ibsr_project_list .et_pb_project_list_items .output .row.priority_4 .detail .title .description::before {
		background: linear-gradient(to right, rgba(255, 255, 255, 0), #A4A999 50%);
	}
	.et_pb_ibsr_project_list .et_pb_project_list_items .output .row .detail .title .description,
	.et_pb_ibsr_project_list .et_pb_project_list_items .output .row .detail .title .description strong,
	.et_pb_ibsr_project_list .et_pb_project_list_items .output .row .detail .title .description b,
	.et_pb_ibsr_project_list .et_pb_project_list_items .output .row .detail .title .description h1,
	.et_pb_ibsr_project_list .et_pb_project_list_items .output .row .detail .title .description h2,
	.et_pb_ibsr_project_list .et_pb_project_list_items .output .row .detail .title .description h3,
	.et_pb_ibsr_project_list .et_pb_project_list_items .output .row .detail .title .description h4,
	.et_pb_ibsr_project_list .et_pb_project_list_items .output .row .detail .title .description h5,
	.et_pb_ibsr_project_list .et_pb_project_list_items .output .row .detail .title .description h6 {
		color: white;
		font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
		font-size: 15px;
		font-weight: normal;
		line-height: 25px;
		padding: 0px;
	}
	.et_pb_ibsr_project_list .et_pb_project_list_items .output .row .detail .list {
		font-size: 15px;
		padding: 25px 40px;
	}
	.et_pb_ibsr_project_list .et_pb_project_list_items .output .row .detail .list .acronym,
	.et_pb_ibsr_project_list .et_pb_project_list_items .output .row .detail .list .version,
	.et_pb_ibsr_project_list .et_pb_project_list_items .output .row .detail .list .priority,
	.et_pb_ibsr_project_list .et_pb_project_list_items .output .row .detail .list .objective {
		font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
		font-weight: bold;
		line-height: 25px;
		text-transform: uppercase;
	}
	.et_pb_ibsr_project_list .et_pb_project_list_items .output .row .detail .list .acronym {
		font-size: 22px;
		margin-bottom: 10px;
		text-transform: uppercase;
	}
	.et_pb_ibsr_project_list .et_pb_project_list_items .output .row.priority_1 .detail .list .acronym,
	.et_pb_ibsr_project_list .et_pb_project_list_items .output .row.priority_1 .detail .list .priority,
	.et_pb_ibsr_project_list .et_pb_project_list_items .output .row.priority_1 .detail .list .objective {
		color: #EC6801;
	}
	.et_pb_ibsr_project_list .et_pb_project_list_items .output .row.priority_2 .detail .list .acronym,
	.et_pb_ibsr_project_list .et_pb_project_list_items .output .row.priority_2 .detail .list .priority,
	.et_pb_ibsr_project_list .et_pb_project_list_items .output .row.priority_2 .detail .list .objective {
		color: #44812F;
	}
	.et_pb_ibsr_project_list .et_pb_project_list_items .output .row.priority_3 .detail .list .acronym,
	.et_pb_ibsr_project_list .et_pb_project_list_items .output .row.priority_3 .detail .list .priority,
	.et_pb_ibsr_project_list .et_pb_project_list_items .output .row.priority_3 .detail .list .objective {
		color: #0679AC;
	}
	.et_pb_ibsr_project_list .et_pb_project_list_items .output .row.priority_4 .detail .list .acronym,
	.et_pb_ibsr_project_list .et_pb_project_list_items .output .row.priority_4 .detail .list .priority,
	.et_pb_ibsr_project_list .et_pb_project_list_items .output .row.priority_4 .detail .list .objective {
		color: #5D7997;
	}
	.et_pb_ibsr_project_list .et_pb_project_list_items .output .img {
		position: relative;
	}
	.et_pb_ibsr_project_list .et_pb_project_list_items .output .img .overlay {
		background-position: center;
		background-size: cover;
		bottom: 0;
		left: 0;
		opacity: 0.5;
		position: absolute;
		right: 0;
		top: 0;
	}
	.et_pb_ibsr_project_list .et_pb_project_list_items .output .img .preview {
		background-position: center;
		background-size: cover;
		box-shadow: 0px 0px 10px #00000033;
		height: 300px;
		margin: 50px 35px;
		position: relative;
		width: 230px;
	}
	.et_pb_ibsr_project_list .et_pb_project_list_items .output .img .preview.landscape {
		height: 230px;
		margin: 85px 35px;
		width: 300px;
	}
	.et_pb_ibsr_project_list .et_pb_project_list_items .output .img .overlay.empty,
	.et_pb_ibsr_project_list .et_pb_project_list_items .output .img .preview.empty {
		display: none;
	}
/* output */
/* et_pb_ibsr_project_list */

/* mobile */
	.et_pb_ibsr_project_search .active_filters.mobile > div .title,
	.et_pb_ibsr_project_search .active_filters.mobile > div {
		display: block;
	}
	@media all and (max-width: 980px) {
		.et_pb_ibsr_project_search .active_filters_wrapper .filters {
			padding: 8px 0px 0px 0px;
		}
		.et_pb_ibsr_project_search .active_filters_wrapper .active_filters {
			margin-top: 3px;
		}
		.et_pb_ibsr_project_search .et_pb_project_search_type_advanced div.filter_list,
		.et_pb_ibsr_project_search .et_pb_project_search_type_advanced div.filter_list > div > ul > li.cols {
			display: grid;
			grid-gap: 0%;
			grid-template-columns: 100%;
		}
		.et_pb_ibsr_project_search .et_pb_project_search_type_advanced div.filter_list > div > ul > li.cols {
			border-top: 0px;
			margin-top: 0px;
			padding-top: 0px;
		}
		.et_pb_ibsr_project_search .et_pb_project_search_type_advanced div.filter_list > div > ul > li.cols > div {
			border-top: dashed #A9C2D7 1px;
			margin-top: 10px;
			padding-top: 20px;
		}
	}
/* mobile */