/*! normalize.css v3.0.2 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*
*	Base units
*/
@media only screen and (max-width: 1024px) {
  .hide-on-tablet, header#main-header > .inner #logo .tagline {
    display: none !important; } }

.color-clay {
  color: #bab5b1; }

.color-fire {
  color: #dc4a0a; }

.color-ember {
  color: #9e2b23; }

.color-burnt {
  color: #4a0505; }

.color-grass {
  color: #74b329; }

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.border-box {
  box-sizing: border-box; }

body {
  padding: 0; }

.shadow {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); }

.hidden {
  display: none; }

.right {
  float: right;
  margin: 0 0 12px 24px; }

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

.no-break {
  white-space: nowrap; }

.no-margin {
  margin: 0 !important; }

.no-padding {
  padding: 0; }

.margin-top {
  margin-top: 12px; }

.rounded-corners, .highlight {
  border-radius: 6px; }

.display-font, body, h1,
h2,
h3,
h4,
h5,
h6, h1.promo, header#main-header > .inner .studio, footer.site-footer, footer.site-footer nav ul li a, .big-link, button,
a.btn,
span.btn, #nav-main .inner ul.menu li a,
#nav-main .inner ul.submenu li a, .nav-tabs ul, .dates, #timetable .day .class .duration,
.quick-timetable .day .class .duration, #timetable .day .class .time,
.quick-timetable .day .class .time, .quick-timetable header a, .quick-timetable .day.today-true .class .time,
.quick-timetable .day.today-true .class .duration,
.quick-timetable .day.today-true .class .tutor {
  font-family: "Karla", sans-serif;
  font-weight: 700;
  letter-spacing: -0.015em; }

.body-font {
  font-family: "Bitter", serif;
  font-weight: normal; }

body {
  font-weight: 400;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: #191917; }

.font-11 {
  font-size: 0.6875rem;
  line-height: 1.5; }

.font-12 {
  font-size: 0.75rem;
  line-height: 1.5; }

.font-13 {
  font-size: 0.8125rem;
  line-height: 1.5; }

.font-14, p.subtext, a.more {
  font-size: 0.875rem;
  line-height: 1.5; }

.font-15, h6, input[type="text"], input[type="email"], header#main-header > .inner #logo .tagline, .nav-tabs ul li {
  font-size: 0.9375rem;
  line-height: 1.5; }

.font-16, h5, p,
q,
li, #banner, header#main-header > .inner .studio .address, .teachers .teacher > div .info h3, .pricer .discount, .price small, button,
a.btn,
span.btn {
  font-size: 1rem;
  line-height: 1.5; }

.font-17, .nav-tabs ul li a,
.nav-tabs ul li span {
  font-size: 1.0625rem;
  line-height: 1.5; }

.font-18, h4, header#main-header > .inner .studio strong, .pricer .btn, .home .hero-slideshow h2.desc, .home .hero-slideshow .leader, #timetable .day .class .time,
.quick-timetable .day .class .time, #timetable .day .class span.type,
.quick-timetable .day .class span.type {
  font-size: 1.125rem;
  line-height: 1.4; }

.font-20, p.leader, .pricer a, #nav-main .inner ul.menu li a,
#nav-main .inner ul.submenu li a {
  font-size: 1.25rem;
  line-height: 1.4; }

.font-22, h3 {
  font-size: 1.375rem;
  line-height: 1.2; }

.font-24, footer.site-footer h4, .pricer h4, .big-link {
  font-size: 1.5rem;
  line-height: 1.2; }

.font-26 {
  font-size: 1.625rem;
  line-height: 1.2; }

.font-28 {
  font-size: 1.75rem;
  line-height: 1.2; }

.font-30 {
  font-size: 1.875rem;
  line-height: 1.2; }

.font-32, h2, .pricer h3, .price, .quick-timetable h1 {
  font-size: 2rem;
  line-height: 1.2; }

.font-36, .home .hero-slideshow h2 {
  font-size: 2.25rem;
  line-height: 1; }

.font-42, h1 {
  font-size: 2.625rem;
  line-height: 1; }

.font-48 {
  font-size: 3rem;
  line-height: 1; }

.font-72 {
  font-size: 4.5rem;
  line-height: 1; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 12px 0; }
  h1.center,
  h2.center,
  h3.center,
  h4.center,
  h5.center,
  h6.center {
    text-align: center; }

h1 {
  color: white;
  padding: 0 0 12px 0;
  margin: 0 0 12px 0;
  letter-spacing: -0.05em; }
  @media only screen and (max-width: 767px) {
    h1 {
      font-size: 2.25rem;
      margin-bottom: 6px; } }
  h1.promo {
    display: inline-block;
    font-size: 3rem;
    font-weight: 700;
    font-style: italic;
    color: #fd6124;
    border-bottom: 3px solid;
    margin-bottom: 36px; }

main h1 {
  color: #3d4445;
  text-shadow: none; }

h2 {
  color: #3d4445;
  padding: 0 0 3px 0;
  margin-bottom: 24px; }
  @media only screen and (max-width: 767px) {
    h2 {
      font-size: 1.375rem; } }
  p + h2 {
    margin-top: 24px; }
  h2.site-intro {
    margin: 0 0 24px 0; }
    h2.site-intro,
    h2.site-intro a {
      color: #bab5b1; }
    h2.site-intro a:hover {
      color: #dc4a0a; }

h3 {
  font-weight: 700;
  color: #3d4445;
  margin: 1em 0 1em 0; }
  @media only screen and (max-width: 767px) {
    h3 {
      font-size: 1.25rem; } }

h5 {
  text-transform: uppercase;
  font-weight: 700; }

h6 {
  margin: 1em 0;
  font-style: italic;
  color: #616e70; }

ul {
  margin-left: 0;
  padding-left: 24px; }
  ul li {
    padding: 4px 0; }

p,
q {
  margin: 0 0 12px 0; }

p.error {
  margin: 12px 0;
  color: red !important; }
p.subtext {
  margin: 6px 0; }
p.message {
  margin: 12px 0 24px 0;
  display: block;
  background: #f4efe9;
  padding: 12px 18px;
  color: #4a0505; }
p.leader {
  color: #3d4445;
  margin-bottom: 18px; }
@media only screen and (max-width: 767px) {
  p.subtext, p.mobile-center {
    text-align: center; } }
p.cta {
  color: #dc4a0a;
  font-style: italic; }

.inverse {
  color: #bab5b1; }

strong.inverse {
  color: #e0dad4; }

sup {
  font-size: 0.7em; }

.text.center {
  text-align: center; }
.text.left {
  text-align: left; }
.text.right {
  text-align: right; }
.text.shadow {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1); }

a,
a:link,
a:visited {
  color: #fd6124; }

a:hover {
  color: #dc4a0a; }

a:active {
  color: #4a0505; }

@media print {
  @page {
    size: a5;
    margin: 1cm; }
  header,
  #nav-main,
  .filters,
  footer {
    display: none; }

  h1 {
    font-size: 24px; }

  h3 {
    font-size: 15px; }

  #timetable .day .class * {
    font-size: 12px !important; }
  #timetable .day .class .time {
    font-size: 15px !important; }

  body {
    background: none !important; }
    body * {
      color: black !important; } }
/*
  Simple Grid
  Learn More - http://dallasbass.com/simple-grid-a-lightweight-responsive-css-grid/
  Project Page - http://thisisdallas.github.com/Simple-Grid/
  Author - Dallas Bass
  Site - dallasbass.com
*/
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  margin: 0px; }

[class*="col-"] {
  float: left;
  padding-right: 36px;
  /* column-space */
  margin-bottom: 24px; }
  @media only screen and (max-width: 1024px) and (min-width: 768px) {
    [class*="col-"].no-pad {
      padding: 0; } }
  [class*="col-"].no-margin-top {
    margin-top: 0; }

.grid {
  width: 100%;
  max-width: 1200px;
  min-width: 755px;
  margin: 0 auto 24px 0;
  overflow: hidden; }

.grid:after {
  content: "";
  display: table;
  clear: both; }

.grid-pad {
  padding-top: 6px;
  padding-left: 20px;
  /* grid-space to left */
  padding-right: 0px;
  /* grid-space to right: (grid-space-left - column-space) e.g. 20px-20px=0 */ }

.push-right {
  float: right; }

/* Content Columns */
.col-1-1 {
  width: 100%;
  padding: 0; }

.col-2-3,
.col-8-12 {
  width: 66.66%; }

.col-1-2,
.col-6-12,
.col-2-4 {
  width: 50%; }

.col-2-5 {
  width: 40%; }

.col-3-5 {
  width: 60%; }

.col-1-3,
.col-4-12 {
  width: 33.33%; }

.col-1-4,
.col-3-12 {
  width: 25%; }

.col-1-5 {
  width: 20%; }

.col-1-6,
.col-2-12 {
  width: 16.667%; }

.col-1-7 {
  width: 14.28%; }

.col-1-8 {
  width: 12.5%; }

.col-1-9 {
  width: 11.1%; }

.col-1-10 {
  width: 10%; }

.col-1-11 {
  width: 9.09%; }

.col-1-12 {
  width: 8.33%; }

/* Layout Columns */
.col-11-12 {
  width: 91.66%; }

.col-10-12 {
  width: 83.333%; }

.col-9-12,
.col-3-4 {
  width: 75%; }

.col-5-12 {
  width: 41.66%; }

.col-7-12 {
  width: 58.33%; }

/* Pushing blocks */
.push-2-3,
.push-8-12 {
  margin-left: 66.66%; }

.push-1-2,
.push-6-12 {
  margin-left: 50%; }

.push-1-3,
.push-4-12 {
  margin-left: 33.33%; }

.push-1-4,
.push-3-12 {
  margin-left: 25%; }

.push-1-5 {
  margin-left: 20%; }

.push-1-6,
.push-2-12 {
  margin-left: 16.667%; }

.push-1-7 {
  margin-left: 14.28%; }

.push-1-8 {
  margin-left: 12.5%; }

.push-1-9 {
  margin-left: 11.1%; }

.push-1-10 {
  margin-left: 10%; }

.push-1-11 {
  margin-left: 9.09%; }

.push-1-12 {
  margin-left: 8.33%; }

.show-on-mobile {
  display: none !important; }

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .tablet-4-12 {
    width: 33.33%; } }
@media only screen and (max-width: 767px) {
  .grid {
    width: 100%;
    min-width: 0;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0; }

  .grid-pad {
    padding: 0;
    padding-top: 12px; }

  [class*="col-"] {
    width: auto;
    float: none;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 24px;
    margin-bottom: 24px;
    padding-left: 12px;
    padding-right: 12px;
    /* column-space */ }

  /* Mobile Layout */
  [class*="mobile-col-"] {
    float: left;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 12px;
    padding-left: 0px;
    padding-right: 12px;
    /* column-space */
    padding-bottom: 0px; }

  .mobile-col-1-1 {
    width: 100%; }

  .mobile-col-2-3,
  .mobile-col-8-12 {
    width: 66.66%; }

  .mobile-col-1-2,
  .mobile-col-6-12 {
    width: 50%; }

  .mobile-col-1-3,
  .mobile-col-4-12 {
    width: 33.33%; }

  .mobile-col-1-4,
  .mobile-col-3-12 {
    width: 25%; }

  .mobile-col-1-5 {
    width: 20%; }

  .mobile-col-1-6,
  .mobile-col-2-12 {
    width: 16.667%; }

  .mobile-col-1-7 {
    width: 14.28%; }

  .mobile-col-1-8 {
    width: 12.5%; }

  .mobile-col-1-9 {
    width: 11.1%; }

  .mobile-col-1-10 {
    width: 10%; }

  .mobile-col-1-11 {
    width: 9.09%; }

  .mobile-col-1-12 {
    width: 8.33%; }

  /* Layout Columns */
  .mobile-col-11-12 {
    width: 91.66%; }

  .mobile-col-10-12 {
    width: 83.333%; }

  .mobile-col-9-12 {
    width: 75%; }

  .mobile-col-5-12 {
    width: 41.66%; }

  .mobile-col-7-12 {
    width: 58.33%; }

  .hide-on-mobile {
    display: none !important;
    width: 0;
    height: 0; }

  .show-on-mobile {
    display: inline-block !important; } }
.flex-grid {
  display: flex;
  flex-flow: row wrap; }
  .flex-grid.thin {
    width: 80%; }
  .flex-grid > div {
    padding-right: 24px;
    flex: 1 1 50%; }
  .flex-grid.center {
    justify-content: center; }
  .flex-grid.column {
    flex-flow: column; }

input[type="text"], input[type="email"] {
  border: 1px solid #f4efe9;
  background: black;
  padding: 6px 9px; }
input[type="checkbox"] {
  margin: 0 3px 0 0; }

label {
  cursor: pointer; }

.price-table td {
  padding: 12px;
  color: #f4efe9; }
  .price-table td a.btn {
    margin: 0;
    padding: 3px 12px; }

#banner {
  width: 100%;
  background: #fd6124;
  color: white;
  text-align: center;
  padding: 6px 0; }
  #banner a {
    color: white; }

header#main-header {
  width: 100%;
  position: relative;
  padding: 12px 0 0 0; }
  header#main-header > .inner {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    height: auto;
    max-width: 1200px;
    margin: 0 auto;
    padding: 12px 12px 48px 12px; }
    header#main-header > .inner [class*="col-"] {
      padding: 0; }
    header#main-header > .inner .grid {
      margin-bottom: 0; }
    header#main-header > .inner .social svg {
      width: 24px;
      fill: #3d4445; }
    header#main-header > .inner .social a:hover svg {
      fill: #fd6124; }
    header#main-header > .inner .logo-container {
      display: flex;
      flex-flow: row nowrap;
      align-items: center; }
    header#main-header > .inner #logo {
      margin-top: 21px;
      height: 100%;
      padding: 0 12px 0 0;
      display: flex;
      flex-flow: column nowrap; }
      header#main-header > .inner #logo img {
        width: 216px;
        max-width: 100%;
        margin: 0; }
      header#main-header > .inner #logo .invert {
        display: none; }
      @media only screen and (max-width: 767px) {
        header#main-header > .inner #logo {
          text-align: center;
          margin-bottom: 0;
          margin-top: 0;
          justify-content: center; }
          header#main-header > .inner #logo img {
            width: 180px;
            display: none; }
          header#main-header > .inner #logo .invert {
            display: inline; } }
      header#main-header > .inner #logo a {
        float: left;
        display: block;
        margin: 0 12px 0 6px; }
        @media only screen and (max-width: 767px) {
          header#main-header > .inner #logo a {
            float: none; } }
      header#main-header > .inner #logo .tagline {
        line-height: 1.2rem;
        font-size: 1rem;
        font-style: italic;
        margin: 3px 0 0 40px;
        color: #191917; }
    header#main-header > .inner .studio {
      margin-top: 12px;
      padding: 0 12px;
      color: #3d4445; }
      header#main-header > .inner .studio h4 {
        margin: 0; }
      header#main-header > .inner .studio.first {
        padding-right: 12px; }
      header#main-header > .inner .studio strong {
        display: block; }
      @media only screen and (max-width: 767px) {
        header#main-header > .inner .studio {
          display: none;
          margin: 12px 0 0 0;
          border: none;
          text-align: center; } }
  header#main-header .studios {
    display: flex;
    margin-top: 12px; }
  header#main-header .hamburger {
    display: none;
    padding: 6px;
    margin-right: 12px; }
    header#main-header .hamburger svg {
      width: 24px;
      fill: white; }
  @media only screen and (max-width: 1024px) and (min-width: 768px) {
    header#main-header .inner {
      flex-flow: row wrap; }
    header#main-header .studios .studio {
      border: none; }
    header#main-header .studios .address {
      display: none; } }
  @media only screen and (max-width: 767px) {
    header#main-header {
      background: #fd6124;
      height: auto;
      margin-bottom: 0;
      align-items: center;
      padding: 12px; }
      header#main-header .hamburger {
        display: flex; }
      header#main-header .inner {
        padding: 0;
        margin: 0; }
      header#main-header .studios {
        display: none; } }

