@charset "utf-8";
/* CSS Document */




.overview-content {
	position: relative;
}

.overview-header {
	height: 100%;
}




.overview-link {
	padding: 1.5rem 1.5rem 1.5rem 90px;
	height: 100%;
	display: flex;
	align-items: center;
}


.overview-content .left-inline {
  	margin: 0;
 	position: absolute;
  	top: 50%;
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
	width: 80px;
	padding-left: 10px;
}




#content_wrap .main-section .left-inline a img {
	transition: none;
	border: none !important;
}

#content_wrap .main-section .left-inline a img:hover {
	transition: none;
	box-shadow: none;
}


