.Normal {
    color: unset;
    font-size: unset;
    line-height: unset;
    word-wrap: unset;
}
/* Legacy CDFW styles */
.tagline {
  color: #333;
  font-size: 1.2em;
  line-height: normal;
  font-weight: bold;
  font-style: italic;
}
.textBoldRed {
  color: #C00000;
  font-weight: bold;
}
.bg-default {
    background-color: #F5F5F5;
}
.brd-default {
    border: solid 1px #ddd;
}
em, i {
    font-style: italic;
}
.breadcrumbs {
    padding: 0.5em 1rem;
    padding-left: 0;
    margin-bottom: 2rem;
    font-size: var(--font-size-small);
    @media (width >= 576px) {
        font-size: calc(var(--font-size-small) + var(--ratio));
    }
}
h2:first-of-type {
    margin-top: 0;
}
.accent-underline {
    width: 100%;
    border-bottom: 2px solid #FDB81E;
}
table {
    caption-side: top !important;
}
.w-35 {
    width: 35%;
}
/* END */
/* Override DNN/Mandeeps conflicts */
a.btn-primary:visited, a.btn-standout:visited {
    color: var(--white, #fff);
}
/* END */