.facebook svg {
  width: 24px;
  height: 24px; }
@media only screen and (max-width: 1024px) {
  .facebook {
    display: none; } }

footer.site-footer {
  background: #191917;
  border-top: 1px solid #191917;
  padding: 36px 0 60px 0; }
  footer.site-footer .inner {
    max-width: 1200px;
    margin: 0 auto; }
  footer.site-footer p {
    margin-bottom: 0; }
  footer.site-footer h4 {
    color: #dddddd;
    margin: 0 0 12px 0; }
  footer.site-footer .contact-info {
    padding: 12px 0 24px 0;
    color: #bab5b1; }
  footer.site-footer nav ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    footer.site-footer nav ul ul {
      padding-left: 12px; }
    footer.site-footer nav ul li {
      padding: 2px 0; }
      footer.site-footer nav ul li a {
        color: #8c8a88;
        text-decoration: none; }
        footer.site-footer nav ul li a:hover {
          text-decoration: underline;
          color: white; }
  footer.site-footer .logo {
    margin: 24px; }
  @media only screen and (max-width: 767px) {
    footer.site-footer {
      text-align: center;
      padding: 0 0 48px 0; }
      footer.site-footer .col-1-3 {
        padding-top: 12px;
        border-bottom: 1px solid #3d4445; }
        footer.site-footer .col-1-3:last-child {
          border: none; } }

article,
aside {
  margin: 0 0 12px 0; }
  article img,
  aside img {
    max-height: 100%;
    max-width: 100%;
    margin: 0 0 12px 0; }
  article.post,
  aside.post {
    margin: 0 0 24px 0; }

main {
  padding: 24px;
  background: white; }
  @media only screen and (max-width: 767px) {
    main {
      padding: 24px 12px; } }

img {
  max-width: 100%;
  margin: 0 0 12px 0; }

hr {
  padding: 0;
  margin: 24px 0 24px 0;
  border: none;
  height: 2px;
  background: #f4efe9;
  clear: both; }
  hr.divider {
    margin: 0 0 36px 0;
    height: 1px;
    background: none;
    border-bottom: 1px dotted #bab5b1; }
  @media only screen and (max-width: 767px) {
    hr {
      margin-bottom: 12px; } }

.message {
  margin: 12px 0 24px 0;
  display: block;
  border: 1px solid #f4efe9;
  background: #fbf8f5;
  border-radius: 3px;
  padding: 12px 18px; }

.teachers .teacher {
  height: 160px;
  padding-right: 12px; }
  .teachers .teacher > div {
    display: flex;
    flex-flow: column;
    align-items: center;
    cursor: pointer; }
    .teachers .teacher > div:hover .image {
      border-color: #fd6124; }
    .teachers .teacher > div .image {
      display: flex;
      align-items: center;
      background-color: #f4efe9;
      border: 3px solid transparent;
      background-position: center center;
      width: 120px;
      height: 120px;
      border-radius: 50%;
      overflow: hidden;
      background-repeat: no-repeat; }
    .teachers .teacher > div span {
      padding: 6px; }
    .teachers .teacher > div .info {
      text-align: center;
      padding: 6px; }
      .teachers .teacher > div .info h3 {
        margin: 0; }

.membership {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 24px;
  row-gap: 24px;
  margin: 0 0 48px 0; }
  .membership.half .pricer {
    flex: 0 0 50%; }
  @media only screen and (max-width: 767px) {
    .membership {
      display: flex;
      flex-flow: column;
      margin: 24px 0 48px 0; } }

.full-width {
  grid-column: span 2; }
  .full-width img {
    margin: 0; }

.pricer {
  border: 6px solid #3d4445;
  text-align: center;
  padding: 24px;
  min-height: 264px;
  flex: 1 0;
  display: flex;
  align-items: center;
  flex-flow: column nowrap; }
  .pricer.double {
    grid-column: span 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px; }
    @media only screen and (max-width: 767px) {
      .pricer.double {
        display: flex; } }
  .pricer.large {
    grid-column: span 2; }
  .pricer.compact > div {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between; }
  .pricer.white {
    background: none; }
  .pricer.no-height {
    min-height: 0; }
  .pricer .price-line h3,
  .pricer .price-line .price {
    margin: 0; }
  .pricer .price-line a {
    display: block; }
  .pricer a {
    font-weight: 700;
    margin-bottom: 6px; }
  .pricer h2 {
    padding-bottom: 12px;
    margin-bottom: 24px;
    grid-column: span 2;
    border-bottom: 2px solid #dddddd; }
  .pricer h3 {
    display: inline-block;
    margin-bottom: 24px;
    margin-top: 0; }
  .pricer h3 + .price {
    margin-top: -24px; }
  .pricer h4 {
    font-weight: 700;
    margin-bottom: 0; }
  .pricer .btn {
    padding: 12px 36px;
    margin: 12px auto; }
  .pricer .btn + .btn {
    margin-top: 0; }
  .pricer.invert {
    background: #dc4a0a; }
    .pricer.invert h3,
    .pricer.invert h2 {
      color: white; }
  .pricer .discount {
    display: inline-block;
    margin: 0 auto;
    padding: 0 24px;
    font-weight: 700;
    color: #b4f33b;
    background: #74b329; }
  @media only screen and (max-width: 767px) {
    .pricer {
      text-align: center;
      min-height: 0;
      flex: 1 0 100%; } }

.green {
  color: #74b329; }

.blue {
  color: #4aa2bf; }

.special-text {
  color: #fd6124;
  font-weight: bold; }

.price {
  margin: 6px 0;
  display: block;
  color: #74b329;
  font-weight: 700; }
  .price small {
    color: #74b329;
    font-weight: 700; }
  .price .special {
    color: #74b329; }
  .price .strike-through {
    color: #bab5b1;
    text-decoration: line-through; }

.module {
  margin-bottom: 48px; }

.tt-logo {
  width: 168px;
  margin: 0 24px 0 0; }

.alert {
  border: 2px solid #fd6124;
  padding: 24px;
  margin: 0 24px;
  font-weight: bold;
  text-align: center; }
  .alert h2,
  .alert h3,
  .alert h4,
  .alert p {
    margin: 0; }
  .alert.invert {
    background: #f4efe9;
    border: 1px solid #dddddd; }

.special-wrapper:not(:last-child) {
  margin-bottom: 36px; }

.special-wrapper {
  display: flex;
  flex-flow: column nowrap;
  align-items: center; }

html,
body {
  min-height: 100%;
  width: 100%;
  position: relative; }

.no-scroll {
  overflow: hidden; }

#fixed-promo {
  background: white;
  color: #fd6124;
  padding: 12px 18px;
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  z-index: 9000;
  text-align: center;
  font-size: 0.9em; }
  #fixed-promo a {
    font-weight: bold; }
  @media only screen and (max-width: 767px) {
    #fixed-promo {
      right: 0;
      left: 0;
      bottom: 0;
      width: 100%;
      border-left: none;
      border-right: none;
      border-radius: 0; } }

#site-wrapper {
  margin: 0 auto;
  padding-bottom: 72px; }

.wrapper {
  background: #f4efe9; }

.bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat; }
  @media only screen and (max-width: 767px) {
    .bg {
      display: none; } }

#main {
  margin: 0 auto 0 auto;
  max-width: 1200px;
  min-width: 320px; }
  .home #main {
    margin-top: 0;
    padding: 0; }
  @media only screen and (max-width: 767px) {
    #main {
      padding: 0; } }

.home header {
  margin-bottom: 0; }

.highlight {
  background: #f4efe9;
  padding: 18px 12px;
  margin: 0 0 24px 0;
  text-align: center; }
  .highlight.left {
    text-align: left; }

table {
  width: 100%;
  margin: 24px 0; }
  table td,
  table th {
    padding: 12px; }
  table td {
    border: 1px solid #fd6124; }
    table td * {
      margin: 0; }

a.more {
  display: block;
  font-weight: 700;
  margin: 12px 0; }

.big-link {
  color: #dc4a0a;
  margin: 0 0 24px 0;
  display: block; }

button,
a.btn,
span.btn {
  font-weight: bold;
  padding: 6px 12px;
  color: #fd6124;
  border: 2px solid #fd6124;
  border-radius: 3px;
  background: white; }
  button:hover,
  a.btn:hover,
  span.btn:hover {
    background: #fd6124;
    color: #f4efe9; }
  button.disabled,
  a.btn.disabled,
  span.btn.disabled {
    color: #191917;
    background: #dddddd; }

a.btn {
  display: inline-block;
  text-decoration: none; }

button {
  cursor: pointer; }

a.nav-btn {
  padding: 12px;
  background: #fd6124;
  font-weight: bold;
  color: white;
  text-decoration: none;
  display: block;
  margin: 0 0 6px 0; }
  a.nav-btn:hover {
    background: #9e2b23; }
  @media only screen and (max-width: 767px) {
    a.nav-btn {
      text-align: center; } }

#nav-main {
  margin-bottom: 18px;
  background: #fbf8f5; }
  #nav-main .dropdown {
    z-index: 9999;
    visibility: hidden;
    position: absolute;
    background: white;
    flex-flow: column;
    display: flex;
    box-shadow: 4px 8px 10px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 6px 6px; }
    #nav-main .dropdown li a:hover {
      background: #fbf8f5; }
  #nav-main li:hover .dropdown {
    visibility: visible; }
  #nav-main .inner {
    max-width: 1200px;
    padding: 0 12px;
    margin: 0 auto; }
    #nav-main .inner ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    #nav-main .inner ul.menu {
      position: relative;
      display: flex; }
      #nav-main .inner ul.menu > li {
        padding: 0; }
        #nav-main .inner ul.menu > li a {
          color: #3d4445; }
        #nav-main .inner ul.menu > li > a {
          border-bottom: 3px solid transparent; }
          #nav-main .inner ul.menu > li > a:hover {
            background: #fbf8f5;
            border-bottom: 3px solid;
            border-radius: 6px 6px 0 0; }
    #nav-main .inner ul.menu li a,
    #nav-main .inner ul.submenu li a {
      text-decoration: none;
      font-weight: bold;
      padding: 0 24px;
      line-height: 60px;
      transition: 0.6s border;
      display: block; }
      @media only screen and (max-width: 1024px) and (min-width: 768px) {
        #nav-main .inner ul.menu li a,
        #nav-main .inner ul.submenu li a {
          padding: 0 12px; } }
    #nav-main .inner ul.menu li.active > a,
    #nav-main .inner ul.submenu li.active > a {
      color: #fd6124;
      cursor: default;
      border-bottom: 3px solid; }
      #nav-main .inner ul.menu li.active > a:hover,
      #nav-main .inner ul.submenu li.active > a:hover {
        background: none; }
    #nav-main .inner ul.menu li.active ul.sub-menu,
    #nav-main .inner ul.submenu li.active ul.sub-menu {
      display: block; }
    #nav-main .inner ul.sub-menu {
      position: absolute;
      left: 0;
      bottom: -60px;
      display: none;
      width: 100%;
      border-bottom: 1px solid #e0dad4; }
      #nav-main .inner ul.sub-menu li a {
        color: #3d4445; }
        #nav-main .inner ul.sub-menu li a:hover {
          color: #9e2b23; }
        #nav-main .inner ul.sub-menu li a:active {
          color: #fd6124; }
  @media only screen and (max-width: 1024px) and (min-width: 768px) {
    #nav-main .inner ul.menu li a {
      font-size: 1.125rem; } }
  @media only screen and (max-width: 767px) {
    #nav-main {
      padding: 0;
      background: none;
      margin-bottom: 0;
      width: auto;
      z-index: 9999; }
      #nav-main .inner {
        position: fixed;
        transition: right 0.3s ease-in-out;
        min-width: 70%;
        right: -100%;
        top: 0;
        bottom: 0;
        overflow: auto;
        background: white; }
      #nav-main.visible {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0; }
        #nav-main.visible .inner {
          right: 0;
          box-shadow: 0px 0 10px rgba(0, 0, 0, 0.3); }
      #nav-main .inner ul.menu {
        display: flex;
        flex-flow: column; }
        #nav-main .inner ul.menu .dropdown {
          padding-left: 6px;
          display: flex;
          position: static;
          box-shadow: none;
          visibility: visible;
          background: #f0f0f0; }
          #nav-main .inner ul.menu .dropdown li a {
            font-size: 1rem;
            line-height: 24px; }
        #nav-main .inner ul.menu li a {
          line-height: 48px;
          width: 100%; } }

