/*
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.
*/
/* Adjust single story image ratio */
.single-post .wsu-image--ratio-16-9.wsu-image-frame::before {
	padding-top: 66% !important;
}

.feedthefutrue: {
	margin-top: -40px;
}

#mc_embed_signup {
	width: 100%;
}

.homepage-cards {
	min-height: 400px;
}

.crimson {
	color: #CA1237;
}

.grey {
	color: #4D4D4D;
}

.dvm-callouts {
	min-height: 450px;
}

.DVM1st {
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url("https://wpcdn.web.wsu.edu/wp-vetmed/uploads/sites/2673/2021/10/Carlie-and-goat-300x200-1.jpg");
	min-height: 210px;
}

.DVM2nd {
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url("https://wpcdn.web.wsu.edu/wp-vetmed/uploads/sites/2673/2021/10/Reanna-Emma-Eye-Exam-300x200-1.jpg");
	min-height: 210px;
}

.DVM3rd {
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url("https://wpcdn.web.wsu.edu/wp-vetmed/uploads/sites/2673/2021/10/Patrick-Hug-300x200-1.jpg");
	min-height: 210px;
}

.student-life {
	background-repeat: no-repeat;
	background: linear-gradient(90deg,rgba(0,0,0,.65) 0,rgba(0,0,0,.7) 5%,rgba(0,0,0,.7) 51%,rgba(255,255,255,0) 100%), url(https://wpcdn.web.wsu.edu/wp-vetmed/uploads/sites/2673/2022/04/June-Morning-at-Kamiak-Butte-Ken-Carper2.jpg);
	color: #fff;
	padding: 1em;
	background-size: cover;
}

.footer-internal a {
	color: #ffffff;
}

.wimu-crimson {
	color: #A60F2D;
}

.dvm-grid {
	padding-left: 0;
	padding-right: 0;
}

.wsu-wimu {
	color: #A60F2D;
}

.idaho-gold {
	color: #F1B300;
}

.mt-blue {
	color: #005996;
}

.utah-navy {
	color: #152958;
}

.visit-us {
	background-image: url("https://wpcdn.web.wsu.edu/wp-vetmed/uploads/sites/2673/2022/04/Screen-Shot-2022-04-15-at-2.24.24-PM.png");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 1em;
}

.visit-us-overlay {
	background: linear-gradient(90deg,rgba(0,0,0,.65) 0,rgba(0,0,0,.7) 5%,rgba(0,0,0,.7) 51%,rgba(255,255,255,0) 100%);
}

.visit-us h2 {
	color: #fff;
}

.timeline {
	position: relative;
	width: 660px;
	margin: 0 auto;
	margin-top: 20px;
	padding: 1em 0;
	list-style-type: none;
}

.timeline:before {
	position: absolute;
	left: 50%;
	top: 0;
	content: ' ';
	display: block;
	width: 6px;
	height: 100%;
	margin-left: -3px;
	background: rgb(80,80,80);
	background: -moz-linear-gradient(top,rgba(80,80,80,0) 0%,rgb(80,80,80) 8%,rgb(80,80,80) 92%,rgba(80,80,80,0) 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(30,87,153,1)),color-stop(100%,rgba(125,185,232,1)));
	background: -webkit-linear-gradient(top,rgba(80,80,80,0) 0%,rgb(80,80,80) 8%,rgb(80,80,80) 92%,rgba(80,80,80,0) 100%);
	background: -o-linear-gradient(top,rgba(80,80,80,0) 0%,rgb(80,80,80) 8%,rgb(80,80,80) 92%,rgba(80,80,80,0) 100%);
	background: -ms-linear-gradient(top,rgba(80,80,80,0) 0%,rgb(80,80,80) 8%,rgb(80,80,80) 92%,rgba(80,80,80,0) 100%);
	background: linear-gradient(to bottom,rgba(80,80,80,0) 0%,rgb(80,80,80) 8%,rgb(80,80,80) 92%,rgba(80,80,80,0) 100%);
	z-index: 5;
}

.timeline li {
	padding: 1em 0;
}

.timeline li:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.direction-l {
	position: relative;
	width: 300px;
	float: left;
	text-align: right;
}

.direction-r {
	position: relative;
	width: 300px;
	float: right;
}

