html {
	margin-top: 0 !important;
}

body {
	padding: 0;
	margin: 0;
}

#jacket {
	background-size: 100% auto;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

.home #jacket {
	background-image: url('https://wpcdn.web.wsu.edu/wp-screens/uploads/sites/219/2014/09/background-home.png');
	background-size: 1920px auto !important;
}

#spine {
	display: none;
}

body main {
	padding-bottom: 4rem;
	margin-left: 0;
}

body.page-achievement main,
body.page-athletics main,
body.page-murrow main {
	color: #b5babe;
}

.column figure {
	max-width: 100%;
	padding: 10px;
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: 10px;
	background: white;
	box-shadow: 0 0 3px gray;
}

/* Icons */
.table-list ul {
	position: relative;
	padding: 0;
	margin: 0;
}

.table-list ul li {
	padding: .5rem 0;
	list-style: none;
	margin-left: -4rem;
	margin-right: -4rem;
	padding-left: 4rem;
	padding-right: 4rem;
}

.table-list li h2,
.table-list li h2 + span {
	padding-top: 0;
	text-align: left;
}

.table-list li h2 + span {
	text-transform: uppercase;
}

.table-list li:hover h2,
.table-list li:hover:before {
	color: #981e32;
	opacity: 1;
	cursor: pointer;
}

.table-list li h2:before,
tr.has-info:before,
tr.unboxed:before {
	font-family: FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 30px;
	opacity: .5;
	display: block;
	position: absolute;
	left: -20px;
}

tbody tr.has-info {
	position: relative;
}

tbody tr.has-info:not(.unboxed):not(.unfolded):before {
	content: "\f05a";
	margin-top: 3px;
	left: -30px;
}

.table-list li h2:before {
	content: "\f078";
	left: -40px;
	opacity: 1;
	margin-top: 0;
}

tr.unboxed:before {
	content: "\f00d";
	left: auto;
	right: 40px;
	margin-top: -20px;
}

tr.unboxed:hover:before {
	opacity: 1;
}

.table-list li.opened {
	background: rgba(255,255,255,0.7);
}

.table-list li.opened .tablepress-table-description {
	padding: 0 0 10px;
}

.no-thead thead {
	display: none;
}

.table-list li .dataTables_wrapper {
	display: none;
}

.table-list li.opened .dataTables_wrapper {
	display: block;
}

.section-awards .column-5:before,
.section-honors .column-5:before {
	display: inline;
}

.section-awards .column-5:empty:before,
.section-honors .column-5:empty:before {
	display: none;
}

.main-header {
	background-color: rgba(0,0,0,0.5);
}

.tablepress tr {
	padding: 1rem 0;
	display: block;
	width: 50%;
	float: left;
}

.tablepress tr:nth-of-type(odd) {
	clear: both;
}

main .tablepress tbody tr {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: rgba(0,0,0,0.5);
}

main .tablepress tr td {
	display: block;
	float: left !important;
	padding: 5px 0;
	zoom: 1;
	border-top: none;
}

.tablepress tbody td,
.page .tablepress thead th,
table.tablepress .odd td,
table.tablepress .even td {
	background-color: transparent;
	border-top: none;
}

/* Header Rows */
.dataTables_filter {
	margin-bottom: -100px;
}

.dataTables_filter label {
	font-size: 1.5rem;
	line-height: 1.7rem;
	text-align: baseline !important;
}

.dataTables_filter input {
	font-size: 1.5rem;
	background: rgba(255,255,255,0.5);
	padding: .5rem;
}

.dataTables_filter input:focus {
	background: white;
}

.dataTables_wrapper .tablepress th[class*=sorting]:hover {
	color: white;
	background-color: rgba(0,0,0,0.35);
	background-color: black;
}

.tablepress thead th {
	text-transform: uppercase;
}

.tablepress thead tr th[class*=sorting]:first-of-type:before {
	content: "Sort by ";
	font-weight: bold;
}

.dataTables_wrapper .tablepress thead th[class*=sorting] {
	width: auto !important;
}

.dataTables_wrapper .tablepress thead th[class*=sorting] div {
	display: inline-block;
	padding: 3px 10px !important;
}

.dataTables_wrapper .tablepress thead th[sort*="scending"] {
}

.dataTables_wrapper .tablepress thead th[class*=sorting] div:hover {
	background: rgba(0,0,0,0.8);
}

.page .tablepress thead th {
	color: ;
}

.page .tablepress thead th {
	border-bottom: none;
}

/* Home */
.home #jacket {
	background-color: white;
	background-attachment: scroll;
	background-size: 1920px auto;
}

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

.home main section .column.one {
	color: #464e54;
	font-size: 1.5rem;
	line-height: 2rem;
	padding: 650px 4rem 4rem 8rem !important;
}

