/* beginning of leftover un.int CSS */ /*************
	1. keep navbar
	2. keep #block (top language links)
**************/
.clearfix { *
	zoom: 1;
}

.clearfix:before,.clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}

.clearfix:after,.clearfix {
	clear: both;
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

/* top UN banner */
#unBar {
	background: none;
	color: #315d8a;
	font: 11px Verdana;
	height: 26px;
	overflow: hidden;
	width:100%;
	margin-left: auto;
	margin-right: auto;
}

#unBar .row {
  margin: 0 auto;
  max-width: 1160px;
  min-width: 320px;
  width: 100%;
}

.row .fourty.columns {
  position: relative;
  width: 1160px;
}

#unBar a {
	color: #315d8a;
	text-decoration: none;
	font-weight: normal;
}

@media print {
	* {
		text-shadow: none !important;
		color: #000 !important;
		background: transparent !important;
		box-shadow: none !important;
		font-family: "Times New Roman", Times, serif;
	}
	a,a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	.ir a:after,a[href ^="javascript:"]:after,a[href ^="#"]:after {
		content: "";
	}
	pre,blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 0.5cm;
	}
	p,h2,h3 {
		orphans: 3;
		widows: 3;
	}
	h2,h3 {
		page-break-after: avoid;
	}
}

a {
	color: #0088cc;
	text-decoration: none;
}

a:hover,a:focus {
	color: #005580;
	text-decoration: underline;
}

.row {
	margin-left: -20px; *
	zoom: 1;
}

p {
	margin: 0 0 10px;
}

.page-header {
	padding-bottom: 9px;
	margin: 20px 0 30px;
	border-bottom: 1px solid #eeeeee;
}

ul,ol {
	padding: 0;
	margin: 0 0 10px 25px;
}

ul ul,ul ol,ol ol,ol ul {
	margin-bottom: 0;
}

li {
	line-height: 20px;
}

input[disabled],select[disabled],textarea[disabled],input[readonly],select[readonly],textarea[readonly]
	{
	cursor: not-allowed;
	background-color: #eeeeee;
}

input[type="radio"][disabled],input[type="checkbox"][disabled],input[type="radio"][readonly],input[type="checkbox"][readonly]
	{
	background-color: transparent;
}

input:focus :invalid,textarea:focus :invalid,select:focus :invalid {
	color: #b94a48;
	border-color: #ee5f5b;
}

input:focus :invalid :focus,textarea:focus :invalid :focus,select:focus
	:invalid :focus {
	border-color: #e9322d;
	-webkit-box-shadow: 0 0 6px #f8b9b7;
	-moz-box-shadow: 0 0 6px #f8b9b7;
	box-shadow: 0 0 6px #f8b9b7;
}

.nav {
	margin-left: 0;
	margin-bottom: 20px;
	list-style: none;
}

.nav>li>a {
	display: block;
}

.nav>li>a:hover,.nav>li>a:focus {
	text-decoration: none;
	background-color: #eeeeee;
}

.nav>li>a>img {
	max-width: none;
}

.nav>.pull-right {
	float: right;
}

.nav-header {
	display: block;
	padding: 3px 15px;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
	color: #999999;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	text-transform: uppercase;
}

.nav li+.nav-header {
	margin-top: 9px;
}

.nav-list {
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 0;
}

