@charset "UTF-8";
/* RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; border: 0; outline: 0; background: transparent;}
blockquote, q{ quotes: none;}
:focus{ outline: 0; }
table{ border-collapse: collapse; border-spacing: 0; }

html,
body{
  width: 100%;
}

a{
  cursor: pointer;
}

i {
  margin-right: 4px;
}

@media (min-width: 769px){
  .mobile{
    display: none !important;
  }
}
@media (max-width: 768px){
  .desktop{
    display: none !important;
  }
}

img, a, button{
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html{
  overflow-x: hidden;
}

body{
  background: #070312;
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.33em;
  color: #fff;
  overflow-x: hidden;
}
@media (min-width: 769px){
  .mobile{
    display: none !important;
  }
}
@media (max-width: 768px){
  .desktop{
    display: none !important;
  }
}

.nobrk{
  white-space: nowrap;
}
.font-20 {
  font-size: 20px;
}
.pb-1 {
  padding-bottom: 10px!important;
}

h1, h2, h3, h4, p, main ul, main li{
  font-weight: inherit;
  padding: 0px 0px 24px;
  clear: both;
}

h1, h2, h3, h4{
  font-family: 'Teko', Helvetica, Arial, sans-serif;
  line-height: 1em;
}

h1{
  font-size: 77px;
  color: #ffc557;
}

h2{
  font-size: 37px;
  padding: 0px 0px 20px;
  margin: -20px 0px 0px;
  color: #fff;
  font-weight: 400;
}
h2 strong{
  font-weight: 500;
}

h3{
  color: #ffc557;
  font-size: 30px;
  font-weight: 400;
}
p + h3{
  margin-top: 34px;
}
main p a,
.modal p a{
  color: #ffc557;
  text-decoration: none;
  border-bottom: 1px #ffc557 solid
}
footer p a{
  text-decoration: none;
}
footer p a span{
  color: #fff;
}
footer p a:hover span{
  border-bottom: 1px #fff solid
}
sup,
sub{
  line-height: 0;
  position: relative;
}
sup{
  font-size: 55%;
  vertical-align: super;
  top: -.1em;
}
sub{
  font-size: .65em;
  vertical-align: bottom;
  bottom: -0.45em;
}
h1 sup{
  top: 0em;
}
strong{
  font-weight: 700;
}

ul, ol, li{
  list-style: none;
  position: relative;
  clear: both;
}
main ul li{
  padding: 0 0 8px 10px;
}

main ul li:before,
aside ul li:before{
  content: '';
  display: block;
  position: absolute;
  float: none;
  background: #8e75cf;
  width: 4px;
  height: 4px;
  top: .5em;
  left: 2px;
  border-radius: 50%;
  box-sizing: border-box;
}

main ul ul,
aside ul ul{
  padding-top: 5px;
}
main ul ul li:before,
aside ul ul li:before{
  border-radius: 0px;
  width: 8px;
  height: 1px;
  left: 0px;
  top: .58em;
}
main ul ul li,
aside ul ul li{
  padding-left: 12px;
}

p {
  margin: 0px;
  padding: 0px 0px 14px;
}
p.no-padding-bottom{
  padding-bottom: 0px;
}

p.footnote{
  font-size: 12px;
  line-height: 1.9em;
}
p.footnote sup{
  font-size: .7em;
}
.hang p{
  padding-bottom: 6px;
  margin: 0px;
}
.hang .hang{
  width: 20px;
	margin: 0px 0px 0px -20px;
	padding: 0px;
	text-align: right;
	float:left;
}
.hang sup.hang{
  font-size: .7em;
  top: .6em;
}
.footnote.hang sup.hang{
  top: .9em;
}

@media (max-width: 768px){
  h2{
    padding-top: 40px;
    margin-top: -20px;
  }
}

.nobr, .nobrk, nobrk{
  white-space: nowrap;
}
.clear{
  clear: both;
}
br.clear{
  height: 0px;
  line-height: 0;
  width: 100%;
}
.clearfix:after{
  content: "";
  display: table;
  clear: both;
}

main,
header,
section,
footer,
figure{
  display: block;
  position: relative;
  float: left;
  width: 100%;
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  clear: both;
}

.content-footer-automation {
  background-color: #fff;
  max-width: 100%;
  margin: 0;
  display: flex;
  justify-content: center;
  padding: 0;
}

#phmGlobalFooter{
  max-width: 1024px;
}

@media screen and (min-width: 992px) { 
  .jxp-footer {
    background-color: #312c2a;
    padding: 50px 0px !important;
  }
}

@media screen and (max-width: 1024px) {
  .jxp-footer {
    padding: 50px 20px !important;
  }
}


header > div,
nav > div,
section > div,
footer > div{
  max-width: 1056px;
  width: 100%;
  margin: 0 auto;
  padding: 78px 16px 70px;
  position: relative;
  box-sizing: border-box;
  clear: both;
}
section > div{
  padding-bottom: 24px;
}
section > div:last-child{
  padding-bottom: 70px;
}
@media (max-width: 768px){
  header > div,
  nav > div,
  section > div,
  footer > div{
    padding: 20px 20px;
  }
}

main section p:last-child,
main section ul:last-child,
main section ul:last-child li:last-child,
main section figure:last-child{
  margin-bottom: 0px;
  padding-bottom: 0px;
}
nav{
  background: #000;
  display: block;
  position: fixed;
  float: none;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 94px;

  z-index: 2;
}
nav:after{
  content: '';
  background: #4e380e;
  display: block;
  position: absolute;
  float: none;
  width: 100%;
  height: 1px;
  top: 100%;
  left: 0px;
}
nav > div{
  max-width: 1194px;
  height: 100%;
  padding: 0px;
  width: clac(100% - 20px);
}
nav ul a{
  font-size: 15px;
  text-decoration: none;
  color: #fff;
}
nav ul a.nav-active span{
  color: #ffc557;
}
nav > div > a{
  display: block;
  position: absolute;
  float: none;
  top: 50%;
  transform: translate(0px, -50%);
  left: 16px;
}
nav > div > a img{
  display: block;
  position: relative;
  float: left;
}
#nav-shield{
  display: none;
}

.cellar,
.cellar img{
  display: block;
  position: absolute;
  float: none;
}
.cellar{
  left: 50%;
  width: calc(100% + 4px);
  height: 0px;
  transform: translate(-50%, 0px);
}
.cellar img{
  top: 0px;
  transform: translate(0px, -50%);
}

#testing .cellar{
  top: 0px;
  min-width: 1290px;
}
#testing .cellar img{
  left: 0px;
}
#labs .cellar{
  top: 0px;
}
#labs .cellar img{
  right: 0px;
}
footer .cellar{
  top: 250px;
  min-width: 1280px;
}


@media (min-width: 769px){
  nav ul{
    display: block;
    position: absolute;
    float: none;
    bottom: 0px;
    right: 36px;
    width: calc(100% - 260px);
    max-width: 640px;
    height: 70px;
    display: flex;
    justify-content: space-between;
  }
  nav ul li{
    display: block;
    position: relative;
    float: left;
    box-sizing: border-box;
    height: 100%;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
  }
  nav ul li a{
    text-align: center;
  }
  nav ul li a:hover{
    color: #ffc557;
  }
  nav ul a.nav-active span{
    border-bottom: 1px #ffc557 solid
  }
  nav .nav-btn{
    display: none;
  }
}
@media (max-width: 768px){
  nav,
  nav > div{
    padding: 0px;
  }
  nav{
    height: 70px;
  }
  nav > div > a{
    left: 20px;
  }
  nav .nav-btn{
    display: block;
    position: absolute;
    float: none;

    width: 30px;
    height: 25px;
    top: 24px;
    right: 19px;
  }
  nav .nav-btn:after{
    content: '';
    display: block;
    position: absolute;
    float: none;
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
  }
  nav .nav-btn span{
    background: #ffc557;
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: 5px;
    margin: 0px 0px 5px;
    border-radius: 2px;
    transform-origin: top left;
  }
  nav .nav-btn span:last-child{
    transform-origin: bottom left;
  }
  nav ul{
    background: #410099;
    display: block;
    position: absolute;
    float: none;
    width: 100%;
    padding: 82px 0px 48px;
    margin: 0px;
    left: 100%;
    transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  nav ul li,
  nav ul li a{
    display: block;
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
  }
  nav ul li{
    padding: 0px 38px;
  }
  nav ul li a{
    padding: 12px 0px;
    font-size: 19px;
    color: #fff;
    border-bottom: 1px #6e2cc8 solid;
  }
  #nav-shield{
    background: rgba(85, 85, 85, .6);
    display: block;
    position: absolute;
    float: none;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;

    opacity: 0;
    pointer-events: none;
    transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .mobile-shownav nav ul{
    transform: translate(-100%, 0px);
  }
  .mobile-shownav #nav-shield{
    opacity: 1;
    pointer-events: auto;
  }
  .mobile-shownav nav .nav-btn span{
    opacity: 0;
  }
  .mobile-shownav nav .nav-btn span:first-child{
    transform: rotate(45deg);
    opacity: 1;
    left: 5px;
  }
  .mobile-shownav nav .nav-btn span:last-child{
    transform: rotate(-45deg);
    opacity: 1;
    left: 5px;
  }
}

@media (min-width: 769px){
  .anchor:not(header){
    padding-top: 110px;
    margin-top: -110px;
  }
}
@media (max-width: 768px){
  .anchor:not(header){
    padding-top: 86px;
    margin-top: -86px;
  }
}


figure{
  margin: 0px 0px 68px;
}
figure img{
  display: block;
  position: relative;
  float: none;
  margin: 0px auto;
  max-width: 100%;
  height: auto;
  clear: both;
}
figure h3{
  font-size: 25px;
  color: #ce7bda;
  text-transform: uppercase;
  text-align: center;
  padding: 0px 0px 68px;
}
figure h3 strong{
  font-weight: 500;
}
figure h3 img{
  margin-bottom: 25px;
}
figure h3 sup{
  top: 0px;
}
figure p.footnote{
  text-align: center;
}
@media (max-width: 768px){
  figure{
    margin: 0px 0px 24px;
  }
  figure h3{
    font-size: 21px;
  }
}
main h2 + figure{
  margin-top: 10px;
}
@media (min-width: 769px){
  main h2 + figure{
    margin-top: 48px;
  }
}

header > div{
  height: 100%;
}
header h1,
header h1 span,
header h1 small,
section h1,
section h1 span,
section h1 small{
  display: block;
  position: relative;
  float: left;
  width: 100%;
  font-weight: 400;
}
header h1 span,
section h1 span{
  line-height: .85em;
}
header h1 small,
section h1 small{
  color: #fff;
  font-size: 47px;
  line-height: 1em;
}
header p, header ul{
  font-weight: 100;
}
header h2{
  background: linear-gradient(90deg, rgba(43, 16, 79, 0) 0%, rgba(43, 16, 79, 1) 40%, rgba(43, 16, 79, 1) 60%, rgba(43, 16, 79, 0) 100%);
  display: block;
  position: relative;
  float: left;
  width: 100%;
  clear: both;
  border: 1px solid #fff;
  border-left: none;
  border-right: none;
  color: #fff;
  text-decoration: none;
  font-family: 'Teko', Helvetica, Arial, sans-serif;
  text-align: center;
  font-size: 24px;
  padding: 20px 34px;
  box-sizing: border-box;
}

main{
  background: #000;
}

#header-content{
  position: relative;
  z-index: 1;
}

header{
  background: #05020f;
}
@media (max-width: 768px){
  header{
    background: #05020f;
    padding-top: 70px;
  }
  header > div{
    padding-bottom: 0px;
  }
  header img{
    display: block;
    position: absolute;
    float: none;
    width: 100%;
    height: auto;
    bottom: 0px;
    left: 0px;
  }
  header h1,
  main h1{
    padding-bottom: 22px;
  }
  header h1 span,
  section h1 span{
    line-height: .9em;
  }
  header h1 small,
  main h1 small{
    line-height: 1em;
    padding: 8px 0px 0px;
  }
  header p{
    padding: 0px 0px 32px;
  }
  header ul{
    padding-bottom: 0px;
  }
  section{
    padding: 0px 0px 55px;
  }
}
@media (min-width: 769px){
  header{
    height: 550px;
    padding-top: 94px;
  }
  header img{
    display: block;
    position: absolute;
    float: none;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 0px);
  }
  #header-content{
    display: block;
    position: relative;
    float: left;
    width: 100%;
    max-width: 640px;
    top: 50%;
    transform: translate(0px, -50%);
  }
  header p{
    padding: 0px 90px 42px 0px;
  }
  header h2{
    width: 300px;
  }
  header ul{
    display: block;
    position: relative;
    float: left;
    width: 100%;
    max-width: 530px;
  }
}
@media (max-width: 768px){
  header p{
    padding: 0px 0px 40px;
  }
  header h2{
    margin: 0px;
  }
}
.background-title {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 10px 0;
}
.background-title h2,
.background-title > .copy {
  background-image:
    linear-gradient(
      to right, 
      rgba(43, 16, 79, 0) 0%,
      rgba(43, 16, 79, 0.50) 15%,
      rgba(43, 16, 79, 0.50) 85%,
      rgba(43, 16, 79, 0) 100%
    );
}
#expertOpinion{
  background:
    url(images/expert-bg-desktop.png) 0% 40% / cover no-repeat;
    background-size: cover;
  padding: 30px 0 0;
}
#expertOpinion h2 {
  color: #ffc557;
  text-align: center;
  font-size: 32px;
  padding: 20px 0;
  margin: 0;
}
#expertOpinion span {
  color: #fff;
}
@media (max-width: 768px){
  #expertOpinion{
    background: #211f27 url(images/alterations-bg@2x.jpg) top center/cover no-repeat;
  }
  #expertOpinion h2 {
   font-size: 28px;
  }
}
#expertOpinion .video {
  max-width: 500px;
  margin: 45px 0 40px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 550px){
  #expertOpinion .video {
    max-width: 100%;
  }
}
.vjs-big-play-button {
  font-size: 120px!important;
}
.bc-player-default_default .vjs-big-play-button {
  background-color: transparent;
}
.vjs-play-progress {
  background-color: #8e75cf!important;
}
.bc-player-default_default:hover .vjs-big-play-button {
  background-color: transparent!important;
} 
.copy p {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 20px!important;
}
#alterations{
  background:
    url(images/alterations-bg2.png) right bottom 140px no-repeat,
    #060217 url(images/alterations-bg.jpg) top left/cover no-repeat;
}
#solid{
  background: #211f27 url(images/solid-bg.jpg) bottom right/cover no-repeat;
}
#role{
  background: #211f27 url(images/alterations-bg.jpg) bottom left/cover no-repeat;
}
#testing{
  background: #0e0521 url(images/testing-bg.jpg) bottom right/cover no-repeat;
}
#labs{
  background: #19171f;
}
#identification{
  background: #1b1821;
}
#identification h1 span{
  padding: 0px 0px 10px 0px;
}
footer{
  background: #060217;
}
#identification  h1{
  font-size: 70px;
}
@media (min-width: 769px){
}
@media (max-width: 768px){
  #alterations{
    background: #211f27 url(images/alterations-bg@2x.jpg) top center/cover no-repeat;
  }
  #alterations > div:last-child{
    padding-bottom: 0px;
  }
}
#Biomarker-Guided-Therapy small {
  font-size: 43px;
}

.bordered{
  background:
    linear-gradient(90deg, rgba(43, 16, 79, 0) 0%, rgba(43, 16, 79, .8) 25%, rgba(43, 16, 79, 1) 50%, rgba(43, 16, 79, .8) 75%, rgba(43, 16, 79, 0) 100%) top 10px left/100% calc(100% - 20px) no-repeat
  ;
  border: 1px solid #fff;
  border-left: none;
  border-right: none;

  display: block;
  position: relative;
  float: left;
  width: 100%;

  padding: 32px 0px;
}
.bordered > div:first-child{
  display: block;
  position: relative;
  float: none;
  width: 100%;
  max-width: 850px;
  margin: 0px auto;
}
main .bordered h2,
main .bordered p{
  text-align: center;
}
main .bordered h2{
  font-size: 30px;
  padding: 0px;
  margin: 0px;
}
main .bordered h2 span{
  color: #ffc557;
}
#expert-opinion .bordered > div:first-child{
  max-width: 660px;
}

figure.video{
  display: block;
  position: relative;
  float: none;
  width: 100%;
  max-width: 585px;
  margin: 40px auto;
}
figure.video div,
figure.video iframe{
  display: block;
  position: relative;
  float: left;
  width: 100%;
  border: #787878 solid 1px;
}
figure.video div{
  padding: 56.25% 0px 0px;
}


#alterations figure + ul + p{
  padding-bottom: 80px;
}
#alterations-aberrant [modal],
#alterations-aberrant [modal] span{
  display: block;
  position: absolute;
  float: none;
  margin: 0px;
  padding: 0px;
}
#alterations-aberrant [modal]{
  border-radius: 50%;
  border: 1px #fff solid;
  width: 33px;
  height: 33px;
  cursor: pointer;
}
#alterations-aberrant [modal] span{
  width: 20px;
  height: 20px;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#alterations-aberrant [modal] span img{
  display: block;
  position: relative;
  float: left;
  max-width: none;
}
#alterations-aberrant [modal]:hover span img{
  margin: 0px 0px 0px -20px;
}
#alterations-aberrant [modal]:after{
  content: '';
  display: block;
  position: absolute;
  float: none;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
}
#alterations-aberrant > div{
  display: block;
  position: relative;
  float: none;
  margin: 40px auto 0px;
  width: 100%;
}
#alterations-fgfr h3 + h3{
  padding-bottom: 10px;
}
@media (min-width: 769px){
  #alterations-aberrant{
    margin-bottom: 64px;
  }
  #alterations-aberrant > div{
    max-width: 512px;
  }
  #alterations-aberrant [modal]{
    top: -20px;
    right: 0px;
  }
}
@media (max-width: 768px){
  #alterations-aberrant{
    margin-bottom: 0px;
  }
  #alterations-aberrant > div{
    max-width: 293px;
  }
  #alterations-aberrant [modal]{
    display: none;
    top: -46px;
    right: -4px;
  }
}


#alterations h2 {
  text-align: center;
  font-size: 36px;
}
@media (max-width: 768px){
  #alterations h2 {
    text-align: left;
  }
}
#alterations figure div{
  display: block;
  position: relative;
  float: none;
  width: 550px;
  max-width: 100%;
  margin: 0px auto;
}
#alterations figure table{
  font-size: 19px;
}

#alterations figure th,
#alterations figure td{
  text-align: left;
  padding: 10px 0px 12px;
  border-bottom: 1px solid #814f88;
}
#alterations figure th{
  color: #ce7bda;
  padding: 0px 0px 14px;
  border-color: #ce7bda;
  font-weight: inherit;
}
#alterations figure th:last-child,
#alterations figure td:last-child{
  text-align: right;
}
#alterations figure td:last-child{
  padding-right: 26px;
}
@media (max-width: 768px){
  #alterations figure h3{
    padding-top: 5px;
    padding-bottom: 35px;
  }
}


#role h2{
  font-size: 44px;
}
#role ul,
#role li{
  display: block;
  position: relative;
  float: left;
  width: 100%;
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
#role ul{
  margin: 36px 0px;
}
#role li{
  background:
    linear-gradient(90deg, rgba(43, 16, 79, 0) 0%, rgba(43, 16, 79, .8) 25%, rgba(43, 16, 79, 1) 50%, rgba(43, 16, 79, .8) 75%, rgba(43, 16, 79, 0) 100%) top 10px left/100% calc(100% - 20px) no-repeat
  ;
  border: 1px solid #fff;
  border-left: none;
  border-right: none;
}
#role li:before,
#role li:after{
  display: none;
}
#role li h3{
  padding: 0px 0px 4px;
}
#role li p{
  padding: 0px;
  font-size: 18px;
  font-weight: 100;
}
@media (max-width: 768px){
  #role li{
    padding: 24px 24px 32px;
  }
  #role li img{
    display: block;
    position: relative;
    float: none;
    margin: 0px auto 10px;
  }
  #role li h3{
    text-align: center;
  }
}
@media (min-width: 769px){

  #role li{
    padding: 38px 20px 50px 170px;
  }
  #role li img{
    position: absolute;
    float: none;
    top: 50%;
    left: 86px;
    transform: translate(-50%, -50%);
  }
}
#lab-tests{
  max-width: 1160px;
  padding: 0px;
}

#lab-tests div{
  display: block;
  position: relative;
  float: left;
  box-sizing: border-box;
  width: 100%;
}
#lab-tests .lab-test{
  width: 50%;
}
#lab-tests .lab-test > div:first-child{
  background:
    linear-gradient(
      90deg,
      rgba(43, 16, 79, 0) 0%, rgba(43, 16, 79, .6) 40%, rgba(43, 16, 79, .8) 60%, rgba(43, 16, 79, 0) 100%
    )
  ;
  padding: 0px;
  margin: 0px 0px 18px;
}
#lab-tests .lab-test > div:last-child{
  padding-bottom: 36px;
}

#lab-tests .lab-test p{
  padding: 0px 10px 0px 100px;
  box-sizing: border-box;
}
#lab-tests .lab-test p img{
  display: block;
  position: absolute;
  float: none;
  
  left: 10px;
  top: 50%;
  margin: -35px 0px 0px 0px;
}
@media (min-width: 769px){
  #lab-tests{
    margin-bottom: 50px;
  }
}

#considerations,
#considerations > div{
  display: block;
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
#considerations{
  margin: 0px 0px 10px;
}
#considerations > div{
  border: #261536 solid 2px;
  text-align: center;
  margin: 0px 0px 40px;
}
#considerations > div + div{
  float: right;
}
main #considerations h3{
  padding: 28px 0px 10px;
}
main #considerations > div:first-child h3{
  color: #ce7bda;
}
main #considerations ul,
main #considerations ul li{
  display: block;
  position: relative;
  float: left;
  width: 100%;
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}
main #considerations ul{
  margin: 0px 0px 10px;
}
main #considerations ul li::before{
  content: none;
  display: none;
}
#considerations ul li:nth-child(odd){
  background:
    linear-gradient(
      90deg,
      rgba(43, 16, 79, 0) 0%, rgba(43, 16, 79, .6) 40%, rgba(43, 16, 79, .8) 60%, rgba(43, 16, 79, 0) 100%
    )
  ;
}

#testing .bordered{
  margin: 0px 0px 56px;
}
@media (max-width: 768px){
  main #considerations ul li{
    padding: 10px;
  }
}
@media (min-width: 769px){
  #considerations{
    font-size: 20px;
  }
  main #considerations ul li{
    height: 50px;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    padding: 0px 10px;
  }
  #testing p{
    font-size: 22px;
  }
  #testing ul {
    font-size: 20px;
    line-height: 24px;
  }
}


#labs h1{
  text-align: center;
}
#labs .footnote{
  margin-top: 20px;
}
#labs-nav,
#labs-nav p{
  display: block;
  position: relative;
  float: left;
  width: 100%;
  font-weight: bold;
}
#labs-nav{
  margin: 50px 0px 0px;
}
#labs-nav p{
  padding: 0px;
  margin: 0px 0px 50px;
}

#labs-nav a{
  background: #2b2931;
  display: block;
  position: relative;
  float: left;
  box-sizing: border-box;

  width: calc(50% - 20px);
  max-width: 240px;
  height: 102px;
  margin: 0px 14px 18px 0px;

  border: #dfac4f solid 2px;
  border-radius: 6px;
  text-align: center;

  display: flex;
  justify-content: center;
  flex-direction: column;
  
  text-decoration: underline;
}
@media (max-width: 768px){
  #labs-nav a{
    max-width: 100%;
  }
}
#labs-nav a:last-child{
  margin-right: 0px;
}
#labs-nav a span{
  padding: 0px 20px;
}
#labs-nav h3{
  color: #fff;
}
@media (max-width: 768px){
  section#identification > div:last-child,
  section#labs > div:last-child{
    padding-top: 60px;
    padding-bottom: 5px;
  }
  section#testing > span:first-child + div{
    padding-top: 60px;
  }
  section#testing > div:last-child{
    padding-bottom: 5px;
  }
  #lab-tests .lab-test{
    padding: 0px 50px;
  }
  #lab-tests .lab-test > div:first-child{
    padding: 26px 0px;
  }
  #lab-tests .lab-test p{
    display: block;
    position: relative;
    float: left;
  }
  
  #lab-tests .lab-test{
    width: 100%;
  }

  #labs-nav{
    margin-top: 34px;
  }
  #labs-nav p{
    margin: 0px 0px 34px;
  }
}
@media (max-width: 360px){
  #labs-nav a span{
    padding: 0px 10px;
  }
}
@media (min-width: 769px){
  #considerations > div{
    width: calc(50% - 5px);
  }
  #lab-tests .lab-test > div:first-child{
    height: 120px;
  }
  #lab-tests .lab-test p{
    display: block;
    position: absolute;
    float: none;
    width: calc(100% - 30px);
    padding: 0px 0px 10px 100px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 470px;
    box-sizing: border-box;
  }
  #lab-tests .lab-test > div:last-child{
    float: none;
    max-width: 470px;
    margin: 0px auto;
    padding: 0px 10px;
  }
  .cellfloat{
    display: block;
    position: absolute;
    float: none;
    pointer-events: none;
  }

  #cellmasktop{
    top: 0px;
    left: 0px;
    margin: -273px 0px 0px;
  }

  #cellmaskbottom{
    top: 0px;
    right: 0px;
    margin: -144px 0px 0px;
  }
}

footer{
  font-size: 18px;
}

footer .footnote{
  text-align: left;
  margin: 62px 0 0;
}
footer a{
  color: inherit;
  text-decoration: none;
}


.modal{
  background: rgba(72, 72, 74, .9);
  display: block;
  position: fixed;
  float: none;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;

  transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1);

  display: none;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
}
.modal > div{
  display: block;
  position: absolute;
  float: none;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  transform: translate(-50%, -50%);
}
.modal > div{
  background: url(images/modal-bg.jpg) top center/ cover no-repeat;
  border: 1px #fff solid;
}
.modal.modal-on{
  display: block;
  pointer-events: auto;
}
.modal.modal-show{
  opacity: 1;
}
.modal > div figure{
  margin: 0px;
}
.modal > div figure h3{
  padding: 0px 0px 78px;
}
.modal .modal-close,
.modal .modal-close:after,
.modal .modal-close span{
  display: block;
  position: absolute;
  float: none;
  box-sizing: border-box;
}
.modal .modal-close{
  top: 30px;
  right: 34px;
  width: 46px;
  height: 46px;
  border: 1px #fff solid;
  border-radius: 50%;
  cursor: pointer;
}
.modal .modal-close:after{
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
}
.modal .modal-close span{
  width: 19px;
  height: 23px;
  top: 50%;
  left: 50%;
  overflow: hidden;
  transform: translate(-50%, -50%);
}
.modal .modal-close span img{
  display: block;
  position: relative;
  float: left;
}
.modal .modal-close:hover span img{
  margin: 0px 0px 0px -20px;
}
.modal > div{
  padding: 14px 42px 20px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  max-width: 1006px;
  max-height: 800px;
}
.modal > div figure h3{
  text-align: center !important;
}
@media (min-width: 769px){
  .modal > div figure h3{
    display: block;
    position: relative;
    float: left;
    width: 100%;
    padding: 10px 0px 30px;
    font-size: 32px;
  }
  .modal > div figure{
    display: block;
    position: absolute;
    float: none;
    top: 50%;
    left: 50%;
    box-sizing: border-box;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 768px){
  .modal > div{
    padding: 0px;
    height: auto;
    max-height: 100%;
    overflow: auto;
  }
  .modal > div figure{
    width: calc(100% - 20px);
    padding: 42px 15px;
  }
  .modal > div figure h3{
    text-align: left;
  }
  .modal .modal-close{
    top: 11px;
    right: 11px;
    width: 26px;
    height: 26px;
  }
  .modal .modal-close span{
    width: 10px;
    height: 12px;
  }
  .modal .modal-close span img{
    width: 20px;
    height: auto;
  }
  .modal .modal-close:hover span img{
    margin: 0px 0px 0px -10px;
  }
}
.modal-img {
  margin-bottom: 20px;
}

#back-to-top{
  display: none;
}

@media (min-width: 769px){
  #back-to-top{
    display: block;
    position: fixed;
    float: none;
    top: 50%;
    right: 50px;
    width: 40px;
    height: 40px;
    margin: -20px 0px 0px;
    overflow: hidden;
    transition: opacity 80ms cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 0;
    pointer-events: none;
  }
  .back-to-top #back-to-top{
    opacity: 1;
    pointer-events: auto;
  }
  #back-to-top img{
    display: block;
    position: relative;
    float: left;
  }
  #back-to-top:hover img{
    margin: 0px 0px 0px -40px;
  }
}
@media (min-width: 769px) and (hover: none) {
  #back-to-top:hover img{
    margin: 0px 0px 0px 0px;
  }
}

#strikes svg,
#strikes img,
#strikes canvas{
  display: block;
  position: absolute;
  float: none;
}
#strikes div{
  display: block;
  position: relative;
  float: left;
  width: 1200px;
  padding: 42.5% 0px 0px;
}
#strikes img,
#strikes canvas{
  width: 100%;
  height: auto;
  top: 0px;
  left: 0px;
  bottom: auto;
  right: auto;
  transform: none;
}
#strikes img[data-src],
#strikes svg{
  opacity: 0;
}
#strikes{
  pointer-events: none;
}

@media (min-width: 769px){
  #strikes{
    display: block;
    position: absolute;
    float: none;
    width: 1200px;
    bottom: 0px;
    left: 510px;
  }
}
@media (max-width: 768px){
  #strikes{
    display: block;
    position: relative;
    float: left;
    width: 150%;
    left: 50%;
    transform: translate(-50%, 0px);
    margin: -10% 0px 0px 5%;
  }
  #strikes div{
    width: 100%;
  }
}

/* Footer and cookie policy */

