a:hover {
	text-decoration: none;
}
a {
	text-decoration: none;
}
.info-boxes {
	position: relative;
}
.service-info-box-button {
	text-align: center;
}
.info-box-service-container {
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	padding: 2.5rem;
	box-sizing: border-box;
}
#info_box_more {
	position: relative;
	height: 2em;
	margin-top: -2em;
	margin-bottom: 3em;
}
.overlay-text {
	display: none;
}
.info-box-service-container.scroller-item {
	padding: 3.5rem; /* 1 extra rem for box shadows */
}
.info-boxes.services {
	padding-top: 3rem;
}
.info-boxes.portfolio_companies {
	margin: 4rem auto 0 auto;
	max-width: 90em;
	text-align: center;
}
.info-box-service {
	background-color: white;
	box-shadow: 0.227em 0.227em 0.68em rgba(0, 0, 0, 0.14), -0.227em -0.227em 0.68em rgba(0, 0, 0, 0.14);
	text-align: left;
}
.info-box-service-image {
	position: relative;
	left: 2.5rem;
	top: -3rem;
	box-shadow: -0.227em 0.45455em 0.68em rgba(0, 0, 0, 0.14);
	background: white;
}
.info-box-service-image img {
	display: block;
	width: 100%;
}
.info-box-service-image img.static_page_element_image_placeholder {
	height: 0 !important;
	padding-bottom: 70.14925%;
}
.info-box-service-text {
	padding: 0 2.5rem;
	position: relative;
}
.info-box-service-text h3 {
	font-size: 150%;
	color: #4a6e0d;
}
.info-box-service-contact-headshot {
	padding: 0;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -4.125rem;
}
.info-box-service-contact-headshot img {
	border-radius: 100%;
	display: inline-block;
	width: 3.125rem;
	height: 3.125rem;
}
.info-box-service-button {
	text-align: center;
	padding: 5rem 2.5rem 2.5rem 2.5rem;
}

.info-box-portfolio-company {
	margin: auto;
	margin-bottom: 0em;
}
.info-box-portfolio-company-container {
	padding: 0 2rem;
	display: inline-block;
	vertical-align: top;
	width: 33%;	
	text-align: center;
	box-sizing: border-box;
}
.info-box-portfolio-company-container.large {
	width: 50%;
	margin-top: 2em;
	margin-bottom: 0em;
}

.info-box-portfolio-company-container.large .info-box-portfolio_company {
	display: table;
	width: 100%;
	margin-top: 2.3em;
}

.info-box-portfolio-company-image {
	text-align: center;
}
.info-box-portfolio-company-image img {
	width: 60%;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.info-box-portfolio-company-container.large .info-box-portfolio_company-image {
	width: 40%;
}
.info-box-portfolio-company-text {
	position: relative;
}
.info-box-portfolio-company-image {
	position: relative;
}
.info-box-portfolio-company-image img.static_page_element_image_placeholder {
	background: #eee;
}
.info-box-portfolio-company-image .overlay {
	position: absolute;
	top: 1em; bottom: 0;
	left: 1.4em; right: 0;
	width: 87%;
	height: 84%;
	opacity: 0;
	transition: opacity .5s;
	background: rgba(47, 195, 166, 0.9);
	display: table;
	color: white;
	font-size: 1.5rem;
}
.info-box-portfolio-company-image .overlay a {
	display: table-cell;
	vertical-align: middle;
}
.info-box-portfolio-company-image .overlay img {
	width: 1em;
	margin-left: 0.5em;
	display: inline-block;
}
.info-box-portfolio-company-image:hover .overlay {
	opacity: 1;
	text-decoration: none;
}
.info-box-portfolio-company-text {
	position: relative;
	margin-top: 0;
	color: #2c266f;
	font-size: 0.9em;
	text-align: center;
	padding-left: 2em;
	padding-right: 2em;
	min-height: 11em;
}
.info-box-portfolio-company-text h3 {
	text-align: inherit;
	color: inherit;
}
.info-box-button-portfolio_company {
	text-align: center;
	padding-top: 0.82em;
	padding-bottom: 7.18em;
}

.button.service {
	background-color: #7fc703;
	text-decoration: none;
	border-color: #7fc703;
}
#portfolio_company_service_contact_and_resources {
	overflow: hidden;
	padding: 2rem 0;
}
#portfolio_company_service_contact_and_resources .non-breaking-column {
	overflow: visible;
	box-sizing: border-box;
	padding-top: 2rem;

}
#portfolio_company_service_contact {
	padding-left: 6rem;
}

