﻿@charset "UTF-8";
/* Gravity Container Set styles */
/* NoTitle */
.DNNContainer_noTitle {
}

/* Title_h2 */
.DNNContainer_Title_h2 h2 .TitleH2 {
	display: block;
	margin-bottom: 25px;
}

/* 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: 10px;
} 

.DNNContainer_Title_h2_Left_Gray h2 .TitleH2 {
	display: block;
	margin-bottom: 0px;
	margin-top:-60px;
	background:#424242;
	height:40px;
	min-width:0px;
	width:auto;
	white-space:nowrap;
	max-width:50%;
	float:left;
	padding:10px 30px 0 20px;
	font-size:22px;
	font-weight:normal;
	color:#FFF !important;
	text-decoration:none;		
	font-family:'Buxton-Sketch-Regualr';
	/*text-shadow:0px 2px 0px #000 !important;*/
}

.DNNContainer_Title_h2_Left_Gray div .Normal
{
	color:#FFF !important;
}

.DNNContainer_Title_h2_Right_Gray h2 .TitleH2 {
	display: block;
	margin-bottom: 0px;
	margin-top:-60px;
	background:#424242;
	height:40px;
	min-width:0px;
	width:auto;
	white-space:nowrap;
	/*max-width:50%;*/
	/*float:right;*/
	padding:10px 30px 0 20px;
	font-size:22px;
	font-weight:normal;
	color:#FFF !important;
	text-decoration:none;		
	font-family:'Buxton-Sketch-Regualr';
	/*position:-ms-page;*/
	/*text-shadow:0px 2px 0px #000 !important;*/
	/*right:10px;*/
	/*position:absolute;*/
	/*margin-right:10%;*/
	float:right;
}

.DNNContainer_Title_h2_Right_Gray div .Normal
{
	color:#FFF !important;
}


.DNNContainer_Title_h2_Right_White h2 .TitleH2 {
	display: block;
	margin-bottom: 0px;
	margin-top:-60px;
	background:#FFF;
	height:40px;
	min-width:0px;
	width:auto;
	white-space:nowrap;
	max-width:50%;
	float:right;
	padding:10px 30px 0 20px;
	font-size:22px;
	font-weight:normal;
	color:#424242 !important;
	text-decoration:none;		
	font-family:'Buxton-Sketch-Regualr';
	/*text-shadow:0px 2px 0px #000 !important;*/
}
.DNNContainer_Title_h2_Right_White div .ContentPane
{
	float:left;
}

.DNNContainer_Title_h2_Left_Yellow h2 .TitleH2 {
	display: block;
	margin-bottom: 0px;
	margin-top:-80px;
	background:#ffd200;
	height:40px;
	min-width:0px;
	width:auto;
	/*white-space:nowrap;*/
	max-width:50%;
	float:left;
	padding:10px 30px 0 20px;
	font-size:22px;
	font-weight:normal;
	color:#FFF !important;
	text-decoration:none;		
	font-family:'Buxton-Sketch-Regualr';
	/*text-shadow:0px 2px 0px #000 !important;*/
	text-shadow:0px 1px 2px rgba(0,0,0,0.8);
}

.DNNContainer_Title_h2_Left_Yellow div .Normal
{
	color:#FFF !important;
}


.DNNContainer_Title_h2_Right_Slider h2 .TitleH2 {
	display: block;
	/*left:50%;*/
	right:0%;
	bottom:0px;
	/*margin-left:20%;*/
	background:#108a00;
	height:50px;
	min-width:0px;
	width:auto;
	white-space:nowrap;
	max-width:50%;
	position:absolute;
	/*bottom:0px;
	right:0px;*/
	padding:10px 30px 0 20px;
	font-size:22px;
	font-weight:normal;
	color:#FFF !important;
	text-decoration:none;		
	font-family:'Buxton-Sketch-Regualr';
	/*text-shadow:0px 2px 0px #000 !important;*/
	text-shadow:0px 1px 2px rgba(0,0,0,0.8);
	z-index:1;
}

.DNNContainer_Title_h2_Reasons h2 .TitleH2 {
	display: block;
	margin: 15px 5px;
	text-align:center;
	font-size:22px;
	font-weight:normal;
	color:#424242 !important;
	text-decoration:none;		
	font-family:'Buxton-Sketch-Regualr';
}
.DNNContainer_Title_h2_Reasons_Left h2 .TitleH2 {
	display: block;
	margin: 15px 5px;
	text-align:left;
	font-size:25px;
	font-weight:normal;
	color:#424242 !important;
	text-decoration:none;		
	font-family:'Buxton-Sketch-Regualr';
}
.DNNContainer_Title_h2_Reasons div, DNNContainer_Title_h2_Reasons_Left div
{
	padding:0px 2px;
}