@import url("https://fonts.googleapis.com/css?family=Roboto");
@import url("https://fonts.googleapis.com/css?family=Anton&display=swap");
@import url("https://fonts.googleapis.com/css?family=Lato&display=swap");
@import url("https://fonts.googleapis.com/css?family=Lato&display=swap");
@import url("https://fonts.googleapis.com/css?family=Bungee+Inline");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Raleway:500");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: border-box; }

body {
  line-height: 1; }

button, button:hover, button:active, button:enabled, button:focus {
  outline: none;
  border: none;
  text-decoration: none !important;
  margin: 0;
  color: #ededed; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input {
  outline: none; }

/**
 * Basic typography style for copy text
 */
body {
  color: #2d2d2d;
  font: normal 100% "Lato", sans-serif; }

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: '';
  display: table; }

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
.container {
  max-width: 1180px;
  /* 1 */
  margin-left: auto;
  /* 2 */
  margin-right: auto;
  /* 2 */
  padding-left: 20px;
  /* 3 */
  padding-right: 20px;
  /* 3 */
  width: 100%;
  /* 1 */ }

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap; }

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.rotate {
  transform: rotate(180deg); }

.content {
  position: relative;
  min-height: calc(100vh - 481px);
  width: 100%;
  background: #ffffff;
  z-index: 1; }
  .content .contentTop {
    height: 8pt;
    border-radius: 5px 5px 0 0; }
  .content .contentTop, .content div[class$="Wrapper"] {
    margin: 0 auto;
    overflow-x: hidden; }
    @media (max-width: 768px) {
      .content .contentTop .MarginTopLinks, .content div[class$="Wrapper"] .MarginTopLinks {
        margin-top: 46px; } }
  @media (max-width: 768px) {
    .content div[class$="Wrapper"] .MarginTopLinks {
      margin-top: 46px; } }
  .content div[class$="Wrapper"]:last-of-type {
    border-radius: 0 0 5px 5px; }
  .content div[class$="Wrapper"] h1.subTitle {
    font-weight: bold; }
  @media (max-width: 767px) {
    .content {
      padding: 0; } }

.header {
  margin: 0;
  width: 100%;
  top: 0; }
  @media (max-width: 900px) {
    .header {
      display: none; } }
  .header .headerTopPart {
    width: 100%;
    padding: 1%;
    display: flex;
    align-items: center;
    position: relative;
    border-bottom: 1px solid #ebe8e4;
    justify-content: space-between; }
    .header .headerTopPart .textAndNumberInHeader {
      margin: 0 auto;
      text-transform: uppercase; }
      @media (max-width: 1200px) {
        .header .headerTopPart .textAndNumberInHeader {
          font-size: 75%; } }
    .header .headerTopPart .phonenumber {
      color: #20DBC8;
      margin: 0;
      text-decoration: none; }
    .header .headerTopPart .itemsInHeader {
      position: absolute;
      right: 20px; }
      .header .headerTopPart .itemsInHeader .iconshead {
        color: #e4d9cc;
        margin-left: 5px;
        margin-right: 5px; }
  .header .headerBottomPart {
    width: 100%;
    padding: 0 1%;
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    margin-bottom: 15px; }
    .header .headerBottomPart .menuHeader {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      .header .headerBottomPart .menuHeader .linksInHeadBox {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .header .headerBottomPart .menuHeader .linksInHeadBox .dropdown {
          visibility: hidden;
          opacity: 0;
          position: absolute;
          transition: all 0.5s ease;
          margin-top: 1rem;
          width: 100%;
          right: 0;
          z-index: 100;
          display: none;
          font-weight: normal; }
          .header .headerBottomPart .menuHeader .linksInHeadBox .dropdown li {
            background: #fff;
            padding: 0.2rem;
            clear: both;
            width: 100%;
            border-bottom: 1px solid #ebe8e4; }
        .header .headerBottomPart .menuHeader .linksInHeadBox .padding1rem {
          padding: 1rem !important; }
        .header .headerBottomPart .menuHeader .linksInHeadBox .linksInHead {
          display: block;
          cursor: pointer;
          text-align: center;
          text-decoration: none;
          border-radius: 5px;
          color: black;
          position: relative;
          padding: 1rem 2rem;
          transition: background 0.3s, color 0.3s; }
          @media (max-width: 1200px) {
            .header .headerBottomPart .menuHeader .linksInHeadBox .linksInHead {
              font-size: 13px;
              padding: 1rem; } }
          @media (max-width: 900px) {
            .header .headerBottomPart .menuHeader .linksInHeadBox .linksInHead {
              font-size: 11px; } }
        .header .headerBottomPart .menuHeader .linksInHeadBox .parent-login {
          display: block;
          cursor: pointer;
          text-align: center;
          text-decoration: none;
          border-radius: 5px;
          color: black;
          position: relative;
          padding: 1rem 2rem;
          transition: background 0.3s, color 0.3s; }
          .header .headerBottomPart .menuHeader .linksInHeadBox .parent-login:hover {
            background-color: #FFB773;
            color: white;
            transition: background 0.3s, color 0.3s;
            border-radius: 5px; }
          @media (max-width: 1200px) {
            .header .headerBottomPart .menuHeader .linksInHeadBox .parent-login {
              font-size: 13px;
              padding: 1rem; } }
          @media (max-width: 900px) {
            .header .headerBottomPart .menuHeader .linksInHeadBox .parent-login {
              font-size: 11px; } }
        .header .headerBottomPart .menuHeader .linksInHeadBox .enroll {
          margin-left: 5px;
          background-color: #20DBC8;
          color: white; }
        .header .headerBottomPart .menuHeader .linksInHeadBox .bold {
          margin-left: 5px; }
          .header .headerBottomPart .menuHeader .linksInHeadBox .bold .headArrow {
            position: absolute;
            right: 9px;
            top: 19px;
            transition: transform 0.3s; }
            @media (max-width: 1200px) {
              .header .headerBottomPart .menuHeader .linksInHeadBox .bold .headArrow {
                right: 0; } }
        .header .headerBottomPart .menuHeader .linksInHeadBox .bold:hover {
          text-decoration: underline;
          background: white !important;
          color: black !important; }
        .header .headerBottomPart .menuHeader .linksInHeadBox .bold:hover .headArrow {
          transform: rotate(180deg);
          top: 17px;
          transition: transform 0.3s; }
        .header .headerBottomPart .menuHeader .linksInHeadBox .linksInHead:hover {
          color: white !important;
          background: #20DBC8 !important;
          transition: background 0.3s, color 0.3s !important;
          border-radius: 5px !important; }
        .header .headerBottomPart .menuHeader .linksInHeadBox .linksInHead:hover > ul,
        .header .headerBottomPart .menuHeader .linksInHeadBox .dropdown:hover {
          visibility: visible;
          opacity: 1;
          display: block; }
        .header .headerBottomPart .menuHeader .linksInHeadBox .linkButton {
          color: white;
          background: #20DBC8;
          padding: 16px;
          border-radius: 5px; }
        .header .headerBottomPart .menuHeader .linksInHeadBox .headerBold {
          font-weight: bold; }
    .header .headerBottomPart .logoInHeader {
      height: 80px;
      margin-right: 50px; }
      @media (max-width: 1510px) {
        .header .headerBottomPart .logoInHeader {
          height: 60px; } }
      @media (max-width: 1430px) {
        .header .headerBottomPart .logoInHeader {
          height: 50px; } }
      @media (max-width: 790px) {
        .header .headerBottomPart .logoInHeader {
          margin-right: 15px; } }
      @media (max-width: 992px) {
        .header .headerBottomPart .logoInHeader {
          height: 40px; } }

.burgerHeaderButton {
  background: transparent !important;
  color: #0becda !important;
  font-size: 28px;
  float: left;
  transition: auto !important; }
  .burgerHeaderButton:hover {
    background: white !important;
    transition: auto !important; }

.phoneHeaderButton {
  background: transparent !important;
  color: #0becda !important;
  font-size: 28px;
  float: right;
  text-decoration: none;
  transition: auto !important; }
  .phoneHeaderButton:hover {
    background: white !important;
    transition: auto !important; }
  .phoneHeaderButton a:link,
  .phoneHeaderButton a:visited {
    color: #0becda !important;
    text-decoration: none !important; }

.link-fixedHeader-to-home {
  margin: auto; }

.BurgerHeaderSearch {
  text-decoration: none !important;
  background: #20DBC8 !important;
  color: white !important;
  font-size: 16px; }
  .BurgerHeaderSearch:hover {
    background: #a6f7f7 !important; }

.burger-links {
  text-decoration: none;
  color: black;
  width: 100%; }
  .burger-links:hover {
    color: #20DBC8; }

.iconshead {
  color: #e4d9cc;
  margin-left: 12px;
  margin-right: 5px; }

.BurgerHeader {
  display: none;
  padding: 1%;
  width: 100%;
  background: white;
  box-shadow: 0 5px 5px 0 rgba(155, 155, 155, 0.2); }
  .BurgerHeader .burgerHeader {
    display: flex;
    position: relative; }
    .BurgerHeader .burgerHeader img {
      height: 40px;
      margin: 0 auto; }
  .BurgerHeader .burgerHeaderMenu {
    width: 50%; }
  .BurgerHeader .linksInHead {
    color: red; }
  @media (max-width: 900px) {
    .BurgerHeader {
      display: block;
      position: fixed;
      z-index: 99; } }

.row {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  flex-basis: 100%; }
  .row .container {
    display: flex;
    flex-flow: column nowrap;
    margin: 0 0 8pt;
    padding: 0; }
    .row .container .panel {
      width: 100%;
      height: 100%;
      border-radius: 3px;
      overflow-y: auto; }
  .row .half {
    flex-basis: calc(50% - 16pt); }
  .row .third {
    flex-basis: calc(33.33% - 16pt); }
  .row .twoThirds {
    flex-basis: calc(66.67% - 16pt); }
  .row .quarter {
    flex-basis: calc(25% - 16pt); }
  .row .threeQuarters {
    flex-basis: calc(75% - 16pt); }
  @media (max-width: 1400px) {
    .row .third, .row .quarter {
      flex-basis: calc(50% - 16pt); }
      .row .third:last-of-type, .row .quarter:last-of-type {
        margin: 0 auto; }
    .row .twoThirds:last-of-type {
      margin: 0 auto; } }
  @media (max-width: 992px) {
    .row .half, .row .third, .row .quarter {
      flex-basis: 100%; } }

.customRow {
  flex-flow: row wrap;
  -webkit-flex-wrap: wrap; }
  .customRow .container:first-of-type h3 {
    text-align: center; }
    .customRow .container:first-of-type h3:first-of-type {
      margin-bottom: 8pt; }
    .customRow .container:first-of-type h3:last-of-type {
      margin-top: 8pt; }
  @media (max-width: 767px) {
    .customRow .container {
      flex-basis: 100%;
      width: 100%; }
      .customRow .container .fieldContainer {
        width: 100%; } }

.ribbon {
  margin: 0 auto;
  padding: 6pt 40pt;
  background: #ededed;
  border-radius: 3px;
  box-shadow: 0 0 3px rgba(68, 68, 68, 0.25); }
  @media (max-width: 767px) {
    .ribbon {
      padding: 6pt 0; } }

#navlist {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: bold; }
  #navlist li {
    display: inline;
    margin: 0 16pt; }
  @media (max-width: 767px) {
    #navlist {
      font-size: 1rem; }
      #navlist li {
        margin: 4pt 8pt; } }
  @media (max-width: 450px) {
    #navlist {
      display: block;
      text-align: center; }
      #navlist li {
        display: inline-block; } }

.footer {
  font: normal 100% "Lato", sans-serif;
  width: 100%;
  margin-top: 50px;
  background: #263238; }
  @media (max-width: 700px) {
    .footer {
      margin-top: 30px; } }
  .footer .FindLinksFollowMOb {
    width: fit-content;
    margin: 0 auto;
    display: none;
    text-align: center; }
    .footer .FindLinksFollowMOb .headlineFooter {
      color: white;
      margin-bottom: 5px;
      padding-top: 10px;
      font-size: 120%; }
    .footer .FindLinksFollowMOb .styleTextFooter {
      color: #CCC;
      font-size: 80%;
      text-decoration: none;
      margin-bottom: 5px; }
    .footer .FindLinksFollowMOb .HoursofOperation {
      margin: 0;
      color: #CCC;
      font-size: 80%;
      text-decoration: none; }
      .footer .FindLinksFollowMOb .HoursofOperation .nomber-footer {
        font-size: 14px;
        color: #CCC; }
    .footer .FindLinksFollowMOb .WordContact {
      margin: 0;
      color: #CCC;
      font-size: 80%;
      text-decoration: none;
      margin-bottom: 5px;
      margin-top: 5px; }
  .footer .footerTop {
    width: 80%;
    display: flex;
    justify-content: space-around;
    margin: 0 auto; }
    .footer .footerTop .FindLinksFollow {
      width: fit-content; }
      .footer .footerTop .FindLinksFollow .styleTextFooter {
        color: #CCC;
        padding-right: 20px;
        font-size: 80%;
        text-decoration: none;
        margin-bottom: 5px; }
      .footer .footerTop .FindLinksFollow .headlineFooter {
        color: white;
        margin: 30px 0 10px; }
      .footer .footerTop .FindLinksFollow .linkInQuickLinks {
        margin: 0; }
        .footer .footerTop .FindLinksFollow .linkInQuickLinks .styleTextFooter {
          margin: 0;
          color: #CCC;
          padding-right: 20px;
          font-size: 80%;
          text-decoration: none;
          margin-bottom: 5px; }
        .footer .footerTop .FindLinksFollow .linkInQuickLinks .styleTextFooter:hover {
          color: white; }
    .footer .footerTop .FollowUS {
      width: 100px; }
      .footer .footerTop .FollowUS .headlineFooter {
        color: white;
        margin-top: 30px; }
  .footer .footerBottom {
    width: 67%;
    border-top: 1px solid #CCC;
    margin: 20px  auto;
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    padding-top: 11px;
    padding-bottom: 20px; }
    .footer .footerBottom .linksToHeader {
      display: inline-block;
      margin: 5px auto; }
      .footer .footerBottom .linksToHeader .FollowUsTextDiv {
        margin: 0 auto;
        margin-right: 5px;
        margin-left: 5px; }
        .footer .footerBottom .linksToHeader .FollowUsTextDiv .styleTextFooter {
          color: #CCC;
          padding-right: 20px;
          font-size: 80%;
          text-decoration: none;
          margin-bottom: 5px; }
        .footer .footerBottom .linksToHeader .FollowUsTextDiv .styleTextFooter:hover {
          color: white; }
      .footer .footerBottom .linksToHeader .FollowUsTextDiv {
        text-decoration: none;
        color: #CCC; }
      .footer .footerBottom .linksToHeader .FollowUsTextDiv:hover {
        color: white; }
    .footer .footerBottom .copyright {
      color: #CCC;
      font-size: 70%;
      display: inline-block;
      margin: 5px auto; }
    .footer .footerBottom .footerItems {
      display: inline-block;
      margin: 0 auto; }
      .footer .footerBottom .footerItems .iconsbottom {
        color: white;
        margin: 5px 12px; }

.HoursofOperation {
  margin: 0;
  color: #CCC;
  font-size: 80%;
  text-decoration: none; }
  .HoursofOperation .nomber-footer {
    font-size: 14px;
    color: #CCC; }

.WordContact {
  margin: 0;
  color: #CCC;
  padding-right: 20px;
  font-size: 80%;
  text-decoration: none;
  margin-bottom: 5px;
  margin-top: 5px; }

.colorLink {
  color: #f5eaea; }

#footer {
  max-width: 584pt;
  margin: 8pt auto; }
  #footer > div {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 8pt 16pt;
    color: white;
    font-size: 0.8rem;
    border-radius: 5px;
    background: #292929; }
  #footer a {
    color: white;
    text-decoration: underline; }
  #footer ul:not(:last-of-type) {
    margin-right: 8pt; }
  #footer ul li:first-of-type {
    font-size: 1rem;
    font-weight: bold; }
  #footer .socialMedia li {
    display: inline-block;
    margin: 0 2pt; }
    #footer .socialMedia li a img {
      width: 24pt;
      height: 24pt; }
  @media (max-width: 992px) {
    #footer {
      width: calc(100% - 16pt); } }
  @media (max-width: 500px) {
    #footer > div {
      display: block;
      text-align: center; }
      #footer > div ul {
        display: block;
        margin: 0 0 8pt; } }

.copyright {
  margin: 8pt 0 24pt;
  text-align: center;
  color: white; }

@media (max-width: 650px) {
  .footer .FindLinksFollowMOb {
    display: block !important; }
  .footer .footerTop {
    display: none !important; }
  .footer .linksToHeader {
    font-size: 100% !important;
    text-align: center !important; }
    .footer .linksToHeader .FollowUsTextDiv {
      font-size: 80% !important; }
  .footer .footerItems .iconsbottom {
    font-size: 80% !important; } }

.banner {
  display: none;
  padding: 0; }
  .banner img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    border-radius: 3px; }
  @media (max-width: 767px) {
    .banner {
      display: none; } }

#specials {
  margin: 24pt auto 0;
  position: relative;
  width: 740px;
  height: 120px;
  padding: 0; }

