* {
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html,
body {
	font-family: "brandon-grotesque";
	background-color: white;
	color: #282B3E;
}

html body main {
	margin-left: 0;
}

.spine-column,
header.main-header,
.main-header sup {
	display: none;
}

.main-header .header-group {
	max-width: 100%;
}

.main-header sub {
	min-width: 420px;
	width: 100%;
}

.main-header sub * {
	padding-top: 2em;
	padding-bottom: 2em;
	padding-left: 5%;
	font-weight: 600;
	width: 100%;
	min-width: 420px;
}

.category figure + .main-header {
	margin-top: 2em;
}

.fluid .recto.verso .rebound,
.fluid .verso .rebound {
	border-left: 0;
}

/*** Typography **/
main p,
main ul,
main ol {
	font-size: 20px;
}

a {
	color: #DB350F;
}

a:hover {
	color: #6074a7;
}

.intro {
	font-size: 1.4em;
	line-height: 1.6;
}

h1 {
	font-size: 3rem;
	text-transform: none;
	font-weight: 600;
	padding: 1em 0 .5em;
}

.single h1 {
	text-align: center;
}

.side-right h1,
.side-left h1 {
	text-align: left;
}

h1 sub {
	font-weight: 300;
}

.single-post h1 {
	text-align: left;
}

h2,
.gform_wrapper h3.gform_title {
	font-size: 2rem;
	font-weight: 400;
	padding-top: 1em;
	padding-bottom: .8em;
	line-height: 1.3;
	text-transform: uppercase;
}

h2+h3 {
	padding-top: 0;
}

/*** Colors **/
.orange {
	background-color: #f36e4f;
}

.gray {
	background-color: #4f4f4f;
}

.blue {
	background-color: #6074a7;
}

.orange p,
.orange h1,
.orange h2,
.blue p,
.blue h1,
.blue h2 {
	color: #fff;
}

.orange p {
	font-size: 1.2rem;
}

/** Head (May be disabled in the Customizer)**/
.main-header {
	background: #fff;
	margin-bottom: 3em;
}

/** Main head, logo, and nav */
div.stars {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: .5em 1em;
	background: #fff;
	border-bottom: 1px solid #f3f3f3;
}

.home div.stars {
	justify-content: space-between;
}

div.stars .drUniverse,
div.stars .drUplanet {
	display: none;
}

body.home nav.main-menu {
	display: none;
}

.stars nav.main-menu {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	left: 0;
	top: 80px;
	background: #fff;
	z-index: 10000;
	width: 100%;
}

.main-menu {
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity .2s ease-in-out;
}

.main-menu.is-open {
	visibility: visible;
	opacity: 1;
}

nav.main-menu ul li {
	text-align: center;
	padding-right: 2em;
}

nav.main-menu ul li a {
	font-size: 1.2em;
	color: #282B3E;
	text-decoration: none;
}

nav.main-menu ul li a:hover,
nav.main-menu ul li a:active,
nav.main-menu ul li a:focus,
nav.main-menu ul li.active a {
	color: #f36e4f;
}

.drUlogo {
	background: url(https://s3.wp.wsu.edu/uploads/sites/2332/2018/11/DrU-logo-2016.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	min-width: 198px;
	height: 70px;
	position: relative;
	order: 2;
}

.drUlogo a {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	left: 0;
	top: 0;
}

/* Menu */
#drBanner .menu-open,
#drBanner .menu-close {
	display: none;
}

#main-menu-toggle {
	display: none;
}

#main-menu-toggle:target {
	display: block;
}

#drBanner {
	position: relative;
}

#site-header-widgets {
	top: 83px;
}

#drBanner>.menu-open {
	width: 60px;
	height: 60px;
	font-size: 0;
	display: block;
	background: url(https://s3.wp.wsu.edu/uploads/sites/2332/2018/11/hamburger.png);
	border-radius: 50%;
	background-color: #6074a7;
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: center;
	order: 1;
}

.main-menu ul {
	margin: 0;
	padding: 0;
}

.main-menu ul li {
	display: block;
	margin: 0;
	padding: 0;
}

