/*-----------------------------------------*/
/* Govett Quilliam 2017 - Print CSS        */
/*-----------------------------------------*/
@media print {
    /* Base */
    @page {
        margin: 2cm
    }
    body {
        font: 13pt Georgia, "Times New Roman", Times, serif;
        line-height: 1.3;
        background: #fff !important;
        color: #000;
    }
    a:link, a:visited, a {
        background: transparent;
        color: #520;
        font-weight: bold;
        text-decoration: underline;
        text-align: left;
    }

    a {
        page-break-inside: avoid
    }

    a[href^=http]:after {
        content: " &lt; " attr(href) "&gt; ";
    }

    a:not(:local-link):after {
        content: " &lt; " attr(href) "&gt; ";
    }

    /* Custom */
    .headernav-toggle,
    .main-nav,
    .secondary-nav,
    video,
    iframe,
    .footer-content-item-m-links,
    .social,
    .header-nav-toggle-btn,
    .modal-header .close,
    form {
        display: none;
    }
    .section-content,
    .section-content-item {
        display: block;
        margin: 0 !important;
        padding: 0 !important;
        height: auto !important;
        position: relative !important;
    }
}
