.docLibraryDocTitle {
	text-transform: none !important;
	font-size: 1.2rem;
}

.docLibraryDocTitleIcons {
	margin-left: -20px;
}

.docLibraryCategoryIntroText {
	text-transform: none !important;
	font-weight: 500;
}

.docLibraryCategoryLabel, .docLibrarySubcategoryLabel, .docLibrarySearchTitle {
	font-weight: bold;
	font-size: 1.1rem;	
}

h6.docLibraryDateAuthor {
	font-size: .9rem;
	color: #535252 !important;
}

.docLibraryDocCount, .docLibrarySort {
	font-size: 90%;
}

.docLibrarySearchTitle {
	position: relative; 
	bottom: 31px; 
	margin-bottom: -11px; 
	background-color: #fff; 
	padding-left: 10px; 
	padding-right: 10px;	
}

#docLibSearch {
	max-width: 800px; 
	margin-top: -15px;	
}

#docLib_changeSortDiv {
	margin-top: 10px; 
	margin-bottom: 10px; 
	padding-bottom: 5px;
}

.doc_lib_category {
	text-transform: uppercase;
}

hr.docLib_hr {
	background-color: transparent;
	background-image: linear-gradient(90deg, rgba(206,211,246,0) 0, #bbb 38%, #bbb 64%, rgba(206,211,246,0) 99%);
	opacity: .3;
	margin: 0;
}

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

h2.docLib_h2 {
	font-size: 30px;
}

h3.docLib_h3 {
	font-size: 24px;
}

h4.docLib_h4 {
	font-size: 18px;	
}

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

h1.docLib_h1, h2.docLib_h2, h3.docLib_h3, h4.docLib_h4, h5.docLib_h5, h6.docLib_h6 {
	letter-spacing: -0.05em;
	margin: 0;
	text-transform: uppercase;
	font-weight: normal;
}

h2.docLib_h2 {
    margin-bottom: 25px;
    margin-top: 35px;
}

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

.doc_lib_file {
	margin-bottom: 10px;
}

.doc_lib_category_div {
	margin-bottom: 20px;
}

.docFileWrapper {
	border-top: 1px solid #ededed;
	padding-top: 15px;
	padding-bottom: 10px;
}

.docFileWrapper:hover {
	background-color: #f1f1f1;
}

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

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, 
.pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #bfbfbf;
    border-color: #bfbfbf;
    color: #fff;
    cursor: default;
    z-index: 2;
}

@media (max-width: 767px) {
	#show_hideButton {
		margin-top: 10px !important;
		margin-bottom: 15px !important;
	}
}