.nav-list>li>a,.nav-list .nav-header {
	margin-left: -15px;
	margin-right: -15px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.nav-list>li>a {
	padding: 3px 15px;
}

.nav-list>.active>a,.nav-list>.active>a:hover,.nav-list>.active>a:focus
	{
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
	background-color: #0088cc;
}

.nav-list [class ^="icon-"],.nav-list [class *=" icon-"] {
	margin-right: 2px;
}

.nav-list .divider { *
	width: 100%;
	height: 1px;
	margin: 9px 1px; *
	margin: -5px 0 5px;
	overflow: hidden;
	background-color: #e5e5e5;
	border-bottom: 1px solid #ffffff;
}

.nav-tabs,.nav-pills { *
	zoom: 1;
}

.nav-tabs:before,.nav-pills:before,.nav-tabs:after,.nav-pills:after {
	display: table;
	content: "";
	line-height: 0;
}

.nav-tabs:after,.nav-pills:after {
	clear: both;
}

.nav-tabs>li,.nav-pills>li {
	float: left;
}

.nav-tabs>li>a,.nav-pills>li>a {
	padding-right: 12px;
	padding-left: 12px;
	margin-right: 2px;
	line-height: 14px;
}

.nav-tabs {
	border-bottom: 1px solid #ddd;
}

.nav-tabs>li {
	margin-bottom: -1px;
}

.nav-tabs>li>a {
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 20px;
	border: 1px solid transparent;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

.nav-tabs>li>a:hover,.nav-tabs>li>a:focus {
	border-color: #eeeeee #eeeeee #dddddd;
}

/* added to default blue */
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  	background-color: #315D8A;
  	color: #FFFFFF;
}

.nav-tabs>.active>a,.nav-tabs>.active>a:hover,.nav-tabs>.active>a:focus
	{
	color: #555555;
	background-color: #ffffff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	cursor: default;
}

.nav-pills>li>a {
	padding-top: 8px;
	padding-bottom: 8px;
	margin-top: 2px;
	margin-bottom: 2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.nav-pills>.active>a,.nav-pills>.active>a:hover,.nav-pills>.active>a:focus
	{
	color: #ffffff;
	background-color: #0088cc;
}

.nav-stacked>li {
	float: none;
}

.nav-stacked>li>a {
	margin-right: 0;
}

.nav-tabs.nav-stacked {
	border-bottom: 0;
}

.nav-tabs.nav-stacked>li>a {
	border: 1px solid #ddd;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.nav-tabs.nav-stacked>li:first-child>a {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
}

.nav-tabs.nav-stacked>li:last-child>a {
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}

.nav-tabs.nav-stacked>li>a:hover,.nav-tabs.nav-stacked>li>a:focus {
	border-color: #ddd;
	z-index: 2;
}

.nav-pills.nav-stacked>li>a {
	margin-bottom: 3px;
}

.nav-pills.nav-stacked>li:last-child>a {
	margin-bottom: 1px;
}

.nav-tabs .dropdown-menu {
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
}

.nav-pills .dropdown-menu {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.nav .dropdown-toggle .caret {
	border-top-color: #0088cc;
	border-bottom-color: #0088cc;
	margin-top: 6px;
}

.nav .dropdown-toggle:hover .caret,.nav .dropdown-toggle:focus .caret {
	border-top-color: #005580;
	border-bottom-color: #005580;
}

.nav-tabs .dropdown-toggle .caret {
	margin-top: 8px;
}

.nav .active .dropdown-toggle .caret {
	border-top-color: #fff;
	border-bottom-color: #fff;
}

.nav-tabs .active .dropdown-toggle .caret {
	border-top-color: #555555;
	border-bottom-color: #555555;
}

.nav>.dropdown.active>a:hover,.nav>.dropdown.active>a:focus {
	cursor: pointer;
}

.nav-tabs .open .dropdown-toggle,.nav-pills .open .dropdown-toggle,.nav>li.dropdown.open.active>a:hover,.nav>li.dropdown.open.active>a:focus
	{
	color: #ffffff;
	background-color: #999999;
	border-color: #999999;
}

/* change for Home / Welcome page nav */
.urlImgContact{
	width: 112px;
	height: 105px;
	display: block;
	background-image: url("contact.off.png");	
}
.urlImgContactOn{
	width: 112px;
	height: 105px;
	display: block;
	background-image: url("contact.on.png");	
}
.urlImgContact:hover{
	width: 112px;
	height: 105px;
	display: block;
	background-image: url("contact.on.png");	
}
.urlImgEmergency{
	width: 112px;
	height: 106px;
	display: block;
	background-image: url("emerge.off.png");	
}
.urlImgEmergencyOn{
	width: 112px;
	height: 106px;
	display: block;
	background-image: url("emerge.on.png");	
}
.urlImgEmergency:hover{
	width: 112px;
	height: 106px;
	display: block;
	background-image: url("emerge.on.png");	
}
.urlImgCommittees{
	width: 112px;
	height: 104px;
	display: block;
	background-image: url("com.off.png");	
}
.urlImgCommitteesOn{
	width: 112px;
	height: 104px;
	display: block;
	background-image: url("com.on.png");	
}
.urlImgCommittees:hover{
	width: 112px;
	height: 104px;
	display: block;
	background-image: url("com.on.png");
}
.urlImgPreferences{
	width: 112px;
	height: 105px;
	display: block;
	background-image: url("prefs.off.png");	
}
.urlImgPreferencesOn{
	width: 112px;
	height: 105px;
	display: block;
	background-image: url("prefs.on.png");	
}
.urlImgPreferences:hover{
	width: 112px;
	height: 105px;
	display: block;
	background-image: url("prefs.on.png");	
}

/* change for Home / Welcome page nav (for mobile) */
.urlImgContactM{
	width: 144px;
	height: 40px;
	display: block;
	background-image: url("m_cont_off.png");	
}
.urlImgContactOnM{
	width: 144px;
	height: 40px;
	display: block;
	background-image: url("m_cont_on.png");	
}
.urlImgContactM:hover{
	width: 144px;
	height: 40px;
	display: block;
	background-image: url("m_cont_on.png");	
}
.urlImgEmergencyM{
	width: 144px;
	height: 40px;
	display: block;
	background-image: url("m_emerg_off.png");	
}
.urlImgEmergencyOnM{
	width: 144px;
	height: 40px;
	display: block;
	background-image: url("m_emerg_on.png");	
}
.urlImgEmergencyM:hover{
	width: 144px;
	height: 40px;
	display: block;
	background-image: url("m_emerg_on.png");	
}
.urlImgCommitteesM{
	width: 144px;
	height: 40px;
	display: block;
	background-image: url("m_comm_off.png");	
}
.urlImgCommitteesOnM{
	width: 144px;
	height: 40px;
	display: block;
	background-image: url("m_comm_on.png");	
}
.urlImgCommitteesM:hover{
	width: 144px;
	height: 40px;
	display: block;
	background-image: url("m_comm_on.png");	
}
.urlImgPreferencesM{
	width: 144px;
	height: 40px;
	display: block;
	background-image: url("m_prefs_off.png");	
}
.urlImgPreferencesOnM{
	width: 144px;
	height: 40px;
	display: block;
	background-image: url("m_prefs_on.png");	
}
.urlImgPreferencesM:hover{
	width: 144px;
	height: 40px;
	display: block;
	background-image: url("m_prefs_on.png");	
}

#ProfileTabs.nav > li.active > a,#ProfileTabs.nav > li.active > a:hover,#ProfileTabs.nav > li.active > a:focus
	{
	outline: none;
}

#ProfileTabs.nav>li>a:hover,#ProfileTabs.nav>li>a:focus {
	text-decoration: none;
	outline: none;
}

#ProfileTabs.nav {
  list-style: none outside none;
  margin-bottom: 0;
  margin-left: 0;
}

#divMenuM {
	display:none;
	visibility: hidden;	
}

