.alpha-jump-links li {
    display: inline-block;
    margin: 0 .5em .5em 0;
    font-weight: 600;
    font-size: 1.5rem;
    color: #717171;
}
.myStyle{
	 display: inline-block;
	 margin-top: 2%;
	 vertical-align: top;
	 margin-left: 1%;
}
 img{
	 opacity: 1;
	 transition: opacity 0.3s;
}
 img[data-src]{
	 opacity: 0;
}
 .myEmailBackShadow:hover {
	 text-shadow: 2px 2px 4px purple;
}
 .jplist-panel{
	 height: 7.6em;
	 width: 100%;
	 background-color: #EEECF2;
}
 .middlePanel{
	 height: 0;
	 bottom: 5em;
	 max-width: 95%;
	 background: none;
}
 #alpha-jump-links {
	 margin: 0;
	 padding: 0;
}
 #alpha-jump-links ul {
	 margin-top: 49px;
	 margin-bottom: -100px 
}
 #pickleRick{
	 padding-top: 2.5em;
}
 .bottomPanel{
	 height: 50px;
	 bottom: 0;
}
 .jplist-pagination{
	 display: inline;
	 width: 70%;
	 padding-right: 0;
	 border-right: 0;
	 margin: 0;
}
 .jplist-label{
	 display: inline;
	 float: left;
	 width: 146px;
	 border-left: 0;
}
 .paginationContainer{
	 position: relative;
	 box-sizing: inherit;
	 display: inline;
}
 .bottomPanel .paginationContainer{
	 bottom: 1.4em;
}
 .bottomPanel .jplist-pagination{
	 position: relative;
	 top: 1.4em;
}
 .jplist-pagination .jplist-pagingmid .jplist-pagesbox .jplist-current{
	 color: #9040CA;
}
 .jplist-group ul .letterGroup:hover {
	 font-weight: bold;
	 cursor: pointer;
	 color: black;
}
 .jplist-group ul .letterGroup{
	 text-decoration: none;
	 color: #9040CA;
}
 .jplist-group {
	 margin-left: 2%;
	 margin-top: 0;
	 border: none;
	 float: left;
	 height: 30px;
	 -webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	 -ms-box-sizing: border-box;
	 -o-box-sizing: border-box;
	 box-sizing: border-box;
	 border-radius: 3px;
	 text-shadow: 1px 1px 1px #fff;
	 color: #27252a;
	 height: auto;
	 width: 100%;
}
 .center {
	 margin: auto;
	 width: 50%;
}
 .jplist-panel .text-filter-box input,.jplist-panel .jplist-drop-down{
	 font-size: 18px;
	 width: 190px;
	 padding: 0;
	 font-size: .85em;
}
 .jplist-panel .jplist-drop-down{
	 width: 212px;
}
 div div ul li a span{
	 color: #F5AA01 
}
/*added for dropdown filter */
 .jplist-dd-panel {
	 width: 200px;
}
 .jplist-panel .jplist-drop-down{
	 width: 225px;
}
 .jplist-drop-down .jplist-dd-panel {
	 width: unset;
}
 .jplist-drop-down ul {
	 width: 300px;
}
 #deptList {
	 width: 320px;
	 height: 350px;
	 overflow: auto;
	 z-index: 2;
}
 .jplist-drop-down .jplist-dd-panel:after {
	 top: 0;
}
 .jplist-drop-down ul li {
	 height: unset;
}

 @media screen and (max-width: 1023px) {
	 .middlePanel {
		 display: none;
	}
}
 @media screen and (max-width: 764px) {
	 .myStyle{
		 margin: auto;
		 margin-top: 1.4em;
	}
	 .jplist-pagination{
		 padding-left: 0;
		 margin-left: 0;
		 width: 95%;
	}
	 .paginationContainer{
		 top: 0.6em;
		 display: inline-block;
		 width: 100%;
		 left: 0;
	}
	 .jplist-panel{
		 height: 11em;
	}
	 .bottomPanel{
		 height: 55px;
	}
	 .bottomPanel .jplist-pagination{
		 top: 0;
	}
}
 @media screen and (max-width: 1172px) {
	 div.jplist-group li {
		 margin-right: 6.6px;
	}
}
 @media screen and (max-width: 525px) {
	 .jplist-panel{
		 height: 20em;
	}
	 .bottomPanel{
		 height: 90px;
	}
	 .bottomPanel .paginationContainer{
		 top: 0;
	}
}