/* ----------------------------------------------------------------------------------------------
/*  TSB TRUST 2015 - Print CSS  					         									
/* ----------------------------------------------------------------------------------------------

/* --------------------------------------------------------------------- */
/* HIDE NON PRINT ELEMENTS
/* --------------------------------------------------------------------- */

#nav-access,
hr,
.cta,
.s-hidden,
.nav-toggle,
.l-header--tools,
#l-main-nav,
.hdr-decoration,
.l-col-m-std-pg-side,
.footer-nav,
.u-screen-only {
    display: none !important;
}

/* --------------------------------------------------------------------- */
/* STANDARD PRINT ELEMENTS
/* --------------------------------------------------------------------- */

@page {
    margin: 1cm; /* apply a margin all the way around the page */
} 

.clear {
    clear: both;
}

*  {
    line-height: 1.5 !important;
    font-family: Georgia, ‘Times New Roman’, Times, Serif !important;
    color: #000 !important;
    text-shadow: none !important;
    filter:none !important;
    -ms-filter: none !important;
}

body {
    background: #FFF;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    margin: 20pt 0 7pt;
    line-height: 105%;
}

h2, h3, h4 {
    page-break-after: avoid;
    orphans: 3;
    widows: 3;
}

h1 {
    font-size: 20pt;
}

h2 {
    font-size: 18pt;
}

h3 {
    font-size: 16pt;
}
    
h4 {
    font-size: 13pt;
    margin-bottom: 5pt;
}

h5 {
    font-size: 12pt;
    margin-bottom: 3pt;
}

h6 {
    font-size: 11pt;
    margin-bottom: 3pt;
}

p {
    margin-top: 0;
    font-size: 12pt;
    orphans: 3;
    widows: 3;
}

img {
    max-width: 100% !important;
    margin: 0 0 10pt 0;
}

a {
    font-weight: bold;
    text-decoration: none;
    color: #06c;
}

    a[href]:after {
        content: " (" attr(href) ") ";
        font-size: 80%;
        font-weight: normal;
    }
    
    a.u-print-no-href[href]:after {
        content: "";
    }

pre, blockquote {
    border: 1pt solid #999;
    page-break-inside: avoid;
}

thead {
    display: table-header-group;
}

tr, img {
    page-break-inside: avoid;
}

#l-content {
    margin: 0 0 20pt 0;
    padding: 0 0 15pt 0;
    border-bottom: 1pt solid #000;
    width: 100%;
    background: transparent;
    float: none;
}

    #l-content ul {
        margin: 0 0 20pt 15pt;
        padding: 0;
        font-size: 12pt;
    }
    
    #l-content li {
        margin-bottom: 5pt;
    }

        #l-content li p {
            font-size: 12pt;
            margin: 0;
            padding: 0;
        }

    #l-content table {
        border: 1pt solid #000;
        border-collapse:collapse;
        border-spacing:0;
        margin: 0 0 15pt;
    }

        #l-content table img {
            margin: 0;
        }

    #l-content td,
    #l-content th {
        padding: 3pt 5pt !important;
        border: 1pt solid #000;
        vertical-align: middle;    
    }

#l-comments {
    page-break-before: always; /* put blog comment section to the new page - giving user option to print the comment or not */
} 


/* --------------------------------------------------------------------- */
/* SITE SPECIFIC ELEMENTS
/* --------------------------------------------------------------------- */

.logo {
    display: block;
    padding: 20pt 0 15pt;
    border-top: 1pt solid #000;
    border-bottom: 1pt solid #000;
}

    .logo img {
        margin-bottom: 0;
        width: 40%;
    }

    .logo[href]:after  {
        content: none;
    }

.hero-img {
    padding-bottom: 30pt;
}
    
    .hero-img img {
        margin-bottom: 5pt;
    }

    .hero-img--caption {
        font-size: 12pt;
        text-align: center;
    }
    
.body-copy {
    margin-bottom: 30pt;
}

#l-footer {
    margin: 15pt 0 0 0;
    font-size: 10pt;
    line-height: 1.5;
}