.oduGlobal_branding_container {
    margin-top: 7px;
    display: flex;
    align-items: flex-start; /* This will align the items to the top of the container */
}


.oduGlobal_branding { 
	background-image: url("odu-global-small-margin.svg"); 
	background-repeat: no-repeat; 
	background-size: 260px 54px; 
	height: 54px; 
	width: 260px; 
	display: flex; 
}

.oduGlobal_branding_sitename {
	height: 54px;
	color: #003057;
	display: flex;
	font-size: 28px;
	vertical-align: bottom;
	margin-top: 9px;
	font-family: "Archivo SemiCondensed";
}

#site-footer.bg-dark {
    background-color: #003767 !important;
    color: #ffffff;
}

#site-footer.text-white {
    font-family: Archivo,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji !important;
}

#site-footer address.footer-address {
	margin-top: 16px;
	
}

.list-unstyled a {
	font-weight: 700 !important;
	font-size: 19px !important;
	text-decoration: none !important;
}

.list-unstyled a:hover {
	color: #FFD934 !important;
}

.list-unstyled li {
	padding-bottom: 6px !important;
}

/** ODU Online Background **/
.svg-background {
    background-image: url('odu-online-bg.svg'),	linear-gradient(to bottom, #002749, #005586); 
    background-size: cover; 
    background-repeat: no-repeat;
}