:root {
    --ten-lightgrey: #d3d3d3;
    --ten-background: #be1522;
    --ten-spot-color: #273860;
    --ten-spot-color-alt: #EE9841;
    --ten-darkgrey: #333;
    --ten-pale: #eee;
    --ten-container-padding: 20px;
    /*--ten-font: Verdana, Geneva, Helvetica, sans-serif;*/
    --ten-font: 'Source Sans 3', sans-serif;
    --ten-h2-size: 18px;
    --ten-h2-weight: 400;
    --ten-off-black: #313639;
    --ten-cat-features: #F8971D;
    --ten-cat-products: #7A92BC;
    --ten-cat-video: #AA2222;
    --ten-cat-literature: #3435CA;
}

.ten-hb-item.ten-logo {
    max-width: 500px;
}
.page-header-logo {
    float: left;
    /*padding: 15px;*/
    width: 22.25em;
    /*background-image: url(https://www.composites.media/themes/cime1ee2-e86a-11eb-a1a7-0050561038a6/images/other/logo-background.png);*/
    background-size: 100%;
    text-align: center;
}
.so-container span {
    color: var(--ten-spot-color-alt);
}
.news-section-features {
    color: var(--ten-cat-features);
}
.news-section-features:hover {
    background-color: var(--ten-cat-features);
}
.story-tag-Videos {
    border-bottom-color: var(--ten-cat-features) !important;
}
.news-section-products {
    color: var(--ten-cat-products);
}
.news-section-products:hover {
    background-color: var(--ten-cat-products);
}
.story-tag-Videos {
    border-bottom-color: var(--ten-cat-products) !important;
}
.news-section-video {
    color: var(--ten-cat-video);
}
.news-section-video:hover {
    background-color: var(--ten-cat-video);
}
.story-tag-Videos {
    border-bottom-color: var(--ten-cat-video) !important;
}
.news-section-literature {
    color: var(--ten-cat-literature);
}
.news-section-literature:hover {
    background-color: var(--ten-cat-literature);
}
.story-tag-Literature {
    border-bottom-color: var(--ten-cat-literature) !important;
}