@charset "utf-8";
/* CSS Document */
/* override styles when printing */

/* Hiding visual structural elements */
.utility, .nav-wrapper, .break, .sidebar, .int-feature, footer {
    display: none;
}
/* Internal body content */
body {
    font-size: 12pt;
}
h1 {
    font-size: 16pt;
    color: #000000;
}
h2 {
    font-size: 14pt;
    margin-top: 25px;
    color: #000000;
}
h3, p.intro {
    font-size: 14pt !important 	;
    color: #000000;
}
/* Displaying link color and link behaviour */
a:link, a:visited, a {
    background: transparent;
    color: #000000 !important;
    text-decoration: underline;
    text-align: left;
}
a {
    page-break-inside: avoid;		
}
a:after {
    content: "" !important;
}
a:after > img {
 content: "";
}
article a[href^="#"]:after {
    content: "";
}
a.button {
    background-color: #ffffff;
	border-color: #000;
	color: #000000;
	margin: 0;
}
a.logo:after {
    display: none;
}
img {
    max-width: 500px;
}
a.logo img {
    max-width: 200px;
}
video, audio, object, embed {
    display: none;
}
.entry iframe, ins {
    display: none;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    line-height: 0pt !important;
    white-space: nowrap;
}
.embed-youtube, .embed-responsive {
    position: absolute;
    height: 0;
    overflow: hidden;
}
