@import url('https://fonts.googleapis.com/css2?family=Unna:ital,wght@0,400;0,700;1,400;1,700&family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    font-family: 'Work Sans', sans-serif;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Unna', serif;
}

p {
    font-size: 16px;
}

a {
    color: #53769C;
}

.content {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

header {
    background-color: #0C233F;
    height: 60px;
}

header .content img {
    height: 100%;
}
footer {
    width: 100%;
    height: auto;
    color: #fff;
    background: #0C233F;
    text-align: center !important;
    font-size: 12px !important;
}
footer .scraped-container {
    width: 100%;
    padding: 40px 15px;
    box-sizing: inherit;
    max-width: 960px;
    margin: auto;
    line-height: 1.5;
}
footer div:not(:last-child) {
    margin-bottom: 15px;
}
footer a { color: #fff;text-decoration: none; }
footer .citations, footer .transcript {
    display: none;
}