@import url('https://fonts.googleapis.com/css2?family=BenchNine:wght@300;400;700&family=Open+Sans:wght@300;400;600;700;800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@200;400;700&family=Roboto+Condensed:wght@400;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Amaranth:wght@400;700&display=swap');




body {
    margin: 0px;
    background: #fff;
}

.ui-datepicker {
  font-size: 12px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ccc;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ccc;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #ccc;
}




.form_error_block {
  display: none; 
  position: relative; 
  width: 100%; 
  text-align: center; 
  font-weight: 700; 
  font-size: 13px; 
  line-height: 15px; 
  color: #d6372c; 
  margin-top: 10px; 
  margin-bottom: 0px;
  font-family: 'Noto Sans', sans-serif;
}




#calendar_header {
  display: inline-block; 
  position: relative; 
  width: 100%; 
  text-align: center; 
  font-weight: bold; 
  font-size: 24px; 
  line-height: 28px;
}

@media screen and (min-width: 951px) {
  #calendar_header { 
    font-size: 24px; 
    line-height: 28px;
    margin: 6px;
  }
}
@media screen and (min-width: 751px) and (max-width: 950px) {
  #calendar_header {
    font-size: 20px; 
    line-height: 24px;
    margin: 6px;
  }
}
@media screen and (min-width: 601px) and (max-width: 750px) {
  #calendar_header {
    font-size: 16px; 
    line-height: 20px;
    margin: 5px;
  }
}
@media screen and (max-width: 600px) {
  #calendar_header {
    font-size: 14px; 
    line-height: 17px;
    margin: 4px;
  }
}


.calendar_days_header {
  display: inline-block; 
  position: relative; 
  width: 14.28571429%; 
  text-align: center; 
  border-left: 1px solid #fff;
  font-weight: normal; 
  font-size: 16px; 
  line-height: 19px;
  padding: 3px;
  box-sizing: border-box;
}

@media screen and (min-width: 951px) {
  .calendar_days_header { 
    font-size: 16px; 
    line-height: 19px;
    padding: 3px;
  }
}
@media screen and (min-width: 751px) and (max-width: 950px) {
  .calendar_days_header {
    font-size: 14px; 
    line-height: 17px;
    padding: 3px;
  }
}
@media screen and (min-width: 601px) and (max-width: 750px) {
  .calendar_days_header {
    font-size: 13px; 
    line-height: 16px;
    padding: 3px;
  }
}
@media screen and (max-width: 600px) {
  .calendar_days_header {
    font-size: 12px; 
    line-height: 14px;
    margin: 2px;
  }
}

.calendar_day_box {
  display: inline-block; 
  position: relative; 
  width: 100%; 
  text-align: center; 
  padding: 0px; 
  box-sizing: border-box;
  font-size: 60px;
  line-height: 60px;
  font-weight: bold;
  color: #ccc;
}

@media screen and (min-width: 951px) {
  .calendar_day_box { 
    font-size: 60px;
    line-height: 60px;
  }
}
@media screen and (min-width: 751px) and (max-width: 950px) {
  .calendar_day_box {
    font-size: 48px; 
    line-height: 48px;
  }
}
@media screen and (min-width: 601px) and (max-width: 750px) {
  .calendar_day_box {
    font-size: 36px; 
    line-height: 36px;
  }
}
@media screen and (min-width: 421px) and (max-width: 600px) {
  .calendar_day_box {
    font-size: 20px; 
    line-height: 20px;
  }
}
@media screen and (max-width: 420px) {
  .calendar_day_box {
    font-size: 16px; 
    line-height: 16px;
  }
}


.calendar_detail {
  display: block; 
  position: absolute; 
  left: 3%; 
  top: 3%; 
  right: 3%; 
  height: 96%; 
  text-align: left; 
  font-size: 13px; 
  font-weight: normal; 
  color: #000; 
  line-height: 15px;
}

@media screen and (min-width: 951px) {
  .calendar_detail { 
    font-size: 12px;
    line-height: 14px;
  }
}
@media screen and (min-width: 751px) and (max-width: 950px) {
  .calendar_detail {
    font-size: 11px; 
    line-height: 13px;
  }
}
@media screen and (min-width: 601px) and (max-width: 750px) {
  .calendar_detail {
    font-size: 10px; 
    line-height: 12px;
  }
}
@media screen and (min-width: 421px) and (max-width: 600px) {
  .calendar_detail {
    font-size: 9px; 
    line-height: 10px;
  }
}
@media screen and (max-width: 420px) {
  .calendar_detail {
    font-size: 8px; 
    line-height: 9px;
  }
}




.calendar_detail_alt {
  display: block; 
  position: absolute; 
  left: 3%; 
  bottom: 3%; 
  right: 3%; 
  text-align: right; 
  font-size: 13px; 
  font-weight: normal; 
  color: #000; 
  line-height: 15px;
}

