
/*MENU*/

#dropdown{
    position:absolute;
    z-index: 0;
    pointer-events: none;
    opacity:1;
    top:0;
    left:0;
    right:0;
    height:0px;
    -webkit-box-shadow: 0px 7px 15px -2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 7px 15px -2px rgba(0,0,0,0.2);
    box-shadow: 0px 7px 15px -2px rgba(0,0,0,0.2);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, .9), #ffffff);
   
    transition: height ease 0.4s,opacity ease-in 0.7s;
}


#header .layout-container .header-top #block-uia-main-menu .content > .menu > li ul{
    position: absolute;
    left: -2000px;
    opacity:0;
    width: 400px;
    padding: 20px 0;
    z-index: 1500;
    transition:opacity ease-in 0.9s;
}
#header .layout-container .header-top #block-uia-main-menu .content > .menu > li.on ul{
    position: absolute;
    opacity:1;
    left: 0;
    width: 400px;
    padding: 20px 0 ;
    z-index: 1500;
}

#header .layout-container .region-header-top #block-uia-main-menu .content > .menu > li:hover > span{
	cursor:default;
}
#header .layout-container .header-top #block-uia-main-menu .content > .menu > li,
.header-top #block-searchfilterformblock input[type="submit"],
.header-top .region-header-top-right{
    opacity: 1;
    transition: all 0.5s;
}
#header .layout-container .header-top.dropdown #block-uia-main-menu .content > .menu > li:not(.on),
.header-top.dropdown #block-searchfilterformblock input[type="submit"],
.header-top.dropdown #block-uia-branding,
.header-top.dropdown .region-header-top-right{
     opacity: 0.2;
 }

/*MENU NAVBAR*/
body .header-top{
    transition: all 0.3s;
}
.right nav ul li img{
	transition: all 0.3s;
}
.right nav ul li img:hover{
	transform:rotate(5deg);
}

body .header-top.sticky{

    position:fixed!important;

    top:-100px;
    -webkit-box-shadow: 0px 7px 15px -2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 7px 15px -2px rgba(0,0,0,0.2);
    box-shadow: 0px 7px 15px -2px rgba(0,0,0,0.2);

}
body .header-top.sticky #dropdown {
    background:white;

}

body .header-top.sticky{
    background:white;
    padding-bottom:10px;
}
body .header-top.sticky img{
    max-width:75%;
}
body .header-top.sticky .region-header-top-right{
    opacity: 0;
    pointer-events: none;
    padding:0;
    height:25px;
}
body .header-top.sticky .site-branding__text{
    margin-bottom:5px;
 }

#block-uia-main-menu{
	padding-right:30px;
}
@media screen and (max-width:1024px){
  #block-uia-main-menu {
    padding-right:0;
  }
}
.region-header-top .container{
	position:relative;
	    z-index: 0;
}
#block-searchfilterformblock{
	position:absolute;
	right:0;
}

.full-w{
  display:block;
    width:100%;
}

h1{
    margin:0;
    color: #052923;
}
#block-uia-page-title h2.title{
    margin:0;
    font-size: 45px;
    color:#052923;
    font-family: 'karbonsemibold', sans-serif;
    text-transform:initial;
}
h1.title {
	margin:0;
	font-size:45px;
	color:#052923;
	font-family: 'karbonsemibold', sans-serif;
    text-transform:initial;
}
h2.title {
	margin:0;
	font-size:30px;
	color:#052923;
	font-family: 'karbonsemibold', sans-serif;
    text-transform:initial;
}
h3.title {
	margin:0;
	font-size:24px;
	color:#052923;
	font-family: 'karbonsemibold', sans-serif;
    text-transform:initial;
}
h4.title {
	margin:0;
	font-size:20px;
	color:#052923;
	font-family: 'karbonsemibold', sans-serif;
    text-transform:initial;
}
.block-addthis-share{
	padding-top:10px;
  top:0px;
}
.page-node-type-call-for-project #block-addthisshare {
  top:0;
}
.path-uia-cities #block-addthisshare {
  top:64px;
}
@media screen and (max-width:576px){
  #block-addthisshare {
    display:none;
  }
  .region-breadcrumb {
    padding:0 !important;
  }
  
}
@media screen and (max-width:768px){
 #block-uia-page-title h2.title{
    font-size:30px;
  }
  h2.title {
	font-size:24px;
  }
  h3.title {
	font-size:20px;
  }
  h4.title {
	font-size:18px;
  }
  
  
  #block-uia-page-title {
    margin-bottom:100px;
  }
  .path-faq #block-uia-page-title {
    margin-bottom:40px;
  }
}
h3{
    font-size:24px;
    color:#052923;
    font-family: 'karbonsemibold', sans-serif;
}
h4{
    font-size:20px;
    color:#052923;
    font-family: 'karbonsemibold', sans-serif;
}

