/* =====================================================================
   FILE: css/nw-aboutus-clean.css
   PURPOSE: About Us page styles (CLEAN + MERGE-SAFE)
   SCOPE:   Everything is prefixed with .nw-about (no global collisions)
   FONTS:   Roboto for ALL text (headings + body + UI)
   NOTE:    No :root, no global element selectors (no bare body, h1, etc.)
   REQUIRED HTML NOTE:
     - Put the caption INSIDE the image container:
       <div class="image-wrap">
         <img ...>
         <div class="image-caption">
           <h4>Built by People.</h4>
           <p>Guided by quality, service, and integrity since 1966.</p>
         </div>
       </div>
   ===================================================================== */


/* ---------------------------------------------------------------------
   PAGE BASE (scoped)
   --------------------------------------------------------------------- */
.nw-about{
  margin: 0;
  background: #eef3f0;
  color: #31373a;

  /* Standard baseline */
  font-size: 16px;
  line-height: 28px;

  /* Roboto everywhere */
  font-family: "Roboto", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 400;

  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.nw-about .nw-about__main{
  background: #eef3f0;
}

/* Links scoped */
.nw-about a{
  color: #31373a;
  text-decoration: none;
}
.nw-about a:hover{
  color: #1f6f3f;
  text-decoration: none;
}

/* ---------------------------------------------------------------------
   TYPOGRAPHY (scoped)
   --------------------------------------------------------------------- */
.nw-about h1,
.nw-about h2,
.nw-about h3,
.nw-about h4,
.nw-about h5,
.nw-about h6{
  color: #31373a;
  font-family: inherit; /* Roboto */
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 .4em 0;
  letter-spacing: 0.05em;
}

.nw-about p{
  margin: 0 0 14px 0;
  color: #31373a;
  font-family: inherit; /* Roboto */
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}

.nw-about li{
  color: #31373a;
  font-family: inherit; /* Roboto */
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}

.nw-about strong{
  font-family: inherit; /* Roboto */
  font-weight: 700;
}

/* ---------------------------------------------------------------------
   HERO / BANNER (VIDEO)
   --------------------------------------------------------------------- */
.nw-about .about-block-banner{
  position: relative;
  min-height: 420px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #101517;
  border-bottom: 1px solid rgba(49, 55, 58, 0.18);
}

.nw-about .about-block-video{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nw-about .video-overlay{
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(16, 21, 23, 0.28), rgba(16, 21, 23, 0.82));
}

.nw-about .about-block-banner__inner{
  position: relative;
  z-index: 2;
  max-width: 980px;
  padding: 42px 16px;
  text-align: center;
}

.nw-about .about-block-banner__inner h1{
  font-family: inherit; /* Roboto */
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  font-size: 38px;
  line-height: 46px;
  color: #ffd54f;
  margin: 0 0 10px 0;
}

.nw-about .about-block-banner__inner p{
  font-family: inherit; /* Roboto */
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.88);
  margin: 0;
}

@media (max-width: 640px){
  .nw-about .about-block-banner{ min-height: 360px; }
  .nw-about .about-block-banner__inner h1{ font-size: 30px; line-height: 38px; }
}

/* ---------------------------------------------------------------------
   ABOUT SUMMARY (balanced text + image)
   --------------------------------------------------------------------- */
.nw-about .about-summary{
  background: #eef3f0;
  padding: 56px 0;
}

.nw-about .about-summary .section-content{
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 16px;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 28px;
  align-items: start;
}

/* Optional: slightly narrow copy to reduce “wall of text” */
.nw-about .about-summary .text-content{
  max-width: 660px;
}

.nw-about .about-summary .text-content h2{
  font-family: inherit; /* Roboto */
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 12px;
  line-height: 18px;
  color: #1f6f3f;
  margin: 0 0 10px 0;
}

.nw-about .about-summary .text-content h1{
  font-family: inherit; /* Roboto */
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 28px;
  line-height: 36px;
  color: #31373a;
  margin: 0 0 12px 0;
}

/* Lede paragraph */
.nw-about .about-summary .text-content p:first-of-type{
  font-family: inherit; /* Roboto */
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  margin: 0 0 22px 0;
  color: #2f3538;
}

/* Supporting paragraphs */
.nw-about .about-summary .text-content p:not(:first-of-type){
  font-family: inherit; /* Roboto */
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  color: #3a4043;
  margin: 0 0 14px 0;
}

/* Emphasis block (quote-style) */
.nw-about .about-summary .story-emphasis{
  margin: 18px 0 0 0;
  padding: 16px 18px;
  border-left: 4px solid #1f6f3f;
  background: rgba(31, 111, 63, 0.06);
  font-family: inherit; /* Roboto */
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #31373a;
}

