#externalDocument::after,
.external_link::after {
    background: url("../img/external-link.png") no-repeat 0 0;
    background: url("../img/external-link.svg") no-repeat 0 0;
    background-size: 100%;
    content: '';
    display: inline-block;
    height: 0.65em;
    margin-bottom: -1px;
    margin-left: 4px;
    width: 0.65em;
}
#externalDocument:hover::after,
.external_link:hover::after {
    background-image: url("../img/external-link-hover.png");
    background-image: url("../img/external-link-hover.svg");
}

.usa-external_link-alt::after {
    background: url("../img/external-link-alt.png") no-repeat 0 0;
    background: url("../img/external-link-alt.svg") no-repeat 0 0;
    background-size: 100%;
    content: '';
    display: inline-block;
    height: 0.65em;
    margin-bottom: -1px;
    margin-left: 4px;
    width: 0.65em;
}
.usa-external_link-alt:hover::after {
    background-image: url("../img/external-link-alt-hover.png");
    background-image: url("../img/external-link-alt-hover.svg");
}


.blog-wrapper .block.row .col-sm-8 .post-header {
    padding: 10px 0px;
}
.blog-wrapper .block.row .col-sm-8 .post-header h3 {
  font-weight: normal;
  font-size: 24px;
}

h1 label{
    margin: 0px 0px;
    font-weight: normal;
}
