/*
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.
*/
/* Identifies old buttons */
.logged-in .wp-block-buttons .wp-block-button__link {
	background-color: rebeccapurple;
}

/* border-left for blockquote */
blockquote.wp-block-quote {
	border-left: .25em solid #000;
	padding-left: 1em;
}

.wsu-card--style-framed .wsu-image-frame:before {
	padding-top: 0 !important;
}

.dog-section {
/* 	background-color: #bfe2e3;*/
	background-color: transparent;
}

.dog-section .wsu-card .wsu-caption {
	font-size: 2rem;
	margin-top: 1rem;
}

@media screen and (max-width: 768px) {
	.dog-section img {
		display: none;
	}
	
	.dog-section {
		background-color: #bfe2e3;
		margin-bottom: 1rem !important;
	}
}

/* --------- MISC ---------- */
address.wsu-meta-byline {
	display: none;
}

.button-column {
	text-align: center;
}

h1 .alignnone {
	margin: 0 0 0 1rem;
}

.transcript {
	text-align: right;
	font-size: .75rem;
	text-transform: uppercase;
}

.background-coug {
	background-image: url(https://s3.wp.wsu.edu/uploads/sites/1417/2017/02/wsu-cougar-head-white_504x504.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 5%;
}

.background-coug p {
	width: 435px;
}

@media screen and (max-width: 768px) {
	.background-coug p, .background-coug h2 {
		text-align: center;
		width: 370px;
	}
}

.degree-completion-border {
	border-left: 1px solid rgb(230,230,230);
	margin-bottom: 2rem;
}

.white-box {
	background-color: #fff;
	padding: 1rem;
}

.red-border-left {
	border-left: 1px solid #CA1237;
}

.red-border-bottom {
	border-bottom: 1px solid #CA1237;
}

.white-box-bottom-border {
	margin: 1rem;
	padding: 1rem;
	background-color: #fff;
	border-bottom: 1px solid #CA1237;
}

.white-text {
	color: #fff;
}

.transparent-box {
	background-color: transparent;
}

.home-box-shadow {
	box-shadow: 0 5px 14px rgb(0 0 0 / 40%);
}

/* footer menu */
.wsu-footer-site__widgets .widget_text.wsu-widget h2 {
	font-size: .75rem;
	text-transform: uppercase;
	font-weight: 600;
}

/* link icon after linked headers */
h1 a::after, h2 a::after, h3 a::after, h4 a::after, h5 a::after, h6 a::after {
	content: '\F126';
	font-family: wsu-icons;
	font-size: .875rem;
	color: #ca1237;
	margin-left: .6875rem;
	display: inline-block;
	text-decoration: none;
}

/* -------- woman on homepage ---------- */
.home-separator {
	margin-top: -.9rem;
}

img.wp-image-3922 {
	border-bottom: 8px solid #808080;
}

/* ----------- news feed on homepage --------------- */
.homefeed ul {
	list-style-type: none;
	padding: 0 1rem 0 0;
}

/*
.news .wsuwp-content-syndicate-item {
	display: grid;
	grid-auto-flow: row;
	grid-template-columns: 166px auto;
	margin-bottom: 1rem;
}

.news .content-item-thumbnail {
	grid-column: 1;
	grid-row: 1 / 4;
	margin-right: 1rem;
}
*/
.news .content-item-title {
	font-size: 1.2rem;
	line-height: 1.4rem;
	grid-column: 1;
}

.content-item-title {
	display: block;
	padding: 0;
	margin-bottom: .5rem;
}

.content-item-byline {
	display: none;
}

span.content-item-thumbnail {
	display: none;
}

.news a.content-item-read-story {
	DISPLAY: none;
}

/* .news .content-item-excerpt {
	grid-column: 2;
}

@media screen and (max-width: 768px) {
	.news .wsuwp-content-syndicate-item {
		display: block;
	}
	
	.content-item-thumbnail img {
		margin-bottom: 1rem;
	}
} */
/* -------------------------------------- tablepress ----------------------------- */
table#tablepress-6 th.column-1 {
	width: 40%;
}

table#tablepress-6 th.column-2, table#tablepress-6 th.column-4 {
	width: 15%;
}

table#tablepress-6 th.column-3 {
	width: 20%;
}

/* --------------------------------------- mix it up ------------------------------ */
.large-link {
	font-size: 1.3rem;
	font-weight: 600;
}

