.glossary-pagination ul {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.glossary-pagination ul>li {
    display: inline;
}
.glossary-pagination ul>li:first-child>a, .glossary-pagination ul>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.glossary-pagination ul>li:last-child>a, .glossary-pagination ul>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.sfContentBlock h4 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
}
.sf_cols.search-box {
	background-color: #f5f5f5;
    border: 1px solid #ccc;
	padding: 1em;
}
.sfContentBlock .height-2 { height: 10px }
.glossary-pagination ul>li>a, .glossary-pagination ul>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.glossary-pagination ul li a {
    text-decoration: none !important;
}
.glossary-pagination ul > li > a:focus,
.glossary-pagination ul > li > a:hover {
    background-color: #eee;
}
.glossary-pagination ul,
ul.pda-glossaries {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.pda-glossaries {
    margin-top: 15px;
}
ul.pda-glossaries li {
    border-bottom: 1px dotted #085e9a;
    padding-bottom: 15px; 
	padding-top: 10px;
}
@media only screen and (min-device-width : 768px) {
	ul.pda-glossaries li {
		border-left: 3px solid #fff;
		padding-left: 10px;
	}
	ul.pda-glossaries li:hover {
		border-left: 3px solid #085e9a;
	}
}
ul.pda-glossaries li a:hover,
ul.pda-glossaries li a:focus,
ol.sfsearchReultTitlesOnly li a:hover,
ol.sfsearchReultTitlesOnly li a:focus {
    text-decoration: none;
}
.pda-glossaries h3 {
    margin-top: 0; 
    margin-bottom: 10px;
	color: #085e9a;
}
.tr-list ul.sftaxonHorizontalList,
.tr-keylist ul.sftaxonHorizontalList {
    display: none;
}
.sec-template-main-content h4 {
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 20px;
    color: #000;
}
.sec-template-main-content h5 {
    font-size: 1.1em;
    color: #000;
    padding: 20px 0;
    margin: 0;
}
#get-item-number {
    font-weight: 900;
    padding: 0 3px;
}
.fa-list-ul {
    padding-right: 5px;
}
.tr-matches {
    padding: 5px 15px;
    margin: 20px 0 0;
}
.search-box {
    margin-bottom: 10px;
}
.tr-search-result {
    margin: 15px 0;
}
ol.sfsearchReultTitlesOnly {
    padding: 0;
    margin: 40px 0 0;
    list-style-type: none;
    counter-reset: my-search-result-counter;
}
/*ol.sfsearchReultTitlesOnly li:before {
    content: counter(my-search-result-counter);
    counter-increment: my-search-result-counter;
    position: absolute;
    left: 0;
    top: 5px;
    color: #e5e5e5;
    font-size: 50px;
}*/
ol.sfsearchReultTitlesOnly li {
    padding: 0 0 15px 7px;
    margin: 0 0 15px 0;
    border-bottom: 1px dotted #eee;
    position: relative;
}
ol.sfsearchReultTitlesOnly .tr-title {
    font-size: 22px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2em;
    margin-top: 15px;
    margin-bottom: 5px;
}
.glossary-search-result {
    margin-top: 20px;
}
.sec-template-main-content select,
.sec-template-main-content .sfsearchTxt {
    font-size: 1em;
    color: #337ab7;
}
span.news-category-label span {
	font-weight: 700;
	font-size: 0.9em;
	color: #333;
	margin-right: 10px;
	height: 24px;
    line-height: 24px;
}
.pda-letter-tags { color: #fff; }
.pda-letter-category {
	font-size: 0.9em;
	background: #eee;
	border-radius: 3px 0 0 3px;
	color: #999;
	display: inline-block;
	height: 24px;
	line-height: 24px;
	padding: 0 20px 0 23px;
	position: relative;
	margin: 0 0 5px 0;
	text-decoration: none;
	-webkit-transition: color 0.2s;
}
.pda-letter-category::before {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
	content: '';
	height: 6px;
	left: 10px;
	position: absolute;
	width: 6px;
	top: 10px;
}
.pda-letter-category::after {
	background: #fff;
	border-bottom: 12px solid transparent;
	border-left: 10px solid #eee;
	border-top: 12px solid transparent;
	content: '';
	position: absolute;
	right: 0;
	top: 0;
}
.pda-letter-category:hover {
	background-color: #085e9a;
	color: white;
}
.pda-letter-category:hover::after {
	border-left-color: #085e9a; 
}
@media only screen and (max-width: 1175px) {
	.content-padding {
		padding-right: 0;
		padding-left: 0;
	}
}