/* Apex New Regular Style */
@media screen {

	
#b-content .b4 {
background-color: #F5F5F5;
border: 1px solid #008000;
border-radius: 8px;
}

#b-content .b4 h3 {
background-color: rgba(0, 0, 0, 0);
}


#b-content .b4 {
    margin-top: 4px;
    margin-bottom: 20px;
}	
	
	
	
#c-content .c1{
	display: none;
}
	
	#header-nav{
		height: 20px;
	}
	


}

/* Tablet ------------------------- */
@media only screen and (min-width: 651px) and (max-width: 980px) {

#c-content .c1{
	display: none;
}
		#header-nav{
		height: 20px;
	}

}


/* Phone ------------------------- */
@media only screen and (max-width: 650px) {

#c-content .c1{
	display: none;
}
	
	#header-nav{
		height: 20px;
	}

}

