/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.message{
    background-color: rgb(84, 195, 192, 0.06)!important;
    padding: 10px;
    display:none;
    border-bottom: solid 2px rgb(84, 195, 192, 0.8);
}

 .fundingcalls{
	border-top: solid 1px#efefef;
}
	.fundingcalls .col{
		padding-top: 30px;
	}
	@media screen and (min-width:1000px){
		.results{
			border-left: solid 1px#efefef;
			padding-left: 30px;
		}
	}
.filter-cloud-link{
	border-radius: 50px!important;
	color: #54c3c0!important;
	padding: 5px 10px 5px 10px;
	margin: 10px 10px 0 0;
	cursor: pointer;
    display: inline-block;
    line-height: 22px;
	font-size: 14px!important;
    position: relative;
    text-transform: capitalize;
	-webkit-transition: all 0.4s cubic-bezier(0.25, 1, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.25, 1, 0.2, 1);
}
.tag-cloud .filter-cloud-link{
  padding-left: 25px;
}
.filter-cloud-link:before{
	display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50px!important;
    opacity: 0.06;
	background-color: #54c3c0!important;
}
.tag-cloud .filter-cloud-link:after{
	content: "+";
	position:absolute;
	display: inline-block;
	left: 10px;
	transform:rotate(45deg);
}
.filter-cloud-link:hover{
	box-shadow: 0 10px 24px rgb(0 0 0 / 15%);
	color: #fff!important;
	background-color: #54c3c0!important;
}
.result-count{
	text-align: right;
}
.toggle{
	border-bottom: solid 1px#efefef;
	padding: 30px 0px;
	margin-bottom: 0!important;
}
.toggle .nectar-button, body .toggle .nectar-button:hover{
box-shadow: none!important;
}
.toggles{
	border-top: solid 1px#efefef;
}
.toggle h3 a{
	background-color: transparent!important;
	line-height: 30px!important;
	padding: 0!important;
	display: inline-block!important;
	width: calc(100% - 40px);
}
	.toggle.open h3 a{
		color:inherit;
	}

.toggle h3 i{
	position: relative;
    font-size: 17px;
	line-height: 35px;
    margin-right: 10px;
    left: inherit;
    top: -5px;
    height: auto;
    /*color: #00b4f0;*/
}

.toggle h3 a:after{
	content: "+";
	position: absolute;
	top: 0;
	right: 0;
	font-size: 17px;
	line-height: 35px;
	transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}
	.toggle.open h3 a:after{
		transform: rotate(45deg);
	}
#funding_call_filters .toggle{
	padding: 15px 0;
}
#funding_call_filters .toggle ul{
margin: 0!important;
}
#funding_call_filters .toggle ul li{
list-style:none;
}
#funding_call_filters .toggle ul li ul{
margin-left: 15px!important;
}
#filter button{
    width: 100%;
	margin-bottom: 5px;
    border: solid 2px #54c3c0;
    padding: 10px;
    background-color: transparent;
    color: #54c3c0;
    font-weight: bold;
	font-size: 1.2em;
	cursor:pointer;
	-webkit-transition: opacity .45s cubic-bezier(0.25,1,0.33,1),transform .45s cubic-bezier(0.25,1,0.33,1),border-color .45s cubic-bezier(0.25,1,0.33,1),color .45s cubic-bezier(0.25,1,0.33,1),background-color .45s cubic-bezier(0.25,1,0.33,1),box-shadow .45s cubic-bezier(0.25,1,0.33,1);
    transition: opacity .45s cubic-bezier(0.25,1,0.33,1),transform .45s cubic-bezier(0.25,1,0.33,1),border-color .45s cubic-bezier(0.25,1,0.33,1),color .45s cubic-bezier(0.25,1,0.33,1),background-color .45s cubic-bezier(0.25,1,0.33,1),box-shadow .45s cubic-bezier(0.25,1,0.33,1);
}
#filter button > span{
    display: block;
    font-weight: normal;
    color: #888;
    font-size: 0.8em;
    margin-top: 5px;
}
#filter button:hover{
	background-color: #54c3c0;
	color: #fff;
	box-shadow: 0 20px 38px rgba(0,0,0,0.16);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
}
body .toggle >div{
	box-shadow: none!important;
}
body .toggle[data-inner-wrap="true"] > div .inner-toggle-wrap{
	padding: 0;
	/*padding-top: 30px;*/
}
table.fc_meta,table.fc_meta tr, table.fc_meta td{
	border-width: 0!important;
	background-color: transparent!important;
	padding: 0!important;
	margin: 0!important;
	width:40%;
}
.fc_deadline{
  color:#54c3c0!important;
}

