/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
	
	html {
		font-size: 16px;
	}
	
    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

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

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

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

	
	.site-header,
	.site-footer,
	.fluid-width-video-wrapper,
	.pagination-links {
		display: none;
	}
	.loading-lazy {
		display: block !important;
	}
	
	main {
		margin: 2rem auto;
	}
	
	.region-row {
		padding: 0;
	}
	
	.clip-top,
	.clip-bottom,
	.clip-both {
		padding: 0;
		-webkit-clip-path: none;
			        clip-path: none;
	}
	
		.h0 { font-size: 3.5rem !important; margin: 0 0 1rem; }
	h1, .h1 { font-size: 2.5rem !important; margin: 0 0 1rem; }
	h2, .h2 { font-size: 2.0rem !important; margin: 0 0 1rem; }
	h3, .h3 { font-size: 1.3rem !important; margin: 0 0 1rem; }
	h4, .h4 { font-size: 1.1rem !important; margin: 0 0 1rem; }
	h5, .h5,
	h6, .h6 { font-size: 1rem; }
	
	
	.blog-index {
		border-top: 0 !important;
		border-bottom: 1px solid #eee;
	}
	.blog-index a:after {
		font-size: 60%;
		font-family: sans-serif;
		font-weight: 300;
		line-height: 1.5;
	}
	.blog-index h3 a:after {
		display: block;
	}
	.blog-meta-data {
		margin: 0 0 1rem 0;
	}
	.blog-index .container {
		padding: 0;
	}
	
	.region-intro > .visuallyhidden {
		clip: auto;
		height: auto;
		width: auto;
		margin: 2rem auto;
		position: static;
	}
	.region-intro > .cke {
		display: none;
	}
}
