/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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,
menu,
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/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
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 {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
/**
 * 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.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

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

@font-face {
  font-family: "hexa";
  src: url(/media/css/reviewroom/layouts/hexa/fonts/hexa.eot);
  src: url(/media/css/reviewroom/layouts/hexa/fonts/hexa.eot?#iefix) format("embedded-opentype"), url(/media/css/reviewroom/layouts/hexa/fonts/hexa.woff) format("woff"), url(/media/css/reviewroom/layouts/hexa/fonts/hexa.ttf) format("truetype"), url(/media/css/reviewroom/layouts/hexa/fonts/hexa.svg#hexa) format("svg");
  font-weight: normal;
  font-style: normal; }
[data-icon]:before {
  font-family: "hexa" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "hexa" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html, body {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; }

body {
  color: #323b3d; }

#main {
  font-weight: 300; }

p, li {
  line-height: 1.9;
  font-weight: 300; }

a {
  text-decoration: none;
  color: #19A9E5;
  -moz-transition: color 0.1s ease-in;
  -o-transition: color 0.1s ease-in;
  -webkit-transition: color 0.1s ease-in;
  transition: color 0.1s ease-in; }
  a:hover {
    color: #46baeb; }

h1 {
  font-weight: 500; }
  h1 small {
    font-weight: 300; }

h2 {
  font-weight: 500; }
  h2.round-title {
    font-weight: 400; }

h3 {
  font-weight: 400; }

.anon-combine input {
  margin-top: 10px; }

.CodeMirror {
  line-height: 1em;
  font-family: monospace; }

.CodeMirror-scroll {
  overflow: auto;
  height: 300px;
  /* This is needed to prevent an IE[67] bug where the scrolled content
     is visible outside of the scrolling box. */
  position: relative;
  outline: none; }

.CodeMirror-gutter {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  background-color: #f7f7f7;
  border-right: 1px solid #eee;
  min-width: 2em;
  height: 100%; }

.CodeMirror-gutter-text {
  color: #aaa;
  text-align: right;
  padding: .4em .2em .4em .4em;
  white-space: pre !important; }

.CodeMirror-lines {
  padding: .4em;
  white-space: pre; }

.CodeMirror pre {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border-width: 0;
  margin: 0;
  padding: 0;
  background: transparent;
  font-family: inherit;
  font-size: inherit;
  padding: 0;
  margin: 0;
  white-space: pre;
  word-wrap: normal; }

.CodeMirror-wrap pre {
  word-wrap: break-word;
  white-space: pre-wrap; }

.CodeMirror-wrap .CodeMirror-scroll {
  overflow-x: hidden; }

.CodeMirror textarea {
  outline: none !important; }

.CodeMirror pre.CodeMirror-cursor {
  z-index: 10;
  position: absolute;
  visibility: hidden;
  border-left: 1px solid black;
  border-right: none;
  width: 0; }

.CodeMirror-focused pre.CodeMirror-cursor {
  visibility: visible; }

div.CodeMirror-selected {
  background: #d9d9d9; }

.CodeMirror-focused div.CodeMirror-selected {
  background: #d7d4f0; }

.CodeMirror-searching {
  background: #ffa;
  background: rgba(255, 255, 0, 0.4); }

/* Default theme */
.cm-s-default span.cm-keyword {
  color: #708; }

.cm-s-default span.cm-atom {
  color: #219; }

.cm-s-default span.cm-number {
  color: #164; }

.cm-s-default span.cm-def {
  color: #00f; }

.cm-s-default span.cm-variable {
  color: black; }

.cm-s-default span.cm-variable-2 {
  color: #05a; }

.cm-s-default span.cm-variable-3 {
  color: #085; }

.cm-s-default span.cm-property {
  color: black; }

.cm-s-default span.cm-operator {
  color: black; }

.cm-s-default span.cm-comment {
  color: #a50; }

.cm-s-default span.cm-string {
  color: #a11; }

.cm-s-default span.cm-string-2 {
  color: #f50; }

.cm-s-default span.cm-meta {
  color: #555; }

.cm-s-default span.cm-error {
  color: #f00; }

.cm-s-default span.cm-qualifier {
  color: #555; }

.cm-s-default span.cm-builtin {
  color: #30a; }

.cm-s-default span.cm-bracket {
  color: #cc7; }

.cm-s-default span.cm-tag {
  color: #170; }

.cm-s-default span.cm-attribute {
  color: #00c; }

.cm-s-default span.cm-header {
  color: #a0a; }

.cm-s-default span.cm-quote {
  color: #090; }

.cm-s-default span.cm-hr {
  color: #999; }

.cm-s-default span.cm-link {
  color: #00c; }

span.cm-header, span.cm-strong {
  font-weight: bold; }

span.cm-em {
  font-style: italic; }

span.cm-emstrong {
  font-style: italic;
  font-weight: bold; }

span.cm-link {
  text-decoration: underline; }

div.CodeMirror span.CodeMirror-matchingbracket {
  color: #0f0; }

div.CodeMirror span.CodeMirror-nonmatchingbracket {
  color: #f22; }

.colorpicker {
  width: 356px;
  height: 176px;
  z-index: 2001;
  overflow: hidden;
  position: absolute;
  background: url(/media/img/colorpicker/colorpicker_background.png);
  font-family: Arial, Helvetica, sans-serif;
  display: none; }

.colorpicker_color {
  width: 150px;
  height: 150px;
  left: 14px;
  top: 13px;
  position: absolute;
  background: #f00;
  overflow: hidden;
  cursor: crosshair; }

.colorpicker_color div {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 150px;
  background: url(/media/img/colorpicker/colorpicker_overlay.png); }

.colorpicker_color div div {
  position: absolute;
  top: 0;
  left: 0;
  width: 11px;
  height: 11px;
  overflow: hidden;
  background: url(/media/img/colorpicker/colorpicker_select.gif);
  margin: -5px 0 0 -5px; }

.colorpicker_hue {
  position: absolute;
  top: 13px;
  left: 171px;
  width: 35px;
  height: 150px;
  cursor: n-resize; }

.colorpicker_hue div {
  position: absolute;
  width: 35px;
  height: 9px;
  overflow: hidden;
  background: url(/media/img/colorpicker/colorpicker_indic.gif) left top;
  margin: -4px 0 0 0;
  left: 0px; }

.colorpicker_new_color {
  position: absolute;
  width: 60px;
  height: 30px;
  left: 213px;
  top: 13px;
  background: #f00; }

.colorpicker_current_color {
  position: absolute;
  width: 60px;
  height: 30px;
  left: 283px;
  top: 13px;
  background: #f00; }

.colorpicker input {
  background-color: transparent;
  border: 1px solid transparent;
  position: absolute;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
  color: #898989;
  top: 4px;
  right: 11px;
  text-align: right;
  margin: 0;
  padding: 0;
  height: 11px;
  outline: none;
  z-index: 100;
  width: 50px; }

.colorpicker_hex {
  position: absolute;
  width: 72px;
  height: 22px;
  background: url(/media/img/colorpicker/colorpicker_hex.png) top;
  left: 212px;
  top: 142px; }

.colorpicker_hex input {
  right: 6px; }

.colorpicker_field {
  height: 22px;
  width: 62px;
  background-position: top;
  position: absolute; }

.colorpicker_field span {
  position: absolute;
  width: 12px;
  height: 22px;
  overflow: hidden;
  top: 0;
  right: 0;
  cursor: n-resize; }

.colorpicker_rgb_r {
  background-image: url(/media/img/colorpicker/colorpicker_rgb_r.png);
  top: 52px;
  left: 212px; }

.colorpicker_rgb_g {
  background-image: url(/media/img/colorpicker/colorpicker_rgb_g.png);
  top: 82px;
  left: 212px; }

.colorpicker_rgb_b {
  background-image: url(/media/img/colorpicker/colorpicker_rgb_b.png);
  top: 112px;
  left: 212px; }

.colorpicker_hsb_h {
  background-image: url(/media/img/colorpicker/colorpicker_hsb_h.png);
  top: 52px;
  left: 282px; }

.colorpicker_hsb_s {
  background-image: url(/media/img/colorpicker/colorpicker_hsb_s.png);
  top: 82px;
  left: 282px; }

.colorpicker_hsb_b {
  background-image: url(/media/img/colorpicker/colorpicker_hsb_b.png);
  top: 112px;
  left: 282px; }

.colorpicker_submit {
  position: absolute;
  width: 22px;
  height: 22px;
  background: url(/media/img/colorpicker/colorpicker_submit.png) top;
  left: 322px;
  top: 142px;
  overflow: hidden; }

.colorpicker_focus {
  background-position: center; }

.colorpicker_hex.colorpicker_focus {
  background-position: bottom; }

.colorpicker_submit.colorpicker_focus {
  background-position: bottom; }

.colorpicker_slider {
  background-position: bottom; }

/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(/media/fonts/fontawesome-webfont.eot);
  src: url(/media/fonts/fontawesome-webfont.eot) format("embedded-opentype"), url(/media/fonts/fontawesome-webfont.woff) format("woff"), url(/media/fonts/fontawesome-webfont.ttf) format("truetype"), url(/media/fonts/fontawesome-webfont.svg) format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.2857142857142858em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.142857142857143em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  top: 0.14285714285714285em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.8571428571428572em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear; }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg); } }
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg); } }
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg); }
  100% {
    -o-transform: rotate(359deg); } }
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(359deg); } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1); }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #ffffff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before,
.fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before,
.fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before,
.fa-users:before {
  content: "\f0c0"; }

.fa-chain:before,
.fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before,
.fa-sort-asc:before {
  content: "\f0dd"; }

.fa-sort-up:before,
.fa-sort-desc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-mail-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before,
.fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before,
.fa-usd:before {
  content: "\f155"; }

.fa-rupee:before,
.fa-inr:before {
  content: "\f156"; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"; }

.fa-won:before,
.fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

@-webkit-keyframes ROTATE {
  from {
    -webkit-transform: rotate(0); }
  to {
    -webkit-transform: rotate(360deg); } }
@-moz-keyframes ROTATE {
  from {
    -moz-transform: rotate(0); }
  to {
    -moz-transform: rotate(360deg); } }
@-ms-keyframes ROTATE {
  from {
    -ms-transform: rotate(0); }
  to {
    -ms-transform: rotate(360deg); } }
@-o-keyframes ROTATE {
  from {
    -o-transform: rotate(0); }
  to {
    -o-transform: rotate(360deg); } }
@keyframes ROTATE {
  from {
    transform: rotate(0); }
  to {
    transform: rotate(360deg); } }
.fa-refresh.loading {
  -webkit-animation: ROTATE 2s linear infinite;
  -moz-animation: ROTATE 2s linear infinite;
  -ms-animation: ROTATE 2s linear infinite;
  -o-animation: ROTATE 2s linear infinite;
  animation: ROTATE 2s linear infinite; }

meta.foundation-version {
  font-family: "/{{VERSION}}/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.0625em)/";
  width: 40.0625em; }

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.0625em) and (max-width:64em)/";
  width: 40.0625em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.0625em)/";
  width: 64.0625em; }

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.0625em) and (max-width:90em)/";
  width: 64.0625em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.0625em)/";
  width: 90.0625em; }

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.0625em) and (max-width:120em)/";
  width: 90.0625em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.0625em)/";
  width: 120.0625em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  font-size: 100%; }

body {
  background: #fff;
  color: #222;
  cursor: auto;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative; }

a:hover {
  cursor: pointer; }

img {
  max-width: 100%;
  height: auto; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.hide {
  display: none; }

.invisible {
  visibility: hidden; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

.row {
  margin: 0 auto;
  max-width: 73.75rem;
  width: 100%; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse > .column,
  .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row .row {
    margin: 0 -0.9375rem;
    max-width: none;
    width: auto; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      margin: 0;
      max-width: none;
      width: auto; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

.column,
.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left; }

.column + .column:last-child,
.columns + .column:last-child, .column +
.columns:last-child,
.columns +
.columns:last-child {
  float: right; }
.column + .column.end,
.columns + .column.end, .column +
.columns.end,
.columns +
.columns.end {
  float: left; }

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0;
    right: auto; }

  .small-pull-0 {
    position: relative;
    right: 0;
    left: auto; }

  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }

  .small-1 {
    width: 8.33333%; }

  .small-2 {
    width: 16.66667%; }

  .small-3 {
    width: 25%; }

  .small-4 {
    width: 33.33333%; }

  .small-5 {
    width: 41.66667%; }

  .small-6 {
    width: 50%; }

  .small-7 {
    width: 58.33333%; }

  .small-8 {
    width: 66.66667%; }

  .small-9 {
    width: 75%; }

  .small-10 {
    width: 83.33333%; }

  .small-11 {
    width: 91.66667%; }

  .small-12 {
    width: 100%; }

  .small-offset-0 {
    margin-left: 0 !important; }

  .small-offset-1 {
    margin-left: 8.33333% !important; }

  .small-offset-2 {
    margin-left: 16.66667% !important; }

  .small-offset-3 {
    margin-left: 25% !important; }

  .small-offset-4 {
    margin-left: 33.33333% !important; }

  .small-offset-5 {
    margin-left: 41.66667% !important; }

  .small-offset-6 {
    margin-left: 50% !important; }

  .small-offset-7 {
    margin-left: 58.33333% !important; }

  .small-offset-8 {
    margin-left: 66.66667% !important; }

  .small-offset-9 {
    margin-left: 75% !important; }

  .small-offset-10 {
    margin-left: 83.33333% !important; }

  .small-offset-11 {
    margin-left: 91.66667% !important; }

  .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }

  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.small-uncentered,
  .columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }

  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none; }

  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left; }

  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right; }

  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; } }
@media only screen and (min-width: 40.0625em) {
  .medium-push-0 {
    position: relative;
    left: 0;
    right: auto; }

  .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto; }

  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }

  .medium-1 {
    width: 8.33333%; }

  .medium-2 {
    width: 16.66667%; }

  .medium-3 {
    width: 25%; }

  .medium-4 {
    width: 33.33333%; }

  .medium-5 {
    width: 41.66667%; }

  .medium-6 {
    width: 50%; }

  .medium-7 {
    width: 58.33333%; }

  .medium-8 {
    width: 66.66667%; }

  .medium-9 {
    width: 75%; }

  .medium-10 {
    width: 83.33333%; }

  .medium-11 {
    width: 91.66667%; }

  .medium-12 {
    width: 100%; }

  .medium-offset-0 {
    margin-left: 0 !important; }

  .medium-offset-1 {
    margin-left: 8.33333% !important; }

  .medium-offset-2 {
    margin-left: 16.66667% !important; }

  .medium-offset-3 {
    margin-left: 25% !important; }

  .medium-offset-4 {
    margin-left: 33.33333% !important; }

  .medium-offset-5 {
    margin-left: 41.66667% !important; }

  .medium-offset-6 {
    margin-left: 50% !important; }

  .medium-offset-7 {
    margin-left: 58.33333% !important; }

  .medium-offset-8 {
    margin-left: 66.66667% !important; }

  .medium-offset-9 {
    margin-left: 75% !important; }

  .medium-offset-10 {
    margin-left: 83.33333% !important; }

  .medium-offset-11 {
    margin-left: 91.66667% !important; }

  .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }

  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.medium-uncentered,
  .columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }

  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none; }

  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left; }

  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right; }

  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }

  .push-0 {
    position: relative;
    left: 0;
    right: auto; }

  .pull-0 {
    position: relative;
    right: 0;
    left: auto; }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }
@media only screen and (min-width: 64.0625em) {
  .large-push-0 {
    position: relative;
    left: 0;
    right: auto; }

  .large-pull-0 {
    position: relative;
    right: 0;
    left: auto; }

  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }

  .large-1 {
    width: 8.33333%; }

  .large-2 {
    width: 16.66667%; }

  .large-3 {
    width: 25%; }

  .large-4 {
    width: 33.33333%; }

  .large-5 {
    width: 41.66667%; }

  .large-6 {
    width: 50%; }

  .large-7 {
    width: 58.33333%; }

  .large-8 {
    width: 66.66667%; }

  .large-9 {
    width: 75%; }

  .large-10 {
    width: 83.33333%; }

  .large-11 {
    width: 91.66667%; }

  .large-12 {
    width: 100%; }

  .large-offset-0 {
    margin-left: 0 !important; }

  .large-offset-1 {
    margin-left: 8.33333% !important; }

  .large-offset-2 {
    margin-left: 16.66667% !important; }

  .large-offset-3 {
    margin-left: 25% !important; }

  .large-offset-4 {
    margin-left: 33.33333% !important; }

  .large-offset-5 {
    margin-left: 41.66667% !important; }

  .large-offset-6 {
    margin-left: 50% !important; }

  .large-offset-7 {
    margin-left: 58.33333% !important; }

  .large-offset-8 {
    margin-left: 66.66667% !important; }

  .large-offset-9 {
    margin-left: 75% !important; }

  .large-offset-10 {
    margin-left: 83.33333% !important; }

  .large-offset-11 {
    margin-left: 91.66667% !important; }

  .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }

  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.large-uncentered,
  .columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }

  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none; }

  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left; }

  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right; }

  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }

  .push-0 {
    position: relative;
    left: 0;
    right: auto; }

  .pull-0 {
    position: relative;
    right: 0;
    left: auto; }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }
[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem; }
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table; }
  [class*="block-grid-"]:after {
    clear: both; }
  [class*="block-grid-"] > li {
    display: block;
    float: left;
    height: auto;
    padding: 0 0.625rem 1.25rem; }

@media only screen {
  .small-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    .small-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  .small-block-grid-2 > li {
    list-style: none;
    width: 50%; }
    .small-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  .small-block-grid-3 > li {
    list-style: none;
    width: 33.33333%; }
    .small-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  .small-block-grid-4 > li {
    list-style: none;
    width: 25%; }
    .small-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  .small-block-grid-5 > li {
    list-style: none;
    width: 20%; }
    .small-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  .small-block-grid-6 > li {
    list-style: none;
    width: 16.66667%; }
    .small-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  .small-block-grid-7 > li {
    list-style: none;
    width: 14.28571%; }
    .small-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  .small-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }
    .small-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  .small-block-grid-9 > li {
    list-style: none;
    width: 11.11111%; }
    .small-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  .small-block-grid-10 > li {
    list-style: none;
    width: 10%; }
    .small-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  .small-block-grid-11 > li {
    list-style: none;
    width: 9.09091%; }
    .small-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  .small-block-grid-12 > li {
    list-style: none;
    width: 8.33333%; }
    .small-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }
@media only screen and (min-width: 40.0625em) {
  .medium-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    .medium-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  .medium-block-grid-2 > li {
    list-style: none;
    width: 50%; }
    .medium-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  .medium-block-grid-3 > li {
    list-style: none;
    width: 33.33333%; }
    .medium-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  .medium-block-grid-4 > li {
    list-style: none;
    width: 25%; }
    .medium-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  .medium-block-grid-5 > li {
    list-style: none;
    width: 20%; }
    .medium-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  .medium-block-grid-6 > li {
    list-style: none;
    width: 16.66667%; }
    .medium-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  .medium-block-grid-7 > li {
    list-style: none;
    width: 14.28571%; }
    .medium-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  .medium-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }
    .medium-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  .medium-block-grid-9 > li {
    list-style: none;
    width: 11.11111%; }
    .medium-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  .medium-block-grid-10 > li {
    list-style: none;
    width: 10%; }
    .medium-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  .medium-block-grid-11 > li {
    list-style: none;
    width: 9.09091%; }
    .medium-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  .medium-block-grid-12 > li {
    list-style: none;
    width: 8.33333%; }
    .medium-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }
@media only screen and (min-width: 64.0625em) {
  .large-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    .large-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  .large-block-grid-2 > li {
    list-style: none;
    width: 50%; }
    .large-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  .large-block-grid-3 > li {
    list-style: none;
    width: 33.33333%; }
    .large-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  .large-block-grid-4 > li {
    list-style: none;
    width: 25%; }
    .large-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  .large-block-grid-5 > li {
    list-style: none;
    width: 20%; }
    .large-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  .large-block-grid-6 > li {
    list-style: none;
    width: 16.66667%; }
    .large-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  .large-block-grid-7 > li {
    list-style: none;
    width: 14.28571%; }
    .large-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  .large-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }
    .large-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  .large-block-grid-9 > li {
    list-style: none;
    width: 11.11111%; }
    .large-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  .large-block-grid-10 > li {
    list-style: none;
    width: 10%; }
    .large-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  .large-block-grid-11 > li {
    list-style: none;
    width: 9.09091%; }
    .large-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  .large-block-grid-12 > li {
    list-style: none;
    width: 8.33333%; }
    .large-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }
/* small displays */
@media only screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }

  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }

  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }

  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }

  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }

  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }

  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }

  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }
/* medium displays */
@media only screen and (min-width: 40.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }
/* large displays */
@media only screen and (min-width: 64.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }
/* xlarge displays */
@media only screen and (min-width: 90.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }
/* xxlarge displays */
@media only screen and (min-width: 120.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }
/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important; }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table !important; }

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important; }

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important; }

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important; }

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important; }

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important; }

  .hide-for-landscape,
  .show-for-portrait {
    display: none !important; }

  /* Specific visibility for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table !important; }

  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important; }

  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important; }

  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important; }

  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important; } }
@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important; }

  .hide-for-portrait,
  .show-for-landscape {
    display: none !important; }

  /* Specific visibility for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table !important; }

  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important; }

  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important; }

  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important; }

  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important; } }
/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important; }

.hide-for-touch {
  display: inherit !important; }

.touch .show-for-touch {
  display: inherit !important; }

.touch .hide-for-touch {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-touch {
  display: table !important; }

.touch table.show-for-touch {
  display: table !important; }

thead.hide-for-touch {
  display: table-header-group !important; }

.touch thead.show-for-touch {
  display: table-header-group !important; }

tbody.hide-for-touch {
  display: table-row-group !important; }

.touch tbody.show-for-touch {
  display: table-row-group !important; }

tr.hide-for-touch {
  display: table-row !important; }

.touch tr.show-for-touch {
  display: table-row !important; }

td.hide-for-touch {
  display: table-cell !important; }

.touch td.show-for-touch {
  display: table-cell !important; }

th.hide-for-touch {
  display: table-cell !important; }

.touch th.show-for-touch {
  display: table-cell !important; }

/* Screen reader-specific classes */
.show-for-sr {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }

.show-on-focus {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }
  .show-on-focus:focus, .show-on-focus:active {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
.print-only {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: #000000 !important;
    /* Black prints faster: h5bp.com/s */
    text-shadow: none !important; }

  .show-for-print {
    display: block; }

  .hide-for-print {
    display: none; }

  table.show-for-print {
    display: table !important; }

  thead.show-for-print {
    display: table-header-group !important; }

  tbody.show-for-print {
    display: table-row-group !important; }

  tr.show-for-print {
    display: table-row !important; }

  td.show-for-print {
    display: table-cell !important; }

  th.show-for-print {
    display: table-cell !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: .5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .hide-on-print {
    display: none !important; }

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

  .hide-for-print {
    display: none !important; }

  .show-for-print {
    display: inherit !important; } }
/* Print visibility */
@media print {
  .show-for-print {
    display: block; }

  .hide-for-print {
    display: none; }

  table.show-for-print {
    display: table !important; }

  thead.show-for-print {
    display: table-header-group !important; }

  tbody.show-for-print {
    display: table-row-group !important; }

  tr.show-for-print {
    display: table-row !important; }

  td.show-for-print {
    display: table-cell !important; }

  th.show-for-print {
    display: table-cell !important; } }
@media not print {
  .show-for-print {
    display: none !important; } }

/*
 * jQuery UI CSS Framework @VERSION
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  position: absolute;
  left: -99999999px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix {
  display: inline-block; }
  .ui-helper-clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix {
  height: 1%; }

.ui-helper-clearfix {
  display: block; }

/* end clearfix */
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important; }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*
 * jQuery UI CSS Framework @VERSION
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial,sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=3px&bgColorHeader=a20606&bgTextureHeader=03_s_soft.png&bgImgOpacityHeader=15&borderColorHeader=e3a1a1&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=eeeeee&fcContent=333333&iconColorContent=cc0000&bgColorDefault=eeeeee&bgTextureDefault=04_highlight_hard.png&bgImgOpacityDefault=100&borderColorDefault=d8dcdf&fcDefault=004276&iconColorDefault=cc0000&bgColorHover=f6f6f6&bgTextureHover=04_highlight_hard.png&bgImgOpacityHover=100&borderColorHover=cdd5da&fcHover=111111&iconColorHover=cc0000&bgColorActive=ffffff&bgTextureActive=01_flat.png&bgImgOpacityActive=65&borderColorActive=eeeeee&fcActive=cc0000&iconColorActive=cc0000&bgColorHighlight=fbf8ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcd3a1&fcHighlight=444444&iconColorHighlight=004276&bgColorError=f3d8d8&bgTextureError=08_diagonals_thick.png&bgImgOpacityError=75&borderColorError=cc0000&fcError=2e2e2e&iconColorError=cc0000&bgColorOverlay=a6a6a6&bgTextureOverlay=09_dots_small.png&bgImgOpacityOverlay=65&opacityOverlay=40&bgColorShadow=333333&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=10&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
 */
/* Component containers
----------------------------------*/
.ui-widget-content {
  border: 1px solid #eeeeee;
  background: white url(/media/css/reviewroom/jquery/images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
  color: #333333; }
  .ui-widget-content a {
    color: #555; }

.ui-widget-header {
  border: 1px solid #e3a1a1;
  background: #a20606 url(/media/css/reviewroom/jquery/images/ui-bg_highlight-soft_15_a20606_1x100.png) 50% 50% repeat-x;
  color: #ffffff;
  font-weight: bold; }
  .ui-widget-header a {
    color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #d8dcdf;
  font-weight: bold;
  color: #333; }

.ui-state-default a {
  color: #333;
  text-decoration: none; }
  .ui-state-default a:link, .ui-state-default a:visited {
    color: #333;
    text-decoration: none; }

.ui-state-hover a {
  color: #111111;
  text-decoration: none; }
  .ui-state-hover a:hover {
    color: #111111;
    text-decoration: none; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #eeeeee;
  font-weight: bold; }

.ui-state-active a {
  text-decoration: none; }
  .ui-state-active a:link, .ui-state-active a:visited {
    text-decoration: none; }

.ui-widget :active {
  outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #fcd3a1;
  background: #fbf8ee url(/media/css/reviewroom/jquery/images/ui-bg_glass_55_fbf8ee_1x400.png) 50% 50% repeat-x;
  color: #444444; }

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #444444; }

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #cc0000;
  background: #f3d8d8 url(/media/css/reviewroom/jquery/images/ui-bg_diagonals-thick_75_f3d8d8_40x40.png) 50% 50% repeat;
  color: #2e2e2e; }

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a, .ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #2e2e2e; }

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal; }

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none; }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
  background-image: url(/media/css/reviewroom/jquery/images/ui-icons_cc0000_256x240.png); }

.ui-widget-content .ui-icon {
  background-image: url(/media/css/reviewroom/jquery/images/ui-icons_cc0000_256x240.png); }

.ui-widget-header .ui-icon {
  background-image: url(/media/css/reviewroom/jquery/images/ui-icons_ffffff_256x240.png); }

.ui-state-default .ui-icon, .ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-state-active .ui-icon {
  background-image: url(/media/css/reviewroom/jquery/images/ui-icons_cc0000_256x240.png); }

.ui-state-highlight .ui-icon {
  background-image: url(/media/css/reviewroom/jquery/images/ui-icons_004276_256x240.png); }

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url(/media/css/reviewroom/jquery/images/ui-icons_cc0000_256x240.png); }

/* positioning */
.ui-icon-carat-1-n {
  background-position: 0 0; }

.ui-icon-carat-1-ne {
  background-position: -16px 0; }

.ui-icon-carat-1-e {
  background-position: -32px 0; }

.ui-icon-carat-1-se {
  background-position: -48px 0; }

.ui-icon-carat-1-s {
  background-position: -64px 0; }

.ui-icon-carat-1-sw {
  background-position: -80px 0; }

.ui-icon-carat-1-w {
  background-position: -96px 0; }

.ui-icon-carat-1-nw {
  background-position: -112px 0; }

.ui-icon-carat-2-n-s {
  background-position: -128px 0; }

.ui-icon-carat-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -64px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -64px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-off {
  background-position: -96px -144px; }

.ui-icon-radio-on {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start, .ui-icon-seek-first {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-tl {
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px; }

.ui-corner-tr {
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px; }

.ui-corner-bl {
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.ui-corner-br {
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.ui-corner-top {
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px; }

.ui-corner-bottom {
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.ui-corner-right {
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.ui-corner-left {
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.ui-corner-all {
  -moz-border-radius: none;
  -webkit-border-radius: none;
  border-radius: none; }

/* Overlays */
.ui-widget-overlay {
  background: #3A3A3A;
  opacity: 0.8;
  -moz-opacity: 0.8;
  -webkit-opacity: 0.8;
  filter: alpha(opacity=80); }

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #333333 url(/media/css/reviewroom/jquery/images/ui-bg_flat_0_333333_40x100.png) 50% 50% repeat-x;
  opacity: .10;
  filter: Alpha(Opacity=10);
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px; }

																																																																																																																																							 /*
* jQuery UI Resizable @VERSION
*
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Resizable#theming
*/
.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  z-index: 99999;
  display: block; }

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
  display: none; }

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

																																											/*
* jQuery UI Selectable @VERSION
*
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Selectable#theming
*/
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black; }

/*
 * jQuery UI Accordion @VERSION
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion {
  width: 100%; }
  .ui-accordion .ui-accordion-header {
    cursor: pointer;
    position: relative;
    margin-top: 1px;
    zoom: 1; }
  .ui-accordion .ui-accordion-li-fix {
    display: inline; }
  .ui-accordion .ui-accordion-header-active {
    border-bottom: 0 !important; }
  .ui-accordion .ui-accordion-header a {
    display: block;
    font-size: 1em;
    padding: .5em .5em .5em .7em; }

.ui-accordion-icons .ui-accordion-header a {
  padding-left: 2.2em; }

.ui-accordion .ui-accordion-header .ui-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px; }
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  margin-top: -2px;
  position: relative;
  top: 1px;
  margin-bottom: 2px;
  overflow: auto;
  display: none;
  zoom: 1; }
.ui-accordion .ui-accordion-content-active {
  display: block; }

																														 /*
* jQuery UI Autocomplete @VERSION
*
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Autocomplete#theming
*/
.ui-autocomplete {
  position: absolute;
  cursor: default; }

/* workarounds */
* html .ui-autocomplete {
  width: 1px; }

/* without this, the menu expands to 100% in IE6 */
/*
 * jQuery UI Menu @VERSION
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  float: left;
  border: 1px solid #ddd;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); }
  .ui-menu .ui-menu {
    margin-top: -3px; }
  .ui-menu .ui-menu-item {
    margin: 0;
    padding: 0;
    zoom: 1;
    float: left;
    clear: left;
    width: 100%; }
    .ui-menu .ui-menu-item a {
      text-decoration: none;
      display: block;
      padding: .2em .4em;
      line-height: 1.5;
      zoom: 1; }
      .ui-menu .ui-menu-item a.ui-state-hover, .ui-menu .ui-menu-item a.ui-state-active {
        font-weight: normal;
        margin: -1px; }

ui-widget.ui-menu {
  font-family: 'Segoe UI','Lucida Grande','Lucida Sans Unicode',Tahoma,Verdana,Helvetica,Arial,sans-serif;
  font-size: 11px;
  line-height: 20px; }

.ui-widget.ui-button {
  font-family: 'Segoe UI','Lucida Grande','Lucida Sans Unicode',Tahoma,Verdana,Helvetica,Arial,sans-serif;
  font-size: 11px;
  line-height: 20px; }
.ui-widget.ui-menu {
  max-height: 300px;
  max-width: 400px;
  *width: 400px;
  min-width: 250px;
  overflow-y: auto;
  overflow-x: hidden; }
  .ui-widget.ui-menu li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    font-size: 12px; }

.ui-menu a {
  text-decoration: none;
  display: block;
  outline: none;
  padding: 0.3em 0.7em;
  border: 1px solid transparent;
  _border: 1px solid #f0f0f0;
  /* ie6 hack */ }
  .ui-menu a span.icon {
    padding-left: 20px;
    background-position: left center;
    background-repeat: no-repeat; }
    .ui-menu a span.icon.promote {
      background-image: url(/media/img/icons/fugue/icons/star-small-empty.png); }
.ui-menu .contextMenu li.copy {
  _background: none !important; }
.ui-menu li.disabled a {
  color: #aaaaaa;
  cursor: default; }
.ui-menu li.hover.disabled a {
  background-color: transparent; }
.ui-menu li.separator {
  border-top: solid 1px #ccc; }

/* ie6 hack */
.ui-widget.ui-button {
  outline: none; }
  .ui-widget.ui-button.ui-state-active {
    cursor: default; }
  .ui-widget.ui-button span.ui-icon {
    display: inline-block;
    zoom: 1;
    margin-left: 0.5em;
    vertical-align: middle;
    _display: inline; }

.ui-menu li.sep-label {
  padding: 0.3em 10px;
  cursor: default;
  font-weight: bold;
  line-height: 25px;
  border-bottom: 1px solid #ddd; }
  .ui-menu li.sep-label span {
    border: none;
    color: #000000;
    padding: 0px; }

/*
 * jQuery UI Button @VERSION
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.ui-button {
  display: inline-block;
  position: relative;
  margin-right: .1em;
  text-decoration: none !important;
  cursor: pointer;
  text-align: center;
  zoom: 1;
  overflow: visible; }

/* the overflow property removes extra width in IE */
.ui-button-icon-only {
  width: 2.2em; }

/* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only {
  width: 2.4em; }

/* button elements seem to need a little more width */
.ui-button-icons-only {
  width: 3.4em; }

button.ui-button-icons-only {
  width: 3.7em; }

/*button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: 1.4; }

.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px; }

.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em; }

.ui-button-text-icon-secondary .ui-button-text {
  padding: .4em 2.1em .4em 1em; }

.ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em;
  padding-left: 2.1em;
  padding-right: 2.1em; }

/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: .4em 1em; }

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px; }

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px; }

.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
  left: .5em; }

.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
  right: .5em; }

/*button sets*/
.ui-buttonset {
  margin-right: 7px; }
  .ui-buttonset .ui-button {
    margin-left: 0;
    margin-right: -0.3em; }

/* workarounds */
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* reset extra padding in Firefox */
/*
 * jQuery UI Dialog @VERSION
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog {
  position: absolute;
  padding: .2em;
  width: 300px;
  overflow: hidden; }
  .ui-dialog .ui-dialog-titlebar {
    padding: .5em 1em .3em;
    position: relative; }
  .ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 16px .2em 0; }
  .ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 19px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 18px; }
    .ui-dialog .ui-dialog-titlebar-close span {
      display: block;
      margin: 1px; }
    .ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
      padding: 0; }
  .ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto;
    zoom: 1; }
  .ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin: .5em 0 0 0;
    padding: .3em 1em .5em .4em; }
    .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
      float: right; }
  .ui-dialog .ui-resizable-se {
    width: 14px;
    height: 14px;
    right: 3px;
    bottom: 3px; }

.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

/*
 * jQuery UI Slider @VERSION
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider {
  position: relative;
  text-align: left; }
  .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default; }
  .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0; }

.ui-slider-horizontal {
  height: .8em; }
  .ui-slider-horizontal .ui-slider-handle {
    top: -0.3em;
    margin-left: -0.6em; }
  .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%; }
  .ui-slider-horizontal .ui-slider-range-min {
    left: 0; }
  .ui-slider-horizontal .ui-slider-range-max {
    right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }
  .ui-slider-vertical .ui-slider-handle {
    left: -0.3em;
    margin-left: 0;
    margin-bottom: -0.6em; }
  .ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%; }
  .ui-slider-vertical .ui-slider-range-min {
    bottom: 0; }
  .ui-slider-vertical .ui-slider-range-max {
    top: 0; }

/*
* jQuery UI Tabs @VERSION
*
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Tabs#theming
*/
.ui-tabs {
  position: relative;
  zoom: 1; }
  .ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0; }
    .ui-tabs .ui-tabs-nav li {
      list-style: none;
      float: left;
      position: relative;
      top: 1px;
      margin: 0 .2em 1px 0;
      border-bottom: 0 !important;
      padding: 0;
      white-space: nowrap; }
      .ui-tabs .ui-tabs-nav li a {
        display: block;
        padding: .5em 1em;
        text-decoration: none; }
      .ui-tabs .ui-tabs-nav li.ui-tabs-selected {
        margin-bottom: 0;
        padding-bottom: 1px; }
        .ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
          cursor: text; }
      .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
        cursor: text; }
      .ui-tabs .ui-tabs-nav li a {
        cursor: pointer; }
  .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
    cursor: pointer; }
  .ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none; }
  .ui-tabs .ui-tabs-hide {
    display: none !important; }

#survey-editor .ui-widget-header {
  background: #f8f8f8;
  border: none;
  margin: 0; }

#survey-editor .ui-tabs {
  position: relative;
  zoom: 1; }
  #survey-editor .ui-tabs .ui-tabs-nav {
    margin: 0;
    position: absolute;
    top: 0px;
    left: 0;
    padding: 0;
    width: 100%; }
    #survey-editor .ui-tabs .ui-tabs-nav li {
      list-style: none;
      float: left;
      position: relative;
      margin: 0;
      width: 75px;
      border-bottom: 0 !important;
      padding: 0;
      border-radius: 0;
      top: 0;
      moz-border-radius: 0;
      webkit-border-radius: 0;
      white-space: nowrap;
      text-align: center;
      padding: 5px 0;
      padding-left: 3px; }
      #survey-editor .ui-tabs .ui-tabs-nav li a {
        text-decoration: none;
        margin: 0;
        padding: 0 3px; }
      #survey-editor .ui-tabs .ui-tabs-nav li.ui-tabs-selected {
        margin-bottom: 0;
        padding-bottom: 1px;
        background: #FFF !important;
        height: 28px;
        border-top: 1px solid #E34A32; }
        #survey-editor .ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
          cursor: text; }
      #survey-editor .ui-tabs .ui-tabs-nav li.ui-state-disabled a, #survey-editor .ui-tabs .ui-tabs-nav li.ui-state-processing a {
        cursor: text; }
      #survey-editor .ui-tabs .ui-tabs-nav li a {
        cursor: pointer; }
  #survey-editor .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
    cursor: pointer; }
  #survey-editor .ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none; }
  #survey-editor .ui-tabs .ui-tabs-hide {
    display: none !important; }

/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
/*
 * jQuery UI Datepicker @VERSION
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0; }
  .ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0; }
  .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em; }
  .ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
    top: 1px; }
  .ui-datepicker .ui-datepicker-prev {
    left: 2px; }
  .ui-datepicker .ui-datepicker-next {
    right: 2px; }
  .ui-datepicker .ui-datepicker-prev-hover {
    left: 1px; }
  .ui-datepicker .ui-datepicker-next-hover {
    right: 1px; }
  .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px; }
  .ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center; }
    .ui-datepicker .ui-datepicker-title select {
      font-size: 1em;
      margin: 1px 0; }
  .ui-datepicker select.ui-datepicker-month-year {
    width: 100%; }
  .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 49%; }
  .ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em; }
  .ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0; }
  .ui-datepicker td {
    border: 0;
    padding: 1px; }
    .ui-datepicker td span, .ui-datepicker td a {
      display: block;
      padding: .2em;
      text-align: right;
      text-decoration: none; }
  .ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0; }
    .ui-datepicker .ui-datepicker-buttonpane button {
      float: right;
      margin: .5em .2em .4em;
      cursor: pointer;
      padding: .2em .6em .3em .6em;
      width: auto;
      overflow: visible; }
      .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
        float: left; }
  .ui-datepicker.ui-datepicker-multi {
    width: auto; }

/* with multiple calendars */
.ui-datepicker-multi .ui-datepicker-group {
  float: left; }
  .ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }
  .ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto; }
  .ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto; }
  .ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto; }
  .ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto; }
  .ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right; }
    .ui-datepicker-rtl .ui-datepicker-buttonpane button {
      float: left; }
      .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
        float: right; }
  .ui-datepicker-rtl .ui-datepicker-group {
    float: right; }
  .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
  display: none;
  /*sorry for IE5*/
  display/**/: block;
  /*sorry for IE5*/
  position: absolute;
  /*must have*/
  z-index: -1;
  /*must have*/
  filter: mask();
  /*must have*/
  top: -4px;
  /*must have*/
  left: -4px;
  /*must have*/
  width: 200px;
  /*must have*/
  height: 200px;
  /*must have*/ }

/*
* jQuery UI Progressbar @VERSION
*
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Progressbar#theming
*/
.ui-progressbar {
  height: 2em;
  text-align: left; }
  .ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%; }

/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
div.rating-cancel, div.star-rating {
  float: left;
  width: 17px;
  height: 15px;
  text-indent: -999em;
  cursor: pointer;
  display: block;
  background: transparent;
  overflow: hidden; }

div.rating-cancel, div.rating-cancel a {
  background: url(/media/css/img/icons/delete.gif) no-repeat 0 -16px; }

div.star-rating, div.star-rating a {
  background: url(/media/css/img/icons/star.gif) no-repeat 0 0px; }

div.rating-cancel a, div.star-rating a {
  display: block;
  width: 16px;
  height: 100%;
  background-position: 0 0px;
  border: 0; }

div.star-rating-on a {
  background-position: 0 -16px !important; }

div.star-rating-hover a {
  background-position: 0 -32px; }

/* Read Only CSS */
div.star-rating-readonly a {
  cursor: default !important; }

/* Partial Star CSS */
div.star-rating {
  background: transparent !important;
  overflow: hidden !important; }

/* END jQuery.Rating Plugin CSS */

@charset "UTF-8";
/**
 * file '_foundation_media_queries.scss'
 */
/* 0, 640px */
/* 641px, 1024px */
/* 1025px, 1440px */
/* 1441px, 1920px */
/* 1921px */
.grayscale {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
  -ms-filter: grayscale(1); }

.blurred {
  -webkit-filter: blur(1px); }

.slightly-transparent {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }

/* Activity icons
---------------------------------------------------------- */
@font-face {
  font-family: "activity";
  src: url(/media/fonts/icons/activity/activity.eot);
  src: url(/media/fonts/icons/activity/activity.eot?#iefix) format("embedded-opentype"), url(/media/fonts/icons/activity/activity.woff) format("woff"), url(/media/fonts/icons/activity/activity.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }
/* Category colours
---------------------------------------------------------- */
.audit .category-tag, .audit
.category-colour-block {
  background-color: #333333; }
.awards .category-tag, .awards
.category-colour-block {
  background-color: #eeb108; }
.categories .category-tag, .categories
.category-colour-block {
  background-color: #64CC34; }
.emails .category-tag, .emails
.category-colour-block {
  background-color: #E33A3F; }
.forums .category-tag, .forums
.category-colour-block {
  background-color: #744817; }
.groups .category-tag, .groups
.category-colour-block {
  background-color: #067BD7; }
.integrations .category-tag, .integrations
.category-colour-block {
  background-color: #C7C0AB; }
.metadata .category-tag, .metadata
.category-colour-block {
  background-color: #F38612; }
.media .category-tag, .media
.category-colour-block {
  background-color: #31B19C; }
.recommendations .category-tag, .recommendations
.category-colour-block {
  background-color: #6DA7D4; }
.reports .category-tag, .reports
.category-colour-block {
  background-color: #437B01; }
.reminders .category-tag, .reminders
.category-colour-block {
  background-color: #FA7496; }
.resources .category-tag, .resources
.category-colour-block {
  background-color: #7552D0; }
.reviewing .category-tag, .reviewing
.category-colour-block {
  background-color: #2FBFF0; }
.security .category-tag, .security
.category-colour-block {
  background-color: #333333; }
.settings .category-tag, .settings
.category-colour-block {
  background-color: #B4304D; }
.submissions .category-tag, .submissions
.category-colour-block {
  background-color: #6EA824; }
.triggers .category-tag, .triggers
.category-colour-block {
  background-color: #F7D003; }
.users .category-tag, .users
.category-colour-block {
  background-color: #45CDCE; }
.workflow .category-tag, .workflow
.category-colour-block {
  background-color: #9FAFBB; }

/* Log actions
----------------------------------------------------------- */
.activity-icon:before {
  color: #333;
  font-size: 18px;
  font-size: 1.125rem;
  position: relative;
  top: 1px; }
.activity-icon.action:before, .activity-icon.dispatch:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: 'activity'; }
.activity-icon.activated:before, .activity-icon.approved:before, .activity-icon.completed:before, .activity-icon.reactivated:before, .activity-icon.submitted:before, .activity-icon.registrationopened:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: 'activity'; }
.activity-icon.added:before, .activity-icon.categoryadded:before, .activity-icon.addedtogroup:before, .activity-icon.created:before, .activity-icon.fieldcreated:before, .activity-icon.taskcreated:before, .activity-icon.teamcreated:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: 'activity'; }
.activity-icon.archived:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: 'activity';
  font-size: 12px;
  font-size: 0.75rem;
  top: 0; }
.activity-icon.assigned:before, .activity-icon.assumed:before, .activity-icon.assignments:before, .activity-icon.categoryassigned:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: 'activity'; }
.activity-icon.awarded:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: 'activity';
  font-size: 16px;
  font-size: 1rem; }
.activity-icon.cleared:before, .activity-icon.deleted:before, .activity-icon.fielddeleted:before, .activity-icon.taskdeleted:before, .activity-icon.relationshipdeleted:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: 'activity'; }
.activity-icon.edited:before, .activity-icon.categoryedited:before, .activity-icon.deadlineedited:before, .activity-icon.fieldedited:before, .activity-icon.relationshipchanged:before, .activity-icon.settingschanged:before, .activity-icon.changed:before, .activity-icon.taskedited:before, .activity-icon.templatechanged:before, .activity-icon.textchanged:before, .activity-icon.pagetextchanged:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: 'activity';
  font-size: 14px;
  font-size: 0.875rem; }
.activity-icon.removed:before, .activity-icon.removedfromgroup:before, .activity-icon.categoryremoved:before, .activity-icon.revoked:before, .activity-icon.unassigned:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: 'activity'; }
.activity-icon.duplicated:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: 'activity';
  font-size: 14px;
  font-size: 0.875rem; }
.activity-icon.documentuploaded:before, .activity-icon.uploaded:before, .activity-icon.csvuploaded:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: 'activity';
  top: 2px; }
.activity-icon.visibility:before, .activity-icon.categoryvisibility:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: 'activity';
  font-size: 16px;
  font-size: 1rem; }
.activity-icon.reverted:before, .activity-icon.unsubmitted:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: 'activity';
  font-size: 16px;
  font-size: 1rem; }
.activity-icon.audited:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: 'activity';
  font-size: 16px;
  font-size: 1rem;
  top: 2px; }
.activity-icon.pending:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: 'activity'; }
.activity-icon.failedlogin:before, .activity-icon.rejected:before, .activity-icon.deactivated:before, .activity-icon.registrationclosed:before, .activity-icon.disabled:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: 'activity'; }
.activity-icon.locked:before, .activity-icon.lockout:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: 'activity';
  font-size: 14px;
  font-size: 0.875rem; }
.activity-icon.unlocked:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: 'activity';
  font-size: 14px;
  font-size: 0.875rem; }
.activity-icon.email:before, .activity-icon.requested:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: 'activity';
  font-size: 15px;
  font-size: 0.9375rem; }
.activity-icon.login:before, .activity-icon.registration:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: 'activity';
  font-size: 14px;
  font-size: 0.875rem; }
.activity-icon.logout:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: 'activity';
  font-size: 14px;
  font-size: 0.875rem;
  left: 1px; }

/* ----------------------------------------------------------- */
ul.activity li.item {
  list-style-type: none;
  line-height: 24px;
  margin: 0;
  float: none;
  padding: 20px;
  font-size: 13px;
  font-size: 0.8125rem; }
  ul.activity li.item .previews {
    margin: 5px 15px; }
  ul.activity li.item.fadeout {
    opacity: 0.5; }
  ul.activity li.item .time {
    color: #999;
    font-size: 12px;
    font-size: 0.75rem;
    margin-left: 5px;
    display: inline-block;
    position: absolute;
    right: 25px;
    top: 7px; }
    ul.activity li.item .time:before {
      content: "";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-family: 'activity';
      color: #ddd;
      margin-right: 5px;
      top: 2px;
      position: relative; }
  ul.activity li.item .activity-wrapper {
    display: inline-block;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    width: 100%;
    padding: 10px;
    margin-left: 40px;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 4px;
    position: relative; }
    ul.activity li.item .activity-wrapper:after {
      right: 100%;
      top: 20px;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(255, 255, 255, 0);
      border-right-color: #ffffff;
      border-width: 10px;
      margin-top: -10px; }
    ul.activity li.item .activity-wrapper:hover {
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }
  ul.activity li.item .info-caret {
    position: absolute;
    right: 5px;
    top: 9px;
    display: inline-block; }
    ul.activity li.item .info-caret:after {
      font-size: 14px;
      font-size: 0.875rem;
      color: #444; }
    ul.activity li.item .info-caret:after {
      content: "";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-family: 'hexa'; }
    ul.activity li.item .info-caret.open:after {
      content: "";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-family: 'activity'; }
  ul.activity li.item .newly-loaded {
    border: 2px solid cornflowerblue;
    -webkit-animation: loaded 2s;
    /* Chrome, Safari, Opera */
    animation-name: loaded;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards; }
@-webkit-keyframes loaded {
  from {
    border-style: solid;
    border-color: cornflowerblue; }
  to {
    border-color: white; } }
@keyframes loaded {
  from {
    border-style: solid;
    border-color: cornflowerblue; }
  to {
    border-color: white; } }
  ul.activity li.item .structure table tr th, ul.activity li.item .structure table tr td {
    padding-right: 10px; }
  ul.activity li.item img {
    max-width: 100%;
    margin-top: 10px; }
  ul.activity li.item .thumbnail {
    margin: 15px; }
    ul.activity li.item .thumbnail img {
      max-height: 240px;
      max-width: 320px;
      opacity: 0.9;
      -moz-opacity: 0.9;
      filter: alpha(opacity=90);
      border: 1px solid #000; }
      ul.activity li.item .thumbnail img:hover {
        opacity: 1;
        -moz-opacity: 1;
        filter: alpha(opacity=100); }
  ul.activity li.item .previews .preview {
    max-width: 64px;
    max-height: 64px;
    *height: 64px;
    margin-right: 5px;
    box-shadow: 1px 1px 3px #555;
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50); }
    ul.activity li.item .previews .preview:hover {
      max-width: 64px;
      max-height: 64px;
      *height: 64px;
      margin-right: 5px;
      opacity: 1;
      -moz-opacity: 1;
      filter: alpha(opacity=100); }
  ul.activity li.item .target {
    font-weight: 600; }
    ul.activity li.item .target.audio {
      padding-left: 18px;
      background: transparent url(/media/img/icons/halflings/glyphicons_halflings_001_music.png) no-repeat 4px 50%; }
    ul.activity li.item .target.document {
      padding-left: 18px;
      background: transparent url(/media/img/icons/halflings/glyphicons_halflings_021_file.png) no-repeat 4px 50%; }
    ul.activity li.item .target.video {
      padding-left: 18px;
      background: transparent url(/media/img/icons/halflings/glyphicons_halflings_008_film.png) no-repeat 4px 50%; }
  ul.activity li.item .message {
    margin: 5px;
    padding: 10px;
    background: #eee;
    color: #555; }
  ul.activity li.item.auditor img {
    max-width: 50px;
    margin: 8px;
    vertical-align: middle;
    border-radius: 6px; }
  ul.activity li.item.auditor .entity {
    padding: 4px 4px;
    border-radius: 5px;
    margin: 0 5px; }
  ul.activity li.item .diff {
    margin: 10px;
    padding: 10px;
    border: 1px #ddd dashed; }
    ul.activity li.item .diff .plus {
      background: #dff0d8;
      color: #468847; }
    ul.activity li.item .diff .minus {
      background: #f2dede;
      color: #b94a48; }

#activity .button-group {
  margin: 3px 0px 30px; }
#activity .button-group input[type="text"] {
  width: 350px;
  max-width: 350px; }
#activity .hideContent {
  overflow: hidden;
  line-height: 2em;
  height: 10em; }
#activity .showContent {
  line-height: 2em;
  overflow-y: auto; }
#activity .show-more {
  padding: 10px 0;
  text-align: center;
  color: darkgray;
  cursor: pointer;
  position: relative;
  font-size: 12px;
  font-size: 0.75rem; }
  #activity .show-more .top-fade {
    width: 100%;
    display: block;
    position: absolute;
    top: -20px;
    height: 20px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&amp;0+0,1+100 */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, white));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    /* IE6-9 */ }
#activity .show-more:hover {
  color: black; }
#activity .activity-content {
  padding-right: 80px;
  display: block;
  line-height: 1.4;
  overflow: hidden;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400; }
  #activity .activity-content strong {
    font-weight: 600; }
  #activity .activity-content a {
    text-decoration: none; }
    #activity .activity-content a:hover {
      text-decoration: underline; }
#activity ul.activity li {
  position: relative;
  margin-bottom: 0;
  margin-right: 50px;
  padding: 10px 0; }
  #activity ul.activity li .activity-icon {
    display: inline-block;
    position: absolute;
    width: 25px;
    height: 25px;
    background: #D6D6D6;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    top: 20px;
    border: 2px solid #f9f9f9;
    text-align: center; }
  #activity ul.activity li .category-tag {
    font-size: 10px;
    font-size: 0.625rem;
    padding: 5px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    border-radius: 3px;
    line-height: 1;
    margin-right: 10px;
    float: left; }
#activity ul.activity li::before {
  content: ' ';
  position: absolute;
  border-left: 1px solid #eee;
  height: 100%;
  width: 1px;
  left: 14px; }
#activity ul.activity li:last-child:before {
  height: 12px; }
#activity ul.activity li:first-child:before {
  top: 22px; }
#activity .ui-menu .ui-menu-item a:hover {
  background-color: darkseagreen;
  color: whitesmoke; }
#activity .extra-info {
  display: none; }
  #activity .extra-info table {
    width: 100%;
    margin: 15px 0 5px;
    border: 1px solid #ddd; }
    #activity .extra-info table th, #activity .extra-info table td {
      padding: 5px;
      vertical-align: top; }
    #activity .extra-info table thead th {
      background: #f9f9f9;
      font-weight: 600; }
    #activity .extra-info table tbody th {
      font-weight: 600; }
#activity .audit, #activity .more-info {
  cursor: pointer; }

/* Submission Activity Feed
------------------------------------------ */
#submission #activity {
  margin: 20px auto 0; }
  #submission #activity ul.activity {
    padding-left: 0; }
    #submission #activity ul.activity li .category-tag {
      padding: 0; }
    #submission #activity ul.activity li:before {
      left: 13px; }
    #submission #activity ul.activity li.item .activity-wrapper {
      box-shadow: none;
      border-radius: 2px;
      padding: 5px 10px 15px;
      background: #fff;
      border-bottom: 1px solid #eee; }
      #submission #activity ul.activity li.item .activity-wrapper:after {
        display: none; }
    #submission #activity ul.activity li.item:last-child .activity-wrapper {
      border-bottom: none; }
    #submission #activity ul.activity li.item .time {
      margin: 0;
      position: relative;
      top: initial;
      right: initial; }
    #submission #activity ul.activity li .activity-content {
      padding: 0; }
    #submission #activity ul.activity li .activity-icon {
      background: #fff;
      border: 1px solid #ccc; }
      #submission #activity ul.activity li .activity-icon:before {
        color: #222; }

/* Dasbhoard Activity Feed
------------------------------------------ */
#dashboard #activity.small-content {
  margin: 20px 0; }
#dashboard #activity .placeholder {
  height: auto;
  padding: 25px;
  font-weight: normal; }
#dashboard #activity .more-info:hover {
  cursor: initial; }
#dashboard #activity ul.activity li.item .info-caret {
  display: none; }

@charset "UTF-8";
/**
 * file '_foundation_media_queries.scss'
 */
/* 0, 640px */
/* 641px, 1024px */
/* 1025px, 1440px */
/* 1441px, 1920px */
/* 1921px */
.grayscale {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
  -ms-filter: grayscale(1); }

.blurred {
  -webkit-filter: blur(1px); }

.slightly-transparent {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }

.button,
input[type="submit"],
input[type="button"],
button,
.clean-button {
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 5px 12px;
  display: inline-block;
  text-decoration: none;
  color: #3D494F;
  line-height: 20px;
  border: 1px solid #DEE4E8;
  background-color: rgba(222, 228, 232, 0.5);
  border-radius: 3px;
  cursor: pointer;
  white-space: nowrap;
  outline: none;
  font-weight: 400;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  max-width: 280px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow-x: hidden;
  vertical-align: bottom; }
  .button:hover,
  input[type="submit"]:hover,
  input[type="button"]:hover,
  button:hover,
  .clean-button:hover {
    color: #272e32;
    background-color: #dee4e8; }
  .button.button-big,
  input[type="submit"].button-big,
  input[type="button"].button-big,
  button.button-big,
  .clean-button.button-big {
    width: 100%;
    display: block;
    padding: 8px 10px;
    margin: 10px 0; }
  .button:before,
  input[type="submit"]:before,
  input[type="button"]:before,
  button:before,
  .clean-button:before {
    margin-right: 5px; }
  .button.back-btn,
  input[type="submit"].back-btn,
  input[type="button"].back-btn,
  button.back-btn,
  .clean-button.back-btn {
    margin: 20px 0; }
  .button.button-cancel,
  input[type="submit"].button-cancel,
  input[type="button"].button-cancel,
  button.button-cancel,
  .clean-button.button-cancel {
    padding: 9px 14px;
    margin-right: 5px; }
  .button.disabled,
  input[type="submit"].disabled,
  input[type="button"].disabled,
  button.disabled,
  .clean-button.disabled {
    cursor: not-allowed;
    opacity: 0.9; }
  .button.active,
  input[type="submit"].active,
  input[type="button"].active,
  button.active,
  .clean-button.active {
    border: 1px solid #474849;
    background-color: transparent;
    color: #474849; }
  .button.button-danger,
  input[type="submit"].button-danger,
  input[type="button"].button-danger,
  button.button-danger,
  .clean-button.button-danger {
    background: #ffa8a8;
    color: #b32525; }
    .button.button-danger:not(.disabled):hover,
    input[type="submit"].button-danger:not(.disabled):hover,
    input[type="button"].button-danger:not(.disabled):hover,
    button.button-danger:not(.disabled):hover,
    .clean-button.button-danger:not(.disabled):hover {
      opacity: 1; }
    .button.button-danger:not(.disabled):active,
    input[type="submit"].button-danger:not(.disabled):active,
    input[type="button"].button-danger:not(.disabled):active,
    button.button-danger:not(.disabled):active,
    .clean-button.button-danger:not(.disabled):active {
      background: #ff3232; }
  .button.button-primary,
  input[type="submit"].button-primary,
  input[type="button"].button-primary,
  button.button-primary,
  .clean-button.button-primary {
    background-color: #2CB866;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border: none;
    color: white; }
    .button.button-primary:hover,
    input[type="submit"].button-primary:hover,
    input[type="button"].button-primary:hover,
    button.button-primary:hover,
    .clean-button.button-primary:hover {
      background-color: #27a35b; }
    .button.button-primary:not(.disabled):hover,
    input[type="submit"].button-primary:not(.disabled):hover,
    input[type="button"].button-primary:not(.disabled):hover,
    button.button-primary:not(.disabled):hover,
    .clean-button.button-primary:not(.disabled):hover {
      opacity: 1; }
    .button.button-primary:not(.disabled):active,
    input[type="submit"].button-primary:not(.disabled):active,
    input[type="button"].button-primary:not(.disabled):active,
    button.button-primary:not(.disabled):active,
    .clean-button.button-primary:not(.disabled):active {
      background: #0369c7; }
  .button.button-highlight,
  input[type="submit"].button-highlight,
  input[type="button"].button-highlight,
  button.button-highlight,
  .clean-button.button-highlight {
    background-color: #2CB866;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border: none;
    padding: 10px 15px;
    font-size: 14px;
    font-size: 0.875rem;
    color: #fff;
    font-weight: 500; }
    .button.button-highlight:hover,
    input[type="submit"].button-highlight:hover,
    input[type="button"].button-highlight:hover,
    button.button-highlight:hover,
    .clean-button.button-highlight:hover {
      background-color: #27a35b; }
    .button.button-highlight.disabled,
    input[type="submit"].button-highlight.disabled,
    input[type="button"].button-highlight.disabled,
    button.button-highlight.disabled,
    .clean-button.button-highlight.disabled {
      opacity: 0.5; }
    @media only screen and (max-width: 40em) {
      .button.button-highlight,
      input[type="submit"].button-highlight,
      input[type="button"].button-highlight,
      button.button-highlight,
      .clean-button.button-highlight {
        display: block;
        text-align: center;
        width: 100%; } }
  .button.has-dropdown,
  input[type="submit"].has-dropdown,
  input[type="button"].has-dropdown,
  button.has-dropdown,
  .clean-button.has-dropdown {
    position: relative;
    padding-right: 30px;
    overflow: visible; }
    .button.has-dropdown:after,
    input[type="submit"].has-dropdown:after,
    input[type="button"].has-dropdown:after,
    button.has-dropdown:after,
    .clean-button.has-dropdown:after {
      content: "";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-family: 'hexa';
      position: absolute;
      top: 9px;
      right: 10px; }
    .button.has-dropdown .dropdown,
    input[type="submit"].has-dropdown .dropdown,
    input[type="button"].has-dropdown .dropdown,
    button.has-dropdown .dropdown,
    .clean-button.has-dropdown .dropdown {
      position: absolute;
      background: #fff;
      display: none;
      z-index: 2000;
      padding: 10px 15px;
      border: 1px solid #eee;
      box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
      left: -1px;
      top: 25px;
      width: 240px;
      list-style-type: none; }
      .button.has-dropdown .dropdown li,
      input[type="submit"].has-dropdown .dropdown li,
      input[type="button"].has-dropdown .dropdown li,
      button.has-dropdown .dropdown li,
      .clean-button.has-dropdown .dropdown li {
        list-style: none; }

/* Mock Button
/---------------------------------------------- */
.mock-button {
  padding: 5px 12px;
  display: inline-block;
  text-decoration: none;
  color: #111111;
  font-weight: 400;
  line-height: 20px;
  background: #dddddd;
  border: 1px solid #cccccc;
  border-radius: 3px;
  margin: 4px;
  font-size: 90%;
  cursor: default;
  opacity: 0.95;
  transition: box-shadow 0.2s ease-in;
  white-space: nowrap; }

/* Button Groups
/---------------------------------------------- */
.button-group {
  display: inline-block;
  margin: 0 3px;
  height: 40px;
  white-space: nowrap;
  overflow: visible; }
  .button-group:before, .button-group:after {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden; }
  .button-group:after {
    clear: both; }
  .button-group .button:not(.button-highlight),
  .button-group input[type="submit"]:not(.button-highlight),
  .button-group input[type="button"]:not(.button-highlight),
  .button-group .mock-button:not(.button-highlight) {
    margin: 3px 0;
    float: left;
    border-radius: 0;
    border: 1px solid #DEE4E8;
    background-color: rgba(222, 228, 232, 0.5); }
    .button-group .button:not(.button-highlight):hover,
    .button-group input[type="submit"]:not(.button-highlight):hover,
    .button-group input[type="button"]:not(.button-highlight):hover,
    .button-group .mock-button:not(.button-highlight):hover {
      background-color: rgba(207, 216, 222, 0.5); }
    .button-group .button:not(.button-highlight).active, .button-group .button:not(.button-highlight).mock-button,
    .button-group input[type="submit"]:not(.button-highlight).active,
    .button-group input[type="submit"]:not(.button-highlight).mock-button,
    .button-group input[type="button"]:not(.button-highlight).active,
    .button-group input[type="button"]:not(.button-highlight).mock-button,
    .button-group .mock-button:not(.button-highlight).active,
    .button-group .mock-button:not(.button-highlight).mock-button {
      background-color: #fff; }
    .button-group .button:not(.button-highlight):first-child,
    .button-group input[type="submit"]:not(.button-highlight):first-child,
    .button-group input[type="button"]:not(.button-highlight):first-child,
    .button-group .mock-button:not(.button-highlight):first-child {
      border-radius: 5px 0 0 5px; }
    .button-group .button:not(.button-highlight):not(:first-child),
    .button-group input[type="submit"]:not(.button-highlight):not(:first-child),
    .button-group input[type="button"]:not(.button-highlight):not(:first-child),
    .button-group .mock-button:not(.button-highlight):not(:first-child) {
      border-left: none; }
    .button-group .button:not(.button-highlight):not(:last-child),
    .button-group input[type="submit"]:not(.button-highlight):not(:last-child),
    .button-group input[type="button"]:not(.button-highlight):not(:last-child),
    .button-group .mock-button:not(.button-highlight):not(:last-child) {
      border-right: 1px solid #DEE4E8; }
    .button-group .button:not(.button-highlight):last-child,
    .button-group input[type="submit"]:not(.button-highlight):last-child,
    .button-group input[type="button"]:not(.button-highlight):last-child,
    .button-group .mock-button:not(.button-highlight):last-child {
      border-radius: 0 5px 5px 0; }
    .button-group .button:not(.button-highlight):first-child:last-child,
    .button-group input[type="submit"]:not(.button-highlight):first-child:last-child,
    .button-group input[type="button"]:not(.button-highlight):first-child:last-child,
    .button-group .mock-button:not(.button-highlight):first-child:last-child {
      border-radius: 5px; }
    .button-group .button:not(.button-highlight).save-rankings,
    .button-group input[type="submit"]:not(.button-highlight).save-rankings,
    .button-group input[type="button"]:not(.button-highlight).save-rankings,
    .button-group .mock-button:not(.button-highlight).save-rankings {
      color: #3d494f;
      font-weight: 400; }
    .button-group .button:not(.button-highlight).submit-rankings,
    .button-group input[type="submit"]:not(.button-highlight).submit-rankings,
    .button-group input[type="button"]:not(.button-highlight).submit-rankings,
    .button-group .mock-button:not(.button-highlight).submit-rankings {
      background-color: #2CB866;
      color: #fff;
      border: 1px solid #27a35b; }
      .button-group .button:not(.button-highlight).submit-rankings:hover,
      .button-group input[type="submit"]:not(.button-highlight).submit-rankings:hover,
      .button-group input[type="button"]:not(.button-highlight).submit-rankings:hover,
      .button-group .mock-button:not(.button-highlight).submit-rankings:hover {
        background-color: #27a35b; }

/* Reviewer Portal
/---------------------------------------------- */
.button span:before {
  margin-right: 5px;
  opacity: 0.5;
  position: relative;
  top: 1px; }
.button .zip:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: 'hexa'; }
.button .email {
  line-height: 1; }
  .button .email:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: 'hexa';
    font-size: 1.3em;
    position: relative;
    top: 3px;
    left: 3px; }
.button .rankings:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: 'hexa'; }
.button .download:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: 'hexa'; }
.button .list:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: 'hexa'; }
.button .qualitative:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: 'hexa'; }

/* Table Buttons
/---------------------------------------------- */
.action {
  color: #3D494F;
  padding: 5px 10px;
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  border-radius: 5px;
  float: left;
  margin: 0 5px;
  font-weight: 500;
  border: 1px solid #DEE4E8;
  background-color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .action:before {
    margin-right: 5px;
    color: rgba(61, 73, 79, 0.5);
    top: 1px;
    position: relative; }
  .action:hover {
    color: #272e32;
    background-color: #EDEDED;
    border: 1px solid #D6D7D8; }
  .action.edit:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: 'hexa'; }
  .action.view:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: 'hexa'; }
  .action.delete:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: 'hexa'; }
  .action.continue:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: 'hexa';
    margin-right: 0; }
  .action.start {
    background: #474849;
    border: none;
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .action.start:before {
      content: "";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-family: 'hexa';
      color: rgba(255, 255, 255, 0.5);
      margin-right: 5px; }
    .action.start:hover {
      background: #222; }
  @media only screen and (max-width: 40em) {
    .action {
      display: block;
      margin: 0 0 5px;
      width: 100%; } }

.button-dark {
  background-color: #474849;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #fff; }
  .button-dark:hover {
    background-color: #3a3b3c; }

.actions a.action:first-child {
  margin-left: 0; }
.actions a.action:last-child {
  margin-right: 0; }

/**
 * file '_foundation_media_queries.scss'
 */
/* 0, 640px */
/* 641px, 1024px */
/* 1025px, 1440px */
/* 1441px, 1920px */
/* 1921px */
.grayscale {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
  -ms-filter: grayscale(1); }

.blurred {
  -webkit-filter: blur(1px); }

.slightly-transparent {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }

.ui-dialog.rr-dialog {
  background: none;
  border: none;
  border-radius: 0;
  line-height: 20px;
  padding: 0;
  border: 1px solid #eaeaea;
  background: #f7f7f7;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); }
  .ui-dialog.rr-dialog .tools {
    margin-top: 30px;
    margin-right: 70px;
    position: absolute;
    z-index: 20;
    top: 45px;
    right: -45px; }
  .ui-dialog.rr-dialog .ui-widget-header {
    border: 0;
    color: whitesmoke;
    padding: 0 10px;
    position: static;
    background: #333333;
    height: 55px;
    line-height: 55px;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: bold; }
  .ui-dialog.rr-dialog .ui-dialog-title {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 30px;
    margin: 10px 0; }
  .ui-dialog.rr-dialog .ui-dialog-content {
    margin: 0;
    padding: 20px; }
  .ui-dialog.rr-dialog .ui-dialog-buttonpane {
    margin: 0;
    z-index: 1010;
    position: relative;
    background: #f7f7f7; }
  .ui-dialog.rr-dialog .ui-dialog-titlebar-close {
    margin: 0;
    padding: 0;
    border: 0;
    top: 12px;
    right: 12px;
    width: 25px;
    height: 25px;
    z-index: 1010; }
    .ui-dialog.rr-dialog .ui-dialog-titlebar-close span.ui-icon {
      background: transparent url(/media/css/reviewroom/layouts/hexa/img/icons/glyphicons/white/glyphicons_197_remove.png) no-repeat 0 0;
      width: 25px;
      height: 25px;
      opacity: 0.9;
      filter: alpha(opacity=90);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$amount*100)"; }
      .ui-dialog.rr-dialog .ui-dialog-titlebar-close span.ui-icon:hover {
        opacity: 1;
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$amount*100)"; }

.rr-window-shade {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2001;
  background: #555;
  background: rgba(16, 16, 16, 0.6);
  display: none; }

.rr-window {
  position: fixed;
  top: 10%;
  left: 10%;
  right: 10%;
  bottom: 10%;
  z-index: 2002;
  background: white;
  box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.7);
  display: none;
  min-height: 300px;
  overflow-y: hidden;
  border-radius: 3px;
  -webkit-transition: height 0.2s ease-in-out, left 0.3s ease-in-out, right 0.3s ease-in-out, top 0.3s ease-in-out, bottom 0.3s ease-in-out;
  -moz-transition: height 0.2s ease-in-out, left 0.3s ease-in-out, right 0.3s ease-in-out, top 0.3s ease-in-out, bottom 0.3s ease-in-out;
  -o-transition: height 0.2s ease-in-out, left 0.3s ease-in-out, right 0.3s ease-in-out, top 0.3s ease-in-out, bottom 0.3s ease-in-out;
  transition: height 0.2s ease-in-out, left 0.3s ease-in-out, right 0.3s ease-in-out, top 0.3s ease-in-out, bottom 0.3s ease-in-out; }
  .rr-window .rr-window-title {
    left: 0;
    right: 0;
    top: 0;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 700;
    background: #222;
    color: whitesmoke;
    position: absolute;
    overflow: hidden; }
  .rr-window .rr-window-content {
    top: 60px;
    bottom: 60px;
    left: 0;
    right: 0;
    padding: 0 20px;
    position: absolute;
    overflow-y: auto; }
    .rr-window .rr-window-content form label {
      font-weight: 700; }
    .rr-window .rr-window-content textarea {
      border-radius: 5px;
      border: 1px solid #ccc; }
    .rr-window .rr-window-content.centered-content {
      text-align: center;
      padding: 2em;
      line-height: 3em; }
  .rr-window .rr-window-buttons {
    left: 0;
    right: 0;
    bottom: 0;
    height: 60px;
    position: absolute;
    text-align: right;
    padding: 0.4em;
    border-top: 1px solid #eeeeee;
    background: #fff; }
    .rr-window .rr-window-buttons a {
      /*color: #333333;
      margin: 13px 10px;
      text-decoration: none;
      @include font-size(18px);
      font-weight: 700;
      display: inline-block;
      text-transform: uppercase;
      height: 32px;
      line-height: 31px;
      border-radius: 5px;
      text-shadow: 0 1px 0 white;*/
      background: #f5f5f5;
      text-decoration: none;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#f0f0f0');
      background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f0f0f0));
      background: -moz-linear-gradient(top, #f9f9f9, #f0f0f0);
      border: 1px solid #dedede;
      border-color: #dedede #d8d8d8 #d3d3d3;
      color: #555;
      box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
      padding: 8px 11px;
      display: inline-block;
      margin: 0.5em;
      border-radius: 5px; }
      .rr-window .rr-window-buttons a.disabled {
        cursor: not-allowed;
        opacity: 0.9; }
        .rr-window .rr-window-buttons a.disabled:hover {
          background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f0f0f0));
          background: -moz-linear-gradient(top, #f9f9f9, #f0f0f0);
          color: #555; }
      .rr-window .rr-window-buttons a:not(.disabled):hover {
        background: white;
        color: black;
        opacity: 0.9;
        filter: alpha(opacity=90);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$amount*100)"; }
      .rr-window .rr-window-buttons a.ok {
        background: #2884D0;
        filter: none;
        border-color: #2884D0;
        color: #fff; }
        .rr-window .rr-window-buttons a.ok:hover {
          background: #439FEA;
          border-color: #439FEA; }
      .rr-window .rr-window-buttons a span {
        padding: 3px 19px 3px 19px;
        background-repeat: no-repeat;
        background-position: 8px 49%;
        font-size: 16px;
        font-size: 1rem; }
        .rr-window .rr-window-buttons a span.ok {
          padding-left: 33px;
          background-image: url(/media/css/reviewroom/layouts/hexa/img/icons/halflings/glyphicons_152_check.png); }
        .rr-window .rr-window-buttons a span.cancel {
          padding-left: 33px;
          background-image: url(/media/css/reviewroom/layouts/hexa/img/icons/halflings/glyphicons_197_remove.png); }
        .rr-window .rr-window-buttons a span.next {
          padding-left: 33px;
          background-image: url(/media/css/reviewroom/layouts/hexa/img/icons/halflings/glyphicons_217_circle_arrow_right.png); }
        .rr-window .rr-window-buttons a span.back {
          padding-left: 33px;
          background-image: url(/media/css/reviewroom/layouts/hexa/img/icons/halflings/glyphicons_216_circle_arrow_left.png); }
        .rr-window .rr-window-buttons a span.preview {
          padding-left: 33px;
          background-image: url(/media/css/reviewroom/layouts/hexa/img/icons/halflings/glyphicons_138_picture.png); }
        .rr-window .rr-window-buttons a span.edit {
          padding-left: 33px;
          background-image: url(/media/css/reviewroom/layouts/hexa/img/icons/halflings/glyphicons_030_pencil.png); }
        .rr-window .rr-window-buttons a span.prev {
          padding-left: 33px;
          background-image: url(/media/css/reviewroom/layouts/hexa/img/icons/halflings/glyphicons_216_circle_arrow_left.png); }
  .rr-window .rr-window-close {
    background: transparent url(/media/css/reviewroom/layouts/hexa/img/icons/glyphicons/white/glyphicons_197_remove.png) 50% 50% no-repeat;
    top: 14px;
    right: 14px;
    height: 32px;
    width: 32px;
    display: block;
    position: absolute;
    opacity: 0.9;
    filter: alpha(opacity=90);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$amount*100)"; }
    .rr-window .rr-window-close:hover {
      opacity: 1;
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$amount*100)"; }

/* Responsive below */
@media (min-width: 1000px) {
  .rr-window {
    left: 20%;
    right: 20%; } }
@media (min-width: 1600px) {
  .rr-window {
    left: 25%;
    right: 25%; } }
@media (max-width: 500px) {
  .rr-window {
    left: 2%;
    right: 2%; } }
@media (max-width: 700px) {
  .rr-window .rr-window-buttons a {
    margin-left: 2px;
    margin-right: 2px;
    padding: 4px 10px; }
    .rr-window .rr-window-buttons a span {
      font-size: 12px;
      font-size: 0.75rem;
      padding: 0; } }
@media (max-height: 700px) {
  .rr-window {
    top: 2%;
    bottom: 2%; }
    .rr-window .rr-window-close {
      top: 0px;
      right: 0px;
      -webkit-transform: scale(0.7); }
    .rr-window .rr-window-title {
      font-size: 16px;
      font-size: 1rem;
      height: 30px;
      line-height: 30px; }
    .rr-window .rr-window-content {
      top: 30px; }
    .rr-window .rr-window-buttons {
      height: 45px; }
      .rr-window .rr-window-buttons a {
        margin: 5px;
        padding: 4px 10px; }
        .rr-window .rr-window-buttons a span {
          font-size: 12px;
          font-size: 0.75rem;
          padding: 0; } }
.ui-dialog.rr-dialog {
  background: none;
  border: none;
  border-radius: 0;
  line-height: 20px;
  border: 1px solid #eaeaea;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); }
  .ui-dialog.rr-dialog .tools {
    margin-top: 30px;
    margin-right: 70px;
    position: absolute;
    z-index: 20;
    top: 45px;
    right: -45px; }
  .ui-dialog.rr-dialog .ui-widget-header {
    border: 0;
    color: #2c2c2c;
    padding: 0 10px;
    position: static;
    background: #fff;
    height: 55px;
    line-height: 55px;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: bold; }
  .ui-dialog.rr-dialog .ui-dialog-title {
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: normal;
    line-height: 30px;
    margin: 10px 0;
    font-family: "Open Sans", "Segoe UI", "FreeSans", Helvetica, Arial, sans-serif; }
  .ui-dialog.rr-dialog .ui-dialog-content {
    margin: 0;
    padding: 20px;
    overflow-x: hidden; }
  .ui-dialog.rr-dialog .ui-dialog-buttonpane {
    margin: 0;
    z-index: 1010;
    position: relative;
    background: #f7f7f7; }
  .ui-dialog.rr-dialog .ui-dialog-titlebar-close {
    margin: 0;
    padding: 0;
    border: 0;
    top: 12px;
    right: 12px;
    width: 25px;
    height: 25px;
    z-index: 1010; }
    .ui-dialog.rr-dialog .ui-dialog-titlebar-close:hover {
      background-color: #fff; }
    .ui-dialog.rr-dialog .ui-dialog-titlebar-close span.ui-icon {
      background: #fff url(/media/css/reviewroom/layouts/hexa/img/icons/glyphicons/glyphicons_197_remove.png) no-repeat 0 0;
      width: 25px;
      height: 25px;
      opacity: 0.5;
      filter: alpha(opacity=50); }
      .ui-dialog.rr-dialog .ui-dialog-titlebar-close span.ui-icon:hover {
        opacity: 1;
        filter: alpha(opacity=100);
        background-color: #fff; }

/**
 * file '_foundation_media_queries.scss'
 */
/* 0, 640px */
/* 641px, 1024px */
/* 1025px, 1440px */
/* 1441px, 1920px */
/* 1921px */
.grayscale {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
  -ms-filter: grayscale(1); }

.blurred {
  -webkit-filter: blur(1px); }

.slightly-transparent {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }

.hint {
  position: absolute;
  z-index: 300;
  background: black;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  font-size: 12px;
  padding: 5px 15px;
  line-height: 17px;
  height: 24px;
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  display: none;
  opacity: 0;
  top: 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: left 0.2s ease-in;
  -moz-transition: left 0.2s ease-in;
  -o-transition: left 0.2s ease-in;
  transition: left 0.2s ease-in;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in; }
  .hint:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid black;
    border-right: 5px solid rgba(0, 0, 0, 0.8);
    position: relative;
    left: -20px;
    top: -16px;
    line-height: 20px;
    display: block; }

.tooltip {
  font-family: inherit; }

@charset "UTF-8";
/**
 * file '_foundation_media_queries.scss'
 */
/* 0, 640px */
/* 641px, 1024px */
/* 1025px, 1440px */
/* 1441px, 1920px */
/* 1921px */
.grayscale {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
  -ms-filter: grayscale(1); }

.blurred {
  -webkit-filter: blur(1px); }

.slightly-transparent {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }

.alert {
  border: 1px solid rgba(41, 123, 211, 0.7);
  background-color: rgba(41, 123, 211, 0.02);
  color: #444;
  padding: 10px 15px 9px;
  position: relative;
  border-radius: 10px;
  max-width: 1180px;
  margin: 0 auto 25px; }
  .alert:before {
    position: relative;
    margin-right: 8px;
    font-size: 115%;
    float: left; }
  .alert .close {
    position: absolute;
    right: 15px;
    top: 9px;
    cursor: pointer;
    text-decoration: none; }
    .alert .close:hover {
      text-decoration: none; }
  .alert.alert-info:before, .alert.alert-note:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: 'hexa';
    color: #297bd3; }
  .alert.alert-success {
    border: 1px solid rgba(44, 184, 102, 0.3);
    background-color: rgba(44, 184, 102, 0.02); }
    .alert.alert-success:before {
      content: "";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-family: 'hexa';
      color: #2CB866; }
    .alert.alert-success .close {
      color: #2CB866; }
  .alert.alert-error {
    border: 1px solid rgba(226, 77, 70, 0.8);
    background-color: rgba(226, 77, 70, 0.02); }
    .alert.alert-error:before {
      content: "";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-family: 'hexa';
      color: #e24d46; }
    .alert.alert-error .close {
      color: #e24d46; }
    .alert.alert-error.missing-account-info {
      background: #FFFCF3;
      color: #cb9d3e;
      border: 1px solid #efd372;
      box-shadow: none;
      padding: 20px 30px;
      line-height: 1.5;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      border-radius: 10px; }
      .alert.alert-error.missing-account-info:before {
        display: none; }
      .alert.alert-error.missing-account-info .fa {
        font-size: 28px;
        float: left;
        margin: 5px 15px 0 0; }
      .alert.alert-error.missing-account-info h4 {
        font-size: 1.1em;
        margin: 3px 0 0;
        font-weight: 500; }
      .alert.alert-error.missing-account-info p {
        margin: 8px 0 15px;
        line-height: 1.5; }
      .alert.alert-error.missing-account-info .button {
        margin: 0; }
      .alert.alert-error.missing-account-info .alert-text {
        overflow: hidden; }

span.alert {
  display: inline-block;
  min-width: 70px;
  text-align: center; }

.errorlist {
  list-style-type: none;
  padding: 0; }
  .errorlist li {
    color: #444;
    padding: 10px 15px 9px;
    position: relative;
    border-radius: 10px;
    max-width: 1180px;
    margin: 0 auto 25px;
    border: 1px solid rgba(226, 77, 70, 0.8);
    background-color: rgba(226, 77, 70, 0.02); }
    .errorlist li:before {
      position: relative;
      margin-right: 8px;
      font-size: 115%;
      float: left;
      overflow: hidden; }
    .errorlist li:before {
      content: "";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-family: 'hexa';
      color: #e24d46; }
    .errorlist li .close {
      color: #e24d46; }

.rr-notifier {
  position: fixed;
  _position: absolute;
  top: 34px;
  left: 0;
  right: 0;
  background: #dff0d8 url(/media/img/icons/glyphicons/glyphicons_193_circle_ok.png) no-repeat 15px 50%;
  background-color: #dff0d8;
  color: #468847;
  padding: 10px 10px 10px 50px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  display: none;
  cursor: pointer;
  z-index: 2000;
  line-height: 32px; }
  .rr-notifier.error {
    background: #f2dede url(/media/img/icons/glyphicons/glyphicons_196_circle_exclamation_mark.png) no-repeat 15px 50%;
    background-color: #f2dede;
    color: #b94a48; }
  .rr-notifier.plain {
    color: #555555;
    background: #e0f2ff url(/media/img/icons/glyphicons/glyphicons_245_chat.png) no-repeat 15px 50%;
    text-shadow: -1px -1px 1px white; }

.rr-confirm-shade {
  position: fixed;
  _position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #c8c8c8;
  _filter: alpha(opacity=80);
  background: rgba(200, 200, 200, 0.7);
  z-index: 2000;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.4) inset; }

.rr-confirm {
  position: fixed;
  top: 30%;
  left: 30%;
  width: 500px;
  z-index: 2001;
  background: white;
  padding: 20px;
  padding-bottom: 100px;
  padding-top: 30px;
  border: 1px solid #cccccc;
  border-radius: 2px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1); }
  .rr-confirm.short {
    padding-bottom: 75px; }
  .rr-confirm .message {
    font-weight: 400;
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem; }
  .rr-confirm .ok, .rr-confirm .cancel, .rr-confirm .center-ok {
    text-decoration: none;
    font-weight: 700;
    color: black;
    padding: 6px 6px 6px 30px;
    font-size: 16px;
    font-size: 1rem;
    position: absolute;
    bottom: 20px;
    opacity: 0.5;
    filter: alpha(opacity=50); }
    .rr-confirm .ok:hover, .rr-confirm .cancel:hover, .rr-confirm .center-ok:hover {
      opacity: 1;
      filter: alpha(opacity=100); }
  .rr-confirm .ok {
    left: 150px;
    background: transparent url(/media/img/icons/glyphicons/glyphicons_198_ok.png) no-repeat 0 50%; }
  .rr-confirm .cancel {
    right: 150px;
    background: transparent url(/media/img/icons/glyphicons/glyphicons_197_remove.png) no-repeat 0 50%; }
  .rr-confirm .center-ok {
    background: transparent url(/media/img/icons/glyphicons/glyphicons_198_ok.png) no-repeat 0 50%; }
  .rr-confirm #prompttext {
    margin: 10px;
    width: 90%;
    padding: 15px;
    font-weight: 400;
    border-radius: 3px;
    background: white;
    display: block; }

/**
 * file '_foundation_media_queries.scss'
 */
/* 0, 640px */
/* 641px, 1024px */
/* 1025px, 1440px */
/* 1441px, 1920px */
/* 1921px */
.grayscale {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
  -ms-filter: grayscale(1); }

.blurred {
  -webkit-filter: blur(1px); }

.slightly-transparent {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }

.paginator {
  text-align: right;
  margin: 20px 0;
  border-top: 1px solid #eee;
  padding: 10px; }
  .paginator .range {
    margin-right: 20px;
    display: inline; }
  .paginator .ellipsis {
    margin: 0px 3px;
    display: inline-block;
    font-size: 16px;
    font-size: 1rem; }
  .paginator form {
    display: inline-block;
    margin-left: 10px; }
    .paginator form input {
      width: 25px;
      height: 24px;
      text-align: center;
      display: inline-block;
      color: #222;
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 24px;
      border: 1px solid #ccc;
      background: #fff;
      border-radius: 2px;
      padding: 0 5px;
      margin-left: 2px; }
  .paginator a {
    min-width: 14px;
    height: 24px;
    text-align: center;
    display: inline-block;
    color: #222;
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 24px;
    border: 1px solid #ccc;
    background: #f5f5f5;
    margin-left: 5px;
    border-radius: 2px;
    text-decoration: none;
    font-weight: bold;
    padding: 0 5px; }
    .paginator a:hover:not(.active) {
      background: #fff; }
    .paginator a.active {
      text-decoration: none;
      background: #eee; }

/**
 * file '_foundation_media_queries.scss'
 */
/* 0, 640px */
/* 641px, 1024px */
/* 1025px, 1440px */
/* 1441px, 1920px */
/* 1921px */
.grayscale {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
  -ms-filter: grayscale(1); }

.blurred {
  -webkit-filter: blur(1px); }

.slightly-transparent {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 40px 0; } }
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 40px 0; } }
@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 40px 0; } }
@keyframes progress-bar-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 40px 0; } }
.progress {
  margin: 5px 0;
  position: relative;
  height: 23px;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -ms-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 20px; }
  .progress .bar {
    width: 0%;
    height: 23px;
    color: #000;
    font-size: 11px;
    font-size: 0.6875rem;
    text-align: center;
    line-height: 23px;
    background-color: #0e90d2;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: width 0.6s ease;
    -moz-transition: width 0.6s ease;
    -ms-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease; }
  .progress .progress-label {
    white-space: nowrap;
    overflow-x: visible;
    position: absolute;
    top: -28px;
    font-weight: 700;
    font-size: 14px;
    font-size: 0.875rem;
    left: 0px; }

.progress-striped .bar {
  background-color: #2FCC66;
  border-radius: 10px 0 0 10px; }
.progress-striped.progress-success .bar {
  border-radius: 10px; }

.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-danger .bar {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0); }
.progress-danger.progress-striped .bar {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0)); }

.progress-success .bar {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -ms-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(to bottom, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0); }
.progress-success.progress-striped .bar {
  background-color: #62c462;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0)); }

.progress-info .bar {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0); }
.progress-info.progress-striped .bar {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0)); }

.progress-warning .bar {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -ms-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0); }
.progress-warning.progress-striped .bar {
  background-color: #fbb450;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0)); }

.progress-wrap {
  font-size: 13px;
  font-size: 0.8125rem;
  margin: 45px 0 20px; }
  .progress-wrap ul {
    padding-left: 25px; }
    .progress-wrap ul li {
      line-height: 1.4;
      margin: 7px 0; }
  .progress-wrap .progress-txt span {
    font-weight: 700;
    font-size: 120%; }

/**
 * file '_foundation_media_queries.scss'
 */
/* 0, 640px */
/* 641px, 1024px */
/* 1025px, 1440px */
/* 1441px, 1920px */
/* 1921px */
.grayscale {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
  -ms-filter: grayscale(1); }

.blurred {
  -webkit-filter: blur(1px); }

.slightly-transparent {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }

#survey ul {
  margin: 1.5px 0;
  padding: 0; }
#survey li {
  margin-left: 20px;
  padding: 0;
  list-style-type: none;
  line-height: 2.2rem; }
#survey .dropdown-caret {
  width: auto;
  display: inline-block; }
  #survey .dropdown-caret select {
    width: auto; }
#survey .question {
  padding: 3px 0 5px 0;
  margin: 1.5em 0; }
#survey h1 {
  font-size: 28px;
  font-size: 1.75rem;
  margin-bottom: 20px; }
#survey .hide {
  display: none !important; }

h1.survey-title {
  display: inline-block; }

.datasource-question .query {
  padding-left: 25px;
  background: #fff url(/media/img/icons/halflings/glyphicons_halflings_002_search.png) 5px 50% no-repeat; }
.datasource-question .delete {
  height: 25px;
  width: 25px;
  vertical-align: middle; }
  .datasource-question .delete:hover {
    cursor: pointer; }

#survey div.question.signature {
  overflow-y: visible; }

/* slide css rules */
.slider-container {
  width: 75%;
  margin-left: 12.5%; }

.slider_question {
  width: 75%;
  margin-left: 12.5%;
  margin-top: 10px;
  text-align: center; }

#survey h2.question-title {
  font-weight: 500;
  font-size: 20px;
  font-size: 1.25rem;
  margin: 0;
  line-height: 1.4; }
  #survey h2.question-title label {
    font-weight: 500;
    margin: 0; }