.stars nav ul {
	display: block;
	width: 100%;
	background: #fff;
	z-index: 1000;
	position: absolute;
	margin: 0;
	padding: 0;
	border-bottom: 2px solid #f36e4f;
}

.stars nav.main-menu ul li {
	border-bottom: 1px solid #f3f3f3;
	padding: 1em 0;
}

.stars nav.main-menu ul li a {
	font-size: 1.3em;
	font-weight: 600;
}

.dr-universe-header-widgets .widget-site-header form.search-form {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	position: relative;
}

.dr-universe-header-widgets .widget-site-header form input.search-field {
	width: 100%;
	height: 60px;
	padding-left: 30px;
	border-radius: 0;
	border: 0;
	background-color: #f1f1f1;
	font-size: 1.4rem;
	color: #282B3E;
}

.dr-universe-header-widgets .widget-site-header form input.search-field::placeholder {
	color: #282B3E;
}

.dr-universe-header-widgets form input[type=submit] {
	height: 60px;
	position: absolute;
	right: 0;
}

.dr-universe-header.widgets form input[type=submit]:hover {
	background: #bfc7dc;
}

#site-header-widgets {
	display: none;
	width: 100%;
	position: absolute;
	left: 0;
	top: 70px;
	z-index: 100;
}

#site-header-widgets:target {
	display: block;
}

#drBanner>.site-header-widgets-open {
	width: 60px;
	font-size: 0;
	background-image: url(https://s3.wp.wsu.edu/uploads/sites/2332/2018/11/magnifying-glass.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	color: transparent;
	order: 3;
}

span.sr-only {
	position: absolute;
	left: -2000px;
}

/** Footer **/
footer {
	background: #4f4f4f;
	color: #fff;
	text-align: center;
	padding: 3em 1em;
}

footer a {
	color: #fff;
	text-decoration: none;
	transition: color ease .3s;
}

footer a:hover {
	color: #6074a7;
}

footer ul {
	display: flex;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	justify-content: space-evenly;
}

footer ul.menu {
	padding-bottom: 1em;
}

footer ul li {
	margin-right: 2em;
}

footer ul li:last-of-type {
	margin-right: 0;
}

footer ul li a {
	font-size: 1.4rem;
}

footer .textwidget {
	padding: 1em 0;
}

/** post pages **/
hgroup.source {
	display: none;
}

article footer.article-footer,
footer.main-footer {
	display: none;
}

footer.main-footer {
	padding-top: 0;
	padding-bottom: 0;
}

footer.main-footer a {
	color: #DB350F;
}

footer .wp-image-5127 {
	width: 25%;
}

/** Category and search pages **/
body.archive header.main-header {
	display: block;
}

.search .main-header {
	display: none;
}

.search header.main-header sup .sup-header-defautl,
.archive header.main-header sup .sup-header-default {
	display: none;
}

.search header.main-header sub .sub-header-default,
.archive header.main-header sub .sub-header-default {
	color: #282B3E;
}

.search section,
.archive section {
	padding-bottom: 3em;
}

.search-no-results section.breadcrumbs.breadcrumbs-top,
.search section.breadcrumbs.breadcrumbs-top,
.archive section.breadcrumbs.breadcrumbs-top {
	padding-bottom: 0;
}

.search .row.side-right .two,
.archive .row.side-right .two {
	display: none;
}

.search .fluid .row.side-right .column.one,
.archive .fluid .row.side-right .column.one {
	width: 100%;
}

.search article,
.archive article {
	border-bottom: 0;
	padding-bottom: 3em;
	border-bottom: 1px solid #f3f3f3;
}

.search article:last-of-type,
.archive article:last-of-type {
	border-bottom: 2px solid #f36e4f;
	padding-bottom: 3em;
}

.search article:first-of-type header.article-header,
.archive article:first-of-type header.article-header {
	padding-top: 0;
}

.search article header.article-header,
.archive article header.article-header {
	padding-top: 1em;
	padding-bottom: .2em;
}

.search article header.article-header hgroup h2.article-title a,
.archive article header.article-header hgroup h2.article-title a {
	text-decoration: none;
}

