/*
    * Formalize
    *
    * */
/* Readable.io colours */
/* icons and highlights */
/* backgrounds */
/* website background */
/* links */
/* CTA */
/* rare use highlight */
/* Additions */
/* website background */
/* Old set */
/* New pastel colours */
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
/***
Spectrum Colorpicker v1.8.0
https://github.com/bgrins/spectrum
Author: Brian Grinstead
License: MIT
***/
/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@charset "utf-8";
/* Global
----------------------------------------------- */
.input_tiny {
  width: 50px; }

.input_small {
  width: 100px; }

.input_medium {
  width: 150px; }

.input_large {
  width: 200px; }

.input_xlarge {
  width: 250px; }

.input_xxlarge {
  width: 300px; }

.input_full {
  width: 100%; }

.input_full_wrap {
  display: block;
  padding-right: 8px; }

input[type="search"]::-webkit-search-decoration {
  display: none; }

input:invalid, button:invalid, a.button:invalid, select:invalid, textarea:invalid {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

input:focus, button:focus, a.button:focus, select:focus, textarea:focus {
  -webkit-box-shadow: #06f 0 0 5px 0;
  -moz-box-shadow: #06f 0 0 5px 0;
  box-shadow: #06f 0 0 5px 0;
  z-index: 1; }

input[type="file"]:focus, input[type="file"]:active, input[type="radio"]:focus, input[type="radio"]:active, input[type="checkbox"]:focus, input[type="checkbox"]:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

button, a.button, input[type="reset"], input[type="submit"], input[type="button"] {
  -webkit-appearance: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: #ddd url('/images/button.png?1298351022') repeat-x;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fff), color-stop(100%, #ddd));
  background-image: -webkit-linear-gradient(#fff, #ddd);
  background-image: -moz-linear-gradient(#fff, #ddd);
  background-image: -o-linear-gradient(#fff, #ddd);
  background-image: linear-gradient(#fff, #ddd);
  border: 1px solid;
  border-color: #ddd #bbb #999;
  cursor: pointer;
  color: #333;
  display: inline-block;
  font: bold 12px/1.3 "Helvetica Neue", Arial, "Liberation Sans", FreeSans, sans-serif;
  outline: 0;
  overflow: visible;
  margin: 0;
  padding: 3px 10px;
  text-shadow: white 0 1px 1px;
  text-decoration: none;
  vertical-align: top;
  width: auto;
  *padding-top: 2px;
  *padding-bottom: 0; }

button:hover, a.button:hover, input[type="reset"]:hover, input[type="submit"]:hover, input[type="button"]:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fff), color-stop(1px, #eee), color-stop(100%, #ccc));
  background-image: -webkit-linear-gradient(#fff, #eee 1px, #ccc);
  background-image: -moz-linear-gradient(#fff, #eee 1px, #ccc);
  background-image: -o-linear-gradient(#fff, #eee 1px, #ccc);
  background-image: linear-gradient(#fff, #eee 1px, #ccc);
  text-decoration: none; }

button:active, a.button:active, input[type="reset"]:active, input[type="submit"]:active, input[type="button"]:active {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ddd), color-stop(100%, #eee));
  background-image: -webkit-linear-gradient(#ddd, #eee);
  background-image: -moz-linear-gradient(#ddd, #eee);
  background-image: -o-linear-gradient(#ddd, #eee);
  background-image: linear-gradient(#ddd, #eee);
  -webkit-box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
  -moz-box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
  box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
  border-color: #999 #bbb #ddd; }

button::-moz-focus-inner, a.button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner {
  border: 0;
  padding: 0; }

a.button {
  *padding-bottom: 3px; }

button {
  *padding-top: 1px;
  *padding-bottom: 1px; }

textarea, select, input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  background-color: white;
  border: 1px solid;
  border-color: #848484 #c1c1c1 #e1e1e1;
  color: black;
  outline: 0;
  margin: 0;
  padding: 2px 3px;
  text-align: left;
  font-size: 13px;
  font-family: Arial, "Liberation Sans", FreeSans, sans-serif;
  height: 1.8em;
  vertical-align: top;
  *padding-top: 2px;
  *padding-bottom: 1px;
  *height: auto; }

textarea[disabled], select[disabled], input[type="date"][disabled], input[type="datetime"][disabled], input[type="datetime-local"][disabled], input[type="email"][disabled], input[type="month"][disabled], input[type="number"][disabled], input[type="password"][disabled], input[type="search"][disabled], input[type="tel"][disabled], input[type="text"][disabled], input[type="time"][disabled], input[type="url"][disabled], input[type="week"][disabled] {
  background-color: #eee; }

button[disabled], input[disabled], select[disabled], select[disabled] option, select[disabled] optgroup, textarea[disabled], a.button_disabled {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  color: #888;
  cursor: default; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #888; }

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #888; }

input.placeholder_text, textarea.placeholder_text {
  color: #888; }

textarea, select[size], select[multiple] {
  height: auto; }

select[size="0"], select[size="1"] {
  height: 1.8em;
  *height: auto; }

@media (-webkit-min-device-pixel-ratio: 0) {
  select[size], select[multiple], select[multiple][size] {
    padding-right: 3px; }

  select, select[size="0"], select[size="1"] {
    background-image: url('/images/select_arrow.gif');
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px; }

  ::-webkit-validation-bubble-message {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666), color-stop(1, black));
    border: 0;
    color: white;
    font: 13px/17px "Lucida Grande", Arial, "Liberation Sans", FreeSans, sans-serif;
    overflow: hidden;
    padding: 15px 15px 17px;
    text-shadow: black 0 0 1px;
    min-height: 16px; }

  ::-webkit-validation-bubble-arrow, ::-webkit-validation-bubble-top-outer-arrow, ::-webkit-validation-bubble-top-inner-arrow {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #666;
    border-color: #666; } }

textarea {
  min-height: 40px;
  overflow: auto;
  resize: vertical;
  width: 100%; }

optgroup {
  color: black;
  font-style: normal;
  font-weight: normal;
  font-family: Arial, "Liberation Sans", FreeSans, sans-serif; }

optgroup::-moz-focus-inner {
  border: 0;
  padding: 0; }

.ie6_button, * html button, * html a.button {
  background: #ddd url('/images/button.png?1298351022') repeat-x;
  border: 1px solid;
  border-color: #ddd #bbb #999;
  cursor: pointer;
  color: #333;
  font: bold 12px/1.2 Arial, sans-serif;
  padding: 2px 10px 0;
  text-decoration: none;
  overflow: visible;
  vertical-align: top;
  width: auto; }

* html a.button {
  position: relative;
  top: 3px;
  padding-bottom: 2px; }

* html button {
  padding-top: 1px;
  padding-bottom: 1px; }

.ie6_input, * html textarea, * html select {
  background: white;
  border: 1px solid;
  border-color: #848484 #c1c1c1 #e1e1e1;
  color: black;
  padding: 2px 3px 1px;
  font-size: 13px;
  font-family: Arial, sans-serif;
  vertical-align: top; }

* html select {
  margin-top: 1px; }

.placeholder_text, .ie6_input_disabled, .ie6_button_disabled {
  color: #888; }

.ie6_input_disabled {
  background: #eee; }

.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url('/images/fancybox_sprite.png'); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('/images/fancybox_loading.gif') center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
  /* Overlay helper */ }

.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('fancybox_overlay.png'); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
  /* Title helper */ }

.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #fff;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, .8);
  /*Retina graphics!*/ }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('fancybox_sprite@2x.png');
    background-size: 44px 152px; }

  #fancybox-loading div {
    background-image: url('fancybox_loading@2x.gif');
    background-size: 24px 24px; } }

body .protip-container.protip-mixin--css-no-transition {
  transition: all 0s; }

body .protip-container.protip-mixin--css-bold {
  font-weight: bold; }

body .protip-container.protip-mixin--css-italic {
  font-style: italic; }

body .protip-container.protip-mixin--css-no-style {
  background: none;
  color: inherit; }

body .protip-container.protip-mixin--css-no-style .protip-arrow {
  display: none; }

.protip-container {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 50;
  line-height: 1;
  opacity: 0;
  pointer-events: none;
  box-sizing: border-box; }

.protip-container > i {
  position: absolute;
  left: 10px; }

.protip-container > i + div {
  padding-left: 20px; }

.protip-arrow {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent; }

.protip-show {
  opacity: 1;
  pointer-events: auto;
  /* Include skins here which you would like to use */ }

.protip-skin-default--size-tiny {
  padding: 8px;
  font-size: 10px;
  border-radius: 3px; }

.protip-skin-default--size-tiny[data-pt-position="top-left"] .protip-arrow, .protip-skin-default--size-tiny[data-pt-position="top"] .protip-arrow, .protip-skin-default--size-tiny[data-pt-position="top-right"] .protip-arrow {
  top: 100%;
  left: auto;
  margin: 0 0 0 -4px;
  border-width: 4px 4px 0 4px; }

.protip-skin-default--size-tiny[data-pt-position="top-left"] .protip-arrow {
  left: 20px; }

.protip-skin-default--size-tiny[data-pt-position="top"] .protip-arrow {
  left: 50%; }

.protip-skin-default--size-tiny[data-pt-position="top-right"] .protip-arrow {
  left: auto;
  right: 20px;
  margin-right: -4px; }

.protip-skin-default--size-tiny[data-pt-position="bottom-left"] .protip-arrow, .protip-skin-default--size-tiny[data-pt-position="bottom"] .protip-arrow, .protip-skin-default--size-tiny[data-pt-position="bottom-right"] .protip-arrow {
  top: -4px;
  left: auto;
  margin: 0 0 0 -4px;
  border-width: 0 4px 4px 4px; }

.protip-skin-default--size-tiny[data-pt-position="bottom-left"] .protip-arrow {
  left: 20px; }

.protip-skin-default--size-tiny[data-pt-position="bottom"] .protip-arrow {
  left: 50%; }

.protip-skin-default--size-tiny[data-pt-position="bottom-right"] .protip-arrow {
  left: auto;
  right: 20px;
  margin-right: -4px; }

.protip-skin-default--size-tiny[data-pt-position="left-top"] .protip-arrow, .protip-skin-default--size-tiny[data-pt-position="left"] .protip-arrow, .protip-skin-default--size-tiny[data-pt-position="left-bottom"] .protip-arrow {
  top: auto;
  left: 100%;
  margin: -4px 0 0 0;
  border-width: 4px 0 4px 4px; }

.protip-skin-default--size-tiny[data-pt-position="left-top"] .protip-arrow {
  top: 20px; }

.protip-skin-default--size-tiny[data-pt-position="left"] .protip-arrow {
  top: 50%; }

.protip-skin-default--size-tiny[data-pt-position="left-bottom"] .protip-arrow {
  top: auto;
  bottom: 20px;
  margin-bottom: -4px; }

.protip-skin-default--size-tiny[data-pt-position="right-top"] .protip-arrow, .protip-skin-default--size-tiny[data-pt-position="right"] .protip-arrow, .protip-skin-default--size-tiny[data-pt-position="right-bottom"] .protip-arrow {
  top: auto;
  right: 100%;
  margin: -4px 0 0 0;
  border-width: 4px 4px 4px 0; }

.protip-skin-default--size-tiny[data-pt-position="right-top"] .protip-arrow {
  top: 20px; }

.protip-skin-default--size-tiny[data-pt-position="right"] .protip-arrow {
  top: 50%; }

.protip-skin-default--size-tiny[data-pt-position="right-bottom"] .protip-arrow {
  top: auto;
  bottom: 20px;
  margin-bottom: -4px; }

.protip-skin-default--size-tiny[data-pt-position="top-left-corner"] {
  border-bottom-right-radius: 0; }

.protip-skin-default--size-tiny[data-pt-position="top-left-corner"] .protip-arrow {
  top: 100%;
  left: 100%;
  margin: 0 0 0 -4px;
  border-width: 0 4px 4px 0; }

.protip-skin-default--size-tiny[data-pt-position="top-right-corner"] {
  border-bottom-left-radius: 0; }

.protip-skin-default--size-tiny[data-pt-position="top-right-corner"] .protip-arrow {
  top: 100%;
  left: -4px;
  margin: 0 0 0 4px;
  border-width: 4px 4px 0 0; }

.protip-skin-default--size-tiny[data-pt-position="bottom-left-corner"] {
  border-top-right-radius: 0; }

.protip-skin-default--size-tiny[data-pt-position="bottom-left-corner"] .protip-arrow {
  top: -4px;
  left: 100%;
  margin: 0 0 0 -4px;
  border-width: 0 0 4px 4px; }

.protip-skin-default--size-tiny[data-pt-position="bottom-right-corner"] {
  border-top-left-radius: 0; }

.protip-skin-default--size-tiny[data-pt-position="bottom-right-corner"] .protip-arrow {
  top: 0;
  left: -4px;
  margin: -4px 0 0 4px;
  border-width: 4px 0 0 4px; }

.protip-skin-default--size-small {
  padding: 13px;
  font-size: 12px;
  border-radius: 4px; }

.protip-skin-default--size-small[data-pt-position="top-left"] .protip-arrow, .protip-skin-default--size-small[data-pt-position="top"] .protip-arrow, .protip-skin-default--size-small[data-pt-position="top-right"] .protip-arrow {
  top: 100%;
  left: auto;
  margin: 0 0 0 -6px;
  border-width: 6px 6px 0 6px; }

.protip-skin-default--size-small[data-pt-position="top-left"] .protip-arrow {
  left: 20px; }

.protip-skin-default--size-small[data-pt-position="top"] .protip-arrow {
  left: 50%; }

.protip-skin-default--size-small[data-pt-position="top-right"] .protip-arrow {
  left: auto;
  right: 20px;
  margin-right: -6px; }

.protip-skin-default--size-small[data-pt-position="bottom-left"] .protip-arrow, .protip-skin-default--size-small[data-pt-position="bottom"] .protip-arrow, .protip-skin-default--size-small[data-pt-position="bottom-right"] .protip-arrow {
  top: -6px;
  left: auto;
  margin: 0 0 0 -6px;
  border-width: 0 6px 6px 6px; }

.protip-skin-default--size-small[data-pt-position="bottom-left"] .protip-arrow {
  left: 20px; }

.protip-skin-default--size-small[data-pt-position="bottom"] .protip-arrow {
  left: 50%; }

.protip-skin-default--size-small[data-pt-position="bottom-right"] .protip-arrow {
  left: auto;
  right: 20px;
  margin-right: -6px; }

.protip-skin-default--size-small[data-pt-position="left-top"] .protip-arrow, .protip-skin-default--size-small[data-pt-position="left"] .protip-arrow, .protip-skin-default--size-small[data-pt-position="left-bottom"] .protip-arrow {
  top: auto;
  left: 100%;
  margin: -6px 0 0 0;
  border-width: 6px 0 6px 6px; }

.protip-skin-default--size-small[data-pt-position="left-top"] .protip-arrow {
  top: 20px; }

.protip-skin-default--size-small[data-pt-position="left"] .protip-arrow {
  top: 50%; }

.protip-skin-default--size-small[data-pt-position="left-bottom"] .protip-arrow {
  top: auto;
  bottom: 20px;
  margin-bottom: -6px; }

.protip-skin-default--size-small[data-pt-position="right-top"] .protip-arrow, .protip-skin-default--size-small[data-pt-position="right"] .protip-arrow, .protip-skin-default--size-small[data-pt-position="right-bottom"] .protip-arrow {
  top: auto;
  right: 100%;
  margin: -6px 0 0 0;
  border-width: 6px 6px 6px 0; }

.protip-skin-default--size-small[data-pt-position="right-top"] .protip-arrow {
  top: 20px; }

.protip-skin-default--size-small[data-pt-position="right"] .protip-arrow {
  top: 50%; }

.protip-skin-default--size-small[data-pt-position="right-bottom"] .protip-arrow {
  top: auto;
  bottom: 20px;
  margin-bottom: -6px; }

.protip-skin-default--size-small[data-pt-position="top-left-corner"] {
  border-bottom-right-radius: 0; }

.protip-skin-default--size-small[data-pt-position="top-left-corner"] .protip-arrow {
  top: 100%;
  left: 100%;
  margin: 0 0 0 -6px;
  border-width: 0 6px 6px 0; }

.protip-skin-default--size-small[data-pt-position="top-right-corner"] {
  border-bottom-left-radius: 0; }

.protip-skin-default--size-small[data-pt-position="top-right-corner"] .protip-arrow {
  top: 100%;
  left: -6px;
  margin: 0 0 0 6px;
  border-width: 6px 6px 0 0; }

.protip-skin-default--size-small[data-pt-position="bottom-left-corner"] {
  border-top-right-radius: 0; }

.protip-skin-default--size-small[data-pt-position="bottom-left-corner"] .protip-arrow {
  top: -6px;
  left: 100%;
  margin: 0 0 0 -6px;
  border-width: 0 0 6px 6px; }

.protip-skin-default--size-small[data-pt-position="bottom-right-corner"] {
  border-top-left-radius: 0; }

.protip-skin-default--size-small[data-pt-position="bottom-right-corner"] .protip-arrow {
  top: 0;
  left: -6px;
  margin: -6px 0 0 6px;
  border-width: 6px 0 0 6px; }

.protip-skin-default--size-normal {
  padding: 16px;
  font-size: 15px;
  border-radius: 6px; }

.protip-skin-default--size-normal[data-pt-position="top-left"] .protip-arrow, .protip-skin-default--size-normal[data-pt-position="top"] .protip-arrow, .protip-skin-default--size-normal[data-pt-position="top-right"] .protip-arrow {
  top: 100%;
  left: auto;
  margin: 0 0 0 -8px;
  border-width: 8px 8px 0 8px; }

.protip-skin-default--size-normal[data-pt-position="top-left"] .protip-arrow {
  left: 20px; }

.protip-skin-default--size-normal[data-pt-position="top"] .protip-arrow {
  left: 50%; }

.protip-skin-default--size-normal[data-pt-position="top-right"] .protip-arrow {
  left: auto;
  right: 20px;
  margin-right: -8px; }

.protip-skin-default--size-normal[data-pt-position="bottom-left"] .protip-arrow, .protip-skin-default--size-normal[data-pt-position="bottom"] .protip-arrow, .protip-skin-default--size-normal[data-pt-position="bottom-right"] .protip-arrow {
  top: -8px;
  left: auto;
  margin: 0 0 0 -8px;
  border-width: 0 8px 8px 8px; }

.protip-skin-default--size-normal[data-pt-position="bottom-left"] .protip-arrow {
  left: 20px; }

.protip-skin-default--size-normal[data-pt-position="bottom"] .protip-arrow {
  left: 50%; }

.protip-skin-default--size-normal[data-pt-position="bottom-right"] .protip-arrow {
  left: auto;
  right: 20px;
  margin-right: -8px; }

.protip-skin-default--size-normal[data-pt-position="left-top"] .protip-arrow, .protip-skin-default--size-normal[data-pt-position="left"] .protip-arrow, .protip-skin-default--size-normal[data-pt-position="left-bottom"] .protip-arrow {
  top: auto;
  left: 100%;
  margin: -8px 0 0 0;
  border-width: 8px 0 8px 8px; }

.protip-skin-default--size-normal[data-pt-position="left-top"] .protip-arrow {
  top: 20px; }

.protip-skin-default--size-normal[data-pt-position="left"] .protip-arrow {
  top: 50%; }

.protip-skin-default--size-normal[data-pt-position="left-bottom"] .protip-arrow {
  top: auto;
  bottom: 20px;
  margin-bottom: -8px; }

.protip-skin-default--size-normal[data-pt-position="right-top"] .protip-arrow, .protip-skin-default--size-normal[data-pt-position="right"] .protip-arrow, .protip-skin-default--size-normal[data-pt-position="right-bottom"] .protip-arrow {
  top: auto;
  right: 100%;
  margin: -8px 0 0 0;
  border-width: 8px 8px 8px 0; }

.protip-skin-default--size-normal[data-pt-position="right-top"] .protip-arrow {
  top: 20px; }

.protip-skin-default--size-normal[data-pt-position="right"] .protip-arrow {
  top: 50%; }

.protip-skin-default--size-normal[data-pt-position="right-bottom"] .protip-arrow {
  top: auto;
  bottom: 20px;
  margin-bottom: -8px; }

.protip-skin-default--size-normal[data-pt-position="top-left-corner"] {
  border-bottom-right-radius: 0; }

.protip-skin-default--size-normal[data-pt-position="top-left-corner"] .protip-arrow {
  top: 100%;
  left: 100%;
  margin: 0 0 0 -8px;
  border-width: 0 8px 8px 0; }

.protip-skin-default--size-normal[data-pt-position="top-right-corner"] {
  border-bottom-left-radius: 0; }

.protip-skin-default--size-normal[data-pt-position="top-right-corner"] .protip-arrow {
  top: 100%;
  left: -8px;
  margin: 0 0 0 8px;
  border-width: 8px 8px 0 0; }

.protip-skin-default--size-normal[data-pt-position="bottom-left-corner"] {
  border-top-right-radius: 0; }

.protip-skin-default--size-normal[data-pt-position="bottom-left-corner"] .protip-arrow {
  top: -8px;
  left: 100%;
  margin: 0 0 0 -8px;
  border-width: 0 0 8px 8px; }

.protip-skin-default--size-normal[data-pt-position="bottom-right-corner"] {
  border-top-left-radius: 0; }

.protip-skin-default--size-normal[data-pt-position="bottom-right-corner"] .protip-arrow {
  top: 0;
  left: -8px;
  margin: -8px 0 0 8px;
  border-width: 8px 0 0 8px; }

.protip-skin-default--size-big {
  padding: 20px;
  font-size: 18px;
  border-radius: 8px; }

.protip-skin-default--size-big[data-pt-position="top-left"] .protip-arrow, .protip-skin-default--size-big[data-pt-position="top"] .protip-arrow, .protip-skin-default--size-big[data-pt-position="top-right"] .protip-arrow {
  top: 100%;
  left: auto;
  margin: 0 0 0 -10px;
  border-width: 10px 10px 0 10px; }

.protip-skin-default--size-big[data-pt-position="top-left"] .protip-arrow {
  left: 20px; }

.protip-skin-default--size-big[data-pt-position="top"] .protip-arrow {
  left: 50%; }

.protip-skin-default--size-big[data-pt-position="top-right"] .protip-arrow {
  left: auto;
  right: 20px;
  margin-right: -10px; }

.protip-skin-default--size-big[data-pt-position="bottom-left"] .protip-arrow, .protip-skin-default--size-big[data-pt-position="bottom"] .protip-arrow, .protip-skin-default--size-big[data-pt-position="bottom-right"] .protip-arrow {
  top: -10px;
  left: auto;
  margin: 0 0 0 -10px;
  border-width: 0 10px 10px 10px; }

.protip-skin-default--size-big[data-pt-position="bottom-left"] .protip-arrow {
  left: 20px; }

.protip-skin-default--size-big[data-pt-position="bottom"] .protip-arrow {
  left: 50%; }

.protip-skin-default--size-big[data-pt-position="bottom-right"] .protip-arrow {
  left: auto;
  right: 20px;
  margin-right: -10px; }

.protip-skin-default--size-big[data-pt-position="left-top"] .protip-arrow, .protip-skin-default--size-big[data-pt-position="left"] .protip-arrow, .protip-skin-default--size-big[data-pt-position="left-bottom"] .protip-arrow {
  top: auto;
  left: 100%;
  margin: -10px 0 0 0;
  border-width: 10px 0 10px 10px; }

.protip-skin-default--size-big[data-pt-position="left-top"] .protip-arrow {
  top: 20px; }

.protip-skin-default--size-big[data-pt-position="left"] .protip-arrow {
  top: 50%; }

.protip-skin-default--size-big[data-pt-position="left-bottom"] .protip-arrow {
  top: auto;
  bottom: 20px;
  margin-bottom: -10px; }

.protip-skin-default--size-big[data-pt-position="right-top"] .protip-arrow, .protip-skin-default--size-big[data-pt-position="right"] .protip-arrow, .protip-skin-default--size-big[data-pt-position="right-bottom"] .protip-arrow {
  top: auto;
  right: 100%;
  margin: -10px 0 0 0;
  border-width: 10px 10px 10px 0; }

.protip-skin-default--size-big[data-pt-position="right-top"] .protip-arrow {
  top: 20px; }

.protip-skin-default--size-big[data-pt-position="right"] .protip-arrow {
  top: 50%; }

.protip-skin-default--size-big[data-pt-position="right-bottom"] .protip-arrow {
  top: auto;
  bottom: 20px;
  margin-bottom: -10px; }

.protip-skin-default--size-big[data-pt-position="top-left-corner"] {
  border-bottom-right-radius: 0; }

.protip-skin-default--size-big[data-pt-position="top-left-corner"] .protip-arrow {
  top: 100%;
  left: 100%;
  margin: 0 0 0 -10px;
  border-width: 0 10px 10px 0; }

.protip-skin-default--size-big[data-pt-position="top-right-corner"] {
  border-bottom-left-radius: 0; }

.protip-skin-default--size-big[data-pt-position="top-right-corner"] .protip-arrow {
  top: 100%;
  left: -10px;
  margin: 0 0 0 10px;
  border-width: 10px 10px 0 0; }

.protip-skin-default--size-big[data-pt-position="bottom-left-corner"] {
  border-top-right-radius: 0; }

.protip-skin-default--size-big[data-pt-position="bottom-left-corner"] .protip-arrow {
  top: -10px;
  left: 100%;
  margin: 0 0 0 -10px;
  border-width: 0 0 10px 10px; }

.protip-skin-default--size-big[data-pt-position="bottom-right-corner"] {
  border-top-left-radius: 0; }

.protip-skin-default--size-big[data-pt-position="bottom-right-corner"] .protip-arrow {
  top: 0;
  left: -10px;
  margin: -10px 0 0 10px;
  border-width: 10px 0 0 10px; }

.protip-skin-default--size-large {
  padding: 20px;
  font-size: 18px;
  border-radius: 8px; }

.protip-skin-default--size-large[data-pt-position="top-left"] .protip-arrow, .protip-skin-default--size-large[data-pt-position="top"] .protip-arrow, .protip-skin-default--size-large[data-pt-position="top-right"] .protip-arrow {
  top: 100%;
  left: auto;
  margin: 0 0 0 -12px;
  border-width: 12px 12px 0 12px; }

.protip-skin-default--size-large[data-pt-position="top-left"] .protip-arrow {
  left: 20px; }

.protip-skin-default--size-large[data-pt-position="top"] .protip-arrow {
  left: 50%; }

.protip-skin-default--size-large[data-pt-position="top-right"] .protip-arrow {
  left: auto;
  right: 20px;
  margin-right: -12px; }

.protip-skin-default--size-large[data-pt-position="bottom-left"] .protip-arrow, .protip-skin-default--size-large[data-pt-position="bottom"] .protip-arrow, .protip-skin-default--size-large[data-pt-position="bottom-right"] .protip-arrow {
  top: -12px;
  left: auto;
  margin: 0 0 0 -12px;
  border-width: 0 12px 12px 12px; }

.protip-skin-default--size-large[data-pt-position="bottom-left"] .protip-arrow {
  left: 20px; }

.protip-skin-default--size-large[data-pt-position="bottom"] .protip-arrow {
  left: 50%; }

.protip-skin-default--size-large[data-pt-position="bottom-right"] .protip-arrow {
  left: auto;
  right: 20px;
  margin-right: -12px; }

.protip-skin-default--size-large[data-pt-position="left-top"] .protip-arrow, .protip-skin-default--size-large[data-pt-position="left"] .protip-arrow, .protip-skin-default--size-large[data-pt-position="left-bottom"] .protip-arrow {
  top: auto;
  left: 100%;
  margin: -12px 0 0 0;
  border-width: 12px 0 12px 12px; }

.protip-skin-default--size-large[data-pt-position="left-top"] .protip-arrow {
  top: 20px; }

.protip-skin-default--size-large[data-pt-position="left"] .protip-arrow {
  top: 50%; }

.protip-skin-default--size-large[data-pt-position="left-bottom"] .protip-arrow {
  top: auto;
  bottom: 20px;
  margin-bottom: -12px; }

.protip-skin-default--size-large[data-pt-position="right-top"] .protip-arrow, .protip-skin-default--size-large[data-pt-position="right"] .protip-arrow, .protip-skin-default--size-large[data-pt-position="right-bottom"] .protip-arrow {
  top: auto;
  right: 100%;
  margin: -12px 0 0 0;
  border-width: 12px 12px 12px 0; }

.protip-skin-default--size-large[data-pt-position="right-top"] .protip-arrow {
  top: 20px; }

.protip-skin-default--size-large[data-pt-position="right"] .protip-arrow {
  top: 50%; }

.protip-skin-default--size-large[data-pt-position="right-bottom"] .protip-arrow {
  top: auto;
  bottom: 20px;
  margin-bottom: -12px; }

.protip-skin-default--size-large[data-pt-position="top-left-corner"] {
  border-bottom-right-radius: 0; }

.protip-skin-default--size-large[data-pt-position="top-left-corner"] .protip-arrow {
  top: 100%;
  left: 100%;
  margin: 0 0 0 -12px;
  border-width: 0 12px 12px 0; }

.protip-skin-default--size-large[data-pt-position="top-right-corner"] {
  border-bottom-left-radius: 0; }

.protip-skin-default--size-large[data-pt-position="top-right-corner"] .protip-arrow {
  top: 100%;
  left: -12px;
  margin: 0 0 0 12px;
  border-width: 12px 12px 0 0; }

.protip-skin-default--size-large[data-pt-position="bottom-left-corner"] {
  border-top-right-radius: 0; }

.protip-skin-default--size-large[data-pt-position="bottom-left-corner"] .protip-arrow {
  top: -12px;
  left: 100%;
  margin: 0 0 0 -12px;
  border-width: 0 0 12px 12px; }

.protip-skin-default--size-large[data-pt-position="bottom-right-corner"] {
  border-top-left-radius: 0; }

.protip-skin-default--size-large[data-pt-position="bottom-right-corner"] .protip-arrow {
  top: 0;
  left: -12px;
  margin: -12px 0 0 12px;
  border-width: 12px 0 0 12px; }

.protip-skin-default--scheme-pro.protip-container {
  color: #fff;
  background: #267ccc;
  font-family: sans-serif;
  transition: opacity 0.2s ease-out;
  box-shadow: 1px 1px 2px #eee;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1); }

.protip-skin-default--scheme-pro .protip-arrow, .protip-skin-default--scheme-pro[data-pt-position="top"] .protip-arrow, .protip-skin-default--scheme-pro[data-pt-position="top-right"] .protip-arrow {
  border-top-color: #267ccc; }

.protip-skin-default--scheme-pro[data-pt-position="bottom-left"] .protip-arrow, .protip-skin-default--scheme-pro[data-pt-position="bottom"] .protip-arrow, .protip-skin-default--scheme-pro[data-pt-position="bottom-right"] .protip-arrow {
  border-bottom-color: #267ccc; }

.protip-skin-default--scheme-pro[data-pt-position="left-top"] .protip-arrow, .protip-skin-default--scheme-pro[data-pt-position="left"] .protip-arrow, .protip-skin-default--scheme-pro[data-pt-position="left-bottom"] .protip-arrow {
  border-left-color: #267ccc; }

.protip-skin-default--scheme-pro[data-pt-position="right-top"] .protip-arrow, .protip-skin-default--scheme-pro[data-pt-position="right"] .protip-arrow, .protip-skin-default--scheme-pro[data-pt-position="right-bottom"] .protip-arrow {
  border-right-color: #267ccc; }

.protip-skin-default--scheme-pro[data-pt-position="top-left-corner"] .protip-arrow {
  border-right-color: #267ccc; }

.protip-skin-default--scheme-pro[data-pt-position="top-right-corner"] .protip-arrow {
  border-top-color: #267ccc; }

.protip-skin-default--scheme-pro[data-pt-position="bottom-left-corner"] .protip-arrow {
  border-bottom-color: #267ccc; }

.protip-skin-default--scheme-pro[data-pt-position="bottom-right-corner"] .protip-arrow {
  border-left-color: #267ccc; }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

.sp-container {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  *display: inline;
  /* https://github.com/bgrins/spectrum/issues/40 */
  *zoom: 1;
  z-index: 9999994;
  overflow: hidden; }

.sp-container.sp-flat {
  position: relative;
  /* Fix for * { box-sizing: border-box; } */ }

.sp-container, .sp-container * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  /* http://ansciath.tumblr.com/post/7347495869/css-aspect-ratio */ }

.sp-top {
  position: relative;
  width: 100%;
  display: inline-block; }

.sp-top-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.sp-color {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 20%; }

.sp-hue {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 84%;
  height: 100%; }

.sp-clear-enabled .sp-hue {
  top: 33px;
  height: 77.5%; }

.sp-fill {
  padding-top: 80%; }

.sp-sat, .sp-val {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.sp-alpha-enabled .sp-top {
  margin-bottom: 18px; }

.sp-alpha-enabled .sp-alpha {
  display: block; }

.sp-alpha-handle {
  position: absolute;
  top: -4px;
  bottom: -4px;
  width: 6px;
  left: 50%;
  cursor: pointer;
  border: 1px solid black;
  background: white;
  opacity: 0.8; }

.sp-alpha {
  display: none;
  position: absolute;
  bottom: -14px;
  right: 0;
  left: 0;
  height: 8px; }

.sp-alpha-inner {
  border: solid 1px #333; }

.sp-clear {
  display: none; }

.sp-clear.sp-clear-display {
  background-position: center; }

.sp-clear-enabled .sp-clear {
  display: block;
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 0;
  left: 84%;
  height: 28px;
  /* Don't allow text selection */ }

.sp-container, .sp-replacer, .sp-preview, .sp-dragger, .sp-slider, .sp-alpha, .sp-clear, .sp-alpha-handle, .sp-container.sp-dragging .sp-input, .sp-container button {
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  user-select: none; }

.sp-container.sp-input-disabled .sp-input-container {
  display: none; }

.sp-container.sp-buttons-disabled .sp-button-container {
  display: none; }

.sp-container.sp-palette-buttons-disabled .sp-palette-button-container {
  display: none; }

.sp-palette-only .sp-picker-container {
  display: none; }

.sp-palette-disabled .sp-palette-container {
  display: none; }

.sp-initial-disabled .sp-initial {
  display: none;
  /* Gradients for hue, saturation and value instead of images.  Not pretty... but it works */ }

.sp-sat {
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#fff), to(rgba(204, 154, 129, 0)));
  background-image: -webkit-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
  background-image: -moz-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
  background-image: -o-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
  background-image: -ms-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
  background-image: linear-gradient(to right, #fff, rgba(204, 154, 129, 0));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr=#FFFFFFFF, endColorstr=#00CC9A81)";
  filter : progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr='#FFFFFFFF', endColorstr='#00CC9A81'); }

.sp-val {
  background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#000), to(rgba(204, 154, 129, 0)));
  background-image: -webkit-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
  background-image: -moz-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
  background-image: -o-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
  background-image: -ms-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
  background-image: linear-gradient(to top, #000, rgba(204, 154, 129, 0));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00CC9A81, endColorstr=#FF000000)";
  filter : progid:DXImageTransform.Microsoft.gradient(startColorstr='#00CC9A81', endColorstr='#FF000000'); }

.sp-hue {
  background: -moz-linear-gradient(top, #f00 0%, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, #f00 100%);
  background: -ms-linear-gradient(top, #f00 0%, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, #f00 100%);
  background: -o-linear-gradient(top, #f00 0%, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, #f00 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#f00), color-stop(0.17, #ff0), color-stop(0.33, #0f0), color-stop(0.5, #0ff), color-stop(0.67, #00f), color-stop(0.83, #f0f), to(#f00));
  background: -webkit-linear-gradient(top, #f00 0%, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, #f00 100%);
  background: linear-gradient(to bottom, #f00 0%, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, #f00 100%);
  /* IE filters do not support multiple color stops.
   Generate 6 divs, line them up, and do two color gradients for each.
   Yes, really.
 */ }

.sp-1 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#ffff00'); }

.sp-2 {
  height: 16%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#00ff00'); }

.sp-3 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff00', endColorstr='#00ffff'); }

.sp-4 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffff', endColorstr='#0000ff'); }

.sp-5 {
  height: 16%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ff', endColorstr='#ff00ff'); }

.sp-6 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00ff', endColorstr='#ff0000'); }

.sp-hidden {
  display: none !important;
  /* Clearfix hack */ }

.sp-cf:before, .sp-cf:after {
  content: "";
  display: table; }

.sp-cf:after {
  clear: both; }

.sp-cf {
  *zoom: 1;
  /* Mobile devices, make hue slider bigger so it is easier to slide */ }

@media (max-device-width: 480px) {
  .sp-color {
    right: 40%; }

  .sp-hue {
    left: 63%; }

  .sp-fill {
    padding-top: 60%; } }

.sp-dragger {
  border-radius: 5px;
  height: 5px;
  width: 5px;
  border: 1px solid #fff;
  background: #000;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0; }

.sp-slider {
  position: absolute;
  top: 0;
  cursor: pointer;
  height: 3px;
  left: -1px;
  right: -1px;
  border: 1px solid #000;
  background: white;
  opacity: 0.8;
  /*
Theme authors:
Here are the basic themeable display options (colors, fonts, global widths).
See http://bgrins.github.io/spectrum/themes/ for instructions.
*/ }

.sp-container {
  border-radius: 0;
  background-color: #ececec;
  border: solid 1px #f0c49b;
  padding: 0; }

.sp-container, .sp-container button, .sp-container input, .sp-color, .sp-hue, .sp-clear {
  font: normal 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

.sp-top {
  margin-bottom: 3px; }

.sp-color, .sp-hue, .sp-clear {
  border: solid 1px #666;
  /* Input */ }

.sp-input-container {
  float: right;
  width: 100px;
  margin-bottom: 4px; }

.sp-initial-disabled .sp-input-container {
  width: 100%; }

.sp-input {
  font-size: 12px !important;
  border: 1px inset;
  padding: 4px 5px;
  margin: 0;
  width: 100%;
  background: transparent;
  border-radius: 3px;
  color: #222; }

.sp-input:focus {
  border: 1px solid orange; }

.sp-input.sp-validation-error {
  border: 1px solid red;
  background: #fdd; }

.sp-picker-container, .sp-palette-container {
  float: left;
  position: relative;
  padding: 10px;
  padding-bottom: 300px;
  margin-bottom: -290px; }

.sp-picker-container {
  width: 172px;
  border-left: solid 1px #fff;
  /* Palettes */ }

.sp-palette-container {
  border-right: solid 1px #ccc; }

.sp-palette-only .sp-palette-container {
  border: 0; }

.sp-palette .sp-thumb-el {
  display: block;
  position: relative;
  float: left;
  width: 24px;
  height: 15px;
  margin: 3px;
  cursor: pointer;
  border: solid 2px transparent; }

.sp-palette .sp-thumb-el:hover, .sp-palette .sp-thumb-el.sp-thumb-active {
  border-color: orange; }

.sp-thumb-el {
  position: relative;
  /* Initial */ }

.sp-initial {
  float: left;
  border: solid 1px #333; }

.sp-initial span {
  width: 30px;
  height: 25px;
  border: none;
  display: block;
  float: left;
  margin: 0; }

.sp-initial .sp-clear-display {
  background-position: center;
  /* Buttons */ }

.sp-palette-button-container, .sp-button-container {
  float: right;
  /* Replacer (the little preview div that shows up instead of the <input>) */ }

.sp-replacer {
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  padding: 4px;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  border: solid 1px #91765d;
  background: #eee;
  color: #333;
  vertical-align: middle; }

.sp-replacer:hover, .sp-replacer.sp-active {
  border-color: #f0c49b;
  color: #111; }

.sp-replacer.sp-disabled {
  cursor: default;
  border-color: silver;
  color: silver; }

.sp-dd {
  padding: 2px 0;
  height: 16px;
  line-height: 16px;
  float: left;
  font-size: 10px; }

.sp-preview {
  position: relative;
  width: 25px;
  height: 20px;
  border: solid 1px #222;
  margin-right: 5px;
  float: left;
  z-index: 0; }

.sp-palette {
  *width: 220px;
  max-width: 220px; }

.sp-palette .sp-thumb-el {
  width: 16px;
  height: 16px;
  margin: 2px 1px;
  border: solid 1px #d0d0d0; }

.sp-container {
  padding-bottom: 0;
  /* Buttons: http://hellohappy.org/css3-buttons/ */ }

.sp-container button {
  background-color: #eee;
  background-image: -webkit-linear-gradient(top, #eee, #ccc);
  background-image: -moz-linear-gradient(top, #eee, #ccc);
  background-image: -ms-linear-gradient(top, #eee, #ccc);
  background-image: -o-linear-gradient(top, #eee, #ccc);
  background-image: linear-gradient(to bottom, #eee, #ccc);
  border: 1px solid #ccc;
  border-bottom: 1px solid #bbb;
  border-radius: 3px;
  color: #333;
  font-size: 14px;
  line-height: 1;
  padding: 5px 4px;
  text-align: center;
  text-shadow: 0 1px 0 #eee;
  vertical-align: middle; }

.sp-container button:hover {
  background-color: #ddd;
  background-image: -webkit-linear-gradient(top, #ddd, #bbb);
  background-image: -moz-linear-gradient(top, #ddd, #bbb);
  background-image: -ms-linear-gradient(top, #ddd, #bbb);
  background-image: -o-linear-gradient(top, #ddd, #bbb);
  background-image: linear-gradient(to bottom, #ddd, #bbb);
  border: 1px solid #bbb;
  border-bottom: 1px solid #999;
  cursor: pointer;
  text-shadow: 0 1px 0 #ddd; }

.sp-container button:active {
  border: 1px solid #aaa;
  border-bottom: 1px solid #888;
  -webkit-box-shadow: inset 0 0 5px 2px #aaa, 0 1px 0 0 #eee;
  -moz-box-shadow: inset 0 0 5px 2px #aaa, 0 1px 0 0 #eee;
  -ms-box-shadow: inset 0 0 5px 2px #aaa, 0 1px 0 0 #eee;
  -o-box-shadow: inset 0 0 5px 2px #aaa, 0 1px 0 0 #eee;
  box-shadow: inset 0 0 5px 2px #aaa, 0 1px 0 0 #eee; }

.sp-cancel {
  font-size: 11px;
  color: #d93f3f !important;
  margin: 0;
  padding: 2px;
  margin-right: 5px;
  vertical-align: middle;
  text-decoration: none; }

.sp-cancel:hover {
  color: #d93f3f !important;
  text-decoration: underline; }

.sp-palette span:hover, .sp-palette span.sp-thumb-active {
  border-color: #000; }

.sp-preview, .sp-alpha, .sp-thumb-el {
  position: relative;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==); }

.sp-preview-inner, .sp-alpha-inner, .sp-thumb-inner {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.sp-palette .sp-thumb-inner {
  background-position: 50% 50%;
  background-repeat: no-repeat; }

.sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIVJREFUeNpiYBhsgJFMffxAXABlN5JruT4Q3wfi/0DsT64h8UD8HmpIPCWG/KemIfOJCUB+Aoacx6EGBZyHBqI+WsDCwuQ9mhxeg2A210Ntfo8klk9sOMijaURm7yc1UP2RNCMbKE9ODK1HM6iegYLkfx8pligC9lCD7KmRof0ZhjQACDAAceovrtpVBRkAAAAASUVORK5CYII=); }

.sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAMdJREFUOE+tkgsNwzAMRMugEAahEAahEAZhEAqlEAZhEAohEAYh81X2dIm8fKpEspLGvudPOsUYpxE2BIJCroJmEW9qJ+MKaBFhEMNabSy9oIcIPwrB+afvAUFoK4H0tMaQ3XtlrggDhOVVMuT4E5MMG0FBbCEYzjYT7OxLEvIHQLY2zWwQ3D+9luyOQTfKDiFD3iUIfPk8VqrKjgAiSfGFPecrg6HN6m/iBcwiDAo7WiBeawa+Kwh7tZoSCGLMqwlSAzVDhoK+6vH4G0P5wdkAAAAASUVORK5CYII=); }

.sp-clear-display {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(data:image/gif;base64,R0lGODlhFAAUAPcAAAAAAJmZmZ2dnZ6enqKioqOjo6SkpKWlpaampqenp6ioqKmpqaqqqqurq/Hx8fLy8vT09PX19ff39/j4+Pn5+fr6+vv7+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAP8ALAAAAAAUABQAAAihAP9FoPCvoMGDBy08+EdhQAIJCCMybCDAAYUEARBAlFiQQoMABQhKUJBxY0SPICEYHBnggEmDKAuoPMjS5cGYMxHW3IiT478JJA8M/CjTZ0GgLRekNGpwAsYABHIypcAgQMsITDtWJYBR6NSqMico9cqR6tKfY7GeBCuVwlipDNmefAtTrkSzB1RaIAoXodsABiZAEFB06gIBWC1mLVgBa0AAOw==); }

@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }

  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }

@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }

  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }

@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }

  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }

  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }

@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }

  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }

@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }

  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }

  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }

  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }

  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }

  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }

  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }

  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

.dropzone, .dropzone * {
  box-sizing: border-box; }

.dropzone {
  min-height: 150px;
  border: 1px solid #ddd;
  background: white;
  padding: 20px 20px; }

.dropzone.dz-clickable {
  cursor: pointer; }

.dropzone.dz-clickable * {
  cursor: default; }

.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
  cursor: pointer; }

.dropzone.dz-started .dz-message {
  display: none; }

.dropzone.dz-drag-hover {
  border-style: solid; }

.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5; }

.dropzone .dz-message {
  text-align: center;
  margin: 2em 0; }

.dropzone .dz-message .dz-button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit; }

.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px; }

.dropzone .dz-preview:hover {
  z-index: 1000; }

.dropzone .dz-preview:hover .dz-details {
  opacity: 1; }

.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd); }

.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1; }

.dropzone .dz-preview.dz-image-preview {
  background: white; }

.dropzone .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none; }

.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline; }

.dropzone .dz-preview:hover .dz-details {
  opacity: 1; }

.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%; }

.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px; }

.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap; }

.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8); }

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis; }

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent; }

.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px; }

.dropzone .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px); }

.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10; }

.dropzone .dz-preview .dz-image img {
  display: block; }

.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); }

.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); }

.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px; }

.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px; }

.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -ms-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in; }

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  -moz-animation: pulse 6s ease infinite;
  -ms-animation: pulse 6s ease infinite;
  -o-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite; }

.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden; }

.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out;
  -ms-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out; }

