@charset "UTF-8";
/* Scss Document */
/* OCH BLUE #114C88 */
/* OCH GRAY #114C88  */
/* SITE MAIN BLUE $blue */
/* COPY GRAY FONT #808185 */
/* Dark Purple #5A3181 */
/* Kaleida Blue #005b82 */
.none {
  display: none;
}

.hidden {
  display: none;
}

body {
  background: #000;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
}

h1, h2 {
  font-weight: 100;
  color: #EB098A;
  width: 100%;
  /*font-family: 'Josefin Slab', serif;
  */
}

h1 {
  font-size: 3.6rem;
}

h2 {
  font-size: 2.4rem;
  line-height: 3.1rem;
  margin-bottom: 2rem;
}

h3 {
  font-size: 1.7rem;
  line-height: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

h4 {
  font-size: 1.2rem;
  line-height: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

h5 {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

p {
  font-weight: 400;
}

a {
  color: #00DFF2;
  text-decoration: none;
  transition: all 0.5s linear;
}

a:hover {
  color: #9E72B5;
  text-decoration: none;
}

img.float-right {
  margin-left: 2rem;
  margin-bottom: 1rem;
}

.container-fluid {
  padding: 5rem 20%;
}

#hero {
  min-height: 40vh;
  box-sizing: border-box;
  text-align: center;
  display: flex;
}
#hero h1 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  z-index: 100;
}

.btn {
  border: #200021 solid 1px;
  background-color: #200021;
  color: #fff;
}

.alert {
  font-size: 14px;
}

/*colors*/
.pink {
  color: #EB098A;
}

.black {
  color: #000;
}

main {
  background: url(../images/bkg-page.jpg) no-repeat bottom center;
  padding-bottom: 3rem;
}

#hero {
  position: relative;
  overflow: hidden;
  background-size: cover;
  /*margin-top: -40px;
        height: 250px;*/
}
#hero::after { /*allows for a transparent background image*/
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.3;
}
#hero h1 {
  margin: 0;
}

#submenu {
  padding-top: 0;
}

#submenu.sticky-top {
  top: 60px !important;
  /*		background:lighten($black, 10%);
  */
  background: #EB098A; /* fallback for old browsers */ /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #3c1053, #EB098A); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  font-size: 14px;
  text-transform: uppercase;
  padding: 0rem 2rem;
}
#submenu.sticky-top .nav-pills .nav-link.active, #submenu.sticky-top .nav-pills .show > .nav-link {
  background-color: #520054;
  border-radius: 0;
}
#submenu.sticky-top a {
  color: rgba(255, 255, 255, 0.6);
}

/*ACCORDIANS*/
.schedule .card, .studioaccordion .card, .archive .card {
  float: left;
}

.card {
  background: transparent !important;
  color: #fff !important;
  border: none;
  border-radius: 0;
}
.card .card-header {
  background: rgba(255, 255, 255, 0.1) !important;
  padding: 0.75rem;
  margin: 0;
  border: rgba(255, 255, 255, 0.3) solid 1px;
  font-size: 1.2rem;
}
.card .card-header a {
  color: #fff;
  text-decoration: none;
}
.card .card-header a h3 {
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0;
}
.card .card-header a h3:before {
  float: right !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f007";
  padding-right: 5px;
}
.card .card-header.odd {
  background: rgba(255, 255, 255, 0.02) !important;
}
.card .card-header.odd.active {
  background: #9D50BB !important; /* fallback for old browsers */ /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #6E48AA, #9D50BB) !important; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.card-header a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  transition: all 0.5s;
  float: right;
  font-weight: 900;
}

.card-header.active {
  background: #9D50BB !important; /* fallback for old browsers */ /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #6E48AA, #9D50BB) !important; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.card-header.active a:before {
  transform: rotate(180deg);
}

.card-body {
  border: 1px solid rgba(255, 255, 255, 0.3);
  overflow: auto;
  padding: 0;
  font-weight: 400;
}
.card-body .card {
  padding: 0;
}
.card-body .card .card-header, .card-body .card .card-body {
  border: none;
  border-right: 1px solid rgba(157, 80, 187, 0.3);
  padding: 1rem;
}
.card-body .card .card-body {
  padding-top: 0;
}
.card-body .card .card-header {
  background: none !important;
  color: #EB098A;
  font-size: 1.1rem;
}
.card-body .card ul {
  list-style-type: none;
  padding: 0;
}
.card-body .card ul li {
  padding: 0.5rem;
  /*border-bottom:1px solid rgba($white, .3);*/
}
.card-body .card ul li:nth-child(odd) {
  background: #520054;
}

.quote {
  margin: 0 20% 2rem 20%;
  position: relative;
  padding-bottom: 2rem;
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
}
.quote:first-child {
  margin-top: 0;
}
.quote::before {
  content: open-quote;
  font-weight: 700;
  position: absolute;
  display: block;
  left: -35px;
  font-size: 50px;
  z-index: 0;
  top: -20px;
  color: rgba(235, 9, 138, 0.4);
}
.quote::after {
  content: close-quote;
  font-weight: 700;
  display: block;
  position: absolute;
  right: 5px;
  font-size: 50px;
  z-index: 0;
  bottom: -5px;
  color: rgba(235, 9, 138, 0.4);
}

@media only screen and (max-width: 1200px) {
  .container-fluid {
    padding: 5rem 15%;
  }
}
@media only screen and (max-width: 992px) {
  .container-fluid {
    padding: 5rem 10%;
  }
  #submenu.sticky-top {
    top: 40px !important;
  }
  .quote {
    margin: 0 10% 2rem 10%;
  }
}
@media only screen and (max-width: 536px) {
  .row {
    margin: 0;
  }
}
@media only screen and (max-width: 414px) {
  #home .row {
    margin: 0 !important;
  }
  .navbar-brand {
    padding-bottom: 0 !important;
  }
  h2 {
    font-size: 1.7rem !important;
    line-height: 2rem !important;
  }
  #hero {
    min-height: 150px;
    margin-top: 0;
  }
  #hero h1 {
    font-size: 2.1rem;
    line-height: 2.2rem;
  }
  #hero .container-fluid {
    padding: 3rem 5% !important;
  }
  #hero::after {
    background-position: center center;
  }
  #submenu {
    padding: 0 !important;
  }
  #submenu li {
    width: 50% !important;
  }
}
header .phone a {
  color: pink !important;
  font-weight: 700;
  margin-left: 1rem;
  transition: all 0.5s linear;
}
header .phone a:hover {
  color: #9E72B5;
  text-decoration: none;
}

nav {
  background: rgba(0, 0, 0, 0.6);
  padding-right: 1rem !important;
}
nav .navbar-brand {
  width: 250px;
}
nav a {
  color: #fff;
}
nav .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://ww…p='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
nav .fa-bars {
  color: #EB098A;
}
nav .navbar-nav li {
  padding: 0 10px !important;
  font-weight: 200;
}

