/*! normalize.css v1.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}
/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}
/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}
/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
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 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/**
 * 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).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset {
  border: none;
  padding: 0;
}
html {
  font-size: 100%;
}
body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  background-color: #ffffff;
}
a {
  color: #0088cc;
  text-decoration: none;
}
a:hover {
  color: #005580;
  text-decoration: none;
}
* > p:first-child {
  margin-top: 0 !important;
  margin-left: 0 !important;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.muted {
  color: #999999;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: bold;
  line-height: 1;
  color: inherit;
  text-rendering: optimizelegibility;
}
ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  line-height: 20px;
}
ul.unstyled,
ol.unstyled,
ol.unstyled li ul {
  margin-left: 0;
  list-style: none;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 10px;
}
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}
blockquote small {
  display: block;
  line-height: 20px;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}
code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
pre code {
  padding: 0;
  color: inherit;
  background-color: transparent;
  border: 0;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.content {
  overflow: hidden;
}
.content img {
  max-width: 100%;
}
.page-tools {
  margin-top: 15px;
}
.page-tools li a {
  margin-left: 3px;
}
.page-tools.horiz {
  padding: 10px 0 0 0;
  margin: 30px 0;
  border-top: 1px solid #c3c3c3;
  font-size: 0.9em;
}
.page-tools.horiz li {
  display: inline-block;
  margin-right: 12px;
}
.masthead {
  -webkit-print-color-adjust: exact;
}
.text-size-options {
  display: block;
  list-style-type: none;
  padding: 0;
  margin: 0 0 0 0;
}
.text-size-options li {
  display: inline;
  margin: 0;
  margin-right: 2px;
  padding: 0;
}
.text-size-options li a {
  padding: 1px 3px;
}
.text-size-options span {
  display: block;
}
.text-size-options #tsSmall {
  font-size: 15px;
}
.text-size-options #tsMedium {
  font-size: 19px;
}
.text-size-options #tsBig {
  font-size: 24px;
}
.text-size-options li a.selected {
  border: 1px solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.fbox {
  padding: 10px;
  margin: 0 0 20px 0;
}
.fbox .content ul,
.fbox .content ol {
  margin-left: 0;
  padding-left: 20px;
}
.fbox .content img {
  max-width: 100%;
  height: auto;
}
.poll-wrap {
  padding: 10px;
  margin: 0 0 20px 0;
}
.poll-wrap h2 {
  margin: 0 0 0.8em 0;
}
.poll-wrap .graph {
  margin-bottom: 5px;
}
.poll-wrap .totalVotes {
  display: block;
  font-weight: bold;
  margin: 10px 0;
}
.poll-wrap .voteButton {
  display: block;
  margin: 10px 0;
  text-align: center;
}
.poll-wrap .poll {
  margin-bottom: 20px;
}
.poll-wrap .poll .pollQ {
  display: block;
  margin: 5px 0 10px 0;
}
.poll-wrap .poll .option {
  display: block;
  margin-bottom: 10px;
}
.poll-wrap .poll .option input[type=radio] {
  float: left;
  margin-top: 0;
}
.poll-wrap .poll .option span {
  display: block;
  margin-left: 20px;
  line-height: 1.2em;
}
.poll-wrap .poll:last-child {
  margin-bottom: 0;
}
.masthead h1 {
  margin-bottom: 0;
  font-size: 60px;
}
.masthead h2 {
  margin: 0 0 20px 0;
}
ul.see-also-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.see-also-list li {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
ul.see-also-list li a,
ul.see-also-list li a:link {
  line-height: 1.4em;
}
ul.see-also-list li span {
  display: block;
  margin: 0;
}
ul.see-also-list li a.lnk {
  display: block;
  margin-bottom: 8px;
}
ul.see-also-list li span {
  display: block;
  margin: 0.4em 0;
  line-height: 1.3em;
}
ul.see-also-list li.with-img a.img {
  display: block;
  margin: 0 0 6px 0;
  overflow: hidden;
  border: 2px solid #fff;
  width: auto;
}
ul.see-also-list li.more {
  border-bottom: none;
}
ul.see-also-list li.more a {
  display: block;
  text-align: right;
  margin: 0;
}
ul.see-also-list.wrap-sum li.with-img a.img,
ul.see-also-list.wrap-title li.with-img a.img,
ul.see-also-list.wrap-all li.with-img a.img {
  float: left;
  margin: 0 6px 6px 0;
}
ul.see-also-list.wrap-sum li.with-img a.img img,
ul.see-also-list.wrap-title li.with-img a.img img,
ul.see-also-list.wrap-all li.with-img a.img img {
  width: 75px;
}
ul.see-also-list.wrap-all li.with-img span,
ul.see-also-list.wrap-sum li.with-img span {
  display: block;
  margin-left: 82px;
}
ul.see-also-list.wrap-all li.with-img .a.link,
ul.see-also-list.wrap-title li.with-img .a.link {
  display: block;
  margin-left: 82px;
}
ul.section-list {
  list-style-type: none;
  margin: 0 0 20px 0;
  padding: 10px;
}
ul.section-list li a {
  display: block;
  font-weight: bold;
  padding: 5px 0;
  text-decoration: none;
}
ul.section-list li span {
  display: block;
  margin: 0;
}
ul.section-list li .content-list {
  list-style-type: none;
}
ul.section-list.horizontal li {
  float: left;
  margin: 0 2em 0 0;
}
ul.section-list.horizontal li:last-child {
  margin-right: 0;
}
ul.section-list.horizontal li .content-list {
  display: none;
}
ul.section-list.vertical li {
  float: none !important;
  margin: 0;
}
ul.section-list.vertical li .content-list {
  margin: 5px 0;
  padding: 0;
}
ul.section-list.vertical li .content-list li {
  line-height: 1.4em;
  margin: 0 0 16px 0;
  padding: 0;
}
ul.section-list.vertical li .content-list li a {
  font-weight: normal;
  padding: 0;
}
ul.section-list.vertical li .content-list li:last-child {
  margin-bottom: 0;
}
.next-prev-links {
  list-style-type: none;
  margin: 2em 0;
  padding: 0;
}
.next-prev-links li {
  display: block;
  float: left;
  width: auto;
}
.next-prev-links li.next {
  float: right;
}
.next-prev-links li.next a:after {
  content: "  \00BB";
}
.next-prev-links li.prev a:before {
  content: "\00AB \A0";
}
.next-prev-links li a {
  display: block;
}
.next-prev-links.detailed .intro {
  display: block;
  font-weight: bold;
  font-size: 0.8em;
}
.next-prev-links.detailed li.next a:after {
  content: none;
}
.next-prev-links.detailed li.prev a:before {
  content: none;
}
.search-query {
  font-weight: bold;
}
ul.search-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.search-list li {
  border-bottom: 1px solid #c7c7c7;
}
ul.search-list li:last-child {
  border: none;
}
ul.search-list li.issue-date {
  margin: 20px 0 0 0;
}
ul.search-list li ul.content-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-top: 20px;
  margin-left: 20px;
}
ul.search-list li ul.content-list h3 {
  margin: 0;
}
ul.search-list li ul.content-list li {
  border: none;
  margin: 1em 0 2em 0;
}
ul.search-list li ul.content-list li .section-title {
  display: block;
  float: none;
  font-size: 0.9em;
  margin: 0 0 10px 0;
  font-style: italic;
}
ul.search-list li ul.content-list li .content-link {
  display: block;
  float: none;
  font-size: 0.9em;
  font-weight: bold;
}
ul.search-list li ul.content-list li .copy {
  margin-left: 40px;
}
.comment-wrap {
  margin-bottom: 1em;
}
.comment-list-wrap {
  margin-bottom: 20px;
}
.comment-list-wrap h2 {
  font-size: 0.9em;
}
.comment-list li {
  padding: 10px;
  margin-bottom: 10px;
}
.comment-list li .auth-name,
.comment-list li .datestamp {
  font-size: 0.8em;
  display: block;
}
.comment-list li .datestamp {
  margin-bottom: 10px;
}
.comment-list li .reply {
  margin-left: 10px;
  padding: 10px 10px;
}
.comment-form {
  padding: 0;
  margin-bottom: 20px;
}
.comment-form textarea {
  width: 95%;
}
.comment-form label {
  display: block;
}
.comment-form input[type="text"] {
  width: 95%;
}
#commentError {
  margin-bottom: 10px;
}
.print {
  background-image: none;
  background-color: #fff;
  font-size: 12pt;
  color: Black;
}
.print .article {
  border-bottom: 1px solid #444;
  padding-bottom: 12pt;
}
.print .article h1,
.print .article h2,
.print .article h3 {
  font-size: 16pt;
}
.print #contentBox {
  border: none;
}
.print .title {
  font-size: 36pt;
}
.print a:link,
.print a:visited {
  color: #520;
  background: transparent;
  text-decoration: underline;
}
.print a:link:after,
.print a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 80%;
  color: #444;
  font-weight: normal;
}
.print a[href^="/"]:after {
  content: " (http://www.domain.com" attr(href) ") ";
}
.print h1 a:link:after,
.print h1 a:visited:after {
  content: none;
  font-size: 80%;
  color: #444;
  font-weight: normal;
}
.print h1 a[href^="/"]:after {
  content: none;
}
@media print {
  .no-print {
    display: none;
  }
  a:link:after,
  a:visited:after {
    content: " (" attr(href) ") ";
    font-size: 80%;
    color: #444;
    font-weight: normal;
  }
  a[href^="/"]:after {
    content: " (http://www.domain.com" attr(href) ") ";
  }
  h1 a:link:after,
  h1 a:visited:after {
    content: none;
    font-size: 80%;
    color: #444;
    font-weight: normal;
  }
  h1 a[href^="/"]:after {
    content: none;
  }
}
.cookie-banner {
  border: solid 1px #bfbfbf;
  background-color: #878786;
  margin: 0;
  color: #ffffff;
  padding: 4px 20px;
}
.cookie-banner a {
  color: white;
  text-decoration: underline;
}
.cookie-banner.top {
  position: absolute;
  top: 0;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}
.cookie-banner.bottom {
  position: fixed;
  bottom: 0px;
  height: auto;
}
.cookie-banner #chkAcceptCookie {
  margin-right: 1em;
}
.boxout.boxout-inline {
  padding: 10px 0 10px 0;
  margin: 20px 0 20px 0;
}
.boxout.boxout-right {
  float: right;
  width: 33.33333%;
  padding: 5px 0 5px 10px;
  margin: 0 0 20px 20px;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("/i/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
  margin-top: 1px;
}
/* White icons with optional class, or on hover/active states of certain elements */
.icon-white {
  background-image: url("/i/glyphicons-halflings-white.png");
}
.icon-glass {
  background-position: 0      0;
}
.icon-music {
  background-position: -24px 0;
}
.icon-search {
  background-position: -48px 0;
}
.icon-envelope {
  background-position: -72px 0;
}
.icon-heart {
  background-position: -96px 0;
}
.icon-star {
  background-position: -120px 0;
}
.icon-star-empty {
  background-position: -144px 0;
}
.icon-user {
  background-position: -168px 0;
}
.icon-film {
  background-position: -192px 0;
}
.icon-th-large {
  background-position: -216px 0;
}
.icon-th {
  background-position: -240px 0;
}
.icon-th-list {
  background-position: -264px 0;
}
.icon-ok {
  background-position: -288px 0;
}
.icon-remove {
  background-position: -312px 0;
}
.icon-zoom-in {
  background-position: -336px 0;
}
.icon-zoom-out {
  background-position: -360px 0;
}
.icon-off {
  background-position: -384px 0;
}
.icon-signal {
  background-position: -408px 0;
}
.icon-cog {
  background-position: -432px 0;
}
.icon-trash {
  background-position: -456px 0;
}
.icon-home {
  background-position: 0 -24px;
}
.icon-file {
  background-position: -24px -24px;
}
.icon-time {
  background-position: -48px -24px;
}
.icon-road {
  background-position: -72px -24px;
}
.icon-download-alt {
  background-position: -96px -24px;
}
.icon-download {
  background-position: -120px -24px;
}
.icon-upload {
  background-position: -144px -24px;
}
.icon-inbox {
  background-position: -168px -24px;
}
.icon-play-circle {
  background-position: -192px -24px;
}
.icon-repeat {
  background-position: -216px -24px;
}
.icon-refresh {
  background-position: -240px -24px;
}
.icon-list-alt {
  background-position: -264px -24px;
}
.icon-lock {
  background-position: -287px -24px;
}
.icon-flag {
  background-position: -312px -24px;
}
.icon-headphones {
  background-position: -336px -24px;
}
.icon-volume-off {
  background-position: -360px -24px;
}
.icon-volume-down {
  background-position: -384px -24px;
}
.icon-volume-up {
  background-position: -408px -24px;
}
.icon-qrcode {
  background-position: -432px -24px;
}
.icon-barcode {
  background-position: -456px -24px;
}
.icon-tag {
  background-position: 0 -48px;
}
.icon-tags {
  background-position: -25px -48px;
}
.icon-book {
  background-position: -48px -48px;
}
.icon-bookmark {
  background-position: -72px -48px;
}
.icon-print {
  background-position: -96px -48px;
}
.icon-camera {
  background-position: -120px -48px;
}
.icon-font {
  background-position: -144px -48px;
}
.icon-bold {
  background-position: -167px -48px;
}
.icon-italic {
  background-position: -192px -48px;
}
.icon-text-height {
  background-position: -216px -48px;
}
.icon-text-width {
  background-position: -240px -48px;
}
.icon-align-left {
  background-position: -264px -48px;
}
.icon-align-center {
  background-position: -288px -48px;
}
.icon-align-right {
  background-position: -312px -48px;
}
.icon-align-justify {
  background-position: -336px -48px;
}
.icon-list {
  background-position: -360px -48px;
}
.icon-indent-left {
  background-position: -384px -48px;
}
.icon-indent-right {
  background-position: -408px -48px;
}
.icon-facetime-video {
  background-position: -432px -48px;
}
.icon-picture {
  background-position: -456px -48px;
}
.icon-pencil {
  background-position: 0 -72px;
}
.icon-map-marker {
  background-position: -24px -72px;
}
.icon-adjust {
  background-position: -48px -72px;
}
.icon-tint {
  background-position: -72px -72px;
}
.icon-edit {
  background-position: -96px -72px;
}
.icon-share {
  background-position: -120px -72px;
}
.icon-check {
  background-position: -144px -72px;
}
.icon-move {
  background-position: -168px -72px;
}
.icon-step-backward {
  background-position: -192px -72px;
}
.icon-fast-backward {
  background-position: -216px -72px;
}
.icon-backward {
  background-position: -240px -72px;
}
.icon-play {
  background-position: -264px -72px;
}
.icon-pause {
  background-position: -288px -72px;
}
.icon-stop {
  background-position: -312px -72px;
}
.icon-forward {
  background-position: -336px -72px;
}
.icon-fast-forward {
  background-position: -360px -72px;
}
.icon-step-forward {
  background-position: -384px -72px;
}
.icon-eject {
  background-position: -408px -72px;
}
.icon-chevron-left {
  background-position: -432px -72px;
}
.icon-chevron-right {
  background-position: -456px -72px;
}
.icon-plus-sign {
  background-position: 0 -96px;
}
.icon-minus-sign {
  background-position: -24px -96px;
}
.icon-remove-sign {
  background-position: -48px -96px;
}
.icon-ok-sign {
  background-position: -72px -96px;
}
.icon-question-sign {
  background-position: -96px -96px;
}
.icon-info-sign {
  background-position: -120px -96px;
}
.icon-screenshot {
  background-position: -144px -96px;
}
.icon-remove-circle {
  background-position: -168px -96px;
}
.icon-ok-circle {
  background-position: -192px -96px;
}
.icon-ban-circle {
  background-position: -216px -96px;
}
.icon-arrow-left {
  background-position: -240px -96px;
}
.icon-arrow-right {
  background-position: -264px -96px;
}
.icon-arrow-up {
  background-position: -289px -96px;
}
.icon-arrow-down {
  background-position: -312px -96px;
}
.icon-share-alt {
  background-position: -336px -96px;
}
.icon-resize-full {
  background-position: -360px -96px;
}
.icon-resize-small {
  background-position: -384px -96px;
}
.icon-plus {
  background-position: -408px -96px;
}
.icon-minus {
  background-position: -433px -96px;
}
.icon-asterisk {
  background-position: -456px -96px;
}
.icon-exclamation-sign {
  background-position: 0 -120px;
}
.icon-gift {
  background-position: -24px -120px;
}
.icon-leaf {
  background-position: -48px -120px;
}
.icon-fire {
  background-position: -72px -120px;
}
.icon-eye-open {
  background-position: -96px -120px;
}
.icon-eye-close {
  background-position: -120px -120px;
}
.icon-warning-sign {
  background-position: -144px -120px;
}
.icon-plane {
  background-position: -168px -120px;
}
.icon-calendar {
  background-position: -192px -120px;
}
.icon-random {
  background-position: -216px -120px;
  width: 16px;
}
.icon-comment {
  background-position: -240px -120px;
}
.icon-magnet {
  background-position: -264px -120px;
}
.icon-chevron-up {
  background-position: -288px -120px;
}
.icon-chevron-down {
  background-position: -313px -119px;
}
.icon-retweet {
  background-position: -336px -120px;
}
.icon-shopping-cart {
  background-position: -360px -120px;
}
.icon-folder-close {
  background-position: -384px -120px;
}
.icon-folder-open {
  background-position: -408px -120px;
  width: 16px;
}
.icon-resize-vertical {
  background-position: -432px -119px;
}
.icon-resize-horizontal {
  background-position: -456px -118px;
}
.icon-hdd {
  background-position: 0 -144px;
}
.icon-bullhorn {
  background-position: -24px -144px;
}
.icon-bell {
  background-position: -48px -144px;
}
.icon-certificate {
  background-position: -72px -144px;
}
.icon-thumbs-up {
  background-position: -96px -144px;
}
.icon-thumbs-down {
  background-position: -120px -144px;
}
.icon-hand-right {
  background-position: -144px -144px;
}
.icon-hand-left {
  background-position: -168px -144px;
}
.icon-hand-up {
  background-position: -192px -144px;
}
.icon-hand-down {
  background-position: -216px -144px;
}
.icon-circle-arrow-right {
  background-position: -240px -144px;
}
.icon-circle-arrow-left {
  background-position: -264px -144px;
}
.icon-circle-arrow-up {
  background-position: -288px -144px;
}
.icon-circle-arrow-down {
  background-position: -312px -144px;
}
.icon-globe {
  background-position: -336px -144px;
}
.icon-wrench {
  background-position: -360px -144px;
}
.icon-tasks {
  background-position: -384px -144px;
}
.icon-filter {
  background-position: -408px -144px;
}
.icon-briefcase {
  background-position: -432px -144px;
}
.icon-fullscreen {
  background-position: -456px -144px;
}
.icon-print-page {
  background-position: -96px -48px;
}
.icon-print-section {
  background-position: -96px -48px;
}
.icon-print-issue {
  background-position: -96px -48px;
}
.icon-back-up {
  background-position: -289px -96px;
}
.tf-link {
  text-align: right;
  display: block;
  font-size: 0.9em;
  margin-top: 10px;
}
.question {
  margin-bottom: 20px;
}
.q-number {
  display: none;
}
.q-textbox {
  width: 95%;
}
.legend {
  margin-top: 1em;
}
.surveyButton {
  margin-top: 20px;
}
span.check {
  margin-right: 5px;
}
.error,
#errorMsg,
.errorMsg {
  color: #b94a48;
  background-color: #f2dede;
  padding: 5px;
  display: block;
}
label.check {
  margin-left: 20px;
  display: block;
}
.q-body {
  margin-top: 10px;
}
.question .comment {
  margin-left: 20px;
  margin-top: 1em;
}
.question .commInput {
  width: 95%;
  margin-left: 20px;
}
.question .commInputOpt {
  width: 95%;
  margin-left: 40px;
  margin-top: 5px;
}
.error {
  background-color: transparent;
  padding: 0;
}
.q-error {
  border-top: 1px solid #eed3d7;
  margin-top: 20px;
}
.qHeaderMand .q-text:after {
  content: "*";
}
.skip-links {
  position: absolute;
  left: -999px;
  width: 990px;
}
.subscribe {
  margin-bottom: 40px;
}
.subscribe label {
  margin-top: 10px;
  display: block;
}
.subscribe input[type=text] {
  width: 90%;
}
