/*
Welcome to custom CSS for the WSU Spine Theme!

You may delete these comments and get started with your custom stylesheet.
Before doing so, please review the WSU web standards:

https://brand.wsu.edu/media/web/web-standards/

As a general rule of thumb, if your styles target aspects of the spine
(#spine), that's against standard, whereas if you're styling elsewhere on
the page, it's all good
*/
/* ------------------------ site-wide elements --------------------------- */
#jacket {
	background-color: #e5e5e5;
}

#binder {
	background-color: #e5e5e5;
}

body {
	background-color: #e5e5e5;
}

main {
	padding-bottom: 3rem;
}

main#wsuwp-main {
	background-color: #fff;
	border-left: 1px solid #b5babe;
}

ol li, ul li {
	line-height: 1.6em;
}

.article-title {
	color: #487F84;
	font-weight: 400;
}

/* widget headers */
header {
	font-size: 1.25rem;
	color: #487F84;
	font-weight: 600;
}

/* background note corner */
.note {
	position: relative;
/*	width: 30%; */
	padding: 1em 1.5em;
	margin: 2em auto;
	background: #f1efe6;
	overflow: hidden;
}

.note:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	border-width: 0 0 16px 16px;
	border-style: solid;
	border-color: #fff #e4e0cf #e4e0cf #fff;
	background: #f1efe6;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
	box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
/* Firefox 3.0 damage limitation */
	display: block;
	width: 0;
}

.note.rounded {
	-moz-border-radius: 5px 0 5px 5px;
	border-radius: 5px 0 5px 5px;
}

.note.rounded:before {
	border-width: 8px;
	border-color: #fff #fff transparent transparent;
	-moz-border-radius: 0 0 0 5px;
	border-radius: 0 0 0 5px;
}

.page-are-you-ready-for-distance-delivery label, legend {
	font-weight: 400;
}

.page-are-you-ready-for-distance-delivery .tan-box {
	text-align: left;
	margin-bottom: 1rem;
}

/* -------------------------- tablepress --------------------------------------------- */
.tablepress thead th,
.tablepress tfoot th {
	color: #ffffff;
	background-color: #464e54;
}

.tablepress .odd td {
	background-color: #ffffff;
}

.tablepress .even td {
	background-color: #f1efe6;
}

.tablepress {
	border: solid 1px #ddd;
}

/* site directory tables */
.tablepress-id-11, .tablepress-id-5 {
	font-size: .8rem;
}

.tablepress-id-11 td.column-1, .tablepress-id-5 td.column-1, {
	font-weight: 600;
}

.tablepress .sorting:hover, .tablepress .sorting_asc, .tablepress .sorting_desc {
	background-color: #487F84;
}

/* toolbox tables */
.tablepress-responsive-all#tablepress-7 tbody tr td.column-1, .tablepress-responsive-all#tablepress-8 tbody tr td.column-1 {
	border-bottom: 1px solid #464e54;
	min-width: 150px;
}

.green-check {
	border: 1px solid green;
	padding: 2px;
	font-weight: 700;
}

.orange-question {
	border: 1px solid orange;
	padding: 2px;
	font-weight: 700;
	font-size: 120%;
	border-radius: 5px;
}

table#tablepress-10 {
	width: 50%;
}

table#tablepress-13 td.column-1 {
	width: 50%;
}

table#tablepress-20 td.column-1, table#tablepress-21 td.column-1, table#tablepress-22 td.column-1, table#tablepress-20 td.column-2, table#tablepress-21 td.column-2, table#tablepress-22 td.column-2 {
	width: 30%;
}

.postid-5909 table th {
	text-align: center;
}

/* ------------------------------- misc first ------------------------------- */
/* white links */
.white-links a {
	color: #ffffff;
	text-decoration: underline;
}

.white-links a:hover {
	color: #eff0f1;
	text-decoration: underline;
}

/* bottom border for section page photos */
.photobottomborder {
	border-bottom: 10px solid rgb(215,218,219);
}

.tan-background {
	background-color: #f2efe6;
	padding: 10px;
}

.tan-rule {
	margin-top: 0;
	width: calc(100% + 30px);
	border: 0;
	color: #f2efe6;
	background-color: #f2efe6;
	height: 5px;
}

.tan-rule-thin {
	border: 0;
	height: 2px;
	color: #f2efe6;
	background-color: #f2efe6;
}