@media only screen and (max-width: 1068px) {
  header .phone a {
    margin: 0;
  }
  header nav .navbar-nav li {
    font-size: 14px;
    padding: 0 6px !important;
  }
}
@media only screen and (max-width: 2000px) {
  header nav {
    background: rgba(0, 0, 0, 0.75) !important;
    padding-right: 0 !important;
  }
  header nav .navbar-nav li {
    font-size: 16px;
    padding: 0 6px !important;
  }
}
@media only screen and (max-width: 1200px) {
  header nav {
    background: rgba(0, 0, 0, 0.75) !important;
    padding-right: 0 !important;
  }
  .navbar {
    padding: 0;
  }
  .navbar-collapse {
    background: rgba(0, 0, 0, 0.9);
    padding: 0.5rem;
  }
  .navbar-brand {
    padding-left: 2%;
  }
  .navbar-toggler {
    padding-right: 2%;
    position: absolute;
    right: 0;
    top: 0.35rem;
  }
  header .phone {
    position: absolute;
    right: 80px;
    top: 0.65rem;
  }
}
@media only screen and (max-width: 1250px) {
  header .phone {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  header .phone {
    display: block;
  }
}
@media only screen and (max-width: 586px) {
  header nav {
    background: rgba(0, 0, 0, 0.9) !important;
  }
  header .phone {
    display: none;
  }
}
@media only screen and (max-width: 414px) {
  header .phone {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 0.25rem 0.25rem 0.5rem 0.25rem;
    right: 0;
    top: 0;
  }
  header .phone a {
    margin-left: 0rem !important;
  }
}
#home h2 {
  font-weight: 100;
  color: #EB098A;
  margin-bottom: 2rem;
}
#home section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
#home header {
  position: relative;
  width: 100%;
  height: 60vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed; /*allows divs below to cover background on scroll */
  background-image: url(../images/hero/hero-oh-xl.jpg);
  /*		padding-top: 200px;*/
  display: flex;
  align-items: center;
  justify-content: center;
}
#home main {
  background-image: none !important;
}

#hero-home {
  position: relative;
  /*	height: 100%;
  */
  display: block;
  text-align: left;
  margin-top: 0;
}
#hero-home .btn {
  margin: 20px 0 0 0;
  background-color: #EB098A; /* fallback for old browsers */ /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #3c1053, #EB098A) !important; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
#hero-home #dancer {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-image: url(../images/dancer.svg);
  background-repeat: no-repeat;
  background-position: 0 55px;
  background-size: 300px auto;
}
#hero-home #logo {
  width: 500px;
  margin: -25px 0 0 35px;
}
#hero-home h2 {
  color: #fff;
  font-size: 20px;
  margin: 3px 0 0 120px;
}
#hero-home p {
  width: 100%;
  font-size: 14px;
  z-index: 10;
  position: relative;
  font-weight: 200;
}
#hero-home header {
  position: relative;
  width: 100%;
  height: 80vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  /*background-image: url(images/hero/header2.jpg);*/
  /*padding-top: 200px;*/
}
#hero-home header .container-fluid {
  padding: 40px 35% 0 15% !important;
}
#hero-home #left {
  display: inline-block;
  float: left;
}
#hero-home #right {
  display: block;
  float: left;
}
#hero-home #first {
  display: inline-block;
  font-size: 9rem;
  font-weight: 100;
  line-height: 120px;
  margin: 0 0 0 0;
  text-align: center;
  background: -webkit-linear-gradient(#fff, #EB098A);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: bounceIn 1s; /* Safari 4.0 - 8.0 */
  animation-delay: 0.5s;
  text-align: center;
}
#hero-home #first-open {
  display: block;
  font-size: 30px;
  font-weight: 100;
  line-height: 30px;
  margin: 0 0 0 0;
  text-align: center;
  background: -webkit-linear-gradient(#fff, #EB098A);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: bounceIn 1s; /* Safari 4.0 - 8.0 */
  animation-delay: 0.5s;
  text-align: center;
}
@keyframes bounceIn {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  60% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
  }
}
#hero-home #second {
  display: block;
  font-size: 2.2rem;
  color: #EB098A;
  letter-spacing: 0.5rem;
  margin-top: 1rem;
  font-weight: 200;
  animation: fadeIn 2s linear; /* Safari 4.0 - 8.0 */
  animation-delay: 1s;
  text-align: center;
  opacity: 0;
  animation-fill-mode: forwards;
}
#hero-home #second-open {
  display: block;
  font-size: 7rem;
  line-height: 70px;
  font-family: "Dancing Script", cursive;
  color: #EB098A;
  font-weight: 200;
  animation: fadeIn 2s linear; /* Safari 4.0 - 8.0 */
  animation-delay: 1s;
  text-align: center;
  opacity: 0;
  animation-fill-mode: forwards;
  margin-bottom: 20px;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#hero-home #third {
  animation: fadeIn 4s linear; /* Safari 4.0 - 8.0 */
  animation-delay: 2s;
  text-align: center;
  opacity: 0;
  animation-fill-mode: forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#hero-home #third img {
  height: 150px;
  width: auto;
  margin-top: 0rem;
  margin-left: -2rem;
  /*position: absolute;
  right: 40%;
  top: 70px;*/
}
#hero-home #fourth {
  padding: 10px 55% 20% 0;
  font-size: 14px;
  color: #fff;
  font-weight: 100;
  animation: fadeIn 4s linear; /* Safari 4.0 - 8.0 */
  animation-delay: 3s;
  text-align: center;
  opacity: 0;
  animation-fill-mode: forwards;
}
#hero-home #fourth-open {
  padding: 0;
  font-size: 14px;
  color: #fff;
  font-weight: 100;
  animation: fadeIn 4s linear; /* Safari 4.0 - 8.0 */
  animation-delay: 3s;
  text-align: center;
  opacity: 0;
  animation-fill-mode: forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.openhouse {
  font-size: 20px;
  padding-top: 2rem;
}

.openhouse .head {
  font-size: 27px;
  text-transform: uppercase;
}

#social, #call {
  background: #000;
  text-align: center;
  font-weight: 100;
  font-size: 1.6rem;
  padding: 1rem 0 !important;
  color: #9E72B5;
}
#social a, #call a {
  color: #9E72B5;
}
#social a :hover, #call a :hover {
  color: #00DFF2 !important;
}
#social .svg-inline--fa, #call .svg-inline--fa {
  margin-left: 10px;
}

#why {
  /*background: url(../images/color-corner-right.jpg);
  background-position: right top;
     background-repeat: no-repeat;
  background-size: cover;*/
  padding: 0 20% 0 0 !important;
}
#why h2 {
  display: block;
  margin-left: -100px;
}
#why .collage {
  position: relative;
  overflow: hidden;
  background-size: cover;
  padding: 5rem 15px 5rem 20%;
}
#why .collage::after { /*allows for a transparent background image*/
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.1;
  background-image: url(../images/paisley-2.png);
  background-repeat: no-repeat;
  background-position: -10px -20px;
  background-size: 90% auto;
}
#why .collage .photo-1, #why .collage .photo-2 {
  position: relative;
  z-index: 2;
  box-shadow: 0px -1px 17px 3px rgba(235, 9, 138, 0.58);
  -webkit-box-shadow: 0px -1px 17px 3px rgba(235, 9, 138, 0.58);
  -moz-box-shadow: 0px -1px 17px 3px rgba(235, 9, 138, 0.58);
}
#why .collage .photo-1 {
  height: 200px;
  left: 0px;
  top: 10px;
  transform: rotate(-10deg);
}
#why .collage .photo-2 {
  height: 180px;
  right: -20px;
  top: 60px;
  transform: rotate(10deg);
}
#why .details {
  padding: 5rem 15px;
}
#why .btn {
  border: #EB098A solid 1px;
  background-color: #EB098A;
  color: #fff;
}

