/*
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:

http://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.
*/
html body.page-meetings main .page form {
	bottom: 0;
	left: 0;
	margin-right: 3em;
	width: 50%;
}

html body.page-meetings main .page form {
	min-height: 40vh;
	display: block;
	padding-top: 4em;
	padding-left: 2em;
}

@media screen and (max-width: 790px) {
	html body.page-meetings main .page form {
		width: 100%;
		margin: 0;
	}
}

.wsuwp_uc_entity .article-thumbnail img {
	max-width: 132px;
/* max-height: 132px; */
}

html body.archive .wsuwp_uc_entity figure.article-thumbnail {
	width: 132px !important;
}

.last-updated-text {
	color: #4e4c4b;
	font-weight: 700;
}

html body .main-menu ul li ul ul.sub-menu {
	border-left: 1px solid rgba(255,255,255,.25);
	top: 10px;
}