html, body{
	--scroll-behavior: smooth;
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
}

.search-full-view{
	opacity: 0;
	display: none;
}

#services-list-mobile li button{
	-webkit-appearance: none;
	border: 0;
	width: 100%;
}

.membership-wrapper .modal .modal-body ul li{
	padding: 20px;
	max-width: unset!important;
}

.membership-wrapper .modal .modal-body ul li a img{
	max-width: 200px;
}

form.search-form button[type="submit"]{
	outline: none;
	box-shadow: none;
}

form.search-form button[type="submit"] span img{
	max-width: 40px;
}

.events-wrapper .card.bg-img:hover{
	background-image: none !important;
	background-color: #00b5e6 !important;
}

html body section.microsites .card.bg-img:hover{
	background-image: none !important;
	background-color: #00b5e6 !important;
}

.search-full-view{
	z-index: -100;
}

html body #menu-side-content li.bsc-item > a.empty-sub-list:after{
	background-image: none;
}

.team-list-resources-wrapper .team-list-wrapper .people-list li .card {
	width: 235px;
}

.team-list-resources-wrapper .team-list-wrapper .people-list li .card .card-img-top{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

@media (max-width: 1200px) {
	.team-list-resources-wrapper .team-list-wrapper .people-list{
		text-align: center;
	}

	.team-list-resources-wrapper .team-list-wrapper .people-list li{
		margin-left: 15px;
		margin-right: 15px;
		text-align: left;
	}
}

@media (max-width: 576px) {
	.team-list-resources-wrapper .team-list-wrapper .people-list li .card .card-img-top{
	/*	max-width:  max-content%;
		width: unset;*/
	}
	.team-list-resources-wrapper .team-list-wrapper .people-list li .card {

		margin: 0 auto 30px;
	}	
}

.global-maps .map-layers .map-list li .chk-btn + label:before{
	border-color: var(--my-color-var)!important;
}

@media (max-width: 576px){

	.global-maps .map-layers .subtitle {
	    display: none;
	}

	.global-maps .map-layers .map-list li {
	    padding: 0 30px;
		min-height: 60px;
	}

	.global-maps .map-layers .map-list li .chk-btn + label:before{
		top: 15px;
	}
	
	.global-maps .map-layers .map-list li{
		font-size: 16px;
	}

	.global-maps .map-layers .map-list li .chk-btn:checked + label:after{
		top: 23px;
	}
	.global-maps #close-filters.active {
	    display: block;
	    position: relative;
	    left: unset;
	    right: unset;
	    top: unset;
	    line-height: 1;
	    height: auto;
	    margin: 0 auto;
	}
	.global-maps .map-layers .main-title {
	    padding: 30px 20px 10px;
	    font-size: 32px;
	    text-align: center;
	}
	.global-maps #close-filters.active span.map-icon {
	    display: block;
	    font-size: 18px;
	    border: solid 2px #17abda;
	    background: #17abda;
	    border-radius: 3px;
	    padding: 5px 45px;
	    font-weight: 400;
	}

	.details-wrapper .detail-box{
		padding: 100px 20px 50px;
	}

}

.darkpony-txt{
	color: #7a7e80;
    font-size: 13px;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 0;
    text-align: right;
    padding: 0 40px;
}

.darkpony-txt span.heart{
	color: #a21717;
	font-size: 13px;
	font-weight: 400;
	transition: 0.4s font-weight ease-out, 0.4s color ease-out;
	-webkit-transition: 0.4s font-weight ease-out, 0.4s color ease-out;
	-moz-transition: 0.4s font-weight ease-out, 0.4s color ease-out;
}

.darkpony-txt span.heart:hover{
	color: #ff0000;
	font-weight: bold;
	-webkit-transition: 0.4s font-weight ease-out, 0.4s color ease-out;
	-moz-transition: 0.4s font-weight ease-out, 0.4s color ease-out;
}


.copyright-txt{
	color: #7a7e80;
    font-size: 13px;
    line-height: 1;
    margin-bottom: 0;
    text-align: left;
    padding: 0 40px;
}