#testimonials {
  background: rgba(235, 9, 138, 0.4);
  background-size: cover;
  position: relative;
  overflow: hidden;
  position: relative !important;
  min-height: 380px;
}
#testimonials::before { /*allows for a transparent background image*/
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.09;
  background-image: url(../images/testimonials-bkg-xl.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
#testimonials .carosel {
  height: 100px;
}
#testimonials .btn {
  z-index: 100;
}
#testimonials h2 {
  color: #fff !important;
  text-align: center !important;
  width: 100%;
}
#testimonials p {
  font-weight: 500;
  font-size: 1.2rem;
  z-index: 300;
  position: relative;
}
#testimonials #testimonialcarousel::before {
  content: open-quote;
  font-weight: 700;
  position: absolute;
  display: block;
  left: -45px;
  font-size: 120px;
  z-index: 0;
  top: -60px;
  color: rgba(0, 0, 0, 0.4);
}
#testimonials #testimonialcarousel::after {
  content: close-quote;
  font-weight: 700;
  display: block;
  position: absolute;
  right: 5px;
  font-size: 120px;
  z-index: 0;
  bottom: -100px;
  color: rgba(0, 0, 0, 0.4);
}

#location {
  background: #fff;
  color: #000;
}

#collage {
  background: url(../images/footer-collage.jpg) no-repeat top center;
  background-size: 100% auto;
  text-align: center !important;
}
#collage .photo-1, #collage .photo-2, #collage .photo-3 {
  position: relative;
  z-index: 2;
  box-shadow: 0px -1px 17px 3px rgba(235, 9, 138, 0.58);
  -webkit-box-shadow: 0px -1px 17px 3px rgba(235, 9, 138, 0.58);
  -moz-box-shadow: 0px -1px 17px 3px rgba(235, 9, 138, 0.58);
}
#collage .photo-1 {
  left: 12%;
  margin: 0 auto;
  transform: rotate(-10deg);
}
#collage .photo-2 {
  margin: 0 auto;
  right: -20px;
  transform: rotate(3deg);
}
#collage .photo-3 {
  z-index: 0;
  right: 8%;
  margin: 0 auto;
  transform: rotate(10deg);
}

.google-maps {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

@media only screen and (max-width: 2150px) {
  #home header {
    background-position: center center;
  }
}
@media only screen and (max-width: 1920px) {
  #hero-home #fourth {
    padding: 5% 50% 20% 10%;
  }
}
@media only screen and (max-width: 1700px) {
  #home header {
    height: 80vh;
  }
}
@media only screen and (max-width: 1500px) {
  #home header {
    /*padding-top: 300px !important;*/
  }
  #home header .container-fluid {
    padding: 40px 15% 0 15% !important;
  }
  #hero-home #first {
    font-size: 7rem;
  }
  #hero-home #second {
    font-size: 1.5rem;
  }
  #hero-home #fourth {
    padding: 5% 55% 20% 5%;
  }
  #hero-home #dancer {
    background-position: 140px 55px;
  }
  #hero-home #logo {
    width: 400px;
    margin: -25px 0 0 35px;
  }
  #hero-home p {
    margin: 0 0 0 0;
    width: 100%;
    font-size: 14px;
    z-index: 10;
    position: relative;
    text-align: center;
  }
  #why h2 {
    margin-left: -60px;
  }
  #why .collage {
    padding: 4rem 15px 4rem 12%;
  }
}
@media only screen and (max-width: 1200px) {
  #home header .container-fluid {
    padding: 40px 10% 0 10px !important;
  }
  #hero-home header .container-fluid {
    padding: 40px 15% 0 10% !important;
  }
  #hero-home #second {
    margin-top: 0rem;
  }
  #hero-home #fourth {
    padding: 5% 45% 20% 5%;
  }
  #why {
    padding-right: 10%;
  }
  #why .collage {
    padding: 4rem 15px 4rem 10%;
  }
  #why h2 {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 992px) {
  #home header .container-fluid {
    padding: 40px 10% !important;
  }
  #hero-home h2 {
    font-size: 18px;
    margin: 1px 0 0 100px;
  }
  #hero-home #dancer {
    background-position: 30px 10px;
    background-size: 60% auto;
  }
  #hero-home #logo {
    width: 80%;
    margin: -25px 0 0 25px;
  }
  #why h2 {
    display: block;
    margin-left: 0;
  }
  #why {
    padding-right: 10%;
  }
  #why .collage {
    padding: 4rem 15px 4rem 8%;
  }
  #why h2 {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 920px) {
  #home header {
    background-position: 0px top;
    /*padding-top: 120px !important;*/
    height: 600px;
    background-size: 110%;
  }
  #hero-home #first {
    font-size: 6rem;
  }
  #hero-home #second {
    font-size: 1.25rem;
  }
  #hero-home #third img {
    height: 140px;
    margin-left: -100px;
  }
  #why .collage .photo-2 {
    right: 20px;
    top: 150px;
  }
}
@media only screen and (max-width: 850px) {
  #why .collage .photo-2 {
    right: -90px;
    top: -20px;
  }
}
@media only screen and (max-width: 768px) {
  h2 {
    font-size: 2rem;
    Line-height: 2.2rem;
  }
  #home header {
    height: 520px;
    background-image: url("../images/hero/hero-oh-md.jpg") !important;
    background-position: top center !important;
    background-size: 110% auto !important;
    /*padding-top: 130px !important;*/
  }
  #home header .container-fluid {
    padding: 0 6% !important;
  }
  #hero-home #first {
    font-size: 5rem;
    line-height: 90px;
  }
  #hero-home #second {
    letter-spacing: 0.25rem;
  }
  #hero-home #third img {
    height: 130px;
    margin-left: -120px !important;
    margin-top: 10px;
    float: left;
  }
  #hero-home #fourth {
    padding: 5% 45% 20% 0%;
  }
  #left {
    padding-right: 0%;
  }
  #first-open {
    font-size: 20px;
    text-align: center !important;
  }
  #second-open {
    font-size: 5rem;
    line-height: 50px;
    /*			margin-bottom: 60px !important;
    */
  }
  p {
    width: 100%;
    font-size: 14px;
    z-index: 10;
    position: relative;
  }
  #right {
    display: block;
    float: left;
    width: 50%;
  }
  #dancer {
    background-position: 125px 10px;
    background-size: 32% auto;
  }
  #logo {
    width: 60%;
  }
  main .container-fluid {
    padding: 3rem 8% 0 8% !important;
  }
  #why {
    padding: 0 8% !important;
  }
  #why .fa-ul, #why h2 {
    margin-left: 0;
  }
  #why .collage::after { /*allows for a transparent background image*/
    background-position: 50% 360px;
    background-size: 95% auto;
    transform: rotate(180deg);
    width: 100%;
    height: 200%;
  }
  #why .collage .photo-1 {
    left: 10%;
    top: 10px;
  }
  #why .collage .photo-2 {
    right: -10%;
    top: -10px;
  }
  #why .details {
    padding: 0 15px 2rem 15px;
  }
  #why .btn {
    margin: 10px 30px 0 0px;
    width: 100%;
  }
  #social, #call {
    font-size: 1.1rem;
  }
  #testimonials {
    min-height: 300px;
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  #testimonials .carousel {
    height: 150px;
  }
  #testimonials p {
    font-size: 1rem;
  }
  #testimonials .btn {
    margin-bottom: 2rem;
    position: absolute;
    bottom: 0;
  }
  #collage .photo-1 {
    left: 0%;
  }
  #collage .photo-2 {
    right: 0;
  }
  #call {
    padding: 1rem !important;
  }
  #why {
    padding-top: 2rem !important;
  }
  #why .collage {
    padding: 2rem 0px 2rem 0%;
  }
  #location {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}
