@charset "UTF-8";
/* CSS Document */

.story {
	width: 100%;
	margin-bottom: 30px;
	
	}
.invoices {
	width: 100%;
	height: 241px;
	background-image: url("/images/newsletter/story1_CA.png");
	margin-bottom: 30px;
	
	}
	
#invoices_head {
	
	height: 175px;
	width: 65%;
	padding: 40px 0 0 290px;
	
	}
#invoices_head h2 {
	color: #ffffff;
	font-size: 3.6875rem;
	line-height: 64px;
	}

.marketing_stats
{
	width: 100%;
	height: 241px;
	background-image: url("/images/newsletter/story2.png");
	margin-bottom: 30px;
	
	}

#marketing_stats_head {
	
	height: 175px;
	width: 75%;
	padding: 70px 0 0 200px;
	
	}
#marketing_stats_head h2 {
	color: #222222;
	font-size: 2.3125rem;
	line-height: 42px;
	}

	
	/*newsletter Start */

.copyBoxNews {
	position: relative;
	padding-bottom:10px;
}
.copyBoxNews li {
	list-style:decimal;
	margin-left:20px;
	font-family: 'Open Sans', 'sans-serif';
	font-weight:300;
	font-size: 0.75rem !important;
	padding-bottom:5px;	
	
}
.copyBoxNews h3 {
	font-family: 'Open Sans', 'sans-serif';
	font-weight:300;
	font-size: 1.5rem;
	color:#d31145;
	width: 940px;
	margin-bottom: 10px;
}
.copyBoxNews p {
	font-family: 'Open Sans', 'sans-serif';

	font-size: 0.875rem !important;
	padding-bottom:10px;
}

.copyBoxNews li{
	font-weight:500 !important;
	}
.copyBoxNews ul li {
	list-style: disc outside none;
	}

/*newsletter end */