@font-face {
	font-family: 'bell-icon';
	src: url(fonts/bell-icon.woff2) format('woff2'), url(fonts/bell-icon.woff) format('woff');
}


/* define bell-slim font */
@font-face {
	font-family: 'bell-slim';
	src: url(fonts/bellslim_regular-webfont.woff2) format('woff2'), url(fonts/bellslim_regular-webfont.woff) format('woff');
	font-weight: 200;
	font-style: normal;
	font-display: block;
}


@font-face {
	font-family: 'bell-slim';
	src: url(fonts/bellslim_medium-webfont.woff2) format('woff2'), url(fonts/bellslim_medium-webfont.woff) format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}


@font-face {
	font-family: 'bell-slim';
	src: url(fonts/bellslim_semibold-webfont.woff2) format('woff2'), url(fonts/bellslim_semibold-webfont.woff) format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: block;
}

/*
body {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 18px;
}
*/

#page-container {
	position: relative;
	min-height: 100vh;
}

#content-wrap {
	padding-bottom: 2rem;    /* Footer height */
}

#footer-bar {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 2rem;            /* Footer height */
	box-sizing: border-box;
	padding: 10px 0;
	text-align: left;
}

header.global-page-header {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 18px;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.federal-bar {
	height: 33px;
	background: #2d2e33;
	color: #babec2;
	padding: 8px 0;
	box-sizing: border-box;
}

.federal-bar .federal-bar-container,
.global-navigation .global-navigation-container,
#footer-bar .footer-bar-container {
	max-width: 1200px;
	width: 100%;
	margin: auto;
}

.federal-bar-links {
	padding-right: 2em;
	color: #babec2;
	display: inline-block;
	font-size: 11px;
	text-transform: uppercase;
}
.federal-bar-links:visited {
	color: unset !important;
}

.federal-bar-links:hover {
	color: white !important;
	text-decoration: none;
}

.federal-bar-links.active {
	color: #fff !important;
}

.global-navigation  {
	background: #00549a;
	box-sizing: border-box;
	padding-top: 13px;
}


.global-navigation .connector {
	color: white !important;
	line-height: normal;
	display: flex;
	flex-wrap: wrap;
}

.global-navigation-container {
	display: flex;
}

.global-navigation .connector .logo {
	font-family: 'bell-icon';
	font-size: 37px;
	padding-right: 30px;
	padding-bottom: 18px;
}

.global-navigation .connector .logo::after {
	content: '\e600'
}

.global-navigation .connector .tab {
	font-family: 'bell-slim';
	font-size: 26px;
	font-weight: 400;
	letter-spacing: -1px;
	color: #c2cedf !important;
	margin: 0 20px;
}

.global-navigation .connector .menu-flyout:hover .tab {
	text-decoration: none;
	color: white !important;
}

.global-navigation .connector .tab.selected {
	color: white !important;
	border-bottom: 2px #fff solid;
	font-weight: 600;
}

.menu-flyout {
	position: relative;
	padding-bottom: 18px;
	padding-top: 6px;
}

.menu-flyout-content {
	display: none;
	position: absolute;
	text-align: left;
	color: #00549a;
	background-color: #f1f1f1;
	margin-top: 18px;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 9999999;
	width: max-content;
	line-height: normal;
	left: 50%;
	transform: translate(-50%, 0);
}

.menu-flyout .spacer {
	display: none;
	font-size: 30px;
	top: -22px;
	position: absolute;
	color: #f1f1f1;
	left: 50%;
	margin-left: -0.5em;
	transform: scale(2, 1);
	z-index: -1;
}

.menu-flyout:hover .spacer {
	display: inline-block;
}

.menu-flyout:hover .menu-flyout-content {
	display: block;
}
.menu-flyout-tier2 {
	color: #00549a;
	padding: 10px 18px;
	border-left: 4px solid #f0f0f0;
}

.menu-flyout-tier2:hover {
	background-color: white;
	border-left: 4px solid #00549a;
	-webkit-box-shadow: -1px 4px 8px -4px rgb(0 0 0 / 10%);
	box-shadow: -1px 4px 8px -4px rgba(0, 0, 0, 0.1);
	text-decoration: none;
}

.menu-flyout-tier2 .menu-item:visited,
.menu-flyout-tier2 .menu-item {
	color: #00549a !important;
}

.menu-flyout-tier2 a.menu-item:hover  {
	text-decoration: none;
}

.menu-flyout-tier2 .sub-menu-indicator {
	color: #00549a;
	font-weight: bold;
	float: right;
	position: absolute;
	right: 6px;
}


.menu-flyout-tier3-content {
	display: none;
	position: absolute;
	background-color: white;
	box-shadow: 0px 3px 16px 2px rgba(0, 0, 0, 0.23);
	z-index: -1;
	top: 0;
	left: calc(100%);
	height: max-content;
	min-height: 100%;
	width: max-content;
	padding: 30px 20px 0 20px;
	box-sizing: border-box;
}

/* Show the dropdown menu on hover */
.menu-flyout-tier2:hover .menu-flyout-tier3-content { display: block; }

.menu-flyout-tier3-content a {
	display: block;
	color: #555;
	line-height: normal;
	font-weight: normal;
	margin-bottom: 1.5rem;
}

.menu-flyout-tier3-content a:hover {
	color: #00549a;
}

.menu-flyout-tier3-content a.selected {
	text-decoration: underline;
}

.indexCopyright {
	color: #555555;
}


/* For the login page */
#main_table.logon_page {
	width: auto;
	margin: 5em auto 0 auto;
}

#credentials_table_header {
	font-size: larger;
}

#credentials_input_submit {
	width: auto;
}
