/* =============================
   Collapsed
 ============================= */

.TitleCollapsed{
		font-weight:700;
}


/* =============================
   4 FOOTER
 ============================= */
 
 .simple_title{
	padding-bottom:10px;
 }
 
.simple_title  h3{
	/*border-bottom: 1px solid #333;*/
	color: #4CC995 ;
	color:#fff;
	margin: 10px 0 10px 0;
	
}
@media screen and (min-width:500px) {
	.simple_title  h3{
		margin: 5px 0 20px 0;
    }
}

.simple_title  h3 span{
	/*border-bottom: 1px solid #777;
	padding-bottom:12px;
	padding-right: 10px;
	position: relative;*/
	font-size: 20px;
	line-height: 20px;
	font-weight: 300;
	font-style: normal;
	font-family: 'Nunito'!important;
	/*text-shadow: 0 0 1px rgba(0,0,0,0.01);*/
	-webkit-font-smoothing: antialiased;
	letter-spacing:0;	

}
.simple_title  h3 .Head{
	margin:0 0 -1px 0;
}

 .simple_title .DNNModuleContent .Normal{
	color:#555;
 }
/* =============================
   4 WHITE BG
 ============================= */
 
 .simple_title2{
	padding-bottom:10px;
 }
 
.simple_title2  h3{
	border-bottom: solid 3px #F1F3F4;
	color: #1D2127;
	margin: 10px 0;
    font-size: 17px;
    line-height: 17px;
	text-transform: none;
	font-weight: 700;
	font-style: normal;
	/*text-shadow: 0 0 1px rgba(0,0,0,0.01);*/
	-webkit-font-smoothing: antialiased;
	letter-spacing: -0.025em;
	

}
.simple_title2  h3 span{
	border-bottom: 3px solid #F47920;
	padding-bottom: 10px;
	font-family: 'Nunito'!important;
}
.simple_title2  h3 .Head{
	margin:0 0 -3px 0;
}

 .simple_title2 .DNNModuleContent .Normal{
	/*color:#;*/
 }
 
@media only screen and (min-width:767px) {

	.simple_title2  h3{
		margin: 10px 0 20px 0;
		/*
		font-size: 21px;
		line-height: 21px;
		*/
	}
	
	.simple_title2  h3 span{
		padding-bottom: 15px;
	}
	

}
 
 
/* =============================
   4 GREY BG
 ============================= */
 
 .simple_title3{
	padding-bottom:10px;
 }
 
.simple_title3  h3{
	border-bottom: solid 1px #c2c2c2;
	color:#444;
	margin:5px 0 15px 0;
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	text-shadow: 0 0 1px rgba(0,0,0,0.01);
	-webkit-font-smoothing: antialiased;
	letter-spacing: 0;	
	
}
.simple_title3  h3 span{
	border-bottom: 3px solid #676768;
	padding-bottom:8px;
}
.simple_title3  h3 .Head{
	text-transform:uppercase;
	margin:0;
}

 .simple_title3 .DNNModuleContent .Normal{
	color:#;
 }
 

.DNNModuleContent{
    font-family: 'Nunito', Arial, Helvetica, sans-serif;
	color:#555;
	font-size:14px;
	line-height:24px;
}

