.approachStrip p{
    font-weight: bold;
    font-size: 18px;
    color: #666;
}

/* Clickable image cells */
.service-strip>div>div{
  background: #AAA;
  border-radius: 5px;
  height: 100px;
  width: 100%;
  text-align: center;
  display: block;

  color: #FFF;
  font-size: 16px;
  font-weight:bold;

  margin-bottom: 20px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.service-strip>div>div:hover{
  color: #FFF;
}

.service-strip>div>div:hover img{
  opacity: 1.0;
-webkit-backface-visibility: hidden;
}

.service-strip>div>div a{
  color: #FFF;
}

.service-strip>div>div a:hover{
  color: #FFF; 
}

.service-strip>div>div img{
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto;
  opacity: 0.5;
  width: 100%;

  transition: opacity .2s ease-out;
  -moz-transition: opacity .2s ease-out;
  -webkit-transition: opacity .2s ease-out;
  -o-transition: opacity .2s ease-out;
}

.service-strip>div>div span{
  position: absolute;
  bottom: 15px;
  display: block;
  width: 100%;
  left: 50%;
  margin-left: -50%;
  padding-left: 15px;
  padding-right: 15px;
}

/* Available Testing*/
.Available-Testing{
  display: none;
}

.Available-Testing>div{
display: none;
}

.available-testing-tabs{

}

.available-testing-tabs .test{
  cursor:pointer;
  text-align: center;
  margin-bottom: 20px;
  transition: color 0.5s linear;
}

.available-testing-tabs .test.active{
  color: #569149!important;
}

.available-testing-tabs .test svg.svg-stroked {
  stroke: #444;
  transition: stroke 0.5s linear;
}

.available-testing-tabs .test.active svg{
  stroke: #569149!important;
}

.available-testing-tabs .test:hover svg.svg-stroked {
  stroke: #569149!important;
}

.available-testing-tabs .test:hover{
  color: #569149!important;
}

.available-testing-tabs .test .service-icon{
  font-size: 50px;
  margin-bottom: 10px;
  height: 50px;
}

.available-testing-tabs .test p{
  font-size: 18px;
}

/* Globals */
.no-change{
  color: inherit;
}

/* Links */
.linkyboi{
font-weight: bold;
cursor: pointer;
color: #07553d; 
}
.linkyboi:hover{
color:#569149;
}

.makesfontwhite{
Font-weight:bold;
cursor: pointer;
color: #FFF;
}

a.link-button{
padding: 10px 20px;
background: #07553d;
font-weight: bold;
font-size: 20px;
color: #FFF;
margin-top: 10px;
display: inline-block;
border-radius: 5px;
}

a.link-button:hover{
color: #000;
background: #569149;
}

a.banner-button{
padding: 10px 20px;
background: #07553d;
font-weight: bold;
color: #FFF;
margin-top: 10px;
display: inline-block;
border-radius: 5px;
}

a.banner-button:hover{
color: #000;
background: #569149;

}

a.darklink{
  color: #000;
}

a.darklink:hover{
  color: #07533d;
}

.grey-block-button{
  color: #444;
  padding: 20px;
  background: #DDD;
  height: 200px;
  border-radius: 10px;
  display: block;
  cursor: pointer;
}

.grey-block-button:hover{
  color: #569149;
  background: #333;
}

.grey-block-button .section-subheader {
  font-size: 18px;
  font-weight: bold;
}

.grey-block-button p {
  font-size: 14px;
}

/* Team cards */
.team-card{
  background: #333333;
  margin-bottom: 30px;
  width: 100%;
  position: relative;
}

.team-card .team-article{
 padding: 20px;
 padding-bottom: 70px;
}

.team-card .team-article h1{
  color: #569149;
  margin-bottom: 5px;
  padding-bottom: 0;
  margin-top: 0;
}

.team-card .team-article h2{
  color: #FFF;
  font-size: 16px;
  margin-top: 0;
  padding-top: 0;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid #FFF;
  margin-bottom: 20px;
  padding-bottom: 20px; 
}

.team-card .team-article p{
color: #FFF;
}

.team-card .team-image{
 text-align: center; 
 background-image: url("/Portals/0/Images/Our-Team/our-team-backgrounds.png");
 background-position: center;
 height: 300px;
 overflow: hidden;
}

.team-card .team-image img{
 height: 300px;
}

.team-card a.link-button{
  background: #569149;
  margin-bottom: 0;
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: block;
}

/* Block level items */
.fw-image-overlay-box{
position: absolute;
left: 200px;
bottom: 50px;
color: #FFF;
}

.fw-image-overlay-box .link-button{
background: #569149;
}

.separated-box{
position: relative;
display: table;
padding-bottom: 20px;
margin-bottom: 20px;
}

.separated-box:after{
content: "";
position: absolute;
width: 90%;
height: 1px;
left: 5%;
border-bottom: 1px solid #999;
bottom: 0;
}

/* Feature Link Strip */
.feature-link-strip{

  }

  .feature-link-strip>div{
      background: #CCC;
      padding-top: 10px;
      padding-bottom: 10px;
     text-align: center;
  }

  .feature-link-strip>div:nth-child(2n){
      background: #EFEFEF;
  }

  .feature-link-strip .header-std{
      font-size: 20px;
      padding-bottom: 10px;
      margin-bottom: 10px;
  }

      .feature-link-strip .header-std:after {
          border-bottom: 2px solid #333;
      }

/* Career Form */
.career-form{

}

.career-form input[type="text"],
.career-form input[type="tel"]{
 padding: 10px; 
border-radius: 0;
font-size: 17px;
font-weight: bold;
}

.career-form .form-control{
 height: auto; 
}

.career-form .career-submit{
margin-top: 5px;
background: #DDD;
font-size: 17px;
font-weight: bold;
text-transform: uppercase;
border-radius: 0;
color: #333;
border: 2px solid #333;
}

.career-form .career-submit:hover{
 background: #333;
 color: #FFF;
}

/* Contact Page */
.env-allsites{
      flex-wrap: wrap;
  }

  .env-allsites .contact-block{
      background: #EEE;
      margin-bottom: 20px;
  }
  
  .env-allsites .contact-block .contact-text{
      padding: 10px 20px;
  }
  
  .env-allsites .contact-block h1{
      font-size: 30px;
  }
  
  .env-allsites .contact-block h2{
      color: #666;
      font-size: 16px;
      font-weight: bold;
      margin-top: 0;
      margin-bottom: 15px;
      padding-bottom: 15px;
      border-bottom: 1px solid #666;
  }
  
  .env-allsites .contact-block .address{
      font-size: 18px;
      color: #666;
      line-height: 28px;
      margin-bottom: 15px;
      padding-left: 10px;
  }
  
  .env-allsites .contact-block .contact-icon{
      padding: 10px;
      color: #FFF;
      background: #666;
      border-radius: 50%;
  }
  
  .env-allsites .contact-block .get-in-touch{
      padding-left: 10px;    
  }
  
  .env-allsites .contact-block .get-in-touch p{
      display: inline-block;
      font-weight: bold;
      width: 280px;
      color: #666;
  }
  
  .env-allsites .contact-block .get-in-touch p:first-child{
     margin-right: 20px;
  }
  
  .env-allsites .contact-block .img-box{
      overflow: hidden;
      height: 310px;
  }
  
  .env-allsites .contact-block .img-box img{
      max-width: 800px;
      max-height: 500px;
  }

/* Timeline */
.timeline {
      position: relative;
      max-width: 1200px;
      margin: 0 auto;
  }

      /* The actual timeline (the vertical ruler) */
      .timeline::after {
          content: '';
          position: absolute;
          width: 6px;
          background-color: #569149;
          top: 0;
          bottom: 0;
          left: 50%;
          margin-left: -3px;
      }

  /* timeline-container around timeline-content */
  .timeline-container {
      padding: 10px 40px;
      position: relative;
      background-color: inherit;
      width: 50%;
  }

      /* The circles on the timeline */
      .timeline-container::after {
          content: '';
          position: absolute;
          width: 25px;
          height: 25px;
          right: -13px;
          background-color: white;
          border: 4px solid #07533d;
          top: 15px;
          border-radius: 50%;
          z-index: 1;
      }

  /* Place the timeline-container to the left */
  .timeline-left {
      left: 0;
  }

  /* Place the timeline-container to the right */
  .timeline-right {
      left: 50%;
  }

  /* Add arrows to the left timeline-container (pointing right) */
  .timeline-left::before {
      content: " ";
      height: 0;
      position: absolute;
      top: 22px;
      width: 0;
      z-index: 1;
      right: 30px;
      border: medium solid #EEE;
      border-width: 10px 0 10px 10px;
      border-color: transparent transparent transparent #EEE;
  }

  /* Add arrows to the right timeline-container (pointing left) */
  .timeline-right::before {
      content: " ";
      height: 0;
      position: absolute;
      top: 22px;
      width: 0;
      z-index: 1;
      left: 30px;
      border: medium solid #EEE;
      border-width: 10px 10px 10px 0;
      border-color: transparent #EEE transparent transparent;
  }

  /* Fix the circle for timeline-containers on the right side */
  .timeline-right::after {
      left: -13px;
  }

  /* The actual timeline-content */
  .timeline-content {
      padding: 10px 30px;
      background-color: #EEE;
      position: relative;
      border-radius: 6px;
  }

  .timeline-dot{
      text-align: center;
  }

      .timeline-dot .envirolab-circle {
          margin-bottom: 0;
      }

  /* Media queries - Responsive timeline on screens less than 600px wide */
  @media screen and (max-width: 700px) {
      /* Place the timelime to the left */
      .timeline::after {
          left: 31px;
      }

      /* Full-width timeline-containers */
      .timeline-container {
          width: 100%;
          padding-left: 70px;
          padding-right: 25px;
      }

          /* Make sure that all arrows are pointing leftwards */
          .timeline-container::before {
              left: 60px;
              border: medium solid white;
              border-width: 10px 10px 10px 0;
              border-color: transparent white transparent transparent;
          }

      /* Make sure all circles are at the same spot */
      .timeline-left::after, .timeline-right::after {
          left: 18px;
      }

      /* Make all right timeline-containers behave like the left ones */
      .timeline-right {
          left: 0%;
      }

      .timeline-dot {
          text-align: left;
      }

      .timeline-dot .envirolab-circle{
          margin-left: -9px;
      }
  }

.about-us-filter{
margin-bottom: 20px;
}
.searchInputContainer input{
 width: 100%; 
}

/* Services & Capabilities */
.capabilities-switcher,
.services-switcher{
display: flex;
justify-content: center;
flex-wrap: wrap;
}

.capabilities-switcher .capability-btn,
.services-switcher .service-btn{
  cursor:pointer;
  text-align: center;
  transition: color 0.5s linear;
  padding: 10px;
  margin-bottom: 5px;
  margin-top: 5px;
  margin-right: 10px;
  border: 1px solid #FFF;
  border-radius: 5px;
  flex: 1;
}

.capabilities-switcher .capability-btn .capability-icon,
.services-switcher .service-btn .service-icon{
  font-size: 40px;
  height: 40px;
  margin-bottom: 10px;
}

.capabilities-switcher .capability-btn p,
.services-switcher .service-btn p{
  color: #FFF;
  transition: color 0.5s linear;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
}

.capabilities-switcher .capability-btn.active,
.services-switcher .service-btn.active{
  color: #569149!important;
}

.capabilities-switcher .capability-btn svg,
.services-switcher .service-btn svg{
  stroke: #FFF;
}

.capabilities-switcher .capability-btn:hover svg,
.services-switcher .service-btn:hover svg{
  stroke: #569149;
}

.capabilities-switcher .capability-btn.active svg,
.services-switcher .service-btn.active svg{
  stroke: #569149;
}

.capabilities-switcher .capability-btn:hover,
.capabilities-switcher .capability-btn:hover p,
.services-switcher .service-btn:hover,
.services-switcher .service-btn:hover p{
  color: #569149!important;
}

.service-detail-list .service-detail{
  display: none;
}

.service-detail-list .service-detail.active{
  display: block;
}

#form-quicklink-std{
position: fixed;
top: 200px;
right: 0;
cursor: pointer;
z-index: 100;
}

