#dnnMenu {
	margin: 0;
	padding: 0;
	float: none;
}
#dnnMenu * {
	padding: 0;
	margin: 0;
}
#dnnMenu li a * {
	text-decoration: none;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}
#dnnMenu li a div *,
#dnnMenu .subMenu li a * {
	text-decoration: none;
	-moz-transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
#dnnMenu .rootMenu {
	position: relative;
	/* text-align: center; */
	* z-index: 903;
	width: 100%;
	list-style: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	justify-content: space-around;
}
#dnnMenu .rootMenu li {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	display: table-cell;
	display: block;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
#dnnMenu .rootMenu li.last {}
#dnnMenu .rootMenu li.last a {}
#dnnMenu .rootMenu li a {
	display: block;
	background: none;
	text-decoration: none;
}
#dnnMenu .rootMenu li.TWselected a,
#dnnMenu .rootMenu li.rmhover a,
#dnnMenu .rootMenu li.TWbreadcrumb a,
#dnnMenu .rootMenu li a:hover {
	background: none;
	text-decoration: none;
}
/* Center*/

#dnnMenu .rootMenu li a {
	display: block;
	background: none;
	padding: 0;
	cursor: pointer;
	/*text-decoration: underline;*/
}
#dnnMenu .rootMenu li.TWselected a div,
#dnnMenu .rootMenu li.rmhover a div,
#dnnMenu .rootMenu li.TWbreadcrumb a div,
#dnnMenu .rootMenu li a:hover div {
	background: none;
}
/* Right*/

#dnnMenu .rootMenu li a {
	display: block;
	background: none;
	margin: 0;
	padding: 10px;
	color: #FFF;
	white-space: nowrap;
	/* line-height: 1.em; */
	font-size: 17px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	/* font-weight: bold; */
	position: relative;
	text-decoration: none;
	text-transform: none;
	/* text-align:center; */
}
#dnnMenu .rootMenu li.megamenu a div div:after {
	opacity: 0;
	bottom: -16px;
	content: " ";
	z-index: -555 !important;
	position: absolute;
	background: url(../../images/template2014/nav-down-arrow.png) center top no-repeat;
	left: 0px;
	right: 0px;
	height: 16px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
#dnnMenu .rootMenu li.megamenu a:hover div div:after {
	opacity: 1;
	content: " ";
	z-index: 99999 !important;
	-webkit-transition: all 2400ms ease;
	-moz-transition: all 2400ms ease;
	-ms-transition: all 2400ms ease;
	-o-transition: all 2400ms ease;
	transition: all 2400ms ease;
}
/*
.rootMenu > li.first > a > div > div {
	display:none !important;
}
.rootMenu > li.first > a > div:before {
	content: "\e601";
	font-family: 'CaGov';
	speak: none;
	display: block !important;
	font-style: normal;
	font-size: 28px;
	font-weight: bold;
	color: #FFF;
	font-variant: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}*/

.rootMenu>li.first>a>div .rootMenu>li.first.TWselected>a>div,
.rootMenu>li.first.rmhover>a>div,
.rootMenu>li.first.TWbreadcrumb>a>div,
.rootMenu>li.first>a:hover>div,
.rootMenu>li.first.TWselected>a>div,
.rootMenu>li.first.TWselected>a>div,
#dnnMenu .rootMenu li.TWselected a div div,
#dnnMenu .rootMenu li.rmhover a div div,
#dnnMenu .rootMenu li.TWbreadcrumb a div div,
#dnnMenu .rootMenu li a:hover,
#dnnMenu .rootMenu li.TWselected a div div,
#dnnMenu .rootMenu li.TWselected a div div {
	color: #FFF;
	text-shadow: 0 0 0.2em #FBAD23, 0 0 0.2em #FBAD23;
}
/*Left*/

#dnnMenu .subMenu {
	display: none;
	position: absolute;
	width: auto;
	margin: 3px 0 0;
	padding: 5px 0;
	z-index: 9999;
	min-width: 220px;
	background: rgba(1, 78, 120, 0.80) none repeat scroll 0 0;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}
#dnnMenu ul ul {
	border-top: none;
	z-index: 9999;
}
#dnnMenu ul ul ul {
	border: 0;
}
#dnnMenu .rootMenu li.hover .subMenu {
	display: block;
	white-space: nowrap;
}
#dnnMenu .subMenu ul {
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1200;
}
#dnnMenu .subMenu li {
	float: none;
	background: none;
	clear: both;
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: left;
	background: rgba(1, 78, 120, 0.80) none repeat scroll 0 0;
}
#dnnMenu .subMenu li.haschild {
	* margin-bottom: -3px;
}
#dnnMenu .subMenu li.item a {
	border: none;
	background: none;
}
#dnnMenu .subMenu li.first>a {
	border-top: none;
}
#dnnMenu .subMenu li.item a div {
	display: block;
	background: none;
	font-weight: normal;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #FFF;
	padding: 0;
	text-transform: none;
	margin: 0;
}
#dnnMenu .subMenu li.TWselected>a div,
#dnnMenu .subMenu li.TWbreadcrumb>a div,
#dnnMenu .subMenu li.item a:hover div {
	color: #FFF;
	/* text-decoration:underline; */
}
#dnnMenu .subMenu li.TWselected.haschild>a:hover div,
#dnnMenu .subMenu li.TWbreadcrumb.haschild>a:hover div {}
#dnnMenu .subMenuRight {
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
	width: auto;
	margin: 0 0 0 1px;
	padding: 0;
	z-index: 9999;
	min-width: 220px;
	background: rgba(0, 51, 102, 0.80) none repeat scroll 0 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#dnnMenu .subMenu>li.hover>.subMenuRight {
	display: none;
}
/* Mega Menu */

