/* big news story */
.wsuwp-content-syndicate-wrapper.top-news-story a {
	color: inherit;
	box-shadow: none;
	border: none;
}

.wsuwp-content-syndicate-wrapper.top-news-story a:hover {
	color: #981e32;
	background: none;
	box-shadow: none;
	border: none;
}

.top-news-head {
	font-size: 1.5rem;
	font-weight: 700;
	padding: 1rem 0;
	border-bottom: 1px solid rgba(0,0,0,.1);
}

/* calendar styling */
span.content-item-event-city {
	font-size: .9rem;
	color: #5e6a71;
}

.locations {
	display: inline-block;
	list-style: none;
	padding-left: 0;
}

.locations h2 {
	margin: 0;
}

/* --- Scorecard page --- */
.page-scorecard .main-header {
	display: none;
}/* ---------- Special HP Overlay styling ---------- */
	
}

div.overlay-text {
	position: absolute;
	bottom: 1rem;
	width: 100%;
}

.overlay-wrapper .aligncenter {
	margin: 0 auto;
}

.overlay-image {
	margin: 0 auto;
}

.overlay-wrapper p {
	width: 100%;
	text-align: center;
}

.overlay-top-text,
.overlay-date,
.overlay-button {
	color: #fff;
	text-transform: #fff;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-size: .8rem;
	font-weight: 300;
	letter-spacing: 8px;
}

.overlay-text h1 {
	font-size: 3rem;
	background-color: transparent;
	padding: 0 1rem;
	width: 100%;
	margin: 0;
	box-sizing: border-box;
}

.overlay-date {
	letter-spacing: 2px;
}

.overlay-button,
.overlay-button:hover {
	border: 1px solid #fff;
	box-shadow: none;
	display: block;
	max-width: 260px;
	margin: 3rem auto 0;
	padding: .3rem;
	letter-spacing: 0;
}

.noscroll .overlay-dismiss {
	position: absolute;
	top: 1rem;
	right: 2rem;
	padding: .7rem .5rem .5rem;
	border: 1px solid transparent;
	text-transform: uppercase;
	font-size: 2rem;
	transition: border-color .3s ease;
}

.noscroll .overlay-dismiss:hover {
	border: 1px solid #fff;
}

/* link styles for admission page dropdown */
.pullman-header span {
	color: #981e32;
	border-bottom: 3px solid #dddddd;
	box-shadow: inset 0 -5px 0 #dddddd;
	transition: background .5s cubic-bezier(.33,.66,.66,1);
	transition: border 1s ease (.33,.66,.66,1);
}

.pullman-header span:hover {
	color: #981e32;
	background-color: #f2f2f2;
	border-bottom: 3px solid #f2f2f2;
	box-shadow: inset 0 -5px 0 #f2f2f2;
	padding: 2px 0 0;
}

@media screen and (max-width: 550px) {
	.overlay-image {
		width: 85%;
	}
	
	div.overlay-text {
		position: relative;
		margin-top: -5rem;
	}
	
	.overlay-text h1 {
		font-size: 1.9rem;
	}
	
	.overlay-top-text {
		letter-spacing: 2px;
	}
}

/* ---------- Active state for Feature section ---------- */
.features-container .home-headline-nav li.active-feature {
	background: #929292;
	background: rgba(146,146,146,1);
}

/* ---------- Fat Footer Fix for Secondary Pages ---------- */
main #fat-footer a,
main #fat-footer a:hover {
	border: none;
	box-shadow: none;
	padding: 0;
	background: none;
}

/* ----- Font fix for Home page ----- */
.opensansy main {
	font-family: 'proxima-nova', 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
}

/* ------ Impact Features ----- */
.features-container .impact-head .home-headline.headline-has-background > div {
	position: absolute;
	top: inherit;
	bottom: 5%;
	width: 450px;
	margin: 0 0 0 3rem;
}

.features-container .impact-head h2 {
	border-left: none;
	color: #fff;
	font-size: 2.5rem;
	line-height: .9;
	text-transform: initial;
	font-family: proxima-nova;
	font-weight: 300;
	padding: 0 0 0 1rem;
	top: inherit;
	bottom: inherit;
}

.features-container .impact-head h2,
.features-container .impact-head .home-subtitle {
	width: 100%;
	display: block;
	box-sizing: border-box;
	padding: 0 2rem;
	margin: 0;
	background: #981e32;
}

.features-container .impact-head h2 {
	padding-top: 1rem;
}

.features-container .impact-head .home-subtitle {
	padding-bottom: 1rem;
	font-weight: 300;
}

.features-container .impact-head .home-cta {
	padding: 0 0 0 2rem;
}

