

.container.nopad.menu {
    display: none!important;
    width: 1px!important;
}

.container2 {
	width: 100%!important;
	max-width: 1090px!important;
	margin: 0 auto!important; /*padding: 0px 20px; padding: 0rem 1.25rem;*/
}
.nav {
	width: 100%;
	background-color: #1687d7;
	padding: 10px 0px 10px 0px!important; 
}

.hamburger-nav {
	display: none;	
}

.hamburger-menu {
	display: none;
	margin-right: 10px;
	bottom: 0;
}
.hamburger-menu.hamburger-open {
	background-color: #1687d7;
	border: 1px transparent;
border-radius: 5px;
}

.hamburger-menu a {
	background-color: transparent !important;
}

.hamburger-menu .hamburger {
	background-image:url(/Portals/70/scripts/iconHamburgerMenu.png); 
	width: 32px;
	height: 28px;
	margin: 5px 5px 0 5px;
	padding: 5px;
}


div#header div.search-region div.search { display: none; }

.nav ul {
	color: #fff;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav .container2 > ul > li {
	display: block;
	flex: 0 1 auto;
	margin: 0;
	padding: 0;
	font-size: 18px;
}

.nav .container2 > ul > li a::after {
    content: "\f107";
    font-family: FontAwesome;
    margin-left: 5px;
}


.nav .container2 > ul .visible > li a::after, .nav.hamburger-nav .container2 > ul > li > a::after  {
    display:none;
}

.nav ul li a {
	display: block;
}

.nav ul li a:link, .nav ul li a:visited {
	color: #FFF;
	text-decoration: none;
}

.nav ul li a:hover {
	color: #F2C526;
}




/*** navigation ****/
.nav .container2 {
	position: relative;
}
.nav ul ul {
	display: none;	
	overflow: hidden;
}
.nav ul.visible {
	display: block;
}
.nav ul .indicator {
	display: inline-block;
}

/* first level sub */
.nav ul ul {
	position: absolute;
	left: 0;
	top: 30px; 
	background: #1788D8;
	width: 100%;
	padding: 20px 0;
	border-radius: 0 0 5px 5px;
	z-index: 1000;
}
.nav ul ul a {
	padding: 5px 10px;
	font-size: medium;	
}
.nav ul .indicator {
	display: none;	
}
.nav ul li a.selected:link, .nav ul li a.selected:visited {
	color: #F2C526;	
}
.nav ul ul a:hover, .nav ul ul a.selected, .menu-bread-crumbs a:hover {
	background-color: #2F93DE;
	color: #F2C526;
}
/* second level sub */
.nav ul ul ul {
	position: absolute;
	left: 33%;
	top: 0;
	background: #2F93DE; 
	height: 100%;
}
.nav ul ul ul a:hover, .nav ul ul ul a.selected {
	background: #429EDF;
}
/* third level sub */
.nav ul ul ul ul {
	position: absolute;
	left: 34%;
	top: 0;
	background: #429EDF;
	width: 100%;
	height: 100%;	
}

.nav ul ul li {
	text-align: left;
margin-bottom: 0px!important;	
line-height: 1.5em;
}

.nav li.subnav-header {
	font-weight: bold;	
}
.nav .indicator {
	/*background-image: url(/Portals/70/images/nav-sub-indicator.png);
	background-repeat: no-repeat;
		width: 6px;
	height: 11px;*/
	margin-left: 20px;

	font-size: 18px;
}
.nav ul ul .indicator {
	display: inline-block;	
}


/*** hamburger navigation ***/
.hamburger-menu {
	display: table-cell;
	height: 38px;	
}
.menu-bread-crumbs a {
	display: block;
	color: #fff!important;	
	text-decoration: none;
	/*background-image: url(/Portals/70/scripts/nav-back-indicator.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;*/
	font-weight: bold;
	padding-top: 1px;
	margin-left: 5px!important;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
}

.menu-bread-crumbs a::before {
    font-family: fontawesome;
    content: "\f104";
    margin-right: 10px;
	margin-left: 5px;
}
.nav.hamburger-nav {
	padding: 5px;
	margin-top:10px;
}
.nav.hamburger-nav .container2 a { font-size: 16px !important; } 
.nav.hamburger-nav ul .indicator {
	display: inline-block;	
}


.nav.hamburger-nav .container2 > ul > li {
	display: block;
	width: 100%;
	text-align: left !important;
	padding: 0; 	
}
.nav.hamburger-nav .container2 > ul > li > a {
	padding: 10px;	 
}
.nav.hamburger-nav ul ul, .nav.hamburger-nav ul ul ul, .nav.hamburger-nav ul ul ul ul {
	margin-left: 0;	
}

.nav.hamburger-nav ul ul, .nav.hamburger-nav ul ul ul, .nav.hamburger-nav ul ul ul ul {
	position: static;
	top: auto;
	left: auto;
	background: #1788D8;
}

.nav.hamburger-nav .container2 > ul > li.open-menu {
	padding: 0;	
}
.nav.hamburger-nav ul ul {
	padding: 0;	
}
.nav.hamburger-nav ul ul li a {
	padding: 10px;
	padding-left: 35px;
}
.nav.hamburger-nav a:hover {
	background-color: transparent !important;	
}
.nav.hamburger-nav ul ul li.subnav-header a {
	padding-left: 20px;
}


@media only screen
	and (min-width: 1025px) {
	.brand {

	}
	
	.nav ul {
		font-size: 18px;
	}
        
    .nav ul ul {
		top: 29px;	
	}
	
	.hamburger-menu {
		display: none;	
	}

}
@media only screen
	and (min-width: 901px) 
	and (max-width: 1024px) {
	
	
	.nav ul {

	}
	
	.nav ul ul {
		top: 28px;	
	}
	
	.hamburger-menu {
		display: none;	
	}
	
	
	
}

@media all and (max-width: 900px){	
/* Start header section */

.wrapper .banner {
    background: /*#00548B*/transparent!important;    margin-top: -55px; z-index:1;}
.nav.hamburger-nav {margin-top: 17px;}
header .skin-header-background {z-index: 9999;}
.nav ul ul li {line-height: 1em;}
/*.wrapper .banner { background: transparent !important; margin-top: -55px; margin-left:8px;}*/
/* end header section */
}

@media only screen
	and (min-width: 701px) 
	and (max-width: 900px) {
	.brand {
       background-color: green;
	}
        
    .hamburger-search {
        display: table-cell;
	}
	
	.nav ul {
		display: none;
	}
	.nav ul a, .nav ul ul a, .nav .menu-bread-crumbs a {
		font-size: small;	
	}
    }
    @media only screen
	and (min-width: 481px) 
	and (max-width: 700px) {
	.brand {
		background-color: black;
	}
	
	.hamburger-search {
		display: table-cell;
	}
	
	.nav ul {
		display: none;
	}
	.nav ul a, .nav ul ul a, .nav .menu-bread-crumbs a {
		font-size: 16px;	
	}
}

@media only screen
	and (min-width: 321px) 
	and (max-width: 480px) {
 
 
	
	.hamburger-search {
		display: table-cell;
	}
	
	.nav ul {
		display: none;
	}
}	