#survey .question {
  background-color: #f9f9f9;
  border-radius: 5px;
  padding: 15px; }

#survey ul.matrix {
  display: table; }
  #survey ul.matrix > li {
    display: table-row; }
  #survey ul.matrix li label {
    display: table-cell;
    margin: .5em;
    *display: inline-block;
    *width: 20%; }

* html #survey ul.matrix li label {
  display: inline-block;
  width: 20%; }

#survey {
  position: relative; }
  #survey .threedCellStart {
    border-right: none;
    border-top: none;
    border-bottom: none; }
  #survey .threedCellEnd {
    border-left: none;
    border-top: none;
    border-bottom: none; }
  #survey .threedCellStartEnd {
    border-top: none;
    border-bottom: none; }
  #survey .threedCellBottom {
    border-top: none; }
  #survey .threedCellTop {
    border-bottom: none; }
  #survey td.threedColHeader {
    text-align: center; }
  #survey table.threedMatrix td label {
    font-weight: normal; }
  #survey .threedTopLeft {
    /*background-color: #b0d8ff;*/
    text-align: center; }
  #survey .threedRadiocolodd {
    background-color: #f9f9f9; }
  #survey .threedRadiocoleven {
    background-color: #ededed; }
  #survey .threedRadiorowodd, #survey .threedRadioroweven {
    /*set row colours here*/ }
  #survey .threedRadioBorder {
    border: 1px solid #888888; }
  #survey .threedRadioHeader {
    text-align: center; }
  #survey .threedRadioCellStart {
    border-right: none;
    border-top: none;
    border-bottom: none; }
  #survey .threedRadioCellEnd {
    border-left: none;
    border-top: none;
    border-bottom: none; }
  #survey .threedRadioCellBottom {
    border-top: none; }
  #survey .threedRadioCellTop {
    border-bottom: none; }
  #survey td.threedRadioColHeader {
    text-align: center;
    background-color: #FFFFFF; }
  #survey td.threedRadioCell {
    text-align: center !important; }
  #survey table td label {
    font-weight: normal; }
  #survey .threedRadioTopLeft {
    background-color: #ededed;
    text-align: center; }
  #survey .threedRadioCellStartEnd {
    border-top: none;
    border-bottom: none; }
  #survey table.grouped-table td, #survey table.grouped-table th {
    text-align: center; }
  #survey .surveyheader li {
    list-style-type: disc;
    margin-left: 20px; }
  #survey .fluid-small {
    font-size: 10px;
    font-size: 0.625rem; }

div#main #survey div.section-separator div.question-body {
  border: 0px solid black !important;
  border-style: hidden !important; }

#survey .question {
  clear: both; }
#survey span.sumtotal {
  display: none; }

#survey-form {
  zoom: 1 !important;
  *height: 0.01% !important; }

#survey .js-progress-bar {
  text-align: right; }
#survey .survey-header h1.survey-title ul li, #survey .survey-description ul li, #survey .survey-header h1.survey-title ol, #survey .survey-description ol, #survey .extraDescription ul li {
  list-style: disc outside; }
#survey .survey-header h1.survey-title ol li,
#survey .survey-description ol li,
#survey .surveyheader .extraDescription ol li {
  list-style: inherit; }

div.survey-progress-outer {
  display: block;
  width: 200px;
  height: 20px !important;
  font-size: 75%;
  overflow: hidden;
  float: right;
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 20px;
  padding: 3px 5px;
  clear: both;
  margin-top: 20px; }
div.survey-progress-inner {
  position: absolute;
  display: block;
  background-color: #2FCC66;
  height: 20px;
  width: 0;
  top: 0px; }

#survey div.question-body {
  clear: both; }

div.surveyheader {
  clear: both; }

#survey #survey-progress-number-display {
  position: relative;
  top: -2px; }
#survey table.grouped-table {
  border-collapse: collapse; }
  #survey table.grouped-table th.matrix-label-header {
    /*width:400px;*/
    padding-bottom: 1em;
    text-align: left; }
#survey .signupmsg {
  width: 100%;
  text-align: center; }
  #survey .signupmsg img {
    margin-top: 5px; }
#survey .drill-down-selector {
  width: 300px !important;
  margin-right: 10px; }
#survey div.branching-info {
  background-color: #F9F9F6;
  padding: 3px 5px 5px; }
#survey div.branching-info-js span {
  padding: 3px 5px 5px; }
#survey div.branching-info-js ul li {
  list-style-type: none; }
#survey div.branching-info-js a {
  padding: 5px; }
  #survey div.branching-info-js a img {
    border: none;
    position: relative;
    top: 3px; }
  #survey div.branching-info-js a.open {
    padding: 5px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-radius-topright: 3px;
    -webkit-border-radius-topleft: 3px;
    margin: 0 0 -1px; }

ul li input[type="text"].other {
  margin-left: 5px; }

#survey ul.horizontal li, #survey li.variable ul.horizontal li {
  padding-right: 10px;
  display: inline-block;
  /*Fix for ie */
  zoom: 1;
  *display: inline !important; }
#survey div.star-container span.star-rating-control {
  vertical-align: middle;
  display: inline-block;
  /*Fix for ie */
  zoom: 1;
  *display: inline !important; }
#survey ul.horizontal li label, #survey li.variable ul.horizontal li label {
  display: inline;
  margin: inherit; }
#survey table.grouped-table th.dynamic-row-header {
  text-align: left; }

.dynamic-grid-question {
  border: 1px solid #888; }
  .dynamic-grid-question th {
    border: 1px solid #888; }
  .dynamic-grid-question td {
    border-left: 1px solid #888;
    border-right: 1px solid #888;
    border-bottom: 1px solid #ccc; }
  .dynamic-grid-question tr td:nth-child(even), .dynamic-grid-question thead th:nth-child(even) {
    background-color: #ededed; }

#survey .dynamic-grid-question td, #survey .dynamic-grid-question th {
  padding: 6px; }
#survey .grouped-table td, #survey .grouped-table th {
  padding: 6px; }
#survey div.group-table-container {
  overflow-x: auto;
  padding-bottom: 4px; }
#survey th.static-col {
  padding: 6px;
  position: absolute;
  text-align: left !important;
  float: left;
  background-color: #F9F9F6; }
#survey th.dynamic-static-col {
  margin-left: -1px;
  border-top: none;
  border-bottom: 1px solid #CCCCCC; }
#survey th.dynamic-static-col-top {
  margin-left: -1px;
  border-bottom: 1px solid #CCCCCC; }
#survey th.dynamic-static-col-spacer {
  margin-right: -1px;
  padding: 6px; }
#survey th.static-col-3d {
  margin-left: -1px; }
#survey th.static-col-spacer-3d {
  margin-right: -1px; }

th.static-col-spacer {
  display: block;
  float: left; }

.question-inline {
  width: 45% !important;
  float: left !important;
  margin-right: 10px !important; }

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

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

#survey ul.matrix li label, #survey ul.matrix li .fake-label {
  display: table-cell; }
#survey ul.matrix li label,
#survey ul.matrix li input,
#survey ul.matrix li textarea,
#survey ul.matrix li .dropdown-caret,
#survey ul.matrix li .fake-label {
  vertical-align: middle;
  margin: 6px;
  *display: inline-block;
  *width: 20%; }

* html #survey ul.matrix li label {
  display: inline-block;
  width: 20%; }

#survey {
  margin-bottom: 8em; }
  #survey ul {
    margin: 1.5px 0;
    padding: 0; }
  #survey .question-body li {
    margin: 15px 0;
    padding: 0;
    list-style-type: none;
    line-height: normal; }
    #survey .question-body li input[type="checkbox"], #survey .question-body li input[type="radio"] {
      margin: 10px 15px 0;
      float: left; }
    #survey .question-body li .label-contain {
      display: block;
      overflow: hidden; }
      #survey .question-body li .label-contain.has-other input, #survey .question-body li .label-contain.has-other label {
        display: inline; }
    #survey .question-body li label {
      display: block;
      overflow: hidden;
      line-height: 2.2rem; }
  #survey .question-body .horizontal .label-contain {
    display: inline-block; }
  #survey ul.matrix {
    display: table; }
  #survey td {
    padding: 6px; }
  #survey .buttons {
    overflow-x: visible;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    text-align: center;
    padding: 1em;
    z-index: 100; }
    #survey .buttons .button-group {
      text-align: center;
      display: inline-block;
      margin-top: 15px; }
      #survey .buttons .button-group .button {
        border-radius: 5px;
        margin: 0 6px; }
  #survey table.grouped-table td {
    text-align: center; }
  #survey table tbody th {
    text-align: left; }
  #survey div.question-body table {
    text-align: left; }
  #survey ul {
    margin: 1.5px 0;
    padding: 0; }
  #survey .threedBorder {
    border: 1px solid #888; }
  #survey .threedCellStart {
    border-right: none;
    border-top: none;
    border-bottom: none; }
  #survey .threedCellEnd {
    border-left: none;
    border-top: none;
    border-bottom: none; }
  #survey .threedCellStartEnd {
    border-top: none;
    border-bottom: none; }
  #survey .threedCellBottom {
    border-top: none; }
  #survey .threedCellTop {
    border-bottom: none; }
  #survey td.threedColHeader {
    text-align: center; }
  #survey td.threedCell {
    text-align: center !important;
    padding: 6px; }
  #survey table.threedMatrix td label {
    font-weight: normal;
    overflow: visible; }
  #survey table.threedMatrix td .label-contain {
    overflow: visible; }
  #survey .threedMatrix, #survey .grouped-table {
    border-collapse: collapse; }
  #survey table.threedMatrix thead th {
    text-align: center; }
  #survey table.threedMatrix th.spanExtraRow, #survey table.threedMatrix th.extraRow {
    display: table-cell !important; }
  #survey table.threedMatrix th.threedRowLabel {
    padding: 6px;
    text-align: left; }
  #survey .threedTopLeft {
    text-align: center;
    padding: 6px; }
  #survey .threedHeader {
    text-transform: none; }
  #survey .threedRadiocolodd {
    background-color: #f9f9f9; }
  #survey .threedRadiocoleven {
    background-color: #ededed; }
  #survey .threedRadiorowodd, #survey .threedRadioroweven {
    /*set row colours here*/ }
  #survey .threedRadioBorder {
    border: 1px solid #888888; }
  #survey .threedRadioHeader {
    text-align: center; }
  #survey .threedRadioCellStart {
    border-left: 1px solid #888888 !important; }
  #survey .threedRadioCellEnd {
    border-right: 1px solid #888888 !important; }
  #survey .threedRadioCellBottom {
    border-top: none; }
  #survey .threedRadioCellTop {
    border-bottom: none; }
  #survey .threedRadioColHeader {
    text-align: center;
    background-color: #FFFFFF;
    padding: 6px; }
  #survey td.threedRadioCell {
    text-align: center !important;
    border-left: none;
    border-right: none; }
  #survey table td label {
    font-weight: normal; }
  #survey .threedRadioTopLeft {
    background-color: #ededed;
    text-align: center;
    padding: 1px 6px 1px 6px; }
  #survey .threedRadioCellStartEnd {
    border-bottom: none; }

tr.threedRadioRow th.static-col {
  padding: 6px; }

.embedded #survey .buttons {
  position: static; }

#survey table.grouped-table {
  width: 100%; }
  #survey table.grouped-table td, #survey table.grouped-table th {
    text-align: center; }
  #survey table.grouped-table tbody tr:hover td, #survey table.grouped-table tbody tr.hover td, #survey table.grouped-table tbody tr:hover th, #survey table.grouped-table tbody tr.hover th {
    background-color: #ececec; }
#survey ul.matrix li:hover, #survey ul.matrix li.hover {
  background-color: #ececec; }
#survey table.threedMatrix tbody tr:hover th, #survey table.threedMatrix tbody tr.hover th, #survey table.threedMatrix tbody tr:hover td, #survey table.threedMatrix tbody tr.hover td {
  background-color: #ececec; }
#survey .survey-header .extraDescription, #survey .question-header .extraDescription {
  margin: 10px 0; }
#survey .survey-header ul, #survey .question-header ul {
  list-style-type: disc;
  margin-left: 20px; }
#survey .survey-header ol, #survey .question-header ol {
  list-style-position: inside;
  list-style-image: none;
  margin-left: 50px; }
#survey .survey-header ul.li, #survey .question-header ul.li {
  list-style-type: disc;
  margin-left: 20px; }
#survey .survey-header ol li, #survey .question-header ol li {
  list-style-type: inherit; }
#survey .grouped-error-box {
  background-color: #FC9797; }
#survey .grouped-table tr.grouped-error-box td {
  padding: 0;
  border: 0; }
  #survey .grouped-table tr.grouped-error-box td ul.errorlist {
    margin: 0; }
#survey div.datetime a.date {
  vertical-align: middle;
  display: inline-block;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  background: url(/media/img/icons/fugue/icons/calendar.png) no-repeat 50% 50%;
  overflow: hidden;
  outline: 0;
  zoom: 1;
  *display: inline; }
#survey .matrixBorder {
  border: 1px solid #888; }
#survey .matrixRowOdd {
  background-color: #F9F9F9; }
#survey .matrixRowEven {
  background-color: #EDEDED; }

/* Make bullets visible for extra description, (when the user is taking the survey)*/
#jumping-options a {
  margin: 0 3px; }

/* Ranking (drag and drop) rules */
#survey .draggable-rank-variable-box {
  width: 200px;
  height: 50px;
  text-align: center;
  display: table;
  background-color: #EEE;
  border-radius: 5px;
  border: 1px solid #CCC;
  cursor: pointer;
  margin: 5px; }
  #survey .draggable-rank-variable-box:hover {
    background-color: #DDD; }
#survey .draggable-rank-variable-text {
  display: table-cell;
  vertical-align: middle; }
#survey .droppable-rank-variable-box {
  width: 200px;
  height: 50px;
  text-align: center;
  display: table;
  background-color: #CCC;
  border-radius: 5px;
  border: 1px solid #AAA;
  cursor: pointer;
  margin: 5px; }
  #survey .droppable-rank-variable-box .draggable-rank-variable-box {
    width: 185px;
    height: 35px;
    text-align: center;
    display: table;
    background-color: #EEE;
    border-radius: 5px;
    border: 1px solid #CCC;
    cursor: pointer; }
#survey .droppable-rank-variable-text {
  display: table-cell;
  vertical-align: middle; }
#survey .rank-choice-bin {
  height: 100%;
  border-radius: 5px;
  border: 1px solid #DDD; }
#survey .rank-middle-cell {
  width: 30px; }
#survey .rank-variable-td {
  display: inline-block;
  height: 100%; }
#survey .rank-choice-td {
  display: inline-block;
  height: 100%; }
#survey .var-choice-table {
  margin-left: 20%;
  margin-right: 20%; }
#survey .rank-variable-bin {
  height: 100%;
  border-radius: 5px;
  border: 1px solid #DDD; }
#survey .drag-icon {
  width: 16px;
  height: 16px;
  display: block;
  vertical-align: middle;
  margin: auto;
  background: url(/media/img/icons/fugue/icons/arrow.png) no-repeat; }

/* Misc
------------------------------------------ */
#survey .question.buttons {
  border-top: 1px solid #eee;
  padding-top: 20px;
  background: none; }
  @media only screen and (max-width: 40em) {
    #survey .question.buttons {
      padding: 0; } }
  #survey .question.buttons .button-group {
    display: block; }
  #survey .question.buttons .button,
  #survey .question.buttons input {
    padding: 10px 15px;
    font-size: 14px;
    font-size: 0.875rem;
    float: none !important; }
    @media only screen and (max-width: 40em) {
      #survey .question.buttons .button,
      #survey .question.buttons input {
        display: block;
        margin: 10px 0;
        width: 100%;
        text-align: center; } }

#language-dropdown {
  float: right;
  margin-top: 30px; }

#survey .d-inline {
  display: inline-block; }

@charset "UTF-8";
/**
 * file '_foundation_media_queries.scss'
 */
/* 0, 640px */
/* 641px, 1024px */
/* 1025px, 1440px */
/* 1441px, 1920px */
/* 1921px */
.grayscale {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
  -ms-filter: grayscale(1); }

.blurred {
  -webkit-filter: blur(1px); }

.slightly-transparent {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }

table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd; }
  table th {
    text-align: start; }
  table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
    padding: 20px 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #DEE1E2;
    padding: 13px 8px 10px;
    font-size: 13px;
    font-size: 0.8125rem;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    font-weight: 400; }
  table > caption + thead > tr:first-child > th, table > colgroup + thead > tr:first-child > th, table > thead:first-child > tr:first-child > th, table > caption + thead > tr:first-child > td, table > colgroup + thead > tr:first-child > td, table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column; }
  table td[class*="col-"], table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell; }
  table thead tr:hover {
    background-color: #fff; }

table tr.description td {
  border-top: none;
  padding: 0 8px 20px; }
  table tr.description td p {
    margin: 0;
    font-size: 14px;
    font-size: 0.875rem;
    color: #555; }
table tr.empty-desc {
  display: none; }

.task-title th,
td.title-col,
.task-link,
.tasks .title,
.view.attachment,
tbody th {
  font-weight: 400; }
  .task-title th a:not(.action),
  td.title-col a:not(.action),
  .task-link a:not(.action),
  .tasks .title a:not(.action),
  .view.attachment a:not(.action),
  tbody th a:not(.action) {
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    border-bottom: 1px dotted rgba(255, 255, 255, 0); }
    .task-title th a:not(.action):hover,
    td.title-col a:not(.action):hover,
    .task-link a:not(.action):hover,
    .tasks .title a:not(.action):hover,
    .view.attachment a:not(.action):hover,
    tbody th a:not(.action):hover {
      color: #46baeb;
      border-bottom: 1px dotted rgba(25, 169, 229, 0.5); }
  .task-title th a.button-highlight:hover,
  td.title-col a.button-highlight:hover,
  .task-link a.button-highlight:hover,
  .tasks .title a.button-highlight:hover,
  .view.attachment a.button-highlight:hover,
  tbody th a.button-highlight:hover {
    color: #fff; }

#round_actions {
  width: 255px; }
  @media only screen and (max-width: 40em) {
    #round_actions {
      width: auto; } }

span.status {
  color: #666;
  font-weight: 500;
  padding: 4px 8px 3px;
  font-size: 11px;
  font-size: 0.6875rem;
  text-transform: uppercase;
  color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  white-space: nowrap; }
  span.status.rejected {
    background-color: #F04848; }
  span.status.complete, span.status.good {
    background-color: #28B374; }
  span.status.incomplete, span.status.bad {
    background-color: #98A0AA; }
  span.status.awarded {
    background-color: #EBB141; }
  span.status.pending {
    background-color: #F28437; }

.blank-row td {
  border: none; }

.form-left table {
  border-bottom: none; }

.reviewer-award-table .fa {
  font-size: 24px;
  font-size: 1.5rem;
  color: rgba(61, 73, 79, 0.5); }
  .reviewer-award-table .fa:hover {
    color: #3D494F; }

.sort-header {
  position: relative;
  padding: 13px 20px 10px 8px; }
  .sort-header:hover {
    background-color: #f9f9f9; }
  .sort-header a {
    color: #222; }
    .sort-header a:after {
      content: "";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-family: 'hexa';
      position: absolute;
      right: 3px;
      color: #ccc; }
  .sort-header.asc a:after {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: 'hexa';
    color: #222; }
  .sort-header.desc a:after {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: 'hexa';
    color: #222; }

@charset "UTF-8";
/**
 * file '_foundation_media_queries.scss'
 */
/* 0, 640px */
/* 641px, 1024px */
/* 1025px, 1440px */
/* 1441px, 1920px */
/* 1921px */
.grayscale {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
  -ms-filter: grayscale(1); }

.blurred {
  -webkit-filter: blur(1px); }

.slightly-transparent {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }

.uploader {
  position: relative;
  z-index: 1; }
  .uploader .upload-list {
    margin: 2em 0 0.5em; }
    .uploader .upload-list h4 {
      color: #444;
      margin-bottom: 7px;
      font-weight: 500;
      text-transform: uppercase; }
    .uploader .upload-list .upload {
      padding: 0.9em 50px 0.9em 3px;
      border-top: 1px solid #eeeeee;
      position: relative; }
      .uploader .upload-list .upload a.icon-remove {
        color: rgba(61, 73, 79, 0.5);
        font-size: 18px; }
        .uploader .upload-list .upload a.icon-remove:after {
          content: "";
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-family: 'hexa'; }
        .uploader .upload-list .upload a.icon-remove:hover {
          color: #3d494f;
          text-decoration: none; }
      .uploader .upload-list .upload.last-child {
        border-bottom: none; }
      .uploader .upload-list .upload:hover {
        background: #f9f9f9; }
      .uploader .upload-list .upload a {
        text-decoration: none; }
        .uploader .upload-list .upload a:hover {
          text-decoration: underline; }
      .uploader .upload-list .upload .tools {
        position: absolute;
        right: 1em;
        top: 1em; }
      .uploader .upload-list .upload .upload-details {
        display: block;
        font-size: 0.85em;
        color: #999999;
        line-height: 1.4;
        font-style: italic; }
      .uploader .upload-list .upload .temp-size {
        display: inline;
        font-size: 0.85em;
        color: #999;
        line-height: 1.4; }
      .uploader .upload-list .upload .file-info {
        margin: 0.5em 0;
        font-size: 90%; }
        .uploader .upload-list .upload .file-info th, .uploader .upload-list .upload .file-info td {
          padding: 0.5em; }
        .uploader .upload-list .upload .file-info tr {
          border-bottom: 1px solid #eeeeee; }
      .uploader .upload-list .upload .upload-progress {
        position: absolute;
        background: #12b25c;
        border-radius: 4px;
        height: 4px;
        bottom: 0;
        left: 0;
        width: 0; }
      .uploader .upload-list .upload .upload-progress-text {
        font-style: italic;
        color: #888888;
        font-size: 90%;
        line-height: 1.4; }
      .uploader .upload-list .upload.bad .upload-progress {
        background: #f20321; }
  .uploader .upload-wrap {
    background: #f8f8f8;
    border: 3px dashed #cccccc;
    text-align: center;
    padding: 30px;
    transition: all 0.1s ease-in-out;
    margin: 20px 0; }
    .uploader .upload-wrap .form-block {
      cursor: default; }
    .uploader .upload-wrap h3 {
      background: url(/media/img/reviewroom/upload.png) no-repeat 50% top;
      padding-top: 65px;
      margin: 0;
      font-size: 1.43em;
      font-weight: 500;
      color: #666666;
      position: relative;
      top: 0;
      transition: all 0.07s ease-in-out; }
    .uploader .upload-wrap .or-text {
      display: block;
      margin: 3px 0 6px;
      color: #aaaaaa;
      text-transform: uppercase;
      font-style: italic; }
    .uploader .upload-wrap .button {
      font-size: 0.95em;
      border-radius: 4px;
      padding: 10px 15px;
      margin: 0 5px; }
      .uploader .upload-wrap .button .button-primary {
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15); }
    .uploader .upload-wrap .browse-wrap {
      transition: opacity 0.06s ease-in-out; }
    .uploader .upload-wrap.drag-over {
      border: 3px solid #2CB866;
      background-color: white;
      -webkit-transform: scale(1.005);
      -moz-transform: scale(1.005);
      -ms-transform: scale(1.005);
      -o-transform: scale(1.005);
      transform: scale(1.005); }
      .uploader .upload-wrap.drag-over .browse-wrap {
        opacity: 0; }
      .uploader .upload-wrap.drag-over h3 {
        color: #444444;
        top: 20px; }
    .uploader .upload-wrap .file-input {
      visibility: hidden;
      width: 0px;
      height: 0px;
      position: absolute; }
    .uploader .upload-wrap .dropdown-caret {
      width: 65%;
      margin: 10px auto; }
      @media only screen and (max-width: 40em) {
        .uploader .upload-wrap .dropdown-caret {
          width: 100%; } }
  .uploader .save-uploads {
    text-align: center;
    margin: 25px 0 40px; }

@charset "UTF-8";
/**
 * file '_foundation_media_queries.scss'
 */
/* 0, 640px */
/* 641px, 1024px */
/* 1025px, 1440px */
/* 1441px, 1920px */
/* 1921px */
.grayscale {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
  -ms-filter: grayscale(1); }

.blurred {
  -webkit-filter: blur(1px); }

.slightly-transparent {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }

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

.clearfix:after {
  clear: both; }

ol li {
  list-style-type: decimal; }

dl dt {
  font-weight: 400; }
dl dd {
  margin-left: 0; }

hr {
  border: none;
  border-top: 1px solid #ddd;
  margin: 25px 0; }

/* Sticky footer
----------------------------------------- */
body {
  background: none; }

.center {
  height: 100%; }

#container {
  min-height: 100%;
  margin-bottom: -200px; }
  #container:after {
    content: "";
    display: block;
    height: 200px; }

#footer-wrapper {
  background: #323232;
  margin-top: 50px;
  padding: 30px 0 50px; }
  #footer-wrapper ul {
    float: right;
    padding: 0; }
    @media only screen and (max-width: 40em) {
      #footer-wrapper ul {
        float: none;
        text-align: center; } }
    #footer-wrapper ul li {
      display: inline;
      margin: 0 1em;
      list-style-type: none;
      font-size: 14px;
      font-size: 0.875rem; }
      @media only screen and (max-width: 40em) {
        #footer-wrapper ul li {
          float: none;
          text-align: center; } }
      #footer-wrapper ul li a {
        color: #fff; }
  #footer-wrapper .footer-branding {
    float: left; }
    @media only screen and (max-width: 40em) {
      #footer-wrapper .footer-branding {
        display: block;
        text-align: center;
        float: none; } }

/* STUFF
----------------------------------------- */
.noscroll {
  overflow: hidden;
  margin: 0; }

#survey .question-title {
  font-weight: bold; }
#survey legend {
  width: 100%; }

.indented {
  padding-left: 3em;
  border-left: 4px solid #f5f5f5; }

.watermarked {
  color: #888; }

#content #main.left {
  float: left;
  width: 75%; }

body.full #content #sidebar {
  display: none; }

/* Top Bar
----------------------------------------- */
.navbar .nav > li > a.next-submission, .navbar .nav > li > a.prev-submission {
  padding: 0;
  width: 30px;
  height: 40px;
  opacity: 0.7;
  filter: alpha(opacity=7); }
.navbar .nav > li > a.next-submission:hover, .navbar .nav > li > a.prev-submission:hover {
  opacity: 1;
  filter: alpha(opacity=1); }
.navbar .nav > li > a.prev-submission {
  background: transparent url(/media/img/icons/fugue/icons/control-skip-180.png) no-repeat 50% 50%; }
.navbar .nav > li > a.next-submission {
  background: transparent url(/media/img/icons/fugue/icons/control-skip.png) no-repeat 50% 50%; }

.no-overflow {
  overflow: visible;
  white-space: nowrap; }

/* Header
----------------------------------------- */
#header .head {
  position: relative;
  border-bottom: 1px solid #E6E6E6;
  margin: 80px 0 40px; }
  @media only screen and (max-width: 40em) {
    #header .head {
      margin: 40px 0; } }
  #header .head a {
    color: #222; }
  #header .head h1,
  #header .head h2 {
    margin: 0;
    line-height: 1.3; }
  #header .head h1.site-title {
    font-size: 26px;
    font-size: 1.625rem;
    clear: both;
    margin: 0 20px 0 0;
    font-weight: 500; }
  #header .head h2.site-subtitle {
    font-weight: 300;
    font-size: 20px;
    font-size: 1.25rem; }
  #header .head .site-heading {
    overflow: hidden; }
  #header .head .has-logo {
    display: inline-block; }
    #header .head .has-logo img {
      float: left;
      max-height: 110px;
      margin-bottom: 8px; }
    #header .head .has-logo .title-group {
      float: left; }
      #header .head .has-logo .title-group h1.site-title {
        margin-top: 10px; }
#header .logo {
  margin-right: 20px;
  max-width: 300px; }
#header .links:empty {
  display: none; }
#header .drawer {
  clear: both; }
#header #primary-nav {
  margin: 20px 0;
  padding: 0; }
  #header #primary-nav ul {
    padding: 0;
    margin: 0; }
    #header #primary-nav ul li {
      list-style: none;
      display: inline-block;
      margin: 0 40px 0 0; }
      #header #primary-nav ul li:last-child {
        margin-right: 0; }
      #header #primary-nav ul li a {
        color: #aaa;
        font-weight: 300;
        font-size: rem-calc(14px);
        text-transform: uppercase;
        letter-spacing: 0.04em;
        -webkit-transition: color 0.2s ease-in;
        -moz-transition: color 0.2s ease-in;
        -o-transition: color 0.2s ease-in;
        transition: color 0.2s ease-in; }
        #header #primary-nav ul li a:hover {
          color: #222; }
#header #mobile-nav {
  display: none; }
  #header #mobile-nav .mobile-menu-btn:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: 'hexa';
    font-size: 12px;
    font-size: 0.75rem;
    margin-right: 5px; }

/* Front Page
----------------------------------------- */
#frontpage .frontpage-text {
  padding-right: 40px; }
  @media only screen and (max-width: 40em) {
    #frontpage .frontpage-text {
      padding-right: 0; } }
#frontpage #activity .item {
  border-bottom: 1px solid #ddd;
  padding: 10px;
  display: block;
  color: #555; }
  #frontpage #activity .item:hover {
    color: #000;
    cursor: default; }
  #frontpage #activity .item:last-child {
    border-bottom: none; }
  #frontpage #activity .item .logo {
    max-height: 32px;
    max-width: 32px;
    _width: 32px; }
  #frontpage #activity .item .right {
    float: left !important; }
#frontpage span {
  margin: 0;
  padding: 0; }
#frontpage .login-option {
  margin-top: 10px; }

.view-mode {
  float: left; }
  .view-mode .tools {
    margin-right: 20px; }

div.linked {
  margin: 20px 0; }
  div.linked h2 {
    float: left;
    margin: 0 20px 0 0; }
div.tasks, div.attachments {
  margin-bottom: 20px;
  background-color: white; }
div.tasks h1 {
  padding: 0 8px;
  line-height: 32px;
  font-weight: bold;
  color: #fafafa;
  background-color: #404040;
  background: -moz-linear-gradient(#666666, #333333);
  background: -webkit-gradient(linear, from(#666666), to(#333333));
  text-shadow: 1px 1px 1px #000;
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px;
  border-radius: 2px 2px 0 0; }
div#recommendation-tasks h1 {
  font-size: 14px;
  font-size: 0.875rem; }
div.tasks div.inner, div.inner {
  margin: 20px; }
div.tasks h2 {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  color: #303030; }
div.tasks p {
  color: #303030;
  margin: 10px 0;
  line-height: 20px; }
div.round {
  margin-bottom: 15px; }

.round table td .show-and-hide a, .round table th .show-and-hide a,
.section table td .show-and-hide a,
.section table th .show-and-hide a {
  font-weight: 700;
  cursor: pointer;
  font-size: 10px;
  font-size: 0.625rem; }
  .round table td .show-and-hide a span, .round table th .show-and-hide a span,
  .section table td .show-and-hide a span,
  .section table th .show-and-hide a span {
    color: #333;
    font-size: 8px;
    font-size: 0.5rem; }
.round table td .notice, .round table th .notice,
.section table td .notice,
.section table th .notice {
  font-style: italic;
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: center; }

table.tasks td.deadline {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #222;
  font-weight: 400;
  line-height: 15px; }

.initially-hidden, .hidden {
  display: none; }

.award-status-column {
  width: 80px; }

div.table-footer {
  position: relative; }

.pagination {
  font-size: 14px;
  font-size: 0.875rem;
  padding-bottom: 10px;
  margin-bottom: 30px; }
  .pagination .page.active {
    color: #111; }
  .pagination .range {
    float: left; }
  .pagination .per-page {
    display: inline; }

#content {
  height: auto;
  outline: none; }

form.search {
  text-align: right; }

input.query {
  padding: 5px;
  border: 1px solid #999;
  font-size: 12px;
  font-size: 0.75rem; }

.applications h3 {
  display: inline; }
.applications table.list .avatar {
  vertical-align: middle;
  height: 20px;
  width: 20px; }

.sponsors .sponsor-name {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400 !important;
  color: #222 !important; }
.sponsors .sponsor {
  max-width: 150px;
  margin: 5px;
  text-align: center; }
  .sponsors .sponsor img {
    max-width: 150px;
    vertical-align: middle; }

.sponsor-info .sponsor-logo {
  clear: both;
  float: left;
  margin: 0 10px 0 0;
  -moz-box-shadow: 0 0 5px #000000;
  -webkit-box-shadow: 0 0 5px #000000;
  box-shadow: 0 0 5px #000000;
  max-width: 200px; }

#welcome .info {
  color: #555; }

.requisition-form table td {
  padding: 5px; }

.social {
  float: left;
  height: 75px;
  width: 70px;
  text-align: center; }
  .social .IN-widget {
    margin: 0 0; }
    .social .IN-widget span {
      margin: 0 0; }

.filter-bar .row .end {
  margin-top: 1.5em; }

.share-email {
  background: url(/media/img/icons/fugue/icons/mail-send.png) no-repeat 5px 50% #fafafa;
  border: 1px solid #eee;
  padding: 5px 5px 5px 25px;
  text-decoration: none; }
  .share-email:hover {
    border: 1px solid #B6C3C9;
    -moz-transition: border 0.2s; }

.form-block {
  position: absolute;
  z-index: 999;
  cursor: wait; }
  .form-block .message {
    background: url(/media/img/reviewroom/ajax-cog.gif) no-repeat scroll 0 50% transparent;
    font-size: 16px;
    font-size: 1rem;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    overflow: visible;
    padding-left: 55px;
    font-style: italic;
    position: relative;
    white-space: nowrap;
    width: 90px; }

.information {
  background-color: #fdfdfd;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  margin: 10px 0;
  padding: 20px;
  text-align: center;
  line-height: 24px; }

#report-form #id_reason {
  width: 500px;
  height: 200px; }

#ranking-pane {
  background: #fff;
  border-bottom: 1px solid #ccc;
  width: 100%;
  margin-bottom: 25px;
  padding: 5px 10px;
  line-height: 30px; }

#ranking-frame {
  display: none;
  width: 98%;
  height: 300px;
  margin: 0px;
  padding-left: 10px;
  border: 1px solid #ccc; }

#ranking-pane .close {
  float: right;
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 25px;
  background: transparent url(/media/img/icons/fugue/icons/cross.png) no-repeat 50% 50%; }

.breadcrumbs {
  font-size: 12px;
  font-size: 0.75rem; }
  .breadcrumbs .breadcrumbs-inner {
    margin: 0 auto 20px;
    display: block; }
    .breadcrumbs .breadcrumbs-inner .breadcrumbs-inner {
      display: inline;
      margin: 0; }

.editable-text-wrapper .ck-editable-text {
  position: relative; }
  .editable-text-wrapper .ck-editable-text:hover {
    _background: #f4f4f5;
    *background: #f4f4f5;
    border-color: #888; }
    .editable-text-wrapper .ck-editable-text:hover .click-to-edit {
      display: block; }
  .editable-text-wrapper .ck-editable-text .click-to-edit {
    display: none;
    bottom: -30px;
    left: 0px;
    position: absolute;
    background: #000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
    color: #eee;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 14px;
    font-weight: 700; }
  .editable-text-wrapper .ck-editable-text .value {
    padding-top: 5px; }
.editable-text-wrapper .editable-text {
  padding: 10px;
  margin: 5px 0;
  border: 1px dashed #eee;
  position: relative;
  min-height: 16px; }
  .editable-text-wrapper .editable-text:hover {
    _background: #f4f4f5;
    *background: #f4f4f5;
    border-color: #888; }
    .editable-text-wrapper .editable-text:hover .click-to-edit {
      display: block; }
  .editable-text-wrapper .editable-text .click-to-edit {
    display: none;
    right: 3px;
    top: 3px;
    position: absolute;
    padding: 3px 6px;
    background-color: #000;
    color: #eee;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-size: 11px;
    font-size: 0.6875rem;
    font-weight: normal;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4); }
.editable-text-wrapper .editable-text-editor {
  display: none;
  padding: 15px;
  margin: 0;
  text-indent: 0;
  position: relative; }
  .editable-text-wrapper .editable-text-editor .editable-tools {
    position: absolute;
    top: -20px;
    left: 5px; }
  .editable-text-wrapper .editable-text-editor textarea {
    outline: none;
    border: none;
    background: transparent;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    width: 97%;
    min-height: 140px; }

#layout-manager {
  position: fixed;
  bottom: 0;
  height: 155px;
  background-color: white;
  background-color: rgba(0, 0, 0, 0.9);
  left: 0;
  right: 0;
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden; }
  #layout-manager .layout-wrap {
    height: 155px;
    width: auto; }
    #layout-manager .layout-wrap .layout {
      margin: 10px;
      width: 256px;
      height: 128px;
      display: block;
      float: left;
      cursor: pointer;
      opacity: 0.7;
      -webkit-transition: opacity 0.3s; }
      #layout-manager .layout-wrap .layout:hover {
        opacity: 1;
        -webkit-transition: opacity 0.3s; }
      #layout-manager .layout-wrap .layout img {
        max-width: 256px;
        max-height: 128px;
        _max-width: 256px;
        _max-height: 128px; }
  #layout-manager::-webkit-scrollbar {
    width: 15px;
    -webkit-appearance: none; }
    #layout-manager::-webkit-scrollbar:horizontal {
      height: 15px; }
  #layout-manager::-webkit-scrollbar-thumb {
    background: #76BFDE; }
    #layout-manager::-webkit-scrollbar-thumb:hover {
      background-color: #DBF4FF; }

.discovery-shade {
  background: #000;
  opacity: 0.8;
  filter: alpha(opacity=8);
  position: fixed;
  _position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2000;
  display: none; }

.discovery {
  background: #fff;
  width: 600px;
  height: 530px;
  position: fixed;
  _position: absolute;
  top: 50%;
  left: 50%;
  margin: -265px -300px;
  z-index: 2001;
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: none; }
  @media only screen and (max-width: 40em) {
    .discovery {
      display: block;
      width: 100%;
      height: auto;
      margin: 0 0;
      top: 0;
      bottom: 0;
      left: 0;
      overflow-y: scroll;
      overflow-x: hidden;
      display: none;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      border-radius: 4px; } }
  .discovery .extra-info {
    color: #777;
    padding: 5px 0;
    font-size: 10px;
    font-size: 0.625rem;
    font-style: italic; }
  .discovery .add-idp-info {
    color: #777;
    font-size: 10px;
    font-size: 0.625rem;
    font-style: italic; }
    .discovery .add-idp-info a {
      color: #444; }
  .discovery .close-link {
    background: transparent url(/media/img/close-button.png) no-repeat 50% 50%;
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 15px;
    top: 10px;
    cursor: pointer; }
  .discovery .discovery-header {
    padding: 20px 30px 10px;
    color: black;
    line-height: 1.4;
    font-size: 18px; }
    @media only screen and (max-width: 40em) {
      .discovery .discovery-header {
        padding: 20px 65px 10px 30px; } }
  .discovery .discovery-footer {
    background: #eee;
    padding: 10px 30px;
    color: black;
    border-top: 1px solid #ddd;
    line-height: 30px;
    width: 100%;
    font-size: 14px;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0;
    border-radius: 0 0 4px 4px;
    position: absolute;
    bottom: 0; }
    @media only screen and (max-width: 40em) {
      .discovery .discovery-footer {
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        bottom: auto; } }
  .discovery .discovery-idps {
    max-height: 350px;
    overflow-y: auto;
    padding: 20px 30px; }
    @media only screen and (max-width: 40em) {
      .discovery .discovery-idps {
        max-height: auto; } }
    .discovery .discovery-idps .idp-name {
      font-size: 14px; }
    .discovery .discovery-idps table {
      border-bottom: 1px solid #e8e8e8; }
      .discovery .discovery-idps table tr th {
        width: 50%; }
      .discovery .discovery-idps table tr td, .discovery .discovery-idps table tr th {
        color: #000;
        padding: 10px; }
    .discovery .discovery-idps .discovery-logo {
      max-width: 80px; }

.skipnav {
  text-align: left; }
  .skipnav a {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden; }
    .skipnav a:focus, .skipnav a:active {
      position: absolute;
      left: 0;
      top: 50px;
      width: auto;
      height: auto;
      overflow: visible;
      text-decoration: underline; }

a.rr_resources span.cke_button_icon {
  background-image: url(/media/img/icons/halflings/glyphicons_halflings_143_link.png); }

.general-disclaimer {
  font-size: 15px;
  font-size: 0.9375rem;
  font-style: italic;
  text-align: center; }

@media only screen and (max-width: 40em) {
  #header .drawer {
    display: none; }
  #header .drawer.active {
    display: block; }
  #header #primary-nav {
    padding: 10px 0; }
    #header #primary-nav ul li {
      display: block;
      border-top: 1px solid #ddd;
      margin-right: 0; }
      #header #primary-nav ul li a {
        display: block;
        padding: 10px 5px; }
  #header #mobile-nav {
    padding: 15px 0;
    text-align: center;
    margin: 20px auto 0;
    display: block;
    clear: both;
    border-top: 1px solid #e6e6e6; }
    #header #mobile-nav a {
      display: block; } }
h2.page-title {
  font-size: 32px;
  font-size: 2rem;
  display: inline-block; }

