
 /* */

 #popup_policy_link{
  color: #00b3ee !important;
}

 /* OMR-610 css */

 .purple{
	color: #7e1578 !important;
}
sup{
	vertical-align: baseline;
	position:relative;
	top:-0.6em;
}
.negative-letter-space{
	letter-spacing: -5px;
}
.colored, .colored-left{
	width: 50%;
	margin-left: 0;
}
.colored tbody tr:first-child{
	background-color: #7e1578;
}
.colored tbody tr:first-child td{
	color: #eee;
}
.colored tbody tr td, .colored-left tbody tr td, .non-color-chart tbody tr td{
	text-align: center;
}
.non-color-chart tbody tr td:first-child{
	min-width: 100px;
}

.colored tbody tr td:first-child, .colored-left tbody tr td:first-child{
	background-color: #7e1578;
	color: #eee;
	text-align: right;
}
.caption{
	font-size: 11px !important;
	position: relative;
	top: -15px;
	
}
.side-by-side{
	display: flex;
	flex-direction: row;
}
.side-by-side-inner{
	max-width: 50%;
}
.side-by-side:first-child{
	margin-right: 20px;
}
.product-s-container .side-by-side .side-by-side-inner{
	margin: 0 5px 0 5px;
}
.side-by-side .info__box-text{
	max-width: 100%;
}
.chart-icons{
	width: 15px;
}
.top-margin{
	margin-top: 80px !important;
}
.donor-inst{
	width: max-content !important;
}


@media (min-width: 769px) and (max-width: 1023px){
	.side-by-side{
		flex-direction: row;
	}
	.top-margin{
		margin-top: 80px !important;
	} 
}
@media screen and (max-width: 769px){
	.side-by-side{
		flex-direction: column;
		width: 100%;
	}
	.side-by-side-inner{
		max-width: 100%;
	}
	.top-margin{
		margin-top: 40px !important;
	}
	.colored, .colored-left{
		width: 100% !important;
	}
}

 /* OMR-610 css */



  /* product image zoom modal - Sundesh Singh */
 .click-to-zoom_img {
   border-radius: 5px;
   cursor: zoom-in;
   transition: 0.3s;
   display: block;
   margin-left: auto;
   margin-right: auto
}

.click-to-zoom_img:hover {opacity: 0.7;}

/* The Modal (background) */
 .modal {
   display: none; /* Hidden by default */
   position: fixed; /* Stay in place */
   z-index: 99; /* Sit on top */
   padding-top: 100px; /* Location of the box */
   left: 0;
   top: 0;
   width: 100%; /* Full width */
   height: 100%; /* Full height */
   overflow: auto; /* Enable scroll if needed */
   background-color: rgb(0,0,0); /* Fallback color */
   background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
 }

 /* Modal Content (image) */
   .modal-content {
     cursor: zoom-out;
     margin: auto;
     display: block;
     width: 75%;
     /*max-width: 75%;*/
   }

   

   /* Caption of Modal Image */
     #zoomimg_caption {
       margin: auto;
       display: block;
       width: 80%;
       max-width: 700px;
       text-align: center;
       color: #ccc;
       padding: 10px 0;
       height: 150px;
     }

     @-webkit-keyframes zoom {
       from {-webkit-transform:scale(1)}
       to {-webkit-transform:scale(2)}
   }
    
   @keyframes zoom {
       from {transform:scale(0.4)}
       to {transform:scale(1)}
   }

   @-webkit-keyframes zoom-out {
     from {transform:scale(1)}
     to {transform:scale(0)}
 }
 @keyframes zoom-out {
     from {transform:scale(1)}
     to {transform:scale(0)}
 }

 /* Add Animation */
.modal-content, #zoomimg_caption {
 -webkit-animation-name: zoom;
 -webkit-animation-duration: 0.6s;
 animation-name: zoom;
 animation-duration: 0.6s;
}

.out {
 animation-name: zoom-out;
 animation-duration: 0.6s;
}

/* 100% Image Width on Smaller Screens */
 @media only screen and (max-width: 700px){
   .modal-content {
       width: 100%;
   }
 }

/* end of product image zoom modal  - Sundesh Singh */

