/*---------------------------------------------
iThenticate
Version: 2.0
Author: iParadigms LLC
---------------------------------------------*/
/*  Variables  */
/*=COMMON
=== === === === === === === === === === */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.cf:after {
  clear: both; }

body {
  line-height: 24px;
  color: #444444;
  font-weight: 400;
  font-family: "adobe-text-pro";
  font-size: 16px;
  padding: 0;
  margin: 0;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: left; }

@media screen and (max-width: 960px) {
  body {
    font-size: 14px; } }
h1 {
  font-family: "proxima-nova";
  display: block;
  font-weight: 400;
  color: white;
  font-size: 3em;
  text-align: left;
  margin: .5em auto; }

h2 {
  font-size: 2.1em;
  line-height: 40px;
  font-weight: normal;
  color: #111;
  margin: 20px auto;
  text-align: left;
  font-family: "proxima-nova";
  font-weight: 100;
  color: white;
  margin: 0 auto;
  letter-spacing: .05em; }

h3 {
  font-size: 2em;
  font-family: "proxima-nova";
  font-weight: normal;
  color: #0e7899;
  line-height: 1.1em;
  margin: 0 auto;
  font-weight: 400; }
  h3 span {
    font-size: .75em; }

h4 {
  font-size: 1.2em;
  font-family: "proxima-nova";
  font-weight: 400;
  color: #444444;
  margin: .75em auto; }