.mix-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.mix-row-button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 15%;
	margin-bottom: 2rem;
}

.mix-row-button-grad {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 14%;
	margin-bottom: 2rem;
}

.mix-button {
	min-height: 40px;
	min-width: 145px;
	background-color: #a60f2d;
	color: #fff;
	border-radius: 10px;
	border: 1px solid #fff;
	font-family: Montserrat, sans-serif;
	font-size: .75rem;
	font-weight: 600;
	line-height: 1.15;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
}

.mix-button-grad {
	min-height: 40px;
	min-width: 120px;
	background-color: #a60f2d;
	color: #fff;
	border-radius: 10px;
	border: 1px solid #fff;
	font-family: Montserrat, sans-serif;
	font-size: .75rem;
	font-weight: 600;
	line-height: 1.15;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
}

.mix-button:focus, .mix-button:hover, .mix-button-grad:focus, .mix-button-grad:hover {
	box-shadow: 0 5px 14px rgb(0 0 0 / 40%);
	background-color: #ca1237;
}

a.morebutton-red {
	background-color: #A60F2D;
	color: #fff;
	padding: .75rem;
	border: 1px solid #b5babe;
	border-radius: 10px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 600;
}

a.morebutton-red:hover, a.morebutton-red:focus {
	background-color: #CA1237;
	color: #fff;
}

.morebutton-p {
	margin-bottom: 4rem;
}

@media all and (max-width: 800px) {
	.mix-row {
	/* On small screens, we are no longer using row direction but column */
		flex-direction: column;
	}
}

/* remove shift on mix-it-up sort */
.page-id-189 .wsu-wrapper-global {
	overflow: clip;
}

*--------------------- TEST --------------------------*
/* ----------------------------- WSU Content Wrapper -------------------------------- */
.wsu-wrapper-content {
	padding-top: 0;
}

@media screen and (max-width: 700px) {
	.wsu-width--content,
																																																																			.wsu-wrapper-content {
		padding-left: 2.5rem !important;
		padding-right: 2.5rem !important;
	}
}

/* ----------------------------- WSU Homepage Hero Banner -------------------------------- */
.wsu-custom-homepage-hero .wsu-title {
	font-weight: 800;
/*	max-width: 800px;
	font-size: 7rem;
	max-width: 500px; */
	line-height: 1;
	padding-bottom: 1.5rem !important;
}

.wsu-custom-homepage-hero .wsu-hero__caption {
	position: relative;
}

.wsu-custom-homepage-hero .wsu-title {
/*	font-size: 9rem;*/
	font-size: 5rem;
	max-width: 600px;
}

.wsu-custom-homepage-hero .wsu-hero__caption::before {
	content: '';
	display: block;
	font-weight: 800;
	max-width: 800px;
	border-left: 12px solid #ca1237;
	width: 625px;
	background: linear-gradient(to right,rgba(0,0,0,.6) 0,rgba(0,0,0,.4) 100%);
	position: absolute;
	height: auto;
	bottom: 1.5rem;
	top: 10.5rem;
	border-left: 12px solid #ca1237;
	left: -3rem;
}

@media screen and (max-width: 1300px) {
	.wsu-custom-homepage-hero .wsu-hero__caption {
		margin: 0 0 0 2rem;
	}
}

@media screen and (max-width: 900px) {
	.wsu-custom-homepage-hero .wsu-title {
		font-size: 7rem;
		max-width: 500px;
	}
	
	.wsu-custom-homepage-hero .wsu-hero__caption::before {
		width: 525px;
	}
}

@media screen and (max-width: 700px) {
	.wsu-custom-homepage-hero .wsu-title {
		font-size: 5rem;
		max-width: 400px;
	}
	
	.wsu-custom-homepage-hero .wsu-hero__caption::before {
		bottom: 2em;
		top: 10em;
		width: 425px;
	}
	
	.wsu-custom-homepage-hero .wsu-hero__content {
		min-height: 500px;
	}
}

@media screen and (max-width: 500px) {
	.wsu-custom-homepage-hero .wsu-title {
		font-size: 4rem;
		max-width: 300px;
	}
	
	.wsu-custom-homepage-hero .wsu-hero__caption::before {
		top: 9em;
		width: 325px;
	}
}

