a {
  color: rgba(25, 118, 218, 0.72) !important; }

header {
  text-align: right;
  padding-right: 40px; }
  header h1 {
    display: inline-block;
    font-size: 1.1rem;
    margin: 20px;
    color: #e94c21;
    line-height: 34px; }
    header h1:hover, header h1.active {
      color: rgba(25, 118, 218, 0.72); }
      header h1:hover svg, header h1.active svg {
        fill: rgba(25, 118, 218, 0.72); }
    header h1 svg {
      width: 30px;
      height: 30px;
      fill: #e94c21; }

.main-logo {
  padding-top: 40px;
  text-align: center; }
  .main-logo img {
    width: 90%;
    max-width: 400px; }
  .main-logo .logo-subtitle {
    color: #e94c21;
    font-size: 1.25rem;
    font-weight: lighter;
    margin-top: -7px; }

.form-container {
  padding: 60px 0; }
  .form-container .file-upload-button-container {
    position: relative; }
  .form-container .inputfile {
    width: 100%;
    height: 3rem;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1; }
  .form-container .inputfile + label,
  .form-container input[name="email"],
  .form-container button[type="submit"] {
    display: inline-block;
    font-size: 1.25em;
    color: #777;
    background-color: white;
    cursor: pointer;
    /* "hand" cursor */
    border: 1px solid #e94c21;
    border-radius: 8px;
    line-height: 3rem;
    width: 100%;
    font-size: 1.25rem;
    text-align: left;
    padding-left: 9px; }
  .form-container #file-label {
    color: #333;
    margin: 0; }
    .form-container #file-label:hover {
      background-color: rgba(233, 76, 33, 0.5);
      color: white; }
  .form-container input[name="email"] {
    margin: 30px 0 0 0; }
    .form-container input[name="email"]:hover, .form-container input[name="email"]:focus {
      background-color: rgba(233, 76, 33, 0.5);
      color: white; }
      .form-container input[name="email"]:hover::placeholder, .form-container input[name="email"]:focus::placeholder {
        color: white; }
  .form-container .check-container {
    margin-top: 40px;
    padding: 10px 0 10px 7px;
    text-align: left;
    color: #e94c21; }
    .form-container .check-container label {
      padding-left: 5px; }
    .form-container .check-container a {
      color: rgba(25, 118, 218, 0.72); }
  .form-container button[type="submit"] {
    margin-top: 10px;
    text-align: center;
    width: 60%;
    background-color: #e94c21;
    color: white;
    z-index: 0; }
    .form-container button[type="submit"]:hover {
      color: #e94c21;
      background-color: rgba(233, 7, 33, 0.13); }
    .form-container button[type="submit"]:disabled {
      background-color: rgba(9, 0, 1, 0.28);
      color: white;
      cursor: auto; }

.info-text {
  position: relative;
  text-align: left;
  padding-left: 7px;
  color: #e94c21 !important;
  z-index: 1;
  cursor: pointer;
  font-size: 1rem; }
  .info-text a {
    color: #e94c21 !important; }
    .info-text a:visited {
      color: #e94c21; }
  .info-text .text-popover {
    position: absolute;
    display: none;
    left: 100%;
    transform: translateX(-50%);
    top: 100%;
    z-index: 99;
    width: auto;
    min-width: 300px;
    overflow: auto;
    border: 1px solid #e94c21;
    background-color: white;
    padding: 9px;
    border-radius: 8px; }
  .info-text.how-filter-works {
    max-width: 320px; }
    .info-text.how-filter-works .text-popover {
      width: 500px; }
      .info-text.how-filter-works .text-popover div {
        font-size: 1rem;
        padding-left: 10px;
        line-height: 1.5; }
        .info-text.how-filter-works .text-popover div.indented {
          padding-left: 45px; }

.error {
  color: red;
  font-weight: 600; }

.relative-container {
  position: relative;
  max-width: 1600px;
  margin: 0 auto; }
  .relative-container .match-terms-container {
    position: absolute;
    right: 0;
    bottom: 100%;
    width: 200px;
    background-color: #cce4ff;
    color: #52398f;
    z-index: 999;
    height: 0px;
    overflow: hidden; }
    .relative-container .match-terms-container.visible {
      border: 1px solid rgba(82, 57, 143, 0.24);
      border-radius: 4px 0 0 4px;
      height: auto;
      overflow: auto; }
    .relative-container .match-terms-container.fixed {
      position: fixed;
      top: 0;
      bottom: unset;
      border-radius: 0 0 4px 4px; }
      @media only screen and (min-width: 1600px) {
        .relative-container .match-terms-container.fixed {
          left: calc(50% + 600px);
          right: auto; } }
    .relative-container .match-terms-container .match-terms-container-title {
      padding: 14px 5px 0px 13px; }
    .relative-container .match-terms-container hr {
      margin: 5px; }
    .relative-container .match-terms-container .match-terms-container-content {
      overflow-y: scroll;
      overflow-x: hidden;
      max-height: 280px; }
      .relative-container .match-terms-container .match-terms-container-content .match-row {
        padding: 5px 5px 5px 13px;
        cursor: pointer; }
        .relative-container .match-terms-container .match-terms-container-content .match-row:hover {
          color: #e94c21; }
        .relative-container .match-terms-container .match-terms-container-content .match-row.clicked {
          background-color: rgba(233, 7, 33, 0.13); }
        .relative-container .match-terms-container .match-terms-container-content .match-row .match-key {
          display: inline-block;
          width: 65%; }
        .relative-container .match-terms-container .match-terms-container-content .match-row .match-value {
          display: inline-block;
          width: 32%; }

.result-pre-text-container {
  position: relative;
  display: none;
  color: #c23e1a;
  width: 95%;
  max-width: 1200px;
  margin: 10px auto;
  font-size: 1.2rem; }
  .result-pre-text-container .result-pre-text {
    padding-left: 8px; }
  .result-pre-text-container .filter-container {
    position: relative;
    padding-top: 40px; }
    .result-pre-text-container .filter-container .filter-input-container {
      position: relative;
      margin: 5px 0;
      max-width: 680px; }
      .result-pre-text-container .filter-container .filter-input-container label {
        position: absolute;
        font-size: 1rem;
        top: 0;
        left: 0; }
      .result-pre-text-container .filter-container .filter-input-container input {
        color: #777;
        background-color: white;
        cursor: pointer;
        border: 1px solid #e94c21;
        border-radius: 8px;
        padding: 2px 6px;
        width: 100%; }
        .result-pre-text-container .filter-container .filter-input-container input:hover, .result-pre-text-container .filter-container .filter-input-container input:focus {
          background-color: rgba(233, 76, 33, 0.5);
          color: #333; }
          .result-pre-text-container .filter-container .filter-input-container input:hover::placeholder, .result-pre-text-container .filter-container .filter-input-container input:focus::placeholder {
            color: white; }
    .result-pre-text-container .filter-container .result-count-container {
      margin: 20px 0; }
  .result-pre-text-container .table-column-key-container {
    padding-top: 30px;
    table-layout: fixed;
    width: 100%; }
    .result-pre-text-container .table-column-key-container td {
      padding: 2px 8px 0 8px; }
      .result-pre-text-container .table-column-key-container td:nth-child(1) {
        width: 50%; }
      .result-pre-text-container .table-column-key-container td:nth-child(2) {
        width: 30%; }
      .result-pre-text-container .table-column-key-container td:nth-child(3) {
        width: 8%; }
      .result-pre-text-container .table-column-key-container td:nth-child(4) {
        width: 5%;
        text-align: center; }

#result {
  width: 95%;
  max-width: 1200px;
  margin: 10px auto;
  text-align: left; }
  #result mark {
    background: yellow;
    color: black;
    padding: 0; }
    #result mark.mark-match-term {
      background-color: rgba(233, 7, 33, 0.33); }
  #result .publication-title-table {
    margin-bottom: 30px;
    table-layout: fixed;
    width: 100%;
    border: 1px solid tranpsarent;
    background-color: lightgray;
    border-radius: 8px; }
    #result .publication-title-table:hover {
      border-color: #e94c21;
      color: #52398f; }
      #result .publication-title-table:hover tbody,
      #result .publication-title-table:hover tr,
      #result .publication-title-table:hover td {
        border-color: #e94c21;
        color: #52398f; }
    #result .publication-title-table .publication-title-table-row {
      color: #e94c21;
      font-size: 1.15rem;
      cursor: pointer; }
      #result .publication-title-table .publication-title-table-row td {
        padding: 2px 8px; }
        #result .publication-title-table .publication-title-table-row td:nth-child(1) {
          width: 50%; }
        #result .publication-title-table .publication-title-table-row td:nth-child(2) {
          width: 30%;
          color: #52398f; }
        #result .publication-title-table .publication-title-table-row td:nth-child(3) {
          width: 8%; }
        #result .publication-title-table .publication-title-table-row td:nth-child(4) {
          width: 5%;
          text-align: center;
          color: #c23e1a; }
  #result .abstract-text-container {
    display: none; }
    #result .abstract-text-container.open {
      display: block; }
    #result .abstract-text-container .abstract-text-num {
      margin-right: 4px; }
    #result .abstract-text-container .abstract-text {
      color: #52398f;
      font-size: 18px;
      margin: 15px 0; }

