.filter-instructions{
		margin: 20px 0px 20px 0px;
	}
	.resource-filter__laptop .topic-category .btn-wrapper{
		border-bottom: 0;
	}
	.resource-filter__laptop .topic-category label[for="all_topics"] {
    	margin-left: 0;
	}
	.resource-filter__laptop .dropdown-filter img{
	    position: absolute;
	    right: 20px;
	    max-height: 20px;
	    top: 50%;
	    transform: translateY(-50%);
	    pointer-events: none;
	}
	.resource-filter__laptop .dropdown-filter p.sort-by{
		margin: 0 10px 0 0;
	    color: #000;
	    font-size: 2rem;
	    font-weight: 600;
	    text-transform: uppercase;
	    display: inline-block;
	}
	.resource-filter__laptop .sort-by p, .resource-filter__laptop .view-by p{
		font-size: 2rem;
	}
	.resource-filter__laptop .sort-by p input[type="radio"],
	.resource-filter__laptop .view-by p input[type="radio"],
	.resource-filter__laptop .topic-category input[type="radio"] {
    	display: none;
	}
	.resource-filter__laptop .view-by p{
		margin-top: 6px;
	}
	.resource-filter__laptop .dropdown-filter select{
		padding: 5px 15px 5px 20px;
	    border-color: #F8F9F7;
	    border-radius: 0;
	    color: #004681;
	    font-size: 2rem;
	    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
	    -webkit-appearance: none;
	    -moz-appearance: none;
	    -o-appearance: none;
	    appearance: none;
	    background: #f0f0f0;
	    font-weight: bold;
	    cursor: pointer;
	    max-width: none;
	    padding-right: 50px;
	    outline: none;
    	border: 0;
	}
	.resource-filter__laptop .dropdown-filter select[name="sort_by"]{
		max-width: 120px;
	}
	.resource-filter__laptop .dropdown-filter select[name="resource_audience"]{
		max-width: 230px;
	}
	.resource-filter__laptop .dropdown-filter select[name="resource_type"]{
		max-width: 160px;
	}
	.resource-filter__laptop .sort-by p label,
	.resource-filter__laptop .view-by p label {
    	margin-left: 10px;
    	color: #004681;
    	cursor: pointer;
    	margin-bottom: 0;
    	font-weight: 600;
	}
	.resource-filter__laptop .sort-by p label:hover,
	.resource-filter__laptop .view-by p label:hover {
    	text-decoration: underline;
	}
	.resource-filter__laptop .sort-by p input[type="radio"]:checked + label,
	.resource-filter__laptop .view-by p input[type="radio"]:checked + label {
    	color: #767676;
    	font-weight: 300;
    	cursor: not-allowed;
    	text-decoration: none;
	}
	.resource-filter__laptop .topic-category input[type="radio"]:checked + label {
	    background: #509b3c;
	    color: #fff;
	    box-shadow: none;
	}
	.resource-filter__laptop .topic-category label {
	    margin: 0 10px;
	    padding: 5px 15px;
	    font-size: 2.1rem;
	    border: 3px solid transparent;
	    background: transparent;
	    color: #004681;
	    font-weight: 500;
	    cursor: pointer;
	    border-radius: 4px;
	}
	.resource-filter__laptop .topic-category label:hover{
		border-color: #509b3c;
    	border-radius: 0;
    	color: #004681;
	}
	.resource-filter__mobile-tablet .panel-body .dropdown select {
	    display: flex;
	    align-items: center;
	    justify-content: space-between;
	    width: 100%;
	    margin: 5px 0;
	    border-radius: 0;
	    background: #fff;
	    color: #000;
	    font-size: 1.6rem;
	    font-weight: 500;
	    -webkit-appearance: none;
	    -moz-appearance: none;
	    -o-appearance: none;
	    vertical-align: middle;
	    touch-action: manipulation;
	    cursor: pointer;
	    border: 1px solid transparent;
	    white-space: nowrap;
	    padding: 6px 12px;
	    line-height: 1.42857;
	    outline: none;
	}
	.resource-filter__mobile-tablet .panel-body .dropdown img{
	    position: absolute;
	    right: 20px;
	    max-height: 20px;
	    top: 50%;
	    transform: translateY(-50%);
	    pointer-events: none;
	}
	.resource-filter__laptop .sort-by p label:after,
	.resource-filter__laptop .view-by p label:after {
	    display: inline-block;
	    width: 1px;
	    height: 25px;
	    margin: 0 7px;
	    background: #767676;
	    content: '';
	    vertical-align: text-bottom;
	}
	.resource-filter__laptop .sort-by p label:last-child,
	.resource-filter__laptop .view-by p label:last-child {
		margin: 0;
	}
	.resource-filter__laptop .sort-by p label:last-child:after,
	.resource-filter__laptop .view-by p label:last-child:after {
		content: unset;
	}
	#apfilter-desktop{
		width: 120px;
		background-color: #CF4B03;
		font-weight: bold;
		font-size: 2rem;
		color: white;
	}
	#apfilter-desktop:hover,
	.resource-filter__mobile-tablet .submit-btn:hover{
		background-color: #ef6317;
	}
	@media (max-width: 1199px) and (min-width: 992px){
		.resource-filter__laptop .dropdown-filter select{
			padding: 5px 30px 5px 10px;
		}
		.resource-filter__laptop .dropdown-filter img{
			right: 10px;
		}
		.resource-filter__laptop .dropdown-filter select[name="sort_by"]{
			max-width: 100px;
		}
		.resource-filter__laptop .dropdown-filter select[name="resource_audience"]{
			max-width: 150px;
		}
		.resource-filter__laptop .dropdown-filter select[name="resource_type"]{
			max-width: 130px;
		}
	}
	@media all and (max-width: 990px) {
		#apfilter-desktop{
			display: none;
		}
	}