#dnnMenu .rootMenu li.megamenu {
	position: static;
}
#dnnMenu .megamenu .subMenu li {
	padding: 0 40px;
}
#dnnMenu .megamenu .subMenu li.item a div {
	color: #333;
	background: none;
	font-weight: bold;
	padding: 5px 0;
}
#dnnMenu .megamenu .subMenu li.TWselected>a div,
#dnnMenu .megamenu .subMenu li.TWbreadcrumb>a div,
#dnnMenu .megamenu .subMenu li.item a:hover div,
#dnnMenu .megamenu .subMenu li.TWselected>a div span,
#dnnMenu .megamenu .subMenu li.TWbreadcrumb>a div span,
#dnnMenu .megamenu .subMenu li.item a:hover div span {
	color: #333;
	background: none;
	text-decoration: underline;
}
#dnnMenu .megamenu .subMenu {
	margin: 0;
	padding: 0 0 85px;
	width: 100%;
	left: 0;
	top: 47px;
	background: url("../../images/template2014/oceanside/megadropdown-ribbon.png") center bottom no-repeat;
	min-height: 259px;
}
#dnnMenu .megamenu .subMenu:before {
	content: '';
	width: 100%;
	left: 0;
	top: 0;
	background: transparent url("../../images/template2014/nav-shadow.png") repeat-x scroll 0 0;
	height: 12px;
	position: absolute;
	z-index: 99999;
}
#dnnMenu .megamenu .subMenu:after {
	content: '';
	width: 100%;
	left: 0;
	bottom: -8px;
	background: url("../../images/template2014/oceanside/ribbon.png") center bottom no-repeat;
	height: 100px;
	position: absolute;
	z-index: 9999;
}
#dnnMenu .megamenu .subMenu>ul {
	width: 100%;
	padding: 10px 0 0;
	background: #EEF3F7;
}
@media (min-width:1280px) {
	#dnnMenu .megamenu .subMenu>ul {
		padding: 10px 30px 0;
	}
}
#dnnMenu .megamenu .subMenu li {
	width: 33%;
	float: left;
	clear: none;
}
#dnnMenu .megamenu .subMenu li.item a div {
	margin: 0;
}
#dnnMenu .megamenu .subMenuRight {
	/* no 3rd level on megamanu */
	display: none;
}
/* home icon */

#dnnMenu .home-link [class^="ca-gov-icon-"] {
	color: #fff;
	display: block;
	font-size: 28.5px;
	line-height: 26px;
}
#dnnMenu .home-link a:hover {
	text-shadow: 0 0 0.2em #FBAD23, 0 0 0.2em #FBAD23;
}
/* description */

#dnnMenu .menuDescription {
	display: none;
}
#dnnMenu .megamenu .menuDescription {
	font-size: 10.5px;
	padding: 0;
	display: inline-block;
	position: relative;
	top: -7px;
}
/* images on submenu */

#dnnMenu .megamenu .subMenu.with-image-sm-left>ul {
	padding: 10px 0 0 33%;
}
#dnnMenu .megamenu .subMenu.with-image-sm-right>ul {
	padding: 10px 33% 0 0;
}
#dnnMenu .megamenu .subMenu.with-image-md-left>ul {
	padding: 10px 0 0 50%;
}
#dnnMenu .megamenu .subMenu.with-image-md-right>ul {
	padding: 10px 50% 0 0;
}
@media (min-width:1280px) {
	#dnnMenu .megamenu .subMenu.with-image-sm-left>ul {
		padding: 10px 30px 0 33%;
	}
	#dnnMenu .megamenu .subMenu.with-image-sm-right>ul {
		padding: 10px 33% 0 30px;
	}
	#dnnMenu .megamenu .subMenu.with-image-md-left>ul {
		padding: 10px 30px 0 50%;
	}
	#dnnMenu .megamenu .subMenu.with-image-md-right>ul {
		padding: 10px 50% 0 30px;
	}
}
.menuImage {
	background-size: cover;
	background-position: 50% 50%;
	position: absolute;
	top: 0;
	z-index: 9999;
}
#dnnMenu .megamenu .subMenu.with-image-sm-left .menuImage,
#dnnMenu .megamenu .subMenu.with-image-md-left .menuImage {
	height: 87%;
	height: calc(100% - 35px);
	left: 0;
}
#dnnMenu .megamenu .subMenu.with-image-sm-right .menuImage,
#dnnMenu .megamenu .subMenu.with-image-md-right .menuImage {
	height: 80%;
	height: calc(100% - 36px);
	right: 0;
}
@media (min-width:992px) {
	#dnnMenu .megamenu .subMenu.with-image-sm-right .menuImage,
	#dnnMenu .megamenu .subMenu.with-image-md-right .menuImage {
		height: calc(100% - 48px);
	}
}
#dnnMenu .megamenu .subMenu.with-image-sm-left .menuImage,
#dnnMenu .megamenu .subMenu.with-image-sm-right .menuImage {
	width: 33%;
}
#dnnMenu .megamenu .subMenu.with-image-md-left .menuImage,
#dnnMenu .megamenu .subMenu.with-image-md-right .menuImage {
	width: 48%;
}
#dnnMenu .megamenu .subMenu.with-image-sm-left ul li,
#dnnMenu .megamenu .subMenu.with-image-sm-right ul li {
	width: 50%;
}
#dnnMenu .megamenu .subMenu.with-image-md-left ul li,
#dnnMenu .megamenu .subMenu.with-image-md-right ul li {
	width: 100%;
}
/* first level only */

#dnnMenu.hideChildren .subMenu {
	display: none !important;
}