@import url(normalize.css);
@import url(skeleton.css);
@import url(video-js.css);
html, body {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  font-size: 20px; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
  margin: 0px;
  padding: 0px; }

h1 {
  color: #5c666f;
  font-size: 1.8rem; }

h2 {
  color: #5c666f;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 40px; }

h3 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  color: #5c666f;
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 20px;
  font-style: normal; }

h4 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  color: #5c666f;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 20px;
  text-align: center;
  font-style: normal; }

h5 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  color: #4AA1CC;
  font-size: 1.2rem;
  font-weight: 400;
  text-align: center;
  font-style: normal; }

h6 {
  font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  text-align: center;
  font-style: normal; }

iframe {
  position: relative;
  left: 50%;
  margin-left: -250px; }
  @media screen and (max-width: 730px) {
    iframe {
      width: 300px !important;
      margin-left: -150px; } }

.block {
  position: relative;
  display: block; }

.block-p {
  position: relative;
  display: block;
  padding: 20px; }

.image-block {
  position: relative;
  display: block; }
  .image-block img {
    width: 100%; }

.image-block-big-p {
  position: relative;
  display: block;
  padding: 20px; }
  .image-block-big-p img {
    width: 100%;
    max-width: 212px;
    margin: 0 auto 20px auto;
    display: block; }

.float-image-block {
  position: relative;
  display: block;
  width: 100%; }
  .float-image-block img {
    width: 100%; }
  @media (min-width: 550px) {
    .float-image-block {
      width: 50%;
      margin-left: 20px; } }

.styleGuideHeader {
  margin: 50px 0px; }

.text-block {
  padding: 0px 40px 40px 40px; }

@media (min-width: 750px) {
  .column-text-2 {
    -moz-column-count: 2;
    -moz-column-gap: 50px;
    -webkit-column-count: 2;
    -webkit-column-gap: 50px; } }

.dots-block {
  position: relative;
  margin-left: 0px;
  margin-bottom: 20px;
  width: 100%;
  background: url(../images/dotsBG.png); }
  .dots-block img {
    width: 100%;
    max-width: 500px; }
  @media (min-width: 750px) {
    .dots-block {
      margin-left: 40px;
      width: 50%; }
      .dots-block img {
        width: 100%;
        max-width: 500px; } }

.block-title {
  background: #4AA1CC;
  border-radius: 4px 4px 4px 4px; }
  @media (min-width: 750px) {
    .block-title {
      border-radius: 0px 4px 4px 0px; }
      .block-title h2 {
        color: #fff;
        padding: 5px 30px 5px 0;
        margin: 0px;
        text-align: right; } }
  @media (max-width: 775px) {
form#GRPForm .one-half.column{width:100%;margin-left:0;}


 }


  .block-title h2 {
    color: #fff;
    padding: 5px 30px 5px 0;
    margin: 0px;
    text-align: center; }

.svgThumb {
  width: 64px;
  margin-right: 20px; }

p {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  margin: 20px 0px;
  padding: 0px;
  color: #5c666f;
  font-size: .8rem; }

a {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  margin: 0px;
  padding: 0px;
  text-decoration: none; }

sub {
  color: #7DAF6E;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 200ms cubic-bezier(0.33, 0.91, 0.58, 0.96);
  transition: all 200ms cubic-bezier(0.33, 0.91, 0.58, 0.96); }
  sub:hover {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2); }

.list-label {
  margin: 0px; }