.nav li.dropdown.open .caret,.nav li.dropdown.open.active .caret,.nav li.dropdown.open a:hover .caret,.nav li.dropdown.open a:focus .caret
	{
	border-top-color: #ffffff;
	border-bottom-color: #ffffff;
	opacity: 1;
	filter: alpha(opacity = 100);
}

.nav>.disabled>a {
	color: #999999;
}

.nav>.disabled>a:hover,.nav>.disabled>a:focus {
	text-decoration: none;
	background-color: transparent;
	cursor: default;
}

.navbar .container {
	width: auto;
}

.nav-collapse.collapse {
	height: auto;
	overflow: visible;
}

.navbar .brand {
	float: left;
	display: block;
	padding: 10px 20px 10px;
	margin-left: -20px;
	font-size: 20px;
	font-weight: 200;
	color: #777777;
	text-shadow: 0 1px 0 #ffffff;
}

.navbar .brand:hover,.navbar .brand:focus {
	text-decoration: none;
}

.navbar .btn,.navbar .btn-group {
	margin-top: 5px;
}

.navbar .btn-group .btn,.navbar .input-prepend .btn,.navbar .input-append .btn,.navbar .input-prepend .btn-group,.navbar .input-append .btn-group
	{
	margin-top: 0;
}

.navbar .nav {
	position: relative;
	left: 0;
	display: block;
	float: left;
	margin: 0 10px 0 0;
}

.navbar .nav.pull-right {
	float: right;
	margin-right: 0;
}

.navbar .nav>li {
	float: left;
}

.navbar .nav>li>a {
	float: none;
	padding: 10px 15px 10px;
	color: #777777;
	text-decoration: none;
	text-shadow: 0 1px 0 #ffffff;
}

.navbar .nav .dropdown-toggle .caret {
	margin-top: 8px;
}

