.home .carousel .caption {
	top: 56vh;
}

.home.carousel .flickity-page-dots,
.home.carousel .flickity-prev-next-button {
	display: none;
}

.home.carousel .arrow {
	margin-left: -11px;
	cursor: pointer;
}

.home.carousel i {
	color: #FFF;
	font-size: 24px;
}

/*
// == ----------------------------------------------------------------
// == @@ Homepage Ecosystems
// == ----------------------------------------------------------------
*/

.softlanding_ecosystems {
	overflow: hidden;
	border-top: 2px solid #da354b;
	border-bottom: 2px solid #da354b;
}

.softlanding_ecosystems .ecosystem {
	float: left;
	width: 20%;
	padding: 70px 20px;
	text-align: center;
	background-color: #3f3f5f;
	background-size: cover;
	position: relative;
	cursor: pointer;
}

@media only screen and (max-width: 991px) {
	.softlanding_ecosystems .ecosystem {
		width: 50%;
	}
}

@media only screen and (max-width: 500px) {
	.softlanding_ecosystems .ecosystem {
		width: 100%;
	}
}

.softlanding_ecosystems .ecosystem:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 110%;
	height: 110%;
	background: rgba(217, 33, 75, 0.75);
	background: -moz-linear-gradient(left, rgba(217, 33, 75, 0.55) 0%, rgba(46, 46, 74, 0.75) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(217, 33, 75, 0.55)), color-stop(100%, rgba(46, 46, 74, 0.75)));
	background: -webkit-linear-gradient(left, rgba(217, 33, 75, 0.55) 0%, rgba(46, 46, 74, 0.75) 100%);
	background: -o-linear-gradient(left, rgba(217, 33, 75, 0.55) 0%, rgba(46, 46, 74, 0.75) 100%);
	background: -ms-linear-gradient(left, rgba(217, 33, 75, 0.55) 0%, rgba(46, 46, 74, 0.75) 100%);
	background: linear-gradient(to right, rgba(217, 33, 75, 0.55) 0%, rgba(46, 46, 74, 0.75) 100%);
	opacity: 1;
}


.softlanding_ecosystems .ecosystem h4 {
	text-transform: uppercase;
	position: relative;
}

.softlanding_ecosystems .ecosystem h4 a {
	color: #FFF;
	font-size: 21px;
	font-weight: bold;
}

/*
// == ----------------------------------------------------------------
// == @@ About Page
// == ----------------------------------------------------------------
*/

.about-page .title small {
	display: block;
	color: #FFF;
	margin-top: 10px;
}


/*
// == ----------------------------------------------------------------
// == @@ Startup Europe Logo
// == ----------------------------------------------------------------
*/

.athena-branding .logo-img-2 {
	display: inline-block;
	width: 158px;
	height: 50px;
	text-indent: -9999px;
	background: url('img/startup-europe-logo.png') no-repeat center;
	background-size: cover;
	margin-left: 20px;
	margin-top: 8px;
}

#athena-logo {
	height: 60px;
}

/*
// == ----------------------------------------------------------------
// == @@ Alumni Filters
// == ----------------------------------------------------------------
*/

.alumni_filters .active {
	background: #505050;
}

#alumni_title {
	width: 100%;
	text-align: center;
	left: 0;
	top: 80px;
}

#alumni_title small {
	max-width: 700px;
	margin: 0 auto;
	font-size: 18px;
	text-transform: none;
	line-height: 1.3;
	color: #FFF;
	display: block;
	margin-top: 15px;
}

/*
// == ----------------------------------------------------------------
// == @@ Ecosystem Builders Photos
// == ----------------------------------------------------------------
*/

.ecosystem-builders-photos {
	overflow: hidden;
	background: #FFF;
	padding: 10px;
}

.ecosystem-builders-photos div {
	width: 20%;
	float: left;
	padding: 10px;
}

.ecosystem-builders-photos img {
	width: 100%;
}


/*
// == ----------------------------------------------------------------
// == @@ Advisory Board
// == ----------------------------------------------------------------
*/

.section_avisory_board {
	overflow: hidden;
	margin-bottom: 50px;
	margin-top: -100px;
}

.section_avisory_board .member {
	float: left;
	width: 20%;
	padding: 0 10px;
}

@media only screen and (max-width: 991px) {
	.section_avisory_board .member { width: 50%; margin-bottom: 30px; }
}

@media only screen and (max-width: 500px) {
	.section_avisory_board .member { width: 100%; }
}

.section_avisory_board .member .photo {
	width: 100%;
	background-size: cover;
}

.section_avisory_board .member .photo:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.section_avisory_board .member .member_name {
	background: #2e2e4a;
	color: #FFF;
	text-align: center;
	padding: 7px;
	font-size: 17px;
	margin-top: 2px;
}

.section_avisory_board .member ul {
	margin-left: 17px;
	margin-top: 10px;
	margin-bottom: 5px;
}

.section_avisory_board .member .network {
}

.section_avisory_board .member .network span {
	color: #000;
	display: none;
}

.page-id-2896 .cards-partners a[data-featherlight="#6"] {
	display: none;
}