@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: 38px;
    margin-right: 12px;
    }
	ul.megamenu li.level0:hover {
		cursor:pointer;
	}
	.InnerSkin ul.megamenu a.level0{
		color:#455a64;
	}
   	ul.megamenu a.level0{
		color: #fff;
        display:inline-block;
        float:none;
        font-size: 15px;
		text-transform: uppercase;
		padding: 0 5px 0 5px;
        position:relative;
		font-family: "peridot-pe-variable",sans-serif;
		line-height:15px;
		font-variation-settings: 'wght' 600, 'ital' 0;
    }

	ul.megamenu a.level0 .fas.fa-caret-down {
		display:none;
	}
	ul.megamenu li.level0 span { 
		color: #4e4d4f;
		font-family: "peridot-pe-variable",sans-serif;
		vertical-align:top;
		margin:0 15px;
		line-height: 33px;
		font-variation-settings: 'wght' 600, 'ital' 0;
	}

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

	ul.megamenu ul {
		padding:0;
		margin:0;
	}
	ul.megamenu li a {
		float: left; 
		text-decoration:none;
	}
	  ul.megamenu li .sub::after {
    content: ' ';
    position: absolute;
    top: -23px;
    margin-left: -1px;
    margin-top: -5px;
    width: 25px;
    z-index: 1;
    height: 28px;
    border-bottom: solid 15px #cfb862;
    border-left: solid 15px transparent;
    border-right: solid 15px transparent;
  }
	
.HomeSkin ul.megamenu li.level0:nth-of-type(4) .sub {
	/*opacity:1;
	visibility:visible;
	display:block;
	background-color:#fff !important;*/
}
ul.megamenu li.level0:nth-of-type(1) .wrapper {
	column-count: 2;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-gap: 0.5em;
  -webkit-perspective: 1;
}
ul.megamenu li.level0:nth-of-type(4) .sub ul, ul.megamenu li.level0:nth-of-type(5) .sub ul, ul.megamenu li.level0:nth-of-type(6) .sub ul {
	min-height:unset;
}
ul.megamenu .wrapper {
	column-count: 3;
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-gap: 0.5em;
  padding-bottom: 2px;
  font-size: 18px;
  line-height: 21px;
  -webkit-perspective: 1;
}
ul.megamenu li.level0:nth-of-type(2) .wrapper {
	column-count: 3;
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-gap: 0.5em;
  -webkit-perspective: 1;
}
ul.megamenu li.level0:nth-of-type(3) .wrapper {
	column-count: 3;
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-gap: 0.5em;
  -webkit-perspective: 1;
}
.megamenusubcontent {
 -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
   break-inside: avoid; 
    width: 100%;
}

ul.megamenu li .sub {		
		position: absolute;
		opacity:0;
		overflow:visible;
		text-align:left;
		top:55px;
		visibility:hidden;
		width: 100%;
		z-index: 1300;
		display: none;
		border-left: 2px solid #cfb862;
		border-bottom: 2px solid #cfb862;
		border-right: 2px solid #cfb862;
		border-top: 5px solid #cfb862;
		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 30px 30px 10px;
		background: #fff url(menu-background.png) no-repeat bottom left;
		border-radius:23px;
}
ul.megamenu li.level0:nth-of-type(1) .sub::after {
    left: 276px;
}
ul.megamenu li.level0:nth-of-type(2) .sub:after {
	left: 372px;
}
ul.megamenu li.level0:nth-of-type(3) .sub:after {
	left: 472px;
}
ul.megamenu li.level0:nth-of-type(4) .sub:after {
	left: 572px;
}
ul.megamenu li.level0:nth-of-type(5) .sub:after {
	left: 663px;
}
ul.megamenu li.level0:nth-of-type(6) .sub:after {
	left: 769px;
}
ul.megamenu li.level0 .sub {
	left: -221px;
}
ul.megamenu li.level0 {
  line-height: 55px;
}
ul.megamenu li .sub {
	max-width: 975px;
    min-width: 975px;
    right: 0;
}
	ul.megamenu li .sub .menushadow {
		width: 33%;
		float: right;
		margin-top: 0;
	}
	ul.megamenu li .sub .row {
		width: 67%;
	}
	ul.megamenu li.level0 .sub .menushadow {
		position:relative;
		margin-left: 25px;
	}
	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 5px 25px;
	}
	ul.megamenu .sub ul li {
		width: 100%;
		line-height: 20px;
	}
	ul.megamenu .sub li.subheader > a {
		color: #455a64;
		font-size: 18px;
		border-bottom: 0;
		display: block;
		font-variation-settings: 'wght' 600, 'ital' 0;
		line-height: 1.2;
		position: relative;
		font-family: "peridot-pe-variable",sans-serif;
		margin-bottom: 10px;
	}
	ul.megamenu .sub li.subheader > a:hover {
		color: #cfb862;
	}
	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-variation-settings: 'wght' 400, 'ital' 0;
		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-variation-settings: 'wght' 400, 'ital' 0;
		padding-left: 12px;
		z-index: 10;
		position: relative;
		line-height: 16px;
	}
	ul.megamenu .sub ul li a:hover{
        color:#cfb862;
    }
	 ul.megamenu li.level0 .sub ul {
    min-height: 253px;
  }
  ul.megamenu li.level0:nth-of-type(2) .sub ul {
    min-height: unset;
  }
}

