/* Team ACF*/
.social-list{
	list-style: none;
	font-size: 20px;
	font-weight: normal;
	text-align: right;
	padding: 0;
}

.social-list li{
	display: inline-block;
}

.social-list li i{
	font-family: 'icomoon';
}

.social-list .social-link{
	background-color: #007DC2;
	color: #fff;
	width: 50px;
	height: 50px;
	margin: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	position: relative;
	top: 0;
	transition: all 0.3s ease;
}

.social-list .social-link:hover{
	top: -5px;
}

.social-list .text{
	font-size: 15px;
	font-weight: bold;
	margin-left: 5px;
	transition: all 0.3s ease;
}

.social-list .text:hover{
	margin-left: 8px;
	text-decoration: underline;
}

.social-list .text#icon-envelope-o:before,
.social-list .text#icon-phone-alt:before{
	font-size: 12px;
	font-weight: 300;
	display: block;
}

.social-list .text#icon-phone-alt:before{
	content: 'Phone';
}

.social-list .text#icon-envelope-o:before{
	content: 'Email';
	font-size: 12px;
	font-weight: 300;
	display: block;
}


.qualifications-list{
	list-style: none;
	color: #495056;
	font-size: 13px;
	font-weight: normal;
	padding: 0;
	margin: 5px;
}

.qualifications-list li{
	display: inline-block;
    width: 50%;
}

@media(max-width:1150px){
    .qualifications-list li{
		display: inline-block;
		width: 50%;
	}
}

@media(max-width:1023px){
    .qualifications-list li{
		display: inline-block;
		width: 100%;
	}
}
@media(max-width:767px){
	.social-list{
		text-align: left;
	}
}

@media(max-width:370px){
    .social-list .text {
		font-size: 12px;
		margin-left: 0px;
	}
}