/* spotlight interview  */
.two-grid-container {
  display: grid;
  grid-template-columns: auto 33%;
  margin-left: 30px;
}

 

      
.light-grey-bg {background-color: #e7e7e7; }
.border444 {border: 1px solid #444444;}


.interview_container{
        display:flex;
        justify-content: space-between; 
        align-items: flex-start;  
        position: relative;                      
        margin: auto 20px;
        margin-bottom: 230px;
        text-align: left;
             
    }
    .interviewed{
        padding: 0 30px;
        border: 1px solid #0066ccd9;            
        border-bottom-left-radius: 18px;
        border-top-left-radius: 18px;
        background: rgb(4,121,237);
        background: linear-gradient(180deg, rgba(4,121,237,1) 0%, rgba(0,102,204,1) 22%, rgba(0,30,60,1) 66%); 
        color: #fafafa;
       /* flex-shrink: 1.5; */
                             
    }

    
    .interview-faq{
        padding: 0 30px;    
        border: 1px solid #0066ccd9;
        border-left: 2px solid #0066ccd9;
        border-top: 2px solid #0066ccd9; 
        border-bottom-right-radius: 18px;
        border-top-right-radius: 18px; 
        margin-left: -2px;
        margin-top: 1px;
        background-color: none;                    
        
    }


    .interviewed img {
        display: block;
        margin: 0 auto;
        margin-top: -85px;
        max-width: 300px;
        height:autopx;
        border-radius: 50%;
        border: 6px solid #ffffff;
        
    }

    .faq-header{
        display: grid;
        grid-template-columns: auto auto auto auto auto;
        grid-template-rows: auto auto auto ;
        gap: 0px;
        border: 1px solid #0066ccd9;
        border-right:2px solid #0066ccd9 ;
        border-bottom-left-radius: 18px;
        border-bottom-right-radius: 18px;
        border-top: 0px;     
    }

    .faq-title {                      
        grid-area: 1 / 1 / 6/ 4; 
        padding: 50px 10px 20px 30px;       
        border-bottom-left-radius: 18px;       
        background: rgb(4,121,237);
        background: linear-gradient(180deg, rgba(4,121,237,1) 0%, rgba(0,102,204,1) 22%, rgba(0,30,60,1) 66%); 
        color: #fafafa;  
     }


    
    
    .faq-head-related {
        grid-area: 2 / 4 / 2/ 6;  
        color:#003871;
        padding-left: 10px;
        font-size: 1rem;           
       
    }

    .faq-ans a {
      font-weight: 600;
      border-bottom: 1px solid #3366cc;
    }

    .faq-head-vid a , .faq-head-aud a {
      text-decoration: none;
      background-color: #727272;
      border: 1px solid #222222;
      padding:5px 2px 5px 1px;
      color:#fafafa;
      border-bottom-left-radius: 12px;
      border-bottom-right-radius: 12px;
    }

    .faq-head-vid a:hover , .faq-head-aud a:hover {
      text-decoration: none;
      background-color: #fafafa;
      border: 1px solid #222222;                    
      color:#444444;                    
    }

   

   
    @media only screen and (max-width: 700px){
      .leftof_two-grid-container {
          grid-area: 1/1/6/6;

      }

      .rightof_two-grid-container {
          grid-area: 8/1/6/8;

      }

    }



    @media only screen and (max-width: 1000px){
    .interview_container{
        
        flex-wrap: wrap;       
    }
    .interviewed{
        
        max-width: 100%;
        border-top-right-radius: 18px;
        border-top-left-radius: 18px;
        border-bottom-left-radius: 0px;
      
        
    }

    .interview-faq{
        border-bottom-right-radius: 18px;
        border-bottom-left-radius: 18px;
        border-top-right-radius: 0px; 
        margin-left: -0px;
        margin-top: -2px;
       }

       .faq-title {                      
        grid-area: 1 / 1 / 7/ 1; }

        .faq-head-related {
          grid-area:2 / 2 / 3/6;
        }
   
       .faq-head-prod1 /*.faq-head-prod2,.faq-head-prod3,.faq-head-prod4*/
       {
        grid-area: 3 / 2 / 3/6; 
       }
       .faq-head-prod2 /*.faq-head-prod2,.faq-head-prod3,.faq-head-prod4*/
       {
        grid-area: 4 / 2 / 4/6; 
       }
       .faq-head-prod3 /*.faq-head-prod2,.faq-head-prod3,.faq-head-prod4*/
       {
        grid-area: 5 / 2 / 5/6; 
       }
       .faq-head-prod4 /*.faq-head-prod2,.faq-head-prod3,.faq-head-prod4*/
       {
        grid-area: 6 / 2 / 6/6; 
       }
    

 }

 @media screen and (max-width: 1399px) and (min-width: 1100px){
    .interviewed{
        
        flex-shrink: 2.4;                             
    }                 
 
}

@media screen and (max-width: 2000px) and (min-width: 1400px){
  .interviewed{
      
      flex-shrink: 8;                             
  }                 

}

@media screen and (max-width: 1220px) and (min-width: 1000px){
  .faq-title {                      
      grid-area: 1 / 1 / 8/ 1; }

    .faq-head-related {
      grid-area:2 / 2 / 3/8;
    }

    .faq-head-vid { grid-area:1/5/1/6 ; }
    .faq-head-aud {  grid-area:1/6/1/8 ;  }

   .faq-head-prod1 
   {
    grid-area: 3 / 2/ 3/8;
    background-color: 
   }
   .faq-head-prod2 
   {
    grid-area: 4 / 2/ 4/8; 
   }
   .faq-head-prod3 
   {
    grid-area: 5 / 2 / 5/8; 
   }
   .faq-head-prod4 
   {
    grid-area: 6 / 2 / 6/8; 
   }
}


@media screen and (min-width: 200px) and (max-width: 600px){

  .faq-title{
      grid-area: 1 / 1 / 2/ 8;
      border-bottom-left-radius: 0px; 
  }
  .faq-head-vid {  grid-area:1/5/2/6 ; }
  .faq-head-aud {  grid-area:1/6/1/8 ; }
  .faq-head-related {
      grid-area:2 / 1 / 2/8;
      
  }

  .faq-head-prod1 
   {
    grid-area: 3 / 1/ 3/8;
    background-color: 
   }
   .faq-head-prod2 
   {
    grid-area: 4 / 1/ 4/8; 
   }
   .faq-head-prod3 
   {
    grid-area: 5 / 1 / 5/8; 
   }
   .faq-head-prod4 
   {
    grid-area: 6 / 1 / 6/8; 
   }


} 

/* end of spotlight interview */



          .herocar {
            display: flex;
            align-items: center;
            justify-content: left;
            width: 99vw;
            height: 400px;
            margin: auto;
            background-color: rgb(255, 255, 255);
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02), 0 1px 2px rgba(0, 0, 0, 0.14);
            overflow: hidden;
        }
    
          .herocar > * {
            flex: 0.8 1 0;
          }
    
          .herocar_leftbox {
            height: 81%;
            display: flex;
            width: 790px;
            align-items: center;
            justify-content: left;
            overflow: hidden;
            overflow-y: scroll;
            scrollbar-width: thin;
            scrollbar-color: #b3b3b3;
            background-color: #f7f7f7;
          }
    
          .herocar_leftbox ul {
            list-style: none;
            margin-top: auto;
          }
    
          .herocar_leftbox_items {
            display: flex;
            list-style: none;
            align-content: stretch;
            flex-direction: column;
            flex-grow: 1;
            margin: 0;
            padding: 0;
            font-size: 1.2rem;
            line-height: 3.4rem;
          }
    
          .herocar_leftbox li {
            position: relative;
            opacity: 0.5;
            text-align: center;
          }
    
          .herocar_leftbox li a {
            text-decoration: none;
            color: inherit;
          }
    
          .herocar_leftbox li {
            cursor: pointer;
          }
    
          .herocar_leftbox_items li:nth-child(1) span:hover,
          .herocar_leftbox_items li:nth-child(2) span:hover,
          .herocar_leftbox_items li:nth-child(4) span:hover,
          .herocar_leftbox_items li:nth-child(8) span:hover {
            color: #663366;
            background-color: rgba(102, 51, 102, 0.2);
            border-right: solid 4px #663366;
            opacity: 0.85;
            font-weight: 600;
            display: block;
          }
    
          .herocar_leftbox_items li:nth-child(3) span:hover,
          .herocar_leftbox_items li:nth-child(5) span:hover {
            color: #2d699c;
            background-color: rgba(45, 105, 156, 0.2);
            border-right: solid 4px #2d699c;
            opacity: 0.85;
            font-weight: 600;
            display: block;
          }
    
          .herocar_leftbox_items li:nth-child(6) span:hover {
            color: #e0004d;
            background-color: rgb(224, 0, 77, 0.2);
            border-right: solid 4px #e0004d;
            opacity: 0.85;
            font-weight: 600;
            display: block;
          }
    
          .herocar_leftbox_items li:nth-child(7) span:hover {
            color: #339933;
            background-color: rgb(51, 153, 51, 0.2);
            border-right: solid 4px #339933;
            opacity: 0.85;
            font-weight: 600;
            display: block;
          }
    
          .purple-text {
            color: #663366 !important;
          }
          .novo-green-text {
            color: #a4cd39 !important;
          }
          .green-txt {
            color: #339933 !important;
          }
          .blue-text {
            color: #2d699c !important;
          }
          .red-text {
            color: #e0004d !important;
          }
          .azure-text {
            color: #01b37f !important;
          }
    
          .herocar_center-border {
            background-color: rgb(49, 49, 49);
            height: 85%;
            flex-grow: 1;
            max-width: 2px;
            z-index: 0;
          }
    
          .herocar_rightbox {
            flex-grow: 2;
          }
    
          .herocar_rightbox_placeholder__slide {
            display: flex;
            align-items: center;
            position: relative;
          }
    
          .herocar_rightbox_placeholder-img--1 {
            height: 80vh;
            width: 50vw;
            background-image: url("https://blog.dnagenotek.com/hubfs/ACTN3%20gene%20with%20Oragene.jpg");
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat;
          }
    
          .herocar_rightbox_placeholder-img--2 {
            height: 80vh;
            width: 50vw;
            background-image: url("../images/banner-images/covid-saliva-banner01.jpg");
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat;
          }
    
          .herocar_rightbox_placeholder-img--3 {
            height: 80vh;
            width: 50vw;
            background-image: url("../images/banner-images/new-hg-banner-image.png");
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat;
          }
    
          .herocar_rightbox_placeholder-img--4 {
            height: 80vh;
            width: 50vw;
            background-image: url("../images/banner-images/new-mb-banner-v1.jpg");
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat;
          }
    
          .herocar_rightbox_placeholder-img--5 {
            height: 80vh;
            width: 50vw;
            background-image: url("../images/banner-images/new-labservices-banner-v2.jpg");
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat;
          }
    
          .herocar_rightbox_placeholder-img--6 {
            height: 80vh;
            width: 50vw;
            background-image: url("../images/banner-images/new-multiomics-banner-v1.png");
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat;
          }
    
          .herocar_rightbox_placeholder-img--7 {
            height: 80vh;
            width: 50vw;
            background-image: url("../images/banner-images/new-animal-banner-v1.jpg");
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat;
          }
    
          .herocar_rightbox_placeholder-img--8 {
            height: 80vh;
            width: 50vw;
            background-image: url("../images/banner-images/new-infectious-banner-version1.jpg");
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat;
          }
    
          .herocar_rightbox_placeholder-text {
            flex-shrink: 3;
            padding: 10px 20px 40px 20px;
            max-height: 60vh;
            max-width: 27vw;
            margin: auto;
            overflow: hidden;
            overflow-y: scroll;
            scrollbar-width: thin;
            scrollbar-color: #b3b3b3;
            color: #555;
            line-height: 2rem;
            text-align: left;
          }
    
          .herocar_leftbox::-webkit-scrollbar {
            width: 0.2em;
            scrollbar-width: thin;
          }
    
          .herocar_leftbox::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
          }
    
          .herocar_leftbox::-webkit-scrollbar-thumb {
            background-color: darkgrey;
            outline: 1px solid slategrey;
          }
    
          .herocar_rightbox_placeholder-text::-webkit-scrollbar {
            width: 0.2em;
            scrollbar-width: thin;
          }
    
          .herocar_rightbox_placeholder-text::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
          }
    
          .herocar_rightbox_placeholder-text::-webkit-scrollbar-thumb {
            background-color: darkgrey;
            outline: 1px solid slategrey;
          }
    
          .arrow {
            position: absolute;
            bottom: 2%;
            right: 30%;
            transform: translate(90%, -2%);
          }
    
          .arrow::before {
            content: "scroll";
            position: absolute;
            bottom: -4px;
            right: -24px;
            letter-spacing: 0.16rem;
            color: #888;
          }
    
          .herocar_rightbox_placeholder__slide-2 .arrow,
          .herocar_rightbox_placeholder__slide-3 .arrow,
          .herocar_rightbox_placeholder__slide-4 .arrow,
          .herocar_rightbox_placeholder__slide-5 .arrow,
          .herocar_rightbox_placeholder__slide-6 .arrow,
          .herocar_rightbox_placeholder__slide-7 .arrow,
          .herocar_rightbox_placeholder__slide-8 .arrow {
            bottom: 12%;
          }
    
          .arrow span {
            display: block;
            width: 15px;
            height: 15px;
            border-bottom: 3px solid #888;
            border-right: 3px solid #888;
            transform: rotate(45deg);
            margin: -10px;
            animation: animate 2s infinite;
          }
    
          .arrow span:nth-child(2) {
            animation-delay: -0.2s;
          }
          .arrow span:nth-child(3) {
            animation-delay: -0.4s;
          }
    
          @keyframes animate {
            0% {
              opacity: 0;
              transform: rotate(40deg) translate(-20px, -20px);
            }
            50% {
              opacity: 1;
            }
            100% {
              opacity: 0;
              transform: rotate(45deg) translate(20px, 20px);
            }
          }
    
          /* Extra small devices (phones, 600px and down) */
          @media only screen and (max-width: 760px) {
            .herocar {
              flex-direction: column;
              width: 96vw;
              height: auto;
              margin: 0 auto;
            }
    
            .herocar > * {
              flex: 0;
            }
    
            .herocar_leftbox {
              width: 100%;
              align-items: center;
              justify-content: center;
              overflow: none;
              scrollbar-width: thin;
              scrollbar-color: #b3b3b3;
            }
    
            .herocar_leftbox_items {
              display: flex;
              list-style: none;
              align-content: start;
              flex-flow: row wrap;
              justify-content: space-around;
    
              font-size: 1.2rem;
              line-height: 2.2rem;
            }
    
            .herocar_leftbox li {
              position: relative;
              opacity: 0.5;
              text-align: center;
              margin-right: 10px;
            }
    
            .herocar_leftbox_item-1:before {
              content: none;
            }
    
            .herocar_leftbox_item-2:before {
              content: none;
            }
    
            .herocar_rightbox {
              flex-grow: 2;
            }
    
            .herocar_rightbox_placeholder__slide {
              display: flex;
              align-items: center;
              background-color: #fff;
              flex-direction: column;
            }
    
            .herocar_rightbox_placeholder-img {
              height: 430px;
              width: 490px;
            }
    
            
    
            .herocar_rightbox_placeholder-text {
              padding: 10px 20px 40px 20px;
              /* max-height: 38vh; */
              max-width: 90vw;
              max-height: 18vh;
              margin: auto;
              overflow: hidden;
              overflow-y: scroll;
              scrollbar-width: thin;
              scrollbar-color: #b3b3b3;
            }
    
            .herocar_rightbox_placeholder-text p {
              font-size: 1.4rem;
            }
    
            .herocar_leftbox_item-1:hover {
              color: #d64541;
              border-bottom: solid 1px #d64541;
              border-right: none;
            }
          }
    
          /* Medium devices (landscape tablets, 768px and up) */
          @media only screen and (min-width: 768px) {
            .herocar_rightbox_placeholder-text {
              max-height: 36vh;
              padding: 10px 20px 40px 20px;
            }
    
            .herocar_rightbox_placeholder-img {
              height: 66vh;
              width: 50vw;
            }
    
            .herocar_leftbox {
              height: 100%;
              width: 920px;
            }
    
            .herocar_leftbox_item-1:before {
              content: none;
            }
    
            .herocar_leftbox_item-2:before {
              content: none;
            }
          }
    
          /* Large devices (laptops/desktops, 992px and up) */
          @media only screen and (min-width: 992px) {
            .herocar_rightbox_placeholder-text {
              max-height: 40vh;
              padding: 10px 20px 40px 20px;
            }
    
            .herocar_rightbox_placeholder-img {
              height: 66vh;
              width: 50vw;
            }
    
            .herocar_leftbox {
              height: 100%;
              width: 920px;
            }
    
            .herocar_leftbox_items li:nth-child(1) span:before {
              content: " "; 
              display: block;
              position: absolute;
              width: 50px;
              height: 50px;
              margin-left: 15px;
              background-image: url("../images/dnagenotek-logos/diversigen-icon.png");
              background-position: center;
              background-size: 75% 75%;
              background-repeat: no-repeat;
            }
    
            .herocar_leftbox_items li:nth-child(2) span:before,
            .herocar_leftbox_items li:nth-child(8) span:before {
              content: " ";
              display: block;
              position: absolute;
              width: 50px;
              height: 50px;
              margin-left: 15px;
              background-image: url("../images/menu-icon-infectious.png");
              background-position: center;
              background-size: 75% 75%;
              background-repeat: no-repeat;
            }
    
            .herocar_leftbox_items li:nth-child(3) span:before {
              content: " ";
              display: block;
              position: absolute;
              width: 50px;
              height: 50px;
              margin-left: 15px;
              background-image: url("../images/menu-icon-clinical-hg.png");
              background-position: center;
              background-size: 75% 75%;
              background-repeat: no-repeat;
            }
    
            .herocar_leftbox_items li:nth-child(4) span:before {
              content: " ";
              display: block;
              position: absolute;
              width: 50px;
              height: 50px;
              margin-left: 15px;
              background-image: url("../images/menu-icon-clinical-mb.png");
              background-position: center;
              background-size: 75% 75%;
              background-repeat: no-repeat;
            }
    
            .herocar_leftbox_items li:nth-child(5) span:before {
              content: " ";
              display: block;
              position: absolute;
              width: 50px;
              height: 50px;
              margin-left: 15px;
              background-image: url("../images/dnagenotek-logos/diversigen-icon.png");
              background-position: center;
              background-size: 75% 75%;
              background-repeat: no-repeat;
            }
    
            .herocar_leftbox_items li:nth-child(6) span:before {
              content: " ";
              display: block;
              position: absolute;
              width: 50px;
              height: 50px;
              margin-left: 15px;
              background-image: url("../images/menu-icon-metablomics.png");
              background-position: center;
              background-size: 75% 75%;
              background-repeat: no-repeat;
            }
    
            .herocar_leftbox_items li:nth-child(7) span:before {
              content: " ";
              display: block;
              position: absolute;
              width: 50px;
              height: 50px;
              margin-left: 15px;
              background-image: url("../images/menu-icon-animal.png");
              background-position: center;
              background-size: 75% 75%;
              background-repeat: no-repeat;
            }
          }
    
          /* Extra large devices (large laptops and desktops, 1200px and up) */
          @media only screen and (min-width: 1200px) {
            .herocar_rightbox_placeholder-text {
              max-height: 42vh;
              padding: 10px 20px 40px 20px;
            }
    
            .herocar_rightbox_placeholder-img {
              height: 60vh;
              width: 50vw;
            }
    
            .herocar_leftbox {
              height: 100%;
              width: 900px;
            }
          }
    
          /* Extreme large devices (large laptops and desktops, 1200px and up) */
          @media only screen and (min-width: 1400px) {
            .herocar_rightbox_placeholder-text {
              max-height: 30vh;
              padding: auto 20px;
            }
    
            .herocar_rightbox_placeholder-img {
              height: 66vh;
              width: 50vw;
            }
    
            .herocar_leftbox {
              height: 100%;
              width: 900px;
            }
          }
    
          .mr2-spacer {
            margin-right: 20px;
          }
    
          .active-list-item {
            opacity: 0.95;
            font-weight: 600;
            color: #030303;
            border: solid 1px rgba(0, 0, 0, 1);
            border-right: solid 4px #030303;
            display: block;
          }
    
          [data-tab-content] {
            display: none;
          }
    
          .active-slide[data-tab-content] {
            display: flex;
          }
    
          /*
            .herocar_slide-hide {display: none;}
            .herocar_slide-active {display: flex;} */
       




 /*  */



  li.dropdown-click ul {  
                      display : none; /*To hide the items while loading the page */ 
                      margin-left:0; 
                    }

                   

 li.dropdown-click p {
                      margin-top: 0.2rem;
                      color: #3366cc !important;
                    }
                    
 li.dropdown-click p:hover {  
                      cursor: pointer;  
                      color: #3366cc;
                    }

 .cssState{display:block;}



