/*heading styles*/
body h1, body h2, body h3, body h4, body h5, body h6 {
	font-weight: bold;  
	margin-bottom: 10pt;
}
body h1, body h2 {
	font-size:24px; 
}
body h3, body h4 {
	font-size:20px; 
}
body h5, body h6 {
	font-size:18px; 
}
body h1, body h3, body h5 {
	color:#152a95;
}
body h2, body h4, body h6 {
	color:#5671ff;
}

/*link styles*/
a { 
	color:#ff0000; 
	text-decoration: none;
	font-weight:bold;
	text-decoration:underline;
}
a:hover { 
	color:#152a95; 
	text-decoration: underline; 
}

/*paragraph styles*/
body p { 
	font-size: medium; 
	margin-bottom: 10pt; 
	line-height:150%;
}
em, i { 
	font-style: italic; 
}
strong, b { 
	font-weight: bold; 
}

/*list styles*/
body ul, body ol {
	margin-bottom:10px;
	margin-left:30px;
}
li {
	line-height:150%;
	font-size:medium;
}
ul li{
	list-style:disc outside none;
}
ul ul{
	margin-bottom:0;
	margin-left:15px;
}
ul ul li{
	list-style:circle outside none;
}
ul ul ul {
}
ul ul ul li{
	list-style:square outside none;
}
ul ul ul ul li{
	list-style:circle outside none;
}
ul ul ul ul ul li{
	list-style:disc outside none;
}
ol li{
	list-style:decimal inside none;
}
ol ol{
	margin-bottom:0;
	margin-left:15px;
}
ol ol li {
	list-style-type: upper-alpha;
}

ol ol ol li{
	list-style-type: upper-roman;
}
ol ol ol ol li{
	list-style-type: lower-alpha;
}
ol ol ol ol ol li{
	list-style-type: lower-roman;
}

/*table cell padding*/
td{
	padding:5px;
	font-size:14px;
}
table{
	table-layout:fixed;
	margin-bottom:10px;
}
table.lightblue-white, div.lightblue-white{
	overflow:hidden;
}
.lightblue-white tr>td:first-of-type, .lightblue-white .row>div:first-of-type{
	padding-left: 25px;
}
.lightblue-white tr>td:last-of-type, .lightblue-white .row>div:last-of-type{
	padding-right: 25px;
}
.lightblue-white tr:nth-of-type(odd), .lightblue-white .row:nth-of-type(odd){
	background:#fff;
}
.lightblue-white tr:nth-of-type(even), .lightblue-white .row:nth-of-type(even){
	background:#ccd4ff;
}

.lightblue-white tr:nth-of-type(1), .lightblue-white .row:nth-of-type(1){
	background:#5671ff;
	color:#fff;	
	clear:left;
}
div{
	border:1px dotted #ccc;
}
div.home-div:nth-of-type(3n+1){
	clear:left;
}
div.home-div{
	float:left;
	width:31%;
	min-width:310px;
	margin:0 2% 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@media(max-width:1035px){
	div.home-div:nth-of-type(3n+1){
		clear:none;
	}
	div.home-div:nth-of-type(3n){
		
	}
	div.home-div:nth-of-type(2n){
	}
	div.home-div:nth-of-type(2n+1){
		clear:left;
	}
	div.home-div{
		float:left;
		width:48%;
	}	
}
@media(max-width:767px){
	div.home-div:nth-of-type(2n+1), div.home-div:nth-of-type(2n), 
	div.home-div:nth-of-type(3n+1),	div.home-div:nth-of-type(3n){
		margin:0;
	}
	div.home-div{
		width:100%;
		padding:0;
	}
	.lightblue-white tr:nth-of-type(odd), .lightblue-white .row:nth-of-type(odd),
	.lightblue-white tr:nth-of-type(even), .lightblue-white .row:nth-of-type(even){
		background:transparent;
	}
	.lightblue-white td, .lightblue-white .row>div{
		paddign:0 25px;
	}
	.lightblue-white td:nth-of-type(odd), .lightblue-white .row>div:nth-of-type(odd){
		background:#fff;
	}
	.lightblue-white td:nth-of-type(even), .lightblue-white .row>div:nth-of-type(even){
		background:#ccd4ff;
	}
	.lightblue-white td, .lightblue-white .row>div{
		padding:0 25px;
	}
	.lightblue-white tr:nth-of-type(1), .lightblue-white .row:nth-of-type(1){
		background:#5671ff;
		color:#fff;	
		clear:left;
	}
	.lightblue-white tr:nth-of-type(1) td, .lightblue-white .row:nth-of-type(1)>div{
		background:transparent;
	}
}