.jc-center
{
	justify-content: center;
}
.ai-center
{
	align-items: center;
}
.flex-row
{
	display: flex;
	flex-direction: row;
}
.flex-col
{
	display: flex;
	flex-direction: column;
}
.top-bar
{
	background-color:#253646;
	min-height: 40px;
}
.top-bar>div{
	min-height: 40px;
	max-width: 1100px;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
}
.width-50
{
	width: 50%;
}
.width-40
{
	width: 40%;
}
.text-no-dec
{
	text-decoration: none;
}

.wwu-text
{
	text-transform: uppercase;
	color:white;
	display:inline-flex;
	flex-direction: row;
	justify-content: center;
	max-width: 640px;
}
.top-text
{
	color:white;
	padding: 0px 30px;
	text-transform: uppercase;
}

.bottom-bar
{
	min-height: 70px;
	background: #fff;
	border-bottom: 1px solid #e0d8d8;
}

.bottom-bar>div{
	min-height: 70px;
	max-width: 1100px;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
}

.bottom-text
{
	color: #000;
	font-weight: bold;
	padding: 0px 5px;
	text-transform: capitalize;
}

.logo-bar
{
	position: absolute;
	height: 70px;
	width: 155px;
	margin-left: 35px;
	margin-top: -70px;
	border: none;
}
