@charset "UTF-8";
/*===  PRIMARY PALETTE ===*/
/* contemporary colors */
/* legacy colors */
/*== SECONDARY PALETTE  ===*/
/* neutral colors */
/*===  ACCENT PALETTE  ===*/
/* rich colors */
/* vibrant colors */
/*======================================================================*\
|* RESET
\*======================================================================*/
/* border-box sizing everywhere!! */
@import url("https://fonts.googleapis.com/css?family=Open+Sans|Rubik|Merriweather&display=fallback");
* {
  box-sizing: border-box;
}

/* blank out most UA specific styles */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym,
address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table,
caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
}

ol, ul {
  padding-left: 40px;
}

/* set some reasonable defaults based on tag symantics */
body {
  font-size: 1rem;
  line-height: 1.5;
  background: white;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #111;
  margin-top: 0;
  margin-bottom: 0;
}

h1 {
  font-size: 3rem;
  line-height: 1;
  margin-top: 0.5em;
}

h2 {
  font-size: 2rem;
  margin-top: 0.75em;
}

h3 {
  font-size: 1.5rem;
  line-height: 1;
  margin-top: 1rem;
}

h4 {
  font-size: 1.2rem;
  line-height: 1.25;
  margin-top: 1.25em;
}

h5 {
  font-size: 1rem;
  font-weight: bold;
  margin-top: 1.5em;
}

h6 {
  font-size: 1rem;
  font-weight: normal;
  font-style: italic;
}

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

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

caption, td {
  text-align: left;
  font-weight: normal;
}

th {
  text-align: left;
  font-weight: bold;
}

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

blockquote, q {
  quotes: "" "";
}

a img {
  border: none;
  background-color: transparent;
}

img {
  border: 0;
}

a:active, a:hover {
  outline: 0;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
  color: #111;
}

em, dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 0.85rem;
}

sub, sup {
  font-size: 0.75rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.45em;
}

sub {
  bottom: -0.25em;
}

ul {
  padding: 0 1em;
  list-style-type: disc;
  list-style-position: outside;
  list-style-image: none;
}

code, kbd, pre, samp {
  font-family: monospace;
  font-size: 1rem;
}

pre {
  overflow: auto;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

optgroup {
  font-weight: bold;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
}

img {
  vertical-align: middle;
}

textarea {
  resize: vertical;
}

p {
  margin-bottom: 0.5em;
  line-height: 1.4em;
}

/*======================================================================*\
|* BUGFIX (compensate for known UA bugs)
\*======================================================================*/
/*
 * overflow not hidden in IE 9/10/11
 */
svg:not(:root) {
  overflow: hidden;
}

/*
 * overflow set to hidden in IE 8/9/10/11
 */
button {
  overflow: visible;
}

/*
 * inconsistent `text-transform` inheritance for button and select.
 * no other form control elements inherit text-transform values
 */
button, select {
  text-transform: none;
}

/*
 * 1. avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls.
 * 2. correct inability to style clickable `input` types in iOS.
 * 3. improve usability and consistency of cursor style between image-type `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * reset default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/*
 * fix the cursor style for Chrome's increment/decrement buttons.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/*
 * 1. address `appearance` set to `searchfield` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield;
}

/*
 * remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * 1. color not being inherited in IE 8/9/10/11.
 * 2. remove padding so people aren't caught out if they zero out fieldsets (like we already have)
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/*======================================================================*\
|*  CLEARFIX
\*======================================================================*/
.clearfix {
  clear: both;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the `contenteditable` attribute is
 *    included anywhere else in the document.  Otherwise it causes space to appear at the top and
 *    bottom of elements that receive the clearfix class.
 * 2. The use of table rather than block is only necessary if using :before to contain the top-margins
 *    of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only - trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}

/*======================================================================*\
|*  VISIBILITY
\*======================================================================*/
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*======================================================================*\
|*  LAYOUT
\*======================================================================*/
body {
  margin: 0;
  padding: 0;
  height: 100%;
  background-color: #75787b;
  background-image: linear-gradient(to bottom, #75787b, black);
  background-attachment: fixed;
  overflow-y: scroll;
}
body #box {
  min-height: 100%;
  position: relative;
  background-color: white;
  overflow: scroll;
}
body header, body main, body footer {
  width: 100%;
  margin: 0;
}
body footer {
  padding-bottom: 18px;
}

@media (min-width: 60em) {
  html, body {
    height: 100%;
  }

  body #box {
    box-sizing: content-box;
    width: 950px;
    margin: 0 auto;
    box-shadow: 2px 0px 12px 8px rgba(0, 0, 0, 0.6), -2px 0px 12px 8px rgba(0, 0, 0, 0.3);
    overflow: initial;
  }
  body #box main {
    padding-bottom: 225px;
  }
  body #box footer {
    height: 180px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding-top: 20px;
  }
}
#environ {
  display: inline-block;
  color: white;
  height: 28px;
}
@media (min-width: 60em) {
  #environ {
    display: inline-block;
    position: fixed;
    top: 50%;
    transform-origin: top left;
    transform: rotate(-90deg) translateX(-50%);
    z-index: 100;
    text-shadow: 0 1px 1px #000, 0 -1px 1px #000, 1px 0 1px #000, -1px 0 1px #000;
  }
  #environ:hover {
    opacity: 25%;
  }
}
@media (max-width: 59.99em) {
  #environ {
    display: block;
    background: #393a3a;
    color: #71c5e8;
    text-align: center;
  }
}