/* ---------------------------------------------------------------------
   IMAGE CARD + INDEPENDENCE BLURB
   --------------------------------------------------------------------- */

/* Allow stacking image + blurb */
.nw-about .about-summary .image-wrap{
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(49, 55, 58, 0.18);
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.10);
}

/* Image */
.nw-about .about-summary .image-wrap img{
  display: block;
  width: 100%;
  height: auto;
}

/* Caption (if used) */
.nw-about .about-summary .image-wrap .image-caption{
  padding: 14px 16px;
  background: #ffffff;
  border-top: 1px solid rgba(49, 55, 58, 0.18);
}

.nw-about .about-summary .image-wrap .image-caption h4{
  font-family: inherit; /* Roboto */
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 13px;
  line-height: 18px;
  color: #31373a;
  margin: 0 0 4px 0;
}

.nw-about .about-summary .image-wrap .image-caption p{
  margin: 0;
  font-family: inherit; /* Roboto */
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  color: #31373a;
}

/* ---------------------------------------------------------------------
   OUR INDEPENDENCE — STAND-ALONE BLURB
   --------------------------------------------------------------------- */
.nw-about .about-summary .independence-blurb{
  margin-top: 14px;
  padding: 16px 16px 14px;

  background: #ffffff;
  border: 1px solid rgba(49, 55, 58, 0.16);
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);

  position: relative;
  overflow: hidden;
}

.nw-about .about-summary .independence-blurb::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 3px;
  width: 100%;
  background: #16412f;
}

.nw-about .about-summary .independence-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 0 0 10px 0;
}

.nw-about .about-summary .independence-badge{
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;

  font-family: inherit; /* Roboto */
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;

  color: #16412f;
  background: rgba(22, 65, 47, 0.08);
  border: 1px solid rgba(22, 65, 47, 0.18);
}

.nw-about .about-summary .independence-icon{
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  color: #16412f;
  background: rgba(255, 213, 79, 0.22);
  border: 1px solid rgba(255, 213, 79, 0.45);
}

.nw-about .about-summary .independence-text{
  margin: 0;
  font-family: inherit; /* Roboto */
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  color: #31373a;
}

.nw-about .about-summary .independence-text strong{
  font-weight: 700;
  color: #31373a;
}

.nw-about .about-summary .independence-meta{
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.nw-about .about-summary .independence-chip{
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;

  color: #16412f;
  background: #f1f4f5;
  border: 1px solid rgba(49, 55, 58, 0.14);
}

/* ---------------------------------------------------------------------
   RESPONSIVE
   --------------------------------------------------------------------- */
@media (max-width: 900px){
  .nw-about .about-summary .section-content{
    grid-template-columns: 1fr;
  }
  .nw-about .about-summary .text-content{
    max-width: none;
  }
}

/* ---------------------------------------------------------------------
   STATS STRIP
   --------------------------------------------------------------------- */
.nw-about .stats-strip{
  position: relative;
  padding: 52px 0;
  background: #16412f;
  overflow: hidden;
}

.nw-about .stats-strip .stats-overlay{
  position: absolute;
  inset: 0;
  background:
    radial-gradient(900px 360px at 18% 10%, rgba(52, 155, 96, 0.32), rgba(0,0,0,0) 60%),
    radial-gradient(900px 360px at 82% 30%, rgba(52, 155, 96, 0.22), rgba(0,0,0,0) 60%),
    linear-gradient(180deg, rgba(16, 21, 23, 0.08), rgba(16, 21, 23, 0.42));
}

.nw-about .stats-strip .stats-grid{
  position: relative;
  z-index: 2;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 16px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.nw-about .stats-strip .stat{
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.09);
  padding: 18px 16px;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(2px);
}

.nw-about .stats-strip .stat__icon{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(52, 155, 96, 0.28);
  color: rgba(255, 255, 255, 0.96);
  margin-bottom: 12px;
}

.nw-about .stats-strip .stat__number{
  font-family: inherit; /* Roboto */
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  font-size: 22px;
  line-height: 28px;
  color: #ffffff;
  margin-bottom: 6px;
}

.nw-about .stats-strip .stat__label{
  font-family: inherit; /* Roboto */
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 11px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.78);
}

@media (max-width: 980px){
  .nw-about .stats-strip .stats-grid{ grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 520px){
  .nw-about .stats-strip .stats-grid{ grid-template-columns: 1fr; }
}

/* ---------------------------------------------------------------------
   FOLLOW-UP COPY BLOCKS
   --------------------------------------------------------------------- */
.nw-about .hero-follow{
  max-width: 1180px;
  margin: 0 auto;
  padding: 18px 16px 0 16px;
}

.nw-about .hero-follow + .hero-follow{
  padding-top: 10px;
}

.nw-about .hero-follow .section-subhead{
  font-family: inherit; /* Roboto */
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  font-size: 16px;
  line-height: 24px;
  color: #31373a;
  margin: 0 0 6px 0;
}

.nw-about .hero-follow p{
  margin: 0;
}

/* ---------------------------------------------------------------------
   VISION & MISSION
   --------------------------------------------------------------------- */
.nw-about #vision-mission{
  padding: 56px 0;
  background: #ffffff;
  border-top: 1px solid rgba(49, 55, 58, 0.18);
  border-bottom: 1px solid rgba(49, 55, 58, 0.18);
}