#form-quicklink-sml{
 position: fixed;
 bottom: 0;
 right: 0px;
padding: 10px 20px;
background: #ed9e17;
color: #FFF;
display: none;
border-radius: 5px 0 0 0;
z-index: 101;
cursor: pointer;
}

#form-quicklink-sml p{
margin: 0;
font-weight: bold;
padding: 0;
text-align: center;
}

#form-feedbacklink-std{
  position: fixed;
  top: 350px;
  right: 0;
  cursor: pointer;
  z-index: 100;
}
  
  #form-feedbacklink-sml{
    position: fixed;
    bottom: 0;
    right: 100px;
    padding: 10px 20px;
    background: #AA1419;
    color: #FFF;
    display: none;
    border-radius: 5px 0 0 0;
    z-index: 100;
    cursor: pointer;
  }
  
  #form-feedbacklink-sml p{
    margin: 0;
    font-weight: bold;
    padding: 0;
    text-align: center;
  }


@media screen and (max-width:1000px) {
  #form-quicklink-std,
  #form-feedbacklink-std{
    display:none;
  }
#form-quicklink-sml,
#form-feedbacklink-sml{
  display: block;
}
}

.family-strip{
 width: 100%;
 margin-top:-7px;
 background: rgba(21, 60, 124, 1);
position: relative;
z-index: 100;
}

