/* ---------- SEARCH SECTION --------- */
 #search-tab, #event-bttn {
	 display: none;
}

a#event-bttn.hide-bttn {
    display:none;
}

 @media screen and (min-width: 701px) and (max-width: 980px) {
	 #event-bttn {
		 display: block;
		 position: absolute;
		 right: 30px;
		 top: 35px;
	}
}
 #search-tab .button {
	 display: block;
	 position: absolute;
	 right: 0;
	 top: 0;
	 width: 45px;
	 height: 40px;
	 color: #4E2A84;
	 text-align: center;
	 font: 0/0 a;
	/* IE Fix */
	 *font: 20px/30px Lucida Sans Unicode, Arial Unicode MS, Arial;
}
 #search-tab .button.rotated {
	 -webkit-transform: rotate(180deg);
	/* Chrome, Safari 3.1+ */
	 -moz-transform: rotate(180deg);
	/* Firefox 3.5-15 */
	 -ms-transform: rotate(180deg);
	/* IE 9 */
	 -o-transform: rotate(180deg);
	/* Opera 10.50-12.00 */
	 transform: rotate(180deg);
	/* Firefox 16+, IE 10+, Opera 12.10+ */
}
 #search-tab .button:after {
	 content: " ";
	 position: absolute;
	 top: 0;
	 right: 0;
	 bottom: 0;
	 left: 0;
	 margin: auto;
	 width: 0;
	 height: 0;
	 border: 7px solid transparent;
	 border-top-color: #4E2A84;
	 border-bottom: none;
}
 .search-news-articles-wrapper {
	 position: relative;
}
 .search-news-articles {
	 color: #4E2A84;
	 text-transform: uppercase;
	 padding-bottom: 1rem;
	 margin-block-end: 0;
	 position: relative;
	 font-family: "Poppins Light", Arial, sans-serif;
	 font-weight: normal;
}
 .list_category {
	 display: none;
}

.search-news-articles input[type="reset"],
.search-news-articles input[name="reset"] {
	display: none;
	background-color: #a0a0a0;
}

