@charset "UTF-8";
/* Stretching the definition of campus. New term? */
/* Stretching the definition of campus. New term? */
/* Stretching the definition of campus. New term? */
/* # Skeleton */
/* ## RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  /* stylelint-disable */
  font: inherit;
  /* stylelint-enable */
  vertical-align: baseline;
}

main, article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ## DEFAULTS */
/* ### Fonts  */
body {
  font: 14px/22px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
}

.sans {
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
}

.serif {
  font-family: "Palatino Linotype", Palatino, "Book Antiqua", Georgia, serif;
}

/* ### Headers */
h6, h5, h4, h3, h2, h1 {
  margin: 0;
  line-height: 1.1em;
  letter-spacing: 0;
  font-weight: 700;
  padding: .5em 0 .2em 0;
}

h1 {
  font-size: 2em;
  font-size: 2rem;
  padding-top: 0;
}

h2 {
  font-size: 1.8em;
  font-size: 1.8rem;
}

h3 {
  font-size: 1.6em;
  font-size: 1.6rem;
}

h4 {
  font-size: 1.4em;
  font-size: 1.4rem;
}

h5 {
  font-size: 1.2em;
  font-size: 1.2rem;
}

h6 {
  font-size: 1em;
  font-size: 1rem;
}

/* ### Lists */
ul, ol {
  padding: 0 2em 1em 2em;
}

ul ul,
ol ol {
  padding-bottom: 0;
}

ul li,
ol li {
  padding: 0 0 .3em 0;
  line-height: 1.4em;
}

ul li ul,
ol li ol {
  padding-top: .3em;
}

p {
  margin: 0;
  padding-bottom: 1em;
}

p ~ p,
blockquote,
ul, ol {
  padding-bottom: 1em;
}

h1 + ul, h2 + ul, h3 + ul, h4 + ul, h5 + ul, h6 + ul,
h1 + ol, h2 + ol, h3 + ol, h4 + ol, h5 + ol, h6 + ol {
  padding-top: .3em;
}

blockquote {
  padding-left: 1em;
  padding-right: 1em;
  font-family: "Palatino Linotype", Palatino, "Book Antiqua", Georgia, serif;
}

pre, code {
  font-family: "Courier New", Courier, monospace;
}

big {
  font-size: 1.5em;
}

small {
  font-size: smaller;
  line-height: 110%;
}

article img[align="right"] {
  margin: 0 0 1em 10px;
}

article img[align="left"] {
  margin: 0 10px 1em 0;
}

sup,
sub {
  font-size: .7em;
  line-height: .7em;
}

sup {
  vertical-align: super;
  margin-top: -6px;
}

sub {
  vertical-align: sub;
}

small {
  font-size: .8em;
  line-height: .8em;
}

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

a {
  text-decoration: none;
  color: #981e32;
}

a:hover {
  color: #c60c30;
}

strong,
b {
  font-weight: 700;
}

em,
i {
  font-style: italic;
}

hr {
  border-width: 0;
  border-style: solid;
  border-color: #000;
  margin: 1em 0;
  height: 1px;
  background-color: rgba(93, 105, 112, 0.5);
  display: block;
  clear: both;
}

/* IE9, IE10 */
@media screen and (min-width: 0\0) {
  em, i, big, h1, h2, h3, h4, h5, h6 {
    font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  }
}

/* ## BOARDS  */
html {
  background-color: #f9f9f9;
}

body {
  color: #717171;
}

#jacket {
  overflow: hidden;
}

#binder {
  width: 990px;
  margin: 0 auto;
}

main {
  margin-left: 198px;
  box-sizing: border-box;
}

.fixed main,
.hybrid main {
  width: 792px;
}

/* ## GRID */
/* ### Rows and Columns */
.row {
  box-sizing: border-box;
}

.row:not(.boundless):not(.rebound) {
  width: 100%;
}

/* ### Columns */
.row .column {
  position: relative;
  display: block;
  overflow: visible;
  z-index: auto;
  float: left;
  box-sizing: border-box;
}

.row.fifteenths,
.row.fifths {
  max-width: 990px;
}

.row.reverse .column {
  float: right;
}

.row.reverse {
  max-width: 792px;
}

.max-1188 .row.reverse {
  max-width: 990px;
}

.max-1386 .row.reverse {
  max-width: 1188px;
}

.max-1584 .row.reverse {
  max-width: 1386px;
}

/* ## LAYOUTS */
.row.single .column {
  width: 792px;
}

.column.singled {
  width: 792px !important;
}

.row.halves .column {
  width: 396px;
}

.column.half {
  width: 396px !important;
}

.row.thirds .column {
  width: 264px;
}

.column.third {
  width: 264px !important;
}

.row.quarters .column {
  width: 198px;
}

.column.quarter {
  width: 198px !important;
}

.row.triptych .column {
  width: 198px;
}

.row.triptych .column.two {
  width: 396px;
}

.row.margin-right .column.one,
.row.margin-left .column.two {
  width: 594px;
}

.row.margin-right .column.two,
.row.margin-left .column.one {
  width: 198px;
}

.row.side-right .column.one,
.row.side-left .column.two {
  width: 528px;
}

.row.side-right .column.two,
.row.side-left .column.one {
  width: 264px;
}

.fluid .row.single .column {
  width: 100%;
}

.fluid .row.halves .column {
  width: 50%;
}

.fluid .column.half {
  width: 50% !important;
}

.fluid .row.thirds .column {
  width: 33.33333%;
}

.fluid .column.third {
  width: 33.33333% !important;
}

.fluid .row.quarters .column {
  width: 25%;
}

.fluid .column.quarter {
  width: 25% !important;
}

.fluid .row.triptych .column {
  width: 25%;
}

.fluid .row.triptych .column.two {
  width: 50%;
}

.fluid .row.margin-right .column.one,
.fluid .row.margin-left .column.two {
  width: 75%;
}

.fluid .row.margin-right .column.two,
.fluid .row.margin-left .column.one {
  width: 25%;
}

.fluid .row.side-right .column.one,
.fluid .row.side-left .column.two {
  width: 67%;
}

.fluid .row.side-right .column.two,
.fluid .row.side-left .column.one {
  width: 33%;
}

/* ## COLUMNS  */
.one-twelfths, .twelfths-1 {
  width: 66px;
}

.one-twelfths-max, .twelfths-1-max {
  max-width: 66px;
}

.one-twelfths-tall, .twelfths-1-tall {
  height: 66px;
}

.two-twelfths, .twelfths-2 {
  width: 132px;
}

.two-twelfths-max, .twelfths-2-max {
  max-width: 132px;
}

.two-twelfths-tall, .twelfths-2-tall {
  height: 132px;
}

.three-twelfths, .twelfths-3 {
  width: 198px;
}

.three-twelfths-max, .twelfths-3-max {
  max-width: 198px;
}

.three-twelfths-tall, .twelfths-3-tall {
  height: 198px;
}

.four-twelfths, .twelfths-4 {
  width: 264px;
}

.four-twelfths-max, .twelfths-4-max {
  max-width: 264px;
}

.four-twelfths-tall, .twelfths-4-tall {
  height: 264px;
}

.five-twelfths, .twelfths-5 {
  width: 330px;
}

.five-twelfths-max, .twelfths-5-max {
  max-width: 330px;
}

.five-twelfths-tall, .twelfths-5-tall {
  height: 330px;
}

.six-twelfths, .twelfths-6 {
  width: 396px;
}

.six-twelfths-max, .twelfths-6-max {
  max-width: 396px;
}

.six-twelfths-tall, .twelfths-6-tall {
  height: 396px;
}

.seven-twelfths, .twelfths-7 {
  width: 462px;
}

.seven-twelfths-max, .twelfths-7-max {
  max-width: 462px;
}

.seven-twelfths-tall, .twelfths-7-tall {
  height: 462px;
}

.eight-twelfths, .twelfths-8 {
  width: 528px;
}

.eight-twelfths-max, .twelfths-8-max {
  max-width: 528px;
}

.eight-twelfths-tall, .twelfths-8-tall {
  height: 528px;
}

.nine-twelfths, .twelfths-9 {
  width: 594px;
}

.nine-twelfths-max, .twelfths-9-max {
  max-width: 594px;
}

.nine-twelfths-tall, .twelfths-9-tall {
  height: 594px;
}

.ten-twelfths, .twelfths-10 {
  width: 660px;
}

.ten-twelfths-max, .twelfths-10-max {
  max-width: 660px;
}

.ten-twelfths-tall, .twelfths-10-tall {
  height: 660px;
}

.eleven-twelfths, .twelfths-11 {
  width: 726px;
}

.eleven-twelfths-max, .twelfths-11-max {
  max-width: 726px;
}

.eleven-twelfths-tall, .twelfths-11-tall {
  height: 726px;
}

.twelve-twelfths, .twelfths-12 {
  width: 792px;
}

.twelve-twelfths-max, .twelfths-12-max {
  max-width: 792px;
}

.twelve-twelfths-tall, .twelfths-12-tall {
  height: 792px;
}

.thirteen-twelfths, .twelfths-13 {
  width: 858px;
}

.thirteen-twelfths-max, .twelfths-13-max {
  max-width: 858px;
}

.thirteen-twelfths-tall, .twelfths-13-tall {
  height: 858px;
}

.fourteen-twelfths, .twelfths-14 {
  width: 924px;
}

.fourteen-twelfths-max, .twelfths-14-max {
  max-width: 924px;
}

.fourteen-twelfths-tall, .twelfths-14-tall {
  height: 924px;
}

.fifteen-twelfths, .twelfths-15 {
  width: 990px;
}

.fifteen-twelfths-max, .twelfths-15-max {
  max-width: 990px;
}

.fifteen-twelfths-tall, .twelfths-15-tall {
  height: 990px;
}

.sixteen-twelfths, .twelfths-16 {
  width: 1056px;
}

.sixteen-twelfths-max, .twelfths-16-max {
  max-width: 1056px;
}

.sixteen-twelfths-tall, .twelfths-16-tall {
  height: 1056px;
}

.seventeen-twelfths, .twelfths-17 {
  width: 1122px;
}

.seventeen-twelfths-max, .twelfths-17-max {
  max-width: 1122px;
}

.seventeen-twelfths-tall, .twelfths-17-tall {
  height: 1122px;
}

.eighteen-twelfths, .twelfths-18 {
  width: 1188px;
}

.eighteen-twelfths-max, .twelfths-18-max {
  max-width: 1188px;
}

.eighteen-twelfths-tall, .twelfths-18-tall {
  height: 1188px;
}

.nineteen-twelfths, .twelfths-19 {
  width: 1254px;
}

.nineteen-twelfths-max, .twelfths-19-max {
  max-width: 1254px;
}

.nineteen-twelfths-tall, .twelfths-19-tall {
  height: 1254px;
}

.twenty-twelfths, .twelfths-20 {
  width: 1320px;
}

.twenty-twelfths-max, .twelfths-20-max {
  max-width: 1320px;
}

.twenty-twelfths-tall, .twelfths-20-tall {
  height: 1320px;
}

.twentyone-twelfths, .twelfths-21 {
  width: 1386px;
}

.twentyone-twelfths-max, .twelfths-21-max {
  max-width: 1386px;
}

.twentyone-twelfths-tall, .twelfths-21-tall {
  height: 1386px;
}

.twentytwo-twelfths, .twelfths-22 {
  width: 1452px;
}

.twentytwo-twelfths-max, .twelfths-22-max {
  max-width: 1452px;
}

.twentytwo-twelfths-tall, .twelfths-22-tall {
  height: 1452px;
}

.twentythree-twelfths, .twelfths-23 {
  width: 1518px;
}

.twentythree-twelfths-max, .twelfths-23-max {
  max-width: 1518px;
}

.twentythree-twelfths-tall, .twelfths-23-tall {
  height: 1518px;
}

.twentyfour-twelfths, .twelfths-24 {
  width: 1584px;
}

.twentyfour-twelfths-max, .twelfths-24-max {
  max-width: 1584px;
}

.twentyfour-twelfths-tall, .twelfths-24-tall {
  height: 1584px;
}

.fluid .one-twelfths, .fluid .twelfths-1 {
  width: 8.333333%;
}

.fluid .two-twelfths, .fluid .twelfths-2 {
  width: 16.666666%;
}

.fluid .three-twelfths, .fluid .twelfths-3 {
  width: 24.999999%;
}

.fluid .four-twelfths, .fluid .twelfths-4 {
  width: 33.333332%;
}

.fluid .five-twelfths, .fluid .twelfths-5 {
  width: 41.666665%;
}

.fluid .six-twelfths, .fluid .twelfths-6 {
  width: 49.999998%;
}

.fluid .seven-twelfths, .fluid .twelfths-7 {
  width: 58.333331%;
}

.fluid .eight-twelfths, .fluid .twelfths-8 {
  width: 66.666664%;
}

.fluid .nine-twelfths, .fluid .twelfths-9 {
  width: 74.999997%;
}

.fluid .ten-twelfths, .fluid .twelfths-10 {
  width: 83.33333%;
}

.fluid .eleven-twelfths, .fluid .twelfths-11 {
  width: 91.666663%;
}

.fluid .twelve-twelfths, .fluid .twelfths-12 {
  width: 99.999996%;
}

/* ### Nesting */
.row {
  max-width: none;
}

/* single then halves */
.row.single .row.halves .column {
  width: 396px;
}

.fluid .row.single .halves .column {
  width: 50%;
}

/* halves then halves */
.row.halves .halves .column {
  width: 198px;
}

.hybrid .row.halves .halves .column,
.fluid .row.halves .halves .column {
  width: 50%;
}

/* halves then thirds */
.row .row.thirds .column {
  width: 132px;
}

.row.quarters .row.thirds .column {
  width: 66px;
}

.fluid .row .row.thirds .column {
  width: 33%;
}

.fluid .row .row.thirds .column.two {
  width: 34%;
}

/* halves then quarters */
.row .row.quarters .column {
  width: 99px;
}

.hybrid .row .row.quarters .column,
.fluid .row .row.quarters .column {
  width: 25%;
}

/* thirds then halves */
.row.thirds .row.halves .column {
  width: 132px;
}

.fluid .row.thirds .halves .column {
  width: 50%;
}

/* quarters then ... */
.row .column.row.single,
.row .column.row.single .column {
  width: 792px;
}

/* ### Spacing  */
/* Stretching the definition of campus. New term? */
.spacer {
  display: block;
}