.family-strip div{
 display: inline-block; 
}

.family-strip div p{ 
display: inline-block;
  margin: 0;
 line-height: 40px;
}

.family-strip div img{
 height: 30px;
margin-bottom: 5px;
}

.family-strip .country{
  margin-left: 50px;
}

.family-strip .country p{
 color: #FFF;
font-weight: bold;
font-size: 18px;
}

.family-strip .company-logo{
  margin-left: 30px;
  margin-right: 30px;
}

.family-strip .company-branches{
 color: #FFF;
}

.family-strip .company-branches p{
 padding-right: 20px; 
}

@media screen and (max-width:800px) {
  .family-strip{
     display: none; 
  }
}

/* Our Team */
  .employee-splash{
      
  }
  
  .employee-splash .employee-img{
  }
  
  .employee-splash .employee-img img{
      width: 100%;
  }
  
  .employee-splash .employee-details{
      
  }
  
  .employee-splash .employee-details > div{
      padding-left: 30px;
      padding-right: 100px;
      padding-top: 30px;
      padding-bottom: 30px;
  }
  
  @media screen and (max-width:992px) {
   .employee-splash .employee-details > div{
      padding: 20px;
  }
}

.contactfinder{
cursor: pointer; 
}

.news-return{
 display: block;
  padding-bottom: 20px;
}

