@charset "utf-8";
/* RESPONSIVE  CSS3 menu CSS Document */
.nav-wrap {
	/*float: left;*/
	width: 960px;
	margin: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #ffffff;
	/*min-height: 45px;*/
}
/*
.logo {
	position: relative;
	z-index: 123;
	padding: 10px;
	font: 18px verdana;
	color: #6DDB07;
	float: left;
	width: 15%
}
.logo a {
	color: #6DDB07;
}
*/

nav#cssmenu {
	position: relative;
	z-index: 999;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	font-family: 'Malgun Gothic', system-ui, sans-serif;
	font-weight: bold;
	/*	outline: 1px solid red;*/
	/*border-bottom: 1px #203864 solid;*/
}
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #head-mobile {
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

#cssmenu ul {
	display: flex; 
	justify-content: space-evenly; 
	padding: 0;
	padding-top: 5px; /* Added with new menu BG */
	margin-top: 0;
}

#cssmenu ul li.activeitem {background-color:#203864;}
#cssmenu ul li.activeitem a {color:#fff;}
#activedropdown {background-color:#203864 !important; color: #fff !important;}
#cssmenu .sub-menu {flex-direction: column;}
#cssmenu ul.sub-menu {border: 2px solid #203864; padding-top: 0px; width: 175px;}

#cssmenu:after, #cssmenu > ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}
#cssmenu #head-mobile {
	display: none;
}
#cssmenu > ul > li {
	float: left;
	margin: 0;
	/*width: 240px;*/
	/*height: 80px;*/
	text-align: center;
	/*border-left: 1px solid rgba(255,255,255,0.2);*/
}
#cssmenu > ul > li#p1 > a {
	background: transparent url(/ipd/images/icon_delivery.png) 5px center no-repeat;
}
#cssmenu > ul >li#p2 > a {
	background: transparent url(/ipd/images/icon_finance.png) 5px center no-repeat;
}
#cssmenu > ul > li#p3 > a {
	background: transparent url(/ipd/images/icon_p3.png) 5px center no-repeat;
}
#cssmenu > ul > li#p4 > a {
	background: transparent url(/ipd/images/icon_revenue.png) 5px center no-repeat;
}
#cssmenu > ul >li#p5 > a {
	background: transparent url(/ipd/images/icon_value_capture.png) 5px center no-repeat;
}
#cssmenu > ul > li:last-of-type {
	border-right: 1px solid rgba(255,255,255,0.2);
}
#cssmenu > ul > li > a {
	position: relative;
	/*font-size: .85em;*/
	line-height: 1.25em;
	color: #203864;
	/*font-weight: 500;*/
	/*text-transform: uppercase;*/
	text-decoration: none;
	/*letter-spacing: .03em;*/
	/*	width: 240px;*/
	/*height: 80px;*/
	padding: 10px;
}
#cssmenu > ul > li:hover > a, #cssmenu ul li.active a {
	color: #fff;
}
#cssmenu > ul > li:hover, #cssmenu ul li.active:hover, #cssmenu ul li.active, #cssmenu ul li.active:hover {
	background: #203864!important;
	-webkit-transition: background .3s ease;
	-ms-transition: background .3s ease;
	transition: background .3s ease;
}
#cssmenu .arrow-bar {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 18px;
	width: 100%;
	/*	background-color: #2f8836;*/
	font-size: 1.75em;
	/*line-height: .85em;*/
	/*color: #203864;*/
}

#cssmenu ul ul {
	position: absolute;
	left: -9999px;
}
#cssmenu ul ul li {
	height: 0;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	background: #fff;
	border-bottom: 2px solid #203864; 
}
#cssmenu ul ul li:hover {
}
#cssmenu li:hover > ul,
#cssmenu li[focus-within] > ul {
	left: auto;
}
#cssmenu li:hover > ul,
#cssmenu li:focus-within > ul {
	left: auto;
}
#cssmenu li:hover > ul > li,
#cssmenu li[focus-within] > ul > li {
	height: 40px;
}
#cssmenu li:hover > ul > li,
#cssmenu li:focus-within > ul > li {
/*	height: 44px;*/
	height: 65px;
}
#cssmenu ul ul ul {
	margin-left: 100%;
	top: 0
}
#cssmenu ul ul li a {
	text-align: left;
	height: auto;
	line-height: 1.3em;
	/*border-bottom: 1px solid #f0f0f0;*/
	background: #fff;
	/*width: 240px;*/
	/*font-size: .85em;*/
	text-decoration: none;
	color: #203864; /* #e97644 */
	/*font-weight: 400;*/
	padding: 10px;
	padding-bottom: 11px;
}
#cssmenu ul ul li:last-child > a, #cssmenu ul ul li.last-item > a {
	padding-bottom: 14px;
    border-bottom: none !important;
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
	color: #ffffff;
	background-color: #203864; /* #e97644 */
	-webkit-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
	/*font-weight: 700;*/
	/*letter-spacing: .02em;*/
}
#cssmenu ul ul ul li.active a {
	border-left: 1px solid #fff
}