.dropzone .dz-preview.dz-error .dz-error-message {
  display: block; }

.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto; }

.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white; }

.dropzone .dz-preview .dz-error-message:after {
  content: '';
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626; }

html, body {
  height: 100%;
  overflow: hidden;
  min-width: 800px;
  margin: 0;
  padding: 0; }

body {
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
  line-height: 1.7;
  text-align: center;
  color: #222;
  background: #fbfbfb; }

body * {
  font-size: 100%;
  text-align: left; }

p {
  margin: 0 0 1em 0; }
  p:last-child {
    margin: 0; }

textarea, select, input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"] {
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  padding: 3px 5px; }

sup {
  vertical-align: middle;
  position: relative;
  top: -0.7em;
  font-size: 0.8em; }

pre {
  margin: 0;
  padding: 0; }

code {
  margin: 0;
  padding: 0;
  font-family: monospace;
  /* IE 11 fix */ }

svg {
  overflow: hidden;
  /* Links
----------------------------------------------- */ }

a, a:visited, a:link {
  border-bottom: 1px dotted #267ccc;
  color: #267ccc;
  margin-bottom: 0;
  text-decoration: none; }
  a.button, a:visited.button, a:link.button {
    background: #555;
    color: #fff;
    text-shadow: none;
    border: none;
    border-radius: 5px;
    padding: 6px 10px;
    font-weight: bold; }
    a.button:hover, a:visited.button:hover, a:link.button:hover {
      background: #267ccc; }
    a.button.button_red, a:visited.button.button_red, a:link.button.button_red {
      background: #600; }

.linkwrap:hover a, a:hover, .hoverbox div a:hover {
  border-bottom-style: solid;
  color: #cd2082;
  border-color: #cd2082; }

a.imagelink, a.imagelink:visited, a.imagelink:hover, a.imagelink:focus, a.imagelink:active, a.imagelink:link, .imagelink a, .imagelink a:visited, .imagelink a:hover, .imagelink a:focus, .imagelink a:active, .imagelink a:link {
  border-bottom: none;
  text-decoration: none;
  /* Structure
----------------------------------------------- */ }

#content {
  padding: 0;
  margin: 0;
  overflow-y: auto;
  text-align: center;
  line-height: 2;
  flex: 1; }
  #content .content_column {
    flex: 1;
    z-index: 60;
    min-width: 500px;
    position: relative; }
  #content.slimpage .content_column {
    padding: 50px 0;
    margin: 0 auto;
    max-width: 80em; }
  #content.twocol {
    flex: 1;
    overflow: hidden;
    overflow-y: hidden;
    z-index: 40;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row; }