.news-return  > a {
  background-color: #559149;
  border: none;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  border-radius: 8px;
  color: white;
}

.authorBlock {
background-color: #EEE;
padding-top: 25px;
padding-bottom: 20px;
}

.authorBlock H1 {
font-weight: bold;
font-size: 35px;
text-align: center;
margin-bottom: 20px;
margin-top: 0;
}

.ArticleAuthor {
border-top: 5px solid black;
border-bottom: 1px solid black;
padding-top: 15px;
padding-bottom: 10px;
width: 30%;
display: inline-block;
}

@media screen and (max-width:1000px) {
.ArticleAuthor {
width: 45%;
}
}

@media screen and (max-width:600px) {
.ArticleAuthor {
width: 100%;
}
}

.AuthorImage {
width: 60px;
height: 80px;
margin-right: 10px;
display:inline-block;
vertical-align: top;
}

.AuthorImage > img {
 width: 100%;
 height: auto;
 background-color: #000;
}

.AuthorDesc {
width: calc(100% - 75px);
display: inline-block;
vertical-align: top;
}

.AuthorDesc H2 {
text-transform: uppercase;
font-weight: bold;
font-size: 20px;
margin: 0;
padding: 0;
margin-bottom: 5px;
}

.AuthorDesc P {
font-size: 12px;
color: #666;
margin: 0;
padding: 0;
line-height: 16px;
}

.roundedcornerbox {
margin:0 0 25px;
overflow:hidden;
padding:20px;
background-color:#dcdcdc;
border:1px solid #333333;
-webkit-border-radius: 5px;
border-radius: 5px;
}

/* Iframe Video container */
.iframe-container {
overflow: hidden;
padding-top: 56.25%;
position: relative;
}

.iframe-container iframe {
 border: 0;
 height: 100%;
 left: 0;
 position: absolute;
 top: 0;
 width: 100%;
}

/* 4x3 Aspect Ratio */
.iframe-container-4x3 {
padding-top: 75%;
}

.flip-card {
background-color: transparent;
width: 100%; 
height:444px;
transform-style: preserve-3d;
border: 1px solid #f1f1f1;
-webkit-perspective: 1000px;
-moz-perspective: 100px;
-o-perspective: 1000px;
perspective: 1000px;
}

