@charset "UTF-8";
/* Gravity Container Set styles */
/* NoTitle */
.DNNContainer_noTitle {
}

/* Title_h2 */
.DNNContainer_Title_h2 h2 .TitleH2 {
	display: block;
	margin-bottom: 25px;
	font-size: 26px;
}

/* Title_h3 */
.DNNContainer_Title_h3 h3 .TitleH3 {
	display: block;
	padding-bottom: 10px;
	margin-bottom: 25px;
	border-bottom: solid 1px #c0c0c0;
}

/* Title_h4 */
.DNNContainer_Title_h4 h4 .TitleH4 {
	display: block;
	margin-bottom: 25px;
} 
.DNNContainer_Title_h2 h2 .TitleH2 {
    color: #1432AA;
    font-weight: bold;
    font-size: 26px;
    /* font-family: Segoe UI, Tahoma, Geneva, sans-serif; */
    text-transform: uppercase;
    padding: 10px 0px 3px 0px;
	margin-bottom: -10px;
    text-shadow: none;
}
.DNNContainer_Title_h2Category h2 .TitleH2 {
	color: #1432AA;
    font-weight: bold;
	float: left;
    font-size: 26px;
    /* font-family: Segoe UI, Tahoma, Geneva, sans-serif; */
    text-transform: uppercase;
    padding: 10px 0px 3px 0px;
	margin-top: 0px;
	margin-bottom: 10px;
    text-shadow: none;
	}

