/* 1. Sequence Specific
=================================================================== */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

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

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

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

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

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

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * 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; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

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

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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 */ }

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
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.
 * 2. Address `box-sizing` set to `border-box` in Safari 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 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; }

/**
 * 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 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* Grid Settings
======================================================================================= */
/* 1. Neat Settings
=================================================================== */
/* 2. Neat Settings
=================================================================== */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* 1. Colors
=================================================================== */
#footer {
  clear: both;
  width: 100%;
  margin: 0;
  padding-top: 23px;
  text-align: center; }

/* Gallery Styles */
h3.section-title {
  margin-bottom: 0;
  font-family: "Georgia", serif;
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: normal;
  text-align: center; }

div.blurb {
  margin: 0 30%; }

@media screen and (max-width: 888px) {
  div.blurb {
    margin: 0 15%; } }
@media screen and (max-width: 480px) {
  div.blurb {
    margin: 0; } }
#gallery {
  background-color: white;
  padding-bottom: 0px; }

@media screen and (max-width: 480px) {
  #gallery {
    padding-bottom: 50px; } }
ul.gallery {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%; }

ul.gallery ul {
  margin: 0;
  padding: 0;
  list-style: none; }

ul.gallery li {
  text-align: center;
  margin: 0;
  padding: 0; }

ul.gallery li.gallery-item {
  margin: 40px 0 25px;
  position: relative;
  margin-left: 8.4375%;
  float: left;
  display: block;
  margin-right: 1.25%;
  width: 36.71875%; }

ul.gallery li.gallery-item:nth-child(2n) {
  margin-right: 0; }

ul.gallery li.gallery-item:nth-child(2n+1) {
  clear: left; }

ul.gallery li.gallery-item:last-child {
  margin-right: 0; }

@media screen and (max-width: 5000px) {
  ul.gallery li.gallery-item {
    margin-left: 4.21875%;
    float: left;
    display: block;
    margin-right: 1.25%;
    width: 91.5625%; }

  ul.gallery li.gallery-item:nth-child(2n) {
    margin-right: 1.25%; }

  ul.gallery li.gallery-item:nth-child(2n+1) {
    clear: none; }

  ul.gallery li.gallery-item:nth-child(1n) {
    margin-right: 0; }

  ul.gallery li.gallery-item:nth-child(1n+1) {
    clear: left; }

  ul.gallery li.gallery-item:last-child {
    margin-right: 0; } }
ul.gallery li.image {
  margin-bottom: 5px;
  position: relative; }

ul.gallery li.image img {
  z-index: 500;
  height: auto;
  max-width: 100%; }

ul.gallery li.image:after {
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  padding-top: 73%;
  z-index: 1000;
  position: absolute;
  top: -30px;
  left: -6%;
  height: 0px;
  width: 112%; }

@media screen and (max-width: 1050px) {
  ul.gallery li.image:after {
    left: -9.5%;
    top: -61px;
    height: 0px;
    width: 117%; } }
@media screen and (max-width: 800px) {
  ul.gallery li.image:after {
    top: -43px; } }
@media screen and (max-width: 480px) {
  ul.gallery li.image:after {
    top: -25px; } }
ul.gallery li.name {
  font-size: 1em; }

ul.gallery li.details, ul.gallery li.website {
  text-transform: uppercase; }

/* 2. Navigation
=================================================================== */
div.navbar:after {
  content: "";
  display: table;
  clear: both; }
div.navbar ul {
  float: left;
  display: block;
  margin-right: 33.33333%;
  width: 100%;
  margin: 3px;
  padding: 3px; }
  div.navbar ul:last-child {
    margin-right: 0; }
div.navbar li {
  float: left;
  display: block;
  margin-right: 9.09091%;
  width: 27.27273%;
  margin: 3px;
  padding: 3px;
  border: 1px solid #666666;
  text-align: center; }
  div.navbar li:last-child {
    margin-right: 0; }

/* 3. General
=================================================================== */
.class1 a:link {
  text-decoration: none;
  color: black; }
.class1 a:visited {
  text-decoration: none;
  color: black; }
