@charset "UTF-8";
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/* line 18, ../sass/_helpers.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
* Extends the .visuallyhidden class to allow the element to be focusable
* when navigated to via the keyboard: h5bp.com/p
*/
/* line 34, ../sass/_helpers.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 11, ../sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
footer,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 30, ../sass/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 41, ../sass/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
/* line 51, ../sass/_normalize.scss */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 66, ../sass/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 76, ../sass/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 88, ../sass/_normalize.scss */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 96, ../sass/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 104, ../sass/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 118, ../sass/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 127, ../sass/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 135, ../sass/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 144, ../sass/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 152, ../sass/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 162, ../sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 171, ../sass/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 183, ../sass/_normalize.scss */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
/* line 191, ../sass/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 199, ../sass/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 207, ../sass/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 215, ../sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 219, ../sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 231, ../sass/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 239, ../sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 251, ../sass/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 263, ../sass/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 274, ../sass/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
/* line 285, ../sass/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 299, ../sass/_normalize.scss */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 311, ../sass/_normalize.scss */
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.
 */
/* line 324, ../sass/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 336, ../sass/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 346, ../sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 358, ../sass/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 370, ../sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 379, ../sass/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 390, ../sass/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 403, ../sass/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
 * prism.js default theme for JavaScript, CSS and HTML
 * Based on dabblet (http://dabblet.com)
 * @author Lea Verou
 */
/* line 9, ../sass/_script.scss */
code[class*="language-"],
pre[class*="language-"] {
  color: black;
  text-shadow: 0 1px white;
  font-family: Consolas, Monaco, 'Andale Mono', monospace;
  direction: ltr;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  -moz-tab-size: 2;
  -o-tab-size: 2;
  tab-size: 2;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

/* line 31, ../sass/_script.scss */
pre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection,
code[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection {
  text-shadow: none;
  background: #b3d4fc;
}

/* line 37, ../sass/_script.scss */
pre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection,
code[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection {
  text-shadow: none;
  background: #b3d4fc;
}
pre[class*="language-"]::selection, pre[class*="language-"] ::selection,
code[class*="language-"]::selection, code[class*="language-"] ::selection {
  text-shadow: none;
  background: #b3d4fc;
}

@media print {
  /* line 44, ../sass/_script.scss */
  code[class*="language-"],
  pre[class*="language-"] {
    text-shadow: none;
  }
}
/* Code blocks */
/* line 51, ../sass/_script.scss */
pre[class*="language-"] {
  padding: 1em;
  margin: .5em 0;
  overflow: auto;
}

/* line 57, ../sass/_script.scss */
:not(pre) > code[class*="language-"],
pre[class*="language-"] {
  background: #f5f2f0;
}

/* Inline code */
/* line 63, ../sass/_script.scss */
:not(pre) > code[class*="language-"] {
  padding: .1em;
  border-radius: .3em;
}

/* line 68, ../sass/_script.scss */
.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: slategray;
}

/* line 75, ../sass/_script.scss */
.token.punctuation {
  color: #666;
}

/* line 79, ../sass/_script.scss */
.namespace {
  opacity: .7;
}

/* line 83, ../sass/_script.scss */
.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol {
  color: #905;
}

/* line 92, ../sass/_script.scss */
.token.selector,
.token.attr-name,
.token.string,
.token.builtin {
  color: #360;
}

/* line 99, ../sass/_script.scss */
.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string,
.token.variable {
  color: #a67f59;
  background: rgba(255, 255, 255, 0.5);
}

/* line 109, ../sass/_script.scss */
.token.atrule,
.token.attr-value,
.token.keyword {
  color: #06a;
}

/* line 116, ../sass/_script.scss */
.token.regex,
.token.important {
  color: #e90;
}

/* line 121, ../sass/_script.scss */
.token.important {
  font-weight: bold;
}

/* line 125, ../sass/_script.scss */
.token.entity {
  cursor: help;
}

/**
 * Profound Grid
 *
 * Built in Sass (SCSS) this responsive/adaptive grid supports both fixed and fluid layouts,
 * relative and fixed gutters, as well as your choice of semantic markup or generic '.grid-x' classes.
 *
 * The biggest difference to other grid systems is the use of negative margins for column
 * placements, avoiding the subpixel rounding issues that usually break/uglify fluid layouts
 * in some browsers.
 *
 * Nested columns are supported too, without having to reset the grid on each level.
 *
 * Credits/Inspiration:
 * -------------------
 * Semantic Grid: http://www.semantic.gs
 * Susy: http://susy.oddbird.net
 * Negative Grid: http://chrisplaneta.com/freebies/negativegrid-fluid-css-grid-by-chris-planeta/
 *
 * @author Profound Creative Studio
 * @url http://www.profoundgrid.com
 * @url http://www.weareprofound.com
 */
/**
 * Clearfix
 */
/**
 * Legacy Clearfix
 */
/**
 * Establish the grid-containing element.
 */
/**
 * Align an element to the grid.
 */
/**
 * Apply to any column to make it the last one of the current row.
 */
/**
 * (C)Leanest CSS spinner ever
 */
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
@keyframes spin {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
/* line 9, ../sass/_spinner.scss */
.progress {
  position: relative;
  display: inline-block;
  width: 5em;
  height: 5em;
  margin: 0 .5em;
  font-size: 12px;
  text-indent: 999em;
  overflow: hidden;
  -webkit-animation: spin 1s infinite steps(8);
          animation: spin 1s infinite steps(8);
}

/* line 21, ../sass/_spinner.scss */
.small.progress {
  font-size: 6px;
}

/* line 25, ../sass/_spinner.scss */
.large.progress {
  font-size: 24px;
}

/* line 29, ../sass/_spinner.scss */
.progress:before,
.progress:after,
.progress > div:before,
.progress > div:after {
  content: '';
  position: absolute;
  top: 0;
  left: 2.25em;
  /* (container width - part width)/2  */
  width: .5em;
  height: 1.5em;
  border-radius: .2em;
  background: #eee;
  box-shadow: 0 3.5em #eee;
  /* container height - part height */
  -webkit-transform-origin: 50% 2.5em;
      -ms-transform-origin: 50% 2.5em;
          transform-origin: 50% 2.5em;
  /* container height / 2 */
}

/* line 45, ../sass/_spinner.scss */
.progress:before {
  background: #555;
}

/* line 49, ../sass/_spinner.scss */
.progress:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: #777;
}

/* line 54, ../sass/_spinner.scss */
.progress > div:before {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background: #999;
}

/* line 59, ../sass/_spinner.scss */
.progress > div:after {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
  background: #bbb;
}

/* line 1, ../sass/_details.scss */
details {
  display: block;
  border: none;
  box-sizing: border-box;
  background-color: #ddd;
}

/* line 5, ../sass/_details.scss */
summary {
  display: block;
  border: none;
  padding: .5em;
}

/* Apply a pointer cursor and style the background upon hover to indicate <summary> is a clickable element. */
/* These styles can be applied regardless of whether the fallback is needed */
/* line 12, ../sass/_details.scss */
summary {
  cursor: pointer;
  margin-bottom: 0;
  border: none;
}

/* line 13, ../sass/_details.scss */
summary:hover, summary:focus {
  background: #ddd;
}

/* The following styles are not really needed, since the jQuery script takes care of hiding/displaying the elements. */
/* However, we’re still gonna use CSS as well to prevent FOUC in browsers that understand these selectors. */
/* Remember: by default (and probably most of the time), the contents of the <details> element are hidden. */
/* line 18, ../sass/_details.scss */
.no-details details > * {
  display: none;
}

/* This doesn’t work very well in Firefox 3.6.x */
/* line 20, ../sass/_details.scss */
.no-details details[open] > * {
  display: block;
}

/* The following doesn’t toggle correctly in WebKit:
.no-details details > summary:before { content: '► '; }
.no-details details[open] > summary:before { content: '▼ '; }
*/
/* And yes, it should really be ::before, but that doesn’t work in IE8 */
/* line 26, ../sass/_details.scss */
.no-details details > summary:before {
  float: left;
  width: 1.25em;
  content: '► ';
}

/* line 27, ../sass/_details.scss */
.no-details details.open > summary:before {
  content: '▼ ';
}

/* For IE6 and IE7, who don’t support generated content, you could use padding-left + a background image instead */
/* I really couldn’t be bothered though. */
/*
.no-details details > summary { padding-left: 20px; background: url(img/arrow-sprite.png) no-repeat 0 0; }
.no-details details.open > summary { background-position: 0 -20px; }
*/
/* Make sure summary remains visible */
/* line 35, ../sass/_details.scss */
.no-details details summary {
  display: block;
}

/* line 1, ../sass/_toolslist.scss */
h1.page-title {
  margin-bottom: 0;
  padding-bottom: 0;
}

/* line 6, ../sass/_toolslist.scss */
.facetsearch {
  display: inline-block;
  width: 100%;
}

/* line 10, ../sass/_toolslist.scss */
[aria-pressed="true"] {
  background: #000 !important;
  color: #fff !important;
}

/* line 15, ../sass/_toolslist.scss */
.tool-item div:first-child {
  margin-bottom: 0;
  background-color: #005A9C;
  padding: .25em .5em;
  color: #fff;
  position: relative;
}
/* line 21, ../sass/_toolslist.scss */
.tool-item div:first-child h3 {
  color: #fff;
}
/* line 25, ../sass/_toolslist.scss */
.tool-item div:first-child a {
  color: #fff;
}
/* line 28, ../sass/_toolslist.scss */
.tool-item div:first-child i {
  font-weight: normal;
  font-size: 0.9em;
}
/* line 33, ../sass/_toolslist.scss */
.tool-item details {
  clear: both;
}
/* line 35, ../sass/_toolslist.scss */
.tool-item details a {
  word-break: break-all;
}
/* line 39, ../sass/_toolslist.scss */
.tool-item h3 {
  font-size: 1em;
  margin: 0;
}

/* line 44, ../sass/_toolslist.scss */
.tool-item p {
  margin: 0;
}

/* line 47, ../sass/_toolslist.scss */
.tool-item .desc {
  line-height: 1.25;
}

/* line 50, ../sass/_toolslist.scss */
.tool-item .ver {
  font-size: 0.8em;
  text-align: right;
}

/* line 55, ../sass/_toolslist.scss */
.facetitemcount {
  font-size: 0.8em;
}

/* line 59, ../sass/_toolslist.scss */
.facetlist {
  margin: 0;
  padding: 0 .5em .5em;
  display: table;
  line-height: 1.25;
}
/* line 64, ../sass/_toolslist.scss */
.facetlist li {
  display: table-row;
  list-style: none;
}
/* line 67, ../sass/_toolslist.scss */
.facetlist li > span {
  padding: 0 .125em .125em;
  display: table-cell;
}

/* line 77, ../sass/_toolslist.scss */
#facets {
  font-size: 0.85em;
}
/* line 79, ../sass/_toolslist.scss */
#facets summary {
  font-weight: bold;
}

