/* Add this as it's own dark.css file and linked on all pages */
/*-- -------------------------- -->
<---      Core Dark Styles      -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0rem) {
  :root {
    --dark: #082032;
    --medium: #2c394b;
    --accent: #334756;
    --bodyTextColorWhite: #fafbfc;
  }
  body.dark-mode {
    background-color: var(--dark);
  }
  body.dark-mode p,
  body.dark-mode li,
  body.dark-mode h1,
  body.dark-mode h2,
  body.dark-mode h3,
  body.dark-mode h4,
  body.dark-mode h5,
  body.dark-mode h6,
  body.dark-mode .cs-title,
  body.dark-mode .cs-text,
  body.dark-mode .cs-li {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode .light {
    display: none;
  }
  body.dark-mode .dark {
    display: block !important;
  }
  .dark {
    /* class used to hide elements that only need to be seen when dark mode is enabled */
    display: none;
  }
}




/*-- -------------------------- -->
<---      Dark Mode Toggle      -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0rem) {
  body.dark-mode #dark-mode-toggle .cs-sun {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
  body.dark-mode #dark-mode-toggle .cs-moon {
    transform: translate(-50%, -150%);
    opacity: 0;
  }
  #dark-mode-toggle {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 3.75rem;
    width: 3rem;
    height: 3rem;
    background: transparent;
    border: none;
    overflow: hidden;
    padding: 0;
  }
  #dark-mode-toggle img,
  #dark-mode-toggle svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1.5625rem;
    height: 1.5625rem;
    pointer-events: none;
  }
  #dark-mode-toggle .cs-moon {
    z-index: 2;
    transition: transform 0.3s,
                opacity 0.3s,
                fill 0.3s;
    fill: #000;
  }
  #dark-mode-toggle .cs-sun {
    z-index: 1;
    transform: translate(-50%, 100%);
    opacity: 0;
    transition: transform 0.3s,
                opacity 0.3s;
  }
}
/* Desktop */
@media only screen and (min-width: 64rem) {
  #dark-mode-toggle {
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    margin-left: 1.875rem;
    margin-bottom: 0rem;
  }
  #dark-mode-toggle .moon {
    /* change to whatever you need */
     fill: #fff; 
  }
}
 


body.dark-mode #hero-408 > div > div.cs-content > h1
{
  color: #fff;
}

body.dark-mode #hero-408 > div > div.cs-content > h1
{
  color: #fff;
}

body.dark-mode #hero-408 > div > div.cs-content > p
{
  color: #fafbfc;
}

body.dark-mode #services-448 ul li div picture img {

  filter: invert(1)
}


body.dark-mode #services-448 > div > ul > li:nth-child(1) > div > picture > img,
body.dark-mode #services-448 > div > ul > li:nth-child(2) > div > picture > img,
body.dark-mode #services-448 > div > ul > li:nth-child(3) > div > picture > img,
body.dark-mode #services-448 > div > ul > li:nth-child(4) > div > picture > img {
  filter:invert(1)
}


body.dark-mode #hero-408 > div > div.cs-content > div > a.cs-button-transparent
{

color:#fff

}


    body.dark-mode #cs-footer-710 {
        background-color: rgba(0, 0, 0, 0.6);
    }


body.dark-mode #services-1627 > div > ul > li:nth-child(1) > a > h3,
body.dark-mode #services-1627 > div > ul > li:nth-child(2) > a > h3,
body.dark-mode #services-1627 > div > ul > li:nth-child(3) > a > h3,
body.dark-mode #services-1627 > div > ul > li:nth-child(4) > a > h3 {
  color: #fff;
}

body.dark-mode #services-1627 > div > ul > li:nth-child(1) > a > p,
body.dark-mode #services-1627 > div > ul > li:nth-child(2) > a > p,
body.dark-mode #services-1627 > div > ul > li:nth-child(3) > a > p,
body.dark-mode #services-1627 > div > ul > li:nth-child(4) > a > p {
  color: #fafbfc;
}

body.dark-mode #services-1627 > div > ul > li:nth-child(1) > a > span,
body.dark-mode #services-1627 > div > ul > li:nth-child(2) > a > span,
body.dark-mode #services-1627 > div > ul > li:nth-child(3) > a > span,
body.dark-mode #services-1627 > div > ul > li:nth-child(4) > a > span {
  color: #fff;
}

body.dark-mode #services-1627 > div > ul > li:nth-child(1) > a > span > img,
body.dark-mode #services-1627 > div > ul > li:nth-child(2) > a > span > img,
body.dark-mode #services-1627 > div > ul > li:nth-child(3) > a > span > img,
body.dark-mode #services-1627 > div > ul > li:nth-child(4) > a > span > img {
  filter: brightness(0) invert(1);
}

#services-1627 > div > ul > li:nth-child(1) > a > span > img,
#services-1627 > div > ul > li:nth-child(2) > a > span > img,
#services-1627 > div > ul > li:nth-child(3) > a > span > img,
#services-1627 > div > ul > li:nth-child(4) > a > span > img {
  filter: brightness(0);
}




body.dark-mode #cta-384 .cs-background {
        z-index: -1;
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        height: 100%;
        opacity: 1;
        width: 100%;
        background-blend-mode: multiply;
        

    }
   


  

   body.dark-mode #cta-384 .cs-background {
    filter: brightness(0.43) ;
}

   

  body.dark-mode    #cta-384 .cs-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 39.375rem;
        width: 100%;
        text-align: center;
        background-color: #08203275;
        border-radius: 90%; 
    }

    body.dark-mode #ABoutRPsbs-328 > div > div.cs-content > div > span.cs-quote-text,
