@media only screen and (max-width: 640px)
{
	.filter-direction-icon
	{
		display: inline;
		margin-left: 5%;
	}
	
	.form-filters-elem
	{
		display: none;
	}
	
	.current-filter-direction
	{
		display: none;
	}
	
	.filter-direction-wrapper
	{
		display: block;
		float: right;
	}
	
	.research-year-filter
	{
		padding-left: 3.5%;
		padding-right: 3.5%;
	}
	
	.apply-filter
	{
		margin-top: 5%;
		width: 100%;
	}

	.reset-filter
	{
		margin-top: 4%;
		margin-bottom: 2%;
		width: 100%;
	}
	
	.research-year-filter-dash
	{
		text-align: center;
	}
	
	.selected-expertise-item-container
	{
		margin-top: 5%;
	}
	
	.selected-expertise-item
	{
		margin-top: 2%;
		margin-bottom: 2%;
	}
	
	.research-year-filter-row
	{
		margin-top: 5%;
	}
	
	.dropdown-submenu > ul:not(.open)
	{
		display: none !important;
	}
	
	.dropdown-submenu > .open
	{
		display: block;
	}
	
	.search-alert-div
	{
		padding: 2%;
		margin-bottom: 10%;
		margin-top: 5%;
	}
	
	.small-screen
	{
		display: block;
		margin-top: 4%;
	}
	
	.not-small-screen
	{
		display: none;
	}
	
	.search-alert-label
	{
		font-weight: bold;
	}
	
	.search-alert-label
	{
		font-weight: bold;
		
	}
	
	.search-alert-list-hr
	{
		margin-bottom: 5% !important;
		margin-top: 0;
	}
	
	.search-alert-list-btns
	{
		margin-left: 0;
	}
	
	.small-screen-container > .row > div
	{
		margin-bottom: 4%;
	}
	
	.small-screen-container
	{
		margin-left: 3%;
	}
	
	.search-alert-label-row
	{
		margin-left: -15px !important;
	}

	.navbar-logo-mobile img
	{
		width: 280px;
		height: 70px;
	}

	.nav-container-div
	{
		margin: 0 !important;
	}

	.herdin-img
	{
		width: 99% !important;
		background-size: contain !important;
	}
}