/*======================================================================*\
|*  HEADER
\*======================================================================*/
.top-wrapper {
  background-color: #003594;
}
.top-wrapper header {
  display: grid;
  grid-template-columns: 190px auto;
  grid-template-rows: auto;
  grid-template-areas: "pittbrand   login" "masthead masthead";
  color: white;
}
body.no-login .top-wrapper header {
  grid-template-columns: 190px auto;
  grid-template-areas: "pittbrand" "masthead";
}
.top-wrapper header #topbar {
  overflow: hidden;
  padding: 5px 0;
  grid-area: pittbrand;
}
.top-wrapper header #topbar a.pitt-seal img {
  max-width: 160px;
  margin: 0 0 0 10px;
}
.top-wrapper header .links {
  display: none;
}
.top-wrapper header #masthead {
  grid-area: masthead;
  padding: 3px;
  width: 100%;
}
.top-wrapper header #masthead h1 {
  padding: 0.5rem 0;
  font-size: 2rem;
  color: white;
  margin: 0;
  line-height: 1.3em;
}
@media (min-width: 60em) {
  .top-wrapper header #masthead h1 {
    line-height: 150%;
    font-size: 2rem;
    letter-spacing: 0.1em;
    padding: 0 15px;
  }
}
.top-wrapper header #login-info-panel {
  grid-area: login;
  justify-self: end;
  align-self: center;
}
.top-wrapper header #login-info-panel {
  vertical-align: middle;
  text-align: right;
  margin: 0 10px 0 0;
}
@media (min-width: 60em) {
  .top-wrapper header #login-info-panel {
    vertical-align: middle;
    padding-right: 3px;
  }
}
.top-wrapper header #login-info-panel .name {
  display: none;
}
@media (min-width: 60em) {
  .top-wrapper header #login-info-panel .name {
    display: block;
    font-size: 0.7rem;
  }
}
@media (min-width: 60em) {
  .top-wrapper header {
    grid-template-columns: 200px auto 110px;
    grid-template-rows: auto;
    grid-template-areas: "pittbrand           links links" "masthead masthead        login";
  }
  body.no-login .top-wrapper header {
    grid-template-areas: "pittbrand      links links" "masthead masthead masthead";
  }
  .top-wrapper header #topbar {
    height: 100px;
    position: relative;
  }
  .top-wrapper header #topbar a.pitt-seal, .top-wrapper header #topbar .links {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .top-wrapper header .links {
    display: table-cell;
    grid-area: links;
    justify-self: end;
    align-self: center;
    font-size: 0.6rem;
    right: 10px;
    margin: 0;
  }
  .top-wrapper header .links li {
    display: inline-block;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    list-style-type: none;
    text-transform: uppercase;
    border-right: 1px solid #337ab7;
    padding: 0 0.3rem;
  }
  .top-wrapper header .links li a, .top-wrapper header .links li a:visited, .top-wrapper header .links li a:active {
    color: #ffb81c;
    text-decoration: none;
  }
}
@media (min-width: 60em) and (hover: hover) {
  .top-wrapper header .links li a:hover, .top-wrapper header .links li a:visited:hover, .top-wrapper header .links li a:active:hover {
    text-decoration: underline;
  }
}
@media (min-width: 60em) and (hover: hover) {
  .top-wrapper header .links li a:hover {
    text-decoration: underline;
  }
}
@media (min-width: 60em) {
  .top-wrapper header .links li:last-child {
    margin-right: 0;
    padding-right: 0;
    border: none;
  }
}

