@media (min-width:992px){
    nav#nav{
        width:100%;
    }
	ul.megamenu {	
		margin: 0;
	    padding: 0;
		width: 100%;
		display: flex;
		justify-content: flex-end;
	}
	ul.megamenu,
	ul.megamenu li{
		list-style-type:none;
	}
	ul.megamenu li {
	    display:unset;
		float: unset;
		margin: 0;

	}
	ul.megamenu li.level0 {
        text-align:center;
		padding:0;
		line-height:62px;
		margin-right: 15px;
    }
	.InnerSkinNew ul.megamenu li.level0, .HomeSkin.New ul.megamenu li.level0{
		line-height:30px;
    }
	.dnnEditState .InnerSkinNew #dnn_HeaderText,.dnnEditState .HomeSkin.New #dnn_HeaderText {
        min-height: 43px !important;
    }
	.dnnEditState .InnerSkinNew ul.megamenu li .sub,.dnnEditState .HomeSkin.New ul.megamenu li .sub {
        top: 107px;
    }
   	ul.megamenu a.level0{
		color: #fff;
        display:inline-block;
        float:none;
        font-size: 18px;
		text-transform: uppercase;
		padding: 0 5px 0 5px;
        position:relative;
		font-family: "Source Sans 3", sans-serif;
		line-height:15px;
		position: relative;
		font-weight:500;
    }
	.InnerSkinNew ul.megamenu a.level0, .HomeSkin.New ul.megamenu a.level0{
		font-size: 16px;
	}
	ul.megamenu li.level0:last-child {
		margin-right:0;
	}

	ul.megamenu a.level0 .fa-solid.fa-chevron-down {
    font-size: 14px;
    position: absolute;
    top: 0;
	right: -12px;
  }
	ul.megamenu li.level0 span { 
		color: #4e4d4f;
		font-family: "Source Sans 3", sans-serif;
		vertical-align:top;
		margin:0 15px;
		line-height: 33px;
	}

	ul.megamenu a.level0.current {
		background-color:transparent;
		color: #4e4d4f;
	}
	ul.megamenu li.level0:hover a.MenuLink {
		 color: #fff;
	 }
	ul.megamenu a.level0.current, ul.megamenu a.level0:hover, ul.megamenu li.level0:hover a  {
		color: #2fb24b;
	}

	ul.megamenu ul {
		padding:0;
		margin:0;
	}
	ul.megamenu li a {
		float: left; 
		text-decoration:none;
	}	
.InnerSkinNew ul.megamenu li.level0:nth-of-type(4) .sub {
	/*opacity:1;
	visibility:visible;
	display:block;
	background-color:#fff !important;*/
}
.InnerSkinNew ul.megamenu li.level0:nth-of-type(6) .sub  .MenuContent div.ContentBox:nth-child(1), .HomeSkin.New ul.megamenu li.level0:nth-of-type(6) .sub  .MenuContent div.ContentBox:nth-child(1) {
  margin-right: 0;
}
.InnerSkinNew ul.megamenu li.level0:nth-child(1), .InnerSkinNew ul.megamenu li.level0:nth-child(4), .HomeSkin.New ul.megamenu li.level0:nth-child(1), .HomeSkin.New ul.megamenu li.level0:nth-child(4) {
	border-right:1px solid #198315;
	padding-right:20px;
	margin-right:11px;
}
.InnerSkinNew p.smallTitles, .HomeSkin.New p.smallTitles {
	font-size:14px;
	color:#2fb24b;
	margin-bottom:0;
}
.InnerSkinNew #dnn_HeaderText, .HomeSkin.New #dnn_HeaderText{
	margin-left:41px;
}
.InnerSkinNew #dnn_HeaderText p span:nth-child(1), .HomeSkin.New #dnn_HeaderText p span:nth-child(1){
	margin-right:31px;
}
ul.megamenu li.level0:nth-of-type(2) .sub ul {
	min-height:unset;
}
ul.megamenu .wrapper {
	column-count: 1;
  -moz-column-count: 1;
  -webkit-column-count: 1;
  column-gap: 0.5em;
  padding-bottom: 2px;
  font-size: 18px;
  line-height: 21px;
  -webkit-perspective: 1;
}
ul.megamenu li.level0:nth-of-type(4) .wrapper {
	column-count: 2;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-gap: 0.5em;
  -webkit-perspective: 1;
}
.InnerSkinNew ul.megamenu li.level0:nth-of-type(5) .wrapper, .HomeSkin.New ul.megamenu li.level0:nth-of-type(5) .wrapper{
	column-count: 2;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-gap: 0.5em;
  -webkit-perspective: 1;
}
.InnerSkinNew ul.megamenu li.level0:nth-of-type(4) .wrapper, .HomeSkin.New ul.megamenu li.level0:nth-of-type(4) .wrapper{
	column-count: 1;
  -moz-column-count: 1;
  -webkit-column-count: 1;
  column-gap: unset;
  -webkit-perspective: unset;
}
.megamenusubcontent {
 -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
   break-inside: avoid; 
    width: 100%;
}

