.ts-bg-dark {
    background-color: #000000;
}

.ts-bg-gray-dark {
    background-color: #292929; /* "Strong Charcoal" Grey */
}

.ts-top-search .search-button {
    padding: 8px;
    background-color: #292929; /* "Strong Charcoal" Grey */
    color: #fff;
    text-decoration: none;
}

.ts-md-btn-dark {
    background-color: #292929; /* "Classic Mid‑Dark" Grey */
}

.ts-md-btn-border {
    border: 2px solid #292929; /* "Classic Mid‑Dark" Grey */
}

.ts-nav .nav-link:hover {
    /* color: #A9A9A9; */ /* CLASSIC_MID-DARK_GREY */
	/* SilverShot_RED */
	color:#FE0000 !important;
}

.ts-lg-btn-border {
    color: #A9A9A9; /* "Classic Mid‑Dark" Grey */
}

.white {
    color: #fff;
}

.SilverShot_BLUE{
	/* SilverShot_BLUE */
	color:#0000FE;
}

.SilverShot_ORANGE{
	/* SilverShot_ORANGE */
	color:#FF6920;
}

.SilverShot_SKY_BLUE{
	/* SilverShot_SKY_BLUE */
	color:#79D2EB;
}

.SilverShot_RED{
	/* SilverShot_RED */
	color:#FE0000 !important;
}

.border-white {
    border: 2px solid #ffffff;
}

.underline{
	text-decoration:underline;
}

#INITIAL_DELTA_DELTA{
	width:60% !important;
	display: block;
	margin-left: auto;
	margin-right: auto;

}

.READ_MORE{
	font-family:'Times New Roman';
	font-weight:bold;
}

h2, h4 {
	font-family: 'Poppins';
}

.article_heading{
	text-decoration:none;
}

#Evil-Demolition {
    margin: 2em 0 0 0;
    text-decoration: underline !important;
	font-family: 'Poppins', sans-serif;
}

a.link:hover{
	/* SilverShot_RED */
	color:#FE0000 !important;
	text-decoration:underline;
}

.Featured_Link{
	text-decoration:none;
}

.700{
	font-weight:700;
}