.tablepress th[class*=sorting] {
	display: none;
}

.tablepress th[class*=sorting]:not(.sorting_disabled).column-1,
.tablepress th[class*=sorting]:not(.sorting_disabled).column-3 {
	display: inline-block;
}

.page-womens-leadership-award .tablepress th[class*=sorting].column-4 {
	display: inline-block;
}

.tablepress td.column-1,
.tablepress td.column-2 {
	font-size: 2rem;
	font-family: Palatino, serif;
}

/* Last Name */
.tablepress td.column-1 {
	padding-right: 5px;
}

/* First Name */
.tablepress td.column-2 {
	padding-right: 10px;
}

/* Class */
.tablepress td.column-3 {
	padding-right: 10px;
}

.tablepress td.column-1:not(.empty-cell):after {
	content: ", ";
}

.tablepress tr td:nth-of-type(3) {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #f9f9f9;
	border-right-color: #d7dadb;
	margin-right: 10px;
}

.tablepress [class*=column]+[class*=column]:last-child {
	float: left;
}

/* Year Awarded */
.section-awards td.column-4:after,
.section-honors td.column-4:after {
	content: " Recipient";
}

.page-athletics td.column-4:after {
	content: " Inductee";
}

.page-foundation td.column-4:after {
	content: "";
}

.tablepress td.column-4 ~ td {
	display: none;
}

/* Photo */
.halves .column.one .marginalized {
	margin-left: -100%;
	float: right;
	right: -100%;
	position: relative;
}

figcaption {
	font-size: .8em;
}

/* Unfold */
.page-achievement .tablepress tr.unfolded td.column-5 {
	display: block;
	width: 80%;
}

.tablepress.unbox tr:not(.unboxed):hover td,
.tablepress.unfold tr:not(.unfolded):hover td,
.tablepress.unbox tr.unboxed td {
	color: black;
	cursor: pointer;
}

/* Unbox */
.tablepress .unboxed td.column-1 {
	padding-right: 5px;
}

.tablepress .unboxed td.column-2,
.tablepress .unboxed td.column-4,
.xxtablepress .unboxed td.column-7 {
	display: block;
}

.tablepress .unboxed td.column-3 {
	clear: both;
	text-transform: uppercase;
}

.tablepress .unboxed td.column-4 {
	text-transform: uppercase;
}

.info-column-5 .unboxed td.column-5,
.info-column-6 .unboxed td.column-6,
.info-column-5 .unfolded td.column-5,
.info-column-6 .unfolded td.column-6 {
	display: block;
}

.info-column-5 .unboxed td.column-5,
.info-column-6 .unboxed td.column-6 {
	width: 460px;
	padding-right: 1rem;
}

.tablepress tr.unboxed {
/** Apply basic lightbox styling */
	position: fixed;
	z-index: 9999;
	width: 800px;
	height: 700px;
	top: 50%;
	left: 50%;
	margin-top: -23%;
	margin-left: -25%;
	background: black;
	background: rgba(0,0,0,0.8);
	background: rgba(255,255,255,0.95);
	border-radius: 1rem;
	box-sizing: border-box;
	padding: 3.8rem;
	overflow-y: scroll;
	border-top: none;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

/* Pages */
/* Page - Achievement */
.page-achievement main {
	color: #eff0f1;
	color: #d7dadb;
}

.page-achievement .tablepress td.column-5 {
	clear: both;
}

.page-pat main section .column {
	font-size: 1.15em;
	line-height: 1.5em;
}

.page-achievement .tablepress.unbox tr:not(.unboxed):hover td,
.page-achievement .tablepress.unfold tr:not(.unfolded):hover td {
	color: white;
}

/* Page - Regents */
body.page-regents main {
	color: rgba(0,0,0,0.5);
}

body.page-regents main tr:hover td {
	color: rgba(0,0,0,1);
}

body.page-regents main .unboxed tr td {
	color: black;
}

.tablepress tr.unboxed td.column-3:before {
	content: "Class of ";
}

.page-regents .tablepress .unboxed td.column-5 {
	clear: both;
}

.page-regents .tablepress .unboxed td.column-6 {
	display: block;
	position: relative;
	top: -50px;
}

li .dataTables_wrapper {
	display: none;
}

.tablepress .unboxed td.column-6 img,
.tablepress .unboxed td.column-7 img {
	width: 198px;
	height: auto;
}

ul[id*="menu-awards"] {
	position: fixed;
	bottom: 10px;
	right: 2rem;
	left: 2rem;
	z-index: 99164;
	padding: 0 200px 0 0;
	padding: 0;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	vertical-align: top;
	margin: 0;
	border-collapse: separate;
	border-spacing: 0;
	background: rgb(198,12,48);
/* Old browsers */
	background: -moz-linear-gradient(top,rgba(198,12,48,1) 0%,rgba(152,30,50,1) 100%);
/* FF3.6+ */
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(198,12,48,1)),color-stop(100%,rgba(152,30,50,1)));
/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,rgba(198,12,48,1) 0%,rgba(152,30,50,1) 100%);
/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,rgba(198,12,48,1) 0%,rgba(152,30,50,1) 100%);
/* Opera 11.10+ */
	background: -ms-linear-gradient(top,rgba(198,12,48,1) 0%,rgba(152,30,50,1) 100%);
