@import url('https://fonts.googleapis.com/css2?family=Familjen+Grotesk:ital,wght@0,400..700;1,400..700&family=Instrument+Serif:ital@0;1&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&family=Syne:wght@400..800&display=swap');

/*------------VARIABLES CSS------------*/
:root {
  --primaryColor: #DDA73B;
  --secondaryColor: #8F9E7B;
  --tertiaryColor: #466675;
  --quaternaryColor: #4A5D23;

  --dark-bg: #261209;
}
/*------------VARIABLES CSS------------*/

/*------------GENERAL------------*/
html, body,
h1, h2, h3, h4, h5, h6 {
	font-family: "Poppins", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
}
  
p, li, a {
	font-size: 18px;
	font-family: "Poppins", sans-serif;
}

/*-------SCROLL-------*/
html {
	overflow-x: hidden;
}

html, body, .modal-body {
    scrollbar-width: thin; 
    scrollbar-color: var(--primaryColor) white; 
}
/*--------------------*/
header {
	z-index: 100;
}

a {
	text-decoration: none;
	color: inherit;
}

a.disabled {
	opacity: 0.5;
	cursor: unset;
}

#toolbar-bar a, #toolbar-item-administration-tray a {
	font-size: 14.5px;
}

ul.contextual-links {
	font-size: 14.5px;
}

.custom-button {
	color: white !important;
	background-color: var(--primaryColor);
	border-radius: 180px;
	padding: 3.5px 20px;
	font-size: 16.5px !important;
	transition: background-color 0.3s ease;
}

.custom-button:hover {
	/*background-color: #0A195C;
	border-color: #0A195C;*/
	background-color: #c09235;
	border-color: #c09235;
}

.title {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 36px;
	border-bottom: 2px solid black;
	margin-bottom: 40px;
	padding-bottom: 10px;
}

.top-block-space {
	margin-top: 65px;
}

.bottom-block-space {
	margin-bottom: 75px;
}

.big-space {
	margin-top: 85px;
}

.pagination .page-item a,
.pagination .disabled span {
	margin: 5px 3.5px 5px 0;
}

.page-link.active, 
.media-library-view--widget .view-header a.page-link.is-active, 
.media-library-view--widget .view-header a.is-active > .page-link, 
.active > .page-link, 
.page-item:first-child .page-link,
.page-item:last-child .page-link,
.page-link {
	background-color: unset;
	border: unset;
	border-radius: 0;
	color: black;
}

.pagination .page-item.active a {
	border-bottom: 1px solid var(--primaryColor);
	color: var(--primaryColor);
}

.page-link:hover,
.page-link:focus {
    z-index: 2;
    color: var(--primary-color) !important;
    background-color: var(--bs-pagination-hover-bg) !important;
    border-color: var(--bs-pagination-hover-border-color) !important;
	box-shadow: none;
}

li.page-item a[rel = "next"],
li.page-item a[rel = "prev"] {
	display: none;
}

.small-font {
	font-size: 16px;
}

svg, img {
	max-width: 100%;
}

.full-width-container {
	display: flex;
	flex-direction: column;
	align-items: center;
}

/*-------------------------*/
/*----------MODAL----------*/
.modal {
	--bs-modal-width: 90%;
	max-width: 1320px !important;
	justify-self: anchor-center;
}

.modal-dialog-scrollable .modal-content {
	max-height: 700px;
	padding-bottom: 5px;
}

.modal-body > button {
	display: flex;
	justify-self: end;
}

.modal-content {
	border-radius: 15px;
}

/*------------------------------*/
/*-----STICKY MENU SECTION------*/
body:not(.user-logged-in) .sticky-section {
  position: fixed;  
  top: 0;           
  left: 0;          
  width: 100%;      
  z-index: 100;
}

/*body.user-logged-in .sticky-section {
  top: 90px;           
}*/

/*.path-node .sticky-section {
	box-shadow: 
    rgba(50, 50, 93, 0.15) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.1) 0px 1px 3px -1px,
    0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}*/

body:not(.user-logged-in) .region-breadcrumb {
	margin-top: 100px;
}

/*----------------------------------*/
/*------------PRE-HEADER------------*/
.region-nav-additional {
	justify-content: end;
}

.pre-header {
	overflow: hidden;
}

.pre-header-wrap {
	display: flex;
	margin-top: 25px;
	justify-self: end;
	transform: translateY(0);
	transition: transform 0.4s ease-in-out;
}

/*---------------------------------*/
/*---------SOCIAL NETWORKS---------*/
.social-networks a {
	background-color: var(--primaryColor);
	border-radius: 50%;
	padding: 6px;
	display: block;
	width: 34px;
	height: 34px;
}

.social-networks {
	list-style: none;
	display: flex;
	gap: 8px;
	margin-bottom: 0;
}

.social-networks img {
	width: 18px;
	height: 18px;
	margin-top: -7px;
	margin-left: 2px;
}

img[alt="facebook"] {
	width: 21.5px;
	height: 21.5px;
	margin-left: 0;
}

img[alt="linkedin"] {
	width: 19px;
	height: 19px;
}

img[alt="youtube"] {
	width: 20px;
	height: 20px;
	margin-left: 1px;
}

/*------------------------------*/
/*------------HEADER------------*/
#block-vootstrap-sitebranding,
#block-vootstrap-logodarkbackground {
	position: absolute;
	top: -17px;
	left: 0;
}

.navbar-brand img {
	height: 80px;
	max-width: 160px;
	margin-bottom: 20px;
	transition: padding-top 0.4s ease;
}

nav .d-flex{
	align-items: baseline;
	width: 100%;
	margin: 10px 0;
}

.sticky-section .logo-wrap img {
	position: absolute;
	width: 372px;
	object-fit: contain;
	object-position: center;
	left: 180px;
	top: 20px;
}
/*------------------------------*/
/*--------SUPERFISH MENU--------*/
ul.sf-menu.sf-style-default li, ul.sf-menu.sf-style-default.sf-navbar {
	background-color: unset;
}

ul.sf-menu.sf-style-default {
	margin-bottom: 0;
}

ul.sf-menu.sf-style-default a, ul.sf-menu.sf-style-default a:visited, ul.sf-menu.sf-style-default span.nolink,
#superfish-main li a{
	color: var(--primaryColor);
	text-transform: uppercase;
	font-weight: 500;
	font-size: 16px;
}

ul.sf-menu.sf-style-default li:hover, ul.sf-menu.sf-style-default li.sfHover, 
ul.sf-menu.sf-style-default a.is-active, ul.sf-menu.sf-style-default a:focus,
ul.sf-menu.sf-style-default a:hover, ul.sf-menu.sf-style-default span.nolink:hover {
	background-color: unset;
	color: #B06E1E !important;
	cursor: pointer;
}

ul.sf-menu.sf-style-default li li, ul.sf-menu.sf-style-default.sf-navbar > li > ul,
ul.sf-menu.sf-style-default li:hover, ul.sf-menu.sf-style-default li.sfHover,
ul.sf-menu.sf-style-default a.is-active, ul.sf-menu.sf-style-default a:focus,
ul.sf-menu.sf-style-default a:hover, ul.sf-menu.sf-style-default span.nolink:hover {
	background-color: white;
}

ul.sf-menu.sf-style-default li li, ul.sf-menu.sf-style-default.sf-navbar > li > ul,
ul.sf-menu.sf-style-default li:hover, ul.sf-menu.sf-style-default li.sfHover,
ul.sf-menu.sf-style-default a.is-active, ul.sf-menu.sf-style-default a:focus,
ul.sf-menu.sf-style-default a:hover, ul.sf-menu.sf-style-default span.nolink:hover {
	background-color: unset;
}

ul.sf-menu.sf-style-default li:has(span.nolink):hover,
ul.sf-menu.sf-style-default span.nolink:hover {
	cursor: default !important;
}

.dropdown-toggle::after{
	content: none;
}

ul.sf-menu.sf-style-default a, ul.sf-menu.sf-style-default a:visited,
ul.sf-menu.sf-style-default span.nolink {
	padding: 0.55em 0.5em;
}

#superfish-main .menuparent a {
	margin-left: 15px;
}

li.active-trail > span,
li.active-trail > a {
	color: var(--primaryColor) !important;
}

#superfish-main li:has(span.services-link) {
	display: flex;
}

/*------------------------------*/
/*-------SUPERFISH SUBMENU------*/
#superfish-main .sf-depth-2 {
	padding: 2px 15px 2px 0px;
}

#superfish-main .sf-depth-2:first-child {
	padding-top: 9px;
}

#superfish-main .sf-depth-2:last-child {
	padding-bottom: 9px;	
}

/*li.sf-depth-2 {
	position: relative;
}

li.sf-depth-2:hover::after {
	content: "";
	background-image: url('../images/icons/chevron-down-solid.svg');
	transform: rotateZ(270deg);
	position: absolute;
	width: 12px;
	height: 12px;
	top: 14px;
	right: 15px;
	background-size: cover;
}*/

li.sf-depth-2:hover:first-child::after {
	top: 21px;
}
/*-----------------------------------*/
/*----------LANGUAGE SWITCHER--------*/
.language-switcher-language-url ul {
	display: flex;
	list-style: none;
	gap: 16px;
	position: relative;
	margin-top: 2px;
}

li[hreflang="en"] {
	position: relative;
}

li[hreflang="en"]::after {
	content: '';
	display: block;
	height: 55%;
	width: 1.3px;
	background-color: black;
	position: absolute;
	background-position: right;
	top: 5.5px;
	left: 27.5px;
}

.path-frontpage:not(.user-logged-in) .language-switcher-language-url a {
	color: white;
}

.path-frontpage:not(.user-logged-in) li[hreflang="en"]::after {
	background-color: white;
}

a.language-link[hreflang="en"] {
  font-size: 0; 
}

a.language-link[hreflang="en"]::after {
  content: "EN";  
  font-size: 18px; 
}

/*-----------------------------------*/
/*--------------BANNER---------------*/
.banner {
	min-height: 600px;
	max-height: calc(100vh + 43px);
	height: calc(100vh + 43px);
	overflow: hidden;
}

.banner .container {
	display: flex;
    flex-direction: column;
    height: 63%;
    justify-content: space-between;
	position: relative;
}

.banner h1 {
	font-weight: 600;
	margin-top: 25px;
	margin-bottom: 20px;
	font-size: 47px;
	color: var(--primaryColor);
}

