#wrapper {
  background-color: white;
}

figcaption a {
  word-wrap: break-word;
  color: black;
  cursor: pointer;
}
figcaption a::after {
  content: "\e806";
  font-family: "fontello";
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
}
figcaption a:hover, figcaption a:active, figcaption a:focus {
  color: #0ad871;
}

/*a {
	word-wrap: break-word;
	color: $linkNormal;
	&::before {
		content: '\e806';
		font-family: "fontello";
		font-style: normal;
		font-weight: 400;
		speak: none;
		display: inline;
		text-decoration: inherit;
		width: 1em;
		margin-right: .2em;
		text-align: center;
		font-variant: normal;
		text-transform: none;
		line-height: 1em;
		margin-left: .2em;
	}
	@include hoverColor;
}*/
body.chado article header {
  padding: 0;
  margin: 0;
  position: relative;
}
body.chado article header h1 {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  transform: translateY(40%);
}
@media only screen and (max-width:666px) {
  body.chado article header h1 {
    transform: translateY(34%);
  }
}
body.chado article header h1 img {
  height: 14%;
  max-height: 66px;
  min-height: 22px;
  max-width: 80vw;
}
body.chado article header #eyeCatch div {
  position: relative;
  overflow: hidden;
}
body.chado article header #eyeCatch div::before {
  content: "";
  display: block;
  padding-top: 33.3333333333%;
}
body.chado article header #eyeCatch div img {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 0;
}
body.chado article header #eyeCatch figcaption {
  position: relative;
  z-index: 1;
  margin: 0.3rem 0 0 0.3rem;
  line-height: 1.7;
}
@media only screen and (max-width:666px) {
  body.chado article header #eyeCatch figcaption {
    margin: 0.3rem 0 0 3vw;
  }
}

