/* Minification failed. Returning unminified contents.
(3049,31): run-time error CSS1030: Expected identifier, found ','
(3049,72): run-time error CSS1031: Expected selector, found ')'
(3049,72): run-time error CSS1025: Expected comma or open brace, found ')'
 */
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */


/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@charset "UTF-8";
/* defaults */
/*$mid-blue:	#008b8c;*/
/*$fonts:		'ITC Avant Garde Gothic W04', Arial, Helvetica, sans-serif;*/
.fill--dark-green {
  background: #004a4a;
}

.fill-white {
  background: #fff;
}

.text-white {
  color: #fff;
}

/* fonts */
/* set box model & container */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.container {
  margin: 0 auto;
  width: 100%;
}

/* global */
body, html {
  margin: 0;
}

body {
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}
@media (min-width: 768px) {
  body {
    font-family: "ITC Avant Garde Gothic W04", Arial, Helvetica, sans-serif;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 12px;
  }
}

a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select, input, textarea {
    font-family: Arial, Helvetica, sans-serif;
  }
}

select:focus, input:focus, textarea:focus, button:focus, a:focus {
  outline-offset: 3px;
}

textarea {
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  padding: 10px;
}
textarea:hover {
  border: 1px solid #004a4a;
}

.dark-blue {
  color: #004a4a;
}

.mid-blue {
  color: #008384;
}

.display-none {
  display: none;
}

.float-right {
  float: right;
}

.border-bottom-half:after {
  border-bottom: 2px solid #f7f7f7;
  /*border-image: linear-gradient(90deg, $mid-blue, $white) 1;*/
  content: "";
  display: block;
  margin-top: 5px;
  width: 45%;
}

.callout, .remedy {
  background-color: #f7f7f7;
  border: 1px solid #f7f7f7;
  border-left-color: #008384;
  border-left-width: 10px;
  border-radius: 5px;
  padding: 5px 10px;
}
.callout p, .remedy p {
  font-size: 15px;
}
.callout p.note, .remedy p.note {
  display: inline-block;
  font-size: 12px;
  margin-top: 0;
}
.callout p.cancel, .remedy p.cancel {
  border-top: 1px solid #777676;
  padding-top: 10px;
  margin-top: 5px;
}
.callout p.cancel a.button, .remedy p.cancel a.button {
  color: #fff;
  display: inline-block;
  font-weight: normal;
  margin: 5px 10px 0px 0px;
}
.callout .checked, .remedy .checked {
  color: #004a4a;
}
.callout .unchecked, .remedy .unchecked {
  color: #cc0000;
}

.remedy {
  margin-bottom: 5px;
}

video {
  max-width: 100%;
}

.skip {
  background-color: #004a4a;
  color: #fff;
  display: inline-block;
  height: 1px;
  left: -10000px;
  margin: 5px;
  overflow: hidden;
  padding: 5px;
  position: absolute;
  top: auto;
  width: 1px;
  z-index: 100;
}
.skip:focus {
  height: auto;
  left: 0;
  position: fixed;
  top: 0;
  width: auto;
}

/* end global */
/* header */
.header {
  background: #fff;
  font-weight: bold;
  height: 90px;
  padding: 10px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .header {
    padding: 10px 2px;
  }
}

.recite-logo {
  float: left;
  margin-top: 10px;
}

.fourcite-logo {
  float: right;
  margin-top: 2px;
}
@media screen and (max-width: 768px) {
  .fourcite-logo {
    display: none;
  }
}

/* end header */
/* login bar */
.login-bar {
  background: #000;
  color: #fff;
  height: 50px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 8px;
}
.login-bar .user-status {
  background-color: gray;
  border: 1px solid gray;
  border-radius: 5px;
  padding: 5px;
}
.login-bar h1 {
  float: left;
  font-size: 30px;
  margin: -4px 0 0 0;
  padding: 0px;
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  .login-bar h1 {
    font-size: 16px;
    padding-top: 12px;
  }
}
.login-bar .layout-button {
  float: left;
  padding-right: 5px;
}
.login-bar p {
  float: right;
  font-size: 18px;
  font-weight: normal;
  margin: 0px;
  padding-top: 5px;
  position: relative;
}
.login-bar p span.oi {
  bottom: -1px;
  font-size: 0.9em;
  left: -22px;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .login-bar p {
    font-size: 10px;
    padding-top: 12px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .login-bar p {
    font-size: 14px;
    padding-top: 8px;
  }
}
.login-bar a, .login-bar button {
  color: #fff;
  font-weight: bold;
  margin-left: 18px;
}
.login-bar .indent-left {
  margin-left: 18px !important;
}
.login-bar #splitswitch-split {
  margin-left: 2px;
}

/* end login bar */
/* nav bar */
.nav-bar {
  background: #e6e6e6;
  color: #000;
  height: 33.3333333333px;
  margin-top: -10px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0;
}
.nav-bar p {
  float: right;
  font-size: 14px;
  font-weight: normal;
  margin: 0px;
  padding-top: 6px;
}
.nav-bar .social {
  float: left;
  padding-top: 4px;
}
.nav-bar .social img {
  margin-right: 5px;
}
.nav-bar a {
  color: #000;
  font-weight: normal;
}

#spread-the-word {
  margin-left: -8px;
}
@media screen and (max-width: 768px) {
  #spread-the-word {
    display: none;
  }
}

/* end nav bar */
/* footer */
.footer {
  background: #000;
  clear: both;
  color: #fff;
  height: 60px;
  padding-top: 12px;
}
.footer p {
  font-size: 18px;
  margin: -3px 0 0 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer p {
    font-size: 14px;
    line-height: 24px;
  }
}
.footer p.copy {
  font-size: 12px;
  padding-top: 3px;
}
.footer a {
  color: #fff;
  font-weight: normal;
}

/* end footer */
/* standard form stuff */
input[type=text] {
  border: 1px solid #8c8c8c;
  border-radius: 5px;
  height: 24px;
  padding: 2px 5px;
}
input[type=text]:hover {
  border: 1px solid #004a4a;
}
input[type=text]:disabled {
  background-color: #F0F0F0;
  cursor: not-allowed;
}

input[type=checkbox]:disabled {
  background-color: #F0F0F0;
  cursor: not-allowed;
}

select {
  background-color: #fff;
  padding: 2px 5px;
  border: 1px solid #8c8c8c;
  border-radius: 5px;
}
select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

label.check-label {
  cursor: pointer;
  padding-right: 25px;
  position: relative;
  /* hide default checkbox  */
}
label.check-label input[type=checkbox] {
  height: 0;
  opacity: 0;
  position: absolute;
  width: 0;
}
label.check-label span {
  position: absolute;
  top: -2px;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border: 1px solid #8c8c8c;
  border-radius: 5px;
  margin-left: 3px;
  /*transition: .3s background-color;*/
}
@media screen and (max-width: 1023px) {
  label.check-label span {
    width: 22px;
    height: 22px;
  }
}
label.check-label span:after {
  border: solid #fff;
  border-width: 0 3px 3px 0;
  content: "";
  display: none;
  height: 11px;
  left: 8px;
  position: absolute;
  top: 4px;
  transform: rotate(45deg);
  width: 6px;
}
label.check-label:hover span {
  border: 1px solid #004a4a;
}
label.check-label input:checked ~ span {
  background-color: #004a4a;
  border: 1px solid #004a4a;
}
label.check-label input:checked ~ span:after {
  display: block;
}
label.check-label input:disabled ~ span {
  background-color: #8c8c8c;
  border: 1px solid #8c8c8c;
  cursor: not-allowed;
}

p.form-note {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 15px;
}

/* end form stuff */
/* results page */
.results {
  padding-left: 10px;
  padding-right: 10px;
}
.results > h3, .results > h2 {
  color: #fff;
  background-color: #cc0000;
  border-radius: 5px;
  font-size: 1.2em;
  padding: 10px;
}
.results > h3 a.upgrade, .results > h3 a.help-guide, .results > h2 a.upgrade, .results > h2 a.help-guide {
  color: #fff;
  text-decoration: underline;
}
.results > h2#lf-limits-exceeded, .results > h2#lf-free-tier, .results > h2#lf-reflistonly {
  background-color: #008384;
  padding: 15px;
  text-align: center;
}
.results > h3.js-failed, .results > h2.js-failed {
  background-color: #e6e6e6;
  color: #000;
  text-align: center;
}
.results .contain {
  margin-bottom: 10px;
}
.results > .callout {
  float: left;
  margin-bottom: 10px;
  width: 100%;
}

body.js-loaded .js-failed {
  display: none;
}