.bg-banner {
	height: 100%;
	max-height: 100%;
    display: flex;
    align-items: center;
	padding-top: 132px;
	position: relative;
}

.bg-banner::after {
	content: "";
	position: absolute;
	bottom: 20px;
	left: -20px;
	width: calc(100% + 30px);
	height: 120px;
	display: block;
	background-color: #261209;
	pointer-events: none;
	filter: blur(7px);
}

body.user-logged-in .bg-banner::after {
	bottom: -11px;
}

.bg-banner p {
	color: #EFD999;
}

#video-home {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    width: auto;
    max-width: 100%;
	object-fit: cover;
	max-height: 100vh;
    height: 100%;
    z-index: -1;
    transform: translateY(0%);
    margin: 0;
}

#filtervideo {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 100%;
    height: unset;
    min-height: 100%;
	/*background-color: #5d321654;*/
    background-color: #3f1a0270;
}

.small-screen-banner {
	display: none;
}

.banner .buttons {
	display: flex;
	justify-content: left;
	flex-direction: column;
	align-items: start;
}

.banner .buttons a {
	display: block;
	height: 50px;
	margin-bottom: 20px;
	background: linear-gradient(95deg,rgba(221, 167, 59, 1) 20%, rgb(202, 210, 188) 90%);
	border-radius: 180px;
}

/*-----------------------------------*/
/*------------BREADCRUMBS------------*/
.page-node-type-article .breadcrumb-item:last-child,
.page-node-type-event .breadcrumb-item:last-child {
  max-width: 30ch;       
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: bottom;
}

.page-node-type-article #block-vootstrap-breadcrumbs,
.page-node-type-event #block-vootstrap-breadcrumbs {
	border-bottom: 2px solid var(--primaryColor);
	padding-bottom: 15px;
}

.page-node-type-article .region-breadcrumb .breadcrumb-item,
.page-node-type-article .region-breadcrumb h1,
.page-node-type-article .breadcrumb-item::before,
.page-node-type-event .region-breadcrumb .breadcrumb-item,
.page-node-type-event .region-breadcrumb h1,
.page-node-type-event .breadcrumb-item::before {
	color: #B06E1E !important;
}

.region-breadcrumb {
	position: relative;
	padding: 35px 15px;
	margin-bottom: 20px;
}

#block-vootstrap-breadcrumbs, #block-vootstrap-page-title {
	margin: 10px auto 0 auto;
}

.region-breadcrumb .breadcrumb-item,
.region-breadcrumb h1,
.breadcrumb-item::before {
	color: var(--primaryColor);
}

.region-breadcrumb .breadcrumb-item {
	opacity: 0.6;
}

ol.breadcrumb{
	margin-bottom: unset;
}

.breadcrumb-item,
.breadcrumb-item a {
	font-size: 15px;
	font-weight: 400;
	padding: 0 !important;
	margin: 0 !important;
}

.breadcrumb-item + .breadcrumb-item::before {
	content: "/";
	padding: 0px 5px;
	color: var(--primaryColor);
}

.path-node #block-vootstrap-page-title h1 {
    width: 100%;
	font-size: 42px;
	margin-bottom: 0;
	padding-bottom: 5px;
	text-transform: uppercase;
	border-bottom: 2px solid var(--primaryColor);
}

.custom-breadcrumb {
	padding: 60px 15px 0px 15px;
}

.custom-breadcrumb * {
	color: white;
}

.custom-breadcrumb h1 {
	font-size: calc(1.325rem + 0.9vw);
}

.custom-breadcrumb p {
	font-size: 1.25rem;
	font-weight: 500;
}

/*---------------------------*/
/*-------THE CHALLENGE-------*/
.challenge-wrap .title,
.challenge-wrap .text-wrap > p {
	color: var(--primaryColor);
	border-color: var(--primaryColor);
}

.challenge-wrap .text-wrap .icon-text {
	display: flex;
	align-items: center;
	color: #B06E1E;
	border-bottom: 1px solid #B06E1E;
	padding-bottom: 15px;	
	margin-top: 15px;
}

.challenge-wrap .text-wrap .icon-text .img-wrap {
	width: 65px;
	padding-right: 20px;
}

.challenge-wrap .text-wrap .icon-text p {
	max-width: calc(100% - 65px);
	font-size: 16px;
}

.challenge-wrap .img-text-wrap p {
	font-size: 16px;
}

.challenge-wrap .left-side p,
.challenge-wrap .right-side p {
	margin-bottom: 92px;
}

.challenge-wrap .left-side p:first-child {
	margin-right: -20px;
	padding-left: 40px;
}

.challenge-wrap .left-side p:nth-child(3) {
	margin-right: -27px;
}

.challenge-wrap .left-side p:last-child {
	margin-right: -35px;
	padding-left: 45px;
	margin-bottom: 65px;
}

.challenge-wrap .right-side p:first-child {
	margin-left: -20px;
}

.challenge-wrap .right-side p:last-child {
	margin-left: -35px;
	margin-bottom: 65px;
}

.challenge-wrap .blue {
	color: #9CBAC4;
}

.challenge-wrap .green {
	color: #8F9E7B;
}

.challenge-wrap .yellow {
	color: var(--primaryColor);
}

.challenge-wrap .brown {
	color: #945127;
}

.challenge-illustration {
	margin-bottom: 35px;
	margin-top: 10px;
	z-index: 3;
}

.challenge-illustration svg {
	overflow: visible;
}

.challenge-illustration .layer {
  	opacity: 0;
  	transform: translateY(-300px);
}

.challenge-illustration.animate .layer {
	animation: fadeInDown 1.5s cubic-bezier(0.4, 1, 0.6, 1) forwards;
}

/* Staggered delays */
.challenge-illustration.animate .brown-layer { animation-delay: 0s; }
.challenge-illustration.animate .yellow-layer { animation-delay: 0.6s; }
.challenge-illustration.animate .green-layer { animation-delay: 1.2s; }
.challenge-illustration.animate .blue-layer { animation-delay: 1.8s; }

@keyframes fadeInDown {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.challenge-wrap .img-text-wrap p {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.challenge-wrap .img-text-wrap p.show {
  opacity: 1;
  transform: translateY(0);
}

.sources-wrap {
	position: relative;
	width: fit-content;
	margin: 35px auto;
}

.sources-wrap .icon-text {
	display: flex;
	align-items: center;
}

.sources-wrap .icon-text .img-wrap {
	width: 30px;
	margin-top: -3px;
}

.sources-button {
	cursor: pointer;
}

.sources-wrap h4 {
	color: var(--primaryColor);
	text-transform: uppercase;
	border-bottom: 2px solid var(--primaryColor);
	padding-bottom: 8px;
	margin-bottom: 14px;
	font-weight: 500;
}

.sources-overlay {
	background-color: var(--dark-bg);
	padding: 5px;
	border-radius: 8px;
	width: 320px;
	position: absolute;
	left: -100px;
	top: -275px;
	z-index: 3;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);
	transition:
		opacity 0.35s ease,
		transform 0.35s ease,
		visibility 0.35s ease;
	pointer-events: none;
}

.sources-overlay.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	pointer-events: auto;
}

.sources {
	border: 1px solid var(--primaryColor);
	padding: 25px 25px 10px 25px;
	border-radius: 8px;
}

.sources .yellow {
	color: #B06E1E !important;
}

/*---------------------------*/
/*------LIVING LAB FRONT-----*/
.living-lab-front h2,
.living-lab-front h4,
.living-lab-front h5 {
	color: #8F9E7B;
}

.living-lab-front h2 {
	border-color: #8F9E7B;
}

.living-lab-front h4 {
	border-bottom: 1px solid #cdd4c296;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

.living-lab-front p,
.living-lab-front a,
.map-wrap .nav-btn-wrap p {
	color: #CDD4C2;
	opacity: 0.6;
}

.living-lab-front .cards-wrap {
	position: relative;
	margin-top: 45px;
}

.living-lab-front .card-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	transform: translateY(10px);
  	transition: opacity .35s ease, transform .35s ease;
	pointer-events: none;
}

.living-lab-front .card-wrap.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.living-lab-front .card-wrap .text-wrap {
	background-color: #6F7459;
	padding: 15px;
	border-radius: 8px;
}

.living-lab-front .card-wrap p {
	font-size: 16px;
	color: black;
}

.living-lab-front .card-wrap a {
	display: block;
	text-align: end;
	font-size: 16px;
}

.map-wrap {
	padding-top: 50px;
}

.map-wrap .nav-btn-wrap {
	margin-top: 15px;
}

.map-wrap .nav-btn-wrap p {
	font-size: 14px;
}

.map-wrap .nav-btn-wrap .zoom-trigger {
	opacity: 0;
	transform: translateY(10px);
  	transition: opacity .35s ease, transform .35s ease;
	pointer-events: none;
	margin-bottom: 0;
}

.map-wrap .nav-btn-wrap .zoom-trigger.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  cursor: pointer;
}

.map {
  position: relative;
  overflow: hidden;
  border-radius: 35%;
}

.map::before {
	content: "";
  	position: absolute;
  	inset: 0;
  	box-shadow: inset 0 0 100px 100px #261209;	
	border-radius: 35%;
	pointer-events: none; 
}

.map svg {
	transition: transform 0.5s ease;
  	transform-origin: 0 0;
}

.map .country {
	position: relative;
	cursor: pointer;
}

.map-wrap {
	position: relative;
}

.map-wrap .text-wrap {
	position: absolute;
	top: 54%;
	left: 47%;
	width: 50%;
	height: 300px;
	pointer-events: none;
}

.map-wrap .text-wrap p {
	color: #AEB99D;
	font-size: 16px;	
	line-height: 1.2;
}

.map-wrap .text-wrap .country-name {
	text-transform: uppercase;
}

.map-wrap .country-name,
.map-wrap .country-info,
.map-wrap .plus {
  	position: absolute;
  	opacity: 0;
  	transition: opacity 0.25s ease;
}

.map-wrap .country-name.active,
.map-wrap .country-info.active,
.map-wrap .plus.active {
  	opacity: 1;
	transition: opacity 1.4s ease;
}

.map-wrap .plus {
	display: none;
	width: 26px;
	height: 26px;
	top: 31.5px;
	left: 13.5px;
}

.map-wrap .country-name {
	top: 0;
	left: 0;
}

.map-wrap .country-info {
	top: 24px;
	left: 58px;
}

.map-wrap .country-info.france {
	top: 35px;
}

.map-wrap .country-info.egypt-two {
	top: 82px;
	left: 138px;
}