p.recruit-middle.graduate {
	margin-top: 8rem;
	padding-bottom: 1rem;
	color: #5e6a71;
	line-height: 1.2;
	font-size: 1.7rem;
}

p.button-row.graduate-apply {
	margin-top: 3rem;
}

@media screen and (max-width:791px) {
	.features-container .impact-head .home-headline.headline-has-background > div {
		width: 80%;
	}
	
	.features-container .impact-head .home-cta {
		padding: 0 0 0 2rem;
		margin-left: 0;
	}
	
	.features-container .wsu-home-headline-wrapper.impact-head .headline-has-background {
		background-position: center center;
	}
	
	.features-container .impact-head h2 {
		font-size: 2rem;
	}
}

/* ------ bug ------ */
.bug {
	border-top: solid 1px #7c1929;
	border-bottom: solid 1px #7c1929;
	background-color: #981e32;
	height: auto;
	padding: 1em;
	text-align: center;
}

.bug p {
	color: #fff;
	font-size: 1.5rem;
	font-size: 1em;
	padding: .75em;
}

.bug .home-cta {
	margin-top: 0 auto;
	max-width: 100%;
	color: #fff;
}

.bug .home-cta a, .bug .home-cta a:hover {
	color: #fff;
	box-shadow: none;
	padding: .5rem 2rem;
	border: 1px solid #fff;
	text-transform: uppercase;
	display: inline-block;
}

.bug .home-cta a:hover {
	color: #981e32;
}

/* ------ subfeature ------ */
.subfeature {
/*border-bottom: solid 1px #cbcbcb;*/
	background-color: #981e32;
	background-image: url(https://wsu.edu/wp-content/uploads/sites/625/2015/07/PresFloyd-memorial.png);
	Background-position: center right;
	background-repeat: no-repeat;
	height: 305px;
}

.subfeature p {
	color: #fff;
	font-size: 1.5rem;
}

.subfeature h2 {
	color: #fff;
	margin: 0;
}

.subfeature .column.one {
	padding: 2rem 4rem 2rem 2rem !important;
	background-size: contain;
}

.subfeatures .home-cta {
	margin-top: 2rem;
	width: 37.5%;
	color: #fff;
}

.subfeature .home-cta a, .subfeature .home-cta a:hover {
	color: #fff;
	box-shadow: none;
	padding: .5rem 1rem;
	border: 1px solid #fff;
	text-transform: uppercase;
	display: inline-block;
}

.subfeature .home-cta a:hover {
	color: #000;
	border: 1px solid #d7dadb;
}

/* ----- subfeature mobile fix ----- */
@media screen and (max-width: 700px) {
	.subfeature .home-cta {
		width: 65%;
	}
	
	.subfeature .column.one {
		padding: 2rem 4rem !important;
		background-size: contain;
	}
	
	.subfeature {
		Background-position: center left;
	}
}

/* ------ Lowercase FOS dropdown ------ */
.recruitment li.fos-label {
	text-transform: lowercase;
}

/* ----- Manual News add ----- */
.news .one .wsuwp-content-syndicate-wrapper.manual-csw {
	font-size: 1rem;
}

.wsuwp-content-syndicate-list li a {
	font-size: 16px;
}

/* ----- Calendar Item Adjustments ----- */
.content-item-event-date {
	padding: .5rem !important;
	box-sizing: border-box;
	width: 5rem !important;
}

/* ----- Athletics mobile fix ----- */
@media screen and (max-width: 700px) {
	.athletics {
		background: #f2f2f2;
	}
}

/* ------ Fixed Background fix ------ */
@media screen and (max-width: 900px) {
	.fixedbg {
		background-size: cover !important;
	}
}

/* ------ Border on mobile menu header ------ */
#binder.fluid #spine header {
	border-bottom: 1px solid #dbdbdb;
}

/* ----- FOS dropdown covered by lower div fix ----- */
.find-fos {
	z-index: 3;
}

/* ---- Fix IE8 image height for campaign ---- */
.lt-ie9  main row.campaign-mark .column img {
	height: 150px;
}

/**** INTERNAL STYLES ***/
/*------------subsection featured images------------*/
.visit-ft-image {
	background-image: url(/wp-content/uploads/sites/625/2015/03/Screen-Shot-2015-03-18-at-11.05.46-AM.png);
	height: 260px;
	background-position: center;
	text-align: center;
}

.community-ft-image {
	background-image: url(/wp-content/uploads/sites/625/2015/03/Community-SectionHeader1.jpg);
	height: 260px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center middle;
	text-align: center;
}

.activelife-ft-image {
	background-image: url(/wp-content/uploads/sites/625/2015/03/Recreation-Active.jpg);
	height: 260px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center middle;
	text-align: center;
}