.options-bar {
  background: #e6e6e6;
  color: #000;
  min-height: 50px;
  margin-bottom: 10px;
  padding: 10px;
  /*	.author-filter {
  	padding-left: 20px;
  }*/
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .options-bar {
    font-size: 12px;
    padding-top: 12px;
  }
  .options-bar input[type=text] {
    max-width: 100px;
  }
}
@media screen and (max-width: 1023px) {
  .options-bar label {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .options-bar {
    padding-top: 8px;
  }
  .options-bar label {
    min-height: 30px;
  }
}
.options-bar ul {
  margin: 0px;
  padding: 0px;
}
.options-bar ul li {
  background: #e6e6e6;
  display: inline-block;
  padding-top: 4px;
  padding-right: 25px;
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .options-bar ul li {
    padding-right: 5px;
  }
}
.options-bar label.check-label {
  padding-right: 25px;
}
.options-bar .year-chart {
  margin: 2px 2px 2px 0px;
  padding: 2px 6px;
  border-radius: 5px;
  background-color: #008384;
  color: #fff;
}
.options-bar .year-chart:hover {
  background: #004a4a;
  cursor: pointer;
}
.options-bar .year-chart-teaser {
  margin: 2px 2px 2px 0px;
  padding: 2px 6px;
  border-radius: 5px;
  background-color: #8c8c8c;
  color: #fff;
}
.options-bar .year-chart-teaser:hover {
  background: #777676;
  cursor: pointer;
}

/*.explain:hover {
	cursor: pointer;
}*/
.title-bar {
  background: #004a4a;
  color: #fff;
  float: left;
  height: 50px;
  padding: 10px;
  width: 45%;
}
@media screen and (min-width: 1023px) {
  .title-bar {
    width: 37%;
  }
}
@media screen and (max-width: 768px) {
  .title-bar {
    width: 80%;
  }
}
.title-bar h2 {
  font-size: 24px;
  margin: 0 0 0 30px;
  padding: 0px;
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .title-bar h2 {
    font-size: 20px;
    padding-top: 2px;
  }
}
@media screen and (max-width: 768px) {
  .title-bar h2 {
    font-size: 14px;
    padding-top: 4px;
  }
}
.title-bar a {
  color: #fff;
}
.title-bar .triangle-button {
  float: left;
  margin-top: 3px;
}

.twitteraction {
  background: #00b0ed;
  font-size: 16px;
  padding-right: 0px;
  padding-top: 12px;
}
.twitteraction img {
  vertical-align: -26%;
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .twitteraction {
    font-size: 14px;
    padding-top: 11px;
  }
}
@media screen and (max-width: 768px) {
  .twitteraction {
    font-size: 12px;
    padding-top: 10px;
  }
}

.list-wrapper {
  line-height: 1.4;
}

.cite-errors {
  color: #ff4747;
}

.hl {
  color: #cc0000;
}

span[data-help] {
  cursor: help;
}

.scompact span[data-help] {
  cursor: pointer;
}

.hlw {
  color: #b05800;
}

.description-bar {
  background: #008384;
  color: #fff;
  height: 50px;
  margin-left: 45%;
  padding-left: 10px;
  width: 55%;
}
@media screen and (min-width: 1023px) {
  .description-bar {
    margin-left: 37%;
    width: 63%;
  }
}
.description-bar p {
  float: left;
  font-size: 14px;
  margin: 0px;
  padding-top: 4px;
  width: 85%;
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .description-bar p {
    font-size: 12px;
    padding-top: 5px;
  }
}
@media screen and (max-width: 768px) {
  .description-bar p {
    display: none;
  }
}
.description-bar .help-button {
  float: right;
}
.description-bar .help-button img {
  float: right;
  margin: 0px;
  padding: 6px;
}

.messages {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .messages {
    background-color: #00b0ed;
  }
}

.contain .wrapper {
  display: none;
}

.intextlist ol:not(.cr), .reflist ol:not(.cr) {
  counter-reset: item;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.intextlist ol:not(.cr) > li:before, .reflist ol:not(.cr) > li:before {
  color: #fff;
  content: counter(item) "  ";
  counter-increment: item;
  height: 100%;
  float: left;
  font-size: 18px;
  padding-top: 5px;
  text-align: center;
  width: 30px;
}
@media screen and (max-width: 768px) {
  .intextlist ol:not(.cr) > li:before, .reflist ol:not(.cr) > li:before {
    font-size: 14px;
  }
}
.intextlist > li, .reflist > li {
  background: #004a4a;
  border: 1px solid white;
  margin-bottom: 8px;
}
.intextlist > li.warn, .reflist > li.warn {
  background: #cc0000;
}
.intextlist > li.low, .reflist > li.low {
  background: #ff8800;
}
.intextlist > li.ignore, .reflist > li.ignore {
  background: #8c8c8c !important;
}
.intextlist ul, .reflist ul {
  list-style-type: none;
}
.intextlist h3.mainhead, .reflist h3.mainhead {
  margin: 10px;
}
.intextlist h3.mainhead span, .reflist h3.mainhead span {
  color: #cc0000;
}
.intextlist h3.mainhead a.upgrade, .reflist h3.mainhead a.upgrade {
  text-decoration: underline;
}
.intextlist .editref, .reflist .editref {
  float: right;
  margin: 0 -5px 0 0;
}
.intextlist .editref .ref-options, .reflist .editref .ref-options {
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  color: #8c8c8c;
  display: inline-block;
  margin: -6px 0 0 0;
  padding: 6px 6px 5px 6px;
}
.intextlist .editref .ref-options:hover, .reflist .editref .ref-options:hover {
  background: #e6e6e6;
  cursor: pointer;
}
.intextlist .editref .links, .reflist .editref .links {
  display: inline;
}
.intextlist .editref .links > *, .reflist .editref .links > * {
  display: none;
}
.intextlist .editref .links a, .intextlist .editref .links button, .intextlist .editref .links span.doi-link, .reflist .editref .links a, .reflist .editref .links button, .reflist .editref .links span.doi-link {
  background: #008384;
  border: 1px solid #008384;
  border-radius: 5px;
  color: #fff;
  font-weight: normal;
  height: 32px;
  margin: 0 0 0 3px;
  padding: 6px 6px 5px;
  text-decoration: none;
}
.intextlist .editref .links a:hover, .intextlist .editref .links button:hover, .intextlist .editref .links span.doi-link:hover, .reflist .editref .links a:hover, .reflist .editref .links button:hover, .reflist .editref .links span.doi-link:hover {
  background: #004a4a;
  border: 1px solid #004a4a;
}
.intextlist .editref .links a.edit, .intextlist .editref .links button.edit, .intextlist .editref .links span.doi-link.edit, .reflist .editref .links a.edit, .reflist .editref .links button.edit, .reflist .editref .links span.doi-link.edit {
  background: #004a4a;
  border: 1px solid #004a4a;
  margin-right: 6px;
}
.intextlist .editref .links button.teaser-btn, .reflist .editref .links button.teaser-btn {
  background: #8c8c8c;
  border: 1px solid #8c8c8c;
}
.intextlist .editref .links button.teaser-btn:hover, .reflist .editref .links button.teaser-btn:hover {
  background: #777676;
  border: 1px solid #777676;
  cursor: pointer;
}
.intextlist .editref .links .doi-link, .reflist .editref .links .doi-link {
  display: inline-block !important;
}
.intextlist .editref .links .doi-link.cr-found, .reflist .editref .links .doi-link.cr-found {
  background: #ff8800;
  border: 1px solid #ff8800;
  color: #fff;
}
.intextlist .editref .links .doi-link.cr-found:hover, .reflist .editref .links .doi-link.cr-found:hover {
  background: #b05800;
  border: 1px solid #b05800;
}
.intextlist .editref .links .doi-link .oi, .reflist .editref .links .doi-link .oi {
  font-size: 0.9em;
  margin-right: 6px;
  position: relative;
  top: 1px;
}
.intextlist .editref .links span.doi-link, .reflist .editref .links span.doi-link {
  border: 1px solid #8c8c8c;
  background: #8c8c8c;
  color: #fff;
}
.intextlist .editref .links span.doi-link:hover, .reflist .editref .links span.doi-link:hover {
  background: #8c8c8c;
}
.intextlist .editref .cr-check, .reflist .editref .cr-check {
  border: 1px solid #e6e6e6;
  /*background: $light-grey;*/
  border-radius: 5px;
  color: #8c8c8c;
  font-weight: normal;
  margin: 0 0 0 3px;
  padding: 6px 6px 5px 6px;
  text-decoration: none;
  /*			&:hover {
  	background-color: $dark-grey;
  }*/
}
.intextlist .editref .cr-check.cr-great, .reflist .editref .cr-check.cr-great {
  background: #008384;
  border: 1px solid #008384;
  color: #fff;
}
.intextlist .editref .cr-check.cr-great:hover, .reflist .editref .cr-check.cr-great:hover {
  background: #004a4a;
  border: 1px solid #004a4a;
}
.intextlist .editref .cr-check.cr-found, .reflist .editref .cr-check.cr-found {
  background: #ff8800;
  border: 1px solid #ff8800;
  color: #fff;
}
.intextlist .editref .cr-check.cr-found:hover, .reflist .editref .cr-check.cr-found:hover {
  background: #b05800;
  border: 1px solid #b05800;
}
.intextlist .editref .cr-check.cr-none, .reflist .editref .cr-check.cr-none {
  background: #8c8c8c;
  border: 1px solid #8c8c8c;
  color: #fff;
}
.intextlist .editref .cr-check.cr-none:hover, .reflist .editref .cr-check.cr-none:hover {
  background: #777676;
  border: 1px solid #777676;
}
.intextlist .editref .retracted, .reflist .editref .retracted {
  background: #cc0000 !important;
  border: 1px solid #cc0000;
  color: #fff;
  display: inline-block;
  font-weight: normal;
  height: 32px;
  margin: 0 0 0 3px;
  padding: 6px 6px 5px !important;
  text-decoration: none;
}
.intextlist .editref .retracted:hover, .reflist .editref .retracted:hover {
  background: #AA0000 !important;
  border: 1px solid #AA0000;
}
.intextlist .bcr.cr-check, .reflist .bcr.cr-check {
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  color: #8c8c8c;
  font-weight: normal;
  margin: 0 0 0 4px;
  padding: 3px 3px 1px 2px;
  text-decoration: none;
}
.intextlist > li.over div.cite, .reflist > li.over div.cite {
  background: #F5F7F7;
}
.intextlist > li.over div.cite > span.links a, .intextlist > li.over div.cite > span.links button, .reflist > li.over div.cite > span.links a, .reflist > li.over div.cite > span.links button {
  background: #008384;
}
.intextlist > li.over div.cite > span.links a:hover, .intextlist > li.over div.cite > span.links button:hover, .reflist > li.over div.cite > span.links a:hover, .reflist > li.over div.cite > span.links button:hover {
  background: #004a4a;
}
.intextlist > li.over .ref-options, .reflist > li.over .ref-options {
  display: none;
}
.intextlist > li.over .editref .links > *, .reflist > li.over .editref .links > * {
  display: inline-block !important;
}
.intextlist > li.bad-doi .editref .links > .doi-link, .reflist > li.bad-doi .editref .links > .doi-link {
  background-color: #cc0000;
  border: 1px solid #cc0000;
}
.intextlist > li.query-doi .editref .links > .doi-link, .reflist > li.query-doi .editref .links > .doi-link {
  background: #b05800;
  border: 1px solid #b05800;
}

ol.reflist > li:hover, .nd ol.intextlist > li:hover {
  background: #F5F7F7 !important;
}
ol.reflist > li:hover div.cite, .nd ol.intextlist > li:hover div.cite {
  background: #F5F7F7;
}
ol.reflist > li:hover div.cite .bcr.cr-check.cr-great, .nd ol.intextlist > li:hover div.cite .bcr.cr-check.cr-great {
  background: #008384;
  border: 1px solid #008384;
  color: #fff;
}
ol.reflist > li:hover div.cite .bcr.cr-check.cr-great:hover, .nd ol.intextlist > li:hover div.cite .bcr.cr-check.cr-great:hover {
  background: #004a4a;
  border: 1px solid #004a4a;
}
ol.reflist > li:hover div.cite .bcr.cr-check.cr-found, .nd ol.intextlist > li:hover div.cite .bcr.cr-check.cr-found {
  background: #ff8800;
  border: 1px solid #ff8800;
  color: #fff;
}
ol.reflist > li:hover div.cite .bcr.cr-check.cr-found:hover, .nd ol.intextlist > li:hover div.cite .bcr.cr-check.cr-found:hover {
  background: #b05800;
  border: 1px solid #b05800;
}
ol.reflist > li:hover div.cite .bcr.cr-check.cr-none, .nd ol.intextlist > li:hover div.cite .bcr.cr-check.cr-none {
  background: #8c8c8c;
  border: 1px solid #8c8c8c;
  color: #fff;
}
ol.reflist > li:hover div.cite .bcr.cr-check.cr-none:hover, .nd ol.intextlist > li:hover div.cite .bcr.cr-check.cr-none:hover {
  background: #777676;
  border: 1px solid #777676;
}
ol.reflist > li:hover .ref-options, .nd ol.intextlist > li:hover .ref-options {
  display: none;
}
ol.reflist > li:hover .editref .links > *, .nd ol.intextlist > li:hover .editref .links > * {
  display: inline;
}
ol.reflist > li:hover.ignore, .nd ol.intextlist > li:hover.ignore {
  background: #F5F7F7 !important;
}

ol.intextlist div.cite > span.links {
  float: right;
}
ol.intextlist div.cite > span.links a, ol.intextlist div.cite > span.links button {
  background: #e6e6e6;
  border-radius: 5px;
  color: #fff;
  font-weight: normal;
  margin: 0 0 0 3px;
  padding: 6px 6px 3px;
  text-decoration: none;
}

ol.intextlist > li:hover div.cite > span.links a, ol.intextlist > li:hover div.cite > span.links button {
  background: #008384;
}
ol.intextlist > li:hover div.cite > span.links a:hover, ol.intextlist > li:hover div.cite > span.links button:hover {
  background: #004a4a;
}

body.demo:not(.demo-full) .editref {
  display: none;
}

body.demo.demo-full .editref .links > button.edit {
  display: none;
}

.reflist .cite strong, .reflist .cite .irs {
  color: #cc0000;
}
.reflist .cite .inv {
  color: #cc0000;
  display: inline-block;
  margin-top: 4px;
}
.reflist .cite .unchecked {
  color: #777676;
}

.alphawarn {
  background-color: #fff;
  border: 1px solid #cc0000;
  border-radius: 5px;
  color: #cc0000;
  /*margin-left: 20px;*/
  padding: 5px 10px 5px 30px;
  position: relative;
}
.alphawarn span {
  left: 8px;
  margin-right: 5px;
  position: absolute;
  top: 6px;
}
.alphawarn em {
  font-style: normal;
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .alphawarn {
    padding-left: 10px;
  }
  .alphawarn span {
    display: none;
  }
}

a.button, button.button {
  background: #008384 !important;
  border-radius: 5px;
  color: #fff;
  font-weight: normal;
  margin: 0 0 0 3px;
  padding: 6px !important;
  text-decoration: none;
}
a.button:hover, button.button:hover {
  background: #004a4a !important;
}

.cite-base {
  background: #004a4a;
  margin-bottom: 10px;
}

.cite-error {
  background: #cc0000 !important;
}

div.cite {
  background: #fff;
  color: #000;
  padding: 10px;
  margin-left: 30px;
  padding-left: 10px;
  word-break: break-word;
}
div.cite h3 {
  font-size: 18px;
  margin: -10px 0 0 0;
  max-width: calc(100% - 80px);
  padding: 5px 0 0 0;
}
@media screen and (max-width: 768px) {
  div.cite h3 {
    font-size: 14px;
  }
}
div.cite h3 span.cite {
  padding: 2px 0px;
}
div.cite p {
  margin-left: 30px;
}
div.cite a {
  color: #000;
  text-decoration: underline;
}
div.cite .irs a {
  color: #cc0000;
}
div.cite .alpha {
  border: 1px solid #8c8c8c;
  border-radius: 5px;
  color: #8c8c8c;
  font-weight: bold;
  margin-left: 10px;
  padding: 2px;
}
div.cite .alpha.moved {
  border-style: solid solid solid none;
  border-radius: 0px 5px 5px 0px;
}
div.cite .alphamoved {
  border: 1px solid #8c8c8c;
  border-radius: 5px 0px 0px 5px;
  border-style: solid none solid solid;
  color: #8c8c8c;
  margin-left: 10px;
  margin-right: -14px;
  padding: 2px;
}
div.cite ul li {
  padding: 2px;
}
div.cite li.compact, div.cite li.scompact {
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 30px;
}
div.cite li.compact:hover, div.cite li.scompact:hover {
  cursor: pointer;
}
div.cite li.compact.reveal, div.cite li.scompact.reveal {
  height: auto;
  width: auto;
}
div.cite li.icr {
  cursor: pointer;
}

.over .alpha, .over .alphamoved {
  background-color: #fff;
}

.feedback-bar {
  background: #000;
}

.feedback-description-bar {
  background: #8c8c8c;
}
.feedback-description-bar a {
  color: #fff;
  font-weight: bold;
}

.cited {
  margin: 10px 0 0 0;
}

.reflistonly .reflist .cited .count {
  visibility: hidden;
}
.reflistonly .splitswitch, .reflistonly .contain.intextlist, .reflistonly .contain.annotated {
  display: none;
}

.cr-results {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  padding: 5px;
  margin: 15px 0 0;
}
.cr-results .good {
  color: #004a4a;
}
.cr-results .bad {
  color: #cc0000;
}

.cr-match::after {
  content: ".";
  color: #8c8c8c;
}

ol.reflist .cr-matched {
  display: none;
}

ol.reflist.cr-show .cr-matched {
  background-color: #ff8800;
  border: 1px solid #ff8800;
  border-radius: 10px;
  color: #fff;
  display: inline;
  margin-left: 5px;
  padding: 3px 6px;
}
ol.reflist.cr-show .cr-matched.cr-great {
  background-color: #008384;
  border-color: #008384;
}

.corp, .legal {
  background-color: #8c8c8c;
  color: #fff;
  display: block;
  margin-bottom: 2px;
  padding: 0 3px 3px;
  text-align: center;
  width: 40px;
}

.legal {
  width: 60px;
}

.count {
  color: #004a4a;
  font-weight: bold;
}

.possible {
  color: #b05800;
  cursor: pointer;
  margin-left: 5px !important;
}

.none {
  color: #cc0000;
  font-weight: bold;
}

.annotated-article {
  line-height: 1.6;
  padding: 5px 30px;
}
.annotated-article .exact, .annotated-article .partial, .annotated-article .none, .annotated-article .ambiguous, .annotated-article .auth, .annotated-article .thua {
  border-radius: 5px;
  color: #fff;
  margin-left: 1px;
  margin-right: 1px;
  padding: 1px 4px 1px 3px;
}
.annotated-article .exact {
  background: #004a4a;
}
.annotated-article .exact.style-warn {
  background: #ff8800;
}
.annotated-article .partial, .annotated-article .ambiguous {
  background: #ff8800;
}
.annotated-article .none {
  font-weight: normal;
  background: #cc0000;
}
.annotated-article .ignored {
  color: gray;
}
.annotated-article .auth {
  border: 1px solid #cc0000;
  color: #cc0000;
  font-weight: bold;
}
.annotated-article .thua {
  border: 1px solid #004a4a;
  color: #004a4a;
  font-weight: bold;
}
.annotated-article .cite-sentence {
  cursor: pointer;
}
.annotated-article .cite-sentence:hover, .annotated-article .cite-sentence.ignore {
  background-color: #e6e6e6;
  padding: 2px 0 1px;
}
.annotated-article .footnotes {
  background-color: #e6e6e6;
  display: block;
  margin-top: 15px;
  padding: 0px 10px;
}
.annotated-article .footnotes h4 {
  margin-top: 10px;
}

.pane {
  margin-bottom: 10px;
  width: auto;
}
.pane.right .title-bar, .pane.left .title-bar {
  float: none;
  width: 100%;
}
.pane.right .description-bar, .pane.left .description-bar {
  margin-left: 0;
  width: 100%;
}
.pane .wrapper {
  height: 500px;
  width: 100%;
  overflow: auto;
}
.pane .options-bar {
  font-size: 12px;
  padding: 5px 5px;
}
.pane.left, .pane.right {
  width: 50%;
}
.pane.left .options-bar, .pane.right .options-bar {
  min-height: 80px;
}
.pane.left .options-bar input[type=text], .pane.right .options-bar input[type=text] {
  max-width: 100px;
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .pane.left .options-bar input[type=text], .pane.right .options-bar input[type=text] {
    max-width: 65px;
  }
}
.pane.left .options-bar label, .pane.right .options-bar label {
  display: inline-block;
  min-height: 30px;
}
.pane.right .cite-sentence {
  cursor: pointer;
}
.pane.left.intextlist.article-right h3 > span {
  cursor: pointer;
}
.pane .intextlist > li > div > ul > li > span.year {
  cursor: pointer;
}
.pane #doi-summary {
  display: none;
}

.left {
  float: left;
  padding-right: 5px;
}

.right {
  float: right;
  padding-left: 5px;
}

.clearer {
  clear: both;
}

.helptext {
  display: none;
}

.ui-tooltip.ui-widget {
  font-size: 0.8em;
  max-width: 40%;
  margin: 0;
  padding: 5px;
}
.ui-tooltip.ui-widget h3 {
  margin: 2px;
  padding: 0;
}
.ui-tooltip.ui-widget ul {
  margin-left: 0px;
  padding-left: 20px;
}
.ui-tooltip.ui-widget li {
  margin-left: 0px;
}

.ui-widget {
  font-family: "ITC Avant Garde Gothic W04", Arial, Helvetica, sans-serif !important;
}

.ui-state-default {
  background: none !important;
  background-color: white !important;
  border: none !important;
}

.ui-widget-header {
  background: none !important;
  background-color: #004a4a !important;
  border: none !important;
  color: #fff !important;
}
.ui-widget-header.ui-progressbar-value {
  background-color: #008384 !important;
}

.ui-progressbar {
  margin-top: 8px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 0 !important;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 0 !important;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 0 !important;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 0 !important;
}

.ui-widget.ui-widget-content:not(.ui-tooltip) {
  border: 0 !important;
  border-radius: 5px !important;
}

.ui-dialog {
  padding: 0 !important;
}

.ui-dialog-content .hover-hide {
  display: none;
}

.ui-dialog-titlebar {
  border-radius: 5px 5px 0 0 !important;
  border: 0 !important;
}

.ui-widget-overlay {
  background: none repeat scroll 0 0 #AAAAAA !important;
  opacity: 0.6 !important;
}

.ui-button.ui-corner-all {
  border-radius: 5px !important;
}

.ui-dialog .ui-dialog-titlebar-close {
  margin: -10px 3px 0 !important;
}

.no-close .ui-dialog-titlebar-close {
  display: none;
}

#yearDistModal.ui-dialog-content {
  overflow-x: hidden;
}

