@media only screen and (min-width: 0px) {
  .component.featured-research .article-wrapper {
    box-shadow: 5px 5px 14px 0 rgba(166, 166, 166, 0.09);
    position: relative;
  }
  .component.featured-research .article-wrapper::before {
    content: '';
    width: 100%;
    height: 207px;
    background-position: center center;
    background-size: cover;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
  }
  .component.featured-research .article-content {
    padding: 38px;
    background: #000;
  }
  .component.featured-research #tag {
    display: block;
    line-height: 12px;
    font-family: "Helvetica Neue", -apple-system, BlinkMacSystemFont, "Microsoft Sans Serif", Roboto, sans-serif;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    color: #9b9b9b;
    margin-bottom:10px;
  }
  .component.featured-research img {
    width: 100%;
    height: 203px;
  }
  .component.featured-research #preview {
    line-height: 20px;
    font-size: 16px;
    font-weight: 900;
    color: #fff;
  }
  .component.featured-research .grid-item:hover #preview {
    color: #5fe0d3;
  }
  .component.featured-research .heading-wrapper h2 {
    margin-top: 20px;
  }
  .component.featured-research span.accent.center {
    margin: 16px auto 0;
  }
  .component.featured-research .research-grid-wrapper:not(.padd) {
    margin-top: 48px;
    position: relative;
  }
  .component.featured-research .research-grid-wrapper.padd {
    margin-top: 100px;
    position: relative;
  }
  /*Orbit Overrides*/
  .component.featured-research .orbit {
    padding: 0!important;
  }
  .component.featured-research .orbit-slide {
    margin: 0!important;
    width: 100%!important;
  }
  .component.featured-research .orbit-bullets {
    margin-top: 32px;
  }
  .component.featured-research .orbit-bullets button {
    border: 2px solid #5fe0d3;
    background-color: transparent;
    width: 12px;
    height: 12px;
  }
  .component.featured-research .orbit-bullets button.is-active {
    background-color: #5fe0d3;
    width: 16px;
    height: 16px;
    transform: translateY(1.75px);
  }
}
@media only screen and (min-width: 640px) {
  .component.featured-research > .grid-container > .research-grid-container {
    min-height: 732px;
  }
  .component.featured-research #tag {
    font-size: 12px;
    line-height: 12px;
  }
  .component.featured-research #preview {
    font-size: 16px;
    line-height: 20px;
  }
  .component.featured-research .heading-wrapper h2 {
    font-size: 28px;
    line-height: 35px;
  }
}
/*
@media only screen and (min-width: 640px) and (max-width:1023px) {
    .component.featured-research .orbit-wrapper::before {
        content: url(/themes/custom/nhgri/assets/patterns/pattern-dots-white.svg);
        height: 130px;
        width: 130px;
        position: absolute;
        top: -140px;
        left: 0px;
    }
    .component.featured-research .orbit-wrapper::after {
        content: url(/themes/custom/nhgri/assets/patterns/pattern-dots-white.svg);
        height: 130px;
        width: 130px;
        position: absolute;
        bottom: -102px;
        right: -0px;
        transform: rotate(180deg);
    }
}
*/
@media only screen and (min-width: 1024px) {
  .component.featured-research {
    min-height: 660px;
  }
  .component.featured-research .article-content {
    padding: 38px;
  }
  .component.featured-research #preview {
    font-size: 18px;
    line-height: 22px;
  }
  .component.featured-research .research-grid-wrapper::before {
    content: url(/themes/custom/nhgri/assets/patterns/pattern-dots-white.svg);
    height: 120px;
    width: 120px;
    position: absolute;
    top: -90px;
    left: -60px;
  }
  .component.featured-research .research-grid-wrapper::after {
    content: url(/themes/custom/nhgri/assets/patterns/pattern-dots-white.svg);
    height: 120px;
    width: 120px;
    position: absolute;
    bottom: -90px;
    right: -60px;
    transform: rotate(180deg);
  }
}
