﻿/* Variables */
/* Variables */
/* Mixins */
.RoundCornersSmall {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.RoundCorners {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.fontLarge {
  font-size: 1.2em;
}
/* Basket */
.basket {
  float: right;
  width: 30%;
}
.basket .basketItemsContainer .basketItems {
  width: 65%;
  float: left;
}
.basket .basketItemsContainer .basketItems ul li {
  list-style-type: none;
  content: none;
  margin-bottom: 5px;
}
.basket .basketItemsContainer .basketItems .removeLink {
  color: red;
  font-size: 0.8em;
}
.basket .basketItemsContainer hr {
  margin: 5px 0;
  clear: both;
}
.basket .basketItemsContainer .cost {
  width: 30%;
  float: right;
  padding-top: 5px;
  text-align: right;
}
.total {
  background-color: #d0dffe;
  color: #08256b;
  width: 100%;
  padding: 5px;
  margin-bottom: 10px;
  margin-top: 5px;
  float: left;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 1.2em;
}
.total .left {
  float: left;
  margin-left: 10px;
}
.total .right {
  float: right;
  margin-right: 10px;
}
.total p {
  margin: 0;
  padding: 0;
}
.showOrder {
  display: none;
}
.mainBox {
  background: #cfdfff;
  padding: 0.3em 0.85em;
  width: 100%;
  margin: 0 0 1em 0;
  overflow: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.mainBox.light {
  background: white;
}
.mainBox.light:nth-child(even) {
  background: #f0f4ff;
}
.mainBox.lightBlue {
  background: #f0f4ff;
}
.mainBox div {
  float: left;
}
.mainBox div p {
  margin: 0.2em 0;
  font-size: 1.2em;
  font-weight: 600;
}
.mainBox div p.vertical {
  margin-top: 14px;
}
.mainBox div p.button {
  margin: 0;
  padding: 10px 20px;
  font-size: 1em;
}
.mainBox div p.button a {
  color: #fff;
}
.mainBox div p.button.orange {
  background: #ff9a00;
}
.mainBox div:last-child {
  margin-right: 0 !important;
  float: right;
}
.mainBox div img {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  width: 200px;
}
.mainBox.sixChildren div {
  width: 15%;
  margin-right: 2%;
}
.mainBox.fiveChildren div {
  width: 18%;
  margin-right: 2%;
}
.mainBox.fourChildren div {
  width: 23%;
  margin-right: 2%;
}
/* Class Summary */
.prorated p {
  font-size: 0.8em;
}
.classSummary div {
  float: left;
}
.classSummary .date {
  width: 13%;
}
.classSummary .age {
  width: 13%;
}
.classSummary .term {
  width: 27%;
  padding-right: 10px;
}
.classSummary .places {
  width: 15%;
}
.classSummary .cost {
  width: 15%;
}
.classSummary .actions {
  width: 15%;
  padding-top: 5px;
  text-align: right;
  margin-right: 0;
  float: right;
}
.classSummary .prorated {
  float: right;
  width: 47%;
  margin-top: 0.5em;
  padding-right: 7%;
}
.classSummary .prorated p {
  font-size: 0.8em;
}
@media screen and (max-width: 1000px) {
  .classSummary .prorated {
    padding-right: 0;
    width: 42%;
  }
}
@media screen and (max-width: 767px) {
  .classSummary .prorated {
    width: 100%;
  }
}
.classSummary div:last-child {
  margin-right: auto;
}
.classSummaryNoButton div {
  float: left;
  margin-right: 65px;
}
.classSummaryNoButton div:last-child {
  float: left;
}
.classSummaryNoButton .cost {
  margin-right: 0px;
}
/* CSS resets */
/* 18/4/2023*/
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;
}
strong {
  font-weight: bold;
}
.clear {
  clear: both;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
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;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Corona */
.covid-page-left {
  float: left;
  width: 60%;
}
.covid-page-right {
  float: right;
  width: 35%;
  margin-bottom: 1em;
  margin-top: 1em;
}
.covid-page-right img {
  width: 100%;
}
.covid-in-header {
  float: right;
  width: 150px;
  margin-left: 1em;
}
.corona-container {
  color: #000;
}
.corona-container:hover {
  text-decoration: none;
}
.corona {
  float: left;
  width: 100%;
  padding: 0.5em 0 1em 0;
}
.corona .corona-left {
  float: left;
  width: 100%;
  text-align: left;
  font-size: large;
}
.corona .corona-left p {
  margin: 1.1em 0 0 0;
}
.corona .corona-left h2 {
  font-size: 5.5em;
  margin-bottom: 0;
  line-height: 1em;
}
.corona .corona-left h3 {
  color: #cfdfff;
  font-size: 4.9em;
  margin-top: 0;
  margin-bottom: 10px;
}
.corona .corona-left h4 {
  color: #6596ff;
  font-size: 2.5em;
}
.corona .corona-left img {
  width: 150px;
  float: right;
  margin-left: 1em;
  margin-bottom: 1em;
}
.corona .corona-right {
  float: right;
  width: 25%;
}
.corona .corona-right a {
  color: #000;
}
.corona .corona-right a:hover {
  text-decoration: none;
}
.corona .corona-right p.button {
  color: #fff;
  float: right;
  margin-top: 1em;
  background: #6596ff;
  color: white;
  font-weight: 600;
  text-align: center;
  padding: 6px 60px;
  cursor: pointer;
  display: inline-block;
}
.online-classes-promo {
  float: left;
  width: 100%;
  background-color: #cfdfff;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 2%;
}
.online-classes-promo .one-third {
  float: left;
}
.online-classes-promo .one-third:nth-of-type(1) {
  width: 31%;
  margin-right: 3%;
}
.online-classes-promo .one-third:nth-of-type(1) a.button {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: block;
  font-size: 1.2em;
}
.online-classes-promo .one-third:nth-of-type(1) h2 {
  font-size: 1.3em;
  line-height: 1.35em;
}
.online-classes-promo .one-third:nth-of-type(2) {
  width: 47%;
  margin-right: 1%;
}
.online-classes-promo .one-third:nth-of-type(2) p {
  line-height: 1.4;
  margin: 0.5em 0;
  font-size: 0.95em;
}
.online-classes-promo .one-third:nth-of-type(2) p:first-of-type {
  margin-top: 0;
}
.online-classes-promo .one-third:nth-of-type(2) a {
  font-weight: bold;
}
.online-classes-promo .one-third:nth-of-type(3) {
  width: 18%;
  text-align: right;
}
.online-classes-promo .one-third:nth-of-type(3) img {
  max-width: 100%;
  height: 100%;
  display: inline-block;
}
.online-class-wrapper a.button {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  display: block;
}
/* Layout */
html {
  font-size: 100%;
}
body {
  line-height: 1;
  font-size: 0.95em;
  font-family: 'Open sans', sans-serif;
  background: white;
  color: #444444;
  font-weight: normal;
  background: url('/images/rbt-background-1920-201510-01.jpg') #5aa431 repeat-x 0 0;
}
body .red {
  color: red;
}
body #find-a-class {
  width: 100%;
  color: white;
  background: #5aa431;
  padding: 1em 0;
  display: inline-block;
}
body #find-a-class .central {
  font-size: 1.1em;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 15px;
}
body #find-a-class .central .left {
  float: left;
}
body #find-a-class .central .right {
  float: right;
}
.centered {
  text-align: center;
}
.centered .rtPassing {
  margin-top: 10px;
}
a.link {
  cursor: pointer;
}
header {
  position: relative;
}
header #logo {
  position: absolute;
  top: -70px;
  left: -5px;
  width: 250px;
  z-index: 2;
}
header #logo img {
  max-width: 100%;
}
header #strapline {
  width: 310px;
  position: absolute;
  top: -62px;
  left: 253px;
  color: #cce0f9;
  font-size: 0.9em;
  font-weight: 600;
}
header .header-container {
  position: absolute;
  top: -55px;
  left: 563px;
  width: 406px;
  color: #fff;
}
header .header-container a {
  color: #fff;
}
header .header-container ul {
  margin: 0;
  padding: 0;
  float: left;
}
header .header-container ul ul {
  clear: both;
  margin-top: 8px;
  background: #6699ff;
  float: none;
  white-space: nowrap;
  position: absolute;
  display: none;
  width: 13em;
  z-index: 500;
}
header .header-container ul ul li {
  clear: both;
  padding: 7px 15px;
  width: 100%;
  cursor: pointer;
  border-bottom: 1px solid #9bbdff;
  margin-bottom: 0px;
  line-height: 1.4em;
}
header .header-container ul ul li:hover {
  background: #003366;
}
header .header-container ul ul li:first-child {
  padding-left: 15px;
}
header .header-container ul ul.countrySelection li img {
  border: 1px solid #000;
  margin-right: 0.8em;
}
header .header-container ul:hover ul {
  display: block !important;
}
header .header-container img {
  float: left;
  margin-right: 5px;
}
header .header-container img.arrow {
  float: right;
  padding-top: 10px;
  margin-left: 5px;
  cursor: pointer;
}
header .header-container .location {
  float: left;
  margin-right: 10px;
}
header .header-container .parent-area {
  float: left;
}
header .header-container .shoppingCart {
  float: left;
  margin-left: 8px;
}
header .header-container .social {
  float: right;
  padding-top: 3px;
}
header .header-container .social img {
  float: left;
  margin-right: 5px;
}
header .header-container .social img:hover {
  opacity: 0.8;
}
/* Error page */
.error-left {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 2% 2% 100px 2%;
  background-color: #cfdfff;
  float: left;
  width: 60%;
}
.error-right {
  float: right;
  width: 35%;
}
.error-right img {
  max-width: 82%;
}
/* Main Navigation */
#dropMenuWhite {
  display: none;
}
nav {
  margin-top: 3em;
}
nav ul {
  text-align: left;
  float: left;
  margin-left: 242px;
  width: 75%;
  margin-top: -45px;
}
nav ul li {
  display: inline-block;
  margin-left: 13px;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.8em;
}
nav .dropNav {
  display: none;
  clear: both;
  text-align: right;
  width: 100%;
  padding: 0 10px 0 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #6699ff;
  width: 250px;
  position: absolute;
  top: 45px;
  right: 15px;
  z-index: 2;
}
nav .dropNav li {
  display: block;
  line-height: 3em;
  clear: both;
  margin: 0;
}
nav .dropNav li a {
  color: #fff;
}
nav .dropNav li ul {
  display: none;
  margin-top: 0px;
  font-size: 80%;
  margin-left: 0px;
  float: right;
  text-align: right;
}
nav div.menuButton {
  position: absolute;
  top: 20px;
  float: right;
  right: 17px;
}
nav div.menuButton:hover {
  cursor: pointer;
}
/* Main Navigation DropDown */
ul.mainDropDownMenu ul {
  clear: both;
  margin-top: 0px;
  background: #6699ff;
  float: none;
  white-space: nowrap;
  position: absolute;
  display: none;
  width: 13em;
  z-index: 500;
  margin-left: 0px;
}
ul.mainDropDownMenu ul li {
  padding: 8px;
  width: 100%;
  cursor: pointer;
  margin-bottom: 0px;
  line-height: 1.4em;
  text-align: left;
  font-weight: normal;
  font-size: 90%;
  margin-left: 0px;
  float: left;
}
ul.mainDropDownMenu ul li:hover {
  background: #003366;
}
ul.mainDropDownMenu ul li a {
  color: #fff;
}
ul.mainDropDownMenu li:hover ul {
  display: block !important;
}
/* Slideshow */
.slideshowContainer {
  clear: both;
  visibility: hidden;
}
.slideshowContainer ul {
  margin-left: 0px;
}
.container {
  width: 980px;
  margin: 0 auto;
}
.content {
  clear: both;
}
.content .slideshowContainer ul {
  margin-left: 0px;
}
.content ul {
  margin: 0 0 0 20px;
}
.content ul li {
  list-style-type: disc;
}
#page {
  background: white;
  padding: 1em;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  margin-bottom: 2em;
  margin-top: 4em;
  min-height: 630px;
  position: relative;
}
h1 {
  color: #002367;
  text-transform: uppercase;
  font-size: 3em;
  font-weight: 800;
  margin-bottom: 0.1em;
}
h1.smaller {
  font-size: 2.5em;
}
h2 {
  color: #002367;
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 0.75em;
  line-height: 1.2em;
}
h2 .orderItems {
  font-size: 0.7em;
  color: #666666;
  display: none;
}
h2.no-margin-bottom {
  margin-bottom: 0;
}
h3 {
  color: #002367;
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 0.75em;
  margin-top: 0.75em;
}
h3 .small {
  font-size: 0.7em;
}
h3 .normal {
  font-weight: normal;
}
h3.moreMargin {
  margin-bottom: 1.25em;
  margin-top: 1.25em;
}
.pageHeading {
  border: 7px solid #c8d202;
  padding: 1.5em 1em 1.25em 1em;
  margin-bottom: 1em;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.pageHeading.onlineClasses h1 {
  font-size: 2.5em;
}
.pageHeading p {
  font-size: 1.4em;
  margin: 0;
}
ul li {
  color: #444;
  list-style: none;
  line-height: 1.6em;
  margin-bottom: 20px;
}
ol {
  list-style-type: decimal;
  margin: 0 0 0 23px;
}
ol li {
  line-height: 1.7em;
}
.showMobile,
.showTablet,
.showSmallest {
  display: none;
}
.classSearch {
  width: 100%;
  float: left;
}
.classSearch label {
  float: left;
  margin-bottom: 20px;
  font-weight: bold;
  color: #002664;
  font-size: 1.3em;
  line-height: 1.3em;
}
.classSearch input[type="submit"],
.classSearch input.mapsearch {
  width: 15%;
  font-size: 1.2em;
  float: right;
  margin-top: 5px;
  padding-top: 8px;
}
.classSearch input[type="text"] {
  border: none;
  width: 39%;
  padding: 8px;
  font-size: 1.2em;
  margin: 5px 0;
  float: left;
  margin-right: 2%;
}
.classSearch select {
  color: #002664;
  padding: 7px;
  border: none;
  font-size: 1.2em;
  margin: 5px 0;
  float: left;
}
.classSearch #daySelect {
  width: 20%;
  margin-right: 2%;
}
.classSearch #radiusSelect {
  width: 20%;
}
.classSearch #searchResults {
  clear: both;
  float: left;
}
.classMap {
  width: 100%;
  border: 3px solid #fff;
  float: left;
  margin-top: 8px;
}
.waitingListButton {
  display: block;
  line-height: 1.5em;
}
.classDetails {
  width: 49%;
  float: left;
}
.classDetails img {
  float: right;
  width: 200px;
  margin-left: 2em;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#prorated-hidden {
  max-width: 800px;
}
.coachDetails {
  width: 49%;
  float: right;
}
.coachDetails img {
  float: right;
  width: 200px;
  margin-left: 2em;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.coachDetails div.img {
  float: right;
  width: 200px;
  height: 194px;
  margin-left: 2em;
}
hr.light {
  height: 1px;
  color: #cfe0fe;
  background: #cfe0fe;
  font-size: 0;
  border: 0;
  margin: 15px 0;
  clear: both;
}
.button {
  background: #6596ff;
  color: white;
  font-weight: 600;
  text-align: center;
  padding: 6px 20px;
  cursor: pointer;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.button:hover {
  color: white;
}
.button.cancel {
  background: #b9b9b9;
}
a {
  text-decoration: none;
  color: #6699ff;
}
a:hover {
  text-decoration: underline;
  color: #002664;
}
p {
  font-size: 1em;
  margin: 0.8em 0;
  line-height: 1.6em;
}
p.smaller {
  font-size: 0.9em !important;
  line-height: 1.4em;
}
span.small {
  font-size: 0.8em;
}
.topMargin {
  margin-top: 1.4em !important;
}
.termCalendar {
  clear: both;
  overflow: hidden;
}
.termCalendar .sessionDate {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background: #cfdfff;
  width: 15%;
  margin-right: 1%;
  margin-bottom: 0.75em;
  display: inline-block;
  vertical-align: top;
  padding: 0.75em;
  border: 1px solid #cfe0fe;
}
.termCalendar .sessionDate span {
  padding-left: 0.5em;
}
.termCalendar .sessionDate p {
  font-weight: 700;
  font-size: 1.1em;
}
.termCalendar .sessionDate.finished {
  opacity: 0.3;
}
.termCalendar .sessionDate.cancelled {
  background: #ffebca;
}
.termCalendar .sessionDate p.sessionCount {
  margin-bottom: 0.2em;
  font-weight: 600;
  font-size: 0.9em;
}
.termCalendar .sessionDate p.notHappening {
  margin-top: 0.3em;
  font-weight: 600;
  font-size: 0.85em;
}
.welcomePackInformation {
  clear: both;
  font-size: 0.9em;
}
.welcomePackInformation .rtLogo {
  float: left;
  margin-right: 20px;
  margin-bottom: 30px;
}
.welcomePackInformation .jojo {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
  width: 25%;
}
.welcomePackInformation .jojoit,
.welcomePackInformation .jojoch {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}
.welcomePackInformation .welcome-pack-za {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
  width: 17%;
}
footer {
  font-size: 0.75em;
  margin-bottom: 2em;
  overflow: hidden;
}
footer p {
  line-height: 1.6em;
}
footer #topFooter {
  width: 100%;
  clear: both;
}
footer #topFooter p {
  font-size: 1.2em;
}
footer #topFooter .woodenSpoon {
  width: 100%;
}
footer #bottomFooter {
  width: 100%!important;
  display: block!important;
  clear: both;
  padding-top: 1em;
  border-top: 1px solid white;
  color: #afd29c;
}
footer #bottomFooter p {
  font-weight: normal;
  font-size: 1.05em;
}
footer h2,
footer p,
footer a {
  color: white;
}
footer div {
  width: 23%;
  margin-right: 2%;
  float: left;
  margin-bottom: 2em;
}
footer div:last-child {
  margin-right: 0;
}
footer .bfa-footer {
  width: 80px;
}
/* Shared Form Elements */
.checkboxes input[type="checkbox"] {
  position: relative;
  top: 2px;
  margin-right: 10px;
}
input[type="submit"] {
  border: none;
  cursor: pointer;
  font-weight: 600;
  font-family: 'Open sans', sans-serif;
  font-size: 1em;
  -webkit-appearance: none;
}
input[type="submit"]:hover {
  text-decoration: underline;
}
input[type="text"],
textarea,
select {
  color: #656565;
  font-size: 1em;
}
input[type="text"],
select,
input[type="email"],
input[type="tel"],
input[type="password"] {
  width: 98%;
  padding: 8px 1%;
  margin-bottom: 10px;
}
textarea {
  width: 98%;
  padding: 8px 1%;
  min-height: 150px;
  font-family: 'Open sans', sans-serif;
}
.editor-label {
  font-weight: bold;
  margin: 10px 0;
}
.editor-label .charity-label-small {
  font-size: 0.85em;
  font-weight: normal;
}
.validation-summary-errors {
  width: 100%;
  padding: 10px 10px 5px 0px;
  margin: 5px 0 10px 0;
}
.validation-summary-errors ul li {
  color: red;
}
.field-validation-error {
  color: red;
  display: block;
  margin-bottom: 10px;
}
/* Standard Form */
.standard-form {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
.standard-form input[type="text"],
.standard-form select,
.standard-form input[type="email"],
.standard-form input[type="tel"],
.standard-form input[type="password"],
.standard-form textarea {
  width: 60%;
  padding: 8px 1%;
  margin-bottom: 10px;
}
.standard-form select {
  padding-top: 0;
  padding-bottom: 0;
}
.standard-form.feedback .feedback-left {
  float: left;
  width: 47%;
}
.standard-form.feedback .feedback-right {
  float: right;
  width: 47%;
}
.standard-form.feedback .editor-label,
.standard-form.feedback .editor-field {
  width: 100%;
}
.standard-form.feedback input[type="text"],
.standard-form.feedback select,
.standard-form.feedback input[type="email"],
.standard-form.feedback input[type="tel"],
.standard-form.feedback input[type="password"],
.standard-form.feedback textarea {
  width: 100%;
}
.standard-form .editor-field {
  float: left;
  width: 70%;
}
.standard-form .editor-label {
  float: left;
  width: 30%;
  clear: both;
}
.standard-form.franchisee-form .editor-label {
  padding-right: 10px;
}
.standard-form.franchisee-form label {
  display: inline;
}
@media (min-width: 768px) {
  .standard-form.franchisee-form .control-label {
    text-align: left!important;
  }
}
/* Shared Table Styling */
table {
  width: 100%;
  border: 1px solid #b9b9b9;
  margin: 20px 0;
}
table tr th {
  font-weight: bold;
  text-align: left;
  padding: 5px;
  border: 1px solid #b9b9b9;
}
table tr td {
  padding: 5px;
  border: 1px solid #b9b9b9;
}
/* Find Classes */
.findClasses .date {
  width: 16%;
}
.findClasses .age {
  width: 16%;
}
.findClasses .term {
  width: 30%;
  margin-right: 3%;
}
.findClasses .places {
  width: 15%;
}
.findClasses .actions {
  width: 18%;
  padding-top: 11px;
}
.classDetailHeader {
  float: left;
  width: 100%;
}
.classDetailHeader .left {
  float: left;
  margin-right: 30px;
}
.classDetailHeader .left .distance {
  color: #b9b9b9;
  font-weight: normal;
  font-size: 0.7em;
}
.classDetailHeader .left h3 {
  line-height: 1.2em;
}
.classDetailHeader .right {
  float: right;
  margin-right: 10px;
}
/* Page Navigation */
.page-navigation {
  float: left;
  clear: both;
  width: 100%;
  padding: 10px 0 20px 0;
  color: #666666;
  font-weight: bold;
  font-size: 130%;
}
.page-navigation div {
  float: left;
  margin-right: 20px;
}
.page-navigation div span.highlight {
  color: #002166;
}
.page-navigation-mobile {
  display: none;
}
/* Register */
.content-left {
  float: left;
  width: 65%;
  margin-right: 5%;
}
.content-left .rtLogo {
  float: right;
  margin-left: 10px;
}
.content-left .jojo {
  float: right;
  margin-left: 10px;
  width: 30%;
}
.content-left .jojoit,
.content-left .jojoch {
  float: right;
  margin-left: 10px;
}
.content-left .rtPassing {
  float: right;
}
/* Merchandise */
.categoryExpand {
  width: 100%;
  border-bottom: 1px solid #cfe0fe;
  padding: 15px 10px 15px 0px;
  clear: both;
}
.categoryExpand:hover {
  cursor: pointer;
}
.categoryExpand h2 {
  margin: 0;
  padding: 0;
}
.categoryExpand .left {
  float: left;
}
.categoryExpand .right {
  float: right;
}
.categoryExpand .right .plus,
.categoryExpand .right .minus {
  padding: 5px 10px;
  background-color: #6596ff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #fff;
  font-size: 150%;
  font-weight: bold;
  text-align: center;
}
.categoryExpand .right .minus {
  display: none;
  padding: 5px 13px;
}
.merchandise-nav {
  float: left;
  width: 100%;
}
.merchandise-nav li {
  float: left;
  width: 20%;
}
.products {
  width: 100%;
  clear: both;
  overflow: hidden;
  display: none;
  padding-top: 15px;
}
.products .product {
  margin-bottom: 30px;
  float: left;
}
.products .product img {
  float: left;
  max-width: 100%;
  margin-bottom: 10px;
  margin-right: 10px;
  cursor: pointer;
}
.products .product .text h3 {
  margin: 0;
  padding: 0;
}
.products .product .text .price {
  margin: 0;
  padding: 0;
  font-weight: bold;
}
.products .product .text p {
  font-size: 90%;
}
.products .product .options {
  float: left;
  width: 100%;
}
.products .product .options .quantities label {
  float: left;
  padding-top: 8px;
  margin-right: 5px;
}
.products .product .options .quantities select {
  float: left;
}
.products .product .options .quantities select.quantity {
  width: 20%;
}
.products .product .options .quantities select.option {
  width: 60%;
  float: right;
}
.products .product .options .quantities input {
  float: left;
}
.products .product .options .quantities input.quantity {
  width: 20%;
}
.products form:nth-child(odd) .product {
  float: left;
  width: 48%;
  clear: both;
}
.products form:nth-child(even) .product {
  float: right;
  width: 48%;
}
.featured {
  display: block;
}
/* Payment */
.differentAddress {
  float: left;
  width: 100%;
  margin: 20px 0 30px 0;
}
.cardDetails select {
  float: left;
  width: 15%;
  margin-right: 5px;
}
/* Contact Page */
.instagram-logo-thank-you-page {
  display: inline-block;
  position: relative;
  margin-right: 10px;
  top: 6px;
}
.contact {
  width: 100%;
  float: left;
}
.contact .merchandise,
.contact .local,
.contact .franchising,
.contact .coaching,
.contact .general {
  padding: 30px 15px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.contact .merchandise img,
.contact .local img,
.contact .franchising img,
.contact .coaching img,
.contact .general img {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}
.contact .merchandise {
  float: left;
  background-color: #cfdfff;
  width: 49%;
  margin-bottom: 20px;
}
.contact .local {
  float: right;
  background-color: #cfdfff;
  width: 49%;
  margin-bottom: 20px;
}
.contact .franchising {
  float: left;
  width: 49%;
  background-color: #e5edff;
  clear: both;
  margin-bottom: 20px;
}
.contact .coaching {
  float: right;
  width: 49%;
  background-color: #e5edff;
}
.contact .general {
  float: left;
  width: 100%;
  background-color: #f1f5ff;
}
.coupe .childOverlay {
  background: url('/images/RT.png') no-repeat;
  height: 200px;
  width: 53%;
  margin-top: -116px;
  position: absolute;
  z-index: 9999;
  background-position-x: right;
  float: right;
  right: 0;
  margin-right: 15px;
  background-size: contain;
}
.coupe .childOverlay2 {
  background: url('/images/rt1.png') no-repeat;
  height: 200px;
  width: 53%;
  margin-top: -150px;
  position: absolute;
  z-index: 9999;
  background-position-x: right;
  float: right;
  right: 0;
  margin-right: 15px;
  background-size: contain;
}
.coupe h4 {
  color: #002367;
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 0.75em;
  margin-top: 0.75em;
}
.coupe .button {
  display: block;
}
.searchContainer {
  position: absolute;
}
.searchContainer button {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 40px;
  border: none;
  background-color: white;
}
.searchContainer input {
  border: none;
  margin: 0;
  padding-right: 40px;
}
.searchContainer input:focus {
  outline: none;
}
#searchButton {
  margin-left: 214px;
  width: 95px;
  border: none;
  height: 37px;
  border-radius: 0px 5px 5px 0px;
}
#findclasshome #findClassSubmit {
  position: relative;
  left: 0px;
  width: 100%;
  margin-top: 4em;
  border: none;
}
@media screen and (max-width: 768px) {
  #findclasshome .searchContainer {
    margin-top: -3em;
  }
}
@media screen and (max-width: 1000px) {
  .coupe .childOverlay,
  .coupe .childOverlay2 {
    width: 100% !important;
    margin-top: -201px !important;
  }
}
@media screen and (max-width: 768px) {
  .coupe .childOverlay,
  .coupe .childOverlay2 {
    height: 100px;
    margin-top: -101px !important;
  }
}
@media screen and (min-width: 1000px) {
  .coupe .button {
    width: 100%;
  }
  .coupe .text {
    display: block;
    width: 100%;
  }
}
/* About Page */
.about {
  float: left;
  width: 100%;
}
.about .header {
  float: left;
  width: 100%;
  background-color: #cfdfff;
  padding: 2%;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  margin-bottom: 20px;
}
.about .header .text {
  float: left;
  width: 40%;
}
.about .header .text h2 {
  font-weight: 900;
}
.about .header .text P {
  margin-top: 0;
}
.about .header .video {
  float: right;
  width: 55%;
}
.about .testimonials {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.about .testimonials h3 .bolder,
.about .testimonials h2 .bolder {
  font-weight: 900;
}
.about .testimonials .background {
  min-height: 250px;
}
.about .description {
  float: left;
  width: 100%;
  background-color: #cfdfff;
  margin-bottom: 20px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 2%;
}
.about .description p {
  margin: 0;
  padding: 0;
}
.about .description img {
  float: right;
  margin-left: 10px;
}
.about .classTypes {
  width: 100%;
  float: left;
}
.about .classTypes.flex {
  display: flex;
  flex-direction: row;
  margin-bottom: 1em;
}
.about .classTypes.flex .oneThird {
  position: relative;
  padding-bottom: 2.5em;
}
.about .classTypes.flex .oneThird .button {
  position: absolute;
  left: 0;
  bottom: 0;
}
.about .classTypes .oneThird img {
  width: 100%;
  margin-bottom: 10px;
  border-radius: 5px;
}
.about .actions h3 {
  font-weight: 900;
}
/* Online-Classes Page */
.online-arty {
  width: 100%;
}
/* Coaches Page */
.coaches-arty {
  float: right;
  margin-left: 15px;
}
/* Franchisee Page */
.franchisee {
  float: left;
  width: 100%;
}
.franchisee .header {
  float: left;
  width: 100%;
  background-color: #cfdfff;
  padding: 2%;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  margin-bottom: 20px;
}
.franchisee .header .text {
  float: left;
  width: 40%;
}
.franchisee .header .text.italy-franchisee {
  width: 55%;
}
.franchisee .header .text h2 {
  font-weight: 900;
}
.franchisee .header .text P {
  margin-top: 0;
}
.franchisee .header .text P.full-width {
  width: 100%;
}
.franchisee .header .video {
  float: right;
  width: 55%;
}
.franchisee .header .video.full-width {
  width: 100%;
}
.franchisee .header form.italy-franchisee {
  float: right;
  width: 40%;
  background-color: whitesmoke;
  padding: 10px;
}
.franchisee .header form.italy-franchisee h2 {
  text-align: center;
  margin-bottom: 3em;
}
.franchisee .header form.italy-franchisee .editor-label {
  width: 35%;
}
.franchisee .header form.italy-franchisee .editor-field {
  width: 60%;
}
.franchisee .header form.italy-franchisee .control-label {
  width: 80%;
  display: inline-flex;
  margin-bottom: 1em;
}
.franchisee .header form.italy-franchisee .form-control {
  width: 95%;
}
.franchisee .header form.italy-franchisee input[disabled] {
  background-color: #b9b9b9;
}
.franchisee .testimonials .table-header {
  display: table;
  width: 100%;
}
.franchisee .testimonials .table-header .table-row {
  display: table-row;
}
.franchisee .testimonials .table-header .table-cell {
  display: table-cell;
  background: #f0f4ff;
  padding: 0.5em 1em;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  width: 48%;
}
.franchisee .testimonials .table-header .table-cell h3 .bolder,
.franchisee .testimonials .table-header .table-cell h2 .bolder {
  font-weight: 900;
}
.franchisee .testimonials .table-header .table-cell p {
  font-weight: bold;
}
.franchisee .testimonials .table-header .divide {
  width: 2.5%;
  background-color: #fff;
  display: table-cell;
}
.franchisee .classTypes {
  width: 100%;
  float: left;
}
.franchisee .classTypes .oneThird img {
  width: 100%;
  margin-bottom: 10px;
  border-radius: 5px;
}
.franchisee .classTypes .oneThird img.cones {
  float: right;
  margin-left: 10px;
  width: 50%;
}
.franchisee .classTypes .oneThird h3 {
  font-size: 1.2em;
}
.franchisee .classTypes .oneThird .imageCentered {
  text-align: center;
}
.franchisee .classTypes .oneThird .imageCentered img {
  width: auto;
  max-width: 100%;
  display: inline-block;
  float: none;
  margin-right: 0;
}
.franchisee .actions h3 {
  font-weight: 900;
}
.franchisee .bfa-content {
  float: left;
  margin-right: 10px;
  width: 80px;
}
/* Eco Initiative Page */
.eco-initiative {
  float: left;
  width: 100%;
}
.eco-initiative .header {
  float: left;
  width: 100%;
  background-color: #c7d300;
  padding: 2%;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  margin-bottom: 20px;
}
.eco-initiative .header .text {
  float: left;
  width: 85%;
}
.eco-initiative .header .text h3 strong {
  color: #f0f4ff;
}
.eco-initiative .header .text P {
  margin-top: 0;
}
.eco-initiative .header .arty {
  float: right;
  width: 15%;
}
.eco-initiative .classTypes {
  width: 100%;
  float: left;
}
.eco-initiative .classTypes .oneThird img {
  width: 100%;
  margin-bottom: 10px;
  border-radius: 5px;
}
.eco-initiative .classTypes .oneThird img.cones {
  float: right;
  margin-left: 10px;
  width: 50%;
}
.eco-initiative .classTypes .oneThird h3 {
  font-size: 1.2em;
}
.eco-initiative .classTypes .oneThird h3 strong {
  color: #c7d300;
}
.eco-initiative .classTypes .oneThird .imageCentered {
  text-align: center;
}
.eco-initiative .classTypes .oneThird .imageCentered img {
  width: auto;
  max-width: 100%;
  display: inline-block;
  float: none;
  margin-right: 0;
}
.eco-initiative .bfa-content {
  float: left;
  margin-right: 10px;
  width: 80px;
}
/* Parties Page */
.parties {
  float: left;
  width: 100%;
}
.parties .header {
  float: left;
  width: 100%;
  background-color: #cfdfff;
  padding: 2%;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  margin-bottom: 20px;
}
.parties .header .text {
  float: left;
  width: 35%;
}
.parties .header .text h2 {
  font-weight: 900;
}
.parties .header .text P {
  margin-top: 0;
}
.parties .header .image {
  float: right;
  width: 60%;
}
.parties .header .image img {
  width: 100%;
}
.parties .testimonials {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.parties .testimonials h3 .bolder,
.parties .testimonials h2 .bolder {
  font-weight: 900;
}
.parties .testimonials .background {
  min-height: 220px;
}
/* Schools and Nurseries Page */
.schoolsAndNurseries .imageContainer img {
  width: 100% !important;
  margin-bottom: 20px;
}
.schoolsAndNurseries .button {
  width: 100%;
  display: block;
  margin-top: 3em;
}
/* Company Page */
.company {
  float: left;
  width: 100%;
}
.company .header {
  float: left;
  width: 100%;
  background-color: #cfdfff;
  padding: 2%;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  margin-bottom: 20px;
}
.company .header .text {
  float: left;
  width: 40%;
}
.company .header .text h2 {
  font-weight: 900;
}
.company .header .text P {
  margin-top: 0;
}
.company .header .video {
  float: right;
  width: 55%;
}
.company .popularity {
  float: left;
  width: 100%;
  background-color: #cfdfff;
  margin-bottom: 20px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 2%;
}
.company .popularity img {
  float: left;
  margin-right: 1em;
}
.company .popularity .button {
  margin-top: 0;
  float: left;
}
.company .testimonials {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.company .testimonials h3 .bolder,
.company .testimonials h2 .bolder {
  font-weight: 900;
}
.company .testimonials .background {
  min-height: 253px;
}
.company .testimonials img {
  float: right;
  margin-left: 10px;
}
.company .testimonials .button {
  float: left;
}
.company .classTypes {
  width: 100%;
  float: left;
}
.company .classTypes .oneThird img {
  width: 100%;
  margin-bottom: 10px;
}
.company .classTypes .oneThird img.floatRight {
  float: right;
  width: 45%;
  margin-left: 10px;
  margin-top: 10px;
}
.company .actions h3 {
  font-weight: 900;
}
.featuredCentered {
  text-align: center;
}
.featuredCentered img {
  max-width: 80%;
}
/* Charity Bike Ride Page */
.charity-widget {
  float: left;
  width: 100%;
  text-align: center;
}
.charity-bike-ride .classTypes .oneThird h3 {
  line-height: 1.2;
  font-size: 1.2em;
}
.charity-bike-ride .classTypes .oneThird .button {
  margin-bottom: 20px;
  float: left;
}
.charity-bike-ride .classTypes .oneThird ul li {
  margin-bottom: 10px;
}
.charity-bike-ride .testimonials {
  margin-bottom: 10px;
}
.charity-bike-ride .testimonials h3 {
  line-height: 1.4;
}
.charity-bike-ride-pay {
  text-align: center;
}
.charity-bike-ride-full-width {
  float: left;
  width: 100%;
  background-color: #cfdfff;
  margin-bottom: 20px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 2%;
}
.london-video-left {
  width: 48%;
  float: left;
  margin-top: 1em;
}
.london-video-right {
  width: 48%;
  float: right;
  margin-top: 1em;
}
/* Franchisee Opportunities Page */
.franchisee-opportunities-image {
  float: right;
  width: 50%;
  margin-left: 1em;
  margin-bottom: 1em;
  padding-top: 10px;
}
/* Home Page */
.home .actions {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}
.home .actions h3 {
  font-weight: 900;
}
.home .actions .actions-left {
  float: left;
  width: 49%;
}
.home .actions .actions-left .oneThird {
  width: 100%;
  height: 100%;
  min-height: initial;
  display: flex;
}
.home .actions .actions-left .oneThird h3 {
  text-transform: uppercase;
}
.home .actions .actions-left .oneThird span.button {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
}
.home .actions .actions-left .oneThird input[type="text"] {
  width: 100%;
}
.home .actions .actions-left .oneThird .oneThird-left {
  width: 50%;
  position: relative;
}
.home .actions .actions-left .oneThird .oneThird-left h3 {
  font-size: 1.5em;
  line-height: 1.2;
}
.home .actions .actions-left .oneThird .oneThird-right {
  width: 46%;
  margin-left: auto;
}
.home .actions .actions-left .oneThird .oneThird-right img {
  width: 100%;
  max-width: 100%;
  margin: 0;
  height: 100%;
  position: relative;
  top: 4%;
}
.home .actions .actions-left .oneThird .oneThird-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.home .actions .actions-right {
  width: 49%;
  margin-left: auto;
}
.home .actions .actions-right .oneThird {
  width: 100%;
  min-height: initial;
  height: 46%;
}
.home .actions .actions-right .oneThird:first-of-type {
  margin-bottom: 4.5%;
}
.home .actions .actions-right .oneThird a.button {
  top: unset;
  left: 10px;
  bottom: 10px;
  width: 55%;
}
.home .actions .actions-right .oneThird img {
  margin-bottom: 0;
  height: 95px;
  width: auto;
}
.home .options {
  width: 100%;
  float: left;
}
.home .options h3 {
  font-size: 1.15em;
}
.home .options .oneThird img {
  width: 100%;
  margin-bottom: 10px;
  border-radius: 5px;
}
/* Structure */
.oneThird {
  float: left;
  width: 31.33333333%;
  margin-right: 3%;
}
.oneThird:last-child {
  margin-right: 0;
}
.oneThird.extended {
  width: 48%;
  margin-right: 0;
}
.oneThird.extended:last-of-type {
  margin-left: auto;
  float: right;
}
.oneThird img {
  float: left;
  margin-right: 5px;
}
.oneThird h3 {
  margin-top: 0;
}
.oneThird.background {
  background-color: #cfdfff;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 2%;
  min-height: 180px;
  position: relative;
}
.oneThird.background.light {
  background-color: #f0f4ff;
}
.oneThird.background img {
  float: right;
  margin-bottom: 10px;
}
.oneThird.background .button {
  width: 85%;
  position: absolute;
  bottom: 10px;
  left: 7%;
}
.oneThird.development img {
  margin-right: 0;
  max-width: 90px;
}
.oneHalf {
  float: left;
  width: 49%;
}
.oneHalf:last-child {
  float: right;
  margin-right: 0;
}
.oneHalf h3 {
  margin-top: 0;
  font-size: 110%;
}
.oneHalf.background {
  background-color: #cfdfff;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 2%;
  min-height: 180px;
  position: relative;
}
.oneHalf.background.light {
  background-color: #f0f4ff;
}
.oneHalf.background.no-height-overide {
  min-height: unset;
}
.oneHalf.full-width-overide {
  width: 100%;
}
/* FAQ Page */
.question {
  cursor: pointer;
}
.question .answer {
  display: none;
}
/* Parent Area */
.parentAreaClassContainer {
  float: left;
  width: 100%;
  background-color: #f0f4ff;
  margin-bottom: 20px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.parentAreaClassContainerLeft {
  float: left;
  width: 68%;
  padding-left: 2%;
}
.parentAreaClassContainerLeft .dayTime {
  float: left;
  width: 60%;
}
.parentAreaClassContainerLeft .age {
  float: right;
  width: 40%;
}
.parentAreaClassContainerLeft .dateLocation {
  float: left;
  width: 60%;
}
.parentAreaClassContainerLeft .dateLocation .green {
  color: green;
}
.parentAreaClassContainerLeft .cost {
  float: right;
  width: 40%;
}
.parentAreaClassContainerRight {
  float: right;
  width: 28%;
  margin-bottom: 10px;
  padding-right: 2%;
  padding-top: 15px;
}
.parentAreaClassContainerRight span {
  display: block;
  width: 100%;
  padding: 6px 18px;
  text-transform: uppercase;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #fff;
  font-weight: 600;
  font-size: 1em;
  text-align: center;
}
.parentAreaClassContainerRight span.onWaitingList {
  background-color: #ff9417;
}
.parentAreaClassContainerRight span.tasterSession {
  background-color: #ffd400;
}
.parentAreaClassContainerRight span.paid {
  background-color: #c8d02b;
}
.parentAreaClassContainerRight span.notpaid {
  background-color: red;
}
.parentAreaClassContainerRight span.addedToOrder {
  background-color: #b0cefc;
}
.parentAreaClassContainerRight a.button {
  float: right;
  margin-top: 15px;
  text-transform: uppercase;
  width: 100%;
}
.parentAreaClassContainerRight a.button:hover {
  text-decoration: none;
}
.parentAreaClassContainerRight a.button.cancel {
  background-color: #fe9596;
}
.parentAreaClassContainerRight a.button.bookNow {
  background-color: #619dfc;
}
/* Coach Area */
.classgroup {
  float: left;
  width: 49%;
  margin-bottom: 20px;
}
.classgroup span.highlight {
  color: #b9b9b9;
}
.classgroup.download {
  width: 100%;
  margin-top: 5px;
}
.classgroup.download span.button {
  background-color: #ff5555;
}
.classgroup:nth-child(odd) {
  float: right;
  width: 49%;
}
.classgroup .day {
  float: left;
  margin-right: 30px;
}
.classgroup .startTime {
  float: left;
  margin-right: 30px;
}
.classgroup .age {
  float: left;
}
.classgroup .term {
  float: left;
  margin-top: 15px;
  clear: both;
}
.classgroup .classgroupTop {
  float: left;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: #cfdfff;
  padding: 10px;
  width: 100%;
}
.classgroup .classgroupBottom {
  float: left;
  padding: 10px;
  width: 100%;
}
.classgroup .classgroupBottom .button {
  text-transform: uppercase;
}
.coachHeader {
  float: left;
  padding: 10px;
  width: 100%;
  background-color: #cfdfff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-bottom: 30px;
}
.coachHeader div {
  float: left;
  margin-right: 30px;
}
.coachNavigation {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.coachNavigation .button {
  margin-right: 5px;
  margin-left: 5px;
}
.coachNavigation .button:first-child {
  margin-left: 0px;
}
.childrenInClass {
  margin-bottom: 20px;
  float: left;
  width: 100%;
}
.childrenInClass .actions {
  float: left;
  width: 100%;
}
.childrenInClass .headings {
  float: left;
  width: 100%;
}
.childrenInClass .headings .child {
  float: left;
  width: 33%;
}
.childrenInClass .headings .age {
  float: left;
  width: 20%;
}
.childrenInClass .headings .parent {
  float: left;
  width: 20%;
}
.childrenInClass .childInfo {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.childrenInClass .childInfo .checkbox {
  float: left;
  width: 3%;
}
.childrenInClass .childInfo .checkbox input[type="checkbox"] {
  margin-top: 2px;
}
.childrenInClass .childInfo .childName {
  float: left;
  width: 30%;
}
.childrenInClass .childInfo .childName strong,
.childrenInClass .childInfo .childName span {
  vertical-align: top !important;
}
.childrenInClass .childInfo .childName img {
  vertical-align: top !important;
  width: 20px;
  height: 20px;
}
.childrenInClass .childInfo .childName.extended {
  width: 33%;
}
.childrenInClass .childInfo .childAge {
  float: left;
  width: 20%;
}
.childrenInClass .childInfo .childParent {
  float: left;
  width: 20%;
}
.childrenInClass .childInfo .parentPhone {
  float: left;
}
.childrenInClass .childInfo .addNotes {
  float: left;
  padding-left: 5px;
}
.childrenInClass .childInfo span.hyperlink {
  cursor: pointer;
  color: #6699ff;
}
.childrenInClass .childInfo .currentChildNotes {
  float: left;
  padding-left: 3%;
  color: #444444;
  font-size: 0.9em;
}
.childrenInClass .childInfo .childNotes {
  display: none;
}
.childrenInClass .bold {
  font-weight: bold;
}
/* Card - Safe Payment */
.card-details-heading {
  float: left;
  margin-right: 30px;
}
.card-details-safe {
  background-color: #4bb1f1;
  color: #fff;
  padding: 10px 15px;
  float: left;
  margin: 7px;
}
.card-details-safe img {
  float: left;
  margin-right: 10px;
  position: relative;
}
/* Parent Area - Member Discount */
.member-discounts {
  float: left;
  width: 100%;
  margin-top: 2em;
}
.member-discounts .member {
  float: left;
  width: 100%;
}
.member-discounts .member .member-logo {
  float: left;
  width: 30%;
  text-align: center;
}
.member-discounts .member .member-logo img {
  max-width: 100%;
}
.member-discounts .member .member-copy {
  float: right;
  width: 65%;
}
.member-discounts .member .member-copy p {
  margin-top: 0;
}
/* Current Ops page */
div.current {
  display: flex;
  margin-bottom: 20px;
}
div.current div.current-left {
  width: 49%;
  background-color: #cfdfff;
  border-radius: 10px;
  padding: 1%;
  display: flex;
}
div.current div.current-left div.current-left-copy {
  width: 68%;
}
div.current div.current-left div.current-left-copy a.button {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  display: block;
}
div.current div.current-left div.current-left-copy p:last-of-type {
  margin-bottom: 5px;
}
div.current div.current-left div.current-left-image {
  margin-left: auto;
  width: 27%;
  position: relative;
}
div.current div.current-left div.current-left-image img {
  max-width: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
div.current div.current-right {
  width: 49%;
  margin-left: auto;
  background-color: #cfdfff;
  border-radius: 10px;
  padding: 1%;
}
div.current div.current-right div.current-right-copy {
  float: left;
  width: 43%;
}
div.current div.current-right div.current-right-copy ul li {
  margin-bottom: 0;
}
div.current div.current-right div.current-right-image {
  float: right;
  width: 55%;
}
div.current div.current-right div.current-right-image img {
  max-width: 100%;
  width: 100%;
}
div.current h2 {
  text-transform: uppercase;
  font-size: 1.3em;
}
.current-benefits {
  width: 100%;
  float: left;
}
.current-benefits .oneThird {
  position: relative;
  padding-bottom: 1.5em;
}
.current-benefits .oneThird .button {
  position: absolute;
  left: 0;
  bottom: 0;
}
.current-benefits .oneThird img {
  width: 100%;
  margin-bottom: 10px;
}
/* Media queries */
@media screen and (max-width: 1000px) {
  /* Franchisee Page */
  .franchisee .header .text.italy-franchisee {
    float: initial;
    display: block;
    width: 100%;
  }
  .franchisee .header form.italy-franchisee {
    float: initial;
    width: 100%;
    display: block;
    padding-bottom: 20px;
  }
  .franchisee .header form.italy-franchisee .standard-form {
    float: initial;
  }
  div.current div.current-right div.current-right-image {
    text-align: right;
  }
  div.current div.current-right div.current-right-image img {
    width: auto;
  }
  div.current div.current-left div.current-left-image img {
    width: auto;
  }
  div.current {
    flex-wrap: wrap;
  }
  div.current div.current-left {
    width: 100%;
    margin-bottom: 20px;
  }
  div.current div.current-right {
    width: 100%;
  }
  .home .actions .actions-left .oneThird .oneThird-left h3 {
    font-size: 1.1em;
  }
  .home .actions .actions-right .oneThird img {
    height: 70px;
  }
  .home .actions .actions-right .oneThird a.button {
    width: 65%;
  }
  body #find-a-class .central {
    font-size: 0.85em;
  }
  .corona .corona-left h2 {
    font-size: 4em;
  }
  .corona .corona-left h3 {
    font-size: 3.5em;
  }
  .error-left {
    width: 100%;
    padding-bottom: 2%;
  }
  .error-right {
    display: none;
  }
  .container {
    width: 750px;
  }
  header #strapline {
    display: none;
  }
  header .header-container {
    left: unset;
    right: 0;
  }
  header .header-container .parent-area ul ul {
    max-width: 180px;
  }
  .mainBox.sixChildren div {
    width: 31%;
  }
  .classDetails {
    width: 35%;
    margin-right: 2%;
  }
  .classDetails img {
    display: none;
  }
  .coachDetails {
    width: 63%;
  }
  .termCalendar .sessionDate {
    width: 23%;
  }
  .classSummaryNoButton div {
    float: left;
    margin-right: 0;
    margin-bottom: 15px;
    width: 33%;
  }
  .classSummaryNoButton div:last-child {
    float: left;
  }
  .classSearch input[type="text"] {
    width: 39%;
  }
  .classSearch #daySelect {
    width: 20%;
    margin-right: 2%;
  }
  .classSearch #radiusSelect {
    width: 20%;
  }
  .findClasses .showMobile {
    display: block;
    float: left !important;
  }
  .findClasses .hideMobile {
    display: none;
  }
  .findClasses .date {
    width: 16%;
  }
  .findClasses .term {
    width: 37%;
  }
  .findClasses .places {
    width: 17%;
  }
  .findClasses .actions {
    width: 25%;
  }
  .classSummary .showMobile {
    display: block;
    float: left !important;
  }
  .classSummary .showMobile.termHidden {
    width: 100%;
    float: left;
    margin-bottom: 5px;
  }
  .classSummary .hideMobile {
    display: none;
  }
  .classSummary .date {
    width: 19%;
  }
  .classSummary .age {
    width: 19%;
  }
  .classSummary .places {
    width: 20%;
  }
  .classSummary .cost {
    width: 21%;
  }
  .classSummary .actions {
    width: 20%;
  }
  .merchandise-nav li {
    font-size: 0.85em;
  }
  .parentAreaClassContainerLeft {
    width: 100%;
  }
  .parentAreaClassContainerRight {
    width: 100%;
    float: left;
    padding-left: 2%;
  }
  .parentAreaClassContainerRight a.button {
    float: left;
    margin-top: 15px;
    width: 48%;
  }
  .parentAreaClassContainerRight a.button:nth-child(even) {
    float: right;
  }
  .showTablet {
    display: block;
  }
  .hideTablet {
    display: none;
  }
  .about .header .text,
  .franchisee .header .text,
  .company .header .text,
  .parties .header .text {
    width: 100%;
  }
  .about .header .video,
  .franchisee .header .video,
  .company .header .video,
  .parties .header .video {
    width: 100%;
    margin-bottom: 10px;
  }
  .about .header .image,
  .franchisee .header .image,
  .company .header .image,
  .parties .header .image {
    width: 100%;
    margin-bottom: 20px;
  }
  .franchisee .testimonials .background {
    min-height: 630px;
  }
  .oneThird.background img {
    width: 35%;
  }
  .home h3 {
    font-size: 1.2em;
  }
  .home .actions .development {
    padding-right: 0px;
  }
  .about .testimonials .background {
    min-height: 330px;
  }
  .company .testimonials .background {
    min-height: 300px;
  }
  .company .testimonials .background.no-height-overide {
    min-height: unset;
  }
  .products {
    float: left;
  }
  .products form:nth-child(odd) .product {
    float: left;
    width: 100%;
  }
  .products form:nth-child(even) .product {
    float: left;
    width: 100%;
  }
  .classDetailHeader .right {
    float: left;
  }
  .classDetailHeader .right h3 {
    margin-top: 0;
  }
  .content-left .jojo {
    width: 38%;
  }
}
@media screen and (max-width: 767px) {
  .home .actions .actions-left .oneThird .oneThird-left h3 {
    font-size: 1.5em;
  }
  .home .actions .actions-left .oneThird .oneThird-left {
    width: 49%;
  }
  .home .actions .actions-right .oneThird a.button {
    left: 0;
    bottom: 0;
  }
  .home .actions {
    flex-wrap: wrap;
  }
  .home .actions .actions-left,
  .home .actions .actions-right {
    width: 100%;
  }
  .home .actions .actions-right {
    padding-top: 1.4em;
  }
  .home .actions .development {
    padding-right: 2%;
  }
  .online-classes-promo .one-third:nth-of-type(1) {
    width: 100%;
    margin-right: 0;
  }
  .online-classes-promo .one-third:nth-of-type(2) {
    width: 60%;
  }
  .online-classes-promo .one-third:nth-of-type(3) {
    width: 35%;
    float: right;
  }
  .online-classes-promo .one-third:nth-of-type(3) img {
    height: auto;
  }
  body #find-a-class .central .left {
    width: 100%;
  }
  body #find-a-class .central .right {
    width: 100%;
    clear: both;
    padding-top: 10px;
  }
  body #find-a-class .central .right a.button {
    display: inline-block;
  }
  .corona .corona-left {
    width: 100%;
    margin-bottom: 1em;
    text-align: left;
  }
  .corona .corona-right {
    width: 100%;
  }
  .container {
    width: 500px;
  }
  header .header-container {
    left: 250px;
    width: 210px;
  }
  header .header-container .parent-area {
    text-align: right;
  }
  header .header-container .parent-area ul ul {
    right: 0px;
    max-width: 250px;
  }
  header .header-container .location,
  header .header-container .parent-area {
    font-size: 0.8em;
  }
  header .header-container .location img,
  header .header-container .parent-area img {
    display: none;
  }
  header .header-container .location img.arrow,
  header .header-container .parent-area img.arrow {
    display: block;
  }
  header .header-container .location .countrySelection img,
  header .header-container .parent-area .countrySelection img {
    display: block;
  }
  header .social {
    display: none;
  }
  .termCalendar .sessionDate {
    width: 23%;
  }
  .termCalendar .sessionDate p {
    font-size: 0.9em;
  }
  footer div {
    width: 48%;
    margin-right: 2%;
    float: left;
  }
  footer div:last-child {
    margin-right: 0;
  }
  .classSearch input[type="text"] {
    width: 100%;
    margin-right: 0;
    font-size: 1em;
  }
  .classSearch #radiusSelect,
  .classSearch #daySelect {
    width: 49%;
  }
  .classSearch input.mapsearch {
    font-size: 0.8em;
    padding-left: 0;
    padding-right: 0;
  }
  .findClasses .date {
    width: 50%;
    margin-bottom: 15px;
  }
  .findClasses .term {
    width: 50%;
    margin-bottom: 15px;
    margin-right: 0;
  }
  .findClasses .places {
    width: 50%;
  }
  .findClasses .actions {
    width: 50%;
  }
  .classSummary .date {
    width: 50%;
    margin-bottom: 15px;
  }
  .classSummary .age {
    width: 50%;
    margin-bottom: 15px;
  }
  .classSummary .places {
    width: 50%;
  }
  .classSummary .cost {
    width: 50%;
    display: block;
  }
  .classSummary .actions {
    width: 100%;
    margin-top: 15px;
  }
  .classDetails {
    width: 100%;
    float: none;
    clear: both;
  }
  .coachDetails {
    width: 100%;
    float: none;
    clear: both;
  }
  .classSummaryNoButton div {
    width: 50%;
  }
  .content-left {
    width: 100%;
    margin-right: 0;
  }
  .basket {
    float: right;
    width: 100%;
  }
  .basket .button {
    margin-bottom: 10px;
  }
  .mobile {
    display: block;
  }
  .page-navigation {
    line-height: 1.7em;
  }
  .merchandise-dropdown {
    width: 84%;
  }
  .showMobile {
    display: block;
  }
  .hideMobile {
    display: none;
  }
  .standard-form input[type="text"],
  .standard-form select,
  .standard-form input[type="email"],
  .standard-form input[type="tel"],
  .standard-form input[type="password"],
  .standard-form textarea {
    width: 100%;
  }
  .standard-form .editor-label {
    width: 100%;
  }
  .standard-form.feedback .feedback-left {
    width: 100%;
  }
  .standard-form.feedback .feedback-right {
    width: 100%;
  }
  .standard-form.feedback .editor-label,
  .standard-form.feedback .editor-field {
    width: 100%;
  }
  .standard-form.feedback input[type="text"],
  .standard-form.feedback select,
  .standard-form.feedback input[type="email"],
  .standard-form.feedback input[type="tel"],
  .standard-form.feedback input[type="password"],
  .standard-form.feedback textarea {
    width: 100%;
  }
  h2 .orderItems {
    display: inline;
  }
  .basketItems,
  .total,
  hr,
  .cost {
    display: none;
  }
  .faqs hr {
    display: block;
  }
  .order-header {
    position: relative;
    width: 100%;
  }
  .showOrder {
    position: absolute;
    right: 0;
    top: 5px;
    display: inline;
    font-weight: bold;
    cursor: pointer;
  }
  .contact {
    width: 100%;
    float: left;
  }
  .contact .merchandise {
    width: 100%;
  }
  .contact .local {
    width: 100%;
  }
  .contact .franchising {
    width: 100%;
  }
  .contact .coaching {
    width: 100%;
    margin-bottom: 20px;
  }
  .oneThird {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 10px;
  }
  .oneThird.extended {
    width: 100%;
  }
  .oneThird:last-child {
    float: left;
  }
  .oneThird.background {
    min-height: initial;
  }
  .oneThird.background img {
    max-width: 60px;
    width: auto;
    margin-left: 20px;
  }
  .oneThird.background a {
    padding: 8px;
  }
  .oneThird.background .button {
    width: 100%;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    clear: both;
  }
  .oneThird.development img {
    margin-right: 5px;
    max-width: 80px;
  }
  .oneHalf {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 10px;
  }
  .oneHalf:last-child {
    float: left;
  }
  .about .testimonials .background,
  .franchisee .testimonials .background,
  .company .testimonials .background {
    min-height: 160px;
  }
  .about .testimonials .table-header .table-row,
  .franchisee .testimonials .table-header .table-row,
  .company .testimonials .table-header .table-row {
    display: unset;
    width: 100%;
    float: left;
  }
  .about .testimonials .table-header .table-cell,
  .franchisee .testimonials .table-header .table-cell,
  .company .testimonials .table-header .table-cell {
    width: 100%;
    display: unset;
    float: left;
    margin-bottom: 1em;
  }
  .about .testimonials .table-header .divide,
  .franchisee .testimonials .table-header .divide,
  .company .testimonials .table-header .divide {
    display: none;
  }
  .about .classTypes.flex {
    display: block;
  }
  .featuredCentered img {
    max-width: 100%;
  }
  .classgroup {
    float: left;
    width: 100%;
    margin-bottom: 20px;
  }
  .classgroup:nth-child(odd) {
    float: left;
    width: 100%;
  }
  .classgroup .age {
    margin-right: 30px;
  }
  .classgroup .term {
    clear: none;
    margin-top: 0px;
  }
  .coachHeader div {
    width: 50%;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .childrenInClass .headings .child {
    width: 51%;
  }
  .childrenInClass .headings .parent {
    width: 49%;
  }
  .childrenInClass .childInfo .checkbox {
    width: 5%;
  }
  .childrenInClass .childInfo .childName {
    width: 46%;
  }
  .childrenInClass .childInfo .childName strong,
  .childrenInClass .childInfo .childName span {
    vertical-align: top !important;
  }
  .childrenInClass .childInfo .childName img {
    vertical-align: top !important;
    width: 20px;
    height: 20px;
  }
  .childrenInClass .childInfo .childName.extended {
    width: 51%;
  }
  .childrenInClass .childInfo .childParent {
    width: 45%;
  }
  .childrenInClass .childInfo .currentChildNotes {
    padding-left: 5%;
  }
  .welcomePackInformation .rtLogo {
    margin-bottom: 0px;
  }
  .welcomePackInformation .jojo {
    margin-bottom: 0px;
    width: 55%;
  }
  .welcomePackInformation .welcome-pack-za {
    margin-bottom: 0px;
    width: 30%;
  }
  .member-discounts hr {
    display: block;
  }
  .franchisee-opportunities-image {
    width: 100%;
    margin-left: 0;
  }
  .london-video-left {
    width: 100%;
    margin-bottom: 1em;
  }
  .london-video-right {
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  .online-classes-promo .one-third:nth-of-type(2) {
    width: 100%;
  }
  .online-classes-promo .one-third:nth-of-type(3) {
    width: 100%;
    text-align: center;
  }
  body #find-a-class .central {
    font-size: 0.8em;
  }
  .corona .corona-left h2 {
    font-size: 3em;
  }
  .container {
    width: 100%;
    margin-top: 3.2em;
  }
  #page {
    background: white;
    padding: 1em;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    margin-bottom: 2em;
    margin-top: 7em;
    min-height: 630px;
  }
  body.find-class #page {
    min-height: 400px;
  }
  header #logo {
    position: absolute;
    top: -110px;
    left: -5px;
    width: 155px;
  }
  header #logo img {
    max-width: 100%;
  }
  header #strapline {
    display: none;
  }
  header .header-container {
    position: relative;
    left: 0;
    width: 100%;
  }
  header .header-container .shoppingCart {
    display: none;
  }
  header .header-container .parent-area {
    top: -90px;
    right: 0;
    position: absolute;
  }
  header .header-container .location {
    top: -90px;
    right: 80px;
    position: absolute;
  }
  nav {
    margin-top: 0;
  }
  #dropMenu {
    display: none;
  }
  #dropMenuWhite {
    display: block;
  }
  .pageHeading {
    padding: 1em 1em;
  }
  .pageHeading p {
    display: none;
  }
  .pageHeading.smaller h1 {
    font-size: 1.7em;
  }
  h1 {
    font-size: 2.4em;
    margin: 0;
  }
  .mainBox.sixChildren div {
    width: 48%;
  }
  .mainBox.sixChildren div:last-child {
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .classSearch {
    width: 100%;
    float: left;
  }
  .classSearch input.mapsearch {
    width: 45%;
    margin-top: 3px;
    padding-bottom: 3px;
    font-size: 1.1em;
  }
  .classSearch #radiusSelect,
  .classSearch #daySelect {
    width: 100%;
    margin-right: 0%;
  }
  .classMap {
    display: none;
  }
  .classDetails {
    width: 100%;
    float: none;
    clear: both;
  }
  .classDetails img {
    float: none;
    margin: 0 0 1em 0;
  }
  .findClasses div {
    font-size: 0.8em;
  }
  .coachDetails {
    width: 100%;
    float: none;
    clear: both;
  }
  .coachDetails img {
    float: none;
    margin: 0 0 1em 0;
  }
  .termCalendar .sessionDate {
    width: 48%;
  }
  footer {
    font-size: 0.6em;
  }
  footer #topFooter,
  footer #bottomFooter {
    padding: 0 1em 0 1em;
  }
  footer div.tweets {
    width: 100%;
  }
  footer div.charity img {
    max-width: 50%;
  }
  footer div:nth-of-type(2) {
    display: none;
  }
  .classSummaryNoButton div {
    width: 100%;
  }
  .page-navigation {
    display: none;
  }
  .page-navigation-mobile {
    display: block;
    font-weight: bold;
  }
  .parentAreaClassContainerRight a.button {
    width: 100%;
  }
  nav .dropNav {
    top: -10px;
  }
  nav div.menuButton {
    top: -35px;
  }
  .classgroup .age {
    margin-right: 0px;
  }
  .classgroup .term {
    clear: both;
    margin-top: 10px;
  }
  .coachHeader div {
    width: 100%;
  }
  .coachNavigation .button {
    padding-right: 12px;
    padding-left: 12px;
  }
  .childrenInClass .headings .child {
    width: 53%;
  }
  .childrenInClass .headings .parent {
    width: 47%;
  }
  .childrenInClass .childInfo {
    font-size: 0.9em;
  }
  .childrenInClass .childInfo .checkbox {
    width: 10%;
  }
  .childrenInClass .childInfo .childName {
    width: 43%;
  }
  .childrenInClass .childInfo .childName strong,
  .childrenInClass .childInfo .childName span {
    vertical-align: top !important;
  }
  .childrenInClass .childInfo .childName img {
    vertical-align: top !important;
    width: 20px;
    height: 20px;
  }
  .childrenInClass .childInfo .childName.extended {
    width: 53%;
  }
  .childrenInClass .childInfo .childParent {
    width: 43%;
  }
  .welcomePackInformation .rtLogo {
    margin-right: 10px;
  }
  .welcomePackInformation .jojo {
    margin-left: 0px;
    width: 60%;
  }
  .welcomePackInformation .welcome-pack-za {
    margin-left: 0px;
    width: 40%;
  }
  .showSmallest {
    display: block;
  }
  .content-left .rtLogo {
    float: left;
    margin-left: 0px;
    margin-right: 10px;
  }
  .content-left .jojo {
    float: right;
    margin-left: 0px;
    width: 55%;
  }
  .member-discounts {
    margin-top: 1em;
  }
  .member-discounts .member .member-logo,
  .member-discounts .member .member-copy {
    width: 100%;
  }
  .member-discounts .member .member-logo {
    margin-bottom: 1em;
    margin-top: 1em;
  }
}
@media screen and (max-width: 479px) {
  div.current div.current-right div.current-right-image img {
    width: 80%;
  }
  .home .actions .actions-left .oneThird .oneThird-right img {
    top: 2%;
  }
  .home .actions .actions-left .oneThird .oneThird-left h3,
  .home h3 {
    font-size: 1em;
  }
  .home .actions .actions-right .oneThird br {
    display: none;
  }
  .corona .corona-left img {
    width: 120px;
  }
  .covid-in-header {
    float: right;
    width: 100px;
    margin-left: 0;
  }
  .covid-page-left {
    float: left;
    width: 100%;
  }
  .covid-page-right {
    float: left;
    width: 100%;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 370px) {
  .home .actions .actions-left .oneThird .oneThird-left h3,
  .home h3 {
    font-size: 0.9em;
  }
  .home .actions .actions-right .oneThird a.button {
    width: 100%;
  }
  .covid-in-header {
    width: 60px;
  }
  .home .actions .actions-left .oneThird .oneThird-bottom {
    position: relative;
  }
  .home .actions .actions-left .oneThird input[type="text"] {
    font-size: 0.9em;
  }
  .home .actions .actions-right .oneThird {
    height: auto;
  }
}