#block-blockheader .field--type-text-with-summary{
    font-size:45px;
    color: #052923;
    font-family: 'karbonregular', sans-serif;
}

.site-branding__text{
   padding-top:0px;
}
.container-absolute{
    position:absolute;
    width: 100%;
    bottom:55px;

}
.page-node-type-news .container-absolute{
	bottom:0;
}



.header-container{
    display:block!important;
}
.region-header-top,.region-header-top-right{
    width:100%;
}
.region-header-top-right{
	padding:10px;
    height:40px;
}
@media screen and (max-width:1024px){
  .region-header-top-right {
    padding:20px 0;
  }
}

header .layout-container{
max-width: 100%;
width: 100%;
}

header [id^="block-blockheader"]{
    width:100%;
    background-size:cover!important;
    height:650px;
}
@media screen and (max-width:991px){
  header [id^="block-blockheader"]{
      height:437px;
  }
  #block-blockheader .field--type-text-with-summary {
    margin-top:155px;
  }
  #block-blockheader .field--type-text-with-summary h1 {
    max-width:60%;
  }
  #block-blockheader .field--type-text-with-summary h1 > a {
    margin-top:20px;
    display:inline-block;
  }
}
@media screen and (max-width:576px){
   #block-blockheader .field--type-text-with-summary {
    margin-top:150px;
  }
  #block-blockheader .field--type-text-with-summary h1 {
    max-width:inherit;
    margin-bottom:20px;
  }
}
#title-region{
    padding: 0px 35px;
}
  .path-projects-news #title-region,
  .path-projects-news .region-breadcrumb,
.path-previous-calls-for-proposals #title-region,
  .path-previous-calls-for-proposals .region-breadcrumb,
.path-uia-cities #title-region,
.path-uia-cities .region-breadcrumb,
.page-node-type-news #title-region,
  .page-node-type-news .region-breadcrumb{
    padding:0 !important;
  }

.page-node-type-call-for-project #title-region,
.page-node-type-call-for-project .region-breadcrumb
 {
  padding:0 !important;
}
@media screen and (max-width:576px){
  #title-region {
    padding:0;
    margin-top:40px;
  }
  .path-projects-news #title-region,
  .page-node-type-news #title-region{
    margin-top:0;
    padding-left:0;
  }
  body.page-node-type-news #block-uia-page-title .field--name-field-date {
    margin-top:0 !important;
  }
}
header #block-blockheadercallforproposal{
    height:480px;
}
@media screen and (max-width:768px){
  header #block-blockheadercallforproposal {
    height:290px !important;
  }
  .page-node-type-news #block-blockheadercallforproposal {
    height:350px;
  }
}
header #block-blockheader .content{
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}
.region-header .block {
	float:none !important;
}

.region-header .block:not(.site-branding){
    margin:0!important;

}
#header .layout-container .region-header-top-right #block-europeregionallink p a{
    color:#0c362f

;
}
.region-header .slogan-header .field--name-body{
    display:block;
    margin-top:180px;
    max-width:800px;
}