.bg-white {
  background: #fff; }

.bg-lgtGray {
  background: #f1f1f2; }

.bg-lgtBlue {
  background: #567589; }

.bg-drkBlue {
  background: #3c586d; }

.clr-brtBlue {
  color: #4AA1CC; }

.bottomBorder {
  border-bottom: solid 1px #fff; }

.centered {
  text-align: center; }

.align-left {
  text-align: left; }

.clear {
  clear: both; }

video {
  width: 100%; }

.site-wrap {
  position: relative;
  width: 100%;
  height: 100%; }

.header {
  position: fixed;
  z-index: 1000;
  top: -200px;
  left: 0px;
  width: 100%;
  height: 42px;
  background: #fff;
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2); }
  .header .progress-bar-wrap {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: #e4e5e6; }
    .header .progress-bar-wrap .progress-bar {
      position: relative;
      height: 100%;
      width: 0%;
      background: #7daf6e; }
  .header .logo {
    width: 50px;
    margin-top: 7px;
    -webkit-transition: all 200ms cubic-bezier(0.04, 0.71, 0.27, 1.58);
    transition: all 200ms cubic-bezier(0.04, 0.71, 0.27, 1.58); }
    .header .logo:hover {
      -webkit-transform: scale(1.05, 1.05);
      transform: scale(1.05, 1.05); }
     
  .header .nav {
    display: none; }
    @media (min-width: 930px) {
      .header .nav {
        position: absolute;
        right: 0px;
        top: 2px;
        margin: 0px;
        display: block; }
        .header .nav li {
          display: inline-block;
          margin-top: 4px;
          margin-left: 2px; }
          .header .nav li a {
            display: block;
            font-size: .65rem;
            font-weight: 500;
            text-decoration: none;
            color: #567589;
            padding: 4px 5px; }
            .header .nav li a:hover {
              color: #4aa1cc; }
          .header .nav li .nav-item-active {
            color: #4aa1cc;
            background: #E4E5E6;
            border-radius: 5px; }
          .header .nav li .cta {
            color: #fff;
            background: #e18533;
            border-radius: 5px;
            -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
            -webkit-transition: all 200ms cubic-bezier(0.04, 0.71, 0.27, 1.58);
            transition: all 200ms cubic-bezier(0.04, 0.71, 0.27, 1.58); }
            .header .nav li .cta:hover {
              color: #fff;
              -webkit-transform: scale(1.05, 1.05);
              transform: scale(1.05, 1.05); } }
  .header .mobile-nav {
    z-index: 10;
    width: 230px;
    height: 0px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    right: 0px;
    top: 42px;
    margin: 0px;
    display: block;
    -webkit-transition: all 200ms cubic-bezier(0.33, 0.91, 0.58, 0.96);
    transition: all 200ms cubic-bezier(0.33, 0.91, 0.58, 0.96); }
    @media (min-width: 930px) {
      .header .mobile-nav {
        display: none; } }
    .header .mobile-nav a {
      display: block;
      text-decoration: none;
      background: #fff; }
      .header .mobile-nav a:nth-child(even) {
        background: #e6e7e8; }
      .header .mobile-nav a li {
        width: 100%;
        height: 40px;
        list-style-type: none; }
        .header .mobile-nav a li p {
          color: #567589;
          font-size: .7rem;
          font-weight: 500;
          padding: 10px;
          margin: 0px; }
      .header .mobile-nav a .nav-item-active p {
        float: right;
        margin-right: 40px; }
      .header .mobile-nav a .cta {
        background: #e18533; }
        .header .mobile-nav a .cta p {
          color: #fff;
          -webkit-transition: all 200ms cubic-bezier(0.04, 0.71, 0.27, 1.58);
          transition: all 200ms cubic-bezier(0.04, 0.71, 0.27, 1.58); }
      .header .mobile-nav a:hover {
        background: #4aa1cc; }
        .header .mobile-nav a:hover li p {
          color: #fff; }
        .header .mobile-nav a:hover .cta p {
          -webkit-transform: translateX(10px);
          transform: translateX(10px); }
    .header .mobile-nav .mobile-nav-arrow-wrap {
      position: absolute;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 0px;
      cursor: pointer; }
    .header .mobile-nav .mobile-nav-arrow {
      position: fixed;
      right: 40px;
      width: 40px;
      top: 0px;
      cursor: pointer; }
  .header .mobile-nav-down {
    height: 200px; }

.singleHeader {
  top: 0px; }

.intro-video-wrap {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url(../images/DNA.gif) center center no-repeat;
  background-size: cover; }

.videoOverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: url(../images/videoOverlay.png) center center no-repeat;
  background-size: cover; }

.content-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 40px; }

.intro-video-content {
  position: relative;
  width: 100%;
  height: 100%; }
  .intro-video-content .main-title {
    position: relative;
    width: 430px;
    height: 118px;
    margin: 0 auto;
    margin-top: 15%; }
    .intro-video-content .main-title svg {
      position: absolute;
      top: 0px;
      left: 0px; }
  .intro-video-content h1 {
    position: relative;
    color: #567589;
    text-align: center;
    padding-top: 37px; }
    .intro-video-content h1 span {
      color: #3c586d;
      font-weight: 700; }
  .intro-video-content p {
    color: #fff;
    text-align: center;
    font-size: .8rem; }
  .intro-video-content .intro-downArrow {
    position: relative;
    width: 50px;
    left: 50%;
    margin-left: -25px;
    margin-top: 10%;
    cursor: pointer;
    -webkit-transition: all 200ms cubic-bezier(0.04, 0.71, 0.27, 1.58);
    transition: all 200ms cubic-bezier(0.04, 0.71, 0.27, 1.58); }
    .intro-video-content .intro-downArrow:hover {
      -webkit-transform: scale(1.05, 1.05);
      transform: scale(1.05, 1.05); }

.head-title {
  position: relative;
  min-height: 645px;
  padding: 60px 0px;
  background: #fff;
  overflow: hidden; }
  .head-title p {
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.9rem;
    margin: 200px 0px 30px 0px;
    width: 90%;
    text-shadow: 0 0 20px #666;
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8); }
  .head-title .attribution {
    color: #fff;
    font-size: .9rem;
    margin: 0px;
    padding: 0px;
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8); }

.head-intro {
  background: url(../images/head-intro.jpg) center center no-repeat;
  background-size: cover; }

.quote {
  position: relative;
  background: url(../images/dotsBG.png);
  padding: 60px 40px; }

blockquote {
  position: relative;
  font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  color: #4aa1cc;
  margin: 0px; }

.attribution {
  color: #4aa1cc;
  font-size: .8rem; }

.blockLink {
  position: relative;
  height: 235px;
  border-radius: 4px;
  text-decoration: none;
  margin-bottom: 30px; }
  .blockLink:hover .blockLink-overlay {
    background: url(../images/dotsBG.png); }
  .blockLink:hover svg {
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5); }
  .blockLink .blockLink-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    border-radius: 4px;
    background: rgba(86, 117, 137, 0.6);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear; }
  .blockLink p {
    position: relative;
    color: #fff;
    margin-top: 80px;
    margin-left: 47px;
    font-size: 1.5rem;
    width: 70%;
    line-height: 1.5rem; }
    .blockLink p span {
      margin-left: -27px; }
    .blockLink p .smaller {
      margin-left: 0px;
      font-size: 1rem; }
  .blockLink svg {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -9px;
    width: 11px;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear; }

.blockLink-1 {
  background: url(../images/blockLink-1.jpg) center center no-repeat;
  background-size: cover; }

.blockLink-2 {
  background: url(../images/blockLink-2.jpg) center center no-repeat;
  background-size: cover; }

.blockLink-3 {
  background: url(../images/blockLink-3.jpg) center center no-repeat;
  background-size: cover; }

.blockLink-4 {
  background: url(../images/blockLink-4.jpg) center center no-repeat;
  background-size: cover; }

.blockVideo {
  position: relative;
  height: 235px;
  border-radius: 4px;
  text-decoration: none;
  margin-bottom: 30px;
  cursor: pointer; }
  .blockVideo:hover .blockVideo-overlay {
    background: transparent; }
  .blockVideo:hover svg {
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3); }
  .blockVideo .blockVideo-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    border-radius: 4px;
    background: rgba(86, 117, 137, 0.6);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear; }
  .blockVideo p {
    position: absolute;
    color: #fff;
    margin-top: 80px;
    margin-left: 20px;
    font-size: 1.6rem;
    width: 80%;
    line-height: 1.6rem;
    bottom: 20px; }
  .blockVideo svg {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -9px;
    width: 38px;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear; }

.katya-story {
  background: url(../images/katya-bg.jpg) center center no-repeat;
  background-size: cover; }

.julie-story {
  background: url(../images/julie-bg.jpg) center center no-repeat;
  background-size: cover; }

.mary-story {
  background: url(../images/mary-bg.jpg) center center no-repeat;
  background-size: cover; }

.beth-story {
  background: url(../images/beth-bg.jpg) center center no-repeat;
  background-size: cover; }

.lab-accuracy-video {
  background: url(../images/lab-accuracy-bg.jpg) center center no-repeat;
  background-size: cover; }

.myriadLogo {
  position: relative;
  width: 224px;
  left: 50%;
  margin-left: -112px;
  display: block; }

.footer-nav {
  position: relative;
  padding: 20px;
  margin: 0px;
  width: 100%;
  max-width: 980px;
  margin: 0 auto; }
  .footer-nav li {
    display: inline-block;
    border-right: solid 1px #f1f1f2;
    padding: 0px 5px; }
    .footer-nav li:last-child {
      border-right: none; }
    .footer-nav li a {
      text-decoration: none; }
      .footer-nav li a p {
        color: #f1f1f2;
        font-size: .7rem;
        line-height: .7rem;
        margin: 0px;
        padding: 0px; }

.copyright {
  position: relative;
  margin: 0px;
  color: #f1f1f2;
  font-size: .5rem;
  text-align: center;
  padding: 10px 20px 200px 20px; }

.footerText {
  position: relative;
  margin: 0px;
  color: #f1f1f2;
  font-size: .5rem;
  text-align: center;
  padding: 23px 20px 10px 20px; }

.footer-popup {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 90px;
  bottom: 50px;
  left: 0px; }

.footer-previous-wrap, .footer-next-wrap {
  background: #fff;
  position: relative;
  height: 100%;
  width: 160px; }
  .footer-previous-wrap svg, .footer-next-wrap svg {
    width: 30px;
    -webkit-transition: all 200ms cubic-bezier(0.33, 0.91, 0.58, 0.96);
    transition: all 200ms cubic-bezier(0.33, 0.91, 0.58, 0.96); }
  .footer-previous-wrap p, .footer-next-wrap p {
    color: #89959C;
    margin-top: 15px;
    width: 130px;
    word-wrap: break-word;
    line-height: 1rem;
    font-size: .6rem; }
    .footer-previous-wrap p span, .footer-next-wrap p span {
      color: #0082CA;
      font-size: .8rem; }
  .footer-previous-wrap:hover svg, .footer-next-wrap:hover svg {
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5); }
  @media (min-width: 600px) {
    .footer-previous-wrap, .footer-next-wrap {
      width: 300px; }
      .footer-previous-wrap svg, .footer-next-wrap svg {
        width: 30px; }
      .footer-previous-wrap p, .footer-next-wrap p {
        color: #89959C;
        margin-top: 20px;
        width: auto;
        word-wrap: break-word;
        line-height: 1rem;
        font-size: .8rem; }
        .footer-previous-wrap p span, .footer-next-wrap p span {
          color: #0082CA;
          font-size: 1rem; } }

.footer-previous-wrap {
  left: -100%; }

.footer-next-wrap {
  right: -100%; }
  .footer-next-wrap p {
    text-align: right; }

.popup-bg {
  position: fixed;
  z-index: 2000;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(241, 241, 242, 0.9);
  display: none; }

.popup {
  position: fixed;
  z-index: 2000;
  width: 70%;
  height: auto;
  min-height: 20%;
  max-height: 60%;
  top: 20%;
  left: 15%;
  background: #fff;
  overflow-y: scroll;
  padding: 30px;
  display: none; }
  @media screen and (max-width: 730px) {
    .popup {
      width: 90%;
      left: 5%; } }
  .popup p {
    font-size: .65rem;
    padding: 5px 0px;
    margin: 5px 0px;
    border-bottom: solid 1px #f1f1f1; }
    .popup p:last-child {
      border: none; }

.popup-close {
  position: fixed;
  z-index: 2000;
  top: calc(20% - 12px);
  right: calc(15% + 42px);
  cursor: pointer;
  display: none;
  -webkit-transition: all 200ms cubic-bezier(0.33, 0.91, 0.58, 0.96);
  transition: all 200ms cubic-bezier(0.33, 0.91, 0.58, 0.96); }
  @media screen and (max-width: 730px) {
    .popup-close {
      right: calc(5% + 42px); } }
  .popup-close:hover {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2); }

.popup-active {
  display: block; }

.hero {
  height: 575px;
  position: relative; }
  .hero h1 {
    color: #5c666f;
    margin-top: 80px;
    font-size: 2.9rem;
    line-height: 0.9;
    text-align: center;
    padding: 80px 20px 60px 20px;
    background: rgba(255, 255, 255, 0.85);
    margin-top: 0px;
    padding: 20px; }
    .hero h1 span {
      font-size: 1.2rem;
      letter-spacing: -.05rem; }
  .hero .u-full-width {
    position: absolute;
    bottom: 30px; }

.Hereditary-Cancer-Hero {
  background: url(../images/Hereditary-Cancer-Hero.jpg) center center no-repeat;
  background-size: cover; }

.Patient-Impact-Hero {
  background: url(../images/Patient-Impact-Hero.jpg) center center no-repeat;
  background-size: cover; }

.Process-Hero {
  background: url(../images/Process-Hero.jpg) center center no-repeat;
  background-size: cover; }

.Test-Accuracy-Importance {
  background: url(../images/Test-Accuracy-Importance-Hero.jpg) center center no-repeat;
  background-size: cover; }

.img-spacer-1 {
  height: 366px;
  background: url(../images/spacer-1.jpg) center center no-repeat;
  background-size: cover; }

.graphThumb {
  position: relative;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px; }
  .graphThumb img {
    position: relative;
    width: 94px;
    left: 50%;
    margin-left: -47px; }
    @media (min-width: 550px) {
      .graphThumb img {
        width: 100%; } }
    @media (min-width: 1200px) {
      .graphThumb img {
        width: 94px;
        left: 50%;
        margin-left: -47px; } }
  .graphThumb p {
    text-align: center;
    color: #567589; }

.graphThumb-3 {
  position: relative;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px; }
  .graphThumb-3 img {
    position: relative;
    width: 120px;
    left: 50%;
    margin-left: -60px; }
    @media (min-width: 550px) {
      .graphThumb-3 img {
        width: 120px;
        left: 50%;
        margin-left: -60px; } }
  .graphThumb-3 p {
    text-align: center;
    color: #567589; }

.graph {
  width: 100%;
  max-width: 458px; }

.Patient-Impact-Page-img_2 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 29% !important; }
.ctaSideTrigger{text-align:center;cursor:pointer;}
.ctaSideTrigger a{color:#fff;}
.ctaSideForm{
    color: #fff;
    position:fixed;
    right:0px;
    font-size: .75rem;

background-color:#e18533;
padding:10px;
z-index:1000;

}

.hs-form.stacked{margin:0px !important;width:350px;}
#hsForm_cfbe6b7d-25e2-4b39-bcf5-824e6e3fbb44{display:none;}
#hsForm_cfbe6b7d-25e2-4b39-bcf5-824e6e3fbb44.showIt{display:block;}
.hs-form.stacked .field {
    margin-bottom: -25px !important;
}

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