#contact .inner ul {
  margin: 0;
  padding: 0 0 0 30px;
  list-style: none; }
  #contact .inner ul li a {
    position: relative;
    display: inline-block;
    margin: 0 0 10px 2em;
    line-height: 1; }
    #contact .inner ul li a i {
      position: absolute;
      left: -2em; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif; }

h1 {
  font-weight: 600;
  font-size: 2em;
  margin-top: 10px; }

h2 {
  font-weight: 600;
  font-size: 1.8em; }
  h2:first-child {
    margin-top: 0; }

h3 {
  font-weight: 600;
  font-size: 1.3em; }
  h3:first-child {
    margin-top: 0; }

img.gravatar {
  padding: 2px;
  background: #fff;
  background: rgba(0, 0, 0, 0.1);
  border: none;
  /* Footer
    ----------------------------------------------- */ }

#footer {
  position: relative;
  top: -3px;
  margin: 0;
  padding: 0 20px;
  color: ;
  /* Text Effects
    ----------------------------------------------- */ }
  #footer h2 {
    background: #ddd;
    padding: 6px 10px;
    border-radius: 5px; }
  #footer p {
    padding: 0 10px; }
  #footer #footer_inner {
    padding: 0;
    text-align: left;
    margin: 0 auto;
    padding: 0;
    min-width: 980px;
    max-width: 1200px; }
  #footer a .fa {
    color: #555; }
  #footer a .fa:hover {
    color: #cd2082; }
  #footer .addthis_toolbox a {
    color: #333;
    border-color: #333; }
  #footer .legal {
    padding: 0 30px 30px;
    font-size: 90%; }
  #footer .legal .legal_left {
    float: left;
    width: 60%; }
  #footer .legal .legal_right {
    float: right;
    width: 30%;
    text-align: right; }

.upper {
  text-transform: uppercase; }

.lower {
  text-transform: lowercase; }

.wsnw {
  white-space: nowrap;
  /* Tags and Body
    ----------------------------------------------- */ }

img {
  border: 0;
  /* Login
    ----------------------------------------------- */ }

#login_button {
  margin-left: 100px; }

.facebook_button {
  background: url('/images/signin_facebook.png') top left no-repeat;
  vertical-align: middle; }

.facebook_button:hover, .facebook_button:focus {
  background: url('/images/signin_facebook.png') 0 -24px no-repeat; }

.facebook_button:active {
  background: url('/images/signin_facebook.png') 0 -48px no-repeat; }

.twitter_button {
  background: url('/images/signin_twitter.png') top left no-repeat;
  vertical-align: middle; }

.twitter_button:hover, .twitter_button:focus {
  background: url('/images/signin_twitter.png') 0 -24px no-repeat; }

.twitter_button:active {
  background: url('/images/signin_twitter.png') 0 -48px no-repeat; }

.oauth_login_button {
  position: relative;
  display: block;
  font-size: 1.1em;
  color: #666;
  padding: 17px 10px 17px 50px;
  border-radius: 4px;
  background: #fff;
  text-align: center;
  vertical-align: middle;
  box-shadow: 0 3px 5px 0 rgba(36, 50, 66, .1);
  border: none;
  line-height: 1;
  /* Two-col Content
    ----------------------------------------------- */ }
  .oauth_login_button i.fa {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 17px;
    width: 50px;
    vertical-align: middle;
    background: #eee;
    bottom: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    text-align: center;
    color: #333; }
  .oauth_login_button:hover {
    box-shadow: 0 3px 5px 0 rgba(36, 50, 66, .2);
    transform: box-shadow 0.5s; }

div.padded {
  margin: 0 8px; }

p.padded {
  margin: 0 8px 1em 8px; }

.rightpadding {
  padding-right: 20px;
  /* Useful
    ----------------------------------------------- */ }

.hidden, .off {
  display: none; }

.clear {
  clear: both; }

.cl {
  clear: left; }

.cr {
  clear: right; }

.fl {
  float: left; }

.fr {
  float: right; }

.fn {
  float: none; }

.center, .tac {
  text-align: center; }

.right, .tar {
  text-align: right; }

.left, .tal {
  text-align: left; }

.nowrap {
  white-space: nowrap;
  /* Validation errors */ }

ul.error, .dashboard_box ul.error {
  margin: 10px 10px 0 30%;
  list-style: none;
  list-style-type: none;
  /* was padding: 5px 0 5px 36px; */
  padding: 5px 0; }
  ul.error li, .dashboard_box ul.error li, ul.error li:hover, .dashboard_box ul.error li:hover {
    padding: 0 0 0 22px;
    background: transparent url('/images/icons/error.png') 0 3px no-repeat; }

.payment-errors {
  display: none;
  background: url('/images/icons/error.png') 10px 10px no-repeat;
  padding: 10px 20px 10px 36px; }
  .payment-errors#card-errors {
    margin-top: 10px;
    padding: 10px 20px 10px 26px;
    background: url('/images/icons/error.png') 0 15px no-repeat; }

#url_error {
  color: #c00;
  text-align: center;
  padding: 0 20%;
  display: none;
  /* Forms
    ----------------------------------------------- */ }

form.pageForm fieldset {
  border: 1px solid #e0e4cc;
  background: #f0f2e6;
  padding: 30px;
  margin: 10px 20px; }

form.pageForm legend {
  border: 1px solid #e0e4cc;
  border-radius: 5px;
  background: #e0e4cc;
  padding: 8px 16px;
  font-weight: bold; }

.formrow {
  padding: 10px 0;
  border-radius: 5px; }

.formrow:hover {
  background: #eee;
  background: rgba(0, 0, 0, 0.1); }

.buttonrow {
  padding: 10px 0; }

.buttonrow button {
  margin: 0 0 0 30%; }

.formrow > label {
  float: left;
  margin-left: 10px;
  width: 30%; }
  .formrow > label:first-child {
    margin-left: 0; }
  .formrow > label.widelabel {
    width: 90%; }

.formrow input, .formrow select {
  float: left;
  width: 55%;
  margin-right: 7px; }

.formrow span.expiryspace {
  float: left;
  padding: 0 10px; }

.formrow input.smallinput, .formrow select.smallinput {
  width: 20%; }

.formrow input.tinyinput, .formrow select.tinyinput {
  width: 7%; }

.formrow ul.error li {
  border-bottom: 0;
  color: #c00; }

.formrow .multicheckbox {
  float: left;
  width: 55%; }
  .formrow .multicheckbox > div {
    position: relative;
    padding: 0;
    line-height: 2.3;
    top: -4px; }
  .formrow .multicheckbox label {
    display: block; }
  .formrow .multicheckbox input {
    margin-top: 11px; }

.formrow textarea {
  float: none;
  width: 85%;
  margin-left: 36px;
  margin-top: 5px; }

.formrow .autowidth {
  width: auto; }

.formrow .radiooptions {
  width: 55%;
  float: left; }
  .formrow .radiooptions label {
    width: 100%;
    display: block;
    overflow: hidden;
    padding: 8px;
    border-bottom: 1px solid #eee; }
  .formrow .radiooptions label:last-child {
    border-bottom: none; }

.formrow:hover .radiooptions label {
  border-bottom: 1px solid #ddd; }
  .formrow:hover .radiooptions label:last-child {
    border-bottom: none; }

.formrow .inputwrap {
  width: 55%;
  float: left; }
  .formrow .inputwrap input {
    width: auto; }
  .formrow .inputwrap label {
    margin: 0 10px 0 0;
    width: auto; }

.formrow .optiontext {
  width: 80%;
  margin-left: 12px;
  float: left; }

.formrow .radiooptions input {
  width: auto;
  margin: 5px 0 0 0; }

.formrow .inputwrap input {
  margin-bottom: 5px; }

p.textrow {
  margin: 10px 0 0 210px; }

p.forminfo {
  background: url('/images/icons/information.png') 0 3px no-repeat;
  width: 16px;
  height: 19px;
  position: relative;
  line-height: 19px;
  margin: 0 0 0 10px;
  padding: 0;
  float: left; }

p.forminfo.valid {
  background: url('/images/icons/tick.png') 0 3px no-repeat; }

p.forminfo.invalid {
  background: url('/images/icons/cross.png') 0 3px no-repeat; }

p.forminfo span {
  display: none;
  position: absolute;
  top: 0;
  left: 22px;
  width: 200px;
  color: #222;
  background: #fff;
  border-radius: 5px;
  padding: 10px 16px;
  line-height: 1.25;
  box-shadow: 0 0 5px #333;
  /* Messages
    ----------------------------------------------- */ }

div.main_content > #message_wrapper:first-child {
  margin-bottom: 20px;
  padding: 0 20px; }

#text_score_box .text_wrapper_inner #message_wrapper {
  margin: 0 auto;
  max-width: 900px; }

#message_wrapper_inner {
  text-align: left;
  margin: 0 auto;
  position: relative;
  padding: 0; }

#message_wrapper .close_message {
  line-height: 0.01;
  position: absolute;
  top: -3px;
  right: -3px;
  color: #999;
  font-size: 1.2em;
  cursor: pointer;
  padding: 0;
  border-radius: 100px;
  z-index: 9999; }

#message_wrapper ul {
  padding: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none; }

#message_wrapper ul li {
  margin: 0 0 10px;
  list-style: none;
  list-style-type: none;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  background: #fff;
  padding: 20px 20px 20px 40px;
  line-height: 20px;
  color: #666;
  position: relative; }
  #message_wrapper ul li > i.fa {
    position: absolute;
    left: 15px; }

#message_wrapper ul li br + .app_button {
  margin-top: 10px; }

#message_wrapper ul.messages_success li {
  border-left: 5px solid #11644d;
  background-color: #e9f5ec; }
  #message_wrapper ul.messages_success li > i.fa {
    color: #11644d; }

#message_wrapper ul.messages_information li {
  border-left: 5px solid #267ccc;
  color: #06404a;
  background-color: #e5f3f6; }
  #message_wrapper ul.messages_information li > i.fa {
    color: #267ccc; }

#message_wrapper ul.messages_error li {
  border-left: 5px solid #721c24;
  color: #580f16;
  background-color: #fbebec; }
  #message_wrapper ul.messages_error li > i.fa {
    color: #580f16; }

.tip {
  background: #3d6dab url('/images/icons/information.png') top left no-repeat;
  padding: 20px 20px 20px 50px; }