/* line 84, ../sass/_toolslist.scss */
#facets details:nth-child(even) {
  background-color: #eee;
}

/* line 88, ../sass/_toolslist.scss */
#facets input[type=checkbox]:focus {
  outline: 3px solid #005A9C;
}

/* line 92, ../sass/_toolslist.scss */
summary:hover,
summary:focus {
  background: #777;
  color: #fff;
}

/* line 98, ../sass/_toolslist.scss */
[type=checkbox]:disabled + span {
  color: #777;
}

/* line 103, ../sass/_toolslist.scss */
.bottomline div, .bottomline a {
  display: inline-block;
}

/* line 114, ../sass/_toolslist.scss */
#results {
  margin: 0;
  padding: 0;
}
/* line 117, ../sass/_toolslist.scss */
#results > li {
  margin-bottom: .85em;
  list-style: none;
  border: 1px solid #005A9C;
  background-color: #fff;
  border-radius: .2em;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
/* line 126, ../sass/_toolslist.scss */
#results .desc, #results ul {
  padding: .25em .5em;
}
/* line 127, ../sass/_toolslist.scss */
#results ul {
  margin-left: 1em;
}
/* line 130, ../sass/_toolslist.scss */
#results details {
  font-size: 0.85em;
}
/* line 132, ../sass/_toolslist.scss */
#results details ul {
  -webkit-column-rule: 1px solid #777;
     -moz-column-rule: 1px solid #777;
          column-rule: 1px solid #777;
  -webkit-column-gap: 2.5em;
     -moz-column-gap: 2.5em;
          column-gap: 2.5em;
  margin: 0;
  padding: 0 0 .5em;
}
@media screen and (min-width: 43em) {
  /* line 132, ../sass/_toolslist.scss */
  #results details ul {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
}
@media screen and (min-width: 81em) {
  /* line 132, ../sass/_toolslist.scss */
  #results details ul {
    -webkit-columns: 3;
       -moz-columns: 3;
            columns: 3;
  }
}
/* line 143, ../sass/_toolslist.scss */
#results details ul li {
  list-style: disc;
  margin-left: 1.5em;
  -webkit-column-break-inside: avoid;
     page-break-inside: avoid;
          break-inside: avoid-column;
}
/* line 150, ../sass/_toolslist.scss */
#results summary {
  color: #606060;
}
/* line 152, ../sass/_toolslist.scss */
#results summary strong, #results summary:before {
  color: #333;
}
/* line 155, ../sass/_toolslist.scss */
#results summary:hover, #results summary:focus {
  color: #fff;
}
/* line 157, ../sass/_toolslist.scss */
#results summary:hover strong, #results summary:hover:before, #results summary:focus strong, #results summary:focus:before {
  color: #fff;
}

/* line 164, ../sass/_toolslist.scss */
.disclaimer {
  background-color: #fff;
  border: 1px solid #923e25;
  font-size: 0.85em;
  line-height: 1.25;
}

/* line 171, ../sass/_toolslist.scss */
.disclaimer h2, .disclaimer .navigation .topic, .navigation .disclaimer .topic {
  color: #fff;
  background-color: #923e25;
  font-size: 1em;
  padding: .25em;
  margin: 0;
}

/* line 179, ../sass/_toolslist.scss */
.disclaimer p {
  padding: .25em;
  margin: 0;
}

/* line 184, ../sass/_toolslist.scss */
#showmorebutton {
  display: block;
  width: 100%;
}

/* line 190, ../sass/_toolslist.scss */
.content {
  margin-bottom: 2em !important;
}

/* line 193, ../sass/_toolslist.scss */
.navigation h2, .navigation .topic, .content h2, .content .navigation .topic, .navigation .content .topic {
  font-size: 1.5em;
  margin: 0;
}