.flag-wrapper {
	position: relative;
	display: inline-block;
	text-align: center;
}

.flag {
	position: relative;
	display: inline;
	background: rgb(248,248,248);
	padding: 6px 10px;
	border-radius: 5px;
	font-weight: 600;
	text-align: left;
}

.direction-l .flag {
	-webkit-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
	-moz-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
	box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}

.direction-r .flag {
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
	box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}

.direction-l .flag:before,
.direction-r .flag:before {
	position: absolute;
	top: 50%;
	right: -40px;
	content: ' ';
	display: block;
	width: 12px;
	height: 12px;
	margin-top: -10px;
	background: #fff;
	border-radius: 10px;
	border: 4px solid #A60F2D;
	z-index: 10;
}

.direction-r .flag:before {
	left: -40px;
}

.direction-l .flag:after {
	content: "";
	position: absolute;
	left: 100%;
	top: 50%;
	height: 0;
	width: 0;
	margin-top: -8px;
	border: solid transparent;
	border-left-color: rgb(248,248,248);
	border-width: 8px;
	pointer-events: none;
}

.direction-r .flag:after {
	content: "";
	position: absolute;
	right: 100%;
	top: 50%;
	height: 0;
	width: 0;
	margin-top: -8px;
	border: solid transparent;
	border-right-color: rgb(248,248,248);
	border-width: 8px;
	pointer-events: none;
}

.time-wrapper {
	display: inline;
	line-height: 1em;
	font-size: .66666em;
	color: #CA1237;
	vertical-align: middle;
}

.direction-l .time-wrapper {
	float: left;
}

.direction-r .time-wrapper {
	float: right;
}

.time {
	display: inline-block;
	padding: 4px 6px;
	background: rgb(248,248,248);
}

.desc {
	margin: 1em .75em 0 0;
	font-size: .77777em;
	font-style: italic;
	line-height: 1.5em;
}

.direction-r .desc {
	margin: 1em 0 0 .75em;
}

/* ================ Timeline Media Queries ================ */
@media screen and (max-width: 660px) {
	.timeline {
		width: 100%;
		padding: 4em 0 1em;
	}
	
	.timeline li {
		padding: 2em 0;
	}
	
	.direction-l,
																																																																													.direction-r {
		float: none;
		width: 100%;
		text-align: center;
	}
	
	.flag-wrapper {
		text-align: center;
	}
	
	.flag {
		background: rgb(255,255,255);
		z-index: 15;
	}
	
	.direction-l .flag:before,
																																																																													.direction-r .flag:before {
		position: absolute;
		top: -30px;
		left: 50%;
		content: ' ';
		display: block;
		width: 12px;
		height: 12px;
		margin-left: -9px;
		background: #fff;
		border-radius: 10px;
		border: 4px solid rgb(255,80,80);
		z-index: 10;
	}
	
	.direction-l .flag:after,
																																																																													.direction-r .flag:after {
		content: "";
		position: absolute;
		left: 50%;
		top: -8px;
		height: 0;
		width: 0;
		margin-left: -8px;
		border: solid transparent;
		border-bottom-color: rgb(255,255,255);
		border-width: 8px;
		pointer-events: none;
	}
	
	.time-wrapper {
		display: block;
		position: relative;
		margin: 4px 0 0;
		z-index: 14;
	}
	
	.direction-l .time-wrapper {
		float: none;
	}
	
	.direction-r .time-wrapper {
		float: none;
	}
	
	.desc {
		position: relative;
		margin: 1em 0 0;
		padding: 1em;
		background: rgb(245,245,245);
		-webkit-box-shadow: 0 0 1px rgba(0,0,0,0.20);
		-moz-box-shadow: 0 0 1px rgba(0,0,0,0.20);
		box-shadow: 0 0 1px rgba(0,0,0,0.20);
		z-index: 15;
	}
	
	.direction-l .desc,
																																																																													.direction-r .desc {
		position: relative;
		margin: 1em 1em 0;
		padding: 1em;
		z-index: 15;
	}
}

@media screen and (min-width: 400px max-width: 660px) {
	.direction-l .desc,
																																																																													.direction-r .desc {
		margin: 1em 4em 0;
	}
}

.white-header {
	color: #fff;
}