.sidebar-box,
.basic .sidebar-box {
  border: 1px solid #D6D6D6;
  display: block;
  width: 100%;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 30px;
  margin: 20px 0 30px; }
  .sidebar-box h2,
  .basic .sidebar-box h2 {
    margin: 0 0 10px; }
  .sidebar-box .activity-title,
  .basic .sidebar-box .activity-title {
    font-weight: 400; }
  .sidebar-box .timestamp,
  .basic .sidebar-box .timestamp {
    font-size: 12px;
    font-size: 0.75rem; }
  .sidebar-box table,
  .basic .sidebar-box table {
    border: none; }
    .sidebar-box table label,
    .sidebar-box table .label,
    .basic .sidebar-box table label,
    .basic .sidebar-box table .label {
      font-weight: 400;
      width: 100%; }
    .sidebar-box table td,
    .basic .sidebar-box table td {
      border: none; }
  .sidebar-box label,
  .basic .sidebar-box label {
    font-size: 14px;
    font-size: 0.875rem; }
  .sidebar-box.sign-in input[type="text"],
  .sidebar-box.sign-in input[type="password"],
  .basic .sidebar-box.sign-in input[type="text"],
  .basic .sidebar-box.sign-in input[type="password"] {
    margin-bottom: 10px;
    width: 100%; }
  .sidebar-box a.signin-trouble,
  .basic .sidebar-box a.signin-trouble {
    display: block;
    text-align: center;
    font-size: 12px;
    font-size: 0.75rem;
    margin-top: 10px; }

.group-area {
  padding: 20px;
  border: 1px solid #E3EAEF;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin: 15px 0;
  background-color: #FBFBFC;
  font-weight: 300; }
  .group-area a {
    font-weight: 500; }
  .group-area:before {
    font-size: 28px;
    font-size: 1.75rem;
    float: left;
    margin-right: 15px;
    color: rgba(61, 73, 79, 0.5); }
  .group-area.group-submissions:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: 'hexa'; }
  .group-area.group-review:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: 'hexa'; }
  .group-area.group-recommend:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: 'hexa';
    font-size: 32px;
    font-size: 2rem; }

.page-title-separator {
  display: none; }

.no-float {
  float: none !important; }

.block {
  display: block !important; }

.action-divider {
  display: none; }

.table-scrollable {
  overflow-y: hidden;
  overflow-x: auto;
  width: 100%; }

.full-width {
  width: 100% !important; }

.floating-tools {
  float: right;
  margin-bottom: 30px; }

.floating-btns {
  float: none !important;
  position: absolute;
  bottom: -65px;
  right: 15px;
  z-index: 100; }

body.rtl .floating-btns {
  right: auto;
  left: 15px; }

.donor-list li > div {
  border: 1px solid #eee;
  padding: 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }
.donor-list li .donor-picture {
  display: block;
  text-align: center; }
.donor-list .name {
  font-weight: 400;
  margin-top: 15px; }
.donor-list p {
  margin-top: 0; }

/* Live Editor Styling
-------------------------------------------------- */
#rr-hexa {
  height: auto; }
  #rr-hexa #live-edit-viewpane .wrap {
    width: auto;
    margin-top: 10px; }
    #rr-hexa #live-edit-viewpane .wrap a {
      background: #ddd;
      padding: 5px 8px;
      font-size: 13px;
      font-size: 0.8125rem;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px; }
      #rr-hexa #live-edit-viewpane .wrap a:hover {
        background: #ccc; }
  #rr-hexa .live-edit-option .rr-selector-wrap .rr-dropdown {
    width: auto; }
  #rr-hexa .live-edit-option .rr-selector-wrap .rr-menu {
    padding: 0; }
    #rr-hexa .live-edit-option .rr-selector-wrap .rr-menu li {
      list-style: none; }

/* Registration Page fixes
-------------------------------------------------- */
#registration {
  margin-left: 20%;
  margin-right: 30%; }
  #registration #id_email {
    width: 30%; }

/* Help Page
-------------------------------------------------- */
.faq-contact-support {
  text-align: center; }

@charset "UTF-8";
/**
 * file '_foundation_media_queries.scss'
 */
/* 0, 640px */
/* 641px, 1024px */
/* 1025px, 1440px */
/* 1441px, 1920px */
/* 1921px */
.grayscale {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
  -ms-filter: grayscale(1); }

.blurred {
  -webkit-filter: blur(1px); }

.slightly-transparent {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }

.label {
  font-weight: 400;
  margin: 0.3em 0;
  display: inline-block; }

input[type="text"],
input[type="password"],
input[type="file"],
input[type="email"] {
  padding: 7px;
  border-radius: 3px;
  border: 1px solid #D8D8D8;
  color: #555555;
  -webkit-transition: border 0.1s ease-in;
  -moz-transition: border 0.1s ease-in;
  -o-transition: border 0.1s ease-in;
  transition: border 0.1s ease-in;
  background: white;
  font-size: 14px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.08);
  font-weight: 400; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="file"]:focus,
  input[type="email"]:focus {
    outline: none;
    color: #111111;
    border: 1px solid #b3b3b3; }

textarea {
  padding: 7px;
  border-radius: 3px;
  border: 1px solid #cccccc;
  color: #555555;
  transition: box-shadow 0.2s ease-in;
  background: white;
  font-size: 14px;
  font-weight: 400; }
  textarea:focus {
    outline: none;
    color: #111111;
    box-shadow: 0 0 10px #71a4ff;
    transition: box-shadow 0.2s ease-in; }

/* Select / Dropdowns
/---------------------------------------------- */
select {
  padding: 7px;
  border-radius: 3px;
  border: 1px solid #D8D8D8;
  color: #555555;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  font-size: 14px;
  background: white;
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.07);
  position: relative;
  z-index: 1; }
  select:focus {
    outline: none;
    color: #111111;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    border: 1px solid #b3b3b3; }

.dropdown-caret {
  position: relative;
  background-color: #fff; }
  .dropdown-caret:after {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: 'hexa';
    position: absolute;
    top: 9px;
    right: 10px;
    z-index: 0;
    color: #000; }
  .dropdown-caret select {
    padding-right: 30px;
    background-color: transparent; }
    .dropdown-caret select:hover {
      cursor: pointer; }
  .dropdown-caret:hover {
    cursor: pointer; }

.dropdown-small select {
  font-size: 12px; }
.dropdown-small:after {
  font-size: 12px; }

/* Forms
/---------------------------------------------- */
form .autocomplete {
  position: absolute;
  min-height: 40px;
  background: white;
  border: 1px solid #dddddd;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
  max-height: 300px;
  overflow-y: auto;
  overflow-x: visible; }
  form .autocomplete.loading {
    background: white url(/media/img/reviewroom/ajax-dots.gif) no-repeat 50% 50%;
    background-size: 32px; }
  form .autocomplete .item {
    padding: 5px 10px;
    cursor: pointer; }
    form .autocomplete .item:hover {
      background: #eeeeee; }
    form .autocomplete .item.highlight {
      background: #addbff; }

.field-wrapper label,
.field-wrapper label[for],
.field-wrapper .label {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500; }

.postfix input[type="text"] {
  border-radius: 4px 0 0 4px;
  width: 100%; }
.postfix input[type="submit"],
.postfix .button {
  border-radius: 0 4px 4px 0;
  border-left: none; }

@charset "UTF-8";
/**
 * file '_foundation_media_queries.scss'
 */
/* 0, 640px */
/* 641px, 1024px */
/* 1025px, 1440px */
/* 1441px, 1920px */
/* 1921px */
.grayscale {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
  -ms-filter: grayscale(1); }

.blurred {
  -webkit-filter: blur(1px); }

.slightly-transparent {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }

.navbar {
  outline: none; }
  .navbar .container {
    margin: 0 auto;
    *zoom: 1; }
    .navbar .container:before {
      display: table;
      content: ""; }
    .navbar .container:after {
      display: table;
      content: "";
      clear: both; }

@media (max-width: 767px) {
  .navbar-fixed-top {
    margin-left: -20px;
    margin-right: -20px; } }
@media (min-width: 980px) {
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important; } }
.dropdown {
  position: relative; }

.dropdown-toggle {
  *margin-bottom: -3px; }
  .dropdown-toggle:active {
    outline: 0; }

.open .dropdown-toggle {
  outline: 0; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid black;
  opacity: 0.3;
  filter: alpha(opacity=30);
  content: ""; }

.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px; }
.dropdown:hover .caret {
  opacity: 1;
  filter: alpha(opacity=100); }

.open.dropdown .caret {
  opacity: 1;
  filter: alpha(opacity=100); }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 1px;
  background: white;
  border: 1px solid #cccccc;
  border-radius: 3px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2); }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu li {
    margin: 0;
    line-height: 30px; }
    .dropdown-menu li a {
      padding: 12px 20px; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 2px 17px;
    overflow: hidden;
    background-color: white;
    border-bottom: 1px dashed #ebdddd; }
  .dropdown-menu a {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #444444;
    white-space: nowrap;
    text-decoration: none; }
  .dropdown-menu strong {
    font-weight: bold;
    display: block;
    padding: 7px 15px;
    clear: both;
    line-height: 18px;
    color: #333333;
    white-space: nowrap; }
  .dropdown-menu:before {
    content: "";
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #cccccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -7px;
    left: 9px; }
  .dropdown-menu:after {
    content: "";
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    position: absolute;
    top: -6px;
    left: 10px; }
  .dropdown-menu li:not(.divider):hover {
    background: #E7FAFF; }
    .dropdown-menu li:not(.divider):hover a {
      text-decoration: none; }

.dropdown.open {
  *z-index: 1000; }
  .dropdown.open .dropdown-toggle {
    color: white;
    background: #cccccc;
    background: rgba(0, 0, 0, 0.3); }
  .dropdown.open .dropdown-menu {
    display: block; }

.pull-right .dropdown-menu {
  left: auto;
  right: 0;
  margin-top: 2px; }

.nav {
  margin-left: 0;
  margin-bottom: 18px;
  list-style: none;
  padding-left: 20px; }
  .nav > li > a {
    display: block; }
    .nav > li > a:hover {
      text-decoration: none;
      background-color: #eeeeee; }
    .nav > li > a#edit-mode {
      color: white;
      padding: 3px 15px 4px 12px;
      margin-top: 3px;
      border-radius: 4px;
      background-color: #666; }
      .nav > li > a#edit-mode:before {
        content: "";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-family: 'hexa';
        opacity: 0.5;
        top: 1px;
        position: relative; }
      .nav > li > a#edit-mode.open {
        background: #2BA84E;
        cursor: pointer; }
  .nav .nav-header {
    display: block;
    padding: 3px 15px;
    font-size: 11px;
    font-weight: bold;
    line-height: 18px;
    color: #999999;
    text-transform: uppercase; }
  .nav li + .nav-header {
    margin-top: 9px; }
  .nav .logo, .nav .avatar {
    height: 20px;
    width: 20px;
    float: left;
    margin-right: 7px; }
  .nav .avatar {
    border-radius: 20px; }
  .nav .logo {
    background: #eeeeee; }

.navbar {
  *position: relative;
  *z-index: 2;
  overflow: visible;
  margin-bottom: 18px; }

.navbar-inner {
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background: #323232; }
  .navbar-inner .pull-center {
    position: absolute;
    left: 40%; }

.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0; }

.navbar-fixed-top .navbar-inner, .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.navbar-fixed-top {
  top: 0; }

.navbar {
  font-size: 14px;
  font-weight: 400; }
  .navbar .nav {
    position: relative;
    left: 0;
    display: block;
    float: left;
    margin: 0 10px 0 0; }
    .navbar .nav.pull-right {
      float: right; }
    .navbar .nav > li {
      display: block;
      float: left;
      margin-left: 0px;
      padding: 2px; }
      .navbar .nav > li > a {
        float: none;
        padding: 7px 20px 6px;
        line-height: 20px;
        color: #dddddd;
        text-decoration: none;
        font-weight: 400; }
        .navbar .nav > li > a:hover {
          background-color: transparent;
          color: white;
          text-decoration: none; }
        .navbar .nav > li > a.head {
          background: #ce0404;
          height: 22px;
          margin-top: -2px;
          line-height: 23px;
          text-shadow: none;
          color: white;
          text-transform: uppercase;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) inset; }
        .navbar .nav > li > a.dashboard-link {
          padding-left: 23px;
          background: transparent url(/media/img/icons/halflings/white/glyphicons_041_charts.png) no-repeat 2px 50%; }
        .navbar .nav > li > a.home-link:before {
          content: "";
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-family: 'hexa';
          margin-right: 5px;
          opacity: 0.5;
          filter: alpha(opacity=50);
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$amount*100)"; }
        .navbar .nav > li > a.style-link:before {
          content: "";
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-family: 'hexa';
          margin-right: 5px;
          opacity: 0.5;
          filter: alpha(opacity=50);
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$amount*100)"; }
        .navbar .nav > li > a.sign-in-link {
          padding-left: 23px;
          background: transparent url(/media/img/icons/halflings/white/glyphicons_044_keys.png) no-repeat 2px 50%; }
        .navbar .nav > li > a.sign-up-link {
          padding-left: 23px;
          background: transparent url(/media/img/icons/halflings/white/glyphicons_006_user_add.png) no-repeat 2px 50%; }
        .navbar .nav > li > a.public-link:before {
          content: "";
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-family: 'hexa';
          margin-right: 5px;
          opacity: 0.5;
          filter: alpha(opacity=50);
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$amount*100)"; }
    .navbar .nav .active > a {
      color: white;
      text-decoration: none;
      background-color: #222222; }
      .navbar .nav .active > a:hover {
        color: white;
        text-decoration: none;
        background-color: #222222; }
  .navbar .divider-vertical {
    height: 40px;
    width: 1px;
    margin: 0 9px;
    overflow: hidden;
    background-color: #222222;
    border-right: 1px solid #333333; }
  .navbar .nav.pull-right {
    margin-left: 10px;
    margin-right: 0; }

.navbar-fixed-bottom .dropdown-menu:before {
  border-top: 7px solid #cccccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  bottom: -7px;
  top: auto; }
.navbar-fixed-bottom .dropdown-menu:after {
  border-top: 6px solid white;
  border-bottom: 0;
  bottom: -6px;
  top: auto; }

.navbar .nav .dropdown-toggle .caret, .navbar .nav .open.dropdown .caret {
  border-top-color: white;
  border-bottom-color: white; }
.navbar .nav .active .caret {
  opacity: 1;
  filter: alpha(opacity=100); }
.navbar .nav .open > .dropdown-toggle, .navbar .nav .active > .dropdown-toggle, .navbar .nav .open.active > .dropdown-toggle {
  background-color: transparent; }
.navbar .nav .active > .dropdown-toggle:hover {
  color: white; }
.navbar .nav.pull-right .dropdown-menu, .navbar .nav .dropdown-menu.pull-right {
  left: auto;
  right: 0; }
.navbar .nav.pull-right .dropdown-menu:before, .navbar .nav .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px; }
.navbar .nav.pull-right .dropdown-menu:after, .navbar .nav .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.logo-topbar img {
  margin-top: 5px; }

span.user-meta,
.admin-link span {
  color: #ddd; }

.has-dropdown .dropdown {
  display: none; }
.has-dropdown.open .dropdown {
  display: block; }

@media only screen and (max-width: 40em) {
  #top-toolbar {
    display: none; } }
@media print {
  #top-toolbar {
    display: none; } }

@media (max-width: 1200px) {
  .navbar .nav > li.large-up {
    display: none; }

  .navbar .nav .extra-sub-options {
    display: none; } }

/**
 * file '_foundation_media_queries.scss'
 */
/* 0, 640px */
/* 641px, 1024px */
/* 1025px, 1440px */
/* 1441px, 1920px */
/* 1921px */
.grayscale {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
  -ms-filter: grayscale(1); }

.blurred {
  -webkit-filter: blur(1px); }

.slightly-transparent {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }

#awards .awards-form {
  padding: 10px 0; }
#awards .new {
  padding: 2px;
  border: 1px solid #FD5;
  border-radius: 2px;
  color: #C09853;
  font-size: 10px;
  background: #FFE;
  margin: 0 4px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0;
  cursor: default; }
#awards table {
  width: 100%; }
  #awards table td .show-and-hide a, #awards table th .show-and-hide a {
    font-weight: 700;
    cursor: pointer;
    font-size: 10px; }
    #awards table td .show-and-hide a span, #awards table th .show-and-hide a span {
      color: #333;
      font-size: 8px; }
  #awards table td .notice, #awards table th .notice {
    font-style: italic;
    font-size: 13px;
    text-align: left; }
  #awards table th.award-actions {
    width: 230px; }
  #awards table td.deadline .inner-deadline .open, #awards table td.deadline .inner-deadline .closed {
    text-transform: uppercase;
    font-size: 10px;
    color: #888; }
  #awards table td.deadline .inner-deadline .open-date, #awards table td.deadline .inner-deadline .closed-date {
    margin-bottom: 10px; }
  #awards table tr {
    border-bottom: 1px solid #ccc;
    -moz-transition: background-color 0.5s;
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s; }
    #awards table tr.selected {
      background-color: #F7FBFD;
      -moz-transition: background-color 0.5s;
      -webkit-transition: background-color 0.5s;
      transition: background-color 0.5s; }
    #awards table tr.disabled {
      background-color: #f5f5f5; }
  #awards table tr:last-child {
    border-bottom: none; }
  #awards table td .limit-reached-msg,
  #awards table td .award-limits-msg,
  #awards table td .notice {
    font-weight: 400;
    font-style: italic;
    font-size: 14px;
    line-height: 1.4;
    display: block; }
  #awards table td .award-limits-msg {
    font-weight: 300;
    font-size: 12px;
    margin-top: 6px; }
#awards .award-table {
  border: 1px solid #CCC;
  background: #FAFAFA; }
  #awards .award-table td {
    padding: 5px 10px; }
  #awards .award-table .label {
    width: 150px;
    font-weight: bold; }
  #awards .award-table .value {
    text-align: left; }
  #awards .award-table .odd {
    color: #222;
    background: #D9D9D9; }
#awards .award-status-open,
#awards .award-status-closed {
  color: #222;
  display: block;
  font-size: 14px;
  margin: 5px 0;
  padding: 7px 5px 4px 25px; }
#awards .award-status-open {
  background: url(/media/css/reviewroom/layouts/hexa/img/icons/fugue/icons/door-open.png) no-repeat scroll 5px 50% #95c8ff;
  border-bottom: 1px solid #1A4C80; }
#awards .award-status-closed {
  background: url(/media/css/reviewroom/layouts/hexa/img/icons/fugue/icons/door--exclamation.png) no-repeat scroll 5px 50% #ffc895;
  border-bottom: 1px solid #804C1A; }
#awards img.thumb {
  margin: 3px;
  margin-right: 15px;
  float: left; }
#awards .list {
  width: 100%;
  margin-top: 10px; }
  #awards .list tr.odd {
    border: 1px solid #AAA;
    background: #F5F5F5; }
  #awards .list tr.award td {
    padding: 3px; }
    #awards .list tr.award td.buttons {
      vertical-align: bottom;
      text-align: right; }
  #awards .list .award-name {
    font-weight: 400; }
  #awards .list span.award-name {
    font-size: 15px;
    color: #222;
    text-shadow: 1px 1px 1px #FFF;
    font-weight: bold;
    font-family: sans-serif, arial, helvetica; }
  #awards .list span.award-description {
    font-size: 12px;
    color: #555;
    display: inline-block;
    width: 500px; }
#awards .results {
  font-style: italic;
  color: #444;
  font-size: 12px; }
#awards .blockMsg {
  background-color: white; }

.awards-search-form {
  margin-top: 25px; }
  .awards-search-form input[type="submit"].clear-search {
    float: left; }

.awards-banner {
  padding: 1em 0; }
  .awards-banner .award-list-description {
    font-size: 13px;
    line-height: 20px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; }

.awards-form-top {
  margin: 0 0 0 30px;
  position: absolute;
  top: 0;
  right: 20px; }

#account-settings-form td, #account-settings-form th {
  vertical-align: top; }

.actions .add-to-list.button {
  background-color: #2CB866;
  color: #fff;
  border: none; }
  .actions .add-to-list.button:hover {
    background-color: #27a35b; }

/* DONORS
---------------------------------------------------- */
.donor-item:hover .donor-inner {
  border: 1px solid #ccc; }
.donor-item .donor-inner {
  border: 1px solid #eee;
  -webkit-transition: border 0.2s ease-in;
  -moz-transition: border 0.2s ease-in;
  -o-transition: border 0.2s ease-in;
  transition: border 0.2s ease-in; }
.donor-item a {
  color: #333; }
.donor-item .donor-text {
  padding: 10px 15px; }
  .donor-item .donor-text h3 {
    margin-bottom: 10px; }
  .donor-item .donor-text p {
    font-size: 14px; }
.donor-item .donor-picture {
  height: 200px; }
  .donor-item .donor-picture img {
    max-height: 200px;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }

/* Bulk application creator --> Applicant Award Table
------------------------------------------------------------- */
.application-list-footer {
  position: fixed;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 16px;
  z-index: 1000;
  background: #F5F6F7;
  border-top: 1px solid #E6E6E6; }
  .application-list-footer .application-list-footer-inner {
    width: 100%; }
    .application-list-footer .application-list-footer-inner .visible-collapsed {
      padding: 10px 10px 20px;
      cursor: pointer; }
    .application-list-footer .application-list-footer-inner .apps-title {
      display: inline-block;
      position: relative;
      top: 5px; }
    .application-list-footer .application-list-footer-inner .collapse-marker {
      margin: 0 10px; }
    .application-list-footer .application-list-footer-inner .right-side {
      float: right;
      margin-right: 30px; }
      @media only screen and (max-width: 40em) {
        .application-list-footer .application-list-footer-inner .right-side {
          float: none;
          margin: 15px 0 0; } }
      .application-list-footer .application-list-footer-inner .right-side .button {
        margin: 0;
        padding: 6px 15px; }
    .application-list-footer .application-list-footer-inner .apps-selected-txt {
      font-weight: bold;
      font-size: 17px; }
  .application-list-footer span.apps-selected {
    margin-left: 15px; }
  .application-list-footer .award-list-collapsable {
    max-height: 125px;
    overflow-y: scroll; }
  .application-list-footer .selected-award-list {
    width: 95%;
    margin: 0 auto 10px;
    border-bottom: none; }
    .application-list-footer .selected-award-list tr td {
      padding: 7px 0;
      border-top: 1px solid #e9e9e9;
      font-size: 14px; }
    .application-list-footer .selected-award-list tr:last-child td {
      border-bottom: none; }
    .application-list-footer .selected-award-list tr td.name {
      width: 73%; }
    .application-list-footer .selected-award-list tr td.quantity {
      width: 6%;
      text-align: right; }
      .application-list-footer .selected-award-list tr td.quantity input {
        width: 40px; }
    .application-list-footer .selected-award-list tr td.award-subtotal {
      min-width: 5%;
      text-align: right; }
    .application-list-footer .selected-award-list tr td.actions {
      width: 3%;
      text-align: right; }
  .application-list-footer .remove-award {
    color: #666;
    text-decoration: none; }
    .application-list-footer .remove-award:hover {
      color: #000; }

/**
 * file '_foundation_media_queries.scss'
 */
/* 0, 640px */
/* 641px, 1024px */
/* 1025px, 1440px */
/* 1441px, 1920px */
/* 1921px */
.grayscale {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
  -ms-filter: grayscale(1); }

.blurred {
  -webkit-filter: blur(1px); }

.slightly-transparent {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }

#public #submission .activity h4 {
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 5px; }
#public #submission .activity .item {
  color: #555;
  font-size: 11px;
  margin-bottom: 10px; }
  #public #submission .activity .item:hover {
    color: #000;
    cursor: default; }
#public .options h4 {
  margin-bottom: 10px; }
#public .options input[type="submit"] {
  margin-top: 25px; }
