@charset "UTF-8";
/* CSS Document */
/* Standard CSS for static Category (Opportunity) pages */
/*
/* Available Elements
<div id="ma_category_name"></div>
<div id="ma_category_content"></div>
<div id="ma_category_displayDeadline"></div>
<div id="ma_category_type"></div>
<div id="ma_category_receiptType"></div>
<div id="ma_category_fee"></div>
<div id="ma_category_prize"></div>
<div id="ma_category_openTo"></div>
<div id="ma_category_categoryID">30024</div>
*/




.NME_categoryStubWrap { /* Wrapper for Opportunity Stub */
	margin:auto;
	overflow: hidden;
	width: 90%;
	}


.NME_categoryImageCol{	/* Column for the Image	*/
 width: 90%;
 padding: 5px;
 text-align: center;
}

.NME_categoryStubWrapCols {
	width: 100%;
	overflow: hidden;
}

.NME_categoryStubElementCol	{ /* Column for element labels (e.g., "Deadline") */
		float: left;
		width: 35%;	
		padding: 5px;
		text-align: right;
	}

.NME_categoryStubDataCol	{ /* Column for the elements */
		float: left;
		width: 60%;	
		padding: 5px;	
	}			



.NME_category_nameClass { /* class for the Title of the Opportunity */
	text-align:center;
	color: var(--dominantColor);
	font-size: 175%;
	margin: 15px 0px 10px 0px;
	line-height: 120%;	
}

.NME_category_ElementLabels { /*For static elements like "deadline, etc..."*/
	color: var(--tonicColor-light);
	text-align:right;
	padding-right: 5px;	
	font-weight: bold;
}

.NME_category_headerClass { /* class for the "Submission Guidelines" */
	text-align:center;
	color: var(--dominantColor);	
	font-size: 125%;
	margin: 15px 0px 10px 0px;
	line-height: 120%;	
}

	
.NME_category_stubClass { /* class for the Stub Elements (e.g., Prize, Deadline, etc...) */
	color: #3a445d;	
}
	.NME_category_stubClass::after { 
    content: "\00a0";		/*adds a space in case an ID element is empty */
	}


.NME_category_imageClass { 
max-width: 240px;
width: 95%;
padding: 5px;	
}


.NME_category_ElementContentDivider { /* Space between Opportunity Stub and Submission Content */
	clear:left; 
	margin-top: 20px;	
	}


.NME_category_contentClass { /* class for submission guidelines/main content of opportunity */
	display:inline-block;
	color: var(--tonicColor-dark);
	margin-left: 15%;
}







.NME_submissionList { /* class to accepted submissions */
	overflow: hidden;
	


}





 @media only screen and (max-width:1000px) { 
 .NME_categoryStubWrap { /* Wrapper for Opportunity Stub */
	margin:auto;
	overflow: hidden;
	width: 100%;
	max-width: 700px;
	} 
	
.NME_categoryStubElementCol	{ /* Column for element labels (e.g., "Deadline") */
		float: left;
		width: 35%;	
		padding: 5px;
		max-width: 150px;
		text-align: right;	
	}

.NME_categoryStubDataCol	{ /* Column for the elements */
		float: left;
		width: 60%;	
		padding: 5px;
		max-width: 500px;	
	}		
	
 }
 
 
 
 
 
