<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.top-image-block {
    width:100%;
    padding-top: 5rem;
    padding-bottom: 16rem;
    background: #8e97d8 url('/website/DCConcepts6.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #FFFF;
}
@media (max-width: 768px) {
    .top-image-block {
        background: #8e97d8 url('/website/DCConcepts6-m.jpg') no-repeat right center;
    }
}
.top-image-block h1 {
    margin-bottom: 2rem;
    font-weight: bold;
    padding: 0;
    font-size: 2rem;
    color: #000;
    line-height: 2.2em;
    display: inline;
}
.top-image-block h2 {
    margin-top:2rem;
    font-weight:bold;
}
.top-image-block h1 span {
    padding: 0.2em;
    box-shadow: 0.2em 0 0 #FFF, -0.2em 0 0 #FFF;
    background-color: #fff;
    box-decoration-break: clone;
}
.top-image {
    width:100%;
}
.top-image &gt; div.content {
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
}
section.content h2 {
    color: #000;
    margin: 2rem auto;
    font-weight: bold;
    padding: 5px auto;
    font-size:3rem;
}
.color-line {
    background-color : #8e97d8;
}
.grey-line {
    background-color : #eee;
}
.top-image-block .marker {
    background-color: #FFF;
}
.marker {
    background-color : #8e97d8;
}
h2.color-title {
    background-color : #8e97d8;
    margin-bottom: 2rem;
    margin-top: 5rem;
    font-weight: bold;
    padding: 5px 10px;
    display:inline-block;
    color:#FFF;
}
.content {
    font-size: 0.9rem;
    line-height: 1.5rem;
}
.form-control:focus {
    border-color: #8e97d8;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(142, 151, 216, 0.6);
}
a.anchor {
    display: block;
    position: relative;
    top: -150px;
    visibility: hidden;
}
.btn:hover {
    color:#8e97d8;
    border-bottom: 1px solid #8e97d8;

}
</pre></body></html>