.navbar .nav>li>a:focus,.navbar .nav>li>a:hover {
	background-color: transparent;
	color: #333333;
	text-decoration: none;
}

.navbar .nav>.active>a,.navbar .nav>.active>a:hover,.navbar .nav>.active>a:focus
	{
	color: #555555;
	text-decoration: none;
	background-color: #e5e5e5;
	-webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
	-moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}

.navbar .btn-navbar {
	display: none;
	float: right;
	padding: 7px 10px;
	margin-left: 5px;
	margin-right: 5px;
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #315D8A;	/*#ededed;*/
	/*background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5) );
	background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
	background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
	background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
	background-repeat: repeat-x;*/
	filter: progid : DXImageTransform.Microsoft.gradient (startColorstr = '#fff2f2f2', endColorstr = '#ffe5e5e5', GradientType =     0 );
	border-color: #e5e5e5 #e5e5e5 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); *
	background-color: #e5e5e5;
	filter: progid : DXImageTransform.Microsoft.gradient (enabled = false );
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .075);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .075);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .075);
}

.navbar .btn-navbar:hover,.navbar .btn-navbar:focus,.navbar .btn-navbar:active,.navbar .btn-navbar.active,.navbar .btn-navbar.disabled,.navbar .btn-navbar[disabled]
	{
	color: #ffffff;
	background-color: #315D8A; /*#e5e5e5; *
	background-color: #d9d9d9;*/
}

.navbar .btn-navbar:active,.navbar .btn-navbar.active {
	background-color: #cccccc \9;
}

.navbar .btn-navbar .icon-bar {
	display: block;
	width: 18px;
	height: 2px;
	background-color: #7495B7; /*#f5f5f5;*/
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.btn-navbar .icon-bar+.icon-bar {
	margin-top: 3px;
}

.navbar .nav>li>.dropdown-menu:before {
	content: '';
	display: inline-block;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #ccc;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	top: -7px;
	left: 9px;
}

.navbar .nav>li>.dropdown-menu:after {
	content: '';
	display: inline-block;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #ffffff;
	position: absolute;
	top: -6px;
	left: 10px;
}

.navbar .nav li.dropdown>a:hover .caret,.navbar .nav li.dropdown>a:focus .caret
	{
	border-top-color: #333333;
	border-bottom-color: #333333;
}

.navbar .nav li.dropdown.open>.dropdown-toggle,.navbar .nav li.dropdown.active>.dropdown-toggle,.navbar .nav li.dropdown.open.active>.dropdown-toggle
	{
	background-color: #e5e5e5;
	color: #555555;
}

.navbar .nav li.dropdown>.dropdown-toggle .caret {
	border-top-color: #777777;
	border-bottom-color: #777777;
}

.navbar .nav li.dropdown.open>.dropdown-toggle .caret,.navbar .nav li.dropdown.active>.dropdown-toggle .caret,.navbar .nav li.dropdown.open.active>.dropdown-toggle .caret
	{
	border-top-color: #555555;
	border-bottom-color: #555555;
}

.navbar .pull-right>li>.dropdown-menu,.navbar .nav>li>.dropdown-menu.pull-right
	{
	left: auto;
	right: 0;
}

.navbar .pull-right>li>.dropdown-menu:before,.navbar .nav>li>.dropdown-menu.pull-right:before
	{
	left: auto;
	right: 12px;
}

.navbar .pull-right>li>.dropdown-menu:after,.navbar .nav>li>.dropdown-menu.pull-right:after
	{
	left: auto;
	right: 13px;
}

.navbar .pull-right>li>.dropdown-menu .dropdown-menu,.navbar .nav>li>.dropdown-menu.pull-right .dropdown-menu
	{
	left: auto;
	right: 100%;
	margin-left: 0;
	margin-right: -1px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}

.dropup,.dropdown {
	position: relative;
}

.dropdown-toggle { *
	margin-bottom: -3px;
}

.dropdown-toggle:active,.open .dropdown-toggle {
	outline: 0;
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: top;
	border-top: 4px solid #000000;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: "";
}

.dropdown .caret {
	margin-top: 8px;
	margin-left: 2px;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	background-color: #ffffff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2); *
	border-right-width: 2px; *
	border-bottom-width: 2px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

.dropdown-menu.pull-right {
	right: 0;
	left: auto;
}

.dropdown-menu .divider { *
	width: 100%;
	height: 1px;
	margin: 9px 1px; *
	margin: -5px 0 5px;
	overflow: hidden;
	background-color: #e5e5e5;
	border-bottom: 1px solid #ffffff;
}

.dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 20px;
	color: #333333;
	white-space: nowrap;
}

.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus,.dropdown-submenu:hover>a,.dropdown-submenu:focus>a
	{
	text-decoration: none;
	color: #ffffff;
	background-color: #0081c2;
	background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3) );
	background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
	background-image: -o-linear-gradient(top, #0088cc, #0077b3);
	background-image: linear-gradient(to bottom, #0088cc, #0077b3);
	background-repeat: repeat-x;
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr = '#ff0088cc', endColorstr = '#ff0077b3', GradientType =     0 );
}