/*BUTTON*/

 .btn,
 .field--name-field-lien-apply a,
 [id^="edit-download"]
 {
	 display:inline-block;
    position:relative;
    font-family: 'karbonsemibold', sans-serif;
    z-index: 9;
    font-size:18px;
    color:#13b89c;
    padding:10px 20px;
    border-radius: 27px;

    margin-right:10px;
}
 .btn.btn-white{
    background-color:white;
     border: solid 2px #13b89c;
}
.btn.btn-white:after{
    content:'';
    background:url('../images/arrow-btn.png')no-repeat center;
    width:0px;
    display:inline-block;
    height:10px;
    transition: all 0.3s;
}

.btn.btn-white:hover:after{
    width:30px;
    margin-right:-10px;

}

	#block-callforproposalssidebar .centrage{
		width:100%!important;
		text-align:center!important;

	}


.btn.btn-green
,[id^="edit-download"],
.field--name-field-lien-apply a{
    color:white;
     background: rgb(19,184,156)!important; /* Old browsers */
     background: -moz-linear-gradient(left, rgba(19,184,156,1) 0%, rgba(19,184,156,1) 50%, rgba(192,247,240,1) 100%)!important; /* FF3.6-15 */
     background: -webkit-linear-gradient(left, rgba(19,184,156,1) 0%,rgba(19,184,156,1) 50%,rgba(192,247,240,1) 100%)!important; /* Chrome10-25,Safari5.1-6 */
     background: linear-gradient(to right, rgba(19,184,156,1) 0%,rgba(19,184,156,1) 50%,rgba(192,247,240,1) 100%)!important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#13b89c', endColorstr='#c0f7f0',GradientType=1 )!important;
     background-position:0%!important;
     background-size: 200%!important;
     background-repeat: no-repeat!important;
     transition: background-position 0.3s;
	border:0;
  height:50px;
}
.btn.btn-green:hover,
[id^="edit-download"]:hover,#mc-embedded-subscribe:hover,
.field--name-field-lien-apply a:hover{
    background-position:50%!important;
    color:white;
}

.btn.btn-orange,
#mc-embedded-subscribe{
     background: rgb(242,185,108)!important; /* Old browsers */
     background: -moz-linear-gradient(left, rgba(242,185,108,1) 0%, rgba(242,185,108,1) 45%, rgba(255,246,234,1) 100%)!important; /* FF3.6-15 */
     background: -webkit-linear-gradient(left, rgba(242,185,108,1) 0%,rgba(242,185,108,1) 45%,rgba(255,246,234,1) 100%)!important; /* Chrome10-25,Safari5.1-6 */
     background: linear-gradient(to right, rgba(242,185,108,1) 0%,rgba(242,185,108,1) 45%,rgba(255,246,234,1) 100%)!important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2b96c', endColorstr='#fff6ea',GradientType=1 )!important;
     color:white;
    background-position:0%!important;
    background-size: 200%!important;
    background-repeat: no-repeat!important;
    transition: background-position 0.3s;
	border:0;
}
.btn.btn-orange:hover
,#mc-embedded-subscribe:hover{
    background-position:50%!important;
    color:white;
}