.nav-tabs {
  display: flex;
  padding-left: 12px; }
  .nav-tabs ul {
    list-style: none;
    background: white;
    padding: 3px;
    margin: 0;
    font-weight: 400; }
    .nav-tabs ul li {
      display: inline-block;
      padding: 0; }
      .nav-tabs ul li a,
      .nav-tabs ul li span {
        font-weight: 700;
        padding: 12px 0 6px 0;
        margin: 0 12px;
        display: block; }
      .nav-tabs ul li span {
        border-bottom: 3px solid #fd6124; }
      .nav-tabs ul li a {
        color: #3d4445;
        text-decoration: none; }
        .nav-tabs ul li a:hover {
          border-bottom: 3px solid #dddddd; }
    @media only screen and (max-width: 767px) {
      .nav-tabs ul {
        margin-bottom: 12px;
        padding: 0;
        width: 100%;
        border-radius: 0; }
        .nav-tabs ul li span,
        .nav-tabs ul li a {
          border-radius: 0; } }
  @media only screen and (max-width: 767px) {
    .nav-tabs {
      text-align: center;
      display: none; } }

form.newsletter {
  padding: 0 12px; }
  form.newsletter span {
    display: inline-block;
    font-weight: bold;
    color: white;
    margin-bottom: 12px;
    margin-right: 12px; }
  form.newsletter input {
    margin-bottom: 12px;
    background: #191917;
    border: none;
    border-bottom: 2px solid #3d4445;
    width: 100%;
    color: white;
    display: block; }
  form.newsletter button {
    margin-top: 24px;
    margin-bottom: 24px; }
  @media only screen and (max-width: 767px) {
    form.newsletter {
      text-align: center; }
      form.newsletter input {
        display: inline-block;
        width: 100%; }
      form.newsletter input,
      form.newsletter button {
        width: 80%; } }

.home .hero-slideshow {
  flex-flow: column;
  padding: 0;
  position: relative;
  margin-top: 12px; }
  .home .hero-slideshow .hero-content {
    background: rgba(255, 255, 255, 0.9);
    padding: 12px 12px 12px 12px;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    flex-flow: column; }
  .home .hero-slideshow .hero {
    position: relative;
    border: 6px solid #dddddd;
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    min-height: 240px; }
  .home .hero-slideshow .btn {
    margin-top: 6px; }
  .home .hero-slideshow .slidesjs-previous,
  .home .hero-slideshow .slidesjs-next {
    display: none; }
  .home .hero-slideshow img {
    margin: 0;
    display: block; }
  .home .hero-slideshow .slidesjs-pagination {
    margin-bottom: 12px; }
    .home .hero-slideshow .slidesjs-pagination li a {
      background: none;
      border-color: #191917; }
      .home .hero-slideshow .slidesjs-pagination li a.active {
        background: #191917; }
  .home .hero-slideshow .hero-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.1); }
  .home .hero-slideshow h2 {
    border: none;
    margin-bottom: 12px;
    letter-spacing: -0.05em;
    margin: 0 0 12px 0; }
    .home .hero-slideshow h2.desc {
      color: #bab5b1; }
  .home .hero-slideshow .leader {
    margin-bottom: 24px; }
  .home .hero-slideshow h2,
  .home .hero-slideshow p,
  .home .hero-slideshow h3 {
    clear: both; }
  @media only screen and (max-width: 1024px) and (min-width: 768px) {
    .home .hero-slideshow .hero {
      padding: 12px; }
    .home .hero-slideshow .hero-content h2 {
      font-size: 24px; } }
  @media only screen and (max-width: 767px) {
    .home .hero-slideshow {
      margin: 0 0 36px 0;
      padding: 0; }
      .home .hero-slideshow h2,
      .home .hero-slideshow p,
      .home .hero-slideshow h3 {
        background: none; }
      .home .hero-slideshow .slide-wrapper {
        text-align: center;
        padding-bottom: 0;
        margin-bottom: 0; }
      .home .hero-slideshow .hero-content {
        position: relative;
        width: 100%; }
      .home .hero-slideshow .slide {
        padding: 12px;
        background: none !important; }
        .home .hero-slideshow .slide h2,
        .home .hero-slideshow .slide p {
          text-align: center; }
      .home .hero-slideshow .inner {
        display: none; } }

#events,
#retreats {
  display: flex;
  flex-flow: row wrap; }

.event {
  flex: 1 0 50%;
  margin: 0 0 36px 0;
  padding-right: 12px; }
  .event h2 {
    margin-bottom: 6px; }
  .event h4 {
    margin: 0; }
  .event .subtext {
    margin: 0; }
  .event p {
    /*margin: $hbu 0;*/ }
  .event .image {
    width: 100%;
    background: #f4efe9;
    margin: 0 0 24px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px; }
  #retreat .event .image {
    height: auto; }
  .event img {
    display: block;
    max-height: 100%;
    margin: 0; }
  @media only screen and (max-width: 1024px) and (min-width: 768px) {
    .event {
      flex: 0 1 100%; } }
  @media only screen and (max-width: 767px) {
    .event {
      flex: 0 1 100%; } }

#quick-events .event {
  border-bottom: 2px solid #f4efe9;
  padding: 0 0 24px 0;
  margin: 0 0 24px 0; }
  #quick-events .event .date {
    padding: 3px;
    font-size: 1rem;
    flex: 0 0; }
  #quick-events .event .dates {
    margin: 0; }
  #quick-events .event h3 {
    margin-bottom: 12px; }
  #quick-events .event h6 {
    margin: 0; }
  @media only screen and (max-width: 1024px) {
    #quick-events .event {
      flex-flow: row wrap; } }
  @media only screen and (max-width: 767px) {
    #quick-events .event {
      text-align: center;
      border: 2px solid #191917;
      padding: 6px;
      margin: 0 0 12px 0; }
      #quick-events .event .dates {
        width: 100%;
        margin: 0 0 12px 0;
        padding: 0;
        border: none; }
        #quick-events .event .dates .date {
          border: none;
          padding: 0; } }
