
.no-hard .listed li:last-child {
	border-bottom: none;
}

.training_layout h1 {
	margin: 0;
	color: #00a651;
	font-size: 28px;
	line-height: 1em;
	margin-bottom: 5px;
}
.training_layout h2 {
	margin: 0;
	font-size: 18px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.training_layout h3 {
	margin: 0;
	color: #3b3838;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4em;
	margin-bottom: 5px;
}

.training_layout .list-items li {
	font: normal 16px/1.2em "source sans pro", Arial, sans-serif;
	margin: 0 0 3px;
	position: relative;
}

.training_layout .list-items li a {
	color: #111111;
}

.training_layout .list-items li:hover a {
	color: #00a651;
}

.training_profile h1 {
	font: 400 24px 'source sans pro';
	border-bottom: 1px solid #eee;
	margin: 0 0 28px;
	padding: 0 0 14px;
	/*text-transform: capitalize;*/
}

.training_profile h2 {
	margin: 0;
	float: none;
	font: 400 24px/1.2em 'source sans pro';
	color: #3b3838;
}

.training_profile h3 {
	margin: 0;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	color: #3b3838;
	margin-bottom: 5px;
}

.training_profile .description {
	overflow: hidden
}

.training_profile h4 {
	margin: 0;
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 5px;
}

.training_profile .socials {
	float: none;
	overflow: hidden;
	padding: 0 0 30px 0;
	margin: 0;
}

.training_profile .socials ul {
	padding: 0;
}

.training_profile .socials ul li:before {
	display: none;
}

.training_profile .socials ul li {
	margin: 0 3px 0 0;
}

.phrase-holder {
	padding: 10px;
}

@media screen and (max-width: 747px) {
	.training_profile .avatar {
		height: auto;
		margin: 0 15px 15px 0;
		width: 110px;
	}

	.training_profile .description {
		overflow: visible;
		/*float: left;*/
		clear: both;
	}
}