.pagination {
  text-align: center;
  margin: 20px 0 0 0;
  padding: 0 8px;
  color: #222; }
  .pagination a, .pagination strong {
    border: none;
    background: #eee;
    background: linear-gradient(#fff, #eee);
    color: #333;
    text-shadow: 1px 1px 1px #eee;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 6px 10px;
    display: inline-block; }

.biptych1, .biptychl {
  float: left;
  width: 48.48%; }

.biptych2, .biptychr {
  float: right;
  width: 48.48%; }

.tryptic1, .triptych1 {
  float: left;
  width: 32%;
  margin-right: 2%; }

.tryptic2, .triptych2 {
  float: left;
  width: 32%; }

.tryptic3, .triptych3 {
  float: right;
  width: 32%; }

.trypticdbll, .triptychdbll {
  float: left;
  width: 66%; }

.trypticdblr, .triptychdblr {
  float: right;
  width: 66%; }

.quartych1 {
  float: left;
  width: 25%; }

.quartychtrblr {
  float: right;
  width: 73%; }

.centered_wide {
  margin-left: 20%;
  margin-right: 20%; }

.vertical_space {
  margin-top: 50px; }

.register_prompt {
  font-size: 0.6em;
  text-align: center;
  line-height: 1.7;
  padding: 0 50px; }

a.secondary_button, button.secondary_button, span.secondary_button, input.secondary_button, a.sort_button, button.sort_button, span.sort_button, input.sort_button {
  background: #eee;
  background: linear-gradient(#fff, #eee);
  color: #333;
  text-shadow: 1px 1px 1px #eee;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 6px 10px;
  font-weight: normal;
  display: inline-block; }
  a.secondary_button:hover, button.secondary_button:hover, span.secondary_button:hover, input.secondary_button:hover, a.sort_button:hover, button.sort_button:hover, span.sort_button:hover, input.sort_button:hover {
    background: #fff;
    background: linear-gradient(#fff, #f6f6f6); }
  a.secondary_button.active, button.secondary_button.active, span.secondary_button.active, input.secondary_button.active, a.sort_button.active, button.sort_button.active, span.sort_button.active, input.sort_button.active {
    background: #ddd;
    background: linear-gradient(#eee, #ddd);
    text-shadow: 1px 1px 1px #ddd;
    border: 1px solid #ccc; }
  a.secondary_button.green_button, button.secondary_button.green_button, span.secondary_button.green_button, input.secondary_button.green_button, a.sort_button.green_button, button.sort_button.green_button, span.sort_button.green_button, input.sort_button.green_button {
    background: linear-gradient(#093, #082);
    text-shadow: 1px 1px 1px #060;
    border: 1px solid #062;
    color: #fff; }
  a.sort_button, button.sort_button, span.sort_button, input.sort_button {
    background: #fefefe;
    background: linear-gradient(#fff, #eee);
    color: #333;
    text-shadow: 1px 1px 1px #eee;
    border: 1px solid #ccc;
    border-radius: 3px; }
  a.sort_button.active, button.sort_button.active, span.sort_button.active, input.sort_button.active {
    box-shadow: inset 0px 0px 3px rgba(0, 0, 0, 0.1); }
  a.blue_button, button.blue_button, span.blue_button, input.blue_button {
    background: linear-gradient(#2495dc, #0475bc);
    text-shadow: 1px 1px 1px #666;
    text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.5);
    border: 1px solid #1485cc;
    color: #fff; }

span.off_button {
  background: #eee;
  background: linear-gradient(#fff, #d5d5d5);
  color: #333;
  text-shadow: 1px 1px 1px #eee;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 6px 10px;
  font-weight: normal;
  display: inline-block; }

button:hover, a.green_button:hover, a.primary_button:hover, a.red_button:hover, input.primary_button:hover {
  opacity: 0.9; }

.features h2 {
  font-size: 2em; }
  .features h3 {
    font-size: 1.4em;
    text-align: center;
    border-bottom: 1px solid #ddd;
    margin: 0.5em 0 1em; }
  .features .feature_screenshot {
    display: block;
    border: 1px solid #999;
    padding: 10px;
    background: #fff;
    height: 200px;
    box-shadow: 0 0 3px #cd2082;
    overflow: hidden;
    position: relative; }
  .features .feature_screenshot:after {
    content: ' ';
    border: 10px solid #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .features .feature_screenshot img {
    max-width: 100%;
    height: auto; }
  .features .feature_screenshot.feature_screenshot_wide img {
    max-width: 10000%;
    height: 100%; }
  .features .tal {
    text-align: left; }
  .features .usedby {
    margin: 20px 5px 0 0;
    max-width: 90%; }

div.hr {
  display: none;
  padding: 40px; }

hr {
  padding: 0;
  border: none;
  border-top: medium double #ddd;
  color: #ddd;
  text-align: center; }

hr:after {
  content: "§";
  display: inline-block;
  position: relative;
  top: -0.65em;
  font-size: 1.5em;
  padding: 0 0.25em;
  line-height: 1;
  background: #fff; }

.tabs {
  background: #eee;
  padding: 5px 5px 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }
  .tabs ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .tabs ul li {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background: #ddd;
    padding: 0;
    width: 19.6%;
    margin-right: 0.5%;
    float: left; }
  .tabs ul li:last-child {
    margin-right: 0; }
  .tabs ul li.active {
    background: #fff;
    padding-bottom: 2px; }
  .tabs ul li a {
    padding: 10px 0;
    display: block;
    text-align: center;
    border: none; }

.tab_alert_count {
  position: absolute;
  background: #cc3232;
  line-height: 15px;
  box-sizing: border-box;
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 8px;
  border: none;
  letter-spacing: -2px;
  text-indent: -2px;
  margin: 0;
  pointer-events: none;
  padding: 0;
  font-size: 10px;
  text-align: center;
  color: #fff;
  top: -7px;
  right: 3px; }

hr {
  margin: 35px 0 20px;
  padding: 0;
  border: none;
  border-top: medium double #ddd;
  color: #ddd;
  text-align: center; }

hr:after {
  content: "§";
  display: inline-block;
  position: relative;
  top: -0.65em;
  font-size: 1.5em;
  padding: 0 0.25em;
  line-height: 1;
  background: #eee; }

.nomargin {
  margin: 0; }

.grid-item {
  width: 32%;
  float: left; }

.dashboard_box {
  background: #fff;
  margin: 0 0 20px 0;
  border-radius: 1px;
  line-height: 1.5; }
  .dashboard_box .title_bar {
    line-height: 2em;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background: #f3f3f3; }
  .dashboard_box .title_bar h2 {
    padding: 6px 15px; }
  .dashboard_box .inner_image {
    line-height: 0.1;
    border-bottom: 1px solid #ccc;
    background: #ddd;
    min-height: 30px; }
  .dashboard_box .inner_image img {
    width: 100%;
    opacity: 0.7;
    margin: 0;
    background: #fff; }
  .dashboard_box:hover .inner_image img {
    opacity: 1; }
  .dashboard_box .inner {
    padding: 25px; }
  .dashboard_box .inner .buttongroup {
    margin-right: 10px;
    display: inline-block; }
  .dashboard_box .inner .buttongroup > a, .dashboard_box .inner .buttongroup > span {
    float: left;
    border-radius: 0;
    border-left: none; }
    .dashboard_box .inner .buttongroup > a:first-child, .dashboard_box .inner .buttongroup > span:first-child {
      border-left: 1px solid #ccc;
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px; }
    .dashboard_box .inner .buttongroup > a:last-child, .dashboard_box .inner .buttongroup > span:last-child {
      border-top-right-radius: 3px;
      border-bottom-right-radius: 3px; }
  .dashboard_box .table_pagination {
    margin-bottom: 25px; }
  .dashboard_box .table_pagination strong, .dashboard_box .table_pagination a {
    background: #eee;
    background: linear-gradient(#fff, #eee);
    color: #333;
    text-shadow: 1px 1px 1px #eee;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 6px 10px;
    display: inline-block; }
  .dashboard_box .table_pagination strong {
    background: #ddd;
    background: linear-gradient(#eee, #ddd);
    text-shadow: 1px 1px 1px #ddd;
    border: 1px solid #ccc; }
  .dashboard_box > p {
    padding: 10px 15px;
    margin: 0 0 1em; }
  .dashboard_box > p:last-child {
    margin-bottom: 0; }
  .dashboard_box > p.info {
    border-bottom: 1px solid #ccc;
    margin: 0; }
  .dashboard_box h2 {
    margin: 0;
    background: #eaeaea;
    border-top: 1px solid #ececec;
    border-left: 1px solid #ececec;
    border-bottom: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
    color: #464646;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    font-weight: 600;
    padding: 10px 15px; }
  .dashboard_box h2.author {
    background: #ddd;
    color: #333;
    margin: 0 0 20px; }
  .dashboard_box h3:first-child {
    margin-top: 0; }
  .dashboard_box > table, .dashboard_box > form > table, .dashboard_box > ul, .dashboard_box > .inner {
    background: #fff;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    margin-bottom: 0; }
  .dashboard_box > table tr td, .dashboard_box > form > table tr td, .dashboard_box > ul tr td, .dashboard_box > .inner tr td {
    border-top: none;
    border-left: none; }
  .dashboard_box > table:first-child, .dashboard_box > form > table:first-child, .dashboard_box > ul:first-child, .dashboard_box > .inner:first-child {
    border-top: 1px solid #ddd; }
  .dashboard_box ul {
    margin: 0;
    padding: 0;
    border-bottom: none;
    list-style: none; }
  .dashboard_box ul li {
    padding: 10px 15px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ddd; }
  .dashboard_box ul li:first-child {
    border-top: none; }
  .dashboard_box ul li.flex {
    display: flex; }
    .dashboard_box ul li.flex > span {
      flex: 1; }
    .dashboard_box ul li.flex > span.diff-amount {
      flex: 0 0 100px; }
  .dashboard_box ul li .light {
    opacity: 0.5; }
  .dashboard_box ul.item_list {
    list-style-type: circle;
    margin: 0 0 40px 40px; }
  .dashboard_box ul.item_list li {
    border-bottom: none; }
  .dashboard_box.heightlimit ul, .dashboard_box.heightlimit2 ul, .dashboard_box.heightlimit3 ul, .dashboard_box.heightlimit .tablewrap, .dashboard_box.heightlimit2 .tablewrap, .dashboard_box.heightlimit3 .tablewrap, .dashboard_box.heightlimit .inner, .dashboard_box.heightlimit2 .inner, .dashboard_box.heightlimit3 .inner {
    max-height: 250px;
    overflow: auto; }
  .dashboard_box.heightlimit ul table, .dashboard_box.heightlimit2 ul table, .dashboard_box.heightlimit3 ul table, .dashboard_box.heightlimit .tablewrap table, .dashboard_box.heightlimit2 .tablewrap table, .dashboard_box.heightlimit3 .tablewrap table, .dashboard_box.heightlimit .inner table, .dashboard_box.heightlimit2 .inner table, .dashboard_box.heightlimit3 .inner table {
    margin-bottom: 0; }
  .dashboard_box.heightlimit2 ul, .dashboard_box.heightlimit2 .tablewrap, .dashboard_box.heightlimit2 .inner {
    max-height: 350px; }
  .dashboard_box.heightlimit3 ul, .dashboard_box.heightlimit3 .tablewrap, .dashboard_box.heightlimit3 .inner {
    max-height: 550px; }

.blog_post h3 a {
  font-size: 1.6em; }
  .blog_post .blog_post_synopsis {
    font-size: 1.2em;
    margin-bottom: 40px; }
  .blog_post .blog_post_content img {
    max-width: 80%;
    margin: auto;
    display: block; }
  .blog_post .blog_post_date {
    font-variant: oblique;
    opacity: 0.6; }
  .blog_post .inner {
    position: relative; }
  .blog_post .highlight_author, .blog_post .highlight_date, .blog_post .highlight_guide {
    display: inline-block;
    font-weight: bold;
    background: #999;
    color: #fbfbfb;
    border: 2px solid #fbfbfb;
    font-size: 0.8em;
    padding: 3px 6px;
    position: absolute;
    top: -16px; }
  .blog_post .highlight_author {
    left: 23px;
    padding: 0;
    font-size: 0; }
  .blog_post .highlight_author img {
    width: 25px;
    line-height: 0.1;
    margin: 0; }
  .blog_post .highlight_date {
    left: 58px; }
  .blog_post .highlight_guide {
    right: 23px;
    background: #cd2082; }

.table_box {
  padding: 0; }
  .table_box .table_options {
    margin-bottom: 25px; }
  .table_box table {
    margin-bottom: 25px; }

.home_quote {
  margin: 0 0 40px;
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  line-height: 1.3;
  border: 1px solid #e1e8ed; }
  .home_quote blockquote {
    font-size: 2.5em;
    font-family: 'Dancing Script', cursive;
    text-align: center;
    margin: 10px auto; }
  .home_quote p {
    text-align: center;
    line-height: 1.3;
    text-transform: uppercase;
    vertical-align: middle; }
  .home_quote p strong a {
    letter-spacing: 2px;
    color: #000;
    border-color: #666;
    font-size: 1.4em;
    line-height: 1.7; }

#error .app_button {
  margin-top: 7px; }

#error.dashboard_box h2 {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  #error.dashboard_box ul {
    color: #721c24;
    background-color: #fbe7e9;
    border-color: #f5c6cb; }

p.instruction {
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 0 24px; }
  p.instruction .primary_button {
    cursor: pointer; }

#density_tabs > ul, #sidebar_tabs > ul, #tabs > ul {
  list-style: none;
  list-style-type: none; }
  #density_tabs ul.ui-tabs-nav li, #sidebar_tabs ul.ui-tabs-nav li, #tabs ul.ui-tabs-nav li {
    position: relative;
    background: #ddd;
    float: left;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: none; }
  #density_tabs ul.ui-tabs-nav li.ui-tabs-active, #sidebar_tabs ul.ui-tabs-nav li.ui-tabs-active, #tabs ul.ui-tabs-nav li.ui-tabs-active {
    position: relative;
    top: 1px;
    background: #fbfbfb; }
  #density_tabs ul.ui-tabs-nav li.fr, #sidebar_tabs ul.ui-tabs-nav li.fr, #tabs ul.ui-tabs-nav li.fr {
    float: right; }
  #density_tabs ul.ui-tabs-nav li .fa, #sidebar_tabs ul.ui-tabs-nav li .fa, #tabs ul.ui-tabs-nav li .fa {
    margin: 0 5px; }
  #density_tabs ul.ui-tabs-nav li a, #sidebar_tabs ul.ui-tabs-nav li a, #tabs ul.ui-tabs-nav li a {
    text-align: center;
    font-size: 0.9em; }
  #density_tabs .ui-tabs-panel, #sidebar_tabs .ui-tabs-panel, #tabs .ui-tabs-panel {
    border: 1px solid #ccc; }
  #density_tabs a:focus, #sidebar_tabs a:focus, #tabs a:focus {
    outline: none; }

#tabs > ul.ui-tabs-nav {
  margin: 0;
  padding: 0; }
  #tabs > ul.ui-tabs-nav > li {
    padding: 0;
    margin-top: 1px;
    margin-right: 2px;
    border: 1px solid #bbb;
    border-bottom: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
  #tabs > ul.ui-tabs-nav > li:last-child {
    margin-right: 0; }
  #tabs > ul.ui-tabs-nav > li.ui-tabs-active {
    position: relative;
    top: 1px;
    padding-bottom: 1px;
    margin-top: 0;
    background: #eee; }
  #tabs > ul.ui-tabs-nav > li a {
    display: block;
    padding: 0 6px;
    border: none;
    color: #222; }
  #tabs .tab {
    border: 1px solid #bbb;
    padding: 10px;
    background: #eee; }
  #tabs .tab .dashboard_box {
    margin-bottom: 10px; }
  #tabs .tab .dashboard_box:last-child {
    margin-bottom: 0; }
  #tabs .tab .dashboard_box h2 {
    font-size: 1em;
    background: #267ccc; }

#sidebar_tabs > ul.ui-tabs-nav {
  margin: 0 5px;
  padding: 0; }
  #sidebar_tabs > ul.ui-tabs-nav > li {
    padding: 0;
    margin-top: 1px;
    margin-right: 2px;
    border: 1px solid #bbb;
    border-bottom: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
  #sidebar_tabs > ul.ui-tabs-nav > li:last-child {
    margin-right: 0; }
  #sidebar_tabs > ul.ui-tabs-nav > li.ui-tabs-active {
    position: relative;
    top: 1px;
    padding-bottom: 1px;
    margin-top: 0;
    background: #eee; }
  #sidebar_tabs > ul.ui-tabs-nav > li a {
    display: block;
    padding: 0 6px;
    border: none;
    color: #222; }
  #sidebar_tabs .sidebar_tab {
    border: 1px solid #bbb;
    padding: 10px;
    background: #eee; }
  #sidebar_tabs .sidebar_tab .dashboard_box {
    margin-bottom: 10px; }
  #sidebar_tabs .sidebar_tab .dashboard_box:last-child {
    margin-bottom: 0; }
  #sidebar_tabs .sidebar_tab .dashboard_box h2 {
    font-size: 1em;
    background: #267ccc; }

table.revision_table {
  margin-bottom: 1.5em; }
  table.revision_table tr th, table.revision_table tr td {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px; }
  table.revision_table tr th:last-child, table.revision_table tr td:last-child {
    border-right: none; }
  table.revision_table tr:last-child th, table.revision_table tr:last-child td {
    border-bottom: none; }
  table.revision_table tr:first-child th {
    text-align: center;
    background: #eee; }
  table.revision_table tr td {
    text-align: center; }

table.benefit_table {
  white-space: nowrap;
  margin-bottom: 1.5em; }
  table.benefit_table tr th, table.benefit_table tr td {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px; }
  table.benefit_table tr th:last-child, table.benefit_table tr td:last-child {
    border-right: none; }
  table.benefit_table tr:last-child th, table.benefit_table tr:last-child td {
    border-bottom: none; }
  table.benefit_table tr:first-child th {
    text-align: center;
    background: #eee; }
    table.benefit_table tr:first-child th:first-child {
      background: none; }
  table.benefit_table tr th.premium_features_heading {
    background: #eee; }
  table.benefit_table tr td {
    text-align: center; }

table.save_table, table.revision_table {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin-bottom: 1.5em; }
  table.save_table tr th, table.revision_table tr th, table.save_table tr td, table.revision_table tr td {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px; }
  table.save_table tr th:last-child, table.revision_table tr th:last-child, table.save_table tr td:last-child, table.revision_table tr td:last-child {
    border-right: 1px solid #ccc; }
  table.save_table tr:last-child th, table.revision_table tr:last-child th, table.save_table tr:last-child td, table.revision_table tr:last-child td {
    border-bottom: 1px solid #ccc; }
  table.save_table tr:first-child th, table.revision_table tr:first-child th {
    text-align: center;
    background: #eee; }
  table.save_table tr td, table.revision_table tr td {
    text-align: center; }
  table.save_table tr.currentRow td, table.revision_table tr.currentRow td {
    background: #efe; }

.topspace {
  margin-top: 20px; }

a.fancybox-close {
  border-bottom: none; }

.url_input {
  line-height: 60px;
  /*text-align: center;*/
  vertical-align: middle;
  margin: 0;
  font-size: 1.2em; }
  .url_input .primary_button {
    cursor: pointer;
    vertical-align: middle; }
  .url_input #url_to_score {
    font-size: 1.1em;
    vertical-align: middle;
    width: 60%; }
  .url_input span {
    display: block;
    padding: 0 10px;
    border-top: 1px dotted #ccc; }
  .url_input span:first-child {
    border-top: 0; }

.keyword_input {
  display: none; }

table {
  margin-bottom: 1.5em; }
  table tr th, table tr td {
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 12px 10px 10px; }
  table tr th:first-child, table tr td:first-child {
    border-left: none; }
  table tr th:last-child, table tr td:last-child {
    border-right: none; }
  table tr th.forceborder, table tr td.forceborder, table tr th.forceborder:last-child, table tr td.forceborder:last-child {
    border-right: 1px solid #ccc; }
  table tr th.table_head, table tr td.table_head {
    background: #eee;
    font-weight: bold; }
  table tr th .fa.fr, table tr td .fa.fr, table tr th .fa.fl, table tr td .fa.fl {
    margin-top: 4px;
    margin-right: 5px; }
  table tr th.icons a, table tr td.icons a {
    margin-right: 2px;
    display: inline-block;
    text-align: center;
    /* this should match .pagination */ }
    table tr th.icons a:hover .fa, table tr td.icons a:hover .fa {
      color: #cd2082; }
    table tr th.icons .table_button, table tr td.icons .table_button {
      border: none;
      background: #eee;
      background: linear-gradient(#fff, #eee);
      color: #333;
      text-shadow: 1px 1px 1px #eee;
      border: 1px solid #ddd;
      border-radius: 5px;
      padding: 6px 10px;
      font-weight: normal;
      display: inline-block; }
  table tr:last-child th, table tr:last-child td {
    border-bottom: none; }
  table tr:first-child th {
    text-align: center;
    background: #f3f3f3;
    color: #888;
    border-top: none;
    text-transform: uppercase;
    font-size: 0.85em; }
    table tr:first-child th.tal {
      text-align: left; }
    table tr:first-child th.tar {
      text-align: right; }
  table tr.topline td, table tr.topline th {
    border-top: 3px solid #bbb; }

table.nohead tr:first-child th {
  text-align: left;
  background: none; }

table.price_table {
  white-space: nowrap; }
  table.price_table tr th {
    background: #eee;
    text-align: left; }

table.alert_table {
  white-space: nowrap; }
  table.alert_table tr td {
    text-align: center; }
  table.alert_table tr td select.input_extend, table.alert_table tr td input.input_extend {
    width: 100%;
    margin-bottom: 5px; }
  table.alert_table tr td.urlrow {
    background: #f3f3f3;
    text-align: left; }

.api_code_section {
  margin: 50px 15px 0;
  font-size: 2em;
  font-weight: normal; }
  .api_code_section:first-child {
    margin-top: 0; }

.api_list_heading {
  margin-top: 40px;
  text-transform: uppercase;
  color: #999;
  border-bottom: 1px solid #999; }

ul.api_list {
  margin-bottom: 1.5em; }
  ul.api_list li {
    padding: 12px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #eaeaea; }
  ul.api_list li .optional {
    text-transform: uppercase;
    padding: 8px 0;
    font-size: 80%;
    color: #666; }
  ul.api_list li .api_explanation {
    margin-left: 15px;
    padding-left: 30px;
    border-left: 1px dotted #eaeaea; }
  ul.api_list li p:last-child {
    margin: 0; }
  ul.api_list li:last-child {
    border-bottom: none; }

code {
  padding: 5px 8px;
  background: #293044;
  color: #fff; }
  code.codeblock, code.api_endpoint {
    display: block;
    padding: 20px;
    margin: 0 0 1.5em; }
  code.subtle {
    background: #eaeaea;
    color: #222; }

ul.contact_list li {
  padding-left: 44px;
  position: relative; }
  ul.contact_list li i {
    position: absolute;
    left: 12px;
    top: 14px; }

.defaultSkin table#text_to_score_tbl {
  border: 1px solid #999;
  border-right: 1px solid #777;
  border-bottom: 1px solid #777; }
  .defaultSkin table#text_to_score_tbl body {
    margin: 0; }

.col1, .col2, .col3, .col4, .col5 {
  float: left;
  width: 26%;
  margin-right: 2%;
  border-radius: 3px;
  margin-bottom: 20px; }

.col2 {
  margin-left: 9%; }

.col4 {
  margin-right: 0; }

.account_nav {
  box-sizing: border-box;
  border-right: 1px solid #ccc;
  width: 30%; }

.account_subscription .col1, .account_changesubscription .col1, .account_subscription .col2, .account_changesubscription .col2, .account_subscription .col3, .account_changesubscription .col3, .account_subscription .col4, .account_changesubscription .col4, .account_subscription .col5, .account_changesubscription .col5 {
  width: 32%; }
  .account_subscription .col2, .account_changesubscription .col2 {
    margin-left: 0; }
  .account_subscription .col4, .account_changesubscription .col4 {
    margin-right: 0; }

.pro_wrapper {
  margin: 0 auto;
  max-width: 700px; }
  .pro_wrapper h1 {
    display: block;
    text-align: center;
    line-height: 1.5;
    font-size: 2em;
    font-weight: normal;
    color: inherit;
    margin: 40px 0; }
  .pro_wrapper h2 {
    margin: 10px 10px 20px;
    font-size: 1.2em;
    line-height: 1; }
  .pro_wrapper .pro_box {
    background: #e4e4e4;
    position: relative;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    padding: 10px;
    margin-bottom: 40px; }
  .pro_wrapper .pro_box .inner {
    background: #eee;
    border-radius: 5px;
    padding: 20px; }
  .pro_wrapper .pro_box .inner input, .pro_wrapper .pro_box .inner select {
    border: none;
    border-radius: 2px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1); }
  .pro_wrapper .pro_box:last-child {
    margin-bottom: 150px; }
  .pro_wrapper .pro_box.low_padding {
    padding: 15px 40px; }
  .pro_wrapper .pro_box #card-element {
    background: #fff;
    border-radius: 2px;
    padding: 8px 12px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1); }
  .pro_wrapper p:last-child {
    margin: 0; }

#edu_prompt {
  margin-left: 36px;
  padding-left: 30%;
  margin-bottom: 20px;
  display: none; }

.planbox {
  font-size: 90%;
  background: #fff;
  position: relative;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  padding: 0 0 30px 0; }
  .planbox h3 {
    text-align: center;
    padding: 16px 10px 0;
    margin: 0;
    color: #333;
    white-space: nowrap;
    font-size: 1.7em;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal; }
  .planbox p.plan_tip {
    color: #aaa;
    padding: 10px 20px 20px;
    border-bottom: 1px solid #f4f4f4; }
  .planbox .current_plan_title {
    position: absolute;
    top: -5px;
    left: 50%;
    line-height: 1;
    padding: 0; }
  .planbox .current_plan_title div {
    background: #eaeaea;
    color: #293044;
    text-transform: upper;
    font-size: 12px;
    position: relative;
    left: -50%;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    top: -0.55em;
    padding: 5px 10px;
    border-radius: 3px; }
  .planbox ul {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none; }
  .planbox ul li {
    position: relative;
    text-align: center;
    padding: 6px 10px; }
  .planbox ul li.tal {
    text-align: left; }
  .planbox ul li span {
    display: none;
    position: absolute;
    top: 10%;
    left: 90%;
    width: 200px;
    color: #222;
    background: #f5f5f5;
    box-shadow: 0 0 2px #999;
    border-radius: 5px;
    padding: 13px 16px;
    line-height: 1.25;
    z-index: 21341;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif; }
  .planbox ul li:hover span {
    display: block; }
  .planbox p {
    margin: 0;
    text-align: center;
    padding: 6px 10px; }
  .planbox p.price {
    padding-top: 12px;
    font-size: 1.5em;
    margin-bottom: 10px; }
  .planbox p.price_discount {
    padding-top: 12px;
    position: relative;
    top: 10px;
    font-size: 1.2em;
    padding-bottom: 0;
    line-height: 1;
    color: #ccc; }
  .planbox p.signup {
    margin-top: 20px;
    padding: 40px 0;
    border-top: 1px solid #f4f4f4; }
  .planbox.planbox_color h3 {
    background: none;
    margin: 0 10%; }
  .planbox.planbox_enterprise ul li {
    text-align: left; }

.col4 .planbox ul li span {
  right: 90%;
  left: auto; }

#period_details {
  margin: 0 auto;
  padding: 0; }
  #period_details h2 {
    background: none;
    color: #666;
    font-size: 1.7em;
    padding: 16px 10px;
    border: none;
    border-bottom: 1px dotted #ccc;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    margin: 0 20px 30px;
    text-align: center;
    border-right: 0; }
  #period_details .saving {
    margin-bottom: 0;
    font-family: 'Dancing Script';
    font-size: 1.5em;
    color: #b43a7e; }
  #period_details .dashboard_box {
    background: #fff; }

#signup_details {
  margin: 0 auto;
  padding: 50px 20px;
  max-width: 800px;
  display: none; }

.annual_switch {
  line-height: 50px;
  text-align: center;
  vertical-align: middle; }
  .annual_switch a.switch {
    margin-bottom: -2px; }

.switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 17px;
  cursor: pointer;
  background: url('/images/slickswitch.png') 0 0 no-repeat; }

.switch .ss-on {
  position: absolute;
  display: block;
  width: 30px;
  height: 17px;
  background: url('/images/slickswitch.png') -30px 0 no-repeat; }

.switch .ss-slider {
  position: absolute;
  left: 0px;
  width: 15px;
  height: 16px;
  margin: 0 1px;
  background: url('/images/slickswitch.png') -60px 0 no-repeat; }

.switch.icons {
  background-position: 0 -17px; }

.switch.icons .ss-on {
  background: url('/images/slickswitch.png') -30px -17px no-repeat; }

.screenshot {
  max-width: 100%;
  text-align: center; }
  .screenshot img {
    max-width: 100%;
    border: 1px solid #999;
    box-shadow: 2px 2px 5px #999;
    border-radius: 2px; }

img.screenshot {
  max-width: none;
  border: 1px solid #999;
  box-shadow: 2px 2px 5px #999;
  border-radius: 2px; }

ul.share-buttons {
  list-style: none;
  padding: 0; }

ul.share-buttons li {
  display: inline; }

.smalltip {
  color: #999;
  font-size: 90%; }

.center.balance_lines {
  margin-left: auto;
  margin-right: auto; }

.content .centered_wide h2, .blog .centered_wide h2 {
  clear: both;
  margin-top: 50px;
  font-size: 1.7em; }
  .content .centered_wide .dashboard_box h2, .blog .centered_wide .dashboard_box h2 {
    margin-top: 0;
    font-size: 1em; }
  .content .centered_wide img, .blog .centered_wide img {
    width: 120%;
    position: relative;
    left: -10%; }
  .content .centered_wide .pull_quote, .blog .centered_wide .pull_quote, .content .centered_wide .pull_quote_right, .blog .centered_wide .pull_quote_right, .content .centered_wide .pull_quote_left, .blog .centered_wide .pull_quote_left, .content .centered_wide .pull_quote_center, .blog .centered_wide .pull_quote_center, .content .centered_wide .pull_quote_wide, .blog .centered_wide .pull_quote_wide {
    color: #666;
    font-family: 'Lora', sans-serif;
    font-size: 2.3em;
    line-height: 1.4;
    float: right;
    margin: 20px 0 40px 0;
    position: relative;
    right: -10%;
    width: 300px; }
  .content .centered_wide .pull_quote.pull_quote_quotation, .blog .centered_wide .pull_quote.pull_quote_quotation, .content .centered_wide .pull_quote_right.pull_quote_quotation, .blog .centered_wide .pull_quote_right.pull_quote_quotation, .content .centered_wide .pull_quote_left.pull_quote_quotation, .blog .centered_wide .pull_quote_left.pull_quote_quotation, .content .centered_wide .pull_quote_center.pull_quote_quotation, .blog .centered_wide .pull_quote_center.pull_quote_quotation, .content .centered_wide .pull_quote_wide.pull_quote_quotation, .blog .centered_wide .pull_quote_wide.pull_quote_quotation {
    text-indent: -0.4em; }
  .content .centered_wide .pull_quote_left, .blog .centered_wide .pull_quote_left {
    float: left;
    left: -10%; }
  .content .centered_wide .pull_quote_center, .blog .centered_wide .pull_quote_center {
    float: none;
    position: static;
    text-align: center;
    margin: 20px 20%;
    width: auto; }
  .content .centered_wide .pull_quote_wide, .blog .centered_wide .pull_quote_wide {
    float: none;
    position: static;
    text-align: center;
    margin: 20px;
    width: auto; }

.jquery-notebook.editor {
  position: relative;
  outline: none;
  min-height: 50px; }

.jquery-notebook.editor p {
  z-index: 2;
  position: relative;
  min-height: 1px; }

.jquery-notebook.editor p.placeholder {
  position: absolute;
  z-index: 1;
  opacity: 0.5;
  pointer-events: none; }

.jquery-notebook p:first-child, .jquery-notebook p.placeholder + p {
  margin-top: 0; }

.jquery-notebook.bubble {
  display: none; }

#document_title {
  width: 100%;
  font-size: 18px;
  border: none;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.16), 0 3px 3px 0 rgba(0, 0, 0, 0.23);
  line-height: 50px;
  height: 50px;
  padding: 0 15px;
  box-sizing: border-box; }

#text_tools {
  margin: 0;
  line-height: 50px;
  height: 50px; }
  #text_tools .dropdown {
    margin-left: 30px; }
  #text_tools .dropdown:last-child {
    margin-right: 40px; }

#text_to_score, #lowtech_highlight, #text_to_convert, #temptextarea {
  border: none;
  font-size: 18px;
  white-space: pre-wrap;
  resize: none;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  overflow: hidden;
  max-width: 50em;
  line-height: 2;
  background: transparent;
  margin: 0 auto;
  border-radius: 0;
  padding: 30px 40px;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.16), 0 3px 3px 0 rgba(0, 0, 0, 0.23); }

#text_highlight_wrap {
  border: 1px solid transparent;
  z-index: 1;
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  line-height: 2; }

#temptextarea {
  box-shadow: none;
  padding: 0 40px;
  /* to hide scrollbars, otherwise height calculation can be messed up */
  overflow: hidden;
  min-height: 1px;
  position: absolute;
  left: -10000px; }

#text_highlight {
  font-size: 18px;
  resize: none;
  box-sizing: border-box;
  overflow: hidden;
  padding: 30px 40px 30px 35px;
  line-height: 2;
  margin: 0 auto;
  max-width: 50em;
  background: #fff;
  position: relative;
  color: transparent; }

#docs_scroller {
  overflow-y: scroll; }

.highlight_bad, .highlight_warn, .highlight_toggle {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px; }

.highlight_hard_word, .highlight_long_word, .highlight_adverb, .highlight_cliche, .highlight_passive, .highlight_bad, .highlight_warn, .highlight_toggle, .highlight_hedge, .highlight_transition, .highlight_lazy, .highlight_profanity, .highlight_buzzwords, .highlight_stopwords, .highlight_spelling, .highlight_grammar {
  margin-bottom: 3px;
  padding: 3px 0;
  z-index: 50;
  position: relative; }

.highlight_hard_word, .highlight_long_word, .tippy.highlight_hard_word, .tippy.highlight_long_word {
  background: #ddd;
  background: rgba(0, 0, 0, 0.14);
  border-bottom: none; }

.highlight_spelling, .tippy.highlight_spelling {
  border-bottom: 2px solid #f00; }

.highlight_grammar, .tippy.highlight_grammar {
  border-bottom: 2px solid #09f; }

.highlight_bad, .tippy.highlight_bad, .highlight_bad.highlight_warn, .tippy.highlight_bad.highlight_warn {
  background: #fdd;
  border-bottom: none; }

.highlight_warn, .tippy.highlight_warn {
  background: #ffd;
  border-bottom: none; }

.highlight_adverb, .tippy.highlight_adverb {
  border-bottom: 2px dotted #c90; }

.highlight_cliche, .tippy.highlight_cliche {
  border-bottom: 2px dotted #0c0; }

.highlight_passive, .tippy.highlight_passive {
  border-bottom: 2px dotted #00c; }

.highlight_hedge, .tippy.highlight_hedge {
  border-bottom: 2px dotted #ccc; }

.highlight_transition, .tippy.highlight_transition {
  border-bottom: 2px dotted #360; }

.highlight_profanity, .tippy.highlight_profanity {
  border-bottom: 2px dotted #f00; }

.highlight_buzzwords, .tippy.highlight_buzzwords {
  border-bottom: 2px dotted #90c; }

.highlight_stopwords, .tippy.highlight_stopwords {
  border-bottom: 2px dotted #999; }

.highlight_lazy, .tippy.highlight_lazy {
  border-bottom: 2px dotted #0cf; }

.highlight_names, .tippy.highlight_names {
  border-bottom: 2px dotted #f99; }

.highlight_disabled {
  background: none !important;
  border: none !important; }

.highlight_off {
  background: none !important;
  border: none !important;
  /* Allows mouseover to pass through */
  pointer-events: none; }

.highlight_highlight {
  box-shadow: 0 0 3px 3px #cd2082; }

.highlight_highlight_temp {
  position: relative; }

.highlight_ogden, .highlight_dalechall, .highlight_spache, .highlight_word, .highlight_dolch, .highlight_fry {
  background: rgba(240, 0, 240, 0.1);
  border-bottom: 3px solid #c0c; }

.highlight_ogden a, .highlight_dalechall a, .highlight_spache a, .highlight_word a, .highlight_dolch a, .highlight_fry a {
  border-bottom: 0;
  color: #3e3331;
  /* Highlights for standalone tools are less subtle */ }

.text-profanity .highlight_profanity, .text-buzzwords .highlight_profanity, .text-stopwords .highlight_profanity, .text-lazy .highlight_profanity, .text-transition .highlight_profanity, .text-hedge .highlight_profanity, .text-names .highlight_profanity, .text-profanity .tippy.highlight_profanity, .text-buzzwords .tippy.highlight_profanity, .text-stopwords .tippy.highlight_profanity, .text-lazy .tippy.highlight_profanity, .text-transition .tippy.highlight_profanity, .text-hedge .tippy.highlight_profanity, .text-names .tippy.highlight_profanity, .text-profanity .highlight_buzzwords, .text-buzzwords .highlight_buzzwords, .text-stopwords .highlight_buzzwords, .text-lazy .highlight_buzzwords, .text-transition .highlight_buzzwords, .text-hedge .highlight_buzzwords, .text-names .highlight_buzzwords, .text-profanity .tippy.highlight_buzzwords, .text-buzzwords .tippy.highlight_buzzwords, .text-stopwords .tippy.highlight_buzzwords, .text-lazy .tippy.highlight_buzzwords, .text-transition .tippy.highlight_buzzwords, .text-hedge .tippy.highlight_buzzwords, .text-names .tippy.highlight_buzzwords, .text-profanity .highlight_stopwords, .text-buzzwords .highlight_stopwords, .text-stopwords .highlight_stopwords, .text-lazy .highlight_stopwords, .text-transition .highlight_stopwords, .text-hedge .highlight_stopwords, .text-names .highlight_stopwords, .text-profanity .tippy.highlight_stopwords, .text-buzzwords .tippy.highlight_stopwords, .text-stopwords .tippy.highlight_stopwords, .text-lazy .tippy.highlight_stopwords, .text-transition .tippy.highlight_stopwords, .text-hedge .tippy.highlight_stopwords, .text-names .tippy.highlight_stopwords, .text-profanity .highlight_lazy, .text-buzzwords .highlight_lazy, .text-stopwords .highlight_lazy, .text-lazy .highlight_lazy, .text-transition .highlight_lazy, .text-hedge .highlight_lazy, .text-names .highlight_lazy, .text-profanity .tippy.highlight_lazy, .text-buzzwords .tippy.highlight_lazy, .text-stopwords .tippy.highlight_lazy, .text-lazy .tippy.highlight_lazy, .text-transition .tippy.highlight_lazy, .text-hedge .tippy.highlight_lazy, .text-names .tippy.highlight_lazy, .text-profanity .highlight_hedge, .text-buzzwords .highlight_hedge, .text-stopwords .highlight_hedge, .text-lazy .highlight_hedge, .text-transition .highlight_hedge, .text-hedge .highlight_hedge, .text-names .highlight_hedge, .text-profanity .tippy.highlight_hedge, .text-buzzwords .tippy.highlight_hedge, .text-stopwords .tippy.highlight_hedge, .text-lazy .tippy.highlight_hedge, .text-transition .tippy.highlight_hedge, .text-hedge .tippy.highlight_hedge, .text-names .tippy.highlight_hedge, .text-profanity .highlight_transition, .text-buzzwords .highlight_transition, .text-stopwords .highlight_transition, .text-lazy .highlight_transition, .text-transition .highlight_transition, .text-hedge .highlight_transition, .text-names .highlight_transition, .text-profanity .tippy.highlight_transition, .text-buzzwords .tippy.highlight_transition, .text-stopwords .tippy.highlight_transition, .text-lazy .tippy.highlight_transition, .text-transition .tippy.highlight_transition, .text-hedge .tippy.highlight_transition, .text-names .tippy.highlight_transition, .text-profanity .highlight_names, .text-buzzwords .highlight_names, .text-stopwords .highlight_names, .text-lazy .highlight_names, .text-transition .highlight_names, .text-hedge .highlight_names, .text-names .highlight_names, .text-profanity .tippy.highlight_names, .text-buzzwords .tippy.highlight_names, .text-stopwords .tippy.highlight_names, .text-lazy .tippy.highlight_names, .text-transition .tippy.highlight_names, .text-hedge .tippy.highlight_names, .text-names .tippy.highlight_names {
  background: rgba(240, 0, 240, 0.1);
  border-bottom: 3px solid #c0c; }

.result-view .highlight_ogden, .result-viewpdf .highlight_ogden, .result-view .highlight_dalechall, .result-viewpdf .highlight_dalechall, .result-view .highlight_spache, .result-viewpdf .highlight_spache, .result-viewpdf .highlight_word,  .result-view .highlight_dolch,  .result-view .highlight_fry,  .result-viewpdf .highlight_dolch,  .result-viewpdf .highlight_fry {
  background: none;
  border-bottom: none; }

.highlight_toggle {
  background: rgba(240, 0, 240, 0.1);
  border-bottom: 3px solid #c0c; }
  .highlight_toggle a {
    border-bottom: 0;
    color: #222; }

#disabled_notice {
  position: absolute;
  border-top: 1px solid #cc3232;
  left: 0;
  right: 0;
  margin-top: -3px;
  z-index: 1000; }
  #disabled_notice .gopro {
    float: right;
    background: #cc3232;
    margin-right: 5px;
    margin-top: -16px;
    font-size: 12px;
    color: #fff;
    border-radius: 3px;
    border: none; }

.rolledup > table, .rolledup > .inner {
  display: none; }

.page_note {
  margin: 0 auto 1em;
  text-align: center;
  background: #eee;
  border-radius: 3px;
  padding: 10px; }

p.error {
  margin: 10px 10px 30px;
  list-style: none;
  list-style-type: none;
  padding: 10px 10px 10px 34px;
  background: transparent url('/images/icons/error.png') 10px 13px no-repeat;
  border: 1px dotted #f00; }

a.addtobutton:link, a.addtobutton:active, a.addtobutton:visited, a.addtobutton:focus {
  color: #333;
  border: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-radius: 5px;
  padding: 13px 10px; }
  a.addtobutton:hover {
    border: 1px solid #ccc; }

.diff-ins {
  background-color: #eaffea; }

.diff-del {
  background-color: #f8cbcb; }

.subtitle {
  color: #666;
  text-align: center;
  margin: 0 0 50px; }

.wordsrotator_words {
  display: inline-block;
  position: relative;
  white-space: nowrap;
  -webkit-transition: width 1s;
  -moz-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s; }

.wordsrotator_words .wordsrotator_wordOut, .wordsrotator_words .wordsrotator_wordIn {
  position: relative;
  display: inline-block;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: both;
  -ms-animation-duration: 1s;
  -ms-animation-timing-function: ease;
  -ms-animation-fill-mode: both; }

.wordsrotator_words .wordsrotator_wordOut {
  left: 0;
  top: 0;
  position: absolute;
  display: inline-block; }

.wordsrotator_words .wordsrotator_wordOut span {
  width: auto;
  position: relative; }

.wordsrotator_words .wordsrotator_wordIn {
  opacity: 1; }

.desktopSkin .window_padding {
  padding: 0 20px; }

.hoverbox {
  position: absolute;
  background: #fff;
  box-shadow: 0 0 5px #999;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  font-size: 14px;
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  line-height: 1.5;
  z-index: 50000;
  color: #333;
  margin-top: 2px;
  left: 0;
  width: 300px;
  border-radius: 3px;
  padding: 10px; }
  .hoverbox p {
    padding: 0;
    margin: 0 0 10px; }
  .hoverbox p.topline {
    border-top: 1px solid #eaeaea;
    padding-top: 10px;
    margin: 10px 0 0; }
  .hoverbox h3 {
    border-bottom: 1px solid #eaeaea;
    padding: 0 0 10px 20px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2em;
    margin: 0 0 10px;
    position: relative; }
  .hoverbox h3 span {
    display: inline-block;
    padding: 0 5px; }
  .hoverbox h3 i.fa {
    position: absolute;
    left: 0;
    top: 5px; }
  .hoverbox h3:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0; }
  .hoverbox i.fa-check-circle {
    color: #a0b046; }
  .hoverbox i.fa-info-circle {
    color: #267ccc; }
  .hoverbox i.fa-times-circle {
    color: #f24e4e; }
  .hoverbox > div {
    padding: 0;
    color: #999;
    max-height: 200px;
    overflow-y: auto; }
  .hoverbox > div.clear {
    padding: 0; }
  .hoverbox > div :last-child {
    margin-bottom: 0; }
  .hoverbox ul {
    margin: 0;
    padding: 0; }
  .hoverbox ul li {
    border-bottom: 0;
    padding: 0;
    margin: 0; }
  .hoverbox ul li ul {
    margin-left: 30px; }
  .hoverbox ul.replacements li {
    float: left;
    border-top: none; }
    .hoverbox ul.replacements li a {
      display: block;
      background: #eaeaea;
      padding: 5px 8px;
      border: none;
      margin: 0 3px 3px 0;
      border-radius: 5px; }
    .hoverbox ul.replacements li a:hover {
      background: #ccc; }
  .hoverbox a {
    cursor: pointer; }

.fileMeta {
  display: inline-block;
  margin-top: 5px;
  font-size: 90%;
  background: #eee;
  color: #999;
  padding: 3px 5px;
  border-radius: 3px; }

.numbered_content {
  position: relative;
  padding: 0 50px 0 100px; }
  .numbered_content .numbered_content_number {
    position: absolute;
    left: 0;
    width: 90px;
    text-align: right;
    font-weight: bold; }
  .numbered_content .numbered_content {
    padding: 0 50px; }
  .numbered_content .numbered_content .numbered_content_number {
    width: 40px; }

.indent {
  margin: 0;
  padding: 0 0 0 22px;
  position: relative; }
  .indent .fa {
    position: absolute;
    left: 0;
    top: 8px; }

.support_links span {
  vertical-align: top;
  height: 200px;
  display: inline-block;
  padding: 0 40px;
  text-align: center;
  border-right: 1px solid #ddd; }
  .support_links span:first-child {
    padding-left: 0; }
  .support_links span:last-child {
    border-right: none;
    padding-right: 0; }
  .support_links .imagelink {
    height: 100px;
    vertical-align: bottom;
    line-height: 100px; }
  .support_links img {
    height: 50px; }

.score_grade {
  text-align: center;
  line-height: 80px;
  padding: 10px 0 0;
  margin: 0;
  font-size: 5em; }
  .score_grade .rating_text {
    font-size: 0.3em;
    position: relative;
    top: -7px;
    color: #999;
    font-weight: normal;
    vertical-align: middle; }
  .score_grade #rating {
    font-weight: bold; }

#rating_cell, #fave-rating_cell {
  padding: 0;
  border-top: 0; }
  #rating_cell .score_grade.ratingA, #fave-rating_cell .score_grade.ratingA, #rating_cell .score_grade.ratingB, #fave-rating_cell .score_grade.ratingB, #rating_cell .score_grade.ratingC, #fave-rating_cell .score_grade.ratingC, #rating_cell .score_grade.ratingD, #fave-rating_cell .score_grade.ratingD, #rating_cell .score_grade.ratingE, #fave-rating_cell .score_grade.ratingE {
    background-size: auto 150px; }
  #rating_cell .score_grade .ratingA, #fave-rating_cell .score_grade .ratingA, #rating_cell .score_grade .ratingB, #fave-rating_cell .score_grade .ratingB, #rating_cell .score_grade .ratingC, #fave-rating_cell .score_grade .ratingC, #rating_cell .score_grade .ratingD, #fave-rating_cell .score_grade .ratingD, #rating_cell .score_grade .ratingE, #fave-rating_cell .score_grade .ratingE {
    font-weight: bold; }

.headline_box {
  background: #eaeaea;
  float: left;
  font-size: 2em;
  line-height: 1.5;
  width: 18.4%;
  padding: 0;
  margin: 0;
  margin-bottom: 1.5em;
  margin-right: 2%; }
  .headline_box.last_box {
    margin-right: 0; }
  .headline_box a {
    text-align: center; }
  .headline_box .rating_title {
    text-align: center;
    line-height: 1.5;
    font-size: 1.75em;
    color: #fff;
    font-family: 'Open Sans', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold; }
  .headline_box .rating_actual {
    text-align: center;
    padding: 20px; }

.tips .icon {
  border-right: none;
  padding-right: 0;
  text-indent: 5px; }

ul.tips {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.7; }
  ul.tips li {
    padding: 10px 15px;
    padding-left: 35px;
    position: relative; }
  ul.tips li i {
    position: absolute;
    left: 8px;
    top: 14px;
    color: #999; }
  ul.tips.nohighlight li {
    border: none; }
  ul.tips.nohighlight li:hover {
    background: none; }

.chart-border {
  border: 1px solid #ccc;
  background: #eee;
  background: linear-gradient(to bottom, #fff, #eee);
  padding: 2px;
  border-radius: 3px;
  position: relative; }
  .chart-border .line25, .chart-border .line50, .chart-border .line75 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 25%;
    border-left: 1px dotted #ccc; }
  .chart-border .line50 {
    left: 50%;
    top: -10px;
    bottom: -10px;
    border-left: 1px dotted #999; }
  .chart-border .line75 {
    left: 75%; }

.reach_chart .chart-border {
  margin-top: 15px; }
  .reach_chart .chart-border .line50 {
    top: 0;
    bottom: 0;
    border-left: 1px dotted #ccc; }
  .reach_chart .reach_image_wrapper {
    position: relative;
    background: #bbb;
    display: table-cell;
    padding: 0;
    line-height: 0.1; }
  .reach_chart .reach_image_wrapper .reach_image {
    z-index: 20;
    position: relative; }
  .reach_chart .reach_image_wrapper .reach_image_colour {
    content: '\A';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: #f2c94e;
    width: 50%;
    z-index: 10; }
  .reach_chart .reach_image_wrapper .reach_image_colour.reach-a {
    background: #11644d; }
  .reach_chart .reach_image_wrapper .reach_image_colour.reach-b {
    background: #a0b046; }
  .reach_chart .reach_image_wrapper .reach_image_colour.reach-c {
    background: #f2c94e; }
  .reach_chart .reach_image_wrapper .reach_image_colour.reach-d {
    background: #f78145; }
  .reach_chart .reach_image_wrapper .reach_image_colour.reach-e {
    background: #f24e4e; }

.chart-inner {
  background-color: #555;
  background: linear-gradient(to bottom, #777, #555);
  border-radius: 3px;
  position: relative; }

.chart-hover {
  position: absolute;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  top: 25px;
  padding: 12px 20px;
  white-space: nowrap; }
  .chart-hover img {
    position: absolute;
    left: 50%;
    top: -7px;
    margin-left: -3.5px; }

.density_table {
  margin-bottom: 0; }

.super_month {
  background: #bfb; }

.good_month {
  background: #cfc; }

.ok_month {
  background: #dfd; }

.meh_month {
  background: #fdd; }

.bad_month {
  background: #fcc; }

.terrible_month {
  background: #fbb; }

.admin_buttons {
  margin-bottom: 50px;
  text-align: center; }

#stats .fa-search {
  margin-top: 3px;
  cursor: pointer; }

table.modern {
  background: none;
  border-collapse: separate;
  border-spacing: 0 5px;
  /* tables */ }
  table.modern .rating {
    font-weight: bold;
    vertical-align: middle;
    padding: 0;
    line-height: 1.5;
    margin: 0;
    font-size: 3em; }
  table.modern .rating .rating_text {
    font-size: 0.3em;
    position: relative;
    top: -7px;
    color: #999;
    font-weight: normal;
    vertical-align: middle; }
  table.modern .rating .ratingA {
    color: #11644d; }
  table.modern .rating .ratingB {
    color: #a0b046; }
  table.modern .rating .ratingC {
    color: #f2c94e; }
  table.modern .rating .ratingD {
    color: #f78145; }
  table.modern .rating .ratingE {
    color: #f24e4e; }
  table.modern tr {
    background: #fff; }
  table.modern tr.itemHighlight {
    background: #eaeaea; }
  table.modern tr.blank {
    background: none; }
  table.modern tr.faded {
    color: #999; }
  table.modern th, table.modern td {
    border: none; }
  table.modern th:first-child, table.modern td:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px; }
  table.modern th:left-child, table.modern td:left-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px; }
  table.modern th.dropdown, table.modern td.dropdown {
    z-index: auto; }
  table.modern th.urlrow, table.modern td.urlrow {
    font-weight: bold; }
  table.modern th {
    background: #f3f3f3; }

table.tablesorter thead tr .header {
  background-image: url('/images/tablesorter-bg.gif');
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer; }

table.tablesorter tbody td {
  vertical-align: top; }

table.tablesorter tbody tr.odd td {
  background-color: #f9f9f9; }

table.tablesorter thead tr .headerSortUp {
  background-color: #ddd;
  background-image: url('/images/tablesorter-asc.gif'); }

table.tablesorter thead tr .headerSortDown {
  background-color: #ddd;
  background-image: url('/images/tablesorter-desc.gif');
  /* Tags */ }

div.tagsinput {
  line-height: 1;
  margin: 0;
  border: 1px solid #ddd;
  background: #fff;
  padding: 5px 5px 0;
  width: 300px;
  height: 100px;
  overflow-y: auto; }

div.tagsinput span.tag {
  padding: 0;
  border: 1px solid #ccc;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  display: block;
  float: left;
  padding: 5px;
  text-decoration: none;
  background: #eee;
  color: #999;
  margin-right: 5px;
  margin-bottom: 5px;
  font-family: helvetica;
  font-size: 13px; }

div.tagsinput span.tag span {
  display: inline;
  padding: 0; }

div.tagsinput span.tag a {
  border: none;
  font-weight: bold;
  color: #999;
  text-decoration: none;
  font-size: 11px; }

div.tagsinput input {
  width: 80px;
  margin: 0px;
  font-family: helvetica;
  font-size: 13px;
  border: 1px solid transparent;
  padding: 5px;
  background: transparent;
  color: #000;
  outline: 0px;
  margin-right: 5px;
  margin-bottom: 5px; }

div.tagsinput div {
  display: block;
  float: left; }

.tags_clear {
  clear: both;
  width: 100%;
  height: 0px; }

.not_valid {
  background: #fbd8db !important;
  color: #90111a !important; }

#tags_tag {
  min-width: 60px; }

a.fa-button, .action-button {
  text-shadow: none;
  display: inline-block;
  padding: 6px 10px;
  color: #555;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-radius: 4px;
  line-height: 1;
  vertical-align: middle;
  background: #e5e5e5; }
  a.fa-button:hover, .action-button:hover {
    background: #eee; }

.action-button {
  color: #fff;
  background: #cd2082;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  /**
 * NEW APP STUFF
 */ }
  .action-button:hover {
    background: #eee; }

#app {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  overflow: hidden; }

#header {
  background: #fbfbfb;
  position: relative;
  color: #fff;
  border-bottom: 1px solid #eaeaea;
  box-shadow: 0 0 3px #eee;
  z-index: 150;
  flex: 0 0 auto;
  height: 70px; }
  #header #logolink {
    float: left;
    padding: 0;
    height: 50px;
    width: 50px;
    z-index: 2;
    position: relative;
    margin: 10px; }
  #header svg {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    z-index: 1; }
  #header nav {
    z-index: 2; }
  #header #scoretextmenulink ul.menu_cta li:hover > a {
    background: #de2a90;
    border: 1px solid #de2a90; }
    #header #scoretextmenulink ul.menu_cta li a {
      background: #cd2082;
      color: #fff;
      border-radius: 5px;
      padding: 0 20px; }

#content {
  z-index: 40;
  /* Needed for z-index to work */
  position: relative; }

#content_item {
  padding: 30px; }

svg#login_background {
  position: fixed;
  pointer-events: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; }

.twocol svg#login_background {
  display: none; }

#content #stats {
  min-width: 300px;
  max-width: 500px;
  /* default value */
  flex-basis: auto;
  flex-grow: 1;
  color: #222;
  border-left: 1px solid #eaeaea; }
  #content #stats .app_button_blue {
    margin-bottom: 5px; }

#content .main_content {
  min-width: 66%; }

.flexboxv {
  height: 100%;
  display: flex;
  flex-direction: column;
  min-height: 0; }

#text_score_box > div:first-child {
  padding-top: 20px; }

.button_bar {
  padding: 0;
  line-height: 1;
  margin: 0; }

#status {
  padding: 7px 10px;
  line-height: 1.3; }

#document_meta_bar {
  margin: 0;
  padding: 0 20px;
  flex-grow: 100;
  min-width: 500px; }
  #document_meta_bar > .inner {
    max-width: 50em;
    margin: 0 auto;
    display: flex; }
  #document_meta_bar > .inner #meta_title {
    flex-grow: 100;
    white-space: nowrap;
    min-width: 0; }
  #document_meta_bar > .inner #meta_buttons {
    padding: 0 0 0 20px;
    line-height: 50px;
    height: 50px; }
  #document_meta_bar > .inner #from_line {
    padding: 0 15px;
    font-size: 80%;
    opacity: 0.8; }
  #document_meta_bar > .inner #from_line * {
    font-size: 100%; }

.table_buttons {
  margin-bottom: 20px; }

.buttongroup, .buttongroup > div.dropdown {
  margin-right: 10px;
  display: inline-block; }
  .buttongroup > a, .buttongroup > div.dropdown > a, .buttongroup > span, .buttongroup > div.dropdown > span, .buttongroup > button, .buttongroup > div.dropdown > button {
    display: inline-block;
    float: left;
    border-radius: 0;
    border-left: none; }
  .buttongroup > a:first-child, .buttongroup > div.dropdown > a:first-child, .buttongroup > span:first-child, .buttongroup > div.dropdown > span:first-child, .buttongroup > button:first-child, .buttongroup > div.dropdown > button:first-child {
    border-left: 1px solid #ccc;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px; }
  .buttongroup > a:last-child, .buttongroup > div.dropdown > a:last-child, .buttongroup > span:last-child, .buttongroup > div.dropdown > span:last-child, .buttongroup > button:last-child, .buttongroup > div.dropdown > button:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px; }

.text_wrapper {
  flex: 1;
  min-height: 0;
  padding-bottom: 70px; }
  .text_wrapper .text_wrapper_inner {
    box-sizing: border-box;
    padding: 0 20px;
    min-height: 100%;
    border-bottom: none;
    position: relative; }
  .text_wrapper .text_wrapper_inner > div {
    text-align: center; }

.pad_wrapper {
  padding: 0 20px; }

.table_wrapper .table_wrapper_inner {
  box-sizing: border-box;
  padding: 0 20px;
  border-bottom: none;
  position: relative; }
  .table_wrapper.no_buttons {
    border-top: none; }

#checkform {
  /* Overflow in Firefox without this */
  min-height: 0;
  height: 100%; }

#tabs_container, #save_container, #load_container, #text_container {
  height: 100%; }

#toolbar {
  font-size: 18px;
  padding: 20px 0;
  display: flex;
  border-bottom: 1px solid #eaeaea; }
  #toolbar #text_tools {
    min-width: 500px; }
  #toolbar .app_button {
    white-space: nowrap; }
  #toolbar #document_title_text {
    line-height: 50px;
    height: 50px;
    padding: 0 15px;
    overflow: hidden;
    width: 100%;
    display: block;
    box-sizing: border-box; }

#cyclePosition {
  display: none; }

#text_container {
  position: relative;
  /*overflow-y: scroll;*/
  background: #eee; }

#content #navigator_wrapper {
  position: absolute;
  pointer-events: none;
  top: 0;
  bottom: 0;
  right: 0;
  max-width: 50px;
  min-width: 50px;
  width: 50px;
  z-index: 100; }
  #content #navigator_wrapper * {
    pointer-events: auto; }
  #content #navigator_wrapper #simplify {
    width: 50px;
    height: 50px;
    border-bottom: 1px solid #eaeaea;
    text-align: center;
    line-height: 50px;
    /*block;*/
    display: none;
    color: #222;
    cursor: pointer; }
  #content #navigator_wrapper #simplify:hover {
    background: #fff; }
  #content #navigator_wrapper #navigator {
    position: absolute;
    top: 0;
    right: 29px;
    /*background: #ccc;
        width: 3px;*/
    bottom: 0;
    border-radius: 5px; }
  #content #navigator_wrapper #navigator .para_issue {
    position: absolute;
    box-sizing: border-box;
    width: 35px;
    height: 40px;
    margin-left: -15px; }
  #content #navigator_wrapper #navigator .para_issue .scroll_line {
    height: 3px;
    background: #bbb;
    display: block;
    top: 8px;
    left: 5px;
    right: -9px;
    position: absolute;
    pointer-events: none;
    z-index: 5; }
  #content #navigator_wrapper #navigator .para_issue .para_issues {
    display: none;
    background: #fff;
    position: absolute;
    right: 35px;
    top: -2px;
    z-index: 2999;
    min-width: 250px;
    width: auto;
    white-space: nowrap;
    max-height: 300px;
    overflow-y: auto;
    line-height: 1.8;
    font-size: 14px;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    box-shadow: 0 0 5px #999;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    padding: 10px; }
    #content #navigator_wrapper #navigator .para_issue .para_issues h4 {
      border-bottom: 1px solid #eaeaea;
      padding: 0 0 10px 0;
      font-weight: 600;
      font-family: 'Open Sans', sans-serif;
      font-size: 1.2em;
      margin: 0 0 10px;
      line-height: 1.5; }
    #content #navigator_wrapper #navigator .para_issue .para_issues span {
      cursor: pointer;
      padding: 2px; }
    #content #navigator_wrapper #navigator .para_issue .para_issues span.gopro {
      width: 50px; }
  #content #navigator_wrapper #navigator .para_issue:hover {
    z-index: 4000; }
    #content #navigator_wrapper #navigator .para_issue:hover.issues_on .scroll_line {
      left: 0; }
  #content #navigator_wrapper #navigator .para_issue.para_no_issue .scroll_line {
    top: 5px;
    left: 12px; }
    #content #navigator_wrapper #navigator .para_issue.para_no_issue .para_issues {
      top: -7px; }
  #content #navigator_wrapper #navigator .para_issue.para_issue_scoring .scroll_line {
    left: 12px; }
    #content #navigator_wrapper #navigator .para_issue.para_issue_scoring:hover .scroll_line {
      left: 12px; }
  #content #navigator_wrapper #navigator .para_issue .para_issue_count {
    cursor: pointer;
    border: 3px solid #bbb;
    width: 15px;
    height: 15px;
    position: absolute;
    display: inline-block;
    font-size: 10px;
    letter-spacing: -2px;
    text-indent: -2px;
    z-index: 3001;
    line-height: 15px;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    left: 5px;
    background: #ddd; }
    #content #navigator_wrapper #navigator .para_issue .para_issue_count:hover {
      z-index: 3002; }
    #content #navigator_wrapper #navigator .para_issue .para_issue_count.para_issue_unscored {
      color: #999;
      text-align: center;
      background: #fff;
      letter-spacing: 0;
      text-indent: 0; }
    #content #navigator_wrapper #navigator .para_issue .para_issue_count.para_issue_perfect {
      background: #11644d;
      width: 7px;
      height: 7px;
      left: 12px; }
    #content #navigator_wrapper #navigator .para_issue .para_issue_count.para_issue_bad {
      background: #f24e4e; }
    #content #navigator_wrapper #navigator .para_issue .para_issue_count.para_issue_medium {
      background: #f78145; }
    #content #navigator_wrapper #navigator .para_issue .para_issue_count.para_issue_ok {
      background: #f2c94e; }
    #content #navigator_wrapper #navigator .para_issue .para_issue_count.para_issue_good {
      background: #a0b046; }
  #content #navigator_wrapper #navigator .highlight_highlight {
    box-shadow: 0 0 2px 1px #cd2082; }

#navigator_wrapper:after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 52px;
  background: #ddd; }

nav {
  position: relative;
  height: 70px;
  box-sizing: border-box;
  border-collapse: collapse;
  font-size: 13px;
  padding: 0;
  line-height: 70px;
  float: left; }
  nav#project_switch > ul > li {
    width: 25em;
    box-sizing: border-box;
    color: #666; }
  nav#project_switch > ul > li #project_list {
    max-height: 300px;
    overflow-y: auto; }
  nav#project_switch > ul > li #project_tools {
    padding-top: 3px;
    border-top: 1px solid #eee; }
  nav#account_menu, nav#admin_menu {
    float: right; }
  nav#account_menu ul, nav#admin_menu ul {
    right: 0; }
  nav > ul {
    height: 70px;
    line-height: 70px;
    list-style: none;
    list-style-type: none;
    border: none;
    margin: 0 10px 0 0;
    padding: 0;
    z-index: 1000; }
  nav > ul > li {
    margin: 0;
    margin-right: 10px;
    padding: 9px 0 10px 0;
    position: relative;
    z-index: 500;
    background: none;
    border: none;
    float: left; }
  nav > ul > li a:link, nav > ul > li a:visited, nav > ul > li a:active {
    font-weight: bold;
    color: #666;
    border: 0;
    padding: 0;
    width: auto;
    display: block;
    overflow: hidden;
    position: relative;
    border: 1px solid transparent; }
    nav > ul > li a:link i.fa, nav > ul > li a:visited i.fa, nav > ul > li a:active i.fa {
      display: none;
      margin-left: 2px;
      margin-right: 6px;
      font-size: 1.3em; }
  nav > ul > li > a:link, nav > ul > li > a:visited, nav > ul > li > a:active {
    height: 50px;
    line-height: 50px; }
    nav > ul > li > a:link span, nav > ul > li > a:visited span, nav > ul > li > a:active span {
      display: block;
      margin: 3px;
      padding: 0 15px;
      height: 44px;
      line-height: 44px; }
    nav > ul > li > a:link:hover, nav > ul > li > a:visited:hover, nav > ul > li > a:active:hover {
      z-index: 1800; }
      nav > ul > li > a:link:hover span, nav > ul > li > a:visited:hover span, nav > ul > li > a:active:hover span {
        background: #cd2082;
        color: #fff; }
  nav > ul > li ul, nav > ul > li > div {
    z-index: 1733;
    display: none;
    position: absolute;
    list-style: none;
    list-style-type: none;
    margin: -1px 0 0;
    background: #fff;
    border: 0;
    padding: 0;
    min-width: 200px;
    height: auto;
    line-height: 1.4em; }
    nav > ul > li ul li, nav > ul > li > div li {
      z-index: 1734;
      margin: 0;
      float: none; }
    nav > ul > li ul li a, nav > ul > li > div li a, nav > ul > li ul li a:link, nav > ul > li > div li a:link, nav > ul > li ul li a:visited, nav > ul > li > div li a:visited, nav > ul > li ul li a:active, nav > ul > li > div li a:active {
      float: none;
      text-align: left;
      width: auto;
      display: block;
      padding: 12px;
      white-space: nowrap;
      height: auto;
      line-height: 1.4em; }
      nav > ul > li ul li a i.fa, nav > ul > li > div li a i.fa, nav > ul > li ul li a:link i.fa, nav > ul > li > div li a:link i.fa, nav > ul > li ul li a:visited i.fa, nav > ul > li > div li a:visited i.fa, nav > ul > li ul li a:active i.fa, nav > ul > li > div li a:active i.fa {
        margin-bottom: 0;
        font-size: 1em; }
      nav > ul > li ul li a:hover, nav > ul > li > div li a:hover, nav > ul > li ul li a:link:hover, nav > ul > li > div li a:link:hover, nav > ul > li ul li a:visited:hover, nav > ul > li > div li a:visited:hover, nav > ul > li ul li a:active:hover, nav > ul > li > div li a:active:hover {
        background: #cd2082;
        color: #fff; }
    nav > ul > li ul li.divider, nav > ul > li > div li.divider {
      background: #bbb; }
  nav > ul > li ul {
    padding: 3px;
    border: 1px solid #eaeaea; }
  nav > ul > li > div {
    min-width: 25em;
    box-sizing: border-box; }
    nav > ul > li > div ul, nav > ul > li > div div {
      display: block;
      position: static; }
    nav > ul > li > div div {
      color: #222; }
    nav > ul > li > div.twocol_menu {
      left: -100px;
      min-width: 600px; }
    nav > ul > li > div.threecol_menu {
      left: -200px;
      min-width: 800px; }
  nav > ul > li:hover > ul, nav > ul > li:hover > div {
    display: block; }
  nav > ul > li.has_dropdown > a:link, nav > ul > li.has_dropdown > a:visited, nav > ul > li.has_dropdown > a:active {
    border-bottom: 0; }
    nav > ul > li.has_dropdown > a:link span, nav > ul > li.has_dropdown > a:visited span, nav > ul > li.has_dropdown > a:active span {
      padding-right: 30px; }
  nav > ul > li.has_dropdown span:after {
    content: "\f0d7";
    font-family: FontAwesome;
    right: 18px;
    position: absolute;
    top: 3px; }
  nav > ul > li.active {
    background: url('/images/nav_bottom.png') bottom left repeat-x; }
  nav > ul > li:hover, nav > ul > li.active:hover {
    z-index: 600; }
    nav > ul > li:hover > a, nav > ul > li.active:hover > a {
      z-index: 1800;
      background: #fff;
      border: 1px solid #eaeaea; }
  nav > ul > li.has_dropdown:hover > a, nav > ul > li.has_dropdown.active:hover > a {
    border-bottom: 1px solid #fbfbfb; }
  nav#menu_trigger > ul > li a:link i.fa, nav#menu_trigger > ul > li a:visited i.fa, nav#menu_trigger > ul > li a:active i.fa {
    display: inline-block; }

.breadcrumbs {
  font-size: 80%;
  padding: 0 20px;
  line-height: 4em;
  background: #eaeaea;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  color: #b7b7b7; }
  .breadcrumbs a {
    color: #8491b5;
    border-color: #8491b5; }
  .breadcrumbs .help_link {
    float: right;
    border: none;
    font-size: 16px;
    margin-left: 5px; }

.popup .data_exception {
  border-left: 2px solid #eaeaea;
  padding-left: 10px; }

input.app_button, a.app_button, *.app_button, input.app_button:active, a.app_button:active, *.app_button:active, input.app_button:focus, a.app_button:focus, *.app_button:focus, input.app_button:link, a.app_button:link, *.app_button:link, input.app_button:visited, a.app_button:visited, *.app_button:visited {
  background: #eaeaea;
  color: #222;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 14px 21px;
  font-weight: normal;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  border: none;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); }
  input.app_button:hover, a.app_button:hover, *.app_button:hover, input.app_button:active:hover, a.app_button:active:hover, *.app_button:active:hover, input.app_button:focus:hover, a.app_button:focus:hover, *.app_button:focus:hover, input.app_button:link:hover, a.app_button:link:hover, *.app_button:link:hover, input.app_button:visited:hover, a.app_button:visited:hover, *.app_button:visited:hover, input.app_button.app_button_blue:hover, a.app_button.app_button_blue:hover, *.app_button.app_button_blue:hover, input.app_button:active.app_button_blue:hover, a.app_button:active.app_button_blue:hover, *.app_button:active.app_button_blue:hover, input.app_button:focus.app_button_blue:hover, a.app_button:focus.app_button_blue:hover, *.app_button:focus.app_button_blue:hover, input.app_button:link.app_button_blue:hover, a.app_button:link.app_button_blue:hover, *.app_button:link.app_button_blue:hover, input.app_button:visited.app_button_blue:hover, a.app_button:visited.app_button_blue:hover, *.app_button:visited.app_button_blue:hover, input.app_button.app_button_yellow:hover, a.app_button.app_button_yellow:hover, *.app_button.app_button_yellow:hover, input.app_button:active.app_button_yellow:hover, a.app_button:active.app_button_yellow:hover, *.app_button:active.app_button_yellow:hover, input.app_button:focus.app_button_yellow:hover, a.app_button:focus.app_button_yellow:hover, *.app_button:focus.app_button_yellow:hover, input.app_button:link.app_button_yellow:hover, a.app_button:link.app_button_yellow:hover, *.app_button:link.app_button_yellow:hover, input.app_button:visited.app_button_yellow:hover, a.app_button:visited.app_button_yellow:hover, *.app_button:visited.app_button_yellow:hover {
    background: #cd2082;
    border: none;
    color: #fff; }
  input.app_button.app_button_small, a.app_button.app_button_small, *.app_button.app_button_small, input.app_button:active.app_button_small, a.app_button:active.app_button_small, *.app_button:active.app_button_small, input.app_button:focus.app_button_small, a.app_button:focus.app_button_small, *.app_button:focus.app_button_small, input.app_button:link.app_button_small, a.app_button:link.app_button_small, *.app_button:link.app_button_small, input.app_button:visited.app_button_small, a.app_button:visited.app_button_small, *.app_button:visited.app_button_small {
    line-height: 24px;
    padding: 3px 5px; }
  input.app_button.app_button_off, a.app_button.app_button_off, *.app_button.app_button_off, input.app_button:active.app_button_off, a.app_button:active.app_button_off, *.app_button:active.app_button_off, input.app_button:focus.app_button_off, a.app_button:focus.app_button_off, *.app_button:focus.app_button_off, input.app_button:link.app_button_off, a.app_button:link.app_button_off, *.app_button:link.app_button_off, input.app_button:visited.app_button_off, a.app_button:visited.app_button_off, *.app_button:visited.app_button_off {
    background: #111;
    color: #fff; }
  input.app_button.app_button_off:hover, a.app_button.app_button_off:hover, *.app_button.app_button_off:hover, input.app_button:active.app_button_off:hover, a.app_button:active.app_button_off:hover, *.app_button:active.app_button_off:hover, input.app_button:focus.app_button_off:hover, a.app_button:focus.app_button_off:hover, *.app_button:focus.app_button_off:hover, input.app_button:link.app_button_off:hover, a.app_button:link.app_button_off:hover, *.app_button:link.app_button_off:hover, input.app_button:visited.app_button_off:hover, a.app_button:visited.app_button_off:hover, *.app_button:visited.app_button_off:hover {
    color: #fff; }
  input.app_button.app_button_disabled, a.app_button.app_button_disabled, *.app_button.app_button_disabled, input.app_button:active.app_button_disabled, a.app_button:active.app_button_disabled, *.app_button:active.app_button_disabled, input.app_button:focus.app_button_disabled, a.app_button:focus.app_button_disabled, *.app_button:focus.app_button_disabled, input.app_button:link.app_button_disabled, a.app_button:link.app_button_disabled, *.app_button:link.app_button_disabled, input.app_button:visited.app_button_disabled, a.app_button:visited.app_button_disabled, *.app_button:visited.app_button_disabled {
    background: #ddd;
    color: #999; }
  input.app_button.app_button_disabled:hover, a.app_button.app_button_disabled:hover, *.app_button.app_button_disabled:hover, input.app_button:active.app_button_disabled:hover, a.app_button:active.app_button_disabled:hover, *.app_button:active.app_button_disabled:hover, input.app_button:focus.app_button_disabled:hover, a.app_button:focus.app_button_disabled:hover, *.app_button:focus.app_button_disabled:hover, input.app_button:link.app_button_disabled:hover, a.app_button:link.app_button_disabled:hover, *.app_button:link.app_button_disabled:hover, input.app_button:visited.app_button_disabled:hover, a.app_button:visited.app_button_disabled:hover, *.app_button:visited.app_button_disabled:hover {
    opacity: 1;
    color: #999;
    box-shadow: none; }
  input.app_button.app_button_yellow, a.app_button.app_button_yellow, *.app_button.app_button_yellow, input.app_button:active.app_button_yellow, a.app_button:active.app_button_yellow, *.app_button:active.app_button_yellow, input.app_button:focus.app_button_yellow, a.app_button:focus.app_button_yellow, *.app_button:focus.app_button_yellow, input.app_button:link.app_button_yellow, a.app_button:link.app_button_yellow, *.app_button:link.app_button_yellow, input.app_button:visited.app_button_yellow, a.app_button:visited.app_button_yellow, *.app_button:visited.app_button_yellow {
    background: #fffc00;
    color: #293044; }
  input.app_button.app_button_blue, a.app_button.app_button_blue, *.app_button.app_button_blue, input.app_button:active.app_button_blue, a.app_button:active.app_button_blue, *.app_button:active.app_button_blue, input.app_button:focus.app_button_blue, a.app_button:focus.app_button_blue, *.app_button:focus.app_button_blue, input.app_button:link.app_button_blue, a.app_button:link.app_button_blue, *.app_button:link.app_button_blue, input.app_button:visited.app_button_blue, a.app_button:visited.app_button_blue, *.app_button:visited.app_button_blue {
    background: #293044;
    color: #eaeaea; }
  input.app_button.app_button_cta, a.app_button.app_button_cta, *.app_button.app_button_cta, input.app_button:active.app_button_cta, a.app_button:active.app_button_cta, *.app_button:active.app_button_cta, input.app_button:focus.app_button_cta, a.app_button:focus.app_button_cta, *.app_button:focus.app_button_cta, input.app_button:link.app_button_cta, a.app_button:link.app_button_cta, *.app_button:link.app_button_cta, input.app_button:visited.app_button_cta, a.app_button:visited.app_button_cta, *.app_button:visited.app_button_cta {
    background: #cd2082;
    color: #fff; }
  input.app_button.app_button_cta:hover, a.app_button.app_button_cta:hover, *.app_button.app_button_cta:hover, input.app_button:active.app_button_cta:hover, a.app_button:active.app_button_cta:hover, *.app_button:active.app_button_cta:hover, input.app_button:focus.app_button_cta:hover, a.app_button:focus.app_button_cta:hover, *.app_button:focus.app_button_cta:hover, input.app_button:link.app_button_cta:hover, a.app_button:link.app_button_cta:hover, *.app_button:link.app_button_cta:hover, input.app_button:visited.app_button_cta:hover, a.app_button:visited.app_button_cta:hover, *.app_button:visited.app_button_cta:hover {
    background: #de2a90; }
  input.app_button.hidden, a.app_button.hidden, *.app_button.hidden, input.app_button:active.hidden, a.app_button:active.hidden, *.app_button:active.hidden, input.app_button:focus.hidden, a.app_button:focus.hidden, *.app_button:focus.hidden, input.app_button:link.hidden, a.app_button:link.hidden, *.app_button:link.hidden, input.app_button:visited.hidden, a.app_button:visited.hidden, *.app_button:visited.hidden {
    display: none; }

.gopro, .gopro:link, .gopro:visited, .gopro:active, .gopro:hover, .gopro:focus {
  background: #eaeaea;
  color: ;
  padding: 3px 7px;
  font-weight: normal;
  border: 1px solid #fff;
  font-size: 90%; }
  .gopro:hover {
    color: #cd2082; }

#loading {
  position: fixed;
  bottom: 40px;
  left: 40px;
  right: 40px;
  margin: auto;
  width: 100%;
  max-width: 800px;
  padding: 20px;
  background: #eaeaea;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  z-index: 9999; }
  #loading p {
    margin-bottom: 0; }
  #loading p i {
    color: #cd2082; }

#url_score_box {
  height: 100%; }

.premium_intro {
  /* Imported from rs-scores */ }
  .premium_intro .fancybox-skin {
    padding: 0;
    background: #eee;
    border-radius: 20px;
    background-size: cover; }
  .premium_intro .fancybox-skin .go_pro_box {
    color: #222; }
  .premium_intro .fancybox-skin .go_pro_box h2 {
    text-align: center;
    font-size: 40px;
    line-height: 1;
    margin: 20px 0 0;
    padding: 0; }
  .premium_intro .fancybox-skin .go_pro_box h3 {
    text-align: center;
    font-size: 26px;
    text-transform: uppercase;
    line-height: 1;
    margin: 10px 0 0;
    padding: 0; }
  .premium_intro .fancybox-skin .go_pro_box p {
    text-align: center;
    margin: 20px 100px;
    padding: 0; }
  .premium_intro .fancybox-skin .go_pro_box .lists {
    margin: 20px 70px 20px; }
    .premium_intro .fancybox-skin .go_pro_box .lists ul {
      margin: 0;
      padding: 0;
      list-style: none;
      list-style-type: none; }
    .premium_intro .fancybox-skin .go_pro_box .lists ul li {
      margin-bottom: 5px;
      white-space: nowrap; }

.dropdown {
  position: relative;
  display: inline-block;
  /*line-height: 1;*/
  z-index: 100; }
  .dropdown.dropdown-left ul {
    left: -10px;
    right: auto; }
  .dropdown ul {
    display: none;
    line-height: 1.5;
    position: absolute;
    right: -10px;
    list-style: none;
    width: 300px;
    color: #333;
    background: #fbfbfb;
    margin: -1px 0 0 0;
    font-size: 14px;
    padding: 5px;
    box-shadow: 1px 1px 3px #666;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    z-index: 101;
    top: 100%; }
  .dropdown ul li {
    float: none;
    padding: 0;
    border: none; }
  .dropdown ul li.current {
    background: #ddd; }
  .dropdown ul li a {
    position: relative;
    padding: 10px 20px 10px 40px;
    display: block;
    float: none;
    border-radius: 0;
    width: 100%;
    box-sizing: border-box;
    border: none; }
    .dropdown ul li a i.fa {
      position: absolute;
      left: 8px;
      top: 13px; }
  .dropdown:hover ul {
    display: block; }

#download_link {
  padding: 20px 0;
  margin: 0;
  /* tables */ }
  #download_link p {
    margin: 0; }

table.tablesorter thead tr .header {
  background-image: url('/images/tablesorter-bg.gif');
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer; }

table.tablesorter tbody td {
  vertical-align: top; }

table.tablesorter tbody tr.odd td {
  background-color: #f9f9f9; }

table.tablesorter thead tr .headerSortUp {
  background-color: #ddd;
  background-image: url('/images/tablesorter-asc.gif'); }

table.tablesorter thead tr .headerSortDown {
  background-color: #ddd;
  background-image: url('/images/tablesorter-desc.gif'); }

#lean_overlay {
  position: fixed;
  z-index: 1000;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #000;
  display: none; }

.dashboard_box h2 i.fa.modal_close {
  position: absolute;
  top: 6px;
  right: 6px;
  display: block;
  width: 14px;
  height: 14px;
  z-index: 2;
  color: #222;
  padding: 3px 3px 5px 5px;
  background: none; }

.ui-tooltip {
  padding: 10px 20px;
  left: -100px;
  width: 300px;
  color: #333;
  background: #fbfbfb;
  z-index: 13000;
  border-radius: 3px;
  box-shadow: 0 0 2px black; }

.subscription_includes ul li span {
  padding-left: 20px;
  color: #999; }
  .subscription_includes ul li sup {
    display: none; }

.premium_footer {
  color: #999;
  margin: 0 auto 50px; }
  .premium_footer p {
    text-align: center; }

.scroll_docs li.active {
  background: #fbfbfb; }
  .scroll_docs li.active a, .scroll_docs li.active a:link, .scroll_docs li.active a:active, .scroll_docs li.active a:hover, .scroll_docs li.active a:focus {
    color: #222;
    border: none; }

.popup {
  width: 80%;
  max-width: 800px;
  height: 80%;
  max-height: 500px; }
  .popup h2 {
    border-top: none;
    border-left: none;
    border-right: none;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
  .popup .inner {
    height: 100%;
    overflow: auto;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
  .popup .dashboard_box {
    border-radius: 3px;
    height: 100%;
    border: none; }
  .popup .dashboard_box > :last-child {
    border-bottom: none; }
  .popup input, .popup select {
    box-sizing: border-box;
    padding: 0.4em; }

.account_item {
  float: left;
  text-align: center;
  color: #555;
  width: 150px;
  box-sizing: border-box;
  margin-right: 20px;
  margin-bottom: 20px !important;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); }
  .account_item i.fa {
    margin-top: 30px; }
  .account_item strong {
    padding: 0 20px;
    line-height: 1.7;
    margin-bottom: 30px;
    display: block;
    text-align: center; }

span.account_item strong, span.account_item:hover strong {
  border-bottom: none; }

ul.account_items {
  list-style: none;
  list-style-type: none;
  margin: 0 0 50px 20px;
  padding: 0; }
  .highlight {
    color: #cd2082;
    font-weight: bold;
    font-size: 2.5em; }

#ssl_seal {
  position: absolute;
  bottom: 45px;
  right: 45px; }

#payment_options_button {
  font-size: 80%;
  font-weight: normal; }

#payment_options_wrapper {
  color: #666;
  padding: 20px;
  margin: 20px 0;
  background: #eaeaea;
  border-radius: 5px;
  font-size: 1.3em;
  line-height: 1; }
  #payment_options_wrapper .fa {
    margin-bottom: 10px; }
  #payment_options_wrapper p {
    margin: 0; }

.termsrow {
  border-radius: 5px;
  position: relative;
  padding: 10px 10px 10px 40px; }
  .termsrow input {
    position: absolute;
    top: 13px;
    left: 10px; }
  .termsrow:hover {
    background: #eee;
    background: rgba(0, 0, 0, 0.1); }
  .termsrow ul.error {
    margin-left: 0;
    padding-left: 0; }

.ui-tooltip {
  position: absolute; }

.counterrow input.counter {
  text-align: center;
  float: none;
  width: 4em;
  font-size: 1.5em;
  padding: 20px 10px;
  margin: 0; }
  .counterrow i.fa {
    margin-top: 12px;
    color: #293044; }

.signup_button {
  padding-top: 10px;
  font-size: 1.5em; }
  .signup_button #continue_wrap {
    text-align: center;
    padding: 0; }
  .signup_button #continue_wrap button {
    margin: 0; }

.notes_box {
  padding: 40px;
  margin-bottom: 40px;
  color: #999; }

.whitespace {
  white-space: pre-wrap; }

#progress {
  position: absolute;
  pointer-events: none;
  top: 0;
  padding: 0 10px;
  line-height: 2;
  font-weight: bold;
  right: 20px;
  z-index: 2000;
  background: #eee;
  border: 1px solid #bbb;
  border-top: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }
  #progress #progress_items {
    color: #cd2082; }

#cycleText {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 1px solid #eaeaea;
  background: #fbfbfb;
  z-index: 2000;
  padding: 10px 15px; }
  #cycleText .buttongroup {
    vertical-align: middle; }

.buttongroup {
  vertical-align: middle; }
  .buttongroup button {
    color: #333;
    padding: 6px 10px;
    font-weight: normal; }
  .buttongroup button.active {
    background: #ddd;
    background: linear-gradient(#eee, #ddd);
    box-shadow: inset 0px 0px 3px rgba(0, 0, 0, 0.1); }

.blog_box {
  margin: 0 0 20px 0;
  border-radius: 1px;
  line-height: 1.5; }
  .blog_box .inner {
    background: #fff;
    padding: 25px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 20px; }
  .blog_box > p {
    padding: 10px 15px;
    margin: 0 0 1em; }
  .blog_box > p:last-child {
    margin-bottom: 0; }
  .blog_box .blog_image {
    width: 100%;
    display: block;
    margin: 0;
    line-height: 1; }
  .blog_box .blog_image img {
    border-top-right-radius: 5px;
    border-top-left-radius: 20px;
    width: 100%;
    display: block; }

.project_name {
  color: inherit;
  font-size: 2em;
  margin: 20px auto 50px;
  text-align: center;
  float: none;
  display: block;
  /* Responsive Bits */ }

.desktopSkin #header nav#project_switch > ul > li, .mobileSkin #header nav#project_switch > ul > li, .tabletSkin #header nav#project_switch > ul > li {
  width: auto; }
  .desktopSkin #header #freetools, .mobileSkin #header #freetools, .tabletSkin #header #freetools {
    display: none; }

.wideSkin #header #scoretextmenulink, .desktopSkin #header #scoretextmenulink, .mobileSkin #header #scoretextmenulink, .tabletSkin #header #scoretextmenulink {
  display: none; }

.mobileSkin #header nav, .tabletSkin #header nav {
  display: none; }
  .mobileSkin #header nav#menu_trigger, .tabletSkin #header nav#menu_trigger {
    display: block;
    float: right; }
    .mobileSkin #header nav#menu_trigger ul li a, .tabletSkin #header nav#menu_trigger ul li a {
      padding: 0 12px 0 15px !important; }
  .mobileSkin #header nav#mobile_menu, .tabletSkin #header nav#mobile_menu {
    display: block;
    position: absolute;
    width: 300px;
    /* 4em with 80% font size */
    top: 100%;
    /* For the padding */
    margin-top: -20px;
    margin-right: -400px;
    right: 5px;
    bottom: 0;
    flex: none;
    background: #fff;
    line-height: 1; }
    .mobileSkin #header nav#mobile_menu ul, .tabletSkin #header nav#mobile_menu ul {
      background: #fff;
      height: auto;
      padding: 0;
      margin: 0; }
    .mobileSkin #header nav#mobile_menu ul li, .tabletSkin #header nav#mobile_menu ul li {
      float: none;
      padding: 0;
      margin: 0;
      background: #fff; }
    .mobileSkin #header nav#mobile_menu ul li a, .tabletSkin #header nav#mobile_menu ul li a {
      border: none;
      background: none;
      display: block;
      padding: 6px 10px;
      margin: 0;
      line-height: 1.7;
      height: auto;
      border-bottom: 1px solid #eaeaea; }
    .mobileSkin #header nav#mobile_menu ul li:hover, .tabletSkin #header nav#mobile_menu ul li:hover, .mobileSkin #header nav#mobile_menu ul li.active:hover, .tabletSkin #header nav#mobile_menu ul li.active:hover {
      background: #eaeaea; }
      .mobileSkin #header nav#mobile_menu ul li:hover > a, .tabletSkin #header nav#mobile_menu ul li:hover > a, .mobileSkin #header nav#mobile_menu ul li.active:hover > a, .tabletSkin #header nav#mobile_menu ul li.active:hover > a {
        border: none;
        border-bottom: 1px solid #eaeaea; }
  .mobileSkin #header.headerOff nav#mobile_menu, .tabletSkin #header.headerOff nav#mobile_menu {
    margin-right: 0; }

.desktopSkin #menu_trigger, .wideSkin #menu_trigger, .superSkin #menu_trigger {
  display: none; }

#login_popup, #login_form {
  position: relative; }
  #login_popup .dashboard_box, #login_form .dashboard_box {
    /*&:before {
        content:"";
        position: absolute;
        z-index: 400;
        top: 70px;
        bottom: 0;
        left: 67%;
        border-left: 1px solid #ccc;
    }
    &:after {
        content:"";
        position: absolute;
        z-index: 400;
        top: 70px;
        bottom: 0;
        left: 33%;
        border-left: 1px solid #ccc;
    }
    &.demo_popup:before, &.demo_popup:after {
        display: none;
    }*/ }
  #login_popup .dashboard_box:last-child, #login_form .dashboard_box:last-child {
    margin: 0; }
  #login_popup .dashboard_box h2, #login_form .dashboard_box h2 {
    background: #267ccc;
    border: none;
    color: #fff; }
  #login_popup .dashboard_box fieldset, #login_form .dashboard_box fieldset {
    margin: 0;
    padding: 0;
    background: none;
    border: none; }
  #login_popup input, #login_form input {
    vertical-align: middle;
    padding: 6px;
    font-size: 16px;
    line-height: 32px;
    height: 32px; }
  #login_popup .formrow, #login_form .formrow {
    padding: 10px; }
  #login_popup p.forminfo, #login_form p.forminfo {
    margin-left: 0; }
  #login_popup .formrow input, #login_form .formrow input {
    float: none;
    width: 100%;
    margin: 0;
    box-sizing: border-box; }
  #login_popup .formrow input.autowidth, #login_form .formrow input.autowidth {
    width: auto; }
  #login_popup .formrow label, #login_form .formrow label {
    float: none;
    width: auto; }
  #login_popup .buttonrow, #login_form .buttonrow {
    padding: 0 10px;
    margin-top: 2px; }
  #login_popup .buttonrow button, #login_form .buttonrow button {
    margin: 0; }
  #login_popup .dashboard_box .inner, #login_form .dashboard_box .inner {
    padding: 10px; }
  #login_popup .dashboard_box p.padded, #login_form .dashboard_box p.padded {
    padding: 10px 10px 0; }
  #login_popup .dashboard_box ul.error, #login_form .dashboard_box ul.error {
    padding: 0 0 0 10px;
    margin: 0; }
  #login_popup #login_popup_logo, #login_form #login_popup_logo {
    background: #293044;
    z-index: 401;
    position: relative;
    line-height: 0.1;
    margin: 0 0 20px;
    padding: 20px; }

