@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700|Open+Sans:400,600,700&display=swap);
/*** COLOURS ***/
/*** SIZES ***/
/*** DOTDOTDOT ***/
/*** FONTS ***/
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-HeavyItalic.eot');
  src: url('../fonts/Gilroy-HeavyItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-HeavyItalic.woff2') format('woff2'), url('../fonts/Gilroy-HeavyItalic.woff') format('woff'), url('../fonts/Gilroy-HeavyItalic.ttf') format('truetype'), url('../fonts/Gilroy-HeavyItalic.svg#Gilroy') format('svg');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-MediumItalic.eot');
  src: url('../fonts/Gilroy-MediumItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-MediumItalic.woff2') format('woff2'), url('../fonts/Gilroy-MediumItalic.woff') format('woff'), url('../fonts/Gilroy-MediumItalic.ttf') format('truetype'), url('../fonts/Gilroy-MediumItalic.svg#Gilroy') format('svg');
  font-weight: 600;
  font-style: italic;
}
*,
*:after,
*:before {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
*:focus {
  outline: none;
}
a {
  text-decoration: none;
}
input[type=date]::-webkit-clear-button,
input[type=date]::-webkit-calendar-picker-indicator,
input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button {
  display: none;
  -webkit-appearance: none;
}
input {
  -webkit-appearance: none;
}
html,
body {
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.2px;
  font-size: 13px;
  line-height: 24px;
  background: #FBFBFB;
}
html .pageScroll,
body .pageScroll {
  height: auto;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}
html .pageScroll .pageContainer,
body .pageScroll .pageContainer {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
  color: #1F1F1F;
  padding-top: 65px;
}
html .pageScroll .pageContainer.home,
body .pageScroll .pageContainer.home {
  background: #134053;
  color: #fff;
}
html .pageScroll .pageContainer.page section:first-child,
body .pageScroll .pageContainer.page section:first-child {
  padding-top: 150px;
  margin-top: 0;
}
html.overflow,
body.overflow {
  overflow: hidden;
}
html p,
body p {
  color: #134053;
  margin-bottom: 24px;
}
html p:last-child,
body p:last-child {
  margin-bottom: 0;
}
html p a,
body p a {
  color: #fbbc43;
  text-decoration: underline;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
html p a:hover,
body p a:hover {
  color: #134053;
  opacity: 0.7;
}
.contentWrapper {
  width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
  max-width: 100%;
}
.contentWrapper.small {
  width: 100%;
  padding-left: 300px;
  padding-right: 300px;
}
.contentWrapper.medium {
  width: 100%;
  padding-left: 200px;
  padding-right: 200px;
}
.bigTitle {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-size: 59px;
  line-height: 73px;
  letter-spacing: 0px;
}
.mediumTitle {
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 24px;
  line-height: 38px;
  letter-spacing: 0px;
  color: #134053;
}
.mediumTitle.italic {
  font-style: italic;
}
.normalTitle {
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #134053;
}
.smallTitle {
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
}
.subTitle {
  font-style: italic;
  font-weight: 700;
  font-size: 14px;
}
.subTitle .extra {
  font-weight: 400;
  font-style: normal;
  width: 20px;
  display: inline-block;
  opacity: 0.5;
}
.textLink {
  font-style: italic;
  font-weight: 700;
  font-size: 14px;
  color: #134053;
  -webkit-backface-visibility: hidden;
}
.textLink:hover i {
  margin-right: 5px;
}
.textLink:hover .label:after {
  width: 0;
  left: auto;
  right: 0;
}
.textLink i {
  display: inline-block;
  margin-right: 10px;
  width: 20px;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.textLink .label {
  position: relative;
  display: inline-block;
  vertical-align: top;
  -webkit-backface-visibility: hidden;
}
.textLink .label:after {
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: auto;
  width: 100%;
  bottom: 0;
  background: #134053;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.textLink.white {
  color: #fff;
}
.textLink.white .label:before,
.textLink.white .label:after {
  background: #fff;
}
.button {
  display: inline-block;
  padding: 13px 40px;
  text-align: center;
  background: #F0F0F0;
  color: #134053;
  font-weight: 400;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.button:hover {
  background: #134053;
  color: #fff;
}
.button.secondary {
  text-align: center;
  color: #fff;
  background: #fbbc43;
  border-radius: 5px;
  border: none;
  line-height: 24px;
  font-weight: 600;
  padding: 15px 20px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.button.secondary.outline {
  background: transparent;
  border: 2px solid #fbbc43;
  color: #134053;
}
.button.secondary.outline:hover {
  background: #fbbc43;
  color: #fff;
}
.button.secondary:hover {
  background: #134053;
}
.button.secondary i {
  display: inline-block;
  vertical-align: top;
  line-height: 24px;
  font-size: 16px;
  margin-left: 5px;
}
.divider {
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  margin: 20px 0;
}
.overlay {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  margin: 0 !important;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  pointer-events: none;
}
.overlay.active {
  pointer-events: all;
  opacity: 1;
  visibility: visible;
}
.overlay.video .overlayContent {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 0;
  background: #000;
}
.overlay .background {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background: #1F1F1F;
  opacity: 0.9;
}
.overlay .overlayContent {
  position: relative;
  z-index: 1;
  background: #fff;
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  margin-top: 75px;
}
.overlay .overlayContent .close {
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(0deg);
  -moz-transform: translateX(-50%) rotate(0deg);
  -o-transform: translateX(-50%) rotate(0deg);
  -ms-transform: translateX(-50%) rotate(0deg);
  transform: translateX(-50%) rotate(0deg);
  width: 24px;
  height: 16px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.overlay .overlayContent .close:hover {
  -webkit-transform: translateX(-50%) rotate(180deg);
  -moz-transform: translateX(-50%) rotate(180deg);
  -o-transform: translateX(-50%) rotate(180deg);
  -ms-transform: translateX(-50%) rotate(180deg);
  transform: translateX(-50%) rotate(180deg);
}
.overlay .overlayContent .close .bar {
  height: 2px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background: #fff;
}
.overlay .overlayContent .close .bar:first-child {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 6px;
}
.overlay .overlayContent .close .bar:last-child {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 6px;
}
.overlay .overlayContent .iframeWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.overlay .overlayContent .iframeWrapper iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  max-height: calc(100vh - 75px);
}
.textOverlay {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  pointer-events: none;
}
.textOverlay.active {
  pointer-events: all;
  opacity: 1;
  visibility: visible;
}
.textOverlay .background {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background: #134053;
  opacity: 0.75;
}
.textOverlay .overlayContent {
  height: auto;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 475px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  background: #fff;
  padding: 30px;
  max-height: 100%;
  overflow: auto;
}
.textOverlay .overlayContent .intro {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
.textOverlay .overlayContent .intro .mediumTitle {
  color: #134053;
}
.textOverlay .overlayContent .intro .close {
  position: absolute;
  top: 15px;
  right: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  width: 24px;
  height: 16px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.textOverlay .overlayContent .intro .close:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.textOverlay .overlayContent .intro .close .bar {
  height: 2px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background: #134053;
}
.textOverlay .overlayContent .intro .close .bar:first-child {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 6px;
}
.textOverlay .overlayContent .intro .close .bar:last-child {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 6px;
}
.textOverlay .overlayContent .overlayInnerContent {
  margin-top: 20px;
}
.textOverlay .overlayContent .overlayInnerContent .divider {
  height: 1px;
  margin: 10px 0;
  background: rgba(0, 0, 0, 0.1);
}
.textOverlay .overlayContent .overlayInnerContent .coachContent .coachIntro .image {
  width: 100px;
  height: 100px;
  display: inline-block;
  vertical-align: top;
  background-image: url('../img/no-picture.jpg');
  background-size: cover;
  background-position: center center;
  position: relative;
}
.textOverlay .overlayContent .overlayInnerContent .coachContent .coachIntro .image .innerImage {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  display: block;
  background-size: cover;
  background-position: center center;
}
.textOverlay .overlayContent .overlayInnerContent .coachContent .coachIntro .col {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 100px);
  padding-left: 10px;
}
.textOverlay .overlayContent .overlayInnerContent .coachContent .coachIntro .col .coachName {
  color: #fbbc43;
  margin-bottom: 10px;
}
.textOverlay .overlayContent .overlayInnerContent .coachContent .coachIntro .col p {
  margin-bottom: 0;
  word-break: break-word;
}
.textOverlay .overlayContent .overlayInnerContent .coachContent .coachIntro .col p .label {
  opacity: 0.6;
}
.textOverlay .overlayContent .overlayInnerContent .coachContent .coachIntro .col .socials a {
  color: #134053;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin-right: 10px;
  padding: 5px;
  margin-top: -5px;
  margin-left: -5px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.textOverlay .overlayContent .overlayInnerContent .coachContent .coachIntro .col .socials a:hover {
  color: #fbbc43;
}
.textOverlay .overlayContent .overlayInnerContent .coachContent .text {
  margin-bottom: 24px;
}
.textOverlay .overlayContent .overlayInnerContent .coachContent .text p {
  margin-bottom: 0;
  word-break: break-word;
}
.textOverlay .overlayContent .overlayInnerContent .coachContent .text p .label {
  font-weight: 600;
}
.textOverlay .overlayContent .overlayInnerContent .buttons {
  margin-top: 20px;
}
.textOverlay .overlayContent .overlayInnerContent .buttons .button {
  display: block;
}
.field {
  min-height: 50px;
  background: #F0F0F0;
  margin-bottom: 20px;
  position: relative;
}
.field:before {
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: auto;
  width: 100%;
  bottom: 0;
  background: #F5F5F5;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.field.focus label {
  top: 2px;
  font-size: 10px;
  font-weight: 700;
  color: #fbbc43;
}
.field.focus:before {
  background: #fbbc43;
}
.field.invalid label {
  color: #C32817;
}
.field.invalid:before {
  background: #C32817;
}
.field.select .select,
.field.select .select2 {
  width: 100% !important;
}
.field.select .select.select2-container--open .select2-selection--single .select2-selection__arrow,
.field.select .select2.select2-container--open .select2-selection--single .select2-selection__arrow {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-top: -2px;
}
.field.select .select .select2-selection--single,
.field.select .select2 .select2-selection--single {
  border: none;
  background: transparent;
  border-radius: 0;
  height: 58px;
}
.field.select .select .select2-selection--single .select2-selection__rendered,
.field.select .select2 .select2-selection--single .select2-selection__rendered {
  padding: 0 20px;
  color: #134053;
  line-height: 58px;
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -o-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}
.field.select .select .select2-selection--single .select2-selection__arrow,
.field.select .select2 .select2-selection--single .select2-selection__arrow {
  text-align: right;
  color: #134053;
  width: 8px;
  height: 58px;
  line-height: 58px;
  right: 20px;
  margin-top: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.field.select .select .select2-selection--single .select2-selection__arrow b,
.field.select .select2 .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.field.select .select .select2-selection--single .select2-selection__arrow:after,
.field.select .select2 .select2-selection--single .select2-selection__arrow:after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.field label {
  height: auto;
  left: 20px;
  position: absolute;
  top: 17px;
  width: calc(100% - 20px);
  color: #134053;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.field.text input,
.field.textarea input,
.field.select input,
.field.text select,
.field.textarea select,
.field.select select,
.field.text textarea,
.field.textarea textarea,
.field.select textarea {
  width: 100%;
  background: transparent;
  border: none;
  min-height: 20px;
  line-height: 20px;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.2px;
  font-size: 13px;
  padding: 20px;
  color: #134053;
}
.field.text input input,
.field.textarea input input,
.field.select input input,
.field.text select input,
.field.textarea select input,
.field.select select input,
.field.text textarea input,
.field.textarea textarea input,
.field.select textarea input {
  line-height: 20px;
}
.field textarea {
  min-height: 150px;
  resize: vertical;
}
.field.submit {
  padding: 0;
  background: transparent;
}
.field.submit:before {
  display: none;
}
.field.submit.disabled .button {
  opacity: 0.2;
}
.field.submit.disabled .button:hover {
  background: #134053;
}
.field.submit .button {
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.2px;
  font-size: 13px;
  background: #134053;
  color: #fff;
  border: none;
}
.field.submit .button:hover {
  background: #fbbc43;
}
.select2-container--open .select2-dropdown--below {
  border-radius: 0;
  border: none;
  background: #134053;
  color: #fff;
}
.select2-container--open .select2-dropdown--below .select2-results__option {
  background: transparent;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  padding-left: 20px;
  padding-right: 20px;
}
.select2-container--open .select2-dropdown--below .select2-results__option[aria-selected=true],
.select2-container--open .select2-dropdown--below .select2-results__option.select2-results__option--highlighted[aria-selected] {
  background: #fbbc43;
}
.formField {
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  position: relative;
  padding: 14px 20px;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.formField.invalid {
  border-color: #C32817;
}
.formField.invalid label {
  color: #C32817;
}
.formField.customSelectField {
  cursor: pointer;
}
.formField.customSelectField input {
  cursor: pointer;
}
.formField.icon input {
  padding-right: 50px;
}
.formField.icon i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #134053;
  font-size: 16px;
  right: 20px;
}
.formField.icon.date i {
  pointer-events: none;
}
.formField.icon.small {
  font-size: 8px;
}
.formField.half {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
.formField.half.left {
  width: calc(50% - 10px);
  margin-right: 10px;
}
.formField.half.right {
  width: calc(50% - 10px);
  margin-left: 10px;
}
.formField label {
  position: absolute;
  top: -12px;
  left: 10px;
  padding: 0 10px;
  background: #fff;
  font-size: 11px;
  color: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.formField input,
.formField textarea {
  display: block;
  width: 100%;
  background: transparent;
  border: none;
  min-height: 20px;
  line-height: 20px;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.2px;
  font-size: 13px;
  color: #134053;
}
.formField input:-webkit-autofill,
.formField textarea:-webkit-autofill,
.formField input:-webkit-autofill:hover,
.formField textarea:-webkit-autofill:hover,
.formField input:-webkit-autofill:focus,
.formField textarea:-webkit-autofill:focus,
.formField input:-webkit-autofill,
.formField textarea:-webkit-autofill,
.formField input:-webkit-autofill:hover,
.formField textarea:-webkit-autofill:hover,
.formField input:-webkit-autofill:focus,
.formField textarea:-webkit-autofill:focus,
.formField input:-webkit-autofill,
.formField textarea:-webkit-autofill,
.formField input:-webkit-autofill:hover,
.formField textarea:-webkit-autofill:hover,
.formField input:-webkit-autofill:focus,
.formField textarea:-webkit-autofill:focus {
  -webkit-text-fill-color: #134053;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
.formField textarea {
  height: 120px;
  resize: none;
}
.formField .select,
.formField .select2 {
  width: 100% !important;
}
.formField .select .select2-selection--single,
.formField .select2 .select2-selection--single {
  border: none;
  background: transparent;
  border-radius: 0;
  height: 20px;
}
.formField .select .select2-selection--single .select2-selection__rendered,
.formField .select2 .select2-selection--single .select2-selection__rendered {
  padding-right: 20px;
  padding-left: 0;
  color: #134053;
  line-height: 20px;
}
.formField .select .select2-selection--single .select2-selection__arrow,
.formField .select2 .select2-selection--single .select2-selection__arrow {
  display: none;
}
.checkboxWrapper {
  cursor: pointer;
  color: #134053;
}
.checkboxWrapper:hover .checkMark:after {
  opacity: 0.4;
}
.checkboxWrapper input {
  display: none;
  position: absolute;
}
.checkboxWrapper input:checked ~ .checkMark:after {
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.checkboxWrapper .checkMark {
  background: transparent;
  border: 2px solid #E8E8E8;
  height: 20px;
  left: 3px;
  position: absolute;
  top: 2px;
  width: 20px;
  box-sizing: border-box;
  border-radius: 5px;
}
.checkboxWrapper .checkMark:after {
  border-radius: 2px;
  background: #fbbc43;
  content: "";
  display: block;
  opacity: 0;
  height: 12px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 12px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.checkboxWrapper .container {
  padding-left: 30px;
  display: block;
  position: relative;
  cursor: pointer;
  left: 0;
  top: 0;
}
.checkboxWrapper .container p {
  color: #1F1F1F;
  text-transform: none;
  font-weight: 400;
  position: static;
  position: relative;
  z-index: 1;
}
.coachesOverviewField {
  background: #EFEFEF;
  padding: 0 20px;
  max-height: 0;
  overflow: auto;
  margin-top: -20px;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.coachesOverviewField.open {
  max-height: 300px;
  padding: 20px;
}
.coachesOverviewField .coach {
  display: block;
  background: #fff;
  margin-bottom: 20px;
  position: relative;
  min-height: 80px;
  cursor: pointer;
}
.coachesOverviewField .coach:last-child {
  margin-bottom: 0;
}
.coachesOverviewField .coach:hover .radio:after {
  opacity: 0.6;
}
.coachesOverviewField .coach input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.coachesOverviewField .coach input:checked ~ .radio:after {
  opacity: 1;
}
.coachesOverviewField .coach input:checked ~ .innerCoach .coachContent {
  border-color: #fbbc43;
}
.coachesOverviewField .coach .radio {
  height: 22px;
  left: auto;
  position: absolute;
  top: 50%;
  width: 22px;
  right: 20px;
  border: 1px solid #134053;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  z-index: 1;
}
.coachesOverviewField .coach .radio:after {
  content: "";
  height: 14px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 14px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fbbc43;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.coachesOverviewField .coach .innerCoach .image {
  width: 80px;
  height: 80px;
  display: inline-block;
  vertical-align: top;
  background-image: url('../img/no-picture.jpg');
  background-size: cover;
  background-position: center center;
}
.coachesOverviewField .coach .innerCoach .image .innerImage {
  width: 80px;
  height: 80px;
  display: block;
  background-size: cover;
  background-position: center center;
}
.coachesOverviewField .coach .innerCoach .coachContent {
  width: calc(100% - 80px);
  display: inline-block;
  vertical-align: top;
  background: #fff;
  padding: 5px 10px;
  padding-right: 70px;
  border: 1px solid #fff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.coachesOverviewField .coach .innerCoach .coachContent .coachName {
  display: block;
  color: #fbbc43;
  font-weight: 500;
}
.coachesOverviewField .coach .innerCoach .coachContent .location {
  display: block;
  color: #134053;
  margin-top: -5px;
  margin-bottom: 1px;
}
.coachesOverviewField .coach .innerCoach .coachContent .location .label {
  opacity: 0.6;
}
.coachesOverviewField .coach .innerCoach .coachContent .buttons {
  display: block;
}
.coachesOverviewField .coach .innerCoach .coachContent .buttons .link {
  color: #fbbc43;
  display: inline-block;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.coachesOverviewField .coach .innerCoach .coachContent .buttons .link:hover {
  color: #134053;
}
.formSubmit .button {
  display: block;
  background: #fbbc43;
  border: none;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 600;
  width: 100%;
  color: #fff;
}
.formSubmit .button:hover {
  background: #134053;
}
.ui-datepicker {
  padding: 0;
  background: #134053;
  border: none !important;
  color: #fff;
}
.ui-datepicker .ui-datepicker-header {
  padding: 5px;
  border: none;
  border-radius: 0;
  background: #134053;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next,
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  color: #fff;
  width: 20px;
  height: 20px;
  text-align: center;
  top: 6px;
  right: 6px;
  line-height: 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover,
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover {
  background: transparent;
  border: none;
  color: #fbbc43 !important;
  font-weight: 600;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:after,
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon,
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon {
  display: none;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  left: 6px;
  right: auto;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:after {
  content: "\f060";
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-year {
  background: rgba(255, 255, 255, 0.1);
  border: none;
  margin-left: 10px;
  color: #fff;
  font-weight: 600;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-year option {
  color: #1F1F1F;
}
.ui-datepicker .ui-datepicker-calendar {
  margin: 0;
  font-size: 11px;
}
.ui-datepicker .ui-datepicker-calendar thead tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.ui-datepicker .ui-datepicker-calendar tbody tr td.ui-state-disabled {
  opacity: 0.2 !important;
  pointer-events: none !important;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td a,
.ui-datepicker .ui-datepicker-calendar tbody tr td span {
  background: transparent;
  color: #fff;
  text-align: center;
  border: none;
  opacity: 0.6;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td a:hover,
.ui-datepicker .ui-datepicker-calendar tbody tr td span:hover {
  opacity: 1;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td a.ui-state-highlight,
.ui-datepicker .ui-datepicker-calendar tbody tr td span.ui-state-highlight {
  opacity: 1;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td a.ui-state-active,
.ui-datepicker .ui-datepicker-calendar tbody tr td span.ui-state-active {
  color: #fbbc43;
  opacity: 1;
}
@media all and (max-height: 830px) {
  .overlay.video .overlayContent {
    top: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    margin-top: 75px;
  }
}
@media all and (max-width: 1215px) {
  .contentWrapper.small {
    width: 560px;
    margin: 0 auto;
    padding: 0;
  }
  .contentWrapper.medium {
    width: 760px;
    margin: 0 auto;
    padding: 0;
    max-width: 100%;
  }
}
@media all and (max-width: 1024px) {
  html,
  body {
    height: auto !important;
  }
  html .pageScroll,
  body .pageScroll {
    position: relative;
    height: auto;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -o-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
}
@media all and (max-width: 768px) {
  .contentWrapper.small {
    width: 100%;
  }
  html .pageScroll .pageContainer.page section:first-child,
  body .pageScroll .pageContainer.page section:first-child {
    padding-top: 100px;
  }
  .bigTitle {
    font-size: 35px;
    line-height: 45px;
  }
  .formField.half {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media all and (max-width: 400px) {
  .coachesOverviewField .coach .innerCoach .coachContent {
    display: block;
    width: 100%;
  }
}
/*# sourceMappingURL=default.css.map */