:root {
  --grey: #808285;
  --dpf-light-orange: #fee2d0;
  --black: #222;
  --dpf-orange: #f37835;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

h2 {
  color: var(--grey);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
}

.heading {
  text-align: center;
  font-family: Roboto Slab, sans-serif;
  font-size: 60px;
  font-weight: 800;
}

.body {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.heading-2 {
  text-align: center;
  padding-bottom: 30px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 36px;
  font-weight: 700;
}

.heading-2.gym {
  color: var(--grey);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 0;
  padding-left: 10px;
  font-size: 42px;
  line-height: 54px;
}

.paragraph {
  text-align: left;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.heading-3 {
  text-align: left;
  font-family: Roboto, sans-serif;
}

.paragraph-2 {
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.style-guide-wrap {
  background-color: #f3f3f5;
  padding-top: 1px;
  padding-bottom: 1px;
}

.type-column-1 {
  padding-right: 20px;
}

.input {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 44px;
  line-height: 44px;
}

.input:hover {
  border-color: #636363;
}

.input:focus {
  border-color: #3898ec;
}

.input.cc-long {
  height: auto;
  min-height: 150px;
  line-height: 24px;
}

.type-column-2 {
  padding-top: 30px;
  padding-left: 20px;
}

.style-guide-label {
  color: #aaa;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 11px;
  line-height: 11px;
}

.style-guide-label.cc-box {
  justify-content: space-between;
  display: flex;
}

.card {
  background-color: #fff;
  border-radius: 4px;
  flex: 1;
  margin: 15px;
  padding: 40px;
  text-decoration: none;
  transition: all .15s;
  box-shadow: 0 1px 1px #0003;
}

.card:hover {
  margin: 12px;
  padding: 43px;
  box-shadow: 0 10px 20px #0000001a;
}

.style-guide-label-link {
  font-size: 11px;
  font-weight: 500;
  line-height: 11px;
  text-decoration: none;
  display: inline-block;
}

.style-guide-label-link:hover {
  text-decoration: underline;
}

.tab-link {
  color: #aaa;
  background-color: #0000;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.tab-link:hover {
  color: #222;
}

.tab-link.w--current {
  color: #222;
  background-color: #0000;
  box-shadow: inset 0 -1px #333;
}

.tab-menu {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding-left: 5px;
  padding-right: 5px;
  box-shadow: inset 0 -1px #ccc;
}

.style-guide-logo-box {
  background-image: url('../images/transparent_1transparent.gif');
  background-position: 0 0;
  background-size: 16px;
  border: 1px solid #aaa;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.style-guide-logo-box.cc-light {
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/transparent_1transparent.gif');
  background-position: 0 0, 0 0;
  background-size: auto, 16px;
}

.style-guide-logo-box.cc-dark {
  background-image: linear-gradient(#00000080, #00000080), url('../images/transparent_1transparent.gif');
  background-position: 0 0, 0 0;
  background-size: auto, 16px;
}

.color-block {
  background-color: #ebebeb;
  border-radius: 4px;
  height: 70px;
  margin-top: 30px;
}

.color-block.cc-brand-color-3 {
  background-color: #63ecc0;
}

.color-block.cc-font-color-light {
  background-color: #808285;
}

.color-block.cc-brand-color-1 {
  background-color: #f37835;
}

.color-block.cc-brand-color-2 {
  background-color: var(--dpf-light-orange);
}

.color-block.cc-dark-grey-2 {
  background-color: #333;
}

.color-block.cc-font-color-dark {
  background-color: #222;
}

.color-block.cc-dark-grey-1 {
  background-color: #636363;
}

.color-block.cc-light-grey-2 {
  background-color: #ccc;
}

.color-block.cc-brand-color-4 {
  background-color: #ffb08b;
}

.color-block.cc-light-grey-1 {
  background-color: #f3f3f5;
}

.style-guide-section {
  background-color: #fff;
  border-radius: 4px;
  margin: 20px;
  padding: 60px 30px;
  position: relative;
  box-shadow: 0 1px 1px #0003;
}

.success-message {
  color: #20ce7b;
  background-color: #20ce7b1a;
  border-radius: 4px;
}

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

.card-wrap {
  flex: 0 0 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-pane {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 30px 40px 40px;
}

.tabs {
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px #ccc;
}

.style-guide-divider {
  background-color: #f3f3f5;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.style-guide-subhead {
  color: #ec3872;
  background-color: #ec38721a;
  border-radius: 4px;
  margin-bottom: 40px;
  padding: 20px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.error-message {
  color: #ec3872;
  text-align: center;
  background-color: #ec38721a;
  border-radius: 4px;
}

.card-container {
  background-color: #f3f3f5;
  flex-wrap: wrap;
  margin-top: 40px;
  padding: 20px;
  display: flex;
}

.button {
  border: 1px solid var(--black);
  background-color: var(--black);
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  border-radius: 12px;
  height: 60px;
  margin-top: 30px;
  padding: 0 20px;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 60px;
  transition: box-shadow .2s;
  box-shadow: 0 1px 1px #0000;
}

.button:hover {
  border: 1px solid var(--grey);
  background-color: var(--dpf-orange);
  color: var(--black);
  box-shadow: 0 10px 20px #0000001a;
}

.button.phone {
  background-color: var(--grey);
  color: #fff;
  border-width: 0;
  transition: opacity .2s, box-shadow .2s;
}

.button.phone:hover {
  background-color: var(--dpf-orange);
  color: var(--black);
}

.card-title {
  margin-top: 0;
}

.style-guide-content {
  padding-top: 40px;
}

.style-guide-title {
  color: #222;
  text-transform: uppercase;
  margin-top: 0;
  padding-top: 5px;
  padding-left: 18px;
  font-size: 22px;
  font-weight: 500;
  line-height: 44px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.heading-1 {
  color: #f04924;
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Roboto Slab, sans-serif;
  font-size: 72px;
  line-height: 72px;
}

.heading-1.rates {
  text-align: center;
  margin-bottom: 0;
  font-size: 70px;
  line-height: 100px;
}

.heading-1.rates.rates {
  font-size: 54px;
}

.heading-1.rates.gym {
  color: #f04924;
  font-size: 72px;
}

.heading-1.rates.home {
  font-size: 72px;
}

.main-text {
  text-align: left;
  margin-bottom: 0;
  padding: 0 10px;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
}

.heading-5 {
  font-family: Roboto Condensed, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
}

.heading-6 {
  color: var(--grey);
}

.heading-7 {
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

.heading-8 {
  font-family: Roboto Condensed, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.link {
  color: var(--black);
  font-weight: 400;
}

.herosection {
  background-color: #000;
  background-image: url('../images/DPF_Home_Hero.jpg'), url('../images/DPF_Home_Hero.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: cover, cover;
  height: auto;
}

.herocopy {
  background-color: var(--dpf-light-orange);
  height: auto;
  padding-top: 50px;
  padding-bottom: 70px;
}

.herocopy.gym {
  padding-top: 30px;
  padding-bottom: 30px;
}

.copyonly {
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.oneonone {
  background-color: var(--dpf-light-orange);
  height: auto;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}

.footer {
  background-color: #f04924;
  height: auto;
  margin-bottom: 0;
  padding-bottom: 0;
  display: block;
  position: static;
  inset: auto 0% 0%;
}

.navbar {
  background-color: #222222f2;
  height: 85px;
  position: sticky;
  top: 0;
  transform: translate(0);
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 45px;
}

.nav-link:hover {
  background-color: #f04924;
}

.nav-link:active {
  color: var(--black);
  background-color: #fff;
}

.nav-link.w--current {
  color: var(--black);
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  display: inline-block;
}

.container {
  min-width: 100%;
  padding-left: 10px;
  padding-right: 0;
}

.image {
  margin-left: 6px;
  padding-top: 34px;
  display: block;
}

.image-2 {
  object-fit: fill;
  margin-top: 15px;
}

.grid {
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: "Area";
  grid-auto-flow: row;
}

.div-block {
  text-align: left;
  max-width: 1100px;
  display: block;
  position: static;
}

.footer-2 {
  text-align: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.footer-logo-link {
  flex: 0 auto;
  min-width: 60px;
  max-height: 60px;
}

.footer-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}

.footer-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  color: #444;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

.div-block-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.custom-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1170px;
  height: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  display: block;
}

.div-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template: ". . . . Area . . Area-2" .25fr
                 ". . . . . . . ."
                 / .75fr .75fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  height: 130px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.image-3 {
  object-fit: fill;
  flex: 0 auto;
  width: 200px;
  max-width: 100%;
  margin: 0 auto -60px;
  display: none;
  position: relative;
  top: -70px;
  transform: translate(0)translate(0);
}

.image-4 {
  margin-right: 40px;
  padding-bottom: 15px;
}

.div-block-5 {
  flex: 1;
  align-items: center;
  display: none;
}

.div-block-6 {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  margin-right: 20px;
  display: none;
}

.social-media-icon {
  flex: 0 auto;
  margin: 0;
  padding: 0;
}

.image-5 {
  margin-right: 10px;
  padding-bottom: 15px;
}

.footer-address {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block {
  color: #fff;
  text-align: center;
  margin-top: 1px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  display: block;
}

.text-block.mobilesmall {
  display: none;
}

.image-6 {
  padding-bottom: 15px;
}

.container-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.freeweight {
  height: auto;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 0;
  font-size: 18px;
}

.div-block-7 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-8 {
  align-items: center;
  max-width: 30%;
  display: none;
}

.div-block-9 {
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  min-width: auto;
  max-width: 25%;
  height: 90px;
  margin-bottom: 36px;
  display: block;
}

.footer-social-media-flex-container {
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 280px;
  max-width: 100%;
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  display: flex;
}

.div-block-11 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-2 {
  color: #fff;
  text-align: center;
  margin-top: 29px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.link-2 {
  color: #fff;
  text-align: left;
  padding-top: 20px;
  padding-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-style: normal;
  text-decoration: none;
  display: none;
}

.div-block-12 {
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
}

.text-block-3 {
  color: #fff;
  margin-left: 30px;
  margin-right: 30px;
  padding-left: 0;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 900;
  display: block;
}

.div-block-13 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.footer-container-flex {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px;
  display: flex;
}

.text-block-4 {
  color: #fff;
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: block;
}

.footer-contact-flex-container {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-right: 25px;
  display: block;
}

.div-block-14 {
  background-color: #0000;
  height: 15px;
  display: block;
}

.bold-text {
  margin-right: 0;
  padding-right: 0;
  font-weight: 400;
}

.image-7 {
  margin: 0 10px 10px 30px;
  padding-bottom: 15px;
  padding-right: 0;
  display: none;
}

.image-8 {
  margin: 0 30px 10px;
  padding-bottom: 15px;
  display: none;
}

.footer-online-training {
  opacity: 1;
  color: var(--black);
  background-color: #222;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

.footer-online-training.bottom {
  background-color: #222222d9;
}

.footer-dpf-logo {
  opacity: 1;
  margin-top: 3px;
}

.div-block-16 {
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-end;
  display: flex;
}

.image-10 {
  opacity: .7;
  padding: 40px 10px;
}

.image-11 {
  opacity: .7;
  padding: 20px 10px 50px;
}

.hero-home-text {
  color: #fff;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 48px;
  font-weight: 300;
  line-height: 40px;
}

.home-hero-flex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 130px;
  padding-bottom: 130px;
  display: flex;
}

.hero-headline-flex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.main-text-centered-flex {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.flex-ononone {
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.oneonone-image {
  flex: none;
  margin-right: 50px;
}

.div-block-17 {
  flex-direction: column;
  justify-content: flex-start;
  height: auto;
  display: block;
}

.flex-free-weight {
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  margin-top: 0;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.freeweight-image {
  flex: none;
  margin-left: 50px;
  padding-left: 0;
  padding-right: 0;
}

.bold-text-2 {
  padding-left: 10px;
  padding-right: 10px;
}

.footer-contact-text-container {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.text-block-5 {
  color: #fff;
  padding-bottom: 15px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.footer-email {
  color: #fff;
  padding-bottom: 15px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.footer-email:hover {
  color: var(--black);
}

.mitchlinhardt-website {
  color: #fff;
  text-decoration: none;
}

.mitchlinhardt-website:hover {
  color: var(--dpf-orange);
}

.social-media-link {
  background-image: url('../images/DPF_Footer_FacebookRoll.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 50px;
  height: 50px;
}

.social-media-link:hover {
  background-image: url('../images/DPF_Footer_Facebook.svg'), url('../images/DPF_Footer_FacebookRoll.svg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: cover, cover;
  background-attachment: scroll, scroll;
}

.social-media-link.twitter {
  background-image: url('../images/DPF_Footer_TwitterRoll.svg');
  background-size: cover;
}

.social-media-link.twitter:hover {
  background-image: url('../images/DPF_Footer_Twitter.svg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
}

.social-media-link.instagram {
  background-image: url('../images/DPF_Footer_InstagramRoll.svg');
  background-size: cover;
}

.social-media-link.instagram:hover {
  background-image: url('../images/DPF_Footer_Instagram.svg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
}

.social-media-link.youtube {
  background-image: url('../images/DPF_Footer_YouTubeRoll.svg');
  background-size: cover;
}

.social-media-link.youtube:hover {
  background-image: url('../images/DPF_Footer_YouTube.svg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
}

.gym-pictures {
  padding-left: 10px;
  padding-right: 10px;
}

.grid-gym {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-bottom: 30px;
}

.grid-gym._2-column {
  display: none;
}

.paragraph-3 {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.rates-time-flex-container {
  justify-content: space-between;
  align-items: center;
  margin-top: 45px;
  margin-bottom: 15px;
  display: flex;
}

.div-block-18 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.rates-hour-copy {
  color: var(--grey);
  font-family: Roboto, sans-serif;
  font-size: 54px;
  font-weight: 700;
}

.rates-dollar-amount {
  padding-top: 50px;
  font-family: Roboto, sans-serif;
  font-size: 150px;
  font-weight: 900;
}

.section {
  margin-top: 100px;
  margin-bottom: 40px;
}

.image-12 {
  flex: none;
  padding-bottom: 20px;
}

.heading-rates-main {
  color: #f04924;
  text-align: center;
  font-family: Roboto Slab, sans-serif;
  font-size: 72px;
  line-height: 84px;
}

.team-flex {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.team-name {
  color: #f04924;
  margin-top: 0;
  font-family: Roboto Slab, sans-serif;
  font-size: 54px;
  line-height: 60px;
}

.div-block-19 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.team-title {
  margin-top: 0;
  font-family: Roboto, sans-serif;
}

.team-bio {
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.image-13 {
  flex: none;
  margin-right: 40px;
}

.team-bio-bullet {
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.team-bio-bullet-header {
  font-family: Roboto, sans-serif;
  font-size: 24px;
}

.team-additional-bullets {
  display: block;
}

.team-additional-bullets.annie {
  display: block;
  overflow: visible;
}

.list-item {
  list-style-type: none;
}

.section-2 {
  background-color: var(--dpf-light-orange);
}

.section-3 {
  background-image: url('../images/DPF_Contact_DesotoBuilding_Landscape.jpg');
  background-position: 0 0;
  background-size: cover;
  height: 500px;
}

.section-4 {
  background-color: var(--dpf-light-orange);
}

.div-block-20 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact-hero-subhead {
  text-align: center;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 36px;
  line-height: 46px;
}

.contact-hero-main-head {
  color: #f04924;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
  font-family: Roboto Slab, sans-serif;
  font-size: 60px;
  line-height: 72px;
}

.address-copy-large {
  color: var(--black);
  text-align: center;
  margin-top: 30px;
  margin-bottom: 40px;
  font-family: Roboto, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 54px;
}

.div-block-21 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-bottom: 60px;
  display: grid;
}

.image-14 {
  opacity: .2;
}

.contact-mail-icon:hover {
  opacity: .24;
}

.text-block-7 {
  color: var(--black);
  text-align: center;
  padding-top: 35px;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  text-decoration: none;
}

.link-block {
  text-decoration: none;
}

.section-5 {
  background-color: var(--dpf-light-orange);
}

.div-block-22 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
}

.facebook-icon-large:hover, .twitter-icon-large:hover, .instagram-icon-large:hover, .youtube-icon-large:hover {
  opacity: .5;
}

.text-block-8 {
  color: var(--grey);
  text-align: center;
  padding-top: 50px;
  font-family: Roboto, sans-serif;
  font-size: 36px;
}

.text-block-9 {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-left: 0;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 36px;
  line-height: 42px;
}

.link-3, .link-4 {
  color: var(--black);
  font-weight: 700;
  text-decoration: none;
}

.processheadline {
  color: var(--grey);
  font-family: Roboto Condensed, sans-serif;
  font-size: 32px;
}

.heading-9 {
  color: #fff;
  text-align: center;
  font-family: Roboto Condensed, sans-serif;
  font-size: 32px;
  line-height: 40px;
}

.link-5 {
  color: #fff;
  text-decoration: none;
}

.link-5:hover {
  color: var(--dpf-orange);
}

.link-6 {
  color: #fff;
  text-decoration: none;
}

.link-6:hover {
  color: var(--dpf-orange);
}

.youtube-2 {
  margin-top: 40px;
}

@media screen and (max-width: 991px) {
  .heading-2.gym {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 42px;
    line-height: 56px;
  }

  .heading-1 {
    text-align: center;
    margin-bottom: 0;
    padding: 10px 0 10px 10px;
  }

  .heading-1.rates {
    font-size: 48px;
    line-height: 80px;
  }

  .heading-1.rates.gym {
    padding-right: 10px;
    font-size: 60px;
    line-height: 72px;
  }

  .heading-1.rates.home {
    font-size: 60px;
  }

  .main-text {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
  }

  .herosection {
    height: 800px;
  }

  .herocopy {
    height: auto;
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .herocopy.gym {
    padding-top: 20px;
    padding-bottom: 35px;
  }

  .copyonly {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .oneonone {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .nav-link.w--current {
    display: block;
  }

  .nav-menu {
    background-color: var(--black);
  }

  .menu-button {
    border: 0px solid var(--black);
    background-color: #0000;
    padding-top: 24px;
  }

  .menu-button.w--open {
    background-color: #f04924;
  }

  .icon {
    color: #fff;
    font-size: 36px;
    line-height: 40px;
  }

  .footer-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .custom-container {
    padding-left: 0;
  }

  .div-block-4 {
    flex-wrap: wrap;
  }

  .image-3 {
    display: block;
  }

  .image-5 {
    margin-right: 40px;
  }

  .text-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block.mobilesmall, .image-6 {
    display: none;
  }

  .freeweight {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .div-block-8 {
    margin-left: 50px;
  }

  .footer-social-media-flex-container {
    margin-right: 50px;
  }

  .footer-container-flex {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding-left: 20px;
  }

  .footer-contact-flex-container {
    margin-bottom: 30px;
  }

  .footer-dpf-logo {
    display: none;
  }

  .image-11 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .hero-home-text {
    color: #fff;
    font-family: Open Sans, sans-serif;
    font-size: 32px;
    font-weight: 300;
    line-height: 40px;
  }

  .home-hero-flex {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .main-text-centered-flex {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .flex-ononone {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .oneonone-image {
    margin-right: 0;
    padding-left: 0;
  }

  .flex-free-weight {
    flex-direction: column-reverse;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .freeweight-image {
    margin-left: 0;
    padding-left: 0;
  }

  .grid-gym {
    grid-template-columns: 1fr 1fr;
    padding: 20px;
    display: none;
  }

  .grid-gym._2-column {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .paragraph-3 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .rates-time-flex-container {
    flex-direction: column;
    margin-top: 20px;
  }

  .div-block-18 {
    margin-bottom: 100px;
  }

  .section {
    margin-top: 0;
  }

  .heading-rates-main {
    font-size: 60px;
    line-height: 72px;
  }

  .team-flex {
    flex-direction: column;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .team-name {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .section-3 {
    height: 300px;
  }

  .div-block-20 {
    flex-direction: column;
  }

  .contact-hero-main-head {
    font-size: 54px;
    line-height: 68px;
  }

  .bold-text-3 {
    font-size: 36px;
    line-height: 38px;
  }

  .address-copy-large {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 36px;
  }

  .div-block-21 {
    grid-template-columns: 1fr 1fr;
  }

  .image-14 {
    display: none;
  }

  .div-block-22 {
    grid-row-gap: 50px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: center;
  }

  .text-block-8 {
    font-size: 28px;
  }

  .text-block-9 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 24px;
    line-height: 36px;
  }

  .youtube-2 {
    margin-top: 25px;
  }
}

@media screen and (max-width: 767px) {
  .heading-2.gym {
    padding-top: 10px;
    font-size: 36px;
    line-height: 48px;
  }

  .card-wrap {
    flex: 1;
  }

  .heading-1 {
    font-size: 60px;
  }

  .heading-1.rates {
    font-size: 36px;
    line-height: 60px;
  }

  .heading-1.rates.gym {
    font-size: 48px;
    line-height: 54px;
  }

  .heading-1.rates.home {
    font-size: 48px;
  }

  .herocopy.gym {
    padding-top: 15px;
  }

  .image {
    display: none;
  }

  .footer-2 {
    padding: 40px 20px;
  }

  .footer-image {
    object-fit: contain;
  }

  .custom-container {
    flex-wrap: wrap;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .div-block-4 {
    flex-flow: row;
    flex: 0 auto;
    justify-content: center;
    display: flex;
  }

  .image-4 {
    margin-right: 30px;
  }

  .social-media-icon {
    margin-right: 31px;
  }

  .text-block {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
  }

  .text-block.mobilesmall {
    display: none;
  }

  .footer-social-media-flex-container {
    flex-wrap: nowrap;
    margin-right: 0;
  }

  .footer-container-flex {
    flex-direction: column;
    align-items: center;
    padding-left: 40px;
  }

  .hero-home-text {
    text-align: center;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .home-hero-flex {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .main-text-centered-flex {
    padding-left: 20px;
    padding-right: 20px;
  }

  .freeweight-image {
    padding-left: 0;
  }

  .footer-contact-text-container {
    align-items: center;
    padding-bottom: 15px;
  }

  .text-block-5 {
    text-align: center;
  }

  .grid-gym._2-column {
    grid-template-columns: 1fr 1fr;
  }

  .paragraph-3 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-rates-main {
    margin-top: 10px;
    font-size: 54px;
    line-height: 64px;
  }

  .team-flex {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .team-name {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .section-3 {
    height: 200px;
  }

  .contact-hero-main-head {
    font-size: 42px;
    line-height: 54px;
  }

  .bold-text-3 {
    font-size: 28px;
    line-height: 36px;
  }

  .address-copy-large {
    font-size: 24px;
  }

  .div-block-21 {
    grid-row-gap: 50px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-22 {
    grid-column-gap: 40px;
  }

  .text-block-8 {
    font-size: 20px;
  }

  .text-block-9 {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 24px;
    line-height: 36px;
  }

  .heading-9 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .youtube-2 {
    margin-top: 0;
  }
}

@media screen and (max-width: 479px) {
  .heading-2.gym {
    margin-top: 10px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 5px;
    font-size: 24px;
    line-height: 32px;
  }

  .button {
    padding-bottom: 0;
  }

  .button.phone {
    font-size: 16px;
  }

  .heading-1 {
    font-size: 40px;
  }

  .heading-1.rates {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    font-size: 18px;
    line-height: 32px;
    display: block;
  }

  .heading-1.rates.gym, .heading-1.rates.home {
    padding-top: 15px;
    font-size: 32px;
    line-height: 36px;
  }

  .main-text {
    padding-left: 0;
    padding-right: 0;
  }

  .herosection {
    height: auto;
    padding-top: 10px;
    padding-bottom: 30px;
  }

  .herocopy {
    height: auto;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .herocopy.gym {
    height: auto;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .footer {
    height: auto;
  }

  .footer-2 {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .custom-container {
    flex-wrap: nowrap;
    height: auto;
    display: flex;
  }

  .div-block-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
  }

  .image-3 {
    flex: 0 auto;
  }

  .image-4 {
    margin-right: 20px;
    padding-top: 30px;
    padding-bottom: 0;
  }

  .social-media-icon {
    margin-bottom: 0;
    margin-right: 20px;
    padding-bottom: 0;
  }

  .image-5 {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .text-block {
    margin-left: auto;
    margin-right: auto;
    padding-left: 37px;
    padding-right: 37px;
    display: block;
  }

  .text-block.mobilesmall {
    padding-bottom: 0;
    display: block;
  }

  .footer-container-flex {
    flex-direction: column;
    padding-left: 20px;
  }

  .image-10 {
    padding: 15px 40px;
  }

  .image-11 {
    padding: 20px 20px 23px;
  }

  .hero-home-text {
    padding-bottom: 10px;
    font-size: 18px;
  }

  .home-hero-flex {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-headline-flex {
    height: auto;
    padding-bottom: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .main-text-centered-flex {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-gym {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .grid-gym._2-column {
    grid-template-columns: 1fr;
    display: none;
  }

  .paragraph-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-12 {
    padding: 0;
  }

  .heading-rates-main {
    margin-top: 0;
    padding-top: 10px;
    font-size: 32px;
    line-height: 36px;
  }

  .team-flex {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .team-name {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 36px;
    line-height: 42px;
  }

  .team-title {
    font-size: 24px;
    line-height: 36px;
  }

  .section-3 {
    height: 150px;
  }

  .contact-hero-subhead {
    font-size: 18px;
    line-height: 24px;
  }

  .contact-hero-main-head {
    font-size: 32px;
    line-height: 36px;
  }

  .bold-text-3 {
    font-size: 18px;
    line-height: 24px;
  }

  .address-copy-large {
    margin-top: 30px;
    font-size: 16px;
    line-height: 28px;
  }

  .div-block-22 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .text-block-8 {
    padding-top: 30px;
    font-size: 16px;
  }

  .text-block-9 {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
    line-height: 24px;
  }

  .youtube-2 {
    margin-top: 0;
  }
}

#w-node-e23546bd-648f-0524-56a4-38bec1033f5f-48cc7d72 {
  place-self: center;
}


