#links_bar {
	background-color: #e7f2f1;
	height: 100px;
	width: 66.5%;
	float: right;
}

.page_links {
	display: inline-block;
	float: right;
	width: 150px;
	margin-top: 40px;
}

.page_links a {
	color: #097f73;
	font-weight: 400;
	font-size: 20px;
}

#links_bar li:nth-child(4) a {
	color: #43315a;
	font-weight: 600;
}

#about {
	background-color: white;
	float: left;
	width: 45%;
}

#history_para {
	background color: white;
}

#history_para p {
	color: #686f78;
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
	padding: 40px 40px 20px 40px;
	max-width: 600px;
}

#history_para p:first-letter {
	font-size: 60px;
	font-family: 'Roboto Slab', serif; 
	font-weight: 700;
	color: #43315a;
	float: left;
	padding-top: 15px;
	padding-right: 5px;
}

#team_container {
	float: right;
	width: 55%;
	background-color: #f2f2f2;
}

#team_container h2 {
	background-color: #43315a;
	font-weight: 600;
	font-size: 34px;
	color: white;
	text-align: left;
	padding: 20px 0 20px 40px;
}

#trillium {
	background-color: #cee5e3;
}

#trillium img {
	display: block;
	width: 100%;
}

#trillium p {
	color: #097f73;
	font-size: 20px;
	line-height: 28px;
	padding: 20px 60px 20px 30px;
}

#trillium ul li {
	color: #097f73;
	font-size: 20px;
	line-height: 28px;
	list-style: disc inside none;
	padding: 0px 60px 20px 50px ;
	text-indent: -1.25rem;
}

#trilliuminfo {
	width: 100%;
}

.bold {
	font-weight: 700;
}

/*#team_bios {
	background-color: #f2f2f2;
	width: 100%;
	padding-bottom: 40px;
	border-bottom: 1px solid gray;
}*/

#Sunny {
	padding-top: 50px;
	padding-bottom: 0;
}

.bio_pic h3 {
	padding: 5px 0 10px 0;
	font-weight: 600;
	line-height: 20px;
}

.bio_pic h3 span {
	font-weight: 400;
}

.photo{
	position: relative;
}

/*.photo::after {
	content:"";
	display: inline-block;
	margin-top: 90px;
	height: 60px;
	width: 10px;
	border-radius: 0 5px 5px 0;
	background-color: gray;
	position: absolute;
}*/

/*#bios_row1 {
	float: left;
	padding-top: 34px;
	width: 50%;
}

#bios_row2 {
	padding-top: 34px;
	float: right;
	width: 50%;
}

.bio_pic {
	display: block;
	position: relative;
	color: #43315a;
	text-align: center;
	padding-bottom: 33px;
}

.bio_info {
	width: 325px;
	position: absolute;
	visibility: hidden;
	height: 200px;
	font-size: 12px;
	color: #43315a;
	text-align: left;
	background-color: #d5d1da;
}

.bio_info td {
	padding: 7px 10px 7px 7px;
}

.bio_info tr:nth-child(-n+2) {
	border-bottom: 1px solid #43315a;
}

.bio_info td:nth-of-type(2) {
	border-left: 1px solid #43315a;
}*/

img.half-size_image {
	width: 50%;
	height: 50%;
}

#idsinfo {
	clear: both;
	width: 100%;
}

#ids_about {
	background-color: white;
	float: left;
	padding-left: 40px;
}

#ids_about p {
	color: #686f78;
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
	padding: 40px 40px 20px 40px;
	max-width: 600px;
	float: right;
}

#color_bar {
	clear: both;
	background-color: #43315a;
	width: 100%;
	height: 40px;
}

#workflow {
	text-align: center;
	width: 100%;
}

footer {
	clear: both;
	height: 100px;
}

footer h3 {
	color: #686f78;
	font-weight: 400;
	margin-left: 50px;
	padding-top: 30px;
}

/******************************************
/* RESPONSIVE CSS
/*******************************************/

@media screen and (max-width: 500px) {
	#about {
		float: none;
		width: 100%;
	}

	#team_container {
		float: none;
		width: 100%;
	}

	#ids_about {
		float: none;
		width: 100%;
	}

	#ids_about p {
		padding-top: 0px;
	}
}