#public .submissions .submission {
  line-height: 1; }
  #public .submissions .submission .wrapper {
    padding: 10px;
    height: 190px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin: 5px;
    background: #FAFAFA;
    overflow: hidden; }
  #public .submissions .submission .processing-message {
    color: #333;
    text-align: center;
    line-height: 20px;
    padding-top: 25px;
    text-decoration: none;
    color: #eee;
    background-color: #333;
    height: 90px; }
  #public .submissions .submission .preview {
    text-align: center;
    height: 90px;
    width: 150px;
    position: relative;
    overflow: hidden; }
    #public .submissions .submission .preview .thumbnail {
      max-height: 90px;
      max-width: 120px;
      *height: 90px; }
    #public .submissions .submission .preview .logo {
      max-height: 90px;
      max-width: 120px; }
  #public .submissions .submission .panes .wrap {
    float: left;
    width: 50%;
    height: 75px;
    text-align: center;
    background-color: #000; }
  #public .submissions .submission .panes img {
    max-width: 135px;
    height: 75px; }
  #public .submissions .submission .bio {
    padding: 5px; }
    #public .submissions .submission .bio a {
      text-decoration: none;
      color: #555;
      font-size: 10px;
      font-size: 11px;
      line-height: 10px; }
  #public .submissions .submission .votes {
    font-style: italic;
    color: #999;
    font-size: 10px;
    margin-top: 10px; }
  #public .submissions .submission .vote-button-wrap {
    padding: 5px 2px; }
    #public .submissions .submission .vote-button-wrap .vote {
      width: 100%;
      text-align: center; }
#public #pagination {
  padding: 10px; }
  #public #pagination .page {
    background: #fff;
    color: #222;
    display: block;
    float: left;
    font-size: 12px;
    height: 22px;
    margin: 2px;
    text-align: center;
    text-decoration: none;
    width: 25px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px; }
    #public #pagination .page:hover {
      background: #ddd; }
    #public #pagination .page.active {
      background: #eee; }

#public-tools {
  position: absolute;
  right: 5%;
  top: 60px;
  background: #E7E7E7;
  border: 1px solid #D9D9D9;
  padding: 5px;
  box-shadow: 2px 2px 2px #CDCDCD; }
  #public-tools table td {
    padding: 3px; }

#public #sidebar {
  float: right;
  width: 300px; }
#public #profile .left .logo {
  max-width: 250px; }
#public #profile.full .task {
  margin: 20px 0; }
  #public #profile.full .task h4 {
    margin-bottom: 10px; }
#public #profile:not(.full) .panes {
  width: 500px;
  float: right; }
#public #profile .section {
  padding: 20px;
  border-bottom: 1px solid #ddd; }
#public #profile h4 {
  font-weight: bold; }
#public #profile table.survey {
  width: 100%;
  border: 1px solid #EEE;
  margin: 10px; }
  #public #profile table.survey tr:nth-child(even) {
    background-color: #f5f5f5; }
  #public #profile table.survey th, #public #profile table.survey td {
    padding: 15px; }
  #public #profile table.survey th {
    font-weight: bold;
    width: 25%; }
#public #profile .social {
  padding: 10px; }
#public #profile .portfolio-item img {
  border: 1px solid #444;
  margin: 5px;
  box-shadow: 3px 3px 3px #777;
  opacity: 0.9; }
  #public #profile .portfolio-item img:hover {
    opacity: 1; }
#public #profile .single-image-preview {
  text-align: center; }
  #public #profile .single-image-preview img {
    border: 1px solid #ccc;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
    max-height: 800px; }
#public .voter .vote-up, #public .voter .vote-down {
  height: 24px;
  width: 24px;
  float: left;
  display: block;
  margin: 10px;
  opacity: 0.5;
  filter: alpha(opacity=50); }
  #public .voter .vote-up:hover, #public .voter .vote-down:hover {
    opacity: 0.8;
    filter: alpha(opacity=80); }
  #public .voter .vote-up.active, #public .voter .vote-down.active {
    opacity: 1;
    filter: alpha(opacity=100); }
#public .voter .vote-up {
  background: transparent url(/media/img/icons/fugue/bonus/icons-24/thumb-up.png) no-repeat 50% 50%; }
#public .voter .vote-down {
  background: transparent url(/media/img/icons/fugue/bonus/icons-24/thumb.png) no-repeat 50% 50%; }
#public #contact table {
  width: 100%; }
  #public #contact table label {
    font-weight: bold; }
  #public #contact table td, #public #contact table th {
    padding: 10px; }
  #public #contact table input[type="text"], #public #contact table textarea {
    width: 300px; }

input#search {
  -moz-background-clip: border;
  -moz-background-origin: padding;
  -moz-background-size: auto auto;
  -moz-border-radius: 6px 6px 6px 6px;
  -moz-box-shadow: 1px 1px 10px #C3C4C5;
  background-attachment: scroll;
  background-color: white;
  background-image: url(/media/img/icons/halflings/glyphicons_halflings_002_search.png);
  background-position: 188px 50%, left top;
  background-repeat: no-repeat, repeat-x;
  border: 1px solid #B8B8B8;
  color: #101010;
  outline: medium none;
  padding: 5px;
  width: 200px; }

.forum-tools {
  float: right; }

.comment_box {
  padding: 2em;
  position: relative; }
  .comment_box.comment_reply {
    border-left: 2px solid #444; }
  .comment_box .comment_controls {
    position: absolute;
    top: 0;
    right: 0; }
  .comment_box .thread-footer {
    padding: 1em 0;
    border-bottom: 1px solid #eee; }

@charset "UTF-8";
/**
 * file '_foundation_media_queries.scss'
 */
/* 0, 640px */
/* 641px, 1024px */
/* 1025px, 1440px */
/* 1441px, 1920px */
/* 1921px */
.grayscale {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
  -ms-filter: grayscale(1); }

.blurred {
  -webkit-filter: blur(1px); }

.slightly-transparent {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }

#rankings .toolbar .search {
  background: #fff url(/media/img/icons/halflings/glyphicons_halflings_002_search.png) no-repeat 10px 50%;
  width: 110px;
  padding: 10px 9px 10px 30px;
  border-radius: 1px;
  font-size: 11px; }
#rankings .toolbar .rr-selector-wrap .rr-dropdown {
  width: 110px; }
#rankings .selector-wrap {
  border: 1px solid #ddd;
  margin: 30px 0;
  min-height: 300px; }
#rankings #team-selector {
  width: 100%;
  max-width: 1000px; }
#rankings .selector {
  max-height: 600px;
  overflow-y: auto; }
  #rankings .selector .node .parent {
    padding: 5px;
    border-top: 1px solid #eee;
    cursor: pointer;
    position: relative;
    font-size: 0.95em; }
    #rankings .selector .node .parent:before {
      content: "";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-family: 'hexa';
      margin-right: 5px;
      position: relative;
      top: 1px;
      color: rgba(0, 0, 0, 0.5); }
    #rankings .selector .node .parent:first-child {
      border: none; }
    #rankings .selector .node .parent:not(.selected):hover, #rankings .selector .node .parent.expanded:not(.selected):hover {
      background-color: #64B694;
      color: #fff; }
    #rankings .selector .node .parent.expanded:before {
      content: "";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-family: 'hexa';
      margin-right: 5px;
      position: relative;
      top: 1px;
      color: rgba(0, 0, 0, 0.5); }
    #rankings .selector .node .parent.selected {
      background-color: #DAFFEF; }
    #rankings .selector .node .parent .my-score {
      position: absolute;
      color: #777;
      right: 3%;
      top: 15%;
      bottom: 15%;
      font-style: italic;
      font-size: 10px;
      text-align: right;
      background: #fff;
      padding: 4px;
      border: 1px solid #eee;
      line-height: 15px;
      border-radius: 20px; }
  #rankings .selector .node .children {
    display: none; }
    #rankings .selector .node .children .child {
      padding: 5px 5px 5px 25px;
      cursor: pointer;
      font-size: 0.9em; }
      #rankings .selector .node .children .child:before {
        content: "";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-family: 'hexa';
        margin-right: 7px;
        position: relative;
        top: 1px;
        font-size: 90%;
        color: rgba(0, 0, 0, 0.2); }
      #rankings .selector .node .children .child:nth-child(odd) {
        background-color: #f5f5f5; }
      #rankings .selector .node .children .child:hover {
        background-color: #64B694;
        color: #fff; }
      #rankings .selector .node .children .child.selected {
        background-color: #DAFFEF; }
#rankings .data {
  color: #000;
  margin: 30px 0;
  overflow-y: auto;
  overflow-x: visible;
  min-height: 300px; }
  #rankings .data h4 {
    padding: 10px;
    font-size: 14px;
    font-weight: bold; }
  #rankings .data .chart-wrap {
    margin: 10px;
    background: none;
    width: 95%; }
  #rankings .data table.comments {
    padding: 10px;
    margin: 10px;
    background: #fff;
    width: 98%;
    border: 1px solid #e5e5e5; }
    #rankings .data table.comments tr:nth-child(even) {
      background-color: #f0f0f0; }
    #rankings .data table.comments th {
      font-weight: bold; }
    #rankings .data table.comments td, #rankings .data table.comments th {
      padding: 5px; }
  #rankings .data .empty-message {
    padding: 20px;
    text-align: center;
    background: white;
    border: 1px solid #DDD;
    font-size: 12px;
    font-weight: bold; }
#rankings .pagination {
  padding: 5px;
  text-align: left; }
  #rankings .pagination a.page {
    min-width: 10px;
    height: 21px;
    text-align: center;
    display: inline-block;
    color: #222;
    font-size: 9px;
    line-height: 20px;
    border: 1px solid #ccc;
    background: #f5f5f5;
    margin-left: 5px;
    margin-bottom: 2px;
    border-radius: 2px;
    text-decoration: none;
    font-weight: bold;
    padding: 0 5px; }
    #rankings .pagination a.page:hover:not(.active) {
      background: #fff; }
    #rankings .pagination a.page.active {
      text-decoration: none;
      background: #eee; }

.recommendations center {
  text-align: left; }
.recommendations .section-title {
  padding: 0;
  background-color: transparent;
  color: #323b3d;
  font-weight: 500;
  font-size: 1.5em;
  margin: 30px 0; }

@charset "UTF-8";
/**
 * file '_foundation_media_queries.scss'
 */
/* 0, 640px */
/* 641px, 1024px */
/* 1025px, 1440px */
/* 1441px, 1920px */
/* 1921px */
.grayscale {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
  -ms-filter: grayscale(1); }

.blurred {
  -webkit-filter: blur(1px); }

.slightly-transparent {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }

#summary {
  margin-top: 30px; }
  #summary .reference-material,
  #summary .reviewer-notes {
    display: none; }
  #summary .reference-material-link,
  #summary .reviewer-notes-link {
    outline: none; }

#awards .reference-material,
#awards .reviewer-notes {
  display: none; }
#awards .reference-material-link,
#awards .reviewer-notes-link {
  outline: none; }

.reviewer-summary #summary .action {
  font-weight: 400;
  font-size: 12px;
  padding: 5px 8px 4px; }

#summary .note-form,
#awards .note-form {
  margin: 5px;
  padding: 10px;
  width: 50%; }

.tool-bar {
  border-bottom: 1px solid #dfdfdf;
  padding: 5px;
  margin-bottom: 5px; }
  .tool-bar .left {
    float: left; }
  .tool-bar .right {
    float: right;
    text-align: right; }
  .tool-bar select {
    max-width: 150px;
    _width: 150px;
    padding: 3px; }

#team-info {
  line-height: 25px;
  min-width: 40%; }
  #team-info tr:not(:last-child) {
    border-bottom: 1px solid #eee; }
  #team-info th {
    text-align: left;
    font-weight: bold; }
  #team-info td, #team-info th {
    padding: 5px 5px 0 0;
    vertical-align: top; }

.round-wrap {
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  margin-bottom: 10px; }
  .round-wrap .description ul li {
    list-style-type: disc; }

.note-delete-icon {
  padding: 10px; }
  .note-delete-icon:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: 'hexa';
    color: #F04848; }

.admin-email-form {
  padding: 10px;
  margin-top: 10px; }
  .admin-email-form table {
    width: 100%; }
    .admin-email-form table td {
      padding: 3px 10px; }
  .admin-email-form textarea {
    width: 80%;
    height: 200px; }
  .admin-email-form input[type="text"] {
    width: 80%; }

.admin-email-sent,
.sending-admin-email {
  display: none; }

.admin-email-sent {
  padding-left: 4px;
  font-weight: bold;
  color: #92D65E; }

.admin-email-form img {
  position: relative;
  top: 2px; }

.reviewer-tools {
  padding: 10px 0; }
  .reviewer-tools input.search {
    background: #fff url(/media/img/icons/halflings/glyphicons_halflings_002_search.png) 8px 50% no-repeat;
    padding-left: 30px; }

.meeting-requests {
  padding-top: 40px;
  font-size: 12px;
  color: #505050; }
  .meeting-requests .pending-meeting {
    padding: 10px;
    border-bottom: 1px solid #dedede; }
    .meeting-requests .pending-meeting p {
      margin: 0;
      line-height: 17px; }
      .meeting-requests .pending-meeting p span.title {
        font-variant: small-caps;
        font-weight: 700;
        font-size: 1.4em; }
    .meeting-requests .pending-meeting:nth-of-type(1) {
      border-top: 1px solid #dedede; }
    .meeting-requests .pending-meeting .meeting-actions {
      margin-top: 0px; }

.qualitative-review span {
  text-decoration: none;
  font-weight: bold; }
.qualitative-review .qu-good {
  color: #2CB866; }
.qualitative-review .qu-maybe {
  color: #EDC528; }
.qualitative-review .qu-bad {
  color: #e24d46; }

.centered-block-outer {
  overflow: hidden;
  position: relative; }

.centered-block-middle {
  float: left;
  position: relative;
  left: 50%; }

.centered-block-inner {
  position: relative;
  left: -50%; }

.awards-label {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px; }

.your-rank {
  display: block;
  color: #222;
  font-size: 16px; }
  .your-rank .rank {
    font-weight: 700; }

.reviewer-actions {
  font-size: 13px;
  color: #ccc; }

.reference-material-link:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: 'hexa';
  margin-right: 5px; }

.reviewer-notes-link {
  font-size: 13px; }

.inline-question.error {
  border: 1px solid red; }

.error-msg {
  color: red; }

#qualitative-review-matrix td.rating span.rating0 {
  color: #386321;
  background-color: #efe; }
#qualitative-review-matrix td.rating span.rating1 {
  color: #B68B46;
  background-color: #ffe; }
#qualitative-review-matrix td.rating span.rating2 {
  color: #B4443C;
  background-color: #fee; }
#qualitative-review-matrix td.rating span.rating3 {
  display: none; }
#qualitative-review-matrix td.rating span.rating {
  display: none; }

.settings-info table,
.settings-password table {
  border-bottom: none;
  width: 100%; }
  .settings-info table label[for],
  .settings-password table label[for] {
    font-weight: 300; }

#account-settings-form table th {
  font-weight: bold;
  vertical-align: top;
  text-align: left; }
#account-settings-form table td, #account-settings-form table th {
  padding: 10px 10px 10px 0;
  border: none; }
#account-settings-form .avatar {
  max-width: 200px; }
#account-settings-form .disclaimer {
  color: #555;
  font-size: 85%;
  font-style: italic;
  padding: 0.2em 1.8em;
  line-height: 17px; }

@charset "UTF-8";
/**
 * file '_foundation_media_queries.scss'
 */
/* 0, 640px */
/* 641px, 1024px */
/* 1025px, 1440px */
/* 1441px, 1920px */
/* 1921px */
.grayscale {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
  -ms-filter: grayscale(1); }

.blurred {
  -webkit-filter: blur(1px); }

.slightly-transparent {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }

#create-submission {
  border-bottom: none; }
  #create-submission tr:hover {
    background: #fff; }

#submission-task-list {
  min-height: 200px; }

#submission .hidden-task-message {
  background: #FE8 url(/media/img/icons/fugue/icons/eye--exclamation.png) no-repeat 50% 50%;
  width: 23px;
  height: 23px;
  float: left;
  padding: 0;
  border-radius: 3px;
  border: 1px solid #ED7;
  margin: 2px; }
#submission .submission-placeholder {
  width: 100%;
  height: 200px;
  display: block;
  line-height: 200px;
  text-align: center;
  font-size: 100px;
  color: #cccccc;
  border: 5px dashed #cccccc;
  margin-bottom: 15px;
  text-decoration: none;
  background: #fff url(/media/css/reviewroom/layouts/hexa/img/logo-placeholder.png) center center no-repeat; }
  #submission .submission-placeholder:hover {
    color: #aaaaaa;
    border: 5px dashed #aaaaaa; }
#submission .submission-logo {
  _width: 265px;
  max-width: 265px;
  display: block;
  margin: 15px 0; }
#submission .completed-by {
  max-width: 24px; }
#submission .section {
  margin-bottom: 40px; }
#submission .right h2 {
  padding-bottom: 1%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 20px; }
#submission .right ul.members {
  margin: 0 0 1em 0;
  padding: 0; }
  #submission .right ul.members, #submission .right ul.members li {
    list-style-type: none; }
  #submission .right ul.members .member .avatar,
  #submission .right ul.members .owner .avatar {
    max-width: 16px;
    max-height: 20px;
    *max-width: 16px;
    *max-height: 20px;
    float: left;
    margin: 4px; }
#submission .options {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  #submission .options li {
    list-style-type: none;
    margin: 8px 0; }
    #submission .options li .button {
      width: 100%;
      border: 1px solid #DEE4E8;
      background-color: rgba(222, 228, 232, 0.2);
      font-weight: 500; }
      #submission .options li .button:hover {
        background-color: rgba(207, 216, 222, 0.2); }
      #submission .options li .button:before {
        opacity: 0.5; }
    #submission .options li .logo.add:before {
      content: "";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-family: 'hexa'; }
    #submission .options li .logo.edit:before {
      content: "";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-family: 'hexa'; }
    #submission .options li .remove:before {
      content: "";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-family: 'hexa'; }
    #submission .options li .title:before {
      content: "";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-family: 'hexa'; }
    #submission .options li .download:before {
      content: "";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-family: 'hexa'; }
    #submission .options li .rankings:before {
      content: "";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-family: 'hexa'; }
    #submission .options li .member:before {
      content: "";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-family: 'hexa'; }
    #submission .options li .members:before {
      content: "";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-family: 'hexa'; }
    #submission .options li .document:before {
      content: "";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-family: 'hexa'; }
    #submission .options li .video:before {
      content: "";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-family: 'hexa'; }
    #submission .options li .audio:before {
      content: "";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-family: 'hexa'; }
    #submission .options li .withdraw:before {
      content: "";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-family: 'hexa';
      position: relative;
      top: 1px; }
    #submission .options li .create-submission:before {
      content: "";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-family: 'hexa'; }
    #submission .options li .form:before {
      content: "";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-family: 'hexa'; }

.sidebar-box.disclaimer {
  font-size: 100%;
  float: none;
  background: #fff; }

tr.task-items > td {
  padding: 10px 8px 20px; }

table.task-items {
  border-bottom: none;
  margin-bottom: 10px;
  font-size: 13px; }
  table.task-items th {
    padding: 6px 8px 5px; }
  table.task-items td {
    padding: 10px 8px; }
    table.task-items td.uploaded-file-cell {
      max-width: 180px;
      word-wrap: break-word; }

@media only screen and (min-width: 40.063em) {
  table.tasks td, table.awards-apply-list td {
    padding: 20px 5px; } }
@media only screen and (max-width: 40em) {
  table.tasks thead th, table.awards-apply-list thead th {
    display: none; }
  table.tasks tbody tr, table.awards-apply-list tbody tr {
    border-bottom: 1px solid #eee; }
  table.tasks tbody td, table.awards-apply-list tbody td {
    display: block; }
    table.tasks tbody td a.action, table.awards-apply-list tbody td a.action {
      display: inline-block;
      width: auto;
      float: none; }
    table.tasks tbody td:before, table.awards-apply-list tbody td:before {
      content: attr(data-responsive-hint) " ";
      font-weight: 700;
      min-width: 25%;
      display: inline-block; } }

/* GDPR Cookie Banner
-------------------------------------------------- */
.callout-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  top: 54px;
  background-color: white !important;
  max-width: 50%;
  margin: auto;
  border: 1px solid #318DBC !important;
  border-left-width: 5px;
  padding: 16px;
  border-radius: 2px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  z-index: 10000; }
  .callout-fixed-top .sma-privacy-text {
    color: #333e48 !important; }
    .callout-fixed-top .sma-privacy-text a {
      color: #007FAA !important; }
  .callout-fixed-top .text-center {
    text-align: center;
    margin-top: 12px; }
  .callout-fixed-top .gdpr-cookie-denied {
    background-color: #f7f8f8 !important;
    color: #333e48 !important;
    border: 1px solid #dedede !important;
    text-shadow: none; }
    .callout-fixed-top .gdpr-cookie-denied:hover {
      background-color: #dce0e0 !important;
      color: #333e48 !important; }
  .callout-fixed-top .gdpr-cookie-accept {
    background-color: #2CB866 !important;
    color: white !important;
    border: 1px solid #dedede !important;
    text-shadow: none; }
    .callout-fixed-top .gdpr-cookie-accept:hover {
      background-color: #228f4f !important;
      color: white !important; }