.flip-card-inner {
position: relative;
width: 100%;
height: 444px;
text-align: center;
-webkit-transition: transform 0.8s;
-moz-transition: transform 0.8s;
-o-transition: transform 0.8s;
transition: transform 0.8s;
transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-o-transform: rotateY(180deg);
transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
position: absolute;
width: 100%;
height: 444px;
backface-visibility: hidden;
}

.flip-card-front {
background-color: #fff;
color: black;
}

.flip-card-back {
background-color: #00653a;
color: white;
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-o-transform: rotateY(180deg);
transform: rotateY(180deg);
}

@media screen and (width:100%) {
.small-text {
  font-weight: 171;
}
.back .main {
  font-weight: 171;
}

}
.helper {
   display: inline-block;
   height: 444px;
   max-width: 100%;
   vertical-align: middle;
}
  
  .flip-card-inner img{
    vertical-align: middle;
    height:444px;
    max-width: 100%;
  }

.zui-table {
    border: solid 1px #DDEEEE;
    border-collapse: collapse;
    border-spacing: 0;
    font: normal 13px Arial, sans-serif;
    margin-left: auto;
    margin-right:auto;
}
.zui-table thead th {
    background-color: #eeeeee;
    border: solid 1px #DDEEEE;
    color: #5d5d5d;
    padding: 10px;
    text-align: left;
    text-shadow: 1px 1px 1px #fff;
}
.zui-table tbody td {
    border: solid 1px #DDEEEE;
    color: #5d5d5d;
    padding: 10px;
    text-shadow: 1px 1px 1px #fff;
}
.zui-table-highlight tbody tr:hover {
    background-color: #f2f1e2;
}
.zui-table-horizontal tbody td {
    border-left: none;
    border-right: none;
}
@media (max-width: 500px) {
    .zui-table-responsive, .zui-table-responsive thead, .zui-table-responsive thead tr, .zui-table-responsive thead th, .zui-table-responsive tbody, .zui-table-responsive tbody tr, .zui-table-responsive tbody td {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }
    .zui-table-responsive {
        border-color: #BBDFDF;
    }
    .zui-table-responsive thead th {
        border-color: #BBDFDF;
        border-top: none;
        border-left: none;
        border-right: none;
    }
    .zui-table-responsive tbody tr {
        border-bottom: solid 1px #BBDFDF;
    }
    .zui-table-responsive tbody td {
        border-top: none;
        border-color: #EEF7F7;
    }
    .zui-table-responsive tbody tr:last-child, .zui-table-responsive tbody td:last-child {
        border-bottom: none;
    }
}

/*Accreditation*/
.accreditation h2{
    font-weight: bold;
    color: #5d5d5d;
    padding-bottom: 30px;
  }

  .accreditation h3{
    font-weight: bold;
  }

  .accreditation p{
    color: #5d5d5d;
  }

  .accreditation .tagLine{
    font-weight: bold;
    color: #00653a;
  }

  .accreditation .linkBar{
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .accreditation .linkBar div:nth-child(2){
    text-align: right;
  }
/*End Accreditation*/

/* Custom Popup*/
.popup {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    width: 200px;
    height: 150px;
}

.popup-content {
    width: 100%;
    height: 100%;
    background-color: white;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    padding: 10px;
    box-sizing: border-box;
    position: relative;
}

.popup-close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 12px;
    cursor: pointer;
}
/* End Custom Popup */

.card-body{
    padding: 20px!important;
}

.accordion{
    --bs-accordion-active-bg: #f2f1e2!important;
}

.accordion-button:focus{
    box-shadow: none!important;
}

/*Careers override*/
.app-jobs2 .app-jobs2-list .app-jobs2-categories-container>span{
    color: #569149!important;
}

.app-jobs2-link-box p{
    color: #333;
}

.app-jobs2-link{
    color: #569149;
}

