@media (min-width:992px){
    nav#nav{
        width:100%;
    }
	ul.megamenu {	
		float:left;
		margin: 0;
	    padding: 0;
		position: relative;
		width: 100%;
	}
	ul.megamenu,
	ul.megamenu li{
		list-style-type:none;
	}
	ul.megamenu li {
	    display:block;
		float: left;
		margin: 0;
	    padding: 0;
		line-height:22px;
	}
	ul.megamenu li.level0 {
        text-align:center;
    }
   	ul.megamenu a.level0{
		color: #fff;
        display:inline-block;
        float:none;
        font-size: 18px;
		text-transform: capitalise;
		font-family: 'open sans', sans-serif;
		font-weight: bold;
		padding: 33px 16px 32px 16px;
        position:relative;
    }
	ul.megamenu a.level0.current, ul.megamenu a.level0:hover {
		background-color:transparent;
		color: #fff;
		transition:none;
		-webkit-transition: none;
	}
	ul.megamenu a.level0:hover {
		border-bottom:4px solid #fff;
	}
	ul.megamenu li.level0.active {
		border-bottom:4px solid #fff;
	}

	ul.megamenu ul {
		padding:0;
		margin:0;
	}
	ul.megamenu li a {
		float: left; 
		text-decoration:none;
	}

	ul.megamenu li .sub {
		background: #fff;
		left: 0;
		float: left;
		padding: 10px 0 15px 0;
		position: absolute;
		opacity:0;
		overflow:hidden;
		text-align:left;
		top:90px;
		visibility:hidden;
		width:100%;
		z-index:1000;
		border-top:4px solid #ED3125;
	}
	ul.megamenu li.level0:nth-of-type(2) .sub, ul.megamenu li.level0:nth-of-type(4) .sub {
		max-width: 1200px !important;
min-width: 1200px;
left: -405px;
	}
	ul.megamenu li.level0:nth-of-type(1) .sub, ul.megamenu li.level0:nth-of-type(3) .sub {
		max-width:818px !important;
		min-width:818px;
		left:-202px;
	}
	ul.megamenu li.level0:nth-of-type(1) .sub ul, ul.megamenu li.level0:nth-of-type(3) .sub ul {
		width:50%;
	}
	ul.megamenu li.level0:hover > .sub{
	    opacity:1;
        visibility:visible;
	}
	ul.megamenu li .row {
	    clear: both;
	    float: left;
	    margin-bottom: 10px;
	    width: 100%;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	ul.megamenu li .sub ul{
	    display:block; 
	     float: left; 
	     height:auto; 
	     list-style: none; 
	     margin: 0;
	     padding: 0 8px; 
	     width: 16.6%; 
	}
	ul.megamenu li.level0 .sub ul{
	   display:block;
	     float: left;
	     height:auto;
	    list-style: none; 
	    margin: 0; 
	    padding: 0 35px;
	    width: 33.33333%;
	}
	ul.megamenu li.level0 .sub ul {
		padding: 0 15px;
	}
	ul.megamenu li.level0:nth-of-type(2) .sub ul,ul.megamenu li.level0:nth-of-type(3) .sub ul, ul.megamenu li.level0:nth-of-type(4) .sub ul, ul.megamenu li.level0:nth-of-type(5) .sub ul {
		padding: 0 35px;
	}
	ul.megamenu li.level0:nth-of-type(1) .sub ul.megamenusubcontent:nth-of-type(1) li.subheader a,
	ul.megamenu li.level0:nth-of-type(1) .sub ul.megamenusubcontent:nth-of-type(2) li.subheader a,
	ul.megamenu li.level0:nth-of-type(2) .sub ul.megamenusubcontent:nth-of-type(1) li.subheader a,
	ul.megamenu li.level0:nth-of-type(2) .sub ul.megamenusubcontent:nth-of-type(2) li.subheader a,
	ul.megamenu li.level0:nth-of-type(2) .sub ul.megamenusubcontent:nth-of-type(3) li.subheader a,
	ul.megamenu li.level0:nth-of-type(3) .sub ul.megamenusubcontent:nth-of-type(1) li.subheader a,
	ul.megamenu li.level0:nth-of-type(3) .sub ul.megamenusubcontent:nth-of-type(2) li.subheader a,
	ul.megamenu li.level0:nth-of-type(3) .sub ul.megamenusubcontent:nth-of-type(3) li.subheader a,
	ul.megamenu li.level0:nth-of-type(4) .sub ul.megamenusubcontent:nth-of-type(1) li.subheader a,
	ul.megamenu li.level0:nth-of-type(4) .sub ul.megamenusubcontent:nth-of-type(2) li.subheader a,
	ul.megamenu li.level0:nth-of-type(4) .sub ul.megamenusubcontent:nth-of-type(3) li.subheader a,
	ul.megamenu li.level0:nth-of-type(4) .sub ul.megamenusubcontent:nth-of-type(4) li.subheader a,
	ul.megamenu li.level0:nth-of-type(4) .sub ul.megamenusubcontent:nth-of-type(5) li.subheader a
	{
		height: 34px;
		background-size: 34px 34px !important;
	}
	ul.megamenu li.level0:nth-of-type(1) .sub ul.megamenusubcontent:nth-of-type(1) li.subheader a {
		background: url("images/money_bag_icon.svg") no-repeat 0 0;
	}
	ul.megamenu li.level0:nth-of-type(1) .sub ul.megamenusubcontent:nth-of-type(2) li.subheader a {
		background: url("images/borrow_icon.svg") no-repeat 0 0;
	}
	ul.megamenu li.level0:nth-of-type(2) .sub ul.megamenusubcontent:nth-of-type(1) li.subheader a {
		background: url("images/money_bag_icon.svg") no-repeat 0 0;
	}
	ul.megamenu li.level0:nth-of-type(2) .sub ul.megamenusubcontent:nth-of-type(2) li.subheader a {
		background: url("images/borrow_icon.svg") no-repeat 0 0;
	}
	ul.megamenu li.level0:nth-of-type(2) .sub ul.megamenusubcontent:nth-of-type(3) li.subheader a {
		background: url("images/briefcase_icon.svg") no-repeat 0 0;
	}
	ul.megamenu li.level0:nth-of-type(3) .sub ul.megamenusubcontent:nth-of-type(1) li.subheader a {
		background: url("images/personal_icon.svg") no-repeat 0 0;
	}
	ul.megamenu li.level0:nth-of-type(3) .sub ul.megamenusubcontent:nth-of-type(2) li.subheader a {
		background: url("images/business_icon.svg") no-repeat 0 0;
	}
	ul.megamenu li.level0:nth-of-type(3) .sub ul.megamenusubcontent:nth-of-type(3) li.subheader a {
		background: url("images/team_icon.svg") no-repeat 0 0;
	}
	ul.megamenu li.level0:nth-of-type(4) .sub ul.megamenusubcontent:nth-of-type(1) li.subheader a {
		background: url("images/tools_icon.svg") no-repeat 0 0;
	}
	ul.megamenu li.level0:nth-of-type(4) .sub ul.megamenusubcontent:nth-of-type(2) li.subheader a {
		background: url("images/about_us_icon.svg") no-repeat 0 0;
	}
	ul.megamenu li.level0:nth-of-type(4) .sub ul.megamenusubcontent:nth-of-type(3) li.subheader a {
		background: url("images/contact_icon.svg") no-repeat 0 0;
	}
	ul.megamenu li.level0:nth-of-type(4) .sub ul.megamenusubcontent:nth-of-type(4) li.subheader a {
		background: url("images/learning_center_icon.svg") no-repeat 0 0;
	}
	ul.megamenu li.level0:nth-of-type(4) .sub ul.megamenusubcontent:nth-of-type(5) li.subheader a {
		background: url("images/learning_center_icon.svg") no-repeat 0 0;
	}
	
	ul.megamenu li.level0:nth-of-type(2) .sub ul.megamenusubcontent, ul.megamenu li.level0:nth-of-type(4) .sub ul.megamenusubcontent {
		width: 25%;
	}
	ul.megamenu .sub ul li {
		width: 100%;
	}
	ul.megamenu .sub ul li h2 {
	    margin: 0;
		padding: 0;
	}
	ul.megamenu .sub ul li h2 a {
	    color: #ED3125;
		font-size: 17px;
		border-bottom: 0;
		display: block;
		font-family: 'open sans', sans-serif;
		font-weight: bold;
		margin-bottom: 12px;
		text-transform: uppercase;
		line-height: 1.2;
		position: relative;
		padding-top: 10px;
	}
	ul.megamenu .sub li.subheader > a {
		color: #ED3125;
		font-size: 18px;
		border-bottom: 0;
		display: block;
		font-family: 'open sans', sans-serif;
		font-weight: bold;
		margin-bottom: 12px;
		text-transform: uppercase;
		line-height: 1.2;
		position: relative;
		padding:10px 0 0 40px;
	}
	ul.megamenu .sub li.subheader > a:hover {
		color: #ED3125;
	}
	ul.megamenu li.level0 .sub li.subheader > a {
        /*text-indent:17%;*/
    }
	ul.megamenu li.subheader a img{
        height:auto;
        margin-top:5px;
        width:100%;
    }
	ul.megamenu .sub ul li a {
		float: none; 
		text-indent: 0; /*--Reset text indent--*/
		display: block;
		text-decoration: none;
		color: #231e20;
		margin:0;
	}
	ul.megamenu .sub ul li a.level2{
        font-size:12px;
		font-family: 'open sans', sans-serif;
        font-weight:700;
        padding: 4px 0 4px 42px;
		color: #363636;
    }
	ul.megamenu .sub ul li a.level3{
		font-size: 12px;
		font-family: 'open sans', sans-serif;
		font-weight: normal;
		padding-left:42px;
    }
	ul.megamenu .sub ul li a.level3::before {
		content: "";
		vertical-align: middle;
		width: 5px;
		height: 5px;
		padding: 0;
		margin: 0;
		display: inline-block;
		overflow: hidden;
		border-right: 1px solid #8C8C8C;
		border-bottom: 1px solid #8C8C8C;
		transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		margin: 0 5px 2px 0;
		border-right: 1px solid #ED3125;
		border-bottom: 1px solid #ED3125;
	}
	ul.megamenu .sub ul li a:hover{
        color:#ED3125;
    }
	ul.megamenu .sub ul li a:active{
        opacity:.5;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1100px) {
ul.megamenu li.level0:nth-of-type(2) .sub, ul.megamenu li.level0:nth-of-type(4) .sub {
    max-width: 973px !important;
    min-width: 973px;
    left: -373px !important;
}	
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
ul.megamenu li.level0:nth-of-type(2) .sub, ul.megamenu li.level0:nth-of-type(4) .sub {
    max-width: 973px !important;
    min-width: 973px;
    left: -368px;
}	
	ul.megamenu a.level0 {
		padding: 32px 8px;
	}
	ul.megamenu li.level0:nth-of-type(1) .sub ul,ul.megamenu li.level0:nth-of-type(2) .sub ul,ul.megamenu li.level0:nth-of-type(3) .sub ul, ul.megamenu li.level0:nth-of-type(4) .sub ul {
		padding: 0 5px;
	}
	ul.megamenu li.level0:nth-of-type(1) .sub, ul.megamenu li.level0:nth-of-type(3) .sub {
    max-width: 818px !important;
    min-width: 818px;
    left: -292px;
}
}
