/*
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.
*/
.dada-signup > p, 
.dada-signup br,
.page-id-27 .article-content .column-size-900 .cpb-textblock.cpb-item > p {
	display: none;
}

.input-fields-container > * {
	margin: 0 10px 10px 0;
	display: inline-block;
	width: 100%;
}

.input-fields-container input {
	width: 100%;
}

.input-fields-container input.button {
	max-height: 40px;
}

input.cpb-action-button {
	margin: 0;
	padding: .4em 1em;
	text-align: center;
	max-width: 145px !important;
}

@media screen and (min-width: 769px) {
	.input-fields-container {
		display: flex;
		align-items: flex-end;
	}
	
	.input-fields-container > * {
		flex: 1;
		margin: 0 10px 0 0;
	}
}