/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 20 August 2018 14:29:45
*/


/**
 * NZMS Website
 * Print CSS
 * file: print.css
 **/

/** general rules **/
@page {
    margin: 2cm;
}

header nav, footer, .noprint {
    display: none;
}

body {
    font: 12pt Georgia, "Times New Roman", Times, serif;
    line-height: 1.3;
}

h1 {
    font-size: 24pt;
}

h2 {
    font-size: 14pt;
}

img {
    border: 0;
}

a,
a:visited {
    text-decoration: underline;
}

a:after {
    content: '' !important;
}

a[href^="javascript:"]:after, a[href^="#"]:after {
    display: none;
}

pre, blockquote, li, tr, figure, picture, img {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

h2, h3 {
    page-break-after: avoid;
    break-after: avoid;
}

/** customised rules **/
#top,
.utility,
#main-navigation,
#logout-wrapper,
.tagline,
#section-navigation,
.complementary,
.footer-table,
.footer-auxiliary,
#programme-finder,
#get-brochure,
#watch-mit,
.r-tabs .r-tabs-nav,
.breadcrumbs,
.nav {
    display: none !important;
}

.r-tabs .r-tabs-accordion-title,
.r-tabs .r-tabs-panel,
.acc-content {
    display: block !important;
}

.home a[href]:after {
    content: " (" attr(href) ")" !important;
    font-size: 70%;
}

.pagination,
.map,
.news-item {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}
