.skin4.DWAccordions_container
{
	width : 100%;
	box-sizing : border-box;
	clear : both;
	-webkit-backface-visibility : hidden;
}
.skin4 .DWAccordions_navLink .DWAccordions_iconHolder
{
	height : 100%;
	position : absolute;
	right : 0px;
	top : 0;
	background-position : center;
	background-repeat : no-repeat;
	background-image : url('./DWAccordions3/image1.png');
	-webkit-transition : all 0.2s ease;
	-moz-transition : all 0.2s ease;
	-ms-transition : all 0.2s ease;
	-o-transition : all 0.2s ease;
	transition : all 0.2s ease;
}
.skin4 .DWAccordions_navLink.selected .DWAccordions_iconHolder
{
	background-image : url('./DWAccordions3/image3.png');
}
.skin4 .DWAccordions_navLink
{
	display : block;
	text-decoration : none;
	-webkit-touch-callout : none;
	-webkit-user-select : none;
	-khtml-user-select : none;
	-moz-user-select : none;
	-ms-user-select : none;
	user-select : none;
	background-color : transparent;
	height : 54px;
	text-align : left;
	box-sizing : initial;
	border-top-style : solid;
	line-height : 53px;
	border-top-width : 1px;
	border-right-color : rgba(0, 0, 0, 0.1);
	border-right-width : 1px;
	border-bottom-width : 1px;
	border-left-width : 1px;
	border-right-style : solid;
	border-bottom-style : solid;
	border-left-style : solid;
	font-weight : 400;
	-webkit-transition : all 0.4s ease;
	-moz-transition : all 0.4s ease;
	-ms-transition : all 0.4s ease;
	-o-transition : all 0.4s ease;
	transition : all 0.4s ease;
	position : relative;
	border-bottom-color : rgba(0, 0, 0, 0.1);
	padding-left : 33px;
	margin-bottom : 1px;
	border-left-color : rgba(0, 0, 0, 0.1);
	border-top-color : rgba(0, 0, 0, 0.1);
}
.skin4 .DWAccordions_navLink.hover
{
	text-decoration : none;
	border-right-color : rgba(0, 174, 239, 1);
	filter : progid:DXImageTransform.Microsoft.gradient( startColorstr= #8ec63f, endColorstr= #25b34b,GradientType=0 );
	-ms-filter : "progid:DXImageTransform.Microsoft.gradient( startColorstr=#FF00AEEF, endColorstr=#FF00AEEF,GradientType=0 )";
	background-color : rgba(0, 174, 239, 1.00);
	border-bottom-color : rgba(0, 174, 239, 1);
	border-left-color : rgba(0, 174, 239, 1);
	border-top-color : rgba(0, 174, 239, 1);
	margin-bottom : 1px;
}
.skin4 .DWAccordions_navLink.hover .DWAccordions_navSpan
{
	color : #FFFFFF;
	color : rgba(255, 255, 255, 1.00);
	*color : #FFFFFF;
}
.skin4 .DWAccordions_navLink.hover .DWAccordions_navImg
{
	color : #FFFFFF;
	color : rgba(255, 255, 255, 1.00);
	*color : #FFFFFF;
}
.skin4 .DWAccordions_navLink .DWAccordions_navImg
{
	vertical-align : baseline;
	margin-right : 7px;
	font-size : 15px;
	color : #2E4053;
	color : rgba(46, 64, 83, 0.75);
	*color : #2E4053;
	-webkit-transition : all 0.4s ease;
	-moz-transition : all 0.4s ease;
	-ms-transition : all 0.4s ease;
	-o-transition : all 0.4s ease;
	transition : all 0.4s ease;
}
.skin4 .DWAccordions_navLink .DWAccordions_navSpan
{
	font-size : 15px;
	color : #2E4053;
	color : rgba(46, 64, 83, 0.75);
	*color : #2E4053;
	-webkit-transition : all 0.4s ease;
	-moz-transition : all 0.4s ease;
	-ms-transition : all 0.4s ease;
	-o-transition : all 0.4s ease;
	transition : all 0.4s ease;
}
.skin4 .DWAccordions_contentDivs
{
	width : 100%;
	margin-left : auto;
	margin-right : auto;
	box-sizing : border-box;
	display : block;
	transition-property : height, padding-top, padding-bottom, margin-top, margin-bottom;
	transition-duration : 0.5s;
	transition-timing-function : ease;
	-webkit-transition-property : height, padding-top, padding-bottom, margin-top, margin-bottom;
	-webkit-transition-duration : 0.5s;
	-webkit-transition-timing-function : ease;
	-moz-transition-property : height, padding-top, padding-bottom, margin-top, margin-bottom;
	-moz-transition-duration : 0.5s;
	-moz-transition-timing-function : ease;
	-o-transition-property : height, padding-top, padding-bottom, margin-top, margin-bottom;
	-o-transition-duration : 0.5s;
	-o-transition-timing-function : ease;
	-ms-transition-property : height, padding-top, padding-bottom, margin-top, margin-bottom;
	-ms-transition-duration : 0.5s;
	-ms-transition-timing-function : ease;
	opacity : 1;
	font-size : 13px;
	padding : 25px;
	background-color : #ffffff;
	border : 1px solid #F46A0E;
	overflow : auto;
	height : auto;
	border-top-style : none;
	border-top-color : transparent;
	border-top-width : 0px;
	border-bottom-style : none;
	border-bottom-color : transparent;
	border-bottom-width : 0px;
	border-left-style : none;
	border-left-color : transparent;
	border-left-width : 0px;
	border-right-style : none;
	border-right-color : transparent;
	border-right-width : 0px;
	color : #2E4053;
	color : rgba(46, 64, 83, 0.5);
	*color : #2E4053;
	line-height : 215%;
	padding-top : 40px;
	padding-bottom : 40px;
	text-align : left;
}
.skin4 .DWAccordions_contentDivs.content-fade > *
{
	opacity : 0;
	-webkit-transition : opacity 0.4s ease;
	-moz-transition : opacity 0.4s ease;
	-ms-transition : opacity 0.4s ease;
	-o-transition : opacity 0.4s ease;
	transition : opacity 0.4s ease;
}
#DWAccordions3 .DWAccordions_contentDivs.acc_hidden
{
	height : 0;
	padding-top : 0;
	padding-bottom : 0;
	margin : 0;
}
.skin4 .DWAccordions_navLink.selected .DWAccordions_navImg
{
	color : #FFFFFF;
}
.skin4 .DWAccordions_navLink.selected .DWAccordions_navSpan
{
	color : #FFFFFF;
	color : rgba(255, 255, 255, 1.00);
	*color : #FFFFFF;
}
.skin4 .DWAccordions_navLink.selected
{
	background-image : -webkit-gradient(linear, left top, left bottom,color-stop(0%, #fbc13b),color-stop(100%, #ffb300));
	background-image : -webkit-linear-gradient( top,#fbc13b 0%, #ffb300 100%);
	background-image : -moz-linear-gradient( top,#fbc13b 0%, #ffb300 100%);
	background-image : -o-linear-gradient( top,#fbc13b 0%, #ffb300 100%);
	background-image : -ms-linear-gradient( top,#fbc13b 0%, #ffb300 100%);
	background-image : linear-gradient( to bottom,#fbc13b 0%, #ffb300 100%);
	-ms-filter : "progid:DXImageTransform.Microsoft.gradient( startColorstr= #fbc13b, endColorstr= #ffb300,GradientType=0 )";
	background-color : transparent;
	border-bottom-color : rgba(253, 185, 29, 1);
	border-left-color : rgba(253, 185, 29, 1);
	border-right-color : rgba(253, 185, 29, 1);
	border-top-color : rgba(253, 185, 29, 1);
}
.skin4 .DWAccordions_navLink.hover .DWAccordions_iconHolder
{
	background-image : url('./DWAccordions3/image2.png');
}
.skin4 .DWAccordions_contentDivs .skin_h1
{
	margin-top : 0px;
	margin-bottom : 30px;
	font-size : 22px;
	color : rgb(46, 64, 83);
}
.skin4 .DWAccordions_contentDivs .skin_h1[data-scrollreveal-complete="true"]
{
	opacity : 1;
}
.skin4 .DWAccordions_contentDivs .skin_p
{
	margin : 0;
}
body
{
	margin : 0;
}

/*end of skin css*/

#DWAccordions3 .DWAccordions_contentDivs
{
	padding-top : 10px;
	padding-bottom : 10px;
	padding-left : 20px;
	padding-right : 20px;
	color : #572F08;
	margin-bottom : 10px;
}
#DWAccordions3 .DWAccordions_navLink.selected
{
	background-image : none;
	-ms-filter : "progid:DXImageTransform.Microsoft.gradient( startColorstr=#FF572F08, endColorstr=#FF572F08,GradientType=0 )";
	background-color : rgba(87, 47, 8, 1.00);
	border-left-color : rgba(87, 47, 8, 1);
	border-bottom-color : rgba(87, 47, 8, 1);
	border-right-color : rgba(87, 47, 8, 1);
	border-top-color : rgba(87, 47, 8, 1);
	font-weight : 400;
	margin-right : 0px;
	margin-bottom : 2px;
	margin-left : 0px;
	border-left-style : solid;
	border-bottom-style : solid;
	border-right-style : solid;
	border-left-width : 1px;
	border-bottom-width : 1px;
	border-right-width : 1px;
	border-top-width : 1px;
	border-top-style : solid;
}
#DWAccordions3 .DWAccordions_navLink.hover
{
	-ms-filter : "progid:DXImageTransform.Microsoft.gradient( startColorstr=#99572F08, endColorstr=#99572F08,GradientType=0 )";
	background-color : rgba(87, 47, 8, 0.60);
	border-left-color : rgba(87, 47, 8, 1);
	border-bottom-color : rgba(87, 47, 8, 1);
	border-right-color : rgba(87, 47, 8, 1);
	border-top-color : rgba(87, 47, 8, 1);
	font-weight : 400;
	margin-right : 0px;
	margin-bottom : 2px;
	margin-left : 0px;
}
#DWAccordions3 .DWAccordions_navLink
{
	-ms-filter : "progid:DXImageTransform.Microsoft.gradient( startColorstr=#CCE8DEC6, endColorstr=#CCE8DEC6,GradientType=0 )";
	background-color : rgba(232, 222, 198, 0.80);
	border-left-color : rgba(224, 214, 188, 1);
	border-bottom-color : rgba(224, 214, 188, 1);
	border-right-color : rgba(224, 214, 188, 1);
	border-top-color : rgba(224, 214, 188, 1);
	font-weight : 400;
	margin-right : 0px;
	margin-bottom : 2px;
	margin-left : 0px;
	padding-left : 20px;
}
#DWAccordions3 .DWAccordions_navLink .DWAccordions_navSpan
{
	font-size : 19px;
	color : #572F08;
	color : rgba(87, 47, 8, 1.00);
	*color : #572F08;
}
#DWAccordions3 .DWAccordions_navLink.hover .DWAccordions_navSpan
{
	color : #E8DEC6;
	color : rgba(232, 222, 198, 1.00);
	*color : #E8DEC6;
}
#DWAccordions3 .DWAccordions_navLink.selected .DWAccordions_navSpan
{
	color : #E8DEC6;
	color : rgba(232, 222, 198, 1.00);
	*color : #E8DEC6;
}
#DWAccordions3 .DWAccordions_navLink .DWAccordions_navImg
{
	color : #572F08;
	color : rgba(87, 47, 8, 0.75);
	*color : #572F08;
}
#DWAccordions3 .DWAccordions_navLink.hover .DWAccordions_navImg
{
	color : #E8DEC6;
	color : rgba(232, 222, 198, 1.00);
	*color : #E8DEC6;
}
#DWAccordions3 .DWAccordions_navLink.selected .DWAccordions_navImg
{
	color : #E8DEC6;
	color : rgba(232, 222, 198, 1.00);
	*color : #E8DEC6;
}
@media (max-width:767px)
{
	#DWAccordions3.DWAccordions_container
	{
		width : 100%;
	}
}
