.global-header .title-bar-logo {
	-ms-flex-item-align: center;
	align-self: center;
	width: 16.5625rem;
}

.global-header .utas-logo-white {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: center;
	align-self: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.global-header .utas-logo-white svg {
	fill: #fff;
	height: 2.5rem;
	width: auto;
}

.global-header .button {
	font-weight: 500;
	height: 2.5rem;
	margin: 0.3125rem 0 0;
	max-width: 7.1875rem;
	padding: 0;
	width: 100%;
}

.global-header .button--outlined-inverted {
	border-width: 0.125rem;
	-webkit-transition: background .2s, color .2s;
	transition: background .2s, color .2s;
}

.global-header .button--outlined-inverted:hover {
	background-color: #fff;
	color: #3059bb;
}

.global-header--right {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.global-header--upper {
	background: #3059bb;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 5.5rem;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1.25rem 1.875rem 1.25rem 0.9375rem;
}

.global-header--drop {
	color: #fff;
	cursor: pointer;
	font-size: 0.75rem;
	font-weight: bold;
	line-height: 1.3;
	/* margin-right: 1.5625rem; */
	/* padding-right: 0.9375rem; */ 
	position: relative;
	text-align: left;
	/* width: 11.25rem; */
}

.global-header--drop .icon {
	bottom: 0;
	position: absolute;
	right: 0;
	width: 0.75rem;
}

.global-header--caret-down {
	fill: #fff;
}

.global-header .flyout {
	/* width: 15.625rem; */
	width: 14.68rem;
    top: 52px !important;
}

.global-header .flyout .flyout-content {
	padding: 1.5625rem 1.125rem;
}

.global-header .flyout .global-list {
	margin: 0;
	width: 100%;
}

.global-header .flyout li {
	border: 0;
	display: block;
	font-size: 1rem !important; 
	margin: 0 0 0.9375rem;
	padding: 0;
}

.global-header .flyout li:last-child {
	border-top: 0.0625rem solid #e5e5e5;
	margin-bottom: 0;
	padding-top: 0.9375rem;
}

.global-header .flyout li::before {
	content: '';
	margin: 0;
	padding: 0;
	width: 0;
}

.global-header .flyout li a {
	color: #000;
	font-weight: 200;
	text-decoration: none;
	font-size: 0.97rem !important; 
}

.global-header .flyout li a:hover {
	color: #3059bb;
	text-decoration: underline;
}

.global-header .flyout .icon {
	color: #3059bb;
	height: 1.25rem;
	margin-right: 1.25rem;
	vertical-align: middle;
	width: 1.25rem;
}

.global-header .flyout .icon svg, .global-header .flyout .icon svg>g {
	fill: #3059bb;
	height: 1.25rem;
	width: 1.25rem;
}

.global-header__nav {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	margin: 0;
}

.global-header__link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 3rem;
	padding: 0 1.5rem;
	position: relative;
	text-decoration: none;
}

.global-header__link::before {
	bottom: 0.6875rem;
	content: '';
	height: 0.125rem;
	left: 50%;
	position: absolute;
	right: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: calc(100% - 3rem);
}

.global-header__link:hover::before, .global-header__link:active::before {
	background: #fff;
}

.global-header__item:last-child .global-header__link {
	padding-right: 0;
}

.global-header__item:last-child .global-header__link::before {
	left: 1.5rem;
	-webkit-transform: none;
	transform: none;
	width: calc(100% - 1.5rem);
}

a.global-header__link {
	color: #fff;
}