/* Editorial-style buttons */
a.button,
button,
input[type="submit"] {
  background: transparent;
  border: 1px solid #d6d2ce;
  color: #5d5d5d;

  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 400;
  font-size: 14px;

  padding: 20px 40px;
  text-align: center;
  text-decoration: none;
}

/* Hover state */
a.button:hover,
button:hover,
input[type="submit"]:hover {
  background: rgba(233, 230, 227, 0.12);
}
.block_e6982b28a62e4d5186c3270fd480ae3d {
  width: 100% !important;
  height: 400px !important;
  position: relative;
  overflow: hidden;
}

/* Ensure the map fills the container */
.block_e6982b28a62e4d5186c3270fd480ae3d iframe,
.block_e6982b28a62e4d5186c3270fd480ae3d > div {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-height: 400px !important;
}
/*NAVIGATION*/
.navContent .subNav {
    max-width: 400px;
}
/* Add breathing room under the title/role line (e.g., "Level 2 Stylist") */
.teamSectionPage span.scEditable--plainText[data-field="name2"]{
  display: block;
  margin-bottom: 24px;
}
.responsive-image{
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}