@media only screen and (max-width: 767px) {
  #quick-events {
    padding: 0; } }

.dates {
  margin-bottom: 12px;
  font-size: 1.125rem;
  color: #3d4445;
  font-weight: bold;
  display: inline-flex;
  flex-flow: row wrap; }

.date {
  display: flex;
  flex: 1 1;
  border-right: 1px solid;
  align-items: center;
  margin: 0;
  justify-content: center; }
  .date:last-child {
    border: none; }

.calendar {
  flex-flow: column;
  font-size: 12px;
  width: auto;
  padding: 6px 6px;
  text-align: center; }
  .calendar,
  .calendar div {
    display: flex; }
  .calendar div:first-child {
    margin-right: 12px; }
  .calendar span.number {
    font-size: 30px;
    line-height: 1em;
    color: #fd6124; }
  .calendar p {
    margin: 0;
    font-size: 18px;
    line-height: 1em; }

.times {
  margin: 0 12px; }
  .times span {
    font-size: 15px; }

.class-descriptions {
  display: flex;
  flex-flow: row wrap; }
  .class-descriptions article.class {
    padding-right: 24px;
    flex: 1 0 50%; }
  @media only screen and (max-width: 767px) {
    .class-descriptions {
      display: block; } }

#class-link {
  float: right; }
  @media only screen and (max-width: 1024px) {
    #class-link {
      display: none;
      float: none; } }

