.content-item-byline-author,
.article-author {
	display: none;
}

.paddinglr {
	padding-right: 150px;
	padding-left: 150px;
}

.paddingtop {
	padding-top: 75px;
}

.ctr {
	display: block;
	text-align: center;
	padding: 10px;
	max-height: 280px;
	overflow: hidden;
}

.ctrpad {
	margin: 0 12.5px;
	border: 1px solid #787878;
	border-radius: 20px;
	width: 30%;
}

.tst {
	background-image: url("https://wpcdn.web.wsu.edu/wp-labs/uploads/sites/1475/2018/10/background-close-up-cook-1435904_3.jpg");
	background-size: cover;
	color: black;
}

#standout {
	width: 80%;
	margin: 0 auto;
	font-size: 20px;
	padding: 10px;
	color: #464e54;
}

.topribbon {
	width: 100%;
	margin: 0 auto;
	padding: 5px;
	text-align: center;
	border-style: solid none;
	border-color: #464e54;
	border-width: 1px;
}

.nav {
	width: 10%;
	padding: .5em 1em;
	display: inline-block;
	text-align: center;
	margin-bottom: 0;
	line-height: normal;
	vertical-align: middle;
	color: #981e32;
	font-weight: bold;
	font-size: 14px;
}

.responsive {
	height: 264px;
	width: auto;
}

/* ----- Check links ----- */
/* Checks for empty links & only shows when you are logged into the website */
.logged-in a:not([href]) {
	outline: 8px solid rebeccapurple !important;
}

/* Checks for links that open in a new tab */
body.logged-in a[target=_blank] {
	color: #000000;
	background-color: yellow;
	border: 5px #000000 solid;
	padding: 8px;
}

body.logged-in a[target=_blank]:after {
	content: "Edit the link to toggle off Open in a new tab.";
	color: black;
	border: 3px red solid;
	padding: 5px;
	font-size: .7em;
	font-weight: bold;
	font-style: italic;
}

/* Checks for pound sign/hashtag for a link */
.logged-in a[href="#"] {
	background-color: rebeccapurple;
}

/* ----- END Check links ----- */