/* line 200, ../sass/_toolslist.scss */
.content h2, .content .navigation .topic, .navigation .content .topic {
  padding: .33333em 0;
}

/* line 205, ../sass/_toolslist.scss */
.navigation {
  margin-bottom: 1em;
}
/* line 207, ../sass/_toolslist.scss */
.navigation details h2, .navigation details .topic {
  display: inline;
}

/* line 212, ../sass/_toolslist.scss */
#infos {
  padding-bottom: .5em;
}

/* line 216, ../sass/_toolslist.scss */
.submit {
  padding: 1em 0;
  background-color: #fff;
  text-align: center;
}

/* line 225, ../sass/_toolslist.scss */
.form-block-mini > .form-row > span, .form-block-mini > .form-row > label {
  padding: .2em;
}
/* line 228, ../sass/_toolslist.scss */
.form-block-mini > .form-row > label {
  width: 30%;
}

/* line 234, ../sass/_toolslist.scss */
.intro {
  font-size: .9em;
  line-height: 1.25;
}

/* line 239, ../sass/_toolslist.scss */
.version {
  color: #555;
  white-space: nowrap;
}

/* line 245, ../sass/_toolslist.scss */
.facettotalcount strong {
  font-weight: normal;
}
/* line 246, ../sass/_toolslist.scss */
.facettotalcount .filter {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: .1em .25em;
  border-radius: 2px;
}

/* line 249, ../sass/_toolslist.scss */
.permalink {
  position: absolute;
  top: .2em;
  right: .5em;
  text-decoration: none;
  font-weight: normal;
  width: 1.25em;
  height: 1.25em;
  border: 1px solid rgba(255, 255, 255, 0);
  text-align: center;
}
/* line 260, ../sass/_toolslist.scss */
.permalink:hover {
  border: 1px solid #fff;
}
/* line 263, ../sass/_toolslist.scss */
.permalink img {
  display: inline-block;
}

/* line 269, ../sass/_toolslist.scss */
.plainitem .facetlist {
  margin: .375em;
  padding: .375em 0 0;
  border-top: 1px solid #777;
}

/* line 275, ../sass/_toolslist.scss */
.tool-item p.link {
  font-size: .85em;
  margin-top: .5em;
}
/* line 278, ../sass/_toolslist.scss */
.tool-item p.link a {
  color: inherit;
}
/* line 280, ../sass/_toolslist.scss */
.tool-item p.link a:hover {
  color: #fff;
}

/* line 287, ../sass/_toolslist.scss */
.group fieldset {
  margin-left: 3em;
}
/* line 289, ../sass/_toolslist.scss */
.group fieldset:first-child {
  margin-left: 0;
}

/* line 295, ../sass/_toolslist.scss */
#file {
  display: none;
}

/* line 299, ../sass/_toolslist.scss */
.editbox {
  float: right;
  width: 14%;
  border: 1px solid #777;
  padding: .5% 1.5% 1%;
  margin-left: 1em;
  font-size: 0.85em;
}
/* line 306, ../sass/_toolslist.scss */
.editbox h3 {
  margin-bottom: 0.5em;
}

@font-face {
  font-family: "Vollkorn";
  src: url('../fonts/vollkorn/vollkorn-regular.eot?1414704507');
  src: url('../fonts/vollkorn/vollkorn-regular.eot?&1414704507#iefix') format('embedded-opentype'), url('../fonts/vollkorn/vollkorn-regular.woff?1414704507') format('woff');
}
/*@include font-face("Vollkorn", font-files("vollkorn/vollkorn-italic.woff"), "vollkorn/vollkorn-italic.eot", normal, italic);
@include font-face("Vollkorn", font-files("vollkorn/vollkorn-bold.woff"), "vollkorn/vollkorn-bold.eot", bold);
@include font-face("Vollkorn", font-files("vollkorn/vollkorn-bolditalic.woff"), "vollkorn/vollkorn-bolditalic.eot", bold, italic);*/
/* line 34, ../sass/wai-act.scss */
.font-primary, .tool-item div:first-child h3, body, .id, .page-title .subheading, h1 .subheading, h2 .subheading, .navigation .topic .subheading, h3 .subheading, .content.draft h2::before, .content.draft .navigation .topic::before, .navigation .content.draft .topic::before, .box-caption, figure figcaption, table.testcase-details caption a, table.testcase-details caption strong {
  font-family: "Trebuchet MS", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
}

/* line 38, ../sass/wai-act.scss */
.font-secondary, .page-title, h1, h2, .navigation .topic, h3, table.testcase-details caption {
  font-family: "Vollkorn", Georgia, Times, "Times New Roman", serif;
}

/* line 44, ../sass/wai-act.scss */
html {
  overflow-x: hidden;
}

/* line 48, ../sass/wai-act.scss */
body {
  overflow-x: hidden;
  counter-reset: navli;
  background-color: #F5F5F5;
  color: #333;
  font-size: 93.75%;
  line-height: 1.5;
  max-width: 1680px;
  margin: 0 auto;
}
@media screen and (min-width: 43em) {
  /* line 48, ../sass/wai-act.scss */
  body {
    font-size: 100%;
  }
}
@media screen and (min-width: 56em) {
  /* line 48, ../sass/wai-act.scss */
  body {
    font-size: 112.5%;
  }
}

/* line 66, ../sass/wai-act.scss */
body, h1, h2, .navigation .topic, h3, h4, h5, h6 {
  font-size-adjust: 0.5;
  -webkit-font-feature-settings: "pnum" 1,"onum" 1;
     -moz-font-feature-settings: "pnum" 1,"onum" 1;
          font-feature-settings: "pnum" 1,"onum" 1;
}

/* line 71, ../sass/wai-act.scss */
h3 {
  color: #036;
}
/* line 73, ../sass/wai-act.scss */
h3 .example-heading {
  padding-top: 2em;
}
/* line 76, ../sass/wai-act.scss */
h3 strong {
  font-weight: normal;
  font-style: italic;
}

/* line 88, ../sass/wai-act.scss */
header[role=banner] {
  width: 99%;
  margin: 0 0.5%;
  border-top: 5px solid #930;
}
/* line 91, ../sass/wai-act.scss */
header[role=banner] div {
  margin: 0 auto;
}
@media screen and (min-width: 43em) {
  /* line 91, ../sass/wai-act.scss */
  header[role=banner] div {
    float: right;
  }
}
/* line 97, ../sass/wai-act.scss */
header[role=banner] img {
  display: inline-block;
  vertical-align: middle;
}
/* line 101, ../sass/wai-act.scss */
header[role=banner] a {
  text-decoration: none;
  display: inline-block;
}
/* line 104, ../sass/wai-act.scss */
header[role=banner] a:hover, header[role=banner] a:focus {
  border-bottom: 5px solid #444;
  background: none;
}

/* line 110, ../sass/wai-act.scss */
.page-title {
  font-size: 1.75em;
  margin-bottom: 1em;
  line-height: 1;
  padding: .25em 0 0;
}
/* line 116, ../sass/wai-act.scss */
.page-title .subheading {
  padding: .25em 0 0;
  display: block;
  font-size: .5em;
}
/* line 122, ../sass/wai-act.scss */
.page-title a {
  color: inherit;
  text-decoration: none;
}
/* line 125, ../sass/wai-act.scss */
.page-title a:hover, .page-title a:focus {
  text-decoration: underline;
}