@media screen and (min-width: 951px) {
  .calendar_detail_alt { 
    font-size: 12px;
    line-height: 14px;
  }
}
@media screen and (min-width: 751px) and (max-width: 950px) {
  .calendar_detail_alt {
    font-size: 11px; 
    line-height: 13px;
  }
}
@media screen and (min-width: 601px) and (max-width: 750px) {
  .calendar_detail_alt {
    font-size: 10px; 
    line-height: 12px;
  }
}
@media screen and (min-width: 421px) and (max-width: 600px) {
  .calendar_detail_alt {
    font-size: 9px; 
    line-height: 10px;
  }
}
@media screen and (max-width: 420px) {
  .calendar_detail_alt {
    font-size: 8px; 
    line-height: 9px;
  }
}








@media screen and (min-width: 401px) {
  .bodytext_copyright { 
      font-size: 12px;
      line-height: 18px;
  }
}
@media screen and (max-width: 400px) {
  .bodytext_copyright { 
      font-size: 11px;
      line-height: 13px;
  }
}


.link_text {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}





input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    box-shadow: 0 0 0px 1000px rgba(255,255,255,0.05) inset !important;
    -webkit-box-shadow: 0 0 0px 1000px rgba(255,255,255,0.05) inset !important;
    -moz-box-shadow: 0 0 0px 1000px rgba(255,255,255,0.05) inset !important;
    -o-box-shadow: 0 0 0px 1000px rgba(255,255,255,0.05) inset !important;
    -khtml-box-shadow: 0 0 0px 1000px rgba(255,255,255,0.05) inset !important;
    transition: background-color 5000s ease-in-out 0s;
}







