/**
 * This component must be placed on an empty page.
 */
.article > h2 {
    display: none;
}

.navSub {
    display: none;
}

.CpdCertificate {
    position: relative;
    margin: 1em 0 0;
    padding: 1rem;
    border-radius: 5px;
    text-align: center;
    font-size: 1.1em;
    color: #005269;
    background: #f7f7f7;
    box-shadow: 0 1px 3px #aaa;
}

.CpdCertificate--ornament::before,
.CpdCertificate--ornament::after {
    content:'';
    display:block;
    position: absolute;
    top: 6px;
    bottom: 6px;
    border: 3px solid #007190;
    border-radius: 5px;
    overflow: hidden;
}

.CpdCertificate--ornamentAfter::before,
.CpdCertificate--ornamentAfter::after {
    right: 1rem;
}

.CpdCertificate--ornament::after {
    top: -4px;
    bottom: -5px;
    z-index: -1;
}

.CpdCertificate p {
    margin: 1rem;
}