h2 {
	font-size: 1.5em;
}

.resourcesMenu {
	box-sizing: border-box;
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.resourcesMenu > li {
	box-sizing: border-box;
	position: relative;
	float: left;	
	padding: 0 10px 10px 0;
	margin: 0;
}
.resourcesMenu > li > a {
	position: relative;
	float: left;	
	width: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
.resourcesMenu > li > a > img {
	position: relative;
	float: left;
	width: 100%;		
	padding: 0;
	margin: 0;
	border-radius: 15px;
}
#resourcesForm {
/* 	margin-left: 10px; */
}

#resourcesForm .fieldTitle {
	font-size: 1.25em;
	font-weight: 500;
	color: #014898;
}
#resourcesForm .fieldInput {
	padding-bottom: 10px;
	box-sizing: border-box;
	padding-right: 10px;
}
#resourcesForm .fieldInput select {
	width: 100%;
	height: 35px;
	padding: 5px;
	font-size: 1.05em;
}
#resourcesForm a#btn_submit_search {
	position: relative;
	float: left;	
	padding: 5px 15px;
	margin-top: 10px;
	font-size: 1.5em;
	background: #014898;
	color: white;
	border-radius: 3px;
}
#resourcesForm a#btn_submit_search:hover {
	background: black; 
}

.tagList {
	max-height: 200px;
	overflow: hidden;
	overflow-y: auto;
}
#searchWrapper.hide{
	display:none;
}

h1#btn_search {
	box-sizing: border-box;	
/*
	border: solid 1px #014898;
	padding: 5px 10px;
*/
	margin-bottom: 10px;
	border-radius: 3px;
/* 	cursor: pointer; */
}
h1#btn_search:hover {
/* 	background: #b8d3ec; */
}
.searchBox {
	box-sizing: border-box;
	padding: 5px 10px;
	background: #b8d3ec;
/* 	border-radius: 10px; */
	border: solid 10px white;
	border-top: none;
	border-left: none;
}
input.searchText{
	margin-top: 10px;
	vertical-align: middle;
	padding: 5px;
	font-family: 'Open Sans';
	font-size: 1.25em;
	border: solid 1px #ddd;
	border-radius: 3px;
}
.cellTitle a{
	font-weight:500;
	color:#014898;
}
.cellComments {
	width: 80px;
	text-align: center !important;
}
.cellRating {
	width: 85px;
	text-align: left;
}
.cellRating .fa-star {
	color: #ffda50;
}
.cellRating .fa-star-o{
	color: #63c2e3;
}


.resourceIcon {
	float: left;
	width: 10%;
	padding-bottom: 20px;
	text-align: center;
}
.resourceIcon > img {
	width: 40%;
} 

.resourceText {
	float: left;
	width: 90%;
}
.resourceText h4 {
	display: inline-block;
	margin-bottom: 5px;
	padding-top: 5px;
	font-family: 'Righteous';
	letter-spacing: 1.5px;
	font-size: 1.25em;	
	color: #014898;
}
.resourceText ul {
	padding-left: 15px;
	list-style: none;
}
.resourceText ul > li {
	position: relative;
	float: left;
	margin-bottom: 5px;
	padding: 5px;
	padding-left: 15px;
	font-weight: 400;
	font-size: .95em;
}
.resourceBullet {
	position: absolute;
	left: 0;
	top: 12px;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	border: solid 1px #006fb8;
	background: #006fb8;
}
.resourceText ul > li > ul {
	margin-top: 10px;
	list-style: none;
}
.resourceText ul > li > ul > li > .resourceBullet {
	background: transparent !important;
}

@media (max-width:1220px) {
	
	.resourceIcon {
		margin-top: 5px;
	}
}
@media (max-width:991px) {
	
	.resourceIcon {
		margin-top: 7px;
	}
}