.btn.btn-black{
    background: #04242c;
    background: -moz-linear-gradient(left, #04242c 0%, #04242c 50%, #537178 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #04242c), color-stop(50%, #04242c), color-stop(100%, #537178));
    background: -webkit-linear-gradient(left, #04242c 0%, #04242c 50%, #537178 100%);
    background: -o-linear-gradient(left, #04242c 0%, #04242c 50%, #537178 100%);
    background: -ms-linear-gradient(left, #04242c 0%, #04242c 50%, #537178 100%);
    background: linear-gradient(to right, #04242c 0%, #04242c 50%, #537178 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04242c', endColorstr='#537178', GradientType=1 );
    color:white;
    background-position:0%;
    background-size: 200%;
    transition: all 0.3s;
}
.btn.btn-black:hover{
    background-position:50%;
}

.btn.video-toggle{
    padding-left:15px!important;
    transition: all 0.3s;
}

.btn.video-toggle:hover{
    padding-left:20px!important;

}

.btn.btn-download{
    padding-left:45px;
    transition:all 0.3s;
}
@media screen and (max-width:390px){
  .btn.btn-download {
    min-width:200px;
    width:100%;
    height:auto;
  }
}
.btn.btn-download:hover{
    padding-top:13px;
    padding-bottom:7px;
}
.btn.btn-download:before{
    content:'';
    background: url('../images/iconr-download.png')no-repeat center;
    position:absolute;
    left: 17px;
    top:14px;
    width: 18px;
    height: 18px;
    background-size:cover;
    transition:all 0.3s;
}
.btn.btn-download:hover:before{
    top:17px;
}
#block-selecteurdelangue ul{
	position:relative;
	z-index:100000;
}


#mc-embedded-subscribe{
    font-family: 'karbonsemibold', sans-serif;
    padding:12px 25px;
    border-radius: 50px;
  height:50px;
}

@media scrren and (min-width:991px){
.region-header::before{
    max-width:100%;
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 76%,rgba(255,255,255,0.75) 95%);
}
}
#block-searchfilterformblock{
        margin:15px 0 10px 5px;
        float:right;
}

#block-uia-branding,#block-uia-main-menu{
display:inline-block;

}
#block-uia-main-menu{
    float:right;
}
@media screen and (min-width:1025px){
#block-uia-branding{
    float:left;
    margin-top:-25px;
}
}
@media screen and (max-width:1024px){
  #block-uia-branding{
    margin-top:-40px;
}
}
#block-uia-main-menu .menu-item--expanded{
    position:relative;
    padding-right:20px;
}
#block-uia-main-menu .menu-item--expanded:before{
    content: '';
    position: absolute;
    right:5px;
    top:15px;
    width: 20px;
    height: 20px;
    background: url('../images/arrow-bottom-menu.png')no-repeat center;
    transition: all 0.3s;
}


.region-breadcrumb #block-addthisshare{
 
}

input#edit-search{
    box-shadow: none;
    border-radius:0px;
    background-color:transparent!important;
}


/*BREADCRUMB*/


.region-breadcrumb #block-uia-breadcrumbs li{
    border:0px transparent solid;
    position:relative;
}
.region-breadcrumb #block-uia-breadcrumbs li:not(:first-child):after{
    content:'>';
    font-size: x-large;
    position:absolute;
    left:-7px;
    bottom:-1px;

}


.region-breadcrumb #block-uia-breadcrumbs ol li{
    font-size:16px;
    font-family: 'karbonregular', sans-serif;
    color:#0c362f;
}
.region-breadcrumb #block-uia-breadcrumbs ol li a{
    font-size:16px;
    font-family: 'karbonregular', sans-serif;
    color:#0c362f;
}
.region-breadcrumb #block-uia-breadcrumbs ol li:first-child a{
    font-family: 'karbonsemibold', sans-serif;
}


#block-searchfilterformblock.activated #edit-search{
	    background: url(../images/icon-search.png) no-repeat;
}







/* FOOTER */
.site-footer{

}
.site-footer .site-footer-1{
    width:22%;
    display: inline-block;
    vertical-align:top;
}
@media screen and (max-width:1199px){
  .site-footer .site-footer-1 {
    width:26%;
  }
}
@media screen and (max-width:991px){
  .site-footer .container {
    width:100%;
  }
  .site-footer .site-footer-1 {
    width:28%;
  }
}
.site-footer .site-footer-1 .content{
    margin:0px;
}