.bobble {
  -webkit-animation-name: bobble1; /* Chrome, Safari, Opera */
  animation-name: bobble1;
  -webkit-animation-duration: 1s; /* Chrome, Safari, Opera */
  animation-duration: 1s;
  animation-iteration-count: 1;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes bobble1 {
   0% { transform: translateX(0%); }
   15% { transform: translateX(-2%) rotate(-7deg); }
   30% { transform: translateX(2%) rotate(4deg); }
   45% { transform: translateX(-1%) rotate(-4deg); }
   60% { transform: translateX(2%) rotate(3deg); }
   75% { transform: translateX(-1%) rotate(-2deg); }
   100% { transform: translateX(0%); }
}

@keyframes bobble1 {
  0% { transform: translateX(0%); }
  15% { transform: translateX(-2%) rotate(-7deg); }
  30% { transform: translateX(2%) rotate(4deg); }
  45% { transform: translateX(-1%) rotate(-4deg); }
  60% { transform: translateX(2%) rotate(3deg); }
  75% { transform: translateX(-1%) rotate(-2deg); }
  100% { transform: translateX(0%); }
}







/*Checkboxes styles*/
input[type="checkbox"] { display: none; }

input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding: 0px;
  padding-left: 21px;
  top: -4px;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  line-height: 11px;
  color: #222;
  background-color: none;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

input[type="checkbox"] + label:last-child { margin-bottom: 0; }

input[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border: 2px solid #222;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: -2px;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

input[type="checkbox"]:checked + label:before {
  width: 5px;
  top: -6px;
  left: 3px;
  border-radius: 0;
  opacity: 1;
  background-color: none;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}






.terms_container {
  display: inline-block;
  position: relative;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  color: #222;
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
  text-align: left;
  text-align: justify;
  column-count: 2; 
  column-gap: 20px;
  column-rule: 1px solid #efefef;
  box-sizing: border-box;
  padding: 3px;
}

@media screen and (min-width: 651px) {
  .terms_container { 
  column-count: 2;
  }
}
@media screen and (max-width: 650px) {
  .terms_container { 
  column-count: 1;
  }
}










.flex_block_inner {
  display: inline-block; 
  position: relative; 
  width: calc(43% - 20px); 
  padding: 0px; 
  box-sizing: border-box; 
  text-align: center;
  font-size: 18px;
  line-height: 20px;
}

@media screen and (min-width: 701px) {
  .flex_block_inner { 
    width: calc(43% - 20px); 
    font-size: 18px;
    line-height: 20px; 
  }
}
@media screen and (max-width: 700px) {
  .flex_block_inner { 
    width: 100%; 
    max-width: 500px; 
    font-size: 16px;
    line-height: 18px; 
  }
}



.course_tile {
  display: flex;
  position: relative;
  width: 100%;
  background: #efefef;
  border-radius: 5px;
  padding: 10px;
  box-sizing: border-box;
  margin: 0px;
  margin-top: 8px;
  flex-flow: row wrap;
  gap: 10px;
  justify-content: flex-start;
  color: #444;
  cursor: pointer;
}

.course_tile:hover {
  background: rgb(240,240,255);
}


.course_tile_unprocessed {
  display: flex;
  position: relative;
  width: 100%;
  background: rgb(255,240,240);
  border-radius: 5px;
  padding: 10px;
  box-sizing: border-box;
  margin: 0px;
  margin-top: 8px;
  flex-flow: row wrap;
  gap: 10px;
  justify-content: flex-start;
  color: #444;
  cursor: pointer;
}

.course_tile_unprocessed:hover {
  background: rgb(240,240,255);
}






.roster_tile {
  display: flex;
  position: relative;
  width: 100%;
  background: #efefef;
  border-radius: 5px;
  padding: 10px;
  box-sizing: border-box;
  margin: 0px;
  margin-top: 8px;
  flex-flow: row wrap;
  gap: 10px;
  justify-content: flex-start;
  color: #444;
  cursor: pointer;
}

.roster_tile:hover {
  background: rgb(240,240,255);
}






.product_tile {
  display: flex;
  position: relative;
  width: 100%;
  background: #efefef;
  border-radius: 5px;
  padding: 10px;
  box-sizing: border-box;
  margin: 0px;
  margin-top: 8px;
  flex-flow: row wrap;
  gap: 10px;
  justify-content: flex-start;
  color: #444;
  cursor: pointer;
}

.product_tile:hover {
  background: rgb(240,240,255);
}




.flexbox_image {
  display: inline-block; 
  position: relative; 
  grid-column-start: 1;
  grid-column-end: span 1;
  padding: 0px; 
  box-sizing: border-box; 
  margin: 0px;
  text-align: left;
  align-self: flex-start;
  font-weight: 400;
}

.flexbox_timetable {
  display: inline-block; 
  position: relative; 
  grid-column-start: 1;
  grid-column-end: span 1;
  padding: 0px; 
  box-sizing: border-box; 
  margin: 0px;
  text-align: left;
  align-self: flex-start;
  font-weight: 400;
}

.flexbox_pricing {
  display: inline-block; 
  position: relative; 
  grid-column-start: 1;
  grid-column-end: span 1;
  padding: 0px; 
  box-sizing: border-box; 
  margin: 0px;
  text-align: left;
  align-self: flex-start;
  font-weight: 400;
}

.flexbox_text {
  display: inline-block; 
  position: relative;
  grid-column-start: 2;
  grid-column-end: span 2;
  grid-row-start: 1;
  grid-row-end: span 4;
  padding: 0px; 
  box-sizing: border-box; 
  margin: 0px; 
  text-align: left;
}

@media screen and (min-width: 851px) {
  .flexbox_image { 
    grid-column-start: 1;
    grid-column-end: span 1;
    grid-row-start: 1;
    grid-row-end: span 1;
  }
  .flexbox_timetable { 
    grid-column-start: 1;
    grid-column-end: span 1;
    grid-row-start: 2;
    grid-row-end: span 1;
  }
  .flexbox_pricing { 
    grid-column-start: 1;
    grid-column-end: span 1;
    grid-row-start: 3;
    grid-row-end: span 1;
  }
  .flexbox_text { 
    grid-column-start: 2;
    grid-column-end: span 2;
    grid-row-start: 1;
    grid-row-end: span 4;
  }
}
@media screen and (max-width: 850px) {
  .flexbox_image { 
    grid-column-start: 1;
    grid-column-end: span 3;
    grid-row-start: 1;
    grid-row-end: span 1;
  }
  .flexbox_timetable { 
    grid-column-start: 1;
    grid-column-end: span 3;
    grid-row-start: 3;
    grid-row-end: span 1;
  }
  .flexbox_pricing { 
    grid-column-start: 1;
    grid-column-end: span 3;
    grid-row-start: 4;
    grid-row-end: span 1;
  }
  .flexbox_text { 
    grid-column-start: 1;
    grid-column-end: span 3;
    grid-row-start: 2;
    grid-row-end: 3;  
  }
}









.cert_box {
  display: inline-block;
  position: relative;
  width: calc(50% - 10px);
  padding: 0px;
  margin: 0px;
  margin-top: 10px;
  box-sizing: border-box;
  text-align: center;
  font-size: 15px;
}

@media screen and (min-width: 701px) {
  .cert_box { 
      width: calc(50% - 10px);
  }
}
@media screen and (max-width: 700px) {
  .cert_box { 
      width: 100%;
  }
}

.cert_item {
  display: block; 
  position: relative; 
  width: 100%; 
  height: 20px; 
  line-height: 16px;
  padding: 2px; 
  margin: 0px; 
  text-align: left; 
  box-sizing: border-box;  
  background: #fff; 
  color: #444;
}

.cert_item_alt {
  display: block; 
  position: relative; 
  width: 100%; 
  height: 20px; 
  line-height: 16px;
  padding: 2px; 
  margin: 0px; 
  text-align: left; 
  box-sizing: border-box;  
  background: rgb(255,255,240); 
  color: #444;
}


.flex_inner_50pct {
  display: inline-block; 
  position: relative; 
  width: calc(50% - 10px); 
  padding: 0px; 
  box-sizing: border-box; 
  margin: 0px; 
  font-size: 14px;
}

@media screen and (min-width: 701px) {
  .flex_inner_50pct { 
      width: calc(50% - 10px);
  }
}
@media screen and (max-width: 700px) {
  .flex_inner_50pct { 
      width: 100%;
  }
}




.dojo_certificates_container {
  display: inline-block; 
  position: relative; 
  width: 340px; 
  padding: 14px; 
  box-sizing: border-box; 
  text-align: center; 
  border: 1px solid #ddd; 
  font-size: 14px; 
  line-height: 18px;
}