.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus
	{
	color: #ffffff;
	text-decoration: none;
	outline: 0;
	background-color: #0081c2;
	background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc),to(#0077b3) );
	background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
	background-image: -o-linear-gradient(top, #0088cc, #0077b3);
	background-image: linear-gradient(to bottom, #0088cc, #0077b3);
	background-repeat: repeat-x;
	filter: progid : DXImageTransform.Microsoft.gradient (startColorstr = '#ff0088cc', endColorstr = '#ff0077b3', GradientType =     0 );
}

.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus
	{
	color: #999999;
}

.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	filter: progid : DXImageTransform.Microsoft.gradient ( enabled = false );
	cursor: not-allowed;
}

.open { *
	z-index: 1000;
}

.open>.dropdown-menu {
	display: block;
}

.dropdown-backdrop {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 990;
}

.pull-right>.dropdown-menu {
	right: 0;
	left: auto;
}

.dropup .caret,.navbar-fixed-bottom .dropdown .caret {
	border-top: 0;
	border-bottom: 4px solid #000000;
	content: "";
}

.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 1px;
}

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px 6px;
	border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
	display: block;
}

.dropup .dropdown-submenu>.dropdown-menu {
	top: auto;
	bottom: 0;
	margin-top: 0;
	margin-bottom: -2px;
	-webkit-border-radius: 5px 5px 5px 0;
	-moz-border-radius: 5px 5px 5px 0;
	border-radius: 5px 5px 5px 0;
}

.dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #cccccc;
	margin-top: 5px;
	margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
	border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
	float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}

.dropdown .dropdown-menu .nav-header {
	padding-left: 20px;
	padding-right: 20px;
}

@-ms-viewport {
	width: device-width;
}

.hidden {
	display: none;
	visibility: hidden;
}

.visible-phone {
	display: none !important;
}

.visible-tablet {
	display: none !important;
}

.hidden-desktop {
	display: none !important;
}

.visible-desktop {
	display: inherit !important;
}

/* page header */
.pageHeader {
	padding-left: 26px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	margin-top: 20px;
	color: #315D8A;
	font-size: 1.45em;
}

/* for phone #s on contact page */
#mobPhone {
	display:none;
	visibility: hidden;	
}

@media ( min-width :768px) and (max-width:979px) {
	.hidden-desktop {
		display: inherit !important;
	}
	.visible-desktop {
		display: none !important;
	}
	.visible-tablet {
		display: inherit !important;
	}
	.hidden-tablet {
		display: none !important;
	}
	#divMenu {
		display:none;
		visibility: hidden;	
	}
	#divMenuM {
		display:block;
		visibility: visible;	
	}
	#txtPhone {
		display:none;
		visibility: hidden;	
	}
	#mobPhone {
		display:block;
		visibility: visible;
	}
}

@media ( max-width :767px) {
	.hidden-desktop {
		display: inherit !important;
	}
	.visible-desktop {
		display: none !important;
	}
	.visible-phone {
		display: inherit !important;
	}
	.hidden-phone {
		display: none !important;
	}
	#divMenu {
		display:none;
		visibility: hidden;	
	}
	#divMenuM {
		display:block;
		visibility: visible;	
	}
}

.visible-print {
	display: none !important;
}

@media print {
	.visible-print {
		display: inherit !important;
	}
	.hidden-print {
		display: none !important;
	}
}

@media ( max-width :767px) {
	body {
		padding-left: 20px;
		padding-right: 20px;
	}
	.container {
		width: auto;
	}
	#txtPhone {
		display:none;
		visibility: hidden;	
	}
	#mobPhone {
		display:block;
		visibility: visible;
	}
}