.paid-feature.ui-dialog-content iframe {
  margin-bottom: 5px;
  margin-left: 5px;
}
.paid-feature.ui-dialog-content a {
  text-decoration: underline;
}
.paid-feature.ui-dialog-content a.button {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 16px;
  background: #008384;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
}
.paid-feature.ui-dialog-content a.button:hover {
  background: #004a4a;
}

.teaser-btn {
  position: relative;
}
.teaser-btn::after {
  content: "\e08a";
  font-family: "Icons";
  font-size: 8px;
  line-height: 1;
  position: absolute;
  top: 1px;
  right: 1px;
  color: #fff;
  background: #777676;
  border-radius: 2px;
  padding: 1px 2px;
  pointer-events: none;
}
.teaser-btn:hover::after {
  background: #ff8800;
  font-size: 10px;
}

fieldset.auth-choice {
  margin: 10px 0px;
}
fieldset.auth-choice label {
  margin: 5px;
}
fieldset.auth-choice .ui-checkboxradio-label {
  background: none !important;
  background-color: #fff !important;
  color: #000 !important;
}
fieldset.auth-choice .ui-checkboxradio-label.ui-state-active {
  background: none !important;
  background-color: #008384 !important;
  color: #fff !important;
}

button.button {
  background-color: #008384;
  border: 0;
  border-radius: 5px;
  color: #fff;
  margin: 8px 0;
  padding: 8px;
}
button.button:hover {
  background-color: #004a4a;
}

button.right {
  float: right;
}

.startagain {
  float: left;
  margin: 10px 15px 0px 15px;
  position: relative;
}

.startagain span.oi, .print-options span.oi, .username span.oi, .download-options span.oi {
  position: absolute;
  bottom: -1px;
}

.username {
  position: relative;
}
.username span.oi {
  font-size: 0.9em;
  left: -22px;
}

.refstyleswitch {
  float: left;
  margin: 8px;
  /*	@media screen and (-webkit-min-device-pixel-ratio:0) {
  	margin: 10px;
  }*/
}
.refstyleswitch select {
  border: 1px solid black;
  color: #000000;
}
@media screen and (max-width: 1023px) {
  .refstyleswitch select {
    max-width: 100px;
  }
}
@media screen and (max-width: 768px) {
  .refstyleswitch {
    display: none;
  }
}

.print-options, .download-options {
  float: left;
  margin: 10px 15px 0px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .print-options, .download-options {
    display: none;
  }
}

.download-options.teaser-btn::after {
  top: auto;
  bottom: 1px;
  right: auto;
  left: 1px;
}

.possible-cite {
  color: #808080;
  display: block;
  font-weight: bold;
  margin: -8px 0px 4px 0px;
}

.mag img {
  margin-top: -3px;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .splitswitch {
    display: none;
  }
}

/*.stw-slide {
	background-color: $dark-grey;
	border: 1px solid $white;
	border-bottom: 0;
	border-right: 0;
	bottom: 0px;
	color: white;
	position: fixed;
	right: 10px;
	width: 260px;

	a.twitter {
		background-color: #00B0ED;
		float: left;
		margin: 0;
		padding: 3px 40px 0 5px;
	}

	a.facebook {
		background-color: #3B5998;
		float: right;
		margin: 0;
		padding: 3px 12px 0;
	}

	h3 {
		font-size: 14px;
		margin: 0;
		padding: 5px 5px 2px;

		a {
			color: white;
			display: block;

			span {
				float: right;
				font-size: 1.2em;
				margin-top: -4px;
			}
		}
	}

	p {
		margin: 0 0 5px 5px;
		padding: 0;
	}
}*/
.intro-guide {
  position: fixed;
  right: 20px;
  bottom: 20px;
  text-align: center;
}
.intro-guide button {
  background-color: #008384;
  border: 1px solid #008384;
  border-radius: 50%;
  color: #fff;
  display: block;
  height: 50px;
  opacity: 0.8;
  padding: 10px;
  text-decoration: none;
  transition: all 0.2s ease;
  width: 50px;
}
.intro-guide button .oi {
  font-size: 1.3em;
  position: relative;
  top: 1px;
  transition: all 0.2s ease;
}
.intro-guide button .guide-label {
  display: none;
}
.intro-guide button:hover {
  border-radius: 10px;
  opacity: 1;
  width: auto;
}
.intro-guide button:hover .oi {
  font-size: 1em;
  margin-left: 5px;
  top: 0px;
}
.intro-guide button:hover .guide-label {
  display: inline-block;
  margin-top: 3px;
}

#status-bar {
  background-color: #777676;
  border-radius: 0px 5px 0px 0px;
  bottom: 0px;
  color: #fff;
  left: 0px;
  min-width: 170px;
  opacity: 0.8;
  padding: 3px;
  position: fixed;
}

#backtotop {
  bottom: 10px;
  display: none;
  position: fixed;
  right: 280px;
  text-align: center;
  width: auto;
}
#backtotop a {
  background-color: #CFCFCF;
  border-radius: 5px;
  display: block;
  font-size: 17px;
  opacity: 0.8;
  padding: 5px 30px;
}
#backtotop a:hover {
  opacity: 1;
  text-decoration: none;
}
#backtotop.in-view {
  display: block;
}

#cr-status {
  padding: 5px 10px;
  text-align: center;
}
#cr-status.cr-done:hover {
  cursor: pointer;
}

#doi-summary {
  background: #003737;
  border-radius: 5px;
  float: right;
  font-size: 0.65em;
  margin-left: 16px;
  padding: 5px 10px;
  vertical-align: middle;
  white-space: nowrap;
}
#doi-summary.hidden {
  display: none;
}
#doi-summary::before {
  content: "DOI Checks:";
  margin-right: 7px;
  opacity: 0.8;
}
#doi-summary .doi-s {
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  margin-left: 5px;
  padding: 2px 8px;
  white-space: nowrap;
}
#doi-summary .doi-s .oi {
  font-size: 0.7em;
  margin-right: 3px;
  vertical-align: middle;
}
#doi-summary .doi-s.doi-s-ok {
  background: #008384;
}
#doi-summary .doi-s.doi-s-cr {
  background: #ff8800;
}
#doi-summary .doi-s.doi-s-none {
  background: #8c8c8c;
}
#doi-summary .doi-s.doi-s-warn {
  background: #b05800;
}
#doi-summary .doi-s.doi-s-err {
  background: #cc0000;
}
#doi-summary .doi-s-updating {
  animation: doi-spin 0.8s linear infinite;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: rgba(255, 255, 255, 0.9);
  display: inline-block;
  height: 10px;
  margin-left: 6px;
  vertical-align: middle;
  width: 10px;
}
@media screen and (max-width: 768px) {
  #doi-summary {
    display: none !important;
  }
}

@keyframes doi-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.parser-example, .dialog-highlight, .flash {
  background-color: #FCFCB9;
  border-radius: 5px;
  padding: 10px;
}
.parser-example.grey, .dialog-highlight.grey, .flash.grey {
  background-color: #e6e6e6;
}

.possible-zoom .intextlist div.cite ul > li {
  display: none;
}
.possible-zoom span.cite {
  cursor: pointer;
}

.splitscreen-hl {
  background: #008384 !important;
  border: 1px solid #008384 !important;
}

.annotated .splitscreen-hl {
  color: #fff;
  padding-top: 1px;
}

.ui-dialog-content .splitscreen-hl {
  background: none !important;
  border: 0 !important;
}

.reflistedit h3 {
  border-bottom: 1px solid #008384;
  padding-bottom: 5px;
}
.reflistedit textarea {
  width: 100%;
}
.reflistedit input[type=checkbox] {
  margin-left: 10px;
}