/* ----------------------------- WSU Homepage CTAS -------------------------------- */
@media screen and (max-width: 600px) {
	.wsu-custom-homepage-ctas {
		text-align: left;
		padding-left: 2rem !important;
		padding-right: 2rem !important;
	}
	
	.wsu-custom-homepage-ctas .wsu-button {
		max-width: none;
	}
}

/* ----------------------------- WSU Homepage Campus Slideshow -------------------------------- */
.wsu-custom-location-slider .wsu-hero__content {
	justify-content: center;
}

.wsu-custom-location-slider .wsu-hero {
	padding-bottom: 0;
	margin-bottom: 0;
}

.wsu-custom-location-slider .wsu-caption {
	font-size: 1.5rem;
	font-weight: 500;
	max-width: 800px;
	border-left: 12px solid #ca1237;
}

.wsu-hero--style-caption .wsu-image-frame {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	bottom: 0;
}

.wsu-custom-location-slider  .wsu-hero-slider__slider-elements {
	position: relative;
	bottom: 0;
	left: 0;
}

.wsu-custom-location-slider button.swiper-pagination-bullet {
	color: #ca1237;
	font-size: 1.25rem;
	font-weight: 600;
	background: 0 0;
	border-radius: 0 !important;
	opacity: 1;
	padding: 15px;
	cursor: pointer;
	text-align: center;
	height: auto;
	flex: 0 0 16.6%;
}

.wsu-custom-location-slider button.swiper-pagination-bullet.swiper-pagination-bullet-active {
	color: #000;
}

.wsu-custom-location-slider button.swiper-pagination-bullet::before {
	content: "";
	width: 100%;
	background-color: transparent;
	display: block;
	height: 5px;
	top: 0;
	left: 0;
	position: absolute;
	border: none;
}

.wsu-custom-location-slider .wsu-hero-slider__pagination {
	justify-content: center;
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	align-items: flex-start;
}

.wsu-custom-location-slider .wsu-hero-slider__navigation {
	display: none;
}

.wsu-custom-location-slider .swiper-pagination-bullet-active::before {
	content: "";
	width: 100%;
	background-color: #ca1237 !important;
	display: block;
	height: 3px;
	top: 0;
	left: 0;
	position: absolute;
}

.wsu-custom-location-slider .wsu-button {
	display: table;
	margin-top: 2rem;
}

@media screen and (max-width: 1300px) {
	.wsu-custom-location-slider button.swiper-pagination-bullet {
		font-size: 1rem;
	}
}

@media screen and (max-width: 800px) {
	.wsu-custom-location-slider button.swiper-pagination-bullet {
		font-size: 0;
		flex: 0 0 40px;
	}
	
	.wsu-custom-location-slider button.swiper-pagination-bullet::before {
		content: "";
		width: 15px;
		background-color: #777;
		display: block;
		height: 15px;
		top: 0;
		left: 0;
		position: relative !important;
		border: none;
		border-radius: 50% !important;
	}
	
	.wsu-custom-location-slider .wsu-caption {
		font-size: 1rem;
		margin-left: 0;
		padding-left: 1.5rem !important;
		padding-right: 1.5rem !important;
	}
	
	.wsu-custom-location-slider .wsu-title {
		padding-left: 1.5rem !important;
		padding-right: 1.5rem !important;
	}
	
	.wsu-custom-location-slider .wsu-hero__content {
		min-height: 500px;
	}
}

/* ----------------------------- WSU Outline Header -------------------------------- */
.wsu-custom-outline-title {
	text-transform: uppercase;
	font-size: 4.2rem;
	text-align: center;
	color: #4d4d4d;
}

.wsu-custom-outline-title::before {
	content: "";
	background-color: #ca1237;
	display: block;
	height: 8px;
	width: 95px;
	top: 0;
	margin: 0 auto 1rem;
}

.wsu-custom-outline-title strong {
	font-family: 'wsu-outline' !important;
	font-weight: 500;
	color: #fff;
	font-size: 4.3rem;
	letter-spacing: 1px;
}

@media screen and (max-width: 1300px) {
	.wsu-custom-outline-title {
		font-size: 3.5rem;
	}
	
	.wsu-custom-outline-title strong {
		font-size: 3.6rem;
	}
}

@media screen and (max-width: 700px) {
	.wsu-custom-outline-title {
		font-size: 3rem;
	}
	
	.wsu-custom-outline-title strong {
		font-size: 3.1rem;
	}
}

@media screen and (max-width: 500px) {
	.wsu-custom-outline-title {
		font-size: 2rem;
	}
	
	.wsu-custom-outline-title strong {
		font-size: 2.1rem;
	}
}