.map-wrap .country-info.egypt-three {
	top: 96px;
	left: -244px;
	text-align: end;
}

.map-wrap .plus.egypt-two {
	top: 86px;
	left: 93.5px;
}

.map-wrap .plus.egypt-three {
	top: 102px;
	left: 19px;
}

/*--------------------------*/
/*-----HOW OSTARA WORKS-----*/
.how-works-wrap h2,
.how-works-wrap h4 {
	color: #69832D;
}

.how-works-wrap h2 {
	border-color: #4A5D23;
}

.how-works-wrap .content-wrap {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	border-top: 3.5px solid #4A5D23;
	padding-top: 15px;
}

.how-works-wrap p {
	color: #425123;
}

.how-works-wrap p.small-font {
	color: #A5C15A;
	opacity: 0.5;
}

.how-works-wrap .section .img-wrap {
	text-align: center;
}

.how-works-wrap .section img {
	padding: 15px;
}

/*--------------------------*/
/*-----FRONT BIG BUTTON-----*/
.big-button-wrap {
	position: relative;
	border-radius: 10px;
	background: linear-gradient(95deg,rgba(143, 158, 123, 1) 10%, rgba(221, 167, 59, 1) 70%);
	padding: 45px 65px;
	transition: transform 0.3s ease;
}

.big-button-wrap:hover {
	transform: scale(1.02);
}


.big-button-wrap p {
	font-size: 44px;
	font-weight: 600;
	line-height: 1.2;
}

.big-button-wrap::after {
	content: "";
	position: absolute;
	background-image: url('../images/icons/arrow-diagonal.svg');
	width: 76px;
	height: 78px;
	top: 20px;
	right: 20px;
	background-size: cover;
}

/*-----------------------------*/
/*---------THE PROJECT---------*/
.project-wrap .icon-text p {
	font-size: 16px;
}

.project-wrap .intro-wrap .text-wrap {
	border-bottom: 1.8px solid #B06E1E;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.project-wrap .intro-wrap h3 {
	text-transform: uppercase;
	color: #B06E1E;
	font-weight: 500;
}

.project-wrap .objectives-intro {
	margin-top: 45px;
	justify-content: space-between;
}

.project-wrap h4,
.objectives-wrap h4 {
	color: var(--primaryColor);
}

.project-wrap .img-wrap {
	height: 100px;
	margin-bottom: 30px;
}

.objectives-intro .icon-text {
	padding: 0 25px;
}

.objective {
	margin-bottom: 15px;
}

.objective [id*="heading"] {
	border-bottom: 1px solid #383838;
}

.objective button {
	display: flex;
	width: 100%;
	text-decoration: none;
	padding-left: 0;
	padding-right: 0;
}

.objective button .title-wrap {
	display: flex;
	justify-content: space-between;
}

.objective h3 {
	color: #B06E1E;
	font-weight: 500;
	margin-bottom: 0;
}

.objective p {
	color: #3A1B0E;
	margin: 25px 0;
}

.objective .number {
	text-align: left;
	padding-left: 0;
}

.objective .img-wrap {
	width: 30px;
	height: 30px;
	position: relative;
}


.objective .img-wrap::after {
	content: "";
	position: absolute;
	background-image: url('../images/icons/arrow-in-circle.svg');
	width: 30px;
	height: 30px;
	background-size: cover;
	background-position: center;
	top: 0;
	left: 0;
	transition: transform 0.3s ease;
}

.objective .img-wrap::after {
	transform: rotate(180deg);
}

.objective .collapsed .img-wrap::after {
	transform: rotate(0);
}

#innovation {
	padding-top: 85px;
}

.innovation-wrap > h4 {
	margin-bottom: 45px;
}

.innovation-wrap .category h4 {
	padding-right: 100px;
}

.innovation-wrap .category .content-wrap {
	position: relative;
	padding-top: 40px;
	margin-top: 15px;
}

.innovation-wrap .category .content-wrap::before {
	content: "";
	position: absolute;
	display: block;
	width: calc(100% - 25px);
	height: 2px;
	background-color: var(--primaryColor);
	top: 0;
	left: 25px;
}

.innovation-wrap .category p.semi-bold {
	font-weight: 600;
}

.innovation-wrap .category .small-font {
	color: var(--primaryColor);
}

.project-wrap p {
	color: #75401E;
}

.project-wrap .icon-text h5,
.innovation-wrap .big-font,
.innovation-wrap .category h4 {
	color: #B06E1E;
}

/*-----------------------------*/
/*---------CONSORTIUM----------*/
.consortium-wrap .card-wrap {
	margin-bottom: 70px;
	padding: 0 35px;
}

.consortium-wrap .card {
	position: relative;
	background-color: #C5D7DC;
	padding: 15px;
	height: 100%;
	min-height: 370px;
	border: none;
}

.consortium-wrap .card::after {
	content: "";
	position: absolute;
	background-image: url('../images/icons/arrow-diagonal.svg');
	background-size: cover;
	transform: rotate(90deg);
	width: 40px;
	height: 40px;
	bottom: 15px;
	right: 15px;
}

.consortium-wrap .content-wrap {
	text-align: center;
}

.consortium-wrap .card .img-wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 150px;
	margin-bottom: 15px;
}

.consortium-wrap .card .img-wrap img {
	max-width: 270px;
	max-height: 150px;
}

.consortium-wrap .card .overlay {
	position: absolute;
	top: 15px;
	left: 15px;
	max-width: calc(100% - 30px);
	opacity: 0;
}

.consortium-wrap .card .overlay a {
	display: block;
	background-color: #C5D7DC;
	border-radius: 8px;
	text-align: center;
	padding: 5px 15px;
	margin-top: 35px;
}

.consortium-wrap .card .overlay h4 {
	color: #384952;
	border-bottom: 2px solid #384952;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

.consortium-wrap .card .overlay p {
	font-size: 16px;
}

.consortium-wrap .card:hover {
	background-color: unset;
}

.consortium-wrap .card .img-wrap,
.consortium-wrap .card .content-wrap {
	transition: opacity 0.35s ease;
}

.consortium-wrap .card .overlay {
	transition: opacity 0.5s ease;
}

.consortium-wrap .card:hover .img-wrap,
.consortium-wrap .card:hover .content-wrap,
.consortium-wrap .card:hover::after {
	opacity: 0;
}

.consortium-wrap .card:hover .overlay {
	opacity: 1;
}

/*---------------------------*/
/*---------LIVING LABS-------*/
.living-labs .technologies-wrap {
	text-align: center;
	background-color: #aeb99d6b;
	padding: 20px 15px 15px 15px;
	margin-top: 35px;
	margin-bottom: 35px;
}

.living-labs .technologies-wrap .content-wrap {
	margin-top: 45px;
}

#labs-accordion .country {
	border-top: 2px solid #4A5D23;
	padding-top: 35px;
	margin-top: 35px;
	scroll-margin-top: 100px;
}

#labs-accordion button {
	text-align: left;
	text-decoration: none;
	position: relative;
	width: 100%;
	padding-right: 90px;
}

#labs-accordion button::after {
	content: "";
	position: absolute;
	background-image: url('../images/icons/arrow-in-circle-green.svg');
	width: 30px;
	height: 30px;
	background-size: cover;
	background-position: center;
	top: 6px;
	right: 40px;
	transition: transform 0.3s ease;
}

#labs-accordion button::after {
	transform: rotate(180deg);
}

#labs-accordion button.collapsed::after {
	transform: rotate(0);
}

#labs-accordion button,
#labs-accordion .content-wrap {
	padding-left: 40px;
}

#labs-accordion .img-text {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}

#labs-accordion .img-wrap {
	max-width: 280px;
	padding-right: 25px;
}

#labs-accordion .technology-wrap p {
	background-color: #D6DACC;
	border-radius: 8px;
	width: fit-content;
	padding: 2px 15px;
	margin-bottom: 7px;
}

.living-labs p {
	color: #596749;
}

.living-labs .big-font {
	color: #394621;
	font-weight: 600;
}

.living-labs .technologies-wrap h3 {
	font-weight: 500;
	color: #394621;
}

.living-labs h4,
.living-labs .accordion h3 {
	font-weight: 500;
	color: #4A5D23;
}

.living-labs .accordion p {
	color: #425123;
}

#labs-accordion .small-font {
	text-transform: uppercase;
	margin-bottom: 0;
	font-weight: 300;
	color: #1C250E;
}

/*-------------------------------*/
/*-------CAPACITY BUILDING-------*/
p.big-font {
	font-size: 24px;
	font-weight: 500;
}

.training-wrap .title-wrap,
.resources-wrap .title-wrap,
.training-wrap .content-wrap,
.resources-wrap .content-wrap {
	margin-top: 45px;
}

.training-wrap .title-wrap,
.resources-wrap .title-wrap {
	padding-top: 45px;
}

.training-wrap {
	color: #8F9E7B;
}

.resources-wrap {
	color: #9CBAC4;
}

.resources-wrap .buttons-wrap {
	color: #466675;
}

.training-wrap .bt {
	border-top: 2px solid #8F9E7B;
	padding-top: 45px;
}

.resources-wrap .bt {
	border-top: 2px solid #9CBAC4;
	padding-top: 45px;
}

.training-wrap .link-wrap {
	text-align: end;
}

.training-wrap .link-wrap img {
	padding-left: 15px;
}

.resources-wrap .buttons-wrap {
	margin-top: 30px;
}

.resources-wrap .button-wrap a {
	display: block;
	position: relative;
	padding: 15px 65px 15px 20px;
	background-color: #C5D7DC;
	border-radius: 8px;
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 20px;
}

.resources-wrap .button-wrap a::after {
	content: "";
	position: absolute;
	background-image: url('../images/icons/blue-diagonal-arrow.svg');
	width: 38px;
	height: 38px;
	background-size: cover;
	top: 50%;
	transform: translateY(-50%);
	right: 15px;
}

.capacity-building .intro-wrap {
	color: var(--primaryColor);
}

.training-wrap .view-courses {
	margin-top: 35px;
}

.intro,
.training-wrap .content-wrap,
.resources-wrap .content-wrap {
	padding-left: 45px;
}

/*-------------------------------*/
/*-------------COURSE------------*/
.course-wrap img {
	border-radius: 8px;
	min-height: 220px;
}

/*-------------------------------*/
/*---------TRAINING PAGE---------*/
.training-page-wrap .intro-wrap {
	margin-bottom: 45px;
}

