@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i');


	body{ 
            font-family: 		'Source Sans Pro', Helvetica, Arial, sans-serif; 
            font-size:			16px; 
            line-height:		24px;
			font-weight:300;
            color:				#1a1812; 
	}
	
	/***** DEFAULT HEADERS *****/
	h1,h2,h3,h4,h5,h6{ font-family: 'Raleway', Helvetica, Arial, sans-serif;}
	
	h1{
		font-size:52px; 
		line-height:56px; 
		font-weight:300; 
		color:#599e2f; 
		margin:0 0 20px 0;
	}
	h2{
		font-size:36px; 
		line-height:42px; 
		font-weight:300; 
		color:#599e2f; 
		margin:0 0 15px 0;
	}
	
	h3{
		font-size:20px; 
		line-height:24px; 
		font-weight:300; 
		color:#1a1812; 
		margin:0 0 15px 0;
	}
	h4{
		font-size:24px; 
		line-height:32px; 
		font-weight:300; 
		color:#599e2f; 
		margin:0 0 .3em 0;}
	h5{
		font-size:28px; 
		line-height:36px; 
		font-weight:300; 
		color:#1a1812; 
		margin:0 0 15px 0;
	}

	h6{
		font-size:16px; 
		line-height:16px; 
		font-weight:300; 
		color:#1a1812; 
		margin:0 0 15px 0;
		font-style:italic;
	} 


	/***** DEFAULT P, A *****/
	p{ margin:0 0 25px 0;}
	ol{margin:0 0 20px 30px;}
	ol li{margin:0 0 20px 30px;}

	
	a{color:#00539b; text-decoration:underline;}
	a:hover{color:#16599e2f6ac1; text-decoration:underline;}
	a, a:focus, a:link, a:visited, a:hover{outline:none;}
	/***** COMMON GLOBAL STYLES *****/
	em{font-style:italic;}

	.no-gutters{padding:0px; margin:0px;}
	.no-padding{padding:0;}
	
	
        .left{float:left;}
        .right{float:right;}
		.text-left{text-align:left;}
		.text-center{text-align:center;}
		.text-right{ text-align:right;}
		.emphasize{color:#599e2f; font-weight:bold;}
		.underline{text-decoration:underline !important;}
		.numeral{text-transform:uppercase;font-size:1.1em;}
		.currency{font-size:.9em;}
		.add-spacing-below{margin-bottom:15px;}

        /*****************  BUTTONS  (Start))******************/
        
        .btn,.btn:active, .btn:link, .btn:visited{
			font-family: 'Raleway', Helvetica, Arial, sans-serif;
			background-color:#599e2f;
			padding:10px 25px; 
			color:#ffffff; 
			text-align:center;
            text-decoration:none;
            margin:0;
             -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
  
        }
		.btn:hover{color:#ffffff;}
		.btn.btn-alt{
			border:1px solid #ffffff;
		}
		.btn.btn-rev{
			color:#599e2f;
			background-color:#ffffff ;
		}


.text-exsm{
	font-size:11px;
}
.text-sm{
	font-size:15px; line-height:22px;
}
.text-md{
	font-size:20px;
	line-height:28px;
}
.text-lg{
	font-size:27px;
	line-height:35px;
}
.brand-color{color:#599e2f;}
td.bg-white{ background-color:#ffffff !important;}
iframe{border:none;}