/* .cookie-consent {
text-align: center;
padding-bottom: 10px;
} */

.section-footer p {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 6px;
}

#phmFooterContent .footer .subpages li:last-child {
  border-right: 0 none;
}

#phmFooterContent .footer .subpages a,
#phmFooterContent .footer p a,
.cookie-consent p a {
  color: #fff;
  text-decoration: underline;
  border-bottom: 0 none;
}

#phmFooterContent .footer p {
  text-align: center;
  padding-top: 5px;
}

#ot-sdk-btn.ot-sdk-show-settings,
#ot-sdk-btn.ot-sdk-show-settings:hover {
  border: 1px solid #666 !important;
}
#onetrust-consent-sdk
#onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler) {
   outline: none;
}
#ot-sdk-btn.ot-sdk-show-settings::before {
  top: 10px !important;
}
.cookie-policy-content #ot-sdk-btn.ot-sdk-show-settings::before {
  top: 10px !important;
}

.para #ot-sdk-cookie-policy {
  font-size: 18px;
}

.cookie-policy-content{
  padding-top: 150px;
  padding-left: 70px;
  padding-right: 70px;
  padding-bottom: 40px;
}

.cookie-policy-content #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy h3 {
  color: #fff !important;
}

.cookie-policy-content h6{
  font-size: 20px !important;
  padding-bottom: 10px;
}
.cookie-policy-content #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy p{
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
  font-size: 100%;
  color: #fff;
}
.cookie-policy-content #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-cookie-policy-group {
  color: #fff;
  font-weight: bold;
}
.cookie-policy-content #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td {
  background-color: rgb(43 16 79 / 0%);
  color:#fff;
  font-size: 100%;
}
.cookie-policy-content #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy th {
  background-color:  #21242a;
  color: #fff;
  font-size: 100%;
}
.cookie-policy-content #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a {
  background-color: rgb(43 16 79 / 0%);;
  color: #fff;
  font-size: 100%;
}
.cookie-policy-content #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy span {
  background-color: rgb(43 16 79 / 0%);;
  color: #fff;
  font-size: 100%;
}
.cookie-policy-content #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a:hover {
  background-color: #fff !important;
  color: #21242a !important;
}