button.pe-close {
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* end results page */
/* home page */
.tagline {
  background: #000;
  color: #fff;
  height: 50px;
  padding-top: 8px;
}
.tagline h1 {
  font-size: 28px;
  font-weight: normal;
  margin: -4px 0 0 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .tagline h1 {
    font-size: 20px;
    margin-top: 0;
  }
}

.main-action {
  background: #004a4a;
  height: 370px;
  padding: 50px 0 50px 0;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .main-action {
    height: 330px;
  }
}

.img-container {
  margin-right: auto;
  margin-left: auto;
  width: 1024px;
}
.img-container .exceeded {
  background-color: #fff;
  border-radius: 5px;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .img-container {
    width: 320px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .img-container {
    width: 768px;
  }
}

.document-icon {
  background-image: url("https://reciteworks.com/images/document.gif");
  float: left;
  height: 258px;
  margin-left: 25px;
  margin-right: 25px;
  width: 205px;
}
@media screen and (max-width: 1023px) {
  .document-icon {
    display: none;
  }
}

.large-arrow-icon {
  background-image: url("https://reciteworks.com/images/large-arrow.gif");
  float: left;
  height: 177px;
  margin-left: 25px;
  margin-right: 25px;
  margin-bottom: 30px;
  margin-top: 40px;
  width: 225px;
}
@media screen and (max-width: 1023px) {
  .large-arrow-icon {
    display: none;
  }
}

.check-button-icon {
  clear: none;
  float: left;
  margin-left: 25px;
  margin-right: 25px;
  margin-top: 50px;
  width: 420px;
}
@media screen and (max-width: 768px) {
  .check-button-icon {
    float: none;
    margin-left: 0 !important;
    width: 320px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .check-button-icon {
    float: none;
    margin-left: 170px !important;
  }
}
@media screen and (max-width: 768px) {
  .check-button-icon .check-button-large {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .check-button-icon .check-button-mobile {
    display: none;
  }
}

.headline {
  background-color: #004a4a;
  /*background-image: url("https://reciteworks.com/images/background.jpg");*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 229px;
  margin-top: -10px;
  padding-top: 43px;
}
.headline h2 {
  font-size: 34px;
  margin: 0;
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .headline h2 {
    font-size: 24px;
    padding-top: 18px;
  }
}
@media screen and (max-width: 768px) {
  .headline h2 {
    font-size: 18px;
    padding: 0;
  }
}
@media screen and (max-width: 400px) {
  .headline {
    background-image: none !important;
  }
}

.headline-inner {
  background-color: #ffffff;
  height: 140px;
  float: left;
  /*opacity: 0.9;*/
  width: 100%;
}

.strapline {
  opacity: initial;
  padding: 10px 20px;
  position: absolute;
  text-align: center;
  width: 100%;
}

.strapline-text {
  float: left;
}
.strapline-text .cite-counter {
  margin: 10px;
  float: right;
}
@media screen and (max-width: 768px) {
  .strapline-text {
    display: none;
  }
}

.getstarted {
  float: right;
  font-size: 24px;
  font-weight: bold;
  opacity: initial;
}
@media screen and (max-width: 768px) {
  .getstarted {
    float: none;
  }
}
@media screen and (max-width: 400px) {
  .getstarted {
    font-size: 18px;
  }
}
.getstarted img {
  padding-top: 5px;
  vertical-align: -70%;
}
@media screen and (max-width: 400px) {
  .getstarted img {
    width: 130px;
  }
}

@media screen and (max-width: 400px) {
  .getstarted #or {
    display: none;
  }
}

#login-button {
  padding-right: 10px;
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  #login-button {
    padding-right: 4px;
  }
}
@media screen and (max-width: 768px) {
  #login-button {
    padding-right: 0;
  }
}

#demo-button {
  padding-left: 10px;
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  #demo-button {
    padding-left: 4px;
  }
}
@media screen and (max-width: 768px) {
  #demo-button {
    padding-left: 0;
  }
}

.sub-headline {
  border-bottom-style: solid;
  border-color: #004a4a;
  border-width: 3px;
  font-size: 18px;
  font-weight: bold;
  margin: 0 20px 0 20px;
  padding: 0 30px 30px 30px;
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .sub-headline {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .sub-headline {
    font-size: 14px;
    line-height: 20px;
    padding: 0;
  }
}

.youtube-video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.youtube-video-container::after {
  display: block;
  content: "";
  padding-top: 56.25%;
}

.youtube-video-container.video-lite::after {
  padding-top: inherit;
}

.youtube-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.demo-video {
  float: right;
  padding: 20px;
  width: 40%;
}
@media screen and (max-width: 768px) {
  .demo-video {
    /*display: none;*/
    width: 100%;
    padding: 15px 5px 25px;
  }
}
.demo-video img {
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
  margin: 10px 0px;
}
@media screen and (max-width: 400px) {
  .demo-video img {
    display: none;
  }
}
.demo-video h3 {
  font-size: 28px;
  font-weight: bold;
  margin: 0 0 10px 15px;
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .demo-video h3 {
    font-size: 23px;
  }
}

.video-content {
  margin-bottom: 20px;
  max-width: 720px;
}
@media screen and (max-width: 768px) {
  .video-content {
    width: 100%;
  }
}
.video-content.video-small {
  margin: 10px 0;
  max-width: 560px;
}

/*.pricing-video {
	border-radius: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	max-width: 95%;
}*/
.new, .expired-badge, .expiring-badge, .active-badge {
  background-color: #cc0000;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 0.9em;
  margin: 0 0 0 5px;
  padding: 2px 5px;
}

.expired-badge {
  background-color: #777676;
}

.expiring-badge {
  background-color: #ff8800;
}

.active-badge {
  background-color: #008384;
}

.lightbox.cboxElement > img {
  height: auto;
  max-width: 100%;
}

.demo-message {
  color: #fff;
}
.demo-message a {
  color: #fff;
}

.alt-mode {
  color: #fff;
  margin-top: 10px;
}
.alt-mode .oi {
  margin-right: 5px;
}

.website-description {
  float: left;
  padding: 20px;
  width: 60%;
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .website-description {
    float: none;
    margin: 0;
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .website-description {
    float: none;
    margin: 0;
    padding: 10px;
    width: 100%;
  }
}
.website-description h1 {
  border-bottom: 2px solid #f7f7f7;
  font-size: 2.2em;
  margin-top: 0px;
  padding-bottom: 14px;
}
.website-description h2, .website-description h3 {
  font-size: 28px;
  font-weight: bold;
  margin: 0 0 0 0;
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .website-description h2, .website-description h3 {
    font-size: 23px;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .website-description h2, .website-description h3 {
    font-size: 18px;
    padding: 0;
  }
}

.testimonials {
  width: 100%;
}
.testimonials.website-description {
  clear: both;
  float: none;
}
.testimonials blockquote {
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  display: inline-block;
  margin: 15px;
  min-height: 120px;
  padding: 10px 10px 10px 45px;
  position: relative;
  vertical-align: top;
  width: 45%;
}
@media screen and (max-width: 768px) {
  .testimonials blockquote {
    display: block;
    width: auto;
  }
}
.testimonials blockquote .author {
  clear: both;
  color: #666;
  display: block;
  float: right;
  font-size: 0.8em;
  margin-top: 8px;
  text-align: right;
  width: 70%;
}
@media screen and (max-width: 768px) {
  .testimonials blockquote .author {
    float: none;
  }
}
.testimonials blockquote .source {
  font-size: 0.8em;
}
.testimonials blockquote .source a {
  font-weight: normal;
  text-decoration: underline;
}
.testimonials blockquote:before {
  color: #666;
  content: "“";
  font: 6em sans-serif;
  height: 2rem;
  left: 25px;
  position: absolute;
  text-align: center;
  top: 5px;
  transform: translate(-50%, -50%);
  width: 3rem;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .testimonials blockquote:before {
    top: 10px;
  }
}

/* end home page */
/* splash page */
.splash-action {
  background: #004a4a;
  height: 370px;
  padding: 50px 0 50px 0;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .splash-action {
    height: 200px;
  }
}

.splash-action-bottom {
  margin-top: -10px;
}

.splash {
  font-size: 40px;
  line-height: 50px;
  margin: 0 20px 0 20px;
  padding: 20px 30px 30px 30px;
}

.login-button-icon {
  clear: none;
  float: left;
  margin-left: 110px;
  margin-right: 25px;
  margin-top: 85px;
  width: 299px;
}
@media screen and (max-width: 768px) {
  .login-button-icon {
    float: none;
    margin-left: 10px;
    margin-top: 0;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .login-button-icon {
    float: none;
    margin-left: 230px;
    margin-top: 0;
  }
}

.padlock-icon {
  background-image: url("https://reciteworks.com/images/arrow-padlock.gif");
  float: left;
  height: 190px;
  margin-left: 25px;
  margin-right: 25px;
  margin-bottom: 30px;
  margin-top: 40px;
  width: 402px;
}
@media screen and (max-width: 1023px) {
  .padlock-icon {
    display: none;
  }
}

.notice {
  clear: both;
  color: #fff;
}
.notice a {
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .notice {
    font-size: 9px;
  }
}

/* end splash page */
/* general text page */
.general {
  padding: 20px;
}
.general h2 {
  margin-top: 0px;
  /*		border-left: 5px solid $mid-blue;
  padding-left: 5px;*/
}
.general h2 .oi, .general h3 .oi, .general h4 .oi, .general p .oi {
  color: #008384;
  margin-right: 12px;
  position: relative;
  top: 3px;
}
.general h2 .oi.inline, .general h3 .oi.inline, .general h4 .oi.inline, .general p .oi.inline {
  float: none;
  margin-right: 5px;
}
.general li h4 .oi {
  margin: 0px 3px;
  top: 1px;
}
.general a {
  color: #000;
  font-weight: bold;
}
.general img {
  height: auto;
  margin: 10px;
  max-width: 100%;
}
.general .inset {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .general ul, .general ol {
    padding-left: 25px;
  }
}
@media screen and (max-width: 768px) {
  .general .next-step {
    margin-left: 0px;
    padding-left: 15px;
  }
  .general .next-step ul {
    padding-left: 5px;
  }
  .general .next-step ul li {
    padding: 5px 0px;
  }
}
.general ul.feature-list {
  list-style-type: none;
}
.general ul.feature-list > li {
  margin-bottom: 25px;
}
.general ul.feature-list > li > h3::after {
  border-bottom: 2px solid #f7f7f7;
  content: "";
  display: block;
  margin-top: 5px;
  width: 45%;
}

.feedback textarea, .feedback input.text, .userform textarea, .userform input.text {
  margin-bottom: 10px;
  width: 100%;
}
.feedback label, .userform label {
  display: inline-block;
  margin-bottom: 5px;
}

.update-details {
  max-width: 100%;
}
.update-details textarea, .update-details input, .update-details select {
  margin-bottom: 10px;
  width: 100%;
}
.update-details label {
  display: block;
  margin-bottom: 10px;
}
.update-details .ui-dialog-titlebar-close {
  display: none;
}
.update-details input[type=checkbox] {
  height: 20px;
  width: 20px;
}

.form-border {
  border: 1px solid #8c8c8c;
  border-radius: 5px;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .form-border {
    padding: 20px;
  }
}
.form-border .label {
  margin: 0px 0px 5px 0px;
}
.form-border .label .oi {
  font-size: 16px;
  margin-left: 10px;
  top: 2px;
}
.form-border .value {
  font-weight: bold;
  margin: 0px 0px 10px 0px;
}

.faq {
  counter-reset: faqcounter;
  margin: 30px;
}
@media screen and (max-width: 768px) {
  .faq {
    margin: 20px;
  }
}
.faq article {
  border-bottom: 1px solid #f2f2f2;
  margin: 10px 0 20px 0;
  padding: 0px 55px 20px;
}
.faq article span:not(.notranslate) {
  display: block;
  margin-bottom: 15px;
}
.faq article span:not(.notranslate):last-child {
  margin-bottom: 0px;
}
.faq article p {
  margin: 0 0 5px;
}
.faq article h3 {
  margin: 5px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .faq article h3 {
    font-size: 12px;
    padding: 10px !important;
  }
}
.faq article h3:before {
  color: #008384;
  content: counter(faqcounter);
  counter-increment: faqcounter;
  font-size: 2.3em;
  position: absolute;
  left: -55px;
  top: -5px;
}
@media screen and (max-width: 768px) {
  .faq article h3:before {
    font-size: 1.8em;
    left: -40px;
    top: 4px;
  }
}
@media screen and (max-width: 768px) {
  .faq article {
    padding: 0 0 0 20px;
  }
}

article .video-content.video-small {
  margin: 25px 0 10px;
}

.pill {
  background-color: #f7f7f7;
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  display: inline-block;
  margin: 5px;
  margin-bottom: 20px !important;
  min-height: auto;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  width: 100%;
}
.pill > div {
  margin: 5px;
  text-align: center;
  width: 100%;
}
.pill p {
  display: inline-block;
}
.pill input {
  font-size: 1em;
  margin: 0 5px;
  max-width: 150px;
  padding: 17px 8px;
}
.pill > span {
  font-weight: bold;
  margin-left: 10px;
}
.pill button.button {
  color: #fff;
}

.terms img {
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
}

.help-text img {
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
}
.help-text div:not(.hover-hide, .further-reading, .demo-cite, .demo-ref) > h3:first-child {
  border-top: 1px solid #008384;
  margin-top: 5px;
  padding-top: 20px;
}
.help-text .demo-cite, .help-text .demo-ref {
  border-top: 1px solid #008384;
  margin-top: 10px;
  padding-top: 20px;
}
.help-text .demo-cite img, .help-text .demo-ref img {
  margin: 10px 5px;
}
.help-text .oi {
  color: #008384;
  float: left;
  font-size: 18px;
  margin-right: 10px;
  position: relative;
  top: 3px;
}
.help-text .oi.inline {
  /*float: none;*/
  margin-right: 0px !important;
  top: 2px;
}
.help-text .oi.up {
  top: 0px;
}
.help-text .oi + p, .help-text p.stepped {
  float: right;
  margin-top: 0;
  width: calc(100% - 30px);
}

.further-reading h3 {
  font-size: 16px;
  margin-top: 5px;
  padding-top: 1px;
}

.reading-list li .oi {
  float: none;
  font-size: 13px;
  margin-right: 5px;
}

.help-text .further-reading {
  background-color: #f7f7f7;
  border-radius: 5px;
  clear: both;
  margin-top: 10px;
  padding: 5px 10px;
}

#ihd .oi {
  display: none;
}
#ihd .reading-list li .oi {
  display: inline;
  color: #008384;
  position: relative;
  top: 3px;
}

/* end general text page */
/* modal dialog  */
#modaloverlay {
  background-color: #000000;
  height: 100%;
  left: 0px;
  opacity: 0.4;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 9998;
}

#uploadmodal {
  background-color: #004a4a;
  border: 1px solid #004a4a;
  border-radius: 5px;
  left: 12%;
  padding: 0;
  position: fixed;
  top: 11%;
  width: 75%;
  z-index: 9999;
}
@media screen and (max-width: 768px) {
  #uploadmodal {
    left: 0;
    width: 100%;
  }
  #uploadmodal .help {
    display: none;
  }
}