@media ( max-width :480px) {
	.nav-collapse {
		-webkit-transform: translate3d(0, 0, 0);
	}
	.pageHeader {
		font-size: 1.15em;
		margin: 10px auto;
		padding-left: 16px;
	}
	#txtPhone {
		display:none;
		visibility: hidden;	
	}
	#mobPhone {
		display:block;
		visibility: visible;
	}
}

@media ( min-width :768px) and (max-width:979px) {
	.row {
		margin-left: -20px; *
		zoom: 1;
	}
	[class *="span"] {
		float: left;
		min-height: 1px;
		margin-left: 20px;
	}
	#txtPhone {
		display:none;
		visibility: hidden;	
	}
	#mobPhone {
		display:block;
		visibility: visible;
	}
	
}

@media ( min-width :1200px) {
	.row {
		margin-left: -30px; *
		zoom: 1;
	}
	/* can be 1300 or more if top banner is stretched */
	.container,.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container
		{
		width: 1170px;
		/*width: 1300px;*/
	}
}

@media ( max-width :979px) {
	body {
		padding-top: 0;
	}
	.navbar .container {
		width: auto;
		padding: 0;
	}
	.navbar .brand {
		padding-left: 10px;
		padding-right: 10px;
		margin: 0 0 0 -5px;
	}
	.nav-collapse {
		clear: both;
	}
	.nav-collapse .nav {
		float: none;
		margin: 0 0 10px;
	}
	.nav-collapse .nav>li {
		float: none;
	}
	.nav-collapse .nav>li>a {
		margin-bottom: 2px;
	}
	.nav-collapse .nav>.divider-vertical {
		display: none;
	}
	.nav-collapse .nav .nav-header {
		color: #777777;
		text-shadow: none;
	}
	.nav-collapse .nav>li>a,.nav-collapse .dropdown-menu a {
		padding: 9px 15px;
		color: #315D8A;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	.nav-collapse .btn {
		padding: 4px 10px 4px;
		font-weight: normal;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
	.nav-collapse .dropdown-menu li+li a {
		margin-bottom: 2px;
	}
	.nav-collapse .nav>li>a:hover,.nav-collapse .nav>li>a:focus,.nav-collapse .dropdown-menu a:hover,.nav-collapse .dropdown-menu a:focus
		{
		background-color: #D6E3F1;
	}
	.nav-collapse.in .btn-group {
		margin-top: 5px;
		padding: 0;
	}
	.nav-collapse .dropdown-menu {
		position: static;
		top: auto;
		left: auto;
		float: none;
		display: none;
		max-width: none;
		margin: 0 15px;
		padding: 0;
		background-color: transparent;
		border: none;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	.nav-collapse .open>.dropdown-menu {
		display: block;
	}
	.nav-collapse .dropdown-menu:before,.nav-collapse .dropdown-menu:after {
		display: none;
	}
	.nav-collapse .dropdown-menu .divider {
		display: none;
	}
	.nav-collapse .nav>li>.dropdown-menu:before,.nav-collapse .nav>li>.dropdown-menu:after
		{
		display: none;
	}
	.nav-collapse .navbar-form,.nav-collapse .navbar-search {
		float: none;
		padding: 10px 15px;
		margin: 10px 0;
		border-top: 1px solid #f2f2f2;
		border-bottom: 1px solid #f2f2f2;
		-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
		-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
	}
	.navbar-inverse .nav-collapse .navbar-form,.navbar-inverse .nav-collapse .navbar-search
		{
		border-top-color: #111111;
		border-bottom-color: #111111;
	}
	.navbar .nav-collapse .nav.pull-right {
		float: none;
		margin-left: 0;
	}
	.nav-collapse,.nav-collapse.collapse {
		overflow: hidden;
		height: 0;
	}
	.navbar .btn-navbar {
		display: block;
	}
	.navbar-static .navbar-inner {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media ( min-width :980px) {
	.nav-collapse.collapse {
		height: auto !important;
		overflow: visible !important;
	}
}

a {
	color: #005689;
}

.region.region-top-bar {
	position: absolute;
	top: 8px;
	right: 10px;
}

#block-locale-language .spanmargin {
	margin: 0;
	width: auto;
}

#block-locale-language {
	float: right;
}

#block-locale-language a {
	color: #496583;
	text-decoration: none;
	font-size: 12px;
}

#block-locale-language li {
	display: inline;
	border-right: 1px solid #C9C9C7;
	padding: 0 5px 0 0;
	margin: 0 5px 0 0;
}