/* line 135, ../sass/wai-act.scss */
main, footer {
  display: block;
  width: 99%;
  margin: 0 0.5%;
}

/* line 144, ../sass/wai-act.scss */
footer {
  clear: both;
  border: 5px solid #993300;
  border-width: 5px 0;
  font-size: 0.8em;
  margin-top: 2em;
}
/* line 151, ../sass/wai-act.scss */
footer h2, footer .navigation .topic, .navigation footer .topic {
  font-size: 1em;
}

/* line 158, ../sass/wai-act.scss */
h1, h2, .navigation .topic, h3 {
  font-weight: normal;
}
/* line 161, ../sass/wai-act.scss */
h1 .subheading, h2 .subheading, .navigation .topic .subheading, h3 .subheading {
  font-size: 0.75em;
  margin: 0.25em 0;
}
/* line 166, ../sass/wai-act.scss */
* > h1:first-child, * > h2:first-child, .navigation * > .topic:first-child, * > h3:first-child {
  margin-top: 0;
}

/* line 171, ../sass/wai-act.scss */
h3 .subheading {
  font-size: 1em;
}

/* line 175, ../sass/wai-act.scss */
h4 {
  margin-bottom: 0;
}
/* line 177, ../sass/wai-act.scss */
h4 + p, h4 + ul, h4 + ol {
  margin-top: .5em;
}

/* line 182, ../sass/wai-act.scss */
.page-title {
  padding: .5em 0;
  line-height: 1;
}

/* line 187, ../sass/wai-act.scss */
a {
  color: #005A9C;
}
/* line 192, ../sass/wai-act.scss */
a:hover, a:focus {
  text-decoration: underline;
  background-color: #005A9C;
  color: #fff;
}

/* line 199, ../sass/wai-act.scss */
.notes {
  padding-left: 1.5em;
}
/* line 201, ../sass/wai-act.scss */
.notes::before {
  content: '';
  float: left;
  margin-left: -1.5em;
}

/* line 210, ../sass/wai-act.scss */
.learn h3 {
  padding-left: 1.5em;
}
/* line 212, ../sass/wai-act.scss */
.learn h3::before {
  content: '';
  float: left;
  margin-left: -1.5em;
  position: relative;
  top: 5px;
}

/* line 223, ../sass/wai-act.scss */
.bulletless {
  list-style: none;
  padding: 0;
}

/* line 228, ../sass/wai-act.scss */
.navigation {
  overflow: hidden;
  background-color: #ddd;
}
@media screen and (min-width: 56em) {
  /* line 231, ../sass/wai-act.scss */
  .navigation.main {
    font-size: 1.25em;
  }
}
/* line 236, ../sass/wai-act.scss */
.navigation .topic {
  margin-bottom: 0;
  font-size: 1.5em;
  padding: 0 .25em .25em;
  background-color: #036;
  color: #fff;
  font-weight: normal;
  position: relative;
  border-bottom: 10px solid #F5F5F5;
  /*&::before {
  	top: 100%; left: .25em; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(0, 51, 102, 0); border-top-color: #003366; border-width: 10px;
  }*/
}
/* line 246, ../sass/wai-act.scss */
.navigation .topic::after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 51, 102, 0);
  border-left-color: #003366;
  border-width: .8em;
  margin-top: -.8em;
  z-index: 100;
}
/* line 255, ../sass/wai-act.scss */
.navigation ol {
  margin: 0;
  padding: 0;
  border: 1px solid #ccc;
  border-width: 1px 0;
}
/* line 260, ../sass/wai-act.scss */
.navigation ol li {
  list-style-type: none;
  counter-increment: navli;
  /* Increment the section counter */
}
/* line 263, ../sass/wai-act.scss */
.navigation ol li a {
  padding: 0.375em;
  display: block;
  border: 1px solid #ccc;
  border-width: 1px 0;
  position: relative;
}
/* line 264, ../sass/wai-act.scss */
.navigation ol li a:before {
  content: counter(navli) ". ";
  /* Display the counter */
}
/* line 273, ../sass/wai-act.scss */
.navigation ol li.current {
  background-color: #777777;
}
/* line 275, ../sass/wai-act.scss */
.navigation ol li.current a {
  color: #fff;
}
/* line 277, ../sass/wai-act.scss */
.navigation ol li.current a::after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 51, 102, 0);
  border-left-color: #777;
  border-width: 10px;
  margin-top: -10px;
}

/* line 286, ../sass/wai-act.scss */
.tutorial-heading {
  margin-bottom: 0;
  font-size: 1.5em;
  padding: 0 .25em .25em;
  font-weight: normal;
  position: relative;
  margin-bottom: 10px;
  background-color: #E8E8E8;
}

