/* GENERAL
==================================================================*/
.textList {
	margin:0;
	padding:0;
	font-size:16px;
	list-style-type:none;
}
.textList li {
	margin-bottom:4px;
}
.textList a {
	color:inherit;
}
.textList a:hover {
	color:#df4212;
	transition: color 1s;
}

.cefex-mark {
	background-image:url('../images/general/cefex-mark-small.png');
}


/* NAVIGATION
==================================================================*/
/*navigation*/
body.home-page .navbar-nav li a.home-page,
body.nm-certified-advisors .navbar-nav li a.nm-certified-advisors,
body.nm-certification-output .navbar-nav li a.nm-certification-output,
body.nm-standard .navbar-nav li a.nm-standard,
body.nm-training .navbar-nav li a.nm-training,
body.nm-training-essentials .navbar-nav li a.nm-training-essentials,
body.nm-training-accredited .navbar-nav li a.nm-training-accredited,
body.nm-certified-stewards .navbar-nav li a.nm-certified-stewards,
body.nm-how-to-apply .navbar-nav li a.nm-how-to-apply
{
	color:#ba4900;
}
/*end navigation*/

@media only screen and (min-width:992px) {/*adjust height for dbl-height nav items*/
.navbar-collapse .nav>li {
	height:100px;
}
.navbar-collapse .nav>li>a {
	padding-top:30px;
	padding-bottom:50px;
	white-space:nowrap;
}
.navbar-collapse .nav>li>a.dbl-line {
	padding-top:30px;
	padding-bottom:30px;
}
}