.spacer,
.spacer-2em,
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.spacer.short,
.spacer-1em,
hr.short {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.spacer.tall,
.spacer-2em,
hr.tall {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.spacer-4em {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.spacer-6em {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.spacer-8em {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

hr.spacer.vellum {
  border-top: none;
}

hr.thick {
  border-top-width: 2px;
}

hr.thicker {
  border-top-width: 3px;
}

hr.thickest {
  border-top-width: 4px;
}

/* #### Margins and Padding */
.gutter .pad .column,
.pad .column,
.padded {
  padding: 2rem;
}

.gutter .pad.wide .column,
.pad.wide .column,
.padded.wide {
  padding-left: 4rem;
  padding-right: 4rem;
}

.gutter .pad.narrow .column,
.pad.narrow .column,
.padded.narrow {
  padding-left: 1rem;
  padding-right: 1rem;
}

.gutter .pad.tall .column,
.pad.tall .column,
.padded.tall {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.pad.short .column,
.padded.short {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.gutter .pad-top .column,
.pad-top .column,
.padded-top {
  padding-top: 2rem;
}

.gutter .pad-right .column,
.pad-right .column,
.padded-right {
  padding-right: 2rem;
}

.gutter .pad-bottom .column,
.pad-bottom .column,
.padded-bottom {
  padding-bottom: 2rem;
}

.pad-left .column,
.padded-left {
  padding-left: 2rem;
}

.gutter .pad-top-none .column,
.pad-top-none .column,
.padded-top-none {
  padding-top: 0;
}

.gutter .pad-right-none .column,
.pad-right-none .column,
.padded-right-none {
  padding-right: 0;
}

.gutter .pad-bottom-none .column,
.pad-bottom-none .column,
.padded-bottom-none {
  padding-bottom: 0;
}

.gutter .pad-left-none .column,
.pad-left-none .column,
.padded-left-none {
  padding-left: 0;
}

.gutter .pad-sides .column,
.pad-sides .column,
.padded-sides {
  padding-left: 2rem;
  padding-right: 2rem;
}

.gutter .pad-sides.wide .column,
.pad-sides.wide .column,
.padded-sides.wide {
  padding-left: 4rem;
  padding-right: 4rem;
}

.gutter .pad-right.wide .column,
.pad-right.wide .column,
.padded-right.wide {
  padding-right: 4rem;
}

.pad-left.wide .column,
.padded-left.wide {
  padding-left: 4rem;
}

.gutter .pad-sides.narrow .column,
.pad-sides.narrow .column,
.padded-sides.narrow {
  padding-left: 1rem;
  padding-right: 1rem;
}

.gutter .pad-right.narrow .column,
.pad-right.narrow .column,
.padded-right.narrow {
  padding-right: 1rem;
}

.gutter .pad-left.narrow .column,
.pad-left.narrow .column,
.padded-left.narrow {
  padding-left: 1rem;
}

.gutter .pad-ends .column,
.pad-ends .column,
.padded-ends {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.gutter .pad-ends.tall .column,
.pad-ends.tall .column,
.padded-ends.tall {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.gutter .pad-top.tall .column,
.pad-top.tall .column,
.padded-top.tall {
  padding-top: 4rem;
}

.gutter .pad-bottom.tall .column,
.pad-bottom.tall .column,
.padded-bottom.tall {
  padding-bottom: 4rem;
}

.gutter .pad-ends.short .column,
.pad-ends.short .column,
.padded-ends.short {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.gutter .pad-top.short .column,
.pad-top.short .column,
.padded-top.short {
  padding-top: 1rem;
}

.gutter .pad-bottom.short .column,
.pad-bottom.short .column,
.padded-bottom.short {
  padding-bottom: 1rem;
}

.margined {
  margin: 2rem;
}

.margined.wide {
  margin-left: 4rem;
  margin-right: 4rem;
}

.margined.narrow {
  margin-left: 1rem;
  margin-right: 1rem;
}

.margined.tall {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.margined.short {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.margined-top {
  margin-top: 2rem;
}

.margined-right {
  margin-right: 2rem;
}

.margined-bottom {
  margin-bottom: 2rem;
}

.margined-left {
  margin-left: 2rem;
}

.margined-top-none {
  margin-top: 0;
}

.margined-right-none {
  margin-right: 0;
}

.margined-bottom-none {
  margin-bottom: 0;
}

.margined-left-none {
  margin-left: 0;
}

.margin-sides .column,
.margined-sides {
  margin-left: 2rem;
  margin-right: 2rem;
}

.margined-sides.wide {
  margin-left: 4rem;
  margin-right: 4rem;
}

.margined-right.wide {
  margin-right: 4rem;
}

.margined-left.wide {
  margin-left: 4rem;
}

.margined-sides.narrow {
  margin-left: 1rem;
  margin-right: 1rem;
}

.margined-right.narrow {
  margin-right: 1rem;
}

.margined-left.narrow {
  margin-left: 1rem;
}

.margin-ends .column,
.margined-ends {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.margined-ends.tall {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.margined-top.tall {
  margin-top: 4rem;
}

.margined-bottom.tall {
  margin-bottom: 4rem;
}

.margined-ends.short {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.margined-top.short {
  margin-top: 1rem;
}

.margined-bottom.short {
  margin-bottom: 1rem;
}

/* #### Gutters */
.gutter .column:not(.gutterless),
.guttered {
  padding-left: 2rem;
  padding-right: 2rem;
}

.gutter.wide .column:not(.gutterless),
.guttered.wide {
  padding-left: 4rem;
  padding-right: 4rem;
}

.gutter.narrow .column:not(.gutterless),
.guttered.narrow {
  padding-left: 1rem;
  padding-right: 1rem;
}

.spacing-loose .gutter .column:not(.gutterless),
.spacing-loose .guttered {
  padding-left: 4rem;
  padding-right: 4rem;
}

.spacing-loose .single.gutter .column:not(.gutterless) {
  padding-left: 4rem;
  padding-right: 4rem;
}

.spacing-loose .halves.gutter .column.one:not(.gutterless),
.spacing-loose .halves.gutter .column:nth-of-type(2n+3):not(.gutterless),
.spacing-loose .side-left.gutter .column.one:not(.gutterless),
.spacing-loose .side-right.gutter .column.one:not(.gutterless),
.spacing-loose .margin-left.gutter .column.one:not(.gutterless),
.spacing-loose .margin-right.gutter .column.one:not(.gutterless) {
  padding-right: 2rem;
}

.spacing-loose .halves.gutter .column.two:not(.gutterless),
.spacing-loose .halves.gutter .column:nth-of-type(2n+4):not(.gutterless),
.spacing-loose .side-left.gutter .column.two:not(.gutterless),
.spacing-loose .side-right.gutter .column.two:not(.gutterless),
.spacing-loose .margin-left.gutter .column.two:not(.gutterless),
.spacing-loose .margin-right.gutter .column.two:not(.gutterless) {
  padding-left: 2rem;
}

.spacing-loose .thirds.gutter .column.one:not(.gutterless),
.spacing-loose .thirds.gutter .column:nth-of-type(3n+4):not(.gutterless),
.spacing-loose .triptych.gutter .column.one:not(.gutterless) {
  padding-right: 1.25rem;
}

.spacing-loose .thirds.gutter .column.two:not(.gutterless),
.spacing-loose .thirds.gutter .column:nth-of-type(3n+5):not(.gutterless),
.spacing-loose .triptych.gutter .column.two:not(.gutterless) {
  padding-left: 2.625rem;
  padding-right: 2.625rem;
}

.spacing-loose .thirds.gutter .column.three:not(.gutterless),
.spacing-loose .thirds.gutter .column:nth-of-type(3n+6):not(.gutterless),
.spacing-loose .triptych.gutter .column.three:not(.gutterless) {
  padding-left: 1.25rem;
}

.spacing-loose .quarters.gutter .column.one:not(.gutterless),
.spacing-loose .quarters.gutter .column:nth-of-type(4n+5):not(.gutterless) {
  padding-right: 1rem;
}

.spacing-loose .quarters.gutter .column.two:not(.gutterless),
.spacing-loose .quarters.gutter .column:nth-of-type(4n+6):not(.gutterless) {
  padding-left: 3rem;
  padding-right: 2rem;
}

.spacing-loose .quarters.gutter .column.three:not(.gutterless),
.spacing-loose .quarters.gutter .column:nth-of-type(4n+7):not(.gutterless) {
  padding-left: 2rem;
  padding-right: 3rem;
}

.spacing-loose .quarters.gutter .column.four:not(.gutterless),
.spacing-loose .quarters.gutter .column:nth-of-type(4n+8):not(.gutterless) {
  padding-left: 1rem;
}

.spacing-tight .gutter .column:not(.gutterless),
.spacing-tight .guttered {
  padding-left: 1rem;
  padding-right: 1rem;
}

.spacing-tight .single.gutter .column:not(.gutterless) {
  padding-left: 1rem;
  padding-right: 1rem;
}

.spacing-tight .halves.gutter .column.one:not(.gutterless),
.spacing-tight .halves.gutter .column:nth-of-type(2n+3):not(.gutterless),
.spacing-tight .side-left.gutter .column.one:not(.gutterless),
.spacing-tight .side-right.gutter .column.one:not(.gutterless),
.spacing-tight .margin-left.gutter .column.one:not(.gutterless),
.spacing-tight .margin-right.gutter .column.one:not(.gutterless) {
  padding-right: 0.5rem;
}

.spacing-tight .halves.gutter .column.two:not(.gutterless),
.spacing-tight .halves.gutter .column:nth-of-type(2n+4):not(.gutterless),
.spacing-tight .side-left.gutter .column.two:not(.gutterless),
.spacing-tight .side-right.gutter .column.two:not(.gutterless),
.spacing-tight .margin-left.gutter .column.two:not(.gutterless),
.spacing-tight .margin-right.gutter .column.two:not(.gutterless) {
  padding-left: 0.5rem;
}

.spacing-tight .thirds.gutter .column.one:not(.gutterless),
.spacing-tight .thirds.gutter .column:nth-of-type(3n+4):not(.gutterless),
.spacing-tight .triptych.gutter .column.one:not(.gutterless) {
  padding-right: 0.3125rem;
}

.spacing-tight .thirds.gutter .column.two:not(.gutterless),
.spacing-tight .thirds.gutter .column:nth-of-type(3n+5):not(.gutterless),
.spacing-tight .triptych.gutter .column.two:not(.gutterless) {
  padding-left: 0.65625rem;
  padding-right: 0.65625rem;
}

.spacing-tight .thirds.gutter .column.three:not(.gutterless),
.spacing-tight .thirds.gutter .column:nth-of-type(3n+6):not(.gutterless),
.spacing-tight .triptych.gutter .column.three:not(.gutterless) {
  padding-left: 0.3125rem;
}

.spacing-tight .quarters.gutter .column.one:not(.gutterless),
.spacing-tight .quarters.gutter .column:nth-of-type(4n+5):not(.gutterless) {
  padding-right: 0.25rem;
}

.spacing-tight .quarters.gutter .column.two:not(.gutterless),
.spacing-tight .quarters.gutter .column:nth-of-type(4n+6):not(.gutterless) {
  padding-left: 0.75rem;
  padding-right: 0.5rem;
}

.spacing-tight .quarters.gutter .column.three:not(.gutterless),
.spacing-tight .quarters.gutter .column:nth-of-type(4n+7):not(.gutterless) {
  padding-left: 0.5rem;
  padding-right: 0.75rem;
}

.spacing-tight .quarters.gutter .column.four:not(.gutterless),
.spacing-tight .quarters.gutter .column:nth-of-type(4n+8):not(.gutterless) {
  padding-left: 0.25rem;
}

.single.gutter .column:not(.gutterless) {
  padding-left: 2rem;
  padding-right: 2rem;
}

.halves.gutter .column.one:not(.gutterless),
.halves.gutter .column:nth-of-type(2n+3):not(.gutterless),
.side-left.gutter .column.one:not(.gutterless),
.side-right.gutter .column.one:not(.gutterless) {
  padding-right: 1rem;
}

.halves.gutter .column.two:not(.gutterless),
.halves.gutter .column:nth-of-type(2n+4):not(.gutterless),
.side-left.gutter .column.two:not(.gutterless),
.side-right.gutter .column.two:not(.gutterless) {
  padding-left: 1rem;
}

.thirds.gutter .column.one:not(.gutterless),
.thirds.gutter .column:nth-of-type(3n+4):not(.gutterless),
.triptych.gutter .column.one:not(.gutterless) {
  padding-right: 0.625rem;
}

.thirds.gutter .column.two:not(.gutterless),
.thirds.gutter .column:nth-of-type(3n+5):not(.gutterless),
.triptych.gutter .column.two:not(.gutterless) {
  padding-left: 1.3125rem;
  padding-right: 1.3125rem;
}

.thirds.gutter .column.three:not(.gutterless),
.thirds.gutter .column:nth-of-type(3n+6):not(.gutterless),
.triptych.gutter .column.three:not(.gutterless) {
  padding-left: 0.625rem;
}

.quarters.gutter .column.one:not(.gutterless),
.quarters.gutter .column:nth-of-type(4n+5):not(.gutterless) {
  padding-right: 0.5rem;
}

.quarters.gutter .column.two:not(.gutterless),
.quarters.gutter .column:nth-of-type(4n+6):not(.gutterless) {
  padding-left: 1.5rem;
  padding-right: 1rem;
}

.quarters.gutter .column.three:not(.gutterless),
.quarters.gutter .column:nth-of-type(4n+7):not(.gutterless) {
  padding-left: 1rem;
  padding-right: 1.5rem;
}

.quarters.gutter .column.four:not(.gutterless),
.quarters.gutter .column:nth-of-type(4n+8):not(.gutterless) {
  padding-left: 0.5rem;
}

.single.gutter.wide .column:not(.gutterless) {
  padding-left: 4rem;
  padding-right: 4rem;
}

.halves.gutter.wide .column.one:not(.gutterless),
.halves.gutter.wide .column:nth-of-type(2n+3):not(.gutterless),
.side-left.gutter.wide .column.one:not(.gutterless),
.side-right.gutter.wide .column.one:not(.gutterless) {
  padding-right: 2rem;
}

.halves.gutter.wide .column.two:not(.gutterless),
.halves.gutter.wide .column:nth-of-type(2n+4):not(.gutterless),
.side-left.gutter.wide .column.two:not(.gutterless),
.side-right.gutter.wide .column.two:not(.gutterless) {
  padding-left: 2rem;
}

.thirds.gutter.wide .column.one:not(.gutterless),
.thirds.gutter.wide .column:nth-of-type(3n+4):not(.gutterless),
.triptych.gutter.wide .column.one:not(.gutterless) {
  padding-right: 1.25rem;
}

.thirds.gutter.wide .column.two:not(.gutterless),
.thirds.gutter.wide .column:nth-of-type(3n+5):not(.gutterless),
.triptych.gutter.wide .column.two:not(.gutterless) {
  padding-left: 2.625rem;
  padding-right: 2.625rem;
}

.thirds.gutter.wide .column.three:not(.gutterless),
.thirds.gutter.wide .column:nth-of-type(3n+6):not(.gutterless),
.triptych.gutter.wide .column.three:not(.gutterless) {
  padding-left: 1.25rem;
}

.quarters.gutter.wide .column.one:not(.gutterless),
.quarters.gutter.wide .column:nth-of-type(4n+5):not(.gutterless) {
  padding-right: 1rem;
}

.quarters.gutter.wide .column.two:not(.gutterless),
.quarters.gutter.wide .column:nth-of-type(4n+6):not(.gutterless) {
  padding-left: 3rem;
  padding-right: 2rem;
}

.quarters.gutter.wide .column.three:not(.gutterless),
.quarters.gutter.wide .column:nth-of-type(4n+7):not(.gutterless) {
  padding-left: 2rem;
  padding-right: 3rem;
}

.quarters.gutter.wide .column.four:not(.gutterless),
.quarters.gutter.wide .column:nth-of-type(4n+8):not(.gutterless) {
  padding-left: 1rem;
}

.single.gutter.narrow .column:not(.gutterless) {
  padding-left: 1rem;
  padding-right: 1rem;
}

.halves.gutter.narrow .column.one:not(.gutterless),
.halves.gutter.narrow .column:nth-of-type(2n+3):not(.gutterless),
.side-left.gutter.narrow .column.one:not(.gutterless),
.side-right.gutter.narrow .column.one:not(.gutterless) {
  padding-right: 0.5rem;
}

.halves.gutter.narrow .column.two:not(.gutterless),
.halves.gutter.narrow .column:nth-of-type(2n+4):not(.gutterless),
.side-left.gutter.narrow .column.two:not(.gutterless),
.side-right.gutter.narrow .column.two:not(.gutterless) {
  padding-left: 0.5rem;
}

.thirds.gutter.narrow .column.one:not(.gutterless),
.thirds.gutter.narrow .column:nth-of-type(3n+4):not(.gutterless),
.triptych.gutter.narrow .column.one:not(.gutterless) {
  padding-right: 0.3125rem;
}

.thirds.gutter.narrow .column.two:not(.gutterless),
.thirds.gutter.narrow .column:nth-of-type(3n+5):not(.gutterless),
.triptych.gutter.narrow .column.two:not(.gutterless) {
  padding-left: 0.65625rem;
  padding-right: 0.65625rem;
}

.thirds.gutter.narrow .column.three:not(.gutterless),
.thirds.gutter.narrow .column:nth-of-type(3n+6):not(.gutterless),
.triptych.gutter.narrow .column.three:not(.gutterless) {
  padding-left: 0.3125rem;
}

.quarters.gutter.narrow .column.one:not(.gutterless),
.quarters.gutter.narrow .column:nth-of-type(4n+5):not(.gutterless) {
  padding-right: 0.25rem;
}

.quarters.gutter.narrow .column.two:not(.gutterless),
.quarters.gutter.narrow .column:nth-of-type(4n+6):not(.gutterless) {
  padding-left: 0.75rem;
  padding-right: 0.5rem;
}

.quarters.gutter.narrow .column.three:not(.gutterless),
.quarters.gutter.narrow .column:nth-of-type(4n+7):not(.gutterless) {
  padding-left: 0.5rem;
  padding-right: 0.75rem;
}

.quarters.gutter.narrow .column.four:not(.gutterless),
.quarters.gutter.narrow .column:nth-of-type(4n+8):not(.gutterless) {
  padding-left: 0.25rem;
}

/* ## CONTENT  */
/* ### Main Header */
.main-header {
  height: 142px;
  background-color: #717171;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

.main-header .header-group {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 792px;
}

.header-group {
  padding-bottom: 1em;
  padding-left: 2em;
}

.main-header sup,
.main-header sub {
  display: block;
  color: #fff;
  line-height: 1em;
  margin: 0;
  vertical-align: baseline;
}

.main-header a,
.main-header a:hover {
  color: #fff;
}

.main-header sup {
  font-size: .9em;
  text-transform: uppercase;
}

.main-header sup a {
  color: #e6e8e9;
}

.main-header sub {
  font-size: 2em;
}

.main-header sup a,
.main-header sub a,
.main-header sub * {
  font-size: 100%;
}

.main-header sup span {
  display: block;
  line-height: 1em;
}

/* ### Images  */
.column img:not(.unscaled),
.row:not(.unscale) .column figure,
.row:not(.unscale) .column img,
.column:not(.unscale) img {
  max-width: 100%;
  height: auto;
}

img.unframed {
  height: auto;
}

.fill-width,
.full-width {
  width: 100%;
  height: auto;
}

.fill-height {
  height: 100%;
  width: auto;
}

.max-width {
  max-width: 100%;
  height: auto !important;
  box-sizing: border-box;
}

/* ### Asides  */
.column .marginalized {
  position: absolute;
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #b5babe;
  padding: 1em 2em;
}

.side-right .marginalized {
  width: 264px;
  padding-left: 1em;
  border-left-width: 1px;
  right: -264px;
}

.side-left .marginalized {
  width: 264px;
  left: -264px;
  padding-right: 1em;
  border-right-width: 1px;
}

.margin-right .marginalized {
  width: 198px;
  right: -198px;
  border-left-width: 1px;
  padding-left: 1em;
}

.margin-left .marginalized {
  width: 198px;
  left: -198px;
  border-right-width: 1px;
  padding-right: 1em;
}

/* ### Tables  */
body table {
  width: 100%;
}

body table th {
  font-weight: 700;
  text-align: left;
}

body table td,
body table th {
  padding: .3em .6em .3em 0;
  vertical-align: top;
}

table.stripe td,
table.stripe th {
  padding: .3em .6em;
}

/* line */
table.line td {
  border-top: 1px #d7dadb solid;
}

/* stripe */
table.stripe tr:nth-of-type(even) td {
  background-color: #eff0f1;
}

ul.line {
  padding: 0 0 1em 0;
}

ul.line li {
  list-style: none;
  padding: .3em 0;
  margin: 0;
}

ul.line li ~ li {
  border-top: 1px #d7dadb solid;
}

/* ## FORMS */
/* BUTTONS
-------------------------------------------------------- */
.spine-button,
.button, button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  background: #eff0f1;
  border-style: solid;
  border-width: 1px;
  border-color: #d7dadb #8d959a #8d959a #d7dadb;
  border-radius: .5em;
  color: #3b4042;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 0;
  line-height: normal;
  padding: .5em 1em;
  vertical-align: middle;
}

.button:hover, button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus, button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #3b4042;
  background: #fff;
  border-color: #8d959a;
  border-width: 0 2px 2px 0;
}

.button:active, .button.active,
button:active, button.active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
  color: #b5babe;
  border-color: #000;
  background: #3b4042;
  border-width: 2px 0 0 2px;
}

.button.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center;
}

button.functional,
button.glassine {
  border: none;
  padding: 0;
  margin: 0;
  background: transparent;
  border-radius: 0;
}

/* Fix for odd Mozilla border & padding issues */
button:-moz-focus-inner,
input:-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* ## FORMS  */
/* This could be a wee bit controversial */
form, fieldset, input, textarea, legend, label {
  box-sizing: border-box;
}

form {
  margin-bottom: 5px;
  padding: 10px 0;
}

fieldset {
  margin-bottom: 5px;
  padding: 0;
}

input {
  outline: none;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
  border: 1px solid #ccc;
  padding: 6px 4px;
  outline: none;
  border-radius: 2px;
  color: #767676;
  margin: 0;
  background: #fff;
}

select {
  padding: 0;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
  border: 1px solid #aaa;
  color: #444;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

textarea {
  min-height: 60px;
  width: 100%;
  box-sizing: border-box;
}

label,
legend {
  font-weight: 700;
  font-size: 13px;
}

input[type="checkbox"] {
  display: inline;
}

label span,
legend span {
  font-weight: 400;
  font-size: 13px;
  color: #444;
}

fieldset {
  position: relative;
}

/* ## Shorthand */
.text-align-right {
  text-align: right;
}

.text-align-left {
  text-align: left;
}

.text-align-center {
  text-align: center;
}

.text-align-justify {
  text-align: justify;
}

.hidden {
  display: none;
}

.shown {
  display: block;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.nowrap {
  white-space: nowrap;
}

.clear,
.clear-both {
  clear: both;
}

.clear-important,
.clear-both-important {
  clear: both !important;
}

.clear-left {
  clear: left;
}

.clear-left-important {
  clear: left !important;
}

.clear-right {
  clear: right;
}

.clear-right-important {
  clear: right !important;
}

/* Important */
.padless,
.padding-0 {
  padding: 0 !important;
}

.marginless,
.margin-0 {
  margin: 0 !important;
}

.display-block {
  display: block !important;
}

.display-none {
  display: none !important;
}

.visibility-visible {
  visibility: visible !important;
}

.visibility-hidden {
  visibility: hidden !important;
}

.text-align-right-important {
  text-align: right !important;
}

.text-align-left-important {
  text-align: left !important;
}

.text-align-center-important {
  text-align: center !important;
}

.text-align-justify-important {
  text-align: justify !important;
}

/* ### Utility Classes  */
/* ### Clearing  */
.row:not(.clear-none):before,
.row:not(.clear-none):after,
main:before,
main:after,
#binder:before,
#binder:after,
.clearfix:before,
.clearfix:after,
.rebound:before,
.rebound:after {
  content: "\0020";
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

#binder:after,
main:after,
.row:not(.clear-none):after,
.clearfix:after,
.rebound:after {
  clear: both;
}

main,
.row:not(.clear-none),
.rebound,
.clearfix {
  zoom: 1;
}

/* or */
.cf:before,
.cf:after,
.clear:before,
.clear:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.cf:after,
.clear:after {
  clear: both;
}

@media \0screen {
  img.max-width {
    width: auto;
    /* for ie 8 */
  }
}

.hybrid.small figure.fill-width {
  width: 100%;
}

.picture-frame {
  line-height: 0;
}

img.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: #717171;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

/* Background Images */
main .background-size-contain {
  background-size: contain;
}

main .background-size-cover {
  background-size: cover;
}

main .background-repeat-no-repeat {
  background-repeat: no-repeat;
}

/* Center */
main .background-position-center {
  background-position: center center;
}

/* North */
main .background-position-center-top {
  background-position: center top;
}

/* Northeast */
main .background-position-right-top {
  background-position: right top;
}

/* East */
main .background-position-right-center {
  background-position: right center;
}

/* Southeast */
main .background-position-right-bottom {
  background-position: right bottom;
}

/* South */
main .background-position-center-bottom {
  background-position: center bottom;
}

/* Southwest */
main .background-position-left-bottom {
  background-position: left bottom;
}

/* West */
main .background-position-left-center {
  background-position: left center;
}

/* Northwest */
main .background-position-left-top {
  background-position: left top;
}

/* ### Auto Ratios, Responsive Video  */
.aspect-ratio-22-10,
.aspect-ratio-pano {
  position: relative;
  padding-bottom: 45.454545%;
  height: 0;
}

.iframe-16-9,
.aspect-ratio-16-9,
.aspect-ratio-hd {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.iframe-4-3,
.aspect-ratio-4-3 {
  position: relative;
  padding-bottom: 75%;
  height: 0;
}

.aspect-ratio-3-4 {
  position: relative;
  padding-bottom: 133%;
  height: 0;
}

.aspect-ratio-square,
.aspect-ratio-1-1 {
  position: relative;
  padding-bottom: 100%;
  height: 0;
}

/* Centering */
.center.vertically > *,
.centered.vertically {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.centered.absolutely,
.center.absolutely > *:first-of-type {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Code */
code textarea,
code textarea:focus {
  width: 100%;
  padding: 15px;
  height: auto;
  color: #fff;
  background-color: rgba(94, 106, 113, 0.5);
}

/* ### Unbind */
.row.unbound,
.unbound {
  position: relative;
  max-width: 100%;
  max-width: 99164px;
}

.rebound {
  box-sizing: border-box;
}

.verso .rebound {
  margin-right: 0;
  margin-left: auto;
}

.recto.verso .rebound {
  margin-left: auto;
  margin-right: auto;
}

.spineless .recto.verso .rebound {
  border-left-width: 0;
}

.rebound,
.row.rebound {
  width: 792px;
}

.spineless .rebound,
.fifteenths .rebound,
.fifths .rebound,
.max-1188 .rebound,
.max-1188 .row.rebound {
  width: 990px;
}

.max-1188 .spineless .rebound,
.max-1188 .spineless .row.rebound {
  width: 1188px;
}

.recto.verso .rebound {
  border-left: 99px transparent solid;
}

/* ### Spineless  */
/* ### Spineless */
.spineless.fixed main,
.spineless.hybrid main,
.spineless .fixed main,
.spineless .hybrid main {
  margin-left: 0;
  width: 990px;
}

.spineless.fluid main,
.spineless .fluid main {
  margin-left: 0;
}

.fluid main {
  width: auto;
}

section {
  position: relative;
  clear: both;
}

/* CRIMSON */
.crimson-back {
  background-color: #981e32;
}

.crimson-text {
  color: #981e32;
}

/* crimsoner */
.crimson-er-back {
  background-color: #c60c30;
}

.crimson-er-text {
  color: #c60c30;
}

/* GRAY */
.gray-back {
  background-color: #717171;
}

.gray-text {
  color: #717171;
}

/* grayer */
.gray-er-back,
.er-back,
.white-back {
  background-color: #fff;
}

.gray-er-text,
.er-text,
.white-text {
  color: #fff;
}

/* light */
.gray-light-back,
.light-back {
  background-color: #8d959a;
}

.gray-light-text,
.light-text {
  color: #8d959a;
}

/* lighter */
.gray-lighter-back,
.lighter-back {
  background-color: #b5babe;
}

.gray-lighter-text,
.lighter-text {
  color: #b5babe;
}

/* lightly */
.gray-lightly-back,
.lightly-back {
  background-color: #d7dadb;
}

.gray-lightly-text,
.lightly-text {
  color: #d7dadb;
}

/* lightest */
.gray-lightest-back,
.lightest-back {
  background-color: #eff0f1;
}

.gray-lightest-text,
.lightest-text,
.white-text {
  color: #eff0f1;
}

/* dark */
.gray-dark-back,
.dark-back {
  background-color: #3b4042;
}

.gray-dark-text,
.dark-text {
  color: #3b4042;
}

/* darker */
.gray-darker-back,
.darker-back {
  background-color: #2a3033;
}

.gray-darker-text,
.darker-text {
  color: #2a3033;
}

/* darkest */
.gray-darkest-back,
.darkest-back,
.black-back {
  background-color: #000;
}

.gray-darkest-text,
.darkest-text,
.black-text {
  color: #000;
}

/* ORANGE */
.orange-back {
  background-color: #b67233;
}

.orange-text {
  color: #b67233;
}

/* orange-er */
.orange-er-back {
  background-color: #f6861f;
}

.orange-er-text {
  color: #f6861f;
}

/* light */
.orange-light-back {
  background-color: #cb9b6e;
}

.orange-light-text {
  color: #cb9b6e;
}

/* lighter */
.orange-lighter-back {
  background-color: #ddbea1;
}

.orange-lighter-text {
  color: #ddbea1;
}

/* lightly */
.orange-lightly-back {
  background-color: #eddccc;
}

.orange-lightly-text {
  color: #eddccc;
}

/* lightest */
.orange-lightest-back {
  background-color: #f8f1eb;
}

.orange-lightest-text {
  color: #f8f1eb;
}

/* dark */
.orange-dark-back {
  background-color: #925b29;
}

.orange-dark-text {
  color: #925b29;
}

/* darker */
.orange-darker-back {
  background-color: #6d441f;
}

.orange-darker-text {
  color: #6d441f;
}

/* darkest */
.orange-darkest-back {
  background-color: #492e14;
}

.orange-darkest-text {
  color: #492e14;
}

/* GREEN */
.green-back {
  background-color: #8f7e35;
}

.green-text {
  color: #8f7e35;
}

/* greener */
.green-er-back {
  background-color: #ada400;
}

.green-er-text {
  color: #ada400;
}

/* light */
.green-light-back {
  background-color: #afa370;
}

.green-light-text {
  color: #afa370;
}

/* lighter */
.green-lighter-back {
  background-color: #cbc4a2;
}

.green-lighter-text {
  color: #cbc4a2;
}

/* lightly */
.green-lightly-back {
  background-color: #e3dfcd;
}

.green-lightly-text {
  color: #e3dfcd;
}

/* lightest */
.green-lightest-back {
  background-color: #f4f2eb;
}

.green-lightest-text {
  color: #f4f2eb;
}

/* dark */
.green-dark-back {
  background-color: #72652a;
}

.green-dark-text {
  color: #72652a;
}

/* darker */
.green-darker-back {
  background-color: #564c20;
}

.green-darker-text {
  color: #564c20;
}

/* darkest */
.green-darkest-back {
  background-color: #393215;
}

.green-darkest-text {
  color: #393215;
}

/* BLUE */
.blue-back {
  background-color: #4f868e;
}

.blue-text {
  color: #4f868e;
}

/* bluer */
.blue-er-back {
  background-color: #00a5bd;
}

.blue-er-text {
  color: #00a5bd;
}

/* light */
.blue-light-back {
  background-color: #82a9af;
}

.blue-light-text {
  color: #82a9af;
}

/* lighter */
.blue-lighter-back {
  background-color: #aec7cb;
}

.blue-lighter-text {
  color: #aec7cb;
}

/* lightly */
.blue-lightly-back {
  background-color: #d3e1e3;
}

.blue-lightly-text {
  color: #d3e1e3;
}

/* lightest */
.blue-lightest-back {
  background-color: #edf3f4;
}

.blue-lightest-text {
  color: #edf3f4;
}

/* dark */
.blue-dark-back {
  background-color: #3f6b72;
}

.blue-dark-text {
  color: #3f6b72;
}

/* darker */
.blue-darker-back {
  background-color: #2f5055;
}

.blue-darker-text {
  color: #2f5055;
}

/* darkest */
.blue-darkest-back {
  background-color: #203639;
}

.blue-darkest-text {
  color: #203639;
}

/* YELLOW */
.yellow-back {
  background-color: #c69214;
}

.yellow-text {
  color: #c69214;
}

/* yellower */
.yellow-er-back {
  background-color: #ffb81c;
}

.yellow-er-text {
  color: #ffb81c;
}

/* light */
.yellow-light-back {
  background-color: #d7b258;
}

.yellow-light-text {
  color: #d7b258;
}

/* lighter */
.yellow-lighter-back {
  background-color: #e5cd93;
}

.yellow-lighter-text {
  color: #e5cd93;
}

/* lightly */
.yellow-lightly-back {
  background-color: #f1e4c4;
}

.yellow-lightly-text {
  color: #f1e4c4;
}

/* lightest */
.yellow-lightest-back {
  background-color: #f9f4e7;
}

.yellow-lightest-text {
  color: #f9f4e7;
}

/* dark */
.yellow-dark-back {
  background-color: #9e7510;
}

.yellow-dark-text {
  color: #9e7510;
}

/* darker */
.yellow-darker-back {
  background-color: #77580c;
}

.yellow-darker-text {
  color: #77580c;
}

/* darkest */
.yellow-darkest-back {
  background-color: #4f3a08;
}

.yellow-darkest-text {
  color: #4f3a08;
}

/* Stretching the definition of campus. New term? */
/* Icons Font */
@font-face {
  font-family: Spine-Icons;
  src: url("//repo.wsu.edu/spine/1.4.8/icons/wsu-spine-icons-regular.eot");
  src: url("//repo.wsu.edu/spine/1.4.8/icons/wsu-spine-icons-regular.eot?#iefix") format("embedded-opentype"), url("//repo.wsu.edu/spine/1.4.8/icons/wsu-spine-icons-regular.ttf") format("font/truetype"), url("//repo.wsu.edu/spine/1.4.8/icons/wsu-spine-icons-regular.woff") format("woff");
  font-weight: 400;
  font-style: 400;
}

/* # THE SPINE
--------------------------------------------------------------------------- */
#spine,
#spine * {
  box-sizing: border-box;
}

#spine {
  font-size: 12px;
  width: 198px;
  height: 100%;
  top: 0;
  z-index: 99164;
  position: absolute;
  bottom: 0;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

#spine button {
  background-color: transparent;
  border: none;
  border-radius: 0;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
}

#spine a {
  color: #717171;
}

#spine a:hover {
  color: #981e32;
}

#glue {
  margin-top: 0;
  position: relative;
  width: 198px;
}

.spine-mobile-open #glue {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.spine-full #glue:before {
  background-color: #fff;
  content: " ";
  min-height: 100%;
  position: absolute;
  width: 198px;
  visibility: visible;
}

.spine-full .bleed #glue:before {
  left: -802px;
  width: 1000px;
  display: block;
}

#spine nav,
#spine footer {
  margin-left: 1.75em;
  margin-right: 1.75em;
}

/* ## HEADER
--------------------------------------------------------------------------- */
#spine header {
  z-index: 99164;
}

#wsu-signature {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 150px auto;
  background-color: transparent;
  height: 155px;
  display: block;
  text-indent: 120%;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  z-index: 99;
}

/* ### Spine Menu Button (Shelve and Unshelve) */
#shelve {
  display: none;
}

.spine-mobile #shelve {
  display: block;
}

#shelve,
#shelve:before,
#shelve:after {
  position: absolute;
  border-color: #717171;
  border-style: solid;
  border-width: 0;
}

#spine.gray #shelve,
#spine.gray #shelve:before,
#spine.gray #shelve:after,
#spine.light #shelve,
#spine.light #shelve:before,
#spine.light #shelve:after {
  border-color: #fff;
}

#spine.lighter #shelve,
#spine.lighter #shelve:before,
#spine.lighter #shelve:after {
  border-color: #717171;
}

#shelve {
  width: 100px;
  height: 50px;
  z-index: 100;
  outline: none;
}

#shelve:before,
#shelve:after {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  left: 18px;
}

#shelve:before {
  bottom: 18px;
  border-bottom-width: 3px;
  border-top-width: 3px;
}