.upload-bar {
  background-color: #000;
  border-radius: 5px 5px 0 0;
  height: 50px;
  padding-left: 0;
  padding-right: 10px;
  padding-top: 5px;
  width: 100%;
}
.upload-bar .help {
  display: block;
  float: right;
}
.upload-bar h2 {
  color: #fff;
  float: left;
  font-size: 24px;
  margin: 3px 0 0 16px;
  padding: 0px;
}
@media screen and (max-width: 1023px) {
  .upload-bar h2 {
    font-size: 20px;
    padding-top: 2px;
  }
}

.containsource {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
}
.containsource .wrapper {
  padding: 10px;
}

.abody .error, .abody .info {
  background-color: #cc0000;
  border: 1px solid #cc0000;
  border-radius: 5px;
  color: #fff;
  margin-left: 5px;
  padding: 8px;
}
.abody .error .link, .abody .info .link {
  /*color: $black;*/
  display: block;
  margin-top: 5px;
  /*font-size: 11px;*/
}
.abody .error .link .oi, .abody .info .link .oi {
  padding-right: 5px;
}
.abody .error .link a, .abody .info .link a {
  color: #fff;
  text-decoration: underline;
}
.abody .info {
  background-color: #008384;
  border-color: #008384;
  margin: 0px;
}
.abody textarea {
  margin: 10px 0px;
  width: 99%;
}

#processing_error .error, #processing_error p {
  text-align: center;
}
#processing_error .button {
  color: #fff !important;
  padding: 8px !important;
}

.refstyle {
  color: #fff;
  float: left;
  margin-right: 10px;
  padding-bottom: 10px;
}
.refstyle label {
  font-size: 28px;
  font-weight: bold;
}
.refstyle select {
  color: #000000;
  font-size: 20px;
}

.abutton {
  color: #fff;
  float: right;
  margin-right: 30px;
  padding-bottom: 10px;
}
.abutton label {
  font-size: 28px;
  font-weight: bold;
}
.abutton img {
  margin-left: 10px;
  margin-right: 10px;
}

.fileupload {
  color: #fff;
}
.fileupload p {
  clear: both;
  font-size: 18px;
  padding: 10px 0 0 10px;
}
.fileupload p span {
  color: #ff8800;
}
.fileupload .upload-text {
  float: left;
  font-size: 28px;
  font-weight: bold;
  padding: 10px;
}
.fileupload .upload-buttons {
  float: left;
  margin-left: 5px;
  padding-top: 10px;
}

.runcheck-padding {
  padding-top: 3px;
}

#printoptionsmodal {
  width: 600px;
}
#printoptionsmodal h3 {
  text-align: center;
}
#printoptionsmodal label {
  clear: both;
}
#printoptionsmodal #printsize {
  width: 75%;
  margin-bottom: 10px;
}
#printoptionsmodal > p {
  background-color: #e5e5e5;
  border: 1px solid lightgray;
  border-radius: 5px;
  padding: 5px;
  text-align: center;
}

/* end modal dialog */
/* User group form */
.user-group-form {
  border: 1px solid #008384;
  border-radius: 5px;
  margin: 20px auto;
  max-width: 100%;
  padding: 15px 20px 12px;
  width: 650px;
}
.user-group-form textarea {
  border: 1px solid #8c8c8c;
  border-radius: 5px;
  padding: 2px 5px;
}

/* End user group form*/
/* pricing */
.plan {
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  display: inline-block;
  margin: 5px;
  min-height: 200px;
  vertical-align: top;
  width: calc((100% - 55px) / 4);
}
@media screen and (max-width: 1023px) {
  .plan {
    margin-bottom: 20px;
    width: 48% !important;
  }
}
@media screen and (max-width: 768px) {
  .plan {
    display: block;
    margin-bottom: 20px;
    min-height: auto;
    width: 100% !important;
  }
}
.plan h3 {
  background-color: #008384;
  color: #fff;
  text-align: center;
  padding: 10px;
  margin: 0 0 10px 0;
}
.plan .price {
  font-size: 2em;
  text-align: center;
}
@media screen and (min-width: 1023px) and (max-width: 1073px) {
  .plan .price.has-saving {
    margin-left: 20%;
    text-align: left;
  }
}
.plan .price span.rrp {
  color: #e6e6e6;
  font-size: 18px;
  text-decoration: line-through;
}
.plan .period {
  display: inline;
}
@media screen and (min-width: 1023px) and (max-width: 1225px) {
  .plan .period {
    display: none;
  }
}
.plan .short-period {
  display: none;
}
@media screen and (min-width: 1023px) and (max-width: 1225px) {
  .plan .short-period {
    display: inline;
  }
}
.plan .features ul {
  list-style: none;
  padding: 0px;
}
.plan .features ul li {
  margin: 10px 5px;
  text-align: center;
}
.plan .cancel {
  font-size: 0.8em;
  float: right;
  padding: 5px;
}
.plan .saving {
  background-color: #b05800;
  border: 1px solid #b05800;
  border-radius: 5px;
  color: #fff;
  float: right;
  font-size: 16px;
  margin: -35px 10px;
  padding: 5px;
  text-align: center;
  width: 50px;
}
.plan .saving.ea {
  margin: -65px 10px;
}
@media screen and (max-width: 768px) {
  .plan .saving {
    margin: -25px 10px;
  }
}
.plan form {
  text-align: center;
  width: 100%;
}
.plan form button {
  background-color: #fff;
  border: 1px solid #008384;
  border-radius: 5px;
  color: #008384;
  margin: 10px auto;
  padding: 10px;
}
.plan form button:hover {
  background-color: #008384;
  color: #fff;
}
.plan div.pay {
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
}
.plan div.pay a.button {
  background-color: #fff !important;
  border: 1px solid #008384;
  border-radius: 5px;
  color: #008384;
  margin: 10px auto;
  padding: 10px;
}
.plan div.pay a.button:hover {
  background-color: #008384 !important;
  color: #fff;
}
.plan .single form button, .plan .single div.pay, .plan a.button {
  margin-bottom: 35px;
}
.plan .login-needed {
  background: #777676;
  color: #fff;
  margin: 0px auto 10px auto;
  max-width: 300px;
  padding: 8px;
  text-align: center;
  width: 70%;
}
.plan .price-note {
  background-color: #8c8c8c;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  margin: 5px auto 0px auto;
  padding: 5px;
  text-align: center;
  width: 58%;
}

.five .plan {
  width: calc((100% - 66px) / 5);
}

/* end pricing */
/* my account */
h2.user-title {
  margin-top: 20px;
}

.userform {
  margin: 10px 0px;
}

/* end my account */
/* help section */
.next-step {
  border-left: 5px solid #008384;
  margin-left: 20px;
  padding-left: 20px;
}
.next-step li {
  list-style-type: disclosure-closed;
}

.help-links li {
  background-color: #f7f7f7;
  border: 1px solid #f2f2f2;
  border-left-width: 3px;
  border-radius: 5px;
  list-style: none;
  margin-bottom: 10px;
  min-height: auto;
  width: 100%;
}
.help-links li:hover {
  background-color: #f2f2f2;
  border-left-color: #008384;
}
.help-links li a {
  display: block;
  font-weight: normal;
  padding: 10px;
  text-decoration: none;
}

/* end help */
/* intro js */
.introjs-tooltiptext .oi {
  color: #008384;
  margin-right: 12px;
  position: relative;
  top: 3px;
}
.introjs-tooltiptext .oi.inline {
  float: none;
  margin-right: 5px;
}
.introjs-tooltiptext ul {
  padding-left: 15px;
}

.introjs-tooltipReferenceLayer {
  visibility: visible !important;
}

