<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.navbar-brand {
    font-size: 1.75rem;
    font-weight: 800;
}

.jumbotron .carousel-item {
    text-align: center;
}
.divHeaderBLog, .blogArticleMainPicture, .slide img {
    margin-bottom: 20px;
}

.blogArticleMainPicture {
    max-height: 200px;
    overflow: hidden;
}

.newBlog [class*="col-"] {
    padding-left: 0px;
}
.last-column {
    padding-right: 0px;
}

.no-margin {
  margin-left: 0;
  margin-right: 0;
}
.no-padding {
  padding-left: 0;
  padding-right: 0;
}

/*.divSectionContent, .divSectionHeader { padding: 20px; }*/

.video-list-thumbs .glyphicon-play-circle { background-image: url(/publicweb/images/system/play-with-a-circle-button); }

dl, ol, ul { padding-left: 1em !important; margin-left: 1em; }

.GalleryTitle {
    margin-bottom: 20px;
    font-size: x-large;
    font-weight: 700;
}

.gallery-list {
    padding-left: 0em !important;
    margin-left: 0em;
}
h1, h2, h3, h4 {
    margin-top: 0px;
}

.blogHeader {
    background-color: #e9ecef;
}
.form-group label, .form-group .formLabel {
    display: block;
}

.excerptContainer {
    margin: 0;
    position: inherit;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width:991px) {
    .excerptContainer {
        position: relative;
        top: 0;
        transform: none;
    }
}
.carousel-item img {
    width: 100%;
    max-width: 1000px;
}</pre></body></html>