.grandchallenge-ft-image {
	background-image: url(/wp-content/uploads/sites/625/2015/03/research4.jpg);
	height: 260px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center middle;
	text-align: center;
}

.careersprof-ft-image {
	background-image: url(/wp-content/uploads/sites/625/2015/03/Careers-Professionals.jpg);
	height: 260px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	text-align: center;
}

.careersstud-ft-image {
	background-image: url(/wp-content/uploads/sites/625/2015/03/Careers-StudentJobs1.jpg);
	height: 260px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	text-align: center;
}

.showscampus-ft-image {
	background-image: url(/wp-content/uploads/sites/625/2015/05/Shows-OnCampus2.jpg);
	height: 260px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	text-align: center;
}

.showsoffcampus-ft-image {
	background-image: url(/wp-content/uploads/sites/625/2015/03/Shows-OffCampus.jpg);
	height: 260px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	text-align: center;
}

.buytix-ft-image {
	background-image: url(/wp-content/uploads/sites/625/2015/03/Tickets-BuyTickets3.jpg);
	height: 260px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center middle;
	text-align: center;
}

.shoponline-ft-image {
	background-image: url(/wp-content/uploads/sites/625/2015/03/Shopping-Online.jpg);
	height: 260px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	text-align: center;
}

.difference-research-ft-image {
	background-image: url(/wp-content/uploads/sites/625/2015/03/WSUDifference-Research.jpg);
	height: 260px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	text-align: center;
}

.difference-statewide-ft-image {
	background-image: url(/wp-content/uploads/sites/625/2015/03/WSUDifference-GiveBack.jpg);
	height: 260px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	text-align: center;
}

.excellence-statewide-ft-image {
	background-image: url(/wp-content/uploads/sites/625/2015/03/AcademicExcellence-Nursing.jpg);
	height: 260px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	text-align: center;
}

.landscape-1 {
	background-image: url("/wp-content/uploads/sites/625/2015/03/DSC_8171.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 250px;
	width: 100%;
	bottom: 0;
}

.landscape-2 {
	background-image: url("/wp-content/uploads/sites/625/2015/03/Kayak-Sunset-Paddle_GOPR5673.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 250px;
	width: 100%;
	bottom: 0;
}

.landscape-3 {
	background-image: url("/wp-content/uploads/sites/625/2015/03/MoscowMountsin.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 250px;
	width: 100%;
	bottom: 0;
}

.seasons-1 {
	background-image: url("/wp-content/uploads/sites/625/2015/03/Sights-Springl.jpg");
}

.seasons-2 {
	background-image: url("/wp-content/uploads/sites/625/2015/03/Aerial_Bryan_2-SM.jpg");
}

.seasons-3 {
	background-image: url("/wp-content/uploads/sites/625/2015/12/VanderMeulenFallColor_7117.jpg");
}

.seasons-4 {
	background-image: url("/wp-content/uploads/sites/625/2015/12/DSC_6565.jpg");
}

.seasons-1, .seasons-2, .seasons-3, .seasons-4 {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 250px;
	width: 100%;
	bottom: 0;
}

.small-town-1 {
	background-image: url("/wp-content/uploads/sites/625/2015/12/D32_6828.jpg");
}

.small-town-2 {
	background-image: url("/wp-content/uploads/sites/625/2015/12/Lentil-Fest-Bike-Race_5807.jpg");
}

.small-town-3 {
	background-image: url("/wp-content/uploads/sites/625/2015/03/Shopping-Pullman.jpg");
}

.small-town-1, .small-town-2, .small-town-3 {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 250px;
	width: 100%;
	bottom: 0;
}

#binder.fluid .row.thirds.gutterless {
	padding: 0;
}

#binder.fluid .row.quarters.gutterless {
	padding: 0;
}

#power {
	box-sizing: border-box;
	background: #f6861f;
	padding: .5rem 1rem;
	width: calc(100% - 198px);
	text-align: center;
	font-size: 14px;
	color: #fff;
	margin-left: 198px;
	display: none;
}

.home #power {
	width: 100%;
	margin-left: 0;
}

p.numbers {
	font-size: 3.5em !important;
}

@media screen and (max-width: 791px) {
	#power {
		width: 100%;
		margin-left: 0;
		margin-top: 49px;
	}
}

@media only screen and (max-width: 762px) {
	.landscape-1, .landscape-2, .landscape-3, landscape-4 {
		height: 300px;
	}
	
	.landscape-2 {
		background-position: bottom;
	}
	
	.small-town-1, .small-town-2, .small-town-3 {
		height: 300px;
	}
	
	.small-town-2 {
		background-position: top;
	}
}