/**
* Article CSS
*/
.article_title_area {
    background-color: transparent;
    width: 80%;
    float: left;
}
.article_title {
    margin: 0;
}
.article_title h4,
.contact_detail_block .position{
    font-size: 42px;
    font-weight: 300;
    line-height: 0.6em;
    padding: 0 0 12px;
    color: #53301d;
}
.icons ul,
.icons li {
    list-style: none !important;
    background-image: none !important;
}
.icons li {
    float: left;
}
.icons img {
    display: none;
}
.print-icon a,
.email-icon a {
    display: block;
    width: 15px;
    height: 15px;
}
.print-icon a {
    background: url("images/con_print.png") top center no-repeat transparent;
}
.email-icon a {
    background: url("images/con_email2.png") top center no-repeat transparent;
}