#shelve:after {
  bottom: 30px;
  border-bottom-width: 3px;
}

.spine-actions-tabs button:before,
.spine-nav button:before,
.spine-footer button:before {
  font-family: Spine-Icons;
  text-indent: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ## NAVIGATION
--------------------------------------------------------------------------- */
#spine .spine-navigation {
  padding-bottom: 100px;
}

.spine-mobile #spine .spine-navigation {
  padding-bottom: 0;
}

#spine nav ul {
  margin: 0;
  padding: 0;
}

#spine nav li {
  list-style: none;
}

#spine nav ul li {
  position: relative;
  margin: 0;
  padding: 0;
  border-width: 1px 0 0 0;
  border-style: solid;
  line-height: 1.1em;
}

#spine nav ul li a {
  display: block;
  padding: 6px 0;
}

#spine nav ul li li,
#spine nav ul li li:hover {
  border-top: none;
}

#spine nav ul ul li a {
  text-transform: none;
  padding: .4em 0;
}

#spine nav ul ul li {
  margin-left: 1.25em;
}

#spine nav ul ul ul li a {
  padding: .25em 0;
}

#spine nav li.parent > a {
  padding-right: 15px;
}

#spine nav li.parent.opened > a,
#spine nav li.parent.active > a {
  padding-bottom: 3px;
}

#spine nav li.parent > a:after,
#spine nav li.parent.opened > a:after {
  font-family: Spine-Icons;
  display: none;
  position: absolute;
  top: .5em;
  right: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#spine nav li.parent:not(.active) > a:after {
  content: "\F501";
}

#spine nav li.parent.opened:not(.active) > a:after {
  content: "\F500";
}

#spine nav li.parent > a:focus:after,
#spine nav li.parent > a:hover:after,
#spine nav li.parent.opened > a:focus:after,
#spine nav li.parent.opened > a:hover:after {
  display: block;
}

#spine nav li.parent.opened li:last-child a,
#spine nav li.parent.active li:last-child a {
  padding-bottom: 8px;
}

#spine nav .active li.parent > a:after,
#spine nav .active li.parent.opened > a:hover:after {
  top: .4em;
}

#spine nav ul ul li {
  display: none;
}

#spine nav ul ul li {
  line-height: 1.3em;
}

#spine nav ul li.active > ul > li,
#spine nav ul li.opened > ul > li {
  display: block;
}

/* ### Site Navigation */
#spine .spine-sitenav {
  margin-top: 1em;
  margin-bottom: 1em;
}

#spine .spine-sitenav > ul > li:nth-last-of-type(1) {
  border-bottom-width: 1px;
}

#spine .spine-sitenav > ul > li:first-child > a {
  padding-left: 1.4em;
  background-image: url("https://repo.wsu.edu/spine/1.4.8/icons/home-gray.svg");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 1em auto;
}

#spine .spine-sitenav > ul > li.active:first-child > a,
#spine .spine-sitenav > ul > li:first-child > a:hover {
  background-image: url("https://repo.wsu.edu/spine/1.4.8/icons/home-crimson.svg");
}

#spine.light .spine-sitenav > ul > li:first-child a, #spine.gray .spine-sitenav > ul > li:first-child a, #spine.dark .spine-sitenav > ul > li:first-child a {
  background-image: url("https://repo.wsu.edu/spine/1.4.8/icons/home-gray-lightest.svg");
}

#spine.darker .spine-sitenav > ul > li:first-child a, #spine.crimson .spine-sitenav > ul > li:first-child a, #spine.darkest .spine-sitenav > ul > li:first-child a {
  background-image: url("https://repo.wsu.edu/spine/1.4.8/icons/home-gray-lighter.svg");
}

#spine.light .spine-sitenav > ul > li.active:first-child > a,
#spine.light .spine-sitenav > ul > li:first-child a:hover, #spine.gray .spine-sitenav > ul > li.active:first-child > a,
#spine.gray .spine-sitenav > ul > li:first-child a:hover, #spine.dark .spine-sitenav > ul > li.active:first-child > a,
#spine.dark .spine-sitenav > ul > li:first-child a:hover, #spine.darker .spine-sitenav > ul > li.active:first-child > a,
#spine.darker .spine-sitenav > ul > li:first-child a:hover, #spine.crimson .spine-sitenav > ul > li.active:first-child > a,
#spine.crimson .spine-sitenav > ul > li:first-child a:hover {
  background-image: url("https://repo.wsu.edu/spine/1.4.8/icons/home-white.svg");
}

#spine .spine-sitenav.homeless > ul > li:first-child > a {
  background-image: none;
  padding-left: 0;
}

#spine li:not(.parent).dogeared > a {
  color: #981e32;
  font-weight: 700;
}

#spine li.dogeared > a:hover,
#spine li.parent.dogeared > a:hover {
  cursor: default;
}

#spine nav a.external:after {
  font-family: Spine-Icons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  margin-left: 3px;
  content: "\21AA";
}

/* ### Offsite Navigation  */
.spine-offsitenav {
  margin-top: 20px;
}

.spine-offsitenav ul li {
  border: none !important;
  line-height: 1.3em;
}

.spine-offsitenav a {
  text-transform: none;
  padding: .35em 0;
}

.spine-offsitenav a i {
  display: none;
}

.spine-offsitenav a:hover i {
  display: inline;
}

/* ## ACTIONS/TOOLS */
.no-js #spine .spine-actions,
html.lt-ie9 #spine .spine-actions {
  display: none;
}

#spine .spine-actions {
  padding: 0;
}

#spine .spine-actions section {
  z-index: 99163;
  height: 100%;
  position: absolute;
  display: block;
  width: 198px;
}

#spine .spine-actions section.closed {
  display: none;
}

#spine .spine-actions section.opened {
  display: block;
}

#spine .spine-actions > ul {
  display: block;
}

#spine .spine-actions ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}

#spine .spine-actions > ul li {
  display: block;
  width: 25%;
  text-align: center;
  list-style: none;
  float: left;
}

#spine .spine-actions-tabs {
  padding: 0;
  margin: 0 1.75em;
}

#spine .spine-actions-tabs button {
  outline: none;
}

#spine .spine-actions-tabs li {
  width: 25%;
  display: inline-block;
  margin: 0;
  padding: 0;
}

#spine .spine-actions-tabs li button {
  position: relative;
  width: 100%;
  height: 2.2em;
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1em;
  text-shadow: none;
  padding: .8em 0 .8em 0;
  display: block;
}

#spine .spine-actions-tabs li button:before {
  text-align: center;
  top: .9em;
}

#spine .spine-search-tab button:before {
  content: "$";
}

#spine .spine-contact-tab button:before {
  content: "\2709";
}

#spine .spine-share-tab button:before {
  content: "\F601";
}

#spine .spine-print-tab button:before {
  content: "\2399";
}

#spine .spine-search-tab.opened button:before,
#spine .spine-contact-tab.opened button:before,
#spine .spine-share-tab.opened button:before,
#spine .spine-print-tab.opened button:before {
  content: "\2421";
}

/* ### Search  */
.spine-search form {
  padding: 1em 1.75em 0 1.75em;
  margin: 0 0 -1px 0;
  position: relative;
  line-height: 1em;
}

.spine-search input[type="text"] {
  font-size: 1.15em;
  color: #717171;
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  text-indent: 0;
  height: 1.55em;
  width: 100%;
  margin: 2px 0 0 0;
  border: none;
  box-shadow: none;
  border-bottom: 1px #b6bcbf solid;
}

.spine-search input::-ms-clear {
  display: none;
}

.spine-search input:focus {
  color: #981e32;
  border: none;
  border-bottom: 1px #981e32 solid;
}

.spine-search button {
  position: absolute;
  display: block;
  bottom: 0;
  right: 1.75em;
  padding: 0;
  height: 25px;
  width: 15px;
  overflow: hidden;
  color: transparent;
}

.spine-search.opened button:before {
  content: "\25BB";
  color: #8d959a;
  position: absolute;
  right: 0;
  font-size: 1.3em;
  font-family: Spine-Icons;
  width: 35px;
}

.spine-search button:hover:before {
  color: #981e32;
}

.spine-search label {
  position: absolute;
  left: -999em;
  top: -999em;
}

#spine.search-opened .spine-search.closed {
  display: block;
  background-color: transparent;
  z-index: 0;
}

#spine.search-opened .spine-search.closed form {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  margin-left: 1.75em;
  margin-right: 1.75em;
}

#spine.search-opened .spine-search.closed form input {
  padding: 0;
  background-color: #e4e6e7;
  border-bottom-color: #e4e6e7;
  text-indent: 5px;
  color: #8d959a;
}

#spine.search-opened .spine-search.closed form input::-webkit-input-placeholder,
#spine.search-opened .spine-search.closed form input:-moz-placeholder,
#spine.search-opened .spine-search.closed form input::-moz-placeholder,
#spine.search-opened .spine-search.closed form input:-ms-input-placeholder {
  color: #8d959a;
}

#spine.search-opened .spine-search.closed form input:focus {
  color: #717171;
}

#spine.search-opened .spine-sitenav {
  margin-top: 45px;
}

#spine.search-opened nav ul li:first-of-type {
  border-top: none;
}

.spine-search :-webkit-input-placeholder {
  text-indent: 3px;
}

.spine-search :-moz-placeholder,
.spine-search :-ms-input-placeholder {
  text-indent: 5px;
}

/* ### Index */
#spine-shortcuts {
  max-height: 100%;
  display: block;
  position: relative;
  padding: 0 1.75em;
}

#spine-shortcuts *,
#spine-shortcuts *:focus,
#spine-shortcuts *:hover {
  border: none;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  line-height: 1.1em;
  box-shadow: none;
}

#spine-shortcuts li {
  padding: 0;
  list-style: none;
}

#spine-shortcuts li a {
  color: #717171;
  display: block;
  padding: .6em 0;
  margin: 0;
  border-bottom: 1px #c3cbcf solid;
}

#spine-shortcuts li a:hover,
#spine-shortcuts li a.ui-state-focus {
  color: #fff;
  background-color: #434d53;
  margin: -1px -1.75em 0 -1.75em;
  padding: .6em 1.75em .6em 1.75em;
  border-bottom: 2px #434d53 solid;
}

#spine-shortcuts li:first-child a:hover,
#spine-shortcuts li:first-child a.ui-state-focus {
  margin: 0 -1.75em 0 -1.75em;
  border-bottom: 1px #434d53 solid;
}

#spine-shortcuts li:first-child a {
  border-top: 1px transparent solid;
}

#spine-shortcuts li:last-child a {
  border-bottom-color: transparent;
}

#spine-shortcuts li a:active,
#spine-shortcuts li a:hover,
#spine-shortcuts li a:focus {
  outline: none;
}

.ui-helper-hidden-accessible {
  border: 0 none;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* ### Contact  */
#spine .spine-contact address {
  color: #384044;
  margin: 1.75em;
  display: block;
}

#spine .spine-contact div {
  padding: .75em 0;
  border-bottom: 1px #d7dadb solid;
  line-height: 1.4em;
}

#spine .spine-contact div div {
  padding: 0;
  line-height: 1.1em;
  border-bottom: none;
}