/*======================================================================*\
|*  NAVIGATION
\*======================================================================*/
nav {
  position: relative;
  font-size: 0.9em;
  border: none;
  min-height: 30px;
  background-color: white;
}
nav #nav-links-toggle {
  display: none;
}
nav #nav-links-toggle:checked ~ .file-tabs ul li {
  height: auto;
  padding: 3px 0 3px 2vw;
  margin-bottom: 2px;
}
nav #nav-links-toggle:checked ~ .file-tabs #nav-links-expander span {
  background-image: url(../../images/icons/custom/close-menu-icon.png);
  transform: rotate(180deg);
}
nav .file-tabs {
  display: table;
  width: 100%;
}
nav .file-tabs #nav-links-expander {
  display: table-cell;
  width: 25px;
  text-align: center;
  vertical-align: top;
  padding: 3px;
}
@media (min-width: 60em) {
  nav .file-tabs #nav-links-expander {
    display: none;
  }
}
nav .file-tabs #nav-links-expander span {
  display: block;
  width: 25px;
  height: 25px;
  background-image: url(../../images/icons/custom/open-menu-icon.png);
  background-repeat: no-repeat;
  transition: transform 0.25s, background 0.15s;
}
nav .file-tabs ul {
  display: table-cell;
  vertical-align: top;
  margin: 0;
  padding: 3px 0;
  list-style-type: none;
}
nav .file-tabs ul li {
  color: white;
  background-color: black;
  margin: 0;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  transition: height 0.25s ease-in-out, padding 0.25s;
}
nav .file-tabs ul li a {
  display: block;
  color: white;
  text-decoration: none;
  padding: 4px 0;
}
@media (hover: hover) {
  nav .file-tabs ul li:hover {
    background-color: #404040;
  }
}
nav .file-tabs ul li.current {
  background-color: #c8c9c7;
  height: auto;
  padding: 3px 0 3px 2vw;
  font-weight: bold;
}
nav .file-tabs ul li.current a, nav .file-tabs ul li.current a:visited, nav .file-tabs ul li.current a:active {
  color: #00205b;
  text-decoration: none;
}
nav .file-tabs ul li:last-child {
  margin-bottom: 0;
}
nav .tasks {
  padding: 0 3px;
  display: block;
  position: relative;
  text-align: right;
}
nav .tasks a {
  position: relative;
  margin-right: 1em;
  margin-top: 20px;
  padding: 3px 0.5em;
  border-radius: 3px;
  background-color: #c8c9c7;
  color: #00205b;
  text-decoration: none;
  line-height: 2.5em;
  white-space: nowrap;
}
@media (hover: hover) {
  nav .tasks a:hover {
    background-color: #00205b;
    color: #c8c9c7;
  }
}
nav .tasks a:active {
  top: 2px;
  left: 1px;
}
nav .tasks a:last-child {
  margin-right: 2px;
}

