@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Fa solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --tdc-pink: #939;
  --steel-blue: #0869af;
  --tdc-blue: #00aeef;
  --white: white;
  --bright-pink: #cc30cc;
  --line-gray: #d4d8dd;
  --ghost-white: #f7f9fd;
  --elite: #529ba7;
  --purple: #622485;
  --gold: #f9a41a;
  --dim-grey: #686868;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: #000;
  font-family: acumin-pro, sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5em;
}

h1 {
  color: var(--tdc-pink);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: jaf-domus-titling-web, sans-serif;
  font-size: 2em;
  font-weight: 300;
  line-height: 1em;
}

h2 {
  color: var(--steel-blue);
  margin-top: 40px;
  margin-bottom: 10px;
  font-family: jaf-domus-titling-web, sans-serif;
  font-size: 1.6em;
  font-weight: 300;
  line-height: 1em;
}

h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: jaf-domus-titling-web, sans-serif;
  font-size: 1.3em;
  font-weight: 300;
  line-height: .9em;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: jaf-domus-titling-web, sans-serif;
  font-size: 1.6em;
  font-weight: 300;
  line-height: .8em;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: jaf-domus-titling-web, sans-serif;
  font-size: 1.4em;
  font-weight: 300;
  line-height: 1.7em;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: jaf-domus-titling-web, sans-serif;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1.7em;
}

p {
  color: #000;
  margin-bottom: 10px;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.6em;
}

a {
  color: var(--steel-blue);
  font-weight: 400;
  text-decoration: none;
  transition: all .5s;
}

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

ul {
  color: #000;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  padding-bottom: 2px;
}

.top-link {
  float: right;
  height: 60px;
  color: var(--white);
  padding-top: 16px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: jaf-domus-titling-web, sans-serif;
  font-size: .75em;
  font-weight: 300;
  text-decoration: none;
  transition: all .5s;
}

.top-link:hover {
  background-color: var(--bright-pink);
  color: var(--white);
}

.top-link.elite {
  color: var(--white);
}

.top-link.elite:hover {
  background-color: var(--tdc-blue);
  color: var(--white);
}

.top-link.wwpdc:hover {
  background-color: #ffb338;
}