.site-footer .site-footer-2{
    width:47%;
    display: inline-block;
    vertical-align:top;
}
#block-views-block-footer-log-block-1 .content .views-row:first-child {
  margin-right:10px;
}
#block-descriptionfooter .content {
  margin-top:0;
}
.site-footer .site-footer-2 #block-descriptionfooter{
    margin:0;
}
.site-footer .site-footer-2 p{
    max-width: 490px
}
.site-footer .site-footer-2 button {
  padding-left:0;
}
#block-youcanfindusat .content {
  margin-top:0;
}
.site-footer .site-footer-2 p span{
    font-family: 'karbonmedium', sans-serif;
    max-width: 350px;
    color:#124f45;
    font-size: 20px;
}
.site-footer .site-footer-3{
    width:25%;
    display: inline-block;
    vertical-align:top;
}

.site-footer .site-footer-3 p{
    font-size: 18px;
    margin-bottom:0px;
    text-align: right;
    color:#124f45;
    font-family: 'karbonregular', sans-serif;
    line-height: 1.5;

}
.site-footer .site-footer-3 p span{
    font-size: 20px;
    font-family: 'karbonsemibold', sans-serif;
}
.site-footer .site-footer-end ul{
    text-align:center;
}

.site-footer .block{
    margin:0;
}
@media screen and (max-width:991px) {
  .site-footer .site-footer-3 {
    width:23%;
  }
  .site-footer .site-footer-2 p span {
    font-size:14px;
  }
  .site-footer .site-footer-3 p {
    font-size:14px;
  }
  .site-footer .site-footer-3 p span {
    font-size:14px;
  }
}
@media screen and (max-width:875px){
  .site-footer .site-footer-1 {
    width:30%
  } 
  .site-footer .site-footer-3 {
    width:20%;
  }
}
@media screen and (max-width:821px){
  .site-footer .site-footer-1 {
    width:32%
  } 
  .site-footer .site-footer-2 {
    width:42%;
  }
  .site-footer .site-footer-3 {
    width:22%;
  }
}
@media screen and (max-width:769px){
  .site-footer .site-footer-1 {
    width:36%
  } 
  .site-footer .site-footer-2 {
    width:35%;
  }
  .site-footer .site-footer-3 {
    width:25%;
  }
}
@media screen and (max-width:684px){
  .site-footer .site-footer-1 {
    width:20%
  } 
  .site-footer .site-footer-2 {
    width:48%;
  }
  .site-footer .site-footer-3 {
    width:30%;
  }
}
@media screen and (max-width:576px){
  .site-footer .site-footer-1 {
    width:100%;
    margin:auto;
    text-align:center;
  } 
  .site-footer .site-footer-2 {
     width:100%;
    margin:auto;
    text-align:center;
  }
  .site-footer .site-footer-3 {
    width:60%;
    margin:auto;
    text-align:left;
    float:left;
  }
  .site-footer .site-footer-3 p {
    text-align:left;
  }
  .site-footer .site-footer-end {
    width:40%;
    float:right; 
  }
  #block-uia-footer {
    margin:0;
  }
  #block-uia-footer .content {
    margin:0;
  }
  #block-uia-footer ul li {
    display:block;
    text-align:right;
    font-size:14px;
    text-decoration:underline;
  }
}
ul.list-check{
    display: inline-block;
}
ul.list-check li{
    padding:0 10px;
    display: inline-block;
}
ul.list-check li:before{
    content:'';
    width:15px;
    height:15px;
    margin-right:5px;
    display:inline-block;
    background: url('../images/check.png')center no-repeat;

}
#block-searchfilterformblock{
	z-index:100;
}

#block-searchfilterformblock .form-type-textfield{
	bottom:-25px;
	right:-5px;
	z-index:-1;
}



