





:root{
    --accent-color:#2478cc;
    --accent-color2:#a5ccf3;

	--line-color:#dde4f1;


    --button-color1:#003594;
	--button-hover-color1:#2478cc;
    --button-color2:#006600;
	--button-hover-color2:#008500;
    --button-color3:#993300;
	--button-hover-color3:#cc4b00;
    --button-color4:#2c5cda;
	--button-hover-color4:#00aa89;
    --button-color5:#2c5cda;
	--button-hover-color5:#00aa89;
    --button-color6:#2c5cda;
	--button-hover-color6:#00aa89;
    --button-color7:#2c5cda;
	--button-hover-color7:#00aa89;

	--link-color:#2478cc;
	--link-hover-color:#003594;
}
@media (min-width:576px) {
	:root{
		--container-width: 540px;
	}
}
@media (min-width:768px) {
	:root{
		--container-width: 760px;
	}
}
@media (min-width:992px) {
	:root{
		--container-width: 960px;
	}
}
@media (min-width:1200px) {
	:root{
		--container-width: 1140px;
	}
}

@media (min-width:1600px) {
	:root{
		--container-width: 1200px;
	}
}




	




.dng-main{
	 background-color:#FFFFFF;  	}
.container{
		padding-left:15px;
	padding-right:15px;
		width: auto;
	max-width: 100%;
}
.is-container{
	max-width: auto;
}
.container-fluid {
		padding-right:15px;
	padding-left:15px;
		margin-right: auto;
	margin-left: auto;
}   
#dnn_content{
	 padding-top:0px;		 padding-bottom:0px;	}		

@media (min-width:576px) {
		.container {
		width: 540px;
	}	
	.is-container {
		max-width: 540px;
	}
			}
@media (min-width:768px) {
		.container {
		width: 760px;
	}	
	.is-container {
		max-width: 760px;
	}	
			}
@media (min-width:992px) {
		.container {
		width: 960px;
	}	
	.is-container {
		max-width: 960px;
	}	
			}
@media (min-width:1200px) {
		.container {
		width: 1140px;
	}
	.is-container {
		max-width: 1140px;
	}	
			}

@media (min-width:1600px) {
		.container {
		width: 1200px;
	}	
	.is-container {
		max-width: 1200px;
	}	
	}

	.left-full-column > .full-column-inner{
		margin-left:-15px;
		width:calc(100% + 15px);
	}
	.right-full-column > .full-column-inner{
		margin-right:-15px;
		width:calc(100% + 15px);
	}


@media (min-width:576px) {
		.left-full-column > .full-column-inner{
		margin-left:calc((540px - 100vw)/2);
		width:calc(100% + (100vw - 540px)/2);
	}
	.right-full-column > .full-column-inner{
		margin-right:calc((540px - 100vw)/2);
		width:calc(100% + (100vw - 540px)/2);
	}
	}
@media (min-width:768px) {
		.left-full-column > .full-column-inner{
		margin-left:calc((760px - 100vw)/2);
		width:calc(100% + (100vw - 760px)/2);
	}
	.right-full-column > .full-column-inner{
		margin-right:calc((760px - 100vw)/2);
		width:calc(100% + (100vw - 760px)/2);
	}
	}
@media (min-width:992px) {
		.left-full-column > .full-column-inner{
		margin-left:calc((960px - 100vw)/2);
		width:calc(100% + (100vw - 960px)/2);
	}
	.right-full-column > .full-column-inner{
		margin-right:calc((960px - 100vw)/2);
		width:calc(100% + (100vw - 960px)/2);
	}
	}
@media (min-width:1200px) {
		.left-full-column > .full-column-inner{
		margin-left:calc((1140px - 100vw)/2);
		width:calc(100% + (100vw - 1140px)/2);
	}
	.right-full-column > .full-column-inner{
		margin-right:calc((1140px - 100vw)/2);
		width:calc(100% + (100vw - 1140px)/2);
	}
	}
@media (min-width:1600px) {
		.left-full-column > .full-column-inner{
		margin-left:calc((1200px - 100vw)/2);
		width:calc(100% + (100vw - 1200px)/2);
	}
	.right-full-column > .full-column-inner{
		margin-right:calc((1200px - 100vw)/2);
		width:calc(100% + (100vw - 1200px)/2);
	}
	}



