/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
.wsu-red-lines {
	background: repeating-linear-gradient(-45deg,#A60F2D,#A60F2D 4px,#ba0f2d 4px,#ba0f2d 6px);
	background-image: repeating-linear-gradient(-45deg,rgb(166,15,45),rgb(166,15,45) 4px,rgb(186,15,45) 4px,rgb(186,15,45) 6px);
	background-size: initial;
	background-attachment: initial;
	background-origin: initial;
	background-clip: initial;
	background-color: initial;
}

.white-text {
	color: #ffffff;
}

.parallax {
	width: 100%;
	background-image: url("https://wpcdn.web.wsu.edu/wp-medicine/uploads/sites/3094/2022/11/gray-pattern2.jpg");
	min-height: 350px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.sm-bottom-margin {
	margin-bottom: 1rem;
}

.wsu-cta-none {
	margin-bottom: 0;
}

.footer-font {
	font-size: .9rem;
}

.wsu-menu-deep-links>li {
	padding-right: 4rem;
}

.no-pad-right {
	padding-right: 0;
}

.wsu-wrapper-content {
	padding-bottom: 0 !important;
}

.wsu-article {
	margin-bottom: 0 !important;
}

/*people list white background*/
.wsu-people-list--white-card-backgrounds .wsu-card-person {
	background-color: #fff;
}

/*footer fonts*/
.footer-font {
	font-size: .9rem;
}

.wsu-menu-deep-links>li {
	padding-right: 4rem;
}

/*ad 7 careers column*/
.page-id-2534 .wsu-row--sidebar-left .wsu-column:first-child {
	width: 5%;
}

/*NutrEx Pages*/
.page-id-2890 h1::after {
	display: none;
}

.page-id-2898 h1::after {
	display: none;
}

.page-id-2911 h1::after {
	display: none;
}

.page-id-3285 h1::after {
	display: none;
}

.page-id-3296 h1::after {
	display: none;
}

.page-id-3309 h1::after {
	display: none;
}

/* form button */
.gform_button {
	display: inline-block;
	box-sizing: border-box;
	position: relative;
	font-family: Montserrat, sans-serif;
	background-color: #a60f2d;
	color: #fff !important;
	border-radius: 6px;
	border: none;
	padding: 1em calc(2.25rem + 0.25rem);
	font-size: .82rem;
/* or change this to .82rem */
	font-weight: 600;
	line-height: 1.5;
	cursor: pointer;
	transition: box-shadow .2s cubic-bezier(0,0,.03,1);
	text-decoration: none;
	margin-bottom: 2.25rem;
/* standard paragraph margin bottom, 1.25-2.25rem would be good here */
}

.gform_title {
	font-size: 1.25rem;
}