@keyframes newitemfade {
  /*.new-items {
    span.hash {
        animation-name: newitemsfade;
        animation-duration: 1s;
        opacity: 0.3;
    }

    span.hash.new-item {
        opacity: 1;
    }
}*/
  0% {
    outline: 3px dashed #cd2082;
    border-bottom: 3px dotted transparent; }

  50% {
    outline: 3px dashed #cd2082;
    border-bottom: 3px dotted transparent; }

  75% {
    border-bottom: 3px dotted transparent; }

  100% {
    outline: 3px dashed transparent;
    border-bottom: 3px dotted #ccc; } }

#text_highlight:after {
  border-left: 5px solid #eee;
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: -40px; }
  #text_highlight span.hash {
    position: relative;
    display: block;
    padding-left: 5px;
    overflow-wrap: break-word;
    z-index: 30; }
  #text_highlight span.hash span {
    z-index: 40; }
  #text_highlight span.hash.new-item {
    z-index: 20; }
  #text_highlight span.hash:after, #text_highlight .highlight_highlight_temp:after {
    content: " ";
    position: absolute;
    top: 1px;
    bottom: 1px;
    left: -35px;
    right: -40px; }
  #text_highlight span.hash[data-quality="para_issue_perfect"]:after {
    border-left: 5px solid #11644d; }
  #text_highlight span.hash[data-quality="para_issue_bad"]:after {
    border-left: 5px solid #f24e4e; }
  #text_highlight span.hash[data-quality="para_issue_medium"]:after {
    border-left: 5px solid #f78145; }
  #text_highlight span.hash[data-quality="para_issue_ok"]:after {
    border-left: 5px solid #f2c94e; }
  #text_highlight span.hash[data-quality="para_issue_good"]:after {
    border-left: 5px solid #a0b046; }
  #text_highlight span.hash.new-item:after {
    background: #ddf2ff; }
  #text_highlight .highlight_highlight_temp:after {
    background: #eaeaea; }