h1, h2, h3, h4, h5, h6{
	font-family:inherit;
}

h1{
	color:#2478cc;
	font-family:"Nunito"; 	font-weight:lighter;
	font-size:30px;
	line-height:1.2;
	letter-spacing:0;
}		
h2{
	color:#2478cc;
		font-family:"Nunito"; 	font-weight:bold;
	font-size:20px;
	line-height:1.3;
	letter-spacing:0;
}		
h3{
	color:#003594;
		font-family:"Nunito"; 	font-weight:bold;
	font-size:18px;
	line-height:1.3;
	letter-spacing:0;
}		
h4{
	color:#003594;
		font-family:"Nunito"; 	font-weight:bold;
	font-size:16px;
	line-height:1.4;
	letter-spacing:0;
}		
h5{
	color:#003594;
		font-family:"Nunito"; 	font-weight:bold;
	font-size:14px;
	line-height:1.4;
	letter-spacing:0;
}		
h6{
	color:#000000;
		font-weight:normal;
	font-size:16px;
	line-height:1.5;
	letter-spacing:0;
}	

#Body .is-inherit-root-text,
#Body .is-inherit-root-text p,
#Body .is-inherit-root-text li,
#Body .is-inherit-root-text div,
#Body .is-inherit-root-text span{
	color: #000000 ;
}
#Body .is-inherit-root-text h1{
	color:#2478cc;
}
#Body .is-inherit-root-text h2{
	color:#2478cc;
}
#Body .is-inherit-root-text h3{
	color:#003594;
}
#Body .is-inherit-root-text h4{
	color:#003594;
}
#Body .is-inherit-root-text h5{
	color:#000000;
}
#Body .is-inherit-root-text h6{
	color:#000000;
}
#Body .is-inherit-root-text a, 
#Body .is-inherit-root-text a:link{
	color:#2478cc;
}
#Body .is-inherit-root-text a:visited{
	color:#2478cc;
}
#Body .is-inherit-root-text a:hover{
	color:#003594;
}
#Body .is-inherit-root-text a:active{
	color:#003594;
}



@media only screen and (min-width: 576px)  {
						}
@media only screen and (min-width: 768px) {	
						}
@media only screen and (min-width: 992px) {	
		h1{
		font-size:53px;		line-height:1.2;	}
			h2{
		font-size:30px;		line-height:1.4;	}		
			h3{
		font-size:24px;			}		
			h4{
		font-size:18px;			}		
			h5{
		font-size:16px;			}		
			h6{
		font-size:16px;			}					
	}
@media only screen and (min-width: 1200px) {	
						}

a, 
a:link{
	color:#2478cc;
}
a:visited{
	color:#2478cc;
}
a:hover{
	color:#003594;
}
a:active{
	color:#003594;
}




.btn-accent,
a.btn-accent{
	color:#2478cc;
	border-color:#2478cc;
	background-color:#2478cc;
}
[class*="am-btn-"].btn-accent:before{
	background-color:#2478cc;
}

div [class*="am-btn-"].hover-accent:hover{
	color:#2478cc;
	border-color:#2478cc;
	background-color:#2478cc;
}
div [class*="am-btn-"].hover-accent:hover:before{
	background-color:#2478cc; 
}



#Body .bg-accent{
	background-color:#2478cc;
}
#Body .color-accent{
	color:#2478cc;
} 
#Body .border-accent{
	border-color:#2478cc;
}
#Body .bg-accent-hover:hover{
	background-color:#2478cc;
}
#Body .color-accent-hover:hover{
	color:#2478cc;
} 
#Body .border-accent-hover:hover{
	border-color:#2478cc;
}
#Body .bg-accent2{
	background-color:#a5ccf3;
}
#Body .color-accent2{
	color:#a5ccf3;
} 
#Body .border-accent2{
	border-color:#a5ccf3;
}
#Body .bg-accent3{
	background-color:${AccentColour3};
}
#Body .color-accent3{
	color:${AccentColour3};
} 
#Body .border-accent3{
	border-color:${AccentColour3};
}
#Body .bg-accent4{
	background-color:${AccentColour4};
}
#Body .color-accent4{
	color:${AccentColour4};
} 
#Body .border-accent4{
	border-color:${AccentColour4};
}
#Body .bg-accent5{
	background-color:${AccentColour5};
}
#Body .color-accent5{
	color:${AccentColour5};
} 
#Body .border-accent5{
	border-color:${AccentColour5};
}

