.skin7.DWAccordions_container
{
	width : 100%;
	box-sizing : border-box;
	clear : both;
	-webkit-backface-visibility : hidden;
	border-top-right-radius : 10px;
	-moz-border-radius-topright : 10px;
	-webkit-border-top-right-radius : 10px;
	border-bottom-left-radius : 10px;
	-moz-border-radius-bottomleft : 10px;
	-webkit-border-bottom-left-radius : 10px;
	border-bottom-right-radius : 10px;
	-moz-border-radius-bottomright : 10px;
	-webkit-border-bottom-right-radius : 10px;
	border-top-left-radius : 10px;
	-moz-border-radius-topleft : 10px;
	-webkit-border-top-left-radius : 10px;
}
.skin7 .DWAccordions_navLink .DWAccordions_iconHolder
{
	height : 100%;
	position : absolute;
	right : 0px;
	top : 0;
	background-position : center;
	background-repeat : no-repeat;
	background-image : url('./DWAccordions1/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;
}
.skin7 .DWAccordions_navLink.selected .DWAccordions_iconHolder
{
	background-image : url('./DWAccordions1/image3.png');
}
.skin7 .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 : #f2f3f4;
	background-image : -webkit-gradient(linear, left top, left bottom,color-stop(0%, #f2f3f4),color-stop(100%, #dee2e6));
	background-image : -webkit-linear-gradient( top,#f2f3f4 0%, #dee2e6 100%);
	background-image : -moz-linear-gradient( top,#f2f3f4 0%, #dee2e6 100%);
	background-image : -o-linear-gradient( top,#f2f3f4 0%, #dee2e6 100%);
	background-image : -ms-linear-gradient( top,#f2f3f4 0%, #dee2e6 100%);
	background-image : linear-gradient( to bottom,#f2f3f4 0%, #dee2e6 100%);
	-ms-filter : "progid:DXImageTransform.Microsoft.gradient( startColorstr= #f2f3f4, endColorstr= #dee2e6,GradientType=0 )";
	filter : progid:DXImageTransform.Microsoft.gradient( startColorstr= #f2f3f4, endColorstr= #dee2e6,GradientType=0 );
	height : 54px;
	text-align : left;
	box-sizing : initial;
	line-height : 53px;
	font-family : 'Open Sans', sans-serif;
	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;
	padding-left : 33px;
	margin-bottom : 0px;
}
.skin7 .DWAccordions_navLink.hover
{
	text-decoration : none;
	background-image : -webkit-gradient(linear, left top, left bottom,color-stop(0%, #25b34b),color-stop(100%, #1d787e));
	background-image : -webkit-linear-gradient( top,#25b34b 0%, #1d787e 100%);
	background-image : -moz-linear-gradient( top,#25b34b 0%, #1d787e 100%);
	background-image : -o-linear-gradient( top,#25b34b 0%, #1d787e 100%);
	background-image : -ms-linear-gradient( top,#25b34b 0%, #1d787e 100%);
	background-image : linear-gradient( to bottom,#25b34b 0%, #1d787e 100%);
	-ms-filter : "progid:DXImageTransform.Microsoft.gradient( startColorstr= #25b34b, endColorstr= #1d787e,GradientType=0 )";
	filter : progid:DXImageTransform.Microsoft.gradient( startColorstr= #8ec63f, endColorstr= #25b34b,GradientType=0 );
	background-color : #8ec63f;
}
.skin7 .DWAccordions_navLink.hover .DWAccordions_navSpan
{
	color : #FFFFFF;
	color : rgba(255, 255, 255, 1.00);
	*color : #FFFFFF;
}
.skin7 .DWAccordions_navLink.hover .DWAccordions_navImg
{
	color : #FFFFFF;
	color : rgba(255, 255, 255, 1.00);
	*color : #FFFFFF;
}
.skin7 .DWAccordions_navLink .DWAccordions_navImg
{
	vertical-align : baseline;
	margin-right : 7px;
	font-size : 15px;
	color : #2E4053;
	color : rgba(46, 64, 83, 1.00);
	*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;
}
.skin7 .DWAccordions_navLink .DWAccordions_navSpan
{
	font-size : 15px;
	color : #2E4053;
	color : rgba(46, 64, 83, 1.00);
	*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;
}
.skin7 .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-family : 'Open Sans', sans-serif;
	font-size : 15px;
	padding : 25px;
	-ms-filter : "progid:DXImageTransform.Microsoft.gradient( startColorstr=#FFF9F9F9, endColorstr=#FFF9F9F9,GradientType=0 )";
	background-color : rgba(249, 249, 249, 1.00);
	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;
}
.skin7 .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;
	text-align: left;
}
#DWAccordions1 .DWAccordions_contentDivs.acc_hidden
{
	height : 0;
	padding-top : 0;
	padding-bottom : 0;
	margin : 0;
}
.skin7 .DWAccordions_navLink.selected .DWAccordions_navImg
{
	color : #FFFFFF;
}
.skin7 .DWAccordions_navLink.selected .DWAccordions_navSpan
{
	color : #FFFFFF;
	color : rgba(255, 255, 255, 1.00);
	*color : #FFFFFF;
}
.skin7 .DWAccordions_navLink.selected
{
	background-image : -webkit-gradient(linear, left top, left bottom,color-stop(0%, #7c8697),color-stop(80%, #5a6474),color-stop(100%, #505878));
	background-image : -webkit-linear-gradient( top,#7c8697 0%, #5a6474 80%, #505878 100%);
	background-image : -moz-linear-gradient( top,#7c8697 0%, #5a6474 80%, #505878 100%);
	background-image : -o-linear-gradient( top,#7c8697 0%, #5a6474 80%, #505878 100%);
	background-image : -ms-linear-gradient( top,#7c8697 0%, #5a6474 80%, #505878 100%);
	background-image : linear-gradient( to bottom,#7c8697 0%, #5a6474 80%, #505878 100%);
	-ms-filter : "progid:DXImageTransform.Microsoft.gradient( startColorstr= #7c8697, endColorstr= #505878,GradientType=0 )";
	background-color : #7c8697;
}
.skin7 .DWAccordions_navLink.hover .DWAccordions_iconHolder
{
	background-image : url('./DWAccordions1/image2.png');
}
.skin7 .DWAccordions_contentDivs .skin_h1
{
	margin-top : 0px;
	margin-bottom : 30px;
	font-size : 22px;
	color : rgb(46, 64, 83);
}
.skin7 .DWAccordions_contentDivs .skin_h1[data-scrollreveal-complete="true"]
{
	opacity : 1;
}
.skin7 .DWAccordions_contentDivs .skin_p
{
	margin : 0;
}
.skin7 .DWAccordions_navLink:first-of-type
{
	border-top-right-radius : 10px;
	-moz-border-radius-topright : 10px;
	-webkit-border-top-right-radius : 10px;
	border-top-left-radius : 10px;
	-moz-border-radius-topleft : 10px;
	-webkit-border-top-left-radius : 10px;
}
.skin7 .DWAccordions_navLink:last-of-type
{
	border-bottom-left-radius : 10px;
	-moz-border-radius-bottomleft : 10px;
	-webkit-border-bottom-left-radius : 10px;
	border-bottom-right-radius : 10px;
	-moz-border-radius-bottomright : 10px;
	-webkit-border-bottom-right-radius : 10px;
}
.skin7 .DWAccordions_navLink.selected:last-of-type
{
	border-bottom-left-radius : 0px;
	-moz-border-radius-bottomleft : 0px;
	-webkit-border-bottom-left-radius : 0px;
	border-bottom-right-radius : 0px;
	-moz-border-radius-bottomright : 0px;
	-webkit-border-bottom-right-radius : 0px;
}
.skin7 .DWAccordions_contentDivs:not(.acc_hidden)
{
	border-bottom-left-radius : 10px;
	-moz-border-radius-bottomleft : 10px;
	-webkit-border-bottom-left-radius : 10px;
	border-bottom-right-radius : 10px;
	-moz-border-radius-bottomright : 10px;
	-webkit-border-bottom-right-radius : 10px;
}
body
{
	margin : 0;
}

/*end of skin css*/

#DWAccordions1 .DWAccordions_navLink
{
	background-image : -webkit-gradient(linear, left top, left bottom,color-stop(0%, #f2f3f4),color-stop(100%, #dee2e6));
	background-image : -webkit-linear-gradient( top,#f2f3f4 0%, #dee2e6 100%);
	background-image : -moz-linear-gradient( top,#f2f3f4 0%, #dee2e6 100%);
	background-image : -o-linear-gradient( top,#f2f3f4 0%, #dee2e6 100%);
	background-image : -ms-linear-gradient( top,#f2f3f4 0%, #dee2e6 100%);
	background-image : linear-gradient( to bottom,#f2f3f4 0%, #dee2e6 100%);
	-ms-filter : "progid:DXImageTransform.Microsoft.gradient( startColorstr= #f2f3f4, endColorstr= #dee2e6,GradientType=0 )";
	height : auto;
}
#DWAccordions1 .DWAccordions_navLink.hover
{
	background-image : -webkit-gradient(linear, left top, left bottom,color-stop(0%, #264eb3),color-stop(100%, #19a2cc));
	background-image : -webkit-linear-gradient( top,#264eb3 0%, #19a2cc 100%);
	background-image : -moz-linear-gradient( top,#264eb3 0%, #19a2cc 100%);
	background-image : -o-linear-gradient( top,#264eb3 0%, #19a2cc 100%);
	background-image : -ms-linear-gradient( top,#264eb3 0%, #19a2cc 100%);
	background-image : linear-gradient( to bottom,#264eb3 0%, #19a2cc 100%);
	-ms-filter : "progid:DXImageTransform.Microsoft.gradient( startColorstr= #264eb3, endColorstr= #19a2cc,GradientType=0 )";
	border-top-right-radius : 5px;
	-moz-border-radius-topright : 5px;
	-webkit-border-top-right-radius : 5px;
}
#DWAccordions1 .DWAccordions_navLink.selected
{
	background-image : -webkit-gradient(linear, left top, left bottom,color-stop(0%, #7c8697),color-stop(80%, #5a6474),color-stop(100%, #505878));
	background-image : -webkit-linear-gradient( top,#7c8697 0%, #5a6474 80%, #505878 100%);
	background-image : -moz-linear-gradient( top,#7c8697 0%, #5a6474 80%, #505878 100%);
	background-image : -o-linear-gradient( top,#7c8697 0%, #5a6474 80%, #505878 100%);
	background-image : -ms-linear-gradient( top,#7c8697 0%, #5a6474 80%, #505878 100%);
	background-image : linear-gradient( to bottom,#7c8697 0%, #5a6474 80%, #505878 100%);
	-ms-filter : "progid:DXImageTransform.Microsoft.gradient( startColorstr= #7c8697, endColorstr= #505878,GradientType=0 )";
}
#DWAccordions1 .DWAccordions_contentDivs
{
	color : #2E4053;
	color : rgba(46, 64, 83, 0.90);
	*color : #2E4053;
	text-align : left;
}
@media (max-width:767px)
{
	#DWAccordions1.DWAccordions_container
	{
		width : 100%;
	}
}
