﻿.upper-header {
	background-color:#061637;
	height:30px;
}

.upper-header .dropdown {
	color: #555;
	margin: 0;
	white-space: nowrap;
	width:auto;
	position: relative;
	text-align:right;
	height:30px;
	float:right;
}

.upper-header a.account {
	font-size: 13px;
	line-height: 30px;
	color: white;
	z-index: 110;
	display: block;
	padding:0 15px; margin:0;
	width: auto; height:30px;
	text-decoration: none;
	cursor:pointer;
	position:absolute;
	top:0; right:0;
}

.upper-header a.account:hover, .upper-header a.account.active {
	background:rgba(0,0,0,.35);
}

/* Little white triangle notch on dropdown menu */
.upper-header a.account.active:after {
	content:"";
	height:0; width:0;
	display: block;
	position: absolute;
	bottom:-1px; right:15px;
	border-bottom:7px solid white;
	border-left:10px solid transparent;
	border-right:10px solid transparent;
}

.upper-header .dropdown .submenu {
	background: #fff;
	position: absolute;
	top: 30px; right: 0px;
	z-index: 100;
	display: none;
	padding: 0;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.75);
}

.upper-header .dropdown .submenu li a {
	color: #333333;
	display: block;
	padding: 0px 15px;
	line-height: 30px;
	height: 30px;
	font-size:16px;
	font-weight: bold;
	cursor: pointer;
	text-decoration:none;
}

.upper-header .dropdown li a:hover {
	color: #b00021;
	text-decoration: none;
}

.upper-header .dropdown .submenu > ul {
	list-style:none;
	margin:0px;
	padding:0px;
	font-size: 11px;
	padding: 11px 0 0 0px;
	border-top:1px solid #dedede;
}


header {
	height:140px;
	width:100%;
	background:#112756;
	border-bottom:10px solid white;
	position: relative;
	z-index: 10;
}

header h2 {

	left: 35%;
	top: 70px;
	color: white;
	line-height: 1em;
	margin: 0;
	text-align: center;
}

header h3 {

	left: 35%;
	top: 25px;
	color: white;
	font-size: 22px;
	margin: 0;
	text-align: center;
}

header .header-logo {
	height: 130px;
	width: 360px;
	display: block;
	top: 0px;
	left: 0px;
	background: url(../img/header_flag.png) 0 50% no-repeat;
	background-size: contain;
}

header .header-right {
	/* position: absolute; */
	right: 0%;
	top: 10px;
	color: white;
	text-align: right;
}

header nav ul {
	list-style: none;
	margin:0px; padding:0px;
	height:60px; 
	width: 77%;
	min-width: 600px;
	max-width: 950px;
	position: absolute;
	right:20px;
	top:70px;
	text-align: justify;
}

header nav ul:after {
  content: '';
  width: 100%; /* Ensures there are at least 2 lines of text, so justification works */
  display: inline-block;
}

header nav li {
	width:auto;
	height: 60px;
	margin:0; padding:0 6px;
	display: inline-block;
	text-align: center;
	font-family:"Roboto Condensed", sans-serif;
	font-weight: 700;
	font-size:20px;
	line-height: 1em;
	letter-spacing: .03em;
}

header nav li .outer {
	height: 60px;
	max-width: 80px;
	display: table;
	height: 60px;
}

header nav li a {
	display: table-cell;
	vertical-align: middle;
	color:white !important;
	text-decoration: none !important;
}

/* hide designer ribbon so that Visitors will not see the ribbon */
/* if user has permissions, this style will be overridden to display the ribbon */
#s4-ribbonrow, #suiteBar { display : none; } *.


header a[title=Navigation] {
	display:none !important;
}