.class1 a:active {
  text-decoration: none;
  color: black; }
.class1 a:hover {
  text-decoration: underline;
  color: blue; }

.wrapper {
  margin: 0 auto;
  max-width: 960px; }

.image-divider {
  height: 2px;
  border: none;
  background-color: #666666; }

.logo-container {
  margin: 10px;
  font-size: 2em;
  font-weight: bold;
  text-align: center; }
  .logo-container:after {
    content: "";
    display: table;
    clear: both; }

.image-container {
  margin: 10px; }
  .image-container:after {
    content: "";
    display: table;
    clear: both; }

.image-text {
  padding: 10px 0; }

.image-answer {
  overflow: visible; }

.option-row {
  display: table-row;
  clear: both;
  float: left;
  margin: 0px;
  padding: 2px 0px;
  background-color: white; }

.option-input {
  display: table-cell;
  float: left;
  padding: 0.5em 7px; }

.option-label {
  display: table-cell;
  padding: 0.5em 5px 0.5em 0;
  height: 2.2em;
  line-height: 1.0em;
  font-size: 1.0em; }

.option-label span {
  display: table-cell;
  vertical-align: middle; }

@media screen and (max-width: 768px) {
  body {
    font-size: 0.9em; }

  .wrapper {
    border: none; }

  textarea {
    display: block;
    width: 100%;
    height: 100px;
    padding: 0 0.5em;
    margin: 0 0 1.5em 0;
    border: 1px solid #333333;
    border-radius: 0.4em;
    font-size: 1em; }

  .text-entry {
    display: block;
    width: 100%;
    height: 2em;
    padding: 0 0.5em;
    margin: 0 0 1.5em 0;
    border: 1px solid #333333;
    border-radius: 0.4em;
    font-size: 1em; }

  .option-row {
    width: 100%;
    min-width: 282px;
    min-height: 43px;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: black; }

  .option-row:nth-of-type(1) {
    margin-top: 9px;
    padding-top: 3px;
    border: 1px solid black;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0; }

  .option-row:last-child {
    margin-bottom: 9px;
    padding-bottom: 3px;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: black;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px; } }
@media screen and (min-width: 769px) {
  body {
    background: #ffffff;
    font-size: 1em; } }
@media screen and (max-width: 768px) {
  .scale-container {
    margin: 2px 0;
    border: 1px solid black;
    background: white;
    border-radius: 0.4em; } }

.header-11:after {
  content: "";
  display: table;
  clear: both; }
@media screen and (max-width: 768px) {
  .header-11 {
    display: none; } }
@media screen and (min-width: 769px) {
  .header-11 .header-value {
    float: left;
    display: block;
    margin-right: 1.26582%;
    width: 44.3038%; }
    .header-11 .header-value:last-child {
      margin-right: 0; }
  .header-11 ul.responses-labels {
    float: left;
    display: block;
    margin-right: 1.26582%;
    width: 54.43038%;
    padding-left: 0; }
    .header-11 ul.responses-labels:last-child {
      margin-right: 0; }
  .header-11 li.labels {
    float: left;
    display: block;
    margin-right: 2.32558%;
    width: 6.97674%;
    text-align: center; }
    .header-11 li.labels:last-child {
      margin-right: 0; } }

.scale-11:after {
  content: "";
  display: table;
  clear: both; }
.scale-11 .row-value {
  margin: 0; }
@media screen and (max-width: 768px) {
  .scale-11 .row-value {
    float: left;
    display: block;
    margin-right: 33.33333%;
    width: 100%; }
    .scale-11 .row-value:last-child {
      margin-right: 0; }
    .scale-11 .row-value p {
      margin-bottom: 0; }
  .scale-11 ul.responses-holder {
    float: left;
    display: block;
    margin-right: 33.33333%;
    width: 100%;
    margin: 3px;
    padding: 3px; }
    .scale-11 ul.responses-holder:last-child {
      margin-right: 0; }
  .scale-11 li.responses {
    float: left;
    display: block;
    margin-right: 2.32558%;
    width: 6.97674%;
    text-align: center; }
    .scale-11 li.responses:last-child {
      margin-right: 0; }
  .scale-11 li.responses label {
    text-align: center; } }
@media screen and (min-width: 769px) {
  .scale-11 {
    border-top: 1px solid gray; }
    .scale-11 .row-value {
      float: left;
      display: block;
      margin-right: 1.26582%;
      width: 44.3038%; }
      .scale-11 .row-value:last-child {
        margin-right: 0; }
    .scale-11 ul.responses-holder {
      float: left;
      display: block;
      margin-right: 1.26582%;
      width: 54.43038%;
      padding-left: 0; }
      .scale-11 ul.responses-holder:last-child {
        margin-right: 0; }
    .scale-11 li.responses {
      float: left;
      display: block;
      margin-right: 2.32558%;
      width: 6.97674%;
      text-align: center; }
      .scale-11 li.responses:last-child {
        margin-right: 0; }
    .scale-11 li.responses label {
      display: none; } }

.header-10:after {
  content: "";
  display: table;
  clear: both; }
@media screen and (max-width: 768px) {
  .header-10 {
    display: none; } }
@media screen and (min-width: 769px) {
  .header-10 .header-value {
    float: left;
    display: block;
    margin-right: 1.26582%;
    width: 49.36709%; }
    .header-10 .header-value:last-child {
      margin-right: 0; }
  .header-10 ul.responses-labels {
    float: left;
    display: block;
    margin-right: 1.26582%;
    width: 49.36709%;
    padding-left: 0; }
    .header-10 ul.responses-labels:last-child {
      margin-right: 0; }
  .header-10 li.labels {
    float: left;
    display: block;
    margin-right: 2.5641%;
    width: 7.69231%;
    text-align: center; }
    .header-10 li.labels:last-child {
      margin-right: 0; } }

.scale-10:after {
  content: "";
  display: table;
  clear: both; }
.scale-10 .row-value {
  margin: 0; }
@media screen and (max-width: 768px) {
  .scale-10 .row-value {
    float: left;
    display: block;
    margin-right: 33.33333%;
    width: 100%; }
    .scale-10 .row-value:last-child {
      margin-right: 0; }
    .scale-10 .row-value p {
      margin-bottom: 0; }
  .scale-10 ul.responses-holder {
    float: left;
    display: block;
    margin-right: 33.33333%;
    width: 100%;
    margin: 3px;
    padding: 3px; }
    .scale-10 ul.responses-holder:last-child {
      margin-right: 0; }
  .scale-10 li.responses {
    float: left;
    display: block;
    margin-right: 2.5641%;
    width: 7.69231%;
    text-align: center; }
    .scale-10 li.responses:last-child {
      margin-right: 0; }
  .scale-10 li.responses label {
    text-align: center; } }
@media screen and (min-width: 769px) {
  .scale-10 {
    border-top: 1px solid gray; }
    .scale-10 .row-value {
      float: left;
      display: block;
      margin-right: 1.26582%;
      width: 49.36709%; }
      .scale-10 .row-value:last-child {
        margin-right: 0; }
    .scale-10 ul.responses-holder {
      float: left;
      display: block;
      margin-right: 1.26582%;
      width: 49.36709%;
      padding-left: 0; }
      .scale-10 ul.responses-holder:last-child {
        margin-right: 0; }
    .scale-10 li.responses {
      float: left;
      display: block;
      margin-right: 2.5641%;
      width: 7.69231%;
      text-align: center; }
      .scale-10 li.responses:last-child {
        margin-right: 0; }
    .scale-10 li.responses label {
      display: none; } }

.header-9:after {
  content: "";
  display: table;
  clear: both; }
@media screen and (max-width: 768px) {
  .header-9 {
    display: none; } }
@media screen and (min-width: 769px) {
  .header-9 .header-value {
    float: left;
    display: block;
    margin-right: 1.26582%;
    width: 54.43038%; }
    .header-9 .header-value:last-child {
      margin-right: 0; }
  .header-9 ul.responses-labels {
    float: left;
    display: block;
    margin-right: 1.26582%;
    width: 44.3038%;
    padding-left: 0; }
    .header-9 ul.responses-labels:last-child {
      margin-right: 0; }
  .header-9 li.labels {
    float: left;
    display: block;
    margin-right: 2.85714%;
    width: 8.57143%;
    text-align: center; }
    .header-9 li.labels:last-child {
      margin-right: 0; } }

.scale-9:after {
  content: "";
  display: table;
  clear: both; }
.scale-9 .row-value {
  margin: 0; }
@media screen and (max-width: 768px) {
  .scale-9 .row-value {
    float: left;
    display: block;
    margin-right: 33.33333%;
    width: 100%; }
    .scale-9 .row-value:last-child {
      margin-right: 0; }
    .scale-9 .row-value p {
      margin-bottom: 0; }
  .scale-9 ul.responses-holder {
    float: left;
    display: block;
    margin-right: 33.33333%;
    width: 100%;
    margin: 3px;
    padding: 3px; }
    .scale-9 ul.responses-holder:last-child {
      margin-right: 0; }
  .scale-9 li.responses {
    float: left;
    display: block;
    margin-right: 2.85714%;
    width: 8.57143%;
    text-align: center; }
    .scale-9 li.responses:last-child {
      margin-right: 0; }
  .scale-9 li.responses label {
    text-align: center; } }
@media screen and (min-width: 769px) {
  .scale-9 {
    border-top: 1px solid gray; }
    .scale-9 .row-value {
      float: left;
      display: block;
      margin-right: 1.26582%;
      width: 54.43038%; }
      .scale-9 .row-value:last-child {
        margin-right: 0; }
    .scale-9 ul.responses-holder {
      float: left;
      display: block;
      margin-right: 1.26582%;
      width: 44.3038%;
      padding-left: 0; }
      .scale-9 ul.responses-holder:last-child {
        margin-right: 0; }
    .scale-9 li.responses {
      float: left;
      display: block;
      margin-right: 2.85714%;
      width: 8.57143%;
      text-align: center; }
      .scale-9 li.responses:last-child {
        margin-right: 0; }
    .scale-9 li.responses label {
      display: none; } }

.header-8:after {
  content: "";
  display: table;
  clear: both; }
@media screen and (max-width: 768px) {
  .header-8 {
    display: none; } }
@media screen and (min-width: 769px) {
  .header-8 .header-value {
    float: left;
    display: block;
    margin-right: 1.26582%;
    width: 59.49367%; }
    .header-8 .header-value:last-child {
      margin-right: 0; }
  .header-8 ul.responses-labels {
    float: left;
    display: block;
    margin-right: 1.26582%;
    width: 39.24051%;
    padding-left: 0; }
    .header-8 ul.responses-labels:last-child {
      margin-right: 0; }
  .header-8 li.labels {
    float: left;
    display: block;
    margin-right: 3.22581%;
    width: 9.67742%;
    text-align: center; }
    .header-8 li.labels:last-child {
      margin-right: 0; } }

.scale-8:after {
  content: "";
  display: table;
  clear: both; }
.scale-8 .row-value {
  margin: 0; }
@media screen and (max-width: 768px) {
  .scale-8 .row-value {
    float: left;
    display: block;
    margin-right: 33.33333%;
    width: 100%; }
    .scale-8 .row-value:last-child {
      margin-right: 0; }
    .scale-8 .row-value p {
      margin-bottom: 0; }
  .scale-8 ul.responses-holder {
    float: left;
    display: block;
    margin-right: 33.33333%;
    width: 100%;
    margin: 3px;
    padding: 3px; }
    .scale-8 ul.responses-holder:last-child {
      margin-right: 0; }
  .scale-8 li.responses {
    float: left;
    display: block;
    margin-right: 3.22581%;
    width: 9.67742%;
    text-align: center; }
    .scale-8 li.responses:last-child {
      margin-right: 0; }
  .scale-8 li.responses label {
    text-align: center; } }
@media screen and (min-width: 769px) {
  .scale-8 {
    border-top: 1px solid gray; }
    .scale-8 .row-value {
      float: left;
      display: block;
      margin-right: 1.26582%;
      width: 59.49367%; }
      .scale-8 .row-value:last-child {
        margin-right: 0; }
    .scale-8 ul.responses-holder {
      float: left;
      display: block;
      margin-right: 1.26582%;
      width: 39.24051%;
      padding-left: 0; }
      .scale-8 ul.responses-holder:last-child {
        margin-right: 0; }
    .scale-8 li.responses {
      float: left;
      display: block;
      margin-right: 3.22581%;
      width: 9.67742%;
      text-align: center; }
      .scale-8 li.responses:last-child {
        margin-right: 0; }
    .scale-8 li.responses label {
      display: none; } }

.header-7:after {
  content: "";
  display: table;
  clear: both; }
@media screen and (max-width: 768px) {
  .header-7 {
    display: none; } }
@media screen and (min-width: 769px) {
  .header-7 .header-value {
    float: left;
    display: block;
    margin-right: 1.26582%;
    width: 64.55696%; }
    .header-7 .header-value:last-child {
      margin-right: 0; }
  .header-7 ul.responses-labels {
    float: left;
    display: block;
    margin-right: 1.26582%;
    width: 34.17722%;
    padding-left: 0; }
    .header-7 ul.responses-labels:last-child {
      margin-right: 0; }
  .header-7 li.labels {
    float: left;
    display: block;
    margin-right: 3.7037%;
    width: 11.11111%;
    text-align: center; }
    .header-7 li.labels:last-child {
      margin-right: 0; } }

.scale-7:after {
  content: "";
  display: table;
  clear: both; }
.scale-7 .row-value {
  margin: 0; }
@media screen and (max-width: 768px) {
  .scale-7 .row-value {
    float: left;
    display: block;
    margin-right: 33.33333%;
    width: 100%; }
    .scale-7 .row-value:last-child {
      margin-right: 0; }
    .scale-7 .row-value p {
      margin-bottom: 0; }
  .scale-7 ul.responses-holder {
    float: left;
    display: block;
    margin-right: 33.33333%;
    width: 100%;
    margin: 3px;
    padding: 3px; }
    .scale-7 ul.responses-holder:last-child {
      margin-right: 0; }
  .scale-7 li.responses {
    float: left;
    display: block;
    margin-right: 3.7037%;
    width: 11.11111%;
    text-align: center; }
    .scale-7 li.responses:last-child {
      margin-right: 0; }
  .scale-7 li.responses label {
    text-align: center; } }
@media screen and (min-width: 769px) {
  .scale-7 {
    border-top: 1px solid gray; }
    .scale-7 .row-value {
      float: left;
      display: block;
      margin-right: 1.26582%;
      width: 64.55696%; }
      .scale-7 .row-value:last-child {
        margin-right: 0; }
    .scale-7 ul.responses-holder {
      float: left;
      display: block;
      margin-right: 1.26582%;
      width: 34.17722%;
      padding-left: 0; }
      .scale-7 ul.responses-holder:last-child {
        margin-right: 0; }
    .scale-7 li.responses {
      float: left;
      display: block;
      margin-right: 3.7037%;
      width: 11.11111%;
      text-align: center; }
      .scale-7 li.responses:last-child {
        margin-right: 0; }
    .scale-7 li.responses label {
      display: none; } }

.header-6:after {
  content: "";
  display: table;
  clear: both; }
@media screen and (max-width: 768px) {
  .header-6 {
    display: none; } }
@media screen and (min-width: 769px) {
  .header-6 .header-value {
    float: left;
    display: block;
    margin-right: 1.26582%;
    width: 39.24051%; }
    .header-6 .header-value:last-child {
      margin-right: 0; }
  .header-6 ul.responses-labels {
    float: left;
    display: block;
    margin-right: 1.26582%;
    width: 59.49367%;
    padding-left: 0; }
    .header-6 ul.responses-labels:last-child {
      margin-right: 0; }
  .header-6 li.labels {
    float: left;
    display: block;
    margin-right: 4.34783%;
    width: 13.04348%;
    text-align: center; }
    .header-6 li.labels:last-child {
      margin-right: 0; } }

.scale-6:after {
  content: "";
  display: table;
  clear: both; }
.scale-6 .row-value {
  margin: 0; }
@media screen and (max-width: 768px) {
  .scale-6 .row-value {
    float: left;
    display: block;
    margin-right: 33.33333%;
    width: 100%; }
    .scale-6 .row-value:last-child {
      margin-right: 0; }
    .scale-6 .row-value p {
      margin-bottom: 0; }
  .scale-6 ul.responses-holder {
    float: left;
    display: block;
    margin-right: 33.33333%;
    width: 100%;
    margin: 3px;
    padding: 3px; }
    .scale-6 ul.responses-holder:last-child {
      margin-right: 0; }
  .scale-6 li.responses {
    float: left;
    display: block;
    margin-right: 4.34783%;
    width: 13.04348%;
    text-align: center; }
    .scale-6 li.responses:last-child {
      margin-right: 0; }
  .scale-6 li.responses label {
    text-align: center; } }
@media screen and (min-width: 769px) {
  .scale-6 {
    border-top: 1px solid gray; }
    .scale-6 .row-value {
      float: left;
      display: block;
      margin-right: 1.26582%;
      width: 39.24051%; }
      .scale-6 .row-value:last-child {
        margin-right: 0; }
    .scale-6 ul.responses-holder {
      float: left;
      display: block;
      margin-right: 1.26582%;
      width: 59.49367%;
      padding-left: 0; }
      .scale-6 ul.responses-holder:last-child {
        margin-right: 0; }
    .scale-6 li.responses {
      float: left;
      display: block;
      margin-right: 4.34783%;
      width: 13.04348%;
      text-align: center; }
      .scale-6 li.responses:last-child {
        margin-right: 0; }
    .scale-6 li.responses label {
      display: none; } }

.header-5:after {
  content: "";
  display: table;
  clear: both; }
@media screen and (max-width: 768px) {
  .header-5 {
    display: none; } }
@media screen and (min-width: 769px) {
  .header-5 .header-value {
    float: left;
    display: block;
    margin-right: 1.26582%;
    width: 49.36709%; }
    .header-5 .header-value:last-child {
      margin-right: 0; }
  .header-5 ul.responses-labels {
    float: left;
    display: block;
    margin-right: 1.26582%;
    width: 49.36709%;
    padding-left: 0; }
    .header-5 ul.responses-labels:last-child {
      margin-right: 0; }
  .header-5 li.labels {
    float: left;
    display: block;
    margin-right: 5.26316%;
    width: 15.78947%;
    text-align: center; }
    .header-5 li.labels:last-child {
      margin-right: 0; } }

.scale-5:after {
  content: "";
  display: table;
  clear: both; }
.scale-5 .row-value {
  margin: 0; }
@media screen and (max-width: 768px) {
  .scale-5 .row-value {
    float: left;
    display: block;
    margin-right: 33.33333%;
    width: 100%; }
    .scale-5 .row-value:last-child {
      margin-right: 0; }
    .scale-5 .row-value p {
      margin-bottom: 0; }
  .scale-5 ul.responses-holder {
    float: left;
    display: block;
    margin-right: 33.33333%;
    width: 100%;
    margin: 3px;
    padding: 3px; }
    .scale-5 ul.responses-holder:last-child {
      margin-right: 0; }
  .scale-5 li.responses {
    float: left;
    display: block;
    margin-right: 5.26316%;
    width: 15.78947%;
    text-align: center; }
    .scale-5 li.responses:last-child {
      margin-right: 0; }
  .scale-5 li.responses label {
    text-align: center; } }
@media screen and (min-width: 769px) {
  .scale-5 {
    border-top: 1px solid gray; }
    .scale-5 .row-value {
      float: left;
      display: block;
      margin-right: 1.26582%;
      width: 49.36709%; }
      .scale-5 .row-value:last-child {
        margin-right: 0; }
    .scale-5 ul.responses-holder {
      float: left;
      display: block;
      margin-right: 1.26582%;
      width: 49.36709%;
      padding-left: 0; }
      .scale-5 ul.responses-holder:last-child {
        margin-right: 0; }
    .scale-5 li.responses {
      float: left;
      display: block;
      margin-right: 5.26316%;
      width: 15.78947%;
      text-align: center; }
      .scale-5 li.responses:last-child {
        margin-right: 0; }
    .scale-5 li.responses label {
      display: none; } }

.header-4:after {
  content: "";
  display: table;
  clear: both; }
@media screen and (max-width: 768px) {
  .header-4 {
    display: none; } }
@media screen and (min-width: 769px) {
  .header-4 .header-value {
    float: left;
    display: block;
    margin-right: 1.26582%;
    width: 59.49367%; }
    .header-4 .header-value:last-child {
      margin-right: 0; }
  .header-4 ul.responses-labels {
    float: left;
    display: block;
    margin-right: 1.26582%;
    width: 39.24051%;
    padding-left: 0; }
    .header-4 ul.responses-labels:last-child {
      margin-right: 0; }
  .header-4 li.labels {
    float: left;
    display: block;
    margin-right: 6.66667%;
    width: 20%;
    text-align: center; }
    .header-4 li.labels:last-child {
      margin-right: 0; } }

.scale-4:after {
  content: "";
  display: table;
  clear: both; }
.scale-4 .row-value {
  margin: 0; }
@media screen and (max-width: 768px) {
  .scale-4 .row-value {
    float: left;
    display: block;
    margin-right: 33.33333%;
    width: 100%; }
    .scale-4 .row-value:last-child {
      margin-right: 0; }
    .scale-4 .row-value p {
      margin-bottom: 0; }
  .scale-4 ul.responses-holder {
    float: left;
    display: block;
    margin-right: 33.33333%;
    width: 100%;
    margin: 3px;
    padding: 3px; }
    .scale-4 ul.responses-holder:last-child {
      margin-right: 0; }
  .scale-4 li.responses {
    float: left;
    display: block;
    margin-right: 6.66667%;
    width: 20%;
    text-align: center; }
    .scale-4 li.responses:last-child {
      margin-right: 0; }
  .scale-4 li.responses label {
    text-align: center; } }
@media screen and (min-width: 769px) {
  .scale-4 {
    border-top: 1px solid gray; }
    .scale-4 .row-value {
      float: left;
      display: block;
      margin-right: 1.26582%;
      width: 59.49367%; }
      .scale-4 .row-value:last-child {
        margin-right: 0; }
    .scale-4 ul.responses-holder {
      float: left;
      display: block;
      margin-right: 1.26582%;
      width: 39.24051%;
      padding-left: 0; }
      .scale-4 ul.responses-holder:last-child {
        margin-right: 0; }
    .scale-4 li.responses {
      float: left;
      display: block;
      margin-right: 6.66667%;
      width: 20%;
      text-align: center; }
      .scale-4 li.responses:last-child {
        margin-right: 0; }
    .scale-4 li.responses label {
      display: none; } }

.header-3:after {
  content: "";
  display: table;
  clear: both; }
@media screen and (max-width: 768px) {
  .header-3 {
    display: none; } }
@media screen and (min-width: 769px) {
  .header-3 .header-value {
    float: left;
    display: block;
    margin-right: 1.26582%;
    width: 54.43038%; }
    .header-3 .header-value:last-child {
      margin-right: 0; }
  .header-3 ul.responses-labels {
    float: left;
    display: block;
    margin-right: 1.26582%;
    width: 44.3038%;
    padding-left: 0; }
    .header-3 ul.responses-labels:last-child {
      margin-right: 0; }
  .header-3 li.labels {
    float: left;
    display: block;
    margin-right: 9.09091%;
    width: 27.27273%;
    text-align: center; }
    .header-3 li.labels:last-child {
      margin-right: 0; } }

.scale-3:after {
  content: "";
  display: table;
  clear: both; }
.scale-3 .row-value {
  margin: 0; }
@media screen and (max-width: 768px) {
  .scale-3 .row-value {
    float: left;
    display: block;
    margin-right: 33.33333%;
    width: 100%; }
    .scale-3 .row-value:last-child {
      margin-right: 0; }
    .scale-3 .row-value p {
      margin-bottom: 0; }
  .scale-3 ul.responses-holder {
    float: left;
    display: block;
    margin-right: 33.33333%;
    width: 100%;
    margin: 3px;
    padding: 3px; }
    .scale-3 ul.responses-holder:last-child {
      margin-right: 0; }
  .scale-3 li.responses {
    float: left;
    display: block;
    margin-right: 9.09091%;
    width: 27.27273%;
    text-align: center; }
    .scale-3 li.responses:last-child {
      margin-right: 0; }
  .scale-3 li.responses label {
    text-align: center; } }
@media screen and (min-width: 769px) {
  .scale-3 {
    border-top: 1px solid gray; }
    .scale-3 .row-value {
      float: left;
      display: block;
      margin-right: 1.26582%;
      width: 54.43038%; }
      .scale-3 .row-value:last-child {
        margin-right: 0; }
    .scale-3 ul.responses-holder {
      float: left;
      display: block;
      margin-right: 1.26582%;
      width: 44.3038%;
      padding-left: 0; }
      .scale-3 ul.responses-holder:last-child {
        margin-right: 0; }
    .scale-3 li.responses {
      float: left;
      display: block;
      margin-right: 9.09091%;
      width: 27.27273%;
      text-align: center; }
      .scale-3 li.responses:last-child {
        margin-right: 0; }
    .scale-3 li.responses label {
      display: none; } }

.header-2:after {
  content: "";
  display: table;
  clear: both; }
@media screen and (max-width: 768px) {
  .header-2 {
    display: none; } }
@media screen and (min-width: 769px) {
  .header-2 .header-value {
    float: left;
    display: block;
    margin-right: 1.26582%;
    width: 69.62025%; }
    .header-2 .header-value:last-child {
      margin-right: 0; }
  .header-2 ul.responses-labels {
    float: left;
    display: block;
    margin-right: 1.26582%;
    width: 29.11392%;
    padding-left: 0; }
    .header-2 ul.responses-labels:last-child {
      margin-right: 0; }
  .header-2 li.labels {
    float: left;
    display: block;
    margin-right: 14.28571%;
    width: 42.85714%;
    text-align: center; }
    .header-2 li.labels:last-child {
      margin-right: 0; } }

.scale-2:after {
  content: "";
  display: table;
  clear: both; }
.scale-2 .row-value {
  margin: 0; }
@media screen and (max-width: 768px) {
  .scale-2 .row-value {
    float: left;
    display: block;
    margin-right: 33.33333%;
    width: 100%; }
    .scale-2 .row-value:last-child {
      margin-right: 0; }
    .scale-2 .row-value p {
      margin-bottom: 0; }
  .scale-2 ul.responses-holder {
    float: left;
    display: block;
    margin-right: 33.33333%;
    width: 100%;
    margin: 2px;
    padding: 2px; }
    .scale-2 ul.responses-holder:last-child {
      margin-right: 0; }
  .scale-2 li.responses {
    float: left;
    display: block;
    margin-right: 14.28571%;
    width: 42.85714%;
    text-align: center; }
    .scale-2 li.responses:last-child {
      margin-right: 0; }
  .scale-2 li.responses label {
    text-align: center; } }
@media screen and (min-width: 769px) {
  .scale-2 {
    border-top: 1px solid gray; }
    .scale-2 .row-value {
      float: left;
      display: block;
      margin-right: 1.26582%;
      width: 69.62025%; }
      .scale-2 .row-value:last-child {
        margin-right: 0; }
    .scale-2 ul.responses-holder {
      float: left;
      display: block;
      margin-right: 1.26582%;
      width: 29.11392%;
      padding-left: 0; }
      .scale-2 ul.responses-holder:last-child {
        margin-right: 0; }
    .scale-2 li.responses {
      float: left;
      display: block;
      margin-right: 14.28571%;
      width: 42.85714%;
      text-align: center; }
      .scale-2 li.responses:last-child {
        margin-right: 0; }
    .scale-2 li.responses label {
      display: none; } }

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