#block-locale-language li.active a,#block-locale-language a:hover {
	font-weight: bold;
}

#block-locale-language li.last {
	border: 0px;
	margin: 0;
	padding: 0;
}

.spanmargin {
	float: left;
	margin: 10px;
	width: 97%;
}

/* padding for top image */
#navbar .brand {
	margin: 108px 0 37px 20px;
	padding: 0;
}

.row {
	margin-top: 10px;
	margin-left: 0;
}

@media ( min-width :1200px) {
	.row {
		margin-left: 0;
	}
}

@media ( max-width :1200px) {
}

@media ( max-width :979px) {
	.container {
		margin-right: 2%;
		margin-left: 2%;
		width: 95%;
	}
	[class *="span"] {
		margin-left: 10px;
	}
	.row {
		margin-left: -10px;
	}
	#navbar .navbarcontainer {
		background: transparent;
	}
	.region.region-top-bar {
		top: 10px;
		left: 0px;
		width: 170px;
	}
	#navbar .brand {
		margin: 38px 0 37px 20px;
		padding: 0;
	}
}

@media ( max-width :768px) {
	#list .list-item {
		width: 49%;
	}
	body {
		padding: 0px;
	}
	.navigation li {
		padding: 12px 6px 12px 0;
	}
	.navigation li {
		font-size: 18px;
		padding: 0 6px 0 0;
	}
	.not-front aside.span3 {
		display: none;
	}
	#navbar .brand {
		margin: 38px 0 37px 20px;
		padding: 0;
	}
}

@media ( max-width :480px) {
	.navigation li {
		padding: 0px 6px 12px 0;
	}
	#navbar .brand {
		margin: 38px 0 37px 20px;
		padding: 0;
	}
}

@media ( min-width :1200px) {
	/* can be 1300 or more if top banner is stretched */
	.navbar .container {
		width: 1170px;
		/*width: 1300px;*/
	}
}

.navigation #block-views-about-mission-block-4 {
	background: transparent;
	float: none;
	margin: 0;
}

.navigation #block-views-about-mission-block-4 .spanmargin {
	float: left;
	margin: 0;
	width: auto;
}

.navigation #block-views-about-mission-block-4 ul {
	margin: 0;
}

/* end of leftover un.int CSS */ /* overrule body */
body {
	/*background-image: url("bg_v4.png");
	background-repeat: repeat-x;*/
	background: none repeat scroll 0 0 #ececec;
	font-family: 'Open Sans', verdana, sans-serif;
	margin: 0;
	padding: 0;
	line-height: 1.42857;
	overflow: scroll;
}

form {
	margin: 0 0 20px;
}

/* master row margins */
.row {
	margin: 12px;
}

.hidden {
	display: none;
}

/* override XPages theme */
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
	font-family: 'Open Sans', verdana, sans-serif;
	font-weight: 500;
	line-height: 1.1;
}

/* height of main content panel */
.panelHeight {
	height: auto;
	min-height: 569px;
	/* min-height: 555px; for Chrome; IE10? */
}

.navbar {
	overflow: visible;
	border: medium none;
}

/* dark blue color of menu background */
.navbar-static-top {
	color: #315D8A;
}

/*color of parent menu items */
.nav-tabs {
	color: #A4B6C9;
}

/* navigation bg color */
.navigation {
	background: none repeat scroll 0 0 #315D8A;
	float: left;
	padding: 5px 12px;
	width: 100%;
	border-radius: 4px;
}

/* top menu links */
.navigation li {
	list-style: none;
	display: inline-block;
	padding: 5px 0 5px 18px;
	float: left;
}

.navigation a {
	border-right: 1px solid #6F7D90;
	color: #d6e3f1;
	font-family: 'Open Sans', verdana, sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding: 0 18px 0 0;
}

/* color of parent menu items, on hover */
.navigation a:hover {
	color: white;
}

/* to fix top right menu for small resolutions */
ul.language-switcher-locale-url {
	margin: 0 0 10px 10px;
}