.demo_time p {
  text-align: center; }

.rating.ratingA {
  color: #11644d; }
  .rating.ratingB {
    color: #a0b046; }
  .rating.ratingC {
    color: #f2c94e; }
  .rating.ratingD {
    color: #f78145; }
  .rating.ratingE {
    color: #f24e4e; }

.ratingSolid.ratingA {
  background: #11644d; }
  .ratingSolid.ratingB {
    background: #a0b046; }
  .ratingSolid.ratingC {
    background: #f2c94e; }
  .ratingSolid.ratingD {
    background: #f78145; }
  .ratingSolid.ratingE {
    background: #f24e4e; }

.account_subnav ul {
  list-style: none;
  list-style-type: none;
  margin: 0 0 50px;
  padding: 0;
  display: flex;
  flex-direction: row;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc; }
  .account_subnav ul li {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #fff;
    flex: 1; }
  .account_subnav ul li a, .account_subnav ul li strong {
    display: block;
    text-align: center;
    color: #666;
    border: none;
    line-height: 2.5em;
    height: 2.5em; }
  .account_subnav ul li.active a, .account_subnav ul li a:hover {
    background: #eee; }

.project_header {
  position: relative;
  background: #cd2082;
  color: #fff; }
  .project_header .inner {
    margin: 0 auto;
    max-width: 80em;
    position: relative;
    padding: 20px 0 0;
    z-index: 2; }
  .project_header .inner h1 {
    float: left;
    margin: 0;
    padding: 0 0 10px 20px; }
  .project_header .inner .project_subnav {
    margin: 20px 0 0;
    border-bottom: 1px solid #cd2082; }
  .project_header .inner .project_subnav ul {
    list-style: none;
    list-style-type: none;
    background: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin: 0;
    padding: 0 0 0 20px;
    overflow: hidden; }
    .project_header .inner .project_subnav ul li {
      margin: 0;
      padding: 0;
      float: left; }
    .project_header .inner .project_subnav ul li > a, .project_header .inner .project_subnav ul li > strong {
      display: block;
      text-align: center;
      color: #666;
      border: none;
      line-height: 2.5em;
      height: 2.5em;
      padding: 10px 20px;
      margin-right: 20px; }
    .project_header .inner .project_subnav ul li a {
      color: #666;
      border: none; }
    .project_header .inner .project_subnav ul li strong {
      padding-bottom: 8px;
      border-bottom: 2px solid #cd2082; }
    .project_header .inner .project_subnav ul li.active a, .project_header .inner .project_subnav ul li > a:hover, .project_header .inner .project_subnav ul li > strong:hover {
      background: #eee; }
  .project_header .inner .project_headline {
    line-height: 64px;
    float: right;
    margin: 0 0 0 20px;
    padding: 0;
    overflow: hidden;
    list-style: none;
    list-style-type: none;
    color: #fff;
    font-weight: bold; }
  .project_header .inner .project_headline .label {
    font-weight: normal;
    color: #fff;
    opacity: 0.6; }
  .project_header .inner .project_headline li {
    margin: 0;
    padding: 0 30px 0 0;
    float: left; }
  .project_header svg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }

#stats .project_header.project_header_mini > .inner {
  padding: 20px; }
  #stats .project_header.project_header_mini h1 {
    line-height: 2.5em;
    float: none;
    margin: 0;
    padding: 0;
    font-size: 18px; }
  #stats .project_header.project_header_mini h1 a {
    font-size: 14px; }

.slimpage .button_bar {
  padding: 0 20px; }

.test_result {
  font-family: 'Open Sans', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
  font-weight: 600;
  text-transform: uppercase; }

.test_pass {
  color: #1e5943; }

.test_warn {
  color: #f19117; }

.test_fail {
  color: #e61a27; }

span.tippy {
  border-bottom: 1px dashed #ccc; }

.tippy_divider {
  border-top: 1px dotted #ccc;
  padding-top: 1em;
  overflow: hidden; }

#stats > .inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden; }

#stats #error {
  margin: 20px; }

#starting {
  padding: 20px;
  overflow-y: auto;
  height: 100%; }
  #starting .dashboard_box {
    background: none;
    margin-bottom: 50px; }
  #starting .dashboard_box h2, #starting .dashboard_box .inner {
    background: none;
    border: none; }
  #starting .dashboard_box h2 {
    padding: 10px 5px 15px;
    margin: 0 10px 5px;
    border-bottom: 1px solid #ccc; }
  #starting .dashboard_box .inner {
    padding: 10px 15px; }

#scorebar_headlines {
  display: none;
  border-bottom: 1px solid #eaeaea; }
  #scorebar_headlines .inner {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row; }
  #scorebar_headlines .inner > div {
    overflow: hidden;
    padding: 20px 0;
    text-align: center;
    flex: 1;
    border-right: 1px solid #eaeaea;
    cursor: pointer; }
  #scorebar_headlines .inner > div:hover, #scorebar_headlines .inner > div.active {
    background: #eaeaea; }
  #scorebar_headlines .inner > div:last-child {
    border-right: none; }
  #scorebar_headlines .inner > div h4 {
    margin: 0;
    padding: 0 0 10px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    /*font-size: 0.8em;*/
    color: #999; }
  #scorebar_headlines .inner > div div {
    text-align: center;
    font-weight: bold;
    font-size: 2em;
    margin: 0;
    padding: 0;
    line-height: 1; }
  #scorebar_headlines .inner > div .tab_trigger {
    margin-top: 10px;
    font-size: 12px;
    color: #999;
    font-weight: normal; }
  #scorebar_headlines .inner > div .fa-circle-o-notch {
    color: #ccc; }

#scorebar_v2 {
  display: none;
  flex-grow: 100;
  overflow-y: scroll; }
  #scorebar_v2 > .inner {
    box-sizing: border-box;
    min-height: 100%;
    padding: 20px 20px 100px;
    background: #eaeaea; }
  #scorebar_v2 section {
    border-bottom: 1px solid #eaeaea;
    overflow: hidden;
    display: none; }
  #scorebar_v2 section h3 {
    padding: 10px 15px;
    margin: 0;
    cursor: pointer;
    font-size: 16px; }
  #scorebar_v2 section h3 .issues {
    float: right;
    color: #e61a27;
    border-radius: 5px;
    padding: 2px 8px;
    font-size: 0.9em; }
  #scorebar_v2 section > .inner {
    border-top: 1px solid #eaeaea;
    padding: 20px;
    display: none;
    background: #eee; }
  #scorebar_v2 section.active, #scorebar_v2 section:first-child {
    flex-grow: 100;
    display: block; }
  #scorebar_v2 section.active h3, #scorebar_v2 section:first-child h3 {
    cursor: auto; }
  #scorebar_v2 section.active > .inner, #scorebar_v2 section:first-child > .inner {
    display: block; }
  #scorebar_v2 .dashboard_box {
    background: none; }
  #scorebar_v2 .dashboard_box h2 {
    background: #ddd;
    color: #222;
    border: none;
    border-radius: 3px;
    margin-bottom: 2px; }
  #scorebar_v2 .dashboard_box:last-child {
    margin-bottom: 0; }
  #scorebar_v2 .dashboard_box table {
    border: none;
    background: none; }
  #scorebar_v2 .dashboard_box table tr td {
    background: #fff;
    border: none;
    border-bottom: 2px solid #eee; }
    #scorebar_v2 .dashboard_box table tr td:first-child {
      border-bottom-left-radius: 3px;
      border-top-left-radius: 3px; }
    #scorebar_v2 .dashboard_box table tr td:last-child {
      border-bottom-right-radius: 3px;
      border-top-right-radius: 3px; }
    #scorebar_v2 .dashboard_box table tr td.outofbounds {
      background: #fdd; }
    #scorebar_v2 .dashboard_box table tr td.inbounds {
      background: #dfd; }
    #scorebar_v2 .dashboard_box table tr:last-child td {
      border-bottom: none; }
  #scorebar_v2 .dashboard_box {
    background: none;
    margin-bottom: 50px; }
  #scorebar_v2 .dashboard_box h2, #scorebar_v2 .dashboard_box .inner {
    background: none;
    border: none; }
  #scorebar_v2 .dashboard_box h2 {
    padding: 10px 5px 15px;
    margin: 0 10px 5px;
    border-bottom: 1px solid #ccc;
    border-radius: 0; }
  #scorebar_v2 .dashboard_box .inner {
    background: none;
    padding: 10px 15px; }
  #scorebar_v2 .dashboard_box table {
    padding: 0 5px; }
  #scorebar_v2 .dashboard_box table tr td {
    background: none;
    border-bottom: 2px solid #eaeaea; }
    #scorebar_v2 .dashboard_box table tr td.percent {
      padding-left: 0;
      color: #999; }
  #scorebar_v2 .dashboard_box .icon {
    border: none;
    color: #999; }
  #scorebar_v2 .clickable .itemlabel {
    cursor: pointer; }
  #scorebar_v2 .clickable .itemlabel i.fa {
    display: inline-block;
    color: #999; }