@media only screen and (max-width: 736px) {
  #home header {
    height: 500px;
  }
  #home header #hero-home #dancer {
    background-image: none;
  }
  #home header #hero-home #third {
    text-align: right;
  }
  #home header #hero-home #right {
    display: none;
  }
  #why .collage .photo-1 {
    left: 0%;
  }
  #why .collage .photo-2 {
    right: 0%;
  }
}
@media only screen and (max-width: 667px) {
  #home header #hero-home #right {
    display: none;
  }
}
@media only screen and (max-width: 568px) {
  #home header {
    /*padding-top: 110px !important;*/
  }
  #home header .phone {
    display: none;
  }
  #home header #hero-home #first {
    margin: 0;
  }
  #home header #hero-home #first-open {
    font-size: 20px;
    text-align: center !important;
  }
  #home header #hero-home #second-open {
    font-size: 5rem;
    line-height: 50px;
    /*			margin-bottom: 30px !important;
    */
  }
  #home header #hero-home #third {
    display: none !important;
  }
  .google-maps {
    margin-bottom: 3rem;
  }
  #why .collage .photo-1 {
    height: 180px;
  }
  #why .collage .photo-2 {
    height: 160px;
  }
  #call iframe {
    width: 300px !important;
  }
}
@media only screen and (max-width: 414px) {
  #home header {
    height: 440px;
    /*padding-top: 80px !important;*/
    background-image: url(../images/hero/hero-oh-sm2.jpg) !important;
    background-position: 0 0;
    background-size: 130% auto !important;
  }
  #home header .openhouse {
    padding-top: 1rem;
  }
  #home header #hero-home {
    margin-top: 40px !important;
    padding: 2rem 6% !important;
  }
  #home header #hero-home #logo {
    display: none;
  }
  #home header #hero-home #first {
    font-size: 3.6rem;
    line-height: 50px;
    margin: 2rem 0 0 3%;
  }
  #home header #hero-home #second {
    font-size: 1rem;
  }
  #home header #hero-home h4 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
  #home header #hero-home #fourth {
    padding: 5% 45% 20% 0%;
    font-size: 12px;
  }
  #home header #hero-home #left {
    padding: 0 !important;
    display: block;
    float: left;
    width: 100%;
    /*padding-right: 30%;*/
  }
  #home header #hero-home p {
    /*margin:0 !important;*/
    font-size: 12px;
  }
  #social, #call {
    font-size: 1.1rem;
    line-height: 1.4rem;
    height: auto;
    padding-left: 4rem;
    padding-right: 4rem;
    padding: 1rem 2rem !important;
  }
  #why {
    padding: 0 !important;
  }
  #why .collage {
    padding: 1rem 15px 4rem 8%;
  }
  #why .collage .photo-1 {
    left: 20px;
  }
  #why .collage .photo-2 {
    height: 150px;
    right: 10px;
    top: 65px;
  }
  #why .details {
    padding: 0 5% 4rem 5%;
  }
  #why .collage::after {
    background-size: 120% auto;
  }
  #why .fa-ul {
    list-style-type: none;
    margin-left: 1.5em;
  }
  #why .btn {
    margin: 0 1.5rem;
    width: 85%;
  }
  #home h2 {
    font-size: 2.2rem;
    line-height: 2.3rem;
  }
  #home .carousel {
    padding: 15px;
  }
  #home main {
    padding-bottom: 0;
  }
  #testimonialcarousel::before {
    left: -25px !important;
    font-size: 90px !important;
    top: -30px !important;
  }
  #testimonialcarousel::after {
    font-size: 90px !important;
    bottom: -70px !important;
  }
  #testimonials {
    min-height: 430px !important;
  }
  #testimonials .btn {
    margin: 0 1.5rem;
    width: 90%;
    bottom: 2rem;
    left: 0;
  }
  #collage {
    background-size: 200% auto;
  }
  #collage .photo-1 {
    left: 0;
  }
  #collage .photo-2 {
    left: 0;
  }
  #collage .photo-3 {
    left: 0;
  }
  #call iframe {
    width: 370px !important;
  }
}
@media only screen and (max-width: 375px) {
  #home header {
    background-size: 140% auto !important;
  }
  #home header #hero-home {
    margin-top: 0 !important;
  }
  #home header #hero-home h2, #home header #hero-home #logo {
    display: none;
  }
  #home header #hero-home #first {
    font-size: 3.6rem;
    line-height: 50px;
    margin: 1rem 0 0 3%;
  }
  #home header #hero-home #second {
    font-size: 1rem;
    letter-spacing: 0;
  }
  #home header #hero-home #fourth {
    padding: 5% 25% 20% 0%;
    font-size: 12px;
  }
  #home header #hero-home #left {
    /*padding-right: 30%;*/
  }
  #home header #hero-home p {
    margin: 0;
    font-size: 13px !important;
  }
  #why {
    padding: 0 !important;
  }
  #why .collage {
    padding: 1rem 15px 4rem 8%;
    height: 300px;
  }
  #why .collage .photo-1 {
    left: 10px;
    height: 180px;
  }
  #why .collage .photo-2 {
    height: 130px;
    right: 10px;
    top: 65px;
  }
  #why .details {
    padding: 0 5% 4rem 5%;
  }
  #why .collage::after {
    background-position: 50% 320px;
  }
}
@media only screen and (max-width: 320px) {
  #home header {
    height: 420px;
    background-size: 160% auto !important;
  }
  #call iframe {
    width: 240px !important;
  }
}
body#studioinfo {
  /*margin-top: 40px;*/
}
body#studioinfo #hero::after { /*allows for a transparent background image*/
  background-image: url(../images/hero/about-sm.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 center;
}
body#studioinfo #about, body#studioinfo #team, body#studioinfo #studio {
  padding-top: 120px;
}