/* end intro js */
/* print styles */
@media print {
  .footer, .nav-bar, .stw-slide, .splitswitch, .startagain, .options-bar, .help, .results > h3, .mag, .cite > a, .description-bar, .title-bar img, .fourcite-logo, .feedback, a.min, .username, .print-options, #printoptionsmodal, .ui-widget-overlay, .ui-dialog, .ref-options, .menu, .download-options, .cr-check, .ign, .print-hide, #status-bar, .intro-guide, .teaser-btn {
    display: none !important;
  }

  body {
    font: 12pt Georgia, "Times New Roman", Times, serif;
    line-height: 1.3;
  }
  body.print-medium {
    font-size: 9.6pt;
  }
  body.print-medium .title-bar {
    height: 35px;
    padding-top: 1px;
  }
  body.print-medium .title-bar h2 {
    margin-top: 1px;
  }
  body.print-medium h1, body.print-medium .login-bar h1 {
    font-size: 19.2pt;
  }
  body.print-medium h2 {
    font-size: 16pt;
    margin-top: 20px;
  }
  body.print-medium div.cite {
    /*margin-left: (22 * $print-medium-factor) * 1px;*/
    padding: 8px;
  }
  body.print-medium div.cite h3 {
    font-size: 11.2pt;
  }
  body.print-medium div.cite ul {
    padding-left: 24px;
  }
  body.print-medium div.cite li.compact, body.print-medium div.cite li.scompact {
    height: 16px;
  }
  body.print-medium .login-bar {
    height: 40px;
  }
  body.print-medium .login-bar .refstyleswitch {
    margin: 3px 5px;
  }
  body.print-medium .intextlist > li, body.print-medium .reflist > li {
    margin-bottom: 8px;
  }
  body.print-small {
    font-size: 7.2pt;
  }
  body.print-small .title-bar {
    height: 30px;
    padding-top: 1px;
  }
  body.print-small .title-bar h2 {
    margin-top: 3px;
  }
  body.print-small h1, body.print-small .login-bar h1 {
    font-size: 14.4pt;
  }
  body.print-small h2 {
    font-size: 12pt;
    margin-top: 15px;
  }
  body.print-small div.cite {
    /*margin-left: (22 * $print-small-factor) * 1px;*/
    padding: 6px;
  }
  body.print-small div.cite h3 {
    font-size: 8.4pt;
  }
  body.print-small div.cite ul {
    padding-left: 18px;
  }
  body.print-small div.cite li.compact, body.print-small div.cite li.scompact {
    height: 12px;
  }
  body.print-small .login-bar {
    height: 32px;
  }
  body.print-small .login-bar .refstyleswitch {
    margin: 0 5px;
  }
  body.print-small .intextlist > li, body.print-small .reflist > li {
    margin-bottom: 6px;
  }
  body.print-skip-annotated .annotated {
    display: none;
  }

  h1, .login-bar h1 {
    font-size: 24pt;
  }

  h2 {
    font-size: 20pt;
    margin-top: 25px;
  }

  .login-bar {
    padding: 5px 0 !important;
  }

  .results {
    padding-left: 0px;
    padding-right: 0px;
  }

  div.cite {
    margin-left: 30px;
  }
  div.cite h3 {
    font-size: 14pt;
  }
  div.cite ul {
    padding-left: 30px;
  }

  .header {
    border-bottom: none !important;
    height: 50px;
    margin-bottom: 15px;
    padding: 0 10px;
  }

  .recite-logo {
    float: none;
    margin-top: 0;
    width: 250px;
  }

  .explain {
    margin-bottom: 10px;
  }

  .wrapper {
    display: block !important;
  }

  .title-bar {
    float: none;
    width: 100%;
  }
  .title-bar h2 {
    margin: 0 0 0 0;
    padding: 0px 0px 5px;
  }

  ol li {
    page-break-inside: avoid;
  }

  .reflist > li:not(.warn):not(.orderwarn) {
    display: none;
  }

  img {
    max-width: 100%;
  }

  .annotated-article .exact {
    border: 2px solid #004a4a;
  }
  .annotated-article .partial, .annotated-article .ambiguous {
    border: 2px solid #ff8800;
  }
  .annotated-article .none {
    border: 2px solid #cc0000;
  }

  .offline-notice {
    display: block !important;
  }

  /*.intextlist ol li.warn::before {
        border-left: 2px solid $red;
    }

    .intextlist ol li.low::before {
        border-left: 2px solid $orange;
    }*/
  @page {
    margin: 1cm 0.5cm;
  }
}
/* end print styles */
.admin > h2 {
  margin: 0px;
}
.admin .left {
  float: left;
  width: 50%;
}
.admin .right {
  float: right;
  padding-right: 10px;
  width: 50%;
}
.admin table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin: 10px;
}
.admin table tr {
  text-align: left;
}
.admin table tr th {
  padding: 10px 0;
  background-color: #008384;
  color: #fff;
}
.admin table tr td, .admin table tr th {
  padding: 8px;
  text-align: left;
  border: 1px solid #e6e6e6;
}
.admin table tr:nth-child(even) {
  background-color: #e6e6e6;
}
.admin table tr.divide {
  border-top: 3px solid #777676;
}
.admin form {
  margin: 10px;
  border: 1px solid #008384;
  padding: 10px;
  border-radius: 5px;
  width: auto;
  min-width: 500px;
  max-width: 100%;
  display: inline-block;
}
.admin form input {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.admin form input[type=checkbox] {
  width: initial;
}
.admin form select {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

/* Modal Styles */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 100000001;
}

.modal.active {
  display: flex;
}

.modal-content {
  position: relative;
  width: 95%;
  max-width: 1920px;
  background-color: transparent;
}

.close {
  position: absolute;
  font-size: 2rem;
  color: #fff;
  cursor: pointer;
  z-index: 99;
  /*left: 0;*/
  right: 0;
  top: 0;
  /*bottom: 0;*/
  text-align: right;
  padding: 1em;
  line-height: 1rem;
}

.close:hover {
  color: red;
}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  /* 16:9 Aspect Ratio */
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* FAQ Accordion */
.faq-instructions {
  color: #666;
  font-style: italic;
  margin-bottom: 20px;
}

.faq-accordion article {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 0;
}
.faq-accordion article:last-child {
  border-bottom: none;
}
.faq-accordion h3.faq-question {
  cursor: pointer;
  margin: 0;
  padding: 15px 10px;
  transition: background-color 0.2s ease;
  user-select: none;
}
.faq-accordion h3.faq-question:hover {
  background-color: #f7f7f7;
}
.faq-accordion h3.faq-question a {
  color: #000;
  text-decoration: none;
  display: block;
  font-weight: bold;
}
.faq-accordion h3.faq-question a:hover {
  text-decoration: none;
  color: #008384;
}
.faq-accordion h3.faq-question .faq-icon {
  display: inline-block;
  width: 20px;
  text-align: center;
  font-weight: bold;
  color: #008384;
  font-size: 1.2em;
  line-height: 1;
}
.faq-accordion article.expanded h3.faq-question {
  background-color: #f7f7f7;
}
.faq-accordion .faq-answer {
  padding: 0 10px 15px 35px;
}
.faq-accordion .faq-answer p:first-child {
  margin-top: 0;
}
.faq-accordion .faq-answer p:last-child {
  margin-bottom: 0;
}

/*@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,700;1,300&display=swap');*/
/*body {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
}*/
body {
  font-family: "Poppins", poppins-fallback, poppins-fallback-android, sans-serif;
  -webkit-font-smoothing: antialiased;
}

/*
Poppins font metrics:
- ascent = 1050
- descent = 350
- line-gap = 100
- UPM: 1000
AvgCharWidth:
- Poppins: 538.0103768
- Arial: 884.1438804
- Roboto: 969.0502537
*/
@font-face {
  font-family: poppins-fallback;
  src: local("Arial");
  font-style: normal;
  size-adjust: 60.85099821%;
  ascent-override: 164.3358416%;
  descent-override: 57.51754455%;
  line-gap-override: 16.43358416%;
}
@font-face {
  font-family: poppins-fallback-android;
  src: local("Roboto");
  font-style: normal;
  size-adjust: 55.5193474%;
  ascent-override: 180.1173909%;
  descent-override: 63.04108683%;
  line-gap-override: 18.01173909%;
}
.text-white {
  color: #fff;
}

.text-green {
  color: #008384;
}

.wrap,
.results,
.strapline {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (min-width: 1679px) {
  .wrap,
.results,
.strapline {
    max-width: 90%;
  }
}

.grid {
  display: flex;
  flex-wrap: wrap;
}

.justify-center {
  justify-content: center;
}

.space-between {
  justify-content: space-between;
}

.align-center {
  align-items: center;
}

.margin-top-0 {
  margin-top: 0;
}

table {
  border-collapse: collapse;
  width: 100%;
}
table caption {
  text-align: left;
  margin-bottom: 10px;
}
table td, table th {
  border: 1px solid #ddd;
  padding: 8px;
}
table tr.hide {
  display: none;
}
table:not(.complex) tr:nth-child(even) {
  background-color: #e6e6e6;
}
table.complex tr.alternate {
  background-color: #e6e6e6;
}
table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #008384;
  color: white;
}
table th.sortable {
  cursor: pointer;
}
table tr button.button {
  margin-left: 10px !important;
  padding: 4px !important;
}
table tr.hide {
  display: none;
}
table tr.info {
  background-color: #fff !important;
}
table tr.totals {
  background-color: #004a4a !important;
  color: #fff;
}
table tr.summary {
  background-color: #004a4a !important;
  color: #fff;
}
table tr td.overflow-3 {
  max-width: 33.3333333333vw;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.spaced > li {
  padding-bottom: 8px;
}

ol.alpha {
  list-style-type: lower-alpha;
}

.filter-bar {
  background: #000;
  margin-bottom: 2em;
  padding: 0.75em 0;
}
.filter-bar a {
  color: #fff;
}
.filter-bar label {
  color: #fff;
}

.intextlist > li, .reflist > li {
  background: transparent !important;
  padding: 20px;
  border-bottom: 1px solid #eee;
  margin-bottom: 0 !important;
  min-height: 80px;
}

.ui-dialog .intextlist > li {
  border-bottom: none;
}
.ui-dialog .intextlist > li .ign {
  display: none;
}

.cite-sentence-dialog ol.intextlist {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.cite-sentence-dialog ol.intextlist > li {
  padding: 10px;
  min-height: 0;
}
.cite-sentence-dialog ol.intextlist > li::before {
  display: none;
}
.cite-sentence-dialog ol.intextlist li.compact, .cite-sentence-dialog ol.intextlist li.scompact {
  height: auto;
  overflow: visible;
  white-space: normal;
  width: auto;
}
.cite-sentence-dialog ol.intextlist div.cite {
  margin-left: 0;
  padding: 5px !important;
}
.cite-sentence-dialog .mag, .cite-sentence-dialog .ign {
  display: none;
}

.intextlist > li.over,
.reflist > li.over {
  background: #F5F7F7 !important;
}
.intextlist > li.over.ignore,
.reflist > li.over.ignore {
  background: #F5F7F7 !important;
}

.title-bar, .description-bar {
  width: 100%;
  height: auto;
  margin: 0;
  float: left;
  background: #004a4a !important;
}

.title-bar {
  padding: 10px 20px 0 !important;
}

.description-bar {
  padding: 0 20px 10px;
}

@media (max-width: 768px) {
  .description-bar {
    display: none;
  }

  button.title-bar {
    padding: 10px 20px !important;
  }
}
.triangle-button {
  width: 12px;
  margin-top: 9px !important;
  display: block;
  float: left;
}
@media (min-width: 768px) {
  .triangle-button {
    margin-top: 14px !important;
  }
}

.options-bar {
  padding: 10px 20px;
  width: 100%;
  float: left;
  margin-bottom: 25px;
}
.options-bar.ignored.fixed {
  border-bottom: 2px solid #004a4a;
  max-width: 1240px;
  position: fixed;
  top: 0;
  width: calc(100% - 40px);
}
@media screen and (min-width: 1679px) {
  .options-bar.ignored.fixed {
    max-width: 90%;
  }
}

.list-wrapper, .results .contain {
  float: left;
  width: 100%;
}

.results li:before {
  background: #004a4a;
  padding: 2px !important;
  border-radius: 50%;
  font-weight: 600;
  height: 30px !important;
  width: 30px !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.free-tier .results .edit-ignore {
  display: none;
}

.warn::before {
  background: #cc0000 !important;
}

.warn.low::before {
  background: #ff8800 !important;
}

.intextlist ul, .reflist ul {
  max-width: calc(100% - 80px);
  padding-left: 0;
}

div.cite {
  padding: 0 0px 0px 20px !important;
}

.feedback, .offline-notice {
  width: 100%;
  background: #F5F7F7;
  border-color: #F5F7F7;
  border-radius: 5px;
  padding: 10px 20px 20px;
  /*max-width: 660px;*/
  margin: 0 auto 40px;
  display: block;
  clear: left;
}

.offline-notice {
  background-color: #FCFCB9;
  border-color: #FCFCB9;
  margin-bottom: 20px;
  display: none;
}
.offline-notice a {
  text-decoration: underline;
}

@media (min-width: 767px) {
  .pane.left, .pane.right {
    /*width: calc(50% - 1em) !important;*/
    width: 50% !important;
  }
}

/*.pane.left {
    @media (min-width: 767px) {
        margin-right: 2em;
    }  
}*/
.pane .options-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.options-bar ul li:last-of-type {
  padding-right: 0;
}

.pane .description-bar p {
  min-height: 46px;
}

.intextlist > li.ignore, .reflist > li.ignore {
  background: inherit !important;
}
.intextlist > li.ignore:before, .reflist > li.ignore:before {
  background: #8c8c8c !important;
}

.options-bar ul li.intext-resubmit {
  padding-top: 0;
}

.next-tour {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
.next-tour li a {
  background: #008384;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-weight: normal;
  margin: 0 0 5px 0;
  padding: 6px;
  text-decoration: none;
}
.next-tour li a:hover {
  background: #004a4a;
}

#keyboard-shortcuts-help table {
  border-collapse: collapse;
  width: 100%;
}
#keyboard-shortcuts-help tr:not(:last-child) td {
  border-bottom: 1px solid #eaeaea;
}
#keyboard-shortcuts-help td {
  padding: 8px 6px;
  vertical-align: middle;
}
#keyboard-shortcuts-help .ks-keys {
  white-space: nowrap;
  width: 1%;
  padding-right: 18px;
}
#keyboard-shortcuts-help kbd {
  display: inline-block;
  padding: 3px 7px;
  font-size: 12px;
  font-family: inherit;
  line-height: 1.4;
  color: #333;
  background: #f5f5f5;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  border-radius: 5px;
  box-shadow: inset 0 -1px 0 #bbb;
  white-space: nowrap;
}
#keyboard-shortcuts-help .ks-plus {
  display: inline-block;
  margin: 0 3px;
  color: #8c8c8c;
  font-size: 11px;
  vertical-align: middle;
}
#keyboard-shortcuts-help .ks-desc {
  color: #444;
  font-size: 13px;
}
#keyboard-shortcuts-help tr:hover td {
  background: #f9f9f9;
}

@keyframes upgradeCTASlideUp {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
#upgrade-cta {
  animation: upgradeCTASlideUp 0.4s ease-out both;
  animation-delay: 20s;
  background: #004a4a;
  border-radius: 10px;
  bottom: 0;
  color: #fff;
  left: 20px;
  margin: 0 0 20px 0;
  min-height: auto;
  opacity: 0;
  padding: 0.5em 1em;
  position: fixed;
  right: 0;
  transform: translateY(100%);
  width: 475px !important;
  z-index: 1000;
}
#upgrade-cta .upgrade-cta-inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  justify-content: center;
  margin: 0 auto;
  max-width: 960px;
}
#upgrade-cta .upgrade-cta-text {
  flex: 1 1 auto;
  font-size: 1em;
  margin: 0;
  text-align: center;
}
#upgrade-cta .upgrade-cta-text .oi {
  margin-right: 5px;
  position: relative;
  top: 1px;
}
#upgrade-cta .upgrade-cta-price {
  color: #fff;
}
#upgrade-cta .upgrade-cta-btn {
  flex: 0 0 auto;
  text-decoration: none;
  white-space: nowrap;
}
#upgrade-cta .upgrade-cta-dismiss {
  color: #fff;
  flex: 0 0 auto;
  font-size: 1.4em;
  line-height: 1;
  opacity: 0.7;
}
#upgrade-cta .upgrade-cta-dismiss:hover {
  opacity: 1;
}
@media (max-width: 768px) {
  #upgrade-cta {
    max-width: 75%;
    padding: 0.6em 0.75em;
  }
  #upgrade-cta .upgrade-cta-text {
    font-size: 0.9em;
  }
}

.light-front #upgrade-cta {
  animation-delay: 40s;
}

.headline {
  background-image: url("/images/background.jpg");
  min-height: 450px;
  padding: 0;
  margin: 0;
}

