.facultyblock ul{
    display: flex;
    flex-wrap:wrap;
}
.facultyblock ul li{
    list-style: none;
    padding: 10px;
    width: 250px;
    text-align: center;
    font-size: 18px;
}
.facultyblock ul li a{
	padding:20px;
	display:block;
	color:#FFF;
	background-color:#005826;
}
.facultyblock ul li a span{
	margin-left:5px;
	font-size:14px;
}
form.bef-exposed-form{
	padding:5px 30px 20px 30px;
	background:linear-gradient(121deg, rgb(242, 247, 255) 0%, rgb(244, 247, 250) 100%);
	margin-bottom:30px;
}
form fieldset.form-item {
    padding: 5px 0;
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin-top:10px;
    margin-bottom:10px;
}
/*fieldset:nth-child(1) ul li:nth-child(5), fieldset:nth-child(1) ul li:nth-child(6), fieldset:nth-child(1) ul li:nth-child(7),fieldset:nth-child(1) ul li:nth-child(8){
    display: none;
}
.language-en .teachersblock fieldset:nth-child(1) ul li:nth-child(2){
	display:none;
}*/
fieldset.form-wrapper legend {
    width: 85px;
    float: left;
    margin-top: 7px;
    padding-right: 10px;
    text-align: right;
    color: #26549B;
}
.language-en fieldset.form-wrapper legend {
    width: 95px;
}
fieldset.form-wrapper legend .fieldset-legend {
    font-weight: bold;
    font-size: 14px;
}
.fieldset-wrapper {
    width: calc(100% - 100px);
}
div.form-checkboxes {
    overflow:hidden;
}
div.form-checkboxes a.bef-toggle {
    float: left;
    display: inline-block;
    margin-top: 7px;
    margin-right: 20px;
}
div.form-checkboxes  ul{
	padding:0;
	margin:0;
	list-style:none;
}
div.form-checkboxes  li{
	list-style:none;
	float:left;
	margin-bottom: 0;
}
div.form-checkboxes  li label{
	font-weight:normal;
	text-transform: uppercase;
	    margin-bottom: 0;
}
.language-en div.form-checkboxes li label {
    font-size: 13px;
    font-weight: normal;
    text-transform: inherit;
}
.language-en #edit-field-last-alphabet-target-id--2 div.form-checkboxes li label {
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 0;
}

.js-form-item.form-item.form-type-select.js-form-type-select.form-item-items-per-page.js-form-item-items-per-page {
    display: inline-block;
}
.js-form-item.form-item.form-type-textfield.js-form-type-textfield.form-item-combine.js-form-item-combine {
    display: inline-block;
}
div.form-actions {
    display: none;
}

	.custompager{
		display: flex;
		align-items: center;
	}
#pagination {
	margin-right:10px;
}

@media(max-width:992px){
	form.bef-exposed-form {
    padding: 5px 20px 10px 20px;
    margin-bottom: 10px;
}
input.form-text.form-element.form-element-radius{
	width:80%;
}
	fieldset.form-wrapper legend {
    width:100%;
    float: none;
    text-align: left;
}
.fieldset-wrapper {
    width: 100%;
}
div.form-checkboxes a.bef-toggle {
    float: none;
    display: inline-block;
    margin-top: 7px;
    margin-bottom:7px;
}
.facultylistblock {
    padding: 0px;
}
}
@media(max-width:480px){
.facultyblock {
    display: flex;
    flex-wrap: wrap;
}
.facultyblock .img {
    width: 100%;
}
.facultyblock .detail {
    width: 100%;
    margin-left: 0px;
}
.facultyblock .detail h3 {
    text-align: center;
}
}