/* Long Navigation Menu items on home page drop down */
#cssmenu ul ul li.wrap {
    height: 56px;
		
}
#cssmenu ul ul li.wrap a{
    height: 56px;
		
}

/*
@media screen and (max-width:1240px) {
.nav-wrap {
	background: none;
	background-color: #f6884c;
}
nav#cssmenu {
	margin-top: 45px;
	width: 100%;
	padding-top: 20px;
}
#cssmenu {
	width: 100%;
}
#cssmenu ul {
	width: 100%;
	border-top: 1px solid rgba(255,255,255,0.2);
	display: none
}
#cssmenu > ul > li {
	width: 100%;
	margin: 0;
	height: auto;
	text-align: left;
}
#cssmenu ul li:hover {
	background: rgba(0,125,186,.95);
}
#cssmenu ul ul li, #cssmenu li:hover > ul > li {
	height: auto;
}
#cssmenu ul li a, #cssmenu ul ul li a {
	width: 100%;
	border-bottom: 0
}
#cssmenu > ul > li> a {
	background: none!important;
}
#cssmenu > ul > li {
	float: none!important;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
#cssmenu > ul > li > a {
	height: auto;
	padding: 20px 3%;
}
#cssmenu .arrow-bar {
	display: none;
}
#cssmenu ul ul li a {
	padding-left: 5%;
}
#cssmenu ul ul li {
	border-bottom: 1px solid rgba(255,255,255,0.0);
	background-color: #f6884c;
}
#cssmenu ul ul li:last-of-type {
	border-bottom: none;
}
#cssmenu ul ul li:hover {
	background: #f79957;
}
#cssmenu ul ul ul li a {
	padding-left: 35px
}
#cssmenu ul ul li a {
	color: #fff;
	background: none
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li.active > a {
	color: #fff
}
#cssmenu ul ul, #cssmenu ul ul ul {
	position: relative;
	left: 0;
	width: 100%;
	margin: 0;
	text-align: left
}
#cssmenu #head-mobile {
	display: none;
	color: #ddd;
	font-size: 12px;
	font-weight: 700
}
#cssmenu .button {
	width: 55px;
	height: 46px;
	position: absolute;
	right: 3%;
	top: -40px;
	cursor: pointer;
	z-index: 12399994;
}
#cssmenu .button:after {
	position: absolute;
	top: 22px;
	right: 20px;
	display: block;
	height: 4px;
	width: 20px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	content: ''
}
#cssmenu .button:before {
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	position: absolute;
	top: 16px;
	right: 20px;
	display: block;
	height: 2px;
	width: 20px;
	background: #ffffff;
	content: ''
}
#cssmenu .button.menu-opened:after {
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	top: 23px;
	border: 0;
	height: 2px;
	width: 19px;
	background: #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}
#cssmenu .button.menu-opened:before {
	top: 23px;
	background: #fff;
	width: 19px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
#cssmenu .submenu-button {
	position: absolute;
	z-index: 99;
	right: 2.5%;
	top: 0;
	display: block;
	border-left: none;
	height: 64px;
	width: 64px;
	cursor: pointer
}
#cssmenu .submenu-button.submenu-opened {
	background: none;
}
#cssmenu ul ul .submenu-button {
	height: 34px;
	width: 34px
}
#cssmenu .submenu-button:after {
	position: absolute;
	top: 27px;
	right: 25px;
	width: 12px;
	height: 2px;
	display: block;
	background: #fed6ba;
	content: ''
}
#cssmenu ul ul .submenu-button:after {
	top: 15px;
	right: 13px
}
#cssmenu .submenu-button.submenu-opened:after {
	background: #fed6ba;
}
#cssmenu .submenu-button:before {
	position: absolute;
	top: 22px;
	right: 30px;
	display: block;
	width: 2px;
	height: 12px;
	background: #fed6ba;
	content: ''
}
#cssmenu ul ul .submenu-button:before {
	top: 12px;
	right: 16px
}
#cssmenu .submenu-button.submenu-opened:before {
	display: none
}
#cssmenu ul ul ul li.active a {
	border-left: none
}
#cssmenu > ul > li.has-sub > ul > li.active > a, #cssmenu > ul ul > li.has-sub > ul > li.active > a {
	border-top: none;
}
#cssmenu > ul > li.has-sub > a {
	background: none;
}



}*/

#grant_matrix thead th {color: #fff; background-color: #203864; text-align: center;}
#grant_matrix tbody tr:nth-child(even) {background: #e0e0e0;}