/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 07 2025 | 05:40:18 */
table {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    text-transform: uppercase;
	font-family: proxima_regular;
}
thead {
    font-weight: 700;
}
table.blue thead tr {
    background: #4473c5;
    color: #fff;
}
table.blue thead tr th {
    padding: 10px;
	border: 0;
}
tbody {
    background: #161618;
}
table.blue tbody tr {
    background: #cfd5eb;
    color: #000;
}
table.blue tbody tr:nth-child(even) {
    background: #e9ecf5;
}
table.blue tbody tr:nth-child(2n) {
    background: #e9ecf5;
}
table.all-centered td:first-child {
    text-align: center;
}
table.blue td {
    padding: 10px;
	border: 0;
}
table td:first-child {
    text-align: left;
}
.wysiwyg-content h3 {
    font-family: proxima_bold,"Open Sans",Arial,sans-serif;
    font-size: 1.3em;
    margin-top: 3rem;
    letter-spacing: 0
}
@media only screen and (min-width: 988px) {
    .wysiwyg-content h3 {
        font-size:1.5em
    }
}
.article__jump-links, .featured-list {
    background: #161618 linear-gradient(to top right, #222224, #28282a);
    padding: 1.5rem 2rem .5rem 1rem;
    line-height: 1.2;
    margin-bottom: 1rem;
}
.article__jump-links li, .featured-list li {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 1em;
	font-family: proxima_regular;
}
.article__jump-links a, .featured-list a {
    color: #fff;
	font-size: 20px;
	text-transform: none;
	text-decoration: underline;
}
.article__jump-links li::marker {
     color: #fff;
}
ol {
    list-style: none;
    counter-reset: li;
    padding-left: 2em;
}
ol li {
    counter-increment: li;
    color: var(--main-color);
    margin-bottom: .5em;
}
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;
}
@media screen and (min-width: 988px) {
    .article__jump-links, .featured-list {
        padding: 2rem 3rem 1rem;
    }
    .article__jump-links li, .featured-list li {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

.unstyled-list {
    padding: 0;
    margin-left: 0;
    list-style: none;
}
.related-article {
   display: grid;
    align-items: flex-start;
    gap: 1.125rem;
    margin-bottom: 1.125rem;
    position: relative;
    grid-template-columns: 1fr 1fr;
}
.related-article__image img {
    margin: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 15 / 10;
    -o-object-fit: cover;
    object-fit: cover;
}
.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 {
    text-transform: uppercase;
    line-height: 18px;
	margin-top: 0;
    margin-bottom: 9px;
}
.related-article__headings h2 a{
	font-family: "proxima_bold", Sans-serif;
	font-size: 16px;
	line-height: 1;
}

.text-white{
    color: #fff;
}
.wysiwyg-content a {
	color: #fff;
	text-decoration: underline;
}
.wysiwyg-content a:hover {
	color: #fff;
	text-decoration: none;
}
.wysiwyg-content h2 {
    line-height: 1.2;
}
.wysiwyg-content h2:not(:first-child) {
    margin-top: 3rem;
}
.wysiwyg-content h3 {
    font-family: proxima_bold,"Open Sans",Arial,sans-serif;
    font-size: 1.3em;
    margin-top: 3rem;
    letter-spacing: 0
}
.wysiwyg-content h4 {
    margin-bottom: 24px;
}

.wysiwyg-content iframe,.wysiwyg-content img {
    max-width: 100%;
    margin-bottom: 1em;
    border-width: 0
}
.related-article__headings h2 a:hover{
	color: #fff;
    text-decoration: none;
}
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: 1.5em;
    }
	.related-article__image img {
        width: 180px;
    }
	 .related-article__headings h2 a{
        font-size: 20px;
    }
}
@media(max-width: 987px) { 
	.article__jump-links h2 {
		font-size: 20px;
	}
	.article__jump-links a{
		font-size: 16px;
	}
	.wysiwyg-content h2 {
		font-size: 36px;
	}
	.wysiwyg-content h3 {
		font-size: 18px;
	}
	.related-article__headings h2 {
		font-size: 16px;
	}
}
@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;
    }
}