#portfolio_company_service_resources {
	padding-right: 5rem;
}
#portfolio_company_service_contact_details {
	margin-top: 2rem;
	margin-bottom: 4rem;
	padding: 2rem 0 2rem 13rem;
	position: relative;
	text-align: center;
}
#portfolio_company_service_contact_details::before {
	content: '';
	background: #eee;
	position: absolute;
	left: -6rem;
	right: -50vw;
	top: 0;
	bottom: 0;
	z-index: 0;
}

#portfolio_company_service_contact_and_resources.portfolio_company #portfolio_company_service_contact_details::before {
	background-color: #e3edf9;
}
#portfolio_company_service_contact_and_resources.service #portfolio_company_service_contact_details::before {
	background-color: #e7f1d6;
}

#portfolio_company_service_contact_details > * {
	position: relative;
}

#portfolio_company_service_contact_details .contact-position,
#portfolio_company_service_contact_details .contact-name,
#portfolio_company_service_contact_details .contact-location {
	font-weight: bold;
}
#portfolio_company_service_contact_details .contact-position,
#portfolio_company_service_contact_details .contact-name {
	font-size: 1.375rem;
}
#portfolio_company_service_contact_details .contact-name {
	color: #2c266f;
	margin-top: 0.5rem;
}
#portfolio_company_service_contact_details .contact-location {
	margin-top: 0;
}

#portfolio_company_service_contact_headshot {
	display: block;
	width: 15rem;
	height: 15rem;
}
#portfolio_company_service_contact_headshot img {
	width: 100%;
	height: 100%;
	display: inline-block;
	border-radius: 100%;
}
#portfolio_company_service_contact_details #portfolio_company_service_contact_headshot {
	position: absolute;
	left: -3rem;
	top: 3rem;
}

#portfolio_company_service_resources_box {
	text-align: center;
	position: relative;
	top: -2rem;
	padding: 2rem;
	background: white;
	box-shadow: rgba(0, 0, 0, 0.2) 0 0 1em;
}
#portfolio_company_service_resources_box .resource-list {
	margin-top: 2rem;
}

#portfolio_company_service_related_news {
}
#portfolio_company_service_related_news .news-item {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding: 2rem;
	box-sizing: border-box;
}
#portfolio_company_service_related_news .news-item-thumbnail {
	overflow: visible;
}
#portfolio_company_service_related_news .news-item-thumbnail a,
#portfolio_company_service_related_news .news-item-thumbnail img {
	display: inline-block;
	width: 100%;
}
#portfolio_company_service_related_news .news-item-thumbnail img {
	box-shadow: rgba(0, 0, 0, 0.2) 0 0 1em;
}
#portfolio_company_service_related_news  .news-item-description {
	padding: 2rem 0;
}
#portfolio_company_service_related_news .news-item-title {
	font-size: 1.375rem;
	font-weight: bold;
	color: #2c266f;
	margin-top: 0;
}
#portfolio_company_service_related_news.service .news-item-title {
	color: #7fc703;
}
#portfolio_company_service_related_news .news-item-title a {
	color: inherit;
	text-decoration: none;
}
#all_portfolio_companies_services_links {
	margin-top: 5.2em;
	margin-bottom: 4.5em;
}
#all_portfolio_companies_services_links a {
	margin-left: 1em;
	margin-right: 1em;
}
@media screen and (max-width: 1024px) {
	.info-box-portfolio-company-text {
		min-height: 24em;
	}
	.info-box-portfolio-company-container {
		width: 33%;
	}
}
@media screen and (max-width: 800px) {
	.info-box-portfolio-company-container {
		width: 50%;
	}
	.info-box-portfolio-company-text {
		min-height: 26em;
	}
}
@media screen and (max-width: 740px) {
	.info-box-portfolio-company-container {
		width: 50%;
	}
	.info-box-portfolio-company-text {
		min-height: 25em;
	}
}
@media screen and (max-width: 517px) {
	.info-boxes.portfolio_companies {
		margin: 0rem auto 0 auto;
		max-width: 90em;
	}
	.info-box-portfolio-company-container {
		width: 100%;
	}
	.info-box-portfolio-company-container.large {
		width: 100%;
		margin-top: 1rem;
		margin-bottom: 1rem;
	}
	.info-box-portfolio-company {
		margin-top: 2em;
	}
	.info-box-portfolio-company-image .overlay {
		top: 0.7em;
		width: 76%;
		height: 74%;
	}
	.info-box-portfolio-company-text {
		min-height: 9em;
		padding-left: 1em;
		padding-right: 1em;
	}
	.info-box-portfolio-company-text {
		margin-top: -1em;
	}
	.info-box-portfolio-company-text {
		min-height: 9em;
	}
	.info-box-portfolio-company-text {
		margin-top: -1em;
		font-size: 1.2em;
		min-height: 8em;
		padding-left: 0em;
		padding-right: 0em;
	}
	#info_box_more {
		margin-top: -1em;
		margin-bottom: 0em;
	}
}