* {
    font-family: 'Roboto', serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}
a {
    color: #1129DB;
}
a:hover {
    color: #1B1B1E;
}
article section{
    padding-top: 5px;
}
.btn-primary {
    background-color: #1129DB;
    border-color: #1129DB;
}
footer {
    font-size: 85%;
    margin: 2em 0em 0em 0em;
    padding: 25px 0;
    text-align: center;
}
footer p {
    margin: 0.1em 0em;
}
footer span.copyright {
    font-size: 90%;
    line-height: 40px;
    text-transform: none;
}
footer ul.quicklinks {
    font-size: 90%;
    line-height: 40px;
    margin-bottom: 0;
    text-transform: none;
}
.howtocite {
    font-size: 75%;
}
.howtocite div {
    border: 1px dotted;
    padding: 15px 20px;
}
.morecontent span {
    display: none;
}
.morelink {
    display: block;
}
.video-widget {
    margin-bottom: 0px;
    text-align: center;
}
.video-widget iframe{
    overflow:hidden;
    border: 0px;
    max-width: 100%;
    min-width: 100%;
    max-height: 500px;
    min-height: 500px;
}