#spine .spine-contact .organization {
  font-weight: 700;
  padding-bottom: .5em;
}

#spine .spine-contact .organization-unit {
  font-size: 1.3em;
  padding-bottom: .3em;
  border-bottom: none;
}

#spine .spine-contact .organization-unit a,
#spine .spine-contact .organization-unit a:hover {
  color: #000;
}

#spine .spine-contact .organization-name {
  font-size: .9em;
  padding: 0;
  border-bottom: none;
}

#spine .spine-contact .adr {
  border: none;
  padding: 0;
}

#spine .spine-contact .street-address {
  border-bottom: none;
  padding: 0;
}

#spine .spine-contact .more {
  border-bottom: none;
}

#spine .spine-contact .area {
  padding-top: 0;
}

#spine .spine-contact div:before {
  font-family: Spine-Icons;
  width: 1.7em;
  display: inline-block;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#spine .spine-contact .tel:before {
  content: "\1F4DE";
}

#spine .spine-contact .email:before {
  content: "\0040";
}

#spine .spine-contact .more:before {
  content: "\2139";
}

#spine .spine-contact .postalcode {
  white-space: nowrap;
}

/* ### Share */
.spine-share ul {
  margin: 1.75em !important;
  padding: 0;
}

.spine-share li a {
  display: block;
  padding-top: .75em;
  padding-bottom: .75em;
  border-bottom: 1px #c3cbcf solid;
}

.spine-share li a:hover {
  color: #fff !important;
  background: #434d53;
  padding-left: 1.75em;
  padding-right: 1.75em;
  margin: -1px -1.75em 1px -1.75em;
}

.spine-share li a:active {
  background: #981e32;
}

.spine-share li a:hover {
  color: #fff;
}

.spine-share li a:before {
  font-family: Spine-Icons !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 1.8em;
  display: inline-block;
  text-align: center;
}

.spine-share li:last-of-type a {
  border-bottom: none;
}

.spine-share li a span {
  display: none;
}

.spine-share .by-facebook a:before {
  content: "F";
}

.spine-share .by-twitter a:before {
  content: "T";
}

.spine-share .by-googleplus a:before {
  content: "G";
}

.spine-share .by-email a:before {
  content: "@";
}

.spine-share .by-pinterest a:before {
  content: "P";
}

.spine-share .by-linkedin a:before {
  content: "L";
}

.spine-share .by-other a:before {
  content: "";
  display: none;
}

/* ## FOOTER */
#spine footer {
  position: absolute;
  bottom: 0;
  padding: 1.75em 0 .75em 0;
  width: 156px;
}

.spine-mobile-open,
.spine-mobile-open body {
  overflow: hidden;
}

.spine-mobile #spine footer {
  position: relative;
  width: 242px;
}

html.lt-ie9 #spine footer {
  position: relative;
}

#spine footer nav {
  margin: 0;
}

.spine-footer nav ul li {
  border-top: none !important;
  text-align: center;
}

/* ### Social */
.spine-social-channels {
  margin-bottom: .6em;
  width: 100%;
}

.spine-social-channels ul {
  text-align: center;
}

.spine-social-channels ul li {
  width: 2.3em;
  display: inline-block;
}

.spine-social-channels ul li a {
  direction: ltr;
  text-indent: -99164px;
  font-size: 1.8em;
  line-height: .8em;
  height: 1.2em;
  padding: .5em 0 !important;
  display: block;
  position: relative;
  text-transform: none;
}

.spine-social-channels ul li a:before {
  font-family: Spine-Icons;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: 0;
  text-align: center;
  width: 30px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.spine-social-channels ul .directory-channel a:before {
  content: "s";
}

.spine-social-channels ul .directory-channel a:hover:before {
  content: "S";
}

.spine-social-channels ul .directory-channel a:hover {
  color: #8d959a !important;
}

.spine-social-channels ul .facebook-channel a:before {
  content: "F";
}

.spine-social-channels ul .facebook-channel a:hover {
  color: #3b5998 !important;
}

.spine-social-channels ul .flickr-channel a:before {
  content: "R";
}

.spine-social-channels ul .flickr-channel a:hover {
  color: #ff0084 !important;
}

.spine-social-channels ul .github-channel a:before {
  content: "H";
}

.spine-social-channels ul .github-channel a:hover {
  color: #4183c4 !important;
}

.spine-social-channels ul .googleplus-channel a:before {
  content: "G";
}

.spine-social-channels ul .googleplus-channel a:hover {
  color: #dd4b39 !important;
}

.spine-social-channels ul .instagram-channel a:before {
  content: "I";
}

.spine-social-channels ul .instagram-channel a:hover {
  color: #517fa4 !important;
}

.spine-social-channels ul .linkedin-channel a:before {
  content: "L";
}

.spine-social-channels ul .linkedin-channel a:hover {
  color: #007bb6 !important;
}

.spine-social-channels ul .pinterest-channel a:before {
  content: "P";
}

.spine-social-channels ul .pinterest-channel a:hover {
  color: #cb2027 !important;
}

.spine-social-channels ul .tumblr-channel a:before {
  content: "B";
}

.spine-social-channels ul .tumblr-channel a:hover {
  color: #32506d !important;
}

.spine-social-channels ul .twitter-channel a:before {
  content: "T";
}

.spine-social-channels ul .twitter-channel a:hover {
  color: #55acee !important;
}

.spine-social-channels ul .vimeo-channel a:before {
  content: "V";
}

.spine-social-channels ul .vimeo-channel a:hover {
  color: #aad450 !important;
}

.spine-social-channels ul .vine-channel a:before {
  content: "v";
}

.spine-social-channels ul .vine-channel a:hover {
  color: #00bf8f !important;
}

.spine-social-channels ul .youtube-channel a:before {
  content: "Y";
}

.spine-social-channels ul .youtube-channel a:hover {
  color: #cc181e !important;
}

/* ### Looseleaf Footer */
.spine-footer.looseleaf:before, .spine-footer.looseleaf:after {
  content: " ";
  display: table;
}

.spine-footer.looseleaf:after {
  clear: both;
}

.spine-footer.looseleaf nav {
  display: block;
  width: 50%;
  float: left;
  padding: 10px 0;
  margin: 0;
  box-sizing: border-box;
}

.spine-footer.looseleaf ul {
  padding: 0;
}

.spine-footer.looseleaf ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: auto;
}

.spine-footer.looseleaf ul li a {
  color: #b5babe;
}

.spine-footer.looseleaf .spine-social-channels {
  border-right: 1px solid #d7dadb;
  padding-right: 25px;
}

.spine-footer.looseleaf .spine-social-channels ul {
  text-align: right;
}

.spine-footer.looseleaf .spine-social-channels ul li a {
  font-size: 20px;
  line-height: 22px;
  width: 30px;
}

.spine-footer.looseleaf .spine-global-links {
  padding-left: 15px;
  border-top: none;
}

.spine-footer.looseleaf .spine-global-links li {
  width: auto;
}

.spine-footer.looseleaf .spine-global-links li a {
  padding-left: 10px;
}

.spine-footer.looseleaf .spine-global-links ul li a:hover {
  color: #8d959a;
}

.spine-footer.looseleaf .spine-global-links .copyright-link {
  padding-top: 4px;
}

/* ### Global Links */
.spine-global-links {
  font-size: .9em;
  border-top-width: 1px;
  border-top-style: solid;
  padding-top: 5px;
  margin-top: 5px;
  width: 100%;
}

.spine-global-links ul {
  display: table;
  width: 100%;
}

.spine-global-links ul li {
  font-size: .8em;
  line-height: 1em;
  display: table-cell;
  text-align: left;
  text-transform: uppercase;
}

.spine-global-links ul .mywsu-link {
  text-transform: none;
}

.spine-global-links ul li:nth-of-type(1) {
  text-align: left;
  width: 29%;
}

.spine-global-links ul li:nth-of-type(2) {
  text-align: left;
  width: 31%;
}

.spine-global-links ul li:nth-of-type(3) {
  text-align: left;
  width: 30%;
}

.spine-global-links ul li:nth-of-type(4) {
  text-align: right;
  width: 10%;
}

.spine-global-links small {
  font-size: .7em;
  line-height: 1em;
  color: #b6bcbf;
  display: block;
  text-align: center;
  margin: 0 0;
  padding: 6px 0;
}

.spine-global-links .copyright-link a {
  color: #8b9399;
}

.spine-global-links .copyright-link a:hover {
  color: #717171;
}

/* ## COLORS - Spinal Column Colors */
#spine #glue:before {
  background-color: #fff;
}

#spine.vellum-05 #glue:before {
  background-color: rgba(255, 255, 255, 0.95);
}

#spine.vellum-05 #glue {
  background: none;
}

#spine.vellum-10 #glue:before {
  background-color: rgba(255, 255, 255, 0.9);
}

#spine.vellum-10 #glue {
  background: none;
}

#spine.vellum-15 #glue:before {
  background-color: rgba(255, 255, 255, 0.85);
}

#spine.vellum-15 #glue {
  background: none;
}

#spine.vellum-20 #glue:before {
  background-color: rgba(255, 255, 255, 0.8);
}

#spine.vellum-20 #glue {
  background: none;
}

#spine.vellum-25 #glue:before {
  background-color: rgba(255, 255, 255, 0.75);
}

#spine.vellum-25 #glue {
  background: none;
}

#spine .spine-sitenav a,
#spine .spine-search-tab button {
  color: #717171;
}

#spine .spine-actions-tabs button,
#spine .spine-social-channels a,
#spine .spine-footer small a {
  color: #717171;
}

#spine .spine-sitenav ul li,
#spine .spine-global-links {
  border-color: rgba(0, 0, 0, 0.1);
}

#spine .spine-sitenav a:hover,
#spine .spine-sitenav li.dogeared > a {
  color: #981e32;
}

#spine .spine-offsitenav a,
#spine .spine-global-links a {
  color: #717171;
}

#spine .spine-actions-tabs .opened button,
#spine .spine-actions-tabs button:hover,
#spine .spine-actions-tabs button:focus,
#spine .spine-actions-tabs .opened button:hover {
  color: #981e32;
}

#spine .spine-offsitenav a:hover,
#spine .spine-global-links a:hover {
  color: #981e32;
}

#spine .spine-actions-tabs .opened,
#spine .spine-actions-tabs .opened:hover,
#spine .spine-actions section {
  background-color: #eff0f1;
}

#spine .spine-actions li:hover i {
  color: #981e32;
}

/* ### Alternate Colors */
#spine.lightest #glue,
#spine.lightest #glue:before {
  background-color: #eff0f1;
}

#spine.lightest.vellum-05 #glue:before {
  background-color: rgba(239, 240, 241, 0.95);
}

#spine.lightest.vellum-05 #glue {
  background: none;
}

#spine.lightest.vellum-10 #glue:before {
  background-color: rgba(239, 240, 241, 0.9);
}

#spine.lightest.vellum-10 #glue {
  background: none;
}

#spine.lightest.vellum-15 #glue:before {
  background-color: rgba(239, 240, 241, 0.85);
}

#spine.lightest.vellum-15 #glue {
  background: none;
}

#spine.lightest.vellum-20 #glue:before {
  background-color: rgba(239, 240, 241, 0.8);
}

#spine.lightest.vellum-20 #glue {
  background: none;
}

#spine.lightest.vellum-25 #glue:before {
  background-color: rgba(239, 240, 241, 0.75);
}

#spine.lightest.vellum-25 #glue {
  background: none;
}

#spine.lightest .spine-sitenav a,
#spine.lightest .spine-search-tab button {
  color: #3b4042;
}

#spine.lightest .spine-sitenav a:hover {
  color: #981e32;
}

#spine.lightest .spine-actions-tabs li button,
#spine.lightest .spine-social-channels a,
#spine.lightest .spine-footer small a {
  color: #b5babe;
}

#spine.lightest .spine-sitenav ul li,
#spine.lightest .spine-global-links {
  border-color: #d7dadb;
}

#spine.lightest .spine-offsitenav a,
#spine.lightest .spine-global-links a {
  color: #929a9f;
}

#spine.lightest .spine-actions-tabs button:focus,
#spine.lightest .spine-actions-tabs button:hover,
#spine.lightest .spine-offsitenav a:hover,
#spine.lightest .spine-global-links a:hover {
  color: #717171;
}

#spine.lightest .spine-search-tab:not(.opened) button {
  color: #8d959a;
}

#spine.lightest .spine-search-tab:not(.opened) button:focus,
#spine.lightest .spine-search-tab:not(.opened) button:hover {
  color: #717171;
}

#spine.lightest .spine-actions-tabs li.opened,
#spine.lightest .spine-actions-tabs li.opened:hover,
#spine.lightest .spine-actions section {
  background-color: #fff;
}

#spine.lightly #glue,
#spine.lightly #glue:before {
  background-color: #d7dadb;
}

#spine.lightly.vellum-05 #glue:before {
  background-color: rgba(215, 218, 219, 0.95);
}

#spine.lightly.vellum-05 #glue {
  background: none;
}

#spine.lightly.vellum-10 #glue:before {
  background-color: rgba(215, 218, 219, 0.9);
}

#spine.lightly.vellum-10 #glue {
  background: none;
}

#spine.lightly.vellum-15 #glue:before {
  background-color: rgba(215, 218, 219, 0.85);
}

#spine.lightly.vellum-15 #glue {
  background: none;
}

#spine.lightly.vellum-20 #glue:before {
  background-color: rgba(215, 218, 219, 0.8);
}

#spine.lightly.vellum-20 #glue {
  background: none;
}

#spine.lightly.vellum-25 #glue:before {
  background-color: rgba(215, 218, 219, 0.75);
}

#spine.lightly.vellum-25 #glue {
  background: none;
}

#spine.lightly .spine-actions-tabs button,
#spine.lightly .spine-social-channels a:hover,
#spine.lightly .spine-social-channels a,
#spine.lightly .spine-footer small a {
  color: #b5babe;
}

#spine.lightly .spine-sitenav ul li,
#spine.lightly .spine-global-links {
  border-color: #babfc3;
}

#spine.lightly .spine-offsitenav a,
#spine.lightly .spine-global-links a {
  color: #8d959a;
}

#spine.lightly .spine-actions-tabs button:focus,
#spine.lightly .spine-actions-tabs button:hover,
#spine.lightly .spine-sitenav a,
#spine.lightly .spine-offsitenav a:hover,
#spine.lightly .spine-global-links a:hover {
  color: #717171;
}

#spine.lightly .spine-search-tab button {
  color: #8d959a;
}

#spine.lightly .spine-search-tab button:focus,
#spine.lightly .spine-search-tab button:hover {
  color: #717171;
}

#spine.lightly .spine-sitenav a:hover,
#spine.lightly .spine-sitenav li.dogeared > a {
  color: #981e32;
}

#spine.lighter #glue,
#spine.lighter #glue:before {
  background-color: #b5babe;
}

#spine.lighter.vellum-05 #glue:before {
  background-color: rgba(181, 186, 190, 0.95);
}

#spine.lighter.vellum-05 #glue {
  background: none;
}

#spine.lighter.vellum-10 #glue:before {
  background-color: rgba(181, 186, 190, 0.9);
}

#spine.lighter.vellum-10 #glue {
  background: none;
}

#spine.lighter.vellum-15 #glue:before {
  background-color: rgba(181, 186, 190, 0.85);
}

#spine.lighter.vellum-15 #glue {
  background: none;
}

#spine.lighter.vellum-20 #glue:before {
  background-color: rgba(181, 186, 190, 0.8);
}

#spine.lighter.vellum-20 #glue {
  background: none;
}

#spine.lighter.vellum-25 #glue:before {
  background-color: rgba(181, 186, 190, 0.75);
}

#spine.lighter.vellum-25 #glue {
  background: none;
}

#spine.lighter .spine-actions-tabs .opened button,
#spine.lighter .spine-actions-tabs button,
#spine.lighter .spine-actions-tabs .opened button:hover,
#spine.lighter .spine-social-channels .directory-channel a:hover,
#spine.lighter .spine-social-channels a,
#spine.lighter .spine-footer small a {
  color: #8d959a;
}

#spine.lighter .spine-sitenav ul li,
#spine.lighter .spine-global-links {
  border-color: #8d959a;
}

#spine.lighter .spine-search-tab.opened button:hover {
  color: #000;
}

#spine.lighter .spine-offsitenav a,
#spine.lighter .spine-global-links a {
  color: #717171;
}

#spine.lighter .spine-actions-tabs button:focus,
#spine.lighter .spine-actions-tabs button:hover,
#spine.lighter .spine-sitenav a,
#spine.lighter .spine-offsitenav a:hover,
#spine.lighter .spine-global-links a:hover {
  color: #2a3033;
}

#spine.lighter .spine-search-tab button {
  color: #647279;
  /* 3% */
}

#spine.lighter .spine-search-tab button:focus,
#spine.lighter .spine-search-tab button:hover {
  color: #000;
}

#spine.lighter .spine-sitenav a:hover,
#spine.lighter .spine-sitenav li.dogeared > a {
  color: #981e32;
}

#spine.light #glue,
#spine.light #glue:before {
  background-color: #8d959a;
}

#spine.light.vellum-05 #glue:before {
  background-color: rgba(141, 149, 154, 0.95);
}

#spine.light.vellum-05 #glue {
  background: none;
}

#spine.light.vellum-10 #glue:before {
  background-color: rgba(141, 149, 154, 0.9);
}

#spine.light.vellum-10 #glue {
  background: none;
}

#spine.light.vellum-15 #glue:before {
  background-color: rgba(141, 149, 154, 0.85);
}

#spine.light.vellum-15 #glue {
  background: none;
}

#spine.light.vellum-20 #glue:before {
  background-color: rgba(141, 149, 154, 0.8);
}

#spine.light.vellum-20 #glue {
  background: none;
}

#spine.light.vellum-25 #glue:before {
  background-color: rgba(141, 149, 154, 0.75);
}

#spine.light.vellum-25 #glue {
  background: none;
}

#spine.light .spine-actions .opened button,
#spine.light .spine-actions button,
#spine.light .spine-actions .opened button:hover,
#spine.light .spine-social-channels a,
#spine.light .spine-footer small a {
  color: #b5babe;
}

#spine.light .spine-sitenav ul li,
#spine.light .spine-global-links {
  border-color: #b5babe;
}

#spine.light .spine-offsitenav a,
#spine.light .spine-global-links a {
  color: #babfc3;
}

#spine.light .spine-actions-tabs button:focus,
#spine.light .spine-actions-tabs button:hover,
#spine.light .spine-sitenav a,
#spine.light .spine-offsitenav a:hover,
#spine.light .spine-global-links a:hover {
  color: #d7dadb;
}

#spine.light .spine-search-tab:not(.opened) button {
  color: #d7dadb;
}

#spine.light .spine-search-tab:not(.opened) button:focus,
#spine.light .spine-search-tab:not(.opened) button:hover {
  color: #eff0f1;
}

#spine.light .spine-social-channels .twitter-channel a:hover {
  color: #e1e8ed !important;
}

#spine.light .spine-sitenav a:hover,
#spine.light .spine-sitenav li.dogeared > a {
  color: #fff;
}

#spine.gray #glue,
#spine.gray #glue:before {
  background: #717171;
}

#spine.gray.vellum-05 #glue:before {
  background-color: rgba(113, 113, 113, 0.95);
}

#spine.gray.vellum-05 #glue {
  background: none;
}

#spine.gray.vellum-10 #glue:before {
  background-color: rgba(113, 113, 113, 0.9);
}

#spine.gray.vellum-10 #glue {
  background: none;
}

#spine.gray.vellum-15 #glue:before {
  background-color: rgba(113, 113, 113, 0.85);
}

#spine.gray.vellum-15 #glue {
  background: none;
}

#spine.gray.vellum-20 #glue:before {
  background-color: rgba(113, 113, 113, 0.8);
}

#spine.gray.vellum-20 #glue {
  background: none;
}

#spine.gray.vellum-25 #glue:before {
  background-color: rgba(113, 113, 113, 0.75);
}

#spine.gray.vellum-25 #glue {
  background: none;
}

#spine.gray .spine-actions .opened button,
#spine.gray .spine-actions button,
#spine.gray .spine-actions .opened button:hover,
#spine.gray .spine-social-channels a,
#spine.gray .spine-footer small a {
  color: #363b3d;
}

#spine.gray .spine-sitenav ul li,
#spine.gray .spine-global-links {
  border-color: #3b4042;
}

#spine.gray .spine-offsitenav a {
  color: #212528;
}

#spine.gray .spine-global-links a {
  color: #282b2c;
}

#spine.gray .spine-actions-tabs :not(.opened) button:focus,
#spine.gray .spine-actions-tabs :not(.opened) button:hover,
#spine.gray .spine-sitenav a,
#spine.gray .spine-offsitenav a:hover,
#spine.gray .spine-global-links a:hover {
  color: #d7dadb;
}

