
span.top-searchicon {
	cursor:  pointer;
}

header  div.flex {
    flex-direction: row;
}
  
a#portal-logo {
	height: 60px;
	overflow: hidden;
	padding-top: 10px;
	margin-left: 10px;
}

a#portal-logo img{
	height: auto;
	width:  auto;
	max-width: 100%;
	max-height: 100%;
}
 
#content-header  {
	background: white;
	border-bottom:  1px solid #CCC;
	box-shadow: 0 0 12px rgba(0,0,0, 0.3);
	position: fixed;
	left: 0;
	right: 0;
	top:  0;
	z-index: 4;
	min-height: 70px;
 
}
 
div.outer-wrapper {
	padding-top: 116px;
}


 
.mosaic-grid div.outer-wrapper {
	padding-top: 70px;
}

#content-header div.container.flex {
	display: flex;
	margin: auto;
}

div#portal-globalnav-wrapper {
	margin-left: auto;
	padding-left: 30px;
}

.plone-collapse.plone-navbar-collapse.collapse.in {
	position: fixed;
	left:  0;
	right:  0;
	text-align: center;
	background: white;
	box-shadow: 0 7px 7px rgba(0,0,0, 0.3);
	border-top:  1px solid;
}

div#portal-globalnav-wrapper a {
	color:  #777;
	background: inherit;
}

div#portal-globalnav-wrapper a:hover {
	color:  inherit;
}

div#portal-globalnav-wrapper ul.submenu {
	background: white; ;
	box-shadow: 3px 3px 7px rgba(0,0,0, 0.3);
}


#portal-globalnav-wrapper div.plone-navbar-header {
	margin: 6px 10px;
}

button.plone-navbar-toggle {
	background: #555 !important;
	font-size: 140%
}

.has_subtree.dropdown {
	background: white;
	border:  1px solid silver;
	border-left:  1px solid silver;
}

/* @group Search */

div#seach-wrapper {
	top:  0;
	left:  0;
	bottom:  0;
	right: 0;;
	width:  100vw;
	height:  100vh;
	position: absolute;
	z-index: 99;
	background: rgba(0,0,0,0.93);
}

div#portal-searchbox {
	background: none;
}
div#seach-wrapper .container {
		padding-top:  20%;
		height: 100%;
}

div#portal-searchbox {
	float: none;
	margin:  auto;

}

input#searchGadget.searchField {
	width: 75%;
	margin-right: 3%;
}

div.LSBox {
	background: none;
}

#searchGadget_form div.LSBox div.searchSection label {
	color:  white;;	
}

#searchGadget_form  {
	margin-bottom: 10px;
}

.top-searchicon i {
	font-size: 3em;
	pointer: hand;
}

span.top-searchicon.white {
	float: right;
	padding:  20px 30px;;
}

input.searchButton,
input#searchGadget.searchField {
		height: 1.5em;
	font-size: 4.2rem;
	padding: 10px 20px !important;
	margin-right: 10px;
	line-height: 1.4em;
	border-radius: 6px
}


input.searchButton  {
	line-height: 0;
	background: orange;
	font-size: 4.2rem;
	font-weight: normal;

}

/* @end */
