/* CSS Document */
.show-for-print{
    display: block !important;
}

#mobileHeaderHolder,
.home #site-header,
#site-footer,
.heateor_sss_sharing_container,
#sidebar,
.single-article .articleMeta,
.wp-video-shortcode,
.single-article .photoLinks,
.single-article .single-title,
.single-article .byline,
#footerSignup,
.banner-ads,
.wp-block-embed-youtube,
.wp-block-embed,
.page-id-17650 .baseEdition,
.main .baseEdition,
div[data-urlparam="fb3d-page"]{
    display: none !important;
}
#printLogo{
    text-align: center;
    margin-bottom: 20px;
}
.articleList .singleArticle{
    background-color: transparent !important;
    border: 1px solid #666666 !important;
    box-shadow: none !important;
}
.container{
    padding-left: 0;
    padding-right: 0;
}
#articleIntroPrint{
    margin-bottom: 50px;
    overflow: hidden;
}
#articleIntroPrint .container{
    display: table;
    width: 100%;
}
#articleIntroPrint .leftCol{
    width: 30%;
    display: table-cell;
    vertical-align: middle;
}
#articleIntroPrint .leftCol img{
    max-width: 100%;
}
#articleIntroPrint .rightCol{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding-left: 10%;
}
#articleIntroPrint .rightCol span{
    font-size: 20px;
    font-weight: 700;
    margin-top: 10px;
    display: block;
}
.articleHeaderInfo{
    display: table !important;
    width: 100%;
    margin-bottom: 40px;
}
.articleHeaderInfo .col{
    display: table-cell;
    vertical-align: top;
}
.articleHeaderInfo .photoCol{
    width: 150px;
}
.articleHeaderInfo .photoCol img{
    max-width: 100%;   
}
.articleHeaderInfo .textCol{
    padding-left: 30px;
    text-align: center;
    font-weight: 700;
}
.articleHeaderInfo .textCol .articleTitle{
    font-size: 31px;
    margin-bottom: 20px;
    line-height: 1.25;
}
.articleHeaderInfo .textCol .articleAuthor{
    font-size: 22px;
    margin-bottom: 5px;
}
.articleHeaderInfo .textCol .articlePractice{
    font-size: 20px;
    margin-bottom: 20px;
}
.articleHeaderInfo .textCol .articleWebsite{
    font-size: 20px;
}
#articleOutroPrint{
    text-align: center;
    font-weight: 700;
}
#articleOutroPrint .website{
    font-size: 20px;
    margin-top: 10px;
}
#articleOutroPrint .phones{
    font-size: 17px;
    margin: 10px 0 20px;
}