.training-page-wrap p {
	color: #1C250E;
}

.training-page-wrap .big-font {
	color: #425123;
}

.training-page-wrap .view-content {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.training-page-wrap .views-row {
	width: 32%;
}

/*------------------------------*/
/*--------PARTNERS (LOGOS)------*/
.funding-wrap h2 {
	color: #466675;
	border-color: #466675;
}

.funding-wrap .funding {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.funding-wrap .text-wrap {
	margin-top: 45px;
	width: 29%;
}

.funding-wrap .partners-wrap {
	width: 68%;
}

.partners-wrap .partner-wrap {
	margin-bottom: 25px;
}

.funding-wrap .partners-wrap p {
	color: #C5D7DC;
	font-size: 14px;
}

.funding-wrap .text-wrap p,
.funding-wrap a {
	color: #9CBAC4;
}

.funding-wrap a {
	margin-left: 10px;
	font-size: 13px;
}

.funding-wrap .text-wrap p {
	margin-top: 30px;
}

.partners-wrap .logos-wrap {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-around;
    align-items: center;
	background-color: white;
	border-radius: 4px;
	padding: 5px;
	height: 80px;
}

.partners-wrap .logos-wrap img {
	padding: 10px 5px;
    transition: transform 0.3s;
    max-width: 190px;
    max-height: 70px;
    width: auto;
    height: auto;
	object-fit: contain;
}

.partners-wrap .logos-wrap img[src$=".svg"] {
    width: 100%;
    height: auto;
    max-width: 190px;
    max-height: 70px;
	object-fit: contain;
}

.partners-wrap .logos-wrap img[alt="AIR Institute"],
.partners-wrap .logos-wrap img[alt="JASSP"] {
	max-width: 150px;
    max-height: 60px;
}

.partners-wrap .logos-wrap img[alt="USAL"],
.partners-wrap .logos-wrap img[alt="AETHON"],
.partners-wrap .logos-wrap img[alt="GSRI"],
.partners-wrap .logos-wrap img[alt="ANR"],
.partners-wrap .logos-wrap img[alt="URCA"] {
	max-width: 135px;
	max-height: 70px;
}

.partners-wrap .logos-wrap img[alt="EU"] {
	max-height: 80px;
	padding-top: 5px;
}

/*------------------------------*/
/*------------EVENTS------------*/
/*------------TEASER----------*/
.teaser-event {
	border-radius: 8px;
	padding: 25px 20px 50px 20px;
	height: 100%;
	position: relative;
}

.teaser-event a {
	display: flex;
    flex-direction: column;
    height: 100%;
	justify-content: space-between;
}

.teaser-event .content-wrap {
	border-top: 2px solid var(--primaryColor);
	padding-top: 20px;
}

.teaser-event .icon-text {
	margin-bottom: 10px;
}

.teaser-event .icon-text img {
	width: 24px;
	height: 24px;
}

.teaser-event .date-wrap img {
	padding-right: 3px;
}

.teaser-event img[alt="arrow"] {
	width: 36px;	
	height: 36px;
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.teaser-event.open img[alt="arrow"] {
	transform: rotate(90deg);
}

.teaser-event h5 {
	font-size: 18.5px;
	padding-bottom: 10px;
}

.teaser-event p {
	font-size: 16px;
	font-weight: 400;
}

.teaser-event.open {
	border: 1px solid var(--primaryColor);
}

.teaser-event.open h5 {
	color: var(--primaryColor);
}

.teaser-event.open .content-wrap * {
	color: #B06E1E;
}

.teaser-event.network {
	border: 1px solid #CDD4C2;
}

.teaser-event.network h5 {
	color: #AEB99D;
}

.teaser-event.network .content-wrap {
	border-top: 2px solid #8F9E7B;
}

.teaser-event.network .content-wrap * {
	color: #73835F;
}

.teaser-event.international {
	border: 1px solid #C5D7DC;
}

.teaser-event.international h5 {
	color: #9CBAC4;
}

.teaser-event.international .content-wrap {
	border-top: 2px solid #9CBAC4;
}

.teaser-event.international .content-wrap * {
	color: #466675;
}

/*------------FULL----------*/
.full-event .icon-text-wrap {
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0;
	gap: 45px;
}

.full-event h2 {
	color: #CC8E26;
}

.full-event p {
	color: #75401E;
}

.full-event .icon-text {
	color: #B06E1E;
}

.full-event .text-wrap img {
	border-radius: 8px;
	object-fit: cover;
	width: 100%;
	height: auto;
}

.event .icon-text {
	display: flex;
}

/*-------------RSS------------*/
.view-events.view-display-id-block_3 .view-content {
	flex-direction: column;
	gap: 0;
}

.view-events.view-display-id-block_3 .view-content .views-row {
	width: 100%;
	padding: 15px 0;
}

.rss-event {
	border-top: 3px solid var(--primaryColor);
	padding-top: 15px;
}

.rss-event a {
	display: flex;
}

.rss-event .date-wrap {
	min-width: 80px;
}

.rss-event p {
	color: var(--primaryColor);
}

.rss-event .date-wrap p {
	font-weight: 700;
	font-size: 24px;
	text-align: center;
	padding-right: 25px;
	color: #B06E1E;
}

.rss-event .date-wrap p.text-uppercase {
	margin-top: -12px;
}

/*---------EVENTS PAGE---------*/
.events-page .view-empty p {
	color: var(--primaryColor);
}

.events-page .upcoming-events-wrap .view-empty p {
	margin-top: 25px;
}

.events-page .intro-wrap {
	color: var(--primaryColor);
}

.upcoming-events-wrap .categories-wrap {
	padding-right: 65px;
	margin-top: 25px;
}

.upcoming-events-wrap .category {
	margin-bottom: 40px;
}

.identity-page .category .circle,
.upcoming-events-wrap .category .circle {
	position: relative;
	padding-left: 40px;
	line-height: 1.2;
	color: var(--primaryColor);
	font-weight: 500;
}

.identity-page .category .circle::before,
.upcoming-events-wrap .category .circle::before {
	content: "";
	position: absolute;
	display: block;
	border-radius: 50%;
	width: 27px;
	height: 27px;
	left: 0;
	top: 11px;
	background-color: var(--primaryColor);
}

.identity-page .category.yellow .circle,
.upcoming-events-wrap .category.yellow .circle { 
	border-top: 2px solid var(--primaryColor);
	padding-top: 15px;
}

.upcoming-events-wrap .category.green .circle {
	color: #8F9E7B;
}

.upcoming-events-wrap .category.blue .circle {
	color: #9CBAC4;
}

.upcoming-events-wrap .category .small-font {
	color: #B06E1E;
}

.upcoming-events-wrap .category.green .small-font {
	color: #596749;
}

.upcoming-events-wrap .category.blue .small-font {
	color: #466675;
}

.upcoming-events-wrap .category.green .circle::before {
	background-color: #8F9E7B;
	top: -4px;
}
.upcoming-events-wrap .category.blue .circle::before {
	background-color: #466675;
	top: 7px;
}

.events-page .view-events .view-content {
	display: flex;
	flex-wrap: wrap;
	gap: 19px;
	margin-top: 25px;
}

.events-page .view-events .views-row {
	width: 32%;
	transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.past-events-wrap {
	border-top: 2px solid var(--primaryColor);
	padding-top: 20px;
	margin-top: 45px;
}

.past-events-wrap .teaser-event {
	opacity: 0.4;
}

.past-events-wrap h4,
.past-events-wrap p {
	color: var(--primaryColor);
}

/*-----------------------------*/
/*----NEWS AND EVENTS WRAP-----*/
.news-events-wrap .news-wrap,
.news-events-wrap .events-wrap {
	border: 1px solid var(--primaryColor);
	border-radius: 8px;
	padding: 20px;
	position: relative;
	height: 100%;
}

.news-events-wrap .events-wrap {
	padding: 20px 35px;
}

.news-events-wrap .news-wrap .arrow-link,
.news-events-wrap .events-wrap .arrow-link {
	content: "";
	position: absolute;
	background-image: url('../images/icons/yellow-diagonal-arrow.svg');
	top: 10px;
	right: 5px;
	width: 52px;
	height: 52px;
	background-size: cover;
	background-position: center;
}

.news-events-wrap .events-wrap .arrow-link {
	width: 40px;
	height: 40px;
}

.news-events-wrap h2 {
	color: var(--primaryColor);
	border-color: var(--primaryColor);
}

.news-events-wrap h3 {
	color: var(--primaryColor);
}

.view-articles.view-display-id-block_2 .view-content {
	display: flex;
	justify-content: space-between;
}

.view-articles.view-display-id-block_2 .views-row {
	width: 48%;
}

.view-articles.view-display-id-block_2 .button-wrap {
	display: none;
}

.news-events-wrap .article-teaser .date-wrap p {
	color: #8D4F1B !important;
}

.news-events-wrap .news-wrap {
	padding-right: 100px;
}

/*---------------------------*/
/*------VISUAL IDENTITY------*/
.identity-page h4 {
	font-size: 30px;
	font-weight: 400;
	border-bottom: 2px solid var(--primaryColor);
	text-align: left !important;
	padding-bottom: 8px;
	color: var(--primaryColor);
	margin-bottom: 25px;
}

.identity-page p {
	font-size: 15px;
	margin: 20px 0 15px 0;
	color: #B06E1E;
}

.identity-page a {
	font-size: 16px;
}

.identity-page .custom-button {
	display: block;
	border-radius: 4px;
	color: #3A1B0E !important;
	margin-bottom: 15px;
	width: 100%;
}

.identity-page .animation-wrap {
	background-color: var(--primaryColor);
	border-radius: 10px;
	padding: 15px 20px;
	margin-bottom: 75px;
}

.identity-page .categories-wrap {
	padding-right: 55px;
}

.identity-page .asset {
	text-align: center;
}

.identity-page .main-resources .resource:last-child h4 {
	margin-bottom: 45px;
}

.identity-page .img-wrap {
	height: 100px;
}

.identity-page img {
	max-height: 100%;
}

.identity-page .brand-guidelines {
	padding: 0 55px;
}

.identity-page .brand-guidelines .buttons-wrap {
	display: flex;
	padding: 0 25px;
	gap: 15px;
}

.identity-page .brand-guidelines .custom-button:last-child {
	border: 1px solid var(--primaryColor);
	background-color: transparent;
	color: var(--primaryColor) !important;
}

.identity-page .corporate-templates {
	margin: 75px 0;
}

.identity-page .corporate-templates h4 {
	color: #8F9E7B;
	border-color: #8F9E7B;
}

.identity-page .corporate-templates p {
	color: #596749;
}

.identity-page .corporate-templates .custom-button {
	background-color: #8F9E7B;
}

.wallpapers h4 {
	color: #466675;
	border-color: #466675;
}

.wallpapers p {
	color: #9CBAC4;
}

.wallpapers .custom-button {
	color: white !important;
	background-color: #466675;
}

.identity-page .main-resources .resource {
	margin-bottom: 45px;
}

/*---------------------------*/
/*-----------FORM------------*/
.form-wrap {
	border: 1px solid var(--primaryColor);
	border-radius: 10px;
	padding: 45px;
	background-color: #372316;
	margin-bottom: 85px;
}

.form-wrap h2 {
	color: var(--primaryColor);
	border: none;
}

.form-wrap p,
.form-wrap li,
form label {
	color: #EFD999;
}

.form-wrap p:not(.small-font) {
	margin-bottom: 35px;
}

.form-wrap li {
	font-size: 16px;
}

.form input:not(#edit-agreement, #edit-actions-submit), .form select {
	border: 1px solid #EFD999 !important;	
	color: #EFD999 !important;
	background-color: #372316 !important;
	font-size: 14px;
	padding: 15px;
	opacity: 0.5;
}

.form-control::placeholder {
	color: #EFD999 !important;
}

#edit-agreement {
	background-color: white !important;
}

#edit-actions {
	text-align: end;
}

form .btn {
	border: 1px solid var(--primaryColor) !important;
	border-radius: 8px;
	background-color: var(--primaryColor) !important;
	color: #3A1B0E !important;
	font-weight: 600;
}

/*---------------------------*/
/*----------FOOTER-----------*/
.path-frontpage .footer-left .small-font {
	display: none;
}

.path-frontpage footer .logos-wrap {
	display: none;
}

footer {
	background-color: var(--dark-bg);
	padding-bottom: 0;
}

.contact-title {
	color: var(--primaryColor);
	text-transform: uppercase;
	font-size: 60px;
	border-bottom: 3px solid var(--primaryColor);
}

footer .container {
	justify-self: center;
	padding-top: 35px;
	padding-bottom: 0;
	justify-content: space-between;
}

.footer-left .contact {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 15px;
	margin: 25px 0;
}

.footer-left .contact ul {
	padding-left: 0;
}

.footer-left p,
.footer-right p,
.footer-right a {
	color: #B06E1E;
}

.region-footer-right,
#block-vootstrap-footerright,
.region-footer-right .field {
	height: 100%;
}

.footer-right {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.footer-right a,
.footer-right span {
	font-size: 14px;
	display: block;
}

.footer-right p a,
.footer-right span,
.footer-left .contact a {
	color: var(--primaryColor);
}

.footer-right .logos-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
}

.footer-right img {
	width: 100%;
	height: auto;
	max-width: 410px;
	max-height: 60px;
	object-fit: contain;
}

.footer-right img[alt="Ostara"] {
	max-width: 160px;
}

.copyright {
	display: flex;
	justify-content: center;
	align-items: baseline;
	background-color: var(--primaryColor);
	margin-top: 25px;
	padding-bottom: 3px;
}

.copyright * {
	color: #3A1B0E;
	font-size: 14px;
}

.copyright p {
	margin-bottom: 0;
	padding: 5px 15px 2px 15px;
}

/*---------------------------*/
/*----------COOKIES----------*/
div#sliding-popup, 
div#sliding-popup .eu-cookie-withdraw-banner,
 .eu-cookie-withdraw-tab {
	background: var(--primaryColor);
}

.eu-cookie-compliance-content{
	display: flex;
	flex-direction: column;
	padding-top: 25px;
	gap: 20px;
}

#popup-text h2{
	word-spacing: inherit;
    letter-spacing: normal;
    font-weight: bold;
    font-size: 18px;
}

#popup-text p{
	font-size: 15px;
	font-weight: normal;
}

