/**
 * print.css
 */

a {
    color: black;
    text-decoration: none;
}
a:hover {
    color: #444444;
}
blockquote {
    background: none;
}
blockquote > p {
    color: black;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
}
figure {
    display: none;
}
h1 {
    font-family: 'Tungsten-Semibold';
    font-size: 36px;
    letter-spacing: 1px;
}
h2 {
    font-family: 'Tungsten-Semibold';
    font-size: 24px;
    letter-spacing: 1px;
}
h3 {
    font-family: 'Tungsten-Semibold';
    font-size: 21px;
    letter-spacing: 1px;
}
h4 {
    font-family: 'Roboto';
    font-size: 18px;
    font-weight: 400;
}
iframe {
    display: none;
}
p {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 16px;
}
p.footer {
    border-top: 1px solid #CCCCCC;
    font-style: italic;
    padding-top: 7px;
}
strong {
    font-weight: 700;
}
