nav.header{
    display:none;
}

div.widget {
    display:none;
}

section.bg-master-footer {
    display: none;
}

section#headerContainer{
    display: none;
}

.pgn-wrapper{
    display: none;
}

div#news-go-to-list{
    display:none;
}

div.col-md-12.m-t-75{
    margin-top: 35px;
}

div.col-sm-7.col-xs-12.m-b-50 {
    margin-bottom: 15px;
}

div.testimonial-card.card-up {
    height: 65px;
}

div.article-extra {
    display: none !important;
}

body
{
    margin: 0;
}

@page
{
    size: auto;   /* auto is the initial value */

    /* this affects the margin in the printer settings */
    margin: 20mm 15mm 20mm 15mm;
}

div.pace {
    display: none;
}

section#printable-header.hidden, section#printable-footer.hidden {
    display: block !important;
    visibility: visible !important;
}

p.blue-center {
    -webkit-print-color-adjust: exact;
    text-align: center;
    font-size:14px !important;
    color:white !important;
    background-color: #252e7e !important;
}

span.v-align-middle {
    vertical-align: middle !important;
    color: white !important;
}

p.blue-center i.glyphicons, p.blue-center i.social {
    font-size:14px !important;
    color:white !important;
    background-color: #252e7e !important;
}

i.social {
    width: inherit !important;
    height: inherit !important;
}