@media (max-width: 575.98px) {
  /* ======== UNIVERSAL ELEMENTS ====================*/
  div {

  }

/* ======== HEADER ====================*/

/* mobile-only header adjustments */
.nav {
     height: 2rem;
     gap: 0;
     padding: 0.5rem 1.5rem 0 1.5rem;
margin-top: 1.5rem;
}

/* mobile-only logo size */
.logo-main {
  height: 2rem;
}

/* per-breakpoint tagline adjustments */
.nav-lower {
  gap: 0;
  font-size: 0.9rem;
     top: 1rem;
     width: 100%;
     padding: 0.4rem 1.5rem 0 1.35rem;
}

/* contact icons */
.nav-icon img {
  padding: 0 0.3rem 0 0;
}

/* hide cta button on mobile */
    .nav-right button {

    }
/* ======== UNIVERSAL NAVIGATION ====================*/

/* mobile menu vertical spacing */
   .nav-item-container {
   margin-top: 1.5rem;
   margin-bottom: 0.5rem;
   }

/* ======== MOBILE NAV MENU ====================*/

/* mobile nav menu margin */
   .nav-menu {
   padding: 0.5rem;
   }

/* vertical mobile nav layout */
   .nav-menu-sub {
   width: 100%;
    flex-direction: column;
    gap: 0.5rem;
    margin: 0;
   }

/* vertical nav menu block */
   .nav-menu-block {
   width: 100%;
    padding: 1rem 1rem 1.8rem 1.8rem;
   }

/* mobile-only nav menu cta button */
   .nav-menu-sub button {
     position: fixed;
     bottom: 0;
     width: calc(100% - 1rem);
     margin: 0 0 0.5rem 0;
   }

   /* enable pointer for contact labels */
   .nav-item-container.nmb2 {
    cursor: pointer;
     }
   .nav-item-container.nmb2 * {
    cursor: pointer;
     }
     .nav-item-container.nmb2:hover {
      color: #FFFFFF;
       }


/* ======== DESKTOP NAV BAR ====================*/

/* ======== HERO SECTION ====================*/

/* mobile hero content adjustments */
.hero-sub {
margin-top: 8.5rem;
}

.section-pre {

}
/* per-breakpoint hero text adjustment */
.hero-heading {
flex-direction: column;
justify-content: flex-start;
font-size: 2.4rem;
padding: 0 0 10vh 0;
}

/* per-breakpoint hero blank adjustment */
  .hero-blank {
  width: 11rem;
  height: 3.93rem;
  font-size: 2.8rem;
  margin: 0.1rem 0 0 0.8rem;
  }

/* hero subheading mobile adjustments */
.hero-subheading {
  display: inline-block;
  text-align: center;
width: 100%;
font-size: 1.15rem;
padding-bottom: 1rem;
}

/* mobile hero subheading line break */
  .hero-line-2 {
    display: inline-flex;
    justify-content: center;
    text-align: center;
  }

  /* ======== SECTION 1 ====================*/
.rad-sub {
  flex-direction: column;
}

.content-rad1 {
  padding-left: 0;
  padding-bottom: 1.5rem;
  width: 96%;
}

.content-rad2 {
  width: 96%;
}

  .it0 div {
  max-width: 25rem;
  }
  /* ======== SECTION 2 ====================*/

  /* ======== SECTION 3 ====================*/

  /* ======== SECTION 4 ====================*/

  /* ======== SECTION 5 ====================*/

  /* ======== FOOTER ====================*/






  .one-third {


    margin: 0;
      padding: 0 0 2rem 0;
      width: 100%;

      display: flex;
      flex-direction: column;  /* Aligns children vertically */
      justify-content: center; /* Centers children vertically (optional) */
      align-items: center;     /* Centers children horizontally (optional) */
text-align: center;

  }
  .two-thirds {

        margin: 0;
          padding: 0;
          width: 100%;
          display: flex;
          flex-direction: column;  /* Aligns children vertically */
          justify-content: center; /* Centers children vertically (optional) */
          align-items: center;     /* Centers children horizontally (optional) */
  text-align: center;
  }

  .two-thirds div {

          padding: 0;
          width: 100%;

  }


  .industry {

    width: 100%;
  }
  .industry-spacer-h {
    display: none;
    width: 2%;
    max-width: 0.3rem;
  }
  .industry-spacer-v {
    display: none;
    height: 1rem;
  }

  .industry-sub {
  padding: 6rem 1.5rem 0 1.5rem; /* spacing */
  }
  .industry-sub2 {

    position:absolute;
        top:0;
        left:0;
    width: 100%;


  }
  .industry-heading {
    display: flex;
width: 100%;
  color: #FFF;
  font-size: 3.3rem;            /* readable text size */
  font-weight: 150;
  justify-content: center;
  padding: 0 0 0 0;
  }
  .industry-subheading {
    display: flex;

  color: #FFF;
  font-size: 1.5rem;            /* readable text size */
  font-weight: 150;
  justify-content: center;
  }
  .industry-blank {
        display: flex;
flex-direction: column;
  line-height: 1.3;
  color: #FFF;
  width: 13.4rem;
  font-size: 3.5rem;            /* readable text size */
  font-weight: 600;
  border: 2px solid white;
  justify-content: center;

  }
  .industry-icon {
  display: flex;
  margin-top: 0.7rem;
  width: 20%;
  max-width: 2rem;
  }
  .industry-name {
    font-size: 100%;
  display: flex;
  flex-direction: column;
  padding: 0;
  font-weight: 600;
  }
  .industry-name span {
    padding-bottom: 0.7rem;
  }
  .industry-padding {
  display: flex;
  width: 100%;
  }
  .industry-lower {
      width: 100%;
      height: 15rem;
  }
  /* Section spacing */
.sfirst {
  margin-top: -2rem;
  padding-top: 0;
}

  .section {
  align-items: center;
    width: 100%;
  padding: 2rem 1rem 6rem 1rem;
    display: flex;        /* 3-section layout */
  flex-direction: column;
      justify-content: center;
  }
  .rsection {
    width: 100%;
  }
  .rsectionw {
    width: 100%;
  }
  .rsectionv {
    width: 100%;
    margin: 0;
  padding: 0;
  display: inline-flex;
  justify-content: center; /* Centers children vertically (optional) */
  align-items: center;     /* Centers children horizontally (optional) */
  }
  .rsectionwv {
    width: 100%;
    margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center; /* Centers children vertically (optional) */
  align-items: center;     /* Centers children horizontally (optional) */
  }
  .rsectiontv {
    width: 100%;
    margin: 0;
  padding: 0;
  display: inline-flex;
  justify-content: top; /* Centers children vertically (optional) */
  align-items: top;     /* Centers children horizontally (optional) */
  }
  .usection {
    width: 100%;
  }
  .content-c {
    width: 100%;
          text-align: center;
  }
  .heading1 {
    width: 100%;
    color: #1f514e;
    font-size: 2.5rem;            /* readable text size */
    font-family:'Hilsfiger';
    font-weight:bold;
    padding: 0 0 0 0;
  }
  .heading1 div {
    display: inline-block;
  }
  .heading2 div {
    display: inline-block;
  }
  .heading2 {
    color: #3b7470;
    font-size: 1.2rem;            /* readable text size */
    font-family:'Hilsfiger';
    padding: 0 0 1rem 0;
  }

  .spectrum1 {
    display: flex;
    color: #000000;
    margin-top: 1rem;
  padding: 0 0.5rem 0 0;

  }
  .spectrum2{
    display: flex;
    flex-direction: column;
  }

  .spectrum-row {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  gap: 0;
  padding: 0;
  margin: 0;
  }

  .spectrum-row div {

  }

  .spectrum-cutout {
  position:absolute;
  background: #FF00FF;
  height:100%;
  width: 100%;

  }

  .rpad {
    padding-right: 1em;
  }
  .width-start {
    display: none;
  }
  .width-third {
    display: flex;
  flex-direction: column;
    width: 100%;
    padding: 1rem 2rem 1rem 2rem;
    margin: 0.5rem 1.5rem;
    text-align: left;
  }

  .content-rad {
    flex-direction: column;
    padding: 0 1rem 0 1rem;
  }


  .wtmod {
    margin: 0 0 0.5rem 0;
  }

  .spark .spectrum-row {
    margin-bottom: 0;
  }




  .width-end {
    display: flex;
  flex-direction: column;
    width: 1.5rem;
    margin-right: .5rem;
    text-align: left;


    background-size: 100% 100%;
  }
  .width-end img {
    width: 10%;
  height: 100%;
  }
  .spectrum-heading-container {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
  }
  .spectrum-bullet-container {
    display: flex;
  align-items: center;
  margin-left: 0.2rem;
margin-bottom: -1rem;
  }

  .spark .spectrum-content-container div {
    margin: -3.2rem -2rem 0 2rem;
  }

  .spectrum-content-container {

    display: inline-block;
    padding: 0 0 1rem 0;
        line-height: 1.3;
        padding-top: 1rem;
  }
  .spectrum-content-container a {
    text-decoration: none;
        font-weight: 600;
    color: #000000;
  }
  .spectrum-content-container a:hover {
    text-decoration: none;
    color: #bca8d9;
  }
  .spectrum-bullet {
    display: none;
    width: 0.66rem;
  height: 2.7rem;
  border: 2px solid #FFFFFF55;
  vertical-align: middle;  /* aligns with siblings in the same line box */
  }
  .spectrum-heading {
    color: #302c1c;
    font-size: 3.2rem;

      font-family:'Hilsfiger';
      font-weight: bold;
    text-shadow: 3px 34x 10px #00000044;
    padding: 1rem 0 1.5rem 0;
  }
  .spectrum-subheading {
    font-family:'Hilsfiger';
    color: #524d3c;
    font-size: 1.2rem;
    font-weight: 600;
        position: absolute;
        padding-top: 5rem;
        min-width: 12.9rem;
        width: 23.5%;

  }
    .section-box{
      padding: 1rem;
    }
    .industry-item {
      flex-direction: column;
      align-items: center;
      text-align: center;
  margin: 0.2rem 0.2rem 0.5rem 0.2rem;
  }
.stories-div {

width: 100%;
display: flex;
justify-content: center;
text-align: center;
align-items: center;
    }

    .stories-img {
      display: inline-flex;
      padding: 0 0 1rem 0;
      width: 100%;
    }
    .no-mobile {
      display: none;
    }
    .no-xs-mobile {
      display: none;
    }

    .mobile-full-width {
      width: 100%;

    }
    .mobile-left {
      text-align: left;
    }
    .section.boxx { background: linear-gradient(to bottom, transparent 50%, black 50%); padding: 0 1.2rem 0rem 1.2rem;  margin-top: -10rem; }
    .section.fin { background: #000000; padding: 5rem 1.5rem 3rem 1.5rem; }
    }
  }
}