/* line 296, ../sass/wai-act.scss */
.icon-navigation {
  margin: 0 0 1em;
}
/* line 298, ../sass/wai-act.scss */
.js .icon-navigation button {
  display: block !important;
}
/* line 301, ../sass/wai-act.scss */
.icon-navigation button {
  background-color: #FFF;
  border: none;
  padding: .5em;
  display: inline-block;
  -webkit-transition: all 600ms;
          transition: all 600ms;
}
/* line 310, ../sass/wai-act.scss */
.icon-navigation button .on {
  display: none;
}
/* line 313, ../sass/wai-act.scss */
.icon-navigation button.on {
  background-color: #2F78AE;
  color: #eee;
  border-radius: .25em .25em 0 0;
}
/* line 320, ../sass/wai-act.scss */
.icon-navigation button.on .on {
  display: inline;
}
/* line 323, ../sass/wai-act.scss */
.icon-navigation button.on .off {
  display: none;
}
/* line 328, ../sass/wai-act.scss */
.icon-navigation ul {
  border-radius: 0 .25em .25em;
  list-style: none;
  width: 99%;
  margin: 0 0.5%;
  margin: 0 0 1em;
  float: left;
  width: 100%;
  padding: 1em 1em 0;
  box-sizing: border-box;
  background-color: #2F78AE;
}
/* line 329, ../sass/wai-act.scss */
.js .icon-navigation ul {
  display: none;
}
/* line 341, ../sass/wai-act.scss */
.icon-navigation ul a {
  color: #eee;
  text-decoration: none;
  padding: 1em 1em .5em;
  border-radius: .5em;
  display: inline-block;
}
/* line 347, ../sass/wai-act.scss */
.icon-navigation ul a:hover, .icon-navigation ul a:focus {
  background-color: rgba(0, 0, 0, 0.3);
}
/* line 351, ../sass/wai-act.scss */
.icon-navigation ul .icon, .icon-navigation ul .notes::before, .icon-navigation ul .learn h3::before, .learn .icon-navigation ul h3::before, .icon-navigation ul .treevue li::before, .treevue .icon-navigation ul li::before {
  display: block;
  width: 3em;
  height: 3em;
  margin: 0 auto .25em;
}
/* line 194, ../sass/_grid.scss */
.icon-navigation ul li:nth-child(2n+1) {
  margin-left: 0%;
  margin-bottom: 2%;
  clear: both;
  overflow: hidden;
  *zoom: 1;
}
/* line 194, ../sass/_grid.scss */
.icon-navigation ul li:nth-child(2n+2) {
  margin-left: 51%;
  margin-bottom: 2%;
  clear: none;
}
/* line 358, ../sass/wai-act.scss */
.icon-navigation ul li {
  float: left;
  margin-right: -100%;
  width: 49%;
  text-align: center;
  margin-bottom: 1em !important;
}
/* line 363, ../sass/wai-act.scss */
.icon-navigation ul li.current a {
  color: #333;
  background-color: rgba(255, 255, 255, 0.3);
}
@media screen and (min-width: 25em) {
  /* line 194, ../sass/_grid.scss */
  .icon-navigation ul li:nth-child(3n+1) {
    margin-left: 0%;
    margin-bottom: 2%;
    clear: both;
    overflow: hidden;
    *zoom: 1;
  }
  /* line 194, ../sass/_grid.scss */
  .icon-navigation ul li:nth-child(3n+2) {
    margin-left: 34%;
    margin-bottom: 2%;
    clear: none;
  }
  /* line 194, ../sass/_grid.scss */
  .icon-navigation ul li:nth-child(3n+3) {
    margin-left: 68%;
    margin-bottom: 2%;
    clear: none;
  }
  /* line 371, ../sass/wai-act.scss */
  .icon-navigation ul li {
    float: left;
    margin-right: -100%;
    width: 32%;
  }
}
@media screen and (min-width: 43em) {
  /* line 194, ../sass/_grid.scss */
  .icon-navigation ul li:nth-child(6n+1) {
    margin-left: 0%;
    margin-bottom: 2%;
    clear: both;
    overflow: hidden;
    *zoom: 1;
  }
  /* line 194, ../sass/_grid.scss */
  .icon-navigation ul li:nth-child(6n+2) {
    margin-left: 17%;
    margin-bottom: 2%;
    clear: none;
  }
  /* line 194, ../sass/_grid.scss */
  .icon-navigation ul li:nth-child(6n+3) {
    margin-left: 34%;
    margin-bottom: 2%;
    clear: none;
  }
  /* line 194, ../sass/_grid.scss */
  .icon-navigation ul li:nth-child(6n+4) {
    margin-left: 51%;
    margin-bottom: 2%;
    clear: none;
  }
  /* line 194, ../sass/_grid.scss */
  .icon-navigation ul li:nth-child(6n+5) {
    margin-left: 68%;
    margin-bottom: 2%;
    clear: none;
  }
  /* line 194, ../sass/_grid.scss */
  .icon-navigation ul li:nth-child(6n+6) {
    margin-left: 85%;
    margin-bottom: 2%;
    clear: none;
  }
  /* line 377, ../sass/wai-act.scss */
  .icon-navigation ul li {
    float: left;
    margin-right: -100%;
    width: 15%;
  }
}
@media screen and (min-width: large) {
  /* line 194, ../sass/_grid.scss */
  .icon-navigation ul li:nth-child(12n+1) {
    margin-left: 0%;
    margin-bottom: 2%;
    clear: both;
    overflow: hidden;
    *zoom: 1;
  }
  /* line 194, ../sass/_grid.scss */
  .icon-navigation ul li:nth-child(12n+2) {
    margin-left: 8.5%;
    margin-bottom: 2%;
    clear: none;
  }
  /* line 194, ../sass/_grid.scss */
  .icon-navigation ul li:nth-child(12n+3) {
    margin-left: 17%;
    margin-bottom: 2%;
    clear: none;
  }
  /* line 194, ../sass/_grid.scss */
  .icon-navigation ul li:nth-child(12n+4) {
    margin-left: 25.5%;
    margin-bottom: 2%;
    clear: none;
  }
  /* line 194, ../sass/_grid.scss */
  .icon-navigation ul li:nth-child(12n+5) {
    margin-left: 34%;
    margin-bottom: 2%;
    clear: none;
  }
  /* line 194, ../sass/_grid.scss */
  .icon-navigation ul li:nth-child(12n+6) {
    margin-left: 42.5%;
    margin-bottom: 2%;
    clear: none;
  }
  /* line 194, ../sass/_grid.scss */
  .icon-navigation ul li:nth-child(12n+7) {
    margin-left: 51%;
    margin-bottom: 2%;
    clear: none;
  }
  /* line 194, ../sass/_grid.scss */
  .icon-navigation ul li:nth-child(12n+8) {
    margin-left: 59.5%;
    margin-bottom: 2%;
    clear: none;
  }
  /* line 194, ../sass/_grid.scss */
  .icon-navigation ul li:nth-child(12n+9) {
    margin-left: 68%;
    margin-bottom: 2%;
    clear: none;
  }
  /* line 194, ../sass/_grid.scss */
  .icon-navigation ul li:nth-child(12n+10) {
    margin-left: 76.5%;
    margin-bottom: 2%;
    clear: none;
  }
  /* line 194, ../sass/_grid.scss */
  .icon-navigation ul li:nth-child(12n+11) {
    margin-left: 85%;
    margin-bottom: 2%;
    clear: none;
  }
  /* line 194, ../sass/_grid.scss */
  .icon-navigation ul li:nth-child(12n+12) {
    margin-left: 93.5%;
    margin-bottom: 2%;
    clear: none;
  }
  /* line 383, ../sass/wai-act.scss */
  .icon-navigation ul li {
    float: left;
    margin-right: -100%;
    width: 6.5%;
  }
}

@media screen and (min-width: 43em) {
  /* line 390, ../sass/wai-act.scss */
  .with-side-menu {
    width: 99%;
    margin: 0 0.5%;
  }
}
/* line 394, ../sass/wai-act.scss */
.with-side-menu .navigation {
  clear: both;
}
@media screen and (min-width: 43em) {
  /* line 394, ../sass/wai-act.scss */
  .with-side-menu .navigation {
    float: left;
    margin-right: -100%;
    width: 32%;
  }
}
@media screen and (min-width: 56em) {
  /* line 394, ../sass/wai-act.scss */
  .with-side-menu .navigation {
    float: left;
    margin-right: -100%;
    width: 23.5%;
  }
}
@media screen and (min-width: 81em) {
  /* line 394, ../sass/wai-act.scss */
  .with-side-menu .navigation {
    float: left;
    margin-right: -100%;
    width: 15%;
  }
}
@media screen and (min-width: 43em) {
  /* line 406, ../sass/wai-act.scss */
  .with-side-menu .content {
    float: left;
    margin-right: -100%;
    width: 66%;
    margin-left: 34%;
  }
}
@media screen and (min-width: 56em) {
  /* line 406, ../sass/wai-act.scss */
  .with-side-menu .content {
    float: left;
    margin-right: -100%;
    width: 74.5%;
    margin-left: 25.5%;
  }
}
@media screen and (min-width: 81em) {
  /* line 406, ../sass/wai-act.scss */
  .with-side-menu .content {
    float: left;
    margin-right: -100%;
    width: 83%;
    margin-left: 17%;
  }
}