ul.megamenu li .sub {		
		padding:0;
		position: absolute;
		opacity:0;
		overflow:visible;
		text-align:left;
		top:55px;
		visibility:hidden;
		width: 100%;
		z-index: 1300;
		display: none;
		border-right:1px solid #ccc;
		border-bottom:1px solid #ccc;
		border-left:1px solid #ccc;
		border-top:4px solid #2fb24b;
		left: 0;
		right: 0;
		box-shadow: 3px 4px 6px -2px rgba(0,0,0,0.28);
		-webkit-box-shadow: 3px 4px 6px -2px rgba(0,0,0,0.28);
		-moz-box-shadow: 3px 4px 6px -2px rgba(0,0,0,0.28);
		margin-left: auto;
		margin-right: auto;
		padding: 30px 25px 22px 25px;
		background-color:#fff;
}
	ul.megamenu li .sub .menushadow {
		/*width: 63%;*/
		float: right;
		margin-top: 0;
	}
	.InnerSkinNew ul.megamenu li.level0:nth-of-type(1) .sub .menushadow, .HomeSkin.New ul.megamenu li.level0:nth-of-type(1) .sub .menushadow{
		float:none;
	}
	.InnerSkinNew ul.megamenu li.level0:nth-of-type(1) .sub ul.megamenusubcontent li.subheader a, .HomeSkin.New ul.megamenu li.level0:nth-of-type(1) .sub ul.megamenusubcontent li.subheader a {
		color:#198315;
		font-size:20px;
	}
	ul.megamenu li.level0:nth-of-type(4) .sub .menushadow {
		/*width: 54%;*/
		margin-right: 3px;
	}
	ul.megamenu li .sub .row {
		width: 67%;
	}
	ul.megamenu li.level0 .sub .menushadow {
		position:relative;
		margin-left: 10px;
	}
	ul.megamenu li.level0:hover > .sub{
		opacity:1;
        visibility:visible;
		display:block;
		-webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.20);
		-moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.20);
		box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.20);
	}
	ul.megamenu li .sub ul{
	     list-style: none; 
	     margin: 0;
	     padding: 0 8px; 
	}
	ul.megamenu li.level0 .sub ul{
	    list-style: none; 
	    padding: 0 10px 0px 15px;
	}
	ul.megamenu .sub ul li {
		width: 100%;
		line-height: 20px;
	}
	ul.megamenu .sub li.subheader > a {
		color: #676767;
    font-size: 18px;
    border-bottom: 0;
    display: block;
    line-height: 1.2;
    position: relative;
    padding: 0;
    font-family: "Source Sans 3", sans-serif;
    margin-bottom: 12px;
	}
	ul.megamenu .sub a.LinkText-Green {
		font-size:17px;
	}
	ul.megamenu .sub li.subheader > a:hover {
		color: #198314;
	}
	ul.megamenu li.subheader a img{
        height:auto;
        margin-top:5px;
        width:100%;
    }
	ul.megamenu .sub ul li a {
		float: none; 
		text-indent: 0; 
		display: block;
		text-decoration: none;
		color: #002a5c;
		margin:0;
	}	
	ul.megamenu .sub ul li a.level2{
        font-size: 17px;
		margin-bottom: 7px;
		color: #606a74;
		font-weight: 400;
		padding-left: 0;
		z-index: 10;
		position: relative;
		line-height: 19px;
    }
	ul.megamenu .sub ul li a.level3 {
		font-size: 15px;
		margin-bottom: 8px;
		color: #4a4a4a;
		font-weight: 400;
		padding-left: 12px;
		z-index: 10;
		position: relative;
		line-height: 16px;
	}
	ul.megamenu .sub ul li a:hover{
        color:#d14900;
    }
	 ul.megamenu li .sub {
    max-width: 780px;
    left: unset;
  }
  .InnerSkinNew ul.megamenu li.level0:nth-of-type(1) .sub, .HomeSkin.New ul.megamenu li.level0:nth-of-type(1) .sub {
	  max-width: 625px;
	  min-height: 240px;
	  right:272px;
  }
  .InnerSkinNew ul.megamenu li.level0:nth-of-type(1) .sub .ContentBox.Aggregates, .HomeSkin.New ul.megamenu li.level0:nth-of-type(1) .sub .ContentBox.Aggregates{
	  position:absolute;
	  top: 31px;
  }
  .InnerSkinNew ul.megamenu li.level0:nth-of-type(1) .sub .ContentBox.Aggregates .RightAgg, .HomeSkin.New ul.megamenu li.level0:nth-of-type(1) .sub .ContentBox.Aggregates .RightAgg{
	  margin-top: -35px;
  }
	ul.megamenu li.level0:nth-of-type(4) .sub {
	max-width: 660px;
	
}
ul.megamenu li.level0:nth-of-type(4) .sub .ContentBox, ul.megamenu li.level0:nth-of-type(5) .sub .ContentBox {
	margin-right:0;
}
ul.megamenu li.level0:nth-of-type(5) .sub {
	max-width: 520px;
}
.InnerSkinNew ul.megamenu li.level0:nth-of-type(5) .sub, .HomeSkin.New ul.megamenu li.level0:nth-of-type(5) .sub {
	max-width: 660px;
}
.InnerSkinNew ul.megamenu li.level0:nth-of-type(6) .sub, .HomeSkin.New ul.megamenu li.level0:nth-of-type(6) .sub {
	max-width: 520px;
}
}

