/*
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.
*/
/* ----- Check for stage links ----- */
/* Checks for stage.web.wsu.edu links once website is launched (published) */
.logged-in a[href*="stage.web.wsu.edu"] {
	background-color: rebeccapurple !important;
}

/* ----- END Check for stage links ----- */
.wsu-article.wsu-style--index .wsu-article__thumbnail img {
	width: 200px;
	height: 132px;
	max-width: 200px;
}

.contact-calendar, .specialized-contact-icon {
	font-size: .75rem;
	font-weight: 500;
	font-style: normal;
	margin: .4rem 0 .4rem 1.5rem;
	position: relative;
}

.contact-calendar::before, .specialized-contact-icon::before {
	font-family: wsu-icons;
	color: inherit;
	font-size: 1.2em;
	display: inline-block;
	vertical-align: middle;
	margin-right: .2em;
	position: absolute;
	right: calc(100% + 0.2rem);
	top: -.1rem;
}

.contact-calendar, .specialized-icon {
	font-weight: 500;
	font-style: normal;
	margin: .4rem 0 .4rem 1.5rem;
	position: relative;
}

.contact-calendar::before, .specialized-icon::before {
	font-family: wsu-icons;
	color: #a60F2d;
	font-size: 1.2em;
	display: inline-block;
	vertical-align: middle;
	margin-right: .2em;
	position: absolute;
	right: calc(100% + 0.2rem);
	top: -.1rem;
}

.contact-calendar::before {
	content: "\F10E";
}

div.wsu-quicklinks__panel-content .tribe-events-widget-events-list__header-title,div.wsu-quicklinks__panel-content .tribe-events-widget-events-list__event-date-tag-month, div.wsu-quicklinks__panel-content .tribe-events-widget-events-list__event-date-tag-daynum, div.wsu-quicklinks__panel-content .tribe-events-widget-events-list__event-datetime, div.wsu-quicklinks__panel-content .tribe-events-widget-events-list__event-title-link {
	color: #ffffff !important;
}

div.wsu-quicklinks__panel-content .tribe-events-widget-events-list__view-more-link {
	display: inline-block !important;
	background-color: #a60f2d !important;
	font-weight: bold !important;
	color: #ffffff !important;
	padding: 11px 20px !important;
	border-radius: var(--tec-border-radius-default);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-details {
	width: calc(var(--tec-grid-width-1-of-8)*8);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-featured-image-wrapper {
	margin-bottom: 1rem;
}

.deadline-countdown .tribe-events-widget-countdown__event-title {
	display: none;
}

.featured-event-bar .tribe-events .tribe-events-header, .featured-event-bar .tribe-events-c-nav, .featured-event-bar .tribe-events-c-ical {
	display: none;
}

.featured-event-bar .tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
	padding-bottom: 0;
	min-height: auto;
	padding-top: 0;
}

.events-page-list .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-details {
	width: 100%;
}

.events-page-list .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-featured-image-wrapper, .events-page-list .tribe-events-c-ical {
	display: none;
}

.events-page-list .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--labels .tribe-events-c-view-selector__content {
	width: 135%;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector {
	width: 125px;
}

.events-page-list .tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
	padding-top: 0;
}

table.tribe-section-content, table.tribe-section-content td {
	border-top: none;
	border: none;
}

.tribe-community-events .tribe-section-header, .events-community-post-title, .events-community-post-content {
	padding-top: 2em;
}

.tribe-community-events .events-community-post-title input#post_title {
	width: 100%;
}

.tribe-community-events .tribe-change-timezone {
	display: block;
}

.eventForm .tribe-datetime-block .tribe-field-end_time, .eventForm .tribe-datetime-block .tribe-field-start_time {
	width: 100px;
}

.eventForm .tribe-datetime-block .tribe-field-end_date, .eventForm .tribe-datetime-block .tribe-field-start_date {
	width: 110px;
}

.tribe-community-events .tribe-section-taxonomy ~ .tribe-section-taxonomy {
	display: none;
}

.tribe-events-single ul.tribe-related-events li .tribe-related-events-thumbnail {
	width: 70%;
}

.tribe-events-single ul.tribe-related-events .tribe-related-events-thumbnail img {
	max-width: 70%;
}

.select2-container--default .select2-selection--multiple {
	width: 500px;
}

input#EventURL {
	width: 325px;
}

h2.hide-anchor a:not(.wsu-heading__anchor-link)::after {
	display: none;
}

.stat-alignright {
	left: 64%;
}

.stat-alignleft {
	left: -2em;
}

.dropshadow-small {
	box-shadow: 0 0 5px rgba(0,0,0,.3);
}

.negative-margin {
	margin-left: -2em !important;
	margin-right: -2em !important;
	padding-left: 2em;
	padding-right: 2em;
}

.negative-right-margin {
	margin-right: -42px;
}

@media screen and (max-width: 576px) {
	.stat-alignright,.stat-alignleft {
		left: auto;
		margin-top: 0;
	}
	
	.stat-note {
		padding-right: 0 !important;
		padding-left: 0 !important;
		margin-top: 0;
	}
	
	.negative-margin {
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
	}
	
	.wsu-article.wsu-style--index {
		flex-direction: column-reverse;
	}
	
	.wsu-article.wsu-style--index .wsu-article__thumbnail {
		padding-left: 0;
	}
	
	.wsu-article.wsu-style--index .wsu-article__thumbnail img {
		padding-bottom: 1em;
	}
}