body #contents h2,
body #listTopics h2,
body #mainTopics h2,
body #mainServices h2,
body #mainArticles h2 {
	color: #ffffff;
	font-size: 26px;
	border: none;
	padding-left: 50px;
	padding-right: 50px;
	background-image: none;
	background-color: #FF7D52;
	position: relative;
	-webkit-border-radius: 30px;
	border-radius: 30px;
}
body #contents h2:before,
body #listTopics h2:before,
body #mainTopics h2:before,
body #mainServices h2:before,
body #mainArticles h2:before,
body #contents h2:after,
body #listTopics h2:after,
body #mainTopics h2:after,
body #mainServices h2:after,
body #mainArticles h2:after {
	content: '';
	width: 20px;
	height: 20px;
	display: block;
	background-color: #fff;
	position: absolute;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;

}
body #contents h2:before,
body #listTopics h2:before,
body #mainTopics h2:before,
body #mainServices h2:before,
body #mainArticles h2:before {
	left: 20px;
}
body #contents h2:after,
body #listTopics h2:after,
body #mainTopics h2:after,
body #mainServices h2:after,
body #mainArticles h2:after {
	right: 20px;
}

body #contents h3,
body #listTopics h3,
body #mainTopics h3,
body #mainServices h3,
body #mainArticles h3 {
	color: #FF7D52 !important;
	font-size: 22px;
	padding-left: 50px;
	border: none;
	padding-top: 5px;
	padding-bottom: 10px;
	position: relative;
}
body #contents .odd h3,
body #listTopics .off h3,
body #contents .even h3,
body #listTopics .even h3{
	    padding-left: initial;
}
body #contents h3:before,
body #listTopics h3:before,
body #mainTopics h3:before,
body #mainServices h3:before,
body #mainArticles h3:before {
	content: '';
	width: 20px;
	height: 100%;
	-webkit-border-radius: 10px 10px 0px 10px;
	border-radius: 10px 10px 0px 10px;
	background-color: #FF7D52;
	position: absolute;
	left: 0px;
	top: 0px;
}
body #contents h3:after,
body #listTopics h3:after,
body #mainTopics h3:after,
body #mainServices h3:after,
body #mainArticles h3:after {
	content: '';
	width: calc(100% - 10px);
	height: 3px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: #FF7D52;
	position: absolute;
	left: 10px;
	bottom: 0px;
}
body #contents h3 > *,
body #listTopics h3 > *,
body #mainTopics h3 > *,
body #mainServices h3 > *,
body #mainArticles h3 > * {
	color: #FF7D52 !important;
}  
body #contents .odd h3 > *,
body #listTopics .odd h3 > *,
body #contents .even h3 > *,
body #listTopics .even h3 > *{
	color: #099 !important;
}

body #contents h4,
body #listTopics h4,
body #mainTopics h4,
body #mainServices h4,
body #mainArticles h4 {
	color: #FF7D52;
	font-size: 22px;
	font-weight: 700;
	padding-left: 30px;
}
body #contents h4 > *,
body #listTopics h4 > *,
body #mainTopics h4 > *,
body #mainServices h4 > *,
body #mainArticles h4 > * { 
	color: #FF7D52 !important;
}
body #contents h4:before,
body #listTopics h4:before,
body #mainTopics h4:before,
body #mainServices h4:before,
body #mainArticles h4:before {
	width: 5px;
	height: 32px;
	background: url('../assets/images/dot.png') no-repeat left top;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
}

body #contents h5,
body #listTopics h5,
body #mainTopics h5,
body #mainServices h5,
body #mainArticles h5 {
	color: #FF7D52;
	font-size: 18px;
	font-weight: 700;
	padding-left: 25px;
	padding-right: 25px;
	border: solid 3px #FF7D52;
	-webkit-border-radius: 26px;
	border-radius: 26px;
}
body #contents h5 > *,
body #listTopics h5 > *,
body #mainTopics h5 > *,
body #mainServices h5 > *,
body #mainArticles h5 > * {
	color: #FF7D52 !important;
}

body #contents h6,
body #listTopics h6,
body #mainTopics h6,
body #mainServices h6,
body #mainArticles h6 {
	color: #FF7D52;
	font-size: 18px;
	position: relative;
}

body #contents h6 {
	display: inline-block;
}

body #contents h6 > *,
body #listTopics h6 > *,
body #mainTopics h6 > *,
body #mainServices h6 > *,
body #mainArticles h6 > * {
	color: #FF7D52 !important;
}

body #contents h6:after,
body #listTopics h6:after,
body #mainTopics h6:after,
body #mainServices h6:after,
body #mainArticles h6:after {
	content: '';
	width: 90px;
	height: 3px;
	display: block;
	margin-top: 5px;
	background-color: #FF7D52;
}

body #contents h6:after {
	width: auto;
}

body #contents #sideContents_body #sideServices_body h2:before,
body #contents #sideContents_body #sideServices_body h2:after,
body #listTopics h3:before,
body #listTopics h3:after {
	display: none;
}
body #contents #sideContents_body #sideServices_body h2 {
	font-size: 115%;
	padding-left: 0;
	padding-right: 0;
	background-color: transparent;
	color: #333;
}