body.dark-mode #ABoutRPsbs-328 > div > div.cs-content > div > span.cs-name,
body.dark-mode #ABoutRPsbs-328 > div > div.cs-content > div > span.cs-job {
  color: #fafbfc;
}

    body.dark-mode #ABoutRPsbs-328 .cs-quote-icon,
    #AboutRPsbsr-328 .cs-quote-icon {
        /* 60px - 136px */
        width: clamp(3.75rem, 10vw, 8.5rem);
        height: auto;
        position: absolute;
        bottom: 0rem;
        /* 16px - 32px */
        fill: #ffffff8a;
        right: clamp(1rem, 4vw, 2rem);
    }

    body.dark-mode   #ABoutRPsbs-328 .cs-picture2,
    #AboutRPsbsr-328 .cs-picture2 {
        width: 25.875em;
        height: 25em;
        background-color: #2c394b;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 40px;
        /* 6px - 12px */
        border: clamp(0.375em, 1.5vw, 0.75em) solid #5D99BF;
        right: 0;
        bottom: 0;
       
    }

    body.dark-mode #sbsr-1100-1112 > div > div.cs-content > ul > li > p
    {
      color: #fafbfc;
    }

  






   body.dark-mode #sbsr-2289 > div > div.cs-content > div.cs-features > h3
    {
      color: #fff;
    }

 
      body.dark-mode #sbsr-2289 .cs-h3 {
        font-size: 1rem;
        font-weight: 700;
        line-height: 1.5em;
        margin: 0 0 0.75rem;
        color:#fff;
    }

    body.dark-mode  #sbsr-2289 .cs-li {
        font-size: 1rem;
        line-height: 1.5em;
        list-style: none;
        padding-left: clamp(1.25rem, 3vw, 1.5rem);
        color: #fafbfc;
        position: relative;
    }

    body.dark-mode #sbsr-2289 .cs-features2 {
       background-color: #00000000;
    }

     body.dark-mode  #sbsr-2289 .cs-li::before {
        content: "";
        width: 0.5rem;
        height: 0.5rem;
        margin-top: 0.5rem;
        background-color: var(--secondary);
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        transform: rotate(45deg);
    }

   body.dark-mode  #sbsr-2289 .cs-features,
    body.dark-mode #sbsr-2289 .cs-features2 {
        
        border-left: 0.25rem solid var(--secondary);
        
    }


  body.dark-mode  #banner-843 .cs-background img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        object-fit: cover;
        filter: brightness(0.5);
    }

     body.dark-mode  #banner-843 .cs-int-title {
        
        color: #ffffff;
        text-align: inherit;
    }

   body.dark-mode    #meet-team-860 > div > div > div > h2

   {
    color:#fff;
   }

  body.dark-mode #ContactStrip-327 .cs-icon {
    width: 1.75rem;
    height: auto;
   filter: brightness(10);
  }

 body.dark-mode #ContactStrip-327 .cs-item:hover .cs-picture {
    background-color: var(--dark);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    transform: scale(1.05);
  }

   #ContactStrip-327 .cs-picture {
 
    border: 1px solid #ffffff;
    display: flex;
    
  }

  body.dark-mode #ContactStrip-327 .cs-header {
  
    color: #fff;
  
  }
  body.dark-mode #ContactStrip-327 .cs-link,
  body.dark-mode #ContactStrip-327 .cs-hours {
   
    color: #fafbfc;
    
  }


  body.dark-mode #ContactForm-327 .cs-form {
   
    background-color:var(--medium);
   
  
  }

   body.dark-mode  #ContactForm-327 .cs-label {
  
    color:#fafbfc;
   
  }
  body.dark-mode #ContactForm-327 .cs-input {
  
    color: #fafbfc;
    background-color: var(--dark);
 
  }
  body.dark-mode #ContactForm-327 .cs-input::placeholder {
    color: #ffffff;
    opacity: 0.6;
    font-family: 'abel';
  }

   
   body.dark-mode    #content-page-713 .cs-title {
        font-size: var(--headerFontSize);
        font-weight: 900;
        line-height: 1.2em;
        text-align: inherit;
        width: 100%;
        max-width: 100%;
        margin: 0 0 1rem 0;
        color: #fff;
        position: relative;
    }
  body.dark-mode   #content-page-713 h2,
  body.dark-mode   #content-page-713 h3,
 body.dark-mode    #content-page-713 h4,
 body.dark-mode    #content-page-713 h5,
  body.dark-mode   #content-page-713 h6 {
        font-weight: 700;
        text-align: inherit;
        margin: 0 0 1rem 0;
        color: #fafbfc;
    }

     body.dark-mode    #content-page-713 p {
        font-size: var(--bodyFontSize);
        line-height: 1.5em;
        text-align: inherit;
        width: 100%;
        margin: 0 0 1rem 0;
        color: #fafbfcc1;
    }

      body.dark-mode #content-page-713 > div > div.cs-content > ul {
        color: #fafbfcc1;
      }

     body.dark-mode   #cs-navigation .cs-dropdown.cs-active .cs-drop-link {
        opacity: 1;
         color: #ffffff;
          font-family: 'bungee';
    }