.search article a.more-link,
.archive article a.more-link {
	text-decoration: none;
	font-weight: 600;
	color: #282B3E;
}

.search article a.more-link:hover,
.archive article a.more-link:hover {
	color: #6074a7;
}

.search article .article-summary h2,
.search article .article-summary img,
.archive article .article-summary h2,
.archive article .article-summary img {
	display: none;
}

.main-header sub * {
	text-transform: capitalize;
}

.archive.tag .main-header {
	background: url(https://s3.wp.wsu.edu/uploads/sites/2332/2018/11/Final-Dr-U.-billions-and-Zillions-e1543606517104.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top center;
	background-clip: padding-box;
	background-attachment: fixed;
	height: 200px;
	margin-bottom: 0;
}

/** Side categories widget **/
/*.featured-image {
	height: 300px;
	background-size: cover;
	background-attachment: fixed;
}*/
.featured-image {
	height: 400px;
	background-size: cover;
	background-position: top center;
/*background-attachment: fixed */
}

.widget header {
	font-weight: 600;
	text-transform: uppercase;
	padding-bottom: 1em;
}

.widget ul {
	padding-left: 0;
}

.widget ul li {
	padding-bottom: .5em;
}

.widget ul li a {
	text-decoration: none;
}

.widget ul li.cat-item:before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	margin-right: 8px;
}

.widget ul li.cat-item-391:before {
	background-color: #f6b2c6;
}

.widget ul li.cat-item-392:before {
	background-color: #9dd7cf;
}

.widget ul li.cat-item-393:before {
	background-color: #6074a7;
}

.widget ul li.cat-item-414:before {
}

.widget ul li.cat-item-394:before {
	background-color: #fee098;
}

.widget ul li.cat-item-395:before {
	background-color: #d7e7a2;
}

.widget ul li.cat-item-396:before {
	background-color: #f7b6a9;
}

.widget ul li.cat-item-397:before {
	background-color: #9dd7cf;
}

.widget ul li.cat-item-1:before {
}

/** Category pages subs **/
.archive.category-body_brain header.main-header sub .sub-header-default {
	background: url(https://s3.wp.wsu.edu/uploads/sites/2332/2018/11/Brain-and-Body_Light.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.archive.category-culture header.main-header sub .sub-header-default {
	background: url(https://s3.wp.wsu.edu/uploads/sites/2332/2018/11/Culture_light.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.archive.category-earth_sky header.main-header sub .sub-header-default {
	background: url(https://s3.wp.wsu.edu/uploads/sites/2332/2018/11/Earth-and-Sky_light.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.archive.category-food_health header.main-header sub .sub-header-default {
	background: url(https://s3.wp.wsu.edu/uploads/sites/2332/2018/11/Food-and-Health_light.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.archive.category-history_geography header.main-header sub .sub-header-default {
	background: url(https://s3.wp.wsu.edu/uploads/sites/2332/2018/11/Hist-and-Geo-_Light.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.archive.category-plantsanimalsbugs header.main-header sub .sub-header-default {
	background: url(https://s3.wp.wsu.edu/uploads/sites/2332/2018/11/PlantsAnimalsBugs_Light.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.archive.category-tem header.main-header sub .sub-header-default {
	background: url(https://s3.wp.wsu.edu/uploads/sites/2332/2018/11/TechEngMath_light.png);
	background-position: center center;
	background-repeat: no-repeat;
}

/*** Forms **/
.orange #mc_embed_signup input.email {
	border: 0;
}

input {
	font-family: "brandon-grotesque";
}

::placeholder {
	color: #DB350F;
	text-transform: uppercase;
	font-family: "brandon-grotesque";
}

.button,
.spine-button,
button,
input[type=button],
input[type=reset],
input[type=submit] {
	background: #6074a7;
	border-style: none;
	border-radius: 0;
	color: #fff;
	font-weight: 600;
	transition: background-color ease 1s;
}

.button:hover,
.spine-button:hover,
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
	background: #bfc7dc;
	color: #282B3E;
}

/** Breadcrumbs **/
.breadcrumbs {
	margin-top: 2em;
}

.breadcrumbs a {
	color: #282B3E;
	text-decoration: none;
}

.breadcrumbs a:hover {
	color: #6074a7;
}

.breadcrumbs .current-item {
	font-weight: 600;
}

/** Mail **/
.mail #mc_embed_signup form div#mc_embed_signup_scroll {
	display: flex;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
	width: 50%;
}

.mail {
	text-align: center;
	padding: 0 0 3em;
}

.mail p,
.mail #mc_embed_signup label {
	display: none;
}

.mail p.p-keep {
	display: block;
	padding-bottom: 0;
}

.mail #mc_embed_signup input.email {
	width: 80%;
}

.mail #mc_embed_signup input.button {
	margin: 0;
	width: 20%;
	height: 36px;
	border-radius: 0;
	background-color: #6074a7;
	font-size: 1.2rem;
}

.mail #mc_embed_signup input.button:hover {
	background-color: #bfc7dc;
	color: #282B3E;
}