/* RESPONSIVE */
@media only screen and (max-width: 1199px) {
  #block-uia-branding .site-branding__text{
    display:none;
  }
}



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

	

	#block-searchfilterformblock .form-item input[type="text"]{
		padding-left:0px;
	}
	
  
	#block-searchfilterformblock .form-type-textfield{
		right:0;
		left:0;
    bottom: 0;
    margin:0;
    top:0;
	}
	

	
	#block-searchfilterformblock{
		display:block;
		position:inherit;
		float:none;
		width:100%;
		min-height:90px;
		margin:0;
	}
	#block-uia-main-menu{
		float:none;
	}
  #edit-search {
    position:absolute;
    right:0px;
    top:14px;
  }
  #edit-keyword {
    border-radius:0;
    box-shadow:inherit;
    border:0;
  }
	

	body .header-top.sticky .region-header-top-right{
		opacity:1;
		pointer-events:all;
	}
  #block-uia-branding .site-branding__text{
     width: 115px;
    display:inline-block;
  }
  #block-uia-branding .site-branding__logo{
        width: 30%;
  }
   .header-top{
      top:0;
      width: 100%;
      transition:all 0.5s;
      height:contents;
      overflow:hidden;
      background-color:white;
		 box-shadow: 0px 7px 15px -2px rgba(0,0,0,0.2);
    }
    .header-top.hiding{
      background-color:transparent;
      height:80px;
      overflow:hidden;
			box-shadow:none;
    }
  
    .header-top.hiding #block-searchfilterformblock{
       bottom:0;
    }
    .header-top.hiding #block-searchfilterformblock{
      display:none;
    }
    .header-top.hiding .region-header-top-right{
      display:none;
    }
    #header .layout-container .header-top #block-uia-main-menu .content > .menu > li:first-child > a {
        padding: 9px 10px;
    }
    #header .layout-container .header-top #block-uia-main-menu .content > .menu > li ul {
        padding-left: 0;
    }
    #header .layout-container .header-top #block-uia-main-menu .content > .menu > li{
      border-bottom:1px #d6dce4 solid;
      max-height:0;
      transition:max-height .3s;
    }
  #header .layout-container .header-top #block-uia-main-menu .content > .menu > li.on{
      max-height:370px;
      transition:max-height .3s;
    }

 
  
  #header .layout-container .header-top #block-uia-main-menu .content > .menu > li ul{
    padding:0;
    
  }
  #header .layout-container .header-top #block-uia-main-menu .content > .menu > li.on ul{
   
  }
	#header .layout-container .region-header-top #block-uia-main-menu{
	  width:100%;
    
	}
  .hamburger.expanded ~ .region-header-top #block-uia-main-menu {
    margin-top:-85px;
  }
  ul.menu{
     position:relative !important;
  }
  
  .hamburger{
        position:absolute;
        z-index:2000;
        right:20px;
        top: 30px;
        width: 31px;
        height: 28px;
        cursor: pointer;
        background: url('../images/Hamburger_icon.png') center  no-repeat;
    background-size:cover;
  }
  .hamburger.expanded {
      background: url('../images/close_icone.png') center no-repeat;
      background-size:60%;
   }
  .hamburger.expanded ~ .region-header-top #block-uia-branding {
    margin-top:-65px;
    margin-bottom:85px;
  }
  
 
  
}
 .container-absolute {
   z-index:999;
  }