.tan-rule-vert-left {
	border-left: 5px solid #f2efe6;
}

.tan-box {
	background-color: #f2efe6;
	padding: 1rem;
	text-align: center;
}

.accordion .tan-box {
	background-color: #f2efe6;
	padding: 1rem;
	text-align: center;
}

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

/* tan or blue background mostly for Inclusive jump p in posts */
.tan-p {
	background-color: #f2efe6;
	padding: .5em;
	margin-bottom: .5em;
}

.blue-p {
	background-color: #edf3f4;
	padding: .5em;
	margin-bottom: .5em;
}

.blue-background {
	background-color: #edf3f4;
}

.small-p {
	font-size: .8rem;
}

.small-p ul>li {
	line-height: 1.15rem;
}

/* mostly for conditional logic in forms */
.gray-background {
	background-color: #eff0f1;
	padding: 1em;
}

.more-bottom-space {
	margin-bottom: 20px;
}

/* no vert rule on small screens */
@media all and (max-width: 500px) {
	.tan-rule-vert-left {
		display: none;
	}
}

.lead-in {
	font-size: 1.2rem;
	line-height: 1.4;
	font-weight: 600;
	color: #487F84;
}

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

blockquote {
	font-family: inherit;
	background: #f2efe6;
	margin-left: 2em;
	margin-right: 4em;
	padding: 2em 2em 1em;
	margin-bottom: 1em;
}

/* remove extra p tags around video embeds */
p:empty {
	display: none;
}

/* ------------------------------------------ headers -------------------------------------------- */
h1 {
	font-size: 2.625rem;
	text-transform: uppercase;
	color: #fff;
}

h2 {
	font-size: 1.875rem;
	color: #2a3033;
	font-weight: 800;
}

h3 {
	font-size: 1.3rem;
	color: #487F84;
	font-weight: 700;
}

h4 {
	font-size: 1.12rem;
	color: #487F84;
}

h5 {
	font-size: 1rem;
	color: #487F84;
}

h3, h4, h5, h6 {
	line-height: 1.4em;
}

.pageheader {
	display: flex;
	flex-flow: row;
	justify-content: space-around;
	align-items: center;
	justify-content: flex-start;
	height: 70px;
	background-color: #487F84;
	margin-top: 15px;
}

.pageheadertext {
	flex-grow: 1;
	line-height: .5rem;
	padding-left: 1.5rem;
}

.home h2 {
	font-size: 3.5rem;
	color: #487F84;
	font-weight: 400;
	text-transform: none;
	padding: 0 0 .5em;
}

.home-header-draft h2 {
	font-size: 3.5rem;
	color: #487F84;
	font-weight: 400;
	text-transform: none;
	padding: 0 0 .5em;
}

.small-h4 {
	font-size: 1rem;
	font-weight: 400;
	font-style: italic;
}

.small-h2 {
	font-size: 1.75rem;
	font-weight: 400;
	font-style: italic;
	text-transform: none;
}

/* flw headers */
.flw-header h2 {
	color: #fff;
	background-color: #487F84;
	padding: .5rem;
	margin-bottom: 1rem;
}

.page-certificates h1, .page-register-for-technology-test-kitchen-events h1, .page-register-for-educational-technology-tools h1, .page-register-for-teaching-innovation-forum h1, .page-register-for-teaching-conversation-and-idea-exchange h1, .page-how-to-clear-your-browsing-history-in-chrome h1, .page-submission-form-for-oaks-academic-technology-award-judges h1, .page-for-students-request-a-proctor-for-certain-exams h1, .page-tips-for-creating-accessible-course-materials h1 {
	font-size: 2rem;
}

/* home h2 on small screens */
@media all and (max-width: 500px) {
	.home h2 {
		font-size: 2.5rem;
	}
}

/* pageheaders on medium screens */
@media all and (min-width:482px) and (max-width: 1024px) {
	.page-certificates h1, .page-register-for-technology-test-kitchen-events h1, .page-register-for-educational-technology-tools h1, .page-register-for-teaching-innovation-forum h1, .page-register-for-teaching-conversation-and-idea-exchange h1, .page-how-to-clear-your-browsing-history-in-chrome h1, .page-submission-form-for-oaks-academic-technology-award-judges h1 {
		font-size: 2rem;
	}
	
	h1 {
		font-size: 2rem;
	}
}