@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 li.level0 .sub {
	padding:35px 35px 35px 25px;
}
ul.megamenu li .sub .menushadow {
	width: 30%;
}

ul.megamenu a.level0 {
  font-size: 18px;
  line-height: 24px;
}
ul.megamenu li.level0:last-child {
  margin-right: 10px;
}
ul.megamenu li.level0:nth-of-type(1) .sub::after {
    left: 313px;
}
ul.megamenu li.level0:nth-of-type(2) .sub:after {
	left: 424px;
}
ul.megamenu li.level0:nth-of-type(3) .sub:after {
	left: 538px;
}
ul.megamenu li.level0:nth-of-type(4) .sub:after {
	left: 440px;
}
ul.megamenu li.level0:nth-of-type(5) .sub:after {
	left: 762px;
}
ul.megamenu li.level0:nth-of-type(6) .sub:after {
	left: 887px;
}
}
@media (min-width:1280px){
ul.megamenu li.level0:nth-of-type(1) .sub::after {
    left: 376px;
}
ul.megamenu li.level0:nth-of-type(2) .sub:after {
	left: 428px;
}
ul.megamenu li.level0:nth-of-type(3) .sub:after {
	left: 548px;
}
ul.megamenu li.level0:nth-of-type(4) .sub:after {
	left: 651px;
}
ul.megamenu li.level0:nth-of-type(5) .sub:after {
	left: 766px;
}
  ul.megamenu li.level0:nth-of-type(6) .sub::after {
    left: 887px;
}
}


@media (min-width:1385px){
ul.megamenu a.level0 {
  font-size: 19px;
  line-height: 22px;
}
ul.megamenu li.level0:nth-of-type(1) .sub::after {
    left: 263px;
}
ul.megamenu li.level0:nth-of-type(2) .sub:after {
	left: 391px;
}
ul.megamenu li.level0:nth-of-type(3) .sub:after {
	left: 518px;
}
ul.megamenu li.level0:nth-of-type(4) .sub:after {
	left: 642px;
}
ul.megamenu li.level0:nth-of-type(5) .sub:after {
	left: 652px;
}
ul.megamenu li.level0:nth-of-type(6) .sub:after {
	left: 884px;
}
ul.megamenu li.level0 .sub {
    left: -124px;
}
}
@media (min-width:1400px){
ul.megamenu li .sub .menushadow {
  width: 305px;
}
ul.megamenu a.level0 {
  font-size: 20px;
  line-height: 22px;
}
ul.megamenu li.level0:nth-of-type(5) .sub:after {
	left: 757px;
}
}
@media (min-width:1600px){
ul.megamenu li.level0 {
	margin:0 3px;
	padding-right:15px;
}
ul.megamenu li.level0:nth-of-type(1) .sub::after {
    left: 225px;
}
ul.megamenu li.level0:nth-of-type(2) .sub:after {
	left: 349px;
}
ul.megamenu li.level0:nth-of-type(3) .sub:after {
	left: 488px;
}
ul.megamenu li.level0:nth-of-type(4) .sub:after {
	left: 612px;
}
ul.megamenu li.level0:nth-of-type(5) .sub:after {
	left: 745px;
}
ul.megamenu li.level0:nth-of-type(6) .sub:after {
	left: 890px;
}
ul.megamenu li.level0 .sub {
    left: 15px;
}
}
@media (min-width:1800px){

}