/*Single funding call*/
@media screen and (min-width:1000px){
	.type-funding_call .fc_content-inner{
		display:flex;
		padding: 30px 0;
	}
	.type-funding_call .fc_status{
		margin-right: 20px;
	}
	.fc_meta_wrapper{
	display:flex;
	}
}
.type-funding_call .fc_content-inner .article-content-wrap{
  flex-grow: 1;
}
.fc_cat{
	display: block;
}
.fc_label{
	font-weight: 600;
	width:20%!important;
}
.fc_content{
	padding: 40px 0px;
}
.fc_content-inner{
border-bottom: solid 1px #eee;
}
.funding-call-content{
padding-bottom: 20px;}
.type-funding_call .fc_status{
	color:#fff;
	background: #1c2f39;
    background: linear-gradient(0deg,#547378 0%,#54c3c0 100%);
    flex-basis: calc(10% - 15px);
    text-align: center;
    font-size: 0.8em;
	padding: 5px 10px;
	flex: 0 0 100px;
}
.fc_status.archived{
  background: #f1f1f2;
    background: linear-gradient(0deg,#f1f1f2 0%,#e0e0e0 100%);
    color: #333;
}
.fc_status.closed, .fc_status.grants-announced{
 	background: #1c2f39;
    background: linear-gradient(0deg, #2e4a4f 0%,#547378 100%);
}
.fc_timeline h1{
	position:relative;
}
.fc_timeline .timeline-item{
	display:flex;
	justify-content: space-between;
	position:relative;
}
.fc_cta{
	padding: 80px;
}
.fc_cta .text{
	font-weight: bold;
}
.fc_cta .link_text{
	position:relative;
	padding: 20px 10px;
}
.fc_cta .link_text:after{
	content: ">";
    line-height: 25px;
    text-align: center;
	color: #fff;
    font-weight: bolder;
    border-radius: 100px;
    background: #54c3c0 100%;
    height: 25px;
    width: 25px;
    position: absolute;
    margin-right: -35px;
    top: 17px;
    right: 0;
    display: block;
    pointer-events: none;
    transition: all .33s cubic-bezier(.12,.75,.4,1);
}
.fc_cta .link_text:hover:after{
	height:30px;
	width:30px;
	line-height: 30px;
	margin-right: -40px;
	top:12px;
}
/*Single funder*/
.fa-toggle-on{
color: #54c3c0!important;
}
/*Elements*/
dl{
	margin-bottom:20px!important;
}
dt{
	padding:10px 0!important;
}
/*Checkboxes*/
.check {
  cursor: pointer;
  position: relative;

  margin: auto;
  width: 18px;
  height: 18px;
  -webkit-tap-highlight-color: transparent;
  transform: translate3d(0, 0, 0);

}
.check span{
	color: rgb(103, 103, 103);
	margin-left: 30px;
}
.check:before {
  content: "";
  position: absolute;
  top: -13px;
  left: -9px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: rgba(34,50,84,0.03);
  opacity: 0;
  transition: opacity 0.2s ease;
}
.check svg {
  position: absolute;
  z-index: 1;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #c8ccd4;
  stroke-width: 1.5;
  transform: translate3d(0, 0, 0);
  transition: all 0.2s ease;
}
.check svg path {
  stroke-dasharray: 60;
  stroke-dashoffset: 0;
}
.check svg polyline {
  stroke-dasharray: 22;
  stroke-dashoffset: 66;
}
.check:hover:before {
  opacity: 1;
}
.check:hover svg {
  stroke: #54c3c0;
}
.check_box:checked + .check svg {
  stroke: #54c3c0;
}
.check_box:checked + .check label{
	font-weight: 500;
}
.check_box:checked + .check svg path {
  stroke-dashoffset: 60;
  transition: all 0.3s linear;
}
.check_box:checked + .check svg polyline {
  stroke-dashoffset: 42;
  transition: all 0.2s linear;
  transition-delay: 0.15s;
}
/*Loader icon*/
.loading-screen{
	position: absolute;
    height: 100%;
    width: 100%;
	display: none;
    text-align: center;
    background-color: rgba(255,255,255,0.5);
    z-index: 999;
}
.lds-ellipsis {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
  }
  .lds-ellipsis div {
	position: absolute;
	top: 33px;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: #54c3c0;
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
  }
  .lds-ellipsis div:nth-child(1) {
	left: 8px;
	animation: lds-ellipsis1 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(2) {
	left: 8px;
	animation: lds-ellipsis2 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(3) {
	left: 32px;
	animation: lds-ellipsis2 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(4) {
	left: 56px;
	animation: lds-ellipsis3 0.6s infinite;
  }
  @keyframes lds-ellipsis1 {
	0% {
	  transform: scale(0);
	}
	100% {
	  transform: scale(1);
	}
  }
  @keyframes lds-ellipsis3 {
	0% {
	  transform: scale(1);
	}
	100% {
	  transform: scale(0);
	}
  }
  @keyframes lds-ellipsis2 {
	0% {
	  transform: translate(0, 0);
	}
	100% {
	  transform: translate(24px, 0);
	}
  }