/* pageheaders on small screens */
@media all and (max-width: 481px) {
	.page-certificates h1, .page-register-for-technology-test-kitchen-events h1, .page-register-for-educational-technology-tools h1, .page-register-for-teaching-innovation-forum h1, .page-register-for-teaching-conversation-and-idea-exchange h1, .page-how-to-clear-your-browsing-history-in-chrome h1, .page-submission-form-for-oaks-academic-technology-award-judges h1 {
		font-size: 1.5rem;
	}
	
	h1 {
		font-size: 1.5rem;
	}
}

/* pageheaders on search results */
body.search.search-results .pageheader {
	background-color: transparent;
}

body.search.search-results .pageheadertext h1 {
	font-size: 1.5rem;
}

/* --------------------------------------- ordered lists ----------------------------- */
/* ordered lists on videoconference system locations */
.page-videoconference-system ol {
	margin-left: 0;
	padding-left: 0;
	counter-reset: item;
}

.page-videoconference-system ol>li {
	margin-left: 0;
	padding-left: 0;
	counter-increment: item;
	list-style: none inside;
	margin-bottom: 10px;
}

.page-videoconference-system ol>li:before {
	content: counter(item);
	padding: 1px 6px;
	margin-right: .5em;
	background: yellow;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: solid 1px #000;
	font-weight: 600;
}

/* ------------------------------------- more misc --------------------------------- */
/* classrooms */
.schedule {
	padding-top: 10px;
	text-transform: uppercase;
}

iframe, object, embed {
	max-width: 100%;
}

.back-to-top {
	text-align: right;
	font-size: .75rem;
	text-transform: uppercase;
}

/* caption for 360 pano */
.panocaption {
	text-align: right;
	padding-bottom: 0;
}

/* captions for photo galleries */
figcaption {
	padding: 0 0 2px;
	font-size: .8rem;
	line-height: 1rem;
}

/* remove comment area in photo gallery lightbox carousel */
.jp-carousel-image-meta, form#jp-carousel-comment-form {
	display: none;
}

/* add border to screenshots */
.page-create-a-panopto-recording-mac img, .page-create-a-panopto-shortcut-in-blackboard img, .page-create-a-pantopto-recording-windows img, .page-setup-panopto-in-blackboard img, .page-accessing-panopto-recordings img, .page-browser-support-internet-explorer img, .page-early-warning-of-at-risk-students-using-blackboard-course-reports img, .page-emergency-tool-kit-for-campus-closure img, .page-lms-tutorials img, .page-searching-for-videoconference-meeting-requests-in-25live img, .page-25live-calendar img, .page-webconference-zoom img, .page-browser-basics img, .page-how-to-clear-your-browsing-history-in-chrome img, .page-emergency-tool-kit-for-extended-distance-delivery img, .page-for-faculty-proctored-exams img {
	margin: 20px 20px 20px 0;
	padding: 20px;
	border: solid 1px #e5e5e5;
}

/* -------------------------------------- ACCORDION ---------------------- */
.accordion h3 {
	cursor: pointer;
	padding-left: 20px;
	font-size: 1.25rem;
	color: #981e32;
	position: relative;
}

.accordion h3:hover {
	color: #c60c30;
}

.accordion h3:after {
	content: '+';
	font-weight: normal;
	font-size: 1.1rem;
	position: absolute;
	right: 1rem;
	transition: transform .4s;
}

.accordion h3[aria-expanded="true"]:after {
	transform: rotate(45deg);
}

.accordion h3:nth-of-type(odd) {
	background-color: #d7dadb;
}

.accordion h3:nth-of-type(even) {
	background-color: #eff0f1;
}

.accordion h3 a {
	text-decoration: none;
}

#accordion .ui-accordion-header.ui-state-active {
	color: #c60c30;
}

.accordion div {
	padding: 15px;
	background-color: #fff;
}

.accordion div > .flextwocol, .accordion div > .flextwocol-half {
	padding: 0;
}

.accordion {
	border: 1px solid #8d959a;
	margin: 15px 0;
}

.accordion .embed-youtube {
	height: 390px;
	width: 640px;
}

/* youtube embed inside accordion */
@media all and (max-width: 500px) {
	.accordion .embed-youtube {
		height: 146px;
		width: 240px;
	}
	
	.accordion .voicethread {
		height: 146px;
		width: 240px;
	}
}

