.stem_list>li {
	margin-bottom: 23px;
}

.stem_list {
	margin-top: 60px;
}
.stem_filter_main_left img {
	max-width: 100%;
	max-height: 100%;
	padding-right: 3%;
	padding-left: 3%;
}
.stem_filter_main_left {
	
}
.stem_filter_main_right {
	padding-left: 10%;
	padding-right: 10%;
}
.stem_filter_main_right p {
	font-family: 'Assistant', sans-serif;
	text-align: justify;
	color: rgba(0,0,0, 0.7);

}

.stem_filter_main_right>h1 {
	font-family: 'Assistant', sans-serif;
	font-size: 45px;
	line-height: 40px;
	text-transform: uppercase;
	font-weight: bold;
	margin:0 0 20px 0;
	color: rgba(0,0,0, 0.7);

}

.stem_filter_main_right>h2 {
	font-family: 'Assistant', sans-serif;
	font-size: 35px;
	line-height: 35px;
	text-transform: uppercase;
	font-weight: bold;
	margin:0 0 20px 0;
	color: rgba(0,0,0, 0.7);

}

.stem_filter_main_right>h4 {
	font-family: 'Assistant', sans-serif;
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
	margin: -5px 0 0 0;

}

.lower_case {
	text-transform: lowercase;
}

.pipe {
	font-weight: lighter;
	color: #C0C0C0; 
}



.main_img_left {
	
	width: 52.979%;
	max-height: 100%;

}

.main_img_right {
	width: 37.019%;
	max-height: 100%;

}

.table td, .table th {
   text-align: center;   
}

.table th {
	font-weight: bold;
	color: #636363;
	border: none;
}

.table td {
	border: none;
}

.table {
	border: 1px solid #F8F8F8;
	background-color: #F8F8F8;
}

.table-body {
	height: 20rem;
}

/*lifestyle*/
.life {
	height: 600px;
	background-color: white;
	display:flex;
	align-items: center;
}

.life>div {
	background-size: cover;
	background-position: center; 
	height: 95%;
	transition: all 1s;
	border-left: white solid 1px;

	display: flex;
	align-items: center;
	justify-content: center;
	/*border-right: #404040 solid 1px;*/
}

.life>div>span {
	font-size: 12px;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	opacity:0;
	transition: opacity 1s;
	transition: font-size 1s;
}
/*end lifestyle*/

.color-i9-blue {
	color: #007caa;
}

.margin-left: 10px;

.right_top {
		margin-top: 30px;
		
	}

@media (max-width: 1200px) {
	.stem_right_button, .stem_left_button {
		margin-left: 0px;
		margin-bottom: 50px;
	}

	.right_top {
		margin-top: 30px;

	}
	.stem_list {
		margin-bottom: 30px;
	}
}

@media (max-width: 1400px) {
 .stemfix {
 	margin-top: 40px;
 }
}

@media (max-width: 992px) {
	
	.life {
		height: 2600px;
		display: block!important;
	}

	.life>div {
		
		height: 500px !important;
		transition: all 1s;
		border-left: white solid 1px;
		margin: 10px;
		display: block!important;

	}

}

@media (max-width: 400px) {
	.table td, .table th {
		font-size: .75rem;
	}
	.widthtext {
		font-size: 1rem;
		color: red;
	}
}

@media (max-width: 415px) {
	.stem_filter_main_right>h2 {
		font-size: 17px;
	}
}

@media (min-width: 967px) and (max-width: 1195px) {
	.table-container {
		padding-top: 100px;
	}
}