#spine.gray .spine-search-tab button {
  color: #2a3033;
}

#spine.gray .spine-search-tab button:hover {
  color: #000;
}

#spine.gray .spine-social-channels .facebook-channel a:hover {
  color: #d3d8e8 !important;
}

#spine.gray .spine-sitenav a:hover,
#spine.gray .spine-sitenav li.dogeared > a {
  color: #fff;
}

#spine.dark #glue,
#spine.dark #glue:before {
  background-color: #3b4042;
}

#spine.dark #shelve,
#spine.dark #shelve:before,
#spine.dark #shelve:after {
  color: #d7dadb;
}

#spine.dark.vellum-05 #glue:before {
  background-color: rgba(59, 64, 66, 0.95);
}

#spine.dark.vellum-05 #glue {
  background: none;
}

#spine.dark.vellum-10 #glue:before {
  background-color: rgba(59, 64, 66, 0.9);
}

#spine.dark.vellum-10 #glue {
  background: none;
}

#spine.dark.vellum-15 #glue:before {
  background-color: rgba(59, 64, 66, 0.85);
}

#spine.dark.vellum-15 #glue {
  background: none;
}

#spine.dark.vellum-20 #glue:before {
  background-color: rgba(59, 64, 66, 0.8);
}

#spine.dark.vellum-20 #glue {
  background: none;
}

#spine.dark.vellum-25 #glue:before {
  background-color: rgba(59, 64, 66, 0.75);
}

#spine.dark.vellum-25 #glue {
  background: none;
}

#spine.dark .spine-sitenav a,
#spine.dark .spine-actions button,
#spine.dark .spine-social-channels a,
#spine.dark .spine-footer small a,
#spine.dark .spine-offsitenav a,
#spine.dark .spine-global-links a {
  color: #d7dadb;
}

#spine.dark .spine-global-links a:focus,
#spine.dark .spine-global-links a:hover,
#spine.dark .spine-actions-tabs button:focus,
#spine.dark .spine-actions-tabs button:hover,
#spine.dark .spine-offsitenav a:focus,
#spine.dark .spine-offsitenav a:hover,
#spine.dark .spine-sitenav a:focus,
#spine.dark .spine-sitenav a:hover,
#spine.dark .spine-sitenav li.dogeared > a {
  color: #fff;
}

#spine.dark .spine-actions .opened button,
#spine.dark .spine-actions .opened button:focus,
#spine.dark .spine-actions .opened button:hover {
  color: #2a3033;
}

#spine.dark .spine-sitenav ul li,
#spine.dark .spine-global-links {
  border-color: rgba(255, 255, 255, 0.1);
}

#spine.darker #glue,
#spine.darker #glue:before {
  background-color: #23282b;
}

#spine.darker #shelve,
#spine.darker #shelve:before,
#spine.darker #shelve:after {
  color: #d7dadb;
}

#spine.darker.vellum-05 #glue:before {
  background-color: rgba(35, 40, 43, 0.95);
}

#spine.darker.vellum-05 #glue {
  background: none;
}

#spine.darker.vellum-10 #glue:before {
  background-color: rgba(35, 40, 43, 0.9);
}

#spine.darker.vellum-10 #glue {
  background: none;
}

#spine.darker.vellum-15 #glue:before {
  background-color: rgba(35, 40, 43, 0.85);
}

#spine.darker.vellum-15 #glue {
  background: none;
}

#spine.darker.vellum-20 #glue:before {
  background-color: rgba(35, 40, 43, 0.8);
}

#spine.darker.vellum-20 #glue {
  background: none;
}

#spine.darker.vellum-25 #glue:before {
  background-color: rgba(35, 40, 43, 0.75);
}

#spine.darker.vellum-25 #glue {
  background: none;
}

#spine.darker .spine-sitenav a,
#spine.darker .spine-actions button,
#spine.darker .spine-social-channels a,
#spine.darker .spine-footer small a,
#spine.darker .spine-offsitenav a,
#spine.darker .spine-global-links a {
  color: #d7dadb;
}

#spine.darker .spine-global-links a:focus,
#spine.darker .spine-global-links a:hover,
#spine.darker .spine-actions-tabs button:focus,
#spine.darker .spine-actions-tabs button:hover,
#spine.darker .spine-offsitenav a:focus,
#spine.darker .spine-offsitenav a:hover,
#spine.darker .spine-sitenav a:focus,
#spine.darker .spine-sitenav a:hover,
#spine.darker .spine-sitenav li.dogeared > a {
  color: #fff;
}

#spine.darker .spine-actions .opened button,
#spine.darker .spine-actions .opened button:focus,
#spine.darker .spine-actions .opened button:hover {
  color: #2a3033;
}

#spine.darker .spine-sitenav ul li,
#spine.darker .spine-global-links {
  border-color: rgba(255, 255, 255, 0.1);
}

#spine.darkest #glue,
#spine.darkest #glue:before {
  background-color: #000;
}

#spine.darkest.vellum-05 #glue:before {
  background-color: rgba(0, 0, 0, 0.95);
}

#spine.darkest.vellum-05 #glue {
  background: none;
}

#spine.darkest.vellum-10 #glue:before {
  background-color: rgba(0, 0, 0, 0.9);
}

#spine.darkest.vellum-10 #glue {
  background: none;
}

#spine.darkest.vellum-15 #glue:before {
  background-color: rgba(0, 0, 0, 0.85);
}

#spine.darkest.vellum-15 #glue {
  background: none;
}

#spine.darkest.vellum-20 #glue:before {
  background-color: rgba(0, 0, 0, 0.8);
}

#spine.darkest.vellum-20 #glue {
  background: none;
}

#spine.darkest.vellum-25 #glue:before {
  background-color: rgba(0, 0, 0, 0.75);
}

#spine.darkest.vellum-25 #glue {
  background: none;
}

#spine.darkest .spine-actions button,
#spine.darkest .spine-social-channels a,
#spine.darkest .spine-footer small a {
  color: #717171;
}

#spine.darkest .spine-sitenav ul li,
#spine.darkest .spine-global-links {
  border-color: #3b4042;
}

#spine.darkest .spine-offsitenav a,
#spine.darkest .spine-global-links a {
  color: #717171;
}

#spine.darkest .spine-search-tab:not(.opened) button:focus,
#spine.darkest .spine-search-tab:not(.opened) button:hover,
#spine.darkest .spine-actions-tabs :not(.opened) button:focus,
#spine.darkest .spine-actions-tabs :not(.opened) button:hover,
#spine.darkest .spine-sitenav a,
#spine.darkest .spine-offsitenav a:hover,
#spine.darkest .spine-global-links a:hover {
  color: #d7dadb;
}

#spine.darkest .spine-search-tab:not(.opened) button {
  color: #8d959a;
}

#spine.darkest .spine-sitenav a:hover,
#spine.darkest .spine-sitenav li.dogeared > a {
  color: #c60c30;
}

#spine.crimson #glue,
#spine.crimson #glue:before {
  background-color: #981e32;
}

#spine.crimson #shelve,
#spine.crimson #shelve:before,
#spine.crimson #shelve:after {
  color: #d7dadb;
}

#spine.crimson.vellum-05 #glue:before {
  background-color: rgba(152, 30, 50, 0.95);
}

#spine.crimson.vellum-05 #glue {
  background: none;
}

#spine.crimson.vellum-10 #glue:before {
  background-color: rgba(152, 30, 50, 0.9);
}

#spine.crimson.vellum-10 #glue {
  background: none;
}

#spine.crimson.vellum-15 #glue:before {
  background-color: rgba(152, 30, 50, 0.85);
}

#spine.crimson.vellum-15 #glue {
  background: none;
}

#spine.crimson.vellum-20 #glue:before {
  background-color: rgba(152, 30, 50, 0.8);
}

#spine.crimson.vellum-20 #glue {
  background: none;
}

#spine.crimson.vellum-25 #glue:before {
  background-color: rgba(152, 30, 50, 0.75);
}

#spine.crimson.vellum-25 #glue {
  background: none;
}

#spine.crimson .spine-sitenav a,
#spine.crimson .spine-global-links a,
#spine.crimson .spine-actions button,
#spine.crimson .spine-offsitenav a {
  color: #d7dadb;
}

#spine.crimson .spine-sitenav a:hover,
#spine.crimson .spine-sitenav li.dogeared > a,
#spine.crimson .spine-global-links a:hover,
#spine.crimson .spine-actions-tabs button:focus,
#spine.crimson .spine-actions-tabs button:hover,
#spine.crimson .spine-offsitenav a:focus,
#spine.crimson .spine-offsitenav a:hover {
  color: #fff;
}

#spine.crimson .spine-actions .opened button,
#spine.crimson .spine-actions .opened button:focus,
#spine.crimson .spine-actions .opened button:hover {
  color: #2a3033;
}

#spine.crimson .spine-social-channels a,
#spine.crimson .spine-footer small a {
  color: #6b1523;
  color: #5a121d;
}

#spine.crimson .spine-sitenav ul li,
#spine.crimson .spine-global-links {
  border-color: #81192a;
}

#spine.crimson .spine-social-channels li[class*="-channel"] a:hover {
  color: #490e18 !important;
}

/* ### Campus Signatures - Default, vertical layout. */
#wsu-signature {
  background-image: url("https://repo.wsu.edu/spine/1.4.8/marks/wsu-signature-vertical.svg");
}

.darker #wsu-signature {
  background-image: url("https://repo.wsu.edu/spine/1.4.8/marks/wsu-signature-vertical-darker.svg");
}

.light #wsu-signature,
.gray #wsu-signature,
.dark #wsu-signature,
.darkest #wsu-signature,
.crimson #wsu-signature {
  background-image: url("https://repo.wsu.edu/spine/1.4.8/marks/wsu-signature-vertical-white.svg");
}

.spine-mobile #wsu-signature,
.print #wsu-signature,
#spine.cropped.skimmed #wsu-signature {
  background-image: url("https://repo.wsu.edu/spine/1.4.8/marks/wsu-signature-horizontal.svg");
}

.spine-mobile .darker #wsu-signature,
.print .darker #wsu-signature,
#spine.cropped.skimmed.darker #wsu-signature {
  background-image: url("https://repo.wsu.edu/spine/1.4.8/marks/wsu-signature-horizontal-darker.svg");
}

.spine-mobile .light #wsu-signature,
.spine-mobile .gray #wsu-signature,
.spine-mobile .dark #wsu-signature,
.spine-mobile .darkest #wsu-signature,
.spine-mobile .crimson #wsu-signature,
.print .light #wsu-signature,
.print .gray #wsu-signature,
.print .dark #wsu-signature,
.print .darkest #wsu-signature,
.print .crimson #wsu-signature,
#spine.cropped.skimmed.light #wsu-signature,
#spine.cropped.skimmed.gray #wsu-signature,
#spine.cropped.skimmed.dark #wsu-signature,
#spine.cropped.skimmed.darkest #wsu-signature,
#spine.cropped.skimmed.crimson #wsu-signature {
  background-image: url("https://repo.wsu.edu/spine/1.4.8/marks/wsu-signature-horizontal-white.svg");
}

.spokane-signature #wsu-signature {
  background-image: url("https://repo.wsu.edu/spine/1.4.8/marks/wsu-spokane-signature-vertical.svg");
}

.spokane-signature .darker #wsu-signature {
  background-image: url("https://repo.wsu.edu/spine/1.4.8/marks/wsu-spokane-signature-vertical-darker.svg");
}

.spokane-signature .light #wsu-signature,
.spokane-signature .gray #wsu-signature,
.spokane-signature .dark #wsu-signature,
.spokane-signature .darkest #wsu-signature,
.spokane-signature .crimson #wsu-signature {
  background-image: url("https://repo.wsu.edu/spine/1.4.8/marks/wsu-spokane-signature-vertical-white.svg");
}

.spine-mobile.spokane-signature #wsu-signature,
.print.spokane-signature #wsu-signature,
.spine-mobile .spokane-signature #wsu-signature,
.print .spokane-signature #wsu-signature,
.spokane-signature #spine.cropped.skimmed #wsu-signature {
  background-image: url("https://repo.wsu.edu/spine/1.4.8/marks/wsu-spokane-signature-horizontal.svg");
}

.spine-mobile.spokane-signature .darker #wsu-signature,
.print.spokane-signature .darker #wsu-signature,
.spine-mobile .spokane-signature .darker #wsu-signature,
.print .spokane-signature .darker #wsu-signature,
.spokane-signature #spine.cropped.skimmed.darker #wsu-signature {
  background-image: url("https://repo.wsu.edu/spine/1.4.8/marks/wsu-spokane-signature-horizontal-darker.svg");
}

.spine-mobile.spokane-signature .light #wsu-signature,
.spine-mobile.spokane-signature .gray #wsu-signature,
.spine-mobile.spokane-signature .dark #wsu-signature,
.spine-mobile.spokane-signature .darkest #wsu-signature,
.spine-mobile.spokane-signature .crimson #wsu-signature,
.print.spokane-signature .light #wsu-signature,
.print.spokane-signature .gray #wsu-signature,
.print.spokane-signature .dark #wsu-signature,
.print.spokane-signature .darkest #wsu-signature,
.print.spokane-signature .crimson #wsu-signature,
.spine-mobile .spokane-signature .light #wsu-signature,
.spine-mobile .spokane-signature .gray #wsu-signature,
.spine-mobile .spokane-signature .dark #wsu-signature,
.spine-mobile .spokane-signature .darkest #wsu-signature,
.spine-mobile .spokane-signature .crimson #wsu-signature,
.print .spokane-signature .light #wsu-signature,
.print .spokane-signature .gray #wsu-signature,
.print .spokane-signature .dark #wsu-signature,
.print .spokane-signature .darkest #wsu-signature,
.print .spokane-signature .crimson #wsu-signature,
.spokane-signature #spine.cropped.skimmed.light #wsu-signature,
.spokane-signature #spine.cropped.skimmed.gray #wsu-signature,
.spokane-signature #spine.cropped.skimmed.dark #wsu-signature,
.spokane-signature #spine.cropped.skimmed.darkest #wsu-signature,
.spokane-signature #spine.cropped.skimmed.crimson #wsu-signature {
  background-image: url("https://repo.wsu.edu/spine/1.4.8/marks/wsu-spokane-signature-horizontal-white.svg");
}

.vancouver-signature #wsu-signature {
  background-image: url("https://repo.wsu.edu/spine/1.4.8/marks/wsu-vancouver-signature-vertical.svg");
}

.vancouver-signature .darker #wsu-signature {
  background-image: url("https://repo.wsu.edu/spine/1.4.8/marks/wsu-vancouver-signature-vertical-darker.svg");
}

.vancouver-signature .light #wsu-signature,
.vancouver-signature .gray #wsu-signature,
.vancouver-signature .dark #wsu-signature,
.vancouver-signature .darkest #wsu-signature,
.vancouver-signature .crimson #wsu-signature {
  background-image: url("https://repo.wsu.edu/spine/1.4.8/marks/wsu-vancouver-signature-vertical-white.svg");
}

.spine-mobile.vancouver-signature #wsu-signature,
.print.vancouver-signature #wsu-signature,
.spine-mobile .vancouver-signature #wsu-signature,
.print .vancouver-signature #wsu-signature,
.vancouver-signature #spine.cropped.skimmed #wsu-signature {
  background-image: url("https://repo.wsu.edu/spine/1.4.8/marks/wsu-vancouver-signature-horizontal.svg");
}

.spine-mobile.vancouver-signature .darker #wsu-signature,
.print.vancouver-signature .darker #wsu-signature,
.spine-mobile .vancouver-signature .darker #wsu-signature,
.print .vancouver-signature .darker #wsu-signature,
.vancouver-signature #spine.cropped.skimmed.darker #wsu-signature {
  background-image: url("https://repo.wsu.edu/spine/1.4.8/marks/wsu-vancouver-signature-horizontal-darker.svg");
}

.spine-mobile.vancouver-signature .light #wsu-signature,
.spine-mobile.vancouver-signature .gray #wsu-signature,
.spine-mobile.vancouver-signature .dark #wsu-signature,
.spine-mobile.vancouver-signature .darkest #wsu-signature,
.spine-mobile.vancouver-signature .crimson #wsu-signature,
.print.vancouver-signature .light #wsu-signature,
.print.vancouver-signature .gray #wsu-signature,
.print.vancouver-signature .dark #wsu-signature,
.print.vancouver-signature .darkest #wsu-signature,
.print.vancouver-signature .crimson #wsu-signature,
.spine-mobile .vancouver-signature .light #wsu-signature,
.spine-mobile .vancouver-signature .gray #wsu-signature,
.spine-mobile .vancouver-signature .dark #wsu-signature,
.spine-mobile .vancouver-signature .darkest #wsu-signature,
.spine-mobile .vancouver-signature .crimson #wsu-signature,
.print .vancouver-signature .light #wsu-signature,
.print .vancouver-signature .gray #wsu-signature,
.print .vancouver-signature .dark #wsu-signature,
.print .vancouver-signature .darkest #wsu-signature,
.print .vancouver-signature .crimson #wsu-signature,
.vancouver-signature #spine.cropped.skimmed.light #wsu-signature,
.vancouver-signature #spine.cropped.skimmed.gray #wsu-signature,
.vancouver-signature #spine.cropped.skimmed.dark #wsu-signature,
.vancouver-signature #spine.cropped.skimmed.darkest #wsu-signature,
.vancouver-signature #spine.cropped.skimmed.crimson #wsu-signature {
  background-image: url("https://repo.wsu.edu/spine/1.4.8/marks/wsu-vancouver-signature-horizontal-white.svg");
}

.tricities-signature #wsu-signature {
  background-image: url("https://repo.wsu.edu/spine/1.4.8/marks/wsu-tricities-signature-vertical.svg");
}

.tricities-signature .darker #wsu-signature {
  background-image: url("https://repo.wsu.edu/spine/1.4.8/marks/wsu-tricities-signature-vertical-darker.svg");
}

.tricities-signature .light #wsu-signature,
.tricities-signature .gray #wsu-signature,
.tricities-signature .dark #wsu-signature,
.tricities-signature .darkest #wsu-signature,
.tricities-signature .crimson #wsu-signature {
  background-image: url("https://repo.wsu.edu/spine/1.4.8/marks/wsu-tricities-signature-vertical-white.svg");
}

.spine-mobile.tricities-signature #wsu-signature,
.print.tricities-signature #wsu-signature,
.spine-mobile .tricities-signature #wsu-signature,
.print .tricities-signature #wsu-signature,
.tricities-signature #spine.cropped.skimmed #wsu-signature {
  background-image: url("https://repo.wsu.edu/spine/1.4.8/marks/wsu-tricities-signature-horizontal.svg");
}

.spine-mobile.tricities-signature .darker #wsu-signature,
.print.tricities-signature .darker #wsu-signature,
.spine-mobile .tricities-signature .darker #wsu-signature,
.print .tricities-signature .darker #wsu-signature,
.tricities-signature #spine.cropped.skimmed.darker #wsu-signature {
  background-image: url("https://repo.wsu.edu/spine/1.4.8/marks/wsu-tricities-signature-horizontal-darker.svg");
}

.spine-mobile.tricities-signature .light #wsu-signature,
.spine-mobile.tricities-signature .gray #wsu-signature,
.spine-mobile.tricities-signature .dark #wsu-signature,
.spine-mobile.tricities-signature .darkest #wsu-signature,
.spine-mobile.tricities-signature .crimson #wsu-signature,
.print.tricities-signature .light #wsu-signature,
.print.tricities-signature .gray #wsu-signature,
.print.tricities-signature .dark #wsu-signature,
.print.tricities-signature .darkest #wsu-signature,
.print.tricities-signature .crimson #wsu-signature,
.spine-mobile .tricities-signature .light #wsu-signature,
.spine-mobile .tricities-signature .gray #wsu-signature,
.spine-mobile .tricities-signature .dark #wsu-signature,
.spine-mobile .tricities-signature .darkest #wsu-signature,
.spine-mobile .tricities-signature .crimson #wsu-signature,
.print .tricities-signature .light #wsu-signature,
.print .tricities-signature .gray #wsu-signature,
.print .tricities-signature .dark #wsu-signature,
.print .tricities-signature .darkest #wsu-signature,
.print .tricities-signature .crimson #wsu-signature,
.tricities-signature #spine.cropped.skimmed.light #wsu-signature,
.tricities-signature #spine.cropped.skimmed.gray #wsu-signature,
.tricities-signature #spine.cropped.skimmed.dark #wsu-signature,
.tricities-signature #spine.cropped.skimmed.darkest #wsu-signature,
.tricities-signature #spine.cropped.skimmed.crimson #wsu-signature {
  background-image: url("https://repo.wsu.edu/spine/1.4.8/marks/wsu-tricities-signature-horizontal-white.svg");
}

