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

.navSub {
    display: none;
}

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

.CpdNotQualified p {
    margin: 1rem;
}