@media (min-width:1100px){
ul.megamenu li.level0 .sub ul{
	  padding: 0 8px;
}

}
@media (min-width:1200px){
ul.megamenu li.level0 {
	line-height: 55px;
}
ul.megamenu a.level0 .fa-solid.fa-chevron-down {
    top: 2px;
	right: -12px;
}

ul.megamenu a.level0 {
  font-size: 17px;
  line-height: 24px;
}
ul.megamenu li.level0:last-child {
  margin-right: 10px;
}
.InnerSkinNew ul.megamenu a.level0, .HomeSkin.New ul.megamenu a.level0{
    font-size: 17px;
}
.InnerSkinNew #dnn_HeaderText, .HomeSkin.New #dnn_HeaderText {
    margin-left: 51px;
}
.InnerSkinNew #dnn_HeaderText p span:nth-child(1), .HomeSkin.New #dnn_HeaderText p span:nth-child(1) {
    margin-right: 36px;
}
}
@media (min-width:1280px){

ul.megamenu li.level0 {
  line-height: 55px;
}

}
@media (min-width:1385px){
ul.megamenu a.level0 {
  font-size: 20px;
  line-height: 22px;
}
.InnerSkinNew ul.megamenu a.level0, .HomeSkin.New ul.megamenu a.level0{
    font-size: 20px;
}
.InnerSkinNew #dnn_HeaderText, .HomeSkin.New #dnn_HeaderText{
    margin-left: 51px;
	margin-bottom: -15px;
}
.InnerSkinNew #dnn_HeaderText p span:nth-child(1), .HomeSkin.New #dnn_HeaderText p span:nth-child(1){
    margin-right: 68px;
}
.InnerSkinNew ul.megamenu li.level0:nth-child(1), .InnerSkinNew ul.megamenu li.level0:nth-child(4),
.HomeSkin.New ul.megamenu li.level0:nth-child(1), .HomeSkin.New ul.megamenu li.level0:nth-child(4) {
    border-right: 1px solid #198315;
    padding-right: 30px;
    margin-right: 15px;
}
.InnerSkinNew  #belowsection, .HomeSkin.New #belowsection {
    margin-top: -90px;
}
.InnerSkinNew ul.megamenu li.level0, .HomeSkin.New ul.megamenu li.level0 {
    line-height: 62px;
}
.InnerSkinNew ul.megamenu li .sub, .HomeSkin.New ul.megamenu li .sub{ 
	top: 70px;	
}
.InnerSkinNew ul.megamenu li.level0:nth-of-type(1) .sub, .HomeSkin.New ul.megamenu li.level0:nth-of-type(1) .sub{
    right: 281px;
}
}
@media (min-width:1400px){
}
@media (min-width:1600px){
ul.megamenu li.level0 {
	margin:0 3px;
	padding-right:15px;
}
.InnerSkinNew #dnn_HeaderText, .HomeSkin.New #dnn_HeaderText{
    margin-left: 191px;
}
.InnerSkinNew #dnn_HeaderText p span:nth-child(1), .HomeSkin.New #dnn_HeaderText p span:nth-child(1) {
    margin-right: 50px;
}
.InnerSkinNew p.smallTitles, .HomeSkin.New p.smallTitles{
    font-size: 17px;
}
.InnerSkinNew ul.megamenu li.level0:nth-of-type(1) .sub, .HomeSkin.New ul.megamenu li.level0:nth-of-type(1) .sub{
    right: 325px;
}
}
@media (min-width:1800px){

}