.overview,
.terms {
  text-align: center;
  max-width: 1000px;
  width: 95%;
  margin: 40px auto; }
  .overview h2,
  .terms h2 {
    line-height: 1.7; }
  .overview h4,
  .terms h4 {
    margin-top: 30px; }
  .overview p,
  .terms p {
    max-width: 930px;
    margin: 0 auto 60px auto; }
  .overview .youtube-container,
  .terms .youtube-container {
    display: inline-block;
    height: 382px;
    width: 674px;
    border: 1px solid grey; }
    .overview .youtube-container iframe,
    .terms .youtube-container iframe {
      height: 380px;
      width: 672px; }
  .overview .step-image-container,
  .terms .step-image-container {
    width: 95%;
    max-width: 900px;
    margin: 0 auto;
    padding: 60px 0;
    text-align: center; }
    .overview .step-image-container .step,
    .terms .step-image-container .step {
      position: relative;
      display: inline-block;
      width: 32%;
      vertical-align: top; }
      .overview .step-image-container .step .step-svg,
      .terms .step-image-container .step .step-svg {
        max-width: 100%;
        height: 150px; }
      .overview .step-image-container .step .arrow-orange,
      .terms .step-image-container .step .arrow-orange {
        position: absolute;
        width: 15%;
        top: -60px;
        right: -7%; }
      .overview .step-image-container .step .top-text,
      .terms .step-image-container .step .top-text {
        position: absolute;
        top: -60px;
        left: 50%;
        transform: translateX(-50%);
        text-transform: uppercase;
        font-size: 1.5rem; }
      .overview .step-image-container .step .ul,
      .terms .step-image-container .step .ul {
        margin-top: 50px;
        text-align: left;
        padding: 0 0 0 20px; }
        .overview .step-image-container .step .ul .li,
        .terms .step-image-container .step .ul .li {
          position: relative;
          line-height: 1.7;
          width: calc(100% - 40px);
          font-size: 0.95rem;
          margin-bottom: 10px; }
          .overview .step-image-container .step .ul .li::before,
          .terms .step-image-container .step .ul .li::before {
            position: absolute;
            content: url(/image/steps/tick-orange.svg);
            width: 20px;
            height: 20px;
            left: -30px;
            top: 10px; }

.terms {
  text-align: left; }