#about img {
  box-shadow: 0px -1px 17px 3px rgba(235, 9, 138, 0.58);
  -webkit-box-shadow: 0px -1px 17px 3px rgba(235, 9, 138, 0.58);
  -moz-box-shadow: 0px -1px 17px 3px rgba(235, 9, 138, 0.58);
  transform: rotate(6deg);
  margin-top: -40px;
}

#team {
  background: #1b001c;
  text-align: center !important;
  position: relative;
}
#team .col-sm-12 .mb-5, #team .row {
  z-index: 5;
}
#team h2 {
  color: #fff;
}
#team h3, #team h4 {
  margin-top: 1rem;
  margin-bottom: 0;
  color: #EB098A;
  font-weight: 100;
}

#studioaccordion .card-body, #tuitionaccordian .card-body {
  padding: 1rem !important;
}
#studioaccordion h4, #tuitionaccordian h4 {
  color: #EB098A;
  font-weight: 400;
}

.table-dark {
  background-color: #0d0d0d !important;
}

.table-hover tbody tr:hover {
  background-color: #f730a2;
}

table th {
  background: #340035 !important;
  text-transform: uppercase;
}
table td, table th {
  border-top: 1px solid rgba(255, 255, 255, 0.15) !important;
}

@media only screen and (max-width: 992px) {
  #about {
    margin-top: 0 !important;
  }
  #about img {
    width: 30%;
  }
}
@media only screen and (max-width: 568px) {
  #about img {
    width: 50%;
  }
  #team .col-sm-6 {
    max-width: 25%;
  }
  #team .col-sm-6 .img-fluid {
    max-width: 80%;
    height: auto;
  }
}
@media only screen and (max-width: 414px) {
  #team .col-sm-6 {
    max-width: 50%;
  }
}
@media only screen and (max-width: 320px) {
  #about img {
    width: 40%;
  }
}
body#classes {
  /*	margin-top: 40px;
  */
}
body#classes main {
  background: url(../images/bkg-page.jpg) no-repeat bottom center;
  padding-bottom: 3rem;
}
body#classes .container-fluid {
  padding-bottom: 0;
}
body#classes #hero::after { /*allows for a transparent background image*/
  background-image: url(../images/hero/classes.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 center;
}
body#classes .grid {
  margin: 2rem auto 0 auto;
}
body#classes .grid a {
  color: #fff;
}
body#classes .col-sm-3 {
  flex: 1 0 auto;
  padding: 0 !important;
  /*		.combo{
  			position: relative;
  			overflow: hidden;
  			background-size: cover;


  		&::after { 
  				content: "";
  				display: block;
  				position: absolute;
  				left: 0;
  				top: 0;
  				width: 100%;
  				height: 100%;
  				z-index: 1;
  				opacity: 0.3;
  				background-image: url(../images/hero/classes.jpg);
  				background-repeat: no-repeat;
  				background-size: cover;

  		}
  		}*/
}
body#classes .col-sm-3 :after {
  content: "";
  float: left;
  display: block;
  padding-top: 100%;
}
body#classes .row {
  display: flex;
}
body#classes .class-type {
  background: #84005D;
  /*		margin: 10px;
  */
  padding: 2rem;
  font-size: 1.3rem;
  line-height: 1.5rem;
  font-weight: 500;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
}
body#classes .class-type[aria-expanded=true] {
  background-color: #520054;
}
body#classes #attendance,
body#classes #schedule,
body#classes #attire {
  padding-top: 120px;
  margin-top: -40px;
}
body#classes #types {
  padding-top: 80px;
  margin-top: -40px;
}
body#classes .description {
  margin: 10px 0;
  padding: 2rem;
  background: #9D50BB; /* fallback for old browsers */ /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #6E48AA, #9D50BB); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
body#classes .youth {
  position: relative;
  overflow: hidden;
  /*	&::before {
  			position: absolute;
  			width: 0;
  			height: 0;
  			top: 0;
  			left: 10%;
  			border-style: solid;
  			border-width: 0 10px 10px 10px;
  			border-color: transparent transparent #007bff transparent;

  	}*/
}
body#classes .youth::after { /*allows for a transparent background image*/
  content: "YOUTH COMBO CLASS";
  position: absolute;
  right: -5px;
  bottom: -20px;
  opacity: 0.2;
  font-size: 3.5rem;
  font-weight: 700;
}
body#classes .jazz {
  position: relative;
  overflow: hidden;
}
body#classes .jazz::after { /*allows for a transparent background image*/
  content: "JAZZ";
  position: absolute;
  right: -5px;
  bottom: -20px;
  opacity: 0.2;
  font-size: 3.5rem;
  font-weight: 700;
}
body#classes .tap {
  position: relative;
  overflow: hidden;
}
body#classes .tap::after { /*allows for a transparent background image*/
  content: "TAP";
  position: absolute;
  right: -5px;
  bottom: -20px;
  opacity: 0.2;
  font-size: 3.5rem;
  font-weight: 700;
}
body#classes .ballet {
  position: relative;
  overflow: hidden;
}
body#classes .ballet::after { /*allows for a transparent background image*/
  content: "BALLET";
  position: absolute;
  right: -5px;
  bottom: -20px;
  opacity: 0.2;
  font-size: 3.5rem;
  font-weight: 700;
}
body#classes .contemporary {
  position: relative;
  overflow: hidden;
}
body#classes .contemporary::after { /*allows for a transparent background image*/
  content: "LYRICAL/CONTEMPORARY";
  position: absolute;
  right: -5px;
  bottom: -20px;
  opacity: 0.2;
  font-size: 3.5rem;
  font-weight: 700;
}
body#classes .acro {
  position: relative;
  overflow: hidden;
}
body#classes .acro::after { /*allows for a transparent background image*/
  content: "ACRO";
  position: absolute;
  right: -5px;
  bottom: -20px;
  opacity: 0.2;
  font-size: 3.5rem;
  font-weight: 700;
}
body#classes .hiphop {
  position: relative;
  overflow: hidden;
}
body#classes .hiphop::after { /*allows for a transparent background image*/
  content: "HIP-HOP";
  position: absolute;
  right: -5px;
  bottom: -20px;
  opacity: 0.2;
  font-size: 3.5rem;
  font-weight: 700;
}
body#classes .leaps {
  position: relative;
  overflow: hidden;
}
body#classes .leaps::after { /*allows for a transparent background image*/
  content: "Leaps & Turns";
  position: absolute;
  right: -5px;
  bottom: -20px;
  opacity: 0.2;
  font-size: 3.5rem;
  font-weight: 700;
}
body#classes .modern {
  position: relative;
  overflow: hidden;
}
body#classes .modern::after { /*allows for a transparent background image*/
  content: "Modern Dance";
  position: absolute;
  right: -5px;
  bottom: -20px;
  opacity: 0.2;
  font-size: 3.5rem;
  font-weight: 700;
}

