/*
@@@@@@@@@@@@@@@@@@@@@@
TYPOGRAPHY
@@@@@@@@@@@@@@@@@@@@@@

	about				heading font-sizes and some semantic classes
	
	syntax

*/

	/*///////////////////////////////////////////////////////////////////////////////////////////////////////////
	size
	///////////////////////////////////////////////////////////////////////////////////////////////////////////*/
 
		/*+ degrees of intensity
		..........................................................................*/
			
			h1{font-size:52px;}
			h2{font-size:20px; color: #06365F}
			h3{font-size:20px;}
			h4{font-size:18px;}
			h5{font-size:14px;}
			h6{font-size:12px;}
			
			h1, h2, h3, h4, h5, h6{margin:0px 0px 5px 0px; font-weight:normal;font-family: "Source Sans Pro",Helvetica,Arial,sans-serif; }	
			
			.heading{font-size:20px; margin:0px 0px 15px 0px; font-family: "Source Sans Pro",Helvetica,Arial,sans-serif;}	
			.heading em{font-style:normal; display:block; font-size:12px;}
                        .heading strong { color:#3f729b}
			
		/*+ anchor
		..........................................................................*/
	
			a{color:#747576;}
			a:hover{ text-decoration:underline; }
			
		/*+ paragraph
		..........................................................................*/

			p{margin:0px 0px 15px 0px; }
			p:last-child{margin-bottom:0px;}
			p a{}
			p a:hover{}
			
			figure{margin:0px 0px 0px 0px;}
			figure img{width:100%;}
			
		/*+ address
		..........................................................................*/
			
			address, i{font-style:normal; line-height:1.4; }
			
		/*+ list
		..........................................................................*/
			
			ul, ol{ list-style:none; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; }
ul#errors { color: red}
.well .heading { margin:5px 0px; }