/* line 422, ../sass/wai-act.scss */
.content {
  width: 100%;
  margin: 0;
  /*
  .tabbed.main.navigation + & {
  	clear: both;
  	float: left;
  	padding: 2em 0 1em;
  	@include background(linear-gradient(to bottom, #999, #fff 1em));
  }*/
}
/* line 431, ../sass/wai-act.scss */
.content h2, .content .navigation .topic, .navigation .content .topic {
  margin-top: 0;
}
/* line 435, ../sass/wai-act.scss */
.content.draft h2::before, .content.draft .navigation .topic::before, .navigation .content.draft .topic::before {
  display: inline-block;
  font-weight: bold;
  padding: 0 .2em;
  vertical-align: middle;
  content: "DRAFT";
  font-size: .5em;
  background-color: #CCFFCC;
  margin-right: .25em;
}
/* line 447, ../sass/wai-act.scss */
.content .inner {
  padding: 0 !important;
}
/* line 451, ../sass/wai-act.scss */
.content .annotation {
  width: 48%;
  padding-left: 1%;
  margin-right: -50%;
  float: right;
  border-left: 2px solid #930;
}
/* line 457, ../sass/wai-act.scss */
.content .annotation .annotation-header {
  margin-top: 0;
  font-weight: bold;
  color: #930;
}
/* line 462, ../sass/wai-act.scss */
.content .annotation .annotation-content {
  font-size: 88.88889%;
}
/* line 464, ../sass/wai-act.scss */
.content .annotation .annotation-content p:last-child {
  margin-bottom: 0;
}

/* line 472, ../sass/wai-act.scss */
.status h3, .status p {
  display: inline;
  color: inherit;
  font-size: 1em;
}
/* line 477, ../sass/wai-act.scss */
.draft .status {
  background-color: #CCFFCC;
  padding: .25em;
}

/* line 485, ../sass/wai-act.scss */
.todo {
  position: relative;
}
/* line 487, ../sass/wai-act.scss */
.todo::before, .todo::after {
  position: absolute;
}
/* line 490, ../sass/wai-act.scss */
.todo::after {
  font-weight: bold;
  display: block;
  -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  top: -1em;
  left: calc(100% - 1.5em);
}
/* line 498, ../sass/wai-act.scss */
.todo::before {
  content: '';
  right: 0;
  top: 0;
  width: 1.5em;
  bottom: 0;
}

/* line 507, ../sass/wai-act.scss */
.todo {
  background-color: #ffcccc;
}
/* line 510, ../sass/wai-act.scss */
.todo::after {
  content: "TODO";
  color: #fff;
}
/* line 514, ../sass/wai-act.scss */
.todo::before {
  background-color: #f00;
}

/* line 530, ../sass/wai-act.scss */
figure.code pre {
  background: none;
  font-size: 0.9em;
  margin: 0;
}
/* line 538, ../sass/wai-act.scss */
figure.sample figcaption {
  color: #036;
}

/* line 544, ../sass/wai-act.scss */
.box, figure {
  margin: 1em 0;
  border-left: 5px solid;
  background-color: #E8E8E8;
}

/* line 549, ../sass/wai-act.scss */
.box-primary, figure.sample {
  border-color: #036;
}

/* line 552, ../sass/wai-act.scss */
.box-secondary, figure.code {
  border-color: #777;
}

/* line 555, ../sass/wai-act.scss */
.box-caption, figure figcaption {
  font-weight: bold;
  padding: .375em .75em 0;
  text-transform: uppercase;
  font-size: 0.75em;
  margin: 0;
}
/* line 562, ../sass/wai-act.scss */
.box-primary .box-caption, figure.sample .box-caption, .box-primary figure figcaption, figure .box-primary figcaption, figure.sample figcaption {
  color: #036;
}

/* line 569, ../sass/wai-act.scss */
.box-content, figure .figcontent {
  overflow: auto;
  padding: .5em;
}
/* line 573, ../sass/wai-act.scss */
.box-content > p:first-child, figure .figcontent > p:first-child, .box-content > ul:first-child, figure .figcontent > ul:first-child, .box-content > ol:first-child, figure .figcontent > ol:first-child {
  margin-top: 0;
}
/* line 578, ../sass/wai-act.scss */
.box-content > p:last-child, figure .figcontent > p:last-child, .box-content > ul:last-child, figure .figcontent > ul:last-child, .box-content > ol:last-child, figure .figcontent > ol:last-child {
  margin-bottom: 0;
}

/* line 586, ../sass/wai-act.scss */
table {
  margin-bottom: 1em;
}
/* line 588, ../sass/wai-act.scss */
table.full-width {
  clear: both;
  width: 100%;
}
/* line 592, ../sass/wai-act.scss */
table th, table .liketh {
  text-align: left;
  background-color: #ccc;
}
/* line 596, ../sass/wai-act.scss */
table .liketh {
  text-align: right;
}
/* line 599, ../sass/wai-act.scss */
table .empty {
  empty-cells: hidden;
}
/* line 602, ../sass/wai-act.scss */
table th, table td {
  padding: .5em;
  border: 1px solid #ccc;
}
/* line 606, ../sass/wai-act.scss */
table.results {
  clear: both;
  width: 100%;
}
/* line 613, ../sass/wai-act.scss */
table.results .result .chart {
  display: none;
}
/* line 617, ../sass/wai-act.scss */
table.results .icon, table.results .notes::before, table.results .learn h3::before, .learn table.results h3::before, table.results .treevue li::before, .treevue table.results li::before {
  font-size: 1.5em;
}
/* line 623, ../sass/wai-act.scss */
table.result-details thead th {
  text-align: center;
}
/* line 627, ../sass/wai-act.scss */
table.result-details th, table.result-details td {
  border-color: #999;
}
/* line 630, ../sass/wai-act.scss */
table.result-details td {
  text-align: center;
}
/* line 632, ../sass/wai-act.scss */
table.result-details td.untested {
  color: #aaa;
}
/* line 637, ../sass/wai-act.scss */
table.testcase-details {
  margin: 0 0 2em;
  width: 100%;
}
/* line 640, ../sass/wai-act.scss */
table.testcase-details th, table.testcase-details td, table.testcase-details caption {
  border: 1px solid #999;
}
/* line 643, ../sass/wai-act.scss */
table.testcase-details caption {
  text-align: left;
  padding: .5em;
  background-color: #CCC;
  border-bottom: none;
}
/* line 652, ../sass/wai-act.scss */
table.testcase-details caption a {
  color: #333;
}
/* line 656, ../sass/wai-act.scss */
table.testcase-details small {
  display: block;
  line-height: 1.2;
  font-size: 0.8em;
}
/* line 661, ../sass/wai-act.scss */
table.testcase-details .pass, table.testcase-details .fail {
  background-color: green;
  color: #fff;
  text-align: center;
}
/* line 666, ../sass/wai-act.scss */
table.testcase-details .fail {
  background-color: #a00;
}
/* line 669, ../sass/wai-act.scss */
table.testcase-details tbody {
  border-top: 5px solid #999;
}
/* line 675, ../sass/wai-act.scss */
table.testcase-details [class^=col] {
  width: 10em;
}
/* line 678, ../sass/wai-act.scss */
table.testcase-details .col1 {
  width: 2em;
}
/* line 681, ../sass/wai-act.scss */
table.testcase-details .col5 {
  width: 40em;
}

/* line 696, ../sass/wai-act.scss */
.form-submitTestCase {
  width: 75%;
  margin: 0 auto;
}

/* line 702, ../sass/wai-act.scss */
form fieldset {
  margin-bottom: 1em;
}
/* line 704, ../sass/wai-act.scss */
form fieldset legend + p {
  margin-top: 0;
}
/* line 707, ../sass/wai-act.scss */
form fieldset.border-less {
  border: 0;
  padding: 0;
}
/* line 713, ../sass/wai-act.scss */
form button[type=submit] {
  float: right;
}

