/*--------------- Academic Search Page Customize Results: Border Colors Etc --------------*/

#rox-post-result-grid {
	padding: 5px 1px;
	overflow:hidden;
	box-sizing: border-box;
    }

#rox-post-result-grid.vc_col-md-4 {
	
}

.sf-field-taxonomy-document-categories h4,
.sf-field-search h4, 
.sf-field-reset h4 {
	color:#ffffff;
	background: #036636;
	font-size:1.25em;
	font-weight:bold;
	margin:0 0 15px 0;
	padding: 5px 0 5px 15px;
}


.content ul, .content ol {
	margin:0px;	
}
.searchandfilter li[data-sf-field-input-type=checkbox] label {
padding: 0px;	
}
/*.sf-input-checkbox {--- Hide Check Boxes ---

	visibility: hidden;
	width: 2px;
	height: 2px;
	
}*/

.searchandfilter label{
	display: inline;
	max-width:80%;
}
.sf-label-checkbox {
	cursor:pointer;
}


.sf-input-text {
	width: 100%!important;
}



#rox-title > div > div > div > div > h1 {
	/* [disabled]font-size: 24px!important; */	
	}


.searchandfilter ul li li {
   border-top: 1px solid #f9f9f9;
}
.searchandfilter ul li li:hover {
   background:none;
}

.searchandfilter .sf-label-checkbox{
   border-top: none;
}
.searchandfilter .sf-label-checkbox:hover {
   font-weight:bold;
   background:#ffffff;
}


/*-------- Other ----------------*/
/*.program-type-___bas-degree .rox-post-thumb {
margin-top:40px;	
}*/

article {
background-color: #f9f9f9;	
}
article:hover img{
	-webkit-filter: opacity(1);
	background-blend-mode: dodge;
	
}

article:hover  {
	background-color: #fcfcfc!important;
}

article:hover .discover-more {
	border:1px solid #d3d3d3;
	background: rgba(255,255,255,1);
	text-decoration:none;
}

.item-result-vrc {
	margin: 0 0!important;
	padding-bottom: 0 !important;
	
	min-height: 400px!important;
	max-height: 600px!important;
	box-sizing:border-box;
	position: relative;

}


.program-title-test a, .program-title-test span.crazy_fancy_title  {
	position: absolute;
	top: 5%;
	left: 1.5%;
	margin: 0 auto;
	text-align: center;
	width: 97%;
	font-size: 30px;
	color: #ffffff;
	text-decoration: none!important;
	backdrop-filter: blur(55px);
	text-shadow: 1px 2px 3px #000000;
	z-index: 2;
	line-height: 28px;
	

	/* [disabled]filter: drop-shadow(0px 3px 10px rgba(0,0,0,.8)); */
}
.program-title-test a .secondary-title {
	font-size: .70em!important;
	line-height:24px;
}


 #program-image {
background-color: #000000;
background-blend-mode: multiply;
 min-height: 188px;

 }
 
 
.rox-post-thumb {
	overflow: hidden; 
	height:188px;;
	z-index: -1;
}
.rox-post-thumb img{
-webkit-filter: opacity(0.5);
background-blend-mode: dodge;
	
	
}

.rox-post-thumb img:hover{
-webkit-filter: opacity(1);
background-blend-mode: dodge;
}
	




.searchandfilter ul li li {
   border-top: 1px solid #f9f9f9;
}
.searchandfilter ul li li:hover {
   background:#f9f9f9;
}

.sf-input-text {
	width: 100%;
}


.searchandfilter ul li li {
   border-top: 1px solid #f9f9f9;
}
.searchandfilter ul li li:hover {
   background:none;
}

.searchandfilter .sf-label-checkbox{
   border-top: none;
}
.searchandfilter .sf-label-checkbox:hover {
   font-weight:bold;
   background:#ffffff;
}

select {
width: 100%;	



.excerpt {
clear:both;	
}

.sf-field-taxonomy-document-categories h4,
.sf-field-search h4 {
	color:#ffffff;
	background: #036636;
	font-size:1.25em;
	font-weight:bold;
	margin:0 0 15px 0;
	padding: 5px 0 5px 15px;
}

@media screen and (max-width: 800px) 
{
	
	
	.item-result-vrc {
    margin: 0 5px 3.142857rem 0 !important;
    padding-bottom: 0 !important;
    border-bottom: 0 !important;
    padding: 1em;
	background: #f9f9f9!important;
	min-height:500px;
	max-height:500px;
  
	}

}