<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.pagination &gt; .active &gt; a, .pagination &gt; .active &gt; span, .pagination &gt; .active &gt; a:hover, 
.pagination &gt; .active &gt; span:hover, .pagination &gt; .active &gt; a:focus, .pagination &gt; .active &gt; span:focus {
    background-color: #bfbfbf;
    border-color: #bfbfbf;
    color: #fff;
    cursor: default;
    z-index: 2;
}

.buyersGuide_lead {
    font-size: 17px;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 20px;
}

.buyersGuide_strong {
    font-size: 15px;
    font-weight: bold;
}

.buyersGuide_list-group {
    box-shadow: 0 0px 0px;
}

.buyersGuide_badge {
	background-color: #bfbfbf;
	font-size:15px;
}

.buyersGuide_breadcrumb {
	font-size: 16px;
}

hr.buyersGuide_hr {
	border-top: 1px solid #e7e7e7;
	margin: 40px 0;
}

a, button {
    cursor: pointer;
}

h1.buyersGuide_h1, h2.buyersGuide_h2, h3.buyersGuide_h3, h4.buyersGuide_h4, h5.buyersGuide_h5, h6.buyersGuide_h6 {
	letter-spacing: -0.05em;
	margin: 0;
	text-transform: uppercase;
	font-weight: normal;
}

h1.buyersGuide_h1 {
	font-size: 36px;
}

h2.buyersGuide_h2 {
	font-size: 30px;
	margin-top: 35px;
	margin-bottom: 25px;
}

h3.buyersGuide_h3 {
	margin: 2em 0 1em 0;
}

h4.buyersGuide_h4 {
	font-size: 18px;
	color: #bfbfbf;
}

h5.buyersGuide_h5 {
	font-size: 14px;	
}

h2.buyersGuide_h2::after {
	background: #bfbfbf;
	content: "";
	display: block;
	height: 5px;
	margin-top: 10px;
	width: 60px;
}

h4.buyersGuide_h4 span {
	padding: 0 15px;
}

h4.buyersGuide_h4 span i {
	margin-right: 10px;
}

h5.buyersGuide_h5, h6.buyersGuide_h6 {
	letter-spacing: 0;
}

.pagination {
	margin-top: 50px;
}

.pagination li a {
	border-radius: 3px;
}

.pagination li a:hover {
	color: #bfbfbf;
}

.pagination &gt; li &gt; a, .pagination &gt; li &gt; span {
	text-decoration: none;
}

div#content a {
    text-decoration: none;
}

#buyersGuide_subcatSelect {
	font-weight: bold;
	font-size: 15px;
	color: #bfbfbf;
}

.buyersGuide_dashed {
	border-top: 1px dashed #e7e7e7;
	margin: 15px 0;
}

a.buyersGuide_link:visited {
    color: #660099;
}
a.buyersGuide_link:link {
    color: #660099;
}


/* below is styles for different screen sizes */

/* small tablets
---------------------------------------------------------------*/
@media (max-width: 767px) {

	div[class*="col"] {
		padding-bottom: 10px;
		padding-top: 10px;
	}

}

/* smartphones
---------------------------------------------------------------*/
@media (max-width: 480px) {

	h1.buyersGuide_h1 {
		font-size: 32px;
	}

}
</pre></body></html>