.decline-button{
	display: none;
}

#sliding-popup .agree-button,
#sliding-popup .eu-cookie-compliance-save-preferences-button {
	height: 32px;
	margin-top: 20px;
	margin-bottom: 0;
	margin-left: 0;
}

#sliding-popup .agree-button,
#sliding-popup .agree-button:hover,
#sliding-popup .agree-button:focus,
#sliding-popup .agree-button:active,
#sliding-popup .agree-button:first-child:active, 
#sliding-popup .eu-cookie-compliance-save-preferences-button,
#sliding-popup .eu-cookie-compliance-save-preferences-button:hover,
#sliding-popup .eu-cookie-compliance-save-preferences-button:focus,
#sliding-popup .eu-cookie-compliance-save-preferences-button:active,
#sliding-popup .button,
#sliding-popup .button:hover {
	padding: 5px 25px;
	background-color: #ffffff !important;
	font-weight: bold;
	color: var(--primaryColor) !important;
	border: none !important;
	background-image: none;
}

#sliding-popup .agree-button:hover,
#sliding-popup .agree-button:focus,
#sliding-popup .agree-button:active,
#sliding-popup .eu-cookie-compliance-save-preferences-button:hover,
#sliding-popup .eu-cookie-compliance-save-preferences-button:focus,
#sliding-popup .eu-cookie-compliance-save-preferences-button:active {
	box-shadow: 3px 4px 7px rgba(0, 0, 0, 0.1);
}

.cookies-page h2{
    font-size: 30px;
    font-weight: bolder;
}
.cookies-page h3{
    font-size: 20px;
    font-weight: bold;
}
.cookies-page h4{
    font-size: 20px;
    font-weight: bold;
    color: var(--primary-color);
}
.ga-cookies{
    background-color: #0a33ff21;
    border-radius: 25px;
    padding: 20px;
    margin: 20px;
}

.eu-cookie-compliance-buttons {
	display: flex;
	flex-wrap: wrap;
	max-width: 100%;
	gap: 13px;
}

/*----------------------------*/
/*------USER LOGIN PAGE-------*/
.captcha__title {
	display: none;
}

#edit-captcha-response--description,
.captcha__description {
	color: #8f8f8f;
}

#edit-captcha-response--description {
	margin-top: 10px;
}

.form-item-captcha-response {
	margin-bottom: 5px;
}

.user-login-form label {
	margin-top: 10px;
	margin-bottom: 6px;
}

.user-login-form #edit-submit {
	padding: 15px;
}

.user-login-form #edit-submit {
	display: inline-block;
	background-color: var(--primaryColor);
	color: white;
	padding: 15px;
	transition: transform .30s, background-color .30s;
    will-change: transform, background-color;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
	border-color: var(--primaryColor);
}

.user-login-form * {
	color: var(--dark-bg);
}

/*------------------------------*/
/*--------------BLOG------------*/
.article-full h2 {
	color: #B06E1E;
}

.article-full p {
	color: #75401E;
}

.article-full img {
	max-width: 100%;
}

.article-full table {
	border-collapse: collapse;
	overflow-x: scroll;
	max-width: 100%;
	display: inline-block;
}

.article-full td, th {
    border: 1px solid #9a9a9a;
    text-align: left;
    padding: 8px 5px;
}

.article-full td p,
.article-full th p {
	margin-bottom: 0;
}

#block-vootstrap-views-block-articles-block-1 {
	margin-bottom: 85px;
}

#block-vootstrap-views-block-articles-block-1 .view-content {
	display: flex;
	flex-wrap: wrap;
	column-gap: 2%;
}

#block-vootstrap-views-block-articles-block-1 .views-row {
	max-width: 31%;
	margin-bottom: 35px;
}

#block-vootstrap-views-block-articles-block-1 .views-row:first-child {
	max-width: 100%;
}

#block-vootstrap-views-block-articles-block-1 .views-row:first-child .article-teaser {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 4%;
}

#block-vootstrap-views-block-articles-block-1 .views-row:first-child .card-body {
	display: flex;
	flex-direction: column;
}

#block-vootstrap-views-block-articles-block-1 .views-row:first-child .card-img-top,
#block-vootstrap-views-block-articles-block-1 .views-row:first-child .card-body {
	width: 48%;
}

#block-vootstrap-views-block-articles-block-1 .views-row:first-child .card-img-top img {
	height: 300px;
}

#block-vootstrap-views-block-articles-block-1 .views-row:first-child h4 a {
	font-size: 26px;
}

#block-vootstrap-views-block-articles-block-1 .card-text {
	margin-top: 18px;
	text-align: justify;
	hyphens: auto;
}

#block-vootstrap-views-block-articles-block-1 .views-row:not(:first-child) .card-img-top {
	border-top: 6px solid var(--primaryColor);
	padding-top: 25px;
}

.card-img-top img {
    height: 220px;
	margin-bottom: 20px;
	object-fit: cover;
	object-position: center;
	border-radius: 8px;
	border: 1px solid rgb(235, 235, 235);
	position: relative;
}

.article-teaser {
	padding: 10px; 
	position: relative;
}

.article-teaser p,
.article-teaser h4 {
	color: var(--primaryColor) !important;
}

.article-text p, 
.article-text li, 
.article-text a {
	font-size: 17px;
}

.article-title-wrap {
	display: flex;
	gap: 13px;
	margin-bottom: 30px;
}

.article-title-wrap h2 {
	margin-bottom: unset;
}

.article-text img {
	margin: 0 auto;
	max-width: 100%;
	height: auto;
	padding: 10px 0 35px 0;
}

article figcaption {
	text-align: center;
	color: rgb(145, 144, 144);
	margin-top: -25px;
	font-style: italic;
}

article .card-body h4:hover {
	color: #0A195C;
}

article .card-text,
article .card-text p,
article .button-wrap a {
	font-size: 16.8px;
}

article .button-wrap {
	margin-top: 15px;
	color: #B06E1E;
}

/*----------------------------------*/
/*--------PAGE COLORS CONTROL-------*/
.path-frontpage,
#node-6 .path-node,
#node-10 .path-node,
#node-11 .path-node,
#node-22 .path-node {
	background-color: var(--dark-bg);
}

.page-node-type-article,
.page-node-type-event,
#node-5 .path-node,
#node-19 .path-node,
#node-20 .path-node {
	background-color: #F6EDCB;
}

#node-16 .path-node {
	background-color: #E5E8DF;
}

#node-16 main *,
#node-16 .region-breadcrumb *,
#node-16 .breadcrumb-item + .breadcrumb-item::before {
	color: #394621;
}