.app-jobs2-link:hover{
    color: #00653a;
}

 /* Targeting the table with class .envirolabChristmasHours */
    .envirolabChristmasHours {
      width: 100%;
      border-collapse: collapse;
      margin-bottom: 20px;
      table-layout: fixed;
      max-width: 1200px;
      margin: 0 auto 20px auto;
    }

    .envirolabChristmasHours .weekend{
      background: #FAFAFA;
  }

  .envirolabChristmasHours .weekend td:nth-child(1){
      background: #FAFAFA;
      font-weight: normal;
  }

    .envirolabChristmasHours th,
    .envirolabChristmasHours td {
      padding: 8px;
      text-align: left;
      border-bottom: 1px solid #ddd;
      font-size: 14px;
      line-height: 20px;
      width: auto;
    }

    .envirolabChristmasHours th{
        font-weight: bold;
    }

    /* Assign proportional widths to the columns */
    .envirolabChristmasHours th:nth-child(1),
    .envirolabChristmasHours td:nth-child(1) {
      width: 115px;
      font-weight: bold;
    }

    /* Date - 1fr equivalent */

    .envirolabChristmasHours th:nth-child(2),
    .envirolabChristmasHours td:nth-child(2) {
      width: 50px;
    }

    .envirolabChristmasHours th {
      background-color: #f2f2f2;
      font-weight: bold;
    }

    .envirolabChristmasHours tr:hover {
      background-color: #f5f5f5;
    }

    /* Bootstrap v3 doesn't support media queries for tables, hence custom queries */
    @media screen and (max-width: 767px) {

      .envirolabChristmasHours th,
      .envirolabChristmasHours td {
        display: block; /* Ensures that table cells stack vertically */
        width: auto; /* Allows cells to expand to fit content */
        min-height: auto; /* Allows cells to grow as needed */
        padding-left: 30%; /* Gives space for the pseudo-element labels */
      }

      /* Assign proportional widths to the columns */
      .envirolabChristmasHours th:nth-child(1),
      .envirolabChristmasHours td:nth-child(1) {
        width: auto;
      }

      .envirolabChristmasHours th:nth-child(2),
      .envirolabChristmasHours td:nth-child(2) {
        width: auto;
      }

      .envirolabChristmasHours th:nth-child(3),
      .envirolabChristmasHours td:nth-child(3) {
        width: auto;
      }

      .envirolabChristmasHours th:nth-child(4),
      .envirolabChristmasHours td:nth-child(4) {
        width: auto;
      }

      .envirolabChristmasHours,
      .envirolabChristmasHours thead,
      .envirolabChristmasHours tbody,
      .envirolabChristmasHours th,
      .envirolabChristmasHours td,
      .envirolabChristmasHours tr {
        display: block;
      }

      /* Hide table headers (but not display: none;, for accessibility) */
      .envirolabChristmasHours thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
      }

      .envirolabChristmasHours tr {
        border: 1px solid #ccc;
        margin-bottom: 5px;
      }

  .envirolabChristmasHours td {
    /* Set up flexbox for inline layout */
    display: grid;
    grid-template-columns: 1fr 1fr; /* Aligns children in a row */
    column-gap: 20px;
    align-items: center; /* Vertically aligns the children */
    padding: 10px; /* Adds padding inside the cells */
  }

  .envirolabChristmasHours td:before {
    white-space: wrap; /* Keeps the heading on a single line */
    width: 100%;
    font-weight: bold;
  }

      /*
    Label the data
    */
      .envirolabChristmasHours td:nth-of-type(1):before {
        content: "Day";
      }

      .envirolabChristmasHours td:nth-of-type(2):before {
        content: "Date";
      }

      .envirolabChristmasHours td:nth-of-type(3):before {
        content: "Sydney Lab";
      }

      .envirolabChristmasHours td:nth-of-type(4):before {
        content: "Newcastle Lab";
      }
      .envirolabChristmasHours td:nth-of-type(5):before {
        content: "Melbourne Lab";
      }
      .envirolabChristmasHours td:nth-of-type(6):before {
        content: "Perth Lab";
      }
      .envirolabChristmasHours td:nth-of-type(7):before {
        content: "Darwin Lab";
      }
      .envirolabChristmasHours td:nth-of-type(8):before {
        content: "Adelaide Office";
      }
      .envirolabChristmasHours td:nth-of-type(9):before {
        content: "Brisbane Office";
      }
    }

    /* Styling mailto links specifically for this table */
    .envirolabChristmasHours a[href^="mailto:"] {
      color: #007bff;
    }

    .envirolabChristmasHours a[href^="mailto:"]:hover {
      text-decoration: underline;
    }



.termsHeader{
        font-weight: bold;
        color: #00653a;
        font-size: 18px;
    }

    .termsSubheader{
        font-weight: bold;
    }

.termsList{
	font-size: 16px;
    line-height: 20px;
}

.termsList li{
    margin-bottom: 5px; 
    list-style-type: disc;
}

/*values banner*/
.values-banner{

    }

    .values-banner img{
        margin: 0 auto 5px auto;
        display: block;
        height: 90px;
    }


