/*** Homepage **/
.home section.row.single {
	padding-left: 0;
	padding-right: 0;
}

.welcome-banner {
	position: relative;
	height: 500px;
	background: url(https://s3.wp.wsu.edu/uploads/sites/2332/2018/11/leaves1.png) top center / cover no-repeat no-repeat padding-box content-box, url(https://s3.wp.wsu.edu/uploads/sites/2332/2018/11/blueleaves.png) top center / cover no-repeat fixed padding-box content-box #c7e7e3;
}

.welcome-banner img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.welcome-banner p {
	padding: 0;
}

.home-menu ul {
	display: flex;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 1em 0 5em;
	justify-content: center;
	align-content: space-between;
	flex-flow: row wrap;
	width: 100%;
}

.home-menu ul li {
	list-style: none;
	border-radius: 50%;
	margin: 0 15px 0 0;
}

.home-menu ul li:last-of-type {
	margin-right: 0;
}

.home-menu ul li a {
	color: #fff;
	text-decoration: none;
	display: block;
	width: 120px;
	height: 120px;
	padding-top: 40px;
	border-radius: 50%;
	top: 0;
	left: 0;
	margin: 0;
	box-sizing: border-box;
	border: 5px solid;
	font-size: 1rem;
	font-weight: 600;
	text-align: center;
	vertical-align: middle;
	transition: background-color ease 1s;
}

.home-menu ul li.m-blue a {
	background-color: #3bb09f;
	border-color: #bae3dd;
}

.home-menu ul li.m-green a {
	background-color: #afd046;
	border-color: #e2eebc;
}

.home-menu ul li.m-yellow a {
	background-color: #fdc131;
	border-color: #fee4a7;
}

.home-menu ul li.m-orange a {
	background-color: #f36e4f;
	border-color: #f9c8be;
}

.home-menu ul li.m-pink a {
	background-color: #ee658d;
	border-color: #f9c8d6;
}

.home-menu ul li.m-gray a {
	background-color: #4f4f4f;
	border-color: #bcbec0;
}

.home-menu ul li a:hover {
	background: #6074a7;
	border-color: #bfc7dc;
}

.home .wsuwp-content-syndicate-wrapper ul {
	padding: 0;
}

.home .wsuwp-content-syndicate-wrapper ul li {
	list-style: none;
}

.home .wsuwp-content-syndicate-wrapper ul li .content-item-thumbnail,
.home .wsuwp-content-syndicate-wrapper ul li .content-item-byline {
	display: none;
}

.home .wsuwp-content-syndicate-wrapper ul li .content-item-title {
	font-size: 2rem;
	font-weight: 600;
	display: inline-block;
	padding-bottom: .5em;
	padding-top: 2.5rem;
}

.recent-blog h2 {
	padding: 2em;
}

.content-item-title a {
	text-decoration: none;
}

.overlaps .one img {
	margin-bottom: 0;
	vertical-align: baseline;
}

.overlaps .one p {
	padding-bottom: 0;
}

/*** Post pages **/
.pager.gutter .column:not(.gutterless),
.pager.guttered {
	padding: 0;
	text-align: left;
}

.pager a:before {
	display: none;
}

.single-post .column {
	padding-bottom: 0;
}

article footer.article-footer {
	border-top: 1px solid #f36e4f;
}

article h1:first-of-type {
	padding-top: 0;
}

/** Explore page **/
.topics ul {
	display: flex;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 1em 0 5em;
	justify-content: center;
	align-content: space-between;
	flex-flow: row wrap;
	width: 80%;
}

.topics ul li {
	list-style: none;
	border-radius: 50%;
	margin: 0 15px 0 0;
}

.topics ul li:last-of-type {
	margin-right: 0;
}

.topics ul li {
	display: relative;
	width: 160px;
	height: 160px;
	transition: background 1s ease;
	padding: 0;
}

.topics ul li a {
	position: relative;
	color: transparent;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	margin: 0;
}

/**
  Brain and body
**/
.topics ul li.brain-body {
	background: url(https://s3.wp.wsu.edu/uploads/sites/2332/2018/11/BrainandBodynew.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

/**
  Culture
**/
.topics ul li.culture {
	background: url(https://s3.wp.wsu.edu/uploads/sites/2332/2018/11/Culturenew.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

/**
  Earth and Sky
**/
.topics ul li.earth-sky {
	background: url(https://s3.wp.wsu.edu/uploads/sites/2332/2018/11/EarthandSkynew.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

/**
  Food and health
**/
.topics ul li.food-health {
	background: url(https://s3.wp.wsu.edu/uploads/sites/2332/2018/11/FoodandHealthnew.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

/**
  History and Geo
**/
.topics ul li.history-geo {
	background: url(https://s3.wp.wsu.edu/uploads/sites/2332/2018/11/HistoryGeonew.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

/**
  Nature
**/
.topics ul li.nature {
	background: url(https://s3.wp.wsu.edu/uploads/sites/2332/2018/11/PlantsAnimalsBugsnew.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

/**
  Tech
**/
.topics ul li.tech {
	background: url(https://s3.wp.wsu.edu/uploads/sites/2332/2018/11/TechEngMathnew.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

@media only screen and (min-width: 900px) {
	.topics ul li.tech:hover {
		background: url(https://s3.wp.wsu.edu/uploads/sites/2332/2018/11/TechEngMathHOVER.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	
	.topics ul li.nature:hover {
		background: url(https://s3.wp.wsu.edu/uploads/sites/2332/2018/11/PlantsAnimalsBugsHOVER.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	
	.topics ul li.history-geo:hover {
		background: url(https://s3.wp.wsu.edu/uploads/sites/2332/2018/11/HistoryandGeographyHOVER.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	
	.topics ul li.food-health:hover {
		background: url(https://s3.wp.wsu.edu/uploads/sites/2332/2018/11/FoodandHealthHOVER.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	
	.topics ul li.earth-sky:hover {
		background: url(https://s3.wp.wsu.edu/uploads/sites/2332/2018/11/EarthandSkynewHOVER-1-e1543604216923.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	
	.topics ul li.culture:hover {
		background: url(https://s3.wp.wsu.edu/uploads/sites/2332/2018/11/CultureHOVER.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	
	.topics ul li.brain-body:hover {
		background: url(https://s3.wp.wsu.edu/uploads/sites/2332/2018/11/BrainandBodyHOVER.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
}

@media only screen and (max-width: 900px) {
	.topics ul li {
		display: block;
		position: relative;
		width: 160px;
		height: 180px;
		transition: none;
		border-radius: 0;
		margin-bottom: 20px;
	}
	
	.topics ul li.tech {
		background: url(https://s3.wp.wsu.edu/uploads/sites/2332/2018/12/2TechEngMathnewMOBILE.png);
		background-repeat: no-repeat;
		background-position: top center;
		background-size: contain;
	}
	
	.topics ul li.nature {
		background: url(https://s3.wp.wsu.edu/uploads/sites/2332/2018/12/2PlantsAnimalsBugsnewMOBILE.png);
		background-repeat: no-repeat;
		background-position: top center;
		background-size: contain;
	}
	
	.topics ul li.history-geo {
		background: url(https://s3.wp.wsu.edu/uploads/sites/2332/2018/12/2HistoryandGeographynewMOBILE.png);
		background-repeat: no-repeat;
		background-position: top center;
		background-size: contain;
	}
	
	.topics ul li.food-health {
		background: url(https://s3.wp.wsu.edu/uploads/sites/2332/2018/12/2FoodandHealthnewMOBILE.png);
		background-repeat: no-repeat;
		background-position: top center;
		background-size: contain;
	}
	
	.topics ul li.earth-sky {
		background: url(https://s3.wp.wsu.edu/uploads/sites/2332/2018/12/2EarthandSkyMOBILE.png);
		background-repeat: no-repeat;
		background-position: top center;
		background-size: contain;
	}
	
	.topics ul li.culture {
		background: url(https://s3.wp.wsu.edu/uploads/sites/2332/2018/12/2CulturenewMOBILE-2.png);
		background-repeat: no-repeat;
		background-position: top center;
		background-size: contain;
	}
	
	.topics ul li.brain-body {
		background: url(https://s3.wp.wsu.edu/uploads/sites/2332/2018/12/2BrainandBodynewMOBILE-1.png);
		background-repeat: no-repeat;
		background-position: top center;
		background-size: contain;
	}
}

/** Taxonomy Search **/
.druniverse-tags.wsuwp-taxonomy-search-az-index {
	padding-bottom: 4em;
}

.druniverse-tags.wsuwp-taxonomy-search-az-index span.wsuwp-term-set {
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 50%;
	box-sizing: border-box;
	padding: 0;
	font-size: 22px;
	background-color: #D7D7D7;
	border: none;
}

.wsuwp-taxonomy-search-az-index span.wsuwp-term-set:not(.wsuwp-empty-term) {
	color: #333;
}

.wsuwp-taxonomy-search .wsuwp-taxonomy-search-field {
	max-width: 100%;
	margin: 0;
	padding-top: 2em;
}

.wsuwp-taxonomy-search-results {
	padding-top: 1em;
}

/** Search & 404 page */
.dr-universe-cloud {
	background-image: url('https://s3.wp.wsu.edu/uploads/sites/2332/2018/11/Dr.-U-Twins-art-noclouds-2.png');
	min-height: 800px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: right;
}

.dr-universe-cloud-text-wrapper {
	min-height: 200px;
	width: 500px;
	background-image: url('https://s3.wp.wsu.edu/uploads/sites/2332/2018/11/cloud-cropped.png');
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 110px 90px;
	margin: 4% 21% auto auto;
	box-sizing: border-box;
	display: inline-block;
	text-align: left;
	font-size: 26px;
}

.dr-universe-cloud-text-wrapper .dr-universe-search-text-widgets {
	padding-top: 40px;
}

/** Full width banners **/
.space {
	position: relative;
	height: 500px;
	background: url(https://s3.wp.wsu.edu/uploads/sites/2332/2018/11/Dr-U.-Space-walk-400dpi-1.png) center / 70% no-repeat padding-box content-box, url(https://s3.wp.wsu.edu/uploads/sites/2332/2018/11/Dr-U.-Space-walk-layered-400dpi-1.png) top center / cover no-repeat fixed padding-box content-box #000;
}

.the-beeskness {
	position: relative;
	height: 350px;
	background: url(https://s3.wp.wsu.edu/uploads/sites/2332/2018/11/Bees.png) top center / 70% no-repeat padding-box content-box, url(https://s3.wp.wsu.edu/uploads/sites/2332/2018/11/Dr.-Universe-with-Bees-Final.png) center / 90% no-repeat fixed padding-box content-box, url(https://s3.wp.wsu.edu/uploads/sites/2332/2018/11/Honeycomb.png) center / 90% no-repeat padding-box content-box #d0e2e0;
	margin-bottom: 4em;
}

.gazing-stars {
	position: relative;
	height: 450px;
	background: url(https://s3.wp.wsu.edu/uploads/sites/2332/2018/11/drU-binocs.png) bottom center / 60% no-repeat padding-box content-box, url(https://s3.wp.wsu.edu/uploads/sites/2332/2018/11/stars.png) center / cover no-repeat fixed padding-box content-box #323640;
	margin-bottom: 4em;
}

/** Mobile **/
@media only screen and (max-width: 693px) {
	.overlaps {
		margin-bottom: 175px;
	}
	
	.overlaps .one {
		position: absolute;
		top: 100%;
		width: 100%;
		left: 0;
		padding-top: 0;
	}
}

@media (max-width: 990px) {
	#binder.fluid main, #binder.hybrid main {
		margin-top: 0;
	}
	
	/* structure */
	section.row,
																																																				  html body.single-post main {
		padding-right: 1rem;
		padding-left: 1rem;
	}
	
	/* mail */
	.mail #mc_embed_signup form div#mc_embed_signup_scroll {
		display: block;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	
	.mail #mc_embed_signup input.email {
		width: 100%;
		min-width: 100%;
	}
	
	.mail #mc_embed_signup input.button {
		margin-left: auto;
		margin-right: auto;
	}
	
	/** Explore **/
	.topics ul {
		width: 100%;
	}
	
	.topics ul li a {
		width: 120px;
		height: 120px;
		line-height: 120px;
	}
	
	/** Homepage **/
	.welcome-banner {
		height: 300px;
	}
	
	.welcome-banner img {
		width: 40%;
	}
	
	/*.overlaps .one img {
																																						margin-bottom: 0;
																																						vertical-align: baseline;
																																					}
																																					
																																					.overlaps {
																																						padding-bottom: 2em;
																																					}
																																					
																																					.overlaps .one img {
																																						position: absolute;
																																						z-index: 0;
																																						top: 300px;
																																					}*/
	.recent-blog h2 {
		padding: 1em 0;
	}
	
	/** Footer **/
	footer {
		position: absolute;
		z-index: 100;
	}
	
	footer ul {
		display: block;
		width: 100%;
		padding-bottom: 1em;
	}
	
	footer ul li {
		border-bottom: 1px solid #5a5a5a;
		padding: .8em 0;
		margin: 0;
	}
	
	footer ul li:last-of-type {
		border-bottom: none;
	}
}

@media (max-width: 450px) {
	.drUlogo {
		min-width: 130px;
	}
	
	/* structure */
	section.row,
																																																				  html body.single-post main {
		padding-right: 0;
		padding-left: 0;
	}
	
	/* Other adjustments */
	h1 {
		text-align: left;
	}
	
	/* home */
	.welcome-banner {
		height: 200px;
	}
	
	.welcome-banner img {
		width: 50%;
	}
	
	.home-menu ul {
		padding-top: 4em;
		padding-bottom: 2em;
	}
	
	.home-menu ul li {
		margin-right: 0;
	}
	
	.home-menu ul li a,
																																											.topics ul li a {
		width: 100px;
		height: 100px;
		line-height: 0;
		font-size: .9rem;
	}
	
	/*.overlaps {
																										height: 640px;
																									}
																									
																									.overlaps .one img {
																										position: absolute;
																										z-index: 0;
																										top: 500px;
																									}*/
	.recent-blog h2 {
		padding-top: 0;
	}
	
	/* Tags */
	.druniverse-tags.wsuwp-taxonomy-search-az-index span.wsuwp-term-set {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	
	.space {
		position: relative;
		height: 300px;
		background: url(https://s3.wp.wsu.edu/uploads/sites/2332/2018/12/Dr-U.-Space-walk-MOBILE.png) center / 100% no-repeat padding-box content-box #000;
	}
	
	.the-beeskness {
		position: relative;
		height: 300px;
		background: url(https://s3.wp.wsu.edu/uploads/sites/2332/2018/11/Bees.png) center / 70% no-repeat padding-box content-box, url(https://s3.wp.wsu.edu/uploads/sites/2332/2018/11/Dr.-Universe-with-Bees-Final.png) center / 90% no-repeat padding-box content-box, url(https://s3.wp.wsu.edu/uploads/sites/2332/2018/11/Honeycomb.png) center / 90% no-repeat padding-box content-box #d0e2e0;
		margin-bottom: 4em;
	}
}

/* SCREEN READER ONLY */
.screen-reader-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
}