#node-16 .path-node #block-vootstrap-page-title h1 {
	color: #69832D;
	border-color: #69832D;
}

#node-18 .path-node {
	background-color: #EBF2D5;
}

#node-18 main *,
#node-18 .region-breadcrumb *,
#node-18 .breadcrumb-item + .breadcrumb-item::before {
	color: #425123;
}

#node-18 .path-node #block-vootstrap-page-title h1 {
	border-color: #4A5D23;
}

#node-9 body {
	background-color: #E0EAED;
}

#node-9 main *,
#node-9 .region-breadcrumb *,
#node-9 .breadcrumb-item + .breadcrumb-item::before {
	color: #384952;
}

#node-9 .path-node #block-vootstrap-page-title h1 {
	border-color: #384952;
}

#node-16 .navbar-expand-lg,
#node-9 .navbar-expand-lg {
	border: none;
}

#node-9 ul.sf-menu.sf-style-default a, 
#node-9 ul.sf-menu.sf-style-default a:visited, 
#node-9 ul.sf-menu.sf-style-default span.nolink, 
#node-9 #superfish-main li a {
	color: #3D5461;
}

#node-9 ul.sf-menu.sf-style-default li:hover, 
#node-9 ul.sf-menu.sf-style-default li.sfHover, 
#node-9 ul.sf-menu.sf-style-default a.is-active, 
#node-9 ul.sf-menu.sf-style-default a:focus, 
#node-9 ul.sf-menu.sf-style-default a:hover, 
#node-9 ul.sf-menu.sf-style-default span.nolink:hover,
#node-9 li.active-trail > span, 
#node-9 li.active-trail > a {
	color: #1b272e !important;
}

#node-16 ul.sf-menu.sf-style-default a, 
#node-16 ul.sf-menu.sf-style-default a:visited, 
#node-16 ul.sf-menu.sf-style-default span.nolink, 
#node-16 #superfish-main li a {
	color: #596749;
}

#node-16 ul.sf-menu.sf-style-default li:hover, 
#node-16 ul.sf-menu.sf-style-default li.sfHover, 
#node-16 ul.sf-menu.sf-style-default a.is-active, 
#node-16 ul.sf-menu.sf-style-default a:focus, 
#node-16 ul.sf-menu.sf-style-default a:hover, 
#node-16 ul.sf-menu.sf-style-default span.nolink:hover,
#node-16 li.active-trail > span, 
#node-16 li.active-trail > a {
	color: #2f3627 !important;
}

#node-18 ul.sf-menu.sf-style-default a, 
#node-18 ul.sf-menu.sf-style-default a:visited, 
#node-18 ul.sf-menu.sf-style-default span.nolink, 
#node-18 #superfish-main li a {
	color: #596749;
}

#node-18 ul.sf-menu.sf-style-default li:hover, 
#node-18 ul.sf-menu.sf-style-default li.sfHover, 
#node-18 ul.sf-menu.sf-style-default a.is-active, 
#node-18 ul.sf-menu.sf-style-default a:focus, 
#node-18 ul.sf-menu.sf-style-default a:hover, 
#node-18 ul.sf-menu.sf-style-default span.nolink:hover,
#node-18 li.active-trail > span, 
#node-18 li.active-trail > a {
	color: #444e38 !important;
}

#node-18 .navbar-expand-lg {
	border-color: #4A5D23;
}

.menuparent ul {
	box-shadow:
  		0 2px 4px rgba(0, 0, 0, 0.15),   /* dark shadow for light bg */
  		0 0 1px rgba(255, 255, 255, 0.4); /* subtle light edge for dark bg */
}

#node-19 .path-node main *,
#node-20 .path-node main * {
	color: #75401E;
}

#node-19 .path-node main a,
#node-20 .path-node main a {
	color: var(--primaryColor);
}

/*--------------------------------*/
/*-----------RESPONSIVE-----------*/
@media (min-width: 576px) {
	#block-vootstrap-breadcrumbs, #block-vootstrap-page-title{ 
	  max-width: 540px;
	}
}

@media (min-width: 768px) {
	#block-vootstrap-breadcrumbs, #block-vootstrap-page-title{
	  max-width: 720px;
	}
}

@media (min-width: 991px) {
	ul.sf-menu li:hover > ul, ul.sf-menu li.sfHover > ul {
		border-radius: 8px;
		background-color: unset;
		top: 2.4em !important;
		/*width: 150px !important;*/
	}

	/*ul.sf-menu li.menuparent:nth-child(2):hover > ul,
	ul.sf-menu li.menuparent:nth-child(2).sfHover > ul {
		min-width: 150px !important;
	}*/

	.region-nav-main {
		background-color: unset;
		padding: 5px 30px 5px 20px;
		display: flex;
		align-items: center;
	}

	.navbar-expand-lg {
		border-bottom: 1.8px solid var(--primaryColor);
	}

	.article-full,
	.full-event {
		padding-left: 230px;
	}
}

@media (min-width: 991px) and (max-width: 1200px) {
	.region-nav-main {
		margin-top: 53px;
	}

	nav .d-flex {
		margin-bottom: 0;
	}
}
  
@media (min-width: 992px) {
	#block-vootstrap-breadcrumbs, #block-vootstrap-page-title{ 
	  max-width: 960px;
	}
}
  
@media (min-width: 1200px) {
	#block-vootstrap-breadcrumbs, #block-vootstrap-page-title{ 
	  max-width: 1140px;
	}
}
  

@media (min-width: 1400px) {
	#block-vootstrap-breadcrumbs, #block-vootstrap-page-title { 
	  max-width: 1320px;
	}

	.article-full,
	.full-event {
		padding-left: 270px;
	}
}

@media (min-width: 1820px) {
	.custom-container {
		max-width: 1800px;
	}
}
/*----------------------------------------------------------------------------*/
@media (max-width: 1400px) {
	.news-events-wrap .news-wrap {
		padding-right: 80px;
	}

	.news-events-wrap .events-wrap {
		padding: 20px;
	}

	.partners-wrap .logos-wrap {
		height: unset;
	}

	/*-------INTERACTIVE MAP-------*/
	.map-wrap .plus {
		top: 35px;
		left: 10px;
	}

	.map-wrap .country-info {
		top: 30px;
	}

	.map-wrap .country-info.egypt-two {
		top: 80px;
		left: 130px;
	}

	.map-wrap .country-info.egypt-three {
		top: 90px;
		left: -248px;
	}

	.map-wrap .plus.egypt-two {
		top: 82px;
		left: 78.5px;
	}

	.map-wrap .plus.egypt-three {
		top: 96px;
		left: 14.5px;
	}

	.map-wrap .country-info.spain br {
		display: none;
	}

	/*---------CONSORTIUM----------*/
	.consortium-wrap .card {
		min-height: 400px;
	}

	.consortium-wrap .card-wrap {
		margin-bottom: 60px;
		padding: 0 30px;
	}

	/*-------CAPACITY BUILDING-------*/
	.intro, 
	.training-wrap .content-wrap, 
	.resources-wrap .content-wrap {
		padding-left: 25px;
	}

	.course-wrap img {
		min-height: 200px;
	}

	/*---------FOOTER----------*/
	.footer-right .col-xl-2 {
		padding-right: 0;
	}
}

@media (max-width: 1399px) {
	.events-page .view-events .views-row {
		width: 48%;
	}
}

@media (min-width: 1200px) and (max-width: 1400px) {
	.challenge-wrap .left-side p,
	.challenge-wrap .right-side p {
		margin-bottom: 70px;
	}

	.challenge-wrap .left-side p:first-child {
		padding-left: 0;
	}

	.challenge-wrap .left-side p:nth-child(3) {
		margin-right: -10px;
	}

	.challenge-wrap .left-side p:last-child {
		padding-left: 0;
		margin-bottom: 45px;
	}

	.challenge-wrap .right-side p:first-child {
		margin-left: -20px;
	}

	.challenge-wrap .right-side p:last-child {
		margin-bottom: 58px;
	}

	.partners-wrap br {
		display: none;
	}

	.footer-right img {
		max-width: 370px;
	}

	.footer-right img[alt="Ostara"] {
		max-width: 140px;
	}
}

@media (max-width: 1200px) {
	.banner h1 {
		font-size: 45px;
	}

	.living-lab-front.bottom-block-space {
		margin-bottom: 150px;
	}

	.news-events-wrap .col-xl-8 {
		margin-bottom: 35px;
	}

	.news-events-wrap .events-wrap {
		padding: 20px 35px;
	}

	.news-events-wrap .news-wrap,
	.news-events-wrap .events-wrap {
		padding-right: 120px;
	}

	.news-events-wrap .news-wrap .arrow-link,
	.news-events-wrap .events-wrap .arrow-link {
		width: 45px;
		height: 45px;
	}

	.challenge-wrap .text-wrap {
		margin-bottom: 45px;
	}

	.challenge-wrap .text-wrap .icon-text br {
		display: none;
	}

	.challenge-wrap .left-side p {
		margin-bottom: 80px;
	}

	.challenge-wrap .right-side p {
		margin-bottom: 88px;
	}

	.challenge-wrap .left-side p:nth-child(3) {
		margin-right: 0;
	}

	.challenge-wrap .left-side p:last-child {
		padding-left: 0;
	}

	.consortium-wrap .card {
		min-height: 470px;
	}

	.big-button-wrap p {
		font-size: 40px;
	}

	.rss-event a {
		align-items: center;
	}

	.rss-event a p {
		margin-bottom: 0;
	}

	.identity-page .brand-guidelines {
		padding: 0 15px;
	}

	.identity-page .asset {
		margin-bottom: 45px;
	}

	.identity-page .wallpapers-wrap {
		justify-content: center !important;
	}

	/*------------------------------*/
	/*--------PARTNERS (LOGOS)------*/
	.funding-wrap .text-wrap {
		margin-bottom: 35px;
	}

	.funding-wrap .text-wrap .img-wrap {
		text-align: center;
	}

	.funding-wrap .text-wrap img {
		max-width: 65%;
	}

	.funding-wrap .text-wrap,
	.funding-wrap .partners-wrap {
		width: 100%;
	}

	/*-------INTERACTIVE MAP-------*/
	.map-wrap .text-wrap p:not(.egypt-three) br {
		display: none;
	}

	.map-wrap .plus {
		top: 41px;
		left: 8.5px;
		width: 21px;
		height: 21px;
	}

	.map-wrap .country-name:not(.italy) {
		left: -10px;
	}

	.map-wrap .country-info {
		top: 30px;
	}

	.map-wrap .country-info.france {
		top: 41px;
	}

	.map-wrap .country-info.egypt-two {
		top: 76px;
		left: 110px;
	}

	.map-wrap .country-info.egypt-three {
		top: 84px;
		left: -257px;
	}

	.map-wrap .plus.egypt-two {
		top: 81px;
		left: 65.5px;
	}

	.map-wrap .plus.egypt-three {
		top: 92px;
		left: 12.5px;
	}

	/*-------PROJECT-------*/
	.objectives-intro .icon-text {
		padding: 0 35px;
		margin-bottom: 25px;
	}

	.innovation-wrap .category h4 {
		padding-right: 40px;
	}

	.innovation-wrap .icon-text-wrap {
		justify-content: center;
	}

	/*-------CAPACITY BUILDING-------*/
	.intro, 
	.training-wrap .content-wrap, 
	.resources-wrap .content-wrap {
		padding-left: 15px;
	}

	.capacity-building .buttons-wrap .button-wrap:last-child {
		margin-top: 15px;
	}

	/*------------------------------*/
	/*--------PARTNERS (LOGOS)------*/
	.partners-wrap .logo-wrap img {
		max-width: 100%;
	}

	/*--BLOG PAGE--*/
	#block-vootstrap-views-block-articles-block-1 .views-row {
		max-width: 32%;
	}

	/*---------TRAINING PAGE---------*/
	.training-page-wrap .view-content {
		gap: 12px;
	}

	.training-page-wrap .views-row {
		width: 32%;
	}

	/*-----------FOOTER---------------*/
	.footer-right .logos-wrap {
		gap: 18px;
	}
}

