/*
Welcome to custom CSS for the WSU Spine Theme!

You may delete these comments and get started with your custom stylesheet.
Before doing so, please review the WSU web standards:

https://brand.wsu.edu/media/web/web-standards/

As a general rule of thumb, if your styles target aspects of the spine
(#spine), that's against standard, whereas if you're styling elsewhere on
the page, it's all good.
*/
.builder-banner-content {
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
}

.builder-banner-inner-content {
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	align-self: stretch;
	text-align: center;
}

.builder-banner-inner-content p {
	position: static !important;
}

.builder-banner-inner-content > * {
	text-shadow: 1px 1px 2px rgba(0,0,0,1);
}

.portrait {
	position: unset;
	width: unset;
	height: unset;
	overflow: unset;
	display: unset;
	margin: unset;
	float: unset;
	-moz-border-radius: unset;
	-webkit-border-radius: unset;
	border-radius: unset;
	background: unset;
}

.portrait a {
	width: unset;
	height: unset;
	position: unset;
	padding: unset;
	top: unset;
	left: unset;
}

.portrait img {
	width: unset;
	height: unset;
	border: unset;
}