.paths .paths-intro {
  background: #1891D8;
  padding: 30px 0;
  margin-top: 52px; }
/*  margin-top: 0px; } */
  .paths .paths-intro h1 {
    color: #FFF;
    text-align: center; }
  @media (max-width: 1040px) {
    .paths .paths-intro {
      margin-top: -3px; } }
  @media (max-width: 995px) {
    .paths .paths-intro {
      margin-top: -1px; } }
  @media (max-width: 975px) {
    .paths .paths-intro {
      margin-top: -1px; } }
  @media (max-width: 960px) {
    .paths .paths-intro {
      margin-top: -12px; } }
  @media (max-width: 888px) {
    .paths .paths-intro {
      margin-top: -10px; } }
  @media (max-width: 480px) {
    .paths .paths-intro {
      margin-top: -19px; } }

.paths .selectbox-container {
  position: relative;
  max-width: 767px;
  min-height: 48px;
  margin: 20px auto 0 auto;
  padding-left: 20px;
  padding-right: 20px; }

.paths .custom-selectbox {
  position: absolute;
  left: 20px;
  right: 20px;
  background: #FFF;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: 10px 20px;
  font-family: 'Roboto', sans-serif !important; }
  .paths .custom-selectbox .custom-selectbox-control {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    position: relative;
    cursor: pointer; }
    .paths .custom-selectbox .custom-selectbox-control:after {
      content: '';
      width: 20px;
      height: 20px;
      background-image: url("/cs/promotions/images/NGSpaths-accordion-arrow-blue.svg");
      background-repeat: no-repeat;
      background-position: center center;
      position: absolute;
      right: 0;
      top: 50%;
      margin-top: -10px;
      -ms-transform: rotate(180deg);
      /* IE 9 */
      -webkit-transform: rotate(180deg);
      /* Chrome, Safari, Opera */
      transform: rotate(180deg);
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
    .paths .custom-selectbox .custom-selectbox-control.selectOpen:after {
      -ms-transform: rotate(0deg);
      /* IE 9 */
      -webkit-transform: rotate(0deg);
      /* Chrome, Safari, Opera */
      transform: rotate(0deg); }
    .paths .custom-selectbox .custom-selectbox-control div {
      padding-left: 35px; }
      .paths .custom-selectbox .custom-selectbox-control div:before {
        content: '';
        width: 26px;
        height: 8px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%); }
      .paths .custom-selectbox .custom-selectbox-control div.path_immuno:before {
        background: #A67396; }
      .paths .custom-selectbox .custom-selectbox-control div.path_ffpe_gdna:before {
        background: #84BD00; }
      .paths .custom-selectbox .custom-selectbox-control div.path_target_enrichment:before {
        background: #CE0F69; }
      .paths .custom-selectbox .custom-selectbox-control div.path_restriction_digested_gdna:before {
        background: #00BAB3; }
      .paths .custom-selectbox .custom-selectbox-control div.path_single_molecule_gdna:before {
        background: #0B436A; }
      .paths .custom-selectbox .custom-selectbox-control div.path_transposon_based_gdna:before {
        background: #D6001C; }
      .paths .custom-selectbox .custom-selectbox-control div.path_low_input_gdna:before {
        background: #D65880; }
      .paths .custom-selectbox .custom-selectbox-control div.path_single_hybridize_enrichment_gdna:before {
        background: #F0A771; }
      .paths .custom-selectbox .custom-selectbox-control div.path_double_hybridize_enrichment_gdna:before {
        background: #94795D; }
      .paths .custom-selectbox .custom-selectbox-control div.path_mate_paired_gdna:before {
        background: #008522; }
      .paths .custom-selectbox .custom-selectbox-control div.path_pcr_free_gdna:before {
        background: #7CA87D; }
      .paths .custom-selectbox .custom-selectbox-control div.path_standard_gdna:before {
        background: #F2A900; }
      .paths .custom-selectbox .custom-selectbox-control div.path_total_rna:before {
        background: #80276C; }
      .paths .custom-selectbox .custom-selectbox-control div.path_mrna:before {
        background: #00A9E0; }
      .paths .custom-selectbox .custom-selectbox-control div.path_single_hybridize_enrichment_mrna:before {
        background: #DC5841; }
      .paths .custom-selectbox .custom-selectbox-control div.path_ribo_depleted_rna:before {
        background: #E87722; }

.paths .accordions {
  display: none; }
  .paths .accordions .accordion {
    margin-top: 20px; }
    .paths .accordions .accordion:last-of-type {
      margin-bottom: 20px; }
  .paths .accordions .accordion-trigger {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    cursor: pointer;
    position: relative; }
    .paths .accordions .accordion-trigger:after {
      content: '';
      width: 20px;
      height: 20px;
      background-image: url("/cs/promotions/images/NGSpaths-accordion-arrow-blue.svg");
      background-repeat: no-repeat;
      background-position: center center;
      display: inline-block;
      position: relative;
      top: 4px;
      margin-left: 5px;
      -ms-transform: rotate(180deg);
      /* IE 9 */
      -webkit-transform: rotate(180deg);
      /* Chrome, Safari, Opera */
      transform: rotate(180deg);
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
    .paths .accordions .accordion-trigger.accordion-open:after {
      -ms-transform: rotate(0deg);
      /* IE 9 */
      -webkit-transform: rotate(0deg);
      /* Chrome, Safari, Opera */
      transform: rotate(0deg); }
  .paths .accordions .accordion-content {
    display: none; }
    .paths .accordions .accordion-content ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .paths .accordions .accordion-content ul li {
        font-size: 16px;
        font-weight: 300;
        color: #000;
        padding-bottom: 10px;
        padding-top: 10px;
        padding-left: 50px;
        position: relative; }
        .paths .accordions .accordion-content ul li:before {
          content: '';
          width: 26px;
          height: 8px;
          position: absolute;
          left: 15px;
          top: 50%;
          transform: translateY(-50%); }
        .paths .accordions .accordion-content ul li[data-target='path_immuno']:before {
          background: #A67396; }
        .paths .accordions .accordion-content ul li[data-target='path_ffpe_gdna']:before {
          background: #84BD00; }
        .paths .accordions .accordion-content ul li[data-target='path_target_enrichment']:before {
          background: #CE0F69; }
        .paths .accordions .accordion-content ul li[data-target='path_restriction_digested_gdna']:before {
          background: #00BAB3; }
        .paths .accordions .accordion-content ul li[data-target='path_single_molecule_gdna']:before {
          background: #0B436A; }
        .paths .accordions .accordion-content ul li[data-target='path_transposon_based_gdna']:before {
          background: #D6001C; }
        .paths .accordions .accordion-content ul li[data-target='path_low_input_gdna']:before {
          background: #D65880; }
        .paths .accordions .accordion-content ul li[data-target='path_single_hybridize_enrichment_gdna']:before {
          background: #F0A771; }
        .paths .accordions .accordion-content ul li[data-target='path_double_hybridize_enrichment_gdna']:before {
          background: #94795D; }
        .paths .accordions .accordion-content ul li[data-target='path_mate_paired_gdna']:before {
          background: #008522; }
        .paths .accordions .accordion-content ul li[data-target='path_pcr_free_gdna']:before {
          background: #7CA87D; }
        .paths .accordions .accordion-content ul li[data-target='path_standard_gdna']:before {
          background: #F2A900; }
        .paths .accordions .accordion-content ul li[data-target='path_total_rna']:before {
          background: #80276C; }
        .paths .accordions .accordion-content ul li[data-target='path_mrna']:before {
          background: #00A9E0; }
        .paths .accordions .accordion-content ul li[data-target='path_single_hybridize_enrichment_mrna']:before {
          background: #DC5841; }
        .paths .accordions .accordion-content ul li[data-target='path_ribo_depleted_rna']:before {
          background: #E87722; }
  .paths .accordions .option {
    cursor: pointer; }

.mobile-path {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: none;
  padding: 20px 20px 0 20px; }
  .mobile-path.path-content {
    padding-top: 0; }
  .mobile-path h1 {
    font-size: 28px;
    font-weight: 300;
    color: #000;
    text-align: center; }
  .mobile-path h2 {
    font-weight: 300;
    text-align: center; }
  .mobile-path p {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6em; }
  .mobile-path svg {
    margin-top: 40px; }
    .mobile-path svg text,
    .mobile-path svg .i-info {
      pointer-events: none; }
  .mobile-path .intro-title {
    text-align: left;
    margin-top: 60px;
    background: #1991D8;
    padding: 30px; }
    .mobile-path .intro-title h1 {
      margin-top: 0;
      color: #FFF;
      font-size: 22px;
      font-weight: 500; }
    .mobile-path .intro-title p {
      color: #FFF;
      text-align: left; }
      .mobile-path .intro-title p:last-of-type {
        margin-bottom: 0; }
  .mobile-path .intro-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 160px; }
  .mobile-path .intro-content {
    padding: 30px 20px; }
    .mobile-path .intro-content p {
      color: #231F20;
      margin: 0 0 25px 0;
      font-weight: 300;
      text-align: left; }
  .mobile-path .poster {
    background: #EFEFEF;
    margin: 0 0 20px 0;
    padding: 20px; }
    .mobile-path .poster h2 {
      color: #000;
      font-weight: 500;
      font-size: 22px; }
    .mobile-path .poster p {
      text-align: left; }
    .mobile-path .poster img {
      max-width: 100%; }
  .mobile-path a.btn {
    padding: 14px 30px;
    color: #FFF;
    font-size: 16px;
    font-family: 'robotoregular',sans-serif;
    font-weight: 400;
    background: #1a89d3;
    border-radius: 0;
    width: 100%; }

.admin-links {
  margin-top: 100px;
  text-align: center;
  display: none; }
  .admin-links ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .admin-links ul li {
      display: inline-block;
      border-right: 1px solid #1991D8;
      padding-right: 12px;
      margin-right: 10px; }
      .admin-links ul li:last-child {
        border-right: 0;
        margin-right: 0;
        padding-right: 0; }
  .admin-links.show-links {
    display: block; }

.white-popup-mobile {
  position: relative;
  background: #FFF;
  width: auto;
  max-width: 500px;
  margin: 20px auto; }
  .white-popup-mobile > div {
    padding: 30px 20px 0 20px; }
  .white-popup-mobile h3 {
    margin-bottom: 20px;
    font-size: 20px; }
  .white-popup-mobile a.btn {
    display: inline-block;
    background: #0085D5;
    color: #FFF;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 0;
    margin-top: 20px; }
  .white-popup-mobile .continue {
    text-align: center;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 10px;
    font-size: 16px;
    opacity: 0.3; }
  .white-popup-mobile .mfp-close {
    color: #0085D5;
    opacity: 1; }

ul.lightbox-list {
  border-top: 1px solid #707070;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row; }
  ul.lightbox-list li {
    flex: 1;
    height: 100%;
    text-align: center;
    align-self: center;
    border-right: 1px solid #707070; }
    ul.lightbox-list li:last-child {
      border-right: 0; }
    ul.lightbox-list li a {
      display: flex;
      flex-direction: column;
      height: 100%;
      width: 100%;
      justify-content: center;
      align-items: center;
      padding: 15px 20px;
      font-size: 12px;
      font-weight: 300;
      color: #231F20;
      cursor: pointer; }
      ul.lightbox-list li a img {
        padding-bottom: 5px; }
