/* Blackberry specific styles
/*do not toggle content on a blackberry until work out the jQuery bug */
/* jQuery bug - tapping the h2 doesn't expand content */			
		
	
@import url("/css/r13_css_v6.css");	
				
			/* --------- Mobile --------- */

			@media screen and (max-width:720px) {

			 .toggle-content 
				 { display: block; }
				 
			.row-arrow
				{ display: none; }	 
				 
			}
		