.library #content{
	width: 100%;
}

.library.video-list-resources-wrapper .res-video-list-wrapper .publication-item {
    padding-bottom: 25px;
    padding-top: 40px;
    padding-right: 25px;
    max-width: 600px;
}

@media (max-width: 768px){
	.darkpony-txt, .copyright-txt{
		text-align: center;
	}	
	.copyright-txt p{
		margin-bottom: 3px;
	}
}

@media (max-width: 576px){
	.darkpony-txt, .copyright-txt{
		text-align: center;
	}	
}

.import-post .tags .list-of-tags{
	padding-left: 0;
	list-style-type: none;
	padding-top: 20px;
	padding-bottom: 20px;
}

.import-post .tags .list-of-tags li{
	display: inline-block;
	padding-right: 5px;
	margin-bottom: 8px;
}

.import-post .tags .list-of-tags li a{
	border-radius: 5px;
	padding: 5px 10px;
	color: #ffffff;
	font-size: 14px;
	background-color: #2d516f;
}

@media (max-width: 768px){

	.import-post .tags .list-of-tags li{
		margin-bottom: 5px;
	}

	.import-post .tags .list-of-tags li a{
		font-size: 12px;
	}

}

.single-post-wrapper .content-wrapper{
	z-index: 0;
}

.single-post-wrapper #single-post-main-img{
	z-index: 1;
}

.single-post-wrapper.import-post .content-wrapper .main-title{
	margin-bottom: 20px;
}

.single-post-wrapper.import-post .social-share-it{
	padding-left: 0;
}

.single-post-wrapper.import-post .social-share-it .social-media{
	padding-left: 0;
	padding-bottom: 20px;
}

.single-post-wrapper.import-post .social-share-it .social-media li{
	background-color: #ffffff;
	display: inline-block;
	height: 70px;
}

.single-post-more.import-post .card{
	background-color: #efefef;
	padding-bottom: 20px;
}

.single-post-more.import-post .card:hover{
    background-color: #2aacd8;
}

.single-post-more.import-post .card .card-heading{
	font-weight: 900;
}

.single-post-more.import-post .col-mr{
	margin-bottom: 10px;
}

@media (max-width: 768px){
	.single-post-wrapper.import-post .social-share-it .social-media li{
	    width: 85px;
	    height: 40px;
	    background-color: #f3f3f3;
	}
}

@media (max-width: 1199px){
	.single-post-wrapper.import-post .content-wrapper {
	    margin-top: 0;
	    padding-top: 60px;
	    padding-left: 20px;
	}
}

.s-post-image-import{
	max-width: 100%;
	margin-bottom: 40px;
}

.logo-of-eco-innovation{
	padding: 20px 40px;
	background-color: #ffffff;
	text-align: center;
}

.logo-of-eco-innovation img{
	width: 100%;
	max-width: 210px;
}

.text-library-top{
    border-radius: 0;
    padding: 0;
    /*background-color: #f3f3f3;*/
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: 0.7px;
    text-align: left;
    color: #454c53;
    margin: 0 10px 40px;
    max-width: 80%;
    position: relative;
}

.text-library-top::after{
	content: 'innovation seeds';
	position: absolute;	
	bottom: 20px;
	right: -20%;
	font-size: 120px;
	color: #f3f3f3;
	font-size: 298px;
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.76;
    letter-spacing: -15.1px;
    z-index: -1;
    text-align: right;
}

@media (max-width: 1560px){
	.text-library-top::after{
		font-size: 200px;
	}
}

@media (max-width: 1300px){
	.text-library-top{
		max-width: 90%;
	}

	.text-library-top::after{
		font-size: 160px;
		letter-spacing: 0px;
		right: 0;
	}
}

@media (max-width: 1000px){
	.text-library-top::after{
		font-size: 80px;
		letter-spacing: 0px;
		right: 0;
	}
}

@media (max-width: 767px){
	.text-library-top{
		max-width: 100%;
	}

	.text-library-top::after{
		content: '';
	}
}

.library .txt-box{
	padding-top: 20px;
}