.globalcampus-signature #wsu-signature {
  background-image: url("https://repo.wsu.edu/spine/1.4.8/marks/wsu-globalcampus-signature-vertical.svg");
}

.globalcampus-signature .darker #wsu-signature {
  background-image: url("https://repo.wsu.edu/spine/1.4.8/marks/wsu-globalcampus-signature-vertical-darker.svg");
}

.globalcampus-signature .light #wsu-signature,
.globalcampus-signature .gray #wsu-signature,
.globalcampus-signature .dark #wsu-signature,
.globalcampus-signature .darkest #wsu-signature,
.globalcampus-signature .crimson #wsu-signature {
  background-image: url("https://repo.wsu.edu/spine/1.4.8/marks/wsu-globalcampus-signature-vertical-white.svg");
}

.spine-mobile.globalcampus-signature #wsu-signature,
.print.globalcampus-signature #wsu-signature,
.spine-mobile .globalcampus-signature #wsu-signature,
.print .globalcampus-signature #wsu-signature,
.globalcampus-signature #spine.cropped.skimmed #wsu-signature {
  background-image: url("https://repo.wsu.edu/spine/1.4.8/marks/wsu-globalcampus-signature-horizontal.svg");
}

.spine-mobile.globalcampus-signature .darker #wsu-signature,
.print.globalcampus-signature .darker #wsu-signature,
.spine-mobile .globalcampus-signature .darker #wsu-signature,
.print .globalcampus-signature .darker #wsu-signature,
.globalcampus-signature #spine.cropped.skimmed.darker #wsu-signature {
  background-image: url("https://repo.wsu.edu/spine/1.4.8/marks/wsu-globalcampus-signature-horizontal-darker.svg");
}

.spine-mobile.globalcampus-signature .light #wsu-signature,
.spine-mobile.globalcampus-signature .gray #wsu-signature,
.spine-mobile.globalcampus-signature .dark #wsu-signature,
.spine-mobile.globalcampus-signature .darkest #wsu-signature,
.spine-mobile.globalcampus-signature .crimson #wsu-signature,
.print.globalcampus-signature .light #wsu-signature,
.print.globalcampus-signature .gray #wsu-signature,
.print.globalcampus-signature .dark #wsu-signature,
.print.globalcampus-signature .darkest #wsu-signature,
.print.globalcampus-signature .crimson #wsu-signature,
.spine-mobile .globalcampus-signature .light #wsu-signature,
.spine-mobile .globalcampus-signature .gray #wsu-signature,
.spine-mobile .globalcampus-signature .dark #wsu-signature,
.spine-mobile .globalcampus-signature .darkest #wsu-signature,
.spine-mobile .globalcampus-signature .crimson #wsu-signature,
.print .globalcampus-signature .light #wsu-signature,
.print .globalcampus-signature .gray #wsu-signature,
.print .globalcampus-signature .dark #wsu-signature,
.print .globalcampus-signature .darkest #wsu-signature,
.print .globalcampus-signature .crimson #wsu-signature,
.globalcampus-signature #spine.cropped.skimmed.light #wsu-signature,
.globalcampus-signature #spine.cropped.skimmed.gray #wsu-signature,
.globalcampus-signature #spine.cropped.skimmed.dark #wsu-signature,
.globalcampus-signature #spine.cropped.skimmed.darkest #wsu-signature,
.globalcampus-signature #spine.cropped.skimmed.crimson #wsu-signature {
  background-image: url("https://repo.wsu.edu/spine/1.4.8/marks/wsu-globalcampus-signature-horizontal-white.svg");
}

.extension-signature #wsu-signature {
  background-image: url("https://repo.wsu.edu/spine/1.4.8/marks/wsu-extension-signature-vertical.svg");
}

.extension-signature .darker #wsu-signature {
  background-image: url("https://repo.wsu.edu/spine/1.4.8/marks/wsu-extension-signature-vertical-darker.svg");
}

.extension-signature .light #wsu-signature,
.extension-signature .gray #wsu-signature,
.extension-signature .dark #wsu-signature,
.extension-signature .darkest #wsu-signature,
.extension-signature .crimson #wsu-signature {
  background-image: url("https://repo.wsu.edu/spine/1.4.8/marks/wsu-extension-signature-vertical-white.svg");
}

.spine-mobile.extension-signature #wsu-signature,
.print.extension-signature #wsu-signature,
.spine-mobile .extension-signature #wsu-signature,
.print .extension-signature #wsu-signature,
.extension-signature #spine.cropped.skimmed #wsu-signature {
  background-image: url("https://repo.wsu.edu/spine/1.4.8/marks/wsu-extension-signature-horizontal.svg");
}

.spine-mobile.extension-signature .darker #wsu-signature,
.print.extension-signature .darker #wsu-signature,
.spine-mobile .extension-signature .darker #wsu-signature,
.print .extension-signature .darker #wsu-signature,
.extension-signature #spine.cropped.skimmed.darker #wsu-signature {
  background-image: url("https://repo.wsu.edu/spine/1.4.8/marks/wsu-extension-signature-horizontal-darker.svg");
}

.spine-mobile.extension-signature .light #wsu-signature,
.spine-mobile.extension-signature .gray #wsu-signature,
.spine-mobile.extension-signature .dark #wsu-signature,
.spine-mobile.extension-signature .darkest #wsu-signature,
.spine-mobile.extension-signature .crimson #wsu-signature,
.print.extension-signature .light #wsu-signature,
.print.extension-signature .gray #wsu-signature,
.print.extension-signature .dark #wsu-signature,
.print.extension-signature .darkest #wsu-signature,
.print.extension-signature .crimson #wsu-signature,
.spine-mobile .extension-signature .light #wsu-signature,
.spine-mobile .extension-signature .gray #wsu-signature,
.spine-mobile .extension-signature .dark #wsu-signature,
.spine-mobile .extension-signature .darkest #wsu-signature,
.spine-mobile .extension-signature .crimson #wsu-signature,
.print .extension-signature .light #wsu-signature,
.print .extension-signature .gray #wsu-signature,
.print .extension-signature .dark #wsu-signature,
.print .extension-signature .darkest #wsu-signature,
.print .extension-signature .crimson #wsu-signature,
.extension-signature #spine.cropped.skimmed.light #wsu-signature,
.extension-signature #spine.cropped.skimmed.gray #wsu-signature,
.extension-signature #spine.cropped.skimmed.dark #wsu-signature,
.extension-signature #spine.cropped.skimmed.darkest #wsu-signature,
.extension-signature #spine.cropped.skimmed.crimson #wsu-signature {
  background-image: url("https://repo.wsu.edu/spine/1.4.8/marks/wsu-extension-signature-horizontal-white.svg");
}

.healthsciences-signature #wsu-signature {
  background-image: url("https://repo.wsu.edu/spine/1.4.8/marks/wsu-healthsciences-signature-vertical.svg");
}

.healthsciences-signature .darker #wsu-signature {
  background-image: url("https://repo.wsu.edu/spine/1.4.8/marks/wsu-healthsciences-signature-vertical-darker.svg");
}

.healthsciences-signature .light #wsu-signature,
.healthsciences-signature .gray #wsu-signature,
.healthsciences-signature .dark #wsu-signature,
.healthsciences-signature .darkest #wsu-signature,
.healthsciences-signature .crimson #wsu-signature {
  background-image: url("https://repo.wsu.edu/spine/1.4.8/marks/wsu-healthsciences-signature-vertical-white.svg");
}

.spine-mobile.healthsciences-signature #wsu-signature,
.print.healthsciences-signature #wsu-signature,
.spine-mobile .healthsciences-signature #wsu-signature,
.print .healthsciences-signature #wsu-signature,
.healthsciences-signature #spine.cropped.skimmed #wsu-signature {
  background-image: url("https://repo.wsu.edu/spine/1.4.8/marks/wsu-healthsciences-signature-horizontal.svg");
}

.spine-mobile.healthsciences-signature .darker #wsu-signature,
.print.healthsciences-signature .darker #wsu-signature,
.spine-mobile .healthsciences-signature .darker #wsu-signature,
.print .healthsciences-signature .darker #wsu-signature,
.healthsciences-signature #spine.cropped.skimmed.darker #wsu-signature {
  background-image: url("https://repo.wsu.edu/spine/1.4.8/marks/wsu-healthsciences-signature-horizontal-darker.svg");
}

.spine-mobile.healthsciences-signature .light #wsu-signature,
.spine-mobile.healthsciences-signature .gray #wsu-signature,
.spine-mobile.healthsciences-signature .dark #wsu-signature,
.spine-mobile.healthsciences-signature .darkest #wsu-signature,
.spine-mobile.healthsciences-signature .crimson #wsu-signature,
.print.healthsciences-signature .light #wsu-signature,
.print.healthsciences-signature .gray #wsu-signature,
.print.healthsciences-signature .dark #wsu-signature,
.print.healthsciences-signature .darkest #wsu-signature,
.print.healthsciences-signature .crimson #wsu-signature,
.spine-mobile .healthsciences-signature .light #wsu-signature,
.spine-mobile .healthsciences-signature .gray #wsu-signature,
.spine-mobile .healthsciences-signature .dark #wsu-signature,
.spine-mobile .healthsciences-signature .darkest #wsu-signature,
.spine-mobile .healthsciences-signature .crimson #wsu-signature,
.print .healthsciences-signature .light #wsu-signature,
.print .healthsciences-signature .gray #wsu-signature,
.print .healthsciences-signature .dark #wsu-signature,
.print .healthsciences-signature .darkest #wsu-signature,
.print .healthsciences-signature .crimson #wsu-signature,
.healthsciences-signature #spine.cropped.skimmed.light #wsu-signature,
.healthsciences-signature #spine.cropped.skimmed.gray #wsu-signature,
.healthsciences-signature #spine.cropped.skimmed.dark #wsu-signature,
.healthsciences-signature #spine.cropped.skimmed.darkest #wsu-signature,
.healthsciences-signature #spine.cropped.skimmed.crimson #wsu-signature {
  background-image: url("https://repo.wsu.edu/spine/1.4.8/marks/wsu-healthsciences-signature-horizontal-white.svg");
}

.healthsciences-spokane-signature #wsu-signature {
  background-image: url("https://repo.wsu.edu/spine/1.4.8/marks/wsu-healthsciences-spokane-signature-vertical.svg");
}

.healthsciences-spokane-signature .darker #wsu-signature {
  background-image: url("https://repo.wsu.edu/spine/1.4.8/marks/wsu-healthsciences-spokane-signature-vertical-darker.svg");
}

.healthsciences-spokane-signature .light #wsu-signature,
.healthsciences-spokane-signature .gray #wsu-signature,
.healthsciences-spokane-signature .dark #wsu-signature,
.healthsciences-spokane-signature .darkest #wsu-signature,
.healthsciences-spokane-signature .crimson #wsu-signature {
  background-image: url("https://repo.wsu.edu/spine/1.4.8/marks/wsu-healthsciences-spokane-signature-vertical-white.svg");
}

.spine-mobile.healthsciences-spokane-signature #wsu-signature,
.print.healthsciences-spokane-signature #wsu-signature,
.spine-mobile .healthsciences-spokane-signature #wsu-signature,
.print .healthsciences-spokane-signature #wsu-signature,
.healthsciences-spokane-signature #spine.cropped.skimmed #wsu-signature {
  background-image: url("https://repo.wsu.edu/spine/1.4.8/marks/wsu-healthsciences-spokane-signature-horizontal.svg");
}

.spine-mobile.healthsciences-spokane-signature .darker #wsu-signature,
.print.healthsciences-spokane-signature .darker #wsu-signature,
.spine-mobile .healthsciences-spokane-signature .darker #wsu-signature,
.print .healthsciences-spokane-signature .darker #wsu-signature,
.healthsciences-spokane-signature #spine.cropped.skimmed.darker #wsu-signature {
  background-image: url("https://repo.wsu.edu/spine/1.4.8/marks/wsu-healthsciences-spokane-signature-horizontal-darker.svg");
}

.spine-mobile.healthsciences-spokane-signature .light #wsu-signature,
.spine-mobile.healthsciences-spokane-signature .gray #wsu-signature,
.spine-mobile.healthsciences-spokane-signature .dark #wsu-signature,
.spine-mobile.healthsciences-spokane-signature .darkest #wsu-signature,
.spine-mobile.healthsciences-spokane-signature .crimson #wsu-signature,
.print.healthsciences-spokane-signature .light #wsu-signature,
.print.healthsciences-spokane-signature .gray #wsu-signature,
.print.healthsciences-spokane-signature .dark #wsu-signature,
.print.healthsciences-spokane-signature .darkest #wsu-signature,
.print.healthsciences-spokane-signature .crimson #wsu-signature,
.spine-mobile .healthsciences-spokane-signature .light #wsu-signature,
.spine-mobile .healthsciences-spokane-signature .gray #wsu-signature,
.spine-mobile .healthsciences-spokane-signature .dark #wsu-signature,
.spine-mobile .healthsciences-spokane-signature .darkest #wsu-signature,
.spine-mobile .healthsciences-spokane-signature .crimson #wsu-signature,
.print .healthsciences-spokane-signature .light #wsu-signature,
.print .healthsciences-spokane-signature .gray #wsu-signature,
.print .healthsciences-spokane-signature .dark #wsu-signature,
.print .healthsciences-spokane-signature .darkest #wsu-signature,
.print .healthsciences-spokane-signature .crimson #wsu-signature,
.healthsciences-spokane-signature #spine.cropped.skimmed.light #wsu-signature,
.healthsciences-spokane-signature #spine.cropped.skimmed.gray #wsu-signature,
.healthsciences-spokane-signature #spine.cropped.skimmed.dark #wsu-signature,
.healthsciences-spokane-signature #spine.cropped.skimmed.darkest #wsu-signature,
.healthsciences-spokane-signature #spine.cropped.skimmed.crimson #wsu-signature {
  background-image: url("https://repo.wsu.edu/spine/1.4.8/marks/wsu-healthsciences-spokane-signature-horizontal-white.svg");
}

.foundation-signature #wsu-signature {
  background-image: url("https://repo.wsu.edu/spine/1.4.8/marks/wsu-foundation-signature-vertical.svg");
}

.foundation-signature .darker #wsu-signature {
  background-image: url("https://repo.wsu.edu/spine/1.4.8/marks/wsu-foundation-signature-vertical-darker.svg");
}

.foundation-signature .light #wsu-signature,
.foundation-signature .gray #wsu-signature,
.foundation-signature .dark #wsu-signature,
.foundation-signature .darkest #wsu-signature,
.foundation-signature .crimson #wsu-signature {
  background-image: url("https://repo.wsu.edu/spine/1.4.8/marks/wsu-foundation-signature-vertical-white.svg");
}

.spine-mobile.foundation-signature #wsu-signature,
.print.foundation-signature #wsu-signature,
.spine-mobile .foundation-signature #wsu-signature,
.print .foundation-signature #wsu-signature,
.foundation-signature #spine.cropped.skimmed #wsu-signature {
  background-image: url("https://repo.wsu.edu/spine/1.4.8/marks/wsu-foundation-signature-horizontal.svg");
}

.spine-mobile.foundation-signature .darker #wsu-signature,
.print.foundation-signature .darker #wsu-signature,
.spine-mobile .foundation-signature .darker #wsu-signature,
.print .foundation-signature .darker #wsu-signature,
.foundation-signature #spine.cropped.skimmed.darker #wsu-signature {
  background-image: url("https://repo.wsu.edu/spine/1.4.8/marks/wsu-foundation-signature-horizontal-darker.svg");
}

.spine-mobile.foundation-signature .light #wsu-signature,
.spine-mobile.foundation-signature .gray #wsu-signature,
.spine-mobile.foundation-signature .dark #wsu-signature,
.spine-mobile.foundation-signature .darkest #wsu-signature,
.spine-mobile.foundation-signature .crimson #wsu-signature,
.print.foundation-signature .light #wsu-signature,
.print.foundation-signature .gray #wsu-signature,
.print.foundation-signature .dark #wsu-signature,
.print.foundation-signature .darkest #wsu-signature,
.print.foundation-signature .crimson #wsu-signature,
.spine-mobile .foundation-signature .light #wsu-signature,
.spine-mobile .foundation-signature .gray #wsu-signature,
.spine-mobile .foundation-signature .dark #wsu-signature,
.spine-mobile .foundation-signature .darkest #wsu-signature,
.spine-mobile .foundation-signature .crimson #wsu-signature,
.print .foundation-signature .light #wsu-signature,
.print .foundation-signature .gray #wsu-signature,
.print .foundation-signature .dark #wsu-signature,
.print .foundation-signature .darkest #wsu-signature,
.print .foundation-signature .crimson #wsu-signature,
.foundation-signature #spine.cropped.skimmed.light #wsu-signature,
.foundation-signature #spine.cropped.skimmed.gray #wsu-signature,
.foundation-signature #spine.cropped.skimmed.dark #wsu-signature,
.foundation-signature #spine.cropped.skimmed.darkest #wsu-signature,
.foundation-signature #spine.cropped.skimmed.crimson #wsu-signature {
  background-image: url("https://repo.wsu.edu/spine/1.4.8/marks/wsu-foundation-signature-horizontal-white.svg");
}

.campaign-signature #wsu-signature {
  background-image: url("https://repo.wsu.edu/spine/1.4.8/marks/wsu-campaign-signature-vertical.svg");
}

.campaign-signature .darker #wsu-signature {
  background-image: url("https://repo.wsu.edu/spine/1.4.8/marks/wsu-campaign-signature-vertical-darker.svg");
}

.campaign-signature .light #wsu-signature,
.campaign-signature .gray #wsu-signature,
.campaign-signature .dark #wsu-signature,
.campaign-signature .darkest #wsu-signature,
.campaign-signature .crimson #wsu-signature {
  background-image: url("https://repo.wsu.edu/spine/1.4.8/marks/wsu-campaign-signature-vertical-white.svg");
}

.spine-mobile.campaign-signature #wsu-signature,
.print.campaign-signature #wsu-signature,
.spine-mobile .campaign-signature #wsu-signature,
.print .campaign-signature #wsu-signature,
.campaign-signature #spine.cropped.skimmed #wsu-signature {
  background-image: url("https://repo.wsu.edu/spine/1.4.8/marks/wsu-campaign-signature-horizontal.svg");
}

.spine-mobile.campaign-signature .darker #wsu-signature,
.print.campaign-signature .darker #wsu-signature,
.spine-mobile .campaign-signature .darker #wsu-signature,
.print .campaign-signature .darker #wsu-signature,
.campaign-signature #spine.cropped.skimmed.darker #wsu-signature {
  background-image: url("https://repo.wsu.edu/spine/1.4.8/marks/wsu-campaign-signature-horizontal-darker.svg");
}

.spine-mobile.campaign-signature .light #wsu-signature,
.spine-mobile.campaign-signature .gray #wsu-signature,
.spine-mobile.campaign-signature .dark #wsu-signature,
.spine-mobile.campaign-signature .darkest #wsu-signature,
.spine-mobile.campaign-signature .crimson #wsu-signature,
.print.campaign-signature .light #wsu-signature,
.print.campaign-signature .gray #wsu-signature,
.print.campaign-signature .dark #wsu-signature,
.print.campaign-signature .darkest #wsu-signature,
.print.campaign-signature .crimson #wsu-signature,
.spine-mobile .campaign-signature .light #wsu-signature,
.spine-mobile .campaign-signature .gray #wsu-signature,
.spine-mobile .campaign-signature .dark #wsu-signature,
.spine-mobile .campaign-signature .darkest #wsu-signature,
.spine-mobile .campaign-signature .crimson #wsu-signature,
.print .campaign-signature .light #wsu-signature,
.print .campaign-signature .gray #wsu-signature,
.print .campaign-signature .dark #wsu-signature,
.print .campaign-signature .darkest #wsu-signature,
.print .campaign-signature .crimson #wsu-signature,
.campaign-signature #spine.cropped.skimmed.light #wsu-signature,
.campaign-signature #spine.cropped.skimmed.gray #wsu-signature,
.campaign-signature #spine.cropped.skimmed.dark #wsu-signature,
.campaign-signature #spine.cropped.skimmed.darkest #wsu-signature,
.campaign-signature #spine.cropped.skimmed.crimson #wsu-signature {
  background-image: url("https://repo.wsu.edu/spine/1.4.8/marks/wsu-campaign-signature-horizontal-white.svg");
}

html.lt-ie9 #wsu-signature {
  background-image: url("https://repo.wsu.edu/spine/1.4.8/marks/wsu-signature-horizontal.png");
}

#binder #spine header,
#binder #spine #scroll {
  background-color: #fff;
}

#binder #spine.lightest header,
#binder #spine.lightest #scroll {
  background-color: #eff0f1;
}

#binder #spine.lightly header,
#binder #spine.lightly #scroll {
  background-color: #d7dadb;
}

