@font-face {
  font-family: Celebration;
  src: url('../fonts/Celebration.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --light-blue: #a0c7ce;
  --deep-sky-blue: #20c2ea;
  --black-2: #2c2020;
  --brown: #3e2b14;
  --black: black;
  --color: #f3b304;
  --white: white;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #2c2020;
  font-family: Droid Sans, sans-serif;
  font-size: 1.3em;
  line-height: 1.5em;
}

h1 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 3.7em;
  font-weight: 400;
  line-height: 1.2em;
}

h2 {
  font-family: Montserrat, sans-serif;
  font-size: .8em;
  font-weight: 500;
}

h3 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.7em;
}

h4 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 2.2em;
  font-weight: 400;
  line-height: 1.3em;
}

h5 {
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: .9em;
  font-weight: 600;
  line-height: 1.4em;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--light-blue);
  text-align: center;
  text-decoration: underline;
}

a:hover {
  color: var(--deep-sky-blue);
}

a:active, a:focus, a:focus-visible, a[data-wf-focus-visible], a:visited {
  color: var(--light-blue);
}

.nav {
  z-index: 100009;
  color: var(--black-2);
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 84px;
  padding-top: 6px;
  padding-left: 16px;
  padding-right: 20px;
  font-family: Oswald, sans-serif;
  font-size: 1.1em;
  display: inline-block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.nav:hover {
  color: var(--light-blue);
}

.nav:active {
  color: var(--black-2);
}

.nav:focus, .nav:focus-visible, .nav[data-wf-focus-visible] {
  color: var(--light-blue);
}

.nav-link {
  color: var(--brown);
  padding-left: 10px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  font-weight: 500;
  transition: color .3s;
}

.nav-link:focus, .nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  color: var(--light-blue);
}

.nav-link:visited {
  color: var(--brown);
}

.nav-link.w--current:focus {
  color: #20c2ea;
}

.nav-menu {
  font-family: PT Sans, sans-serif;
}

.story {
  color: #2c2020;
  background-color: #f1f7f8;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
}

.story.covid-protocol {
  background-color: #e3f1f3;
}

#services-treatments {
  background-color: #ffffff;
}

#services-treatments > .w-container {
  width: 100%;
}

.story.covid-protocol.hidden {
  display: none;
}

.heading {
  text-align: center;
  text-transform: uppercase;
}

.divide {
  border: 2px solid #20c2ea;
  width: 200px;
  margin: 20px auto 40px;
  display: block;
}

