﻿header {
	font-family: Figtree,sans-serif !important;
/*
	position: fixed;
*/
	top: 0;
	background: #063260;
	width: 100%;
	margin: 0;
	z-index: 11;
}
header .container {
/*
	width: 100%;
*/
}
header a {
	text-decoration: none;
	font-weight: normal;
}
header #divHeaderTop {
	height: 45px !important;
	border-bottom: 2px #ff6c2f !important;
}



#header_title {
	padding-top: 8px;
	margin-left: 8px;
	height: 120px;
	font-size: 30px !important;
	color: #FFFFFF;
}
#header_username {
	position: absolute;
	right: 5px;
	top: 20px;
	height: 20px;
	font: 12px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #FFFFFF;
}
#header_right {
	position: absolute;
	right: 5px;
	top: 30px;
	height: 20px;
	font: 12px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #FFFFFF;
}
#header_username {
	text-align: right;
}
/*
a:focus .navbar-brand_,
a:active .navbar-brand_ {
	outline: solid 1px #AF4300;
}
*/
#divDevelopmentSite {
	position: absolute;
	left: 220px;
	top: 53px;
	font-size: 0.8em;
	color: red;
	width: fit-content;
	white-space: nowrap;
}
#divDevelopmentSite a {
	color: white;
	text-decoration: underline;
}
#linkSkip a:link, 
#linkSkip a:hover, 
#linkSkip a:visited {
	position: absolute !important;
	left: -10000px;
	top: auto;
	/* clip: rect(1px,1px,1px,1px); */
	overflow: hidden;
	width: 1px;
	height: 1px;
	outline: 0;
	box-shadow: 0 0 0 3px rgb(15 108 192 / .75);
}
#linkSkip a:active, 
#linkSkip a:focus {
	width: auto;
	height: auto;
	background: #FFF !important;
	padding: 7px;
	left: 0;
	top: 0;
	color: #3B4446;
	text-decoration: none;
	font-size: 17px;
	font-weight: 400;
	z-index: 100;
}
#linkHeaderLogo:focus #header_title {
	text-decoration: underline;
}
.svgCareerMgmtText {
	position: absolute;
	left: 30px;
	top: 22px;
	height: 32px;
}
.svgHeaderCompass {
	position: absolute;
	top: 5px;
	height: 40px;
}
h1.navbar-brand_ {
	position: absolute;
	left: 66px;
	top: -8px;
	color: #FFFFFF;
	font-size: 24px;
	font-weight: 600;
}
h1.navbar-brand_ .titleAmpersand {
	font-size: 28px !important;
	color: #5a5b5d;
}
h2.navbar-brand_ a {
	display: inline-block;
	color: #FFFFFF;
}

header #usermenu {
	position: absolute;
	right: 40px;
	top: 4px;
	padding: 0 10px;
}
header #usermenu:hover,
header #usermenu:focus,
header #usermenu:active {
	text-decoration: none;
}
header #usermenu:focus,
header #usermenu:active {
	box-shadow: 0 0 0 3px rgb(15 108 192 / .75);
}
header #usermenu .username {
	color: #FFFFFF;
	font-size: 14px;
}
header #usermenu .userinitials {
	color: #FFFFFF;
	background-color: #D74204;
	vertical-align: middle;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-weight: 400;
	margin-right: .25rem;
	margin-left: 6px;
	font-size: 12px;
}
header #usermenu .userinitials.size-35 {
	width: 30px;
	height: 30px;
}
header #usermenu-dropdown .fa {
	margin-right: 10px;
}

.dropdown-toggle::after {
	font-family: "Font Awesome 6 Free";
	content: "";
	margin-right: 0;
	margin-left: 4px;
	font-size: 9px;
	width: 9px;
	border: 0;
	color: #FFFFFF;
}

#btnMyAccount {
	background-color: transparent;
	color: #0077A8;
	font-size: 20px;
}
#btnMyAccount:hover,
#btnMyAccount:focus {
	color: #002868;
	text-decoration: none;
}
#btnMyAccount.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#divMenuBar1 {
	/* height: 42px; */
	height: 52px;
	background-color: #063260;
}
#menuBar1 {
	margin: 0;
	padding: 0;
	width: 100%;
	margin-bottom: 3px;
	margin-left: -13px;
}
#menuBar1 ul {
	padding: 0;
	margin: 0;
	margin-top: 7px;
}
#menuBar1 li {
	display: inline-block;
	margin-left: 20px;
	margin-right: 20px;
	line-height: 28px;
}
#menuBar1 li a {
/*
	margin: 0;
	height: 40px;
	padding: 9px 15px;
	text-transform: uppercase;
	cursor: pointer;
*/
	display: inline-block;
	height: 42px;
	background-color: #fff0;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 42px;
	padding: 0 20px;
	border-radius: 20px;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