/* line 729, ../sass/wai-act.scss */
.form-block, .form-block-mini {
  display: table;
  width: 100%;
  border: 1px solid #999;
  border-radius: .5em;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

/* line 741, ../sass/wai-act.scss */
.form-row {
  display: table-row;
}
/* line 743, ../sass/wai-act.scss */
.form-row label, .form-row > span {
  border-top: 1px solid #999;
  display: table-cell;
  vertical-align: middle;
  padding: .5em;
}
/* line 749, ../sass/wai-act.scss */
.form-row label {
  width: 25%;
}
/* line 753, ../sass/wai-act.scss */
.form-row:first-child label, .form-row:first-child > span {
  border-top: none;
}
/* line 757, ../sass/wai-act.scss */
.form-row:nth-child(even) {
  background-color: #f3f3f3;
}
/* line 760, ../sass/wai-act.scss */
.form-row:nth-child(odd) {
  background-color: #eee;
}
/* line 764, ../sass/wai-act.scss */
.form-row.required label {
  font-weight: bold;
}
/* line 766, ../sass/wai-act.scss */
.form-row.required label:after {
  content: " (Required)";
  font-weight: normal;
}
/* line 773, ../sass/wai-act.scss */
.form-row.radio label, .radio .form-row label {
  width: auto;
}
/* line 776, ../sass/wai-act.scss */
.form-row.radio span, .radio .form-row span {
  width: 1em;
}
/* line 780, ../sass/wai-act.scss */
.form-row input, .form-row select, .form-row textarea {
  width: 90%;
}
/* line 783, ../sass/wai-act.scss */
.form-row textarea {
  height: 3em;
}

/* line 788, ../sass/wai-act.scss */
.form-submit {
  margin: 1em 0;
}

/* line 794, ../sass/wai-act.scss */
select {
  padding: .25em;
  font-size: 1em;
}

/* line 801, ../sass/wai-act.scss */
.btn-centered {
  text-align: center;
  padding: .5em;
}

/* line 806, ../sass/wai-act.scss */
.btn-pills {
  letter-spacing: -10px;
  margin-bottom: 1em;
}
/* line 809, ../sass/wai-act.scss */
.btn-pills a, .btn-pills button {
  letter-spacing: normal;
}
/* line 812, ../sass/wai-act.scss */
.btn-pills .btn, .btn-pills #showmorebutton, .btn-pills .btn-primary, .btn-pills .btn-small {
  border-radius: 0;
  margin-left: -1px;
}
/* line 815, ../sass/wai-act.scss */
.btn-pills .btn:first-child, .btn-pills #showmorebutton:first-child, .btn-pills .btn-primary:first-child, .btn-pills .btn-small:first-child {
  margin-left: 0;
  border-radius: .25em 0 0 .25em;
}
/* line 819, ../sass/wai-act.scss */
.btn-pills .btn:last-child, .btn-pills #showmorebutton:last-child, .btn-pills .btn-primary:last-child, .btn-pills .btn-small:last-child {
  border-radius: 0 .25em .25em 0;
}

/* line 825, ../sass/wai-act.scss */
.btn, #showmorebutton, .btn-primary, .btn-small {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2ZTZlNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e6e6e6), color-stop(100%, #cccccc));
  background: -webkit-linear-gradient(top, #e6e6e6, #cccccc);
  background: linear-gradient(to bottom, #e6e6e6, #cccccc);
  color: #333;
  font-weight: normal;
  font-size: 1em;
  padding: .25em .5em;
  line-height: 1;
  text-decoration: none;
  border-color: #bbb;
  border-width: 1px;
  border-style: solid;
  border-radius: .25em;
}
/* line 839, ../sass/wai-act.scss */
.btn:hover, #showmorebutton:hover, .btn-primary:hover, .btn-small:hover, .btn:focus, #showmorebutton:focus, .btn-primary:focus, .btn-small:focus {
  color: #333;
  text-decoration: underline;
  box-shadow: 0 0 6px #888;
}
/* line 844, ../sass/wai-act.scss */
.btn small, #showmorebutton small, .btn-primary small, .btn-small small {
  display: block;
  font-size: 77.77778%;
}

/* line 850, ../sass/wai-act.scss */
.btn-login {
  text-align: right;
}