@media (min-width: 60em) {
  nav {
    background-color: transparent;
  }
  nav #nav-links-toggle:checked ~ .file-tabs ul li {
    height: auto;
    padding: 0;
    margin-bottom: 0;
  }
  nav .file-tabs ul {
    position: relative;
    bottom: -8px;
    margin: 0;
    padding: 0 0 0 1vw;
    list-style-type: none;
  }
  nav .file-tabs ul li {
    padding: 0;
    display: inline-block;
    height: 2.2em;
    min-height: 2.2em;
    position: relative;
    top: -1px;
    margin: 0 5px 0 0;
    padding: 0;
    background-color: transparent;
    border: 1.5px solid #141b4d;
    border-bottom: none;
    font-size: 1.1rem;
    border-radius: 8px 8px 0 0;
    background-image: linear-gradient(to bottom, #404040, black);
  }
}
@media (min-width: 60em) and (hover: hover) {
  nav .file-tabs ul li:hover {
    background-image: linear-gradient(to bottom, #ffe09c, #ffb81c);
  }
  nav .file-tabs ul li:hover a {
    color: #003594;
  }
}
@media (min-width: 60em) {
  nav .file-tabs ul li a {
    display: inline;
    color: white;
    text-decoration: none;
    padding: 11px 0.75em;
  }
  nav .file-tabs ul li a span {
    position: relative;
    top: 5px;
  }
}
@media (min-width: 60em) {
  nav .file-tabs ul li.current {
    padding: 0;
    position: relative;
    top: 0;
    background-image: linear-gradient(to bottom, white, #c8c9c7 80%);
    box-shadow: rgba(0, 0, 0, 0.2) 0 -3px 2px;
    text-shadow: 1px 1px 0 #aaa;
  }
}
@media (min-width: 60em) and (hover: hover) {
  nav .file-tabs ul li.current:hover {
    background-image: linear-gradient(to bottom, white, #c8c9c7 80%);
  }
  nav .file-tabs ul li.current:hover a {
    color: #ffb81c;
    text-shadow: 1px 1px 0 #75787b;
  }
}
@media (min-width: 60em) {
  nav .file-tabs ul li.current a {
    color: #00205b;
  }
}
@media (min-width: 60em) {
  nav .tasks {
    color: #00205b;
    background-color: #c8c9c7;
    z-index: 50;
    text-align: left;
    padding: 10px 0 10px 10px;
  }
  nav .tasks a {
    background-color: transparent;
    color: #00205b;
    margin-top: 0;
    padding: 3px;
    line-height: 1.5em;
  }
}
/*======================================================================*\
|* EXTERNAL FONTS
\*======================================================================*/
/*======================================================================*\
|* SELECTION (highlight)
\*======================================================================*/
/*
 * ::selection
 * These rules need to be separate, because the CSS spec says that if the UA doesn't
 * recognize any of the selectors on a rule, then the entire rule should be ignored.
 */
::-webkit-selection {
  text-shadow: none;
  color: #ffb81c;
  background: #003594;
}

::-moz-selection {
  text-shadow: none;
  color: #ffb81c;
  background: #003594;
}

::-ms-selection {
  text-shadow: none;
  color: #ffb81c;
  background: #003594;
}

::-o-selection {
  text-shadow: none;
  color: #ffb81c;
  background: #003594;
}

::selection {
  text-shadow: none;
  color: #ffb81c;
  background: #003594;
}

/*======================================================================*\
|*  DISABLED LINKS
\*======================================================================*/
a.disabled, a[disabled] {
  pointer-events: none;
}

/*======================================================================*\
|*  CONTENT
\*======================================================================*/
main {
  font-family: Rubik, Helvetica, Arial, sans-serif;
  padding: 0 5px;
}
@media (min-width: 60em) {
  main {
    padding: 0 30px 85px 30px;
  }
}
main:after {
  content: "";
  display: block;
  clear: both;
}
main.showgrid {
  background-color: white;
  background-image: linear-gradient(to bottom, transparent 17px, #e9e9e9 17px), linear-gradient(to right, #dffffb 31px, transparent 31px);
  background-size: 40px 18px;
}

h1, h2, h3 {
  font-family: Merriweather, Cambria, Times, "Times New Roman", serif;
  font-weight: bolder;
}

h4, h5 {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}

h6 {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-decoration: underline;
}

p, ul, ol {
  text-align: left;
  line-height: 18px;
}

ul {
  margin: 18px 2vw;
}

ol {
  counter-reset: olcount;
  margin-left: 0;
  padding-left: 0;
}
ol > li {
  position: relative;
  /* Create a positioning context */
  margin: 0 0 0 2.2em;
  /* Give each list item a left margin to make room for the numbers */
  padding: 4px 12px;
  /* Add some spacing around the content */
  list-style: none;
  /* Disable the normal item numbering */
}
ol > li:before {
  content: counter(olcount) ".";
  counter-increment: olcount;
  position: absolute;
  top: 1px;
  left: -2em;
  width: 2em;
  margin-right: 0.2em;
  padding: 4px 5px;
  font-weight: bold;
  font-family: Consolas, "Lucida Console", "Lucida Sans Typewriter", "Courier New", Courier, monospace;
  text-align: right;
}

ol.two-columns, ul.two-columns, ol.three-columns, ul.three-columns {
  list-style-position: inside;
}

.no-bullet {
  list-style-type: none;
}

@media (min-width: 60em) {
  .two-column {
    column-count: 2;
    column-gap: 0;
    margin-top: 0;
    padding-top: 0;
  }

  .three-column {
    column-count: 3;
    column-gap: 0;
    margin-top: 0;
    padding-top: 0;
  }
}
.js-hidden {
  display: none;
}

.no-break {
  white-space: nowrap;
}

p {
  line-height: 1.7em;
}

h2 {
  color: #990000;
}

h3.red, h4.red, h5.red, h6.red {
  color: #990000;
}
h3 .red, h4 .red, h5 .red, h6 .red {
  color: #990000;
}

small {
  font-size: 0.8em;
  font-weight: normal;
}

.red {
  color: #CF0000;
}

.blue {
  color: #0000F6;
}

.green {
  color: #4F8A10;
}

.grey {
  color: #b9b9b9 !important;
}
.grey a, .grey a:active, .grey a:visited {
  color: #BDCFF0 !important;
}
@media (hover: hover) {
  .grey a:hover {
    color: #660000 !important;
  }
}

.grey em, .grey .emphasis {
  color: #c8c8c8 !important;
}

a:link, a:visited {
  color: #0000ee;
}

@media (hover: hover) {
  a:hover {
    color: #660000;
  }
}
/*======================================================================*\
|*  MESSAGE BOXES: error, warn, info, and confirm
\*======================================================================*/
div.message-box {
  border-width: 2px;
  border-style: solid;
  padding: 18px 25px 18px 65px;
  margin-top: 18px;
  background-repeat: no-repeat;
  background-position: 20px 18px;
}
div.message-box.error {
  border-color: #d80000;
  color: #d80000;
  background-color: #ffbaba;
  background-image: url(../../images/icons/custom/error.gif);
}
div.message-box.warn {
  border-color: #9f6000;
  color: #9f6000;
  background-color: #feefb3;
  background-image: url(../../images/icons/custom/warn.gif);
}
div.message-box.info {
  border-color: #00529b;
  color: #00529b;
  background-color: #BDE5F8;
  background-image: url(../../images/icons/custom/info.gif);
}
div.message-box.confirm {
  border-color: #4F8A10;
  color: #4F8A10;
  background-color: #DFF2BF;
  background-image: url(../../images/icons/custom/confirm.gif);
}

/*======================================================================*\
|*  HIDE some elements depending on whether JavaScript is enabled
\*======================================================================*/
html.js .js-hidden {
  visibility: hidden !important;
}

/*======================================================================*\
|*  FOOTER
\*======================================================================*/
footer {
  padding: 20px 2vw;
  color: #444444;
  background-color: #2b2b2b;
  background-size: cover;
  border-top: #d2c8b7 1px solid;
  overflow: hidden;
}
footer img.footer-badge {
  width: 275px;
  height: auto;
}
footer p, footer .links {
  margin: 1rem 0;
  padding: 0;
  color: #ffb81c;
  font-size: 11px;
}
footer .links li {
  margin: 0;
  display: block;
  height: auto;
  padding: 3px 0;
  font-weight: bold;
  font-size: 14px;
}
footer a:any-link {
  color: white;
  text-decoration: none;
}
footer a:hover {
  color: #71c5e8;
}
@media (min-width: 60em) {
  footer .links {
    list-style-type: none;
  }
  footer .links li {
    display: inline-block;
    padding: inherit;
  }
  footer .links li a::after {
    content: " | ";
    padding: 0 0.4em;
    color: white;
    display: inline-block;
  }
  footer .links li:last-child a::after {
    display: none;
  }
}

a.button {
  display: inline-block;
  position: relative;
  background-color: #ccc;
  background-size: 24px 24px;
  background-position: top left;
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  margin: 0 2px;
  padding: 2px 8px;
  overflow: hidden;
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.3);
}
@media (hover: hover) {
  a.button:hover {
    box-shadow: none;
  }
}
a.button.icon {
  width: 30px;
  height: 30px;
  text-decoration: none;
  color: transparent !important;
  font-size: 0;
  white-space: nowrap;
  border: outset 1px #777;
  border-radius: 5px;
  margin: 0;
  padding: 0;
  box-shadow: -1px -1px 3px rgba(100, 100, 100, 0.85) inset, 1px 1px 3px rgba(255, 255, 255, 0.85) inset;
}
@media (hover: hover) {
  a.button.icon:hover {
    background-color: #fcf9e0;
  }
}
a.button.icon:active {
  background-color: #444 !important;
  background-blend-mode: difference;
  border: inset 1px #333;
  box-shadow: 1px 1px 5px rgba(20, 20, 20, 0.85) inset, -1px -1px 3px rgba(150, 150, 150, 0.85) inset;
}
a.button.icon:active::after {
  filter: grayscale(80%);
}
a.button.icon.inline {
  display: block;
  margin-bottom: 3px;
  overflow: visible;
}
a.button.icon.inline::before {
  display: inline-block;
  position: absolute;
  padding-left: 33px;
  top: 50%;
  transform: translateY(-50%);
  color: #0000ee;
  text-align: left;
  text-decoration: underline;
  content: "Do it!";
  white-space: nowrap;
  overflow: visible;
  font-size: 0.85rem;
}
@media (hover: hover) {
  a.button.icon.inline:hover::before {
    color: #660000;
  }
}
a.button.icon.inline[title]::before {
  content: attr(title);
}
a.button.icon.inline[aria-label]::before {
  content: attr(aria-label);
}
a.button.icon::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  background-position: bottom right;
  background-size: 15px 15px;
  background-repeat: no-repeat;
}
a.button.icon.view {
  background-position: center center;
}
a.button.icon.edit::after {
  background-size: 15px 23px;
  background-image: url(../../images/icons/small-n-flat/pencil.png);
}
a.button.icon.create::after {
  background-image: url(../../images/icons/small-n-flat/sign-add.png);
}
a.button.icon.delete::after {
  background-image: url(../../images/icons/small-n-flat/sign-error.png);
}
a.button.icon.go {
  background-position: right center;
}
a.button.icon.go::after {
  background-position: left center;
  background-image: url(../../images/icons/small-n-flat/sign-right.png);
}
a.button.icon.find::after {
  background-image: url(../../images/icons/small-n-flat/search.png);
}

@media (max-width: 59.99em) {
  a.icon.button {
    display: block;
    margin-bottom: 3px;
    overflow: visible;
  }
  a.icon.button::before {
    display: inline-block;
    position: absolute;
    padding-left: 33px;
    top: 50%;
    transform: translateY(-50%);
    color: #0000ee;
    text-align: left;
    text-decoration: underline;
    content: "Do it!";
    white-space: nowrap;
    overflow: visible;
    font-size: 0.85rem;
  }
}
@media (max-width: 59.99em) and (hover: hover) {
  a.icon.button:hover::before {
    color: #660000;
  }
}
@media (max-width: 59.99em) {
  a.icon.button[title]::before {
    content: attr(title);
  }
}
@media (max-width: 59.99em) {
  a.icon.button[aria-label]::before {
    content: attr(aria-label);
  }
}
a.button, a.button:visited, a.button:active {
  border: 1px #C4C4C4 solid;
  text-decoration: none;
  font-size: 0.75em;
  transition: all 100ms ease-in;
}
@media (hover: hover) {
  a.button:hover, a.button:visited:hover, a.button:active:hover {
    border: 1px black solid;
    background-color: #dfdfdf;
  }
}

input.button, input[type=button] {
  margin: 0 0.6em 0 0;
  padding: 0.2em 0.3em 0.3em 0.2em;
  background-color: #E5E5E5;
  border: 1px solid #C4C4C4;
  clear: none;
  color: #333333;
  font-size: 1.35rem;
  overflow: visible;
  vertical-align: middle;
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.3);
  width: auto;
  transition: all 100ms ease-in;
  transition-property: background-color, box-shadow, color;
  display: block;
  width: 90%;
  margin: 1rem 5px;
}
input.button.inline, input[type=button].inline {
  font-size: inherit;
  display: inline-block;
  margin: 0;
}
input.button.wide, input[type=button].wide {
  display: block;
  width: 90%;
  margin-left: 0;
  text-align: left;
  font-size: 3.75vw;
}
@media (min-width: 60em) {
  input.button.wide, input[type=button].wide {
    font-size: 2.2rem;
  }
}
@media (min-width: 30em) {
  input.button, input[type=button] {
    display: inline-block;
    width: auto;
    margin-bottom: 0;
  }
}
@media (hover: hover) {
  input.button:hover, input[type=button]:hover {
    box-shadow: none;
  }
}

a.button:active, input.button:active {
  background-color: #777;
  outline: none;
  outline-color: transparent;
}
a.button.red, input.button.red {
  color: #990000;
}
@media (hover: hover) {
  a.button.red:hover, input.button.red:hover {
    background-color: #ffdede;
    border: 1px solid #990000;
    color: #cc0000;
  }
}
a.button.red:active, input.button.red:active {
  background-color: #bb9898;
  color: #993333;
}
a.button.green, input.button.green {
  color: #009900;
}
@media (hover: hover) {
  a.button.green:hover, input.button.green:hover {
    background-color: #deffde;
    border: 1px solid #009900;
    color: #00cc00;
  }
}
a.button.green:active, input.button.green:active {
  background-color: #98bb98;
  color: #339933;
}
a.button.blue, input.button.blue {
  color: #000099;
}
@media (hover: hover) {
  a.button.blue:hover, input.button.blue:hover {
    background-color: #dedeff;
    border: 1px solid #000099;
    color: #0000cc;
  }
}
a.button.blue:active, input.button.blue:active {
  background-color: #9898bb;
  color: #333399;
}
a.button.grey, a.button[disabled], input.button.grey, input.button[disabled] {
  color: #333333 !important;
}
@media (hover: hover) {
  a.button.grey:hover, a.button.grey:active, a.button[disabled]:hover, a.button[disabled]:active, input.button.grey:hover, input.button.grey:active, input.button[disabled]:hover, input.button[disabled]:active {
    background-color: whitesmoke !important;
    border: 1px solid #333333 !important;
  }
}
a.button.destructive, input.button.destructive {
  margin-top: 1.5rem;
}
@media (min-width: 30em) {
  a.button.destructive, input.button.destructive {
    float: right;
  }
}
a.button.delete, input.button.delete {
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../../images/icons/custom/x.png);
  box-shadow: none;
}