@media (max-width: 991px) {
/*
	#menuBar1 {
		padding-bottom: 10px;
	}
*/
	#menuBar1 li a {
		font-size: 15px;
		padding: 0 12px;
	}
}
@media (max-width: 767px) {
	#divMenuBar1 {
		height: auto;
	}
	#menuBar1 li {
		display: block;
	}
}
#menuBar1 li a:hover {
	background-color: #094E96;
	text-decoration: none;
}
#menuBar1 li a:focus,
#menuBar1 li a.selected {
	outline: 0;
	box-shadow: 0 0 0 3px rgb(15 108 192 / .75);
}
#divMenuBar2 {
	height: 38px;
	padding-top: 3px;
	padding-left: 27px;
	border-top: 1px solid #AAA;
}
#menuBar2 {
	margin: 0;
	padding: 0;
}
#menuBar2 ul ul {
	margin-top: 6px;
}
#menuBar2 li {
	display: inline-block;
}
#menuBar2 li a {
	color: #FFFFFF;
	margin: 0;
	padding: 5px 15px;
	border-radius: 20px;
	cursor: pointer;
}
.sf-menu li.sfHover {
	background-color: none;
	text-decoration: none;
}

/*
.btnMenu2:hover,
.btnMenu2:focus,
.btnMenu2.selected {
	background-color: #FFFFFF;
}
#menuBar2 li a:hover,
#menuBar2 li a:focus {
	text-decoration: underline;
}
*/
#menuBar2 li a:hover {
	background-color: #094e96;
	text-decoration: none;
}
#menuBar2 li a:focus,
#menuBar2 li a.selected {
	outline: 0;
	box-shadow: 0 0 0 3px rgb(15 108 192 / .75);
}
.sfHover ul li a {
	color: #063260 !important;
}
.sfHover ul li a:hover {
	color: #FFFFFF !important;
}

/*
#menuBar2 li a.selected {
	background-color: #FFFFFF;
	color: #002868;
}
*/
#divBreadcrumbs {
/*
	background-color: #F5F5F6;
*/
	background-color: #D9EDF7;
	color: #080808;
	height: 30px;
	font: 13px Source Sans Pro;
	padding-top: 6px;
	padding-left: 27px;
	overflow-y: clip;
}
#breadcrumbs {
	margin-left: 16px;
}
#breadcrumbs a {
	margin-top: 4px;
	color: #080808;
	color: #063260;
}
#breadcrumbs a:last-child {
	color: #5A5B5D;
	
}
#breadcrumbs a:hover,
#breadcrumbs a:focus {
	text-decoration: underline;
}

#toTop {
	background-color: #000;
	background-color: rgb(0 0 0 / .25);
	border-radius: 5px;
	box-shadow: 0 0 1px #FFF;
	color: #FFF;
	display: none;
	padding: 5px 12px;
	position: fixed;
	right: 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	top: 85%;
	transition: all 0.3s ease 0s;
	font-family: "Font Awesome 6 Free";
	font-size: 30px;
	cursor: pointer;
	z-index: 100;
}
#toTop:focus,
#toTop:active {
	outline: 0;
	box-shadow: 0 0 0 3px rgb(15 108 192 / .75);
}
@media (max-width: 1199px) {
	#divDevelopmentSite {
		white-space: break-spaces;
		font-size: 12px;
		line-height: 1.1;
		width: 460px;
		top: 48px;
	}
}
@media (max-width: 991px) {
	h1.navbar-brand_ {
		font-size: 17px !important;
		top: -23px;
	}
	h1.navbar-brand_ .titleAmpersand {
		font-size: 20px !important;
	}
	#divDevelopmentSite {
		width: 300px;
		top: 44px;
	}
	#divMenuBar2 {
		display: none;
	}
/*
	#divPageContent {
		margin-top: 207px !important;
	}
*/
	#divAdminEditMode {
		top: -50px !important;
	}
}
@media (max-width: 767px) {
	header {
		position: relative;
	}
	header #divHeaderTop {
		height: 45px !important;
	}
	#divPageContent {
		margin-top: 0 !important;
	}
/*
	.svgCareerMgmtText, .svgHeaderCompass {
		display: none;
	}
*/
	h1.navbar-brand_ {
		/* margin-top: 5px; */
		left: 20px;
	}
	#divDevelopmentSite {
		top: 65px;
		left: 20px;
		width: 95%;
	}
	nav::before {
		content: '';
	}	
}

#divAdminEditMode {
	position: absolute;
	right: 35px;
	top: 0px;
	color: white;
}
.switch {
	position: relative;
	display: inline-block;
	width: 38px;
	height: 22px;
}

.switch input { 
	opacity: 0;
	width: 0;
	height: 0;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 14px;
	width: 14px;
	left: 4px;
	bottom: 4px;
	background-color: #358608;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked + .slider {
	background-color: #57f200;
}

input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
	-webkit-transform: translateX(14px);
	-ms-transform: translateX(14px);
	transform: translateX(14px);
}

/* Rounded sliders */
.slider.round {
	border-radius: 22px;
}

.slider.round:before {
	border-radius: 50%;
}