b,
strong{
	font-weight:bold;
}
.bold,
.font-weight-bold,
.strong-before:before,
.strong-after:after,
.strong-before :before,
.strong-after :after{
	font-weight:bold!important;
}



#Body, body, .Head, .SubTitle, .SubSubTitle, .Normal{
	font-family: Nunito;  
	font-size: 1rem; 
	line-height: 1.8;
	letter-spacing: 0;
	color: #000000 ;
}
.default-size{font-size:1rem;}
.default-lineheight{line-height:1.8;}

@media (min-width:576px) {
		}
@media (min-width:768px) {
		}
@media (min-width:992px) {
	#Body, html, body, .Head, .SubTitle, .SubSubTitle, .Normal,.default-size{font-size:16px;}	}
@media (min-width:1200px) {
		}



button, 
input, 
select, 
textarea,
.btn{
	font-family: Nunito;  
}

.default-color{
	color: #000000!important;
}
.default-bg-color{
	background-color: #000000!important;
}
.default-bg-color-hover:hover{
	background-color:#000000!important;
}
.default-border-color{
	border-color: #000000!important;
}
.accent-color{
	color: #2478cc;
}
.default-family{
	font-family:"Nunito"!important;
}


/*default color*/



/*page title*/
.page-title-bg{
			background-color:#418fde; 
		}		
 

	

.page-title-bg.light-overlay::after{
	background-color: rgba(255, 255, 255, 0.10);
}
.page-title-bg.dark-overlay::after{
	background-color: rgba(0, 0, 0, 0.10);
}

.page-title-container{
	 height: 130px;
}
@media only screen and (max-width: 767px) {
	.page-title-container{
		height: auto;padding-top:35px;padding-bottom:35px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px){
	.page-title-container{
		height:78px;
		min-height:162px;
		padding-top: 45px;
		padding-bottom: 45px;
	}
}
.page-title.dark .main-title ,
.page-title.dark .pagetitle-breadcrumbs-box a:hover {
	color: #2478cc;
}


/*breadcrumbs*/
.page-breadcrumbs{
	background-color:#ffffff;  
	}

.page-breadcrumbs > .container{
		padding-top:8px;
				padding-bottom:20px;
			padding-left:16px;
	}

.page-breadcrumbs .breadcrumbs a:hover{
		color:#2478cc!important;
	}

.page-breadcrumbs .breadcrumbs{
    color: #000000;
    font-size: 14px;
}
.page-breadcrumbs .breadcrumbs-box > a,
.page-breadcrumbs .breadcrumbs-box > span > span > span{
    line-height:15px;
}
.page-breadcrumbs .breadcrumbs a,
.page-breadcrumbs .breadcrumbs a:link,
.page-breadcrumbs .breadcrumbs a:active,
.page-breadcrumbs .breadcrumbs a:visited{
    color: #000000;
    font-size: 14px;
}
.page-breadcrumbs .breadcrumbs a:hover{
			color:#2478cc!important;
	}

.breadcrumbs_sytle2 .breadcrumbs-box,
.breadcrumbs_sytle3 .breadcrumbs-box > a:before, 
.breadcrumbs_sytle3 .breadcrumbs-box > span > span > span:before{
	background-color:#ededed;
}

html.html-night .page-breadcrumbs{ 
	background: #000;
}
html.html-night .page-breadcrumbs,
html.html-night .page-breadcrumbs .breadcrumbs,
html.html-night .page-breadcrumbs .breadcrumbs a, 
html.html-night .page-breadcrumbs .breadcrumbs a:link, 
html.html-night .page-breadcrumbs .breadcrumbs a:active, 
html.html-night .page-breadcrumbs .breadcrumbs a:visited{
	color: #fff;
}
html.html-night .breadcrumbs_sytle2 .breadcrumbs-box,
html.html-night .breadcrumbs_sytle3 .breadcrumbs-box > a:before, 
html.html-night .breadcrumbs_sytle3 .breadcrumbs-box > span > span > span:before{
    background: #080808;
}



/*sidebar dynamic*/

.sidebar_dynamic.sidebar_dynamic_sytle01{
	padding-top:0;	padding-right:0;	padding-bottom:50px;	padding-left:0;}

@media only screen and (max-width: 991px) {
	.sidebar_dynamic.sidebar_dynamic_sytle01{
		padding-top:0!important;
		padding-right:15px!important;
		padding-bottom:0!important;
		padding-left:15px!important;
		margin-top: 30px;
	}
}
.sidebar_dynamic.sidebar_dynamic_sytle01,
.sidebar_dynamic.sidebar_dynamic_sytle01 .Normal{
}


.has-sidebar >.row{
	position: relative;
}


.sidebar_dynamic{
	min-height: 1px;
}

.sidebar-menu ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.sidebar-menu svg{
	width: 1em;
	height: 1em;
	margin-right: 10px;
    fill: currentColor;
}

.sidebar-menu .gomenu  > ul > li > a{
	padding: 18px 25px;
	display: block;
	position: relative;
	border-left: 5px solid transparent;
	transition: all ease 300ms;
	margin-bottom: -1px;
}

.sidebar-menu .gomenu  > ul > li > a, 
.sidebar-menu .gomenu  > ul > li > a:link, 
.sidebar-menu .gomenu  > ul > li > a:active, 
.sidebar-menu .gomenu  > ul > li > a:visited{
	color:#003594;	font-family:"Nunito";	font-weight:300;	font-size:15px;	line-height:18px;}


.sidebar-menu .gomenu > ul > li:hover > a,
.sidebar-menu .gomenu > ul > li.current > a{
	color: #ffffff;
	text-decoration: none;
	border-left-color:rgba(0,0,0,.2);
}
.sidebar-menu .gomenu  > ul > li{
	border-bottom: 1px dashed #ebebeb;
	position: relative;
}

.sidebar-menu .gomenu  > ul > li > a::before{
	content: "";
	position: absolute;
	left: -5px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 5px;
	height: 19px;
	transition: all ease 300ms;
}
.sidebar-menu .gomenu > ul > li:hover > a,
.sidebar-menu .gomenu > ul > li.current > a,
.sidebar-menu .gomenu > ul > li a::before{
	background-color:var(--current-color);  
}

.sidebar-menu .gomenu > ul > li:hover > a::before,
.sidebar-menu .gomenu > ul > li.current  > a::before{
	height: 100%;
	opacity: 0;
}

.sidebar-menu .gomenu > ul > li > ul{
	padding: 15px 0;
}
.sidebar-menu .gomenu ul ul li{
	padding: 4px 0px 4px 30px;
}
.sidebar-menu .gomenu ul ul ul li a{
	position: relative;
}
.sidebar-menu .gomenu ul ul ul li a::before{
	content: "";
    width: 3px;
    height: 3px;
    background-color: currentColor;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-left: -15px;
    margin-top: -2px;
}

.sidebar-menu .gomenu ul ul ul li:last-child{
	padding-bottom: 0;
}
.sidebar-menu .gomenu ul ul ul li{
	padding-left: 25px;
}
.sidebar-menu .gomenu ul ul ul{
	padding: 10px 0;
}

.sidebar-menu .gomenu > ul > li > ul{
	display: none;
}
.sidebar-menu .gomenu > ul > li.current > ul{
	display: block;
}

.sidebar-menu .gomenu ul ul a, 
.sidebar-menu .gomenu ul ul a:link, 
.sidebar-menu .gomenu ul ul a:active, 
.sidebar-menu .gomenu ul ul a:visited{
	color:#003594;	font-family:"Nunito";	font-weight:300;	font-size:15px;	line-height:20px;}

.sidebar-menu .gomenu > ul > li ul a:hover{
	color:var(--current-color);  
}

.sidebar-menu .gomenu ul li.subcurrent > a{
	color: var(--current-color);
	font-weight:600;
}

html.html-night .sidebar-menu .gomenu li a, 
html.html-night .sidebar-menu .gomenu li a:link, 
html.html-night .sidebar-menu .gomenu li a:active, 
html.html-night .sidebar-menu .gomenu li a:visited{
	color: #FFF !important;
}

	.sidebar-menu svg,
	.sidebar-menu svg img{
		display: none;
	}

@media only screen and (max-width: 767px) {
	.sidebar-menu{
		display: none !important;  
	}
}








/*page */
.swiper-container .swiper-pagination-bullet-active{
	background: #2478cc;	
}
.swiper-container .swiper-button-next:hover, 
.swiper-container .swiper-button-prev:hover{
	color: #2478cc;	
}
 
.isotope-grid .isotope-group a:before {
    border-top-color:#a5ccf3;
}

.isotope-grid .isotope-group a:after {
    border-top-color:#a5ccf3;
}

.easy-carousel .pagination-bullet{
	color: #2478cc;	
}
 


#dng-wrapper .dng-megamenu.hoverstyle_3 .primary_structure > li:nth-child(2):hover > a, 
#dng-wrapper .dng-megamenu.hoverstyle_3 .primary_structure > li:nth-child(2) > a:focus, 
#dng-wrapper .dng-megamenu.hoverstyle_3 .primary_structure > li:nth-child(2).current > a, 
#dng-wrapper .dng-megamenu.hoverstyle_3 .primary_structure > li:nth-child(2).menu_hover > a, 
#dng-wrapper .dng-megamenu.hoverstyle_3 .primary_structure > li:nth-child(2) > a.current,
#dng-wrapper .dng-megamenu.hoverstyle_8 .primary_structure > li:nth-child(2):hover > a, 
#dng-wrapper .dng-megamenu.hoverstyle_8 .primary_structure > li:nth-child(2) > a:focus, 
#dng-wrapper .dng-megamenu.hoverstyle_8 .primary_structure > li:nth-child(2).current > a, 
#dng-wrapper .dng-megamenu.hoverstyle_8 .primary_structure > li:nth-child(2).menu_hover > a, 
#dng-wrapper .dng-megamenu.hoverstyle_8 .primary_structure > li:nth-child(2) > a.current{
	background-color: #003594
}
#dng-wrapper .dng-megamenu.hoverstyle_5 .primary_structure > li:nth-child(2):hover > a, 
#dng-wrapper .dng-megamenu.hoverstyle_5 .primary_structure > li:nth-child(2) > a:focus, 
#dng-wrapper .dng-megamenu.hoverstyle_5 .primary_structure > li:nth-child(2).current > a, 
#dng-wrapper .dng-megamenu.hoverstyle_5 .primary_structure > li:nth-child(2).menu_hover > a, 
#dng-wrapper .dng-megamenu.hoverstyle_5 .primary_structure > li:nth-child(2) > a.current,
#dng-wrapper .dng-megamenu.hoverstyle_9 .primary_structure > li:nth-child(2):hover > a, 
#dng-wrapper .dng-megamenu.hoverstyle_9 .primary_structure > li:nth-child(2) > a:focus, 
#dng-wrapper .dng-megamenu.hoverstyle_9 .primary_structure > li:nth-child(2).current > a, 
#dng-wrapper .dng-megamenu.hoverstyle_9 .primary_structure > li:nth-child(2).menu_hover > a, 
#dng-wrapper .dng-megamenu.hoverstyle_9 .primary_structure > li:nth-child(2) > a.current{
	color: #003594 !important;
}
#dng-wrapper .dng-megamenu .primary_structure > li:nth-child(2) > a > span > span{
	width: 1.4em;  
	height: 1.4em;  
	background-image: url("/Portals/20/ThemePluginPro/uploads/2021/5/17/Community_Wt Bacground_Menu Banner.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	display: inline-block;
    vertical-align: middle;
    margin:0 0 0 0.5em;
}
#dng-wrapper .dng-megamenu.hoverstyle_3 .primary_structure > li:nth-child(3):hover > a, 
#dng-wrapper .dng-megamenu.hoverstyle_3 .primary_structure > li:nth-child(3) > a:focus, 
#dng-wrapper .dng-megamenu.hoverstyle_3 .primary_structure > li:nth-child(3).current > a, 
#dng-wrapper .dng-megamenu.hoverstyle_3 .primary_structure > li:nth-child(3).menu_hover > a, 
#dng-wrapper .dng-megamenu.hoverstyle_3 .primary_structure > li:nth-child(3) > a.current,
#dng-wrapper .dng-megamenu.hoverstyle_8 .primary_structure > li:nth-child(3):hover > a, 
#dng-wrapper .dng-megamenu.hoverstyle_8 .primary_structure > li:nth-child(3) > a:focus, 
#dng-wrapper .dng-megamenu.hoverstyle_8 .primary_structure > li:nth-child(3).current > a, 
#dng-wrapper .dng-megamenu.hoverstyle_8 .primary_structure > li:nth-child(3).menu_hover > a, 
#dng-wrapper .dng-megamenu.hoverstyle_8 .primary_structure > li:nth-child(3) > a.current{
	background-color: #006600
}
#dng-wrapper .dng-megamenu.hoverstyle_5 .primary_structure > li:nth-child(3):hover > a, 
#dng-wrapper .dng-megamenu.hoverstyle_5 .primary_structure > li:nth-child(3) > a:focus, 
#dng-wrapper .dng-megamenu.hoverstyle_5 .primary_structure > li:nth-child(3).current > a, 
#dng-wrapper .dng-megamenu.hoverstyle_5 .primary_structure > li:nth-child(3).menu_hover > a, 
#dng-wrapper .dng-megamenu.hoverstyle_5 .primary_structure > li:nth-child(3) > a.current,
#dng-wrapper .dng-megamenu.hoverstyle_9 .primary_structure > li:nth-child(3):hover > a, 
#dng-wrapper .dng-megamenu.hoverstyle_9 .primary_structure > li:nth-child(3) > a:focus, 
#dng-wrapper .dng-megamenu.hoverstyle_9 .primary_structure > li:nth-child(3).current > a, 
#dng-wrapper .dng-megamenu.hoverstyle_9 .primary_structure > li:nth-child(3).menu_hover > a, 
#dng-wrapper .dng-megamenu.hoverstyle_9 .primary_structure > li:nth-child(3) > a.current{
	color: #006600 !important;
}
#dng-wrapper .dng-megamenu .primary_structure > li:nth-child(3) > a > span > span{
	width: 1.4em;  
	height: 1.4em;  
	background-image: url("/Portals/20/ThemePluginPro/uploads/2021/5/17/HP_Wt Bacground_Menu Banner.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	display: inline-block;
    vertical-align: middle;
    margin:0 0 0 0.5em;
}
#dng-wrapper .dng-megamenu.hoverstyle_3 .primary_structure > li:nth-child(4):hover > a, 
#dng-wrapper .dng-megamenu.hoverstyle_3 .primary_structure > li:nth-child(4) > a:focus, 
#dng-wrapper .dng-megamenu.hoverstyle_3 .primary_structure > li:nth-child(4).current > a, 
#dng-wrapper .dng-megamenu.hoverstyle_3 .primary_structure > li:nth-child(4).menu_hover > a, 
#dng-wrapper .dng-megamenu.hoverstyle_3 .primary_structure > li:nth-child(4) > a.current,
#dng-wrapper .dng-megamenu.hoverstyle_8 .primary_structure > li:nth-child(4):hover > a, 
#dng-wrapper .dng-megamenu.hoverstyle_8 .primary_structure > li:nth-child(4) > a:focus, 
#dng-wrapper .dng-megamenu.hoverstyle_8 .primary_structure > li:nth-child(4).current > a, 
#dng-wrapper .dng-megamenu.hoverstyle_8 .primary_structure > li:nth-child(4).menu_hover > a, 
#dng-wrapper .dng-megamenu.hoverstyle_8 .primary_structure > li:nth-child(4) > a.current{
	background-color: #660066
}
#dng-wrapper .dng-megamenu.hoverstyle_5 .primary_structure > li:nth-child(4):hover > a, 
#dng-wrapper .dng-megamenu.hoverstyle_5 .primary_structure > li:nth-child(4) > a:focus, 
#dng-wrapper .dng-megamenu.hoverstyle_5 .primary_structure > li:nth-child(4).current > a, 
#dng-wrapper .dng-megamenu.hoverstyle_5 .primary_structure > li:nth-child(4).menu_hover > a, 
#dng-wrapper .dng-megamenu.hoverstyle_5 .primary_structure > li:nth-child(4) > a.current,
#dng-wrapper .dng-megamenu.hoverstyle_9 .primary_structure > li:nth-child(4):hover > a, 
#dng-wrapper .dng-megamenu.hoverstyle_9 .primary_structure > li:nth-child(4) > a:focus, 
#dng-wrapper .dng-megamenu.hoverstyle_9 .primary_structure > li:nth-child(4).current > a, 
#dng-wrapper .dng-megamenu.hoverstyle_9 .primary_structure > li:nth-child(4).menu_hover > a, 
#dng-wrapper .dng-megamenu.hoverstyle_9 .primary_structure > li:nth-child(4) > a.current{
	color: #660066 !important;
}
#dng-wrapper .dng-megamenu .primary_structure > li:nth-child(4) > a > span > span{
	width: 1.4em;  
	height: 1.4em;  
	background-image: url("/Portals/20/ThemePluginPro/uploads/2021/5/17/Evidence_Wt Bacground_Menu Banner.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	display: inline-block;
    vertical-align: middle;
    margin:0 0 0 0.5em;
}
#dng-wrapper .dng-megamenu.hoverstyle_3 .primary_structure > li:nth-child(5):hover > a, 
#dng-wrapper .dng-megamenu.hoverstyle_3 .primary_structure > li:nth-child(5) > a:focus, 
#dng-wrapper .dng-megamenu.hoverstyle_3 .primary_structure > li:nth-child(5).current > a, 
#dng-wrapper .dng-megamenu.hoverstyle_3 .primary_structure > li:nth-child(5).menu_hover > a, 
#dng-wrapper .dng-megamenu.hoverstyle_3 .primary_structure > li:nth-child(5) > a.current,
#dng-wrapper .dng-megamenu.hoverstyle_8 .primary_structure > li:nth-child(5):hover > a, 
#dng-wrapper .dng-megamenu.hoverstyle_8 .primary_structure > li:nth-child(5) > a:focus, 
#dng-wrapper .dng-megamenu.hoverstyle_8 .primary_structure > li:nth-child(5).current > a, 
#dng-wrapper .dng-megamenu.hoverstyle_8 .primary_structure > li:nth-child(5).menu_hover > a, 
#dng-wrapper .dng-megamenu.hoverstyle_8 .primary_structure > li:nth-child(5) > a.current{
	background-color: #993300
}
#dng-wrapper .dng-megamenu.hoverstyle_5 .primary_structure > li:nth-child(5):hover > a, 
#dng-wrapper .dng-megamenu.hoverstyle_5 .primary_structure > li:nth-child(5) > a:focus, 
#dng-wrapper .dng-megamenu.hoverstyle_5 .primary_structure > li:nth-child(5).current > a, 
#dng-wrapper .dng-megamenu.hoverstyle_5 .primary_structure > li:nth-child(5).menu_hover > a, 
#dng-wrapper .dng-megamenu.hoverstyle_5 .primary_structure > li:nth-child(5) > a.current,
#dng-wrapper .dng-megamenu.hoverstyle_9 .primary_structure > li:nth-child(5):hover > a, 
#dng-wrapper .dng-megamenu.hoverstyle_9 .primary_structure > li:nth-child(5) > a:focus, 
#dng-wrapper .dng-megamenu.hoverstyle_9 .primary_structure > li:nth-child(5).current > a, 
#dng-wrapper .dng-megamenu.hoverstyle_9 .primary_structure > li:nth-child(5).menu_hover > a, 
#dng-wrapper .dng-megamenu.hoverstyle_9 .primary_structure > li:nth-child(5) > a.current{
	color: #993300 !important;
}
#dng-wrapper .dng-megamenu .primary_structure > li:nth-child(5) > a > span > span{
	width: 1.4em;  
	height: 1.4em;  
	background-image: url("/Portals/20/ThemePluginPro/uploads/2021/5/17/Project_Wt Bacground_Menu Banner.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	display: inline-block;
    vertical-align: middle;
    margin:0 0 0 0.5em;
}