.univ-shadow {
	box-shadow: 0px 30px 40px -25px rgba(0, 0, 0, 1); 
}

.univ-hover:hover {
        box-shadow: rgba(0, 0, 0, 0.3) 0.2rem 0.2rem 0.5rem;
        transform: scale(1.01); }


@media only screen and (min-width: 280px) {
  .univ-flx_r  {             
    display: flex;    
    flex-direction: column;
    align-items: center;
    justify-content: space-between; 
    margin-bottom: 80px; 
    margin-top: -10px;
   }

   .univ-flx_r-rimg img{
        
    object-fit: fill;
    min-width: 80%;
    max-height:50vh;                
    background-color: #f1c3c3; 
    }

}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) { 
  .univ-flx_r  {             
    display: flex;    
    flex-direction: column;
    align-items: center;
    justify-content: space-between; 
    margin-bottom: 80px;
    margin-top: -10px; 
   }

   .univ-flx_r-rimg img{
        
    object-fit: fill;
    min-width: 80%;
    max-height:50vh;                
    background-color: #f1c3c3; 
    }

}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

  .univ-flx_r  {             
    display: flex;    
    flex-direction: column;
    align-items: center;
    justify-content: space-between; 
    margin-bottom: 80px; 
    margin-top: -10px;
   }


.univ-flx_r-ltext {
          padding: 16px;
          text-align: left;
          flex-grow: 0; 
          color: #444 !important; 
          width: 80%;            
        }
.univ-flx_r-ltext h3 {
          font-size: 2.4rem;
          font-weight: 700;
          color: #444 !important; 
        }

.univ-flx_r-rimg img{
        
         object-fit: fill;
         min-width: 80%;
         max-height:60vh;                
         background-color: #f1c3c3; 
         }
        

}
 




/* Desktop Layout: 1200px to a max of huge sccreens.  . */

@media only screen and (min-width: 1078px) {

  .univ-flx_r  {             
                display: flex;
                flex-direction: row;
                align-items: center;
                justify-content: space-between; 
                margin-top: -10px;
                margin-bottom: 80px; 
               }
  
  
  .univ-flx_r-ltext {
                      padding: 16px;
                      text-align: left;
                      flex-grow: 0; 
                      color: #444 !important; 
                      width: 60%;            
                    }

   
  .univ-flx_r-ltext-form {
                      padding: 16px;
                      text-align: left;
                      flex-grow: 0; 
                      color: #444 !important; 
                      width: 240%;            
                    }  
                    
                    
                  
  .univ-flx_r-ltext-form-width-360 {
                        width: 360% !important;
                    }                  

  .univ-flx_r-ltext h3 {
                      font-size: 2.4rem;
                      font-weight: 700;
                      color: #444 !important; 
                    }
  
  .univ-flx_r-rimg img{
                    
                    flex-shrink: 0;
                    object-fit: fill;
                    min-width: 100% !important; 
                    max-height:100% !important;                     
                     background-color: #f1c3c3; 
                     }

.univ-flx_r-rimg-form img{
                    
                      flex-shrink: 0;
                      object-fit: fill;
                      max-width: 70% !important; 
                      max-height:70% !important;                     
                       background-color: #f1c3c3; 
                       }                  

  .heading3_2-4rem {
                      font-size: 2.4rem !important;
                      font-weight: 700 !important;
                      color: #444 !important; 
                     }
                                    
                    
  
   }

 /* social media icons */  

  .sticky-smedia-icons{
            position:fixed;
            top:59.4vh;
            right:2px;
            padding:0px;
            margin:0px;
            z-index: 99999;
          }
          .smedia-icons{
            list-style:none;
          }
          .smedia-icons li{
            padding:10px 10px;
            font-size:25px;
            transition:all 0.8s ease-in-out;
          }
          .smedia-icons li:hover{
              margin-left:-30px;
           box-shadow:2px 5px 10px grey;
          }
          .smedia-icons li:hover .fa{
              margin-right:20px;
            
          }
          .fa{
            color:#fff;
            transition:all 0.8s ease-in-out;
          }
          .fb{
            background-color:#3C5A98;
          }
          .twitter{
              background-color:#1EA1F2;
          }
          .yt{
            background-color:#f00;
        }
          .lnkin{
              background-color:#0a66c2;
          }  


.anchor-pos{

  display: block;
  height: 165px; /*same height as header*/
  margin-top: -165px; /*same height as header*/
  visibility: hidden;
}

.trendnews {
  width: 100%;
  
   }
  .trendnews__heading {
    width: 100%;
    float: left; 
}
    .trendnews__heading a {
      font-family: Roboto,sans-serif;
      color: #fff;
  }
    .trendnews__heading span.lleft {
      font-size: 1.1rem;
      letter-spacing: .3rem;
      background: #2b2b2b;
      float: left;
      font-weight: 900;
      padding: 3px 10px;
      line-height: 2rem;
      text-align: center;
      border-radius: 3px;
      text-transform: none; 
      color: #fff;
      font-family: Roboto,sans-serif;
  }

  .trendnews__heading span.rright {
    font-size: 1rem;
    letter-spacing: .2rem;    
    font-weight: 500;
    padding: 3px 10px;
    line-height: 2rem;
    text-align: center;
    border-radius: 3px;
    text-transform: none; 
    color: #2b2b2b;
    font-family: Roboto,sans-serif;
    display: inline-block;
}

.trendnews__heading span.rright a {
  color: #444444;
  text-decoration: none;
  border-bottom: 1px solid #0066cc;
}

.trendnews__heading span.rright a:hover {
  color: #070707;
  text-decoration: none;
  border-bottom: 6px solid #666666;
  border-top: 1px dotted #444444;
}
  .trendnews ul {
    width: 100%;
    justify-content: space-evenly;
    display: flex;
    flex-flow: row wrap;
    list-style-type: none; 
}
    .trendnews ul li {
      margin: 0 0.5rem 1rem 0;
      width: 200px;
      transition: all .2s ease; 
  }
      .trendnews ul li:nth-child(n):hover {
        box-shadow: rgba(0, 0, 0, 0.3) 0.2rem 0.2rem 0.5rem;
        transform: scale(1.01); 
    }
      .trendnews ul li a, .trendnews ul li a:active, .trendnews ul li a:hover body, .trendnews ul li a:visited {
        color: #2b2b2b;
        text-decoration: none;
        border: none;
         }
      .trendnews ul li p {
        font-size: 0.9rem;
        font-weight: 700;
        line-height: 1.2rem;
        text-align: left;
        padding: .7rem;
        height: 7rem;
        float: left; 
        margin-bottom: 26px;
    }
  .trendnews__contentbox {
    width: 100%;
    float: left;
    background: #ffffff;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 3px;
    box-shadow: rgba(43, 43, 43, 0.2) 0.1rem 0.1rem 2rem; 
}
    .trendnews__contentbox-thumbnail {
      width: 100%;
      height: 148px;
      overflow: hidden;
      position: relative; 
  }

    .trendnews__contentbox-thumbnail img {
    max-width: 333px;
    overflow: hidden;
    }
      
      .trendnews__contentbox-thumbnail-img {
        display: block;
        width: 100%; 
    }
      .trendnews__contentbox-thumbnail-date {
        position: absolute;
        right: 0%;
       /* -webkit-transform: translateX(-50%);
        transform: translateX(-50%); */
        bottom: -14px;
        display: inline-block;
        background: #fff;
        color: #000;
        padding:1px 5px 1px 5px;
        border-radius: 3px;
        font-size: 0.7rem;
        font-weight: 700;
        letter-spacing: .03rem;
        box-shadow: rgba(48, 48, 48, 0.8) 0.1rem 0.4rem 1rem; 
    }


    @media only screen and (max-width: 481px) {

            .trendnews {
			  width: 100%;
			  margin-left: 0;
			   }

             .trendnews ul li {
                width: 95%;
                margin: 1rem auto;
             	}

              .trendnews ul li p {
                height: 5rem;
              }

        }


     

 .link_button-blue {
 	background-color:#0066cc; 
 	color:#fafafa !important; 
 	padding:18px 24px; 
 	font-size:18px !important; 
 	font-weight:600 !important; 
 	text-decoration:none !important; 
 	border-radius:5px;
 
 }   
 
 .link_button{  
  padding:10px 24px; 
  text-decoration:none !important; 
  border-radius:5px;
  display: block;
}