/* IE10+ */
	background: linear-gradient(to bottom,rgba(198,12,48,1) 0%,rgba(152,30,50,1) 100%);
/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c60c30',endColorstr='#981e32',GradientType=0);
/* IE6-9 */
}

ul[id*="menu-awards"]:after {
	content: "";
	background-image: url('https://wpcdn.web.wsu.edu/wp-screens/uploads/sites/219/2014/10/alumniassociation-logo-horizontal.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 50px;
	width: 250px;
	height: 70px;
	float: right;
	right: 0;
	display: block;
}

ul[id*="menu-awards"],
ul[id*="menu-awards"] ul {
	padding: 0;
}

ul[id*="menu-awards"] li,
ul[id*="menu-awards"]:before {
	display: block;
	float: left;
	border-right: 3px solid #7d0318;
	border-right: 2px solid #981e32;
	padding: 0;
	box-sizing: border-box;
	font-size: 0;
}

ul[id*="menu-awards"] li a {
	font-size: 1rem;
}

ul[id*="menu-awards"] li:first-of-type {
}

ul[id*="menu-awards"] li:last-of-type:after {
	background-color: #981e32;
}

ul[id*="menu-awards"] li a {
	color: white;
	display: table-cell;
	padding: 0 2rem;
	font-weight: bold;
	height: 70px;
	vertical-align: middle;
	line-height: 1rem;
}

ul[id*="menu-awards"] > li.active > a,
ul[id*="menu-awards"] > li.dogeared > a {
	color: white;
	background: #c60c30;
}

ul[id*="menu-awards"] li li.current a {
	background: black;
}

ul[id*="menu-awards"] li a:hover {
	background: #c60c30;
}

ul[id*="menu-awards"] > li.opened > a {
	background: black;
}

ul[id*="menu-awards"] li li a:hover {
	background: black;
}

ul[id*="menu-awards"] li ul {
	display: none;
	position: absolute;
	bottom: 70px;
	left: 0;
	right: 0;
	background-color: #1f2b32;
	background: rgb(31,43,50);
/* Old browsers */
	background: -moz-linear-gradient(top,rgba(31,43,50,1) 0%,rgba(0,0,0,1) 100%);
/* FF3.6+ */
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(31,43,50,1)),color-stop(100%,rgba(0,0,0,1)));
/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,rgba(31,43,50,1) 0%,rgba(0,0,0,1) 100%);
/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,rgba(31,43,50,1) 0%,rgba(0,0,0,1) 100%);
/* Opera 11.10+ */
	background: -ms-linear-gradient(top,rgba(31,43,50,1) 0%,rgba(0,0,0,1) 100%);
/* IE10+ */
	background: linear-gradient(to bottom,rgba(31,43,50,1) 0%,rgba(0,0,0,1) 100%);
/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1f2b32',endColorstr='#000000',GradientType=0);
/* IE6-9 */
}

ul[id*="menu-awards"] li.opened ul {
	display: block;
}

ul[id*="menu-awards"] li ul li {
	float: none;
	display: inline-block;
	border-right: 2px solid black;
}

/* On Screen Keyboard */
ul#osk-container {
	position: fixed;
	top: 185px !important;
	right: 10px;
	left: auto !important;
	width: 20px;
	min-width: 30px;
	overflow: hidden;
	border-radius: 0;
	padding: 5px;
	background: rgba(0,0,0,0.5);
}

ul#osk-container li.osk-number,
ul#osk-container li.osk-symbol,
ul#osk-container li.osk-capslock,
ul#osk-container li.osk-tab,
ul#osk-container li.osk-space,
ul#osk-container li.osk-return,
ul#osk-container li.osk-shift,
ul#osk-container li.osk-dragger {
	display: none;
}

ul#osk-container li {
	display: block;
	clear: both;
	margin: 3px 0 0;
	height: auto;
	width: 100%;
	line-height: 1em;
	padding: 5px 0;
	border-radius: 5px;
}

/* Added by PC 03-09-2017 */
.tablepress {
	width: 100% !important;
}