.chart_bar {
  display: flex;
  border: 1px solid #ddd;
  background: #fff;
  padding: 1px;
  height: 50px;
  box-sizing: border-box; }
  .chart_bar .chart_item {
    position: relative;
    border-right: 1px solid #fff;
    height: 100%;
    min-width: 3px;
    z-index: 30;
    cursor: pointer; }
  .chart_bar .chart_item:last-child {
    border-right: 0; }
  .chart_bar .chart_item.chart_color_green {
    background: #696; }
  .chart_bar .chart_item.chart_color_turquois {
    background: #699; }
  .chart_bar .chart_item.chart_color_blue {
    background: #669; }
  .chart_bar .chart_item.chart_color_purple {
    background: #969; }
  .chart_bar .chart_item.chart_color_red {
    background: #966; }
  .chart_bar .chart_item .chart_popup {
    position: absolute;
    right: 5px;
    top: 25px;
    white-space: nowrap;
    background: #fff;
    padding: 5px;
    box-shadow: 1px 1px 3px #666;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    z-index: 40; }

.chart_overall {
  margin-top: 10px; }

#content .simplebar-track {
  z-index: auto;
  border-left: 1px solid #eaeaea;
  background: #fbfbfb;
  width: 12px; }
  #content .simplebar-track .simplebar-scrollbar {
    z-index: 200;
    width: 8px; }

.score_state_overlay {
  width: 198px;
  height: 200px;
  background: #eee;
  background: rgba(180, 180, 180, 0.2);
  pointer-events: none;
  text-align: center;
  line-height: 200px; }
  .score_state_overlay i.fa {
    font-size: 2em;
    color: #999; }

.readable-grade-off {
  color: #8c8c8c; }

.readable-grade-a {
  color: #11644d; }

.readable-grade-b {
  color: #a0b046; }

.readable-grade-c {
  color: #f2c94e; }

.readable-grade-d {
  color: #f78145; }

.readable-grade-e {
  color: #f24e4e;
  /* Fixes for pages which are using old layouts */ }

.basic .button_bar {
  padding: 0;
  line-height: 1;
  margin: 20px; }
  .basic #content .content_column {
    display: flex;
    flex-direction: column; }
  .basic .text_wrapper {
    min-height: 0;
    flex: 1;
    padding-bottom: 20px; }
  .basic .text_wrapper .text_wrapper_inner {
    box-sizing: border-box;
    padding: 0 20px;
    min-height: 100%;
    height: 100%;
    border-bottom: none;
    position: relative; }
  .basic .text_wrapper .text_wrapper_inner > div {
    text-align: center; }
  .basic .text_wrapper #text_container {
    position: relative;
    /* was 30 */
    padding-right: 0;
    height: 100%; }
  .basic .text_wrapper #text_container #text_to_score, .basic .text_wrapper #text_container #lowtech_highlight, .basic .text_wrapper #text_container #text_to_convert {
    border: 1px solid #999;
    overflow-y: scroll;
    max-height: 100%;
    height: 100%;
    line-height: 1.5;
    font-family: Georgia, sans-serif;
    font-size: 18px;
    padding: 20px;
    max-width: none;
    width: 100%; }
  .basic .text_wrapper #text_highlight {
    margin: 0;
    max-width: initial; }
  .basic .text_wrapper #text_highlight span.hash {
    padding-left: 0; }

.dropzone {
  margin-bottom: 20px;
  border: 2px dashed #ddd;
  background: #eee; }
  .dropzone .dz-preview {
    display: block;
    background: #fbfbfb;
    border-radius: 2px;
    margin: 0 0 10px 0;
    padding: 0;
    min-height: 0; }
  .dropzone .dz-preview:last-child {
    margin: 0; }
  .dropzone .dz-preview .dz-image {
    display: none; }
  .dropzone .dz-preview .dz-details {
    position: static;
    text-align: left;
    padding: 10px;
    display: flex;
    line-height: 3em; }
  .dropzone .dz-preview .dz-details .dz-size {
    flex: 0 1 100px;
    margin: 0; }
  .dropzone .dz-preview.dz-error .dz-error-mark, .dropzone .dz-preview.dz-success .dz-success-mark {
    left: auto;
    margin-left: -15px;
    margin-top: -15px;
    right: 10px; }
  .dropzone .dz-preview.dz-error .dz-error-mark svg, .dropzone .dz-preview.dz-success .dz-success-mark svg {
    width: 30px;
    height: 30px; }
  .dropzone .dz-preview.dz-error .dz-error-mark i.fa {
    font-size: 30px;
    color: #f78145; }
  .dropzone .dz-preview.dz-success .dz-success-mark {
    opacity: 1;
    -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); }
  .dropzone .dz-preview.dz-success .dz-success-mark i.fa {
    font-size: 30px;
    color: #a0b046; }
  .dropzone .dz-preview .dz-progress {
    left: auto;
    right: 10px;
    margin-left: 0; }
  .dropzone .dz-preview .dz-error-message {
    top: 55px;
    left: auto;
    right: -47px;
    background: #f78145; }
  .dropzone .dz-preview .dz-error-message:after {
    border-bottom-color: #f78145; }

.infobar {
  background: #fff;
  border-bottom: 1px solid #ccc; }
  .infobar .inner {
    padding: 20px 0;
    margin: 0;
    text-align: center; }
  .infobar .inner i.fa {
    color: #267ccc; }

.integration_button:link, .integration_button:active, .integration_button:visited, .integration_button:focus {
  color: #fff;
  background: #267ccc;
  border-radius: 5px;
  border: none;
  font-weight: normal;
  cursor: pointer;
  padding: 10px 14px;
  margin: 20px 0;
  display: inline-block; }
  .integration_button:link i.fa, .integration_button:active i.fa, .integration_button:visited i.fa, .integration_button:focus i.fa {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    padding-right: 8px;
    margin-right: 8px; }
  .integration_button:link:hover, .integration_button:active:hover, .integration_button:visited:hover, .integration_button:focus:hover {
    background: #cd2082; }

.dashboard_group {
  background: #fff;
  border-radius: 5px;
  /* to prevent bleedthrough */
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  box-shadow: 1px 1px 2px #eee;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  padding: 0;
  margin: 0 0 1.5em;
  box-sizing: border-box; }
  .dashboard_group .dashboard_content {
    padding: 20px; }
  .dashboard_group .dashboard_content h3 {
    margin: 0 0 10px;
    padding: 0 0 10px 10px;
    border-bottom: 1px solid #eee; }
  .dashboard_group .dashboard_content > p, .dashboard_group .dashboard_content .inner {
    margin-left: 10px; }
