/* custom CS code */


/* expand text area */

.expand_button,
.collapse_button {
	background: transparent url(https://innovationlabs.harvard.edu/wp-content/themes/innolabs/assets/img/expand_button_arrow-orange.png) right center no-repeat;
	background-size: auto 20px;
	color: #fff !important;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	display: inline-block;
	height: 20px;
	line-height: 20px;
	padding: 0 12px 0 5px;
}

.collapse_button {
	background: transparent url(https://innovationlabs.harvard.edu/wp-content/themes/innolabs/assets/img/collapse_button_arrow-orange.png) left center no-repeat;
	padding: 0 5px 0 12px;
}

.expand_button.hidden {
	display: none;
}

.expand_section {
	display: none;
}