.link_button:hover{  
  background-color:#333333;
}

.link_button_rightarrow {background-image: url(../images/arrow-white-right.svg);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 94% 50%;}



.no-decolist li {
  list-style: none !important;
}

.disp-flex {display: flex;}

 .microbiome-service-box {
          margin-top: 5rem; 
          text-align: left;
          margin-bottom: 3rem; 
           }

  .microbiome-service-box h2 {
          font-size: 2rem;
          margin-top: -4px;
           }

  .microbiome-service-box h3 {
          font-size: 1.3rem;
          line-height: 1.8rem;
           }  

   .microbiome-service-box p {
          font-size: 1.1rem;
          line-height: 1.6rem;
           }                
           

 .flex-two { display: flex;
            flex-wrap: wrap;
            justify-content: center; 
           }

  .service-img {
            width: 255px; 
            flex: initial;
          }
  .service-desc { width: 480px; 
            margin-left: 4rem;
             } 

/* product heading logo */  

  .ogr h2 { color: #0073ae !important;}
  .ogr-one h2 { color: #00a7ce !important;}
  .oc-dna h2 { color: #00609c !important;}
  .or-100 h2 { color: #cf152d !important;}

 .prepIT h2 { color: #444444 !important;}
  

  .product-textbox h2 span.spacer {
        padding: 0px 7px 0px 9px;
        
    }

    .or-100 h2 span.spacer { color: #cf152d !important;}

    span.product-sku {
        font-size: 1.1rem;
        font-weight: 700;
        letter-spacing: .5px;
    }
    
   /* .ogr span.product-sku {
        color: #0073ae;    
    } */

    .product-textbox h2 {
        padding: 17px 0px;
    }

    .org-logo{
        max-width: 210px;
        vertical-align: -9px; 
    }

    .org-dx-logo{
        max-width: 150px;
        vertical-align: -9px; 
    }  
    
    .or-100-logo{
        width: 150px !important;
        vertical-align: -6px; 
    } 

    .org-pedia-logo{
        max-width: 150px;
        vertical-align: -17px; 
    }  

    .prepIT-logo {
        max-width: 120px;
        vertical-align: -6px; 
    } 



    select {background-image: none !important;}
    

    select.product {background-image: none !important;}


    @media only screen and (min-width: 769px) {
    	select.product { background-image: none !important; }
    }

     @media only screen and (min-width: 481px) {
    	select.product { background-image: none !important; }
    }
	
	 @media only screen and (min-width: 769px) {
    	select {background-image: none !important;}
    }
	

	@media only screen and (min-width: 481px) {
		select {background-image: none !important;}
	}




	 .highlight-points
            {   text-align: left;     
                margin:0 auto;
                margin-top: 2.5rem;
                width:52%; 
                border-radius: 18px;               
            }

      .highlight-points__purple {
      	        border: #663366 solid 2px;
                -webkit-box-shadow: -6px 42px 43px -24px rgba(102,51,102,1);
-moz-box-shadow: -6px 42px 43px -24px rgba(102,51,102,1);
box-shadow: -6px 42px 43px -24px rgba(102,51,102,1);
      }   

      .highlight-points__teal {
      	        border: #01b37f solid 2px;
                -webkit-box-shadow: -6px 42px 43px -24px rgba(1,179,127,1);
-moz-box-shadow: -6px 42px 43px -24px rgba(1,179,127,1);
box-shadow: -6px 42px 43px -24px rgba(1,179,127,1);
      }     

            .highlight-points h2 span {
              background-color: #fff;
              padding: 10px 10px 10px 20px;
            }

            .highlight-points__txt-purple {
            	color: #663366;
            }

            .highlight-points__txt-teal {
            	color: #01b37f;
            }

            .highlight-points__txt-diversiblue {
            	color: #2563ae;
            }

            .highlight-points h2{
                margin-top:-30px;
                font-size: 1.8rem;
                display: block;
                line-height: 2.4rem;
                padding: 10px 10px 10px 20px;    

            }
            .highlight-points ul li {
                list-style-type: square;
                margin-bottom:10px;
                text-align: left; 
                margin-left: 5rem;  
                font-size: 1.2rem;
                padding: 10px;
                            
            }


             .highlight-points__head {
                display:block;
                margin:0 auto;
                width:52%;
                color: #fff;
                font-size:1.8rem;
                font-weight: 300;
                padding: 18px;
                line-height: 2.4rem;
                border-top-left-radius: 16px;
                border-top-right-radius: 16px;
                
            }



            .highlight-points__footer {
                display:block;
                color: #fff;
                font-size:1.3rem;
                font-weight: 300;
                padding: 10px 8px 10px 30px;
                line-height: 2.4rem;
                border-bottom-left-radius: 16px;
                border-bottom-right-radius: 16px;
                
            }

            .highlight-points__footer-bgpurple {
            	background-color:#663366;
            }

            .highlight-points__footer-bgteal {
            	background-color:#01b37f;
            }

            .c-to-a h2{
                margin-top:30px;
                
                display: block;
                line-height: 2.4rem;
                padding: 10px 10px 10px 20px;    

            }

            .c-to-a h2 span {font-size: 1.8rem;}

            .emp-para {
                font-size: 1.6rem !important; font-weight:500 !important;
            }

            .mailto-link-blue {
            	font-size:0.9rem !important;  
            	background:rgba(0,102,204,1.0); 
            	padding: 12px 1.0em 12px 1.0em; 
            	color:#fafafa !important; 
            	text-decoration:none !important;  
            	border-radius:5px;
            	line-height: 1rem !important; 
            	display:block;
            	max-width: max-content;
            }


.sub-nav.open {
    max-height: 98vh !important;
}


/* management announcement info boxes  */
.infobox_mngmnt {
              padding: 1rem 2rem 1.6rem 2rem; 
              margin:0 auto; 
              width:80%; 
              border: 1px solid #3366cc; 
              border-radius:8px; margin-bottom: 60px;
            }

            .infobox_mngmnt ul {
              display: flex; 
              justify-content: space-around; 
              flex-flow: row wrap;
              align-items: center;
              list-style: none;
            }

            .infobox_mngmnt ul li {
              padding: 6px 10px;
              padding-bottom: .8rem;
              margin-bottom: 1.8rem;
              border-bottom: 1px solid #3366cc ;
              
            }

            .infobox_mngmnt ul li:hover {
              box-shadow: -6px 22px 23px -24px rgb(66, 66, 66);
            }

            .infobox_mngmnt ul li img {
              margin: 12px;
            }

            .infobox_mngmnt ul li a {
              text-decoration: none;
              font-weight: 600;
              color: #444444;
              
            } 

/* anynews was used previously for the old registeration design for the webinar registration web page*/

.anynews {
  width: 100%;
  margin: 0 auto;
   }
  .anynews__heading {
    width: 100%;
    float: left; }
    .anynews__heading a {
      font-family: Roboto,sans-serif;
      color: #fafafa; }
    .anynews__heading span {
      font-size: 1.1rem;
      letter-spacing: .3rem;
      background: #00a0e0;
      float: left;
      font-weight: 900;
      padding: 3px 10px;
      line-height: 2rem;
      text-align: center;
      border-radius: 3px;
      text-transform: none; }
  .anynews ul {
  	background-color: #00a0e0;
  	border-radius: 3px;
  	padding:3px;
    width: 100%;
    margin: 0 auto;
    float: left;
    display: flex;
    flex-flow: row wrap;
    list-style-type: none; }
    .anynews ul li {
      margin: 0 1.5rem 1rem 0;
      margin: 0 auto;
      width: 24vw;
      transition: all .2s ease; }
      .anynews ul li:nth-child(n):hover {
        box-shadow: rgba(0, 0, 0, 0.3) 0.2rem 0.2rem 0.5rem;
        transform: scale(1.01); }
      .anynews ul li a, .anynews ul li a:active, .anynews ul li a:hover body, .anynews ul li a:visited {
        color: #2b2b2b;
        text-decoration: none;
        border: none; }
      .anynews ul li h5 {
        font-size: 1.3rem;
        font-weight: 700;
        line-height: 1.5rem;
        text-align: left;
        padding: 0rem .5rem;
        float: left; }

      .anynews ul li p {

        	text-align: left; 
        	font-size:13px; 
        	padding:6px;
        	margin-top:-10px;
        	font-weight:300;

        }

        .anynews ul li h6 {
        font-size: .9rem;
        font-weight: 600;
        line-height: 1.2rem;
        text-align: left;
        padding: .5rem;
        margin-bottom: -40px;
        }

        .light-300 {
        font-weight: 300 !important;
        
        }

        .anynews_date-time {
            font-weight: 700;
            color: #444444;
            font-size: 13px;
            text-align: left;
            display: inline-block;
            margin: auto 0;
            margin-top: 50px;
        }

  .anynews__contentbox {
    width: 100%;
    float: left;
    background: #ffffff;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 3px;
    box-shadow: rgba(43, 43, 43, 0.2) 0.1rem 0.1rem 2rem; }
    .anynews__contentbox-thumbnail {
      width: 100%;
      height: 148px;
      overflow: hidden;
      position: relative; }

    .anynews__contentbox-thumbnail img {
    max-width: 333px;
    overflow: hidden;
    }
      
      .anynews__contentbox-thumbnail-img {
        display: block;
        width: 100%; }
      .anynews__contentbox-thumbnail-date {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: -9px;
        display: inline-block;
        background: #fff;
        color: #000;
        padding: .3rem;
        border-radius: 3px;
        font-size: 0.7rem;
        font-weight: 700;
        letter-spacing: .2rem;
        box-shadow: rgba(48, 48, 48, 0.8) 0.1rem 0.4rem 1rem; }

        .anynews button {
        	display: block;
        	margin: 0 auto;
        	font-size: 20px;
        	cursor: pointer;
        	padding: 4px 10px;
        	margin-top: 10px;
        	margin-bottom: 10px;
        	background-color: #00a0e0;
        	color: #fafafa;
        	border-radius: 3px;
        }

        .anynews p { display: block;
        	color: #444;
        	font-weight: 500;
        	font-size: 1.2rem;
        	text-align: center;
          margin-top: 50px;
        	 }




        @media only screen and (max-width: 881px) {

            .anynews {
  width: 100%;
  margin-left: 0;

   }
             .anynews ul li {
                width: 95%;
                margin: 1rem auto;
             }

              .anynews ul li h5 {
                height: max-content;
              }

        }



/* covid19 page info boxes */

        .flex-info-boxes {
  width: 100%;
  margin-left: .3rem;
  margin-top: 78px;
   }
  .flex-info-boxes__heading {
    width: 100%;
    float: left; }
    .flex-info-boxes__heading a {
      font-family: Roboto,sans-serif;
      color: #fff; }
    .flex-info-boxes__heading span {
      font-size: 1.1rem;
      letter-spacing: .3rem;
      background: #2b2b2b;
      float: left;
      font-weight: 900;
      padding: 3px 10px;
      line-height: 2rem;
      text-align: center;
      border-radius: 3px;
      text-transform: none; }
  .flex-info-boxes ul {
    width: 100%;
    /*float: left; */
    display: flex;
    /* flex-flow: row wrap; */
    list-style-type: none;
    margin-bottom: 60px;
    justify-content: center; 
     }
    .flex-info-boxes ul li {
    	list-style-type: none;
      margin: 0 1.5rem 1rem 0;
      width: 30.3%;
      transition: all .2s ease; }
      .flex-info-boxes ul li:nth-child(n):hover {
        box-shadow: rgba(0, 0, 0, 0.3) 0.2rem 0.2rem 0.5rem;
        transform: scale(1.01); }
      .flex-info-boxes ul li a, .flex-info-boxes ul li a:active, .flex-info-boxes ul li a:hover body, .flex-info-boxes ul li a:visited {
        color: #2b2b2b;
        text-decoration: none;
        border: none; }
      .flex-info-boxes ul li h5 {
        font-size: 1rem;
        font-weight: 700;
        line-height: 1.2rem;
        text-align: center;
        padding: .7rem;

         }

        .logo-cta {
        	text-align: center;
        	width:100%;
        	margin:0 auto;
        	padding: .2rem;
          height: 170px;
        } 

        .logo-cta img {
        	width: 180px;
        }

      
        .logo-cta p {
        	font-size: 1.4rem;
        	margin-top:-4px;

        }

        .logo-cta button {
        	font-size: 1.1rem;
        	margin-bottom: 20px;
        	margin-left:-0.9rem;
        	width: 90%;
        	

        }

        .flex-info-boxes ul li h6 {
        font-size: .9rem;
        font-weight: 700;
        line-height: 1.2rem;
        text-align: left;
        padding: .7rem;
        height: 7rem;
        float: left; }

  .flex-info-boxes__contentbox {
    width: 100%;
    float: left;
    background: #ffffff;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 3px;
    box-shadow: rgba(43, 43, 43, 0.2) 0.1rem 0.1rem 2rem; }
    .flex-info-boxes__contentbox-thumbnail {
      width: 100%;
      height: 260px;
      overflow: hidden;
      position: relative; }

    .flex-info-boxes__contentbox-thumbnail img {
    object-fit: fill;
    
              min-width: 100%;
              min-height: 100% ;
    
    }

    .flex-info-boxes__contentbox p {padding-left: 6px; padding-right: 6px;}
      
      .flex-info-boxes__contentbox-thumbnail-img {
        display: block;
        width: 100%; }
      .flex-info-boxes__contentbox-thumbnail-date {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: -9px;
        display: inline-block;
        background: #fff;
        color: #000;
        padding: .3rem;
        border-radius: 3px;
        font-size: 0.7rem;
        font-weight: 700;
        letter-spacing: .2rem;
        box-shadow: rgba(48, 48, 48, 0.8) 0.1rem 0.4rem 1rem; }


        @media only screen and (max-width: 881px) {



            .flex-info-boxes {
  width: 100%;
  margin-left: 0;
   }

   .flex-info-boxes ul { flex-flow: row wrap;}

           .flex-info-boxes ul li {
                width: 70%;
                margin: 1rem auto;
             }

              .flex-info-boxes ul li h6 {
                height: max-content;
              }

               .flex-info-boxes__contentbox-thumbnail img {

                 object-fit: scale-down;
                 object-position: 50% 50%;         
                 
                 

    }

}

    

  @media only screen and (max-width: 481px) {
  	.flex-info-boxes ul { flex-flow: row wrap;}
  	 .flex-info-boxes ul li {
                width: 98%;
                margin: 1rem auto;
             }
             .flex-info-boxes__contentbox-thumbnail-img {
              object-fit: fill;
              min-width: 100%;
              min-height: 100% !important;
             }        
  }       


/* [[[[  webinars archieve and registration  ]]]]  */
       

       
        .mySlides {display: none
        
        }
        
        
        /* Slideshow container */
        .slideshow-container {
        
          max-width: 800px;
          position: relative;
          margin: 0 auto;
          display: flex;
         flex-direction: column;
         

        }

        .slideshow-container img {
        	filter: brightness(50%);
            object-fit: cover;
            width:100%;            
            min-height: 100%;          
            
        
        }

          /* Caption text */
        .text {
          color: #f2f2f2;
          font-size: 15px;
          padding: 8px 12px;
          position: absolute;
          left: 50%;
          transform: translateX(-50%);
          top:10px;
          padding-left: 40px;
          padding-right: 30px;
          width: 80%;
          text-align: left;
          background-color: rgb(0, 0, 0, .6);
          margin-bottom: 80px;
        }

         /* On smaller screens, decrease text size */
        @media only screen and (max-width: 1024px) {
          .prev, .next,.text {font-size: 11px}
          

          .slideshow-container {
        
            max-height: 100%;
            display: flex;
            flex-direction: column;
            min-height: 100%;
            }

          .slideshow-container img { height:80vh;
            object-fit: cover;
            }
        }

         /* On smaller screens, decrease text size */
         @media only screen and (max-width: 1000px) {

           .slideshow-container {
              min-height: 50vh;
            }

            .slideshow-container img {
                height:50vh;
                object-fit: cover;
            }

            .text {
              width: 100%;
            }


         }

          /* On smaller screens, decrease text size */
          @media only screen and (max-width: 900px) {

             .slideshow-container {
              min-height: 90vh;
            }

            .slideshow-container img {
                background-color: black;

            }

            .text {
              width: 100%;
            }


         }
        
        /* Next & previous buttons */
        .prev, .next {
          cursor: pointer;
          position: absolute;
          top: 45%;
          width: auto;
          padding: 18px;
          margin-top: -22px;
          color: #068aff;
          font-weight: bold;
          font-size: 28px;
          transition: 0.6s ease;
          border: 1px solid #068aff;
          border-radius: 0 3px 3px 0;
          user-select: none;
        }
        
        /* Position the "next button" to the right */
        .next {
          right: 0;
          border-radius: 3px 0 0 3px;
        }

        .prev {
            left: 0;
            border-radius: 3px 0 0 3px;
          }
        
        /* On hover, add a black background color with a little bit see-through */
        .prev:hover, .next:hover {
          background-color: #068aff;
          color: #fafafa;
        }
        
      
        
        /* Number text (1/3 etc) */
        .numbertext {
          color: #f2f2f2;
          font-size: 12px;
          padding: 8px 12px;
          position: absolute;
          top: 0;
        }
        
        /* The dots/bullets/indicators */
        .dot {
          cursor: pointer;
          height: 15px;
          width: 15px;
          margin: 0 2px;
          background-color: #bbb;
          border-radius: 50%;
          display: inline-block;
          transition: background-color 0.6s ease;
        }
        
        .active, .dot:hover {
          background-color: #717171;
        }
        
        /* Fading animation */
        .fade {
          -webkit-animation-name: fade;
          -webkit-animation-duration: 1.5s;
          animation-name: fade;
          animation-duration: 1.5s;
        }
        
        @-webkit-keyframes fade {
          from {opacity: .4} 
          to {opacity: 1}
        }
        
        @keyframes fade {
          from {opacity: .4} 
          to {opacity: 1}
        }
        
       
    /* end of webinars archieve and registration */

 .hide-delete {display:none;}
 .hide-visibile{visibility: hidden;}

 .mb1 {margin-bottom: 12px !important;}
 .mb2 {margin-bottom: 24px !important;} 
 .mb3 {margin-bottom: 48px !important;}
 .mb4 {margin-bottom: 68px !important; }
 .mb6 {margin-bottom: 90px !important; }
 .mb150 {margin-bottom: 150px !important; }

 .mr7px {margin-right: 7px !important;}
 .mr1 {margin-right: 12px !important;} 
 .mr2 {margin-right: 24px !important;}
 .mr3 {margin-right: 36px !important;}
 
 .ml1 {margin-left: 6px !important;} 
 .ml2 {margin-left: 12px !important;}
 .ml3 {margin-left: 24px !important;}
 .ml4 {margin-left: 48px !important;}
 
 .ml-1 {margin-left: -6px !important;} 
 .ml-2 {margin-left: -12px !important;}
 .ml-3 {margin-left: -24px !important;}  

 .mt1 {margin-top: 12px !important;} 
 .mt2 {margin-top: 24px !important;} 
 .mt3 {margin-top: 36px !important;}
 .mt4 {margin-top: 48px !important;}
 .mt5 {margin-top: 58px !important;}
 .mt6 {margin-top: 68px !important;}
 .mt150 {margin-top: 150px !important; }

 .mt--1 {margin-top: -12px !important;} 
 .mt--2 {margin-top: -24px !important;}

 .mauto {margin: auto;}
 
 .pad2 {padding: 2px;}
 .pad6 {padding: 6px;}
 .pad12 {padding: 12px;}
 .pad14 {padding: 14px;}
 .pad30-5{padding:30px 5px;}
 .pad0-28{padding:0px 28px;}
 .pad10-30{padding:10px 30px;}
 .pad20-18{padding:20px 18px;}
 .pad20-30{padding:20px 30px;}
 .pad30-30{padding:30px 30px;}
 .pad10-50{padding:10px 50px;}
 .pad-left12{padding-left: 12px;}
 .pad-left18{padding-left: 18px;}
 .pad-left24{padding-left: 24px;}
 .pad-left30{padding-left: 30px;}


.fs_p7rem{font-size: 0.7rem !important;}
.fs_p8rem{font-size: 0.8rem !important;}
.fs_p9rem{font-size: 0.9rem !important;}
.fs_1rem{font-size: 1rem !important;}
 .fs_1-1rem{font-size: 1.1rem !important;}
 .fs_1-2rem{font-size: 1.2rem !important;}
 .fs_1-3rem{font-size: 1.3rem !important;}
 .fs_1-4rem{font-size: 1.4rem !important;}
 .fs_1-5rem{font-size: 1.5rem !important;}
 .fs_1-6rem{font-size: 1.6rem !important;}
 .fs_1-8rem{font-size: 1.8rem !important;}
 .fs_2rem{font-size: 2rem !important;}
 .fs_2-3rem{font-size: 2.3rem !important;}
 .fs_3rem{font-size: 3rem !important;}


.fw200 {font-weight:200 !important;}
 .fw500 {font-weight:500 !important;} 
 .fw600 {font-weight:600 !important;} 
 .fw700 {font-weight:700 !important;} 
 .fw800 {font-weight:800 !important;} 

 .text-left {text-align: left !important;}
 .text-right {text-align: right !important;}
 .text-center {text-align: center !important;}
 .text-italics{font-style: italic !important;}
 .text-justi {text-align:justify;
  text-justify:inter-character;}
 

 .dnag_txt-color {color:#0066cc;}
 .white_txt-color {color:#fafafa;}

 .link_line-white {border-bottom: 1px solid #fafafa;}
 .link_line-grey {border-bottom: 1px solid #444;}
 .link_line-blue {border-bottom: 1px solid #00a0e0;}
 .link_noline {text-decoration: none !important;}



 .univ_border-radius15{border-radius: 15px;}

 .common-dna-cta a {
  background-color: #00a0e0;
  color:#fafafa !important;
  padding:15px 22px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color 0.3s;
  border-radius: 2px;
  border: 1px solid #0066ccd9;
}

.common-dna-cta a:hover {
  background-color: #fafafa;
  color:#0066cc !important;
  font-weight: 700;
  border: 1px solid #0066ccd9;
}

.common-dna-cta-reverse a {
  background-color: #fafafa;
  color:#0066cc;
  padding:8px 12px;
  font-weight: 700;
  border: 1px solid #0066ccd9;
  text-decoration: none;
  transition: background-color 0.3s;
  border-radius: 2px;  
}

.common-dna-cta-reverse a:hover {
  background-color: #00a0e0;
  color:#fafafa;
  padding:8px 12px;
  font-weight: 700;
  text-decoration: none;
}

 .lh_1-6rem{line-height: 1.6rem;}

 .common-cta-grey-orange  button { 
  padding: 20px 60px 20px 60px;
  border-radius: 28px;
  background-color: #555;
  color:#fafafa;
  font-size: 1.3rem;
  border-style: none;
  transition: background-color 0.3s;
  border-radius: 2px; 

}

.common-cta-grey-orange button:hover { 
  cursor: pointer;
  background-color: #e05707;
  box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(224,87,7,0.16);
}

.common-cta button { 
  padding: 20px 50px 20px 50px;
  border-radius: 6px;  
  color:#fafafa; 
  border-style: none;
  text-decoration: none !important;
  transition: background-color 0.3s;
  border-radius: 2px; 
}

.common-cta button:hover { 
  cursor: pointer;
  background-color: #444;
  box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(224,87,7,0.16);
}

.common-cta a { 
  padding: 20px 50px 20px 50px;
  border-radius: 5px;
  border-style: none;
  text-decoration: none !important;
  transition: background-color 0.3s;
  
}

.common-cta a:hover { 
  cursor: pointer;
  background-color: #444;
  box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(224,87,7,0.16);
}

.common-dna-bg {background-color: #00a0e0;}

.dna-gradient-bg-alpha {
background: linear-gradient(90deg, rgba(0,212,255,0.2) 0%, rgba(23,172,130,0.3981967787114846) 50%, rgba(23,172,130,1) 100%);
}


.line-top{border-top: 1px dotted #777; } 

/* event and conferences */

.event-cover-img{display: block;
  width: 100vw;
  height: auto;
  object-fit: cover; /* or object-fit: contain; */}

  .cover-image-bkgrd-container {
    width: 100%;
    padding: 0 0 0 0;
    margin: 0 0 -10px 0;
    background-color: #eaeaea;
    overflow: auto;
}

  .lp-cover-img{display: block;
    width: 80vw;
    height: auto;
    margin: 20px auto;
    object-fit: cover; /* or object-fit: contain; */}

    @media only screen and (max-width: 990px){
      .lp-cover-img{display: block;
        width: 90vw;
        height: auto;
        margin: 20px auto;
        object-fit: cover; /* or object-fit: contain; */}
    }

    @media only screen and (min-width: 1390px){
      .lp-cover-img{display: block;
        width: 60vw;
        height: auto;
        margin: 20px auto;
        object-fit: cover; /* or object-fit: contain; */}
    }

.imgdim_50 {
  filter: brightness(0.5);
} 
.imgdim_30 {
  filter: brightness(0.3);
}

.imgdim_10 {
  filter: brightness(0.1);
}
.imgblur_2 {filter:blur(2px);}

.height270 {height:270px !important;}

.univ_centered {
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
} 

.univ_centered-width30 {
  margin:0 auto;
  width: 30%;
  
} 

.univ_centered-width50 {
  margin:0 auto;
  width: 50%;
  
} 

.univ_centered-width60 {
  margin:0 auto;
  width: 60%;
  
}

.univ_centered-width70 {
  margin:0 auto;
  width: 70%;
  
}

.univ_centered-width80 {
  margin:0 auto;
  width: 70%;
  
}


@media only screen and (max-width: 1000px) {

  .univ_centered-width30 {
    margin:0 auto;
    width: 90%;
    
  } 

  .univ_centered-width50 {
    margin:0 auto;
    width: 90%;
    
  } 

  .univ_centered-width60 {
    margin:0 auto;
    width: 90%;
    
  } 

  .univ_centered-width70 {
    margin:0 auto;
    width: 90%;
    
  } 
  
}

.univ_pos-rel {position: relative;}
.univ_pos-abs {position: absolute;}
.univ_pos-fix {position: fixed;}
.univ_disp-block{position: fixed;}
.univ_disp_flex {display:flex}
.univ_center_flex {align-items: center; justify-content: center;} 
.univ_space-bet_flex {align-items: stretch; justify-content:space-between;}
.univ_space-arou_flex {align-items: center; justify-content:space-around ;}
.univ_space-arou_flex-align-start {align-items: start; justify-content:space-around ;}
.univ_flex-1 {flex: -1 1 0;}
.univ_flex1 {flex: 1 1 0;}
.univ_flex2 {flex: 2 1 0;}
.pad-tb-10{padding:10px 0px;}
.event-title{font-size: 2rem;}
.event-blurb{font-size:1.3rem;}
.event-prod-cta-img{width:320px;}


@media only screen and (max-width: 981px){
  .univ_disp_flex-wrap {flex-flow: column wrap;}
  .univ_disp_flex-wrap-rev {flex-flow: wrap-reverse;}
  .event-title{font-size: 1.4rem !important;}
.event-blurb{font-size:1.1rem !important;}
.event-cover-img{min-height: 340px;}
.univ_flex-1 {flex:1 1 0;}

  

}



/*    _____________________________________________  */

/*
    Microbiome DECISION TREE
    */

 
         .dec-tree_title {
             font-size:28px;
             margin: 78px auto 30px auto;
         }
        .connect1, .connect1a, .connect1b, .connect1c, .connect2, .connect2a, .connect2b, .connect2c, .connect-acc, .connect3,.connect4, .connect5, .connect6,
        .connect7, .connect8, .connect9, .connect-head1a ,.connect-head , .connect-head2 {
            
            width:max-content;   
            
            
            background:#fff;
           
            border-radius:5px;
            margin-bottom: 30px;

            width:fit-content;
                height: max-content;
                padding: 8px 16px;
            
            }
           
            connection {
                border: 3px solid #444;
                border-radius: 11px;
                position: relative;
            }

            inner {
                border: 4px dotted;
                border-radius: 6px;
                color: rgb(117, 88, 179);
            }

            .dec-tree_wrap {display: flex;
                align-items: center;
            }
            
                .dec-tree_wrap a  {text-decoration: underline; 
                    }
                .dec-tree_wrap a:hover  { 
                    font-weight: 500;
                    }

                .dec-tree_row-item-header {
                font-size:18px !important;
                font-weight: 700;                            
                } 

                .dec-tree_row5_wrap {
                    display: flex;
                align-items: center;
                }

                .dec-tree_row5a {padding-left: 40px;}

                .xscroll {overflow-x: scroll;}
                
                

               


          .purplebase{background-color: rgb(118, 43, 144);}
          .purpleblue{background-color: rgb(67, 43, 144);}
          .purpledark{background-color: rgb(73, 14, 103);}
          .purplelight{background-color: rgb(230, 189, 223);}
          .purplelight-base{background-color: rgb(217, 193, 254)!important;}
          .purpleblue-al{background-color: rgb(105, 74, 173);}
          .purplelight-al{background-color: rgba(179, 95, 165,1);}
          .purpledark-al5{background-color: rgba(73, 14, 103,.5);}
          .purplebase-al5{background-color: rgba(118, 43, 144,.5);}
          .purpledark-border{border: rgb(73, 14, 103) solid 2px; }
          .purplelight-border{border: rgba(179, 95, 165,1) solid 2px; }
          .black-base{background-color: #000;}
          .dnag-bg-base{background-color: #00a2d7;}
          .dnagdark-bg-base{background-color: #00a2d7;}
          .bluebase{background-color: #006699;}
          .bluebase-light{background-color: #2697cf;}
          .bluebase-default{background-color: #3366cc;}  
          .bluebase-dark{background-color: #024a6e;}          
          .tealbase{background-color: #cc0033;}
          .tealbase-light{background-color: #d14f6f;}
          .tealbase-dark{background-color: #77011e;}
          .tealblue-bg{background-color: #b3d5d6;}
          .dgrey-bg{background-color: #333;}
          .grey-bg{background-color: #666;}
          .w900-text{font-weight: 900;}
          
          .novosanis-lime-bg {background-color:#71a24c !important;}
          .novosanis-lime-text {color:#71a24c !important;}
          .new_dctree-blue-bg {background-color:#00a0df !important;}
          .new_dctree-blue-text {color: #00a0df !important;}
          .new_dctree-darkblue-bg {background-color:#006495;}
          .new_dctree-darkblue-text {color: #006495 !important;}
          .new_dctree-grey-bg {background-color:#666666 !important;}
          .new_dctree-lgrey-bg {background-color:#bac9d9 !important;} 
          .new_dctree-llgrey-bg {background-color:#e7e7e8 !important;}
          
          .new_dctree-grey-text {color:#666666 !important;;}
          .new_dctree-red-bg {background-color:#ce202f !important;}
          .new_dctree-red-text {color:#ce202f !important;}
          .new_dctree-teal-bg {background-color:#009ba7 !important;}
          .new_dctree-lteal-bg {background-color:#92f8ff !important;}
          .new_dctree-teal-text {color:#009ba7 !important;}
          .new_dctree-pink-bg {background-color:#e8c1c3 !important;}

          .new_dctree-img-border {border: 1px solid #999999; border-radius: 8px; padding:12px 18px; }
          .new_dctree-uni-border {border: 1px solid #999999; border-radius: 8px; padding:12px 18px; }
          .new_dctree-uni-border28 {border: 1px solid #999999; border-radius: 8px; padding:8px 28px !important; }
          
          .purplebase-text{color: rgb(118, 43, 144)!important;}
          .purpledark-text{color: rgb(73, 14, 103) !important;}
          .purplelight-text{color: rgb(179, 95, 165)!important;}
          .bluedark-text{color: #024a6e !important;}
          .metapink-text {color: #e0004d !important;;}
          .metapink-base {background-color: #e0004d;}
          .metapink-border {border: #e0004d solid 2px;}
          .white-text{color: #fafafa !important;}
          .dark-text{color:#444 !important;}

          .no-float {float:none !important;}

           
           .header-links li:nth-child(3) a {
            font-weight: 600;
            font-size: .78rem;
            background-color: #e0004d;
            color: #fafafa !important;
           } 
/*    _____________________________________________  */

/*
    DECISION TREE
    */  
 .testimony-quotes{
              width: 80%;
              margin: 0 auto;
              padding: 0px 0px 36px 0px;
              height: max-content;
              margin-bottom: 40px;
              box-shadow: 0px 10px 13px -7px rgba(0,0,0,0.16), 5px 5px 15px 5px rgba(224,87,7,0.11);
              }
              .quote-txt {
              text-align:left ;
              font-size: 1.5rem;
              padding: 6px;
              color:#444;
            }
            .quote-from {
              text-align:right;
              font-size: 1.4rem;
              color:#EA580C;
              font-weight: 900;
              padding-right:20px;
            }

            .quote-place {
              text-align: right;
              width: 40%;
              float: right;
              clear: both ;
              color:#444;
              padding-right:20px;
            }

            .las {padding :0px 10px 0px 10px;
            font-size:1.9rem;
             font-weight: 900;
            color:#e05707;}

            .clearfix-quotes:after { 
					  content: "";
					  visibility: hidden;
					  display: block;
					  height: 0;
					  clear: both;
					}

              /* On smaller screens, decrease text size */
          @media only screen and (max-width: 800px) {

            .testimony-quotes{
              width: 98%;
              margin: 0 auto;
              height: max-content;

            } 

            .quote-txt {font-size: 1.4rem;}

            .quote-from { padding-right: 2px; }

            .quote-place {
              width: 80%;
              padding-right: 2px;
              margin-bottom: 20px;
              clear: both;

            }

          } 


           @media only screen and (max-width: 600px) {

            .testimony-quotes{
              width: 98%;
              margin: 0 auto;
              height: max-content;

            } 

            .quote-txt {font-size: 1.1rem;}

            .quote-from { padding-right: 2px;
            font-size: 1.1rem; }

            .quote-place {
              width: 80%;
              padding-right: 2px;
              margin-bottom: 20px;
              clear: both;
              font-size: 0.8rem;

            }

          } 



/* Monkeypox Program */
.mpx-hero {
  display: flex;
  background: #e7e7e7;
  align-items: center;
  justify-content: space-between;              
}

.mpx-hero-text {
  padding: 16px;
  text-align: left;
  flex-grow: 1;                
}

.mpx-hero-img img{
  width: 94rem;
}

.mpx-title{ 
  color: #444;
  font-size: 3rem;
  margin-left:20%;
}

.mpx-blurb {
    margin-left:20%;
    color: #000000;
    font-size: 1.5rem;                  
}

.mpx-overview {
  display: flex;
  margin-top: 50px;
  margin-bottom: 80px;
}

.mpx-overview-container {
  margin-top: 50px;
  margin-bottom: 80px;
}

.mpx-overview-img-floated {
  float: left;
  padding: 2rem;
}

.mpx-overview-img-floated-right {
  float: right;
  padding: 2rem;
}

#mpx-overview-wrapped-1 p {
  overflow: hidden;
}

#mpx-overview-wrapped-2 p {
  overflow: hidden;
}

.mpx-overview-img {
  flex-grow: 2;
  width: 1826px;
  }

  .mpx-overview-img img{
    object-fit: cover;
    height: 97%;
  }
  .mpx-overview-img-floated img{
    object-fit: cover;
    height: 100%;
  }

  #mpx-overview-1 img {
    object-fit: fill !important;
  }

  .mpx-overview-text {
    text-align: left;
    padding:1.5rem;
    color: #444;
    
    
  }

  .mpx-overview-title {
    font-size: 2.2rem;
  }

  .mpx-overview-text p {
    font-size: 1.2rem;
  }

.mpx-references {
  margin: auto;
  width: 50%;
  text-align: left;
  font-size: 1rem;
}

.monkeypox-referral-cta {
  background-color: #e4e5e9;
  display: flex;
  align-items: center;
  justify-content: space-between; 
  margin-bottom: 80px;             
}
.monkeypox-referral-cta-text {
  padding: 16px;
  text-align: left;
  flex-grow: 1; 
  color: #444;                 
}

.monkeypox-referral-cta-title {
  font-size: 2.2rem;
}

.monkeypox-referral-cta-img img{
  width: 32rem;
  padding-right: 2em;
}

.monkeypox-referral-cta-blurb {
  margin-right:10%;
  padding:2rem; 
  width:40vw;
  font-size: 1.3rem;           
}

.monkeypox-referral-cta-blurb button { 
  padding: 20px 60px 20px 60px;
  border-radius: 28px;
  background-color: #555;
  color:#fafafa;
  font-size: 1.3rem;
}

.monkeypox-referral-cta-blurb button:hover { 
  cursor: pointer;
  background-color: #e05707;
  box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(224,87,7,0.16);
}

@media only screen and (max-width: 800px) {
  .mpx-blurb {
    margin-left:1%; 
    font-size: 1.4rem;                 
  }

  .mpx-title{ 
    
    font-size: 2.2rem;
    margin-left:1%;
  }

  .mpx-hero-img img{
      width: 24rem;
  }

  .mpx-overview {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    margin-bottom: 80px;
    height: auto;
  }

  .mpx-overview-img img{
    object-fit: cover;
    height:28vh;
    width:100%;
   }
}

@media only screen and (max-width: 600px) {
  .mpx-hero {
    width:100vw; 
    height:max-content;
  }
  .mpx-blurb {
    margin-left:1%; 
    font-size: 1.1rem;                 
  }

  .mpx-title{ 
    font-size: 1.7rem;
    margin-left:1%;
  } 

  .mpx-hero-img img{
      /* height: 38vh;
      width:26rem; */
      display: none;
  }

  .mpx-overview {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    margin-bottom: 80px;
    height: auto;
  }

  .mpx-overview-img img{
    object-fit: cover;
    height:28vh;
  }


  .mpx-overview-title {
    font-size: 1.6rem;
  }

  .mpx-overview-text p {
    font-size: 1rem;
    background-color: #e4e5e9;
  }
}

@media only screen and (max-width: 1000px) {
  .mpx-overview {
    height:max-content;
  }
} 

 /* _____________________________________________________ 
 
          Referral Give back Program
 ____________________________________________________ */ 


 .referral-hero{display: flex;
                background: rgb(159,163,166);
                background: linear-gradient(45deg, rgba(159,163,166,1) 20%, rgba(161,165,168,1) 50%, rgba(243,242,247,1) 100%);
                align-items: center;
                justify-content: space-between;              
              }
              .referral-hero-text {
                padding: 16px;
                text-align: left;
                flex-grow: 1;                
              }

              .referral-hero-img img{
                width: 32rem;
              }

              .referral-title{ 
                color: #444;
                font-size: 3rem;
                margin-left:20%;
                }

                .referral-blurb {
                  margin-left:20%;
                  color: #ffffff;
                  font-size: 1.5rem;                  
                }

                .referral-overview {
                  display: flex;
                  margin-top: 50px;
                  margin-bottom: 80px;
                  height:78vh;
                }

                .referral-overview-img {
                  flex-grow: 2;
                  width:150vw;
                  }

                  .referral-overview-img img{
                    object-fit: cover;
                    height:78vh;
                  }

                  .referral-overview-text {
                    background-color: #e4e5e9;
                    text-align: left;
                    padding:1.5rem;
                    color: #444;
                    
                    
                  }

                  .referral-overview-title {
                    font-size: 2.2rem;
                  }

                  .referral-overview-text p {
                    font-size: 1.2rem;
                    background-color: #e4e5e9;
                  }


                  .referral-cta{display: flex;
                    align-items: center;
                    justify-content: space-between; 
                    margin-bottom: 80px;             
                  }
                  .referral-cta-text {
                    padding: 16px;
                    text-align: left;
                    flex-grow: 1; 
                    color: #444;                 
                  }
    
                  .referral-cta-img img{
                    width: 32rem;
                  }
    
                  
    
                    .referral-cta-blurb {
                      margin-right:10%;
                      border-left: #444 2px solid;
                      padding:2rem; 
                      width:40vw;
                      font-size: 1.3rem;
                                 
                    }

                    .referral-cta-blurb button { 
                      padding: 20px 60px 20px 60px;
                      border-radius: 28px;
                      background-color: #555;
                      color:#fafafa;
                      font-size: 1.3rem;
                    }

                    .referral-cta-blurb button:hover { 
                      cursor: pointer;
                      background-color: #e05707;
                      box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(224,87,7,0.16);
                    }

                    .charities-list {
                      display: flex;
                      align-items: center;
                      justify-content: space-evenly;
                      margin-top: 10rem;
                      margin-bottom: 7rem;
                      flex-wrap: wrap;
                    }

                    .clogo1{
                      width: 200px;
                      height:150px;
                    } 

                    
                    .clogo2 {

                      width: 100px;
                      height:70px;                     
                    }

                    .clogo3 {

                      width: 70px;
                      height:70px;                     
                    }

                    .clogo4{
                      width: 120px;
                      height:90px;
                    }



                    .clogo5 {
                      width: 150px;
                      height:70px;
                    }

                    .clogo6 {
                      width: 160px;
                      height:60px;
                    }
    

               

                /* On smaller screens, decrease text size */
          @media only screen and (max-width: 800px) {
            .referral-blurb {
              margin-left:1%; 
              font-size: 1.4rem;                 
            }

            .referral-title{ 
              
              font-size: 2.2rem;
              margin-left:1%;
              }

              .referral-hero-img img{
                width: 24rem;
              }

              .referral-cta-blurb button { 
                padding: 15px 30px 15px 30px;
                border-radius: 28px;
                background-color: #555;
                color:#fafafa;
                font-size: 1.3rem;
              }

              .referral-cta-img img{
                height:60vh;
                object-fit: cover;
              }

              .referral-overview {
			    display: flex;
			    flex-wrap: wrap;
			    margin-top: 50px;
			    margin-bottom: 80px;
			    height: auto;
			}

			.referral-overview-img img{
                    object-fit: cover;
                    height:28vh;
                    width:100%;
                  }

           

            }
            
            
            @media only screen and (max-width: 1000px) {

              .referral-overview {
                height:max-content;
              }

          } 


   @media only screen and (max-width: 600px) {
          	.referral-hero{width:100vw; height:max-content;}
             

            .referral-blurb {
              margin-left:1%; 
              font-size: 1.1rem;                 
            }

            .referral-title{ 
              
              font-size: 1.7rem;
              margin-left:1%;
              } 

              .referral-hero-img img{
                height: 38vh;
                width:26rem;
              }

              .referral-overview {
			    display: flex;
			    flex-wrap: wrap;
			    margin-top: 50px;
			    margin-bottom: 80px;
			    height: auto;
			}

			.referral-overview-img img{
                    object-fit: cover;
                    height:28vh;
                  }


                   .referral-overview-title {
                    font-size: 1.6rem;
                  }

                  .referral-overview-text p {
                    font-size: 1rem;
                    background-color: #e4e5e9;
                  }

               .referral-cta{display: flex;
                    align-items: center;
                    margin-bottom: 80px; 
                    flex-wrap: wrap-reverse;            
                  }
                  .referral-cta-text {
                    padding: 16px;     
                    color: #444;                 
                  }
    
                  .referral-cta-img img{
                    object-fit: cover;
                    height:28vh;
                  }
    
                  
    
                    .referral-cta-blurb {
                      margin-right:10%;
                      border-left: #444 2px solid;
                      padding:2rem; 
                      width:80%;
                      font-size: 1.3rem;
                                 
                    }

                    .charities-list {           
                      
                      margin-top: 5rem;
                      
                    }

    }            



/*    _____________________________________________  */

/*
    Colorbox Core Style:
    */

    
#colorbox, #cboxOverlay, #cboxWrapper{position:fixed !important; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(images/overlay.png) repeat 0 0; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
    #cboxTopLeft{width:21px; height:21px; background:url(images/controls.png) no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(images/controls.png) no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(images/controls.png) no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(images/controls.png) no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url(images/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(images/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(images/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxLoadingOverlay{background:url(images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(images/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(images/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(images/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}



 #cboxLoadedContent {
        padding: 10px;
        background: #e4f7ff;
        text-align: center;            
        border: rgb(0, 160, 224) solid 2px;
        -webkit-box-shadow: -6px 42px 43px -24px rgba(0, 160, 224,1);
        -moz-box-shadow: -6px 42px 43px -24px rgba(0, 160, 224,1);
        box-shadow: -6px 42px 43px -24px rgba(0, 160, 224,1); 
        z-index:9999; overflow:hidden; 
        margin: auto 0;
       position:fixed !important;
       
      }
        .seminar-box {
            text-align: center;
            padding: 2px 3px;
        }

        .seminar-box h1 {
            font-size: 24px;
            font-weight:300;
            color: #444444;
            text-align: left;


        }
        
        .seminar-box h2 {
            font-size: 21px;
            font-weight:600;
            color: #00a0e0;
            margin-top: 0px;
            line-height: 24px;
            margin-bottom: 4px;
            text-align: left;
            display: inline-block;
            width: 96%;

        }

        .date-time {
            font-weight: 700;
            color: #444444;
            font-size: 13px;
            text-align: left;
            display: inline-block;
            margin: auto 0;

        }
        .seminar-cta {
            text-align: center;
            margin-top:40px;
        }
        .seminar-cta a {
            color:#fff !important;
            text-decoration: none !important;
        }
        .seminar-button {
            transition-duration: 0.4s;
            background: #00a0e0;
            border: none;
            color: white;
            padding: 10px 20px;
            display: block;
            font-size: 24px;
            margin: 0 auto;
            cursor: pointer;
          }
          
          button.seminar-button:hover {
            background:#663366 ;
            
          }

          #cboxClose {cursor:pointer;}

          
         .wbn-register
         {
           -moz-box-shadow: -6px 22px 23px -14px rgba(0, 160, 224,1);
        box-shadow: -6px 22px 23px -14px rgba(0, 160, 224,1);
         -webkit-box-shadow: -6px 22px 23px -14px rgba(0, 160, 224,1);
        -moz-box-shadow: -6px 22px 23px -14px rgba(0, 160, 224,1);
          box-shadow: -6px 22px 23px -14px rgba(0, 160, 224,1); 
       
         
         }
       

         .wbn-register:hover
         {
          border: rgb(0, 160, 224) solid 1px;
        -moz-box-shadow: -6px 42px 43px -24px rgba(0, 160, 224,1);
        box-shadow: -6px 42px 43px -24px rgba(0, 160, 224,1);
         -webkit-box-shadow: -6px 42px 43px -24px rgba(0, 160, 224,1);
        -moz-box-shadow: -6px 42px 43px -24px rgba(0, 160, 224,1);
          box-shadow: -6px 42px 43px -24px rgba(0, 160, 224,1); 

         
         }


 
          /*     */

              /* old ROW decision Tree */

    .tree{position:relative;  margin: 0 auto;
      margin-bottom: 60px
     }

/* 
.tree__popup--overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.tree__popup--overlay:target {
  visibility: visible;
  opacity: 1;
  z-index: 20;
}

.tree__popup {
  margin: 10vh auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all .3s ease-in-out;
  z-index:20;
}

.tree__popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.tree__popup .tree__popup--close {
  position: absolute;
  top: -5px;
  right: 10px;
  transition: all 100ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.tree__popup .tree__popup--close:hover {
  color: rgb(216, 6, 6);
}
.tree__popup .tree__popup--content {
  height: auto;
  overflow-y: auto;
}

.tree__popup h2, h4, p { text-align: left;}

.tree__popup p a {
    display: inline-block;
    background-color:#ccc;
    border: 1px solid #006699;
    color:  #006699;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 3px;
    font-weight:700;
    margin-top: 10px;
}

.tree__popup p a:hover , a:visited {
    
    box-shadow: 2px 4px 2px rgba(0, 0, 0, 0.4);
    transform: scale(1.01);
    
}

@media screen and (max-width: 700px){
  
  .tree__popup{
    width: 70%;
    height: 320px;
    overflow-y: auto;
  }
}
*/

@media screen and (min-width: 1200px){
  
  .tree{
    margin-left: 34%; 
      transform: translateX(-34%);
  }
}

@media screen and (min-width: 1400px){
  
  .tree{
    margin-left: 38%; 
      transform: translateX(-38%);
  }
}

@media screen and (min-width: 1600px){
  
  .tree{
    margin-left: 44%; 
      transform: translateX(-44%);
  }
}


       
/*{margin: 0 auto; padding: 0;}*/

.tree ul {
  padding-top: 20px; position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

.tree li {
  float: left; text-align: center;
  list-style-type: none;
  position: relative;
  padding: 20px 3px 0 2px;
  
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

/*We will use ::before and ::after to draw the connectors*/

.tree li::before, .tree li::after{
  content: '';
  position: absolute; top: 0; right: 50%;
  border-top: 1px solid #999999;
  width: 50%; height: 20px;
}
.tree li::after{
  right: auto; left: 50%;
  border-left: 1px solid #999999;
}

/*We need to remove left-right connectors from elements without 
any siblings*/
.tree li:only-child::after, .tree li:only-child::before {
  display: none;
}

/*Remove space from the top of single children*/
.tree li:only-child{ padding-top: 0;}

/*Remove left connector from first child and 
right connector from last child*/
.tree li:first-child::before, .tree li:last-child::after{
  border: 0 none;
}
/*Adding back the vertical connector to the last nodes*/
.tree li:last-child::before{
  border-right: 1px solid #999999;
  border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
}


.tree li:first-child::after{
  border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
}

/*Time to add downward connectors from parents*/
.tree ul ul::before{
  content: '';
  position: absolute; top: 0; left: 50%;
  border-left: 1px solid #999999;
  width: 0; height: 20px;
}


.tree li a{
  border: 1px solid #999999;
  padding: 8px 16px;
  text-decoration: none;
  color: #333;
  font-family: arial, verdana, tahoma;
  font-size: 14px;
  display: inline-block;
  
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}


/*Time for some hover effects*/
/*We will apply the hover effect the the lineage of the element also
purplebase- #762B90;
purpledark- #490E67;
purplelight- #B35FA5;


*/


.tree li a:hover, .tree li a:hover+ul li a {
  background: rgba(0, 102, 153,0.3);  border: 1px solid #4f325a; color: #333 !important;
}


/*Connector styles on hover*/
.tree li a:hover+ul li::after, 
.tree li a:hover+ul li::before, 
.tree li a:hover+ul::before, 
.tree li a:hover+ul ul::before{
  border-color:  #4f325a;
}

.tree__heading--1{ border: none !important;
                   font-size:24px !important;
                   font-weight: 700;
}
.tree__heading--1:hover{
                  color: #333 !important; 
                  cursor: default;
}

.tree__heading--dna { border: none !important;
                   font-size:24px !important;
                   font-weight: 700;
                   background-color: #006699;
                   color: #fafafa !important;  }

.tree__heading--dna:hover { color: #333 !important; 
                  cursor: default; }   

.tree__heading--rna { border: none !important;
                   font-size:24px !important;
                   font-weight: 700;
                   color: #fafafa !important;  }

.tree__heading--rna:hover { color: #333 !important; 
                  cursor: default; }                                   

.tree__heading--2{ background-color: #000;
                  color: #eeeeee !important; 
                   font-size:18px !important;
                   font-weight: 700;
}

.tree__heading--2:hover{
                  color: #333 !important; 
                  cursor: default;
}

.tree__heading--2 sup{
                  font-size: 12px;
                  font-weight:300;
}


.tree__heading--3{ color: #eeeeee !important; 
                   font-size:16px !important;
                   font-weight: 700;
                   padding:10px 20px !important;
}



.tree__heading--3:hover{
                  color: #333 !important; 
                  cursor: default;
}

.tree__heading--4{
                  color: #333 !important; 
                  cursor: default;
                  font-size:12px !important;
                  font-weight: 600;
}

.tree__heading--4:hover{
                  color: #333 !important; 
                  cursor: default;
                  font-weight: 700;
}

.tree__heading--4 sup{ 
    font-size:11px;
    font-weight:300;
}

.tree__or {font-size:11px !important; 
                 font-weight:300;
                 background-color: #dbdbdb;
                 }
.tree__or:hover { 
    cursor: default;

}

.tree--citation {text-align: left; margin-left:25px;}
.tree--citation cite {font-size:12px;}   
.tree--citation sup:not(:last-child){
    font-size:11px;}  
    
    
.def_cursor {cursor: default;}  
.def_cursor:hover {cursor: default;}   

     /* old ROW decision Tree */
	 
	 
	 
	 
/* Product Launch Banner */
.product-launch{
	*display: none;
	position: relative;
	*top: 30px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: center;
	width: 100%;
}
.product-launch-inner{
	width: 80%;
	*background-color: #ca2fdc;
	background-color: #6b1d74;
	color: #eee;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	border-left: 2px solid #6b1d74;
	border-bottom: 2px solid #6b1d74;
	border-right: 2px solid #6b1d74;
	text-align: center;
	padding: 0 15px;
	font-size: 18px;
}
.product-launch-inner a{
	color: #eee;
	background-color: #339900;
	border: 2px solid #339900;
	padding: 4px 8px;
	border-radius: 5px;
	margin-left: 15px;
	line-height: 40px;
}
.product-launch-inner a:hover{
	color: #333;
	background-color: #fff;
	border: 2px solid #aaa;
}

@media screen and (max-width: 670px){
	.product-launch-inner{
		width: 75%;
	}
}
.mmenuheader{
	background-color: inherit;
}

.slick-bullets p{
	text-align: left;
	font-size: 1.3em;
}