.footer {
  color: var(--light-blue);
  background-image: linear-gradient(#2c2020, #2c2020);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 20px;
  display: flex;
}

.body {
  color: #3e2b14;
  font-size: 1.2em;
  line-height: 1.5em;
}

.video {
  background-color: #000;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  display: block;
}

.video.hidden {
  display: none;
}

.logo {
  background-image: url('../images/SMT-logo-brown2x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 200px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.team-member {
  background-image: none;
  flex: 1;
  width: 320px;
  height: 340px;
}

.team-member.hidden {
  display: none;
}

.team-member-container {
  margin: 10px;
}

.team-member-container.hidden {
  display: none;
}

.team {
  color: #2c2020;
  background-image: linear-gradient(#f1f7f8, #f1f7f8);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.button {
  color: #fff;
  background-color: #3498db;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  width: 214px;
  height: 51px;
  padding: 10px;
  font-family: Oswald, sans-serif;
  font-size: 1.3em;
  transition: background-color .3s;
  display: flex;
}

.button:hover {
  background-color: var(--deep-sky-blue);
  color: #fff;
}

.button:focus, .button:visited {
  color: #fff;
}

.button-box {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 260px;
  margin-top: 14px;
  margin-bottom: 20px;
  display: flex;
}

.copy-block {
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.copy-block.footer-padding {
  padding-left: 40px;
}

.copy-block.footer-padding.holiday-block {
  padding-bottom: 60px;
}

.copy-block.footer-padding.holiday-block.hidden {
  display: none;
}

.copycontainer {
  color: #2c2020;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.copycontainer.hidden {
  display: none;
}

.copycontainer.career-copy-container {
  width: 1200px;
}

.heading-3 {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.services {
  background-image: linear-gradient(#d9e9eb, #d9e9eb);
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
}

.services.new, .services.old {
  display: none;
}

.treatments {
  background-image: linear-gradient(#cbe7ec, #cbe7ec);
  padding-top: 50px;
  padding-bottom: 50px;
  display: none;
}

.text-link {
  color: #a0c7ce;
  border-bottom: 4px solid #2c2020;
  text-decoration: underline;
  transition: opacity .4s;
}

.text-link:hover {
  opacity: .8;
}

.paragraph {
  text-align: left;
  letter-spacing: .3px;
  font-size: 16px;
  line-height: 22px;
}

.team-box {
  flex-wrap: wrap;
  place-content: center;
  align-items: center;
  max-width: 1680px;
  display: flex;
}

.sofie {
  background-image: url('../images/sofie.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  width: 320px;
  height: 340px;
  text-decoration: none;
}

.bio {
  color: #2c2020;
  background-image: linear-gradient(#a0c7ce, #a0c7ce);
  height: 100%;
  padding: 10px;
}

.martha {
  background-image: url('../images/martha.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  width: 320px;
  height: 340px;
  text-decoration: none;
}

.social-icon {
  width: 60px;
  margin-left: 16px;
  margin-right: 16px;
  transition: opacity .4s;
}

.social-icon:hover {
  opacity: .8;
}

.rmt-logo {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
  width: 160px;
  margin-bottom: 40px;
}

.products {
  background-image: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.p-bold {
  padding-top: 10px;
  font-weight: 700;
}

.krista {
  background-image: url('../images/Krista-MacVicar-Headshot-.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  width: 320px;
  height: 340px;
  text-decoration: none;
}

.biox {
  float: right;
  flex-direction: column;
  align-items: flex-end;
  padding-bottom: 6px;
  padding-left: 6px;
  font-family: Varela Round, sans-serif;
  font-size: 30px;
  display: flex;
}

.footer-container {
  flex: none;
  justify-content: center;
  align-items: flex-end;
  min-width: 800px;
  padding-top: 20px;
  padding-bottom: 60px;
  font-size: 20px;
  display: flex;
}

.social-icons {
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.erin {
  background-image: url('../images/erin.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  width: 320px;
  height: 340px;
  text-decoration: none;
}

.jaclyn {
  background-image: url('../images/jaclyn.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  width: 320px;
  height: 340px;
  text-decoration: none;
}

.johanna {
  background-image: url('../images/johanna.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  width: 320px;
  height: 340px;
  text-decoration: none;
}

.akiko {
  background-image: url('../images/akiko.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  width: 320px;
  height: 340px;
  text-decoration: none;
}

.jennifer {
  background-image: url('../images/jennifer.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  width: 320px;
  height: 340px;
  text-decoration: none;
}

.bernard {
  background-image: url('../images/bernie.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  width: 320px;
  height: 340px;
  text-decoration: none;
}

.shannon {
  background-image: url('../images/shannon.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  width: 320px;
  height: 340px;
  text-decoration: none;
}

.eric {
  background-image: url('../images/eric.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  width: 320px;
  height: 340px;
  text-decoration: none;
}

.robin {
  background-image: url('../images/robin.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  width: 320px;
  height: 340px;
  text-decoration: none;
}

.product-container {
  color: #2c2020;
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
  display: flex;
}

.treatment {
  flex: 1;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.product-image {
  width: 200px;
  height: 200px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.product-image.redfeather {
  background-image: url('../images/product-redfeather-pain-spray.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.product-image.aroma {
  background-image: url('../images/neroliessentialoil-1020x765.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.product-image.epsom {
  background-image: url('../images/Epsom-Salts-Are-Taking-Over-but-Do-They-Actually-Work-FT.jpg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.product-image.thermo {
  background-image: url('../images/278-324_battle_creek_thermophore_automatic_medium_moist_heat_pack_1574_detail.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.product-image.foam-rollers {
  background-image: url('../images/foam-rollers1.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.product-image.peanut-balls {
  background-image: url('../images/peanutballs.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.product-image.resistance-loop {
  background-image: url('../images/Loops.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.product-image.lacrosse-balls {
  background-image: url('../images/lacrosse-balls.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.product-image.resistance-bands {
  background-image: url('../images/resistance-loops.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.product-image.hot-cold-neck-packs {
  background-image: url('../images/NeckPacks.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.product {
  margin-left: 20px;
  margin-right: 20px;
  display: block;
}

.slider {
  justify-content: center;
  align-items: center;
  height: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0;
}

.hero {
  justify-content: center;
  align-items: center;
  height: 1000px;
  display: flex;
}

.hero.hero-80px {
  flex-flow: column;
}

.right-arrow, .icon {
  display: none;
}

.slide {
  background-image: linear-gradient(#a0c7ceb3, #a0c7ceb3), url('../images/ISP2019360.JPG');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: static;
}

.slide-3 {
  background-image: linear-gradient(#a0c7ceb3, #a0c7ceb3), url('../images/1474920.jpg');
  background-position: 0 0, 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  position: static;
}

.slide-nav, .left-arrow, .icon-2 {
  display: none;
}

.brand {
  padding-top: 6px;
}

.hero-content {
  z-index: 1000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block {
  text-transform: uppercase;
}

.h5-center {
  text-align: center;
  font-weight: 500;
}

.h5-0 {
  margin-top: 0;
}

.bottom-margin {
  text-align: center;
  margin-bottom: 50px;
}

.bottom-margin.covid-blurb {
  font-style: italic;
  line-height: 2em;
}

.hero-button {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 214px;
  height: 51px;
  margin-top: 10px;
  display: flex;
  position: static;
}

.hero-button.button-to {
  display: none;
}

.slide-4 {
  background-image: linear-gradient(#a0c7ceb3, #a0c7ceb3), url('../images/iStock_000018902767_Medium.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: static;
}

.slide-5 {
  background-image: linear-gradient(#a0c7ceb3, #a0c7ceb3), url('../images/Candle.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: static;
}

.map {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.map-section {
  background-color: #2c2020;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}

.map-section.hidden {
  display: none;
}

.heading-4 {
  font-size: 2.8em;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.text-span {
  font-style: normal;
}

.legal-links {
  text-align: center;
  padding-top: 6px;
  padding-bottom: 6px;
}

.kathryn {
  background-image: url('../images/Kathryn-Macivor-pic.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  width: 320px;
  height: 340px;
  text-decoration: none;
}

.mikayla {
  background-image: url('../images/mikayla.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  width: 320px;
  height: 340px;
  text-decoration: none;
}

.angela {
  background-image: url('../images/angela.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  width: 320px;
  height: 340px;
  text-decoration: none;
}

.marisa {
  background-image: url('../images/marisa.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  width: 320px;
  height: 340px;
  text-decoration: none;
}

.cta {
  background-color: var(--deep-sky-blue);
  color: var(--black);
  text-align: center;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  font-weight: 700;
  transition: all .4s;
  display: inline-block;
}

.cta:hover {
  background-color: var(--light-blue);
  color: var(--black);
}

.cta:active, .cta:focus, .cta:focus-visible, .cta[data-wf-focus-visible], .cta:visited {
  color: var(--black);
}

.legal-links-copy {
  text-align: center;
  padding-top: 6px;
  padding-bottom: 6px;
}

.subhead {
  padding-top: 70px;
  padding-bottom: 60px;
}

.location-title {
  text-align: center;
  font-size: 1.4em;
}

.location-title.title-padding {
  padding-top: 20px;
}

.location-title.holiday {
  color: var(--light-blue);
}

.hero-button-container {
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  margin-top: 20px;
  display: flex;
  position: static;
}

.corry {
  background-image: url('../images/Corry-headshot.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  width: 320px;
  height: 340px;
  text-decoration: none;
}

.michael {
  background-image: url('../images/Michael.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  width: 320px;
  height: 340px;
  text-decoration: none;
}

.careers {
  text-align: center;
  background-image: linear-gradient(#f1f7f8, #f1f7f8);
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
}

.dropdown-menu {
  color: var(--black);
  justify-content: center;
  align-items: flex-start;
  width: auto;
  transition: all .2s;
  display: flex;
}

.dropdown-toggle {
  width: auto;
}

.dropdown-link, .dropdown-list {
  background-color: #9fc6cd;
}

.dropdown-list.w--open {
  flex-direction: column;
  width: 100%;
  margin-top: 60px;
  font-size: 1.2vw;
  display: flex;
}

.dropdown-link-2 {
  width: 100%;
}

.dropdown-menu-2 {
  color: #000;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  transition: all .2s;
  display: flex;
}

.dropdown-list-2 {
  background-color: #9fc6cd;
}

.dropdown-list-2.w--open {
  flex-direction: column;
  width: 100%;
  margin-top: 60px;
  font-size: 1.2vw;
  display: flex;
}

.cta-2 {
  color: #000;
  text-align: center;
  background-color: #20c2ea;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 700;
  transition: all .4s;
  display: inline-block;
}

.cta-2:hover {
  background-color: var(--light-blue);
  color: var(--black);
}

.cta-2:active, .cta-2:focus, .cta-2:focus-visible, .cta-2[data-wf-focus-visible], .cta-2:visited {
  color: var(--black);
}

.link {
  transition: color .4s;
}

.careers-section {
  color: #2c2020;
  background-color: #f1f7f8;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
}

.careers-section.covid-protocol {
  background-color: #e3f1f3;
  flex-direction: column;
  display: flex;
}

.jen {
  background-image: url('../images/JeniferJones.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  width: 320px;
  height: 340px;
  text-decoration: none;
}

.copycontainer-2 {
  color: #2c2020;
  align-items: flex-start;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.treatment-2 {
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.ben {
  background-image: url('../images/Benjamin-Hooke.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  width: 320px;
  height: 340px;
  text-decoration: none;
}

.bold-text {
  color: var(--color);
}

.arden {
  background-image: url('../images/Arden.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  width: 320px;
  height: 340px;
  text-decoration: none;
}

._25-banner {
  z-index: 20;
  color: #20c2ea;
  text-align: center;
  background-color: #000;
  justify-content: center;
  align-self: center;
  width: 100%;
  max-width: 100%;
  height: 180px;
  margin-top: -90px;
  display: flex;
  position: static;
}

._25-banner.hidden {
  display: none;
}

.anniversary-copy {
  color: #d6b367;
  margin-top: 60px;
  font-family: Celebration, sans-serif;
  font-size: 4em;
  position: absolute;
}

.confetti {
  background-image: url('../images/confetti.gif');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
}

.kate {
  background-image: url('../images/Kate-Kit-Hazell-Picture-.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  width: 320px;
  height: 340px;
  text-decoration: none;
}

.brodie {
  background-image: url('../images/Brodie-Stehlik.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  width: 320px;
  height: 340px;
  text-decoration: none;
}

.rahel {
  background-image: url('../images/rahel.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  width: 320px;
  height: 340px;
  text-decoration: none;
}

.ana {
  background-image: url('../images/Ana-Decanini.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  width: 320px;
  height: 340px;
  text-decoration: none;
}

.subheading {
  flex: 1;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.rental {
  text-align: center;
  background-image: linear-gradient(#d9e9eb, #d9e9eb);
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
}

.rental-image {
  height: 100%;
}

.rental-image-container {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  height: 360px;
  display: flex;
}

.treatment-list {
  color: #2c342a;
  text-align: left;
  margin-bottom: 50px;
}

.treatment-list.covid-blurb {
  font-style: italic;
  line-height: 2em;
}

@media screen and (min-width: 1920px) {
  .rmt-logo {
    padding-bottom: 24px;
  }

  ._25-banner {
    height: 160px;
    margin-top: -120px;
  }

  .anniversary-copy {
    margin-top: 49px;
  }
}

@media screen and (max-width: 991px) {
  h4 {
    font-size: 1.7em;
  }

  .nav-link {
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 1.4em;
    font-weight: 400;
    line-height: 1.6em;
  }

  .nav-menu {
    background-image: linear-gradient(#fff, #fff);
    height: 100vh;
    font-size: 1.4em;
  }

  .story {
    padding-left: 30px;
    padding-right: 30px;
  }

  .team-member-container {
    flex-wrap: wrap;
    justify-content: center;
  }

  .copycontainer {
    flex-direction: column;
    padding-bottom: 0;
  }

  .copycontainer.career-copy-container {
    flex-direction: row;
    width: auto;
  }

  .copycontainer.no-bottom-pad {
    margin-bottom: 0;
  }

  .services {
    padding-left: 20px;
    padding-right: 20px;
  }

  .team-box {
    flex-wrap: wrap;
    align-items: center;
  }

  .footer-container {
    flex: none;
    justify-content: space-between;
    align-items: flex-start;
    min-width: 760px;
  }

  .product-container {
    flex-flow: wrap;
    padding-left: 70px;
    padding-right: 70px;
  }

  .treatment {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .product-image {
    padding-top: 30px;
  }

  .product {
    padding-bottom: 20px;
  }

  .menu-button {
    padding-top: 15px;
    padding-bottom: 10px;
    font-size: 2em;
    transition: color .4s;
  }

  .menu-button:hover, .menu-button:focus {
    color: #20c2ea;
  }

  .menu-button.w--open {
    color: #3e2b14;
    background-image: linear-gradient(#fff, #fff);
  }

  .map-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-4 {
    font-size: 2.2em;
  }

  .careers {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .dropdown-list.w--open, .dropdown-list-2.w--open {
    font-size: 1.2rem;
  }

  .careers-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .careers-section.covid-protocol {
    align-items: flex-start;
  }

  .copycontainer-2 {
    flex-direction: column;
    padding-bottom: 0;
  }

  .treatment-2 {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  ._25-banner {
    height: 140px;
    margin-top: -120px;
    font-size: 1.6em;
  }

  .anniversary-copy {
    margin-top: 34px;
    font-size: 2.2em;
  }

  .subheading {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .rental {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.6em;
    line-height: 1.1em;
  }

  .story {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer {
    text-align: center;
  }

  .logo {
    margin-top: 60px;
  }

  .copy-block {
    padding-bottom: 50px;
  }

  .copycontainer.career-copy-container {
    flex-direction: column;
  }

  .footer-container {
    min-width: auto;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: inline-block;
  }

  .product-container {
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-button {
    flex-direction: column;
  }

  .heading-4 {
    font-size: 1.6em;
  }

  .cta {
    margin-bottom: 30px;
  }

  .hero-button-container {
    flex-direction: column;
  }

  .cta-2 {
    margin-bottom: 30px;
  }

  .careers-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-3 {
    margin-bottom: 0;
  }

  ._25-banner {
    height: 150px;
    margin-top: 60px;
  }

  .anniversary-copy {
    margin-top: 50px;
    font-size: 1.6em;
  }

  .rental-image-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.5em;
    line-height: 1.1em;
  }

  h3 {
    font-size: 1em;
    line-height: 1.4em;
  }

  .nav {
    padding-right: 10px;
  }

  .nav-link {
    font-size: 1em;
    line-height: 1.1em;
  }

  .footer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .logo {
    text-align: center;
  }

  .team-member {
    width: 300px;
  }

  .copy-block {
    padding-bottom: 20px;
  }

  .copy-block.footer-padding {
    padding-bottom: 60px;
  }

  .copycontainer {
    padding-left: 0;
    padding-right: 0;
  }

  .copycontainer.career-copy-container {
    font-size: .8em;
    line-height: 1.5em;
  }

  .paragraph {
    letter-spacing: 0;
  }

  .sofie, .martha {
    width: 300px;
  }

  .rmt-logo {
    margin-top: 40px;
    margin-left: 60px;
    margin-right: 60px;
  }

  .products {
    padding-bottom: 20px;
  }

  .krista {
    width: 300px;
  }

  .footer-container {
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    display: block;
  }

  .social-icons {
    flex-wrap: wrap;
  }

  .erin, .jaclyn, .johanna, .akiko, .jennifer, .bernard, .shannon, .eric, .robin {
    width: 300px;
  }

  .product-container {
    padding-left: 0;
    padding-right: 0;
  }

  .product {
    margin-left: 10px;
    margin-right: 10px;
  }

  .menu-button {
    padding-left: 4px;
    padding-right: 4px;
  }

  .bottom-margin.covid-blurb {
    font-size: .8em;
    line-height: 1.8em;
  }

  .hero-button {
    flex-wrap: wrap;
  }

  .kathryn, .mikayla, .angela, .marisa {
    width: 300px;
  }

  .hero-button-container {
    flex-wrap: wrap;
    height: auto;
  }

  .corry, .michael {
    width: 300px;
  }

  .dropdown-list.w--open {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    max-width: 100%;
    font-size: 80%;
    display: flex;
  }

  .dropdown-link-3 {
    text-align: left;
    object-fit: scale-down;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    display: flex;
  }

  .dropdown-list-2.w--open {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    max-width: 100%;
    font-size: 80%;
    display: flex;
  }

  .jen {
    width: 300px;
  }

  .copycontainer-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .ben, .arden {
    width: 300px;
  }

  ._25-banner {
    margin-top: 90px;
  }

  .anniversary-copy {
    margin-top: 40px;
  }

  .confetti {
    height: 140px;
  }

  .kate, .brodie {
    width: 300px;
  }

  .rental-image-container {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .treatment-list.covid-blurb {
    font-size: .8em;
    line-height: 1.8em;
  }
}


@font-face {
  font-family: 'Celebration';
  src: url('../fonts/Celebration.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}