body {
	background-color: white;
}
.memeberCategoryRow .iconHolder .glyphicons {
	font-size:4em;
}
.iconItemSelected .iconHolder .glyphicons {
	font-size:1.5em;
}
.categoryBlock, .categoryBlockSelected {
	position:relative;
	display:inline-block;
	cursor:pointer;
}
.categoryBlock:hover .shadow{
	-webkit-box-shadow: 0px 2px 12px -1px rgba(0,0,0,0.59);
	-moz-box-shadow: 0px 2px 12px -1px rgba(0,0,0,0.59);
	box-shadow: 0px 2px 12px -1px rgba(0,0,0,0.59);
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}
.categoryBlock .cover {
	background:rgba(255,255,255,0.3);
	height:120%;
}
.categoryBlock:hover .cover {
	background:rgba(255,255,255,0);
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
.categoryBlock:active .shadow {
	background:rgba(255,255,255,0);
	-webkit-box-shadow:inset 0px 2px 12px -1px rgba(0,0,0,0.59);
	-moz-box-shadow:inset 0px 2px 12px -1px rgba(0,0,0,0.59);
	box-shadow:inset 0px 2px 12px -1px rgba(0,0,0,0.59);
}
.categoryBlockSelected .shadow {
	background:rgba(255,255,255,0);
	-webkit-box-shadow:inset 0px 2px 12px -1px rgba(0,0,0,0.59);
	-moz-box-shadow:inset 0px 2px 12px -1px rgba(0,0,0,0.59);
	box-shadow:inset 0px 2px 12px -1px rgba(0,0,0,0.59);
}

@keyframes shrinkFavicon {
    from { font-size: 20px; }
    to { font-size: 0px; }
}
@keyframes expandFavicon {
    from { font-size: 0px; }
    to { font-size: 20px; }
}
.showFilterCheck {
    animation-name: expandFavicon;
    animation-duration: 0.3s;
	display:inline-block;
}
.hideFilterCheck {
    animation-name: shrinkFavicon;
    animation-duration: 0.3s;
	display:none;
	
}
.showFilterBox {
    animation-name: expandFavicon;
    animation-duration: 0.3s;
	display:inline-block;
}
.hideFilterBox {
    animation-name: shrinkFavicon;
    animation-duration: 0.3s;
	display:none;
}

.menu .item .question {
	color: #fff;
	-webkit-transition:all 2s;
	-moz-transition:all 2s;
	transition:all 2s;
}

.long_category_text {
	font-size: 13px !important;
}

.lock_alerts_and_teleseminars {
	background: #D0D0D0;
	color: #000000;
	position:relative;
}
.lock_alerts_and_teleseminars_glyphicon {
	position:absolute;
	top:10px;
	right:10px;
}
.lock_alerts_and_teleseminars_glyphicon .glyphicons {
	color:#B0B0B0;
}

#grantList .grant_container {
	word-break: break-word;
}

#grantList .grant_p {
	padding-left:20px;
}

#desktop_top_menu {
	width:760px;
	text-align:right;
}

@media only screen and (max-width: 1400px) {
	#desktop_top_menu {
		width:470px;
	}
	#header {
		height:120px;
	}
	#real_body_container {
		padding-top:120px;
	}
}