.library .menu-list .main-side-title::after{
	background-image: unset!important;
}

.library .menu-list .main-side-title .d-library-arrow::after{
	background-image: url('/inno4sd/img/icons/arrow-dark-down.svg');
	content: '';
    padding: 0;
    width: 11px;
    height: 26px;
    background-size: 11px 26px;
    top: 6px;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    right: 20px;
    z-index: 1;
    cursor: pointer;
}

.img-top-library{

	text-align: left;
	padding: 0;
	
}

.img-top-library img{
	max-width: 100%;
}

@media (max-width: 767px){
	.library .menu-list .main-side-title .d-library-arrow::after{
		background-image: url('/inno4sd/img/icons/arrow-white-down.svg');
		cursor: pointer;
		top: 12px;
	}
}

@media (max-width: 576px){
	.video-list-resources-wrapper #sidenav-videos .menu-list{
		width: 100%!important;
	}
}

.advanced-search--library{
	margin-left: 12px;
    border: solid 1px #dee2e6;
    margin-bottom: 20px;
}

.advanced-search--library .heading-title{
	background-color: #f3f3f3;
    font-size: 18px;
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    text-align: left;
    color: #222222;
	padding: 11px 20px;
    margin-bottom: 0;
    display: block;
    border-radius: 3px;
    text-transform: uppercase;
}

.advanced-search-main-content #asearchTabContent{
	padding: 20px;
}

.advanced-search--library .asearch-main-title{
    background-color: #679ad9;
    font-size: 16px;
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    padding: 8px 10px;
    text-align: left;
    color: #ffffff;
    margin-bottom: 20px;
    border-radius: 3px;
    text-transform: uppercase;
}

.advanced-search-main-content{
	margin-bottom: 0;
	background-color: #f3f3f3;
	border-radius: 3px;
}

.advanced-search-main-content .nav-tabs {
	background-color: #f3f3f3;
	border-bottom: 0;
	padding-left: 0;
}

.advanced-search-main-content .nav-tabs .nav-link{
	border: 0!important;
	padding: 10px 20px 10px 55px;
	position: relative;
	font-weight: bold;
}

.advanced-search-main-content .nav-tabs .nav-link.active{
	text-decoration: underline;
}

.advanced-search-main-content .nav-tabs .nav-link.triangle::after {
  	content: "";
  	position: absolute;
  	top: 2px;
  	right: -20px;
  	width: 0;
  	height: 0;
  	border-top: 20px solid transparent;
  	border-bottom: 20px solid transparent;
  	border-left: 20px solid #ffffff;
  	z-index: 1;
}

.advanced-search-main-content .nav-tabs .nav-link.color1{
	background-color: #ffffff;
	border-radius: 0;
}

.advanced-search-main-content .nav-tabs .nav-link.color2.triangle::after {
	border-left: 20px solid #9ad8c1;
	border-radius: 0;
}

.advanced-search-main-content .nav-tabs .nav-link.color2{
	background-color: #9ad8c1;
	border-radius: 0;
}

.advanced-search-main-content .nav-tabs .nav-link.color3.triangle::after {
	border-left: 20px solid #A7D2FF;
	border-radius: 0;
}

.advanced-search-main-content .nav-tabs .nav-link.color3{
	background-color: #A7D2FF;
	border-radius: 0;
}

.advanced-search-main-content .nav-tabs .nav-link.color4.triangle::after {
	border-left: 20px solid #dee7f1;
	border-radius: 0;
}

.advanced-search-main-content .nav-tabs .nav-link.color4{
	background-color: #dee7f1;
	border-radius: 0;
}

.advanced-search-main-content .nav-tabs .nav-link.color5.triangle::after {
	border-left: 20px solid #e2dbf5;
	border-radius: 0;
}

.advanced-search-main-content .nav-tabs .nav-link.color5{
	background-color: #e2dbf5;
	border-radius: 0;
}

.advanced-search-main-content #asearchTabContent .list-style{
	list-style-type: none;
	padding-left: 0;
}

