.column ul{
	margin-left: 3em;
}

section.border-top{
	border-top: 30px solid #00baee;
}

@media only screen and (max-width: 939px) {
	.column ul{
		margin-left: 1.55em;
	}
}

.no-match{
    display: none;
}

.resource-search-filter{
    text-align: center !important;
    background: #f7f7f7;
    padding: 20px;
    margin-bottom: 40px;
}

.resource-category-filter{
    font-size: 17px;
    border: none;
    outline: none;
    border-bottom: 2px solid #d1d1d1;
    border-radius: 0;
    padding-left: 2px;
    color: #d1d1d1;   
    background-color: transparent !important;
}

.text-search{
    border-bottom: 2px solid #dbdbdb !important;
    font-size: 17px !important;
}

.category-filter-container {
    width: 46%;
    display: inline-block;
    margin: 20px;
}

.text-filter-container {
    width: 46%;
    display: inline-block;
    margin: 20px;
}

.resource-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.resource-item {
    width: 100%;
    max-width: 320px;
    margin: 20px;
    padding: 20px;
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
	background: #FFFFFF;
	-webkit-box-shadow: 0 0 17px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 17px 3px rgba(0, 0, 0, .05);
	border-radius: 4px;
}

.resource-item img{
	width: 100%;
}

.resource-item .resource-image{
    height: 200px;
    overflow: hidden;
    margin-bottom: 30px;
    width: 100%;
}

.resource-image.resource-image-no-image {
    text-align: center;
    color: #bbb;
    padding-top: 80px;
}