#binder #spine.lighter header,
#binder #spine.lighter #scroll {
  background-color: #b5babe;
}

#binder #spine.light header,
#binder #spine.light #scroll {
  background-color: #8d959a;
}

#binder #spine.gray header,
#binder #spine.gray #scroll {
  background-color: #717171;
}

#binder #spine.dark header,
#binder #spine.dark #scroll {
  background-color: #3b4042;
}

#binder #spine.darker header,
#binder #spine.darker #scroll {
  background-color: #23282b;
}

#binder #spine.darkest header,
#binder #spine.darkest #scroll {
  background-color: #000;
}

#binder #spine.crimson header,
#binder #spine.crimson #scroll {
  background-color: #981e32;
}

/* ### Cropped */
/* Stretching the definition of campus. New term? */
@media screen and (min-width: 990px) {
  #spine.cropped {
    height: 198px !important;
    min-height: 198px !important;
    top: 0 !important;
    left: auto !important;
    /* #### Cropped and Scrolled */
  }
  #spine.cropped #glue {
    width: 198px;
    height: 198px !important;
    min-height: 198px !important;
  }
  #spine.cropped #glue:before {
    width: 198px;
  }
  #spine.cropped nav,
  #spine.cropped footer {
    display: none;
  }
  #spine.cropped.bleed #glue:before {
    left: 0;
  }
  #spine.cropped.shelved #shelve,
  #spine.cropped.unshelved #shelve {
    display: none;
  }
  #spine.cropped.skimmed:not(.unshelved) {
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 50px !important;
    min-height: 0 !important;
  }
  #spine.cropped.skimmed:not(.unshelved) #glue,
  #spine.cropped.skimmed:not(.unshelved) #glue:before {
    min-height: 0 !important;
    height: 50px !important;
    width: 100% !important;
    padding-top: 0;
    padding-bottom: 0;
  }
  #spine.cropped.skimmed:not(.unshelved) #wsu-signature {
    background-position: center 12px;
    background-size: auto 30px;
    height: 49px;
    pointer-events: none;
    cursor: default;
  }
  #spine.cropped.skimmed:not(.unshelved) #wsu-actions {
    width: 198px;
    margin-top: -40px;
  }
}

/* Stretching the definition of campus. New term? */
/* Stretching the definition of campus. New term? */
.spine-mobile-open,
.spine-mobile-open body {
  overflow: hidden;
}

.spine-mobile-open #spine {
  min-height: 0 !important;
}

.spine-mobile-open #spine #wsu-actions {
  padding-top: 0 !important;
}

.spine-mobile-open #spine #scroll {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  left: 0;
  top: 50px;
  bottom: 0;
  /* Offset for when iOS address and nav bars hide */
  width: 298px;
  z-index: 99165;
}

.spine-mobile .spine-animating #spine #scroll {
  top: 0;
  bottom: 0;
  /* Offset for when iOS address and nav bars hide */
  position: fixed;
}

/* ## LARGE (after first break) */
@media screen and (max-width: 1187px) {
  /* ### Large Grid */
  /* Grid - Manual Overrides */
  .at-large-display-none,
  .at-large-display-none .column {
    display: none;
  }
  .at-large-display-block,
  .at-large-display-block .column {
    display: block;
  }
  .at-large-max-width,
  .at-large-max-width .column {
    max-width: 100% !important;
  }
  .at-large-full-width,
  .at-large-full-width .column {
    width: 100% !important;
  }
  .at-large-half-width,
  .at-large-half-width .column {
    width: 50% !important;
  }
  .at-large-third-width,
  .at-large-third-width .column {
    width: 33.3334% !important;
  }
  .at-large-clear,
  .at-large-clear .column {
    clear: both !important;
  }
  .at-large-float-none,
  .at-large-float-none .column {
    float: none !important;
  }
}

.max-1188 .rebound,
.max-1188 .row.rebound {
  width: 792px;
}

/* ## MEDIUM (after first break) */
/* Tablets (iPad) then iPads (portrait, not landscape) */
@media screen and (max-width: 989px) {
  #binder {
    width: 792px;
  }
  #binder main {
    margin-left: 0;
    margin-top: 50px;
  }
  #binder.fluid {
    width: 100%;
  }
  #binder.fluid main {
    width: auto;
  }
  .spineless.fixed main,
  .spineless.hybrid main,
  .spineless .fixed main,
  .spineless .hybrid main {
    margin-left: 0;
    width: 792px;
  }
  .spineless.fluid main,
  .spineless .fluid main {
    margin-left: 0;
  }
  .fluid .row.rebound,
  .fluid .verso .rebound,
  .fluid .recto .rebound,
  .fluid .recto.verso .rebound {
    width: 100%;
  }
  .fluid .recto.verso .rebound,
  .fluid .verso .rebound {
    border-left: 198px transparent solid;
  }
  .verso .rebound {
    border-left: 0 transparent solid;
    margin-left: auto;
    margin-right: 0;
  }
  .recto.verso .rebound {
    border-left: 0 transparent solid;
    margin-left: auto;
    margin-right: auto;
  }
  .spineless .fluid .verso .rebound,
  .spineless .fluid .recto.verso .rebound {
    border-left: 0 transparent solid;
  }
  /* Shelving */
  #wsu-signature {
    background-position: center 12px;
    background-size: auto 30px;
    height: 49px;
  }
  .spine-animating #glue {
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
  }
  .spine-animating.spine-move-left #glue {
    -webkit-transform: translate(-298px);
        -ms-transform: translate(-298px);
            transform: translate(-298px);
  }
  .spine-animating.spine-move-right #glue {
    -webkit-transform: translate(298px);
        -ms-transform: translate(298px);
            transform: translate(298px);
  }
  .spine-mobile #glue {
    top: 50px;
    bottom: 0;
    left: -298px;
  }
  .spine-mobile-open #glue {
    left: 0;
  }
  .spine-mobile #spine .spine-sitenav a:hover,
  .spine-mobile #spine.white .spine-sitenav a:hover,
  .spine-mobile #spine.lightly .spine-sitenav a:hover {
    color: #717171;
  }
  .spine-mobile #spine.crimson .spine-sitenav a:hover {
    color: #b5babe;
  }
  .spine-mobile #spine.darkest .spine-sitenav a:hover,
  .spine-mobile #spine.darker .spine-sitenav a:hover,
  .spine-mobile #spine.dark .spine-sitenav a:hover,
  .spine-mobile #spine.gray .spine-sitenav a:hover,
  .spine-mobile #spine.light .spine-sitenav a:hover {
    color: #d7dadb;
  }
  .spine-mobile #spine.lighter .spine-sitenav a:hover,
  .spine-mobile #spine.lighter .spine-sitenav a:hover {
    color: #2a3033;
  }
  .spine-mobile #spine.lightest .spine-sitenav a:hover {
    color: #3b4042;
  }
  #binder #spine {
    width: 298px;
    min-height: 100%;
    left: -298px;
    top: 0;
    z-index: 99164;
    font-size: 16px;
  }
  #binder #spine #glue {
    position: fixed;
    width: 298px;
  }
  #binder #spine #glue:before {
    left: -702px;
    width: 1000px;
  }
  #binder #spine #shelve {
    display: block;
  }
  #binder #spine header {
    top: 0;
    left: 0;
    width: 100%;
    position: fixed;
    height: 50px;
  }
  #binder #spine #wsu-actions section {
    width: 298px;
  }
  #binder #spine nav ul li {
    line-height: 1.5em;
  }
  #binder #spine nav ul li.parent > a:after,
  #binder #spine nav ul li.parent.opened > a:after {
    display: block;
  }
  /* Layout Adjustments */
  .hybrid .row.single .column {
    width: 100%;
  }
  .hybrid .row.halves .column {
    width: 50%;
  }
  .hybrid .column.half {
    width: 50% !important;
  }
  .hybrid .row.thirds .column {
    width: 33.33333%;
  }
  .hybrid .column.third {
    width: 33.33333% !important;
  }
  .hybrid .row.quarters .column {
    width: 25%;
  }
  .hybrid .column.quarter {
    width: 25% !important;
  }
  .hybrid .row.triptych .column {
    width: 25%;
  }
  .hybrid .row.triptych .column.two {
    width: 50%;
  }
  .hybrid .row.margin-right .column.one,
  .hybrid .row.margin-left .column.two {
    width: 75%;
  }
  .hybrid .row.margin-right .column.two,
  .hybrid .row.margin-left .column.one {
    width: 25%;
  }
  .hybrid .row.side-right .column.one,
  .hybrid .row.side-left .column.two {
    width: 67%;
  }
  .hybrid .row.side-right .column.two,
  .hybrid .row.side-left .column.one {
    width: 33%;
  }
  /* Adjust Search */
  .spine-search input[type="text"] {
    padding-right: 18px;
  }
  .spine-search button {
    right: 10px;
  }
  /* Header Colors and Signatures */
  #binder #spine.lightest header {
    background-color: #eff0f1;
  }
  #binder #spine.lightly header {
    background-color: #d7dadb;
  }
  #binder #spine.lighter header {
    background-color: #b5babe;
  }
  #binder #spine.light header {
    background-color: #8d959a;
  }
  #binder #spine.gray header {
    background-color: #717171;
  }
  #binder #spine.dark header {
    background-color: #3b4042;
  }
  #binder #spine.darker header {
    background-color: #23282b;
  }
  #binder #spine.darkest header {
    background-color: #000;
  }
  #binder #spine.crimson header {
    background-color: #981e32;
  }
  /* Signature */
  nav a.external:after {
    font-family: Spine-Icons;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    margin-left: 3px;
    content: "\21AA";
  }
  /* Grid Medium */
  /* Grid - Manual Controls */
  .at-medium-display-none,
  .at-medium-display-none .column {
    display: none;
  }
  .at-medium-display-block,
  .at-medium-display-block .column {
    display: block;
  }
  .at-medium-max-width,
  .at-medium-max-width .column {
    max-width: 100% !important;
  }
  .at-medium-full-width,
  .at-medium-full-width .column {
    width: 100% !important;
  }
  .at-medium-half-width,
  .at-medium-half-width .column {
    width: 50% !important;
  }
  .at-medium-third-width,
  .at-medium-third-width .column {
    width: 33.3334% !important;
  }
  .at-medium-clear,
  .at-medium-clear .column {
    clear: both !important;
  }
  .at-medium-float-none,
  .at-medium-float-none .column {
    float: none !important;
  }
}

/* SMALL (max 791px)
------------------------------------------ */
@media screen and (max-width: 791px) {
  #binder,
  .rebound,
  .single,
  .spineless .rebound,
  .fifteenths .rebound,
  .fifths .rebound {
    width: 100%;
  }
  #binder.fixed {
    width: 694px;
  }
  #binder main {
    width: auto;
    margin-top: 50px;
    margin-left: 0;
  }
  #binder.fixed main {
    width: 396px;
    margin-left: 0;
  }
  #binder.hybrid main,
  #binder.fluid main {
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    margin-left: 0;
    margin-top: 50px;
  }
  .row.reverse-at-small .column {
    float: left;
  }
  .max-1188 .rebound,
  .max-1188 .row.rebound {
    width: 792px;
  }
  .row:not(.boundless) {
    width: 100%;
  }
  .fluid .verso .rebound,
  .fluid .recto.verso .rebound {
    border-left: 0 transparent solid;
  }
  /* Shelving */
  #binder.fluid #spine {
    width: 298px;
    min-height: 100%;
    left: -298px;
    top: 0;
    z-index: 99164;
    font-size: 16px;
  }
  #binder.fluid #spine #glue {
    position: fixed;
    width: 298px;
  }
  #binder.fluid #spine #glue:before {
    left: -702px;
    width: 1000px;
  }
  #binder.fluid #spine #shelve {
    display: block;
  }
  #binder.fluid #spine header {
    top: 0;
    left: 0;
    width: 100%;
    position: fixed;
    height: 50px;
  }
  #binder.fluid #spine #wsu-actions section {
    width: 298px;
  }
  #binder.fluid #spine nav ul li {
    line-height: 1.5em;
  }
  #binder.fluid #spine nav ul li.parent > a:after,
  #binder.fluid #spine nav ul li.parent.opened > a:after {
    display: block;
  }
  /* Signature */
  .fluid #wsu-signature {
    background-position: center 12px;
    background-size: auto 30px;
    height: 49px;
  }
  /* Grid - Manual Controls */
  .at-small-display-none,
  .at-small-display-none .column {
    display: none;
  }
  .at-medium-display-block,
  .at-medium-display-block .column {
    display: block;
  }
  .at-small-max-width,
  .at-small-max-width .column {
    max-width: 100% !important;
  }
  .at-small-full-width,
  .at-small-full-width .column {
    width: 100% !important;
  }
  .at-small-half-width,
  .at-small-half-width .column {
    width: 50% !important;
  }
  .at-small-third-width,
  .at-small-third-width .column {
    width: 33.3334% !important;
  }
  .at-small-clear,
  .at-small-clear .column {
    clear: both !important;
  }
  .at-small-float-none,
  .at-small-float-none .column {
    float: none !important;
  }
}