#timetable,
.quick-timetable {
  background: white; }
  #timetable h4,
  .quick-timetable h4 {
    font-size: 1.375rem;
    text-align: left;
    color: #191917;
    margin: 12px 0; }
    #timetable h4 a,
    #timetable h4 span,
    .quick-timetable h4 a,
    .quick-timetable h4 span {
      border-bottom: 2px solid #616e70;
      text-decoration: none;
      color: #3d4445; }
    #timetable h4 a:hover,
    .quick-timetable h4 a:hover {
      color: #fd6124;
      border-bottom: 2px solid #fd6124;
      text-decoration: none; }
  #timetable .day h3,
  .quick-timetable .day h3 {
    border-bottom: 2px solid #e0dad4;
    padding: 0 0 6px 0;
    color: #3d4445;
    margin: 0 0 12px 0; }
  #timetable .day.today-true h3,
  .quick-timetable .day.today-true h3 {
    color: #fd6124; }
  #timetable .day .class,
  .quick-timetable .day .class {
    font-size: 16px;
    padding: 0 0 6px 0;
    font-weight: bold;
    margin: 3px 6px 12px 0;
    border-bottom: 2px solid #bab5b1; }
    #timetable .day .class.fade,
    .quick-timetable .day .class.fade {
      transition: 2s;
      opacity: 0; }
    #timetable .day .class.is-tt,
    .quick-timetable .day .class.is-tt {
      border: 1px solid #fd6124;
      padding-left: 6px;
      background: #f9eadd; }
      #timetable .day .class.is-tt .tutor,
      .quick-timetable .day .class.is-tt .tutor {
        display: none; }
    #timetable .day .class .duration,
    .quick-timetable .day .class .duration {
      letter-spacing: -0.04em; }
    #timetable .day .class .time,
    .quick-timetable .day .class .time {
      color: #191917;
      font-weight: 700; }
    #timetable .day .class .tutor,
    .quick-timetable .day .class .tutor {
      font-size: 0.875rem;
      font-weight: normal; }
    #timetable .day .class span.type,
    .quick-timetable .day .class span.type {
      color: #3d4445;
      letter-spacing: -0.04em; }
      @media only screen and (max-width: 1024px) and (min-width: 768px) {
        #timetable .day .class span.type,
        .quick-timetable .day .class span.type {
          font-size: 1rem; } }
    #timetable .day .class[class*="class-\[livestream\]"] .type,
    .quick-timetable .day .class[class*="class-\[livestream\]"] .type {
      color: #4aa2bf; }
    #timetable .day .class[class*="class-pv"] .type, #timetable .day .class[class*="class-power-vinyasa"] .type,
    .quick-timetable .day .class[class*="class-pv"] .type,
    .quick-timetable .day .class[class*="class-power-vinyasa"] .type {
      color: #74b329; }
    #timetable .day .class[class*="class-hot"] .type,
    .quick-timetable .day .class[class*="class-hot"] .type {
      color: #fd6124; }
    #timetable .day .class[class*="class-yin"] .type,
    .quick-timetable .day .class[class*="class-yin"] .type {
      color: #763395; }
    #timetable .day .class[class*="sampler"] .type,
    .quick-timetable .day .class[class*="sampler"] .type {
      color: #4aa2bf; }
  @media only screen and (max-width: 767px) {
    #timetable .day,
    .quick-timetable .day {
      margin-bottom: 24px; }
      #timetable .day h3,
      .quick-timetable .day h3 {
        padding: 6px 0;
        margin: 12px 0 24px 0;
        font-size: 1.25rem;
        text-align: left; }
      #timetable .day .class,
      .quick-timetable .day .class {
        border: none;
        margin: 0 0 6px 0; } }

.timetable-header {
  margin-bottom: 24px; }
  .timetable-header span {
    color: #616e70;
    font-size: 40px;
    display: block; }
  @media only screen and (max-width: 767px) {
    .timetable-header {
      margin-bottom: 3px; }
      .timetable-header span {
        font-size: 24px; } }

.quick-timetable {
  padding: 24px;
  margin: 0 0 24px 0; }
  .quick-timetable header a {
    color: #fd6124;
    font-size: 1.5rem;
    text-decoration: none; }
  .quick-timetable h1 {
    margin: 0 0 12px 0;
    border: none;
    color: #3d4445;
    text-shadow: none; }
  .quick-timetable .col-1-1 {
    padding: 0; }
  .quick-timetable .day.today-true {
    margin-bottom: 12px; }
    .quick-timetable .day.today-true .class {
      margin-bottom: 6px;
      border: none;
      padding: 0; }
      .quick-timetable .day.today-true .class .time,
      .quick-timetable .day.today-true .class .duration,
      .quick-timetable .day.today-true .class .tutor {
        display: inline-block;
        font-size: 1.125rem;
        border: none;
        margin: 0;
        font-weight: 700; }
      .quick-timetable .day.today-true .class .duration {
        font-size: 0.9375rem;
        letter-spacing: -0.04em; }
      .quick-timetable .day.today-true .class .time {
        color: #191917; }
  @media only screen and (max-width: 767px) {
    .quick-timetable {
      padding: 12px; } }

.signup {
  margin-top: 12px; }

.modal-overlay {
  position: fixed;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  overflow-y: auto;
  z-index: 9001; }
  .modal-overlay .modal {
    position: relative;
    background: white;
    margin: 0 auto;
    height: auto;
    width: 60%;
    max-width: 800px;
    margin: 60px auto; }
    .modal-overlay .modal .close-modal {
      position: absolute;
      right: -12px;
      top: -12px;
      width: 36px;
      height: 36px;
      padding: 6px;
      background: #191917;
      border-radius: 0;
      z-index: 999; }
      .modal-overlay .modal .close-modal svg {
        stroke: white;
        stroke-width: 3px;
        width: 12px;
        height: 12px; }
      .modal-overlay .modal .close-modal:hover {
        background: #fd6124; }
      @media only screen and (max-width: 1024px) {
        .modal-overlay .modal .close-modal {
          right: 6px;
          top: 6px; } }
    .modal-overlay .modal .modal-content {
      padding: 36px 36px 60px 36px; }
      .modal-overlay .modal .modal-content h3 {
        margin: 24px 0 12px 0; }
    .modal-overlay .modal .modal-img {
      height: 360px;
      background: #f0f0f0;
      background-size: contain;
      background-color: #222;
      background-repeat: no-repeat;
      background-position: center center;
      text-align: center;
      max-width: 100%;
      position: relative; }
      .modal-overlay .modal .modal-img .teacher-profile {
        background-size: cover;
        background-position: center center;
        border: 3px solid white;
        width: 144px;
        border-radius: 50%;
        height: 144px;
        position: absolute;
        left: 36px;
        bottom: -48px;
        background-color: #cccccc; }
    @media only screen and (max-width: 767px) {
      .modal-overlay .modal {
        width: 100%;
        margin-top: 0; }
        .modal-overlay .modal .modal-img .teacher-profile {
          left: 50%;
          margin-left: -72px; } }

#studio-map {
  width: 100%;
  height: 240px;
  background: #e0e0e0;
  margin-bottom: 24px; }
  @media only screen and (max-width: 767px) {
    #studio-map {
      height: 240px; } }

#slides {
  width: 100%;
  margin: 0 0 48px 0;
  display: none;
  background: #dddddd;
  position: relative;
  max-height: 528px; }
  #slides .slidesjs-control {
    max-height: 528px; }
  #slides .slidesjs-slide {
    width: 100%;
    height: 100%; }
    #slides .slidesjs-slide img {
      width: 100% !important;
      height: 100% !important;
      object-fit: cover; }
  #slides .caption {
    position: absolute;
    top: 12px;
    left: 12px;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 12px 24px; }
  #slides .slidesjs-slide img {
    margin: 0;
    display: block; }
  #slides .slidesjs-next,
  #slides .slidesjs-previous {
    margin-top: -24px;
    text-decoration: none;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    font-weight: bold;
    height: 48px;
    padding: 24px;
    color: white;
    z-index: 300;
    bottom: 12px; }
    #slides .slidesjs-next:hover,
    #slides .slidesjs-previous:hover {
      background: #fd6124; }
    @media only screen and (max-width: 767px) {
      #slides .slidesjs-next,
      #slides .slidesjs-previous {
        bottom: 0;
        top: auto; } }
  #slides .slidesjs-pagination {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0;
    list-style: none;
    display: flex;
    width: 40%;
    margin-left: -20%;
    padding: 6px;
    display: flex;
    justify-content: center; }
    #slides .slidesjs-pagination li {
      margin-right: 6px; }
      #slides .slidesjs-pagination li a {
        border-radius: 12px;
        background: transparent;
        border: 2px solid white;
        display: block;
        text-indent: -9999px;
        width: 12px;
        height: 12px; }
        #slides .slidesjs-pagination li a:hover {
          background: rgba(255, 255, 255, 0.4); }
        #slides .slidesjs-pagination li a.active {
          background: white; }
      #slides .slidesjs-pagination li:last-child {
        margin: 0; }
  #slides .slidesjs-next {
    right: 12px; }
    @media only screen and (max-width: 767px) {
      #slides .slidesjs-next {
        right: 0; } }
  #slides .slidesjs-previous {
    left: 12px; }
    @media only screen and (max-width: 767px) {
      #slides .slidesjs-previous {
        left: 0; } }
  #slides .slidesjs-pagination {
    z-index: 300;
    position: absolute; }
  #slides .slides-js-pagination-item {
    margin-right: 6px; }
    #slides .slides-js-pagination-item a {
      border-radius: 50%;
      border: 1px solid red; }

.slide-wrapper {
  position: relative; }
  .slide-wrapper header {
    margin-top: 24px;
    width: 100%;
    z-index: 500;
    position: absolute;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center; }
    .slide-wrapper header h1 {
      margin: 0;
      padding: 12px 24px;
      width: auto;
      background: white; }
  @media only screen and (max-width: 767px) {
    .slide-wrapper header {
      margin-top: 0; } }