.search-news-articles input[type="submit"],
.search-news-articles input[name="submit"] {
	-webkit-appearance: none;
	font-size: 0;
	background: url('../images/structure/sprites/paginator.svg') no-repeat scroll -211px -2px rgba(0, 0, 0, 0);
	height: 35px;
	width: 35px;
	min-width: 35px;
	vertical-align: top;
	margin: 10px 0;
	border-style: none;
	box-shadow: none;
}

 select {
	 border: 1px solid #571953;
	 height: 35px;
	 margin: 0 10px;
}
 .search-news-articles.eecs-search .selectric .button {
	 background-color: #fff;
}
 .search-news-articles input[type="text"] {
	 border: none;
	 height: 35px;
	 margin: 10px;
	 margin-left: 0;
	 padding: 9px 10px 6px;
	 width: 39.5%;
}
 span.search_bar_header {
	 font-weight: normal;
	 letter-spacing: 0px;
	 margin-right: 10px;
}
 .search-news-articles input[type="text"], .selectricWrapper {
	 display: inline-block;
}
 .search-news-articles .selectricWrapper {
	 width: 21%;
	 min-width: 97px;
	 padding: 0 10px;
	 margin-left: 0;
	 margin: 10px 0;
	 border-left: 1px solid #ccc;
	 vertical-align: top;
	 top: 0;
	 line-height: 0;
}
 .search-news-articles.eecs-search .selectricWrapper:first-of-type {
	 width: 18%;
}
 .search-news-articles.eecs-search .selectricWrapper:last-of-type {
	 width: 33%;
}
 #main-content .search-news-articles .selectricWrapper .selectricItems {
	 margin-left: 10px;
}
 @media screen and (max-width: 700px) {
	 #main-content .search-news-articles .selectricWrapper .selectricItems {
		 margin-left: 0px;
	}
}
 .search-news-articles .selectric {
	 height: 35px;
	 border-radius: 0;
}
 input, textarea {
	 -webkit-border-radius: 0;
}
 input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
	 -webkit-appearance: none;
	 margin: 0;
}
 #news-results .current_pagination {
	 font-family: "Akkurat Pro Regular", Arial, sans-serif;
	 width: 38px !important;
	 border: none;
	 margin-right:.4rem;
}
 #news-results .pagination #news-next {
	 margin-left:.4rem;
}
 .news_list {
	 margin-bottom: 2rem;
}
 .news_list::after {
	 content: "";
	 clear: both;
	 display: table;
}
 .news_list .newsimg-float-left {
	 float: left;
	 width: 195px;
	 margin-right: 25px;
	 margin-bottom: 20px;
}
 .news_list .newsimg-float-left+.list_text {
	 margin-left: 220px;
}
 .hide-thumbnails .news_list .newsimg-float-left {
	 display: none;
}
 .hide-thumbnails .news_list .newsimg-float-left+.list_text {
	 margin-left: 0;
}
 .news_list .news_date {
	 text-transform: uppercase;
	 color: #999999;
	 padding-top: 10px;
	 font-size: .9rem;
	 letter-spacing: 0;
}
 .news_list .news_date .date, .news_list .news_date .sep, .news_list .news_date .source {
	 display: inline;
}
 .hide-dates .news_list .news_date .date, .hide-dates .news_list .news_date .sep, .hide-sources .news_list .news_date .sep, .hide-sources .news_list .news_date .source {
	 display: none;
}
/*body.sitetype-program .news_date > span, body.sitetype-program .news_date > div {
	 display: none;
}
*/
 .news_list .news_date .sep {
	 padding: 0 6px;
}
 .news_date, #news-content-wrap .news_date .source {
	 font-family: "Poppins Light", Arial, sans-serif;
	 font-weight: normal;
	 line-height: 1.5;
}
 #main-content-wrap .news_date .source {
	 color: inherit;
	 border-bottom: none;
	 font-weight: normal;
	 font-style: italic;
}
 #main-content-wrap .news_date a:hover {
	 border-bottom: 1px dotted #999999;
}
 #main-content-wrap h3 {
	 font-size: 1.15rem;
	 text-transform: none;
	 margin: 2rem 0 .8rem 0;
}
 #main-content-wrap h3 a {
	 line-height: 1.8rem;
	 font-weight: normal;
	 font-size: 1.35rem;
	 font-family: "Akkurat Pro Bold", "Arial Black", sans-serif;
}
 #main-content h3>a[href]:after {
	 content: none;
}
 .list_text>span {
	 line-height: 1.5rem;
}
 .pagination strong {
	 color: #4E2A84;
}
 #main-content-wrap #main-content {
	 margin-bottom: 0;
	 position: relative;
}
 @media screen and (max-width: 1115px) {
	 .search-news-articles.eecs-search input[type="text"] {
		 display: block;
		 width: 323px;
	}
	 .search-news-articles.eecs-search .selectricWrapper:first-of-type {
		 border-left: none;
		 padding-left: 0;
		 width: 102px;
	}
	 .search-news-articles.eecs-search .selectricWrapper:first-of-type .selectricItems {
		 margin-left: 0;
	}
	 .search-news-articles.eecs-search .selectricWrapper:last-of-type {
		 width: 230px;
	}
}
 @media screen and (max-width: 980px) {
	 .sitetype-department #main-content-wrap .right-col-inner-content:not(.expanded) #breadcrumb, .sitetype-program #main-content-wrap .right-col-inner-content:not(.expanded) #breadcrumb {
		 display:flex;
		 flex:1;
		 flex-wrap:wrap;
		 padding-left: 0;
		 align-items: center;
	}
	 .sitetype-department #main-content-wrap #breadcrumb:before, .sitetype-program #main-content-wrap #breadcrumb:before {
		 content: '';
		 background-image: url(../images/structure/sprites/arrows-nav-docs.svg);
		 width: 20px;
		 height: 20px;
		 background-position: -290px -42px;
		 display: inline-block;
	}
	 .sitetype-department #breadcrumb_info strong, .sitetype-program #breadcrumb_info strong {
		 display:none;
	}
	 .sitetype-department #breadcrumb_info .right-col-inner-content:before, .sitetype-program #breadcrumb_info .right-col-inner-content:before {
		 display:none;
	}
	 #dept-events {
		 display: none;
	}
}
 @media screen and (max-width: 920px) {
	 .search-news-articles input[type="text"] {
		 width: 34%;
		 margin-left: 0;
	}
}
 @media screen and (max-width: 768px) {
	 .news_list .newsimg-float-left {
		 width: 130px;
		 margin-right: 20px;
		 margin-bottom: 15px;
	}
	 .news_list .newsimg-float-left+.list_text {
		 margin-left: 150px;
	}
}
 @media screen and (max-width: 720px) {
	 .search-news-articles input[type="text"] {
		 width: 36%;
	}
}
 .sitetype-department #event-bttn, .sitetype-program #event-bttn {
	 padding: 0.6rem 0.8rem;
}
 @media screen and (max-width: 700px) {
	 .sitetype-department #event-bttn, .sitetype-program #event-bttn {
		 margin: 30px 0 0 0 !important;
		 display: inline-block !important;
		 vertical-align: top !important;
		 float: right !important;
	}
	
	 #search-box {
		 margin-bottom: 30px;
		 position: relative;
	}
	 .search-news-articles input[type="text"] {
		 width: 100%;
		 margin-left: 0;
	}
	 .search-news-articles .selectricWrapper {
		 display: block !important;
		 width: 100% !important;
		 padding: 0 !important;
		 border: none !important;
	}
	 .search-news-articles .selectricWrapper:last-of-type .selectricItems {
		 margin-left: 0;
	}
	 .search-news-articles .selectricWrapper:last-of-type:after {
		 content: "";
		 background: #cacaca;
		 height: 1px;
		 position: absolute;
		 margin: 20px 0px;
		 right: 0;
		 left: 0;
	}
	 .search-news-articles {
		 position: absolute;
		 top: -31px;
		 background: #f4f4f4;
		 padding: 0.5rem 1rem 1rem;
		 display: none;
		 border-right: 1px solid #cacaca;
		 border-left: 1px solid #cacaca;
		 border-top: 1px solid #cacaca;
	}
	 .search-news-articles.eecs-search {
		 width: 100%;
		 margin-top: -1px;
		 background: #f4f4f4;
		 -webkit-border-top-right-radius: 3px;
		 -moz-border-top-right-radius: 3px;
		 border-top-right-radius: 3px;
	}
	 .search-news-articles:after {
		 content: " ";
		 position: absolute;
		 z-index: 1;
		 height: 0;
		 right: 0;
		 left: 0;
		 bottom: 0px;
		 border: 5px solid #4E2A84;
	}
	 .search-news-articles.eecs-search:after {
	}
	 #search-tab {
		 margin: 30px 0 30px 0;
		 display: inline-block;
		 cursor: pointer;
		 width: 78%;
		 position: relative;
		 padding: 0.6rem 0.8rem;
	}
	 #search-tab.eecs-search-tab {
		 width: 100%;
	}
	 .search-tab-on {
		 background: #f4f4f4;
		 padding: 1rem;
		 height: 41px;
		 border: 1px solid #cacaca;
		 border-bottom: none;
		 position: relative;
		 z-index: 2;
	}
	 .search-tab-on.eecs-search-tab {
		 -webkit-border-top-left-radius: 3px;
		 -moz-border-top-left-radius: 3px;
		 border-top-left-radius: 3px;
		 -webkit-border-top-right-radius: 3px;
		 -moz-border-top-right-radius: 3px;
		 border-top-right-radius: 3px;
	}
	 .search-tab-off {
		 border: 1px solid #4E2A84;
	}
	 .search-tab-off.eecs-search-tab {
		 height: 35px;
		 padding: 10px;
		 -webkit-border-radius: 3px;
		 -moz-border-radius: 3px;
		 border-radius: 3px;
	}
	 #search-tab span {
		 font-family: "Poppins Light", Arial, sans-serif;
		 color: #4E2A84;
		 display: block;
	}
	 #search-tab.eecs-search-tab span {
		 font-weight: normal;
		 font-size: 0.9rem;
		 line-height: 1.2;
	}
	 .search-news-articles input[type="text"] + span {
		 text-transform: none;
		 font-size: .8rem;
		 color: #acacac;
		 font-style: italic;
	}
	 .search-news-articles.eecs-search input[type="text"] + span {
	}
	.search-news-articles input[type="reset"],
	.search-news-articles input[name="reset"],
	.search-news-articles input[type="submit"],
	.search-news-articles input[name="submit"] {
		display: inline-block;
		font-weight: normal;
		margin-top: 30px;
		height: auto;
		margin-right: 10px;
	}
	.eecs-search.search-news-articles input[type="reset"],
	.eecs-search.search-news-articles input[name="reset"],
	.eecs-search.search-news-articles input[type="submit"],
	.eecs-search.search-news-articles input[name="submit"] {
		font-size: .85rem;
		color: #fff;
		border: none;
		padding: 8px 30px 5px 10px;
		text-transform: uppercase;
	}
	.search-news-articles input[type="submit"],
	.search-news-articles input[name="submit"] {
		font-size: inherit;
		background: #4e2a84;
		width: auto;
	}
	.search-news-articles.eecs-search input[type="submit"],
	.search-news-articles.eecs-search input[name="submit"] {
		margin-top: 40px;
		background: url('/images/structure/sprites/arrows-nav-docs.svg') no-repeat -457px -72px;
		width: 100px;
		height: 30px;
		padding: 8px 30px 5px 10px;
	}
	 .search-news-articles .selectricOpen .selectricItems {
		 margin-left: 0;
	}
	 .search-news-articles span.search_bar_header {
		 display: none;
	}
}
 @media screen and (max-width: 574px) {
	 #search-tab {
		 width: 70% 
	}
}
 @media screen and (max-width: 480px) {
	 .news_list h3.show-mobile {
		 display: block !important;
	}
	 .news_list h3.show-desktop {
		 display: none !important;
	}
	 .news_list .newsimg-float-left+.list_text {
		 margin-left: 0;
	}
	 .sitetype-department #main-content-wrap .right-col-inner-content:not(.expanded) #breadcrumb, .sitetype-program #main-content-wrap .right-col-inner-content:not(.expanded) #breadcrumb  {
		 padding-left: 0.55rem;
	}
}
 @media screen and (max-width: 420px) {
	 #search-tab {
		 width: 65%;
	}
}
 #dept-events h3 {
	 font-family: 'Poppins Bold', "Arial Black", sans-serif;
	 font-weight: normal;
	 font-size: 2rem;
	 line-height: 2rem;
	 margin-top:.83em;
	 margin-bottom:.83em;
}
 #dept-events .event_list .event-title {
	 font-size: 1rem 
}
 #dept-events .link-bttn {
	 background:none;
	 color: #4e2a84;
	 padding-left:0;
	 text-transform:none;
	 padding:0;
	 margin-bottom:0;
}
 #dept-events .link-bttn:after {
	 content: ">";
	 display: inline-block;
	 height: 7px;
	 margin-left: 0.45rem;
	 margin-top: 0;
	 padding: 0 12px 7px 0;
	 width: 14px;
	 position: absolute;
}
 #dept-events .events ul {
	 flex-direction:column;
}
 #dept-events .events ul li{
	 padding: 0 0 1.5rem 0;
}
 #dept-events .event_wrapper {
	 justify-content:left;
}
 #dept-events .events .link-bttn {
	 margin-top: 0;
	 padding: .5rem 0 1.5rem 0;
}
 .searchlist_text>span {
	 line-height:1.5rem;
}
 .sitetype-department input, .sitetype-program input {
	 -webkit-appearance: none;
}
input.current_pagination {
    -webkit-appearance: textfield;
}