.headline-inner {
  width: 100%;
  height: 100%;
  background: rgba(4, 74, 74, 0.75);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.strapline-text {
  width: 100%;
  text-align: left;
  color: #fff;
}
.strapline-text span {
  color: #fff;
}

.strapline-text .cite-counter {
  margin: 0;
  float: left;
}

.getstarted {
  float: left;
  margin-top: 40px;
  display: flex;
  align-items: center;
}
.getstarted a {
  color: #004a4a;
  background: #fff;
  padding: 0.25em 1em;
  text-decoration: none;
  transition: 0.3s all ease-in-out;
  border-radius: 5px;
}
.getstarted a:hover {
  opacity: 0.9;
}
.getstarted span {
  color: #004a4a;
  display: block;
}

.getstarted__content {
  font-size: 0.6em;
  font-weight: 500;
}

.getstarted__or {
  margin: 0 15px;
  color: #fff !important;
}

.getstarted__title {
  font-size: 0.8em;
}

.cite-counter {
  font-size: 17px;
}

@media screen and (max-width: 768px) {
  .headline h2 {
    font-size: 24px;
    padding: 0;
  }
}
.login-bar {
  height: auto;
  padding: 10px 0;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}

/*.login-bar a {
    float: left;
}*/
.login-bar .username {
  margin-right: 0;
}

.startagain, .print-options, .download-options {
  margin-top: 0;
  margin-bottom: 0;
}

.login-bar h1 {
  padding-right: 20px;
}

.header {
  display: inline-block;
  position: relative;
  z-index: 50;
  border-bottom: 2px solid #f7f7f7;
}

.recite-logo {
  margin: 0;
  width: 200px;
}

.strapline-text {
  display: block !important;
}

.menu-item {
  font-size: 1.2em;
  margin-right: 2em;
  font-weight: 500;
}
.menu-item:last-of-type {
  margin-right: 0;
}

#login {
  margin-right: 0;
}

.user-icon {
  width: 18px;
  top: 5px;
  position: relative;
  margin-right: 8px;
}

#nav-btn {
  display: none;
}

@media only screen and (max-width: 867px) {
  #nav-btn {
    position: absolute;
    transform: rotate(0deg) scale(0.8);
    transition: 0.5s ease-in-out;
    display: inline-block;
    cursor: pointer;
    z-index: 99;
    width: 40px;
    height: 40px;
    top: 30px;
    right: 30px;
  }
  #nav-btn span {
    display: block;
    position: absolute;
    height: 3px;
    width: 40px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
    background: #004a4a;
  }
  #nav-btn span:nth-child(1) {
    top: 0px;
  }
  #nav-btn span:nth-child(2) {
    top: 11px;
  }
  #nav-btn span:nth-child(3) {
    top: 22px;
  }

  #nav-btn.open::before {
    visibility: visible;
    display: inline-block;
    right: 70px;
    opacity: 1;
    transition-delay: 0.5s;
  }

  #nav-btn.open span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  #nav-btn.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
  }

  #nav-btn.open span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }

  .menu {
    display: none;
  }

  .menu.open {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: white;
    z-index: 99;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .menu-item {
    display: block;
    margin: 0 0 20px;
    text-align: center;
  }
  .menu-item:last-of-type {
    margin-bottom: 0;
  }
}
.testimonials blockquote .author {
  text-align: left;
  width: 100%;
  border-left: 2px solid #004a4a;
  padding-left: 16px;
}

.testimonials blockquote {
  padding: 10px 10px 10px 60px;
}
.testimonials blockquote:before {
  height: 1.5rem;
  left: 30px;
  top: 25px;
  width: 1.5rem;
  content: "";
  background: url("/images/quote-mark.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.button-fill {
  padding: 0.5em 1.5em;
  border-radius: 5px;
}

.button-fill.fill--dark-green:hover {
  background: #008384;
  transition: 0.3s all ease-in-out;
}

button.button-reset {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  text-align: left;
}

.main-action {
  height: auto !important;
}
@media (max-width: 797px) {
  .main-action {
    padding: 20px;
  }
}

.check-paper {
  max-width: 760px;
  margin: 0 auto;
  padding: 20px;
  border: 2px dashed #008384;
  border-radius: 10px;
  text-align: center;
}
.check-paper .exceeded {
  background-color: #fff;
  border-radius: 5px;
  padding: 10px 50px;
}
.check-paper .exceeded > p > a {
  display: inline-block;
  margin-top: 10px;
}

#checknow {
  opacity: 1;
  transition: 0.3s opacity ease-in-out;
  text-decoration: none;
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 160px;
  font-weight: 700;
}
#checknow:hover {
  opacity: 0.7;
}

.upload-btn {
  max-width: 160px;
  margin: 10px auto 40px;
}

@media screen and (max-width: 768px) {
  #uploadmodal {
    left: 20px;
    width: calc(100% - 40px);
  }
}
.update-details .actions a {
  float: left;
  font-weight: normal;
  margin-top: 20px;
  text-decoration: underline;
}
.update-details .actions button {
  float: right;
}
.update-details .alert-required {
  display: none;
  margin-top: 5px;
}
.update-details .alert-error {
  margin-top: 5px;
}

.notify-head {
  background-color: #008384;
  width: 100%;
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 3px;
}
.notify-head p {
  margin: 5px;
}
.notify-head a {
  color: #fff;
  text-decoration: underline;
}
.notify-head a.notify-full {
  display: block;
  text-decoration: none;
}
.notify-head a.notify-full:hover {
  text-decoration: underline;
}

.plans.has-prepaid .plan {
  opacity: 0.65;
  top: 10px;
}
.plans.has-prepaid .plan.is-prepaid {
  opacity: 1;
  top: 0;
}

.plan {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  margin-bottom: 40px;
}
.plan .price-note {
  background-color: #008384;
  border-radius: unset;
  font-size: 1em;
  margin: unset;
  padding: 0.5em 1em;
  width: auto;
}
.plan.one-off {
  padding: 0.75em 1.5em;
  width: 100%;
}
.plan.one-off h2 {
  margin: 10px 0;
}

.price {
  background: #004a4a;
  padding: 0.5em 1em;
  text-align: left !important;
}

.price--title {
  margin: 0;
  font-size: 20px;
}

.term {
  font-size: 14px;
  top: -2px;
  position: relative;
  margin-left: 4px;
}

.feature-table {
  margin: 0;
  padding: 0.75em 1.5em;
  list-style: none;
}

.feature-table li {
  border-bottom: 1px solid #f2f2f2;
  padding: 10px 0;
}
.feature-table li .oi {
  color: #008384;
  float: left;
  font-size: 18px;
  margin-right: 10px;
  position: relative;
  top: 1px;
}
.feature-table li:last-of-type {
  border-bottom: 0;
}

.plan .saving {
  background-color: #008384;
  border: 1px solid #008384;
  margin: 0;
  padding: 5px;
  text-align: center;
  width: auto;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  border-radius: 0 0 0 10px;
  padding: 8px;
}

.plan .cancel {
  padding: 0 0 1.5em;
  float: none;
  text-align: center;
}

.upload-icon {
  width: 60px;
  margin: 30px 0 0;
}

.prepaid {
  background-color: #f7f7f7;
  margin-bottom: 20px !important;
  min-height: auto;
  width: 100%;
}
.prepaid p {
  display: inline-block;
}
.prepaid input {
  font-size: 1em;
  margin: 0 5px;
  max-width: 150px;
  padding: 17px 8px;
}
.prepaid span {
  font-weight: bold;
  margin-left: 10px;
}
.prepaid button.button {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  .plan.prepaid {
    width: 100% !important;
  }
}

.upload-bar {
  background: #004a4a;
}

.check-paper.pop-up {
  margin-bottom: 40px;
}

.upload-buttons input {
  width: 100px;
}

.fileupload .upload-text {
  font-size: 22px;
}

.refstyle label {
  font-size: 15px;
  font-weight: bold;
  display: block;
}

.abutton label {
  font-size: 16px;
  font-weight: bold;
}

.abutton img {
  width: 20px;
  height: auto;
}

#RunCheck {
  width: 105px;
}

.abutton .float-right {
  line-height: 0;
}

.bulk-pricing {
  clear: both;
  padding: 0.75em 1.5em;
}

.pay-success .check-wrap {
  margin-left: 35px;
}
.pay-success .check-wrap .oi {
  font-size: 6em;
  color: #008384;
}
.pay-success .start-checking .oi {
  margin-right: 5px;
}

.checkout-wrapper {
  margin: 20px auto;
}

.checkout-container {
  border-right: 1px solid #e6e6e6;
  /*border-radius: $border-radius;*/
  /*float: left;*/
  min-width: 400px;
  width: 30%;
}
@media screen and (max-width: 768px) {
  .checkout-container {
    width: 100%;
  }
}

.plan-details {
  /*margin-left: 30%;*/
  float: right;
  padding: 5px 20px;
  width: 70%;
}
.plan-details .selected-plan {
  margin-top: 1px;
}
.plan-details .price-breakdown {
  font-size: 15px;
  padding-top: 10px;
}
.plan-details .price-breakdown div {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 25px;
  padding-bottom: 10px;
  width: 100%;
  max-width: 600px;
}
@media screen and (max-width: 768px) {
  .plan-details .price-breakdown div {
    margin-bottom: 10px;
  }
}
.plan-details .price-breakdown .price-wrap {
  float: right;
  width: 75px;
}
.plan-details .is-line-label, .plan-details .is-line-value {
  display: inline-block;
  font-weight: normal;
  padding-left: 5px;
}
.plan-details .user-title .oi {
  position: relative;
  top: 2px;
}
.plan-details .recurring-info {
  padding-left: 5px;
}
.plan-details .testimonials h3 {
  font-size: 20px;
}
.plan-details .testimonials blockquote {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .plan-details .testimonials {
    display: none;
  }
}
@media screen and (max-width: 1679px) {
  .plan-details {
    /*margin-left: 400px;*/
    width: calc(100% - 400px);
  }
}
@media screen and (max-width: 768px) {
  .plan-details {
    float: none;
    width: 100%;
  }
}

.overflow-fixed {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
}

.options-bar ul li {
  position: relative;
  padding-right: 0;
  margin-right: 15px;
}
@media screen and (min-width: 1679px) {
  .options-bar ul li {
    margin-right: 20px;
  }
}

.options-bar label.check-label {
  display: block;
  position: relative;
  padding-right: 30px;
}

label.check-label span {
  position: absolute;
  right: 0 !important;
}

@media (max-width: 768px) {
  .faq dd {
    padding: 0 0px 20px 35px;
  }

  .general img {
    margin: 0;
  }
}

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

@font-face {
  font-family: 'Icons';
  src: url('../fonts/open-iconic.eot');
  src: url('../fonts/open-iconic.eot?#iconic-sm') format('embedded-opentype'), url('../fonts/open-iconic.woff') format('woff'), url('../fonts/open-iconic.ttf') format('truetype'), url('../fonts/open-iconic.otf') format('opentype'), url('../fonts/open-iconic.svg#iconic-sm') format('svg');
  font-weight: normal;
  font-style: normal;
}

.oi[data-glyph].oi-text-replace {
  font-size: 0;
  line-height: 0;
}

.oi[data-glyph].oi-text-replace:before {
  width: 1em;
  text-align: center;
}

.oi[data-glyph]:before {
  font-family: 'Icons';
  display: inline-block;
  speak: none;
  line-height: 1;
  vertical-align: baseline;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.oi[data-glyph]:empty:before {
  width: 1em;
  text-align: center;
  box-sizing: content-box;
}

.oi[data-glyph].oi-align-left:before {
  text-align: left;
}

.oi[data-glyph].oi-align-right:before {
  text-align: right;
}

.oi[data-glyph].oi-align-center:before {
  text-align: center;
}

.oi[data-glyph].oi-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.oi[data-glyph].oi-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(-1, 1);
  transform: scale(1, -1);
}
.oi[data-glyph].oi-flip-horizontal-vertical:before {
  -webkit-transform: scale(-1, -1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, -1);
}


.oi[data-glyph=account-login]:before { content:'\e000'; }

.oi[data-glyph=account-logout]:before { content:'\e001'; }

.oi[data-glyph=action-redo]:before { content:'\e002'; }

.oi[data-glyph=action-undo]:before { content:'\e003'; }

.oi[data-glyph=align-center]:before { content:'\e004'; }

.oi[data-glyph=align-left]:before { content:'\e005'; }

.oi[data-glyph=align-right]:before { content:'\e006'; }

.oi[data-glyph=aperture]:before { content:'\e007'; }

.oi[data-glyph=arrow-bottom]:before { content:'\e008'; }

.oi[data-glyph=arrow-circle-bottom]:before { content:'\e009'; }

.oi[data-glyph=arrow-circle-left]:before { content:'\e00a'; }

.oi[data-glyph=arrow-circle-right]:before { content:'\e00b'; }

.oi[data-glyph=arrow-circle-top]:before { content:'\e00c'; }

.oi[data-glyph=arrow-left]:before { content:'\e00d'; }

.oi[data-glyph=arrow-right]:before { content:'\e00e'; }

.oi[data-glyph=arrow-thick-bottom]:before { content:'\e00f'; }

.oi[data-glyph=arrow-thick-left]:before { content:'\e010'; }

.oi[data-glyph=arrow-thick-right]:before { content:'\e011'; }

.oi[data-glyph=arrow-thick-top]:before { content:'\e012'; }

.oi[data-glyph=arrow-top]:before { content:'\e013'; }

.oi[data-glyph=audio-spectrum]:before { content:'\e014'; }

.oi[data-glyph=audio]:before { content:'\e015'; }

.oi[data-glyph=badge]:before { content:'\e016'; }

.oi[data-glyph=ban]:before { content:'\e017'; }

.oi[data-glyph=bar-chart]:before { content:'\e018'; }

.oi[data-glyph=basket]:before { content:'\e019'; }

.oi[data-glyph=battery-empty]:before { content:'\e01a'; }

.oi[data-glyph=battery-full]:before { content:'\e01b'; }

.oi[data-glyph=beaker]:before { content:'\e01c'; }

.oi[data-glyph=bell]:before { content:'\e01d'; }

.oi[data-glyph=bluetooth]:before { content:'\e01e'; }