/* ----------------------------- WSU Card Group -------------------------------- */
@media screen and (max-width: 700px) {
	.wsu-card--style-framed .wsu-card__content {
		min-height: 400px;
	}
}

@media screen and (max-width: 500px) {
	.wsu-card-group--spacing-none .wsu-card {
		width: 100% !important;
	}
}

/* ----------------------------- WSU Page Header -------------------------------- */
.wsu-custom--page-header p {
	display: none;
}

.wsu-custom--page-header hr {
	margin-top: 0 !important;
}

.wsu-custom--page-header h1 {
	text-align: center;
	margin-bottom: 0 !important;
	font-size: 4rem;
}

.wsu-custom--page-header h1::after {
	display: none;
}

.wsu-custom--page-header {
	padding: 3rem;
}

.wsu-custom--page-header h1 {
	color: #4d4d4d;
}

.wsu-custom--page-header .wp-block-separator {
	width: 65px !important;
	border-top: 6px solid #999;
	margin-bottom: 0 !important;
}

.wsu-custom--page-header::before {
	position: absolute;
	font-weight: 900;
	font-size: 200px;
	text-transform: uppercase;
	letter-spacing: .5vw;
	width: 100%;
	text-align: center;
	bottom: 0;
	left: 0;
	color: #f2f2f2;
	line-height: .725;
}

.page-id-19 .wsu-custom--page-header::before {
	content: "Athletics";
}

.page-id-17 .wsu-custom--page-header::before {
	content: "Campuses";
}

.page-id-9 .wsu-custom--page-header::before {
	content: "About";
}

.page-id-11 .wsu-custom--page-header::before {
	content: "Academics";
}

.page-id-13 .wsu-custom--page-header::before {
	content: "Admissions";
}

.page-id-15 .wsu-custom--page-header::before {
	content: "Research";
}

@media screen and (max-width: 1500px) {
	.wsu-custom--page-header::before {
		font-size: 170px;
	}
}

@media screen and (max-width: 1300px) {
	.wsu-custom--page-header::before {
		font-size: 140px;
	}
}

@media screen and (max-width: 1000px) {
	.wsu-custom--page-header::before {
		font-size: 100px;
	}
	
	.wsu-custom--page-header {
		padding: 2rem;
	}
}

@media screen and (max-width: 750px) {
	.wsu-custom--page-header::before {
		font-size: 75px;
	}
	
	.wsu-custom--page-header h1 {
		font-size: 3rem;
	}
}

@media screen and (max-width: 600px) {
	.wsu-custom--page-header::before {
		font-size: 50px;
	}
	
	.wsu-custom--page-header h1 {
		font-size: 2rem;
	}
	
	.wsu-custom--page-header {
		padding: 1.5rem;
	}
	
	.wsu-custom--page-header .wp-block-separator {
		width: 45px !important;
		border-top: 4px solid #999;
	}
}

@media screen and (max-width: 400px) {
	.wsu-custom--page-header::before {
		font-size: 40px;
	}
	
	.wsu-custom--page-header h1 {
		font-size: 1.5rem;
	}
	
	.wsu-custom--page-header {
		padding: 1.5rem;
	}
}

/* ----------------------------- WSU Page Hero Banner -------------------------------- */
.wsu-custom-hero--lock .wsu-hero__caption {
	align-self: end;
}

.wsu-custom-hero--lock .wsu-hero__content {
	padding-top: 4.62rem;
	padding-bottom: 4.62rem;
}

@media screen and (min-width: 1400px) {
	.wsu-custom-hero--lock {
		margin-left: -200px !important;
		margin-right: -200px !important;
	}
}

@media screen and (max-width: 800px) {
	.wsu-custom-hero--lock .wsu-hero__content {
		min-height: 500px;
	}
}

@media screen and (max-width: 600px) {
	.wsu-custom-hero--lock .wsu-hero__content {
		min-height: 400px;
	}
}

/** ----------------------------------------------
--------- System Button -------------     */
.wsu-custom--system-button {
	display: flex;
	justify-content: center;
	position: relative;
}

.wsu-custom--system-button .wsu-cta {
	margin-bottom: 0;
}

.wsu-custom--system-button::before {
	content: "";
	width: 100%;
	position: absolute;
	top: 50%;
	height: 1px;
	background-color: #9999;
}