.advanced-search-main-content #asearchTabContent .list-style li{
	display: block;
	background-color: #d0d0d0;
	padding: 3px 8px;
	border-radius: 3px;
	margin-bottom: 5px;
	margin-right: 5px;
	font-size: 14px;
}
.advanced-search-main-content #asearchTabContent .list-style li a{
	display: block;
}

.inno4sd-tooltip-name{
	background-color: #212529!important;
	border-radius: 8px!important;
	color: #efefef!important;
	padding: 8px!important;
} 

.inno4sd-tooltip-name .arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
}

.inno4sd-tooltip-name .arrow.top {
    top: -16px;
    bottom: auto;
}

.inno4sd-tooltip-name .arrow.left {
    left: 20%;
}

.inno4sd-tooltip-name .arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.inno4sd-tooltip-name .arrow.top:after {
    bottom: -20px;
    top: auto;
}

.inno4sd-tooltip-name .arrow:after {
    background: #212529;
    border: 2px solid #212529;
}

.inno4sd-tooltip-name .inno4sd-tooltip-content a{
	color: #212529;
	font-size: 12px;
	border-radius: 5px!important;
	display: block!important;
	margin-bottom: 8px;
	background-color: #efefef;
	padding: 3px 5px;
}

.split-in-3{
	-webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 20px;
    column-gap: 20px;
}

.split-in-4{
	-webkit-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 20px;
    column-gap: 20px;
}


@media (max-width: 1400px){
	.split-in-3{
		-webkit-column-count: 2;
	    column-count: 2;
	    -webkit-column-gap: 20px;
	    column-gap: 20px;
	}
}

@media (max-width: 767px){
	.split-in-3{
		-webkit-column-count: 2;
	    column-count: 2;
	    -webkit-column-gap: 10px;
	    column-gap: 10px;
	}
}

.smaller-split-in-3{
	-webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 20px;
    column-gap: 20px;

}

@media (max-width: 1400px){
	.smaller-split-in-3{
		-webkit-column-count: 2;
	    column-count: 2;
	    -webkit-column-gap: 20px;
	    column-gap: 20px;

	}
}

@media (max-width: 767px){
	.smaller-split-in-3{
		-webkit-column-count: 2;
	    column-count: 2;
	    -webkit-column-gap: 10px;
	    column-gap: 10px;
	}
}

.advanced-search-main-content .white-bg{
	background-color: #ffffff;
	padding: 20px;
}

.advanced-search-main-content .white-bg.blue-gml{
	position: relative;
}

.advanced-search-main-content .white-bg.blue-gml{
	padding-left: 80px;
	background-image: url('/inno4sd/img/library-img/gml-blue.jpg');
	background-size: contain;
	background-position: 20px left bottom;
	background-repeat: no-repeat;
	display: block;
	height: 100%;
	z-index: 1;
}

.advanced-search-main-content .white-bg.purple-gml{
	padding-left: 80px;
	background-image: url('/inno4sd/img/library-img/gml-purple.jpg');
	background-size: contain;
	background-position: 20px left bottom;
	background-repeat: no-repeat;
	display: block;
	height: 100%;
	z-index: 1;
}

.ev-simple-title{
	border: 0;
    color: #fff;
    font-size: 48px;
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    line-height: 46px;
    letter-spacing: normal;
    text-align: left;
    opacity: 0.4;
}

@media (max-width: 1440px){
	.ev-simple-title{
		font-size: 38px;
	}
}

@media (max-width: 1200px){
	.container{
		max-width: 100%;
		padding: 0 40px;
	}

	.ev-simple-title{
		font-size: 32px;
		padding: 0 40px;
	}
}

html body section.microsites .drop-card .dropdown .dropdown-menu li .txt a{
	font-size: 16px;
}

html body section.microsites .drop-card .dropdown .dropdown-menu li .icon img{
	max-height: 40px;
}


@media (max-width: 1440px){
	html body section.microsites .drop-card .dropdown .dropdown-menu li .txt a{
		font-size: 16px;
	}
}


.bsc-link-with-external a{
	color: #2aacd8;
}