.top-studio {
  float: right;
  border-bottom: 1px solid #dde1e7;
  border-left: 1px solid var(--line-gray);
  background-color: var(--ghost-white);
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.top-studio:hover {
  background-color: #99339921;
}

.top-studio.elite {
  background-color: var(--ghost-white);
  transition: all .5s;
}

.top-studio.elite:hover {
  background-color: #529ba766;
}

.top-studio.elite.w--current {
  background-color: var(--white);
}

.top-studio.elite.active {
  border-bottom-color: var(--white);
  background-color: var(--white);
}

.top-studio.wwpdc {
  background-color: var(--ghost-white);
  transition: all .5s;
}

.top-studio.wwpdc:hover {
  background-color: #f9a41a33;
}

.top-studio.wwpdc.w--current:hover {
  background-color: var(--white);
}

.top-studio.wwpdc.active {
  border-bottom-color: var(--white);
}

.top-studio.active {
  border-bottom-color: var(--white);
  background-color: var(--white);
}

.logo-tdc {
  width: 150px;
  margin-top: 20px;
}

.logo-elite {
  width: 40px;
  margin-top: 15px;
}

.studio-logo-wrapper {
  float: right;
  background-color: var(--ghost-white);
  justify-content: flex-end;
  align-items: stretch;
  height: 60px;
  display: flex;
}

.top-ribbon-nav-items {
  clear: left;
  background-image: linear-gradient(315deg, var(--tdc-pink) 33%, var(--bright-pink) 77%);
}

.top-ribbon-nav-items.elite {
  background-image: linear-gradient(315deg, #0a89b8 33%, var(--elite) 65%);
}

.top-ribbon-nav-items.wwpdc {
  background-image: linear-gradient(337deg, var(--purple), var(--gold) 67%);
}

.logo-wwpdc {
  width: 100px;
  margin-top: 19px;
}

.main-navigation {
  border-bottom: 1px solid var(--line-gray);
  background-color: var(--white);
  padding: 15px 10px 10px;
  box-shadow: 1px 1px 12px -9px #000;
}

.brand {
  width: 280px;
  margin-top: 2px;
}

.brand.elite {
  width: 220px;
}

.brand.wwpdc {
  width: 194px;
}

.nav-link {
  color: #000;
  padding: 5px 10px 10px;
  font-family: jaf-domus-titling-web, sans-serif;
  font-size: .75em;
  font-weight: 600;
  transition: all .5s;
}

.nav-link:hover {
  color: var(--tdc-pink);
}

.nav-link.phone {
  color: var(--tdc-pink);
  font-weight: 600;
}

.nav-link.btn {
  background-color: var(--tdc-pink);
  background-image: linear-gradient(328deg, var(--tdc-pink) 40%, var(--bright-pink));
  color: var(--white);
  text-transform: uppercase;
  margin-left: 10px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: .75em;
  font-weight: 600;
  text-decoration: none;
}

.nav-link.btn:hover {
  opacity: .85;
}

.nav-link.btn.blue {
  background-image: linear-gradient(339deg, #1a79be 36%, var(--tdc-blue) 84%);
}

.nav-link.btn.body {
  margin-left: 0;
  margin-right: 10px;
}

.nav-link.btn.wide {
  text-align: center;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 0;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.2em;
}

.nav-link.btn.wide.blue.left, .nav-link.btn.wide.left {
  text-align: left;
}

.nav-link.btn.purple {
  background-image: linear-gradient(328deg, var(--purple) 40%, #d04bf1);
}

.nav-link.btn.gold {
  background-image: linear-gradient(328deg, #d38405 17%, var(--gold) 83%);
}

.nav-link.elite {
  color: #000;
}

.nav-link.elite:hover, .nav-link.elite.w--current, .nav-link.elite.current, .nav-link.elite.current.w--current {
  color: var(--tdc-blue);
}

.nav-link.wwpdc:hover {
  color: var(--gold);
}

.nav-menu {
  align-items: center;
  display: flex;
}

.drop-menu.w--open {
  border-top: 1px solid var(--white);
  background-color: var(--white);
  margin-top: 10px;
  margin-left: -10px;
  padding-top: 0;
  padding-bottom: 10px;
  box-shadow: 2px 4px 10px -7px #000;
}

.drop-link {
  font-size: .85em;
  font-weight: 400;
  line-height: .85em;
  transition: all .5s;
}

.drop-link:hover {
  color: var(--gold);
}

.drop-link.w--current {
  color: var(--tdc-blue);
  font-weight: 700;
}

.drop-link.elite {
  color: #000;
}

.drop-link.elite.w--current {
  color: var(--tdc-blue);
}

.navbar {
  background-color: var(--white);
  padding-left: 10px;
}

.logo-tdc-main.white {
  display: none;
}

.sticky-nav {
  z-index: 1000;
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  position: sticky;
  top: 0;
}

.icon-drop-arrow {
  display: none;
}

.burger {
  cursor: pointer;
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  position: relative;
  box-shadow: 6px 6px 25px #28078026;
}

.burger-bar-wrap-2 {
  flex-direction: column;
  align-items: flex-start;
  display: block;
}

.b4-bar1 {
  background-color: #858eca;
  border-radius: 2px;
  width: 18px;
  height: 4px;
}

.b4-bar-2 {
  background-color: #858eca;
  border-radius: 2px;
  width: 36px;
  height: 4px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.b4-bar3 {
  float: right;
  background-color: #858eca;
  border-radius: 2px;
  width: 18px;
  height: 4px;
}

.slider {
  background-color: var(--white);
  height: auto;
}

.slider-mask {
  height: 600px;
}

.slide-image-wrapper {
  object-fit: cover;
  height: 100%;
  position: relative;
}

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

.slide-nav {
  display: none;
}

.hp-feature-wrapper {
  border-left: 1px solid var(--gold);
  background-color: #0009;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 30%;
  max-height: 600px;
  padding: 40px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.hp-feature-wrapper.elite {
  background-color: #0000;
  border-left-style: none;
  justify-content: flex-end;
}

.right-arrow {
  border: 1px solid #993399b3;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  margin-right: 20px;
  font-size: 1em;
  line-height: 1em;
  transition: all .5s;
  inset: 15% 0% auto auto;
}

.right-arrow:hover {
  background-color: #cc30cc80;
}

.right-arrow.elite {
  color: var(--white);
  border-color: #00aeefb3;
}

.right-arrow.wwpdc {
  border-color: #f9a41ab3;
}

.title-featured {
  color: var(--white);
  font-family: jaf-domus-titling-web, sans-serif;
  font-size: .8em;
  line-height: 1em;
}

.title-featured.interior {
  font-size: 1em;
  font-weight: 600;
}

.title-featured.interior.center {
  text-align: center;
  line-height: 1.2em;
}

.title-featured.center {
  text-align: center;
  width: 100%;
}

.title-featured-line {
  background-color: var(--gold);
  width: 50px;
  height: 2px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.title-featured-line.less {
  margin-top: 15px;
  margin-bottom: 15px;
}

.title-featured-line.xl {
  width: 40%;
}

.title-featured-line.pink {
  background-color: var(--tdc-pink);
}

.title-featured-line.md {
  width: 25%;
}

.title-featured-line.md.pink {
  margin-top: 10px;
  margin-bottom: 10px;
}

.title-featured-line.less-top-bottom {
  margin-top: 20px;
  margin-bottom: 0;
}

.title-featured-line.center {
  width: 30%;
  margin-left: auto;
  margin-right: auto;
}

.text-block {
  letter-spacing: .2em;
  font-weight: 300;
}

.featured-title {
  color: var(--white);
  margin-bottom: 10px;
  font-size: 1.4em;
  font-weight: 400;
}

.featured-title.sm {
  font-size: 1.1em;
}

.left-arrow {
  border: 1px solid #993399b3;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  margin-left: 20px;
  font-size: 1em;
  line-height: 1em;
  transition: all .5s;
  inset: 15% auto auto 0%;
}

.left-arrow:hover {
  background-color: #cc30cc80;
}

.left-arrow.elite {
  color: var(--white);
  border-color: #00aeefb3;
}

.left-arrow.wwpdc {
  border-color: #f9a41ab3;
}

.featured-description {
  font-size: .9em;
  font-weight: 200;
}

.featured-description.sm {
  color: var(--white);
  font-size: .85em;
}

.button-link {
  z-index: 5;
  position: absolute;
  inset: 0;
}

.button-wrap {
  width: 170px;
  height: 30px;
  color: var(--white);
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  font-family: jaf-domus-titling-web, sans-serif;
  display: flex;
  position: relative;
}

.circle-contain {
  color: var(--white);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.button-base {
  background-color: #5b3acc;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
}

.btn-arrow-lrn-more {
  margin-left: -6px;
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 18px;
}

.button-t {
  color: var(--white);
  letter-spacing: 1px;
  margin-left: 0;
  padding-bottom: 2px;
  font-family: jaf-domus-titling-web, sans-serif;
  font-size: .85em;
  font-weight: 300;
  line-height: .85em;
  position: absolute;
}

.button-t.purple {
  color: var(--purple);
}

.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;
}

.mobile-nav-sub, .hidden {
  display: none;
}

.section-about {
  background-color: var(--tdc-pink);
  background-image: url('../images/halftone-pattern.png'), url('../images/round-bottom-purple.png'), linear-gradient(160deg, var(--tdc-pink) 50%, var(--purple) 70%);
  background-position: 100% 0, 50% 100%, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: 40%, contain, auto;
  background-attachment: scroll, scroll, scroll;
  padding: 100px 100px 140px;
  position: relative;
}

.section-about.elite {
  background-image: url('../images/round-bottom-purple.png'), url('../images/elite-pattern.png'), linear-gradient(151deg, #035574 41%, var(--elite));
  background-position: 50% 100%, 100% 0, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: contain, 40%, auto;
  background-attachment: scroll, scroll, scroll;
}

.section-about.wwpdc {
  background-image: url('../images/round-bottom.png'), linear-gradient(326deg, var(--purple) 42%, var(--gold)), linear-gradient(160deg, var(--tdc-pink) 50%, var(--purple) 70%);
  background-position: 50% 100%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: contain, auto, auto;
  background-attachment: scroll, scroll, scroll;
}

.column {
  float: left;
  position: relative;
}

.column._35 {
  width: 35%;
}

.column._35.right-pad {
  padding-right: 40px;
}

.column._65 {
  width: 65%;
}

.column._25 {
  width: 25%;
}

.column._25.right-pad {
  padding-right: 40px;
}

.column._25.right-pad.val-top {
  flex-flow: column;
  place-content: stretch flex-end;
  align-items: flex-end;
  padding-top: 12px;
}

.column._50 {
  float: none;
  width: 50%;
  margin-left: 8px;
  margin-right: 4px;
  display: inline-block;
}

.column._50.message {
  margin-left: 4px;
  padding: 60px;
}

.column._50.mr {
  margin-left: 0;
  padding-right: 20px;
}

.column._50.nm {
  margin-top: 8px;
  margin-bottom: 0;
}

.column._75 {
  width: 75%;
}

.column.flex {
  flex: 1;
}

.column._40 {
  align-self: flex-start;
  width: 40%;
}

.column._60 {
  align-self: flex-start;
  width: 60%;
}

.column._60.mr {
  padding-right: 20px;
}

.white {
  color: var(--white);
}

.divider-line {
  background-color: var(--gold);
  height: 2px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.divider-line._20 {
  width: 20%;
}

.divider-line._20.lb {
  margin-bottom: 20px;
}

.divider-line._40 {
  width: 40%;
}

.main-content {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-classes {
  background-color: #f4f0f6;
  flex-wrap: wrap;
  justify-content: center;
  padding: 80px 40px;
  display: flex;
}

.section-classes.elite {
  background-image: url('../images/elite-pattern-left-black.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 40%;
}

.class-card-wrapper {
  background-color: var(--white);
  width: 19%;
  color: var(--purple);
  text-align: center;
  border-radius: 10px;
  align-self: stretch;
  margin-bottom: 10px;
  margin-left: .5%;
  margin-right: .5%;
  padding-left: 0;
  padding-right: 0;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.2em;
  text-decoration: none;
  transition: all .5s;
  overflow: hidden;
}

.class-card-wrapper:hover {
  color: var(--bright-pink);
}

.class-card-thumb {
  width: 100%;
}

.class-c-image-wrapper {
  overflow: hidden;
}

.class-card-desc {
  background-color: var(--white);
  padding: 10px;
  font-weight: 300;
}

.card-age {
  color: #797979;
  font-size: .7em;
  font-weight: 300;
}

.section-blue {
  background-color: var(--steel-blue);
  background-image: url('../images/round-top-purple.png'), url('../images/halftone-pattern-bottom.png'), linear-gradient(294deg, #0869afcc 40%, var(--tdc-blue));
  background-position: 50% 0, 100% 100%, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: contain, 40%, auto;
  background-attachment: scroll, scroll, scroll;
  padding: 200px 150px 160px 100px;
}

.section-blue.rightforyou {
  background-image: url('../images/round-top-purple.png'), url('../images/halftone-pattern-bottom.png'), linear-gradient(294deg, #0869afcc 40%, var(--tdc-blue)), url('../images/sample-bg-image.jpg');
  background-position: 50% 0, 100% 100%, 0 0, 0 0;
  background-repeat: no-repeat, no-repeat, repeat, no-repeat;
  background-size: contain, 40%, auto, cover;
  background-attachment: scroll, scroll, scroll, scroll;
}

.section-blue.dancer {
  background-image: url('../images/round-top-purple.png'), url('../images/halftone-pattern-bottom.png'), linear-gradient(294deg, #0869af99 40%, var(--tdc-blue)), url('../images/dancer-quote-sample.jpg');
  background-position: 50% 0, 100% 100%, 0 0, 50% 0;
  background-repeat: no-repeat, no-repeat, repeat, repeat;
  background-size: contain, 60%, auto, cover;
  background-attachment: scroll, scroll, scroll, scroll;
}

.section-blue.elite {
  background-image: url('../images/round-top-purple.png'), linear-gradient(171deg, #014170d9 49%, #529ba7d9), url('../images/sample-elite.jpg');
  background-position: 50% 0, 0 0, 50% 0;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: contain, auto, cover;
  background-attachment: scroll, scroll, scroll;
  padding-top: 140px;
  padding-right: 100px;
}

.section-blue.elite-bg {
  background-image: url('../images/elite-pattern.png'), url('../images/round-top-purple.png'), linear-gradient(294deg, #0869afcc 40%, var(--tdc-blue)), url('../images/sample-class-pic.jpg');
  background-position: 100% 100%, 50% 0, 0 0, 50% 0;
  background-repeat: no-repeat, no-repeat, repeat, no-repeat;
  background-size: 40%, contain, auto, cover;
  background-attachment: scroll, scroll, scroll, scroll;
}

.section-blue.wwpdc {
  background-image: url('../images/round-top.png'), linear-gradient(139deg, #43175ce6 31%, #f9a41acc), url('../images/volunteers.jpg'), url('../images/halftone-pattern-bottom.png');
  background-position: 50% 0, 0 0, 50% 0, 100% 100%;
  background-repeat: no-repeat, repeat, no-repeat, no-repeat;
  background-size: contain, auto, cover, 40%;
  background-attachment: scroll, scroll, scroll, scroll;
}

.section-blue.less-margin {
  padding-top: 100px;
  padding-bottom: 60px;
}

.value-wrapper {
  background-color: var(--tdc-pink);
  color: var(--white);
  text-align: right;
  margin-bottom: 5px;
  padding: 8px 15px 12px;
  font-family: jaf-domus-titling-web, sans-serif;
  font-size: .9em;
  line-height: 1em;
  display: inline-block;
  position: relative;
}

.value-wrapper.blue {
  background-color: var(--tdc-blue);
  font-weight: 600;
}

.section-callouts {
  flex-wrap: wrap;
  justify-content: center;
  padding-left: 4px;
  padding-right: 4px;
  display: flex;
}

.section-callouts.wwpdc {
  flex-flow: row;
  padding: 20px;
}

.call-out {
  border-style: solid;
  border-width: 8px 4px;
  border-color: var(--white);
  align-self: stretch;
  width: 25%;
  padding: 30px 30px 60px;
  position: relative;
}

.call-out.adult {
  background-color: var(--purple);
  background-image: linear-gradient(139deg, #a038dbcc, #622485cc 63%), url('../images/adult-classes-bg.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: relative;
}

.call-out.summer {
  background-color: var(--tdc-pink);
  background-image: linear-gradient(159deg, #cc30ccd9, #701070d9 59%), url('../images/summer-bg.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.call-out.elite {
  background-color: var(--tdc-blue);
  background-image: linear-gradient(311deg, #0869afd9 45%, #00aeefd9), url('../images/competition-team-bg.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.call-out.wwpdc {
  background-color: var(--gold);
  background-image: linear-gradient(328deg, #f9a41ad6 48%, #ffb702d1), url('../images/wwpdc-bg.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.sm {
  color: var(--white);
  font-size: 1em;
}

.button-ab-bottom {
  padding-bottom: 26px;
  padding-left: 30px;
  position: absolute;
  inset: auto 0% 0%;
}

.section-tdc-life-old {
  background-image: url('../images/halftone-pattern-bottom.png');
  background-position: 30% 100%;
  background-repeat: no-repeat;
  background-size: 30%;
  align-items: stretch;
  display: flex;
}

.section-tdc-life-old.nt {
  margin-top: 0;
}

.section-tdc-life-old.nt.message {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.btn-wrapper {
  margin-top: 30px;
}

.tdclife {
  background-color: var(--tdc-blue);
  color: var(--white);
  margin-bottom: 30px;
  padding: 20px 30px;
  font-size: 1.3em;
  font-weight: 700;
  display: inline-block;
  position: relative;
  top: -30px;
  transform: rotate(-10deg);
}

._25 {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 33%;
  display: flex;
}

.image-fit {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.image-fit.lb {
  opacity: .7;
  transition: all .8s;
}

.image-fit.lb:hover {
  opacity: 1;
}

.signature-wrapper, .social-media-wrapper {
  margin-top: 40px;
}

.social-media-wrapper.foot {
  margin-top: 20px;
}

.social-icon {
  width: 50px;
  margin-right: 20px;
}

.social-icon.footer {
  width: 30px;
  margin-right: 10px;
}

.section-studios {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.footer-studio-link-wrapper {
  justify-content: center;
  align-items: center;
  width: 33.3333%;
  padding: 40px;
  display: flex;
}

.footer-studio-link-wrapper.tdc {
  background-color: var(--tdc-pink);
  justify-content: center;
  align-self: stretch;
  align-items: center;
  transition: all .5s;
  display: flex;
}

.footer-studio-link-wrapper.tdc:hover {
  background-color: var(--bright-pink);
}

.footer-studio-link-wrapper.elite {
  background-color: var(--tdc-blue);
  transition: all .5s;
}

.footer-studio-link-wrapper.elite:hover {
  background-color: #4bceff;
}

.footer-studio-link-wrapper.wwpdc {
  background-color: var(--gold);
  transition: all .5s;
}

.footer-studio-link-wrapper.wwpdc:hover {
  background-color: #fcba4f;
}

.ft-tdc {
  width: 160px;
}

.ft-elite {
  width: 150px;
}

.ft-wwpdc {
  width: 340px;
}

.section-footer {
  flex-wrap: wrap;
  justify-content: center;
  font-size: .8em;
  display: flex;
}

.ft-col {
  float: left;
  border-left: 1px solid var(--line-gray);
  width: 25%;
  padding: 40px;
}

.ft-col.first {
  border-left-style: none;
}

.ft-col.last {
  padding-bottom: 80px;
}

.ft-title {
  font-size: 1.2em;
  font-weight: 400;
}

.address {
  margin-bottom: 0;
  font-size: 1em;
  line-height: 1.2em;
}

.address.small {
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: .8em;
  line-height: 1.4em;
}

.address.small.no-top {
  padding-top: 0;
}

.address.small.no-bottom {
  padding-bottom: 0;
}

.ft-list {
  line-height: 0;
}

.foot-link {
  color: #000;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 1em;
  font-weight: 200;
  line-height: 1.2em;
  text-decoration: none;
  transition: opacity .5s;
}

.foot-link:hover {
  color: var(--tdc-pink);
}

.ft-phone-link {
  color: var(--tdc-pink);
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 1em;
  line-height: 1.2em;
  text-decoration: none;
  transition: all .5s;
  display: block;
}

.ft-phone-link:hover {
  color: var(--bright-pink);
}

.ft-phone-link.small {
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: .8em;
}

.ft-phone-link.small.black {
  font-weight: 300;
}

.ft-address-wrapper {
  margin-bottom: 10px;
}

.ft-address-link {
  color: #000;
  text-decoration: none;
  transition: all .2s;
}

.ft-address-link:hover {
  color: var(--bright-pink);
}

.p-foot {
  font-size: 1em;
  line-height: 1.6em;
}

.signature {
  width: 40%;
}

.main-background-wrapper {
  height: 500px;
}

.main-background-wrapper.pink-purple {
  background-image: url('../images/halftone-pattern.png'), url('../images/round-bottom-purple.png'), linear-gradient(315deg, var(--purple) 33%, var(--bright-pink) 89%);
  background-position: 100% 0, 50% 100%, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: 40%, contain, auto;
}

.main-background-wrapper.elite {
  background-image: url('../images/elite-pattern.png'), url('../images/round-bottom-purple.png'), linear-gradient(310deg, var(--elite) 17%, var(--steel-blue));
  background-position: 100% 0, 50% 100%, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: 40%, contain, auto;
}

.main-content-wrapper.pink {
  background-color: #f4f0f6;
  padding-top: 60px;
  padding-bottom: 100px;
}

.content-interior-wrapper {
  background-color: var(--white);
  padding: 40px 25% 40px 60px;
}

.content-interior-wrapper.nt {
  padding-top: 30px;
}

.main-wrapper {
  width: 85%;
  margin-top: -520px;
  margin-left: 60px;
  margin-right: 200px;
  position: relative;
}

.sidebar-wrapper {
  z-index: 10;
  float: right;
  background-color: #3f0a5e;
  background-image: url('../images/halftone-pattern-bottom.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 300px;
  border-radius: 20px;
  width: 200px;
  margin-top: -340px;
  margin-right: -250px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: sticky;
  top: 140px;
  bottom: auto;
  left: auto;
}

.sidebar-wrapper.elite {
  background-color: var(--steel-blue);
}

.sidebar-wrapper.wwpdc {
  background-color: #af6101;
}

.bottom-round {
  object-fit: contain;
  position: relative;
  overflow: hidden;
}

.sb-link {
  color: var(--white);
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  margin-right: 20px;
  padding: 4px 20px;
  font-size: .7em;
  font-weight: 300;
  line-height: 1.1em;
  text-decoration: none;
  transition: all .5s;
  display: block;
}

.sb-link:hover {
  color: var(--gold);
}

.sb-link.w--current {
  background-color: var(--tdc-pink);
  line-height: 1.2em;
}

.sb-link.w--current:hover {
  color: var(--white);
}

.sb-link.elite {
  color: var(--white);
  line-height: 1.2em;
}

.sb-link.elite:hover {
  color: #5ad2ff;
}

.sb-link.elite.w--current {
  background-color: var(--tdc-blue);
}

.sb-link.elite.w--current:hover {
  color: var(--white);
}

.sb-link.wwpdc {
  line-height: 1.2em;
}

.sb-link.wwpdc:hover {
  color: #f9d01a;
}

.sb-link.wwpdc.current.w--current {
  background-color: var(--gold);
}

.sbnav-title {
  padding-bottom: 10px;
  padding-left: 20px;
}

.main.no-right {
  margin-right: -140px;
}

.faculty-wrapper {
  border-style: solid none none;
  border-width: 1px;
  border-color: var(--line-gray);
  color: #000;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 20px;
  font-weight: 300;
  display: flex;
}

.faculty-wrapper:hover {
  color: #000;
}

.faculty-wrapper.bottom-20 {
  margin-bottom: 0;
}

.faculty-wrapper.no-bottom {
  border-top-style: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.faculty-pic-wrapper {
  float: left;
  object-position: 50% 0%;
  width: 120px;
  height: 120px;
}

.faculty-pic-wrapper.sm {
  width: 120px;
  height: 120px;
}

.fac-bio-wrapper {
  float: right;
  width: 80%;
  padding: 0 10px 0 30px;
}

.fac-bio-wrapper.vert-cen {
  align-self: center;
}

.fac-bio-wrapper.sm {
  text-align: center;
  padding-top: 6px;
  padding-left: 0;
  padding-right: 0;
}

.fac-name-wrapper {
  margin-bottom: 10px;
  font-size: 1.1em;
}

.fac-name-wrapper.lg {
  font-size: 1.3em;
}

.fac-name {
  border-right: 2px solid var(--gold);
  color: #000;
  margin-right: 10px;
  padding-right: 10px;
  font-size: 1.2em;
  font-weight: 400;
  display: inline-block;
}

.fac-name.noline {
  border-right-style: none;
  font-size: 1em;
  display: block;
}

.fac-title {
  color: var(--steel-blue);
  font-size: .9em;
  display: inline-block;
}

.fac-title.gold.upper {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: .7em;
}

.fac-title.block {
  padding-left: 0;
  font-size: .8em;
  display: block;
}

.bottom-round-image {
  position: absolute;
}

.dancer-quote {
  color: var(--white);
  text-align: center;
  font-size: 1.6em;
  font-weight: 200;
  line-height: 1.2em;
}

.dancer-quote.name {
  margin-top: 20px;
  font-family: jaf-domus-titling-web, sans-serif;
  font-size: 1.3em;
  font-weight: 600;
}

.dancer-quote.name.nt {
  margin-top: 4px;
  font-family: acumin-pro, sans-serif;
  font-size: .9em;
  font-weight: 300;
}

.quote-image-wrapper {
  width: 60px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.section-rule {
  background-color: var(--gold);
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.section-rule.no-tb {
  margin-top: 10px;
  margin-bottom: 20px;
}

.section-rule.nt-mb {
  margin-top: 0;
  margin-bottom: 60px;
}

.section-rule.nt-mb.class-offer {
  background-color: var(--tdc-blue);
  margin-bottom: 20px;
}

.section-rule.nt-mb.class-offer.bottom {
  margin-bottom: 40px;
}

.wrapper {
  padding-bottom: 0;
}

.blue {
  color: var(--steel-blue);
}

.blue.mb {
  margin-bottom: 20px;
}

.pink {
  color: var(--tdc-pink);
}

.pink.mb {
  margin-bottom: 20px;
}

.pink.tm {
  margin-top: 60px;
}

.class-jump {
  border-style: solid none;
  border-width: 0 1px 1px;
  border-color: var(--line-gray);
  color: #000;
  justify-content: flex-start;
  align-items: center;
  margin-right: 0;
  padding: 10px 10px 10px 0;
  transition: all .5s;
  display: flex;
}

.class-jump:hover {
  color: #000;
  background-color: #99339912;
}

.cj-title {
  float: left;
  color: #000;
  width: 45%;
  padding-right: 20px;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.2em;
  display: inline-block;
}

.cj-level {
  color: #000;
  flex: 1;
  padding: 8px 0;
  font-size: .8em;
  font-weight: 300;
  line-height: .8em;
  display: inline-block;
}

.r-just {
  float: right;
}

.class-jump-outter-wrapper {
  border-top-width: 1px;
  border-top-color: var(--line-gray);
}

.class-jump-outter-wrapper.border-top {
  flex-wrap: wrap;
  padding-top: 10px;
  display: flex;
}

.class-jump-outter-wrapper.border-top.more {
  margin-top: 60px;
}

.bm {
  margin-bottom: 20px;
}

.class-length {
  color: #000;
  margin-bottom: 10px;
  font-size: 1em;
  line-height: 1em;
  display: block;
}

.class-length.detail {
  margin-top: 40px;
}

.class-length.detail.nt {
  margin-top: 20px;
}

.wide-btn-wrapper {
  margin-bottom: 20px;
}

.wide-btn-wrapper.nb {
  margin-bottom: 0;
}

.class-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 60px;
}

.class-wrapper.nb {
  margin-bottom: 10px;
}

.class-h2 {
  color: var(--tdc-blue);
  font-family: jaf-domus-titling-web, sans-serif;
}

.class-d-wrapper {
  flex-wrap: nowrap;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.class-offerings-wrapper {
  margin-bottom: 20px;
  line-height: 1em;
}

.co-label {
  width: 100%;
  color: var(--steel-blue);
  font-family: jaf-domus-titling-web, sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.6em;
  display: inline-block;
}

.note {
  color: var(--tdc-pink);
  font-style: italic;
}

.note.elite {
  color: var(--elite);
}

.mix-container {
  align-items: flex-start;
  display: flex;
}

.mix-container.wrap {
  flex-wrap: wrap;
}

.mix-container.wrap.mt {
  margin-top: 30px;
}

.mix {
  margin-bottom: 10px;
  margin-right: 10px;
  display: block;
}

.mix.tuesday._33 {
  align-self: stretch;
}

.mix._33 {
  flex: none;
  align-self: stretch;
  width: 31%;
}

.filter-controls {
  margin-top: 20px;
  margin-bottom: 15px;
}

.filter-controls.nt {
  margin-top: 10px;
}

.filter-button {
  border: 1px solid var(--line-gray);
  color: var(--dim-grey);
  background-color: #0000;
  margin-bottom: 5px;
  margin-right: 10px;
  padding-top: 12px;
  padding-bottom: 14px;
  font-family: jaf-domus-titling-web, sans-serif;
  font-size: .7em;
  line-height: .8em;
}

.filter-button.w--current {
  background-color: var(--tdc-pink);
  color: var(--white);
  font-weight: 600;
}

.filter-button.mixitup-control-active {
  border-color: var(--tdc-blue);
  background-color: var(--tdc-blue);
  color: var(--white);
  font-weight: 600;
}

.filter-button.elite.w--current {
  background-color: var(--elite);
}

.card-class {
  font-family: jaf-domus-titling-web, sans-serif;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.1em;
}

.card-day {
  font-size: .9em;
  line-height: 1.4em;
}

.card-day.time {
  color: #000;
  font-weight: 700;
}

.card-line {
  height: 1px;
  margin-top: 10px;
  margin-bottom: 6px;
}

.card-line.pink {
  background-color: var(--tdc-pink);
}

.card-line.blue {
  background-color: var(--tdc-blue);
}

.card-line.gold {
  background-color: var(--gold);
}

.card-line.green {
  background-color: #76ad72;
}

.cardage {
  font-size: .9em;
  line-height: 1.4em;
}

.class-card-link {
  color: #000;
  width: 100%;
  height: 100%;
  padding: 10px 16px 16px;
}

.class-card-link:hover {
  color: #000;
}

.class-card-link.pink {
  background-color: #cc30cc0a;
  border: 1px solid #9933991a;
}

.class-card-link.pink:hover {
  background-color: #cc30cc12;
}

.class-card-link.blue {
  background-color: #00aeef0a;
  border: 1px solid #00aeef26;
}

.class-card-link.blue:hover {
  background-color: #00aeef14;
}

.class-card-link.gold {
  color: #000;
  background-color: #f9a41a0a;
  border: 1px solid #f9a41a26;
}

.class-card-link.gold:hover {
  background-color: #f9a41a14;
}

.class-card-link.green {
  background-color: #f5fff5;
  border: 1px solid #e1f8cc;
}

.gold {
  color: var(--gold);
}

.gold.mb {
  margin-bottom: 20px;
}

.gold.font {
  font-family: acumin-pro, sans-serif;
  font-size: 1.15em;
  font-weight: 300;
}

.nb {
  margin-bottom: 5px;
}

.wrapper-bottom {
  margin-bottom: 60px;
}

.elite {
  color: #265e80;
}

.columns {
  flex-wrap: wrap;
  flex: 1;
  display: flex;
}

.expect-title {
  color: var(--white);
  margin-bottom: 10px;
  font-family: jaf-domus-titling-web, sans-serif;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.6em;
}

.expect-col {
  align-self: stretch;
  padding-bottom: 80px;
}

.expect-btn {
  background-image: linear-gradient(146deg, var(--elite) 17%, #136d7c 83%);
  color: var(--white);
  margin-left: 10px;
  padding-bottom: 12px;
  font-family: jaf-domus-titling-web, sans-serif;
  font-weight: 300;
  transition-property: all;
  position: absolute;
  inset: auto auto 0% 0%;
}

.expect-btn:hover {
  color: var(--white);
}

.expect-btn.gold {
  background-image: linear-gradient(328deg, #c47a03 9%, var(--gold) 70%), linear-gradient(146deg, var(--elite) 17%, #136d7c 83%);
}

.elite-star {
  color: var(--elite);
  font-family: "Fa 400", sans-serif;
  font-size: .7em;
  font-weight: 400;
  line-height: 1em;
  display: inline-block;
  position: relative;
  top: -2px;
}

.date-square {
  border: 1px solid var(--line-gray);
  text-align: center;
  background-image: url('../images/slash.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  margin-bottom: 4px;
  margin-right: 4px;
  padding: 6px 2px;
  font-size: .8em;
  line-height: .8em;
  display: inline-block;
}

.date-square.past {
  opacity: .4;
}

.date-square.today {
  border-color: var(--bright-pink);
}

.date-off-wrapper {
  width: 20%;
  margin-bottom: 10px;
  padding-right: 10px;
  line-height: 1em;
}

.session-weeks {
  color: #000;
  margin-top: 20px;
  margin-bottom: 20px;
}

.session-weeks.nb {
  margin-bottom: 0;
}

.no-class-wrapper {
  color: #000;
  flex-wrap: wrap;
  display: flex;
}

.no-class-label {
  margin-bottom: 10px;
}

.class-thumb-wrapper {
  align-self: stretch;
  padding-right: 20px;
}

.class-thumb-wrapper.elite {
  width: 100%;
  padding-right: 0;
}

.class-age {
  color: #000;
  margin-bottom: 10px;
}

.class-age.sm {
  font-size: .8em;
}

.time-dot {
  margin-right: 6px;
  font-family: "Fa solid 900", sans-serif;
  font-weight: 400;
  line-height: .7em;
  position: relative;
}

.time-dot._30 {
  color: var(--gold);
}

.time-dot._45 {
  color: var(--tdc-blue);
}

.time-dot._60 {
  color: var(--tdc-pink);
  display: inline;
}

.time-dot.adult {
  color: var(--steel-blue);
  font-family: "Fa 400", sans-serif;
}

.time-dot.registration {
  color: #797379;
}

.age-dot {
  color: #b9b9b9;
  margin-right: 6px;
  font-family: "Fa 400", sans-serif;
}

.black {
  color: #000;
}

.date-arrow {
  color: var(--dim-grey);
  margin-left: 10px;
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: .8em;
}

.bold-text {
  font-family: "Fa solid 900", sans-serif;
  font-size: .8em;
  position: relative;
  top: -2px;
}

.intro {
  margin-bottom: 40px;
}

.section-elite-events {
  background-image: url('../images/elite-pattern-right-black.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 40%;
  padding: 60px 100px 80px;
}

.section-elite-events.wwpdc {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.btn-icon {
  width: 20px;
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: .8em;
  display: inline-block;
}

.event-title {
  float: left;
  width: 50%;
  font-weight: 400;
  display: inline;
}

.event-title.full {
  width: 100%;
}

.event-jump {
  border-bottom: 1px solid var(--line-gray);
  color: #000;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 300;
}

.event-jump:hover {
  color: #000;
}

.event-date {
  width: 50%;
  display: inline;
}

.col-nm {
  padding-left: 0;
  padding-right: 0;
}

.download-icn {
  margin-left: 10px;
  font-family: "Fa solid 900", sans-serif;
}

.icon-right-arrow {
  color: var(--dim-grey);
  margin-left: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: .8em;
}

.wwpdc-show-logo-wrapper {
  width: 60%;
  margin-bottom: 20px;
}

.wwpdc-call-out {
  border: 8px solid var(--ghost-white);
  background-color: #0000;
  flex-flow: column wrap;
  flex: 1;
  place-content: flex-start center;
  align-self: stretch;
  min-height: 320px;
  padding: 30px;
  display: flex;
}

.wwpdc-call-out.pink {
  background-color: var(--tdc-pink);
}

.wwpdc-call-out.pink.wizard {
  background-image: linear-gradient(#993399c2, #993399c2), url('../images/snow-white.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.wwpdc-call-out.blue {
  background-color: var(--tdc-blue);
}

.wwpdc-call-out.blue.nutcracker {
  background-image: linear-gradient(#00aeef96, #00aeef96), url('../images/class-card-sample.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.wwpdc-call-out.gold {
  background-color: var(--gold);
}

.wwpdc-call-out.gold.wizard {
  background-image: linear-gradient(#be7601c9, #be7601c9), url('../images/wizard.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.wwpdc-past-co-title {
  color: var(--white);
  text-align: center;
  margin-bottom: 20px;
  font-family: jaf-domus-titling-web, sans-serif;
  font-size: 1.6em;
  font-weight: 300;
  line-height: 1.2em;
}

.learn-more-label {
  color: var(--white);
  text-align: center;
  font-family: jaf-domus-titling-web, sans-serif;
  font-size: .8em;
}

.arrow-right {
  font-family: "Fa 400", sans-serif;
}

.arrow-right.pink {
  margin-left: 4px;
  font-family: "Fa solid 900", sans-serif;
  font-size: .7em;
  font-weight: 400;
  position: relative;
  bottom: 1px;
}

.arrow-right.white {
  margin-left: 4px;
  font-family: "Fa solid 900", sans-serif;
  font-size: .65em;
  font-weight: 400;
  position: relative;
  bottom: 1px;
}

.arrow-right.form {
  color: var(--tdc-blue);
  padding-left: 4px;
  font-family: "Fa solid 900", sans-serif;
  font-size: .9em;
  position: relative;
  top: -1px;
}

.link-arrow-right {
  margin-left: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: .6em;
}

.contact-form {
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.goto-top {
  z-index: 100;
  border: 1px solid var(--bright-pink);
  width: 40px;
  height: 40px;
  color: var(--bright-pink);
  background-color: #ffffff82;
  justify-content: center;
  align-items: center;
  font-family: "Fa solid 900", sans-serif;
  display: flex;
  position: fixed;
  inset: auto 20px 20px auto;
}

.goto-top:hover {
  color: var(--bright-pink);
}

.gototop {
  z-index: 100;
  height: 0;
  position: relative;
}

.section {
  padding: 40px 100px 60px 60px;
}

.section.tdc {
  background-color: #f4f0f6;
  background-image: url('../images/tdc-background.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.section.elite {
  background-color: #f4f0f6;
  background-image: url('../images/elite-background.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.section.wwpdc {
  background-color: #f4f0f6;
  background-image: url('../images/wwpdc-banner-bg.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.interior-main-wrapper {
  background-color: var(--white);
  padding: 10px 200px 10px 60px;
  position: relative;
}

.page-image-wrapper {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  position: relative;
  overflow: hidden;
}

.image-rounded-bottom {
  object-fit: fill;
  position: absolute;
  inset: auto 0% 0%;
}

.bold {
  font-weight: 700;
}

.learn-more-btn {
  color: var(--tdc-pink);
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  font-family: jaf-domus-titling-web, sans-serif;
  font-weight: 300;
  line-height: .8em;
  display: block;
}

.learn-more-btn:hover {
  color: var(--bright-pink);
}

.learn-more-btn.white {
  color: var(--white);
}

.learn-more-btn.white:hover {
  color: #fffc;
}

.learn-more-btn.sm {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: .8em;
}

.learn-more-btn.sm.past:hover {
  color: #a2a3a3;
}

.learn-more-btn.no-margin {
  padding-top: 10px;
  padding-bottom: 10px;
}

.learn-more-btn.nt {
  padding-top: 0;
}

.learn-more-btn.nm {
  padding-top: 0;
  padding-bottom: 0;
}

.learn-more-btn.nm.xs {
  font-size: .7em;
}

.learn-more-btn.top6 {
  padding-top: 6px;
}

.class-title-sub {
  color: var(--tdc-pink);
  margin-top: 30px;
  padding-bottom: 10px;
  font-size: 1.5em;
}

.hp-arrow-right {
  font-family: "Fa solid 900", sans-serif;
}

.bold-text-3 {
  color: var(--dim-grey);
  margin-left: 10px;
  font-size: .6em;
}

.classjump {
  align-items: center;
  width: 50%;
  margin-bottom: 30px;
  display: flex;
}

.classjump:hover {
  color: #000;
}

.classjump.elite {
  flex-direction: column;
  align-items: center;
  width: 25%;
  padding-right: 8px;
}

.classjump.event {
  flex-direction: column;
  width: 33%;
  padding-right: 8px;
}

.class-title-jump {
  color: #000;
  margin-bottom: 6px;
  padding-top: 4px;
  font-size: 1.1em;
  line-height: 1.1em;
}

.class-title-jump.elite {
  text-align: center;
  margin-top: 10px;
}

.class-title-jump.elite.event {
  font-size: 1.4em;
}

.class-title-jump.date {
  font-size: .95em;
  font-weight: 300;
}

.inline {
  float: left;
}

.block {
  padding-left: 20px;
  line-height: 1em;
}

.section-tdc-life {
  background-image: linear-gradient(#ffffffb5, #ffffffb5), url('../images/tdc-life-bg.jpg');
  background-position: 0 0, 50% 20%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-top: 0;
  padding: 0 60px 60px;
}

.tdc-life-widget-wrapper {
  margin-bottom: -8px;
}

.discount {
  flex: none;
  width: 20%;
  padding-left: 10px;
}

.discount._15 {
  flex: 0 auto;
  width: 20%;
}

.discount-flex {
  color: #000;
  flex-wrap: nowrap;
  justify-content: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: .8em;
  line-height: 1em;
  display: flex;
}

.discount-flex.pink {
  background-color: #9933990f;
}

.discount-flex.black {
  color: var(--tdc-pink);
  align-items: flex-end;
  padding-top: 20px;
  padding-bottom: 14px;
  font-weight: 700;
}

.discount-table-wrapper {
  margin-bottom: 60px;
}

.nodiscount {
  color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: .8em;
  font-style: italic;
  line-height: 1.2em;
}

.center {
  text-align: center;
}

.announcement-wrapper {
  border-top: 1px solid var(--line-gray);
  border-bottom: 1px solid var(--line-gray);
  margin-top: -1px;
  padding: 30px 20px;
}

.announcement-wrapper.past {
  color: #a2a3a3;
}

.announcement-wrapper.urgent {
  background-color: #00aeef17;
}

.announcement-date {
  color: var(--steel-blue);
  font-size: .8em;
  font-weight: 400;
  line-height: .8em;
}

.announcement-date.past {
  color: #a2a3a3;
}

.announcement-title {
  margin-top: 10px;
  font-size: 1.6em;
}

.mb {
  margin-bottom: 60px;
}

.past {
  color: #a2a3a3;
}

.important {
  width: 20px;
  color: var(--tdc-pink);
  text-align: center;
  font-family: "Fa solid 900", sans-serif;
  font-size: .6em;
  line-height: 1em;
  display: inline-block;
  position: relative;
  top: -2px;
}

.important.ex {
  padding-left: 4px;
}

.important.past {
  color: #a2a3a3;
}

.important.reg {
  font-family: "Fa 400", sans-serif;
}

.instagram-wrapper {
  padding-top: 40px;
}

.margin-top._60 {
  margin-top: 60px;
}

.portrait-wrapper {
  float: left;
  width: 175px;
  height: 175px;
  margin-bottom: 20px;
  margin-right: 34px;
  display: block;
}

.nt {
  margin-top: 0;
}

.fac-detail-wrapper {
  margin-top: 40px;
}

.fac-short-list-wrapper {
  flex-wrap: wrap;
  margin-top: 20px;
  display: flex;
}

._50 {
  width: 25%;
  margin-top: 10px;
  margin-bottom: 20px;
}

.lightbox-image {
  border-right: 4px solid var(--white);
  border-bottom: 4px solid var(--white);
  object-fit: fill;
  background-color: #000;
  width: 20%;
  max-height: 120px;
  overflow: hidden;
}

.lightbox-wrapper {
  flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 40px;
}

.click-enlarge {
  color: var(--dim-grey);
  font-size: .8em;
  font-style: italic;
  font-weight: 300;
  line-height: .8em;
}

.top100 {
  margin-top: 100px;
}

.portrait {
  border-radius: 10px;
}

.short-list-wrapper {
  margin-top: 140px;
}

.contact-intro {
  margin-top: 20px;
  margin-bottom: 30px;
}

.contact-blocks {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.c-block {
  border: 1px solid var(--gold);
  background-color: #f9a41a12;
  border-radius: 10px;
  flex: 0 auto;
  width: 33%;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 20px;
}

.c-block.last {
  margin-right: 0;
}

.contact-image-wrapper {
  width: 35%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.contact-title {
  color: var(--steel-blue);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: jaf-domus-titling-web, sans-serif;
  font-size: .8em;
  font-weight: 600;
}

.form-link {
  color: #000;
  padding-top: 4px;
  padding-bottom: 4px;
  display: block;
}

.form-link-wrapper {
  margin-top: 20px;
}

.schedule-hours-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.start-block {
  font-weight: 400;
  display: inline-block;
}

.start-block.right {
  padding-right: 10px;
  line-height: .9em;
}

.start-block.left {
  padding-left: 10px;
}

.time-lline {
  background-color: var(--tdc-pink);
  flex: 1;
  height: 1px;
  display: inline-block;
}

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

.info {
  padding-top: 2px;
  padding-bottom: 2px;
  line-height: 1em;
}

.info.last {
  margin-bottom: 20px;
}

.info.semi-bold {
  font-family: acumin-pro, sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.1em;
}

.sched-wrap {
  margin-top: 40px;
}

.sched-wrap.nt {
  margin-top: 20px;
}

.team-wrapper {
  flex-wrap: wrap;
  display: flex;
}

.team-block {
  width: 33%;
}

.team-block._25 {
  width: 25%;
}

.team-block._25.nl {
  border-right: 1px solid var(--bright-pink);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 28%;
  margin-bottom: 30px;
  margin-right: 5%;
}

.team-block._25.nl.last {
  border-right-style: none;
}

.dancer-name {
  color: #000;
  width: 100%;
  padding-top: 0;
  padding-bottom: 2px;
}

.dancer-name.trio-teach {
  color: var(--dim-grey);
  font-style: italic;
  line-height: 1em;
}

.dancer-name.trio-teach.bottom {
  margin-bottom: 10px;
}

.dancer-name.trio {
  padding-top: 0;
  padding-bottom: 0;
}

.dancer-name.trio.last {
  margin-bottom: 4px;
}

.team-teach-name {
  color: #000;
  margin-bottom: 0;
  font-size: 1.1em;
  font-weight: 400;
}

.team-teach-name.unbold {
  margin-bottom: 10px;
  font-weight: 400;
}

.team-teach-name.bottom {
  margin-bottom: 20px;
}

.team-outter {
  border-top: 1px solid var(--gold);
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 20px;
}

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

.special-announcement-wrapper {
  background-color: var(--gold);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.special-announcement {
  color: var(--white);
  font-family: jaf-domus-titling-web, sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.2em;
}

.elite-name {
  float: left;
  width: 33%;
  margin-bottom: 4px;
  display: block;
}

.gray {
  color: var(--line-gray);
}

html.w-mod-js [data-ix="hidden"] {
  display: none;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 1.8em;
    line-height: 1em;
  }

  p {
    font-size: 1.1em;
    line-height: 1.5em;
  }

  .top-ribbon {
    display: none;
  }

  .top-link {
    position: relative;
  }

  .main-navigation {
    background-color: var(--tdc-pink);
    border-bottom-style: none;
    padding: 0;
    box-shadow: 0 2px 5px 1px #00000059;
  }

  .brand {
    height: 60px;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .nav-link {
    border-bottom: 1px solid var(--line-gray);
    background-color: var(--white);
    align-self: stretch;
    align-items: center;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    font-size: .95em;
    line-height: .95em;
    display: flex;
  }

  .nav-link:hover {
    color: #000;
  }

  .nav-link.w--open {
    border-bottom-color: var(--white);
  }

  .nav-link.phone {
    border-left-style: none;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
  }

  .nav-link.phone:hover {
    color: var(--tdc-pink);
  }

  .nav-link.btn {
    border-color: #0000;
    width: 50%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px;
    font-size: .95em;
    display: inline-block;
  }

  .nav-link.btn:hover {
    opacity: 1;
    color: var(--white);
  }

  .nav-link.btn.body {
    width: auto;
    padding-left: 16px;
  }

  .nav-link.btn.wide {
    padding-left: 16px;
  }

  .nav-link.sub {
    border-left: 1px solid var(--line-gray);
    width: 25%;
  }

  .nav-link.sub.divide {
    border-left: 1px solid var(--line-gray);
  }

  .nav-link.sub.first {
    border-left-color: #0000;
  }

  .nav-link._50 {
    width: 50%;
    margin-bottom: 0;
  }

  .nav-link._50.elite {
    background-color: var(--elite);
    color: var(--white);
    margin-top: 0;
  }

  .nav-link._50.wwpdc {
    background-color: var(--gold);
    color: var(--white);
    margin-top: 0;
  }

  .nav-link._50.tdc {
    background-color: var(--tdc-pink);
    margin-top: 0;
    padding-left: 20px;
  }

  .nav-link.elite {
    background-color: var(--white);
  }

  .nav-link.elite:hover {
    color: #000;
  }

  .nav-menu {
    background-color: #0000;
    height: 100vh;
    margin-bottom: 220px;
    padding-bottom: 220px;
    overflow: auto;
  }

  .drop-menu {
    background-color: var(--white);
  }

  .drop-menu.w--open {
    border-bottom: 4px solid var(--tdc-pink);
    box-shadow: none;
    border-top-style: none;
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .drop-link {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 40px;
    font-family: jaf-domus-titling-web, sans-serif;
    font-size: .85em;
    font-weight: 300;
    line-height: .75em;
  }

  .drop-link:hover {
    color: #000;
    background-color: #0000;
  }

  .drop-link.elite, .drop-link.elite:hover {
    color: #000;
  }

  .navbar {
    background-color: var(--tdc-pink);
    background-image: linear-gradient(338deg, var(--tdc-pink) 45%, var(--bright-pink) 79%);
    justify-content: center;
    display: flex;
  }

  .navbar.elite {
    background-image: linear-gradient(132deg, var(--elite), #037294 58%), linear-gradient(338deg, var(--tdc-pink) 45%, var(--bright-pink) 79%);
  }

  .navbar.wwpdc {
    background-image: linear-gradient(338deg, var(--purple) 4%, var(--gold) 53%);
  }

  .logo-tdc-main.color {
    display: none;
  }

  .logo-tdc-main.white {
    display: block;
  }

  .sticky-nav {
    position: sticky;
  }

  .icon-drop-arrow {
    color: #a5a5a5;
    margin-top: 21px;
    margin-left: -21px;
    display: block;
    inset: 0% 0% auto auto;
  }

  .menu-button {
    padding: 0;
    transition: all .5s;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .menu-button.w--open {
    background-color: var(--bright-pink);
  }

  .burger {
    width: 60px;
    height: 60px;
    box-shadow: none;
    background-color: #0000;
    border-radius: 0;
  }

  .b4-bar1 {
    background-color: var(--white);
    width: 10px;
    height: 2px;
  }

  .b4-bar-2 {
    background-color: var(--white);
    width: 20px;
    height: 2px;
  }

  .b4-bar3 {
    background-color: var(--white);
    width: 10px;
    height: 2px;
  }

  .nav-link-wrapper {
    height: auto;
    box-shadow: 0 0 10px 3px #000000a8;
  }

  .slider-mask {
    height: 350px;
  }

  .slide-image-wrapper {
    overflow: hidden;
  }

  .hp-feature-wrapper {
    background-color: #0000;
    background-image: linear-gradient(to top, #000000b3 67%, #0000);
    border-left-style: none;
    width: 100%;
    min-height: 200px;
    padding: 20px 50px 30px;
    position: absolute;
    inset: auto 0% 0%;
  }

  .right-arrow {
    display: none;
  }

  .title-featured-line {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .title-featured-line.center.top-bottom {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .left-arrow {
    display: none;
  }

  .button-wrap {
    margin-top: 20px;
  }

  .mobile-nav-sub {
    flex-wrap: wrap;
    align-items: center;
    font-size: .75em;
    display: flex;
  }

  .section-about {
    background-size: 65%, contain, auto;
    padding-bottom: 100px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .column._35 {
    width: 100%;
  }

  .column._35.right-pad {
    width: 100%;
    padding-right: 0;
  }

  .column._65 {
    width: 100%;
  }

  .column._25.right-pad {
    width: 100%;
    padding-right: 0;
  }

  .column._25.right-pad.val-top {
    width: 25%;
    padding-right: 20px;
  }

  .column._50 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .column._50.message {
    order: -1;
    width: 100%;
    margin-left: 0;
    padding-left: 50px;
    padding-right: 50px;
  }

  .column._40.tdcl {
    width: 100%;
  }

  .divider-line {
    margin-bottom: 20px;
  }

  .divider-line._20.mb {
    margin-bottom: 40px;
  }

  .section-classes {
    padding: 20px 50px 10px;
  }

  .class-card-wrapper {
    width: 24%;
  }

  .class-card-wrapper:hover {
    color: var(--purple);
  }

  .class-card-desc {
    align-items: center;
  }

  .section-blue {
    background-size: contain, 65%, auto, cover;
    margin-bottom: 2px;
    padding: 100px 50px 80px;
  }

  .section-blue.elite {
    padding-right: 50px;
  }

  .section-callouts {
    margin-bottom: 2px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 4px;
    padding-right: 4px;
  }

  .call-out {
    border-top-width: 4px;
    border-bottom-width: 4px;
    width: 50%;
  }

  .section-tdc-life-old {
    background-position: 100% 100%;
    background-size: 80%;
    flex-direction: column-reverse;
  }

  .image-fit {
    object-position: 50% 0%;
  }

  .social-media-wrapper {
    margin-top: 20px;
  }

  .footer-studio-link-wrapper.tdc:hover {
    background-color: var(--tdc-pink);
  }

  .footer-studio-link-wrapper.elite:hover {
    background-color: var(--tdc-blue);
  }

  .footer-studio-link-wrapper.wwpdc:hover {
    background-color: var(--gold);
  }

  .ft-col {
    width: 100%;
    padding: 20px 50px;
  }

  .ft-col.first {
    padding-top: 40px;
  }

  .foot-link {
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 1.1em;
  }

  .foot-link:hover {
    color: #000;
  }

  .ft-phone-link:hover {
    color: var(--tdc-pink);
  }

  .ft-address-link:hover {
    color: #000;
  }

  .signature {
    width: 30%;
  }

  .main-background-wrapper.pink-purple, .main-background-wrapper.elite {
    display: none;
  }

  .main-content-wrapper.pink {
    padding-top: 0;
  }

  .content-interior-wrapper {
    padding-bottom: 20px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .main-wrapper {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .sidebar-wrapper {
    display: none;
  }

  .main.no-right {
    margin-right: 0;
  }

  .faculty-pic-wrapper {
    height: 140px;
  }

  .fac-name {
    border-right-style: none;
    margin-right: 0;
    padding-right: 0;
    font-size: 1.2em;
    display: block;
  }

  .dancer-quote {
    font-size: 1.4em;
  }

  .dancer-quote.name {
    font-size: 1em;
  }

  .dancer-quote.name.nt {
    font-size: .9em;
  }

  .section-rule.nt-mb.class-offer {
    margin-bottom: 40px;
  }

  .class-jump {
    padding-left: 0;
    padding-right: 0;
  }

  .class-jump:hover {
    background-color: #0000;
  }

  .class-length {
    color: #000;
  }

  .class-length.mt {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .mix._33 {
    align-self: stretch;
  }

  .class-card-link.pink {
    height: 100%;
  }

  .class-card-link.pink:hover {
    background-color: #cc30cc26;
  }

  .class-card-link.blue:hover {
    background-color: #00aeef21;
  }

  .class-card-link.gold:hover {
    background-color: #f9a41a21;
  }

  .elite-menu-btn {
    width: 60px;
    height: 60px;
    padding: 0;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .elite-menu-btn.w--open {
    background-color: var(--tdc-blue);
  }

  .expect-col {
    margin-bottom: 50px;
    padding-bottom: 0;
  }

  .expect-btn {
    margin-top: 10px;
    margin-left: 0;
    font-size: .8em;
    font-weight: 300;
    position: relative;
  }

  .section-elite-events {
    padding-left: 50px;
    padding-right: 50px;
  }

  .wwpdc-menu-btn {
    width: 60px;
    height: 60px;
    padding: 0;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .wwpdc-menu-btn.w--open {
    background-color: var(--gold);
  }

  .section {
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section.tdc {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section.elite {
    padding-top: 0;
  }

  .interior-main-wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }

  .page-image-wrapper {
    border-radius: 0;
    padding-top: 0;
  }

  .learn-more-btn:hover {
    color: var(--tdc-pink);
  }

  .class-title-jump {
    font-size: 1em;
    line-height: 1.2em;
  }

  .inline {
    float: left;
    display: block;
  }

  .block {
    padding-left: 20px;
    display: block;
  }

  .section-tdc-life {
    padding-left: 50px;
    padding-right: 50px;
  }

  .italic-text {
    font-weight: 300;
  }

  .tdclife-image-wrapper {
    margin-top: -4px;
  }

  ._50 {
    width: 33%;
  }

  .contact-blocks, .team-wrapper {
    flex-wrap: wrap;
  }

  .special-announcement-wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media screen and (max-width: 767px) {
  .brand {
    padding-left: 0;
  }

  .nav-link.btn.body {
    margin-bottom: 10px;
  }

  .nav-link.btn.wide {
    font-size: .9em;
    line-height: .9em;
  }

  .nav-link.sub {
    width: 50%;
  }

  .nav-link._50.elite {
    color: var(--white);
  }

  .nav-link._50.tdc {
    padding-left: 10px;
    padding-right: 20px;
  }

  .hero-image {
    object-fit: cover;
    position: relative;
    overflow: hidden;
  }

  .section-about {
    background-size: 80%, contain, auto;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .column._25 {
    width: 100%;
    padding-top: 20px;
  }

  .column._25.right-pad.val-top {
    float: left;
    clear: left;
    flex-flow: wrap;
    justify-content: flex-start;
    width: 100%;
    padding-top: 0;
    padding-bottom: 20px;
    padding-right: 0;
  }

  .column._50 {
    text-align: left;
    width: 100%;
  }

  .column._50.mr, .column._75 {
    width: 100%;
  }

  .column.flex {
    flex: 0 auto;
    width: 100%;
  }

  .main-content {
    padding: 40px 20px;
  }

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

  .class-card-wrapper {
    width: 30%;
  }

  .section-blue {
    background-size: contain, 80%, auto, cover;
    padding-bottom: 60px;
  }

  .section-blue.elite-bg {
    background-size: 60%, contain, auto, cover;
  }

  .value-wrapper {
    float: left;
    clear: none;
    margin-right: 5px;
    display: inline;
  }

  .section-callouts.wwpdc {
    flex-wrap: wrap;
    margin: 20px 0;
    padding: 0 10px;
  }

  .footer-studio-link-wrapper.wwpdc {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ft-col {
    padding-bottom: 0;
  }

  .foot-link {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .signature {
    width: 40%;
  }

  .content-interior-wrapper {
    padding-bottom: 20px;
  }

  .top-round {
    display: none;
  }

  .faculty-wrapper {
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    flex-wrap: wrap;
    padding: 0 0 40px;
  }

  .faculty-wrapper.no-bottom {
    justify-content: center;
    padding-right: 4px;
  }

  .faculty-pic-wrapper {
    width: 50%;
    height: auto;
    max-height: none;
    margin-bottom: 16px;
  }

  .faculty-pic-wrapper.sm {
    width: 100%;
    height: auto;
    margin-bottom: 0;
  }

  .fac-bio-wrapper {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .fac-bio-wrapper.sm {
    padding-left: 0;
  }

  .fac-name.noline {
    font-size: .9em;
    line-height: 1.2em;
  }

  .fac-title.block {
    padding-top: 2px;
    font-size: .75em;
    line-height: .8em;
  }

  .section-rule.nt-mb {
    margin-bottom: 50px;
  }

  .class-jump {
    flex-wrap: wrap;
    width: 100%;
  }

  .cj-title {
    width: 100%;
    padding-bottom: 6px;
    font-size: 1.4em;
    font-weight: 400;
  }

  .cj-level {
    flex: 0 auto;
    width: 100%;
    margin-bottom: 4px;
    padding-top: 4px;
  }

  .right-arrow-wrapper {
    padding-right: 0;
    display: none;
  }

  .class-jump-outter-wrapper {
    flex-wrap: wrap;
    display: flex;
  }

  .mix-container {
    flex-wrap: wrap;
    min-height: auto;
  }

  .mix {
    margin-right: 0;
  }

  .mix._33 {
    align-self: stretch;
    width: 47%;
    margin-right: 10px;
  }

  .filter-button {
    margin-right: 6px;
    padding: 10px 12px;
  }

  .wrapper-bottom {
    margin-bottom: 40px;
  }

  .expect-col {
    padding-left: 0;
    padding-right: 0;
  }

  .date-off-wrapper {
    width: 33%;
  }

  .class-thumb-wrapper {
    width: 100%;
    max-height: 180px;
    margin-bottom: 14px;
    overflow: hidden;
  }

  .section-elite-events {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .mt {
    margin-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-form {
    padding: 40px 20px;
  }

  .section {
    padding: 0 0 40px;
  }

  .interior-main-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .learn-more-btn.nm.sm {
    display: none;
  }

  .classjump {
    width: 100%;
  }

  .class-title-jump {
    font-size: 1em;
    line-height: 1em;
  }

  .section-tdc-life {
    padding-top: 31px;
  }

  .discount._15 {
    flex: 0 auto;
  }

  .mb {
    margin-bottom: 40px;
  }

  .portrait-wrapper {
    width: 125px;
    height: 125px;
  }

  ._50 {
    text-align: center;
    width: 30%;
  }

  .lightbox-image {
    width: 25%;
    max-height: 100px;
  }

  .c-block {
    width: 48%;
  }

  .col1 {
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .team-block {
    width: 100%;
  }

  .team-block._25.nl {
    border-right-style: none;
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0%;
  }

  .elite-name {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .brand {
    width: 220px;
    padding-top: 6px;
    padding-left: 0;
  }

  .nav-link.btn {
    width: 100%;
  }

  .nav-link.btn.wide {
    line-height: 1.2em;
  }

  .nav-link._50.elite {
    padding-right: 20px;
  }

  .nav-link._50.wwpdc {
    padding-left: 30px;
    padding-right: 20px;
  }

  .navbar {
    justify-content: center;
  }

  .sticky-nav {
    padding: 0;
  }

  .hp-feature-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-about {
    background-size: 100%, contain, auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .column._25 {
    width: 100%;
    padding-top: 20px;
  }

  .column._50 {
    margin-top: 0;
    margin-bottom: 4px;
  }

  .column._50.message {
    padding-left: 20px;
    padding-right: 20px;
  }

  .column._50.mr {
    padding-right: 0;
  }

  .section-classes {
    padding-left: 10px;
    padding-right: 10px;
  }

  .class-card-wrapper {
    width: 49%;
  }

  .section-blue {
    background-size: contain, 100%, auto, cover;
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-blue.elite {
    padding-right: 20px;
  }

  .section-blue.elite-bg {
    background-size: 60%, contain, auto, cover;
  }

  .value-wrapper {
    clear: none;
    margin-right: 5px;
  }

  .section-callouts {
    margin-bottom: 4px;
  }

  .call-out {
    width: 100%;
  }

  .section-tdc-life-old {
    background-size: contain;
  }

  .tdclife {
    font-size: 1em;
    top: -10px;
  }

  .section-studios {
    flex-wrap: wrap;
  }

  .footer-studio-link-wrapper {
    padding: 30px;
  }

  .footer-studio-link-wrapper.tdc {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-studio-link-wrapper.wwpdc {
    padding-left: 10px;
    padding-right: 10px;
  }

  .ft-col {
    padding-left: 20px;
    padding-right: 20px;
  }

  .signature {
    width: 60%;
  }

  .main-content-wrapper.pink {
    padding-bottom: 20px;
  }

  .content-interior-wrapper {
    padding: 20px;
  }

  .faculty-wrapper.no-bottom {
    justify-content: center;
  }

  .faculty-pic-wrapper.sm {
    width: 100%;
    height: auto;
    margin-bottom: 0;
  }

  .fac-name.noline {
    text-align: center;
    font-size: .85em;
  }

  .fac-title.block {
    text-align: center;
    font-size: .7em;
    line-height: .7em;
  }

  .class-jump {
    flex-wrap: wrap;
    width: 100%;
  }

  .right-arrow-wrapper {
    display: none;
  }

  .class-d-wrapper {
    flex-wrap: wrap;
  }

  .mix._33 {
    width: 100%;
  }

  .date-off-wrapper {
    width: 5100%;
  }

  .class-thumb-wrapper {
    max-height: 140px;
  }

  .section-elite-events {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .interior-main-wrapper {
    padding: 20px;
  }

  .learn-more-btn.nm.sm {
    font-size: .7em;
    display: none;
  }

  .classjump {
    width: 100%;
  }

  .section-tdc-life {
    padding: 15px 20px 40px;
  }

  .discount {
    font-size: .78em;
  }

  .announcement-wrapper {
    margin-left: -20px;
    margin-right: -20px;
  }

  .mb {
    margin-bottom: 40px;
  }

  .portrait-wrapper {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
    margin-right: 20px;
  }

  ._50 {
    width: 50%;
  }

  .lightbox-image {
    width: 33%;
  }

  .c-block {
    width: 100%;
    margin-right: 0;
  }

  .team-block, .team-block._25.nl {
    width: 100%;
  }

  .special-announcement-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#w-node-_5ad2e535-3aaf-bd87-7aa7-76af5255e203-2cc6eb95 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 479px) {
  #w-node-_5ad2e535-3aaf-bd87-7aa7-76af5255e1f3-2cc6eb95, #w-node-_5ad2e535-3aaf-bd87-7aa7-76af5255e1f7-2cc6eb95, #w-node-_5ad2e535-3aaf-bd87-7aa7-76af5255e1fb-2cc6eb95, #w-node-_5ad2e535-3aaf-bd87-7aa7-76af5255e1ff-2cc6eb95 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}