@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:47px;
    }
   	ul.megamenu a.level0{
		color: #5a6670;
        display:inline-block;
        float:none;
        font-size: 15px;
		text-transform: uppercase;
		padding: 0 5px 0 5px;
        position:relative;
		font-family:  "myriad-pro" !important;		
		line-height:15px;
		font-weight:600;
    }

	ul.megamenu a.level0 .fas.fa-caret-down {
		display:none;
	}
	ul.megamenu li.level0 span { 
		color: #4e4d4f;
		font-family:  "myriad-pro" !important;
		vertical-align:top;
		margin:0 15px;
		line-height: 33px;
	font-weight: 700;
	}

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

	ul.megamenu ul {
		padding:0;
		margin:0;
	}
	ul.megamenu li a {
		float: left; 
		text-decoration:none;
	}
	
/*ul.megamenu li.level0:nth-of-type(6) .sub {
	opacity:1;
	visibility:visible;
	display:block;
	background-color:#fff !important;
}*/
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;
}
.megamenusubcontent {
 -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
   break-inside: avoid; 
    width: 100%;
}

ul.megamenu li.level0:nth-of-type(2) .sub .wrapper .megamenusubcontent:nth-child(1) {
	min-height:307px;
}
ul.megamenu li.level0:nth-of-type(6) .sub .wrapper .megamenusubcontent:nth-child(6) {
	min-height:160px;
}
ul.megamenu li .sub {		
		padding:0;
		position: absolute;
		opacity:0;
		overflow:visible;
		text-align:left;
		top:75px;
		visibility:hidden;
		width: 100%;
		z-index: 1000;
		display: none;
		border:1px solid #ccc;
		left: 0;
		right: 0;
		-webkit-box-shadow: 6px 6px 7px -7px rgba(0,0,0,0.88); 
		box-shadow: 6px 6px 7px -7px rgba(0,0,0,0.88);
		padding: 0;
		margin-left: auto;
		margin-right: auto;
		padding:25px;
}
	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;
	}
	ul.megamenu li.level0:hover > .sub{
		opacity:1;
        visibility:visible;
		background-color: #fff;
		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: #78919d;
		font-size: 20px;
		border-bottom: 0;
		display: block;
		font-weight: 600;
		line-height: 1.2;
		position: relative;
		padding:10px 0 5px 0px;
		text-transform:uppercase;
		font-family:  "myriad-pro" !important;
		margin-bottom: 0;
	}
	ul.megamenu .sub li.subheader > a:hover {
		color: #73243e;
	}
	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: 18px;
		margin-bottom: 5px;
		color: #424242;
		font-weight: 400;
		padding-left: 10px;
		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:#73243e;
    }
	 ul.megamenu li.level0:hover a.BurgundyButton {
		 color:#fff;
	 }
	 ul.megamenu li.level0:hover a.BurgundyButton:hover {
		 color:#73243e;
	 }
}
@media (min-width:1024px){
ul.megamenu li.level0:nth-of-type(2) .sub .wrapper .megamenusubcontent:nth-child(1) {
  min-height: 273px;
}
}
@media (min-width:1100px){
	ul.megamenu li.level0 .sub ul{
	    padding: 0 8px;
	}
}
@media (min-width:1200px){
ul.megamenu li.level0 {
	line-height: 37px;
}
ul.megamenu li.level0 .sub ul{
}
ul.megamenu li.level0 .sub {
	padding:25px;
	top: 65px;
}
ul.megamenu li .sub .menushadow {
	width: 30%;
}
ul.megamenu li .sub .row {
	width:70%;
}
ul.megamenu a.level0 {
  font-size: 17px;
  line-height: 24px;
}
ul.megamenu li.level0:last-child {
  margin-right: 10px;
}
}
@media (min-width:1280px){
ul.megamenu li.level0 .sub {
  top: 84px;
}
ul.megamenu li.level0 {
  line-height: 66px;
}
}
@media (min-width:1385px){
ul.megamenu a.level0 {
  font-size: 19px;
  line-height: 22px;
}
ul.megamenu .sub li.subheader > a {
  font-size: 22px;
}
ul.megamenu .sub ul li a.level2 {
  font-size: 20px;
}
ul.megamenu li.level0 .sub {
  top: 83px;
}

ul.megamenu li.level0 a.BurgundyButton {
	line-height:20px;
}
}
@media (min-width:1400px){

ul.megamenu li .sub .menushadow {
  width: 27%;
}
}
@media (min-width:1600px){
ul.megamenu li.level0 .sub {
  top: 90px;
}
ul.megamenu a.level0 {
	padding-right:15px;
}
#belowsection {
  margin-top: 8px;
}
.narrower ul.megamenu li.level0 .sub {
    top: 80px;
}
.narrower ul.megamenu li.level0 {
  line-height: 62px;
}
ul.megamenu li.level0, ul.megamenu li.level0 > a {
  line-height: 73px;
}
ul.megamenu li.level0 {
	margin:0 3px;
}
}
@media (min-width:1800px){
ul.megamenu li.level0 .sub {
  top: 95px;
}
ul.megamenu li.level0, ul.megamenu li.level0 > a {
  line-height: 73px;
}
}