/* flex for two column layout in accordion on classroom pages */
.flextwocol {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.flextwocol-half {
	width: 48%;
}

.accordion div > .flextwocol, .accordion div > .flextwocol-half {
	padding: 0;
}

/* ---------------------------------------- flex ---------------------------- */
/* flex on small screens */
@media all and (max-width: 500px) {
	.flextwocol {
	/* On small screens, we are no longer using row direction but column */
		flex-direction: column;
	}
	
	.flextwocol-half {
		width: 100%;
	}
}

/* flex for three column */
.flexthreecol {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.flexthreecol-third {
	width: 33%;
}

.flexthreecol .flexthreecol-third:nth-of-type(1) {
	width: 45%;
}

.flexthreecol .flexthreecol-third:nth-of-type(2) {
	width: 20%;
}

.flexthreecol .flexthreecol-third:nth-of-type(3) {
	width: 31%;
}

/* flex three col on small screens */
@media all and (max-width: 500px) {
	.flexthreecol {
	/* On small screens, we are no longer using row direction but column */
		flex-direction: column;
	}
	
	.flexthreecol-third {
		width: 100%;
	}
	
	.flexthreecol .flexthreecol-third:nth-of-type(1) {
		width: 100%;
	}
	
	.flexthreecol .flexthreecol-third:nth-of-type(2) {
		width: 100%;
	}
	
	.flexthreecol .flexthreecol-third:nth-of-type(3) {
		width: 100%;
	}
}

/* flex for FOUR column layout */
.flexfourcol {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.flexfourcol-fourth {
	width: 25%;
	padding: 0 10px;
}

@media all and (max-width: 500px) {
	.flexfourcol {
	/* On small screens, we are no longer using row direction but column */
		flex-direction: column;
	}
	
	.flexfourcol-fourth {
		width: 100%;
		padding: 15px;
	}
}

/* flex for FOUR column layout for CLASSROOMS */
.flexfourcol-fourth-rooms {
	width: 25%;
}

.accordion div > .flextwocol, .accordion div > .flexfourcol-fourth-rooms {
	padding: 0;
}

@media all and (max-width: 500px) {
	.flexfourcol-fourth-rooms {
		width: 100%;
	}
}

/* flex for two column - one wide, one narrow - layout for training registration */
.flextwocol-left {
	width: 60%;
}

.flextwocol-right {
	width: 38%;
	text-align: right;
}

/* flex on small screens */
@media all and (max-width: 500px) {
	.flextwocol-left, .flextwocol-right {
		width: 100%;
		text-align: left;
	}
}

/* flex for two column - one wide, one narrow - layout for single post training buttons */
.flextwocol-left-n {
	width: 38%;
	text-align: right;
}

.flextwocol-right-w {
	width: 60%;
}

/* flex on small screens */
@media all and (max-width: 500px) {
	.flextwocol-left-n, .flextwocol-right-w {
		width: 100%;
		text-align: left;
		line-height: 3;
	}
}

/* faculty training registration flex and button */
.trainingRegButton {
	-moz-box-shadow: inset 0 1px 0 0 #ffffff;
	-webkit-box-shadow: inset 0 1px 0 0 #ffffff;
	box-shadow: inset 0 1px 0 0 #ffffff;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#ffffff),color-stop(1,#f6f6f6));
	background: -moz-linear-gradient(top,#ffffff 5%,#f6f6f6 100%);
	background: -webkit-linear-gradient(top,#ffffff 5%,#f6f6f6 100%);
	background: -o-linear-gradient(top,#ffffff 5%,#f6f6f6 100%);
	background: -ms-linear-gradient(top,#ffffff 5%,#f6f6f6 100%);
	background: linear-gradient(to bottom,#ffffff 5%,#f6f6f6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f6f6f6',GradientType=0);
	background-color: #ffffff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 2px solid #6cc7d9;
	display: inline-block;
	cursor: pointer;
	color: #5e6a71;
	font-family: 'OpenSans', sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding: 6px 11px 6px 24px;
	text-decoration: none;
	text-shadow: 0 1px 0 #ffffff;
	background-image: url(../images/left_arrow_vsm.png);
	background-repeat: no-repeat;
	width: 140px;
}

.trainingRegButton:hover {
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#f6f6f6),color-stop(1,#ffffff));
	background: -moz-linear-gradient(top,#f6f6f6 5%,#ffffff 100%);
	background: -webkit-linear-gradient(top,#f6f6f6 5%,#ffffff 100%);
	background: -o-linear-gradient(top,#f6f6f6 5%,#ffffff 100%);
	background: -ms-linear-gradient(top,#f6f6f6 5%,#ffffff 100%);
	background: linear-gradient(to bottom,#f6f6f6 5%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6',endColorstr='#ffffff',GradientType=0);
	background-color: #f6f6f6;
	color: #536A71;
	background-image: url(../images/left_arrow_vsm.png);
	background-repeat: no-repeat;
}

.trainingRegButton:active {
	position: relative;
	top: 1px;
}

@media print {
	h1 {
		padding-top: 40px;
	}
}

/* ----------------------------- post layout ----------------------------- */
/* widgets */
.widgethead h2 {
	font-size: 1.2rem;
	text-transform: uppercase;
}

.widgethead {
	background-color: #e5e5e5;
	padding: 10px;
}

.single-post .article-title {
	display: none;
}

time.article-date {
	text-transform: none;
	font-size: .9rem;
}

cite.article-author {
	display: none;
}

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

aside#gform_widget-22 {
	border: 1px solid #487F84;
	padding: .5em;
}

a.post-button {
	background-color: #3f6b72;
	padding: 5px 10px;
	text-decoration: none;
	color: #fff;
}

a.post-button:hover {
	background-color: #3f6b72;
}

.widget ul li, nav ul li {
	list-style-type: square;
}

footer.article-footer {
	display: none;
}

.single-post .column.two {
	font-size: .9em;
}

.single-post .column.two header {
	color: #2a3033;
	font-weight: 400;
}

.postheader {
	margin-bottom: 1rem;
	text-align: center;
}

.postheader h1 {
	text-transform: uppercase;
	font-size: 2.75rem;
	font-weight: 700;
}

.postheader p {
	padding-bottom: 0;
	font-size: 1.5rem;
}

.postheader hr {
	margin: .5em 10%;
	border: 0;
	color: #f2efe7;
	background-color: #f2efe6;
	height: 3px;
}

@media (max-width: 481px) {
	.single-post h1 {
		font-size: 2.625rem;
	}
}

.single-post h2 {
	font-size: 1.875rem;
	color: #2a3033;
	font-weight: 800;
}

/* alternating background color for category page excerpts */
article:nth-of-type(even) {
	background: #eff0f1;
	padding: 0 10px 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* gravity form widget */
#gform_widget-22 .gform_wrapper .top_label input.medium, #gform_widget-22 .gform_wrapper .top_label select.medium {
	width: 100%;
}

aside#gform_widget-22 label {
	font-weight: 400;
}

/* gravity form */
.gform_wrapper .description, .gform_wrapper .gfield_description, .gform_wrapper .gsection_description, .gform_wrapper .instruction {
	line-height: 1.4;
}

.gform_wrapper ul.gfield_checkbox li label, .gform_wrapper ul.gfield_radio li label {
	vertical-align: top;
}

/* visually hidden for _blank */
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	width: 1px;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: relative;
	display: inline-block;
}

/* ---------------------------------- SARA form ----------------------------- */
#gform_27 table.gfield_list thead th {
	font-weight: 400;
	text-align: left;
	font-size: .9rem;
	line-height: 1.15;
}

/* ----------------------------- events ------------------------------------- */
.content-item-title {
	display: block;
	padding: 0;
}

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

.content-item-excerpt p {
	padding-bottom: .5em;
}

.content-item-event-meta {
	display: none;
}

.event-list .wsuwp-content-syndicate-event {
	display: grid;
	grid-template-columns: 80px auto;
	grid-auto-flow: row;
	grid-column-gap: 10px;
}

.event-list .content-item-event-date {
	grid-column: 1;
	background-color: #981e32;
	color: #ffffff;
	text-align: center;
	height: 1.5em;
	padding: .2em 0 0;
	margin-top: .25em;
}

.event-list .content-item-event-title {
	grid-column: 2;
	padding-top: .3em;
}

.event-excerpt .wsuwp-content-syndicate-event {
	display: grid;
	grid-auto-flow: row;
	border-bottom: solid 3px #e5e5e5;
	margin-bottom: 12px;
/* padding: 36px 0; */
}

.event-excerpt .content-item-event-date {
/* color: #db3246; */
	font-size: .9em;
	font-weight: 700;
	text-transform: uppercase;
}

.event-excerpt .content-item-event-title {
	font-size: 1.15em;
	font-weight: 700;
	padding: .5em 0;
}