/* ## SMALL (max 693)  */
/* 792px - 198px = 594px */
@media only screen and (max-width: 693px) {
  #binder.fixed {
    width: 396px;
    min-width: 396px;
    margin: 0 auto;
  }
  #binder.fixed main {
    margin-top: 50px;
    margin-left: 0;
  }
  #binder.fluid, #binder.hybrid {
    width: 100%;
  }
  #binder.fluid main, #binder.hybrid main {
    width: auto;
    margin-left: 0;
  }
  .row.reverse .column {
    float: left;
  }
  /* #### Grid */
  .fixed .row.single .column,
  .fixed .row.halves .column,
  .fixed .row.thirds .column,
  .fixed .row.thirds .column.two,
  .fixed .row.triptych .column.one,
  .fixed .row.triptych .column.two,
  .fixed .row.triptych .column.three,
  .fixed .row.side-right .column.one,
  .fixed .row.side-left .column.one,
  .fixed .row.side-right .column.two,
  .fixed .row.side-left .column.two,
  .fixed .row.margin-right .column.one,
  .fixed .row.margin-left .column.two,
  .fixed .row.margin-right .column.two,
  .fixed .row.margin-left .column.one,
  .fixed .row.thirds .halves .column,
  .fixed .row.fifteenths .four-fifteenths,
  .fixed .row.fifteenths .five-fifteenths,
  .fixed .row.fifteenths .six-fifteenths,
  .fixed .row.fifteenths .seven-fifteenths, .hybrid .row.single .column,
  .hybrid .row.halves .column,
  .hybrid .row.thirds .column,
  .hybrid .row.thirds .column.two,
  .hybrid .row.triptych .column.one,
  .hybrid .row.triptych .column.two,
  .hybrid .row.triptych .column.three,
  .hybrid .row.side-right .column.one,
  .hybrid .row.side-left .column.one,
  .hybrid .row.side-right .column.two,
  .hybrid .row.side-left .column.two,
  .hybrid .row.margin-right .column.one,
  .hybrid .row.margin-left .column.two,
  .hybrid .row.margin-right .column.two,
  .hybrid .row.margin-left .column.one,
  .hybrid .row.thirds .halves .column,
  .hybrid .row.fifteenths .four-fifteenths,
  .hybrid .row.fifteenths .five-fifteenths,
  .hybrid .row.fifteenths .six-fifteenths,
  .hybrid .row.fifteenths .seven-fifteenths, .fluid .row.single .column,
  .fluid .row.halves .column,
  .fluid .row.thirds .column,
  .fluid .row.thirds .column.two,
  .fluid .row.triptych .column.one,
  .fluid .row.triptych .column.two,
  .fluid .row.triptych .column.three,
  .fluid .row.side-right .column.one,
  .fluid .row.side-left .column.one,
  .fluid .row.side-right .column.two,
  .fluid .row.side-left .column.two,
  .fluid .row.margin-right .column.one,
  .fluid .row.margin-left .column.two,
  .fluid .row.margin-right .column.two,
  .fluid .row.margin-left .column.one,
  .fluid .row.thirds .halves .column,
  .fluid .row.fifteenths .four-fifteenths,
  .fluid .row.fifteenths .five-fifteenths,
  .fluid .row.fifteenths .six-fifteenths,
  .fluid .row.fifteenths .seven-fifteenths {
    width: 100%;
    float: none;
    clear: both;
  }
  .fixed .row.quarters .column, .hybrid .row.quarters .column, .fluid .row.quarters .column {
    width: 50%;
  }
  .fixed .row.quarters .column:nth-of-type(2n+3), .hybrid .row.quarters .column:nth-of-type(2n+3), .fluid .row.quarters .column:nth-of-type(2n+3) {
    clear: both;
  }
  .fixed .row.fifteenths .two-fifteenths,
  .fixed .row.fifteenths .three-fifteenths, .hybrid .row.fifteenths .two-fifteenths,
  .hybrid .row.fifteenths .three-fifteenths, .fluid .row.fifteenths .two-fifteenths,
  .fluid .row.fifteenths .three-fifteenths {
    width: 50%;
  }
  .fixed .row .row.thirds .column, .hybrid .row .row.thirds .column, .fluid .row .row.thirds .column {
    width: 33.3333%;
  }
  .fixed .row .row.quarters .column,
  .fixed .row .row.thirds .column,
  .fixed .row .row.thirds .column.two,
  .fixed .row .row.halves .column, .hybrid .row .row.quarters .column,
  .hybrid .row .row.thirds .column,
  .hybrid .row .row.thirds .column.two,
  .hybrid .row .row.halves .column, .fluid .row .row.quarters .column,
  .fluid .row .row.thirds .column,
  .fluid .row .row.thirds .column.two,
  .fluid .row .row.halves .column {
    clear: none;
    float: left;
  }
  /* Grid - Manual Controls */
  .at-small-display-none,
  .at-small-display-none .column {
    display: none;
  }
  .at-medium-display-block,
  .at-medium-display-block .column {
    display: block;
  }
  .at-small-max-width,
  .at-small-max-width .column {
    max-width: 100% !important;
  }
  .at-small-full-width,
  .at-small-full-width .column {
    width: 100% !important;
  }
  .at-small-half-width,
  .at-small-half-width .column {
    width: 50% !important;
  }
  .at-small-third-width,
  .at-small-third-width .column {
    width: 33.3334% !important;
  }
  .at-small-clear,
  .at-small-clear .column {
    clear: both !important;
  }
  .at-small-float-none,
  .at-small-float-none .column {
    float: none !important;
  }
  .gutter .column:not(.gutterless),
  .guttered {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .gutter.wide .column:not(.gutterless),
  .guttered.wide {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .gutter.narrow .column:not(.gutterless),
  .guttered.narrow {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .spacing-loose .gutter .column:not(.gutterless),
  .spacing-loose .guttered {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .spacing-loose .single.gutter .column:not(.gutterless) {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .spacing-loose .halves.gutter .column.one:not(.gutterless),
  .spacing-loose .halves.gutter .column:nth-of-type(2n+3):not(.gutterless),
  .spacing-loose .side-left.gutter .column.one:not(.gutterless),
  .spacing-loose .side-right.gutter .column.one:not(.gutterless),
  .spacing-loose .margin-left.gutter .column.one:not(.gutterless),
  .spacing-loose .margin-right.gutter .column.one:not(.gutterless) {
    padding-right: 4rem;
  }
  .spacing-loose .halves.gutter .column.two:not(.gutterless),
  .spacing-loose .halves.gutter .column:nth-of-type(2n+4):not(.gutterless),
  .spacing-loose .side-left.gutter .column.two:not(.gutterless),
  .spacing-loose .side-right.gutter .column.two:not(.gutterless),
  .spacing-loose .margin-left.gutter .column.two:not(.gutterless),
  .spacing-loose .margin-right.gutter .column.two:not(.gutterless) {
    padding-left: 4rem;
  }
  .spacing-loose .thirds.gutter .column.one:not(.gutterless),
  .spacing-loose .thirds.gutter .column:nth-of-type(3n+4):not(.gutterless),
  .spacing-loose .triptych.gutter .column.one:not(.gutterless) {
    padding-right: 4rem;
  }
  .spacing-loose .thirds.gutter .column.two:not(.gutterless),
  .spacing-loose .thirds.gutter .column:nth-of-type(3n+5):not(.gutterless),
  .spacing-loose .triptych.gutter .column.two:not(.gutterless) {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .spacing-loose .thirds.gutter .column.three:not(.gutterless),
  .spacing-loose .thirds.gutter .column:nth-of-type(3n+6):not(.gutterless),
  .spacing-loose .triptych.gutter .column.three:not(.gutterless) {
    padding-left: 4rem;
  }
  .spacing-loose .quarters.gutter .column.one:not(.gutterless),
  .spacing-loose .quarters.gutter .column:nth-of-type(4n+5):not(.gutterless) {
    padding-right: 2rem;
  }
  .spacing-loose .quarters.gutter .column.two:not(.gutterless),
  .spacing-loose .quarters.gutter .column:nth-of-type(4n+6):not(.gutterless) {
    padding-left: 2rem;
    padding-right: 4rem;
  }
  .spacing-loose .quarters.gutter .column.three:not(.gutterless),
  .spacing-loose .quarters.gutter .column:nth-of-type(4n+7):not(.gutterless) {
    padding-left: 4rem;
    padding-right: 2rem;
  }
  .spacing-loose .quarters.gutter .column.four:not(.gutterless),
  .spacing-loose .quarters.gutter .column:nth-of-type(4n+8):not(.gutterless) {
    padding-left: 2rem;
  }
  .spacing-tight .gutter .column:not(.gutterless),
  .spacing-tight .guttered {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .spacing-tight .single.gutter .column:not(.gutterless) {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .spacing-tight .halves.gutter .column.one:not(.gutterless),
  .spacing-tight .halves.gutter .column:nth-of-type(2n+3):not(.gutterless),
  .spacing-tight .side-left.gutter .column.one:not(.gutterless),
  .spacing-tight .side-right.gutter .column.one:not(.gutterless),
  .spacing-tight .margin-left.gutter .column.one:not(.gutterless),
  .spacing-tight .margin-right.gutter .column.one:not(.gutterless) {
    padding-right: 1rem;
  }
  .spacing-tight .halves.gutter .column.two:not(.gutterless),
  .spacing-tight .halves.gutter .column:nth-of-type(2n+4):not(.gutterless),
  .spacing-tight .side-left.gutter .column.two:not(.gutterless),
  .spacing-tight .side-right.gutter .column.two:not(.gutterless),
  .spacing-tight .margin-left.gutter .column.two:not(.gutterless),
  .spacing-tight .margin-right.gutter .column.two:not(.gutterless) {
    padding-left: 1rem;
  }
  .spacing-tight .thirds.gutter .column.one:not(.gutterless),
  .spacing-tight .thirds.gutter .column:nth-of-type(3n+4):not(.gutterless),
  .spacing-tight .triptych.gutter .column.one:not(.gutterless) {
    padding-right: 1rem;
  }
  .spacing-tight .thirds.gutter .column.two:not(.gutterless),
  .spacing-tight .thirds.gutter .column:nth-of-type(3n+5):not(.gutterless),
  .spacing-tight .triptych.gutter .column.two:not(.gutterless) {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .spacing-tight .thirds.gutter .column.three:not(.gutterless),
  .spacing-tight .thirds.gutter .column:nth-of-type(3n+6):not(.gutterless),
  .spacing-tight .triptych.gutter .column.three:not(.gutterless) {
    padding-left: 1rem;
  }
  .spacing-tight .quarters.gutter .column.one:not(.gutterless),
  .spacing-tight .quarters.gutter .column:nth-of-type(4n+5):not(.gutterless) {
    padding-right: 0.5rem;
  }
  .spacing-tight .quarters.gutter .column.two:not(.gutterless),
  .spacing-tight .quarters.gutter .column:nth-of-type(4n+6):not(.gutterless) {
    padding-left: 0.5rem;
    padding-right: 1rem;
  }
  .spacing-tight .quarters.gutter .column.three:not(.gutterless),
  .spacing-tight .quarters.gutter .column:nth-of-type(4n+7):not(.gutterless) {
    padding-left: 1rem;
    padding-right: 0.5rem;
  }
  .spacing-tight .quarters.gutter .column.four:not(.gutterless),
  .spacing-tight .quarters.gutter .column:nth-of-type(4n+8):not(.gutterless) {
    padding-left: 0.5rem;
  }
  .single.gutter .column:not(.gutterless) {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .halves.gutter .column.one:not(.gutterless),
  .halves.gutter .column:nth-of-type(2n+3):not(.gutterless),
  .side-left.gutter .column.one:not(.gutterless),
  .side-right.gutter .column.one:not(.gutterless) {
    padding-right: 2rem;
  }
  .halves.gutter .column.two:not(.gutterless),
  .halves.gutter .column:nth-of-type(2n+4):not(.gutterless),
  .side-left.gutter .column.two:not(.gutterless),
  .side-right.gutter .column.two:not(.gutterless) {
    padding-left: 2rem;
  }
  .thirds.gutter .column.one:not(.gutterless),
  .thirds.gutter .column:nth-of-type(3n+4):not(.gutterless),
  .triptych.gutter .column.one:not(.gutterless) {
    padding-right: 2rem;
  }
  .thirds.gutter .column.two:not(.gutterless),
  .thirds.gutter .column:nth-of-type(3n+5):not(.gutterless),
  .triptych.gutter .column.two:not(.gutterless) {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .thirds.gutter .column.three:not(.gutterless),
  .thirds.gutter .column:nth-of-type(3n+6):not(.gutterless),
  .triptych.gutter .column.three:not(.gutterless) {
    padding-left: 2rem;
  }
  .quarters.gutter .column.one:not(.gutterless),
  .quarters.gutter .column:nth-of-type(4n+5):not(.gutterless) {
    padding-right: 1rem;
  }
  .quarters.gutter .column.two:not(.gutterless),
  .quarters.gutter .column:nth-of-type(4n+6):not(.gutterless) {
    padding-left: 1rem;
    padding-right: 2rem;
  }
  .quarters.gutter .column.three:not(.gutterless),
  .quarters.gutter .column:nth-of-type(4n+7):not(.gutterless) {
    padding-left: 2rem;
    padding-right: 1rem;
  }
  .quarters.gutter .column.four:not(.gutterless),
  .quarters.gutter .column:nth-of-type(4n+8):not(.gutterless) {
    padding-left: 1rem;
  }
  .single.gutter.wide .column:not(.gutterless) {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .halves.gutter.wide .column.one:not(.gutterless),
  .halves.gutter.wide .column:nth-of-type(2n+3):not(.gutterless),
  .side-left.gutter.wide .column.one:not(.gutterless),
  .side-right.gutter.wide .column.one:not(.gutterless) {
    padding-right: 4rem;
  }
  .halves.gutter.wide .column.two:not(.gutterless),
  .halves.gutter.wide .column:nth-of-type(2n+4):not(.gutterless),
  .side-left.gutter.wide .column.two:not(.gutterless),
  .side-right.gutter.wide .column.two:not(.gutterless) {
    padding-left: 4rem;
  }
  .thirds.gutter.wide .column.one:not(.gutterless),
  .thirds.gutter.wide .column:nth-of-type(3n+4):not(.gutterless),
  .triptych.gutter.wide .column.one:not(.gutterless) {
    padding-right: 4rem;
  }
  .thirds.gutter.wide .column.two:not(.gutterless),
  .thirds.gutter.wide .column:nth-of-type(3n+5):not(.gutterless),
  .triptych.gutter.wide .column.two:not(.gutterless) {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .thirds.gutter.wide .column.three:not(.gutterless),
  .thirds.gutter.wide .column:nth-of-type(3n+6):not(.gutterless),
  .triptych.gutter.wide .column.three:not(.gutterless) {
    padding-left: 4rem;
  }
  .quarters.gutter.wide .column.one:not(.gutterless),
  .quarters.gutter.wide .column:nth-of-type(4n+5):not(.gutterless) {
    padding-right: 2rem;
  }
  .quarters.gutter.wide .column.two:not(.gutterless),
  .quarters.gutter.wide .column:nth-of-type(4n+6):not(.gutterless) {
    padding-left: 2rem;
    padding-right: 4rem;
  }
  .quarters.gutter.wide .column.three:not(.gutterless),
  .quarters.gutter.wide .column:nth-of-type(4n+7):not(.gutterless) {
    padding-left: 4rem;
    padding-right: 2rem;
  }
  .quarters.gutter.wide .column.four:not(.gutterless),
  .quarters.gutter.wide .column:nth-of-type(4n+8):not(.gutterless) {
    padding-left: 2rem;
  }
  .single.gutter.narrow .column:not(.gutterless) {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .halves.gutter.narrow .column.one:not(.gutterless),
  .halves.gutter.narrow .column:nth-of-type(2n+3):not(.gutterless),
  .side-left.gutter.narrow .column.one:not(.gutterless),
  .side-right.gutter.narrow .column.one:not(.gutterless) {
    padding-right: 1rem;
  }
  .halves.gutter.narrow .column.two:not(.gutterless),
  .halves.gutter.narrow .column:nth-of-type(2n+4):not(.gutterless),
  .side-left.gutter.narrow .column.two:not(.gutterless),
  .side-right.gutter.narrow .column.two:not(.gutterless) {
    padding-left: 1rem;
  }
  .thirds.gutter.narrow .column.one:not(.gutterless),
  .thirds.gutter.narrow .column:nth-of-type(3n+4):not(.gutterless),
  .triptych.gutter.narrow .column.one:not(.gutterless) {
    padding-right: 1rem;
  }
  .thirds.gutter.narrow .column.two:not(.gutterless),
  .thirds.gutter.narrow .column:nth-of-type(3n+5):not(.gutterless),
  .triptych.gutter.narrow .column.two:not(.gutterless) {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .thirds.gutter.narrow .column.three:not(.gutterless),
  .thirds.gutter.narrow .column:nth-of-type(3n+6):not(.gutterless),
  .triptych.gutter.narrow .column.three:not(.gutterless) {
    padding-left: 1rem;
  }
  .quarters.gutter.narrow .column.one:not(.gutterless),
  .quarters.gutter.narrow .column:nth-of-type(4n+5):not(.gutterless) {
    padding-right: 0.5rem;
  }
  .quarters.gutter.narrow .column.two:not(.gutterless),
  .quarters.gutter.narrow .column:nth-of-type(4n+6):not(.gutterless) {
    padding-left: 0.5rem;
    padding-right: 1rem;
  }
  .quarters.gutter.narrow .column.three:not(.gutterless),
  .quarters.gutter.narrow .column:nth-of-type(4n+7):not(.gutterless) {
    padding-left: 1rem;
    padding-right: 0.5rem;
  }
  .quarters.gutter.narrow .column.four:not(.gutterless),
  .quarters.gutter.narrow .column:nth-of-type(4n+8):not(.gutterless) {
    padding-left: 0.5rem;
  }
  /* #### Signature */
  #binder #wsu-signature {
    background-position: center 12px;
    background-size: auto 30px;
    height: 49px;
  }
}

@media only screen and (max-width: 530px) {
  #binder #wsu-signature {
    background-position: center 12px;
    background-size: 320px auto;
  }
  [class*="-signature"] #binder #wsu-signature {
    background-position: right 14px;
  }
  [class*="-signature"] #binder #wsu-signature {
    background-position: center calc(50% + 2px);
  }
}

/* ## SMALLER than small */
@media only screen and (max-width: 425px) {
  #binder #wsu-signature,
  [class*="-signature"] #binder #wsu-signature {
    background-size: 280px auto;
    background-position: right 14px;
  }
  #binder #wsu-signature,
  [class*="-signature"] #binder #wsu-signature {
    background-size: calc(100% - 75px) auto;
    background-position: calc(50% + 25px) 60%;
  }
}

/* IOS fix for unshelved spine */
@media only screen and (max-device-width: 480px) and (orientation: portrait), only screen and (max-device-width: 480px) and (orientation: landscape), only screen and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait), only screen and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  .spine-mobile-open #spine {
    top: 0 !important;
    min-height: 0 !important;
  }
  .spine-mobile-open #spine #wsu-actions {
    padding-top: 0 !important;
  }
}

/* ## XLARGE */
@media only screen and (min-width: 990px) {
  #binder.fluid {
    width: 100%;
    max-width: 990px;
  }
  #binder.fluid.max-1188,
  #binder.fluid.max-1188 .row {
    max-width: 1188px;
  }
  #binder.fluid.max-1386,
  #binder.fluid.max-1386 .row {
    max-width: 1386px;
  }
  #binder.fluid.max-1584,
  #binder.fluid.max-1584 .row {
    max-width: 1584px;
  }
  #binder.fluid.max-1782,
  #binder.fluid.max-1782 .row {
    max-width: 1782px;
  }
  #binder.fluid.max-1980,
  #binder.fluid.max-1980 .row {
    max-width: 1980px;
  }
  #binder.fluid .row:not(.column):not(.rebound) {
    width: 100% !important;
  }
}

/* !LARGE FORMAT -> 1188 */
@media only screen and (min-width: 1188px) and (min-device-width: 990px) {
  #binder:not(.fluid).max-1188, #binder:not(.fluid).max-1386, #binder:not(.fluid).max-1584, #binder:not(.fluid).max-1782, #binder:not(.fluid).max-1980 {
    width: 1188px;
  }
  #binder:not(.fluid).max-1188 main,
  #binder:not(.fluid).max-1386 main,
  #binder:not(.fluid).max-1584 main,
  #binder:not(.fluid).max-1782 main,
  #binder:not(.fluid).max-1980 main {
    width: 990px;
  }
  #binder:not(.fluid).max-1188 .row,
  #binder:not(.fluid).max-1386 .row,
  #binder:not(.fluid).max-1584 .row,
  #binder:not(.fluid).max-1782 .row,
  #binder:not(.fluid).max-1980 .row {
    max-width: 990px;
  }
}

/* XLARGE -> 1386 */
@media only screen and (min-width: 1386px) {
  #binder:not(.fluid).max-1386, #binder:not(.fluid).max-1584, #binder:not(.fluid).max-1782, #binder:not(.fluid).max-1980 {
    width: 1386px;
  }
  #binder:not(.fluid).max-1386 main,
  #binder:not(.fluid).max-1584 main,
  #binder:not(.fluid).max-1782 main,
  #binder:not(.fluid).max-1980 main {
    width: 1188px;
  }
  #binder:not(.fluid).max-1386 .row,
  #binder:not(.fluid).max-1584 .row,
  #binder:not(.fluid).max-1782 .row,
  #binder:not(.fluid).max-1980 .row {
    max-width: 1188px;
  }
}

/* !LARGE FORMAT -> 1584  */
@media only screen and (min-width: 1584px) {
  #binder:not(.fluid).max-1584, #binder:not(.fluid).max-1782, #binder:not(.fluid).max-1980 {
    width: 1584px;
  }
  #binder:not(.fluid).max-1584 main,
  #binder:not(.fluid).max-1782 main,
  #binder:not(.fluid).max-1980 main {
    width: 1386px;
  }
  #binder:not(.fluid).max-1584 .row,
  #binder:not(.fluid).max-1782 .row,
  #binder:not(.fluid).max-1980 .row {
    max-width: 1386px;
  }
}

/* !LARGE FORMAT -> 1782  */
@media only screen and (min-width: 1782px) {
  #binder:not(.fluid).max-1782, #binder:not(.fluid).max-1980 {
    width: 1782px;
  }
  #binder:not(.fluid).max-1782 main,
  #binder:not(.fluid).max-1980 main {
    width: 1584px;
  }
  #binder:not(.fluid).max-1782 .row,
  #binder:not(.fluid).max-1980 .row {
    max-width: 1584px;
  }
}

/* ## LARGE FORMAT -> 1980  */
@media only screen and (min-width: 1980px) {
  #binder:not(.fluid).max-1980 {
    width: 1980px;
  }
  #binder:not(.fluid).max-1980 main {
    width: 1782px;
  }
  #binder:not(.fluid).max-1980 .row {
    max-width: 1782px;
  }
}

/* ## Show and Hide */
.display-none-important, #jacket:not(.size-lt-small) .size-lt-small-only,
#jacket:not(.size-small) .size-small-only,
#jacket:not(.size-gt-small) .size-gt-small-only, #jacket:not(.size-lt-smallish) .size-lt-smallish-only,
#jacket:not(.size-smallish) .size-smallish-only,
#jacket:not(.size-gt-smallish) .size-gt-smallish-only, #jacket:not(.size-lt-medium) .size-lt-medium-only,
#jacket:not(.size-medium) .size-medium-only,
#jacket:not(.size-gt-medium) .size-gt-medium-only, #jacket:not(.size-lt-large) .size-lt-large-only,
#jacket:not(.size-large) .size-large-only,
#jacket:not(.size-gt-large) .size-gt-large-only, #jacket:not(.size-lt-max-1188) .size-lt-max-1188-only,
#jacket:not(.size-max-1188) .size-max-1188-only,
#jacket:not(.size-gt-max-1188) .size-gt-max-1188-only, #jacket:not(.size-lt-max-1386) .size-lt-max-1386-only,
#jacket:not(.size-max-1386) .size-max-1386-only,
#jacket:not(.size-gt-max-1386) .size-gt-max-1386-only, #jacket:not(.size-lt-max-1584) .size-lt-max-1584-only,
#jacket:not(.size-max-1584) .size-max-1584-only,
#jacket:not(.size-gt-max-1584) .size-gt-max-1584-only, #jacket:not(.size-lt-max-1782) .size-lt-max-1782-only,
#jacket:not(.size-max-1782) .size-max-1782-only,
#jacket:not(.size-gt-max-1782) .size-gt-max-1782-only, #jacket:not(.size-lt-max-1980) .size-lt-max-1980-only,
#jacket:not(.size-max-1980) .size-max-1980-only,
#jacket:not(.size-gt-max-1980) .size-gt-max-1980-only {
  display: none !important;
}

.display-block-important {
  display: block !important;
}

/* ## PRINT VIEW */
html.print #binder main {
  margin-left: 0;
}

html.print #binder #spine header #shelve {
  display: none;
}

html.print #binder {
  position: relative;
  width: 792px;
  overflow: hidden;
}

html.print #spine,
html.print #glue {
  min-height: 0 !important;
  top: 0 !important;
  width: 792px;
}

html.print #glue:before,
html.print #spine.bleed #glue:before {
  width: 792px;
  height: 50px;
  left: 0;
}

html.print #spine {
  height: 50px;
  width: 100%;
  top: 0;
  margin-left: 0;
}

html.print main {
  padding-top: 50px;
}

html.print #wsu-signature {
  background-position: center 12px;
  background-size: auto 30px;
  height: 49px;
}

html.print #spine #glue header ~ * {
  display: none !important;
}

html.print #binder #spine header,
html.print #binder #spine #scroll {
  background-color: #fff;
}

html.print #binder #spine.lightest header,
html.print #binder #spine.lightest #scroll {
  background-color: #eff0f1;
}

html.print #binder #spine.lightly header,
html.print #binder #spine.lightly #scroll {
  background-color: #d7dadb;
}

html.print #binder #spine.lighter header,
html.print #binder #spine.lighter #scroll {
  background-color: #b5babe;
}

html.print #binder #spine.light header,
html.print #binder #spine.light #scroll {
  background-color: #8d959a;
}

html.print #binder #spine.gray header,
html.print #binder #spine.gray #scroll {
  background-color: #717171;
}

html.print #binder #spine.dark header,
html.print #binder #spine.dark #scroll {
  background-color: #3b4042;
}

html.print #binder #spine.darker header,
html.print #binder #spine.darker #scroll {
  background-color: #23282b;
}

html.print #binder #spine.darkest header,
html.print #binder #spine.darkest #scroll {
  background-color: #000;
}

html.print #binder #spine.crimson header,
html.print #binder #spine.crimson #scroll {
  background-color: #981e32;
}

html.print #spine .print-controls {
  float: right;
}

html.print #spine .print-controls button {
  display: inline-block;
  width: auto;
  font-size: 1.4em;
  line-height: 1em;
  padding: 0;
}

html.print #spine .print-button {
  display: none;
}

#spine .print-controls {
  display: block;
  z-index: 99164;
  margin: 0 10px 0 0;
  position: absolute;
  right: 20px;
}

#spine .print-controls button {
  display: block;
  float: left;
  margin: 0;
  text-indent: 0;
  font-weight: 400;
}

#spine #print-invoke,
#spine #print-cancel {
  color: #8d959a;
  background: #fff;
  border-color: #8d959a;
  border-style: solid;
  display: block;
}

#spine #print-invoke {
  border-width: 0 1px 1px 1px;
  border-radius: 0 0 0 5px;
  padding: 4px 15px 4px 12px;
}

#spine #print-cancel {
  border-width: 0 1px 1px 0;
  border-radius: 0 0 5px 0;
  padding: 4px 5px 4px 12px;
}

#spine #print-invoke:hover,
#spine #print-cancel:hover {
  text-shadow: none;
  background: #eff0f1;
}

#spine #print-invoke:before,
#spine #print-cancel:before {
  font-family: Spine-Icons;
  font-size: 12px;
  width: 17px;
  text-align: left;
  padding-right: 8px;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#spine #print-cancel:before {
  padding-right: 5px;
}

#spine #print-invoke:before {
  content: "⎙";
}

#spine #print-cancel:before {
  content: "␡";
}

@media print {
  html.print {
    zoom: 90%;
  }
  html.print #spine header #shelve,
  html.print #spine .print-controls {
    display: none;
  }
}
/*# sourceMappingURL=spine.css.map */