@charset "UTF-8";
/* Gravity Container Set styles */
/* NoTitle */
.DNNContainer_noTitle {
}
/* Title_h2 */
.DNNContainer_Title_h2 h2 .TitleH2 {
	display: block;
	font-size: 40px;
	color: #333;
	margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #efefef;
	text-align: center;
	font-weight: 300;
}

/* 2015 */
.ContentContainer {
}
.ContentContainer h2 {

}
.ContentContainer hr {
	clear: both;
	height: 0;
	border: solid #F0F0F0;
	border-width: 1px 0 0;
	margin: 12px 0 12px 0;
}
.ContentContainer_TitleH2 {
	display: block;
	margin-bottom: 3px;
	font-size: 24px;
	color: #666;
}
.TitleH2 {
	display: block;
	margin-bottom: 8px;
	font-size: 40px;
	color: #666;
	font-weight: 300;
}
.SpacingBottom {padding-bottom: 15px;}
.SpacingBottom-Big {padding-bottom: 20px;}


/* GreenStripe */
.GreenStripe {
}
.GreenStripe h2 {

}
.GreenStripe hr {
	clear: both;
	height: 0;
	border: solid #F0F0F0;
	border-width: 1px 0 0;
	margin: 12px 0 12px 0;
}
.GreenStripe_TitleH2 {
	display: block;
	margin-bottom: 3px;
	font-size: 24px;
	color: #666;
	font-weight: 400!important;
}

/* 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;
}