@charset "UTF-8";
.page-template-community-registration-page {
  margin-top: 0 !important; }
  .page-template-community-registration-page .headerMainCol, .page-template-community-registration-page .headerMenu, .page-template-community-registration-page .sitewide-bar, .page-template-community-registration-page footer {
    display: none; }

.community-page input:focus,
.community-page select:focus,
.community-page textarea:focus,
.community-page button:focus {
  outline: none; }

.community-page input {
  -webkit-appearance: none;
  -webkit-border-radius: 0px; }

.community-page h1, .community-page h2, .community-page h3, .community-page h4, .community-page h5, .community-page h6, .community-page p, .community-page figcaption, .community-page figure, .community-page ul, .community-page .wp-block-columns, .community-page .wp-block-image {
  margin: 0;
  padding: 0; }

.community-page .wp-block-group.section > .wp-block-group__inner-container {
  max-width: 1170px;
  padding: 80px 15px;
  margin: 0 auto;
  display: block; }

.community-page .wp-block-group.section.section--hero {
  overflow: hidden;
  position: relative; }
  .community-page .wp-block-group.section.section--hero::after {
    content: url("../png/trusted-coach-directory.png");
    position: absolute;
    left: 61%;
    top: -6%;
    z-index: 1; }
  .community-page .wp-block-group.section.section--hero .wp-block-column {
    -ms-flex-preferred-size: calc(50% - 60px);
        flex-basis: calc(50% - 60px);
    z-index: 5; }
    .community-page .wp-block-group.section.section--hero .wp-block-column h1 + p, .community-page .wp-block-group.section.section--hero .wp-block-column ul + p {
      font-size: 20px;
      line-height: 32px; }
    .community-page .wp-block-group.section.section--hero .wp-block-column:not(:first-child) {
      margin-left: 120px; }
  .community-page .wp-block-group.section.section--hero h1 {
    color: #F1F1F1; }
  .community-page .wp-block-group.section.section--hero p, .community-page .wp-block-group.section.section--hero li, .community-page .wp-block-group.section.section--hero span {
    color: white; }
  .community-page .wp-block-group.section.section--hero ul {
    list-style: none;
    margin-bottom: 30px; }
    .community-page .wp-block-group.section.section--hero ul li {
      position: relative;
      margin-left: 34px;
      margin-top: 15px; }
      .community-page .wp-block-group.section.section--hero ul li::before {
        content: url("../svg/tick.svg");
        position: absolute;
        left: -34px;
        top: 2px;
        background-color: #FBB72E;
        border-radius: 50%;
        height: 24px;
        width: 24px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        vertical-align: middle;
        line-height: 6px; }
  .community-page .wp-block-group.section.section--hero .price {
    margin-top: 30px; }
    .community-page .wp-block-group.section.section--hero .price p:first-child {
      font-size: 20px;
      line-height: 32px; }
    .community-page .wp-block-group.section.section--hero .price span {
      color: #FBB72E;
      position: relative;
      font-size: 16px;
      line-height: 22px;
      text-transform: uppercase; }
    .community-page .wp-block-group.section.section--hero .price .amount {
      font-size: 54px;
      line-height: 44px;
      margin-left: 10px; }
      .community-page .wp-block-group.section.section--hero .price .amount::before {
        content: '£';
        position: absolute;
        left: -7px;
        top: 12px;
        font-size: 14px;
        line-height: 20px; }
    .community-page .wp-block-group.section.section--hero .price .terms {
      font-size: 10px;
      line-height: 13px;
      margin-top: 15px; }

.community-page .stars {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 5px; }
  .community-page .stars img, .community-page .stars figcaption {
    display: inline-block; }
  .community-page .stars figcaption {
    font-size: 16px;
    line-height: 15px;
    color: white;
    margin-left: 5px; }

.community-page h1 {
  font-size: 36px;
  line-height: 47px;
  font-weight: 300;
  margin-bottom: 40px; }

.community-page p, .community-page li, .community-page a {
  font-size: 20px;
  line-height: 25px; }

.community-page .form__wrapper {
  background-color: white;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  width: 100%;
  max-width: 460px;
  display: block;
  margin-left: auto;
  overflow: hidden; }
  .community-page .form__wrapper form .error-message {
    padding-left: 10px;
    border-left: 2px solid #FBB72E; }
  .community-page .form__wrapper form fieldset {
    padding: 40px; }
    .community-page .form__wrapper form fieldset .form__row .form__single {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column; }
      .community-page .form__wrapper form fieldset .form__row .form__single label {
        font-size: 16px;
        line-height: 22px;
        color: #000000;
        font-weight: 400;
        margin-bottom: 0; }
      .community-page .form__wrapper form fieldset .form__row .form__single input {
        border: 1px solid #E4E7EA;
        height: 40px;
        width: 100%;
        margin-top: 10px;
        padding: 0 5px; }
    .community-page .form__wrapper form fieldset .form__row--two {
      display: -ms-flexbox;
      display: flex; }
      .community-page .form__wrapper form fieldset .form__row--two .form__single {
        -ms-flex-preferred-size: calc(50% - 7.5px);
            flex-basis: calc(50% - 7.5px); }
        .community-page .form__wrapper form fieldset .form__row--two .form__single:last-child {
          margin-left: 15px; }
    .community-page .form__wrapper form fieldset .form__row:not(:last-child) {
      margin-bottom: 20px; }
    .community-page .form__wrapper form fieldset .form__row .form__checkbox {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      position: relative; }
      .community-page .form__wrapper form fieldset .form__row .form__checkbox label {
        font-size: 16px;
        line-height: 22px;
        font-weight: 400;
        margin: 0;
        cursor: pointer;
        margin-left: 60px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        color: black;
        height: 40px; }
        .community-page .form__wrapper form fieldset .form__row .form__checkbox label p {
          color: black; }
        .community-page .form__wrapper form fieldset .form__row .form__checkbox label a {
          font-size: 16px;
          line-height: 22px;
          color: #1C9492;
          font-weight: 400;
          text-decoration: underline;
          -webkit-text-decoration-color: #1C9492;
                  text-decoration-color: #1C9492; }
      .community-page .form__wrapper form fieldset .form__row .form__checkbox .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 40px;
        width: 40px;
        background-color: white;
        border: 1px solid #E4E7EA;
        -webkit-transition: .2s;
        -o-transition: .2s;
        transition: .2s; }
        .community-page .form__wrapper form fieldset .form__row .form__checkbox .checkmark::after {
          content: '';
          position: absolute;
          left: 4px;
          top: 4px;
          height: 30px;
          width: 30px;
          background-color: transparent;
          -webkit-transition: .2s;
          -o-transition: .2s;
          transition: .2s; }
      .community-page .form__wrapper form fieldset .form__row .form__checkbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
        margin: 0;
        padding: 0; }
      .community-page .form__wrapper form fieldset .form__row .form__checkbox input:checked ~ .checkmark {
        background-color: white; }
      .community-page .form__wrapper form fieldset .form__row .form__checkbox input:checked ~ .checkmark::after {
        background-color: #1C9492; }
  .community-page .form__wrapper form .form__button {
    width: 100%;
    height: 80px;
    background-color: rgba(251, 183, 46, 0.5);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    overflow: hidden;
    position: relative; }
    .community-page .form__wrapper form .form__button .form__block {
      background-color: #FBB72E;
      -webkit-transform: rotate(120deg);
          -ms-transform: rotate(120deg);
              transform: rotate(120deg);
      height: 500px;
      width: 1000px;
      position: absolute;
      right: 100%;
      top: 0;
      z-index: 0; }
      .community-page .form__wrapper form .form__button .form__block::before {
        content: '';
        position: absolute;
        left: 0;
        top: 90%;
        background-color: #FBB72E;
        height: 1000px;
        width: 1000px; }
    .community-page .form__wrapper form .form__button input {
      font-size: 24px;
      line-height: 35px;
      font-weight: 600;
      color: #000000;
      border: none;
      background-color: transparent;
      text-transform: uppercase;
      height: 100%;
      width: 100%;
      z-index: 5; }

.community-page .section .wp-block-columns:not(.columns-with-border) .wp-block-column {
  -ms-flex-preferred-size: calc(50% - 50px);
      flex-basis: calc(50% - 50px); }
  .community-page .section .wp-block-columns:not(.columns-with-border) .wp-block-column p, .community-page .section .wp-block-columns:not(.columns-with-border) .wp-block-column a {
    font-size: 16px;
    line-height: 26px; }
  .community-page .section .wp-block-columns:not(.columns-with-border) .wp-block-column:not(:first-child) {
    margin-left: 100px; }

.community-page .section h2 {
  font-size: 30px;
  line-height: 48px;
  font-weight: 400; }

.community-page .section h3 {
  font-size: 24px;
  line-height: 35px;
  font-weight: 400; }

.community-page .section h4 {
  color: white;
  font-weight: 300;
  font-size: 30px;
  line-height: 43px; }

.community-page .section h4 + .wp-block-button {
  margin-top: 40px; }

.community-page .section p {
  color: black; }

.community-page .section h2 + p {
  max-width: 540px;
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: 60px;
  line-height: 32px; }

.community-page .section p + .wp-block-columns {
  margin-top: 60px; }

.community-page .section p:not(.label) + h3 {
  margin-top: 40px; }

.community-page .section h3 + p {
  margin-top: 15px; }

.community-page .section p + .wp-block-button {
  margin-top: 20px; }

.community-page .section .separator + p {
  max-width: 560px;
  margin: 0 auto; }

.community-page .section figure.wp-block-image.icon-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative; }
  .community-page .section figure.wp-block-image.icon-text .wp-block-image__circle {
    height: 50px;
    width: 50px;
    background-color: white;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
  .community-page .section figure.wp-block-image.icon-text figcaption {
    margin-left: 20px;
    max-width: 420px;
    color: black;
    font-size: 16px;
    line-height: 26px; }
  .community-page .section figure.wp-block-image.icon-text:not(:last-child) {
    margin-bottom: 40px; }

.community-page .section .wp-block-columns.narrow {
  max-width: 750px;
  margin: 0 auto;
  margin-bottom: 60px; }
  .community-page .section .wp-block-columns.narrow .wp-block-column .label {
    font-size: 12px;
    line-height: 17px;
    text-transform: uppercase;
    color: white;
    padding: 5px 10px;
    background-color: #1C9492;
    border-radius: 12px;
    margin-bottom: 20px;
    display: inline-block;
    font-weight: 600; }
  .community-page .section .wp-block-columns.narrow .wp-block-column .wp-block-button {
    position: relative;
    display: inline-block;
    background-color: #FBB72E;
    border-radius: 4px; }
    .community-page .section .wp-block-columns.narrow .wp-block-column .wp-block-button::before {
      content: url("../svg/icon-play.svg");
      left: 22px;
      top: 50%;
      height: 15px;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      position: absolute;
      z-index: 3; }
    .community-page .section .wp-block-columns.narrow .wp-block-column .wp-block-button::after {
      content: '';
      height: 28px;
      width: 28px;
      border-radius: 50%;
      background-color: white;
      z-index: 1;
      left: 12px;
      top: 50%;
      display: block;
      position: absolute;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
    .community-page .section .wp-block-columns.narrow .wp-block-column .wp-block-button__link {
      color: black;
      background-color: transparent;
      border-radius: 4px;
      padding: 17.5px 15px 17.5px 50px;
      font-weight: 600;
      font-size: 12px;
      line-height: 17px;
      text-transform: uppercase;
      z-index: 5;
      position: relative;
      display: inline-block; }
      .community-page .section .wp-block-columns.narrow .wp-block-column .wp-block-button__link:hover {
        text-decoration: none; }
  .community-page .section .wp-block-columns.narrow .wp-block-column:first-child {
    -ms-flex-preferred-size: calc(100% - 295px);
        flex-basis: calc(100% - 295px); }
  .community-page .section .wp-block-columns.narrow .wp-block-column:last-child {
    -ms-flex-preferred-size: 165px !important;
        flex-basis: 165px !important;
    margin-left: 130px; }
    .community-page .section .wp-block-columns.narrow .wp-block-column:last-child figure.wp-block-image {
      max-width: 165px; }
      .community-page .section .wp-block-columns.narrow .wp-block-column:last-child figure.wp-block-image img {
        width: 100%; }

.community-page .section .testimonial {
  margin-top: 80px;
  margin-bottom: 0; }

.community-page .section .separator {
  padding: 80px 0;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  color: #1C9492;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
  .community-page .section .separator::before {
    position: absolute;
    right: calc(100% + 15px);
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    content: '';
    width: 120px;
    height: 1px;
    background-color: #1C9492; }
  .community-page .section .separator::after {
    position: absolute;
    left: calc(100% + 15px);
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    content: '';
    width: 120px;
    height: 1px;
    background-color: #1C9492; }

.community-page .section .columns-with-border {
  -ms-flex-pack: center;
      justify-content: center; }
  .community-page .section .columns-with-border .wp-block-column {
    -ms-flex-preferred-size: calc(50% - 15px);
        flex-basis: calc(50% - 15px);
    max-width: 360px;
    border: 1px solid #F9F9F9;
    border-radius: 4px;
    padding: 37px; }
    .community-page .section .columns-with-border .wp-block-column .wp-block-image figure .wp-block-image__circle {
      height: 100px;
      width: 100px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      background-color: #F9F9F9;
      border-radius: 50%;
      margin: 0 auto; }
    .community-page .section .columns-with-border .wp-block-column .wp-block-image figure figcaption {
      margin-top: 40px;
      margin-bottom: 20px;
      font-size: 12px;
      line-height: 17px;
      text-transform: uppercase;
      color: white;
      padding: 5px 10px;
      background-color: #1C9492;
      border-radius: 12px;
      margin-bottom: 20px;
      display: inline-block;
      font-weight: 600;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      position: relative; }
    .community-page .section .columns-with-border .wp-block-column h3 {
      margin-bottom: 20px; }
    .community-page .section .columns-with-border .wp-block-column p {
      font-size: 16px;
      line-height: 26px;
      color: black; }
    .community-page .section .columns-with-border .wp-block-column:not(:first-child), .community-page .section .columns-with-border .wp-block-column:nth-child(2n) {
      margin-left: 30px; }
  .community-page .section .columns-with-border.title-height .wp-block-column h3 {
    min-height: 70px; }
  .community-page .section .columns-with-border.single-column {
    margin-bottom: 80px; }
    .community-page .section .columns-with-border.single-column .wp-block-column {
      margin-left: 0; }
      .community-page .section .columns-with-border.single-column .wp-block-column:first-child {
        display: none; }
      .community-page .section .columns-with-border.single-column .wp-block-column:last-child {
        display: none; }

.community-page .materials {
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px; }
  .community-page .materials .material {
    -ms-flex: 1;
        flex: 1;
    max-width: 360px;
    border: 1px solid #F9F9F9;
    border-radius: 4px;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
    .community-page .materials .material:not(:first-child) {
      margin-left: 30px; }
    .community-page .materials .material__image {
      max-width: 360px;
      display: block; }
      .community-page .materials .material__image img {
        width: 100%;
        height: auto; }
    .community-page .materials .material__content {
      padding: 40px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      height: 100%; }
      .community-page .materials .material__content span {
        font-size: 16px;
        line-height: 22px;
        color: #1C9492; }
      .community-page .materials .material__content h3 {
        margin: 20px 0;
        min-height: 105px; }
      .community-page .materials .material__content p {
        margin-bottom: 30px;
        font-size: 16px;
        line-height: 26px; }
      .community-page .materials .material__content .material__button {
        margin-top: auto;
        font-size: 12px;
        cursor: pointer;
        background-color: rgba(251, 183, 46, 0.5);
        font-weight: 600;
        text-transform: uppercase;
        padding: 17.5px 25px 17.5px 50px;
        border: none;
        color: black;
        -ms-flex-item-align: start;
            align-self: flex-start;
        display: inline-block;
        position: relative;
        border-radius: 4px; }
        .community-page .materials .material__content .material__button::before {
          content: url("../svg/icon-padlcok.svg");
          left: 19px;
          top: 50%;
          height: 19px;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          position: absolute;
          z-index: 3; }
        .community-page .materials .material__content .material__button::after {
          content: '';
          height: 28px;
          width: 28px;
          border-radius: 50%;
          background-color: white;
          z-index: 1;
          left: 12px;
          top: 50%;
          display: block;
          position: absolute;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%); }

.community-page .leadership .wp-block-image + .wp-block-image {
  margin-top: 20px;
  margin-bottom: 10px; }

.community-page .leadership .wp-block-image + p {
  margin: 0 auto;
  max-width: 748px;
  font-size: 16px;
  line-height: 26px;
  color: black; }

.community-page .wp-block-group.section.section--faq .wp-block-columns .wp-block-column {
  -ms-flex-preferred-size: calc(50% - 15px);
      flex-basis: calc(50% - 15px); }
  .community-page .wp-block-group.section.section--faq .wp-block-columns .wp-block-column a {
    color: #1C9492;
    text-decoration: underline;
    -webkit-text-decoration-color: #1C9492;
            text-decoration-color: #1C9492; }
  .community-page .wp-block-group.section.section--faq .wp-block-columns .wp-block-column:not(:first-child) {
    margin-left: 30px; }

.community-page .wp-block-group.section.section--cta .wp-block-button__link {
  font-size: 24px;
  font-weight: 600;
  line-height: 35px;
  color: black;
  background-color: #FBB72E;
  border-radius: 4px;
  text-transform: uppercase;
  padding: 20px 85px; }
  .community-page .wp-block-group.section.section--cta .wp-block-button__link:hover {
    text-decoration: none; }

@media screen and (max-width: 1170px) {
  .page-template-community-registration-page .nc__container {
    padding: 10px 15px !important; }
    .page-template-community-registration-page .nc__container .nc__logo {
      width: 110px; }
  .community-page .wp-block-group.section > .wp-block-group__inner-container {
    padding: 40px 15px; }
  .community-page .wp-block-group.section.section--hero::after {
    left: calc(100% - 355px);
    top: 39%; }
  .community-page .wp-block-group.section.section--hero .wp-block-columns {
    -ms-flex-direction: column;
        flex-direction: column; }
    .community-page .wp-block-group.section.section--hero .wp-block-columns .wp-block-column {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
      .community-page .wp-block-group.section.section--hero .wp-block-columns .wp-block-column:not(:first-child) {
        margin-left: 0;
        margin-top: 40px; }
  .community-page .form__wrapper {
    background-color: white;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    max-width: 550px;
    -ms-flex-item-align: center;
        align-self: center;
    display: block;
    margin-left: initial;
    margin: 0 auto; }
    .community-page .form__wrapper form fieldset {
      padding: 20px; }
      .community-page .form__wrapper form fieldset .form__row--two {
        -ms-flex-direction: column;
            flex-direction: column; }
        .community-page .form__wrapper form fieldset .form__row--two .form__single {
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%; }
          .community-page .form__wrapper form fieldset .form__row--two .form__single:first-child {
            margin-bottom: 20px; }
          .community-page .form__wrapper form fieldset .form__row--two .form__single:last-child {
            margin-left: 0; }
      .community-page .form__wrapper form fieldset .form__row:not(:last-child) {
        margin-bottom: 20px; }
      .community-page .form__wrapper form fieldset .form__row .form__checkbox label {
        margin-left: 50px; }
        .community-page .form__wrapper form fieldset .form__row .form__checkbox label p, .community-page .form__wrapper form fieldset .form__row .form__checkbox label a {
          line-height: 20px !important; }
  .community-page .section .wp-block-columns:not(.columns-with-border) {
    -ms-flex-direction: column;
        flex-direction: column; }
    .community-page .section .wp-block-columns:not(.columns-with-border) .wp-block-column {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
      .community-page .section .wp-block-columns:not(.columns-with-border) .wp-block-column:not(:first-child) {
        margin-left: 0;
        margin-top: 40px; }
        .community-page .section .wp-block-columns:not(.columns-with-border) .wp-block-column:not(:first-child) .wp-block-image img {
          margin: 0 auto;
          display: block; }
  .community-page .section h4 + .wp-block-button {
    margin-top: 40px; }
  .community-page .section h2 + p {
    margin-top: 25px;
    margin-bottom: 40px; }
  .community-page .section p + .wp-block-columns {
    margin-top: 40px; }
  .community-page .section p:not(.label) + h3 {
    margin-top: 40px; }
  .community-page .section h3 + p {
    margin-top: 15px; }
  .community-page .section p + .wp-block-button {
    margin-top: 20px; }
  .community-page .section .separator + p {
    max-width: 560px;
    margin: 0 auto; }
  .community-page .section figure.wp-block-image.icon-text .wp-block-image__circle {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .community-page .section figure.wp-block-image.icon-text figcaption {
    max-width: 100%; }
  .community-page .section figure.wp-block-image.icon-text:not(:last-child) {
    margin-bottom: 20px; }
  .community-page .section .wp-block-columns.narrow {
    margin-bottom: 40px;
    -ms-flex-direction: row !important;
        flex-direction: row !important;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .community-page .section .wp-block-columns.narrow .wp-block-column {
      margin-top: 0 !important; }
  .community-page .section .testimonial {
    margin-top: 20px; }
    .community-page .section .testimonial img {
      max-width: 497px;
      width: 100%;
      height: auto; }
  .community-page .section .separator {
    padding: 40px 0; }
  .community-page .section .columns-with-border {
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center; }
    .community-page .section .columns-with-border .wp-block-column {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 550px;
      width: 100%;
      padding: 20px 40px; }
      .community-page .section .columns-with-border .wp-block-column:not(:first-child), .community-page .section .columns-with-border .wp-block-column:nth-child(2n) {
        margin-left: 0; }
      .community-page .section .columns-with-border .wp-block-column:not(:first-child) {
        margin-top: 40px; }
    .community-page .section .columns-with-border.title-height .wp-block-column h3 {
      min-height: initial; }
    .community-page .section .columns-with-border.single-column {
      margin-bottom: 40px; }
      .community-page .section .columns-with-border.single-column .wp-block-column {
        margin-top: 0; }
  .community-page .materials {
    -ms-flex-direction: column;
        flex-direction: column;
    margin-top: 40px;
    -ms-flex-align: center;
        align-items: center; }
    .community-page .materials .material {
      max-width: 550px;
      width: 100%; }
      .community-page .materials .material__content h3 {
        min-height: initial; }
      .community-page .materials .material:not(:first-child) {
        margin-left: 0;
        margin-top: 40px; }
      .community-page .materials .material__image {
        max-width: 550px; }
  .community-page .leadership .wp-block-image + .wp-block-image {
    margin-top: 20px;
    margin-bottom: 10px; }
  .community-page .leadership .wp-block-image + p {
    margin: 0 auto;
    max-width: 748px;
    font-size: 16px;
    line-height: 26px;
    color: black; }
  .community-page .wp-block-group.section.section--faq .wp-block-columns {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center; }
    .community-page .wp-block-group.section.section--faq .wp-block-columns .wp-block-column {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 550px; }
      .community-page .wp-block-group.section.section--faq .wp-block-columns .wp-block-column:not(:first-child) {
        margin-left: 0;
        margin-top: 40px; }
  .community-page .wp-block-group.section.section--cta .wp-block-button__link {
    text-align: center;
    padding: 20px 0;
    white-space: nowrap;
    width: 100%;
    max-width: 400px; } }

@media screen and (max-width: 780px) {
  .community-page .section .wp-block-columns.narrow {
    margin-bottom: 40px;
    -ms-flex-direction: row !important;
        flex-direction: row !important;
    -ms-flex-pack: center;
        justify-content: center; }
    .community-page .section .wp-block-columns.narrow .wp-block-column {
      margin-top: 0 !important; }
      .community-page .section .wp-block-columns.narrow .wp-block-column:first-child {
        -ms-flex-preferred-size: calc(100% - 95px) !important;
            flex-basis: calc(100% - 95px) !important; }
      .community-page .section .wp-block-columns.narrow .wp-block-column:last-child {
        -ms-flex-preferred-size: 80px !important;
            flex-basis: 80px !important;
        margin-left: 15px;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
        .community-page .section .wp-block-columns.narrow .wp-block-column:last-child figure.wp-block-image {
          max-width: 80px; }
          .community-page .section .wp-block-columns.narrow .wp-block-column:last-child figure.wp-block-image img {
            width: 100%; }
    .community-page .section .wp-block-columns.narrow .wp-block-button__link {
      white-space: nowrap; } }

@media screen and (max-width: 380px) {
  .community-page .wp-block-group.section.section--hero::after {
    top: 42%; } }

.background-overlay {
  background-color: rgba(3, 38, 83, 0.8);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  z-index: 1000;
  display: none; }
  .background-overlay .nc_modal {
    position: relative; }
    .background-overlay .nc_modal .nc_close {
      background-image: url("../svg/cross.svg");
      height: 50px;
      width: 50px;
      bottom: 100%;
      right: -11px;
      display: block;
      position: absolute;
      background-size: cover; }

@media screen and (max-width: 1170px) {
  .nc_modal .nc_container {
    overflow: hidden;
    width: 90vw;
    position: relative;
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0; }
    .nc_modal .nc_container iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; } }

#um_form_changepassword .um_field_container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  background-color: #f6f6f6;
  border: 1px solid #f6f6f6;
  border-radius: 4px;
  padding: 15px 50px; }
  #um_form_changepassword .um_field_container > p {
    margin-top: 15px;
    width: 100%; }
  #um_form_changepassword .um_field_container label {
    font-size: 14px;
    color: #7c848d;
    font-weight: bold; }
  #um_form_changepassword .um_field_container input {
    border-radius: 4px;
    width: 100%;
    border: 1px solid #e4e7ea;
    padding: 10px;
    max-width: 400px;
    width: 100%; }

#um_form_changepassword .um_button {
  margin: 0 auto;
  display: block;
  color: #595959;
  font-size: 20px;
  background-color: #ffcc33;
  border: 2px solid #ffcc33;
  font-weight: 600;
  border-radius: 4px;
  -webkit-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  transition: ease all 0.3s;
  padding: 6px 12px; }

#um_form_changepassword .pf_ajax_result {
  margin-top: 25px; }

#um_form_changepassword + .pf_loading {
  display: none !important; }
.nc__head {
  background-color: #1C9492;
  position: relative;
  overflow: hidden; }
  .nc__head::after {
    content: url("../png/handshake.png");
    position: absolute;
    left: 61%;
    top: -30px;
    z-index: 1; }
  .nc__head h1 {
    font-size: 36px;
    font-weight: 300;
    line-height: 47px;
    color: white;
    max-width: 555px;
    margin: 0;
    padding: 0;
    margin-bottom: 40px;
    z-index: 5;
    position: relative; }
  .nc__head p {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: white;
    margin: 0;
    padding: 0;
    z-index: 5;
    position: relative; }

.nc__body .nc__intro {
  font-size: 20px;
  line-height: 32px;
  color: black;
  font-weight: 400;
  text-align: center;
  margin-bottom: 60px; }

.nc__body .nc__cta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .nc__body .nc__cta .nc__item {
    max-width: 360px;
    width: 100%;
    padding: 40px;
    border: 1px solid #F9F9F9;
    border-radius: 4px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
    .nc__body .nc__cta .nc__item p {
      font-size: 16px;
      line-height: 26px;
      color: black;
      margin-bottom: 40px; }
    .nc__body .nc__cta .nc__item a {
      background-color: #1C9492;
      border-radius: 4px;
      text-decoration: none;
      color: white;
      text-transform: uppercase;
      font-size: 12px;
      font-weight: 600;
      line-height: 17px;
      padding: 17px 20px;
      margin-top: auto;
      display: inline-block;
      -ms-flex-item-align: start;
          align-self: flex-start; }
      .nc__body .nc__cta .nc__item a:hover {
        text-decoration: none; }

.nc__container {
  max-width: 1170px;
  padding: 80px 15px;
  margin: 0 auto;
  display: block; }

@media screen and (max-width: 1170px) {
  .nc__head p {
    margin-right: 300px; }
  .nc__body .nc__cta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center; }
    .nc__body .nc__cta .nc__item {
      max-width: 550px; }
      .nc__body .nc__cta .nc__item:not(:last-child) {
        margin-bottom: 40px; } }

@media screen and (max-width: 700px) {
  .nc__head p {
    margin-right: 150px; } }

@media screen and (max-width: 400px) {
  .nc__head p {
    margin-right: 100px; } }
html.locked {
  overflow-y: hidden; }
  html.locked .coach-profile__navigation {
    z-index: 8 !important; }

.coach-profile-preview {
  margin: 30px auto !important; }
  .coach-profile-preview .alert {
    margin-bottom: 0 !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center; }
    @media screen and (max-width: 560px) {
      .coach-profile-preview .alert {
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-align: start;
            align-items: flex-start; } }
    .coach-profile-preview .alert h4 {
      margin-bottom: 0 !important; }
      @media screen and (max-width: 560px) {
        .coach-profile-preview .alert h4 {
          max-width: 100% !important; } }
    .coach-profile-preview .alert a.btn {
      top: 0 !important;
      float: initial !important; }
      @media screen and (max-width: 560px) {
        .coach-profile-preview .alert a.btn {
          margin-top: 15px !important; } }

.coach-profile {
  background-color: #F9F9F9;
  padding-bottom: 120px; }
  @media screen and (max-width: 790px) {
    .coach-profile {
      padding-bottom: 30px; } }
  .coach-profile__bar {
    height: 180px;
    width: 100%;
    display: block;
    background-image: url("../jpg/coach-bar.jpg");
    background-size: cover;
    background-repeat: repeat-x;
    background-position: center center; }
    @media screen and (max-width: 790px) {
      .coach-profile__bar {
        height: 120px; } }
    .coach-profile__bar .container {
      position: relative;
      height: 180px; }
      @media screen and (max-width: 790px) {
        .coach-profile__bar .container {
          height: 120px; } }
      .coach-profile__bar .container .coach-avatar {
        position: absolute;
        left: 45px;
        top: calc(100% - 75px); }
        @media screen and (max-width: 790px) {
          .coach-profile__bar .container .coach-avatar {
            left: 30px; } }
        .coach-profile__bar .container .coach-avatar img {
          border-radius: 100%; }
  .coach-profile__primary {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    padding: 30px;
    background-color: white;
    border-radius: 0px 0px 8px 8px; }
    @media screen and (max-width: 790px) {
      .coach-profile__primary {
        -ms-flex-direction: column;
            flex-direction: column; } }
    .coach-profile__primary .coach-primary__info {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-column-gap: 16px;
         -moz-column-gap: 16px;
              column-gap: 16px;
      row-gap: 10px; }
      .coach-profile__primary .coach-primary__info .coach-primary__language-spoken,
      .coach-profile__primary .coach-primary__info .coach-primary__coaching-hours {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center; }
        .coach-profile__primary .coach-primary__info .coach-primary__language-spoken > img,
        .coach-profile__primary .coach-primary__info .coach-primary__coaching-hours > img {
          margin-right: 4px; }
    .coach-profile__primary .coach-primary__about {
      margin-top: 47.8px; }
      @media screen and (max-width: 790px) {
        .coach-profile__primary .coach-primary__about {
          margin-top: 70px; } }
      .coach-profile__primary .coach-primary__about > div {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        margin-bottom: 10px; }
        .coach-profile__primary .coach-primary__about > div h1 {
          margin: 0;
          font-size: 24px;
          line-height: 30px;
          font-weight: 600;
          color: black; }
        .coach-profile__primary .coach-primary__about > div .stars {
          margin-left: 15px;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          height: 16px; }
          .coach-profile__primary .coach-primary__about > div .stars .star {
            -webkit-transform: scale(0);
                -ms-transform: scale(0);
                    transform: scale(0);
            opacity: 0; }
            .coach-profile__primary .coach-primary__about > div .stars .star:not(:last-child) {
              margin-right: 2px; }
          .coach-profile__primary .coach-primary__about > div .stars.visible .star:first-child {
            -webkit-animation: bounce .3s ease-in-out 0s forwards;
                    animation: bounce .3s ease-in-out 0s forwards; }
          .coach-profile__primary .coach-primary__about > div .stars.visible .star:nth-child(2) {
            -webkit-animation: bounce .3s ease-in-out .1s forwards;
                    animation: bounce .3s ease-in-out .1s forwards; }
          .coach-profile__primary .coach-primary__about > div .stars.visible .star:nth-child(3) {
            -webkit-animation: bounce .3s ease-in-out .2s forwards;
                    animation: bounce .3s ease-in-out .2s forwards; }
          .coach-profile__primary .coach-primary__about > div .stars.visible .star:nth-child(4) {
            -webkit-animation: bounce .3s ease-in-out .3s forwards;
                    animation: bounce .3s ease-in-out .3s forwards; }
          .coach-profile__primary .coach-primary__about > div .stars.visible .star:nth-child(5) {
            -webkit-animation: bounce .3s ease-in-out .4s forwards;
                    animation: bounce .3s ease-in-out .4s forwards; }

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0; }
  80% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 1; }
  90%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }

@keyframes bounce {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0; }
  80% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 1; }
  90%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }
      .coach-profile__primary .coach-primary__about h3 {
        margin: 0;
        font-size: 16px;
        line-height: 25.6px;
        color: black; }
        @media screen and (max-width: 790px) {
          .coach-profile__primary .coach-primary__about h3 {
            font-size: 14px; } }
      .coach-profile__primary .coach-primary__about h4 {
        margin: 0;
        margin-top: 10px;
        font-size: 14px;
        line-height: 22.4px;
        color: #7D7D7D; }
    .coach-profile__primary .coach-primary__ctas {
      -ms-flex-item-align: end;
          align-self: flex-end; }
      @media screen and (max-width: 790px) {
        .coach-profile__primary .coach-primary__ctas {
          margin-top: 30px;
          -ms-flex-item-align: initial;
              align-self: initial; } }
      .coach-profile__primary .coach-primary__ctas .coach-share {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center; }
        .coach-profile__primary .coach-primary__ctas .coach-share a {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center; }
          @media screen and (max-width: 790px) {
            .coach-profile__primary .coach-primary__ctas .coach-share a {
              -ms-flex-direction: column;
                  flex-direction: column; } }
          .coach-profile__primary .coach-primary__ctas .coach-share a:not(:last-child) {
            margin-right: 30px; }
          .coach-profile__primary .coach-primary__ctas .coach-share a img {
            width: 18px;
            height: auto; }
          .coach-profile__primary .coach-primary__ctas .coach-share a span {
            margin-left: 15px;
            font-size: 14px;
            line-height: 22.4px;
            color: black;
            text-decoration: underline; }
            @media screen and (max-width: 790px) {
              .coach-profile__primary .coach-primary__ctas .coach-share a span {
                margin-left: 0;
                margin-top: 15px; } }
    .coach-profile__primary .coach-primary__button {
      display: none; }
      @media screen and (max-width: 790px) {
        .coach-profile__primary .coach-primary__button {
          margin-top: 30px;
          background-color: #EEB94D;
          border-radius: 4px;
          padding: 10px 15px;
          font-size: 14px;
          line-height: 22px;
          font-weight: 700;
          color: #162E57;
          text-align: center;
          width: 100%;
          display: block; } }
  .coach-profile__navigation {
    margin-top: 30px;
    padding: 14px 15px 14px 30px;
    background-color: white;
    border-radius: 8px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center; }
    @media screen and (max-width: 790px) {
      .coach-profile__navigation {
        padding: 25px 30px; } }
    @media screen and (max-width: 560px) {
      .coach-profile__navigation {
        padding: 0; } }
    .coach-profile__navigation .first-navigation {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      @media screen and (max-width: 560px) {
        .coach-profile__navigation .first-navigation {
          position: relative;
          overflow-x: scroll;
          overflow-y: hidden;
          width: 100%;
          -ms-overflow-style: none;
          scrollbar-width: none;
          cursor: -webkit-grab;
          cursor: grab;
          -ms-flex-negative: 0;
              flex-shrink: 0;
          min-width: 0;
          padding: 25px 0;
          -webkit-user-select: none;
             -moz-user-select: none;
              -ms-user-select: none;
                  user-select: none; }
          .coach-profile__navigation .first-navigation::-webkit-scrollbar {
            display: none; }
          .coach-profile__navigation .first-navigation:active {
            cursor: -webkit-grabbing;
            cursor: grabbing; } }
      .coach-profile__navigation .first-navigation span {
        font-size: 16px;
        line-height: 20px;
        position: relative;
        color: #7D7D7D;
        cursor: pointer;
        font-weight: 600;
        display: inline-block;
        -webkit-transition: .2s ease-in-out;
        -o-transition: .2s ease-in-out;
        transition: .2s ease-in-out; }
        @media screen and (max-width: 560px) {
          .coach-profile__navigation .first-navigation span {
            white-space: nowrap;
            -webkit-user-select: none;
               -moz-user-select: none;
                -ms-user-select: none;
                    user-select: none; } }
        .coach-profile__navigation .first-navigation span:not(:first-child) {
          margin-left: 30px; }
        .coach-profile__navigation .first-navigation span.active {
          color: black;
          cursor: default;
          pointer-events: none; }
          .coach-profile__navigation .first-navigation span.active::after {
            content: '';
            position: absolute;
            width: 100%;
            height: 1px;
            top: calc(100% + 24px);
            background-color: #EEB94D;
            left: 0; }
        .coach-profile__navigation .first-navigation span div {
          display: inline-block;
          opacity: 1;
          -webkit-transition: .2s ease-in-out;
          -o-transition: .2s ease-in-out;
          transition: .2s ease-in-out;
          position: absolute;
          left: 50%;
          -webkit-transform: translateX(-50%) translateY(0px);
              -ms-transform: translateX(-50%) translateY(0px);
                  transform: translateX(-50%) translateY(0px); }
        .coach-profile__navigation .first-navigation span img {
          -webkit-transform: translateY(30px);
              -ms-transform: translateY(30px);
                  transform: translateY(30px);
          left: 0;
          opacity: 0;
          -webkit-transition: .2s ease-in-out;
          -o-transition: .2s ease-in-out;
          transition: .2s ease-in-out;
          pointer-events: none;
          visibility: hidden;
          position: absolute;
          border-radius: 100%;
          width: 48px;
          height: 48px; }
        .coach-profile__navigation .first-navigation span:first-child {
          width: 65.2px;
          height: 20px;
          min-width: 65.2px; }
          @media screen and (max-width: 560px) {
            .coach-profile__navigation .first-navigation span:first-child {
              margin-left: 30px; } }
      .coach-profile__navigation .first-navigation .empty-space {
        display: none; }
        @media screen and (max-width: 560px) {
          .coach-profile__navigation .first-navigation .empty-space {
            width: 30px;
            height: 1px;
            display: inline-block;
            min-width: 30px; } }
    .coach-profile__navigation .second-navigation {
      background-color: #EEB94D;
      border-radius: 4px;
      padding: 10px 15px;
      font-size: 14px;
      line-height: 22px;
      font-weight: 700;
      color: #162E57;
      text-align: center;
      min-width: 180px;
      height: 42px; }
      @media screen and (max-width: 790px) {
        .coach-profile__navigation .second-navigation {
          display: none; } }
    .coach-profile__navigation.sticky {
      position: fixed;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 1140px;
      top: 0;
      margin-top: 0;
      z-index: 1000;
      padding: 11px 15px 11px 30px; }
      @media screen and (max-width: 790px) {
        .coach-profile__navigation.sticky {
          padding: 11px 30px; } }
      @media screen and (max-width: 560px) {
        .coach-profile__navigation.sticky {
          padding: 0; } }
      @media screen and (max-width: 560px) {
        .coach-profile__navigation.sticky .first-navigation {
          padding: 11px 0; } }
      .coach-profile__navigation.sticky .first-navigation span div {
        -webkit-transform: translateX(-50%) translateY(-30px);
            -ms-transform: translateX(-50%) translateY(-30px);
                transform: translateX(-50%) translateY(-30px);
        opacity: 0; }
      .coach-profile__navigation.sticky .first-navigation span img {
        -webkit-transform: translateY(0px);
            -ms-transform: translateY(0px);
                transform: translateY(0px);
        opacity: 1;
        pointer-events: all;
        visibility: visible; }
      .coach-profile__navigation.sticky .first-navigation span:first-child {
        width: 48px;
        height: 48px;
        min-width: 48px; }
        .coach-profile__navigation.sticky .first-navigation span:first-child.active::after {
          top: calc(100% + 10px); }
        .coach-profile__navigation.sticky .first-navigation span:first-child.av-hidden img {
          -webkit-transform: translateY(-30px);
              -ms-transform: translateY(-30px);
                  transform: translateY(-30px);
          opacity: 0; }
        .coach-profile__navigation.sticky .first-navigation span:first-child.av-hidden::after {
          opacity: 0; }
      @media screen and (max-width: 1199px) {
        .coach-profile__navigation.sticky {
          width: calc(100% - 30px); } }
      @media screen and (max-width: 790px) {
        .coach-profile__navigation.sticky {
          width: 100%; } }
  .coach-profile__content {
    margin-top: 30px;
    display: grid;
    grid-column-gap: 30px;
    grid-template-columns: minmax(0, 68fr) minmax(0, 43fr);
    grid-template-rows: auto; }
    .coach-profile__content.sticky {
      margin-top: 130px; }
    @media screen and (max-width: 790px) {
      .coach-profile__content {
        grid-column-gap: initial;
        grid-template-columns: minmax(0, 1fr); } }
    .coach-profile__content .coach-content__left {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      grid-column: 1 / 2;
      grid-row: 1 / 2; }
      @media screen and (max-width: 790px) {
        .coach-profile__content .coach-content__left {
          grid-row: 2 / 3; } }
      .coach-profile__content .coach-content__left .coach-about {
        padding: 30px;
        border-radius: 8px;
        background-color: white; }
        @media screen and (max-width: 790px) {
          .coach-profile__content .coach-content__left .coach-about {
            margin-top: 30px; } }
        .coach-profile__content .coach-content__left .coach-about .coach-heading img {
          width: 16px; }
        .coach-profile__content .coach-content__left .coach-about > div {
          color: black; }
          .coach-profile__content .coach-content__left .coach-about > div > * {
            color: black; }
            .coach-profile__content .coach-content__left .coach-about > div > *:first-child {
              margin-top: 0; }
            .coach-profile__content .coach-content__left .coach-about > div > *:last-child {
              margin-bottom: 0; }
          .coach-profile__content .coach-content__left .coach-about > div h2 {
            margin-bottom: 20px; }
          .coach-profile__content .coach-content__left .coach-about > div h2 + br {
            display: none; }
          .coach-profile__content .coach-content__left .coach-about > div .iframe-container {
            overflow: hidden;
            padding-top: 56.25%;
            position: relative;
            margin-top: 20px; }
            .coach-profile__content .coach-content__left .coach-about > div .iframe-container iframe {
              border: 0;
              height: 100%;
              left: 0;
              position: absolute;
              top: 0;
              width: 100%; }
      .coach-profile__content .coach-content__left .coach-credentials {
        padding: 30px;
        border-radius: 8px;
        background-color: white;
        margin-top: 30px; }
        .coach-profile__content .coach-content__left .coach-credentials .coach-heading img {
          width: 16px; }
        .coach-profile__content .coach-content__left .coach-credentials > div strong {
          font-size: 14px;
          line-height: 22.4px;
          color: black;
          font-weight: 600;
          margin: 0;
          margin-bottom: 15px;
          display: block; }
        .coach-profile__content .coach-content__left .coach-credentials > div p {
          font-size: 14px;
          line-height: 22.4px;
          color: black;
          margin: 0; }
          .coach-profile__content .coach-content__left .coach-credentials > div p span {
            display: block;
            margin: 0; }
            .coach-profile__content .coach-content__left .coach-credentials > div p span:not(:last-child) {
              margin-bottom: 15px; }
          .coach-profile__content .coach-content__left .coach-credentials > div p:not(:last-child) {
            margin-bottom: 15px; }
          .coach-profile__content .coach-content__left .coach-credentials > div p + strong {
            margin-top: 30px; }
      .coach-profile__content .coach-content__left .coach-reviews {
        padding: 30px;
        border-radius: 8px;
        background-color: white;
        margin-top: 30px; }
        .coach-profile__content .coach-content__left .coach-reviews .coach-heading-wrapper {
          margin-bottom: 30px;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: justify;
              justify-content: space-between; }
          .coach-profile__content .coach-content__left .coach-reviews .coach-heading-wrapper .coach-heading {
            margin-bottom: 0; }
            .coach-profile__content .coach-content__left .coach-reviews .coach-heading-wrapper .coach-heading img {
              width: 17px; }
          .coach-profile__content .coach-content__left .coach-reviews .coach-heading-wrapper > span {
            color: #009999;
            text-decoration: underline;
            font-size: 14px;
            line-height: 17.6px;
            cursor: pointer; }
        .coach-profile__content .coach-content__left .coach-reviews > div .coach-review {
          display: -ms-flexbox;
          display: flex; }
          @media screen and (max-width: 560px) {
            .coach-profile__content .coach-content__left .coach-reviews > div .coach-review {
              -ms-flex-direction: column;
                  flex-direction: column;
              -ms-flex-align: start;
                  align-items: flex-start; } }
          .coach-profile__content .coach-content__left .coach-reviews > div .coach-review:not(:last-child) {
            margin-bottom: 30px; }
          .coach-profile__content .coach-content__left .coach-reviews > div .coach-review__left {
            width: 105px;
            margin-right: 30px; }
            @media screen and (max-width: 560px) {
              .coach-profile__content .coach-content__left .coach-reviews > div .coach-review__left {
                width: 100%;
                margin-right: 0;
                margin-bottom: 10px; } }
            .coach-profile__content .coach-content__left .coach-reviews > div .coach-review__left .stars {
              display: -ms-flexbox;
              display: flex;
              -ms-flex-align: center;
                  align-items: center;
              height: 16px; }
              .coach-profile__content .coach-content__left .coach-reviews > div .coach-review__left .stars .star {
                display: block; }
                .coach-profile__content .coach-content__left .coach-reviews > div .coach-review__left .stars .star:not(:last-child) {
                  margin-right: 2px; }
          .coach-profile__content .coach-content__left .coach-reviews > div .coach-review__right {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
                flex-direction: column;
            -ms-flex-align: start;
                align-items: flex-start; }
            .coach-profile__content .coach-content__left .coach-reviews > div .coach-review__right > p {
              color: black;
              margin: 0; }
            .coach-profile__content .coach-content__left .coach-reviews > div .coach-review__right p + a {
              margin: 0;
              margin-top: 5px;
              color: #009999;
              text-decoration: underline;
              font-size: 14px;
              line-height: 22.4px; }
            .coach-profile__content .coach-content__left .coach-reviews > div .coach-review__right .date {
              color: #7D7D7D;
              font-size: 12px;
              line-height: 15px;
              margin-top: 15px; }
            .coach-profile__content .coach-content__left .coach-reviews > div .coach-review__right .review-text {
              -webkit-transition: height 100ms;
              -o-transition: height 100ms;
              transition: height 100ms;
              overflow: hidden; }
          .coach-profile__content .coach-content__left .coach-reviews > div .coach-review--hidden {
            display: none; }
        .coach-profile__content .coach-content__left .coach-reviews > div .js-more-reviews__wrapper {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: center;
              justify-content: center;
          border-top: 1px solid #C4C4C4;
          padding-top: 15px;
          margin-top: 30px; }
          .coach-profile__content .coach-content__left .coach-reviews > div .js-more-reviews__wrapper.hide {
            display: none; }
          .coach-profile__content .coach-content__left .coach-reviews > div .js-more-reviews__wrapper .js-more-reviews {
            font-size: 14px;
            line-height: 22px;
            text-align: center;
            color: #009999;
            text-decoration: underline;
            display: inline-block; }
      .coach-profile__content .coach-content__left .coach-blogs, .coach-profile__content .coach-content__left .coach-events {
        padding: 30px;
        border-radius: 8px;
        background-color: white;
        margin-top: 30px; }
        .coach-profile__content .coach-content__left .coach-blogs .coach-heading img, .coach-profile__content .coach-content__left .coach-events .coach-heading img {
          width: 17px; }
        .coach-profile__content .coach-content__left .coach-blogs > div .coach-article, .coach-profile__content .coach-content__left .coach-events > div .coach-article {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: start;
              align-items: flex-start;
          -ms-flex-pack: justify;
              justify-content: space-between; }
          @media screen and (max-width: 560px) {
            .coach-profile__content .coach-content__left .coach-blogs > div .coach-article, .coach-profile__content .coach-content__left .coach-events > div .coach-article {
              -ms-flex-direction: column;
                  flex-direction: column;
              -ms-flex-pack: initial;
                  justify-content: initial; } }
          .coach-profile__content .coach-content__left .coach-blogs > div .coach-article:not(:last-child), .coach-profile__content .coach-content__left .coach-events > div .coach-article:not(:last-child) {
            margin-bottom: 30px; }
          .coach-profile__content .coach-content__left .coach-blogs > div .coach-article__left, .coach-profile__content .coach-content__left .coach-events > div .coach-article__left {
            max-width: calc(100% - 93px); }
            @media screen and (max-width: 560px) {
              .coach-profile__content .coach-content__left .coach-blogs > div .coach-article__left, .coach-profile__content .coach-content__left .coach-events > div .coach-article__left {
                max-width: 100%; } }
            .coach-profile__content .coach-content__left .coach-blogs > div .coach-article__left p, .coach-profile__content .coach-content__left .coach-events > div .coach-article__left p {
              font-size: 14px;
              line-height: 22.4px;
              color: black;
              margin: 0;
              margin-bottom: 5px; }
            .coach-profile__content .coach-content__left .coach-blogs > div .coach-article__left span, .coach-profile__content .coach-content__left .coach-events > div .coach-article__left span {
              font-style: italic;
              font-size: 12px;
              line-height: 15px;
              color: #7D7D7D; }
          @media screen and (max-width: 560px) {
            .coach-profile__content .coach-content__left .coach-blogs > div .coach-article__right, .coach-profile__content .coach-content__left .coach-events > div .coach-article__right {
              margin-top: 15px; } }
          .coach-profile__content .coach-content__left .coach-blogs > div .coach-article__right a, .coach-profile__content .coach-content__left .coach-events > div .coach-article__right a {
            font-size: 14px;
            line-height: 22.4px;
            color: #009999;
            text-decoration: underline; }
      .coach-profile__content .coach-content__left .coach-form {
        display: none; }
        @media screen and (max-width: 790px) {
          .coach-profile__content .coach-content__left .coach-form {
            display: block; } }
    .coach-profile__content .coach-content__right {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      grid-column: 2 / 3;
      grid-row: 1 / 2; }
      .coach-profile__content .coach-content__right.at-bottom {
        -ms-flex-pack: justify;
            justify-content: space-between; }
      @media screen and (max-width: 790px) {
        .coach-profile__content .coach-content__right {
          grid-column: 1 / 2;
          grid-row: 1 / 2; } }
      .coach-profile__content .coach-content__right .coach-experience {
        padding: 30px 30px;
        border-radius: 8px;
        background-color: white; }
        .coach-profile__content .coach-content__right .coach-experience .coach-heading {
          margin-bottom: 0; }
          .coach-profile__content .coach-content__right .coach-experience .coach-heading img {
            width: 21px; }
      .coach-profile__content .coach-content__right .coach-specialist {
        padding: 30px 30px 15px;
        border-radius: 8px;
        background-color: white; }
        .coach-profile__content .coach-content__right .coach-specialist .coach-heading img {
          width: 17px; }
        .coach-profile__content .coach-content__right .coach-specialist > div .specialistAreaText {
          display: inline-block;
          color: black;
          font-size: 14px;
          line-height: 22.4px;
          font-weight: 600;
          text-align: left;
          padding: 6px 12px;
          background-color: #F9F9F9;
          margin-bottom: 15px;
          border-radius: 4px; }
          .coach-profile__content .coach-content__right .coach-specialist > div .specialistAreaText:not(:last-child) {
            margin-right: 15px; }
    .coach-profile__content .coach-heading {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      margin-bottom: 30px; }
      .coach-profile__content .coach-heading img {
        height: auto;
        display: inline-block; }
      .coach-profile__content .coach-heading span {
        margin-left: 15px;
        font-size: 16px;
        line-height: 20px;
        font-weight: 600;
        color: black; }
    .coach-profile__content .coach-form {
      padding: 30px;
      border-radius: 8px;
      background-color: white;
      margin-top: 30px;
      border-top: 1px solid #EEB94D; }
      .coach-profile__content .coach-form.sticky {
        position: fixed;
        top: 70px; }
        @media screen and (max-width: 790px) {
          .coach-profile__content .coach-form.sticky {
            position: static; } }
      .coach-profile__content .coach-form.at-bottom {
        position: initial;
        top: initial; }
      .coach-profile__content .coach-form .coach-heading img {
        width: 18px; }
      .coach-profile__content .coach-form > div .wpcf7 form .contactDescrptLabel {
        display: none; }
      .coach-profile__content .coach-form > div .wpcf7 form p {
        margin: 0;
        display: block; }
        .coach-profile__content .coach-form > div .wpcf7 form p:not(:last-child) {
          margin-bottom: 30px; }
        .coach-profile__content .coach-form > div .wpcf7 form p span {
          display: block; }
          .coach-profile__content .coach-form > div .wpcf7 form p span input, .coach-profile__content .coach-form > div .wpcf7 form p span textarea {
            width: 100%;
            padding: 12px;
            margin: 0;
            font-size: 12px;
            line-height: 15px;
            color: black;
            border: 1px solid #C4C4C4; }
            .coach-profile__content .coach-form > div .wpcf7 form p span input::-webkit-input-placeholder, .coach-profile__content .coach-form > div .wpcf7 form p span textarea::-webkit-input-placeholder {
              color: #7D7D7D;
              opacity: 1; }
            .coach-profile__content .coach-form > div .wpcf7 form p span input::-moz-placeholder, .coach-profile__content .coach-form > div .wpcf7 form p span textarea::-moz-placeholder {
              color: #7D7D7D;
              opacity: 1; }
            .coach-profile__content .coach-form > div .wpcf7 form p span input::-ms-input-placeholder, .coach-profile__content .coach-form > div .wpcf7 form p span textarea::-ms-input-placeholder {
              color: #7D7D7D;
              opacity: 1; }
            .coach-profile__content .coach-form > div .wpcf7 form p span input::placeholder, .coach-profile__content .coach-form > div .wpcf7 form p span textarea::placeholder {
              color: #7D7D7D;
              opacity: 1; }
          .coach-profile__content .coach-form > div .wpcf7 form p span textarea {
            resize: none; }
        .coach-profile__content .coach-form > div .wpcf7 form p input[type="submit"] {
          background-color: transparent;
          border: 1px solid #EEB94D;
          border-radius: 4px;
          padding: 10px 15px;
          font-size: 14px;
          line-height: 22px;
          font-weight: 700;
          color: #162E57;
          text-align: center;
          min-width: 180px;
          display: inline-block;
          float: none;
          height: initial;
          margin: 0 !important; }
          .coach-profile__content .coach-form > div .wpcf7 form p input[type="submit"]:hover {
            text-decoration: underline; }
        .coach-profile__content .coach-form > div .wpcf7 form p .wpcf7-spinner {
          display: inline-block; }
        .coach-profile__content .coach-form > div .wpcf7 form p.coach-button {
          margin: 0; }
  @media screen and (max-width: 1199px) {
    .coach-profile .container {
      width: 100%; } }
  @media screen and (max-width: 790px) {
    .coach-profile .container {
      padding: 0; } }

body.author .wpcf7-form.submitting .coach-button input.wpcf7-submit {
  pointer-events: none; }

@media screen and (max-width: 767px) {
  body.author .ui-dialog .container .reviewInfo #add_new_review_form > .row > .col-xs-12 {
    float: initial; } }
