#fwt-logo
{
	display:flex;
	jwidth:92px;
	jheight:29px;
}
@media screen and (max-width: 768px)
{
	#fwt-logo
	{
		jwidth:153px;
		height:40px;
	}
}

#fwt-logo svg
{
	width:100%;
	height:100%;
}

#fwt-banner
{
	line-height:0;
	white-space:nowrap;
	box-shadow:0 2px 5px 0 rgb(0 0 0 / 12%);
	position:relative;
	z-index:999997;
	jheight:57px;
	display:flex;
	justify-content:center;
	align-items:center;
	padding:0.5em;
}

@media screen and (min-width: 768px)
{
	#fwt-banner
	{
		jheight:85px;
	}
}

#fw-footer
{
	background-color:#0d274d;
    box-shadow:0 2px 5px 0 rgb(0 0 0 / 12%);
    display:block;
    padding:12px 10px;
    text-align:left;
    width:100%;
	box-sizing:border-box;
	font-size:0.65em;
	position:absolute;
	bottom:64px;
}
@media screen and (min-width: 768px)
{
	#fw-footer
	{
		padding:18px 16px;
		font-size:0.875em;
		position:initial;
	}
}

#fw-footer ul li
{
    display: inline-block;
    line-height: 2em;
    margin-bottom: 0;
	margin-left:0;
    padding-right:10px;
}
@media screen and (min-width: 768px)
{
	#fw-footer ul li
	{
		padding-right:20px;
	}
}

#fw-footer ul
{
	padding:0;
	margin-top:0;
	margin-bottom:0;
	text-align:center;
	color:white;
}