/* dropdown menu */
.dropdown-menu {
	background-clip: padding-box;
	background-color: #d6e3f1;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
	display: none;
	float: left;
	font-size: 14px;
	left: 0;
	list-style: none outside none;
	margin: 2px 0 0;
	min-width: 160px;
	padding: 5px 0;
	position: absolute;
	top: 100%;
	z-index: 1000;
}

/* submenu bg and colors */
.dropdown-menu>li>a {
	background-color: #D6E3F1;
	color: #315D8A;
}

.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus {
	background-color: #d6e3f1;
	color: white;
}

/* background image of submenu */
.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus,.dropdown-submenu:hover>a,.dropdown-submenu:focus>a
	{
	background-image: none;
	background-repeat: repeat-x;
	color: black;
	text-decoration: none;
}

.btn-navbar .icon-bar+.icon-bar {
	margin-top: 3px;
}

/* remove navbar bottom padding */
#navbar {
	margin: 0;
}

/* 50px margin */
.offset50 {
	margin-left: 50px;
}

/* 30px margin left, 10 right */
.offset30 {
	margin-left: 30px;
	margin-right: 10px;
}

/* remove link to "home" */
#intImage {
	display: none;
}

/* orange used in new design */
.mainOrange {
	color: #F37021;
}

#ProfileTabs .mainOrange {
	font-size: 1.65em;
}

/* replaced image in top banner */
.navbarcontainer {
	background: url("banner.png") no-repeat scroll right 7px #FEFEFE;
	position: relative;
}

/* in main content, new background */
.meat {
	background-color: white;
	min-height: 625px;
}

/* get rid of extra right border */
.navigation a {
	border: 0;
}

/* change style of caret to white */
.caret {
	border-color: #A4B6C9 rgba(0, 0, 0, 0);
}

/* badge styles */
.badge {
	color: white;
	background-color: #F37021;
}

/* un.int button css */
.intBtn {
	background-color: #4B92DB;
	border: 1px solid #4B92DB;
	border-radius: 30px;
	color: white;
	font-size: 0.9em;
}

/* extra styles for the footer */
.footerInfo {
	margin-top: 20px;
	text-align: center;
	color: #585858;
	background: none;
	font-size: 0.95em;
}

/* sub-page header */
.subPageHeader {
	background-color: transparent;
	padding-left: 25px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	font-weight: bold;
	color: #101D50;
	font-size: 1.1em;
}

/* for labels, or anything that can be "bold" (or anything else) */
.lbl {
	color: #858585;
	font-weight: normal;
}

.boldText {
	font-weight: bold;	
}

/* iFrame height and other styles */
.iFrameCSS {
	height: 777px;
	width: 97%;
	border: 0;
	scrolling: auto;
}

/* round border around forms */
.roundBorder {
	border: 1px solid #a1a1a1;
	background-color: transparent;
	border-radius: 10px;
	padding: 10px 25px;
	margin: 10px 25px;
}

/* round border around e-VIP menu */
.roundBorderVIP {
	border: 1px solid #a1a1a1;
	background-color: #E0E0E0;
	border-radius: 10px;
	height: 80px;
}

/* fix for eVIP links */
a.vip:link,a.vip:visited {
	color: #428BCA;
	text-decoration: none;
}

a.vip:hover,a.vip:focus {
	color: #428BCA;
	text-decoration: underline;
}

.container { /* can be 1300 or more if top banner is stretched */
	max-width: 1170px;
	/*width: 1300px;*/
}

/* override text colors */
.select2-container .select2-choice > .select2-chosen {
	color: #315D8A;
}

.select2-container-multi .select2-choices .select2-search-choice {
	color: #315D8A;
}

.form-control {
 	color: #315D8A;
}

.radio label, .checkbox label {
	color: #315D8A;
}

.mainBlue {
	color: #315D8A;
}

.mainLiteBlue {
	color: #4B92DB;
}

.lotusMeta {
	color: #333333;
}

.lotusNowrap {
  white-space: normal;
}

/* override styles for pagers */
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  	background-color: #315D8A;
  	border-color: #315D8A;
  	color: #FFFFFF;
  	cursor: default;
  	z-index: 2;
}

/* bacdkground for meetings in calendar  */
.viewMtg {
	background-color:#B5CDE1;
}

/* hover for view selections */
.viewHover:hover {
	background-color:#F0F8FF;	
}

/* alternate colors of views
tbody tr:nth-child(odd) {
   background-color: #F8F8F8;
}*/