/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 24 2025 | 10:56:28 */
.toc-wrapper, .post-product  {
    clip-path: polygon(0 var(--clipSize), var(--clipSize) 0, 100% 0, 100% calc(100% - var(--clipSize)), calc(100% - var(--clipSize)) 100%, 0 100%);
    --clipSize: 15px;
}
ol {
    list-style: none;
    counter-reset: li;
    padding-left: 2em;
}
ol li {
    counter-increment: li;
    color: var(--main-color);
    margin-bottom: .5em;
	font-size: 16px;
}
ol li:before {
    content: counter(li) ". ";
    color: var(--feature-color);
    display: inline-block;
    width: 1em;
    margin-left: -1.5em;
    margin-right: .5em;
    font-weight: 700;
}
.toc-wrapper li , .featured-list li{
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 1em;
}
.toc-wrapper a, .featured-list a {
    color: #58c1f7;
	text-decoration: underline;
}
.wysiwyg-content h2, .wysiwyg-content h3 {
	text-transform: uppercase;
	font-family: roboto_condensed;
	color: var(--main-color);
}
.wysiwyg-content h2 {
    line-height: 1.2;
	font-size: 40px;
}
.wysiwyg-content h3 {
	font-size: 1.8em;
	 margin-top: 3rem;
    letter-spacing: 0;
}
.post-product__content .h3 {
	font-size: 2em;
	 margin-top: 3rem;
    letter-spacing: 0;
	color: var(--main-color);
	text-transform: uppercase;
	font-family: roboto_condensed;
}
.wysiwyg-content h2:not(:first-child) {
    margin-top: 3rem;
}
.wysiwyg-content h2:not(:first-child) {
    margin-top: 3rem;
}
.post-product {
	background : #1a1b3c;
	border: 2px solid #505074;
	padding: 2rem;
}
.post-product img {
    margin: 0 auto;
    border-bottom-width: 0 !important;
}
.wysiwyg-content iframe, .wysiwyg-content img {
    max-width: 100%;
}
.post-product__content>:last-child {
    margin-bottom: 0;
}
.post-product__content>:first-child {
    margin-top: 0;
}
.unstyled-list {
    padding: 0;
    margin-left: 0;
    list-style: none;
}
.related-article {
    display: flex;
    align-items: flex-start;
    gap: 1.125rem;
    margin-bottom: 1.125rem;
    position: relative;
}
.related-article__image {
    width: 40%;
    min-width: 40%;
}
.related-article__image img {
    margin: 0;
    width: 100%;
    height: auto;
}
.related-article__headings [role=doc-subtitle] {
    color: var(--feature-title-color);
    font-size: 12px;
    font-size: .75rem;
    letter-spacing: 1.2px;
    font-family: proxima_bold;
    margin-bottom: 5px;
}
.related-article__headings h2 {
    font-size: 16px;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 1.1;
	font-family: roboto_condensed;
	margin-top: 0;
    margin-bottom: 9px;
}
.text-white{
    color: #fff;
}
.wysiwyg-content a {
	color: #fff;
	text-decoration: underline;
}
.wysiwyg-content a:hover {
	color: #fff;
	text-decoration: none;
}
.related-article__headings h2 a:hover{
	color: #fff;
    text-decoration: underline;
}
body.single-post .product_related .section-intro__content, body.home .product_related .section-intro__content {
    text-align: center;
}
body.single-post .product_related .card--product .card__image, body.home .product_related .card--product .card__image, .arm__product-related .product_related .card--product .card__image{
	background: none;
}

.prod-related-container {
	position: relative;
}
.prod-related-container:before {
	content: "";
    position: absolute;
    height: 80px;
    background: linear-gradient(90deg, #0048bd 0, #0078cb 50%, #0048bd 100%);
    width: 100%;
    left: 50%;
    top: 30%;
    transform: translateX(-50%);
    border-top: 4px #fff solid;
    box-shadow: 0 -8px 0 #de0400;
}


@media screen and (min-width: 988px) {
    .toc-wrapper li, .featured-list li {
        font-size: 20px;
        font-size: 1.25rem;
    }
	.wysiwyg-content h3 {
        font-size: 2em;
    }
	.related-article__image img {
        width: 180px;
    }
	 .related-article__headings h2 {
        font-size: 18px;
        font-size: 1.5rem;
    }
}
@media screen and (min-width: 732px) {
    .grid-md-cols-10 {
        grid-template-columns: repeat(10, 1fr);
    }
	.grid-md-span-4 {
        grid-column: span 4 / span 4;
    }
	.grid-md-span-6 {
        grid-column: span 6 / span 6;
    }
}