.nw-about #vision-mission .vm-inner{
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 16px;
}

.nw-about #vision-mission .vm-title-wrap{
  text-align: center;
  margin-bottom: 22px;
}

.nw-about #vision-mission .vm-heading{
  font-family: inherit; /* Roboto */
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  font-size: 26px;
  line-height: 34px;
  color: #31373a;
  margin: 0 0 10px 0;
}

.nw-about #vision-mission .vm-subhead{
  font-family: inherit; /* Roboto */
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #31373a;
  margin: 0;
}

.nw-about #vision-mission .vm-columns{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.nw-about #vision-mission .vm-card{
  border-radius: 16px;
  border: 1px solid rgba(49, 55, 58, 0.18);
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.10);
  padding: 20px 18px;
}

.nw-about #vision-mission .vm-card__title{
  font-family: inherit; /* Roboto */
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  font-size: 16px;
  line-height: 24px;
  color: #31373a;
  margin: 0 0 10px 0;
}

.nw-about #vision-mission .vm-card__body p{
  margin: 0 0 12px 0;
}

.nw-about #vision-mission .vm-bullets,
.nw-about #vision-mission .vm-numbered{
  margin: 0;
  padding-left: 18px;
}

.nw-about #vision-mission .vm-bullets li,
.nw-about #vision-mission .vm-numbered li{
  margin: 6px 0;
}

.nw-about #vision-mission .vm-callout{
  margin-top: 14px;
  border-radius: 16px;
  border: 1px solid rgba(31, 111, 63, 0.28);
  background: rgba(31, 111, 63, 0.10);
  padding: 16px 18px;
}

.nw-about #vision-mission .vm-callout p{
  margin: 0;
  color: #1f6f3f;
}

@media (max-width: 900px){
  .nw-about #vision-mission .vm-columns{ grid-template-columns: 1fr; }
}

/* ===== About Us: Our Team ===== */
/* FIX: scope all team styles to .nw-about to prevent global collisions */
.nw-about .team-section{
  background: #eef3f0;
  padding: clamp(40px, 6vw, 80px) 16px;
  border-top: 1px solid rgba(22, 65, 47, 0.12);
}

.nw-about .team-container{
  max-width: 1200px;
  margin: 0 auto;
}

/* Header */
.nw-about .team-header{
  max-width: 68ch;
  margin: 0 auto 26px;
  text-align: center;
}

.nw-about .team-eyebrow{
  margin: 0 0 10px;
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 800;
  color: #16412f;
  font-family: inherit; /* Roboto */
}

.nw-about .team-title{
  margin: 0 0 10px;
  color: #31373a;
  font-size: clamp(24px, 2.2vw + 16px, 34px);
  line-height: 1.15;
  font-family: inherit; /* Roboto */
  font-weight: 800;
}

.nw-about .team-subtitle{
  margin: 0;
  color: #5a6763;
  font-size: 16px;
  line-height: 1.7;
  font-family: inherit; /* Roboto */
}

/* Grid */
.nw-about .team-grid{
  margin-top: 26px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

@media (min-width: 560px){
  .nw-about .team-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 900px){
  .nw-about .team-grid{ grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

/* Card */
.nw-about .team-card{
  background: #f9f9f9;
  border: 1px solid rgba(22, 65, 47, 0.14);
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,.08);
  padding: 18px 18px 16px;
  text-align: center;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
  overflow: hidden;
}

.nw-about .team-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(0,0,0,.10);
  border-color: rgba(22, 65, 47, 0.22);
}

/* Avatar */
.nw-about .team-avatar{
  width: 96px;
  height: 96px;
  margin: 2px auto 12px;
  border-radius: 999px;
  overflow: hidden;
  background: #f1f4f5;
  border: 3px solid rgba(22, 65, 47, 0.18);
  box-shadow: 0 8px 18px rgba(0,0,0,.10);
}

.nw-about .team-avatar img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Name / role */
.nw-about .team-name{
  margin: 0 0 6px;
  color: #31373a;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: none;
  font-family: inherit; /* Roboto */
}

.nw-about .team-role{
  margin: 0;
  color: #5a6763;
  font-size: 14px;
  line-height: 1.4;
  font-family: inherit; /* Roboto */
}

/* Footer row */
.nw-about .team-footer{
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px 18px;
}

.nw-about .team-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 16px;
  border-radius: 10px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  text-decoration: none;

  background: #16412f;
  color: #ffffff;
  border: 1px solid rgba(0,0,0,0.15);
  box-shadow: 0 10px 30px rgba(0,0,0,.08);
  transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;

  font-family: inherit; /* Roboto */
}