.teacher-block {
  margin: 1%;
  border-radius: 50%;
  width: 250px;
  height: 250px;
  position: relative; }
  .teacher-block .teacher-block-image {
    transition: all 1s;
    z-index: -1;
    border-radius: inherit;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .teacher-block button {
    background: #20DBC8;
    color: white;
    width: 90%;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.5s;
    margin: 50% auto;
    vertical-align: middle;
    opacity: 0; }
    .teacher-block button:focus {
      outline: none; }

.teacher-block:hover {
  opacity: 0.8; }

.teacher-block:hover button {
  opacity: 1;
  text-decoration: none; }

blockquote {
  display: block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  /*Font*/
  font-family: Georgia, serif;
  font-size: 16px;
  line-height: 1.2;
  color: #666;
  text-align: justify;
  /*Borders - (Optional)*/
  border-left: 15px solid #c76c0c;
  border-right: 2px solid #c76c0c;
  /*Box Shadow - (Optional)*/
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc; }

blockquote::before {
  content: "\201C";
  /*Unicode for Left Double Quote*/
  /*Font*/
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
  color: #999;
  /*Positioning*/
  position: absolute;
  left: 10px;
  top: 5px; }

blockquote::after {
  /*Reset to make sure*/
  content: ""; }

blockquote a {
  text-decoration: none;
  background: #eee;
  cursor: pointer;
  padding: 0 3px;
  color: #c76c0c; }

blockquote a:hover {
  color: #666; }

blockquote em {
  font-style: italic; }

.teacher-modal {
  width: 1400px;
  margin: 10vh auto; }
  @media (max-width: 1450px) {
    .teacher-modal {
      width: 1100px; } }
  @media (max-width: 1150px) {
    .teacher-modal {
      width: 800px; } }
  @media (max-width: 850px) {
    .teacher-modal {
      width: 600px; } }
  @media (max-width: 620px) {
    .teacher-modal {
      width: 500px; } }
  @media (max-width: 510px) {
    .teacher-modal {
      width: 300px; } }
  .teacher-modal .name-block-opacity {
    background: rgba(11, 236, 218, 0.5);
    width: 100%;
    position: relative;
    height: 45px; }
    @media (max-width: 1150px) {
      .teacher-modal .name-block-opacity {
        height: 32px; } }
    @media (max-width: 850px) {
      .teacher-modal .name-block-opacity {
        height: 28px; } }
    .teacher-modal .name-block-opacity .name-teacher {
      font-size: 35px;
      font-weight: bold;
      text-transform: uppercase;
      color: white;
      width: fit-content;
      position: absolute;
      left: 530px; }
      @media (max-width: 1450px) {
        .teacher-modal .name-block-opacity .name-teacher {
          left: 460px; } }
      @media (max-width: 1150px) {
        .teacher-modal .name-block-opacity .name-teacher {
          left: 323px;
          font-size: 25px; } }
      @media (max-width: 850px) {
        .teacher-modal .name-block-opacity .name-teacher {
          left: 260px;
          font-size: 22px; } }
      @media (max-width: 620px) {
        .teacher-modal .name-block-opacity .name-teacher {
          left: 0;
          width: 100%;
          text-align: center;
          bottom: -104px;
          color: #20DBC8;
          font-size: 22px; } }
  .teacher-modal .other-information {
    background: white;
    width: 100%;
    padding-bottom: 30px; }
    @media (max-width: 850px) {
      .teacher-modal .other-information {
        padding-bottom: 20px; } }
    .teacher-modal .other-information .photo-and-instruments {
      display: flex;
      position: relative; }
      .teacher-modal .other-information .photo-and-instruments .teacher-photo {
        position: absolute;
        width: 250px;
        height: 250px;
        left: 272px;
        top: -123px;
        border-radius: 50%;
        border: 2px solid #20DBC8; }
        @media (max-width: 1450px) {
          .teacher-modal .other-information .photo-and-instruments .teacher-photo {
            width: 200px;
            height: 200px;
            top: -107px;
            left: 180px; } }
        @media (max-width: 1150px) {
          .teacher-modal .other-information .photo-and-instruments .teacher-photo {
            width: 180px;
            height: 180px;
            top: -98px;
            left: 136px; } }
        @media (max-width: 850px) {
          .teacher-modal .other-information .photo-and-instruments .teacher-photo {
            width: 150px;
            height: 150px;
            top: -76px;
            left: 105px; } }
        @media (max-width: 620px) {
          .teacher-modal .other-information .photo-and-instruments .teacher-photo {
            left: 179px; } }
        @media (max-width: 510px) {
          .teacher-modal .other-information .photo-and-instruments .teacher-photo {
            left: 78px; } }
      .teacher-modal .other-information .photo-and-instruments .teacher-instruments {
        text-overflow: ellipsis;
        font-size: 30px;
        color: #20DBC8;
        position: absolute;
        left: 530px; }
        @media (max-width: 1450px) {
          .teacher-modal .other-information .photo-and-instruments .teacher-instruments {
            left: 390px; } }
        @media (max-width: 1150px) {
          .teacher-modal .other-information .photo-and-instruments .teacher-instruments {
            left: 323px;
            font-size: 20px; } }
        @media (max-width: 850px) {
          .teacher-modal .other-information .photo-and-instruments .teacher-instruments {
            left: 260px;
            max-width: 40vw;
            white-space: nowrap;
            overflow: hidden; } }
        @media (max-width: 620px) {
          .teacher-modal .other-information .photo-and-instruments .teacher-instruments {
            left: 0;
            max-width: 75%;
            bottom: -125px;
            text-align: center;
            width: 300px;
            position: relative;
            margin: 0 auto; } }
    .teacher-modal .other-information .skills-and-about {
      padding: 135px 100px 0 100px;
      color: #727677; }
      @media (max-width: 1450px) {
        .teacher-modal .other-information .skills-and-about {
          padding: 100px 100px 0 100px; } }
      @media (max-width: 1150px) {
        .teacher-modal .other-information .skills-and-about {
          padding: 87px 70px 0 70px;
          font-size: 14px; } }
      @media (max-width: 850px) {
        .teacher-modal .other-information .skills-and-about {
          padding: 78px 40px 0 40px;
          font-size: 13px; } }
      @media (max-width: 620px) {
        .teacher-modal .other-information .skills-and-about {
          padding: 0 15px 0 15px;
          max-height: 49vh;
          overflow-y: auto;
          margin-top: 155px;
          box-sizing: border-box; } }
      .teacher-modal .other-information .skills-and-about .teacher-skills .skills:last-child {
        height: 20px; }
      .teacher-modal .other-information .skills-and-about .teacher-skills .skill {
        margin: 2px 0 2px; }
        .teacher-modal .other-information .skills-and-about .teacher-skills .skill .skill-name {
          color: black;
          font-weight: bold; }
      .teacher-modal .other-information .skills-and-about .about-teacher {
        color: #727677;
        margin-top: 20px;
        overflow-y: auto;
        max-height: 21vh; }
        @media (max-width: 850px) {
          .teacher-modal .other-information .skills-and-about .about-teacher {
            margin-top: 10px; } }
        @media (max-width: 620px) {
          .teacher-modal .other-information .skills-and-about .about-teacher {
            max-height: fit-content; } }
      .teacher-modal .other-information .skills-and-about .modal-button {
        margin-top: 20px;
        display: inline-block;
        padding: 15px;
        background: #20DBC8;
        border-radius: 5px;
        color: white;
        font-size: 20px;
        text-decoration: none;
        transition: box-shadow 0.3s; }
        .teacher-modal .other-information .skills-and-about .modal-button:hover {
          box-shadow: 0 0 10px 2px #FFB773;
          transition: box-shadow 0.3s; }
        @media (max-width: 1150px) {
          .teacher-modal .other-information .skills-and-about .modal-button {
            font-size: 16px;
            padding: 12px; } }
        @media (max-width: 850px) {
          .teacher-modal .other-information .skills-and-about .modal-button {
            font-size: 14px;
            margin-top: 10px; } }

.pac-container {
  z-index: 2000 !important; }

/* Adding changes for new modal.*/
.Available-modal {
  background-color: #fff;
  /*width:991px;*/
  overflow: auto;
  height: 600px;
  font-family: 'Open Sans', sans-serif; }

.teacher-profile-detail {
  box-shadow: 0px 11px 15px -1px #88888840;
  padding: 100px 0px 12px 0px; }

.teacher-detail {
  padding: 50px 100px 40px 0px; }

.teacher-logo {
  height: 175px;
  width: 175px;
  position: relative;
  margin: auto; }

.teacher-logo img {
  width: 100%;
  height: 100%;
  border-radius: 50%; }

.teacher-logo-item {
  position: absolute;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  right: 0px;
  bottom: 15px;
  border: 3px solid white;
  background-color: #e86e83;
  border: 3px solid white;
  text-align: center;
  line-height: 2.5;
  color: white;
  font-weight: 900;
  font-size: 18px; }

.teacher-logo-item span {
  position: absolute;
  color: #e86e83;
  right: -15px;
  font-size: 14px;
  top: -10px;
  font-weight: 900; }

.teacher-name {
  color: #000;
  font-weight: 900;
  font-size: 20px;
  text-align: center;
  padding: 10px;
  font-family: 'Poppins', sans-serif;
  color: #1f1f1f !important; }

.teacher-detail1 h1 {
  font-size: 31px;
  text-transform: capitalize;
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
  color: #1f1f1f !important; }

.teacher-detail1 label {
  font-size: 16px;
  font-weight: 600; }

.teacher-deatil2 h4 {
  font-size: 18px;
  font-weight: 900;
  margin-top: 35px;
  font-family: 'Poppins', sans-serif;
  color: #1f1f1f !important; }

.teacher-deatil2-text p {
  font-size: 14px;
  color: gray;
  margin-top: 25px;
  padding-left: 15px; }

.teacher-deatil2 span {
  font-size: 13px;
  color: #545454;
  font-weight: 600; }

.teacher-contact-info h4 {
  font-size: 18px;
  font-weight: 900;
  margin-top: 35px;
  font-family: 'Poppins', sans-serif;
  color: #1f1f1f !important; }

.teacher-contact-info p {
  font-size: 13px;
  margin-top: 10px;
  font-weight: 600;
  color: #373737; }

.rating-stars {
  display: flex;
  justify-content: center; }

/* Rating Star Widgets Style */
.rating-stars ul {
  list-style-type: none;
  padding: 0;
  -moz-user-select: none;
  -webkit-user-select: none; }

.rating-stars ul > li.star {
  display: inline-block; }

/* Idle State of the stars */
.rating-stars ul > li.star > i.fa {
  font-size: 1em;
  /* Change the size of the stars */
  color: #ccc;
  /* Color on idle state */ }

/* Hover state of the stars */
.rating-stars ul > li.star.hover > i.fa {
  color: #FFCC36; }

/* Selected state of the stars */
.rating-stars ul > li.star.selected > i.fa {
  color: #FF912C; }

.spanColor {
  color: gray;
  font-size: 13px;
  margin: 3px; }

.teacher-replies {
  padding: 20px 0px;
  max-width: 75%;
  margin: auto;
  /*box-shadow: inset 0px 2px 9px -3px #8e8e8ead;*/
  margin-top: 20px;
  display: flex;
  justify-content: center;
  font-size: 14px; }

.teacher-replies i {
  color: #ff912c;
  margin-right: 5px; }

.teacher-replies p {
  font-weight: 600;
  font-size: 11px;
  color: #515151; }

.sumbit-form form {
  width: 100%;
  margin: 20px auto 30px !important; }

.sumbit-form input {
  border: 2px solid #d4d4d4 !important;
  margin-bottom: 12px; }

.sumbit-form input::placeholder {
  color: #a3a3a3;
  font-weight: 600; }

.sumbit-form label {
  font-size: 14px;
  font-weight: 900;
  margin-bottom: 10px; }

.sumbit-form button {
  margin-bottom: 12px !important;
  width: 35% !important; }

.sumbit-form button:hover {
  background: linear-gradient(31deg, #f0a59f, #e97588) !important; }

.nxt-btn {
  position: relative;
  background: linear-gradient(31deg, #f0a59f, #e97588) !important;
  box-shadow: 0px 16px 12px -14px #f95da5;
  border-radius: 30px !important;
  font-size: 14px !important; }

.nxt-btn i {
  position: absolute;
  right: 13px;
  top: 13px;
  font-size: 12px; }

.teacher-deatil2-text textarea {
  width: 100%;
  min-height: 100px;
  margin: 20px 0px 0px;
  border: 1px solid #d4d4d4;
  padding: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #a5a5a5;
  border-radius: 5px;
  font-weight: 600;
  font-size: 13px; }

.teacher-deatil2-text textarea:focus-visible {
  outline: none !important; }

table {
  width: 80%;
  margin: 0 auto;
  background-color: #fff; }
  @media (max-width: 700px) {
    table {
      width: 100%; } }

th, td {
  vertical-align: middle;
  font-weight: unset;
  padding-right: 10px; }
  th:first-of-type, td:first-of-type {
    width: 20%;
    min-width: 60pt;
    text-align: center; }
  th a, td a {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bolder; }

.column100 {
  width: 150px; }

.row100 {
  background-color: #fff; }
  .row100.head th {
    padding-top: 24px;
    padding-bottom: 20px; }
  .row100 td {
    padding-top: 18px;
    padding-bottom: 14px;
    text-align: center; }
    .row100 td a {
      color: #808080;
      font-weight: bold;
      display: block;
      text-decoration: none; }
      .row100 td a:hover {
        text-decoration: underline; }

.schedule {
  overflow-x: auto;
  margin-top: 5%; }
  .schedule tbody tr {
    border-bottom: 1px solid #e5e5e5; }
  .schedule td {
    font-size: 14px;
    color: #808080;
    line-height: 1.4; }
    @media (max-width: 750px) {
      .schedule td {
        font-size: 9px; } }
  .schedule th {
    font-size: 12px;
    padding: 2%;
    color: #ffffff;
    font-weight: bolder;
    line-height: 1.4;
    text-transform: uppercase;
    background-color: #0becda; }
    @media (max-width: 750px) {
      .schedule th {
        font-size: 10px;
        padding: 1%; } }
    @media (max-width: 500px) {
      .schedule th {
        font-size: 8px;
        padding: 1%; } }
  .schedule .row100:hover td {
    background-color: #aafcf5; }
  .schedule th:hover {
    background-color: #5af5fc; }
  .schedule .row100 td:hover {
    background-color: #FFB773;
    color: #fff; }
    .schedule .row100 td:hover a {
      color: white; }
  .schedule p {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-top: 4%; }
    @media (max-width: 1200px) {
      .schedule p {
        font-size: 15px; } }
    @media (max-width: 1100px) {
      .schedule p {
        font-size: 13px; } }
    @media (max-width: 850px) {
      .schedule p {
        font-size: 10px; } }
    .schedule p a {
      color: #FFB773;
      text-decoration: none; }

.pricing-table tr {
  border: 1px solid #e5e5e5; }
  .pricing-table tr:last-child {
    text-align: center;
    padding: 2%;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    background-color: #20DBC8; }

.pricing-table th {
  text-align: center;
  padding: 2%;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  background-color: #20DBC8; }
  @media (max-width: 750px) {
    .pricing-table th {
      font-size: 10px;
      padding: 1%; } }
  @media (max-width: 500px) {
    .pricing-table th {
      font-size: 8px;
      padding: 1%; } }

.pricing-table td {
  text-align: center;
  padding: 2%; }
  @media (max-width: 750px) {
    .pricing-table td {
      font-size: 11px; } }

.pricing-table th, .pricing-table td {
  width: 21%;
  vertical-align: middle; }
  .pricing-table th:first-of-type, .pricing-table td:first-of-type {
    width: 35%; }

.pricing-table td:hover {
  background-color: #FFB773;
  color: white; }

.pricing-table .pricing {
  font-size: 11px;
  font-weight: normal; }
  @media (max-width: 750px) {
    .pricing-table .pricing {
      font-size: 9px; } }

a.register, form input[type=button], button, input[type=submit] {
  display: block;
  width: auto;
  margin: 8pt auto;
  padding: 4pt 16pt;
  text-align: center;
  font-size: 0.8rem;
  color: #2d2d2d;
  text-decoration-color: #2d2d2d;
  background: #EFE7D3;
  border: 1px solid #999999;
  border-radius: 5px;
  cursor: pointer; }

a.register div, form input[type=button] div {
  margin: 4pt auto; }

.fieldContainer {
  padding: 2pt 4pt 4pt;
  margin: 2pt 0;
  border-radius: 5px; }
  .fieldContainer label {
    display: block;
    font-size: 0.8rem; }
    .fieldContainer label em {
      margin-right: 0.5em; }
  .fieldContainer input, .fieldContainer select, .fieldContainer textarea {
    display: inline;
    margin-left: 1em; }
  .fieldContainer textarea {
    margin-top: 4pt; }
  .fieldContainer > span span {
    margin-left: 8pt;
    opacity: 0;
    transition: opacity 0.5s ease-in-out; }
  .fieldContainer.invalid {
    background: #FFDFDF;
    border: 1px solid #ffacac; }
    .fieldContainer.invalid span > span {
      opacity: 1; }
  @media (max-width: 767px) {
    .fieldContainer {
      position: relative; }
      .fieldContainer input, .fieldContainer textarea, .fieldContainer select {
        display: block;
        margin: 4pt 1em; }
      .fieldContainer > span span {
        display: block; } }

form label {
  display: block;
  font-size: 1rem; }

form input {
  width: 100%; }

form textarea {
  width: 100%;
  resize: vertical; }

form input[type=button] {
  display: block;
  cursor: pointer; }

input[type=checkbox] {
  vertical-align: middle; }

.lessons-table {
  margin: 5%; }
  .lessons-table .lessons-table-description {
    margin-top: 2%; }
    .lessons-table .lessons-table-description p {
      text-align: center;
      font-size: 18px;
      font-weight: bold; }
      @media (max-width: 1200px) {
        .lessons-table .lessons-table-description p {
          font-size: 15px; } }
      @media (max-width: 1100px) {
        .lessons-table .lessons-table-description p {
          font-size: 13px; } }
      @media (max-width: 850px) {
        .lessons-table .lessons-table-description p {
          font-size: 10px; } }
      .lessons-table .lessons-table-description p a {
        color: #FFB773;
        text-decoration: none; }

.registerDesc {
  margin: 0 8pt;
  font-size: 0.8rem; }
  .registerDesc li {
    list-style-type: disc;
    margin-left: 12pt; }

.listTitle {
  margin-bottom: 8pt;
  font-weight: bold;
  text-align: center;
  list-style: none; }

.locationSelector {
  margin-top: 8pt; }
  .locationSelector h1 {
    margin-right: 8pt; }

.locationWidget {
  position: relative;
  display: inline;
  width: 240pt;
  margin-left: 16pt;
  cursor: pointer; }
  .locationWidget select {
    display: inline;
    height: 1rem;
    line-height: 1rem; }
  @media (max-width: 767px) {
    .locationWidget {
      display: block;
      padding: 0;
      margin: 0;
      width: 100%; }
      .locationWidget select {
        display: block;
        margin: 16pt auto; } }

.events-head-photo {
  width: 100%;
  height: 500px;
  background: black;
  background: url(../static/images/eventFirstPhoto.jpg) no-repeat;
  background-size: cover;
  background-position: center center; }
  .events-head-photo .events-head-photo-opacity {
    width: 100%;
    height: 100%;
    background: rgba(103, 103, 103, 0.5);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .events-head-photo .events-head-photo-opacity .events-headline {
      -webkit-text-stroke: 3px #20dbc8;
      color: transparent;
      font-size: 800%;
      margin-top: -45px;
      text-transform: uppercase; }
      @media (max-width: 750px) {
        .events-head-photo .events-head-photo-opacity .events-headline {
          font-size: 500%;
          -webkit-text-stroke: 1px #20dbc8; } }
      @media (max-width: 400px) {
        .events-head-photo .events-head-photo-opacity .events-headline {
          font-size: 300%; } }
    .events-head-photo .events-head-photo-opacity .events-head-button {
      color: #fff;
      text-transform: uppercase;
      border-radius: 10px;
      font-size: 30px;
      background: #20dbc8;
      text-decoration: none;
      margin-top: 20px;
      padding: 20px;
      width: fit-content;
      font-weight: 700;
      transition: box-shadow .3s; }
      .events-head-photo .events-head-photo-opacity .events-head-button:hover {
        transition: box-shadow .3s;
        box-shadow: 0 0 10px 2px #eb973f; }
      @media (max-width: 1300px) {
        .events-head-photo .events-head-photo-opacity .events-head-button {
          font-size: 20px; } }
      @media (max-width: 750px) {
        .events-head-photo .events-head-photo-opacity .events-head-button {
          font-size: 15px;
          width: 315px;
          padding: 10px; } }
      @media (max-width: 400px) {
        .events-head-photo .events-head-photo-opacity .events-head-button {
          font-size: 12px; } }

.events-performers-text {
  font-size: 25px;
  letter-spacing: 1px;
  font-weight: bold;
  text-align: center;
  margin: 20px 0; }

button {
  transition: 0.3s all !important;
  color: white !important;
  background: rgba(32, 219, 200, 0.7) !important; }
  button:hover {
    box-shadow: none !important;
    background: #20dbc8 !important;
    transition: 0.3s all !important; }

.record-head-photo-box {
  width: 100%;
  height: 500px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  @media (max-width: 900px) {
    .record-head-photo-box {
      padding-top: 60px; } }
  @media (max-width: 400px) {
    .record-head-photo-box {
      padding-top: 48px; } }
  .record-head-photo-box .record-first-photo {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    position: absolute; }
  .record-head-photo-box .record-head-photo-opacity {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(103, 103, 103, 0.5);
    position: absolute; }
  .record-head-photo-box .record-headline {
    -webkit-text-stroke: 3px #20dbc8;
    color: transparent;
    font-size: 800%;
    margin-top: -45px;
    position: relative;
    z-index: 5;
    text-transform: uppercase; }
    @media (max-width: 750px) {
      .record-head-photo-box .record-headline {
        font-size: 500%;
        -webkit-text-stroke: 1px #20dbc8; } }
    @media (max-width: 400px) {
      .record-head-photo-box .record-headline {
        font-size: 300%; } }
  .record-head-photo-box .record-head-button {
    color: #fff;
    text-transform: uppercase;
    border-radius: 10px;
    font-size: 30px;
    position: relative;
    z-index: 5;
    background: #20dbc8;
    text-decoration: none;
    margin-top: 20px;
    padding: 20px;
    width: fit-content;
    font-weight: 700;
    transition: box-shadow .3s; }
    .record-head-photo-box .record-head-button:hover {
      transition: box-shadow .3s;
      box-shadow: 0 0 10px 2px #eb973f; }
    @media (max-width: 1300px) {
      .record-head-photo-box .record-head-button {
        font-size: 20px; } }
    @media (max-width: 750px) {
      .record-head-photo-box .record-head-button {
        font-size: 15px;
        width: 315px;
        padding: 10px; } }
    @media (max-width: 400px) {
      .record-head-photo-box .record-head-button {
        font-size: 12px; } }

.record-page-headline {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  width: 50%;
  margin: 50px auto 20px; }
  @media (max-width: 1010px) {
    .record-page-headline {
      font-size: 20px; } }
  @media (max-width: 750px) {
    .record-page-headline {
      margin: 30px auto 15px;
      width: 90%; } }

.record-page-description {
  font-size: 17px;
  text-align: center;
  width: 70%;
  margin: 0 auto; }
  @media (max-width: 1010px) {
    .record-page-description {
      font-size: 16px; } }
  @media (max-width: 750px) {
    .record-page-description {
      width: 95%; } }

.events-performers-text {
  font-size: 25px;
  letter-spacing: 1px;
  font-weight: bold;
  text-align: center;
  margin: 20px 0; }
  @media (max-width: 1010px) {
    .events-performers-text {
      font-size: 20px;
      margin: 15px 0; } }

button {
  transition: 0.3s all !important;
  color: white !important;
  background: rgba(32, 219, 200, 0.7) !important; }
  button:hover {
    box-shadow: none !important;
    background: #20dbc8 !important;
    transition: 0.3s all !important; }

.admin-home {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch; }
  .admin-home h1 {
    margin: 0 auto; }

.join-jam-config {
  width: 20%;
  margin: 2%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2%; }
  .join-jam-config h1 {
    text-align: center;
    font-size: 24px;
    font-weight: bold; }
  .join-jam-config .home-page-image {
    width: 100%;
    object-fit: cover; }
  .join-jam-config button {
    background: #20DBC8;
    color: white;
    width: 100%;
    margin-top: 2%; }

.lessonsRegistrBox {
  margin-top: 50px; }
  @media (max-width: 700px) {
    .lessonsRegistrBox {
      margin-top: 30px; } }

.lessonsRegistrBox .lessonsRegisterText, .lessonsButtonBox .lessonsRegisterText {
  text-align: center;
  font-size: 120%;
  font-weight: bold;
  width: 60%;
  max-width: 1142px;
  margin: 0 auto; }
  @media (max-width: 1300px) {
    .lessonsRegistrBox .lessonsRegisterText, .lessonsButtonBox .lessonsRegisterText {
      font-size: 105%; } }
  @media (max-width: 1100px) {
    .lessonsRegistrBox .lessonsRegisterText, .lessonsButtonBox .lessonsRegisterText {
      font-size: 90%; } }
  @media (max-width: 750px) {
    .lessonsRegistrBox .lessonsRegisterText, .lessonsButtonBox .lessonsRegisterText {
      font-size: 100%;
      width: 90%; } }
  @media (max-width: 400px) {
    .lessonsRegistrBox .lessonsRegisterText, .lessonsButtonBox .lessonsRegisterText {
      font-size: 90%; } }

.RockStarPagesBox {
  width: 80%;
  max-width: 2200px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 50px; }
  @media (max-width: 750px) {
    .RockStarPagesBox {
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin-top: 0; } }
  .RockStarPagesBox .rcPageBox {
    width: 45%;
    max-width: 686px; }
    @media (max-width: 750px) {
      .RockStarPagesBox .rcPageBox {
        margin-top: 50px;
        width: 80%; } }
    @media (max-width: 700px) {
      .RockStarPagesBox .rcPageBox {
        margin-top: 30px; } }
    @media (max-width: 400px) {
      .RockStarPagesBox .rcPageBox {
        width: 95%; } }
    .RockStarPagesBox .rcPageBox .LinkToPage {
      text-transform: uppercase;
      font-weight: 700;
      font-size: 150%;
      background: #000;
      padding: 10px;
      margin: 0 auto;
      width: fit-content;
      border-radius: 5px;
      transition: box-shadow 0.3s; }
      @media (max-width: 1300px) {
        .RockStarPagesBox .rcPageBox .LinkToPage {
          font-size: 110%; } }
      @media (max-width: 1100px) {
        .RockStarPagesBox .rcPageBox .LinkToPage {
          font-size: 100%; } }
      @media (max-width: 750px) {
        .RockStarPagesBox .rcPageBox .LinkToPage {
          font-size: 130%; } }
      @media (max-width: 400px) {
        .RockStarPagesBox .rcPageBox .LinkToPage {
          font-size: 100%; } }
      .RockStarPagesBox .rcPageBox .LinkToPage a {
        text-decoration: none;
        color: white; }
    .RockStarPagesBox .rcPageBox .LinkToPage:hover {
      transition: box-shadow 0.3s;
      box-shadow: 0 0 10px 2px #ff9; }
    .RockStarPagesBox .rcPageBox .aboutPage {
      margin-top: 30px;
      color: #727677;
      text-align: center; }
      @media (max-width: 1100px) {
        .RockStarPagesBox .rcPageBox .aboutPage {
          font-size: 80%; } }
      @media (max-width: 750px) {
        .RockStarPagesBox .rcPageBox .aboutPage {
          font-size: 100%; } }
      @media (max-width: 700px) {
        .RockStarPagesBox .rcPageBox .aboutPage {
          margin-top: 15px; } }
      @media (max-width: 400px) {
        .RockStarPagesBox .rcPageBox .aboutPage {
          font-size: 80%; } }

.lessonsButtonBox {
  margin-top: 50px;
  text-align: center; }
  @media (max-width: 1300px) {
    .lessonsButtonBox {
      margin-top: 30px; } }
  .lessonsButtonBox .MarginTopNull {
    margin-top: 0 !important; }
  .lessonsButtonBox .lessonsButton {
    display: inline-block;
    margin-top: 50px;
    width: 20%;
    min-width: 280px;
    text-decoration: none;
    color: white;
    background: #20DBC8;
    padding: 20px;
    font-size: 130%;
    text-transform: uppercase;
    border-radius: 10px;
    font-weight: bold;
    transition: box-shadow 0.3s; }
    @media (max-width: 1900px) {
      .lessonsButtonBox .lessonsButton {
        width: fit-content; } }
    @media (max-width: 1300px) {
      .lessonsButtonBox .lessonsButton {
        font-size: 100%;
        margin-top: 30px; } }
    @media (max-width: 1100px) {
      .lessonsButtonBox .lessonsButton {
        font-size: 90%;
        padding: 15px; } }
  .lessonsButtonBox .lessonsButton:hover {
    transition: box-shadow 0.3s;
    box-shadow: 0 0 10px 2px #ff9; }

.video {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 50vw;
  max-height: 320pt;
  margin: 0 auto; }

.centerText {
  width: 100%;
  height: 100px;
  background: #20DBC8;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative; }

.textInCwnterText {
  color: white;
  font-size: 40px;
  text-align: center; }

.centerText::after {
  content: '';
  position: absolute;
  left: calc(50% - 60px);
  bottom: -120px;
  border: 60px solid transparent;
  border-top: 60px solid #20DBC8; }

.joinJam {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  .joinJam .jamContainer {
    margin-top: 50px; }
    .joinJam .jamContainer .photoJam {
      width: 600px;
      height: 350px;
      position: relative;
      margin: 50px;
      display: flex;
      cursor: pointer;
      flex-direction: column;
      justify-content: center;
      transition: 0.3s; }
      .joinJam .jamContainer .photoJam .image {
        z-index: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .joinJam .jamContainer .photoJam:hover {
        -webkit-box-shadow: 10px 10px 18px -3px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 10px 10px 18px -3px rgba(0, 0, 0, 0.75);
        box-shadow: 10px 10px 18px -3px rgba(0, 0, 0, 0.75);
        transform: scale(1.1); }
      .joinJam .jamContainer .photoJam:hover .namejam {
        opacity: 1; }
      .joinJam .jamContainer .photoJam .namejam {
        opacity: 0;
        z-index: 2;
        transition: 0.3s;
        text-align: center;
        background: rgba(11, 236, 218, 0.5);
        color: white;
        font-size: 40px; }

@media (max-width: 1350px) {
  .centerText {
    height: 80px !important; }
    .centerText .textInCwnterText {
      font-size: 35px !important; }
  .joinJam .jamContainer .photoJam {
    width: 500px !important;
    height: 300px !important; }
    .joinJam .jamContainer .photoJam .namejam {
      font-size: 30px !important; }
  .centerText::after {
    left: calc(50% - 50px) !important;
    bottom: -100px !important;
    border: 50px solid transparent !important;
    border-top: 50px solid #20DBC8 !important; } }

@media (max-width: 1350px) {
  .centerText {
    height: 65px !important; }
    .centerText .textInCwnterText {
      font-size: 30px !important; }
  .joinJam .jamContainer .photoJam {
    width: 400px !important;
    height: 250px !important; }
    .joinJam .jamContainer .photoJam .namejam {
      font-size: 25px !important; }
  .centerText::after {
    left: calc(50% - 50px) !important;
    bottom: -100px !important;
    border: 50px solid transparent !important;
    border-top: 50px solid #20DBC8 !important; } }

@media (max-width: 920px) {
  .centerText {
    height: 50px !important; }
    .centerText .textInCwnterText {
      font-size: 30px !important; }
  .joinJam .jamContainer {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }
    .joinJam .jamContainer .photoJam {
      width: 350px !important;
      height: 200px !important;
      margin: 30px !important; }
      .joinJam .jamContainer .photoJam:hover {
        transform: scale(1.07); }
      .joinJam .jamContainer .photoJam .namejam {
        font-size: 20px !important; }
  .centerText::after {
    left: calc(50% - 35px) !important;
    bottom: -70px !important;
    border: 35px solid transparent !important;
    border-top: 35px solid #20DBC8 !important; } }

@media (max-width: 770px) {
  .centerText {
    height: 50px !important; }
    .centerText .textInCwnterText {
      font-size: 30px !important; }
  .joinJam .jamContainer {
    margin-top: 20px !important;
    margin-bottom: 20px !important; }
    .joinJam .jamContainer .photoJam {
      width: 280px !important;
      height: 150px !important;
      margin: 20px !important; }
      .joinJam .jamContainer .photoJam .namejam {
        font-size: 20px !important; } }

@media (max-width: 645px) {
  .centerText {
    height: 50px !important;
    margin-bottom: 50px !important; }
    .centerText .textInCwnterText {
      font-size: 30px !important; }
  .joinJam {
    flex-direction: column !important;
    align-items: center !important; }
    .joinJam .jamContainer {
      margin-top: -20px !important;
      margin-bottom: 0px !important; }
      .joinJam .jamContainer .photoJam {
        width: 400px !important;
        height: 250px !important;
        margin: 20px !important; }
        .joinJam .jamContainer .photoJam:hover {
          transform: scale(1.05); }
        .joinJam .jamContainer .photoJam .namejam {
          font-size: 20px !important; } }

@media (max-width: 440px) {
  .centerText {
    height: 40px !important;
    margin-bottom: 50px !important; }
    .centerText .textInCwnterText {
      font-size: 20px !important; }
  .joinJam {
    flex-direction: column !important;
    align-items: center !important; }
    .joinJam .jamContainer {
      margin-top: -20px !important;
      margin-bottom: 0px !important; }
      .joinJam .jamContainer .photoJam {
        width: 300px !important;
        height: 180px !important;
        margin: 20px 10px !important; }
        .joinJam .jamContainer .photoJam:hover {
          box-shadow: 0;
          transform: scale(1); }
        .joinJam .jamContainer .photoJam .namejam {
          opacity: 1;
          font-size: 20px !important; }
  .centerText::after {
    left: calc(50% - 27px) !important;
    bottom: -55px !important;
    border: 28px solid transparent !important;
    border-top: 28px solid #20DBC8 !important; } }

.margintop50px {
  margin-top: 50px !important; }

.textdecorationnone {
  text-decoration: none; }

.centerTextBlack {
  width: 100%;
  height: 100px;
  background: #242321;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative; }
  .centerTextBlack .textInCwnterText {
    color: white;
    font-size: 40px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .centerTextBlack .textInCwnterText .advantageRsLogo {
      height: 80px; }

.centerTextBlack::after {
  content: '';
  position: absolute;
  left: calc(50% - 60px);
  bottom: -120px;
  border: 60px solid transparent;
  border-top: 60px solid #242321; }

.margin50px {
  margin-bottom: 100px; }

.advantagesContainer {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 50px 0; }
  .advantagesContainer .advantageBox {
    margin-left: 50px;
    margin-right: 50px; }
    .advantagesContainer .advantageBox .advantagePhoto {
      width: 350px;
      height: 350px;
      border-radius: 50%; }
    .advantagesContainer .advantageBox .advantageHeadline {
      text-align: center;
      font-size: 25px;
      margin: 20px 0 20px;
      max-width: 350px; }
    .advantagesContainer .advantageBox .line-height-center-text {
      line-height: 60px; }
      @media (max-width: 1350px) {
        .advantagesContainer .advantageBox .line-height-center-text {
          line-height: normal; } }
    .advantagesContainer .advantageBox .line-height-right-text {
      line-height: 60px; }
      @media (max-width: 920px) {
        .advantagesContainer .advantageBox .line-height-right-text {
          line-height: 90px; } }
      @media (max-width: 770px) {
        .advantagesContainer .advantageBox .line-height-right-text {
          line-height: 38px; } }
    .advantagesContainer .advantageBox .advantageText {
      width: 350px;
      text-align: center; }

@media (max-width: 1350px) {
  .centerTextBlack {
    height: 75px !important; }
    .centerTextBlack .textInCwnterText {
      font-size: 30px !important; }
      .centerTextBlack .textInCwnterText .advantageRsLogo {
        height: 55px !important; }
  .centerTextBlack::after {
    left: calc(50% - 50px) !important;
    bottom: -100px !important;
    border: 50px solid transparent !important;
    border-top: 50px solid #242321 !important; }
  .advantagesContainer {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    margin-top: 50px !important; }
    .advantagesContainer .advantageBox {
      margin-left: 50px !important;
      margin-right: 50px !important; }
      .advantagesContainer .advantageBox .advantagePhoto {
        width: 300px !important;
        height: 300px !important;
        border-radius: 50% !important; }
      .advantagesContainer .advantageBox .advantageHeadline {
        font-size: 25px !important;
        max-width: 300px !important; }
      .advantagesContainer .advantageBox .advantageText {
        width: 300px !important; } }

@media (max-width: 1100px) {
  .advantagesContainer {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    margin-top: 50px !important; }
    .advantagesContainer .advantageBox {
      margin-left: 20px !important;
      margin-right: 20px !important; }
      .advantagesContainer .advantageBox .advantagePhoto {
        width: 275px !important;
        height: 275px !important;
        border-radius: 50% !important; }
      .advantagesContainer .advantageBox .advantageHeadline {
        max-width: 275px !important; }
      .advantagesContainer .advantageBox .advantageText {
        width: 275px !important; } }

@media (max-width: 920px) {
  .centerTextBlack {
    height: 60px !important;
    margin-bottom: 30px; }
    .centerTextBlack .textInCwnterText {
      font-size: 30px !important; }
      .centerTextBlack .textInCwnterText .advantageRsLogo {
        height: 40px !important; }
  .centerTextBlack::after {
    left: calc(50% - 35px) !important;
    bottom: -70px !important;
    border: 35px solid transparent !important;
    border-top: 35px solid #242321 !important; }
  .advantagesContainer {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    margin-top: 0 !important; }
    .advantagesContainer .advantageBox {
      margin-left: 20px !important;
      margin-right: 20px !important;
      margin-top: 30px !important;
      width: 200px !important; }
      .advantagesContainer .advantageBox .advantagePhoto {
        width: 200px !important;
        height: 200px !important;
        border-radius: 50% !important; }
      .advantagesContainer .advantageBox .advantageHeadline {
        max-width: 200px !important; }
      .advantagesContainer .advantageBox .advantageText {
        width: 200px !important; } }

@media (max-width: 770px) {
  .centerTextBlack {
    height: 60px !important; }
    .centerTextBlack .textInCwnterText {
      font-size: 30px !important; }
      .centerTextBlack .textInCwnterText .advantageRsLogo {
        height: 40px !important; }
  .centerTextBlack::after {
    left: calc(50% - 35px) !important;
    bottom: -70px !important;
    border: 35px solid transparent !important;
    border-top: 35px solid #242321 !important; }
  .advantagesContainer {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    margin-top: 0 !important; }
    .advantagesContainer .advantageBox {
      margin-left: 20px !important;
      margin-right: 20px !important;
      margin-top: 30px !important;
      width: 150px !important; }
      .advantagesContainer .advantageBox .advantagePhoto {
        width: 150px !important;
        height: 150px !important;
        border-radius: 50% !important; }
      .advantagesContainer .advantageBox .advantageHeadline {
        max-width: 150px !important;
        font-size: 16px !important; }
      .advantagesContainer .advantageBox .advantageText {
        width: 150px !important;
        font-size: 13px !important; } }

@media (max-width: 645px) {
  .advantagesContainer {
    flex-direction: column !important;
    align-items: center !important;
    margin-bottom: 30px !important; }
    .advantagesContainer .advantageBox {
      margin-left: 20px !important;
      margin-right: 20px !important;
      margin-top: 30px !important;
      width: 300px !important; }
      .advantagesContainer .advantageBox .advantagePhoto {
        width: 300px !important;
        height: 300px !important;
        border-radius: 50% !important; }
      .advantagesContainer .advantageBox .advantageHeadline {
        max-width: 300px !important;
        font-size: 19px !important; }
      .advantagesContainer .advantageBox .advantageText {
        width: 300px !important;
        font-size: 13px !important; } }

@media (max-width: 440px) {
  .centerTextBlack {
    height: 50px !important;
    margin-bottom: 50px !important; }
    .centerTextBlack .textInCwnterText {
      font-size: 20px !important; }
      .centerTextBlack .textInCwnterText .advantageRsLogo {
        height: 30px !important; }
  .centerTextBlack::after {
    left: calc(50% - 27px) !important;
    bottom: -55px !important;
    border: 28px solid transparent !important;
    border-top: 28px solid #242321 !important; } }

.margin-for-separateBlock {
  margin-top: 50px; }
  @media (max-width: 750px) {
    .margin-for-separateBlock {
      margin-top: 30px; } }

.SeparateBLock {
  background: #20DBC8;
  text-align: center;
  padding: 2% 20px;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
  color: white; }
  @media (max-width: 992px) {
    .SeparateBLock {
      font-size: 20px; } }
  @media (max-width: 767px) {
    .SeparateBLock {
      font-size: 1em; } }

.margin-top {
  margin-top: 5%; }

.member-block {
  width: 100%;
  height: 100px;
  background: #242321;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  margin-bottom: 7%; }
  .member-block .separate-block-black {
    margin: 5% 0;
    letter-spacing: 0.1em;
    text-align: center;
    padding: 2% 0;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    color: white; }
    .member-block .separate-block-black .thunder-icon {
      color: #20DBC8; }
    .member-block .separate-block-black :after {
      border: 60px solid transparent;
      border-top: 60px solid #242321;
      content: "";
      bottom: -120px;
      margin-left: -30px;
      position: absolute;
      height: 0;
      width: 0; }
      @media (max-width: 992px) {
        .member-block .separate-block-black :after {
          border: 40px solid transparent;
          border-top: 40px solid #242321;
          margin-left: -20px;
          bottom: -80px; } }
      @media (max-width: 500px) {
        .member-block .separate-block-black :after {
          border: 20px solid transparent;
          border-top: 20px solid #242321;
          bottom: -39px;
          margin-left: -10px; } }
    @media (max-width: 767px) {
      .member-block .separate-block-black {
        font-size: 14px;
        margin: 2% 0; } }
  @media (max-width: 767px) {
    .member-block {
      height: auto; } }

.lessonDesc h3 {
  font-size: 24px;
  margin-bottom: 20px; }
  @media (max-width: 1200px) {
    .lessonDesc h3 {
      font-size: 20px; } }
  @media (max-width: 700px) {
    .lessonDesc h3 {
      font-size: 15px;
      margin-bottom: 10px; } }
  @media (max-width: 400px) {
    .lessonDesc h3 {
      font-size: 13px;
      margin-bottom: 7px; } }

.mediaPage {
  display: flex;
  flex-direction: column;
  width: 60%;
  margin: 0 auto; }
  .mediaPage iframe {
    height: calc(100vw * 0.4);
    margin-top: 50px; }

.learning-container {
  width: 65%;
  height: 100%;
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
  justify-content: flex-start;
  flex-direction: row; }

.learning-vertical-group {
  flex: 1 1 auto;
  align-self: auto;
  display: flex;
  justify-content: flex-start;
  flex-direction: column; }

.learning-block {
  background-image: linear-gradient(112deg, #fff0dd, #fffcd6d5);
  border-radius: 25px;
  box-shadow: 0px 2px 2px 0px #effdfb;
  flex: 2 1 auto;
  align-self: auto;
  margin: 20px;
  padding: 15px;
  flex-direction: column; }
  .learning-block .trial-block {
    height: 35vh !important; }

.learning {
  background-image: linear-gradient(112deg, #dfc98f, #d79d5f);
  width: 80%;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 100px;
  padding: 20px;
  padding-left: 5px;
  border-radius: 20px;
  transition: 8s;
  box-shadow: 0px 10px 10px 0px rgba(233, 201, 143, 0.5); }
  .learning .learning-headline {
    font-size: 400%;
    color: white;
    padding-left: 37px;
    margin: 0;
    padding-top: 50px;
    padding-bottom: 50px; }
    @media (max-width: 1450px) {
      .learning .learning-headline {
        font-size: 300%; } }
  .learning .learningContentBox {
    width: 90%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto; }
    .learning .learningContentBox .learningContent {
      width: 33%;
      padding-bottom: 50px; }
      .learning .learningContentBox .learningContent .iconAndLine {
        display: flex;
        justify-content: space-between; }
        .learning .learningContentBox .learningContent .iconAndLine .learnIcon {
          width: 50px;
          height: 50px;
          position: relative; }
        .learning .learningContentBox .learningContent .iconAndLine .lineNearIcon {
          width: 79%;
          margin-top: 22px;
          height: 1px;
          border-bottom: 3px solid white; }
      .learning .learningContentBox .learningContent .itemHeadline {
        color: white;
        font-size: 30px;
        margin: 0;
        height: 5vh;
        display: flex;
        align-items: center; }
      .learning .learningContentBox .learningContent .itemText {
        width: 90%;
        color: white; }

@media (max-width: 1000px) {
  .learning .learning-headline {
    font-size: 200% !important;
    padding: 10px 0 10px 35px; }
  .learning .learningContentBox .learningContent .itemHeadline {
    font-size: 15px !important; }
  .learning .learningContentBox .learningContent .itemText {
    font-size: 10px !important; } }

@media (max-width: 520px) {
  .learning {
    padding: 0 !important; }
    .learning .learning-headline {
      font-size: 200% !important;
      text-transform: uppercase !important;
      padding-left: 0 !important;
      text-align: center !important;
      padding-top: 30px !important;
      padding-bottom: 30px !important; }
    .learning .learningContentBox {
      flex-direction: column !important;
      align-items: center !important; }
      .learning .learningContentBox .learningContent {
        text-align: center !important;
        width: 90% !important;
        padding-bottom: 20px !important; }
        .learning .learningContentBox .learningContent .iconAndLine .learnIcon {
          padding-left: 0 !important;
          margin: 0 auto !important; }
        .learning .learningContentBox .learningContent .iconAndLine .lineNearIcon {
          display: none !important; }
        .learning .learningContentBox .learningContent .itemHeadline {
          justify-content: center;
          font-size: 25px !important;
          padding-left: 0 !important;
          font-weight: bold !important;
          margin-bottom: 10px !important; }
        .learning .learningContentBox .learningContent .itemText {
          font-size: 15px !important;
          width: 100% !important; } }

.trial-main {
  user-select: none !important;
  position: relative;
  width: 20vw;
  height: 45px;
  cursor: pointer;
  border-radius: 15px;
  box-shadow: 0px 2px 2px 0px #686868;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.1) !important; }
  .trial-main:focus {
    box-shadow: none !important;
    outline: none !important; }
  .trial-main:active:focus {
    box-shadow: none !important;
    outline: none !important; }

@media (max-width: 1200) {
  .trial-main {
    width: 80vw; } }

.trial-fill {
  position: absolute;
  border-radius: 15px !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #a4e1fa 0%, #20DBC8 100%) !important; }

.trial-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #141414; }

.trial-container {
  margin: 0 auto;
  height: 100%;
  justify-content: center; }

.skill-levels {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center; }
  .skill-levels .instrument-tittle {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    color: pink; }
  .skill-levels .skill-levels-tittle {
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bolder;
    margin-bottom: 30px;
    font-size: 60px;
    -webkit-text-stroke: 0.5px pink; }
    @media (max-width: 1100px) {
      .skill-levels .skill-levels-tittle {
        margin-bottom: 15px; } }
    @media (max-width: 700px) {
      .skill-levels .skill-levels-tittle {
        font-size: 40px; } }
    @media (max-width: 400px) {
      .skill-levels .skill-levels-tittle {
        font-size: 33px; } }
  .skill-levels .concept {
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: space-around; }
    @media (max-width: 800px) {
      .skill-levels .concept {
        width: 80%; } }
    @media (max-width: 700px) {
      .skill-levels .concept {
        width: 100%;
        justify-content: center; } }
    .skill-levels .concept .key-concept {
      text-transform: uppercase;
      font-weight: bold;
      padding: 2%;
      background: #000;
      color: white;
      font-size: 30px; }
      @media (max-width: 1330px) {
        .skill-levels .concept .key-concept {
          font-size: 25px; } }
      @media (max-width: 1100px) {
        .skill-levels .concept .key-concept {
          font-size: 20px; } }
      @media (max-width: 700px) {
        .skill-levels .concept .key-concept {
          font-size: 13px; } }
      @media (max-width: 400px) {
        .skill-levels .concept .key-concept {
          font-size: 10px; } }
    .skill-levels .concept .key-concept-type {
      text-transform: uppercase;
      font-weight: bold;
      font-size: 24px; }
      @media (max-width: 1330px) {
        .skill-levels .concept .key-concept-type {
          font-size: 20px; } }
      @media (max-width: 1100px) {
        .skill-levels .concept .key-concept-type {
          font-size: 15px; } }
      @media (max-width: 700px) {
        .skill-levels .concept .key-concept-type {
          font-size: 10px;
          margin-left: 2%;
          margin-right: 2%; } }
      @media (max-width: 400px) {
        .skill-levels .concept .key-concept-type {
          font-size: 8px; } }
    .skill-levels .concept .key-concept-icon {
      font-size: 24px; }
      @media (max-width: 1330px) {
        .skill-levels .concept .key-concept-icon {
          font-size: 20px; } }
      @media (max-width: 1100px) {
        .skill-levels .concept .key-concept-icon {
          font-size: 15px; } }
      @media (max-width: 700px) {
        .skill-levels .concept .key-concept-icon {
          font-size: 10px; } }

.getStarted {
  width: 100%;
  height: 650px;
  position: relative;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .getStarted .get-started-image {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: -1; }
  .getStarted .opacityBackground {
    background: rgba(177, 165, 165, 0.5);
    display: flex;
    z-index: 0;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%; }
    .getStarted .opacityBackground .getStartedHeadline {
      text-align: center;
      color: white;
      font-size: 50px;
      font-family: 'Lato', sans-serif;
      margin-bottom: 30px; }
    .getStarted .opacityBackground .getStartedText {
      text-align: center;
      color: white;
      font-size: 25px;
      margin-top: 0;
      margin-bottom: 50px; }
    .getStarted .opacityBackground .getStartedButton {
      border-radius: 10px;
      background: rgba(32, 219, 200, 0.7) !important;
      border: 0;
      color: white;
      font-size: 30px;
      padding: 20px;
      margin: 0 auto;
      font-weight: 700;
      transition: 0.3s all;
      outline: none;
      text-decoration: none; }
    .getStarted .opacityBackground .getStartedButton:hover {
      transition: 0.3s all;
      background: #20dbc8 !important; }

@media (max-width: 900px) {
  .getStarted {
    height: 400px !important; }
    .getStarted .opacityBackground .getStartedHeadline {
      font-size: 40px !important; }
    .getStarted .opacityBackground .getStartedText {
      font-size: 20px !important; }
    .getStarted .opacityBackground .getStartedButton {
      padding: 10px !important;
      font-size: 20px !important;
      border-radius: 7px !important; } }

@media (max-width: 560px) {
  .getStarted {
    height: 250px !important; }
    .getStarted .opacityBackground .getStartedHeadline {
      font-size: 20px !important;
      margin-bottom: 15px !important; }
    .getStarted .opacityBackground .getStartedText {
      font-size: 15px !important;
      margin-bottom: 20px !important; }
    .getStarted .opacityBackground .getStartedButton {
      padding: 5px !important;
      font-size: 15px !important;
      border-radius: 4px !important; } }

@media (max-width: 400px) {
  .getStarted {
    height: 250px !important; }
    .getStarted .opacityBackground .getStartedHeadline {
      font-size: 20px !important;
      margin-bottom: 15px !important; }
    .getStarted .opacityBackground .getStartedText {
      font-size: 15px !important;
      margin-bottom: 20px !important; }
    .getStarted .opacityBackground .getStartedButton {
      padding: 5px !important;
      font-size: 15px !important;
      border-radius: 4px !important; } }

.iconGrid {
  /*! autoprefixer: off */
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-flow: row wrap;
  flex-basis: 100%;
  justify-content: center;
  align-items: center; }
  .iconGrid li {
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    margin: 0 8pt;
    text-align: center;
    font-weight: bold; }
    .iconGrid li a {
      text-decoration: none; }
      .iconGrid li a h3 {
        width: 100pt;
        margin: 8pt auto 0;
        text-align: center;
        white-space: normal; }
  @media (max-width: 600px) {
    .iconGrid {
      display: block;
      width: 90vw;
      margin: 0 auto;
      text-align: center; }
      .iconGrid li {
        display: inline-block; } }

.icon {
  width: 88pt;
  height: 88pt;
  margin: 0 auto;
  background: transparent;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  filter: grayscale(100%);
  transition: all .25s ease-in-out; }
  .icon:hover {
    filter: none; }

.musicianIcon {
  width: 120pt;
  min-width: 120pt;
  height: 120pt;
  margin: 0 auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border: 1px solid #2d2d2d; }

.circleIcon {
  width: 24pt; }

.aboutFirstPhoto {
  width: 100%;
  height: 500px;
  background: url(../../../static/images/img/aboutPhoto.jpg) no-repeat;
  background-size: cover;
  background-position: center center; }

.contactFirstPhoto {
  width: 100%;
  height: 500px;
  background: url(../../../static/images/img/contactFirst.jpg) no-repeat;
  background-size: cover;
  background-position: center center; }

.mediaFirstPhoto {
  width: 100%;
  height: 500px;
  background: url(../../../static/images/img/mediaFirst.jpg) no-repeat;
  background-size: cover;
  background-position: center center; }

.linkFirstPhoto {
  width: 100%;
  height: 500px;
  background: url(../../../static/images/img/mediaFirst.jpg) no-repeat;
  background-size: cover;
  background-position: center center; }

.aboutFirstPhoto .aboutOpacity, .contactFirstPhoto .aboutOpacity, .mediaFirstPhoto .aboutOpacity, .linkFirstPhoto .aboutOpacity {
  width: 100%;
  height: 100%;
  background: rgba(125, 119, 119, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .aboutFirstPhoto .aboutOpacity .aboutInscription, .contactFirstPhoto .aboutOpacity .aboutInscription, .mediaFirstPhoto .aboutOpacity .aboutInscription, .linkFirstPhoto .aboutOpacity .aboutInscription {
    -webkit-text-stroke: 3px #20DBC8;
    color: transparent;
    font-size: 800%;
    text-transform: uppercase;
    text-align: center;
    word-spacing: 10px;
    margin-bottom: 20px; }
  .aboutFirstPhoto .aboutOpacity .aboutSpeech, .contactFirstPhoto .aboutOpacity .aboutSpeech, .mediaFirstPhoto .aboutOpacity .aboutSpeech, .linkFirstPhoto .aboutOpacity .aboutSpeech {
    color: white;
    font-size: 200%;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center; }

.aboutUsTextBox {
  width: 40%;
  margin: 0 auto;
  margin-top: 50px; }
  @media (max-width: 700px) {
    .aboutUsTextBox {
      width: 80%;
      margin-top: 30px; } }
  .aboutUsTextBox .aboutUsText {
    text-align: center;
    font-size: 110%; }
    @media (max-width: 1100px) {
      .aboutUsTextBox .aboutUsText {
        font-size: 80%; } }

.aboutUnderTextBox {
  width: 90%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 20px; }
  @media (max-width: 700px) {
    .aboutUnderTextBox {
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin-top: 0; } }
  @media (max-width: 400px) {
    .aboutUnderTextBox {
      width: 100%; } }
  .aboutUnderTextBox .aboutUnderText {
    width: 40%; }
    @media (max-width: 1100px) {
      .aboutUnderTextBox .aboutUnderText {
        font-size: 80%; } }
    @media (max-width: 700px) {
      .aboutUnderTextBox .aboutUnderText {
        width: 80%; } }
    .aboutUnderTextBox .aboutUnderText .aboutTextHeadline {
      width: fit-content;
      margin: 0 auto;
      padding: 10px;
      font-weight: bold;
      background: black;
      color: white;
      border-radius: 5px;
      font-size: 120%;
      text-transform: uppercase; }
      @media (max-width: 1100px) {
        .aboutUnderTextBox .aboutUnderText .aboutTextHeadline {
          font-size: 100%; } }
      @media (max-width: 700px) {
        .aboutUnderTextBox .aboutUnderText .aboutTextHeadline {
          margin-top: 20px; } }
    .aboutUnderTextBox .aboutUnderText .aboutText {
      color: #727677;
      margin-top: 20px; }

.about-teacher {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap; }
  .about-teacher .about-teacher-block {
    width: 13%;
    position: relative;
    margin: 30px; }
    @media (max-width: 992px) {
      .about-teacher .about-teacher-block {
        width: 20%; } }
    @media (max-width: 767px) {
      .about-teacher .about-teacher-block {
        width: 30%; } }
    @media (max-width: 500px) {
      .about-teacher .about-teacher-block {
        width: 50%; } }
    .about-teacher .about-teacher-block .about-teacher-block-image {
      cursor: pointer;
      width: 100%;
      height: 13vw;
      border-radius: 50%;
      transition: 0.3s; }
      .about-teacher .about-teacher-block .about-teacher-block-image:hover .about-teacher-block-button {
        color: white;
        background: #20DBC8; }
      .about-teacher .about-teacher-block .about-teacher-block-image:focus {
        outline: none; }
      @media (max-width: 992px) {
        .about-teacher .about-teacher-block .about-teacher-block-image {
          height: 20vw; } }
      @media (max-width: 767px) {
        .about-teacher .about-teacher-block .about-teacher-block-image {
          height: 30vw; } }
      @media (max-width: 500px) {
        .about-teacher .about-teacher-block .about-teacher-block-image {
          height: 50vw; } }
    .about-teacher .about-teacher-block .about-teacher-block-button {
      padding: 1rem;
      background: white;
      transition: 0.3s;
      width: 100%;
      font-weight: bold;
      color: #20DBC8;
      border: 2px solid #20DBC8;
      margin: 20px auto; }
      .about-teacher .about-teacher-block .about-teacher-block-button:focus {
        outline: none; }

@media (max-width: 1300px) {
  .aboutFirstPhoto .aboutOpacity .aboutInscription, .contactFirstPhoto .aboutOpacity .aboutInscription, .mediaFirstPhoto .aboutOpacity .aboutInscription, .linkFirstPhoto .aboutOpacity .aboutInscription {
    font-size: 550% !important; }
  .aboutFirstPhoto .aboutOpacity .aboutSpeech, .contactFirstPhoto .aboutOpacity .aboutSpeech, .mediaFirstPhoto .aboutOpacity .aboutSpeech, .linkFirstPhoto .aboutOpacity .aboutSpeech {
    font-size: 120% !important; } }

@media (max-width: 1000px) {
  .aboutFirstPhoto, .contactFirstPhoto, .mediaFirstPhoto, .linkFirstPhoto {
    height: 300px !important; }
    .aboutFirstPhoto .aboutOpacity .aboutInscription, .contactFirstPhoto .aboutOpacity .aboutInscription, .mediaFirstPhoto .aboutOpacity .aboutInscription, .linkFirstPhoto .aboutOpacity .aboutInscription {
      font-size: 400% !important;
      -webkit-text-stroke: 2px #20DBC8 !important; }
    .aboutFirstPhoto .aboutOpacity .aboutSpeech, .contactFirstPhoto .aboutOpacity .aboutSpeech, .mediaFirstPhoto .aboutOpacity .aboutSpeech, .linkFirstPhoto .aboutOpacity .aboutSpeech {
      font-size: 100% !important; } }

@media (max-width: 800px) {
  .aboutFirstPhoto .aboutOpacity .aboutInscription, .contactFirstPhoto .aboutOpacity .aboutInscription, .mediaFirstPhoto .aboutOpacity .aboutInscription, .linkFirstPhoto .aboutOpacity .aboutInscription {
    font-size: 261% !important;
    -webkit-text-stroke: 1px #20DBC8 !important; }
  .aboutFirstPhoto .aboutOpacity .aboutSpeech, .contactFirstPhoto .aboutOpacity .aboutSpeech, .mediaFirstPhoto .aboutOpacity .aboutSpeech, .linkFirstPhoto .aboutOpacity .aboutSpeech {
    font-size: 80% !important; } }

.firstScreenPrograms {
  width: 100%;
  height: 90vh;
  background: url(../static/images/ProgramsPagePhoto/firstPhoto.jpg) no-repeat;
  background-size: cover;
  background-position: center center; }
  .firstScreenPrograms .programsOpasity {
    display: flex;
    justify-content: space-around;
    width: 100%;
    height: 100%;
    width: fit-content;
    background: rgba(92, 90, 90, 0.5); }
    .firstScreenPrograms .programsOpasity .firstScreenProgramsText {
      display: flex;
      width: 100%;
      align-items: center;
      flex-direction: column;
      justify-content: center; }
      .firstScreenPrograms .programsOpasity .firstScreenProgramsText .musicPrograms {
        -webkit-text-stroke: 3px #20DBC8;
        color: transparent;
        font-size: 800%;
        margin-top: -45px;
        text-transform: uppercase; }
      .firstScreenPrograms .programsOpasity .firstScreenProgramsText .underMusicPrograms {
        text-transform: uppercase;
        font-size: 200%;
        color: #20DBC8; }
      .firstScreenPrograms .programsOpasity .firstScreenProgramsText .lastText {
        text-transform: uppercase;
        font-size: 200%;
        color: white;
        font-weight: bold; }

.marginFrameTeacher {
  margin-top: 65px !important; }

.programsFrame {
  display: flex;
  justify-content: center;
  margin-top: 50px; }
  @media (max-width: 750px) {
    .programsFrame {
      margin-top: 30px; } }
  .programsFrame .leftLine {
    width: 20%;
    border-bottom: 2px solid #20DBC8;
    height: 2px;
    margin-top: 42px; }
  .programsFrame .textBox {
    width: fit-content;
    min-width: 280px;
    border: 2px solid #20DBC8;
    padding: 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 200%;
    -webkit-text-stroke: 1px black;
    color: white;
    border-radius: 2px; }
    .programsFrame .textBox a {
      color: white;
      text-decoration: none; }
    .programsFrame .textBox a:hover {
      text-decoration: underline; }
  .programsFrame .rightLine {
    width: 20%;
    border-bottom: 2px solid #20DBC8;
    height: 2px;
    margin-top: 42px; }

.aboutJamLink {
  text-decoration: none; }

.kindOfProgram {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 50px; }
  .kindOfProgram .photoAndAge .JamNameMob {
    font-size: 130%;
    background: black;
    color: white;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    margin: 0 auto;
    width: fit-content;
    display: none;
    margin-bottom: 10px;
    cursor: pointer; }
  .kindOfProgram .photoAndAge .campCost {
    padding-left: 30px;
    padding-right: 30px;
    color: #727677; }
    .kindOfProgram .photoAndAge .campCost .cost {
      color: black;
      font-weight: bold; }
  .kindOfProgram .photoAndAge .aboutJamMob {
    color: #727677;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 400px;
    display: none; }
    .kindOfProgram .photoAndAge .aboutJamMob .formsContact .formContact {
      height: 40px;
      margin: 2px;
      padding-left: 10px;
      border: 1px solid #20DBC8;
      border-radius: 5px; }
      @media (max-width: 900px) {
        .kindOfProgram .photoAndAge .aboutJamMob .formsContact .formContact {
          height: 35px; } }
    .kindOfProgram .photoAndAge .aboutJamMob .formsContact .messageContact {
      padding-left: 10px;
      height: 60px;
      margin: 2px;
      border: 1px solid #20DBC8;
      border-radius: 5px;
      font-size: 16px; }
      @media (max-width: 1100px) {
        .kindOfProgram .photoAndAge .aboutJamMob .formsContact .messageContact {
          height: 30px; } }
      @media (max-width: 750px) {
        .kindOfProgram .photoAndAge .aboutJamMob .formsContact .messageContact {
          height: 45px; } }
    .kindOfProgram .photoAndAge .aboutJamMob .formsContact .buttonContact {
      width: 50%;
      height: 40px;
      border-radius: 5px;
      border: none;
      background: rgba(32, 219, 200, 0.7);
      color: white;
      font-weight: bold;
      transition: 0.3s all; }
      @media (max-width: 1100px) {
        .kindOfProgram .photoAndAge .aboutJamMob .formsContact .buttonContact {
          height: 30px; } }
      @media (max-width: 750px) {
        .kindOfProgram .photoAndAge .aboutJamMob .formsContact .buttonContact {
          height: 35px; } }
    .kindOfProgram .photoAndAge .aboutJamMob .formsContact .buttonContact:hover {
      text-decoration: none !important;
      transition: 0.3s all;
      background: #20DBC8; }
    .kindOfProgram .photoAndAge .aboutJamMob .aboutJamText {
      color: #727677; }
      .kindOfProgram .photoAndAge .aboutJamMob .aboutJamText .cost {
        color: black;
        font-weight: bold; }
    .kindOfProgram .photoAndAge .aboutJamMob .aboutJam .phoneNum {
      color: black;
      font-weight: bold; }
    .kindOfProgram .photoAndAge .aboutJamMob .aboutJam .rsEmail {
      text-decoration: none;
      color: black;
      font-weight: bold;
      border-bottom: 1px solid black; }
    .kindOfProgram .photoAndAge .aboutJamMob .marginTop10 {
      margin-top: 10px; }
    .kindOfProgram .photoAndAge .aboutJamMob .campMarginTop {
      margin-top: 20px !important; }
    .kindOfProgram .photoAndAge .aboutJamMob .selects {
      width: 50%;
      margin: 20px auto; }
    .kindOfProgram .photoAndAge .aboutJamMob .campRegistrationButtonBottom {
      text-decoration: none;
      background: #20DBC8;
      border-radius: 10px;
      padding: 15px;
      border: none;
      font-weight: 700;
      color: white;
      font-size: 70%;
      margin: 20px auto; }
      .kindOfProgram .photoAndAge .aboutJamMob .campRegistrationButtonBottom:focus {
        outline: none; }
    .kindOfProgram .photoAndAge .aboutJamMob .campRegistrationButtonBottomDisable {
      text-decoration: none;
      border: none;
      background: #a6f7f7;
      border-radius: 10px;
      padding: 15px;
      font-weight: 700;
      color: white;
      font-size: 70%;
      margin: 20px auto; }
  .kindOfProgram .photoAndAge .centerTextStyle {
    text-align: center; }
  .kindOfProgram .photoAndAge .LearnMoreMob {
    width: 200px;
    height: 30px;
    background: white;
    color: #20DBC8;
    border: 2px solid #20DBC8;
    border-radius: 5px;
    font-weight: bold;
    margin-top: 10px;
    display: none;
    transition: box-shadow 0.3s, color 0.3s, background 0.3s; }
    .kindOfProgram .photoAndAge .LearnMoreMob:hover {
      background: #20DBC8;
      color: white;
      transition: box-shadow 0.3s, color 0.3s, background 0.3s;
      box-shadow: 0 0 10px 2px #eb973f; }
    .kindOfProgram .photoAndAge .LearnMoreMob:focus {
      outline: none; }
  .kindOfProgram .photoAndAge .photo {
    cursor: pointer;
    width: 900px;
    height: 600px; }
  .kindOfProgram .photoAndAge .paddingLeft {
    padding-left: 12px; }
  .kindOfProgram .photoAndAge .textAlignCenter {
    text-align: center; }
  .kindOfProgram .photoAndAge .top0 {
    margin-top: 0 !important; }
  .kindOfProgram .photoAndAge .bottom0 {
    margin-bottom: 0 !important; }
  .kindOfProgram .photoAndAge .marginCenter {
    margin: 0 auto; }
  .kindOfProgram .description {
    width: 40%;
    margin: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .kindOfProgram .description .JamName {
      cursor: pointer;
      font-size: 300%;
      background: black;
      width: fit-content;
      color: white;
      text-align: center;
      padding: 20px;
      border-radius: 5px 5px 5px 0; }
    .kindOfProgram .description .campMarginTop {
      margin-top: 50px !important; }
    .kindOfProgram .description .age {
      background: black;
      color: white;
      text-align: center;
      padding-left: 20px;
      padding-right: 20px;
      padding-bottom: 20px;
      display: inline-block;
      border-radius: 0 0 5px 5px; }
    .kindOfProgram .description .aboutJam {
      color: #727677;
      margin-top: 50px;
      margin-bottom: 20px; }
      .kindOfProgram .description .aboutJam h3 {
        display: none; }
        .kindOfProgram .description .aboutJam h3:first-child {
          display: inherit; }
      @media (max-width: 1500px) {
        .kindOfProgram .description .aboutJam {
          margin-top: 20px; } }
      .kindOfProgram .description .aboutJam .selects {
        margin: 50px 0;
        width: 58%;
        font-size: 150%; }
        @media (max-width: 1200px) {
          .kindOfProgram .description .aboutJam .selects {
            font-size: 17px;
            width: 60%; } }
        @media (max-width: 885px) {
          .kindOfProgram .description .aboutJam .selects {
            width: 86%; } }
        @media (max-width: 885px) {
          .kindOfProgram .description .aboutJam .selects {
            width: 100%;
            font-size: 110%; } }
      .kindOfProgram .description .aboutJam .aboutJamText {
        color: #727677; }
        .kindOfProgram .description .aboutJam .aboutJamText .cost {
          color: black;
          font-weight: bold; }
      .kindOfProgram .description .aboutJam .campRegistrationButtonBottom {
        text-decoration: none;
        border: none;
        background: #20DBC8;
        border-radius: 10px;
        padding: 20px;
        margin: 50px 0;
        font-weight: 700;
        color: white;
        font-size: 130%;
        transition: box-shadow 0.3s; }
        .kindOfProgram .description .aboutJam .campRegistrationButtonBottom:focus {
          outline: none; }
      .kindOfProgram .description .aboutJam .campRegistrationButtonBottom:hover {
        transition: box-shadow 0.3s;
        box-shadow: 0 0 10px 2px #eb973f; }
      .kindOfProgram .description .aboutJam .campRegistrationButtonBottomDisable {
        text-decoration: none;
        border: none;
        background: #a6f7f7;
        border-radius: 10px;
        padding: 20px;
        margin: 50px 0;
        font-weight: 700;
        color: white;
        font-size: 130%; }
    .kindOfProgram .description .phoneNum {
      color: black;
      font-weight: bold; }
    .kindOfProgram .description .rsEmail {
      text-decoration: none;
      color: black;
      font-weight: bold;
      border-bottom: 1px solid black; }
    .kindOfProgram .description .textAlignCenter {
      text-align: center; }
    .kindOfProgram .description .paddingLeft {
      padding-left: 12px; }
    .kindOfProgram .description .top0 {
      margin-top: 0 !important; }
    .kindOfProgram .description .bottom0 {
      margin-bottom: 0 !important; }
    .kindOfProgram .description .marginCenter {
      margin: 0 auto; }
    .kindOfProgram .description .LearnMore {
      width: 200px;
      height: 60px;
      background: white;
      color: #20DBC8;
      border: 2px solid #20DBC8;
      border-radius: 5px;
      font-weight: bold;
      transition: box-shadow 0.3s, color 0.3s, background 0.3s; }
      .kindOfProgram .description .LearnMore:hover {
        background: #20DBC8;
        color: white;
        transition: box-shadow 0.3s, color 0.3s, background 0.3s;
        box-shadow: 0 0 10px 2px #eb973f; }
      .kindOfProgram .description .LearnMore:focus {
        outline: none; }
    .kindOfProgram .description .formsContact {
      margin: 0 auto;
      margin-top: 10px;
      width: 80%; }
      .kindOfProgram .description .formsContact .formContact {
        height: 40px;
        margin: 2px;
        padding-left: 10px;
        border: 1px solid #20DBC8;
        border-radius: 5px; }
        @media (max-width: 900px) {
          .kindOfProgram .description .formsContact .formContact {
            height: 35px; } }
      .kindOfProgram .description .formsContact .messageContact {
        padding-left: 10px;
        height: 60px;
        margin: 2px;
        border: 1px solid #20DBC8;
        border-radius: 5px;
        font-size: 16px; }
        @media (max-width: 1100px) {
          .kindOfProgram .description .formsContact .messageContact {
            height: 30px; } }
        @media (max-width: 750px) {
          .kindOfProgram .description .formsContact .messageContact {
            height: 45px; } }
      .kindOfProgram .description .formsContact .buttonContact {
        width: 50%;
        height: 40px;
        border-radius: 5px;
        border: none;
        background: rgba(32, 219, 200, 0.7);
        color: white;
        font-weight: bold;
        transition: 0.3s all; }
        @media (max-width: 1100px) {
          .kindOfProgram .description .formsContact .buttonContact {
            height: 30px; } }
        @media (max-width: 750px) {
          .kindOfProgram .description .formsContact .buttonContact {
            height: 35px; } }
      .kindOfProgram .description .formsContact .buttonContact:hover {
        text-decoration: none !important;
        transition: 0.3s all;
        background: #20DBC8; }

.reverse {
  flex-direction: row-reverse; }

@media (max-width: 1500px) {
  .kindOfProgram .photoAndAge .photo {
    width: 700px !important;
    height: 450px !important; }
  .description .JamName {
    font-size: 200% !important;
    padding: 10px !important; }
  .description .campMarginTop {
    background: #a6f7f7; }
  .description .age {
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-bottom: 10px !important;
    padding-top: 10px !important;
    font-size: 65%; }
  .description .aboutJam .campRegistrationButtonBottom {
    padding: 15px !important;
    font-size: 80% !important; }
  .programsFrame .textBox {
    width: fit-content !important; } }

@media (max-width: 1160px) {
  .description .aboutJam .campRegistrationButtonBottom {
    padding: 15px !important;
    font-size: 70% !important; } }

@media (max-width: 1180px) {
  .programsFrame .leftLine {
    width: 15%; }
  .programsFrame .rightLine {
    width: 15%; } }

@media (max-width: 1100px) {
  .programsFrame .leftLine {
    margin-top: 35px !important; }
  .programsFrame .textBox {
    font-size: 120% !important;
    color: black !important; }
  .programsFrame .rightLine {
    margin-top: 35px !important; }
  .kindOfProgram .photoAndAge .campCost {
    font-size: 80%; }
  .kindOfProgram .photoAndAge .photo {
    width: 500px !important;
    height: 300px !important; }
  .description {
    margin-top: 0 !important; }
    .description .JamName {
      font-size: 130% !important; }
    .description .campMarginTop {
      margin-top: 20px !important; }
    .description .age {
      font-size: 45% !important; }
    .description .aboutJam {
      font-size: 80% !important;
      margin-top: 15px !important; }
    .description .LearnMore {
      height: 30px !important; } }

@media (max-width: 900px) {
  .kindOfProgram {
    margin-top: 30px !important; }
    .kindOfProgram .photoAndAge {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center; }
      .kindOfProgram .photoAndAge .campCost {
        text-align: center;
        padding-left: 0;
        padding-right: 0;
        font-size: 80%; }
      .kindOfProgram .photoAndAge .JamNameMob {
        display: block !important; }
      .kindOfProgram .photoAndAge .aboutJamMob {
        display: block !important;
        margin-bottom: 0 !important; }
      .kindOfProgram .photoAndAge .LearnMoreMob {
        display: block !important; }
  .description {
    display: none !important; } }

@media (max-width: 650px) {
  .programsFrame .leftLine {
    width: 10%; }
  .programsFrame .rightLine {
    width: 10%; } }

@media (max-width: 600px) {
  .programsFrame .leftLine {
    display: none; }
  .programsFrame .rightLine {
    display: none; } }

@media (max-width: 400px) {
  .kindOfProgram .photoAndAge .photo {
    width: 300px !important;
    height: 180px !important; }
  .kindOfProgram .photoAndAge .JamNameMob {
    font-size: 100% !important; }
  .kindOfProgram .photoAndAge .aboutJamMob {
    width: 300px !important;
    font-size: 80% !important; }
  .programsFrame .leftLine {
    margin-top: 15px !important; }
  .programsFrame .textBox {
    font-size: 80% !important;
    color: black !important;
    padding: 6px !important; }
  .programsFrame .rightLine {
    margin-top: 15px !important; } }

.perfomanceBox {
  width: 100%;
  height: calc(100vh);
  background: black;
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  font-family: 'Anton', sans-serif; }
  .perfomanceBox .perfomanceHeadline {
    text-transform: uppercase;
    background: red;
    color: red;
    -webkit-text-stroke: 1px white;
    font-size: 800%;
    padding-left: 30px;
    padding-right: 30px;
    display: inline-block;
    margin: 0 auto;
    margin-top: 50px; }
  .perfomanceBox .underPerfomanceHeadline {
    text-transform: uppercase;
    color: white;
    font-size: 150%;
    display: inline-block;
    margin: 0 auto;
    margin-bottom: 50px;
    margin-top: 50px; }
  .perfomanceBox .perfomancePhotoBox {
    width: 100%;
    display: flex;
    justify-content: center; }
    .perfomanceBox .perfomancePhotoBox .perfomancePhotoTextBox {
      position: relative;
      margin-left: 50px;
      margin-right: 50px; }
      .perfomanceBox .perfomancePhotoBox .perfomancePhotoTextBox .perfomancePhoto {
        width: 400px;
        height: 500px; }
      .perfomanceBox .perfomancePhotoBox .perfomancePhotoTextBox .perfomanceTextUnderPhoto {
        padding: 10px;
        background: white;
        text-transform: uppercase;
        position: absolute;
        bottom: -25px;
        left: 25px;
        font-size: 123%; }

@media (max-width: 1450px) {
  .perfomanceBox {
    height: 800px !important; }
    .perfomanceBox .perfomanceHeadline {
      font-size: 700% !important; }
    .perfomanceBox .underPerfomanceHeadline {
      margin-bottom: 30px !important;
      margin-top: 30px !important; }
    .perfomanceBox .perfomancePhotoBox .perfomancePhotoTextBox {
      margin-left: 30px !important;
      margin-right: 30px !important; }
      .perfomanceBox .perfomancePhotoBox .perfomancePhotoTextBox .perfomancePhoto {
        width: 300px !important;
        height: 400px !important; } }

@media (max-width: 1100px) {
  .perfomanceBox {
    height: 700px !important; }
    .perfomanceBox .perfomanceHeadline {
      font-size: 500% !important; }
    .perfomanceBox .perfomancePhotoBox .perfomancePhotoTextBox {
      margin-left: 30px !important;
      margin-right: 30px !important; }
      .perfomanceBox .perfomancePhotoBox .perfomancePhotoTextBox .perfomancePhoto {
        width: 250px !important;
        height: 350px !important; }
      .perfomanceBox .perfomancePhotoBox .perfomancePhotoTextBox .perfomanceTextUnderPhoto {
        padding: 5px !important;
        font-size: 100% !important; } }

@media (max-width: 900px) {
  .perfomanceBox {
    height: 550px !important; }
    .perfomanceBox .perfomanceHeadline {
      font-size: 400% !important;
      padding-left: 15px !important;
      padding-right: 15px !important; }
    .perfomanceBox .perfomancePhotoBox .perfomancePhotoTextBox {
      margin-left: 30px !important;
      margin-right: 30px !important; }
      .perfomanceBox .perfomancePhotoBox .perfomancePhotoTextBox .perfomancePhoto {
        width: 180px !important;
        height: 240px !important; }
      .perfomanceBox .perfomancePhotoBox .perfomancePhotoTextBox .perfomanceTextUnderPhoto {
        padding: 5px !important;
        font-size: 70% !important;
        bottom: -12px !important;
        left: 15px !important; } }

@media (max-width: 700px) {
  .perfomanceBox {
    height: 450px !important;
    margin-top: 50px !important; }
    .perfomanceBox .underPerfomanceHeadline {
      font-size: 100% !important;
      margin-top: 20px !important;
      margin-bottom: 20px !important; }
    .perfomanceBox .perfomanceHeadline {
      font-size: 300% !important; }
    .perfomanceBox .perfomancePhotoBox .perfomancePhotoTextBox {
      margin-left: 15px !important;
      margin-right: 15px !important; }
      .perfomanceBox .perfomancePhotoBox .perfomancePhotoTextBox .perfomancePhoto {
        width: 145px !important;
        height: 190px !important; }
      .perfomanceBox .perfomancePhotoBox .perfomancePhotoTextBox .perfomanceTextUnderPhoto {
        padding: 5px !important;
        font-size: 70% !important;
        bottom: -12px !important;
        left: 15px !important; } }

@media (max-width: 540px) {
  .perfomanceBox {
    height: 1190px !important; }
    .perfomanceBox .perfomanceHeadline {
      font-size: 183% !important;
      margin-top: 20px !important; }
    .perfomanceBox .underPerfomanceHeadline {
      font-size: 100% !important; }
    .perfomanceBox .perfomancePhotoBox {
      flex-direction: column !important;
      width: fit-content !important;
      margin: 0 auto !important; }
      .perfomanceBox .perfomancePhotoBox .perfomancePhotoTextBox {
        margin-bottom: 10px !important; }
        .perfomanceBox .perfomancePhotoBox .perfomancePhotoTextBox .perfomancePhoto {
          width: 250px !important;
          height: 320px !important;
          margin-bottom: 20px; }
        .perfomanceBox .perfomancePhotoBox .perfomancePhotoTextBox .perfomanceTextUnderPhoto {
          padding: 5px !important;
          font-size: 70% !important;
          bottom: 2px !important;
          left: 15px !important; } }

.reasonInscription {
  text-transform: uppercase;
  font-family: 'Anton', sans-serif;
  font-size: 600%;
  text-align: center;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px; }

.reasonRevers {
  justify-content: flex-end !important; }

.reasonTwoPhotoAndText, .reasonOnlyTextBox {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 50px; }
  @media (max-width: 700px) {
    .reasonTwoPhotoAndText, .reasonOnlyTextBox {
      margin-bottom: 30px; } }
  .reasonTwoPhotoAndText .reasonMarginLeft, .reasonOnlyTextBox .reasonMarginLeft {
    margin-left: 50px; }
  .reasonTwoPhotoAndText .reasonMarginRight, .reasonOnlyTextBox .reasonMarginRight {
    margin-right: 50px; }
  .reasonTwoPhotoAndText .reasonBigPhoto, .reasonOnlyTextBox .reasonBigPhoto {
    width: 900px;
    height: 500px; }
  .reasonTwoPhotoAndText .reasonSmallPhoto, .reasonOnlyTextBox .reasonSmallPhoto {
    width: 300px;
    height: 400px;
    margin-left: 50px;
    margin-right: 50px; }
  .reasonTwoPhotoAndText .reasonTextBox, .reasonTwoPhotoAndText .reasonTextBoxTop, .reasonTwoPhotoAndText .reasonTextBoxTopMob, .reasonTwoPhotoAndText .reasonTextBoxBottom, .reasonTwoPhotoAndText .reasonTextBoxBottomMob, .reasonOnlyTextBox .reasonTextBox, .reasonOnlyTextBox .reasonTextBoxTop, .reasonOnlyTextBox .reasonTextBoxTopMob, .reasonOnlyTextBox .reasonTextBoxBottom, .reasonOnlyTextBox .reasonTextBoxBottomMob {
    max-width: 500px;
    margin-left: 50px;
    margin-right: 50px; }
    .reasonTwoPhotoAndText .reasonTextBox .reasonTextHeadline, .reasonTwoPhotoAndText .reasonTextBoxTop .reasonTextHeadline, .reasonTwoPhotoAndText .reasonTextBoxTopMob .reasonTextHeadline, .reasonTwoPhotoAndText .reasonTextBoxBottom .reasonTextHeadline, .reasonTwoPhotoAndText .reasonTextBoxBottomMob .reasonTextHeadline, .reasonOnlyTextBox .reasonTextBox .reasonTextHeadline, .reasonOnlyTextBox .reasonTextBoxTop .reasonTextHeadline, .reasonOnlyTextBox .reasonTextBoxTopMob .reasonTextHeadline, .reasonOnlyTextBox .reasonTextBoxBottom .reasonTextHeadline, .reasonOnlyTextBox .reasonTextBoxBottomMob .reasonTextHeadline {
      text-transform: uppercase;
      font-family: 'Anton', sans-serif;
      font-size: 150%; }
    .reasonTwoPhotoAndText .reasonTextBox .reasonText, .reasonTwoPhotoAndText .reasonTextBoxTop .reasonText, .reasonTwoPhotoAndText .reasonTextBoxTopMob .reasonText, .reasonTwoPhotoAndText .reasonTextBoxBottom .reasonText, .reasonTwoPhotoAndText .reasonTextBoxBottomMob .reasonText, .reasonOnlyTextBox .reasonTextBox .reasonText, .reasonOnlyTextBox .reasonTextBoxTop .reasonText, .reasonOnlyTextBox .reasonTextBoxTopMob .reasonText, .reasonOnlyTextBox .reasonTextBoxBottom .reasonText, .reasonOnlyTextBox .reasonTextBoxBottomMob .reasonText {
      color: #727677; }
  .reasonTwoPhotoAndText .reasonTextBox, .reasonOnlyTextBox .reasonTextBox {
    width: 400px; }
  .reasonTwoPhotoAndText .reasonTextBoxTop, .reasonOnlyTextBox .reasonTextBoxTop {
    margin-left: 400px; }
  .reasonTwoPhotoAndText .reasonTextBoxTopMob, .reasonOnlyTextBox .reasonTextBoxTopMob {
    display: none; }
  .reasonTwoPhotoAndText .reasonTextBoxBottomMob, .reasonOnlyTextBox .reasonTextBoxBottomMob {
    display: none; }
  .reasonTwoPhotoAndText .reasonTextBoxBottom, .reasonOnlyTextBox .reasonTextBoxBottom {
    margin-right: 400px; }

@media (max-width: 1615px) {
  .reasonTwoPhotoAndText .reasonBigPhoto, .reasonOnlyTextBox .reasonBigPhoto {
    width: 800px !important;
    height: 410px !important; }
  .reasonTwoPhotoAndText .reasonSmallPhoto, .reasonOnlyTextBox .reasonSmallPhoto {
    width: 250px !important;
    height: 335px !important; } }

@media (max-width: 1455px) {
  .reasonTwoPhotoAndText .reasonBigPhoto, .reasonOnlyTextBox .reasonBigPhoto {
    width: 700px !important;
    height: 350px !important; }
  .reasonTwoPhotoAndText .reasonSmallPhoto, .reasonOnlyTextBox .reasonSmallPhoto {
    width: 200px !important;
    height: 270px !important; } }

@media (max-width: 1275px) {
  .reasonTwoPhotoAndText .reasonMarginLeft, .reasonOnlyTextBox .reasonMarginLeft {
    margin-left: 30px !important; }
  .reasonTwoPhotoAndText .reasonMarginRight, .reasonOnlyTextBox .reasonMarginRight {
    margin-right: 30px !important; }
  .reasonTwoPhotoAndText .reasonBigPhoto, .reasonOnlyTextBox .reasonBigPhoto {
    width: 600px !important;
    height: 300px !important; }
  .reasonTwoPhotoAndText .reasonSmallPhoto, .reasonOnlyTextBox .reasonSmallPhoto {
    width: 150px !important;
    height: 210px !important;
    margin-left: 30px !important;
    margin-right: 30px !important; }
  .reasonTwoPhotoAndText .reasonTextBox .reasonTextHeadline, .reasonTwoPhotoAndText .reasonTextBoxTop .reasonTextHeadline, .reasonTwoPhotoAndText .reasonTextBoxTopMob .reasonTextHeadline, .reasonTwoPhotoAndText .reasonTextBoxBottom .reasonTextHeadline, .reasonTwoPhotoAndText .reasonTextBoxBottomMob .reasonTextHeadline, .reasonOnlyTextBox .reasonTextBox .reasonTextHeadline, .reasonOnlyTextBox .reasonTextBoxTop .reasonTextHeadline, .reasonOnlyTextBox .reasonTextBoxTopMob .reasonTextHeadline, .reasonOnlyTextBox .reasonTextBoxBottom .reasonTextHeadline, .reasonOnlyTextBox .reasonTextBoxBottomMob .reasonTextHeadline {
    font-size: 120% !important; }
  .reasonTwoPhotoAndText .reasonTextBoxTop, .reasonTwoPhotoAndText .reasonTextBoxBottom, .reasonOnlyTextBox .reasonTextBoxTop, .reasonOnlyTextBox .reasonTextBoxBottom {
    margin-left: 200px !important;
    margin-right: 200px !important; } }

@media (max-width: 1050px) {
  .reasonTwoPhotoAndText, .reasonOnlyTextBox {
    justify-content: center !important; }
    .reasonTwoPhotoAndText .reasonBigPhoto, .reasonOnlyTextBox .reasonBigPhoto {
      width: 600px !important;
      height: 300px !important; }
    .reasonTwoPhotoAndText .reasonSmallPhoto, .reasonOnlyTextBox .reasonSmallPhoto {
      display: none !important; }
    .reasonTwoPhotoAndText .reasonTextBox, .reasonOnlyTextBox .reasonTextBox {
      display: none !important; }
    .reasonTwoPhotoAndText .reasonMarginLeft, .reasonOnlyTextBox .reasonMarginLeft {
      margin-left: 0 !important; }
    .reasonTwoPhotoAndText .reasonMarginRight, .reasonOnlyTextBox .reasonMarginRight {
      margin-right: 0 !important; }
    .reasonTwoPhotoAndText .reasonTextBoxTop, .reasonOnlyTextBox .reasonTextBoxTop {
      padding-left: 50px !important;
      padding-right: 50px !important;
      border-right: 1px solid black;
      margin-left: 0 !important;
      margin-right: 0 !important; }
    .reasonTwoPhotoAndText .reasonTextBoxBottom, .reasonOnlyTextBox .reasonTextBoxBottom {
      padding-left: 50px !important;
      padding-right: 50px !important;
      border-right: 1px solid black;
      margin-left: 0 !important;
      margin-right: 0 !important;
      padding-bottom: 20px !important;
      border-bottom: 2px solid black !important; }
    .reasonTwoPhotoAndText .reasonTextBoxTopMob, .reasonOnlyTextBox .reasonTextBoxTopMob {
      display: block !important;
      padding-left: 50px !important;
      padding-right: 50px !important;
      border-left: 1px solid black;
      margin-left: 0 !important;
      margin-right: 0 !important; }
    .reasonTwoPhotoAndText .reasonTextBoxBottomMob, .reasonOnlyTextBox .reasonTextBoxBottomMob {
      display: block !important;
      padding-left: 50px !important;
      padding-right: 50px !important;
      border-left: 1px solid black;
      margin-left: 0 !important;
      margin-right: 0 !important;
      padding-bottom: 20px !important;
      border-bottom: 2px solid black; }
  .reasonInscription {
    font-size: 400% !important;
    margin-top: 30px !important;
    margin-bottom: 30px !important; } }

@media (max-width: 650px) {
  .reasonTwoPhotoAndText, .reasonOnlyTextBox {
    justify-content: center !important; }
    .reasonTwoPhotoAndText .reasonBigPhoto, .reasonOnlyTextBox .reasonBigPhoto {
      width: 400px !important;
      height: 200px !important; }
    .reasonTwoPhotoAndText .reasonTextBoxTop, .reasonOnlyTextBox .reasonTextBoxTop {
      padding-left: 20px !important;
      padding-right: 20px !important; }
    .reasonTwoPhotoAndText .reasonTextBoxBottom, .reasonOnlyTextBox .reasonTextBoxBottom {
      padding-left: 20px !important;
      padding-right: 20px !important; }
    .reasonTwoPhotoAndText .reasonTextBoxTopMob, .reasonOnlyTextBox .reasonTextBoxTopMob {
      padding-left: 20px !important;
      padding-right: 20px !important; }
    .reasonTwoPhotoAndText .reasonTextBoxBottomMob, .reasonOnlyTextBox .reasonTextBoxBottomMob {
      padding-left: 20px !important;
      padding-right: 20px !important; }
  .reasonInscription {
    font-size: 400% !important;
    margin-top: 30px !important;
    margin-bottom: 30px !important; } }

@media (max-width: 400px) {
  .reasonTwoPhotoAndText, .reasonOnlyTextBox {
    justify-content: center !important; }
    .reasonTwoPhotoAndText .reasonBigPhoto, .reasonOnlyTextBox .reasonBigPhoto {
      width: 320px !important;
      height: 160px !important; }
    .reasonTwoPhotoAndText .reasonTextBoxTop .reasonTextHeadline, .reasonTwoPhotoAndText .reasonTextBoxBottom .reasonTextHeadline, .reasonTwoPhotoAndText .reasonTextBoxTopMob .reasonTextHeadline, .reasonTwoPhotoAndText .reasonTextBoxBottomMob .reasonTextHeadline, .reasonOnlyTextBox .reasonTextBoxTop .reasonTextHeadline, .reasonOnlyTextBox .reasonTextBoxBottom .reasonTextHeadline, .reasonOnlyTextBox .reasonTextBoxTopMob .reasonTextHeadline, .reasonOnlyTextBox .reasonTextBoxBottomMob .reasonTextHeadline {
      font-size: 100% !important; }
    .reasonTwoPhotoAndText .reasonTextBoxTop .reasonText, .reasonTwoPhotoAndText .reasonTextBoxBottom .reasonText, .reasonTwoPhotoAndText .reasonTextBoxTopMob .reasonText, .reasonTwoPhotoAndText .reasonTextBoxBottomMob .reasonText, .reasonOnlyTextBox .reasonTextBoxTop .reasonText, .reasonOnlyTextBox .reasonTextBoxBottom .reasonText, .reasonOnlyTextBox .reasonTextBoxTopMob .reasonText, .reasonOnlyTextBox .reasonTextBoxBottomMob .reasonText {
      font-size: 80% !important; }
    .reasonTwoPhotoAndText .reasonTextBoxTop, .reasonOnlyTextBox .reasonTextBoxTop {
      padding-left: 20px !important;
      padding-right: 20px !important; }
    .reasonTwoPhotoAndText .reasonTextBoxBottom, .reasonOnlyTextBox .reasonTextBoxBottom {
      padding-left: 20px !important;
      padding-right: 20px !important; }
    .reasonTwoPhotoAndText .reasonTextBoxTopMob, .reasonOnlyTextBox .reasonTextBoxTopMob {
      padding-left: 20px !important;
      padding-right: 20px !important; }
    .reasonTwoPhotoAndText .reasonTextBoxBottomMob, .reasonOnlyTextBox .reasonTextBoxBottomMob {
      padding-left: 20px !important;
      padding-right: 20px !important; }
  .reasonInscription {
    font-size: 200% !important;
    margin-top: 30px !important;
    margin-bottom: 30px !important; } }

.fixedHeaderNone {
  display: none; }

.FixedHeader {
  position: fixed;
  display: flex;
  align-items: center;
  top: 0;
  padding-right: 1%;
  z-index: 99;
  width: 100%;
  background: white;
  justify-content: space-between;
  box-shadow: 0 10px 10px 0 rgba(155, 155, 155, 0.2); }
  @media (max-width: 900px) {
    .FixedHeader {
      display: none; } }
  .FixedHeader .FixedHeaderSelects {
    display: flex;
    align-items: center;
    width: 40%; }
    @media (max-width: 1340px) {
      .FixedHeader .FixedHeaderSelects {
        width: 40%; } }
    .FixedHeader .FixedHeaderSelects .Selects {
      width: 200px;
      margin-right: 5px; }
      @media (max-width: 900px) {
        .FixedHeader .FixedHeaderSelects .Selects {
          width: 160px;
          font-size: 65%; } }
    .FixedHeader .FixedHeaderSelects .FixedHeaderLogo {
      width: 100px;
      height: 100px;
      padding: 10px; }
      @media (max-width: 1450px) {
        .FixedHeader .FixedHeaderSelects .FixedHeaderLogo {
          height: 70px;
          width: 70px; } }
      @media (max-width: 800px) {
        .FixedHeader .FixedHeaderSelects .FixedHeaderLogo {
          height: 60px;
          width: 60px; } }
    .FixedHeader .FixedHeaderSelects .FixedHeaderSelectsButton {
      display: flex;
      justify-content: center;
      align-items: center;
      color: white;
      background: #20DBC8;
      height: 38px;
      width: 40px;
      border-radius: 0;
      transition: box-shadow 0.3s; }
    .FixedHeader .FixedHeaderSelects .FixedHeaderSelectsButton:hover {
      transition: box-shadow 0.3s;
      box-shadow: 0 0 10px 2px #eb973f; }
    .FixedHeader .FixedHeaderSelects .FixedHeaderSelectsButton:focus {
      outline: none; }

.menuHeader {
  display: flex;
  flex-direction: column;
  justify-content: center; }

.FixedHeaderLinks {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .FixedHeaderLinks .dropdown {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    transition: all 0.3s, color 0.3s;
    right: 0;
    margin-top: 1rem;
    left: 0;
    z-index: 100;
    width: 100%;
    display: none;
    font-weight: normal; }
    .FixedHeaderLinks .dropdown li {
      background: #fff;
      padding: 0.2rem;
      clear: both;
      width: 100%;
      border-bottom: 1px solid #ebe8e4; }
      @media (max-width: 1200px) {
        .FixedHeaderLinks .dropdown li {
          margin-right: 40px; } }
      @media (max-width: 992px) {
        .FixedHeaderLinks .dropdown li {
          margin-right: 50px; } }
    .FixedHeaderLinks .dropdown .padding1rem {
      padding: 1rem; }
  .FixedHeaderLinks .FixedHeaderLinksPage {
    display: block;
    transition: background 0.3s, color 0.3s;
    cursor: pointer;
    position: relative;
    text-align: center;
    text-decoration: none;
    padding: 1rem 2rem;
    font-size: 13px;
    vertical-align: middle;
    color: black;
    border-radius: 5px; }
    @media (max-width: 1450px) {
      .FixedHeaderLinks .FixedHeaderLinksPage {
        padding: 1rem; } }
    @media (max-width: 1070px) {
      .FixedHeaderLinks .FixedHeaderLinksPage {
        font-size: 12px; } }
    @media (max-width: 800px) {
      .FixedHeaderLinks .FixedHeaderLinksPage {
        font-size: 10px; } }
  .FixedHeaderLinks .bold {
    margin-left: 5px; }
    .FixedHeaderLinks .bold .headArrow {
      position: absolute;
      right: 9px;
      top: 19px;
      transition: transform 0.3s; }
      @media (max-width: 1450px) {
        .FixedHeaderLinks .bold .headArrow {
          right: 2px; } }
  .FixedHeaderLinks .bold:hover {
    text-decoration: underline;
    background: white !important;
    color: black !important; }
  .FixedHeaderLinks .bold:hover .headArrow {
    transform: rotate(180deg);
    top: 17px;
    transition: transform 0.3s; }
  .FixedHeaderLinks .linkButton {
    color: white;
    background: #20DBC8;
    padding: 16px;
    margin: 0 20px;
    border-radius: 5px; }
  .FixedHeaderLinks .headerBold {
    font-weight: bold; }
  .FixedHeaderLinks .FixedHeaderLinksPage:hover > ul,
  .FixedHeaderLinks .dropdown:hover {
    visibility: visible;
    opacity: 1;
    display: block; }
  .FixedHeaderLinks .FixedHeaderLinksPage:hover {
    background-color: #20DBC8 !important;
    color: white !important; }
  .FixedHeaderLinks .enroll {
    color: white;
    background-color: #20DBC8; }
  .FixedHeaderLinks .parent-login {
    display: block;
    transition: background 0.3s, color 0.3s;
    cursor: pointer;
    position: relative;
    text-align: center;
    text-decoration: none;
    padding: 1rem 2rem;
    font-size: 13px;
    vertical-align: middle;
    color: black;
    border-radius: 5px; }
    .FixedHeaderLinks .parent-login:hover {
      background-color: #FFB773;
      color: white; }
    @media (max-width: 1450px) {
      .FixedHeaderLinks .parent-login {
        padding: 1rem; } }
    @media (max-width: 1070px) {
      .FixedHeaderLinks .parent-login {
        font-size: 12px;
        padding: 0.7rem; } }
    @media (max-width: 800px) {
      .FixedHeaderLinks .parent-login {
        font-size: 10px;
        padding: 0.6rem; } }

.LessonsForm {
  width: 90%;
  max-width: 700px;
  background: #fff;
  margin: 0 auto;
  display: flex;
  border-radius: 5px;
  flex-direction: column;
  align-items: stretch; }
  .LessonsForm .LessonsFormWrapper {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    padding: 5% 10%; }
    .LessonsForm .LessonsFormWrapper input {
      font-size: 100%;
      margin: 5% 0;
      border: none;
      height: 30px;
      border-bottom: 1px solid #ccc; }
    .LessonsForm .LessonsFormWrapper input:focus {
      outline: none; }
    .LessonsForm .LessonsFormWrapper h1 {
      font-weight: bold;
      font-size: 200%;
      margin-bottom: 20px;
      text-transform: uppercase;
      color: #20DBC8;
      text-align: center; }
  .LessonsForm .LessonsFormButton {
    width: 100%;
    max-width: 100%;
    text-decoration: none;
    height: 50px;
    text-transform: uppercase;
    font-size: 20px;
    color: white;
    font-weight: bold;
    text-align: center;
    background-color: #20DBC8;
    transition: box-shadow 0.3s; }
    .LessonsForm .LessonsFormButton:focus {
      outline: none; }
    @media (max-width: 700px) {
      .LessonsForm .LessonsFormButton {
        height: 30px; } }
  .LessonsForm .LessonsFormButton:hover {
    box-shadow: 0 0 10px 2px #FFB773;
    transition: box-shadow 0.3s; }

.FreeTrialFirstScreenBox {
  background: url(../../../static/images/img/joinTheJam.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative; }
  .FreeTrialFirstScreenBox .opacityJoin {
    width: 100%;
    height: 100%;
    background: rgba(155, 155, 155, 0.5);
    position: absolute;
    z-index: 1; }

.parentPortalBox {
  background: url(../../../static/images/img/portal.jpg) no-repeat;
  background-size: cover;
  background-position: center center; }

.registerOnlineBox {
  background: url(../../../static/images/img/register.jpg) no-repeat;
  background-size: cover;
  background-position: center center; }

.parentPortalBox, .FreeTrialFirstScreenBox, .registerOnlineBox {
  width: 100%;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .parentPortalBox .portalInscription, .FreeTrialFirstScreenBox .portalInscription, .registerOnlineBox .portalInscription {
    -webkit-text-stroke: 3px #20DBC8;
    color: transparent;
    font-size: 800%;
    text-transform: uppercase;
    width: fit-content;
    margin: 0 auto;
    z-index: 2; }

.portalButtonBox {
  width: fit-content;
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 100px; }
  .portalButtonBox .portalButton {
    color: #fff;
    border-radius: 10px;
    font-size: 30px;
    background: #0becda;
    text-decoration: none;
    transition: box-shadow 0.3s;
    padding: 20px;
    font-weight: 700; }
  .portalButtonBox .portalButton:hover {
    transition: box-shadow 0.3s;
    box-shadow: 0 0 10px 2px #FFB773; }

.programsFramePortal {
  display: flex;
  justify-content: center;
  margin-top: 50px; }
  .programsFramePortal .leftLinePortal {
    width: 20%;
    border-bottom: 2px solid #20DBC8;
    height: 2px;
    margin-top: 42px; }
  .programsFramePortal .textBoxPortal {
    width: fit-content;
    border: 2px solid #20DBC8;
    padding: 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 200%;
    -webkit-text-stroke: 1px black;
    color: white;
    border-radius: 2px; }
  .programsFramePortal .rightLinePortal {
    width: 20%;
    border-bottom: 2px solid #20DBC8;
    height: 2px;
    margin-top: 42px; }

.instructionsBox {
  width: 60%;
  margin: 0 auto;
  margin-top: 50px; }
  .instructionsBox .portalInstructions {
    color: #727677;
    display: flex;
    margin-bottom: 15px;
    position: relative; }
    .instructionsBox .portalInstructions .portalIcon {
      width: 30px;
      height: 30px;
      margin-top: -5px;
      position: absolute; }
    .instructionsBox .portalInstructions p {
      position: relative;
      left: 30px;
      width: calc(100% - 30px); }

@media (max-width: 1460px) {
  .parentPortalBox, .FreeTrialFirstScreenBox, .registerOnlineBox {
    height: 150px !important; }
    .parentPortalBox .portalInscription, .FreeTrialFirstScreenBox .portalInscription, .registerOnlineBox .portalInscription {
      font-size: 600% !important; }
  .portalButtonBox .portalButton {
    font-size: 25px !important;
    padding: 15px !important; }
  .programsFramePortal .leftLinePortal {
    width: 10% !important; }
  .programsFramePortal .rightLinePortal {
    width: 10% !important; } }

@media (max-width: 1100px) {
  .parentPortalBox, .FreeTrialFirstScreenBox, .registerOnlineBox {
    height: 100px !important; }
    .parentPortalBox .portalInscription, .FreeTrialFirstScreenBox .portalInscription, .registerOnlineBox .portalInscription {
      font-size: 400% !important;
      -webkit-text-stroke: 2px #20DBC8; }
  .portalButtonBox {
    margin-top: 50px !important;
    margin-bottom: 50px !important; }
    .portalButtonBox .portalButton {
      font-size: 20px !important;
      padding: 10px !important; }
  .programsFramePortal .textBoxPortal {
    font-size: 120% !important;
    color: #000 !important; }
  .programsFramePortal .leftLinePortal {
    margin-top: 34px !important; }
  .programsFramePortal .rightLinePortal {
    margin-top: 34px !important; }
  .instructionsBox {
    width: 80% !important;
    margin-top: 30px !important;
    font-size: 80% !important; } }

@media (max-width: 700px) {
  .parentPortalBox, .FreeTrialFirstScreenBox, .registerOnlineBox {
    height: 80px !important; }
    .parentPortalBox .portalInscription, .FreeTrialFirstScreenBox .portalInscription, .registerOnlineBox .portalInscription {
      font-size: 280% !important;
      -webkit-text-stroke: 1px #20DBC8 !important; }
  .portalButtonBox {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }
  .programsFramePortal {
    margin-top: 30px !important; }
    .programsFramePortal .textBoxPortal {
      width: 80% !important; }
    .programsFramePortal .leftLinePortal {
      display: none !important; }
    .programsFramePortal .rightLinePortal {
      display: none !important; }
  .instructionsBox {
    width: 80% !important;
    margin-top: 30px !important;
    font-size: 80% !important; } }

@media (max-width: 400px) {
  .parentPortalBox, .FreeTrialFirstScreenBox, .registerOnlineBox {
    height: 80px !important; }
    .parentPortalBox .portalInscription, .FreeTrialFirstScreenBox .portalInscription, .registerOnlineBox .portalInscription {
      font-size: 195% !important;
      -webkit-text-stroke: 1px #20DBC8; }
  .programsFramePortal .textBoxPortal {
    font-size: 120% !important;
    color: #000 !important;
    width: 80% !important; } }

.aboutSummerCampBox {
  width: 90%;
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
  margin-top: 50px; }
  @media (max-width: 750px) {
    .aboutSummerCampBox {
      margin-top: 30px; } }
  @media (max-width: 767px) {
    .aboutSummerCampBox {
      column-count: 1 !important; } }
  .aboutSummerCampBox .divider {
    width: 2px;
    height: inherit;
    background: black; }

.aboutSummerCamp {
  width: 45%;
  text-align: left;
  font-size: 110%; }
  @media (max-width: 1150px) {
    .aboutSummerCamp {
      width: 70%; } }
  @media (max-width: 700px) {
    .aboutSummerCamp {
      width: 95%; } }
  .aboutSummerCamp .about-summer-camp-default {
    width: 70%;
    text-align: center; }
  .aboutSummerCamp h1 {
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 1.5rem;
    margin: 3% 0; }
  .aboutSummerCamp b {
    font-weight: bold; }
  .aboutSummerCamp iframe {
    width: 100%;
    height: 300px; }

.lineUnderFirstScreen {
  width: 90%;
  height: 1px;
  margin: 0 auto;
  border-bottom: 2px solid #20DBC8;
  margin-top: 70px;
  margin-bottom: 70px; }

.campFirstScreen {
  position: relative;
  width: 100%;
  height: 90vh; }
  .campFirstScreen img {
    z-index: 2;
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%; }
  .campFirstScreen .opacityBackground {
    display: flex;
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100%;
    background: rgba(125, 119, 119, 0.5); }
    .campFirstScreen .opacityBackground .center {
      margin: 0 auto;
      align-items: center; }
    .campFirstScreen .opacityBackground .program-insrition {
      -webkit-text-stroke: 3px #20DBC8;
      color: transparent;
      font-size: 800%;
      text-align: center;
      line-height: 0.82;
      text-transform: uppercase; }
      @media (max-width: 580px) {
        .campFirstScreen .opacityBackground .program-insrition {
          font-size: 400% !important;
          -webkit-text-stroke: 2px #20DBC8 !important; } }
    .campFirstScreen .opacityBackground .program-button {
      margin-top: 10%;
      color: white;
      text-transform: uppercase;
      border-radius: 10px;
      font-size: 30px;
      background: #20DBC8;
      text-decoration: none;
      padding: 20px;
      width: fit-content;
      font-weight: 700;
      transition: box-shadow 0.3s; }
      .campFirstScreen .opacityBackground .program-button:hover {
        transition: box-shadow 0.3s;
        box-shadow: 0 0 10px 2px #eb973f; }
      .campFirstScreen .opacityBackground .program-button:focus {
        outline: none; }
      @media (max-width: 767px) {
        .campFirstScreen .opacityBackground .program-button {
          font-size: 20px; } }
      @media (max-width: 500px) {
        .campFirstScreen .opacityBackground .program-button {
          font-size: 1em; } }
    .campFirstScreen .opacityBackground .left {
      margin: 0 0 0 50px; }
    .campFirstScreen .opacityBackground .inscriptionsFirstScreen {
      z-index: 3;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .campFirstScreen .opacityBackground .inscriptionsFirstScreen .inscription {
        -webkit-text-stroke: 3px #20DBC8;
        color: transparent;
        font-size: 800%;
        width: 47%;
        line-height: 0.82;
        text-transform: uppercase; }
        @media (max-width: 580px) {
          .campFirstScreen .opacityBackground .inscriptionsFirstScreen .inscription {
            font-size: 400% !important;
            -webkit-text-stroke: 1px #20DBC8 !important; } }
        @media (max-width: 400px) {
          .campFirstScreen .opacityBackground .inscriptionsFirstScreen .inscription {
            width: 200px;
            text-align: center; } }
      .campFirstScreen .opacityBackground .inscriptionsFirstScreen .campRegistrationButton {
        color: white;
        text-transform: uppercase;
        border-radius: 10px;
        font-size: 30px;
        background: #20DBC8;
        text-decoration: none;
        margin-top: 20px;
        padding: 20px;
        width: fit-content;
        font-weight: 700;
        transition: box-shadow 0.3s; }
        .campFirstScreen .opacityBackground .inscriptionsFirstScreen .campRegistrationButton:hover {
          transition: box-shadow 0.3s;
          box-shadow: 0 0 10px 2px #eb973f; }
        .campFirstScreen .opacityBackground .inscriptionsFirstScreen .campRegistrationButton:focus {
          outline: none; }
        @media (max-width: 749px) {
          .campFirstScreen .opacityBackground .inscriptionsFirstScreen .campRegistrationButton {
            margin: 20px auto;
            width: 53%; } }
        @media (max-width: 400px) {
          .campFirstScreen .opacityBackground .inscriptionsFirstScreen .campRegistrationButton {
            width: 200px; } }

.campDetails {
  width: 80%;
  display: flex;
  align-items: stretch;
  font-family: Anton, sans-serif;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 100px; }
  .campDetails .allDetails {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-right: 2px solid black; }
    .campDetails .allDetails:last-child {
      margin-top: 0;
      width: 50%;
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      position: relative;
      text-align: left;
      border-left: 2px solid #000;
      border-right: 0; }
      @media (max-width: 750px) {
        .campDetails .allDetails:last-child {
          border-left: 0; } }
    .campDetails .allDetails .allDetailsWrapper {
      margin-right: 0;
      width: fit-content;
      text-align: left; }
      @media (max-width: 750px) {
        .campDetails .allDetails .allDetailsWrapper {
          width: 100%; } }
    .campDetails .allDetails .Details {
      text-transform: uppercase;
      width: fit-content;
      font-size: 100%;
      display: flex; }
      .campDetails .allDetails .Details .detailsIcon {
        width: 30px;
        height: 30px; }
    .campDetails .allDetails .DetailsLink {
      background: #20DBC8;
      margin: 5% 0;
      padding: 2%;
      border-radius: 5px;
      color: white;
      width: fit-content;
      display: block;
      text-transform: uppercase;
      text-decoration: none; }
      @media (max-width: 750px) {
        .campDetails .allDetails .DetailsLink {
          margin: 5% auto; } }
  .campDetails .schedule {
    margin-top: 0;
    width: 50%;
    position: relative;
    border-left: 2px solid black;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .campDetails .schedule .campTable {
      width: 80%;
      margin: 0;
      position: absolute;
      right: 0; }
      .campDetails .schedule .campTable .campColumn {
        border-bottom: 2px solid white; }
        .campDetails .schedule .campTable .campColumn .campRowL {
          width: 50%;
          text-align: center;
          font-size: 120%;
          padding-right: 0;
          padding: 5px;
          border-right: 2px solid white;
          color: white;
          background: black; }
        .campDetails .schedule .campTable .campColumn .campRowR {
          width: 50%;
          text-align: center;
          font-size: 120%;
          padding-right: 0;
          padding: 5px;
          border-left: 2px solid white;
          color: white;
          background: black; }

.campIntertainmentsBox {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 100px; }
  .campIntertainmentsBox .campIntertainments {
    width: 80%; }
    .campIntertainmentsBox .campIntertainments .intertainmentName {
      text-transform: uppercase;
      font-weight: bold;
      font-size: 150%;
      background: #000;
      color: #fff;
      padding: 10px;
      margin: 0 auto;
      width: fit-content;
      border-radius: 5px; }
    .campIntertainmentsBox .campIntertainments .intertainmantDescription {
      margin-top: 50px;
      margin-left: 20px;
      margin-right: 20px;
      color: #727677; }
    .campIntertainmentsBox .campIntertainments .textCenter {
      text-align: center;
      text-transform: capitalize;
      text-decoration: none;
      display: block; }
    .campIntertainmentsBox .campIntertainments .teacherPageButton {
      text-decoration: none;
      transition: box-shadow .3s;
      padding: 15px;
      background: #20DBC8;
      font-size: 20px;
      border-radius: 5px;
      color: white;
      display: block;
      width: fit-content;
      margin: 0 auto;
      margin-top: 30px; }
      @media (max-width: 645px) {
        .campIntertainmentsBox .campIntertainments .teacherPageButton {
          width: 300px;
          text-align: center;
          font-size: 15px;
          padding: 10px; } }
      .campIntertainmentsBox .campIntertainments .teacherPageButton:hover {
        transition: box-shadow .3s;
        box-shadow: 0 0 10px 2px #eb973f; }

.campInfoRefisterBox {
  width: 100%;
  margin-top: 50px;
  color: white; }
  .campInfoRefisterBox .campInfoRegister {
    text-align: center;
    font-weight: bold;
    font-size: 150%;
    background: black;
    width: 50%;
    margin: 0 auto;
    padding: 20px;
    color: white;
    border-radius: 5px; }
    .campInfoRefisterBox .campInfoRegister a {
      color: #20DBC8;
      text-decoration: none; }

@media (max-width: 1500px) {
  .campDetails .allDetails .Details {
    font-size: 90% !important; }
  .campDetails .schedule .campTable {
    position: relative !important;
    margin: 0 auto !important; } }

@media (max-width: 1350px) {
  .campDetails {
    width: 90% !important; } }

@media (max-width: 1300px) {
  .campIntertainmentsBox .campIntertainments .intertainmentName {
    font-size: 110% !important; }
  .campIntertainmentsBox .campIntertainments .intertainmantDescription {
    margin-top: 30px !important; }
  .campFirstScreen .opacityBackground .inscriptionsFirstScreen .campRegistrationButton {
    font-size: 20px !important; }
  .lineUnderFirstScreen {
    margin-top: 50px !important;
    margin-bottom: 0 !important; }
  .campInfoRefisterBox .campInfoRegister {
    font-size: 110% !important;
    padding: 15px !important; } }

@media (max-width: 1100px) {
  .campIntertainmentsBox {
    margin-top: 50px !important; }
    .campIntertainmentsBox .campIntertainments .intertainmentName {
      font-size: 100% !important; }
    .campIntertainmentsBox .campIntertainments .intertainmantDescription {
      margin-top: 30px !important;
      font-size: 80% !important; }
  .campDetails {
    margin-top: 50px !important; }
    .campDetails .allDetails .Details {
      font-size: 80% !important; }
    .campDetails .schedule .campTable .campColumn .campRowL {
      font-size: 100% !important; }
    .campDetails .schedule .campTable .campColumn .campRowR {
      font-size: 100% !important; }
  .campInfoRefisterBox .campInfoRegister {
    font-size: 100% !important;
    padding: 15px !important; } }

@media (max-width: 1010px) {
  .campDetails .allDetails .Details {
    font-size: 70% !important; }
    .campDetails .allDetails .Details .detailsIcon {
      width: 20px !important;
      height: 20px !important; }
  .campDetails .schedule .campTable .campColumn .campRowL {
    font-size: 80% !important; }
  .campDetails .schedule .campTable .campColumn .campRowR {
    font-size: 80% !important; }
  .aboutSummerCamp {
    font-size: 100% !important; } }

@media (max-width: 820px) {
  .campDetails .allDetails .Details {
    font-size: 70% !important; }
    .campDetails .allDetails .Details .detailsIcon {
      width: 20px !important;
      height: 20px !important; }
  .campDetails .schedule .campTable .campColumn .campRowL {
    font-size: 75% !important; }
  .campDetails .schedule .campTable .campColumn .campRowR {
    font-size: 75% !important; } }

@media (max-width: 750px) {
  .campIntertainmentsBox {
    flex-direction: column !important;
    align-items: center !important;
    margin-top: 0 !important; }
    .campIntertainmentsBox .campIntertainments {
      width: 400px !important; }
      .campIntertainmentsBox .campIntertainments .intertainmentName {
        font-size: 130% !important;
        margin-top: 20px !important; }
      .campIntertainmentsBox .campIntertainments .intertainmantDescription {
        margin-top: 30px !important;
        font-size: 100% !important; }
  .campDetails {
    flex-direction: column !important;
    align-items: center !important;
    margin-top: 30px !important;
    width: 100% !important; }
    .campDetails .allDetails {
      width: 400px !important;
      border-right: 2px solid transparent !important; }
      .campDetails .allDetails .Details {
        margin: 0 auto !important; }
    .campDetails .schedule {
      border-left: 2px solid transparent !important;
      width: 100% !important;
      margin-top: 30px !important; }
      .campDetails .schedule .campTable {
        width: 100% !important; }
        .campDetails .schedule .campTable .campRowL {
          font-size: 100% !important; }
        .campDetails .schedule .campTable .campRowR {
          font-size: 100% !important; }
  .campFirstScreen .opacityBackground .inscriptionsFirstScreen {
    margin: 0 auto !important; }
    .campFirstScreen .opacityBackground .inscriptionsFirstScreen .inscription {
      margin: 0 auto !important;
      font-size: 500%;
      margin-top: -33px !important; }
    .campFirstScreen .opacityBackground .inscriptionsFirstScreen .campRegistrationButton {
      font-size: 15px !important; }
  .lineUnderFirstScreen {
    margin-top: 30px !important; }
  .campInfoRefisterBox {
    margin-top: 30px !important; }
    .campInfoRefisterBox .campInfoRegister {
      font-size: 130% !important;
      padding: 15px !important;
      width: 80% !important; } }

@media (max-width: 400px) {
  .campIntertainmentsBox {
    flex-direction: column !important;
    align-items: center !important; }
    .campIntertainmentsBox .campIntertainments {
      width: 300px !important; }
      .campIntertainmentsBox .campIntertainments .intertainmentName {
        font-size: 100% !important; }
      .campIntertainmentsBox .campIntertainments .intertainmantDescription {
        margin-top: 15px !important;
        font-size: 80% !important; }
  .campDetails .allDetails .Details {
    font-size: 55% !important; }
    .campDetails .allDetails .Details .detailsIcon {
      width: 15px !important;
      height: 15px !important; }
  .campDetails .schedule .campTable {
    width: 80% !important; }
    .campDetails .schedule .campTable .campColumn .campRowL {
      font-size: 70% !important; }
    .campDetails .schedule .campTable .campColumn .campRowR {
      font-size: 70% !important; }
  .campFirstScreen .opacityBackground .inscriptionsFirstScreen .inscription {
    font-size: 300% !important;
    margin-top: -22px !important; }
  .campFirstScreen .opacityBackground .inscriptionsFirstScreen .campRegistrationButton {
    font-size: 12px !important;
    border-radius: 5px !important; }
  .aboutSummerCampBox {
    width: 90% !important; }
  .aboutSummerCamp {
    font-size: 90% !important; }
    .aboutSummerCamp iframe {
      width: 100% !important;
      height: 200px !important; }
  .campInfoRefisterBox .campInfoRegister {
    font-size: 100% !important;
    padding: 10px !important;
    width: 80% !important; } }

.jamBox {
  width: 80%;
  height: calc(100vw * 0.3);
  position: relative;
  display: flex;
  margin: auto;
  flex-direction: column;
  justify-content: center; }
  .jamBox .jamBoxButton {
    padding: 5px;
    z-index: 10;
    background: #20DBC8;
    font-size: 250%;
    text-decoration: none;
    padding: 1% 5%;
    margin: auto; }
  .jamBox .SliderOpacity {
    position: absolute;
    width: 100%;
    z-index: 2;
    height: 100%;
    background-color: rgba(155, 155, 155, 0.3); }
  .jamBox .nameInstrument {
    text-align: center;
    color: white;
    padding: 10px 0;
    text-transform: uppercase;
    font-size: 350%;
    width: 100%;
    background-color: rgba(11, 236, 218, 0.5);
    margin: auto;
    z-index: 10; }
    @media (max-width: 1400px) {
      .jamBox .nameInstrument {
        width: 100%;
        font-size: 250%; } }
    @media (max-width: 900px) {
      .jamBox .nameInstrument {
        width: 100%;
        font-size: 200%; } }
  .jamBox .iconInstrument {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.HeadBox {
  width: 100%; }
  .HeadBox .LinksStack {
    width: 80%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 50px; }
    @media (max-width: 860px) {
      .HeadBox .LinksStack {
        flex-direction: column;
        width: 100%;
        margin-top: 0; } }
    .HeadBox .LinksStack .hooktheory {
      background: url(../../../static/images/LinksPhoto/hooktheory.jpg) no-repeat;
      background-size: cover;
      background-position: center center; }
      .HeadBox .LinksStack .hooktheory a {
        opacity: 0;
        transition-duration: 0.3s; }
      .HeadBox .LinksStack .hooktheory:hover a {
        opacity: 1; }
    .HeadBox .LinksStack .youtab {
      background: url(../../../static/images/LinksPhoto/youtab.jpg) no-repeat;
      background-size: cover;
      background-position: center center; }
      .HeadBox .LinksStack .youtab a {
        opacity: 0;
        transition-duration: 0.3s; }
      .HeadBox .LinksStack .youtab:hover a {
        opacity: 1; }
    .HeadBox .LinksStack .meludia {
      background: url(../../../static/images/LinksPhoto/meludia.jpg) no-repeat;
      background-size: cover;
      background-position: center center; }
      .HeadBox .LinksStack .meludia a {
        opacity: 0;
        transition-duration: 0.3s; }
      .HeadBox .LinksStack .meludia:hover a {
        opacity: 1; }
    .HeadBox .LinksStack .guitarbots {
      background: url(../../../static/images/LinksPhoto/yousician.jpg) no-repeat;
      background-size: cover;
      background-position: center center; }
      .HeadBox .LinksStack .guitarbots a {
        opacity: 0;
        transition-duration: 0.3s; }
      .HeadBox .LinksStack .guitarbots:hover a {
        opacity: 1; }
    .HeadBox .LinksStack .soundhound {
      background: url(../../../static/images/LinksPhoto/soundhound.jpg) no-repeat;
      background-size: cover;
      background-position: center center; }
      .HeadBox .LinksStack .soundhound a {
        opacity: 0;
        transition-duration: 0.3s; }
      .HeadBox .LinksStack .soundhound:hover a {
        opacity: 1; }
    .HeadBox .LinksStack .soundtrap {
      background: url(../../../static/images/LinksPhoto/soundtrap.jpg) no-repeat;
      background-size: cover;
      background-position: center center; }
      .HeadBox .LinksStack .soundtrap a {
        opacity: 0;
        transition-duration: 0.3s; }
      .HeadBox .LinksStack .soundtrap:hover a {
        opacity: 1; }
    .HeadBox .LinksStack .PhotoLink {
      width: 30%;
      height: calc(40vw * 0.4);
      border: 1px solid #20DBC8;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      @media (max-width: 860px) {
        .HeadBox .LinksStack .PhotoLink {
          width: 50%;
          height: calc(70vw * 0.4);
          margin: 0 auto;
          margin-top: 20px;
          margin-bottom: 20px; } }
      @media (max-width: 700px) {
        .HeadBox .LinksStack .PhotoLink {
          margin-bottom: 0; } }
      @media (max-width: 600px) {
        .HeadBox .LinksStack .PhotoLink {
          width: 80%;
          height: calc(100vw * 0.4); } }
      .HeadBox .LinksStack .PhotoLink .HeadlineLink {
        width: 100%;
        background: rgba(138, 136, 127, 0.8);
        text-align: center;
        color: white;
        font-size: 30px;
        padding: 10px; }
        @media (max-width: 1320px) {
          .HeadBox .LinksStack .PhotoLink .HeadlineLink {
            font-size: 25px; } }
        @media (max-width: 1150px) {
          .HeadBox .LinksStack .PhotoLink .HeadlineLink {
            font-size: 20px;
            padding: 5px; } }
      .HeadBox .LinksStack .PhotoLink .AboutLink {
        width: 100%;
        background: rgba(138, 136, 127, 0.8);
        text-align: center;
        color: white;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px; }
        @media (max-width: 1320px) {
          .HeadBox .LinksStack .PhotoLink .AboutLink {
            font-size: 80%; } }
        @media (max-width: 1150px) {
          .HeadBox .LinksStack .PhotoLink .AboutLink {
            font-size: 70%;
            padding-left: 5px;
            padding-right: 5px;
            padding-bottom: 5px; } }
      .HeadBox .LinksStack .PhotoLink a {
        text-decoration: none; }

.admin-modal {
  width: 80vw;
  height: 80vh;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  background: white;
  margin: 10vh auto; }
  .admin-modal .admin-modal-box {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .admin-modal .admin-modal-box .photo-admin-modal {
      margin: 0 auto;
      padding-top: 20px;
      width: fit-content; }
    .admin-modal .admin-modal-box .admin-modal-inputs {
      width: fit-content;
      display: flex;
      flex-direction: column;
      align-items: center;
      margin: 20px auto; }
      .admin-modal .admin-modal-box .admin-modal-inputs input {
        padding-left: 10px;
        width: 100%;
        height: 30px;
        margin: 0 20px 10px;
        border: 2px solid #666666;
        border-radius: 5px; }
      .admin-modal .admin-modal-box .admin-modal-inputs textarea {
        width: 200%; }
    .admin-modal .admin-modal-box p {
      width: fit-content;
      margin: 0 auto;
      padding: 30px 0 10px;
      font-size: 25px;
      font-weight: bold; }
  .admin-modal .admin-modal-buttons {
    display: flex;
    justify-content: space-around;
    margin: 0 auto; }
    .admin-modal .admin-modal-buttons button {
      width: 100px;
      margin-right: 5%;
      padding: 10px;
      color: white;
      background: #20DBC8; }

.socialMediaInscription {
  text-align: center;
  font-weight: bold;
  font-size: 400%;
  margin-bottom: 50px; }

.socialMediaStack {
  width: 100%;
  display: flex;
  justify-content: space-around;
  margin-bottom: 50px; }

.socialMediaStackMob {
  display: none !important;
  height: 1675px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.sosialMargin {
  margin-bottom: 50px; }
  @media (max-width: 700px) {
    .sosialMargin {
      margin-bottom: 30px; } }

@media (max-width: 700px) {
  .socialMediaStackMob {
    display: flex !important; }
  /*.socialMediaStack{
        display: none !important;
    }*/ }

@media (max-width: 400px) {
  .socialMediaInscription {
    font-size: 300% !important; } }

@media (max-width: 768px) {
  .aboutWrapper .MarginTopAbout {
    margin-top: 46px; } }

.aboutWrapper .tabs {
  margin-top: 16pt;
  text-align: center; }
  .aboutWrapper .tabs a {
    margin: 0 16pt;
    color: #2d2d2d; }
    .aboutWrapper .tabs a.selected {
      color: #af821e;
      font-weight: bold; }

.aboutWrapper .aboutInfo {
  padding: 0 24pt; }
  .aboutWrapper .aboutInfo img {
    display: block;
    width: 100%;
    margin: 0 auto 8pt; }
  .aboutWrapper .aboutInfo h3 {
    margin-bottom: 8pt; }
  .aboutWrapper .aboutInfo blockquote {
    margin-top: 16pt; }
  .aboutWrapper .aboutInfo .titleCard {
    align-items: center; }
    .aboutWrapper .aboutInfo .titleCard .musicianIcon {
      width: 160pt;
      margin: 16pt;
      border: 2px solid #af821e; }

@media (max-width: 767px) {
  .aboutWrapper .aboutInfo {
    padding: 0; } }

.sidebar {
  height: 100%;
  width: 200px;
  position: absolute;
  top: 0;
  left: 0; }

.test {
  margin-left: 200px !important; }

.locationGroup {
  border: 1px black solid;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 20px; }

.campDetailGrid {
  display: flex !important;
  justify-content: space-evenly;
  align-items: flex-start; }
  .campDetailGrid .campDetailItem {
    margin: 15px;
    width: 25vw; }
  .campDetailGrid .campButton {
    float: right;
    margin-left: 15px; }
  .campDetailGrid .campGroup {
    margin-top: 40px; }

.newCampDiv {
  text-align: center;
  width: 80vw; }
  .newCampDiv .col-3 {
    width: 50vw;
    margin: 40px 3%;
    position: relative; }
  .newCampDiv input[type="text"] {
    font: 15px/24px "Lato", Arial, sans-serif;
    color: #333;
    width: 100%;
    box-sizing: border-box;
    letter-spacing: 1px; }
  .newCampDiv .effect-1 {
    border: 0;
    padding: 7px 0;
    border-bottom: 1px solid #ccc; }
  .newCampDiv .effect-1 ~ .focus-border {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #3399ff;
    transition: 0.4s; }
  .newCampDiv .effect-1:focus ~ .focus-border {
    width: 100%;
    transition: 0.4s; }

.adminWrapper {
  margin-left: 150px !important; }
  .adminWrapper select {
    display: block;
    width: 90%;
    margin: auto; }
  .adminWrapper .mainTitle {
    margin-top: 16pt; }
  .adminWrapper .adminBanner img {
    width: 100%; }
  .adminWrapper form {
    padding: 16pt;
    border: 1px solid #2d2d2d; }
    .adminWrapper form h2 {
      margin-top: 16pt;
      margin-bottom: 4pt;
      font-weight: bold; }
  .adminWrapper .adminList li {
    display: flex;
    align-items: center; }
    .adminWrapper .adminList li input {
      margin-right: 8pt; }
  .adminWrapper .adminLocation {
    margin-top: 8pt;
    padding: 8pt;
    box-shadow: 0 0 2px #2d2d2d; }
  .adminWrapper .adminDate {
    white-space: nowrap;
    margin-right: 8pt; }
  .adminWrapper textarea {
    height: 100pt; }
  .adminWrapper span {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    margin-top: 4pt; }
    .adminWrapper span .register {
      margin: 4pt; }
    .adminWrapper span ul {
      margin: 0 8pt; }
  .adminWrapper .iconGrid {
    margin-top: 16pt; }
  .adminWrapper .deleteConfirm {
    margin-top: 8pt;
    text-align: center; }
  .adminWrapper .customRow .half ul {
    max-height: 240pt;
    overflow-y: auto; }
  .adminWrapper #adminJam div h2 {
    font-weight: bold; }
  .adminWrapper #adminJam div h3 {
    margin-top: 8pt; }

/* Customize the label (the checkboxContainer) */
.checkboxContainer {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* Hide the browser's default checkbox */
.checkboxContainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee; }

/* On mouse-over, add a grey background color */
.checkboxContainer:hover input ~ .checkmark {
  background-color: #ccc; }

/* When the checkbox is checked, add a blue background */
.checkboxContainer input:checked ~ .checkmark {
  background-color: #20DBC8; }

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
.checkboxContainer input:checked ~ .checkmark:after {
  display: block; }

/* Style the checkmark/indicator */
.checkboxContainer .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.campGroupContainer {
  display: flex;
  flex-direction: column; }

.campGroup {
  display: flex;
  margin-bottom: 10px; }
  .campGroup .short {
    width: 20%; }

.no-bullets {
  list-style-type: none; }

.button-db {
  margin: 0 auto;
  margin-right: 15px;
  margin-bottom: 15px; }

.button-group {
  margin: 0 auto;
  margin-bottom: 15px;
  display: flex;
  flex-direction: row;
  justify-content: center; }

.addmargin {
  margin-right: 15px !important; }

.react-tabs {
  -webkit-tap-highlight-color: transparent; }
  .react-tabs__tab-list {
    border-bottom: 1px solid #aaa;
    margin: 0 0 10px;
    padding: 0; }
  .react-tabs__tab {
    display: inline-block;
    border: 1px solid transparent;
    border-bottom: none;
    bottom: -1px;
    position: relative;
    list-style: none;
    padding: 6px 12px;
    cursor: pointer; }
    .react-tabs__tab--selected {
      background: #fff;
      border-color: #aaa;
      color: black;
      border-radius: 5px 5px 0 0; }
    .react-tabs__tab--disabled {
      color: GrayText;
      cursor: default; }
    .react-tabs__tab:focus {
      box-shadow: 0 0 5px #0188fe;
      border-color: #0188fe;
      outline: none; }
      .react-tabs__tab:focus:after {
        content: "";
        position: absolute;
        height: 5px;
        left: -4px;
        right: -4px;
        bottom: -5px;
        background: #fff; }
  .react-tabs__tab-panel {
    display: none; }
    .react-tabs__tab-panel--selected {
      display: block; }

.fade-in-bottom {
  -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both; }

@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

.marginAuto {
  margin-left: auto !important;
  margin-right: auto !important; }

.adminSelect {
  height: 30px !important;
  width: 50% !important; }

.new-admin-home img {
  height: 200px;
  margin: 10px 0px; }

.Add-home-item {
  display: flex;
  margin-top: 10px; }

.Add-home-item select {
  margin-left: 15px; }

.admin-modal {
  padding: 20px;
  height: 585px; }

.new-admin-modal-box select {
  margin-bottom: 10px; }

.new-admin-modal-box .photo-admin-modal div {
  text-align: center;
  padding-top: 100px; }

@media (max-width: 768px) {
  .campWrapper .MarginTopCamp {
    margin-top: 46px; } }

.campWrapper img {
  display: block;
  width: 100%;
  margin: 0 auto 8pt; }

.campWrapper .selectBox {
  text-align: center;
  padding: 50px 0;
  width: 50vw;
  height: 30vh;
  margin: 5px auto !important; }

/*New CSS*/
.jamPriceDetail {
  display: flex;
  justify-content: center;
  padding: 10px 0px;
  font-weight: bold; }

.newCampDetails {
  margin-top: 50px; }

.newCampDetails .schedule .campTable {
  width: 80%;
  margin: auto;
  position: revert;
  right: 0; }

.newCampDetails .allDetails {
  justify-content: initial; }

.MuiCardActions-spacing {
  justify-content: center; }

.MuiCardActions-spacing > button {
  margin: 0px 5px !important; }

@media (max-width: 768px) {
  .newSummerCampBox .divider {
    margin: 0px 12px; } }

@media (max-width: 576px) {
  .newSummerCampBox {
    display: block; }
  .newSummerCampBox .divider {
    width: 100%;
    height: 2px;
    margin: 15px 0px; }
  .newSummerCampBox .aboutSummerCamp p {
    padding: 5px 0px; } }

@media (max-width: 768px) {
  .contactWrapper .MarginTopContact {
    margin-top: 40px; } }

.contactWrapper .row {
  display: flex;
  justify-content: center;
  width: 100%; }

.contactWrapper .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 60%;
  margin: 0 auto; }
  .contactWrapper .container .JamName {
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 20px; }
  .contactWrapper .container form {
    width: 90%; }
    .contactWrapper .container form .fieldContainer span input:not([type=button]):not([type=checkbox]):not([type=radio]), .contactWrapper .container form .fieldContainer span select, .contactWrapper .container form .fieldContainer span textarea {
      width: auto; }
    .contactWrapper .container form #g-recaptcha {
      display: inline-block;
      margin: 8pt auto; }
    .contactWrapper .container form .buttonContact {
      float: right;
      margin-right: 10%;
      width: 50%;
      height: 30px;
      border-radius: 5px;
      border: none;
      background: #20DBC8;
      color: white;
      font-weight: bold; }

@media (max-width: 1400px) {
  .contactWrapper .container {
    width: 90%; } }

.registrJoinInstruction {
  font-size: 150%;
  color: white;
  background: black;
  padding: 20px;
  text-align: center;
  font-weight: bold;
  width: fit-content;
  margin: 50px auto;
  border-radius: 5px; }
  .registrJoinInstruction .numPhon {
    color: #20DBC8; }
  @media (max-width: 1250px) {
    .registrJoinInstruction {
      font-size: 100%; } }
  @media (max-width: 850px) {
    .registrJoinInstruction {
      font-size: 80%; } }
  @media (max-width: 700px) {
    .registrJoinInstruction {
      font-size: 70%;
      width: 90%;
      margin: 30px auto; } }

.JoinJamFormBox {
  display: flex;
  flex-direction: column;
  width: 40%;
  min-width: 300px;
  margin: 50px auto 30px; }
  @media (max-width: 700px) {
    .JoinJamFormBox {
      margin-top: 30px; } }
  .JoinJamFormBox .JoinJamForm {
    margin-bottom: 20px;
    height: 40px;
    border: 2px solid #20DBC8;
    padding-left: 20px;
    border-radius: 5px; }
    @media (max-width: 700px) {
      .JoinJamFormBox .JoinJamForm {
        margin-bottom: 10px; } }
  .JoinJamFormBox .avialabilityText {
    text-align: center;
    margin-bottom: 20px;
    font-size: 120%;
    color: #727677; }
    @media (max-width: 700px) {
      .JoinJamFormBox .avialabilityText {
        margin-bottom: 10px; } }
  .JoinJamFormBox .avialability {
    border: 2px solid #20DBC8;
    border-radius: 5px;
    padding: 10px 0 0 20px; }
  .JoinJamFormBox .JoinJamButton {
    background: #20DBC8;
    height: 40px;
    width: 50%;
    margin: 10px auto;
    color: white;
    font-size: 150%;
    font-weight: bold;
    border-radius: 5px;
    border: none;
    transition: box-shadow 0.3s; }
    @media (max-width: 700px) {
      .JoinJamFormBox .JoinJamButton {
        margin-top: 10px; } }
  .JoinJamFormBox .JoinJamButton:hover {
    transition: box-shadow 0.3s;
    box-shadow: 0 0 10px 2px #FFB773; }
  .JoinJamFormBox .widthFont {
    width: 100%;
    font-size: 100%;
    text-decoration: none;
    text-align: center;
    padding: 10px; }

.TeacherFormBox {
  display: flex;
  flex-direction: column;
  width: 50%;
  min-width: 300px;
  margin: 50px auto 30px; }
  @media (max-width: 700px) {
    .TeacherFormBox {
      margin-top: 30px; } }
  .TeacherFormBox .JoinJamForm {
    margin-bottom: 20px;
    height: 40px;
    border: 2px solid #20DBC8;
    padding-left: 20px;
    border-radius: 5px; }
    @media (max-width: 700px) {
      .TeacherFormBox .JoinJamForm {
        margin-bottom: 10px; } }
  .TeacherFormBox .avialabilityText {
    text-align: center;
    margin-bottom: 20px;
    font-size: 120%;
    color: #727677; }
    @media (max-width: 700px) {
      .TeacherFormBox .avialabilityText {
        margin-bottom: 10px; } }
  .TeacherFormBox .avialability {
    border: 2px solid #20DBC8;
    border-radius: 5px;
    padding: 10px 0 0 20px; }
  .TeacherFormBox .JoinJamButton {
    background: #20DBC8;
    height: 40px;
    width: 50%;
    margin: 10px auto;
    color: white;
    font-size: 150%;
    font-weight: bold;
    border-radius: 5px;
    border: none;
    transition: box-shadow 0.3s; }
    @media (max-width: 700px) {
      .TeacherFormBox .JoinJamButton {
        margin-top: 10px; } }
  .TeacherFormBox .JoinJamButton:hover {
    transition: box-shadow 0.3s;
    box-shadow: 0 0 10px 2px #FFB773; }
  .TeacherFormBox .widthFont {
    width: 100%;
    font-size: 100%;
    text-decoration: none;
    text-align: center;
    padding: 10px; }

.google-map-field {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #20DBC8; }

.bot-margin {
  margin-bottom: 25px !important; }

@media (max-width: 768px) {
  .freeWrapper .MarginTopFree {
    margin-top: 46px; } }

.freeWrapper p {
  text-align: center; }

.freeWrapper input:not([type=button]):not([type=checkbox]):not([type=radio]),
.freeWrapper select,
.freeWrapper textarea {
  width: auto;
  max-width: 100%; }

.freeWrapper .fieldCenter {
  left: 50%; }

.freeWrapper .fieldContainer {
  margin-top: 8pt; }

.freeWrapper #agreement {
  line-height: 1; }
  .freeWrapper #agreement span {
    vertical-align: middle; }

.policiesWrapper div .tax {
  margin-top: 8pt;
  text-align: center;
  font-weight: bold; }

@media (max-width: 768px) {
  .portalWrapper .MarginTopPortal {
    margin-top: 46px; } }

.portalWrapper .register {
  margin: 40pt auto; }

.portalWrapper h3 {
  margin: 8pt; }

.programsWrapper .iconGrid:last-of-type li {
  flex-basis: 20%;
  margin-bottom: 24pt; }

@media (max-width: 768px) {
  .jamWrapper .MarginTopCamp {
    margin-top: 46px; } }

.jamWrapper .iconGrid {
  margin-top: 8pt; }

.jamWrapper .teacher-block-wrapper {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; }
  .jamWrapper .teacher-block-wrapper .teacher-block {
    margin-right: 0; }

@media (max-width: 750px) {
  .jamWrapper .inscription {
    width: fit-content;
    -webkit-text-stroke: 1px #20DBC8; } }

.jamWrapper .SelectsBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 3% 0 0 0; }
  @media (max-width: 750px) {
    .jamWrapper .SelectsBox {
      padding: 0; } }
  .jamWrapper .SelectsBox p {
    width: 40%;
    min-width: 280px;
    font-size: 36px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase; }
    @media (max-width: 750px) {
      .jamWrapper .SelectsBox p {
        font-size: 28px; } }
    @media (max-width: 750px) {
      .jamWrapper .SelectsBox p {
        margin-top: 30px; } }
  .jamWrapper .SelectsBox .SelectsAndButton {
    width: 50%;
    margin-top: 40px;
    min-width: 280px; }
    .jamWrapper .SelectsBox .SelectsAndButton .selects {
      width: 40%;
      min-width: 280px;
      margin: 0 auto; }
    .jamWrapper .SelectsBox .SelectsAndButton .campRegistrationButtonBottom {
      transition-duration: 0.2s;
      text-decoration: none;
      background: #20DBC8;
      border-radius: 10px;
      padding: 15px;
      border: none;
      font-weight: 700;
      color: white;
      font-size: 70%;
      margin: 40px auto 0; }
      .jamWrapper .SelectsBox .SelectsAndButton .campRegistrationButtonBottom:hover {
        transition: box-shdow 0.3s;
        box-shadow: 0 0 10px 5px #eb973f; }
      .jamWrapper .SelectsBox .SelectsAndButton .campRegistrationButtonBottom:focus {
        outline: none; }
    .jamWrapper .SelectsBox .SelectsAndButton .campRegistrationButtonBottomDisable {
      text-decoration: none;
      border: none;
      background: #a6f7f7;
      border-radius: 10px;
      padding: 15px;
      font-weight: 700;
      color: white;
      font-size: 70%;
      margin: 40px auto 0; }

.jamWrapper ul {
  width: 80%;
  margin: 20px auto; }
  .jamWrapper ul li {
    text-align: center; }
    .jamWrapper ul li b {
      font-weight: bold; }
  .jamWrapper ul iframe {
    display: block;
    width: 100%;
    margin: 8pt auto;
    height: calc(100vw*0.4); }

/* Hero Section */
.showcase-container {
  width: 65%;
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 100px; }

.showcase {
  height: 60vh;
  background-image: linear-gradient(112deg, #effdfb, #defaf8);
  border-radius: 25px;
  box-shadow: 0px 2px 2px 0px #effdfb;
  justify-content: center;
  display: flex;
  align-items: center; }
  .showcase .teacher-showcase-button {
    background: none !important;
    color: black !important;
    border: none !important;
    height: 200px !important; }

.card {
  margin: 30px auto;
  width: 400px;
  height: 450px;
  padding: 0.5rem 1rem;
  background-color: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 12px 32px 4px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 0.2s; }
  .card:hover {
    transform: translateY(-5px); }
  .card .teacher-name-text {
    font-size: 2rem !important; }
  .card .title {
    color: white;
    margin: 1rem;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    transition: 0.2s;
    cursor: pointer; }
  .card .actions {
    margin-top: 50px;
    width: 100%;
    margin: 0 auto; }
    .card .actions .action-button {
      margin: 0 auto; }
  .card .desc {
    text-align: center; }

.teacher-showcase-photo {
  width: 250px;
  height: auto;
  border-radius: 10px; }

.hero-container {
  width: 65%;
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 100px; }

.hero-toggle {
  width: 100%;
  height: 350px; }

.hero {
  height: 60vh;
  background-image: linear-gradient(112deg, #effdfb, #defaf8);
  border-radius: 25px;
  box-shadow: 0px 2px 2px 0px #effdfb;
  justify-content: center;
  display: flex;
  align-items: center; }

.toggle-div {
  width: 32vw;
  position: absolute; }

.hero-image-container {
  width: 100%; }

.hero-landing-img {
  height: 60%;
  width: auto; }

.hero-text {
  position: relative;
  padding: 0 1.5em 3em; }
  .hero-text .hero-title {
    text-align: center;
    font-size: 2.5rem !important;
    font-weight: 600 !important;
    margin: 15px 0; }
    .hero-text .hero-title .left {
      text-align: left !important; }
  .hero-text .hero-details {
    font-size: 1.2rem !important;
    font-weight: 300 !important; }

.back-button {
  font-size: 0.75rem !important;
  color: #2b2b2b !important;
  background: none !important;
  margin: 0 auto !important; }

@media (max-width: 1200px) {
  .learning-container {
    width: 100vw;
    display: grid; }
  .hero {
    flex-direction: column;
    height: 120vh; }
  .hero-landing-img {
    height: 30%; }
  .toggle-div {
    width: 75vw;
    left: 13vw; }
  .hero-title {
    font-size: 1.5rem; }
  .hero-container {
    width: 100vw;
    border-radius: 0; }
  .hero-button {
    width: 50vw !important; } }

.h2 {
  font-weight: 200 !important; }

.hero-button {
  display: block;
  margin: 0 auto !important;
  margin-top: 15px !important;
  margin-bottom: 15px !important;
  -webkit-appearance: none;
  background: -webkit-gradient(to right, #a4e1fa 0%, #20DBC8 100%) !important;
  background: linear-gradient(to right, #a4e1fa 0%, #20DBC8 100%) !important;
  background-size: 300%;
  border: none;
  border-radius: 5rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  color: #fff;
  cursor: pointer;
  font: 1.5em Raleway, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 3rem;
  letter-spacing: 0.05em;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 20rem; }
  .hero-button:hover {
    animation-name: gradient !important;
    -webkit-animation-name: gradient !important;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards; }

.hero-location-button-group {
  height: 100% !important; }

.location-button {
  color: rgba(0, 0, 0, 0.4) !important;
  margin: 15px auto !important;
  background-image: linear-gradient(112deg, #e9e5c3, #ffeab1) !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  height: 50px !important;
  width: 80% !important;
  border-radius: 15px !important; }
  .location-button .h2 {
    font-size: 1.5rem !important;
    font-weight: 300 !important; }

@keyframes gradient {
  0% {
    background-position: 0% 50% !important; }
  100% {
    background-position: 100% !important; } }

.visible {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s linear; }

.hidden {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.5s, opacity 0.5s linear; }

.SearchRegions {
  display: flex !important;
  margin-bottom: 10px; }

.hero-location {
  height: 100% !important; }

.hero-location-search-box {
  padding: 12px 20px;
  margin: 0 auto;
  align-self: center;
  height: 50px;
  width: 100%;
  border-radius: 15px; }

.SliderButtonsRight {
  background: transparent;
  margin-right: 1% !important;
  color: #727677 !important;
  font-size: 40px; }
  @media (max-width: 500px) {
    .SliderButtonsRight {
      font-size: 15px; } }
  @media (max-width: 767px) {
    .SliderButtonsRight {
      font-size: 25px; } }

.slider-frame {
  height: 100% !important; }

.SliderButtonsLeft {
  background: transparent;
  color: #727677 !important;
  margin-left: 1% !important;
  font-size: 40px; }
  @media (max-width: 500px) {
    .SliderButtonsLeft {
      font-size: 15px; } }
  @media (max-width: 767px) {
    .SliderButtonsLeft {
      font-size: 25px; } }

.a {
  float: right !important; }

.modal {
  width: 100%;
  height: 100%;
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
  z-index: 5; }
  .modal .modal-content {
    width: 800px;
    margin: 5vh auto; }
    @media (max-width: 1450px) {
      .modal .modal-content {
        width: 1100px; } }
    @media (max-width: 1150px) {
      .modal .modal-content {
        width: 800px; } }
    @media (max-width: 850px) {
      .modal .modal-content {
        width: 600px; } }
    @media (max-width: 620px) {
      .modal .modal-content {
        width: 500px; } }
    @media (max-width: 510px) {
      .modal .modal-content {
        width: 300px; } }

.mainWrapper {
  padding-bottom: 8pt;
  border-radius: 0 0 5px 5px; }
  @media (max-width: 768px) {
    .mainWrapper .MarginTop40pxHomeMob {
      margin-top: 40px; } }
  .mainWrapper .centerText1 {
    width: 100%;
    height: 100px;
    background: #20DBC8;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative; }
    .mainWrapper .centerText1 .textInCwnterText {
      color: white;
      font-size: 40px;
      text-align: center; }
  .mainWrapper .centerText1::after {
    content: "";
    position: absolute;
    z-index: 2;
    left: calc(50% - 60px);
    bottom: -120px;
    border: 60px solid transparent;
    border-top: 60px solid #20DBC8; }
  .mainWrapper .centerText {
    width: 100%;
    height: 100px;
    background: #20DBC8;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative; }
    .mainWrapper .centerText .textInCwnterText {
      color: white;
      font-size: 40px;
      text-align: center; }
  .mainWrapper .lessonsSliderBackground {
    width: 100%;
    height: calc(100vw * 0.5);
    display: flex;
    justify-content: center;
    align-items: center; }
  .mainWrapper .watchIntroButton {
    background: transparent !important;
    text-shadow: 0 0 3px #b6b6b6;
    color: white;
    text-align: center;
    font-size: 20px;
    margin: 0 auto; }
  .mainWrapper .HomeBackground {
    width: 100%;
    height: 500px;
    background: url(../static/images/img/rckstar-home-page-backgrund.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .mainWrapper .HomeBackground .homeBackgroundOpacity {
      width: 100%;
      height: 100%;
      background: rgba(223, 124, 99, 0.5);
      position: absolute; }
    .mainWrapper .HomeBackground .Search {
      position: absolute;
      width: fit-content; }
      @media (max-width: 767px) {
        .mainWrapper .HomeBackground .Search {
          padding: 0 10%; } }
      .mainWrapper .HomeBackground .Search .SearchTittle {
        color: white;
        padding: 5px;
        width: fit-content;
        background-color: rgba(59, 58, 58, 0.5);
        font-size: 30px;
        margin-bottom: 20px; }
        @media (max-width: 1000px) {
          .mainWrapper .HomeBackground .Search .SearchTittle {
            font-size: 20px; } }
        @media (max-width: 767px) {
          .mainWrapper .HomeBackground .Search .SearchTittle {
            margin: 0 auto;
            margin-bottom: 20px;
            text-align: center; } }
      .mainWrapper .HomeBackground .Search .SearchFields {
        display: flex;
        justify-content: space-between;
        height: 48px;
        align-items: stretch;
        margin-bottom: 10px; }
        @media (max-width: 767px) {
          .mainWrapper .HomeBackground .Search .SearchFields {
            flex-direction: column;
            width: 100%;
            height: 116px; } }
        .mainWrapper .HomeBackground .Search .SearchFields .SearchFieldsInput {
          height: 50px;
          width: 300px;
          margin: 0 50px 0 0;
          padding: 10px; }
        .mainWrapper .HomeBackground .Search .SearchFields .SearchFieldsSelects {
          width: 285px;
          margin: 0 15px 0 0;
          height: 48px;
          border-radius: 6px;
          font-size: 14px;
          box-shadow: 0px 0px 10px 2px #FFB773; }
          @media (max-width: 767px) {
            .mainWrapper .HomeBackground .Search .SearchFields .SearchFieldsSelects {
              width: 100%;
              height: 70px;
              margin-bottom: 20px;
              font-size: 12px; } }
        .mainWrapper .HomeBackground .Search .SearchFields .SearchFieldsButton {
          background: #20DBC8;
          color: white;
          min-width: 20%;
          height: 100%;
          font-size: 20px;
          text-decoration: none;
          transition: box-shadow 0.3s; }
          .mainWrapper .HomeBackground .Search .SearchFields .SearchFieldsButton:hover {
            transition: box-shadow 0.3s;
            box-shadow: 0 0 10px 2px #eb973f; }
          @media (max-width: 767px) {
            .mainWrapper .HomeBackground .Search .SearchFields .SearchFieldsButton {
              font-size: 15px;
              width: 100%; } }
  .mainWrapper .logobottomBox {
    text-align: center; }
    .mainWrapper .logobottomBox .logobottom {
      position: relative;
      margin-top: -90px; }
      @media (max-width: 420px) {
        .mainWrapper .logobottomBox .logobottom {
          margin-top: -76px;
          width: 320px; } }
  .mainWrapper .rockstarSpeech {
    margin: 0 auto;
    margin-top: 15px;
    width: 50%;
    max-width: 810px;
    text-align: center;
    margin-bottom: 50px; }
    @media (max-width: 700px) {
      .mainWrapper .rockstarSpeech {
        width: 90%; } }

@media (max-width: 1350px) {
  .centerText1 {
    height: 80px !important; }
    .centerText1 .textInCwnterText {
      font-size: 35px !important; }
  .joinJam .jamContainer .photoJam {
    width: 500px !important;
    height: 300px !important; }
    .joinJam .jamContainer .photoJam .namejam {
      font-size: 30px !important; }
  .centerText1::after {
    left: calc(50% - 50px) !important;
    bottom: -100px !important;
    border: 50px solid transparent !important;
    border-top: 50px solid #20DBC8 !important; } }

@media (max-width: 1350px) {
  .centerText1 {
    height: 65px !important; }
    .centerText1 .textInCwnterText {
      font-size: 30px !important; }
  .joinJam .jamContainer .photoJam {
    width: 400px !important;
    height: 250px !important; }
    .joinJam .jamContainer .photoJam .namejam {
      font-size: 25px !important; } }

@media (max-width: 920px) {
  .centerText1 {
    height: 50px !important; }
    .centerText1 .textInCwnterText {
      font-size: 30px !important; }
  .joinJam .jamContainer {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }
    .joinJam .jamContainer .photoJam {
      width: 350px !important;
      height: 200px !important;
      margin: 30px !important; }
      .joinJam .jamContainer .photoJam .namejam {
        font-size: 20px !important; }
  .centerText1::after {
    left: calc(50% - 35px) !important;
    bottom: -70px !important;
    border: 35px solid transparent !important;
    border-top: 35px solid #20DBC8 !important; } }

@media (max-width: 770px) {
  .centerText1 {
    height: 50px !important; }
    .centerText1 .textInCwnterText {
      font-size: 30px !important; }
  .joinJam .jamContainer {
    margin-top: 20px !important;
    margin-bottom: 20px !important; }
    .joinJam .jamContainer .photoJam {
      width: 280px !important;
      height: 150px !important;
      margin: 20px !important; }
      .joinJam .jamContainer .photoJam .namejam {
        font-size: 20px !important; } }

@media (max-width: 645px) {
  .centerText1 {
    height: 50px !important; }
    .centerText1 .textInCwnterText {
      font-size: 30px !important; }
  .joinJam {
    flex-direction: column !important;
    align-items: center !important; }
    .joinJam .jamContainer {
      margin-top: -20px !important;
      margin-bottom: 0px !important; }
      .joinJam .jamContainer .photoJam {
        width: 400px !important;
        height: 250px !important;
        margin: 20px !important; }
        .joinJam .jamContainer .photoJam .namejam {
          font-size: 20px !important; } }

@media (max-width: 440px) {
  .centerText1 {
    height: 40px !important; }
    .centerText1 .textInCwnterText {
      font-size: 20px !important; }
  .joinJam {
    flex-direction: column !important;
    align-items: center !important; }
    .joinJam .jamContainer {
      margin-top: -20px !important;
      margin-bottom: 0px !important; }
      .joinJam .jamContainer .photoJam {
        width: 300px !important;
        height: 180px !important;
        margin: 20px !important; }
        .joinJam .jamContainer .photoJam .namejam {
          font-size: 20px !important; }
  .centerText1::after {
    left: calc(50% - 27px) !important;
    bottom: -55px !important;
    border: 28px solid transparent !important;
    border-top: 28px solid #20DBC8 !important; } }

.socialmediabanner {
  opacity: 0;
  z-index: 2;
  transition: 0.3s;
  text-align: center;
  background: rgba(11, 236, 218, 0.5);
  color: white;
  font-size: 40px;
  position: absolute;
  top: 40%;
  max-width: 100%;
  overflow: hidden;
  height: auto;
  min-width: 100%; }

.socialMediaStack .socialmediacontainer:hover .socialmediabanner {
  opacity: 1; }

.socialMediaStack .socialmediacontainer:hover {
  -webkit-box-shadow: 10px 10px 18px -3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 18px -3px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 18px -3px rgba(0, 0, 0, 0.75);
  transform: scale(1.1); }

/*20 January 2022*/
/*New CSS*/
.NewlessonsSliderBackground {
  /*height: initial;*/
  height: calc(100vw * 0.43) !important; }

.main_card img {
  height: 200px;
  width: 100%; }

.main_card .container {
  text-align: center; }

.main_card h4 {
  font-weight: bold;
  padding: 13px; }

.main_card .card {
  height: 100%;
  width: 30%;
  padding: 20px;
  margin: 12px auto; }

.NewSearchFields {
  height: 25px !important; }

.home_search {
  font-weight: bold;
  font-size: 17px;
  color: white; }

.home_search span {
  padding: 0px 10px; }

.home_search i {
  padding: 4px;
  border: 2px solid white;
  font-size: 14px; }

.home_search input {
  border: none;
  padding: 5px; }

.instruction_img img {
  height: 250px; }

.New-teacher-block-wrapper {
  margin: 1% 0 0% !important; }

.all_reviews {
  text-align: center;
  width: 90%;
  height: 100%;
  margin: auto;
  font-weight: bold;
  margin-top: 50px; }

.all_reviews h1 {
  font-size: 30px;
  margin-bottom: 20px; }

.all_reviews h2 {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #c60000;
  font-weight: bold; }

.all_reviews p {
  font-size: 15px;
  margin: 15px 75px 0px 75px;
  padding: 10px;
  color: #a7a7a7;
  font-weight: 500;
  max-height: 140px;
  overflow: auto; }

.all_reviews_img {
  height: 120px;
  width: 120px;
  border-radius: 50%;
  margin: auto;
  border: 3px solid #d6d6d6; }

.all_reviews_img img {
  height: 100%;
  width: 100%;
  border-radius: 50%; }

.all_reviews section {
  margin-top: 25px; }

.all_reviews .SliderButtonsLeft, .all_reviews .SliderButtonsRight {
  font-size: 20px; }

.meet_teachers {
  margin-top: 100px; }

.rockstarSpeech img {
  max-width: 100%;
  height: 100%; }

@media (max-width: 576px) {
  .all_reviews {
    width: 100% !important;
    margin-top: 25px; }
  .all_reviews h1 {
    font-size: 22px; }
  .all_reviews h2 {
    font-size: 16px; }
  .meet_teachers {
    margin-top: 50px !important; }
  .main_card .card {
    width: 100%;
    padding: 15px; }
  .main_card {
    margin-top: 9% !important; }
  .centerText1, .centerTextBlack {
    margin-top: 20px !important; }
  .all_reviews p {
    margin: 15px 60px 0px 60px; }
  .learning {
    margin-top: 30px; }
  .mainWrapper .rockstarSpeech {
    margin-bottom: 35px; }
  /*.mainWrapper .lessonsSliderBackground {
        width: 100%;
        height: calc(100vw * 1.1);
    }*/
  .main_card {
    flex-wrap: unset !important;
    display: flex !important; }
  .main_card .card {
    height: 100%;
    width: 100%; } }

.mob_carousel {
  display: none !important; }

.joinJam {
  margin-top: 30px; }

@media (max-width: 1480px) {
  .mainWrapper .lessonsSliderBackground {
    height: calc(100vw * 0.46) !important; }
  .all_reviews {
    width: 80%; } }

@media (max-width: 1400px) {
  .mainWrapper .lessonsSliderBackground {
    height: calc(100vw * 0.48) !important; } }

@media (max-width: 1300px) {
  .mainWrapper .lessonsSliderBackground {
    height: calc(100vw * 0.5) !important; } }

@media (max-width: 1200px) {
  .mainWrapper .lessonsSliderBackground {
    height: calc(100vw * 0.55) !important; } }

@media (max-width: 1100px) {
  .mainWrapper .lessonsSliderBackground {
    height: calc(100vw * 0.59) !important; } }

@media (max-width: 1024px) {
  .mainWrapper .lessonsSliderBackground {
    height: calc(100vw * 0.6) !important; } }

@media (max-width: 991px) {
  .mainWrapper .lessonsSliderBackground {
    height: calc(100vw * 0.66) !important; } }

@media (max-width: 900px) {
  .mainWrapper .lessonsSliderBackground {
    height: calc(100vw * 0.88) !important; } }

@media (max-width: 800px) {
  .mainWrapper .lessonsSliderBackground {
    height: calc(100vw * .79) !important; } }

@media (max-width: 768px) {
  .mainWrapper .lessonsSliderBackground {
    height: calc(100vw * .8) !important; } }

@media (max-width: 700px) {
  .mainWrapper .lessonsSliderBackground {
    height: calc(100vw * .98) !important; } }

@media (max-width: 600px) {
  .mainWrapper .lessonsSliderBackground {
    height: calc(100vw * 1) !important; } }

@media (max-width: 576px) {
  .mob_carousel {
    display: block !important; }
  .main_card .card {
    margin: 0px 10px; }
  .mob_carousel .SliderButtonsLeft {
    margin-left: 15% !important; }
  .mob_carousel .slider-control-centerright {
    right: 8px !important; }
  .web_carousel {
    display: none !important; }
  .mainWrapper .lessonsSliderBackground {
    height: calc(100vw * .6) !important; }
  .socialMediaStack {
    flex-wrap: wrap !important;
    margin-bottom: 10px; }
  .socialMediaStack .socialmediacontainer {
    width: 90% !important;
    margin: 10px 0px; }
  .learning {
    margin-bottom: 50px; } }

@media (max-width: 475px) {
  .mainWrapper .lessonsSliderBackground {
    height: calc(100vw * .7) !important; } }

@media (max-width: 380px) {
  .mainWrapper .lessonsSliderBackground {
    height: calc(100vw * .8) !important;
    margin-top: 15px !important; } }

@media (max-width: 345px) {
  .mainWrapper .lessonsSliderBackground {
    height: calc(100vw * .9) !important; } }

.paging-item > button {
  background: none !important; }

.teachermodalreviewstudentimage {
  height: 90pt;
  width: 90pt;
  border-radius: 50%; }

.teacherskillreview {
  overflow-x: auto;
  height: 300px; }

.alignselfcenter {
  align-self: center; }

.studentreviews {
  padding-left: 40% !important;
  padding-top: 50px !important; }

.top30px {
  top: 30px !important;
  min-width: 100%; }

div.totalreview div {
  overflow: unset !important; }

.margintop10px {
  margin-top: 10px !important; }

.googleautocomplete {
  height: 40px;
  width: 100%; }

.googleautocompletelessons {
  height: 100%;
  width: 100%;
  font: normal 100% "Lato", sans-serif;
  color: #808080;
  border-color: #cccccc;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  padding: 2px 8px;
  font-size: 16px; }

.googleautocompletelessons:focus {
  border-color: #2684FF;
  border-style: solid;
  border-width: 1px;
  cursor: default;
  border-radius: 0;
  outline: 0 !important;
  box-sizing: border-box;
  position: relative;
  background-color: white;
  box-shadow: 0 0 0 1px #2684FF; }

.height100 {
  height: 100%; }

.positionabsolute {
  position: absolute; }

.addrress_options {
  position: absolute;
  background-color: white;
  min-width: 200px;
  margin-top: 5px;
  box-shadow: 0px 3px 7px -2px #788691;
  border-radius: 5px;
  border: 1px solid #f3f3f3; }

.addrress_options p {
  padding: 9px;
  cursor: pointer;
  font-size: 60%; }

.addrress_options p:hover {
  background-color: #dfebfb; }

.search-location-input input {
  border: 2px solid #e1e1e1;
  padding-left: 10px;
  border-radius: 1px; }

.search-location-input .googleautocomplete {
  height: 38px !important;
  font: normal 100% "Lato", sans-serif;
  color: #808080;
  border-color: #cccccc;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  padding: 2px 8px;
  font-size: inherit; }

.addrress_options span {
  margin-left: 10px;
  font-size: 14px; }

.spanColor {
  margin-top: 10px;
  margin-left: 6px;
  vertical-align: middle; }

.schedule table {
  width: 100% !important; }

.teacher-logo-item {
  background-color: white;
  border: 3px solid #e7e8ea; }

.teacher-logo-item img {
  max-height: 38px;
  margin-top: 4px; }

.JoinJamFormBox .JoinJamForm {
  width: 100%; }

.new-location-input .addrress_options {
  max-width: 262px !important; }

.new-location-input .addrress_options i {
  vertical-align: sub;
  font-size: 20px;
  color: #383838; }

.new-location-input input {
  border-radius: 4px; }

.new_LessonsGallerySelect {
  font-size: 16px !important; }

.css-1j5w05-control {
  border-radius: 4px !important; }

.class_pref {
  border: 2px solid #d4d4d4 !important;
  outline: none; }

.new_teach_reviews {
  display: flex;
  margin-top: 20px; }

.new_teach_reviews_details {
  margin: 20px; }

.new_back_teacherBtn button {
  padding-left: 0px;
  align-items: center;
  font-size: 14px;
  margin-left: 20px; }

.new_back_teacherBtn i {
  font-size: 24px;
  vertical-align: middle;
  padding: 0px 11px; }

.half .MuiInputBase-input {
  border: none !important; }

.slider-control-bottomcenter {
  top: 110%; }

#teachermap {
  width: 1200px;
  height: 600px;
  margin: 10vh auto;
  overflow: auto; }

.main_card .card:hover .socialmediabanner {
  opacity: 1; }

.bookingfirsttype {
  width: 25% !important; }

.accordion__button {
  background-color: #0becda;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: center;
  border: none;
  outline: none;
  transition: 0.4s; }

div.accordion__button[aria-expanded="true"]:hover {
  background-color: #0becda; }

div.accordion__button[aria-expanded="false"]:hover {
  background-color: #0becda; }

div.accordion__button[aria-expanded="false"]:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px; }

div.accordion__button[aria-expanded="true"]:after {
  content: "\2212";
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px; }

/*New CSS  15 March 2022*/
.newmargintop50px {
  margin-top: 0px !important; }

.main_card {
  margin-top: 6% !important;
  margin-right: 0px !important; }

.teacher-modal {
  margin: 6% auto; }

.modal-close {
  color: white;
  font-weight: 900;
  font-size: 20px;
  position: absolute;
  right: 10px;
  padding: 10px; }

.socialmediacontainer {
  position: relative; }

@media (max-width: 620px) {
  .new_back_teacherBtn .teacher-instruments {
    line-height: 0; }
  .new_back_teacherBtn .top30px {
    left: 0px !important;
    max-width: 100% !important;
    bottom: -128px;
    align-items: center;
    width: 300px;
    text-align: center;
    position: absolute !important;
    margin: 0px auto;
    line-height: 2.3; }
  div.totalreview div {
    overflow: unset !important;
    left: 40px;
    line-height: 2.9; }
  .new_back_teacherBtn .alignselfcenter {
    margin-left: -35px !important;
    vertical-align: unset;
    position: absolute !important;
    top: 20px; }
  .teacher-modal .other-information .photo-and-instruments .teacher-instruments {
    overflow: inherit;
    max-width: 100%; }
  .teacher-modal .other-information .studentreviews {
    margin-top: 140px !important; }
  .teacher-modal .other-information .skills-and-about {
    margin-top: 185px !important; }
  .new_back_teacherBtn .top30px {
    top: 114px !important; }
  .modal-close {
    font-size: 14px;
    padding: 6px; }
  /* .teacher-modal {
        margin: 15vh 7vh;
    }*/ }

.search-location-input .hamburgergoogleautocomplete {
  height: 38px !important;
  font: normal 100% "Lato", sans-serif;
  color: #808080;
  border-color: #cccccc;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  padding: 2px 8px;
  font-size: inherit; }

.search-location-input .hamburgergoogleautocomplete:focus {
  border-color: #2684FF;
  border-style: solid;
  border-width: 1px;
  cursor: default;
  border-radius: 0;
  outline: 0 !important;
  box-sizing: border-box;
  position: relative;
  background-color: white;
  box-shadow: 0 0 0 1px #2684FF; }

.hamburgergoogleautocomplete {
  height: 40px;
  width: 150px; }

.zindex1000 {
  z-index: 1000 !important; }

/*New CSS 16 march 2022*/
.FixedHeader .FixedHeaderSelects .Selects {
  color: #808080; }

.search-location-input .googleautocomplete:focus {
  border-color: #2684FF;
  border-style: solid;
  border-width: 1px;
  cursor: default;
  border-radius: 0;
  outline: 0 !important;
  box-sizing: border-box;
  position: relative;
  background-color: white;
  box-shadow: 0 0 0 1px #2684FF; }

.css-1uccc91-singleValue {
  color: #808080 !important;
  font: normal 100% "Lato", sans-serif; }

@media (max-width: 576px) {
  .new_teach_reviews {
    display: inherit; }
  .new_teach_reviews {
    margin-left: 45px; }
  .new_teach_reviews_details {
    margin: 5px 0px; }
  .studentreviews {
    padding-left: 15% !important;
    padding-top: 5px !important; }
  .modal-back-btn {
    display: none !important; }
  .new_back_teacherBtn .modal-button {
    padding-right: 4px; }
  #teachermap {
    width: 100%;
    max-width: 300px;
    height: 100%;
    max-height: 600px;
    margin: 5vh auto; } }

.lessonTable {
  overflow-x: unset !important;
  margin-top: 0% !important; }

.lessonTable p {
  font-size: 20px !important;
  margin-bottom: 2% !important; }

/*New CSS 11 April 2022*/
.teacher-logo img:hover {
  border: 5px solid #0becda;
  transition-duration: 0.1s; }

.teacher-contact-info h2 {
  font-weight: 800;
  font-size: 19px;
  padding-top: 15px; }

.learn_more {
  font-size: 13px;
  text-align: center;
  color: #000000;
  padding-top: 15px;
  font-weight: 600;
  cursor: pointer; }

.lessonsWrapper .lessons-button, .programsWrapper .lessons-button {
  background: rgba(32, 219, 200, 0.7);
  display: block;
  width: fit-content;
  margin: 0 auto;
  padding: 15px;
  color: white;
  font-size: 20px;
  border-radius: 5px;
  text-decoration: none;
  transition: 0.3s all; }
  @media (max-width: 645px) {
    .lessonsWrapper .lessons-button, .programsWrapper .lessons-button {
      width: 300px;
      text-align: center;
      font-size: 15px;
      padding: 10px; } }
  .lessonsWrapper .lessons-button:hover, .programsWrapper .lessons-button:hover {
    transition: 0.3s all;
    background: #20DBC8; }

@media (max-width: 767px) {
  .lessonsWrapper .marginOnlyForProgramsFrame, .programsWrapper .marginOnlyForProgramsFrame {
    margin-top: 55px; } }

.lessonsWrapper .LessonsGallery, .programsWrapper .LessonsGallery {
  position: relative;
  display: flex;
  height: 90vh;
  justify-content: center;
  flex-direction: column;
  align-items: center; }
  @media (max-width: 767px) {
    .lessonsWrapper .LessonsGallery, .programsWrapper .LessonsGallery {
      flex-direction: column;
      justify-content: center;
      height: 100vh; } }
  .lessonsWrapper .LessonsGallery .lessonsOpasityBackground, .programsWrapper .LessonsGallery .lessonsOpasityBackground {
    width: 100%;
    height: 100%;
    background: rgba(103, 103, 103, 0.5);
    position: absolute;
    z-index: 2; }
  .lessonsWrapper .LessonsGallery .LessonsGalleryWrapper, .programsWrapper .LessonsGallery .LessonsGalleryWrapper {
    width: 50%;
    overflow: visible;
    display: flex;
    font-size: 500%;
    flex-direction: column;
    align-items: center;
    z-index: 3; }
    @media (max-width: 1310px) {
      .lessonsWrapper .LessonsGallery .LessonsGalleryWrapper, .programsWrapper .LessonsGallery .LessonsGalleryWrapper {
        width: 650px; } }
    @media (max-width: 700px) {
      .lessonsWrapper .LessonsGallery .LessonsGalleryWrapper, .programsWrapper .LessonsGallery .LessonsGalleryWrapper {
        width: 500px; } }
    @media (max-width: 580px) {
      .lessonsWrapper .LessonsGallery .LessonsGalleryWrapper, .programsWrapper .LessonsGallery .LessonsGalleryWrapper {
        width: 300px; } }
    .lessonsWrapper .LessonsGallery .LessonsGalleryWrapper .LessonsGallerySelects, .programsWrapper .LessonsGallery .LessonsGalleryWrapper .LessonsGallerySelects {
      margin-top: 20px;
      display: flex;
      width: 100%;
      align-items: stretch;
      justify-content: space-between; }
      @media (max-width: 700px) {
        .lessonsWrapper .LessonsGallery .LessonsGalleryWrapper .LessonsGallerySelects, .programsWrapper .LessonsGallery .LessonsGalleryWrapper .LessonsGallerySelects {
          flex-direction: column;
          align-items: center; } }
      .lessonsWrapper .LessonsGallery .LessonsGalleryWrapper .LessonsGallerySelects .LessonsGallerySelect, .programsWrapper .LessonsGallery .LessonsGalleryWrapper .LessonsGallerySelects .LessonsGallerySelect {
        width: 35%;
        min-width: 250px;
        font-size: 26px; }
        @media (max-width: 700px) {
          .lessonsWrapper .LessonsGallery .LessonsGalleryWrapper .LessonsGallerySelects .LessonsGallerySelect, .programsWrapper .LessonsGallery .LessonsGalleryWrapper .LessonsGallerySelects .LessonsGallerySelect {
            width: 80%;
            font-size: 20px;
            margin-bottom: 20px; } }
      .lessonsWrapper .LessonsGallery .LessonsGalleryWrapper .LessonsGallerySelects .FixedHeaderSelectsButton, .programsWrapper .LessonsGallery .LessonsGalleryWrapper .LessonsGallerySelects .FixedHeaderSelectsButton {
        width: 20%;
        font-size: 30px;
        background: #20DBC8;
        color: white;
        transition: box-shadow 0.3s; }
        @media (max-width: 768px) {
          .lessonsWrapper .LessonsGallery .LessonsGalleryWrapper .LessonsGallerySelects .FixedHeaderSelectsButton, .programsWrapper .LessonsGallery .LessonsGalleryWrapper .LessonsGallerySelects .FixedHeaderSelectsButton {
            font-size: 20px; } }
        @media (max-width: 700px) {
          .lessonsWrapper .LessonsGallery .LessonsGalleryWrapper .LessonsGallerySelects .FixedHeaderSelectsButton, .programsWrapper .LessonsGallery .LessonsGalleryWrapper .LessonsGallerySelects .FixedHeaderSelectsButton {
            width: 250px; } }
      .lessonsWrapper .LessonsGallery .LessonsGalleryWrapper .LessonsGallerySelects .FixedHeaderSelectsButton:hover, .programsWrapper .LessonsGallery .LessonsGalleryWrapper .LessonsGallerySelects .FixedHeaderSelectsButton:hover {
        transition: box-shadow 0.3s;
        box-shadow: 0 0 10px 2px #eb973f; }
      .lessonsWrapper .LessonsGallery .LessonsGalleryWrapper .LessonsGallerySelects .FixedHeaderSelectsButton:focus, .programsWrapper .LessonsGallery .LessonsGalleryWrapper .LessonsGallerySelects .FixedHeaderSelectsButton:focus {
        outline: none; }
  .lessonsWrapper .LessonsGallery .LessonsGalleryTittleWithoutForm, .programsWrapper .LessonsGallery .LessonsGalleryTittleWithoutForm {
    -webkit-text-stroke: 3px #0becda;
    color: transparent;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px; }
    @media (max-width: 580px) {
      .lessonsWrapper .LessonsGallery .LessonsGalleryTittleWithoutForm, .programsWrapper .LessonsGallery .LessonsGalleryTittleWithoutForm {
        font-size: 55%;
        -webkit-text-stroke: 1px #0becda; } }
  .lessonsWrapper .LessonsGallery .LessonsGalleryTittle, .programsWrapper .LessonsGallery .LessonsGalleryTittle {
    color: white;
    font-size: 600%;
    text-align: center;
    margin-top: -45px;
    text-transform: uppercase;
    z-index: 1; }
    @media (max-width: 1200px) {
      .lessonsWrapper .LessonsGallery .LessonsGalleryTittle, .programsWrapper .LessonsGallery .LessonsGalleryTittle {
        font-size: 500%; } }
    @media (max-width: 992px) {
      .lessonsWrapper .LessonsGallery .LessonsGalleryTittle, .programsWrapper .LessonsGallery .LessonsGalleryTittle {
        font-size: 400%; } }
    @media (max-width: 767px) {
      .lessonsWrapper .LessonsGallery .LessonsGalleryTittle, .programsWrapper .LessonsGallery .LessonsGalleryTittle {
        font-size: 300%; } }
    @media (max-width: 570px) {
      .lessonsWrapper .LessonsGallery .LessonsGalleryTittle, .programsWrapper .LessonsGallery .LessonsGalleryTittle {
        font-size: 200%; } }
  .lessonsWrapper .LessonsGallery .button-free-trial, .programsWrapper .LessonsGallery .button-free-trial {
    color: #fff;
    text-transform: uppercase;
    border-radius: 10px;
    font-size: 30px;
    background: #20DBC8;
    margin-top: 20px;
    padding: 20px;
    width: fit-content;
    font-weight: 700;
    transition: box-shadow .3s;
    z-index: 1; }
    .lessonsWrapper .LessonsGallery .button-free-trial:hover, .programsWrapper .LessonsGallery .button-free-trial:hover {
      transition: box-shadow .3s;
      box-shadow: 0 0 10px 2px #ffb773; }
    @media (max-width: 1200px) {
      .lessonsWrapper .LessonsGallery .button-free-trial, .programsWrapper .LessonsGallery .button-free-trial {
        font-size: 23px; } }
    @media (max-width: 992px) {
      .lessonsWrapper .LessonsGallery .button-free-trial, .programsWrapper .LessonsGallery .button-free-trial {
        font-size: 16px; } }
    @media (max-width: 767px) {
      .lessonsWrapper .LessonsGallery .button-free-trial, .programsWrapper .LessonsGallery .button-free-trial {
        font-size: 13px; } }
  .lessonsWrapper .LessonsGallery .instrument-opacity, .programsWrapper .LessonsGallery .instrument-opacity {
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    background: rgba(103, 103, 103, 0.5); }
  .lessonsWrapper .LessonsGallery .firstScreenProgramsText, .programsWrapper .LessonsGallery .firstScreenProgramsText {
    display: flex;
    width: 100%;
    z-index: 3;
    align-items: center;
    flex-direction: column;
    justify-content: center; }
    @media (max-width: 992px) {
      .lessonsWrapper .LessonsGallery .firstScreenProgramsText, .programsWrapper .LessonsGallery .firstScreenProgramsText {
        font-size: 250%; } }
    @media (max-width: 767px) {
      .lessonsWrapper .LessonsGallery .firstScreenProgramsText, .programsWrapper .LessonsGallery .firstScreenProgramsText {
        text-align: center; } }
    @media (max-width: 500px) {
      .lessonsWrapper .LessonsGallery .firstScreenProgramsText, .programsWrapper .LessonsGallery .firstScreenProgramsText {
        font-size: 200%; } }
    .lessonsWrapper .LessonsGallery .firstScreenProgramsText .musicPrograms, .programsWrapper .LessonsGallery .firstScreenProgramsText .musicPrograms {
      -webkit-text-stroke: 3px #20DBC8;
      color: transparent;
      font-size: 800%;
      margin-top: -45px;
      text-transform: uppercase; }
      @media (max-width: 1200px) {
        .lessonsWrapper .LessonsGallery .firstScreenProgramsText .musicPrograms, .programsWrapper .LessonsGallery .firstScreenProgramsText .musicPrograms {
          font-size: 600%;
          -webkit-text-stroke: 2px #20DBC8;
          margin-top: -28px; } }
      @media (max-width: 992px) {
        .lessonsWrapper .LessonsGallery .firstScreenProgramsText .musicPrograms, .programsWrapper .LessonsGallery .firstScreenProgramsText .musicPrograms {
          font-size: 300%;
          margin-top: -17px; } }
      @media (max-width: 767px) {
        .lessonsWrapper .LessonsGallery .firstScreenProgramsText .musicPrograms, .programsWrapper .LessonsGallery .firstScreenProgramsText .musicPrograms {
          font-size: 170%;
          margin-top: -14px;
          margin-bottom: 5px;
          -webkit-text-stroke: 1px #20DBC8; } }
    .lessonsWrapper .LessonsGallery .firstScreenProgramsText .underMusicPrograms, .programsWrapper .LessonsGallery .firstScreenProgramsText .underMusicPrograms {
      text-transform: uppercase;
      font-size: 200%;
      color: #20DBC8;
      font-weight: bold; }
      @media (max-width: 1200px) {
        .lessonsWrapper .LessonsGallery .firstScreenProgramsText .underMusicPrograms, .programsWrapper .LessonsGallery .firstScreenProgramsText .underMusicPrograms {
          font-size: 180%; } }
      @media (max-width: 992px) {
        .lessonsWrapper .LessonsGallery .firstScreenProgramsText .underMusicPrograms, .programsWrapper .LessonsGallery .firstScreenProgramsText .underMusicPrograms {
          font-size: 100%; } }
      @media (max-width: 767px) {
        .lessonsWrapper .LessonsGallery .firstScreenProgramsText .underMusicPrograms, .programsWrapper .LessonsGallery .firstScreenProgramsText .underMusicPrograms {
          font-size: 60%; } }
    .lessonsWrapper .LessonsGallery .firstScreenProgramsText .lastText, .programsWrapper .LessonsGallery .firstScreenProgramsText .lastText {
      text-transform: uppercase;
      font-size: 200%;
      color: white;
      font-weight: bold; }
      @media (max-width: 1200px) {
        .lessonsWrapper .LessonsGallery .firstScreenProgramsText .lastText, .programsWrapper .LessonsGallery .firstScreenProgramsText .lastText {
          font-size: 180%; } }
      @media (max-width: 992px) {
        .lessonsWrapper .LessonsGallery .firstScreenProgramsText .lastText, .programsWrapper .LessonsGallery .firstScreenProgramsText .lastText {
          font-size: 80%; } }
      @media (max-width: 767px) {
        .lessonsWrapper .LessonsGallery .firstScreenProgramsText .lastText, .programsWrapper .LessonsGallery .firstScreenProgramsText .lastText {
          font-size: 60%;
          margin-bottom: 10px; } }
  .lessonsWrapper .LessonsGallery img, .programsWrapper .LessonsGallery img {
    z-index: -2;
    position: absolute;
    top: 0;
    width: 100%;
    object-fit: cover;
    left: 0;
    height: 100%; }
  .lessonsWrapper .LessonsGallery .Search, .programsWrapper .LessonsGallery .Search {
    width: fit-content; }
    @media (max-width: 767px) {
      .lessonsWrapper .LessonsGallery .Search, .programsWrapper .LessonsGallery .Search {
        padding: 0 10%; } }
    @media (max-width: 767px) {
      .lessonsWrapper .LessonsGallery .Search, .programsWrapper .LessonsGallery .Search {
        min-width: 86%; } }
    .lessonsWrapper .LessonsGallery .Search .SearchFields, .programsWrapper .LessonsGallery .Search .SearchFields {
      display: flex;
      justify-content: space-between;
      height: 48px;
      align-items: stretch; }
      @media (max-width: 767px) {
        .lessonsWrapper .LessonsGallery .Search .SearchFields, .programsWrapper .LessonsGallery .Search .SearchFields {
          flex-direction: column;
          width: 100%;
          height: 116px; } }
      .lessonsWrapper .LessonsGallery .Search .SearchFields .SearchFieldsInput, .programsWrapper .LessonsGallery .Search .SearchFields .SearchFieldsInput {
        height: 50px;
        width: 300px;
        margin: 0 50px 0 0;
        padding: 10px; }
      .lessonsWrapper .LessonsGallery .Search .SearchFields .SearchFieldsSelects, .programsWrapper .LessonsGallery .Search .SearchFields .SearchFieldsSelects {
        width: 285px;
        margin: 0 15px 0 0;
        height: 48px;
        border-radius: 6px;
        font-size: 14px;
        box-shadow: 0px 0px 10px 2px #6c6c6c; }
        @media (max-width: 767px) {
          .lessonsWrapper .LessonsGallery .Search .SearchFields .SearchFieldsSelects, .programsWrapper .LessonsGallery .Search .SearchFields .SearchFieldsSelects {
            width: 100%;
            height: 70px;
            margin-bottom: 20px;
            font-size: 12px; } }
      .lessonsWrapper .LessonsGallery .Search .SearchFields .SearchFieldsButton, .programsWrapper .LessonsGallery .Search .SearchFields .SearchFieldsButton {
        background: #20DBC8;
        color: white;
        min-width: 20%;
        height: 100%;
        font-size: 20px;
        text-decoration: none;
        transition: box-shadow 0.3s; }
        .lessonsWrapper .LessonsGallery .Search .SearchFields .SearchFieldsButton:hover, .programsWrapper .LessonsGallery .Search .SearchFields .SearchFieldsButton:hover {
          transition: box-shadow 0.3s;
          box-shadow: 0 0 10px 2px #eb973f; }
        @media (max-width: 767px) {
          .lessonsWrapper .LessonsGallery .Search .SearchFields .SearchFieldsButton, .programsWrapper .LessonsGallery .Search .SearchFields .SearchFieldsButton {
            font-size: 15px;
            width: 100%; } }

.lessonsWrapper .skill-levels-wrapper, .programsWrapper .skill-levels-wrapper {
  margin: 5% 0; }

.lessonsWrapper .info-block, .programsWrapper .info-block {
  padding: 0 15%;
  margin: 5% 0; }
  @media (max-width: 1200px) {
    .lessonsWrapper .info-block, .programsWrapper .info-block {
      padding: 0 10%; } }

.lessonsWrapper .teacher-block-instruction, .programsWrapper .teacher-block-instruction {
  text-align: center;
  padding: 20px;
  margin: 0;
  font-size: 20px;
  color: #727677;
  margin-top: 1%; }

.lessonsWrapper .teacher-block-wrapper, .programsWrapper .teacher-block-wrapper {
  margin: 1% 0 5%;
  padding: 0 5%;
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap; }
  .lessonsWrapper .teacher-block-wrapper .defaultText, .programsWrapper .teacher-block-wrapper .defaultText {
    font-size: 19px;
    text-align: center; }
    .lessonsWrapper .teacher-block-wrapper .defaultText b, .programsWrapper .teacher-block-wrapper .defaultText b {
      font-weight: bold; }
    @media (max-width: 767px) {
      .lessonsWrapper .teacher-block-wrapper .defaultText, .programsWrapper .teacher-block-wrapper .defaultText {
        font-size: 13px;
        text-align: center; } }

.lessonsWrapper .wrapper, .programsWrapper .wrapper {
  margin: 5% 0; }

.lessonsWrapper .pricing-table-wrapper, .programsWrapper .pricing-table-wrapper {
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 50px; }
  .lessonsWrapper .pricing-table-wrapper h3, .programsWrapper .pricing-table-wrapper h3 {
    margin: 2% auto 0;
    text-align: center;
    font-weight: bold;
    border: 1px solid #20DBC8;
    width: fit-content;
    padding: 10px;
    border-radius: 5px; }
    .lessonsWrapper .pricing-table-wrapper h3:first-child, .programsWrapper .pricing-table-wrapper h3:first-child {
      margin-top: 0;
      margin-bottom: 4%; }
    @media (max-width: 1200px) {
      .lessonsWrapper .pricing-table-wrapper h3, .programsWrapper .pricing-table-wrapper h3 {
        font-size: 15px; } }
    @media (max-width: 1100px) {
      .lessonsWrapper .pricing-table-wrapper h3, .programsWrapper .pricing-table-wrapper h3 {
        font-size: 13px; } }
    @media (max-width: 850px) {
      .lessonsWrapper .pricing-table-wrapper h3, .programsWrapper .pricing-table-wrapper h3 {
        font-size: 10px; } }
    .lessonsWrapper .pricing-table-wrapper h3:first-child, .programsWrapper .pricing-table-wrapper h3:first-child {
      margin-top: 0;
      font-size: 18px;
      font-weight: bold;
      border: 1px solid #20DBC8;
      padding: 10px;
      border-radius: 5px; }
      @media (max-width: 1200px) {
        .lessonsWrapper .pricing-table-wrapper h3:first-child, .programsWrapper .pricing-table-wrapper h3:first-child {
          font-size: 15px; } }
      @media (max-width: 1100px) {
        .lessonsWrapper .pricing-table-wrapper h3:first-child, .programsWrapper .pricing-table-wrapper h3:first-child {
          font-size: 13px; } }
      @media (max-width: 850px) {
        .lessonsWrapper .pricing-table-wrapper h3:first-child, .programsWrapper .pricing-table-wrapper h3:first-child {
          font-size: 10px; } }
  .lessonsWrapper .pricing-table-wrapper a, .programsWrapper .pricing-table-wrapper a {
    margin: 2% auto;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none; }
    @media (max-width: 1200px) {
      .lessonsWrapper .pricing-table-wrapper a, .programsWrapper .pricing-table-wrapper a {
        font-size: 15px; } }
    @media (max-width: 1100px) {
      .lessonsWrapper .pricing-table-wrapper a, .programsWrapper .pricing-table-wrapper a {
        font-size: 13px; } }
    @media (max-width: 850px) {
      .lessonsWrapper .pricing-table-wrapper a, .programsWrapper .pricing-table-wrapper a {
        font-size: 10px; } }
  @media (max-width: 920px) {
    .lessonsWrapper .pricing-table-wrapper, .programsWrapper .pricing-table-wrapper {
      margin-bottom: 30px; } }

.lessonsWrapper .changeReg, .programsWrapper .changeReg {
  margin-top: 16pt;
  font-size: 0.8rem;
  font-weight: bold;
  text-align: center; }

.lessonsWrapper .mainList, .programsWrapper .mainList {
  padding: 0 24pt; }

.lessonsWrapper .iconGrid li, .programsWrapper .iconGrid li {
  margin-bottom: 16pt; }

@media (max-width: 767px) {
  .lessonsWrapper .mainList, .programsWrapper .mainList {
    padding: 0 8pt; } }

.instrumentWrapper .addams a, .campWrapper .addams a {
  text-decoration: underline; }

.instrumentWrapper .addams h3, .campWrapper .addams h3 {
  margin-top: 8pt;
  text-align: center; }
  .instrumentWrapper .addams h3:last-of-type, .campWrapper .addams h3:last-of-type {
    color: #af821e; }

.instrumentWrapper .addams img, .campWrapper .addams img {
  display: block;
  width: 400pt;
  max-width: 100%;
  margin: 8pt auto;
  cursor: pointer; }

.instrumentWrapper .member a, .campWrapper .member a {
  margin: 8pt; }

.instrumentWrapper .member .tax, .campWrapper .member .tax {
  margin-top: 8pt; }

.instrumentWrapper .pricingTable a, .campWrapper .pricingTable a {
  margin-top: 4pt;
  text-align: center; }

@media (max-width: 767px) {
  .instrumentWrapper, .campWrapper {
    padding: 0; }
    .instrumentWrapper .pricingTable .subTitle, .campWrapper .pricingTable .subTitle {
      margin-left: 8pt;
      margin-right: 8pt; }
    .instrumentWrapper .pricingTable table, .campWrapper .pricingTable table {
      width: 100vw;
      font-size: 0.8rem; }
      .instrumentWrapper .pricingTable table th, .campWrapper .pricingTable table th,
      .instrumentWrapper .pricingTable table td,
      .campWrapper .pricingTable table td {
        padding: 2pt; } }

.instructors h3 {
  text-align: center; }
  .instructors h3.noInstructors {
    margin-bottom: 8pt; }

.instructors #instructorDesc {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 640pt;
  max-width: 100%;
  margin-top: 8pt;
  padding: 16pt;
  background: white;
  border: 1px solid #2d2d2d;
  z-index: 99; }
  @media (max-width: 767px) {
    .instructors #instructorDesc {
      position: relative;
      transform: translate(0, 0);
      top: 0;
      left: 0;
      width: 100%; } }

.instructors .iconGrid {
  justify-content: space-around; }
  .instructors .iconGrid li {
    margin: 8pt 4pt; }
    .instructors .iconGrid li:hover h3 {
      text-decoration: underline; }

.teacherWrapper > div:not(.banner) {
  padding: 0 24pt 16pt; }

.teacherWrapper .clear {
  margin-bottom: 24pt; }

@media (max-width: 768px) {
  .mediaWrapper .MarginTopMedia {
    margin-top: 46px; } }
