.at-subjectKnowledgeBase {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    width: 100%;
    margin: 0;
    overflow: hidden;
}

.at-subjectKnowledgeBase__image {
    display: block;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
}

.at-subjectKnowledgeBase__textContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 1em;
}

.at-subjectKnowledgeBase__title {
    margin: 0 0 0.5em 0;
    font-size: 1.2em;
    font-family: 'Norms Bold', sans-serif;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.at-subjectKnowledgeBase__description {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden;
}

.at-subjectKnowledgeBase__linkOverlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-indent: -999em;
}

.at-subjectKnowledgeBase__link {
    text-decoration: none;
}