@media (min-width: 576px) and (max-width: 991px) {
	.path-node header {
		margin-bottom: 35px;
	}
}

@media (max-width: 991px) {
	body:not(.user-logged-in) .sticky-section {
		position: absolute;
	}

	.banner br {
		display: none;
	}

	.banner .buttons {
		margin-top: 55px;
		justify-content: end;
	}

	footer .container > .col-lg-4 {
		width: 100%;
	}

	.how-works-wrap .section {
		padding: 25px;
		margin-bottom: 10px;
	}

	.big-button-wrap {
		padding: 45px 25px;
	}

	.big-button-wrap p {
		font-size: 31px;
	}

	.big-button-wrap::after {
		width: 55px;
		height: 57px;
	}

	.news-events-wrap .news-wrap,
	.news-events-wrap .events-wrap {
		padding-right: 80px;
	}

	.living-labs .technologies-wrap h4 {
		margin-bottom: 35px;
	}

	.challenge-wrap .img-text-wrap p {
		font-size: 14px;
	}

	.challenge-wrap .left-side p {
		margin-bottom: 51px;
	}

	.challenge-wrap .right-side p {
		margin-bottom: 65px;
	}

	.challenge-wrap .left-side p:first-child {
		padding-left: 0;
	}

	.challenge-wrap .left-side p:nth-child(3) {
		margin-right: 0;
	}

	.challenge-wrap .right-side p:first-child {
		margin-left: -10px;
	}

	.challenge-wrap .left-side p:last-child,
	.challenge-wrap .right-side p:last-child {
		margin-bottom: 35px;
	}

	.partners-wrap br {
		display: none;
	}

	.identity-page .categories-wrap {
		margin-bottom: 45px;
	}

	.identity-page .corporate-templates {
		margin: 30px 0;
	}

	/*-------INTERACTIVE MAP-------*/
	.map-wrap .text-wrap p:not(.egypt-three) br {
		display: none;
	}

	.map-wrap .plus {
		top: 39px;
		left: 11.5px;
	}

	.map-wrap .country-info.egypt-two {
		top: 83px;
		left: 120px;
	}

	.map-wrap .country-info.egypt-three {
		top: 84px;
		left: -257px;
	}

	.map-wrap .plus.egypt-two {
		top: 82px;
		left: 75px;
	}

	.map-wrap .plus.egypt-three {
		top: 95px;
		left: 15.5px;
	}

	/*--SUPERFISH MENU--*/
	ul.sf-menu.sf-style-default li, ul.sf-menu.sf-style-default.sf-navbar, 
	ul.sf-menu.sf-style-default li, ul.sf-menu.sf-style-default.sf-navbar {
		background: unset;
		background-color: unset;
	}

	ul.sf-menu.sf-style-default a, ul.sf-menu.sf-style-default a:visited, ul.sf-menu.sf-style-default span.nolink {
		padding: 0.65em 15px;
	}

	#navbarSupportedContent {
		position: relative;
		height: 0 !important;
	}

	.navbar-toggler {
		border: 3px solid var(--primaryColor);
		border-radius: 12px;
		position: absolute;
		top: 18px;
		right: 15px;
		padding: 4px 8px;
	}

	.navbar-toggler:focus {
		box-shadow: none;
	}

	.navbar-toggler-icon {
		width: 1.9em;
		height: 1.6em;
		background-image: url('../images/icons/navbar-toggler-icon.svg');
	}

	.region-nav-additional {
		position: relative;
	}

	#superfish-main-accordion {
		box-shadow:
  		0 4px 8px rgba(0, 0, 0, 0.2),   /* dark shadow for light bg */
  		0 0 2px rgba(255, 255, 255, 0.6); /* subtle light edge for dark bg */
		border-radius: 12px;
		margin-top: 60px;
	}

	/*.path-node #superfish-main-accordion {
		box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
	}*/
	
	.sf-accordion-toggle {
		display: none !important;
	}

	#block-vootstrap-sitebranding,
	#block-vootstrap-logodarkbackground {
		top: -15px;
	}

	.sticky-section {
		height: 115px;
	}

	.living-lab-front.bottom-block-space {
		margin-bottom: 85px;
	}

	.living-lab-front .cards-wrap:has(.active) {
		min-height: 260px;
	}

	/*PARENT MENU DROPDOWN*/
	ul.sf-menu.sf-style-default.sf-accordion li.sf-expanded > span.nolink {
		color: var(--primaryColor);
		font-weight: normal;
	}

	div.sf-accordion-toggle.sf-style-default a.sf-expanded {
		border-radius: 8px;
	}

	div.sf-accordion-toggle.sf-style-default a.sf-expanded, 
	ul.sf-menu.sf-style-default.sf-accordion li.sf-expanded {
		background: inherit;
		border-radius: 8px;
		box-shadow:
  			0 -1px 2px rgba(0, 0, 0, 0.15),  /* top shadow */
			0  1px 2px rgba(0, 0, 0, 0.15),  /* bottom shadow */
  			0 -0.5px 0 rgba(255, 255, 255, 0.2), /* top light edge */
  			0  0.5px 0 rgba(255, 255, 255, 0.2); /* bottom light edge */
		/*background: #cfdeff2b;*/
	}

	/*--BANNER--*/
	.bg-banner {
		align-items: start;
		padding-top: 222px;
	}

	.banner .container {
		height: unset;
	}

	/*-------PROJECT-------*/
	.objectives-intro h4,
	.objectives-wrap h4 { 
		margin-bottom: 45px;
	}

	.innovation-wrap .categories-wrap {
		margin-top: 45px;
	}

	.innovation-wrap .category {
		border-top: 2px solid var(--primaryColor);
		padding-top: 30px;
		justify-content: center;
	}

	.innovation-wrap .category .content-wrap {
		padding-top: 0;
	}

	.innovation-wrap .category .content-wrap::before {
		content: none;
	}

	/*-------CAPACITY BUILDING-------*/
	.training-wrap .content-wrap, 
	.resources-wrap .content-wrap {
		margin-top: 10px;
	}

	.training-wrap .bt,
	.resources-wrap .bt {
		padding-top: 15px;
	}

	.training-wrap .title-wrap, 
	.resources-wrap .title-wrap {
		padding-top: 0;
	}

	/*---------CONSORTIUM----------*/
	.consortium-wrap .card {
		min-height: 370px;
	}

	.consortium-wrap .card-wrap {
		margin-bottom: 30px;
		padding: 0 15px;
	}

	/*----------------------*/
	/*--------ARTICLES------*/
	#block-vootstrap-views-block-articles-block-1 .views-row {
		max-width: 48%;
	}

	#block-vootstrap-views-block-articles-block-1 .views-row:first-child .article-teaser {
		gap: 7%;
	}

	/*------------------------------*/
	/*--------PARTNERS (LOGOS)------*/
	.partners-wrap .logo-wrap {
		width: 25%;
	}

	/*-------------------------------*/
	/*---------EVENTS PAGE----------*/
	.upcoming-events-wrap .categories-wrap {
		padding-right: 12px;
	}

	.events-page .view-events .view-content {
		padding-left: 45px;
	}

	.events-page .view-events .views-row {
		width: 100%;
	}

	.past-events-wrap .view-events .view-content {
		padding-left: 0;
	}

	.past-events-wrap .view-events .views-row {
		width: 48%;
	}

	/*---------FOOTER----------*/
	.footer-left {
		margin-bottom: 35px;
	}

	.footer-right .menu {
		margin-bottom: 35px;
	}
}

@media (min-width: 991px) and (max-width: 991px) {
	.navbar-toggler {
		top: 25px;
	}

	.region-nav-main {
		background-color: unset;
	}

	#superfish-main-accordion {
		margin-top: 55px;
	}
}

