@media (max-width: 768px) { /* Adjust breakpoint as needed */

    :root {
        --pageBackground: #000;
        --pageBackgroundAlt: #fff;
        --textColour: #fff;
        --textColourAlt: #07514a;
        --knockedBackText: #ccc;
        --blockTextSize: 1.2rem;
        --smallText: 0.7rem;
        /* Site Colours */
        --highlightColour: #13efcb;
        --siteGradient: linear-gradient(40deg, #000000 40%, #00b1a5 100%);
        --verticalGradient: linear-gradient(180deg, #000000 40%, #00b1a5 100%);
        --buttonTextColour: #000;
        /* Curves */
        --lozenge-Right: 0 0 0 0.5em;
        --lozenge-Left: 0 0.5em 0 0;
        --lozengeFull: 0.5em;
        --lozengeCentre: 0.5em 0.5em 0.5em 0.5em;
        /* Fonts */
        --fontSemibold: 600;
        --fontExtraBold: 800;
        --fontRegular: 400;
        --fontLight: 300;
        --fontThin: 100;
    }

    html {
        width: 100vw;
    }

    .pt-lg-6{
    padding-top: unset !important;
}

    .statsBlockCell{
        min-height: 200px;
    }

    .modalPicPane img {
        max-width: 80px;
        height: unset;
    }

    .statsBlockCell div{
        font-size: 0.9rem !important;
        min-height: 130px !important;
        padding: 20px !important;
        text-align: center !important;
        padding-top: 0 !important;
        vertical-align: top !important;
        display: block !important;
    }

    .statsBlockCell div:first-child{
        font-weight: bold;
        font-size: 1.3rem !important; 
min-height: 72px !important;
padding-top: 20px !important;
    }

    .homeStatsBlob .statsBlockCell div:first-child{
        min-height: 120px !important;
        vertical-align: middle !important;
    }

    .textOnly1C *{
        width: unset !important;

    }

    .headerDemo {
        display: none;
    }

    .mobileTabHeader h2{
        display: inline;
        border-bottom: 5px solid var(--highlightColour);
    }
    .mobileTabHeader {
        text-align: center;
        padding-bottom: 10px;
    }

     #pageTabsContent .tab-pane {
        display: block; /* Show all tab panes */
        }

        #pageTabs .tab-pane {
        display: block; /* Show all tab panes */
        }

  #contactTabs .tab-pane {
     /* Show all tab panes */
  }

  .rowBlock p {
    max-width: 100%;
    }

    .mapcontainer{}

  .nav-tabs {
    display: none !important; /* Hide tab navigation */
  }

  #pageTabs {display: none;}

  #contactTabs {

  }

  #ArticleContainer img {
    max-width: 100%;
  }

    summary::after{
        width: 40px !important;
        max-width: 20px !important;
    }

    summary{
        font-size: 1.1rem;
    }

    details div p {
        font-size: 1.1rem;
    }

    .bottomGradient {
        height: 300px;
    }

    .siteLogo{
        position: absolute;
        top: 30px;
        left: 30px;
    }

    .HomeHero {        
        padding-bottom: 140px;
        padding-top: 100px;
    }

    .HomeHero h1 {
        max-width: 95vw;
        font-size: 3rem;
        margin: 0 auto;
    }

    .HomeHero .Hero p {
        max-width: 90vw;
        font-size: 1.2rem;
        margin: 0 auto;
    }

    .bannerBlock p {
        max-width: 75vw !important;
        font-size: var(--blockTextSize);
    }

    .bannerBlock > div.text-start {
        margin-left: 40px;
        width: 80vw;
        padding: 0;
    }

    .bannerBlock .text-start p, .bannerBlock .text-start h2 {
        max-width: 70vw;
        margin-left: unset;
        margin-right: unset;
    }

    .lozengeGroup{
        text-align: left;
    }

    .lozengeGroup li{
        font-size: 0.9rem !important;
        height: unset;
        width: unset;
        text-align: center;
    }

    .lozengeGroup li a{
        padding: 0.5rem 1rem;
        height: unset;
        width: 10rem;
    }

    .lozengeGroup li:first-child a {
        padding: 0.5rem 0.5rem;
    }

    .lozengeGroup li:last-child a {
        padding: 0.5rem 0.5rem;
    }

    .lozengeGroup ul{
        display: flex;
            justify-content: center;

    }

    .menuContainer{
        text-align: right;
        justify-content: flex-end;
    }

    .navbar-nav{
        background-color: #000;
        text-align: left;
    }

    #desktopMenu{ display: none;}

    .burger-menu{
        margin-right: 20px;
    }

    .burger-menu .bar{
        border: 1px solid #fff;
        width: 30px;
        margin-bottom: 7px;
    }

    .bannerBlock{
        background-image: linear-gradient(90deg, rgba(0, 0, 0, 1) 50%, rgba(0, 177, 165, 1) 100%) !important; 
        background-size: auto !important;
        box-shadow: unset !important;
    }

    .bannerBlock h2 {
        max-width: 90vw;
        margin: 20px auto;
    }

    .heroBadgeContainer{
        right: 20px;
        top: -100px;

    }

    .heroBadgeContainer{
        display: none;
    }

    .heroBadgeContainer .heroBadgeImage{
        height: 80px;
    }

    .contentBlock{
        padding: 0;
    }

    .btn-qpc {
        font-size: 1rem;
        padding: 0.5rem 0.75rem;
        height: unset;
    }
    
    
    .btn-large {
        height: 2.2rem;
        font-size: 1rem;
        padding-top: 0.3rem;
    }

    .statsRow > div  {
    border-right: none !important;
    
    }

    .statsRow > div > div {
    border-right: none !important;
    background-color: #efefef;
    font-size: 1.5rem;
    min-height: 165px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    text-align: center;
    }

    footer {
        height: unset;
        padding-top: 100px;
    }

    .subscribeFooter{
        display: none;
    }

    .footerLinks{
        padding: 0;
    }

    .largeText, .largeText *{
        font-size: 1.2rem;
    }

    .toggleImage{
        width: 100px; 
        position: absolute; 
        left: calc((100vw - 50px)/2 + 15px); 
        bottom: 30px;
    }

    .slider-container {
        margin: 20px auto !important;

    }

    .slider-container .tooltip {    
        font-size: 1rem;
        font-weight: var(--fontSemibold);
        top: -50px;
        left: 13%;
        transform: translateX(-50%);
        white-space: nowrap;
        opacity: 1;
        transition: opacity 0.3s;
        border-radius: 25px;
    }   

    .largeCTAText{
        font-size: 2rem;
    } 

    .CCLI img, .CCRI img{
        max-width: 60vw !important;
        margin-right: auto;
        margin-left: auto;
    }

    .CCRI .col-12:has(img), .CCLI .col-12:has(img){
        text-align: center;
    }

    .largeCTAText img {
        height: 2rem;
        margin-bottom: 15px;
    }

    .includedFeaturesKey div .ifI {
        height: 32px;
        width: 32px;    
        padding-top: 0px;    
    }

    .includedFeaturesKey div .ifI img {
        height: 15px;
        width: 15px;
    }

    .desktopMenu ul {
        display: block;

    }

    .mobileMenu li {
        font-size: 1.5rem;
    }

    .mobileMenu li ul{
        margin-bottom: 0;
    }

    .contactText{
    font-size: 2rem;

}

    .contactText p {
        font-size: 1rem;
        max-width: 90%;
        font-weight: 400;
    }

.mapsPane{display: none;}

}

footer{

            padding-top: 200px;
        }

/* Hide burger menu on desktop */
@media (min-width: 769px){
    .burger-menu{
        display: none;
    }
}

@media (max-width: 420px) { 
        footer{
            margin-top: 300px !important;
            padding-top: 200px;
        }




     }