@media (min-width: 992px) {
  #types {
    /*	a[data-toggle=collapse]:not(.collapsed)>.wrap {
    		margin-bottom: 130px; 
    	}*/
  }
  #types .row {
    position: relative;
    padding-bottom: 20px;
  }
  #types .overlay {
    position: absolute;
    z-index: 1;
    bottom: 0;
  }
}
@media only screen and (max-width: 580px) {
  #classes .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  #classes .pb-sm-3, #classes .py-sm-3 {
    padding-bottom: 1rem !important;
  }
}
body#news {
  /*	margin-top: 40px;
  */
}
body#news #hero::after { /*allows for a transparent background image*/
  background-image: url(../images/hero/news.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 center;
}
body#news .container-fluid {
  padding-bottom: 0 !important;
}
body#news aside {
  background: #430045 !important;
  padding: 1rem;
  box-sizing: border-box;
}
body#news aside h2 {
  color: #fff;
}

.newsletter {
  text-align: center;
}
.newsletter a {
  display: block;
  border-radius: 6px;
  padding: 1rem;
  box-sizing: border-box;
  /*background: rgba($pink, .4);
  color: $white;*/
  line-height: 1.35;
}
.newsletter .svg-inline--fa {
  font-size: 2rem;
  margin: 0 0 0.25rem 0;
}

@media only screen and (max-width: 568px) {
  body#news aside {
    margin: 2rem 15px 0 15px !important;
  }
}
body#teams {
  /*	margin-top: 40px;
  */
}
body#teams #hero::after { /*allows for a transparent background image*/
  background-image: url(../images/hero/teams.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 center;
}

.form-line-error,
.form-line-active {
  background: #9E72B5 !important;
}

.form-line-active input:focus {
  background: #fff !important;
}

.form-label-left {
  width: 200px;
}

.form-label-right {
  width: 200px;
}

.form-radio-item label, .form-checkbox-item label, .form-grading-label, .form-header {
  color: false;
}

.form-all:after {
  content: "";
  display: table;
  clear: both;
}

.form-label-left,
.form-label-right {
  width: 200px;
}

.form-label {
  white-space: normal;
}

.form-label.form-label-auto {
  display: block;
  float: none;
  text-align: left;
}

.form-label-left {
  display: inline-block;
  white-space: normal;
  float: left;
  text-align: left;
}

.form-label-right {
  display: inline-block;
  white-space: normal;
  float: left;
  text-align: right;
}

.form-label-top {
  white-space: normal;
  display: block;
  float: none;
  text-align: left;
}

.form-radio-item label:before {
  top: 0;
}

.form-all {
  font-size: 14px;
}

.form-label {
  font-weight: bold;
}

.form-checkbox-item label,
.form-radio-item label {
  font-weight: normal;
}

.supernova {
  background-color: transparent;
  background-color: #fff !important;
}

.supernova body {
  background-color: transparent;
}

/*
@width30: (unit(@formWidth, px) + 60px);
@width60: (unit(@formWidth, px)+ 120px);
@width90: (unit(@formWidth, px)+ 180px);
*/
/* | */
@media screen and (min-width: 480px) {
  .supernova .form-all {
    border: 1px solid #000000;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.1);
  }
}
/* | */
/* | */
@media screen and (max-width: 480px) {
  .jotform-form .form-all {
    margin: 0;
    width: 100%;
  }
}
/* | */
/* | */
@media screen and (min-width: 480px) and (max-width: 767px) {
  .jotform-form .form-all {
    margin: 0;
    width: 100%;
  }
}
/* | */
/* | */
@media screen and (min-width: 480px) and (max-width: 689px) {
  .jotform-form .form-all {
    margin: 0;
    width: 100%;
  }
}
/* | */
/* | */
@media screen and (min-width: 768px) {
  .jotform-form {
    padding: 0 !important;
  }
}
/* | */
/* | */
@media screen and (max-width: 689px) {
  .jotform-form .form-all {
    margin: 0;
    width: 100%;
  }
}
/* | */
.supernova .form-all,
.form-all {
  background-color: #000 !important;
  border: 1px solid transparent;
  width: 100% !important;
}

.form-header-group {
  border-color: transparent !important;
}

.form-matrix-table tr {
  border-color: #e6e6e6;
}

.form-matrix-table tr:nth-child(2n) {
  background-color: #f2f2f2;
}

.form-all {
  color: #fff !important;
}

.form-header-group .form-header {
  color: #fff !important;
}

.form-header-group .form-subHeader {
  color: #1a1a1a;
}

.form-sub-label {
  color: #1a1a1a;
}

.form-label-top,
.form-label-left,
.form-label-right,
.form-html {
  color: #fff !important;
}

.form-checkbox-item label,
.form-radio-item label {
  color: #1a1a1a;
}

.form-line.form-line-active {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  background-color: #ffffe0;
}

/* omer */
.form-radio-item,
.form-checkbox-item {
  padding-bottom: 0px !important;
}

.form-radio-item:last-child,
.form-checkbox-item:last-child {
  padding-bottom: 0;
}

/* omer */
.form-single-column .form-checkbox-item,
.form-single-column .form-radio-item {
  width: 100%;
}

.form-checkbox-item .editor-container div,
.form-radio-item .editor-container div {
  position: relative;
}

.form-checkbox-item .editor-container div:before,
.form-radio-item .editor-container div:before {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  left: 0;
  width: 18px;
  height: 18px;
}

.form-radio-item:not(#foo) {
  position: relative;
}

.form-radio-item:not(#foo) .form-radio-other-input {
  margin-left: 26px !important;
}

.form-radio-item:not(#foo) .form-radio-other.form-radio {
  display: none !important;
}

