.landingPage {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .landingPage .topStripe {
    background-image: url("images/PR_Banner_2.png");
    background-size: auto 100%;
    background-position-x: 140vw;
    height: 244px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 20px;
    box-sizing: border-box;
    position: relative; }
    @media (max-width: 550px) {
      .landingPage .topStripe {
        padding-bottom: 0px; } }
    .landingPage .topStripe .searchContainer {
      width: 96%;
      max-width: 768px;
      background-color: #4F5757;
      height: 112px;
      box-sizing: border-box;
      padding-bottom: 16px; }
      @media (max-width: 768px) {
        .landingPage .topStripe .searchContainer {
          max-width: 736px; } }
      @media (max-width: 480px) {
        .landingPage .topStripe .searchContainer {
          max-width: 461px;
          width: 100%; } }
      .landingPage .topStripe .searchContainer .searchTitle {
        margin: 11.5px 0 10.5px 4%;
        color: white;
        font-family: "HelveticaNeue-Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
        font-size: 20px;
        position: relative; }
        @media (max-width: 480px) {
          .landingPage .topStripe .searchContainer .searchTitle {
            margin: 11.5px 0 10.5px 2%; } }
        .landingPage .topStripe .searchContainer .searchTitle .bannerText {
          position: absolute;
          bottom: 65px;
          margin: 0;
          color: #4F5858;
          font-size: 22px;
          font-family: "HelveticaNeue-Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }
  .landingPage .content {
    min-height: 400px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column; }
    .landingPage .content .moreInfoBar {
      width: 100%;
      box-sizing: border-box;
      margin-top: 140px;
      margin-bottom: 48px;
      display: flex;
      justify-content: center;
      align-items: flex-start; }
      @media (max-width: 768px) {
        .landingPage .content .moreInfoBar {
          margin-top: 105px; } }
      @media (max-width: 550px) {
        .landingPage .content .moreInfoBar {
          margin-top: 85px; } }
      .landingPage .content .moreInfoBar .moreInfoContent {
        color: #4F5757;
        display: flex;
        width: 720px;
        padding: 0 30px; }
        @media (max-width: 768px) {
          .landingPage .content .moreInfoBar .moreInfoContent {
            flex-direction: column-reverse;
            padding-left: 17vw; } }
        @media (max-width: 550px) {
          .landingPage .content .moreInfoBar .moreInfoContent {
            padding-left: 10vw; } }
        .landingPage .content .moreInfoBar .moreInfoContent .headlineTextHolder {
          margin-left: 30px;
          display: flex;
          align-items: flex-start;
          max-width: 400px;
          width: 100%;
          flex-direction: column;
          justify-content: center;
          min-height: 45px; }
          @media (max-width: 768px) {
            .landingPage .content .moreInfoBar .moreInfoContent .headlineTextHolder {
              margin-left: 0; } }
          .landingPage .content .moreInfoBar .moreInfoContent .headlineTextHolder .smallText {
            margin: 0;
            font-size: 18px;
            font-family: "HelveticaNeue-Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }
            @media (max-width: 550px) {
              .landingPage .content .moreInfoBar .moreInfoContent .headlineTextHolder .smallText {
                display: none; } }
          .landingPage .content .moreInfoBar .moreInfoContent .headlineTextHolder .bigText {
            margin: 0;
            font-family: "HelveticaNeue-Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
            font-size: 24px;
            line-height: 23px; }
        .landingPage .content .moreInfoBar .moreInfoContent .button {
          height: 44px;
          width: 208px;
          background-color: white;
          justify-content: center;
          display: flex;
          align-items: center;
          font-family: "HelveticaNeue-Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
          cursor: pointer;
          border: 2px solid #4F5858;
          border-radius: 3px; }
          @media (max-width: 768px) {
            .landingPage .content .moreInfoBar .moreInfoContent .button {
              margin-top: 21px; } }
          .landingPage .content .moreInfoBar .moreInfoContent .button a {
            color: #4F5757;
            text-decoration: none; }
          .landingPage .content .moreInfoBar .moreInfoContent .button a:visited {
            color: #4F5757; }
    .landingPage .content .testimonialContainer {
      display: flex;
      flex-direction: row;
      box-sizing: border-box;
      padding: 0 20px;
      width: 100%;
      max-width: 768px;
      justify-content: space-between;
      flex-wrap: wrap;
      padding-bottom: 122px; }
      @media (max-width: 700px) {
        .landingPage .content .testimonialContainer {
          flex-direction: column;
          align-items: center; } }
      .landingPage .content .testimonialContainer .testimonial {
        width: 210px; }
        .landingPage .content .testimonialContainer .testimonial .testimonialBody {
          margin: 0;
          font-family: "HelveticaNeue-Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
          font-size: 14px; }
        .landingPage .content .testimonialContainer .testimonial .testimonialAuthor {
          margin: 17px 0 28px 0;
          font-family: "HelveticaNeue-Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
          font-size: 12px; }

.landingPage .searchInputHolder {
  width: 92%;
  padding-left: 4%;
  display: flex;
  justify-content: flex-start;
  height: 48px;
  position: relative; }
  .landingPage .searchInputHolder .searchInput {
    width: 100%;
    height: 100%;
    border: none;
    padding: 0 0 0 48px;
    box-sizing: border-box;
    font-size: 13px;
    font-family: "HelveticaNeue-Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    background: url("images/Asset_Icons_lightgrey_Search.svg") no-repeat white;
    background-size: 27px 27px;
    background-position: 15px 60%; }
  .landingPage .searchInputHolder .searchInput::placeholder {
    color: #C1C0C0; }
  .landingPage .searchInputHolder .ReactVirtualized__List {
    position: absolute;
    top: 48px;
    right: -1px;
    background-color: white;
    border: 1px solid black;
    padding-top: 10px;
    height: auto;
    max-height: 207px;
    outline: none;
    z-index: 5;
    box-shadow: 0px 3px 3px 1px #8e8a8a; }
  .landingPage .searchInputHolder .searchFocused {
    padding-left: 15px;
    background: none;
    background-color: white;
    outline: none; }
  .landingPage .searchInputHolder .searchItem {
    height: auto;
    box-sizing: border-box;
    font-family: "HelveticaNeue-Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 14px;
    cursor: pointer;
    padding: 5px 17px 5px 17px; }
  .landingPage .searchInputHolder .searchItem:hover:not(.unclickable) {
    background-color: #E5E5E5;
    color: #3EB1CB; }
  .landingPage .searchInputHolder .searchItem:focus:not(.unclickable) {
    background-color: #E5E5E5;
    outline: none;
    color: #3EB1CB; }

body {
  margin: 0; }

.appContainer {
  display: flex;
  flex-direction: column;
  position: relative; }
  .appContainer .header {
    width: 100%;
    height: 80px;
    background-color: white;
    display: flex;
    justify-content: center;
    box-sizing: border-box; }
    .appContainer .header .widthContainer {
      width: 100%;
      height: 81px;
      max-width: 960px;
      box-sizing: border-box;
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      padding-left: 14px;
      padding-right: 16px; }
      .appContainer .header .widthContainer .participationLogo {
        width: 115px;
        cursor: pointer;
        margin-bottom: 15px; }
      .appContainer .header .widthContainer .crossrefLogo {
        width: 72px;
        margin-bottom: 13px; }
  .appContainer .footer {
    background-color: #4f5858;
    height: 32px;
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center; }
    .appContainer .footer .widthContainer {
      height: 100%;
      max-width: 960px;
      width: 100%;
      box-sizing: border-box;
      padding: 8px 0 0 0;
      position: relative;
      display: flex; }
      .appContainer .footer .widthContainer p {
        color: white;
        font-family: "HelveticaNeue-Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
        font-size: 12px;
        margin: 0; }
      .appContainer .footer .widthContainer .license a:link {
        text-decoration: none;
        color: white; }
      .appContainer .footer .widthContainer .license a:visited {
        color: white; }
      .appContainer .footer .widthContainer .license a:hover {
        color: #fbc52d; }
      .appContainer .footer .widthContainer .privacy {
        position: absolute;
        right: 0px;
        top: 8px; }
        .appContainer .footer .widthContainer .privacy a:link {
          color: white;
          text-decoration: none; }
        .appContainer .footer .widthContainer .privacy a:visited {
          color: white; }
        .appContainer .footer .widthContainer .privacy a:hover {
          color: #fbc52d; }
      @media (max-width: 700px) {
        .appContainer .footer .widthContainer .privacy {
          top: 17px; } }
      @media (max-width: 992px) {
        .appContainer .footer .widthContainer .privacy {
          right: 16px; } }
      .appContainer .footer .widthContainer .crossref {
        margin-right: 17.5px; }
        .appContainer .footer .widthContainer .crossref a:link {
          color: white; }
        .appContainer .footer .widthContainer .crossref a:visited {
          color: white; }
        .appContainer .footer .widthContainer .crossref a:hover {
          color: #fbc52d; }
      @media (max-width: 700px) {
        .appContainer .footer .widthContainer .crossref {
          margin-top: 9px;
          margin-bottom: 19px; } }
    @media (max-width: 700px) {
      .appContainer .footer .widthContainer {
        flex-direction: column; } }
    @media (max-width: 992px) {
      .appContainer .footer .widthContainer {
        padding: 8px 16px 0 16px; } }
  @media (max-width: 700px) {
    .appContainer .footer {
      height: 96px; } }

.checksContainer .check {
  width: 256px;
  margin: 0 32px 53px 32px; }
  .checksContainer .check .title {
    width: 100%;
    height: 60px;
    font-size: 19px;
    font-family: "HelveticaNeue-Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    color: #4F5757;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    box-sizing: border-box;
    padding-right: 4px;
    padding-bottom: 12px;
    position: relative; }
    .checksContainer .check .title .tooltipIconContainer {
      position: absolute;
      right: 0;
      top: 0;
      height: 22px; }
      .checksContainer .check .title .tooltipIconContainer .hoverArea {
        position: relative;
        height: 22px;
        width: 22px;
        overflow: visible;
        display: flex;
        flex-direction: column;
        justify-content: center; }
        .checksContainer .check .title .tooltipIconContainer .hoverArea .iconContainer {
          position: absolute;
          height: 22px;
          width: 22px;
          cursor: pointer; }
          .checksContainer .check .title .tooltipIconContainer .hoverArea .iconContainer img {
            position: absolute;
            right: 0; }
        .checksContainer .check .title .tooltipIconContainer .hoverArea .iconContainer:hover .hoverIcon {
          display: inline !important; }
        .checksContainer .check .title .tooltipIconContainer .hoverArea .iconContainer:hover .icon {
          display: none; }
        .checksContainer .check .title .tooltipIconContainer .hoverArea .tooltipHoverArea {
          z-index: 3;
          background-color: transparent;
          height: auto;
          width: 100px;
          visibility: hidden; }
        .checksContainer .check .title .tooltipIconContainer .hoverArea .tooltipContentContainer {
          direction: ltr;
          z-index: 3;
          background-color: #FFFFFF;
          max-height: 368px;
          min-height: 112px;
          height: auto;
          width: 336px;
          color: #4F5757;
          font-size: 12px;
          padding: 17.5px 15px;
          box-sizing: border-box;
          opacity: 0;
          visibility: hidden;
          -webkit-transition: opacity .5s, visibility .5s;
          /* Safari */
          transition: opacity .5s, visibility .5s;
          pointer-events: none;
          cursor: auto;
          box-shadow: 0px 0px 3px 2px #8e8a8a; }
          .checksContainer .check .title .tooltipIconContainer .hoverArea .tooltipContentContainer pre {
            margin: 0;
            white-space: pre-wrap;
            font-family: "HelveticaNeue-Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }
          .checksContainer .check .title .tooltipIconContainer .hoverArea .tooltipContentContainer .tooltipCloseButton {
            position: absolute;
            top: 6px;
            right: 6px;
            height: 17px;
            width: 17px;
            cursor: pointer; }
        .checksContainer .check .title .tooltipIconContainer .hoverArea .mobileTooltip {
          position: absolute;
          top: 26px;
          width: 288px;
          left: -246px;
          pointer-events: auto;
          padding: 17.5px 30px 17.5px 15px; }
        .checksContainer .check .title .tooltipIconContainer .hoverArea .mobileTooltipOpen {
          opacity: 1;
          visibility: visible; }
      @media (min-width: 640px) {
        .checksContainer .check .title .tooltipIconContainer .hoverArea:hover .iconContainer {
          z-index: 4; }
        .checksContainer .check .title .tooltipIconContainer .hoverArea:hover .tooltipHoverArea {
          visibility: visible; }
        .checksContainer .check .title .tooltipIconContainer .hoverArea:hover .tooltipContentContainer {
          visibility: visible;
          opacity: 1;
          pointer-events: auto; } }
  .checksContainer .check .barContainer {
    height: 48px;
    width: 100%;
    padding: 8px;
    background-color: #4F5757;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 3px; }
    .checksContainer .check .barContainer .bar {
      height: 16px;
      width: 160px;
      background-color: white; }
      .checksContainer .check .barContainer .bar .barWidth {
        height: 100%; }
        .checksContainer .check .barContainer .bar .barWidth .animateBounce {
          visibility: hidden;
          height: 100%;
          animation-name: bounce;
          animation-duration: 1s;
          animation-delay: .3s;
          animation-fill-mode: forwards; }

@keyframes bounce {
  from {
    visibility: visible;
    width: 0;
    opacity: 0;
    animation-timing-function: linear; }
  3% {
    width: 0;
    opacity: 0;
    animation-timing-function: ease-in; }
  30% {
    animation-timing-function: ease-out;
    width: 100%;
    opacity: 1; }
  50% {
    animation-timing-function: ease-out;
    width: 83%;
    opacity: .83; }
  52% {
    animation-timing-function: ease-in;
    width: 80%;
    opacity: .80; }
  73% {
    animation-timing-function: ease-out;
    width: 100%;
    opacity: 1; }
  87% {
    animation-timing-function: ease-in;
    width: 96%;
    opacity: .94; }
  91% {
    width: 100%;
    opacity: 1; }
  to {
    visibility: visible;
    width: 100%;
    opacity: 1; } }
    .checksContainer .check .barContainer .percent {
      color: white;
      font-family: "HelveticaNeue-Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
      font-size: 28px;
      display: flex; }
      .checksContainer .check .barContainer .percent span {
        font-size: 18px;
        display: flex;
        justify-content: flex-start;
        padding: 3px 0 0 3px; }

@media (max-width: 960px) {
  .checksContainer .check {
    margin: 0 48px 69px 48px; } }

@media (max-width: 704px) {
  .checksContainer .check {
    margin: 0 auto 53px auto; } }

.publisherContent .checksSection .loadingStage1 .loadThrobber {
  -webkit-animation: rotating 1.5s linear infinite;
  -moz-animation: rotating 1.5s linear infinite;
  -ms-animation: rotating 1.5s linear infinite;
  -o-animation: rotating 1.5s linear infinite;
  animation: rotating 1.5s linear infinite; }

@-webkit-keyframes rotating /* Safari and Chrome */ {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  8.33% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  8.34% {
    -webkit-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg); }
  16.66% {
    -webkit-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg); }
  16.67% {
    -webkit-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg); }
  25% {
    -webkit-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg); }
  25.01% {
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }
  33.33% {
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }
  33.34% {
    -webkit-transform: rotate(120deg);
    -o-transform: rotate(120deg);
    transform: rotate(120deg); }
  41.66% {
    -webkit-transform: rotate(120deg);
    -o-transform: rotate(120deg);
    transform: rotate(120deg); }
  41.67% {
    -webkit-transform: rotate(150deg);
    -o-transform: rotate(150deg);
    transform: rotate(150deg); }
  50% {
    -webkit-transform: rotate(150deg);
    -o-transform: rotate(150deg);
    transform: rotate(150deg); }
  50.01% {
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  58.33% {
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  58.34% {
    -webkit-transform: rotate(210deg);
    -o-transform: rotate(210deg);
    transform: rotate(210deg); }
  66.66% {
    -webkit-transform: rotate(210deg);
    -o-transform: rotate(210deg);
    transform: rotate(210deg); }
  66.67% {
    -webkit-transform: rotate(240deg);
    -o-transform: rotate(240deg);
    transform: rotate(240deg); }
  75% {
    -webkit-transform: rotate(240deg);
    -o-transform: rotate(240deg);
    transform: rotate(240deg); }
  75.01% {
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg); }
  83.33% {
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg); }
  83.34% {
    -webkit-transform: rotate(300deg);
    -o-transform: rotate(300deg);
    transform: rotate(300deg); }
  91.66% {
    -webkit-transform: rotate(300deg);
    -o-transform: rotate(300deg);
    transform: rotate(300deg); }
  91.67% {
    -webkit-transform: rotate(330deg);
    -o-transform: rotate(330deg);
    transform: rotate(330deg); }
  100% {
    -webkit-transform: rotate(330deg);
    -o-transform: rotate(330deg);
    transform: rotate(330deg); } }

@keyframes rotating {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  8.33% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  8.34% {
    -ms-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg); }
  16.66% {
    -ms-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg); }
  16.67% {
    -ms-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg); }
  25% {
    -ms-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg); }
  25.01% {
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }
  33.33% {
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }
  33.34% {
    -ms-transform: rotate(120deg);
    -moz-transform: rotate(120deg);
    -webkit-transform: rotate(120deg);
    -o-transform: rotate(120deg);
    transform: rotate(120deg); }
  41.66% {
    -ms-transform: rotate(120deg);
    -moz-transform: rotate(120deg);
    -webkit-transform: rotate(120deg);
    -o-transform: rotate(120deg);
    transform: rotate(120deg); }
  41.67% {
    -ms-transform: rotate(150deg);
    -moz-transform: rotate(150deg);
    -webkit-transform: rotate(150deg);
    -o-transform: rotate(150deg);
    transform: rotate(150deg); }
  50% {
    -ms-transform: rotate(150deg);
    -moz-transform: rotate(150deg);
    -webkit-transform: rotate(150deg);
    -o-transform: rotate(150deg);
    transform: rotate(150deg); }
  50.01% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  58.33% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  58.34% {
    -ms-transform: rotate(210deg);
    -moz-transform: rotate(210deg);
    -webkit-transform: rotate(210deg);
    -o-transform: rotate(210deg);
    transform: rotate(210deg); }
  66.66% {
    -ms-transform: rotate(210deg);
    -moz-transform: rotate(210deg);
    -webkit-transform: rotate(210deg);
    -o-transform: rotate(210deg);
    transform: rotate(210deg); }
  66.67% {
    -ms-transform: rotate(240deg);
    -moz-transform: rotate(240deg);
    -webkit-transform: rotate(240deg);
    -o-transform: rotate(240deg);
    transform: rotate(240deg); }
  75% {
    -ms-transform: rotate(240deg);
    -moz-transform: rotate(240deg);
    -webkit-transform: rotate(240deg);
    -o-transform: rotate(240deg);
    transform: rotate(240deg); }
  75.01% {
    -ms-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg); }
  83.33% {
    -ms-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg); }
  83.34% {
    -ms-transform: rotate(300deg);
    -moz-transform: rotate(300deg);
    -webkit-transform: rotate(300deg);
    -o-transform: rotate(300deg);
    transform: rotate(300deg); }
  91.66% {
    -ms-transform: rotate(300deg);
    -moz-transform: rotate(300deg);
    -webkit-transform: rotate(300deg);
    -o-transform: rotate(300deg);
    transform: rotate(300deg); }
  91.67% {
    -ms-transform: rotate(330deg);
    -moz-transform: rotate(330deg);
    -webkit-transform: rotate(330deg);
    -o-transform: rotate(330deg);
    transform: rotate(330deg); }
  100% {
    -ms-transform: rotate(330deg);
    -moz-transform: rotate(330deg);
    -webkit-transform: rotate(330deg);
    -o-transform: rotate(330deg);
    transform: rotate(330deg); } }

.publisherContent .checksSection {
  background-color: white;
  height: auto;
  max-width: 960px;
  width: 100%;
  position: relative; }
  .publisherContent .checksSection .totals {
    height: 48px;
    width: 100%;
    background-color: white;
    display: flex;
    direction: rtl;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 21px;
    flex-wrap: wrap;
    box-sizing: border-box; }
    @media (max-width: 704px) {
      .publisherContent .checksSection .totals {
        display: none; } }
    .publisherContent .checksSection .totals p {
      font-family: "HelveticaNeue-Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
      margin: 0 21px 0 0;
      font-size: 12px;
      color: #4F5858; }
      .publisherContent .checksSection .totals p span {
        font-weight: bold;
        visibility: visible; }
  .publisherContent .checksSection .titleBar {
    height: 32px;
    width: calc(100% - 32px);
    background-color: #4F5757;
    margin-left: 16px;
    margin-right: 16px;
    color: white;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-family: "HelveticaNeue-Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    box-sizing: border-box;
    padding-left: 16px; }
    @media (max-width: 704px) {
      .publisherContent .checksSection .titleBar {
        margin: 0;
        width: 100%; } }
    .publisherContent .checksSection .titleBar .tutorialIconContainer {
      position: absolute;
      right: 0;
      display: flex;
      align-items: center;
      padding-right: 20px; }
      @media (max-width: 704px) {
        .publisherContent .checksSection .titleBar .tutorialIconContainer {
          visibility: hidden; } }
      .publisherContent .checksSection .titleBar .tutorialIconContainer .tutorialIcon {
        height: 20px;
        cursor: pointer;
        outline: none; }
  .publisherContent .checksSection .loadWhiteScreen {
    position: absolute;
    top: -70px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: white;
    opacity: .7;
    margin-bottom: 21px;
    z-index: 10; }
    @media (max-width: 704px) {
      .publisherContent .checksSection .loadWhiteScreen {
        top: -200px; } }
  .publisherContent .checksSection .loadingStage1 {
    position: absolute;
    top: -15;
    width: 86%;
    height: 150px;
    background-color: white;
    z-index: 11;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #4F5757;
    box-shadow: 0 0 3px 2px #8e8a8a; }
    .publisherContent .checksSection .loadingStage1 .pleaseWait {
      font-family: "HelveticaNeue-Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }
  .publisherContent .checksSection .checksWidthContainer {
    display: flex;
    justify-content: center;
    position: relative; }
    .publisherContent .checksSection .checksWidthContainer .checksContainer {
      height: auto;
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      margin-bottom: -21px; }
    @media (max-width: 960px) {
      .publisherContent .checksSection .checksWidthContainer .checksContainer {
        width: 704px; } }
    @media (max-width: 704px) {
      .publisherContent .checksSection .checksWidthContainer .checksContainer {
        width: 352px; } }
  .publisherContent .checksSection .coverageError {
    position: relative;
    height: 619px;
    background-color: white;
    display: flex;
    padding: 20px 16px 323px 16px;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    font-family: "HelveticaNeue-Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 500;
    text-align: center; }
    @media (max-width: 704px) {
      .publisherContent .checksSection .coverageError {
        align-items: flex-start; } }
    .publisherContent .checksSection .coverageError .filterError {
      background-color: #FFDD80;
      height: 96px;
      width: calc(100% - 32px);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      z-index: 11;
      color: #4F5858;
      position: absolute;
      top: 0;
      padding: 0 10px;
      box-sizing: border-box;
      border-radius: 2px; }
      .publisherContent .checksSection .coverageError .filterError p {
        margin: 0; }

.publisherContent .filters {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 16px 16px 37px 16px;
  box-sizing: border-box;
  align-items: flex-end;
  position: relative;
  color: #4F5858; }
  @media (max-width: 704px) {
    .publisherContent .filters {
      flex-direction: column;
      align-items: center;
      justify-content: space-between;
      height: 176px;
      padding: 32px 0 0 0;
      margin-bottom: 37px; } }
  .publisherContent .filters .inactiveFilter {
    pointer-events: none;
    border: #a1a1a1 solid 2px;
    color: #a1a1a1; }
  .publisherContent .filters .filter {
    height: 32px;
    border: #4F5757 solid 2px;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    font-size: 12px;
    font-family: "HelveticaNeue-Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    background-color: white;
    position: relative; }
  .publisherContent .filters .publicationFilterContainer {
    flex: 1;
    display: flex;
    align-items: center; }
    .publisherContent .filters .publicationFilterContainer .publicationFilter {
      max-width: 480px;
      width: 100%;
      margin-left: 16px;
      margin-right: 16px; }
      @media (max-width: 704px) {
        .publisherContent .filters .publicationFilterContainer .publicationFilter {
          width: 288px;
          margin-left: 0;
          margin-right: 0; } }
  .publisherContent .filters .iconFilter {
    padding-left: 30px !important; }
    @media (min-width: 705px) {
      .publisherContent .filters .iconFilter {
        width: 172px !important; } }
    .publisherContent .filters .iconFilter .filterIcon {
      position: absolute;
      left: 7px;
      width: 22px; }
    @media (min-width: 705px) {
      .publisherContent .filters .iconFilter .filterList {
        width: 172px !important; } }
  .publisherContent .filters .checksFilter {
    width: 160px;
    padding: 0 30px 0 7px;
    cursor: pointer;
    outline: none; }
    @media (max-width: 704px) {
      .publisherContent .filters .checksFilter {
        width: 288px;
        margin-right: 0; } }
    .publisherContent .filters .checksFilter .filterArrow {
      width: 20px;
      height: 20px;
      position: absolute;
      right: 8px; }
    .publisherContent .filters .checksFilter .filterList {
      position: absolute;
      height: auto;
      width: 192px;
      top: 37px;
      left: -2px;
      border: 1px solid #4F5757;
      background-color: white;
      box-sizing: border-box;
      padding: 10px 0 8px 0;
      z-index: 12;
      box-shadow: 0px 3px 3px 1px #8e8a8a; }
      @media (max-width: 704px) {
        .publisherContent .filters .checksFilter .filterList {
          width: 288px;
          left: -2px; } }
      .publisherContent .filters .checksFilter .filterList .filterButton {
        width: 100%;
        display: flex;
        height: 25px;
        cursor: pointer; }
        @media (max-width: 704px) {
          .publisherContent .filters .checksFilter .filterList .filterButton {
            margin: 8px 0; } }
        .publisherContent .filters .checksFilter .filterList .filterButton .checkmark {
          width: 32px;
          height: 100%;
          display: flex;
          justify-content: center;
          align-items: center; }
        .publisherContent .filters .checksFilter .filterList .filterButton .buttonText {
          font-size: 13px;
          display: flex;
          align-items: center; }
          .publisherContent .filters .checksFilter .filterList .filterButton .buttonText:hover {
            color: #3EB1CB; }
  .publisherContent .filters .inactivePublicationFilter {
    pointer-events: none;
    border: #a1a1a1 solid 2px;
    color: #a1a1a1; }
  .publisherContent .filters .titleFilterActive {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    padding: 0 13px 0 16px;
    max-width: 480px;
    background-color: #4F5858; }
    .publisherContent .filters .titleFilterActive .titleFilterText {
      max-height: 30px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      color: white;
      width: 210px; }
      @media (min-width: 705px) {
        .publisherContent .filters .titleFilterActive .titleFilterText {
          width: calc(98.52217vw - 484.58128px); } }
      @media (min-width: 908px) {
        .publisherContent .filters .titleFilterActive .titleFilterText {
          width: 410px; } }
    .publisherContent .filters .titleFilterActive .titleFilterX {
      width: 20px;
      height: 20px;
      cursor: pointer;
      margin-left: 5px; }
  .publisherContent .filters .inactiveTimeFilter {
    pointer-events: none;
    border: #a1a1a1 solid 2px;
    color: #a1a1a1; }

.publisherPage {
  background-color: #F2F1F1;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  margin-bottom: 32px; }
  @media (max-width: 700px) {
    .publisherPage {
      margin-bottom: 96px; } }
  .publisherPage .topStripe {
    background-image: url("images/PR_Banner_2.png");
    width: 100%;
    height: 240px;
    display: flex;
    justify-content: center; }
    @media (max-width: 875px) {
      .publisherPage .topStripe {
        height: auto;
        background-position: 0 28px; } }
    .publisherPage .topStripe .widthContainer {
      max-width: 960px;
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column; }
      .publisherPage .topStripe .widthContainer .topBar {
        position: relative;
        height: 48px;
        width: 100%;
        background-color: #4F5757;
        display: flex; }
        .publisherPage .topStripe .widthContainer .topBar .button {
          flex: 1;
          height: 100%;
          max-width: 240px;
          color: white;
          font-size: 18px;
          font-family: "HelveticaNeue-Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
          display: flex;
          justify-content: center;
          align-items: center;
          cursor: pointer; }
          .publisherPage .topStripe .widthContainer .topBar .button a {
            color: white;
            text-decoration: none; }
          .publisherPage .topStripe .widthContainer .topBar .button a:visited {
            color: white; }
      .publisherPage .topStripe .widthContainer .contentBox {
        flex: 1;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        align-items: center; }
        @media (max-width: 875px) {
          .publisherPage .topStripe .widthContainer .contentBox {
            height: 224px;
            box-sizing: border-box;
            padding-bottom: 26px; } }
        @media (max-width: 600px) {
          .publisherPage .topStripe .widthContainer .contentBox {
            height: 208px;
            padding: 0; } }
        .publisherPage .topStripe .widthContainer .contentBox .leftBox {
          flex: .715;
          max-width: 400px;
          min-width: 301px;
          margin-top: 16px;
          padding-left: 15px;
          min-height: 75px; }
          @media (max-width: 875px) {
            .publisherPage .topStripe .widthContainer .contentBox .leftBox {
              max-width: 560px;
              min-height: auto;
              flex: 1;
              flex-basis: 100%; } }
          @media (max-width: 600px) {
            .publisherPage .topStripe .widthContainer .contentBox .leftBox {
              display: none; } }
          .publisherPage .topStripe .widthContainer .contentBox .leftBox .topText {
            margin: 0;
            font-size: 16px;
            font-family: "HelveticaNeue-Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
            color: #4F5757;
            max-width: 320px; }
            @media (max-width: 875px) {
              .publisherPage .topStripe .widthContainer .contentBox .leftBox .topText {
                max-width: none; } }
          .publisherPage .topStripe .widthContainer .contentBox .leftBox .bottomText {
            margin: 0 0 3px 0;
            font-size: 16px;
            font-family: "HelveticaNeue-Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
            font-weight: bold;
            max-width: 266px;
            color: #4F5757; }
            @media (max-width: 875px) {
              .publisherPage .topStripe .widthContainer .contentBox .leftBox .bottomText {
                max-width: none; } }
          @media (max-width: 875px) {
            .publisherPage .topStripe .widthContainer .contentBox .leftBox .blueText {
              max-width: 560px;
              line-height: 17px; } }
        .publisherPage .topStripe .widthContainer .contentBox .rightBox {
          box-shadow: 0px 2px 3px 2px #8e8a8a;
          height: 96px;
          flex: 1;
          min-width: 540px;
          background-color: white;
          display: flex;
          margin-right: 20px; }
          @media (max-width: 875px) {
            .publisherPage .topStripe .widthContainer .contentBox .rightBox {
              max-width: 544px; } }
          @media (max-width: 600px) {
            .publisherPage .topStripe .widthContainer .contentBox .rightBox {
              box-shadow: none;
              height: 128px;
              margin: 0;
              max-width: none;
              min-width: auto;
              width: 100%; } }
          .publisherPage .topStripe .widthContainer .contentBox .rightBox .publisherTitle {
            height: 100%;
            width: 399px;
            box-sizing: border-box;
            padding: 10px 7px 10px 16px;
            color: #4F5757;
            font-size: 16px;
            font-family: "HelveticaNeue-Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
            display: flex;
            align-items: flex-start; }
            @media (max-width: 600px) {
              .publisherPage .topStripe .widthContainer .contentBox .rightBox .publisherTitle {
                width: 100%; } }
          .publisherPage .topStripe .widthContainer .contentBox .rightBox .publisherTotals {
            flex: 1;
            border-left: 2px solid #E5E5E5;
            box-sizing: content-box;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            padding-left: 15px;
            position: relative;
            margin: 8px 0; }
            @media (max-width: 600px) {
              .publisherPage .topStripe .widthContainer .contentBox .rightBox .publisherTotals {
                display: none; } }
            .publisherPage .topStripe .widthContainer .contentBox .rightBox .publisherTotals .totalNumber {
              color: #3EB1CB;
              font-size: 18px;
              font-family: "HelveticaNeue-Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
              margin: 0; }
            .publisherPage .topStripe .widthContainer .contentBox .rightBox .publisherTotals .totalText {
              color: #4F5757;
              font-size: 14px;
              font-family: "HelveticaNeue-Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
              margin: 0; }
      .publisherPage .topStripe .widthContainer .totals {
        height: 48px;
        width: 100%;
        background-color: white;
        display: flex;
        direction: rtl;
        padding-top: 7px;
        padding-bottom: 7px;
        padding-left: 21px;
        flex-wrap: wrap;
        box-sizing: border-box; }
        @media (max-width: 704px) {
          .publisherPage .topStripe .widthContainer .totals {
            display: none; } }
        .publisherPage .topStripe .widthContainer .totals p {
          font-family: "HelveticaNeue-Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
          margin: 0 21px 0 0;
          font-size: 12px;
          color: #4F5858; }
          .publisherPage .topStripe .widthContainer .totals p span {
            font-weight: bold; }
  .publisherPage .publisherContent {
    max-width: 960px;
    width: 100%;
    margin-bottom: 64px;
    position: relative; }
    .publisherPage .publisherContent .chartSection {
      height: 464px;
      background-color: white;
      width: 100%; }

.publisherContent .searchInputHolder {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  height: 100%;
  position: relative; }
  .publisherContent .searchInputHolder .searchInput {
    color: #4F5858;
    width: 100%;
    height: 100%;
    border: none;
    padding: 0 0 0 38px;
    box-sizing: border-box;
    font-size: 13px;
    font-family: "HelveticaNeue-Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    background: url("images/Asset_Icons_lightgrey_Search.svg") no-repeat white;
    background-size: 16px;
    background-position: 14px 60%; }
  .publisherContent .searchInputHolder .searchInput::placeholder {
    color: #C1C0C0; }
  .publisherContent .searchInputHolder .ReactVirtualized__List {
    position: absolute;
    top: 29px;
    background-color: white;
    border: 1px solid #4F5757;
    padding-top: 10px;
    height: auto;
    max-height: 257px;
    outline: none;
    z-index: 12;
    left: -2px;
    box-shadow: 0px 3px 3px 1px #8e8a8a; }
    @media (max-width: 767px) {
      .publisherContent .searchInputHolder .ReactVirtualized__List {
        right: -2px; } }
  .publisherContent .searchInputHolder .searchFocused {
    padding-left: 15px;
    background: none;
    background-color: white;
    outline: none; }
  .publisherContent .searchInputHolder .searchItem {
    height: auto;
    box-sizing: border-box;
    font-family: "HelveticaNeue-Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 14px;
    cursor: pointer;
    padding: 5px 17px 5px 17px; }
  .publisherContent .searchInputHolder .searchItem:not(.unclickable):hover {
    background-color: #E5E5E5;
    color: #3EB1CB; }
  .publisherContent .searchInputHolder .searchItem:not(.unclickable):focus {
    background-color: #E5E5E5;
    outline: none;
    color: #3EB1CB; }

.checksSection .tutorialFadeIn {
  opacity: 1 !important;
  visibility: visible !important; }

.checksSection .tutorialOverlay {
  position: absolute;
  right: 0;
  top: 80px;
  left: 0;
  bottom: 0;
  z-index: 11;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 2s, visibility 2s;
  /* Safari */
  transition: opacity 2s, visibility 2s;
  pointer-events: none; }
  @media (max-width: 704px) {
    .checksSection .tutorialOverlay {
      display: none; } }
  .checksSection .tutorialOverlay .tutorialBackground {
    position: absolute;
    right: 0;
    top: 9px;
    left: 0;
    bottom: 0;
    background-color: black;
    opacity: .7; }
  .checksSection .tutorialOverlay .clickBlocker {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 50px;
    pointer-events: auto; }
  .checksSection .tutorialOverlay .tutorialText {
    color: white;
    font-size: 16px; }
  .checksSection .tutorialOverlay .contentFilterTutorial {
    position: absolute;
    top: 40px;
    width: 223px;
    pointer-events: none;
    left: -10px; }
    @media (min-width: 705px) {
      .checksSection .tutorialOverlay .contentFilterTutorial {
        left: calc(7.84314vw - 65.29412px); } }
    @media (min-width: 960px) {
      .checksSection .tutorialOverlay .contentFilterTutorial {
        left: 10px; } }
    .checksSection .tutorialOverlay .contentFilterTutorial img {
      margin-left: 100px;
      transform: rotate(-18deg); }
  .checksSection .tutorialOverlay .titleSearchTutorial {
    position: absolute;
    left: 15%;
    top: 40px;
    pointer-events: none;
    width: 218px; }
    @media (min-width: 705px) {
      .checksSection .tutorialOverlay .titleSearchTutorial {
        width: calc(47.84314vw - 119.29412px); } }
    @media (min-width: 960px) {
      .checksSection .tutorialOverlay .titleSearchTutorial {
        width: 340px; } }
    .checksSection .tutorialOverlay .titleSearchTutorial img {
      margin-left: 40%; }
  .checksSection .tutorialOverlay .dateFilterTutorial {
    position: absolute;
    top: 40px;
    width: 222px;
    pointer-events: none;
    right: -15px; }
    @media (min-width: 705px) {
      .checksSection .tutorialOverlay .dateFilterTutorial {
        right: calc(17.64706vw - 139.41176px); } }
    @media (min-width: 960px) {
      .checksSection .tutorialOverlay .dateFilterTutorial {
        right: 30px; } }
    .checksSection .tutorialOverlay .dateFilterTutorial img {
      margin-left: 120px;
      transform: rotate(18deg); }

.unclickable {
  pointer-events: none; }


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