/* line 854, ../sass/wai-act.scss */
.btn-primary {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNGM5OSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMzM2NiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #004c99), color-stop(100%, #003366));
  background: -webkit-linear-gradient(top, #004c99, #003366);
  background: linear-gradient(to bottom, #004c99, #003366);
  color: #fff;
  border-color: #001933;
}
/* line 859, ../sass/wai-act.scss */
.btn-primary:hover, .btn-primary:focus {
  color: #fff;
  text-decoration: underline;
}

/* line 865, ../sass/wai-act.scss */
.btn-small {
  padding: .15em .2em;
  line-height: 1;
}

/* line 871, ../sass/wai-act.scss */
.btn-icon {
  border: none;
  background-color: transparent;
  padding: 0;
}

/* line 877, ../sass/wai-act.scss */
.btn-next {
  float: right;
}

/* ====== ICONS   ======== EDIT ABOVE! ======== */
/* line 883, ../sass/wai-act.scss */
.icon, .notes::before, .learn h3::before, .treevue li::before {
  display: inline-block;
  height: 1em;
  width: 1em;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
/* line 890, ../sass/wai-act.scss */
.icon.icon-with-visible-text, .icon-with-visible-text.notes::before, .learn h3.icon-with-visible-text::before, .treevue li.icon-with-visible-text::before {
  margin-right: .25em;
}
/* line 893, ../sass/wai-act.scss */
.icon.icon-menu, .icon-menu.notes::before, .learn h3.icon-menu::before, .icon-navigation button .icon, .icon-navigation button .notes::before, .icon-navigation button .learn h3::before, .learn .icon-navigation button h3::before, .icon-navigation button .treevue li::before, .treevue .icon-navigation button li::before, .treevue li.icon-menu::before {
  background-image: url(../img/menu.svg);
}
/* line 896, ../sass/wai-act.scss */
.icon.icon-menu-active, .icon-menu-active.notes::before, .learn h3.icon-menu-active::before, .icon-navigation button.on .icon, .icon-navigation button.on .notes::before, .icon-navigation button.on .learn h3::before, .learn .icon-navigation button.on h3::before, .icon-navigation button.on .treevue li::before, .treevue .icon-navigation button.on li::before, .treevue li.icon-menu-active::before {
  background-image: url(../img/menu-active.svg);
}
/* line 899, ../sass/wai-act.scss */
.icon.icon-link, .icon-link.notes::before, .learn h3.icon-link::before, .treevue li.icon-link::before {
  background-image: url(../img/link.svg);
}
/* line 902, ../sass/wai-act.scss */
.icon.icon-images, .icon-images.notes::before, .learn h3.icon-images::before, .treevue li.icon-images::before {
  background-image: url(../img/images.svg);
}
/* line 905, ../sass/wai-act.scss */
.icon.icon-tables, .icon-tables.notes::before, .learn h3.icon-tables::before, .treevue li.icon-tables::before {
  background-image: url(../img/tables.svg);
}
/* line 908, ../sass/wai-act.scss */
.icon.icon-forms, .icon-forms.notes::before, .learn h3.icon-forms::before, .treevue li.icon-forms::before {
  background-image: url(../img/forms.svg);
}
/* line 911, ../sass/wai-act.scss */
.icon.icon-carousels, .icon-carousels.notes::before, .learn h3.icon-carousels::before, .treevue li.icon-carousels::before {
  background-image: url(../img/images.svg);
}
/* line 914, ../sass/wai-act.scss */
.icon.icon-arrow, .icon-arrow.notes::before, .learn h3.icon-arrow::before, .treevue li.icon-arrow::before {
  background-image: url(../img/arrow.svg);
}
/* line 917, ../sass/wai-act.scss */
.icon.icon-expand, .icon-expand.notes::before, .learn h3.icon-expand::before, .treevue li.icon-expand::before, .treevue li.treevue-collapsed::before {
  background-image: url(../img/expand.svg);
}
/* line 920, ../sass/wai-act.scss */
.icon.icon-collapse, .icon-collapse.notes::before, .learn h3.icon-collapse::before, .treevue li.icon-collapse::before, .treevue li.treevue-expanded::before {
  background-image: url(../img/collapse.svg);
}
/* line 923, ../sass/wai-act.scss */
.icon.icon-info, .notes::before, .learn h3.icon-info::before, .learn h3.notes::before, .treevue li.icon-info::before, .treevue li.notes::before {
  background-image: url(../img/info.svg);
}
/* line 926, ../sass/wai-act.scss */
.icon.icon-file, .icon-file.notes::before, .learn h3::before, .treevue li.icon-file::before {
  background-image: url(../img/file.svg);
}
/* line 929, ../sass/wai-act.scss */
.icon.icon-remove, .icon-remove.notes::before, .learn h3.icon-remove::before, .treevue li.icon-remove::before {
  background-image: url(../img/remove.svg);
}

/* line 934, ../sass/wai-act.scss */
.area-login {
  text-align: center;
}
/* line 936, ../sass/wai-act.scss */
.area-login > span {
  display: inline-block;
  border: 2px solid #ccc;
  border-width: 2px 0;
  padding: 1em;
}

/* ====== HELPERS ======== EDIT ABOVE! ======== */
/*
* Hide only visually, but have it available for screenreaders: h5bp.com/v
*/
/* line 950, ../sass/wai-act.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
* Extends the .visuallyhidden class to allow the element to be focusable
* when navigated to via the keyboard: h5bp.com/p
*/
/* line 966, ../sass/wai-act.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* line 984, ../sass/wai-act.scss */
.grid {
  width: 99%;
  margin: 0 0.5%;
}

/* line 988, ../sass/wai-act.scss */
.with-filter {
  clear: both;
}
@media screen and (min-width: 43em) {
  /* line 991, ../sass/wai-act.scss */
  .with-filter h3 > button {
    display: none;
  }
  /* line 992, ../sass/wai-act.scss */
  .with-filter .column-first {
    float: left;
    margin-right: -100%;
    width: 32%;
  }
  /* line 995, ../sass/wai-act.scss */
  .with-filter .column-second {
    float: left;
    margin-right: -100%;
    width: 66%;
    margin-left: 34%;
    padding: .25em 0;
  }
}
@media screen and (min-width: 43em) {
  /* line 1003, ../sass/wai-act.scss */
  .with-filter.with-basket h3 > button {
    display: none;
  }
  /* line 1004, ../sass/wai-act.scss */
  .with-filter.with-basket .column-first {
    float: left;
    margin-right: -100%;
    width: 23.5%;
  }
  /* line 1007, ../sass/wai-act.scss */
  .with-filter.with-basket .column-second {
    float: left;
    margin-right: -100%;
    width: 57.5%;
    margin-left: 25.5%;
  }
  /* line 1011, ../sass/wai-act.scss */
  .with-filter.with-basket .column-third {
    float: left;
    margin-right: -100%;
    width: 15%;
    margin-left: 85%;
  }
}

/* line 1019, ../sass/wai-act.scss */
.column-filters {
  background-color: #f5f5f5;
  padding: .25em;
}
/* line 1022, ../sass/wai-act.scss */
.column-filters form > div {
  border-bottom: 1px dotted #777;
  padding: 0 0 1em;
  margin-bottom: 1em;
}
/* line 1026, ../sass/wai-act.scss */
.column-filters form > div:last-child {
  border-bottom-style: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
/* line 1031, ../sass/wai-act.scss */
.column-filters form > div h4 {
  margin-bottom: 0;
}

@media screen and (min-width: 43em) {
  /* line 1037, ../sass/wai-act.scss */
  .centered {
    float: left;
    margin-right: -100%;
    width: 49%;
    margin-left: 25.5%;
  }
}

/* line 1044, ../sass/wai-act.scss */
.column {
  float: left;
  margin-right: -100%;
  width: 100%;
}

@media screen and (min-width: 43em) {
  /* line 1049, ../sass/wai-act.scss */
  .onehalf, .two4ths, .three6ths {
    float: left;
    margin-right: -100%;
    width: 49%;
  }

  /* line 1052, ../sass/wai-act.scss */
  .one3rd, .two6ths {
    float: left;
    margin-right: -100%;
    width: 32%;
  }

  /* line 1055, ../sass/wai-act.scss */
  .two3rds, .content .inner, .four6ths {
    float: left;
    margin-right: -100%;
    width: 66%;
  }

  /* line 1058, ../sass/wai-act.scss */
  .one4th {
    float: left;
    margin-right: -100%;
    width: 23.5%;
  }

  /* line 1064, ../sass/wai-act.scss */
  .three4ths {
    float: left;
    margin-right: -100%;
    width: 74.5%;
  }

  /* line 1067, ../sass/wai-act.scss */
  .one6th {
    float: left;
    margin-right: -100%;
    width: 15%;
  }

  /* line 1079, ../sass/wai-act.scss */
  .five6ths {
    float: left;
    margin-right: -100%;
    width: 83%;
  }
}
/* line 1090, ../sass/wai-act.scss */
.flush.right {
  float: right;
}

/* line 1097, ../sass/wai-act.scss */
.treevue, .treevue ul {
  clear: both;
  padding: 0;
  margin: 0;
  cursor: auto;
}
/* line 1102, ../sass/wai-act.scss */
.treevue li, .treevue ul li {
  list-style: none;
  /* Create a little space to the left for the open/close images */
}

/* line 1109, ../sass/wai-act.scss */
.treevue li {
  padding-bottom: 0.25em;
  padding-left: 3em;
  overflow: hidden;
}
@media screen and (min-width: 56em) {
  /* line 1109, ../sass/wai-act.scss */
  .treevue li {
    padding-left: 1.5em;
  }
}
/* line 1116, ../sass/wai-act.scss */
.treevue li input[type=checkbox] {
  margin-right: .25em;
}
/* line 1119, ../sass/wai-act.scss */
.treevue li::before {
  content: '';
  float: left;
  width: 3em;
  height: 3em;
  margin-left: -3em;
}
@media screen and (min-width: 56em) {
  /* line 1119, ../sass/wai-act.scss */
  .treevue li::before {
    width: 1.5em;
    height: 1.5em;
    margin-left: -1.5em;
  }
}

/* line 1134, ../sass/wai-act.scss */
.treevue li.treevue-expanded {
  cursor: pointer;
}

/* line 1141, ../sass/wai-act.scss */
.treevue li.treevue-collapsed {
  cursor: pointer;
}

/* line 1148, ../sass/wai-act.scss */
.treevue label:hover {
  background: rgba(0, 0, 0, 0.05);
}