@media only screen and (max-width : 768px) {
  		.page-node-type-call-for-project #main-wrapper{
		top:0!important;
	}
	.container-absolute {
		bottom: 0;
    background-size: cover;
    top: 0;}
	
	 
  .container-absolute .container {
    padding-top:100px
  }
}
@media screen and (max-width:699px){

	body.page-node-type-news #block-uia-page-title>div.field {
		font-size:20px;
		margin-top:15px;
	}
}
@media screen and (max-width:620px){
	body.page-node-type-news #block-uia-page-title>div.field:not(.field--name-field-date) {
		padding:10px;
	}
}
@media only screen and (max-width : 576px) {
	.page-node-type-call-for-project{
		overflow-x:hidden;
	}
	html{
		overflow-x:hidden;
	}
	
	.page-node-type-call-for-project.layout-sidebar-second #sidebar-second{
		    width: 100%!important;
				position: absolute!important;
				left: 105%!important;
				transition: all 0.5s;
        top:-90px;
	}
	.page-node-type-call-for-project.layout-sidebar-second #sidebar-second.expanded{
		left:0!important;
		z-index: 1000000;
		max-width:100%!important;
		background-color:#F3F7FC;
		box-shadow: 0px 7px 15px -2px rgba(0,0,0,0.2);
	}

	.page-node-type-call-for-project.layout-sidebar-second #sidebar-second .button-expanded{
			content:''!important;
			background: url('../images/arrow-bottom-menu-white.png')no-repeat center!important;
			background-size:50%;
			background-color:#13b89c!important;
			width:56px!important;
			height: 77px!important;
 			border-radius: 12px 0px 0px 12px;
			
			position:absolute!important;
			left:-70px!important;
			top:12px;
			cursor:pointer;
			transition:all 0.5s;
			z-index:10000;
	}
  #sidebar-second.expanded .button-expanded {
    
  }
	.page-node-type-call-for-project.layout-sidebar-second #sidebar-second.expanded .button-expanded{
		transform:rotate(180deg);
		left: 10px!important;
    top: 10px!important;
		background-color:white;
	}
		
	.page-node-type-call-for-project.layout-sidebar-second #content{
		width:100%!important;
		max-width:100%!important;
	}
	
	
	

	
	#block-views-block-faq-block-1{
		display:none;
	}
	#block-also{
		display:none;
	}
  .page-node-type-call-for-project #block-formsubscribtionmailchipblock-2 {
    display:none;
  }
	

	
	.page-node-type-call-for-project .bottom-line{
		display:none!important;
	}

	
	
	#guidance,
	#application-pack,
	#apply-section{
		margin-top:0!important;
		border-bottom:1px black solid;
			max-height:100px;
			overflow:hidden;
		transition:all 0.4s;
	}
	#application-pack{
		transition:all 1s;
	}
	#guidance .field--name-field-title-of-uia-guidance:after,
	#application-pack .field--name-field-title-of-application-pack:after,
	#apply-section .field--name-field-title-of-apply-now-section:after{
	content: '';
    position: absolute;
    right: 5px;
    top: 5px;
    width: 20px;
    height: 20px;
    transition: all 0.3s;
		background: url(../images/arrow-bottom-menu.png)no-repeat center;
	}
	
	
	
	#guidance.on{
		height:fit-content;
		max-height:500px;
	}
	#apply-section.on{
		height:fit-content;
		max-height:600px;

	}
	#application-pack.on{
		height:fit-content;
		max-height:5000px;
		
	}
	
	
	#guidance .field--name-field-title-of-uia-guidance,
	#application-pack .field--name-field-title-of-application-pack,
	#apply-section .field--name-field-title-of-apply-now-section
	{
		position:relative;
		font-size: 24px;
		margin:0!important;
    padding-bottom:50px;
	}
	#application-pack .field--name-field-title-of-application-pack span,
	#application-pack .field--name-field-title-of-application-pack:before,
	#apply-section .field--name-field-title-of-apply-now-section:before,
	#guidance .field--name-field-title-of-uia-guidance:before{
		font-size: 24px;
	}
  .section-expand {
    padding:30px 0;
    line-height:1;
  }
  .section-expand:hover {
    cursor:pointer;
  }


}


@media screen and (max-width:921px){
  #block-searchfilterformblock .form-type-textfield {
    display:block !important;
  }
}
@media screen and (max-width:460px){
	#block-uia-branding .site-branding__logo{
		
	}
	.topics .topic-item{
		width:96%!important;
		margin-left:4%!important;
	}
	
	
}
@media screen and (min-width: 576px) and (max-width: 768px) {
		.topics .topic-item{
		width:96%!important;
		margin-left:4%!important;
	}
}
#main #content

/*EVENT*/

.page-node-type-event .layout-sidebar-second #content{
	max-width:64.7%;
	float:left;
}




	