hr {
  height: 1px;
  border: none;
  background: #ccc; }

p {
  font-weight: 400;
  font-family: "proxima-nova";
  text-align: left;
  margin-bottom: 20px; }

ul {
  margin-left: 0;
  list-style: disc; }

ul.none {
  margin-left: 40px;
  list-style: none; }

li {
  margin-bottom: 0.4em; }

ol {
  margin-left: 40px;
  list-style: decimal; }

dl {
  color: #555;
  margin-bottom: 25px; }

dl dt {
  margin-bottom: 5px;
  font-size: 105%;
  font-weight: bold;
  line-height: 22px;
  color: #9bb831;
  padding-bottom: 5px; }

dl dd {
  margin-bottom: 5px;
  font-size: 92%;
  line-height: 22px; }

img {
  max-width: 100%; }

a {
  color: #009245;
  font-family: "proxima-nova";
  text-decoration: none;
  cursor: pointer;
  font-style: italic;
  font-weight: normal;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }

a:hover {
  color: #005f2d; }

.active {
  color: #009245; }

em {
  font-stlye: italic; }

strong {
  font-weight: bold; }

small {
  font-size: 11px;
  line-height: 16px; }

img.logo {
  width: 100%;
  max-width: 140px; }

section {
  padding: 2em 0;
  background: white; }
  section:nth-child(2n+4) {
    background: white; }

.customers .banner h2, .resources .banner h2, .content-page .banner h2, .products .banner h2 {
  font-size: 1.8em;
  color: white;
  margin-top: 0; }

.eyebrow {
  padding: .5em 0 .25em 0;
  text-align: left; }
  .eyebrow .row {
    margin-top: .25em; }
  .eyebrow img {
    max-width: 180px;
    display: inline-block; }
  .eyebrow nav {
    display: inline-block; }
    .eyebrow nav ul {
      display: inline-block;
      vertical-align: bottom;
      margin: .25em 0; }
      .eyebrow nav ul a {
        font-family: "proxima-nova";
        color: #444444;
        font-style: normal;
        font-size: .9em;
        transition: all 0.2s linear;
        -webkit-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear; }
        .eyebrow nav ul a:hover {
          color: #009245; }
      .eyebrow nav ul li {
        display: inline-block;
        list-style: none;
        margin-right: 1.2em; }
  .eyebrow .top-ctas {
    text-align: right;
    font-family: "proxima-nova"; }
    .eyebrow .top-ctas a {
      font-style: normal; }
    .eyebrow .top-ctas a:last-child {
      margin-right: 0; }

.social {
  text-align: right;
  font-size: 2em; }

.cta {
  font-family: "proxima-nova";
  display: inline-block;
  /*  @include prefix(border-radius, 50px); 
    font-style: italic; */
  font-style: normal;
  color: #444444;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }
  .cta:hover {
    color: white; }

.large {
  padding: 10px 20px;
  margin: 0 15px;
  font-size: 1.2em;
  font-weight: 400; }

.medium {
  padding: 8px 20px;
  margin: 0 10px 1em 10px;
  font-size: 1.1em;
  font-weight: 300; }

.small {
  padding: 1px 18px;
  margin: 0 8px;
  font-size: .9em;
  font-weight: 300; }

.yellow {
  color: #093c50;
  background: #fcae24;
  border: 1px solid #fcae24;
  background-color: none; }
  .yellow:hover {
    color: white;
    background: none;
    border: 1px solid white; }

.reverse {
  color: white;
  background: none;
  border: 1px solid white; }
  .reverse:hover {
    color: white;
    background: #fcae24;
    border: 1px solid #fcae24; }

.bottom {
  color: white;
  background-color: #fcae24;
  border: 1px solid #fcae24; }
  .bottom:hover {
    color: #fcae24;
    background: none;
    border: 1px solid #fcae24; }

.green {
  color: white;
  background-color: #009245;
  border: 1px solid #009245; }
  .green:hover {
    color: #009245;
    background: none;
    border: 1px solid #009245; }

.grey {
  color: white;
  background-color: rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(0, 0, 0, 0); }
  .grey:hover {
    color: #444444;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #444444; }

.banner {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMGM1MDZiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzBlNzg5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(45deg, #0c506b 0%, #0e7899 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #0c506b), color-stop(100%, #0e7899));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(45deg, #0c506b 0%, #0e7899 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(45deg, #0c506b 0%, #0e7899 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(45deg, #0c506b 0%, #0e7899 100%);
  /* IE10+ */
  background: linear-gradient(45deg, #0c506b 0%, #0e7899 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0c506b', endColorstr='#0e7899',GradientType=1 );
  padding: 1em 0; }
  .banner .row {
    margin-top: 0; }
  .banner .cta {
    margin: 2em .5em;
    padding: 10px 30px; }
  .banner .container {
    padding: 0; }
  .banner .span4 {
    text-align: center; }
    .banner .span4 img {
      max-height: 120px; }

.graph .graph-container {
  background: url("http://cdn2.hubspot.net/hub/92785/file-337327824-png/resources/decoding-plagiarism-and-attribution/img/research-plagiarism-chart-bg.png?t=1381258794000");
  background-size: 100%;
  position: relative;
  width: 100%;
  padding-bottom: 56.41%; }
  .graph .graph-container .dot {
    width: 20px;
    height: 20px;
    background: url("http://cdn2.hubspot.net/hub/92785/file-337343049-png/resources/decoding-plagiarism-and-attribution/img/dot-bg.png?t=1381258793000");
    background-size: 100%;
    background-position: 0% 0%;
    position: absolute; }
    .graph .graph-container .dot:hover, .graph .graph-container .dot.hovered, .graph .graph-container .dot.selected {
      background-position: 0% 100%; }
    .graph .graph-container .dot#secondary-source {
      bottom: 67.5%;
      left: 65%; }
    .graph .graph-container .dot#invalid-source {
      bottom: 41%;
      left: 73.5%; }
    .graph .graph-container .dot#duplication {
      bottom: 63.25%;
      left: 74.75%; }
    .graph .graph-container .dot#paraphrasing {
      bottom: 73%;
      left: 75.5%; }
    .graph .graph-container .dot#repetitive-research {
      bottom: 69.5%;
      left: 75.5%; }
    .graph .graph-container .dot#replication {
      bottom: 43.5%;
      left: 76.5%; }
    .graph .graph-container .dot#misleading-attr {
      bottom: 48%;
      left: 80.5%; }
    .graph .graph-container .dot#unethical-collab {
      bottom: 53.5%;
      left: 80.5%; }
    .graph .graph-container .dot#verbatim {
      bottom: 58.5%;
      left: 82.5%; }
    .graph .graph-container .dot#complete {
      bottom: 28%;
      left: 86.5%; }

.types-list {
  list-style: none;
  padding: 0; }
  .types-list a {
    font-style: normal; }
  .types-list li {
    margin: .4em auto;
    padding: 5px 10px;
    line-height: 1.1em; }
    .types-list li:hover, .types-list li.hovered, .types-list li.selected {
      background-color: #ffc64a;
      color: white; }

.top .row {
  margin-top: 0; }
.top h4 {
  margin-top: 1em;
  margin-bottom: 0;
  color: #333;
  font-weight: 700; }
.top small {
  font-family: "proxima-nova";
  display: block;
  font-size: .8em;
  margin-bottom: 1em; }

.value-props {
  text-align: center;
  margin: 0;
  background-color: white;
  /*
      h2{
          font-family: $sans;
          font-weight: 600;
          color: $black;
          margin: 0 auto;
          margin-bottom: 1em;
      }
  
      */ }
  .value-props span {
    color: #093c50;
    font-size: 4em;
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle; }
  .value-props p {
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    font-size: 1.1em;
    vertical-align: middle; }

.row.section-header {
  margin-top: 1em; }

section {
  padding: .6em 0;
  background: white; }

figure {
  margin-bottom: 2em; }

.details {
  padding-top: 0;
  padding-bottom: 2em; }
  .details h2 {
    font-size: 1.4em;
    color: #444444;
    font-weight: 400;
    margin: .714em 0;
    display: inline-block; }
  .details h3 {
    font-size: 1.2em;
    color: #444444;
    font-weight: 400;
    margin: .833em 0; }
  .details h4 {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    text-align: right;
    color: #b7ad9c;
    float: right;
    margin-top: 1.5em;
    font-style: italic; }
  .details .orange {
    color: #fcae24; }
  .details .ratings {
    position: relative; }
    .details .ratings .label {
      display: inline-block;
      vertical-align: middle;
      float: left;
      margin: .5em 0;
      font-family: "proxima-nova"; }
    .details .ratings h4 {
      margin-top: .5em;
      font-style: normal; }
      .details .ratings h4 span {
        color: #444444; }
    .details .ratings .common-bar-container, .details .ratings .serious-bar-container {
      height: 1em;
      width: 100%;
      background-color: #f3f3f3;
      position: relative;
      margin-bottom: .5em; }
    .details .ratings .common-bar, .details .ratings .serious-bar {
      width: 75%;
      height: 100%;
      background-color: #fcae24; }

.underline {
  border-bottom: 1px solid #444444; }

blockquote {
  font-style: italic;
  background: #f3f3f3;
  font-size: 1.1em;
  line-height: 1.4em;
  color: #4d4d4d;
  font-weight: 400;
  margin-bottom: 0;
  text-align: left;
  position: relative;
  margin: 1em auto;
  padding: 20px 10px 20px 20px; }
  blockquote:after {
    content: ""; }
  blockquote:before {
    content: ""; }

.stat {
  color: #117095;
  font-family: "adobe-text-pro";
  font-size: 3em; }

.big-stat {
  text-align: center; }
  .big-stat h1 {
    font-size: 6em;
    color: #117095;
    display: inline-block;
    font-weight: 700;
    margin: 0;
    font-family: "adobe-text-pro"; }
    .big-stat h1 span {
      font-size: .4em;
      color: #808080;
      font-weight: 300; }
  .big-stat p {
    margin-left: 10px;
    text-align: left;
    display: inline-block;
    font-style: normal;
    font-size: 1.1em;
    vertical-align: middle; }

.industries span, .webcasts span {
  color: #333;
  font-size: 4.5em; }

.content h1 {
  font-family: "adobe-text-pro";
  font-size: 6em;
  line-height: 1em;
  margin: 0 auto;
  color: #0e5e7e;
  font-weight: 700; }
.content p {
  font-style: italic;
  font-weight: 400;
  font-size: 1em;
  color: #808080;
  vertical-align: middle; }

.content-2 form {
  width: 100%; }
  .content-2 form .icon-search {
    position: absolute;
    top: 2.8em;
    right: 0px; }
.content-2 label {
  font-size: 1em;
  font-family: "proxima-nova";
  color: #808080;
  font-weight: normal; }

.img-row {
  text-align: center;
  margin-top: 1em;
  margin-bottom: 4em; }
  .img-row img {
    opacity: .8;
    display: inline-block;
    max-height: 100px;
    max-width: 150px;
    vertical-align: middle;
    margin: 0 1.2em;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear; }
    .img-row img:hover {
      transform: translateY(-3px);
      -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
      -moz-transform: translateY(-3px);
      -o-transform: translateY(-3px);
      opacity: 1.0; }

.news {
  text-align: left; }
  .news ul {
    padding-left: 1em; }
  .news form {
    text-align: center; }
  .news label {
    font-size: 1em;
    font-family: "proxima-nova";
    color: #808080;
    font-weight: normal;
    display: block; }
  .news input.search {
    display: inline-block;
    width: 70%; }
  .news .submit {
    display: inline-block;
    padding: 4px 15px; }

.success-stories {
  text-align: center;
  position: relative; }
  .success-stories .img-holder {
    width: 100%;
    height: 80px;
    margin-bottom: 1em; }
  .success-stories img {
    top: 0px;
    display: block;
    margin: 0 auto;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%; }
  .success-stories p {
    font-size: .9em;
    text-align: left; }

.reviews blockquote {
  font-size: 1.2em; }

.interviews h4 {
  margin-top: 0; }
.interviews .span6 {
  text-align: left; }

.blog h4, .papers h4 {
  margin-top: 0;
  color: #444444;
  font-weight: 700; }
.blog p, .papers p {
  font-size: .9em; }
.blog .span4, .papers .span4 {
  text-align: left; }

.edition h1 {
  font-family: "adobe-text-pro";
  font-size: 4em;
  margin: 0;
  color: #0a536a; }
.edition p {
  margin: .7em 0;
  font-size: .8em;
  line-height: 1.5em; }
.edition h3 {
  font-family: "adobe-text-pro";
  font-weight: 700;
  margin: 0; }
.edition a {
  margin-top: 1em; }

.comparison-table h4 {
  margin: 0;
  font-weight: 700;
  color: #333; }
.comparison-table table {
  width: 100%; }
  .comparison-table table .icon-x {
    color: #888; }
  .comparison-table table .icon-ok {
    color: #009245; }
  .comparison-table table tbody {
    text-align: left; }
    .comparison-table table tbody tr td {
      text-align: left;
      padding: 10px 0; }
      .comparison-table table tbody tr td:nth-child(2n) {
        font-size: .9em; }
      .comparison-table table tbody tr td:nth-child(3n), .comparison-table table tbody tr td:nth-child(4n) {
        font-size: 2em;
        text-align: center;
        font-family: "proxima-nova";
        font-weight: 700; }
        .comparison-table table tbody tr td:nth-child(3n) a, .comparison-table table tbody tr td:nth-child(4n) a {
          font-size: .5em;
          font-family: "adobe-text-pro"; }

.steps p {
  font-size: .9em; }
.steps h1 {
  font-size: 3em;
  margin: 0 0 .3em 0;
  font-family: "adobe-text-pro"; }
.steps h4 {
  margin: 0;
  font-weight: 700;
  color: #333; }

.content-page .img-row {
  margin-bottom: 2em; }
  .content-page .img-row img {
    max-height: 70px;
    max-width: 120px; }

.database-content .span4 {
  text-align: left; }
.database-content h2 span {
  vertical-align: middle;
  font-size: 2em; }
.database-content p, .database-content ul {
  font-size: .9em;
  text-align: left;
  line-height: 1.5em; }
.database-content li {
  margin-bottom: .6em; }

.footer-ctas h4, .whats-new h4 {
  margin: 0 0 1em 0;
  color: #333;
  font-weight: 700; }

.whats-new .span4.offset2 {
  text-align: left; }
