.mention_wrap{
	padding: 40px 0;
}
.mention_wrap *{
	font-family: Arial;
}
.mention_wrap h2{
    background-color: #4997CD;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    color: #FFFFFF;
    font-family: helvetica45light,helvetica,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    padding: 5px 17px 5px 5px;
    text-transform: uppercase;
    display: inline-block;
    zoom: 1;*display: inline;
    margin-bottom: 20px;
}
.mention_content{
	padding: 0 50px;
}
.mention_content ul{
	margin-bottom: 20px;
}
.mention_content li {
    list-style-type: square;
    margin: 0 0 5px 13px;
    padding-left: 0;
}
.mention_content h3 {
    color: #4997CD;
    font-family: helvetica45light,helvetica,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    margin: 0 0 10px;
}
.mention_content strong {
    font-weight: bold;
}
.mention_content p {
    line-height: 1.2;
    margin: 0 0 10px;
}