table th, table td {
  text-align: left;
  padding: 6px;
}
@media (max-width: 59.99em) {
  table th, table td {
    padding: 5px;
  }
}
table th {
  font-weight: bold;
}
table td {
  font-weight: normal;
}

table.data {
  width: 100%;
  margin-bottom: 0.75rem;
}
table.data tbody th:first-child, table.data tbody td:first-child {
  font-weight: bold;
}
table.data tbody th:first-child::after, table.data tbody td:first-child::after {
  content: ":";
}
table.data tbody th:first-child.q::after, table.data tbody td:first-child.q::after {
  content: "?";
}
@media (max-width: 29.99em) {
  table.data {
    display: block;
  }
  table.data caption, table.data tbody, table.data tfoot, table.data tr, table.data th, table.data td {
    display: block;
  }
}
@media (min-width: 30em) {
  table.data th:first-child, table.data td:first-child {
    width: 165px;
  }
  table.data tbody th:first-child, table.data tbody td:first-child {
    text-align: right;
  }
}
@media (min-width: 60em) {
  table.data {
    width: 780px;
  }
}

table.data-list {
  margin-right: 0;
  border-collapse: collapse;
  width: calc(100% - 34px);
}
@media (max-width: 59.99em) {
  table.data-list {
    width: 100%;
    display: block;
    margin-bottom: 1.5rem;
  }
  table.data-list caption, table.data-list tbody, table.data-list tfoot, table.data-list tr, table.data-list th, table.data-list td {
    display: block;
  }
  table.data-list th, table.data-list td {
    overflow: hidden;
  }
}
table.data-list caption {
  caption-side: bottom;
  padding: 0 1em;
  font-weight: normal;
  font-size: 0.8rem;
  font-style: italic;
  color: #9d9da9;
  text-align: left;
}
table.data-list thead {
  background-color: #d8caa8;
  border: 1px solid #9d9da9;
  font-size: 1.2rem;
  color: black;
}
@media (max-width: 59.99em) {
  table.data-list thead {
    display: none;
  }
}
table.data-list thead tr th, table.data-list thead tr td {
  padding: 10px 5px;
}
table.data-list tbody {
  background-color: #efefff;
  border: 1px solid #9d9da9;
}
table.data-list tbody tr.subheading {
  border-top: 1px solid #9d9da9;
  background-color: #e5dbc4;
}
table.data-list tbody tr.empty-data-message {
  background-color: #f7e1e1;
}
table.data-list tbody tr.grey {
  color: #989898;
}
table.data-list tbody tr:not(.subheading):not(.empty-data-message):nth-child(odd) {
  background-color: #e0e0ff;
}
@media (hover: hover) {
  table.data-list tbody tr:not(.subheading):not(.empty-data-message):hover {
    background-color: #fcf9e0;
  }
  table.data-list tbody tr:not(.subheading):not(.empty-data-message):hover .icon.button {
    background-color: #fcf9e0;
  }
}
table.data-list tbody .icon.button {
  float: right;
  left: 40px;
  top: 0;
}
@media (max-width: 59.99em) {
  table.data-list tbody tr th[aria-label]:not(:first-child):before, table.data-list tbody tr td[aria-label]:not(:first-child):before {
    display: inline-block;
    content: attr(aria-label) ":  ";
    font-weight: bold;
    font-size: 0.82em;
  }
  table.data-list tbody tr th.has-button, table.data-list tbody tr td.has-button {
    padding-bottom: 40px;
    position: relative;
  }
  table.data-list tbody tr th .icon.button, table.data-list tbody tr td .icon.button {
    display: inline-block;
    position: absolute;
    float: none;
    top: auto;
    bottom: 5px;
    left: 5px;
  }
}
@media (min-width: 30em) {
  table.data-list tbody.left {
    text-align: left;
  }
  table.data-list tbody.right {
    text-align: right;
  }
  table.data-list tbody.center {
    text-align: center;
  }
}
@media (max-width: 29.99em) {
  table.data-list tbody tr th[aria-label]:not(:first-child):before, table.data-list tbody tr td[aria-label]:not(:first-child):before {
    display: block;
  }
}
table.data-list tfoot {
  background-color: #fef5df;
  border: 1px solid #9d9da9;
}
@media (max-width: 59.99em) {
  table.data-list tbody + tfoot {
    border-top: none;
  }
}