.oi[data-glyph=bold]:before { content:'\e01f'; }

.oi[data-glyph=bolt]:before { content:'\e020'; }

.oi[data-glyph=book]:before { content:'\e021'; }

.oi[data-glyph=bookmark]:before { content:'\e022'; }

.oi[data-glyph=box]:before { content:'\e023'; }

.oi[data-glyph=briefcase]:before { content:'\e024'; }

.oi[data-glyph=british-pound]:before { content:'\e025'; }

.oi[data-glyph=browser]:before { content:'\e026'; }

.oi[data-glyph=brush]:before { content:'\e027'; }

.oi[data-glyph=bug]:before { content:'\e028'; }

.oi[data-glyph=bullhorn]:before { content:'\e029'; }

.oi[data-glyph=calculator]:before { content:'\e02a'; }

.oi[data-glyph=calendar]:before { content:'\e02b'; }

.oi[data-glyph=camera-slr]:before { content:'\e02c'; }

.oi[data-glyph=caret-bottom]:before { content:'\e02d'; }

.oi[data-glyph=caret-left]:before { content:'\e02e'; }

.oi[data-glyph=caret-right]:before { content:'\e02f'; }

.oi[data-glyph=caret-top]:before { content:'\e030'; }

.oi[data-glyph=cart]:before { content:'\e031'; }

.oi[data-glyph=chat]:before { content:'\e032'; }

.oi[data-glyph=check]:before { content:'\e033'; }

.oi[data-glyph=chevron-bottom]:before { content:'\e034'; }

.oi[data-glyph=chevron-left]:before { content:'\e035'; }

.oi[data-glyph=chevron-right]:before { content:'\e036'; }

.oi[data-glyph=chevron-top]:before { content:'\e037'; }

.oi[data-glyph=circle-check]:before { content:'\e038'; }

.oi[data-glyph=circle-x]:before { content:'\e039'; }

.oi[data-glyph=clipboard]:before { content:'\e03a'; }

.oi[data-glyph=clock]:before { content:'\e03b'; }

.oi[data-glyph=cloud-download]:before { content:'\e03c'; }

.oi[data-glyph=cloud-upload]:before { content:'\e03d'; }

.oi[data-glyph=cloud]:before { content:'\e03e'; }

.oi[data-glyph=cloudy]:before { content:'\e03f'; }

.oi[data-glyph=code]:before { content:'\e040'; }

.oi[data-glyph=cog]:before { content:'\e041'; }

.oi[data-glyph=collapse-down]:before { content:'\e042'; }

.oi[data-glyph=collapse-left]:before { content:'\e043'; }

.oi[data-glyph=collapse-right]:before { content:'\e044'; }

.oi[data-glyph=collapse-up]:before { content:'\e045'; }

.oi[data-glyph=command]:before { content:'\e046'; }

.oi[data-glyph=comment-square]:before { content:'\e047'; }

.oi[data-glyph=compass]:before { content:'\e048'; }

.oi[data-glyph=contrast]:before { content:'\e049'; }

.oi[data-glyph=copywriting]:before { content:'\e04a'; }

.oi[data-glyph=credit-card]:before { content:'\e04b'; }

.oi[data-glyph=crop]:before { content:'\e04c'; }

.oi[data-glyph=dashboard]:before { content:'\e04d'; }

.oi[data-glyph=data-transfer-download]:before { content:'\e04e'; }

.oi[data-glyph=data-transfer-upload]:before { content:'\e04f'; }

.oi[data-glyph=delete]:before { content:'\e050'; }

.oi[data-glyph=dial]:before { content:'\e051'; }

.oi[data-glyph=document]:before { content:'\e052'; }

.oi[data-glyph=dollar]:before { content:'\e053'; }

.oi[data-glyph=double-quote-sans-left]:before { content:'\e054'; }

.oi[data-glyph=double-quote-sans-right]:before { content:'\e055'; }

.oi[data-glyph=double-quote-serif-left]:before { content:'\e056'; }

.oi[data-glyph=double-quote-serif-right]:before { content:'\e057'; }

.oi[data-glyph=droplet]:before { content:'\e058'; }

.oi[data-glyph=eject]:before { content:'\e059'; }

.oi[data-glyph=elevator]:before { content:'\e05a'; }

.oi[data-glyph=ellipses]:before { content:'\e05b'; }

.oi[data-glyph=envelope-closed]:before { content:'\e05c'; }

.oi[data-glyph=envelope-open]:before { content:'\e05d'; }

.oi[data-glyph=euro]:before { content:'\e05e'; }

.oi[data-glyph=excerpt]:before { content:'\e05f'; }

.oi[data-glyph=expand-down]:before { content:'\e060'; }

.oi[data-glyph=expand-left]:before { content:'\e061'; }

.oi[data-glyph=expand-right]:before { content:'\e062'; }

.oi[data-glyph=expand-up]:before { content:'\e063'; }

.oi[data-glyph=external-link]:before { content:'\e064'; }

.oi[data-glyph=eye]:before { content:'\e065'; }

.oi[data-glyph=eyedropper]:before { content:'\e066'; }

.oi[data-glyph=file]:before { content:'\e067'; }

.oi[data-glyph=fire]:before { content:'\e068'; }

.oi[data-glyph=flag]:before { content:'\e069'; }

.oi[data-glyph=flash]:before { content:'\e06a'; }

.oi[data-glyph=folder]:before { content:'\e06b'; }

.oi[data-glyph=fork]:before { content:'\e06c'; }

.oi[data-glyph=fullscreen-enter]:before { content:'\e06d'; }

.oi[data-glyph=fullscreen-exit]:before { content:'\e06e'; }

.oi[data-glyph=globe]:before { content:'\e06f'; }

.oi[data-glyph=graph]:before { content:'\e070'; }

.oi[data-glyph=grid-four-up]:before { content:'\e071'; }

.oi[data-glyph=grid-three-up]:before { content:'\e072'; }

.oi[data-glyph=grid-two-up]:before { content:'\e073'; }

.oi[data-glyph=hard-drive]:before { content:'\e074'; }

.oi[data-glyph=header]:before { content:'\e075'; }

.oi[data-glyph=headphones]:before { content:'\e076'; }

.oi[data-glyph=heart]:before { content:'\e077'; }

.oi[data-glyph=home]:before { content:'\e078'; }

.oi[data-glyph=image]:before { content:'\e079'; }

.oi[data-glyph=inbox]:before { content:'\e07a'; }

.oi[data-glyph=infinity]:before { content:'\e07b'; }

.oi[data-glyph=info]:before { content:'\e07c'; }

.oi[data-glyph=italic]:before { content:'\e07d'; }

.oi[data-glyph=justify-center]:before { content:'\e07e'; }

.oi[data-glyph=justify-left]:before { content:'\e07f'; }

.oi[data-glyph=justify-right]:before { content:'\e080'; }

.oi[data-glyph=key]:before { content:'\e081'; }

.oi[data-glyph=laptop]:before { content:'\e082'; }

.oi[data-glyph=layers]:before { content:'\e083'; }

.oi[data-glyph=lightbulb]:before { content:'\e084'; }

.oi[data-glyph=link-broken]:before { content:'\e085'; }

.oi[data-glyph=link-intact]:before { content:'\e086'; }

.oi[data-glyph=list-rich]:before { content:'\e087'; }

.oi[data-glyph=list]:before { content:'\e088'; }

.oi[data-glyph=location]:before { content:'\e089'; }

.oi[data-glyph=lock-locked]:before { content:'\e08a'; }

.oi[data-glyph=lock-unlocked]:before { content:'\e08b'; }

.oi[data-glyph=loop-circular]:before { content:'\e08c'; }

.oi[data-glyph=loop-square]:before { content:'\e08d'; }

.oi[data-glyph=loop]:before { content:'\e08e'; }

.oi[data-glyph=magnifying-glass]:before { content:'\e08f'; }

.oi[data-glyph=map-marker]:before { content:'\e090'; }

.oi[data-glyph=map]:before { content:'\e091'; }

.oi[data-glyph=media-pause]:before { content:'\e092'; }

.oi[data-glyph=media-play]:before { content:'\e093'; }

.oi[data-glyph=media-record]:before { content:'\e094'; }

.oi[data-glyph=media-skip-backward]:before { content:'\e095'; }

.oi[data-glyph=media-skip-forward]:before { content:'\e096'; }

.oi[data-glyph=media-step-backward]:before { content:'\e097'; }

.oi[data-glyph=media-step-forward]:before { content:'\e098'; }

.oi[data-glyph=media-stop]:before { content:'\e099'; }

.oi[data-glyph=medical-cross]:before { content:'\e09a'; }

.oi[data-glyph=menu]:before { content:'\e09b'; }

.oi[data-glyph=microphone]:before { content:'\e09c'; }

.oi[data-glyph=minus]:before { content:'\e09d'; }

.oi[data-glyph=monitor]:before { content:'\e09e'; }

.oi[data-glyph=moon]:before { content:'\e09f'; }

.oi[data-glyph=move]:before { content:'\e0a0'; }

.oi[data-glyph=musical-note]:before { content:'\e0a1'; }

.oi[data-glyph=paperclip]:before { content:'\e0a2'; }

.oi[data-glyph=pencil]:before { content:'\e0a3'; }

.oi[data-glyph=people]:before { content:'\e0a4'; }

.oi[data-glyph=person]:before { content:'\e0a5'; }

.oi[data-glyph=phone]:before { content:'\e0a6'; }

.oi[data-glyph=pie-chart]:before { content:'\e0a7'; }

.oi[data-glyph=pin]:before { content:'\e0a8'; }

.oi[data-glyph=play-circle]:before { content:'\e0a9'; }

.oi[data-glyph=plus]:before { content:'\e0aa'; }

.oi[data-glyph=power-standby]:before { content:'\e0ab'; }

.oi[data-glyph=print]:before { content:'\e0ac'; }

.oi[data-glyph=project]:before { content:'\e0ad'; }

.oi[data-glyph=pulse]:before { content:'\e0ae'; }

.oi[data-glyph=puzzle-piece]:before { content:'\e0af'; }

.oi[data-glyph=question-mark]:before { content:'\e0b0'; }

.oi[data-glyph=rain]:before { content:'\e0b1'; }

.oi[data-glyph=random]:before { content:'\e0b2'; }

.oi[data-glyph=reload]:before { content:'\e0b3'; }

.oi[data-glyph=resize-both]:before { content:'\e0b4'; }

.oi[data-glyph=resize-height]:before { content:'\e0b5'; }

.oi[data-glyph=resize-width]:before { content:'\e0b6'; }

.oi[data-glyph=rss-alt]:before { content:'\e0b7'; }

.oi[data-glyph=rss]:before { content:'\e0b8'; }

.oi[data-glyph=script]:before { content:'\e0b9'; }

.oi[data-glyph=share-boxed]:before { content:'\e0ba'; }

.oi[data-glyph=share]:before { content:'\e0bb'; }

.oi[data-glyph=shield]:before { content:'\e0bc'; }

.oi[data-glyph=signal]:before { content:'\e0bd'; }

.oi[data-glyph=signpost]:before { content:'\e0be'; }

.oi[data-glyph=sort-ascending]:before { content:'\e0bf'; }

.oi[data-glyph=sort-descending]:before { content:'\e0c0'; }

.oi[data-glyph=spreadsheet]:before { content:'\e0c1'; }

.oi[data-glyph=star]:before { content:'\e0c2'; }

.oi[data-glyph=sun]:before { content:'\e0c3'; }

.oi[data-glyph=tablet]:before { content:'\e0c4'; }

.oi[data-glyph=tag]:before { content:'\e0c5'; }

.oi[data-glyph=tags]:before { content:'\e0c6'; }

.oi[data-glyph=target]:before { content:'\e0c7'; }

.oi[data-glyph=task]:before { content:'\e0c8'; }

.oi[data-glyph=terminal]:before { content:'\e0c9'; }

.oi[data-glyph=text]:before { content:'\e0ca'; }

.oi[data-glyph=thumb-down]:before { content:'\e0cb'; }

.oi[data-glyph=thumb-up]:before { content:'\e0cc'; }

.oi[data-glyph=timer]:before { content:'\e0cd'; }

.oi[data-glyph=transfer]:before { content:'\e0ce'; }

.oi[data-glyph=trash]:before { content:'\e0cf'; }

.oi[data-glyph=underline]:before { content:'\e0d0'; }

.oi[data-glyph=vertical-align-bottom]:before { content:'\e0d1'; }

.oi[data-glyph=vertical-align-center]:before { content:'\e0d2'; }

.oi[data-glyph=vertical-align-top]:before { content:'\e0d3'; }

.oi[data-glyph=video]:before { content:'\e0d4'; }

.oi[data-glyph=volume-high]:before { content:'\e0d5'; }

.oi[data-glyph=volume-low]:before { content:'\e0d6'; }

.oi[data-glyph=volume-off]:before { content:'\e0d7'; }

.oi[data-glyph=warning]:before { content:'\e0d8'; }

.oi[data-glyph=wifi]:before { content:'\e0d9'; }

.oi[data-glyph=wrench]:before { content:'\e0da'; }

.oi[data-glyph=x]:before { content:'\e0db'; }

.oi[data-glyph=yen]:before { content:'\e0dc'; }

.oi[data-glyph=zoom-in]:before { content:'\e0dd'; }

.oi[data-glyph=zoom-out]:before { content:'\e0de'; }