.nw-about .team-btn:hover{
  transform: translateY(-1px);
  box-shadow: 0 14px 36px rgba(0,0,0,.10);
  filter: brightness(1.03);
}

.nw-about .team-btn:focus-visible{
  outline: 3px solid rgba(255, 213, 79, 0.65);
  outline-offset: 2px;
}

.nw-about .team-link{
  color: #16412f;
  text-decoration: none;
  font-weight: 700;
  font-family: inherit; /* Roboto */
}

.nw-about .team-link:hover{
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ---------------------------------------------------------------------
   CONTACT / FORM (legacy blocks at bottom)
   --------------------------------------------------------------------- */
.nw-about .contact-wrapper,
.nw-about .contact-form{
  border-radius: 16px;
  border: 1px solid rgba(49, 55, 58, 0.18);
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.10);
  padding: 18px 18px;
  margin-bottom: 14px;
}

.nw-about .contact-wrapper h3,
.nw-about .contact-form h3{
  font-family: inherit; /* Roboto */
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  font-size: 16px;
  line-height: 24px;
  color: #31373a;
  margin: 0 0 10px 0;
}

.nw-about .contact-wrapper p{
  margin: 0 0 10px 0;
}

.nw-about .contact-map{
  margin-top: 10px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(49, 55, 58, 0.18);
  background: #eef3f0;
}

.nw-about #contact-form label{
  display: block;
  margin: 0 0 6px 0;
  font-family: inherit; /* Roboto */
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  font-size: 12px;
  line-height: 18px;
  color: #31373a;
}

.nw-about #contact-form input[type="text"],
.nw-about #contact-form textarea{
  width: 100%;
  border-radius: 14px;
  border: 1px solid rgba(49, 55, 58, 0.22);
  background: #ffffff;
  padding: 12px 12px;
  font-family: inherit; /* Roboto */
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #31373a;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.nw-about #contact-form textarea{
  min-height: 140px;
  resize: vertical;
}

.nw-about #contact-form input[type="text"]:focus,
.nw-about #contact-form textarea:focus{
  border-color: rgba(31, 111, 63, 0.60);
  box-shadow: 0 0 0 4px rgba(31, 111, 63, 0.16);
}

.nw-about #contact-form .mainBtn,
.nw-about #contact-form button.mainBtn{
  display: inline-flex;
  align-items: center;
  justify-content: center;

  border-radius: 999px;
  border: 1px solid rgba(31, 111, 63, 0.35);
  background: #1f6f3f;
  padding: 12px 18px;

  font-family: inherit; /* Roboto */
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  font-size: 13px;
  line-height: 18px;
  color: #ffffff;

  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.14);
  cursor: pointer;
  transition: transform 140ms ease, box-shadow 140ms ease, filter 140ms ease;
}

.nw-about #contact-form .mainBtn:hover{
  transform: translateY(-1px);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
  filter: brightness(1.02);
}

.nw-about #contact-form .mainBtn:active{
  transform: translateY(0);
}

.nw-about #result{
  font-family: inherit; /* Roboto */
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #31373a;
}

/* ---------------------------------------------------------------------
   FOOTER (scoped)
   --------------------------------------------------------------------- */
.nw-about .site-footer{
  background: #101517;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.82);
}

.nw-about .site-footer p{
  font-family: inherit; /* Roboto */
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.82);
  margin: 0 0 10px 0;
}

.nw-about .site-footer h5{
  font-family: inherit; /* Roboto */
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  font-size: 13px;
  line-height: 18px;
  color: #ffffff;
  margin: 0 0 10px 0;
}

.nw-about .site-footer a{
  font-family: inherit; /* Roboto */
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
}

.nw-about .site-footer a:hover{
  color: rgba(255, 255, 255, 0.98);
}

.nw-about .site-footer .social-links a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
  transition: transform 140ms ease, background-color 140ms ease, border-color 140ms ease;
}

.nw-about .site-footer .social-links a:hover{
  transform: translateY(-1px);
  background: rgba(31, 111, 63, 0.18);
  border-color: rgba(31, 111, 63, 0.30);
}

.nw-about .site-footer .copyright-text{
  font-family: inherit; /* Roboto */
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.70);
  margin: 0;
}

@media (min-width: 901px){
  .nw-about .about-summary .section-content{
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
  }
}

@media (max-width: 900px){
  .nw-about .about-summary .image-wrap{
    max-width: 720px;
    margin: 18px auto 0 auto;
  }
}