.form-radio-item:not(#foo) input[type=checkbox],
.form-radio-item:not(#foo) input[type=radio] {
  display: none;
}

.form-radio-item:not(#foo) .form-radio-other,
.form-radio-item:not(#foo) .form-checkbox-other {
  display: inline-block !important;
  margin-left: 10px;
  margin-right: 6px;
  margin-top: 0px;
}

.form-radio-item:not(#foo) .form-checkbox-other-input,
.form-radio-item:not(#foo) .form-radio-other-input {
  margin: 0;
}

.form-radio-item:not(#foo) label {
  line-height: 18px;
  margin-left: 0;
  float: left;
  text-indent: 30px;
}

.form-radio-item:not(#foo) label:before {
  content: "";
  position: absolute;
  display: inline-block;
  vertical-align: baseline;
  margin-right: 4px;
  box-sizing: border-box;
  border-radius: 50%;
  left: 4px;
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.form-radio-item:not(#foo) label:after {
  content: "";
  position: absolute;
  z-index: 10;
  display: inline-block;
  opacity: 0;
  top: 5px;
  left: 9px;
  width: 8px;
  height: 8px;
}

.form-radio-item:not(#foo) input:checked + label:after {
  opacity: 1;
}

.form-radio-item:not(#foo) label:before {
  border: 2px solid #d4098d;
}

.form-radio-item:not(#foo) label:after {
  background-color: #d4098d;
  border-radius: 50%;
  cursor: pointer;
}

.form-radio-item:not(#foo) .editor-container div:before {
  content: "";
  border: 2px solid #d4098d;
  border-radius: 50%;
  margin: 0 4px 0 -6px;
}

.form-checkbox-item:not(#foo) {
  position: relative;
}

.form-checkbox-item:not(#foo) label {
  display: block;
}

.form-checkbox-item:not(#foo) .form-checkbox-other-input {
  margin-left: 26px !important;
}

.form-checkbox-item:not(#foo) .form-checkbox-other.form-checkbox {
  display: none !important;
}

.form-checkbox-item:not(#foo) input[type=checkbox],
.form-checkbox-item:not(#foo) input[type=radio] {
  display: none;
}

.form-checkbox-item:not(#foo) .form-radio-other,
.form-checkbox-item:not(#foo) .form-checkbox-other {
  display: inline-block !important;
  margin-left: 10px;
  margin-right: 6px;
  margin-top: 0px;
}

.form-checkbox-item:not(#foo) .form-checkbox-other-input,
.form-checkbox-item:not(#foo) .form-radio-other-input {
  margin: 0;
}

.form-checkbox-item:not(#foo) label {
  line-height: 18px;
  margin-left: 0;
  float: left;
  text-indent: 30px;
}

.form-checkbox-item:not(#foo) label:before {
  content: "";
  position: absolute;
  display: inline-block;
  vertical-align: baseline;
  margin-right: 4px;
  box-sizing: border-box;
  border-radius: 50%;
  left: 4px;
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.form-checkbox-item:not(#foo) label:after {
  content: "";
  position: absolute;
  z-index: 10;
  display: inline-block;
  opacity: 0;
  top: 8px;
  left: 9px;
  width: 3px;
  height: 3px;
}

.form-checkbox-item:not(#foo) input:checked + label:after {
  opacity: 1;
}

.form-checkbox-item:not(#foo) label:before {
  border: 2px solid #d4098d;
}

.form-checkbox-item:not(#foo) label:after {
  background-color: #d4098d;
  box-shadow: 0 2px 0 0 #d4098d, 2px 2px 0 0 #d4098d, 4px 2px 0 0 #d4098d, 6px 2px 0 0 #d4098d;
  transform: rotate(-45deg);
}

.form-checkbox-item:not(#foo) .editor-container div:before {
  content: "";
  border: 2px solid #d4098d;
  border-radius: 50%;
  margin: 0 4px 0 -6px;
}

.supernova {
  height: 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center top;
  background-size: cover;
}

.supernova {
  background-image: none;
  background-image: url("https://www.jotform.com/uploads/kiptom/form_files/pattern-bkg.jpg");
}

#stage {
  background-image: none;
  background-image: url("https://www.jotform.com/uploads/kiptom/form_files/pattern-bkg.jpg");
}

/* | */
.form-all {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center top;
  background-size: cover;
}

.form-header-group {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center top;
}

.form-line {
  margin-top: 0 !important;
  margin-bottom: 12px;
}

.form-line {
  padding: 0 !important;
}

.form-all .form-textbox,
.form-all .form-radio-other-input,
.form-all .form-checkbox-other-input,
.form-all .form-captcha input,
.form-all .form-spinner input,
.form-all .form-pagebreak-back,
.form-all .form-pagebreak-next,
.form-all .qq-upload-button,
.form-all .form-error-message {
  border-radius: 6px;
}

.form-all .form-sub-label {
  margin-left: 3px;
}

.form-all .form-textarea {
  border-radius: 6px;
}

.form-all {
  border-radius: 6px;
}

.form-section:first-child {
  border-radius: 6px 6px 0 0;
}

.form-section:last-child {
  border-radius: 0 0 6px 6px;
}

.form-all .qq-upload-button,
.form-all .form-submit-button,
.form-all .form-submit-reset,
.form-all .form-submit-print {
  font-size: 1em;
  padding: 9px 15px;
  font-family: "Arial", sans-serif;
  font-size: 14px;
  font-weight: normal;
}

.form-all .form-pagebreak-back,
.form-all .form-pagebreak-next {
  font-size: 1em;
  padding: 9px 15px;
  font-family: "Arial", sans-serif;
  font-size: 14px;
  font-weight: normal;
}

/*
& when ( @buttonFontType = google ) {
	@import (css) "@{buttonFontLink}";
}
*/
h2.form-header {
  line-height: 1.618em;
  font-size: 1.714em;
}

h2 ~ .form-subHeader {
  line-height: 1.5em;
  font-size: 1.071em;
}

.form-header-group {
  text-align: left;
}

/*.form-dropdown,
.form-radio-item,
.form-checkbox-item,
.form-radio-other-input,
.form-checkbox-other-input,*/
.form-captcha input,
.form-spinner input,
.form-error-message {
  padding: 4px 3px 2px 3px;
}

.form-header-group {
  font-family: "Arial", sans-serif;
}

.form-section {
  padding: 0px 0px 0px 0px;
}

.form-header-group {
  margin: 0 !important;
}

.form-header-group {
  padding: 0 !important;
}

.form-header-group .form-header,
.form-header-group .form-subHeader {
  color: #d4098d;
}

.form-textbox,
.form-textarea {
  padding: 4px 3px 2px 3px;
}

.form-textbox,
.form-textarea,
.form-radio-other-input,
.form-checkbox-other-input,
.form-captcha input,
.form-spinner input {
  background-color: #f4ddef;
}

[data-type=control_dropdown] .form-input,
[data-type=control_dropdown] .form-input-wide {
  width: 200px;
}

.form-header-group {
  border-bottom: none;
}

.form-label {
  margin-bottom: 1px;
  margin-right: 0;
}

.form-label {
  font-family: "Arial", sans-serif;
}

li[data-type=control_image] div {
  text-align: left;
}

li[data-type=control_image] img {
  border: none;
  border-width: 0px !important;
  border-style: solid !important;
  border-color: false !important;
}

.form-line-column {
  width: auto;
}

.form-line-error {
  overflow: hidden;
  transition-property: none;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  background-color: rgba(255, 50, 0, 0.6);
}

.form-line-error .form-error-message {
  background-color: #ff3200;
  clear: both;
  float: none;
}

.form-line-error .form-error-message .form-error-arrow {
  border-bottom-color: #ff3200;
}

.form-line-error input:not(#coupon-input),
.form-line-error textarea,
.form-line-error .form-validation-error {
  border: 1px solid #ff3200;
  box-shadow: 0 0 3px #ff3200;
}

.form-all {
  position: relative;
  background: #1b001c !important;
  padding: 2rem !important;
}
.form-all input {
  background-color: rgba(255, 255, 255, 0.3) !important;
  border: 1px solid rgba(255, 255, 255, 0.6) !important;
  height: 30px;
  outline: none !important;
  -webkit-appearance: none !important;
  box-shadow: none !important;
}

.form-all {
  margin-top: 0 !important;
}

.ie-8 .form-all {
  margin-top: auto;
  margin-top: initial;
}

.ie-8 .form-all:before {
  display: none;
}

[data-type=control_clear] {
  display: none;
}

/* | */
@media screen and (max-width: 480px), screen and (max-device-width: 767px) and (orientation: portrait), screen and (max-device-width: 415px) and (orientation: landscape) {
  .testOne {
    letter-spacing: 0;
  }
  .form-all {
    border: 0;
    max-width: initial;
  }
  .form-sub-label-container {
    width: 100%;
    margin: 0;
    margin-right: 0;
    float: left;
    box-sizing: border-box;
  }
  span.form-sub-label-container + span.form-sub-label-container {
    margin-right: 0;
  }
  .form-sub-label {
    white-space: normal;
  }
  .form-address-table td,
  .form-address-table th {
    padding: 0 1px 10px;
  }
  .form-submit-button,
  .form-submit-print,
  .form-submit-reset {
    width: 100%;
    margin-left: 0 !important;
  }
  div[id*=at_] {
    font-size: 14px;
    font-weight: 700;
    height: 8px;
    margin-top: 6px;
  }
  .showAutoCalendar {
    width: 20px;
  }
  img.form-image {
    max-width: 100%;
    height: auto;
  }
  .form-matrix-row-headers {
    width: 100%;
    word-break: break-all;
    min-width: 40px;
  }
  .form-collapse-table,
  .form-header-group {
    margin: 0;
  }
  .form-collapse-table {
    height: 100%;
    display: inline-block;
    width: 100%;
  }
  .form-collapse-hidden {
    display: none !important;
  }
  .form-input {
    width: 100%;
  }
  .form-label {
    width: 100% !important;
  }
  .form-label-left,
  .form-label-right {
    display: block;
    float: none;
    text-align: left;
    width: auto !important;
  }
  .form-line,
  .form-line.form-line-column {
    padding: 2% 5%;
    box-sizing: border-box;
  }
  input[type=text],
  input[type=email],
  input[type=tel],
  textarea {
    width: 100%;
    box-sizing: border-box;
    max-width: initial !important;
  }
  .form-radio-other-input,
  .form-checkbox-other-input {
    max-width: 55% !important;
  }
  .form-dropdown,
  .form-textarea,
  .form-textbox {
    width: 100% !important;
    box-sizing: border-box;
  }
  .form-input,
  .form-input-wide,
  .form-textarea,
  .form-textbox,
  .form-dropdown {
    max-width: initial !important;
  }
  .form-checkbox-item:not(#foo),
  .form-radio-item:not(#foo) {
    width: 100%;
  }
  .form-address-city,
  .form-address-line,
  .form-address-postal,
  .form-address-state,
  .form-address-table,
  .form-address-table .form-sub-label-container,
  .form-address-table select,
  .form-input {
    width: 100%;
  }
  div.form-header-group {
    padding: 0px !important;
    margin: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box;
  }
  div.form-header-group.hasImage img {
    max-width: 100%;
  }
  [data-type=control_button] {
    margin-bottom: 0 !important;
  }
  [data-type=control_fullname] .form-sub-label-container {
    width: 48%;
  }
  [data-type=control_fullname] .form-sub-label-container:first-child {
    margin-right: 4%;
  }
  [data-type=control_phone] .form-sub-label-container {
    width: 65%;
    margin-right: 0;
    margin-left: 0;
    float: left;
  }
  [data-type=control_phone] .form-sub-label-container:first-child {
    width: 31%;
    margin-right: 4%;
  }
  [data-type=control_datetime] .allowTime-container {
    width: 100%;
  }
  [data-type=control_datetime] .form-sub-label-container:first-child {
    width: 10% !important;
    margin-left: 0;
    margin-right: 0;
  }
  [data-type=control_datetime] .form-sub-label-container + .form-sub-label-container {
    width: 24% !important;
    margin-left: 6%;
    margin-right: 0;
  }
  [data-type=control_datetime] span + span + span > span:first-child {
    display: block;
    width: 100% !important;
  }
  [data-type=control_birthdate] .form-sub-label-container,
  [data-type=control_time] .form-sub-label-container {
    width: 27.3% !important;
    margin-right: 6% !important;
  }
  [data-type=control_time] .form-sub-label-container:last-child {
    width: 33.3% !important;
    margin-right: 0 !important;
  }
  .form-pagebreak-back-container,
  .form-pagebreak-next-container {
    min-height: 1px;
    width: 50% !important;
  }
  .form-pagebreak-back,
  .form-pagebreak-next,
  .form-product-item.hover-product-item {
    width: 100%;
  }
  .form-pagebreak-back-container {
    padding: 0;
    text-align: right;
  }
  .form-pagebreak-next-container {
    padding: 0;
    text-align: left;
  }
  .form-pagebreak {
    margin: 0 auto;
  }
  .form-buttons-wrapper {
    margin: 0 !important;
    margin-left: 0 !important;
  }
  .form-buttons-wrapper button {
    width: 100%;
  }
  .form-buttons-wrapper .form-submit-print {
    margin: 0 !important;
  }
  table {
    width: 100% !important;
    max-width: initial !important;
  }
  table td + td {
    padding-left: 3%;
  }
  .form-checkbox-item,
  .form-radio-item {
    white-space: normal !important;
  }
  .form-checkbox-item input,
  .form-radio-item input {
    width: auto;
  }
  .form-collapse-table {
    margin: 0 5%;
    display: block;
    zoom: 1;
    width: auto;
  }
  .form-collapse-table:before,
  .form-collapse-table:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .form-collapse-table:after {
    clear: both;
  }
  .fb-like-box {
    width: 98% !important;
  }
  .form-error-message {
    clear: both;
    bottom: -10px;
  }
  .date-separate,
  .phone-separate {
    display: none;
  }
  .custom-field-frame,
  .direct-embed-widgets,
  .signature-pad-wrapper {
    width: 100% !important;
  }
}
/* | */
/*__INSPECT_SEPERATOR__*/
label {
  margin-bottom: 6px;
}

#label_16 {
  width: 100%;
}

#label_18 {
  width: 100%;
  padding-bottom: 6px;
}

.form-dropdown {
  background: #f4ddef;
  border: 1px solid #ccc;
}

#label_10 {
  padding-bottom: 6px;
}

#label_input_18_0 {
  margin-bottom: 0;
}

#label_input_10_0 {
  margin-bottom: 0;
}

/*scss document*/
body#testimonialsPage {
  /*	margin-top: 40px;*/
}
body#testimonialsPage #hero::after { /*allows for a transparent background image*/
  background-image: url(../images/hero/testimonials.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 center;
}

@media only screen and (max-width: 992px) {
  body#testimonialsPage #hero::after { /*allows for a transparent background image*/
    background-image: url(../images/hero/testimonials-md.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 center;
  }
}
@media only screen and (max-width: 568px) {
  body#testimonialsPage #hero::after { /*allows for a transparent background image*/
    background-image: url(../images/hero/testimonials-sm.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 center;
  }
}
footer {
  border-top: solid 1px rgba(255, 255, 255, 0.2);
  padding: 1rem;
  font-size: 12px;
  color: #EB098A;
  text-align: center;
}
footer p:first-child {
  margin-bottom: 10px;
}
footer .phone, footer .social {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  padding: 0 5px;
}
footer a {
  color: #EB098A;
}/*# sourceMappingURL=styles.css.map */