@media (min-width: 60em) {
  .notes + form {
    width: 630px;
  }
}
form {
  display: block;
  color: #333333;
  padding-bottom: 0.75rem;
}
form fieldset {
  margin-top: 1.75ex;
}
form fieldset.noborder, form fieldset.no-border {
  border: none;
}
form legend {
  color: #990000;
  font-weight: bold;
}
form .control-group {
  margin-top: 1.75ex;
}
form label {
  display: block;
  font-weight: bold;
}
form input[type=text], form input[type=password], form input[type=email], form input[type=url],
form input[type=date], form input[type=datetimelocal], form input[type=month], form input[type=week], form input[type=time],
form input[type=number], form input[type=search], form input[type=tel], form select {
  border: 1px solid #777;
  border-radius: 6px;
}
form input[type=text]:focus, form input[type=password]:focus, form input[type=email]:focus, form input[type=url]:focus,
form input[type=date]:focus, form input[type=datetimelocal]:focus, form input[type=month]:focus, form input[type=week]:focus, form input[type=time]:focus,
form input[type=number]:focus, form input[type=search]:focus, form input[type=tel]:focus, form select:focus {
  background-color: #ffffe8;
  outline: solid 2px #aaaaff;
  outline-offset: 2px;
  box-shadow: inset 6px 6px 1em #eaeaff, inset -6px -6px 1em #eaeaff;
}
form input[type=radio] + label, form input[type=checkbox] + label,
form label input[type=radio] + span, form label input[type=checkbox] + span {
  font-weight: normal;
}
form .required > label::after {
  display: inline;
  content: "*";
  color: #cc0000;
  padding-left: 0.2em;
}
form input[type=text], form input[type=password], form input[type=email], form textarea, form select, form .input-placeholder {
  padding: 3px 4px;
  text-overflow: ellipsis;
  max-width: 70%;
  width: 70%;
}
form input[type=text].narrow, form input[type=password].narrow, form input[type=email].narrow, form textarea.narrow, form select.narrow, form .input-placeholder.narrow {
  max-width: 35%;
  width: 35%;
}
form input[type=text].wide, form input[type=password].wide, form input[type=email].wide, form textarea.wide, form select.wide, form .input-placeholder.wide {
  max-width: 90%;
  width: 90%;
}
form input[type=text].auto, form input[type=password].auto, form input[type=email].auto, form textarea.auto, form select.auto, form .input-placeholder.auto {
  width: auto;
}
form .input-placeholder {
  border: 1px solid #aaa;
  background-color: #eee;
  padding-right: 5em;
  border-radius: 6px;
}
form select option.light {
  color: #B8B8D8;
}
form .formButtons, form .form-buttons {
  margin-top: 2.25ex;
}
form .formButtons.nomargin, form .form-buttons.nomargin {
  margin-top: 0;
}
form small {
  display: block;
  font-size: 0.8rem;
  color: #7A7AFF;
  padding-bottom: 10px;
  padding-right: 3em;
}
form .validation-error {
  color: red;
}
form .validation-error:before {
  content: "\a";
  white-space: pre;
}
@media (min-width: 60em) {
  form > fieldset legend {
    color: #990000;
    font-size: 1.2rem;
  }
}

div.notes, aside.notes {
  padding: 8px 2px 0 2px;
  border: 1px solid #666666;
  background-color: #ffffe1;
  font-size: 0.9rem;
  color: #333333;
}
@media (min-width: 60em) {
  div.notes, aside.notes {
    float: right;
    width: 200px;
    padding: 5px 15px;
  }
}
div.notes h4, aside.notes h4 {
  margin: 0em 0em 0.6em 0em;
  padding: 3px 0 3px 27px;
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #666666;
  background-image: url("../../images/custom/icons/help.gif");
  background-repeat: no-repeat;
  background-position: top left;
  font-size: 1.2rem;
  font-weight: bold;
  color: #181818;
}
div.notes p, aside.notes p {
  margin: 0 0 1em 0.5em;
  text-align: left;
  color: #333333;
}

/*# sourceMappingURL=framework.css.map */
