
.letters{
	margin: 40px 0;
}
.letters a{
	padding: 0 3px;
	border: 1px solid transparent;
}
.letters a.active{
	border: 1px solid #1e6df6;
	border-radius: 3px;
}

/* ============== category-top =============================== */

.category-top h1.icon{
	background-position: 0 0;
	background-size: 80px 56px;
	min-height: 56px;
	padding: 5px 0 5px 90px;
	font-size: 40px;
}
body.category-trojans .category-top h1.icon{ padding-left: 80px; }
@media screen and (max-width: 910px) {
	.category-top h1.icon{
		background-size: 60px 40px;
		min-height: 40px;
		padding: 2px 0 2px 70px;
		font-size: clamp(30px, 3vw, 40px);
	}
}

/* ============== category-path ============================ */

.category-path{
	background-color: white;
	color: #3279F6;
	font-size: 16px;
	margin-bottom: -30px;
}
.category-path .container{
	position: relative;
}
.category-path a {
	position: relative;
	margin-right: 21px;
	color: #525660;
	text-decoration: underline;
}
.category-path a:after {
	position: absolute;
	content: '>';
	margin-left: 5px;
	color: #B9C0D5;
}

/* ============== section-category-top =============================== */

.section-category-top{
	background-color: #F5F8FD;
	margin-bottom: 25px;
}
.section-category-top h2{
	color: #2256B1;
	font-size: 35px;
}
.section-category-top .top_table th{
	background-color: #E9EFF8;
}
.section-category-top .top_table .index{
	font-size: 22px;
}
.section-category-top .top_table .index{
	font-weight: bold;
}
.section-category-top .top_table a,
.categories-list a{
	text-decoration: underline;
	font-size: 22px;
}
.section-category-top .button{
	border-radius: 5px;
	font-size: 22px;
	font-weight: normal;
}
@media screen and (max-width: 1000px){
	.priority-low{
		display:none !important;
	}
}

/* ============== category-posts =============================== */

.category-posts{
	margin-top:-40px;
	background-color: white;
}

/* ============== category-bannerAssessment =============================== */

.category-bannerAssessment{
	background-color: #373948;
	background-image: url(../../images/pages/category/banner-criteria.jpg?v=2);
	min-height: 530px;
	text-align: left;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi){
	/* retina */
	.category-bannerAssessment{
		background-image: url('../../images/pages/category/banner-criteria@2x.jpg');
	}
}
.category-bannerAssessment h2{
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.category-bannerAssessment p{
	font-size: 20px;
}
.category-bannerAssessment .button{
	background-color: #3279F6 !important;
	color: white;
	font-size: 24px;
	padding: 22px 50px;
}

/* ============== category-bannerAnalyze =============================== */

.category-bannerAnalyze{
	background-color: #5d6265;
	background-image: url('../../images/pages/category/banner-analyze.jpg');
	min-height: 476px;
}
.category-bannerAnalyze .button{
	background-color: #3279F6;
	border-radius: 5px;
	color: white;
	font-size: 24px;
}