@media (max-width: 767px) {
	.banner h1 {
		font-size: 38px;
	}

	.big-button-wrap p {
		font-size: 28px;
	}

	.big-button-wrap::after {
		width: 45px;
		height: 47px;
	}

	.view-articles.view-display-id-block_2 .view-content {
		flex-wrap: wrap;
	}

	.view-articles.view-display-id-block_2 .views-row {
		width: 100%;
	}

	.map::before {
  		box-shadow: inset 0 0 40px 40px #261209;	
	}

	#labs-accordion button, 
	#labs-accordion .content-wrap {
		padding-left: 0;
	}

	#labs-accordion button {
		padding-right: 50px;
	}

	#labs-accordion button::after {
		right: 0;
	}

	.funding-wrap .text-wrap img {
		max-width: 100%;
	}

	.identity-page .main-resources .custom-button {
		width: 50%;
		margin: 0 auto 10px auto;
	}

	.navbar-toggler {
		top: 75px;
	}

	/*--------THE CHALLENGE--------*/
	.challenge-wrap .img-text-wrap p {
		margin: 0 !important;
		padding: 0 !important;
		margin-bottom: 10px !important;
		font-size: 16px;
	}

	.challenge-wrap .img-text-wrap p.blue,
	.challenge-wrap .left-side p {
		text-align: end !important;
	}
	
	.challenge-wrap .img-text-wrap p.text-center.brown {
		text-align: start !important;
	}

	.sources-overlay {
		top: -260px;
		left: -113px;
	}

	/*-------INTERACTIVE MAP-------*/
	.map-wrap .plus {
		top: 44.5px;
		left: 7.8px;
		width: 17px;
		height: 17px;
	}

	.map-wrap .text-wrap p {
		font-size: 14px;
	}

	.map-wrap .country-name {
		top: 10px;
	}

	.map-wrap .country-info {
		top: 38px;
		left: 47px;
	}

	.map-wrap .country-info.france {
		top: 46px;
	}

	.map-wrap .country-info.egypt-two {
		top: 78px;
		left: 91px;
	}

	.map-wrap .country-info.egypt-three {
		top: 79px;
		left: -230px;
	}

	.map-wrap .plus.egypt-two {
		top: 77px;
		left: 55px;
	}

	.map-wrap .plus.egypt-three {
		top: 86px;
		left: 10.5px;
	}

	/*-------PROJECT-------*/
	.objectives-intro .icon-text {
		padding: 0 25px;
	}

	.objective h3 {
		font-size: 20px;
	}

	.objective .title-wrap {
		padding-left: 0;
	}

	.objective .img-wrap {
		width: 25px;
		height: 25px;
		min-width: 25px;
	}

	.living-lab-front .cards-wrap:has(.active) {
		min-height: 300px;
	}

	/*-------CAPACITY BUILDING-------*/
	.capacity-building br {
		display: none;
	}

	.capacity-building {
		justify-content: center;
	}

	.capacity-building .row {
		padding-left: 0;
		padding-right: 0;
	}

	.capacity-building .button-wrap {
		margin-bottom: 20px;
	}

	/*------------------------------*/
	/*--------PARTNERS (LOGOS)------*/
	.partners-wrap .logo-wrap {
		width: 32%;
	}

	/*-----------------------*/
	/*--------EVENTS---------*/
	.full-event:has(.img-wrap) .text-wrap {
		padding-left: 15px;
	}

	.full-event .icon-text-wrap {
		gap: 25px;
	}

	/*-------------------------------*/
	/*---------EVENTS PAGE----------*/
	.events-page .view-events .view-content {
		padding-left: 0;
	}

	.past-events-wrap .view-events .views-row {
		width: 100%;
	}

	/*----------BLOG----------*/
	#block-vootstrap-views-block-articles-block-1 .article-teaser {
		flex-direction: column;
	}

	#block-vootstrap-views-block-articles-block-1 .views-row,
	#block-vootstrap-views-block-articles-block-1 .views-row:first-child,
	#block-vootstrap-views-block-articles-block-1 .views-row:first-child .card-img-top,
	#block-vootstrap-views-block-articles-block-1 .views-row:first-child .card-body {
		max-width: 100%;
		width: 100%;
	}

	#block-vootstrap-views-block-articles-block-1 .views-row:first-child .card-body .date-wrap {
		order: 2;
		margin-bottom: unset;
	}
	
	#block-vootstrap-views-block-articles-block-1 .views-row:first-child .card-body h4 {
		order: 1;
	}

	/*---------CONSORTIUM----------*/
	.consortium-wrap .card {
		min-height: 400px;
	}
}

@media (max-width: 576px) {
	#video-home {
		display: none;
	}

	.small-screen-banner {
		display: block;
	}

	.small-screen-banner img {
		position: absolute;
    	top: 0;
    	left: 0;
    	min-width: 100%;
    	min-height: 981px;
    	width: auto;
    	max-width: 100%;
    	object-fit: cover;
    	max-height: 100vh;
    	height: 100%;
    	z-index: -1;
    	transform: translateY(0%);
    	margin: 0;
	}

	.bg-banner {
		padding-top: 177px;
	}

	.custom-button {
		padding: 5px 15px;
		width: 100%;
	}

	.identity-page .custom-button {
		width: 50%;
		margin: 0 auto 15px auto;
	}

	.sticky-section .logo-wrap img {
		left: 15px;
		top: 75px;
	}

	.navbar-toggler {
		top: 18px;
	}

	/*-------INTERACTIVE MAP-------*/
	.map-wrap .plus {
		display: none;
	}

	/*--SUPERFISH MENU--*/
	ul.sf-menu.sf-accordion {
		width: 97%;
		float: unset;
		margin: 0 auto;
	}

	.navbar-brand img {
		padding-left: 15px;
	}

	.news-events-wrap .news-wrap .arrow-link,
	.news-events-wrap .events-wrap .arrow-link {
		width: 38px;
		height: 38px;
	}

	/*-------PROJECT-------*/
	.objectives-intro .icon-text-wrap {
		justify-content: center;
		margin: unset;
	}

	.objectives-intro .icon-text {
		text-align: center;
		padding: 0 15px;
		width: 65%;
	}

	.objective .btn {
		flex-direction: column;
	}

	.objective button .title-wrap {
		margin-top: 10px;
	}

	.objective button .title-wrap h3 {
		padding-right: 20px;
		text-align: left;
	}

	/*-----------------------------*/
	/*------------BLOG-------------*/
	.article-teaser {
		padding: 10px 0;
	}

	.modal {
		--bs-modal-width: calc(100% - 30px);
	}

	/*---------FOOTER----------*/
	.form-wrap {
		padding: 25px 15px;
	}

	.footer-right .img-wrap {
		text-align: center;
	}

	.footer-right .menu {
		margin-bottom: 0;
	}

	.footer-right .menu .col-3 {
		width: 50%;
		margin-bottom: 35px;
	}
}

@media (max-width: 500px) {
	h1 {
		font-size: 32px !important;
	}

	p.big-font {
		font-size: 20px;
	}

	.living-lab-front .cards-wrap:has(.active) {
		min-height: 320px;
	}

	.big-button-wrap {
		padding: 45px 65px 45px 20px;
	}

	.big-button-wrap br {
		display: none;
	}

	.big-button-wrap p {
		font-size: 24px;
	}

	.big-button-wrap::after {
		width: 40px;
		height: 42px;
	}

	.news-events-wrap .news-wrap {
		padding: 20px 15px;
	}

	.news-events-wrap .events-wrap {
		padding: 15px;
	}

	#labs-accordion .img-text {
		flex-direction: column-reverse;
		align-items: start;
		gap: 15px;
	}

	#labs-accordion button {
		padding-right: 35px;
	}

	.living-labs .technologies-wrap h4 {
		width: 100%;
	}

	.living-labs .technologies-wrap h4 br {
		display: none;
	}

	/*-------INTERACTIVE MAP-------*/
	.map-wrap .country-info {
		left: 37px;
	}

	.map-wrap .country-info.egypt-two {
		left: 82px;
	}

	.map-wrap .country-info.egypt-three {
        top: 77px;
        left: -215px;
		width: 89%;
    }

	/*------------------------------*/
	/*--------PARTNERS (LOGOS)------*/
	.partners-wrap .logo-wrap {
		width: 50%;
	}

	/*---------CONSORTIUM----------*/
	.consortium-wrap .card {
		min-height: 470px;
	}
}

@media (max-width: 427px) {
	.eu-cookie-compliance-categories-buttons {
		margin-bottom: 0;
	}

	#sliding-popup .agree-button {
		margin-top: 10px;
	}

	.map::before {
  		box-shadow: inset 0 0 20px 20px #261209;	
	}

	h1 {
		font-size: 30px !important;
	}

	.map-wrap .country-info.egypt-three {
        top: 68px;
        left: -189px;
    }

	/*---------CONSORTIUM----------*/
	.consortium-wrap .card {
		min-height: 530px;
	}

	/*---------FOOTER----------*/
	.form-wrap h2 {
		font-size: 30px;
	}

	.living-lab-front .cards-wrap:has(.active) {
		min-height: 340px;
	}
}

@media (max-width: 400px) {
	.map-wrap .country-info.egypt {
		left: 59px;
	}

	.map-wrap .country-info.egypt-three {
        left: -170px;
    }

	.map-wrap .country-info.egypt-two {
		top: 102px;
		left: 43px;
	}

	.sticky-section .logo-wrap img {
		max-width: 320px;
	}

	/*---------CONSORTIUM----------*/
	.consortium-wrap .card {
		min-height: 550px;
	}
}


@media (max-width: 380px) {
	.map-wrap .country-info.egypt-three {
        left: -162px;
	}

	/*------------------------------*/
	/*--------PARTNERS (LOGOS)------*/
	.partners-wrap .logo-wrap {
		width: 100%;
	}

	.partners-wrap .logo-wrap img {
		max-width: 215px;
	}

	/*---------CONSORTIUM----------*/
	.consortium-wrap .card {
		min-height: 620px;
	}
}

/*---------RESPONSIVE HEIGHTS----------*/
@media ((max-width: 1400px) or (min-width: 1400px)) and (max-height: 700px) {
	.banner,
	#video-home,
	#filtervideo,
	.bg-banner {
		min-height: 600px;
	}
}

@media (max-height: 1040px) {
	.banner,
	#video-home,
	#filtervideo,
	.bg-banner {
		min-height: 1040px;
	}

	.bg-banner::after {
		bottom: -15px;
	}
}


/* CONTACT */
.mailrelay-form-container .form-group {
 	margin-top: 7px;
 	margin-bottom: 7px;
}

.mailrelay-form-container .submit-wrapper input:not(#edit-agreement, #edit-actions-submit).btn.btn-primary {
	background-color: var(--primaryColor) !important;
	opacity: 1 !important;
	margin-top: 10px;
	font-size: 17px;
	border: 0 !important;
	color: var(--dark-bg) !important;
}

.mailrelay-form-container .submit-wrapper input:not(#edit-agreement, #edit-actions-submit).btn.btn-primary:hover {
	opacity: 0.8 !important;
}

.mailrelay-form-container .boolean {
	opacity: 1 !important;
}

.mailrelay-form-container .boolean abbr {
	display: none;
}

.mailrelay-form-container .boolean:hover {
	cursor: pointer;
}

.mailrelay-form-container .boolean a {
	text-decoration: underline;
	font-size: 17px;
}

@media (max-width: 1199px) {
	#contact .col-lg-6 {
		width: 100%;
	}
}

/* EOF CONTACT */