#content {
  padding-bottom: 1rem;
}
#content section:not(#wrap-topics2):not(#basic) {
  padding: 7vw 4vw;
}
@media only screen and (min-width:667px) and (max-width:1240px) {
  #content section:not(#wrap-topics2):not(#basic) {
    padding: 7vw;
  }
}
@media only screen and (min-width:1241px) and (max-width:1440px) {
  #content section:not(#wrap-topics2):not(#basic) {
    padding: 7vw 8vw;
  }
}
@media only screen and (min-width:1441px) {
  #content section:not(#wrap-topics2):not(#basic) {
    padding-top: 7vw;
    padding-left: calc((100% - 1440px) / 2 + 144px) !important;
    padding-right: calc((100% - 1440px) / 2 + 144px) !important;
    padding-bottom: 7vw;
  }
}
#content section#about h2 {
  text-align: center;
}
@media only screen and (min-width:769px) {
  #content section#about h2 {
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width:768px) {
  #content section#about h2 img {
    display: block;
    margin: 0 auto;
  }
}
#content section#about h2 img:first-of-type {
  max-width: 422px;
  max-height: 26px;
  width: 41%;
  min-width: 300px;
}
@media only screen and (max-width:768px) {
  #content section#about h2 img:first-of-type {
    margin-bottom: 0.3rem;
  }
}
#content section#about h2 img:last-of-type {
  max-width: 422px;
  max-height: 26px;
  width: 41%;
  min-width: 300px;
}
@media only screen and (max-width:768px) {
  #content section#about h2 img:last-of-type {
    margin-bottom: 2rem;
  }
}
#content section#about p.center {
  text-align: center;
  line-height: 1.7;
  font-size: 1rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width:666px) {
  #content section#about p.center {
    font-size: 0.9rem;
  }
  #content section#about p.center br {
    display: none;
  }
}
#content section#about a#trialContact {
  display: block;
  margin: 4rem auto;
  text-align: center;
  width: calc(18rem + 4vw);
}
@media only screen and (max-width:666px) {
  #content section#about a#trialContact {
    margin: 3rem auto;
  }
}
#content section#about a#trialContact svg {
  width: 100%;
  max-width: 330px;
  max-height: 60px;
  min-width: 240px;
  height: auto;
}
#content section#about a#trialContact:hover svg {
  transition: all 0.25s ease-in-out;
  background-color: #0ad871;
}
#content section#about a#trialContact:hover svg path {
  stroke: white !important;
  fill: white !important;
}
#content section#about a#trialContact:hover svg path#border {
  stroke: #0ad871 !important;
  fill: #0ad871 !important;
}
#content section#about div#course {
  display: flex;
  justify-content: center;
  position: relative;
  padding-bottom: 6rem;
}
@media only screen and (max-width:666px) {
  #content section#about div#course {
    flex-direction: column;
    padding-bottom: 4rem;
  }
}
#content section#about div#course::after {
  content: "";
  width: 70%;
  height: 0.2rem;
  background-color: #f6f6f6;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 1rem 15%;
}
@media only screen and (max-width:666px) {
  #content section#about div#course::after {
    width: 76%;
    margin: 1rem 12% 1rem;
  }
}
#content section#about div#course a.box-course {
  flex-basis: 16rem;
  flex-grow: 0;
  flex-shrink: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  margin-left: 1.4%;
  margin-right: 1.4%;
}
@media only screen and (max-width:666px) {
  #content section#about div#course a.box-course {
    flex-basis: auto;
    width: 90%;
    margin: 0 auto 1rem;
  }
}
#content section#about div#course a.box-course:first-of-type p.heading,
#content section#about div#course a.box-course:first-of-type p.link {
  border: 3px solid #857a71;
  background-color: #857a71;
}
#content section#about div#course a.box-course:first-of-type p.copy,
#content section#about div#course a.box-course:first-of-type p.desc {
  border-left: 3px solid #857a71;
  border-right: 3px solid #857a71;
}
#content section#about div#course a.box-course:last-of-type p.heading,
#content section#about div#course a.box-course:last-of-type p.link {
  border: 3px solid #9e696a;
  background-color: #9e696a;
}
#content section#about div#course a.box-course:last-of-type p.copy,
#content section#about div#course a.box-course:last-of-type p.desc {
  border-left: 3px solid #9e696a;
  border-right: 3px solid #9e696a;
}
#content section#about div#course a.box-course p.heading {
  padding: 1rem;
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
}
#content section#about div#course a.box-course p.heading img {
  width: 83%;
  max-width: 180px;
  max-height: 50px;
  min-width: 130px;
}
#content section#about div#course a.box-course p.copy {
  background-color: white;
  padding: 1rem 1rem 0;
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 0;
}
#content section#about div#course a.box-course p.copy img {
  width: 55%;
  max-width: 120px;
  max-height: 20px;
  min-width: 100px;
}
#content section#about div#course a.box-course p.desc {
  background-color: white;
  font-size: 0.8rem;
  line-height: 1.7;
  padding: 1rem;
  flex-basis: auto;
  flex-grow: 4;
  flex-shrink: 0;
}
#content section#about div#course a.box-course p.link {
  padding: 1rem;
  font-size: 0.8rem;
  color: white;
  font-weight: 600;
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
}
#content section#about div#addNotes {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}
#content section#about div#addNotes div[id^=addNote-box] h3 {
  margin-bottom: 0.7rem;
}
#content section#about div#addNotes div[id^=addNote-box] p {
  line-height: 1.7;
  padding-bottom: 2rem;
  font-size: 0.85rem;
}
@media only screen and (max-width:666px) {
  #content section#about div#addNotes div[id^=addNote-box] p {
    font-size: 0.7rem;
  }
}
#content section#about div#addNotes div#addNote-box1 {
  flex-basis: 31rem;
  flex-grow: 0;
  flex-shrink: 1;
}
#content section#about div#addNotes div#addNote-box1 h3 img {
  max-width: 110px;
  max-height: 22px;
  height: 2vw;
  min-height: 16px;
}
#content section#about div#addNotes div#addNote-box2 {
  margin-left: 2rem;
  flex-basis: 30rem;
  flex-grow: 0;
  flex-shrink: 1;
}
@media only screen and (max-width:666px) {
  #content section#about div#addNotes div#addNote-box2 {
    margin-left: 4vw;
    display: flex;
    flex-direction: column;
  }
}
#content section#about div#addNotes div#addNote-box2 h3 img {
  max-width: 64px;
  max-height: 22px;
  height: 2vw;
  min-height: 16px;
}
#content section#about div#addNotes div#addNote-box2 > img {
  float: right;
  max-width: 260px;
  height: auto;
  width: 20vw;
}
@media only screen and (max-width:666px) {
  #content section#about div#addNotes div#addNote-box2 > img {
    width: 75%;
    margin: 0 0 0 auto;
    flex: 0 0 auto;
  }
}
#content section#about div#addNotes div#addNote-box2 p {
  overflow: auto;
  zoom: 1;
}
#content section#basic {
  background-color: #fafafa;
}
#content section#basic div#basic-header {
  padding: 0;
  margin: 0;
  position: relative;
}
@media only screen and (min-width:1441px) {
  #content section#basic div#basic-header {
    padding-left: calc((100% - 1440px) / 2) !important;
    padding-right: calc((100% - 1440px) / 2) !important;
  }
}
#content section#basic div#basic-header h2 {
  margin-bottom: 0;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  transform: translateY(70%);
  text-align: center;
}
#content section#basic div#basic-header h2 img {
  width: 33%;
  max-width: 394px;
  max-height: 132px;
  min-width: 180px;
}
#content section#basic div#basic-header div#basic-header-img {
  position: relative;
  overflow: hidden;
}
#content section#basic div#basic-header div#basic-header-img::before {
  content: "";
  display: block;
  padding-top: 23.22%;
}
@media only screen and (max-width:666px) {
  #content section#basic div#basic-header div#basic-header-img::before {
    padding-top: 35%;
  }
}
#content section#basic div#basic-header div#basic-header-img img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
}
@media only screen and (max-width:666px) {
  #content section#basic div#basic-header div#basic-header-img img {
    width: 190%;
    transform: translate(-22.5%, -11%);
  }
}
#content section#basic div#wrap-lesson {
  display: flex;
  justify-content: center;
  align-items: baseline;
}
@media only screen and (max-width:666px) {
  #content section#basic div#wrap-lesson {
    flex-direction: column;
  }
}
#content section#basic div#wrap-lesson div.box-lesson {
  flex-basis: 28rem;
  flex-grow: 0;
  flex-shrink: 1;
  /*flex-shrink: 0;*/
  margin: 5rem 4vw;
  border: 2px solid black;
  padding: 1.3rem;
  position: relative;
}
@media only screen and (min-width:667px) and (max-width:1024px) {
  #content section#basic div#wrap-lesson div.box-lesson {
    flex-basis: calc(50% - 8vw);
  }
}
@media only screen and (max-width:666px) {
  #content section#basic div#wrap-lesson div.box-lesson {
    width: 86%;
    margin: 3rem auto 1rem;
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 1;
  }
}
#content section#basic div#wrap-lesson div.box-lesson h3 {
  position: absolute;
  top: 0px;
  left: 0;
  transform: translate(-1.5rem, -1.5rem);
  background-color: #fafafa;
  padding: 0.6rem;
}
#content section#basic div#wrap-lesson div.box-lesson h3 + p {
  margin-top: 0.6rem;
  font-size: 0.85rem;
}
#content section#basic div#wrap-lesson div.box-lesson h4 {
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 1.1rem;
  margin-top: 1rem;
}
#content section#basic div#wrap-lesson div.box-lesson h4 span {
  font-size: 80%;
  font-weight: 400;
}
#content section#basic div#wrap-lesson div.box-lesson h4 + dl {
  margin-bottom: 1.1rem;
  display: flex;
  flex-wrap: wrap;
  font-weight: 400;
  line-height: 1.7;
  font-size: 0.9rem;
  margin: 1rem auto 1rem 1rem;
}
@media only screen and (min-width:769px) {
  #content section#basic div#wrap-lesson div.box-lesson h4 + dl {
    justify-content: flex-end;
  }
}
#content section#basic div#wrap-lesson div.box-lesson h4 + dl dt {
  flex-basis: 7rem;
  flex-grow: 0;
  flex-shrink: 0;
}
#content section#basic div#wrap-lesson div.box-lesson h4 + dl dd {
  flex-basis: 14rem;
  flex-grow: 0;
  flex-shrink: 1;
  text-align: right;
  font-weight: 500;
  font-size: 1rem;
}
#content section#basic div#wrap-lesson div.box-lesson h4 + dl dd span.small {
  font-size: 80%;
  margin-right: 0.2rem;
}
#content section#basic div#wrap-lesson div.box-lesson p {
  padding-bottom: 1rem;
}
#content section#basic div#wrap-lesson div.box-lesson p[class^=annot] {
  line-height: 1.5;
  font-weight: 500;
  font-size: 0.8rem;
  margin-left: 1rem;
  padding-top: 0 !important;
  clear: both;
}
#content section#basic div#wrap-lesson div.box-lesson p.annot1 {
  color: red;
}
#content section#basic div#wrap-lesson div.box-lesson p.annot2 {
  color: #3a92b8;
}
#content section#basic div#wrap-lesson div.box-lesson dl.lessonDesc {
  display: flex;
  flex-wrap: wrap;
  margin-left: 1rem;
  line-height: 1.7;
  margin-bottom: 2rem;
  font-size: 0.8rem;
  width: 22rem;
}
#content section#basic div#wrap-lesson div.box-lesson dl.lessonDesc dt {
  flex-basis: 3rem;
  flex-grow: 0;
  flex-shrink: 0;
}
#content section#basic div#wrap-lesson div.box-lesson dl.lessonDesc dd {
  flex-basis: calc(100% - 3rem);
  flex-grow: 1;
  flex-shrink: 1;
  text-align: left;
  font-size: 0.8rem;
}
@media only screen and (max-width:768px) {
  #content section#basic div#wrap-lesson div.box-lesson dl.lessonDate {
    margin: 1rem auto 1rem 1rem;
  }
}
#content section#basic div#wrap-lesson div.box-lesson dl.lessonDate dt {
  flex-basis: 7rem;
}
#content section#basic div#wrap-lesson div.box-lesson dl.lessonDate dd {
  flex-basis: calc(100% - 7rem);
}
#content section#basic div#wrap-lesson div.box-lesson dl.lessonPrice dt {
  flex-basis: 6rem;
}
#content section#basic div#wrap-lesson div.box-lesson dl.lessonPrice dd {
  flex-basis: calc(100% - 6rem);
}
#content section#basic div#wrap-lesson div.box-lesson div.lessonPayment {
  background-color: #f1f1f1;
  padding: 1.5rem;
  margin: 1rem;
  position: relative;
}
#content section#basic div#wrap-lesson div.box-lesson div.lessonPayment h5 {
  font-size: 0.9rem;
  font-weight: 500;
  writing-mode: vertical-rl;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.4rem;
  transform: translate(0.2rem, -1rem);
  letter-spacing: 0.1rem;
}
#content section#basic div#wrap-lesson div.box-lesson div.lessonPayment p.lpb {
  font-weight: 500;
  padding-bottom: 0 !important;
  font-size: 0.9rem;
}
#content section#basic div#wrap-lesson div.box-lesson div.lessonPayment dl.lessonPaymentEntry {
  line-height: 1.7;
  margin: 1rem 0 1rem 1rem;
  font-size: 0.9rem;
}
#content section#basic div#wrap-lesson div.box-lesson div.lessonPayment dl.lessonPaymentEntry dd {
  text-align: right;
  font-weight: 500;
  font-size: 1rem;
}
#content section#basic div#wrap-lesson div.box-lesson div.lessonPaymentMonthly {
  background-color: #f1f1f1;
  padding: 1.5rem;
  margin: 2rem 1rem 1rem;
  position: relative;
}
#content section#basic div#wrap-lesson div.box-lesson div.lessonPaymentMonthly h5 {
  font-size: 0.9rem;
  font-weight: 500;
  writing-mode: vertical-rl;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.4rem;
  transform: translate(-0.05rem, -1rem);
  line-height: 1;
}
#content section#basic div#wrap-lesson div.box-lesson div.lessonPaymentMonthly p.lpb {
  font-weight: 500;
  font-size: 1rem;
  padding-bottom: 0.5rem;
}
#content section#basic div#wrap-lesson div.box-lesson div.lessonPaymentMonthly p.lpb:last-of-type {
  padding-bottom: 0;
}
#content section#basic div#wrap-lesson #privateLesson h3 img,
#content section#basic div#wrap-lesson #groupLesson h3 img {
  max-width: 206px;
  max-height: 24px;
  width: 100%;
  min-width: 170px;
}
#content section#basic div#wrap-btn {
  display: flex;
  justify-content: center;
}
@media only screen and (min-width:1025px) {
  #content section#basic div#wrap-btn {
    flex-wrap: wrap;
    width: 80%;
    margin: 0 auto;
  }
}
@media only screen and (max-width:1024px) {
  #content section#basic div#wrap-btn {
    flex-direction: column;
    align-items: center;
  }
}
#content section#basic div#wrap-btn a {
  display: block;
  padding: 1.5rem 2rem;
  margin: 1vw 1vw;
  flex-basis: 18rem;
  flex-grow: 1;
  flex-shrink: 0;
  text-align: center;
}
@media only screen and (max-width:1024px) {
  #content section#basic div#wrap-btn a {
    flex-basis: auto;
    width: 107%;
    text-align: center;
    margin: 0.1rem 0;
    transform: scale(0.8);
  }
}
#content section#basic div#wrap-btn a:first-of-type {
  background-color: #485b6c;
  border: 2px solid #485b6c;
  text-align: center;
}
#content section#basic div#wrap-btn a:first-of-type img {
  max-width: 154px;
  max-height: 24px;
  width: 125%;
}
#content section#basic div#wrap-btn a:nth-of-type(2) {
  background-color: #857a71;
  border: 2px solid #857a71;
}
#content section#basic div#wrap-btn a:nth-of-type(2) img {
  max-width: 154px;
  max-height: 24px;
  width: 125%;
}
#content section#basic div#wrap-btn a:nth-of-type(3) {
  background-color: #9e696a;
  border: 2px solid #9e696a;
}
#content section#basic div#wrap-btn a:nth-of-type(3) img {
  max-width: 144px;
  max-height: 24px;
  width: 125%;
}
#content section#basic div#wrap-btn a:last-of-type {
  background-color: white;
  border: 2px solid black;
}
#content section#basic div#wrap-btn a:last-of-type svg {
  max-width: 204px;
  max-height: 24px;
  width: 164%;
}
#content section#basic div#wrap-btn a:last-of-type:hover svg path {
  transition: all 0.25s ease-in-out;
  stroke: white !important;
  fill: white !important;
}
#content section#basic div#wrap-btn a:hover {
  background-color: #0ad871;
  border: 2px solid #0ad871;
}
#content section#basic div#wrap-phone {
  text-align: center;
  margin-top: 3rem;
}
@media only screen and (max-width:1024px) {
  #content section#basic div#wrap-phone {
    margin-top: 2rem;
  }
}
#content section#basic div#wrap-phone img {
  max-width: 314px;
  max-height: 24px;
  width: 26%;
  min-width: 240px;
  margin-bottom: 2rem;
}
#content section#basic div#wrap-phone p:not(.annot) {
  font-size: 3rem;
  min-width: 160px;
}
#content section#basic div#wrap-phone p:not(.annot) span.small {
  font-size: 35%;
}
@media only screen and (max-width:1024px) {
  #content section#basic div#wrap-phone p:not(.annot) span.small {
    display: block;
  }
}
#content section#basic div#wrap-phone p.annot {
  font-size: 0.9rem;
  text-align: center;
  padding-bottom: 4rem;
}
#content section#schedule h2 {
  margin-bottom: 5vw;
  text-align: center;
}
#content section#schedule h2 img {
  max-width: 284px;
  max-height: 36px;
  width: 27%;
  height: auto;
  min-width: 160px;
}

#bread {
  width: 100%;
  padding: 1rem 10% 6vw;
}
@media only screen and (min-width:1441px) {
  #bread {
    padding-left: calc((100% - 1440px) / 2) !important;
    padding-right: calc((100% - 1440px) / 2) !important;
  }
}/*# sourceMappingURL=chado.css.map */