/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

.grey {
  color: #4A4A4A; }

.dark-green {
  color: #00998B; }

.yellow {
  color: #FEDA00; }

.grad-header {
  color: #00998B;
  background: -webkit-linear-gradient(45deg, #00998B 25%, #A0CD48 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

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

h1 {
  font-size: 2.75em;
  margin: 0.25em 0em;
  color: #00a894;
  font-weight: 600;
}

h2 {
  font-size: 1.75em; }

h2, h3 {
  font-weight: 600;
  color: #4A4A4A; }
  h1.white, h2.white, h3.white {
    color: white; }

p.green {
  color: #00998B; }

p.intro {
  font-size: 1.25em; }


ul {
  margin: 0;
  padding-left: 20px; }
 ul li {
    list-style: none;
    position: relative;
    margin-bottom: 5px; }


    ul li:before {
      content: '';
      position: absolute;
      width: 12px;
      height: 12px;
      background-image: url("https://5064420.fs1.hubspotusercontent-na1.net/hubfs/5064420/site-images/ls-bullet.svg");
      background-size: cover;
      left: -20px;
      top: 5px; }


    ul li.hs-blog-social-share-item:before {
      display: none; }

ul.ticks li {
  padding-left: 5px;;
}

ul.ticks li:before {
  background-image: url("https://5064420.fs1.hubspotusercontent-na1.net/hubfs/5064420/site-images/ls-bullet-tick.svg"); }

ul.calendar li:before {
  background-image: url("https://5064420.fs1.hubspotusercontent-na1.net/hubfs/5064420/icons/calendar.svg"); }

ul.checks {
  list-style: none;
  padding: 0;
}
ul.checks li {
  padding-left: 1.3em;
}
ul.checks li:before {
  content: "\f00c"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  background-image: none;
}


ol.content-list {
  margin: 0;
  padding-left: 15px;
  counter-reset: li; }
  ol.content-list li {
    list-style: none;
    position: relative;
    margin-bottom: 1.3rem;
    counter-increment: li;
    padding-left: 15px; }
    ol.content-list li:before {
      content: counter(li);
      position: absolute;
      width: 32px;
      height: 50px;
      left: -20px;
      font-size: 2em;
      color: #A0CD48;
      background: -webkit-linear-gradient(45deg, #00998B 25%, #A0CD48 75%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-weight: 600;
      top: -5px; }

a {
  color: #00998B;}
  a:hover {
    color: currentColor; }

.tag {
  color: #00998B;
  margin: 0; }

.pricing-tiers h2 {
  font-size: 2.25em;
  margin-bottom: 50px; }


.back-to-link {
 color: #feda00 ;
   font-weight: 700;
}

.back-to-link:hover {
 color: #feda00 ;
}


/* Timeline */


.v-timeline-alt {
    padding-top: 24px;
    position: relative;

}

.v-timeline-alt:before {
    bottom: 0;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 2px;
    background: rgba(0, 0, 0, 0.12);
    left: calc(17% - 1px);
    right: initial;
}

.v-timeline {
    padding-top: 24px;
    position: relative;

}

.v-timeline:before {
    bottom: 0;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 2px;
    background: rgba(0, 0, 0, 0.12);
    left: calc(30% - 1px);
    right: initial;
}

.v-timeline-item {
    display: flex;
    padding-bottom: 24px;
}

.v-timeline-item__body {
    position: relative;
    height: 100%;
    flex: 1 1 auto;
    max-width: calc(70% - 48px);
}

.v-timeline-item__divider {
    position: relative;
    min-width: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.v-timeline-item__opposite {
    flex: 1 1 auto;
    align-self: center;
    max-width: calc(30% - 48px);
    text-align: right;
    font-weight: 700;
  font-size:1.5rem;
  color: #00a894;
}

.v-timeline-item__opposite_alt {
    flex: 1 1 auto;
    align-self: center;
    max-width: calc(17% - 48px);
    text-align: right;
    font-weight: 400;
  font-size:1rem;
  color: #00a894;
}

.v-card {
    background-color: #FFFFFF;
    display: block;
    max-width: 100%;
    outline: none;
    text-decoration: none;
    transition-property: box-shadow, opacity;
    overflow-wrap: break-word;
    position: relative;
    white-space: normal;
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    will-change: box-shadow;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
}
.v-card:before {
    transform: rotate(0);
    left: -10px;
    right: initial;
    top: calc(50% - 10px + 2px);
    content: "";
    position: absolute;
    box-sizing:border-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid rgba(0, 0, 0, 0.12);    
    vertical-align: baseline;
    text-decoration-line: none;
    text-decoration-style: solid;
}

.v-card__text {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.375rem;
    letter-spacing: 0.0071428571em;
    padding: 3px 16px 10px 16px;
}

.v-timeline-item__dot .v-timeline-item__inner-dot {
    height: 30px;
    margin: 4px;
    width: 30px;
}

.v-timeline-item__dot {
    z-index: 2;
    border-radius: 50%;
    box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
    height: 38px;
    left: calc(50% - 19px);
    width: 38px;
    background: #FFFFFF;
}

.v-timeline-item__inner-dot {
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
      background-color: #00a894;
  transform: translateY(-24px);
}

.v-card__title {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.0125em;
    line-height: 2rem;
    padding: 5px 16px 0 16px;
    color: #00a894;
}

.v-card__title_alt {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 0.0125em;
    line-height: 2rem;
    padding: 5px 16px 0 16px;
    color: #00a894;
}

.locator {
    color: rgba(0, 0, 0, 0.5);
    font-size: 0.75rem;
    padding-top: 7px
}



/* LS items */

.cc-order-head {
  font-size: 2rem;
  font-weight: 700;
}

p.cc-subtitle {
  font-size: 1.4rem;
}

.cc-price {
  font-weight: 700;
  font-size:1.3rem;
}

.cc-circle {
  background-color: #e4e4e4;
  border-radius: 50%;
  width: 128px;
  height: 128px;
  padding-left: 7px;
  padding-top: 25px;
}

.cc-icon {
  width: 35px;
  height: 35px;
  margin-right: 10px;

}

.cc-inclusions {
 font-size: 1.1rem;
  font-weight: 600;
}

.cc-callout {
  background-color: white;
  border-radius: 25px;
}

.cc-callout h3 {
  color: #00a894;
  font-size: 1.3rem;
  padding: 25px 20px;
}

p.cc-target {
 color:  #feda00 !important;
 margin-top: 0px;
  font-size: 2.5rem;
}

.comp-head {
  font-size: 2rem;
  color: #00a894;
}

p.sub-head {
  font-size: 1.6rem;
  
}

p.feature-tag {
 font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: 0.5rem; 
}

h5.comp-sub-head {
  font-weight: 700;
}

h5.comp-highlight {
  font-size: 1.4rem;
  font-weight: 700;
}  

img.card-img-cc {
    height: 75px;
    width: 75px;
}

img.card-img-cc-sml {
    height: 75px;
    width: 75px;
}

.exp-number {
 font-size: 4rem;
  font-weight: 700;
  color: #00A894;
  margin-bottom: -20px;
}

.exp-number span {
 font-size: 2.5rem;
  font-weight: 400;
}

p.quote {
  font-size: 0.9rem;
    text-align: justify;
  text-justify: inter-word;
}

img.testimonial-logo {
  margin-bottom: 2rem;
  max-height: 5rem;
}
img.testimonial-author {
  border-radius: 50%;
  max-height: 4rem;
  margin-bottom: 1rem;
}

p.testimonial-author {
  font-size: 0.9rem;
  font-weight: 600;
  margin: 0;
}

p.testimonial-pos {
  font-size: 0.8rem;
    margin: 0;
}

.testimonial-container {
  display: relative;
}

.testimonial-footer {
  background: none !important;
  border-top: none !important;
  padding-top: nont !important;
}


.green-bg {
 background-color: #00A894; 
  background-image: none !important;
  color: white;
}


.hl-container {
  padding: 25px;
}

h3.hl-header {
 margin-top: 1.75rem;
  font-weight: 700;
    font-size: 1.25rem; 
}

.clients .slick-arrow {
  background: none;
}

.coach-images-home img {
  width:100%;
  height: auto;
  border-radius: 50%
}


.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.social-links {
  font-size: 1.25rem; 
  margin-bottom: 10px;
	margin-top: 10px;
  color: white;
}

.social-links a {
 margin-right: 5px; 
}

.package-card {
 padding: 1.75rem 1.25rem 
}

.testimonial-right {
      background: white;
    text-align: center;
    border-radius: 30px;
    padding: 15px; 
    margin: auto 0;
}


.testimonial-quote {
  margin: auto 0;
 font-size: 1.25rem;
  color: white;
}

p.testimonial-name {
  color: #00a894 !important;
  margin-top: 10px;
  margin-bottom: 5px;
}

p.testimonial-position {
  color: #00a894 !important;
  font-size: .75rem;
  margin-bottom: 0;
}


.prof-card {
  border-radius: 100px;
    padding: 14px 14px;
    background: #00a894;
    font-weight: 700;
    box-shadow: 0 0px 0px 0 rgba(0,153,139,0);
    display: inline-block;
    text-align: left;
    margin: 0 auto;
}

.highlight-science {
 font-weight:400;
  margin-bottom: 15px;
    font-size: 1rem;
}

.highlight-science:last-child {
  margin-bottom: 0;
}

.science-highlight {
 margin: auto 0; 
}

.prof-inner {
 margin: auto 0; 
}

.prof-title {
  color: white;

}

.prof-name {
    color: white;
  font-size: 1.5rem;
}

.prof-qual {
font-size: .85rem;
    font-weight: 400;
    color: white;
}

h2.home-subhead {
  text-align: center !important;
  margin-bottom: 3rem !important;
      font-weight: 700;
    font-size: 2rem;
    color: #00A894;
}

h2.home-subhead-alt {
  text-align: center !important;
  margin-bottom: 1rem !important;
      font-weight: 700;
    font-size: 2rem;
    color: #00A894;
}

.higlight-container {
  overflow: hidden;
}

img.highlight {
  opacity: 1 !important;
  width:120%;
  margin-left: 25px;
}

.clients ul.slick-dots {
  display: none !important;
}

/* .clients img {
  max-width: 100% !important;
  width:100% !important;
  height: auto !important;
} */

.clients {
  padding-bottom: 0px !important;
  margin-top: 50px;
}

.hs-form-booleancheckbox:before {
    background-image: none !important;
}

.legal-consent-container .hs-form-booleancheckbox-display span {
    display: inline-block !important;
    margin-left: 0px !important;
}

.inputs-list {
    padding-left: 10px !important;
}

form input[type="checkbox"] {
    margin-bottom: 0;
    margin-top: 3px;
    padding-bottom: 0;
    width: 30px !important;
    float: left; !important;
    text-align: left;
    margin-left: 0 !important;
    padding-left: 0 !important;
}

li.hs-form-checkbox:before {
 background: none !important; 
}

.hs-fieldtype-checkbox label {
 margin-bottom: .75rem !important; 
}

.home-dashboard img {
 max-width: 95%;
}

.mini-nav a:hover,
.feature-panel a:hover {
  border: 0 !important;
  text-decoration: none !important;
  font-weight: 700;
  color: #00a894;
}

.pricing .card-footer {
    padding: 0 1.75rem 1.5rem;
    background: none;
    border-top: 0;
}

.mini-nav img.inactive {
  display: none;
}

.solution-panel .blockquote,
.solution-panel .blockquote-footer
{
  margin-bottom: 0;
}

.solution-panel .blockquote-footer
{
  color: #00a894;
}

.testimonial-coach .card {
  margin-right: 2rem; 
}

.mini-nav {
  margin-top: 2rem; 
  text-align: center;
}  


.feature-panel img {
  margin-bottom: 1rem; 
}


.how-it-wrks-link {
  font-size: 1.5rem ;
  margin-bottom: .5rem;
  font-family: inherit;
  font-weight: 600;
  line-height: 1.2 ;
  color: #00a894 ;
}

.suitable-for {
  color: #00a894;
  font-weight:  600;
}

.highlight-coaching {
  font-weight:  600; 
}

.faq h4 {
  margin-top: 1rem;
}

.faq p {
  margin-bottom: 2rem;
}

section.development-solutions {
  text-align: center;
}

.development-solutions h2,
.our-solution h2,
.faq h2 {
  font-size: 2em;
  margin-bottom: 2rem;
}

.development-solutions h4 {
    margin-top: 1rem;
}


.development-solutions img {
  opacity: 0.6; 
}

h2.dashboard-title {
  text-align: left !important;
  margin-bottom: 20px !important;
  margin-top: 0px !important;  
}

h4.solution-sub-head {
  font-size: 1.25rem;
}

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

.dashboard-screen img {
  max-width: 100% ;
  height: auto ;
}

.product-solutions img.sec {
  opacity: 0.6;
  padding-bottom: 8px;
}

.product-solutions p.sec {
    font-weight: 600;
    font-size: 1.5rem;
    color: #00a894;
}

/*
.product-solutions .enquire-btn {
    margin-top: 1rem;
}
*/

ul.normal {
   list-style-type: disc !important; 
   list-style-position: inside !important; 
}

ul.normal li {
  list-style: disc !important;
}

ul.normal li:before {
  background-image: none !important;
}
/*
.product-solutions h3 {
  font-size: 2rem;
  color: #6d7d99;
  margin-bottom: 1rem;
}

.product-solutions h2 {
  font-size: 1.5rem !important;
  font-weight: 600 !important;
}
*/
.cred-head {
  font-weight: 600;
  font-size:  1.1rem
}

.testimonial {
  font-size:1rem !important;
}

.client-logos {
  margin-top: 2rem;
}

.client-logos img {
  max-width: 100%;
  max-height: 100%;
  
}

.product-panel {
 background-color: #00A894;
}

.social-proof h2 {
  font-size: 2rem;
  
}

.social-proof h3 {
  color: #00a894;
  font-size: 1.5rem;
  font-weight: 600;  
  margin-top: 0.75rem;
}

.sp-content {
  margin-top: 1.5rem;
}

.feature-panel h3 {
  color: #00a894;
  font-size: 1.5rem;
}

.feature-panel h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
}

.feature-panel img {
  opacity:  0.6;
}

.solution-panel .icon img {
  opacity: 0.6;
}

.solution-panel h2 {
  font-size:  1.8rem;
  color:#00a894;
}

.product-panel h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
  color: white;
}

.grey-image-bg {
  background-color: #eef2f4;
}

.ws-detail ul {
  padding-left: 40px;
}

.ws-detail ul li {
  padding-left: 7px;
}

.ws-detail h5 {
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}

.ws-detail .card {
  margin-top: 1rem;
}

.workshop-tiles .card {
  margin-bottom: 1.5rem;

}

.workshop-tiles .card-body {
  padding: 1rem;
}


@media (min-width: 992px) and (max-width: 1199px) {
  .workshop-tiles .card {
      min-height: 295px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .mob-menu-btn {
      top: -12px;
  }
}

@media (max-width: 992px) {
  .development-solutions img {
    margin-top: 3rem;
  }
  .indv-icon img {
    margin-top: -2.5rem;
  }  

  .image-block img {
    margin-top: 2rem;
  }
  
}

@media (min-width: 1200px) {
  .workshop-tiles .card {
      min-height: 250px;
  }
}

.workshop-tiles .card p {
  margin-bottom: 0;
}

.workshop-tiles .card-header {
  font-size: 1.15rem;
  font-weight: 600;
  padding: .55rem .75rem;
}

.workshop-tiles .card-footer {
  background-color: #FFF;
}

.ws-detail h1 {
  color: #00A894;
}

.ws-detail h2 {
  margin-top: 1.5rem;
  margin-bottom:  0.75rem;
}

/* Success stories */

.success-post-header, .success-listing-header {
  background-color: rgba(109, 125, 153, 0.1); }
  .success-post-header h1, .success-listing-header h1 {
    color: #4A4A4A;
    font-size: 2.5em;
    display: block;
    text-align: center;
    padding-bottom: 10px; }
  .success-post-header .tag, .success-listing-header .tag {
    font-weight: 600;
    margin-top: 200px;
    text-align: center; }

.success-listing-header p.intro {
  margin-bottom: 70px;
  text-align: center; }

.success-post-header h1 {
  margin-bottom: 180px; }


.success-story-tiles .card {
  border-radius: 2%;
  margin-bottom: 1.5rem;
  transition: all 0.2s;
  box-shadow: 0 0.5rem 1rem -0.5rem rgba(0, 0, 0, 0.1);
}

@media (min-width: 992px) {
  .success-story-tiles .card:hover {
    box-shadow: 0 0.5rem 1rem -0.4rem rgba(0, 0, 0, 0.3);
    border: 1px solid #00a894 !important;
  }
}

.success-story-tiles .card-body {
  padding: 1rem;
}


@media (min-width: 992px) and (max-width: 1199px) {
  .success-story-tiles .card {
      min-height: 295px;
  }
}


@media (min-width: 1200px) {
  .success-story-tiles .card {
      min-height: 250px;
  }
}

.success-story-tiles .card p {
  margin-bottom: 0;
}

.success-story-tiles .card-header {
  font-size: 1.15rem;
  font-weight: 600;
  padding: .55rem .75rem;
}

.success-story-tiles .card-footer {
  background-color: #FFF;
}

.success-image-item {
  max-width: 100%;
}

.success-name h4 {
  font-weight: bold !important;
  color: #444444;
  text-align: center;
  padding-bottom: 5px !important;
  margin-bottom: 0 !important;
}

.success-job-title {
  font-size: 0.8rem;
  color: #444444;
  text-align: center;
  padding-bottom: 10px;
}

.success-quote {
  font-weight: normal;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.2;
  padding: 10px;
  color: #00a894;
}

.show-button-on-mobile {
  display: none;
}

@media (max-width: 992px) {
  .show-button-on-mobile {
  display: block; 
  margin: 15px 0;  
  }
}

.read-more-btn {
  display: block;
  width: 140px !important;
  border-radius: 20px;
  padding: 10px 30px;
  background: #00a894;
  color: white !important;
  font-weight: 700;
  box-shadow: 0 0px 0px 0 rgba(0, 153, 139, 0);
  text-align: center;
  margin: 0 auto;
  -webkit-transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55), box-shadow 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55), box-shadow 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55); 
}
  .read-more-btn:hover {
    text-decoration: none;
    color: #4A4A4A;
    transform: scale(1.1);
    box-shadow: 0 5px 15px 0 rgba(0, 153, 139, 0.25); 
}


#no-hover {
  text-decoration: none !important;
}

.success-profile-image {
  display: block;
  border-radius: 50%;
  margin: 10px auto;
  max-width: 100%;
  width: 5rem;
  height: auto;
}

@media screen and (max-width: 768px) {
  .success-quote {
    font-size: 1rem; }
  .success-story-profile.container {
    padding: 0 15px !important; }
}  

.padded-section-success-post {
  margin: 20px 0 30px 0; }

.padded-section-coach-comment {
  margin: 20px 0 50px 0; }

.participant-avitar-image {
  display: block;
  border-radius: 50%;
  margin-bottom: 25px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  width: 150px;
  height: 150px;
}

.participant-name h3 {
  text-align: center;
  margin: 0 ;
}

.participant-job-title {
  text-align: center;
  margin-bottom: 20px;
}

.success-story-question-text h5 {
  font-weight: bold;
  padding-top: 10px;
}

.dark-text {
   color: #4a4a4a !important;
}

.word-from-coach-box {
  padding: 15px;
}

.coach-comment {
  margin-top: 3rem;
  padding: 20px 10px !important;
  background: white;
}

.coach-comment-title {
  text-align: center;
  padding-bottom:10px;
}

.coach-comment-title h3 {
  padding-top: 10px 0;
}


.coach-image-small {
  display: block;
  border-radius: 50%;
  margin: 0 auto;
  max-width: 100%;
  width: 4.5rem;
  height: auto;
}


.image-min-width {
  min-width: 85px;
}

.coach-name {
  font-weight: bold;
  font-size: 1.2rem;
}

.coach-comment-text {
  color: #444444;
  font-style: italic;
} 

@media screen and (max-width: 768px) {
  .coach-name, .coach-comment {
    text-align: center; }
  .coach-name, .image-item {
    padding-top: 10px; }
  .coach-name {
    padding-bottom: 10px;  }
}

@media screen and (min-width: 769px) {
  .no-padding-right {
    padding-right: 0 !important}
  .coach-comment-text {
    padding-right: 3rem !important}
}


h2.subheading {
 margin-bottom: 2rem;
}

.coach {
  margin-top: 1rem;
}

/* Coach profiles */
.coach-avitar-image {
  display: block;
  border-radius: 50%;
  margin-bottom: 25px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  width: 150px;
  height: auto;
}

.green-text {
  color: #00a894 !important;
}

.align-left {
  text-align: left !important;
}

.coach-listing-header {
  padding-bottom: 40px;
  margin-bottom: 30px;
}

.coach-post-block {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  padding-bottom: 70px; }
  .coach-post-block .coach-post {
    flex: 1 1 200px;
    max-width: 300px;
    background-color: white;
    border-radius: 5px;
    margin: 20px;
    overflow: hidden;
    background-color: white;
/*    box-shadow: 0 5px 10px rgba(74, 74, 74, 0.1); */
    position: relative;
    top: 0;
    left: 0;
    transition: top 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55), box-shadow 800ms; }
    .coach-post-block .coach-post:hover {
/*      box-shadow: 0 3px 10px rgba(0, 153, 139, 0.20); */
      left: 0; }

.coach-overview {
  margin: 0 0 15px 0;
}

.coach-filter-box {
  max-width: 300px;
  margin-top: 30px;
  margin-bottom: 20px;
/*  border: 1px solid black; */
  padding: 15px;
  border-radius: 10px;
  background-color: white;
  box-shadow: 0 0.5rem 1rem -0.5rem rgba(0, 0, 0, 0.1);
}

.coach-filter-button {
  display: none;
}

@media (max-width: 992px) {
  .coach-filter-box {
    max-width: 100%;
  }
  .coach-filter-button {
  display: block; 
  }
}

.filter-heading-main {
  border-bottom: 2px solid #e8e8e8;
  padding-bottom: 5px;
  text-align: left;
  font-weight: bold;
}

p.filter-subheading {
  padding-bottom: 0px;
  margin-bottom: 0px;
}


.filter-option-set {
  padding-top: 15px;
  padding-bottom: 15px;

}

.filter-option-set h5, h6 {
  font-weight: bold;
}

.filter-heading p {
  margin: 0px !important;
  padding-bottom: 5px !important;
  font-weight: bold !important;
}

.filter-option-subset {
  padding-top: 0px;
  padding-bottom: 10px;
}

.filter-option-subset.show-all {
  padding-top: 10px;
  padding-bottom: 0px;
}

.filter-option-subset select {
  width: 100% !important;
}

.filter-submit {
  padding-top: 15px;
  text-align: center;
}

.coach-filter-box input[type="checkbox"] {
  margin-top: 5px !important;
  width: 30px !important;
}

.coach-profile-details {
  margin-bottom: 50px;
  padding-left: 10px;
  padding-right: 10px;
}


.success-widget {
  height: 100%;
}

.success-widget h6 {
  text-align: center;
  padding-top: 20px;
}

@media (max-width: 992px) {
  .success-widget {
  margin-top: 30px;  
  }
}

.success-widget-block {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  padding-bottom: 10px; }
.success-widget-post {
    flex: 1 1 200px;
    max-width: 200px;
    border-radius: 5px;
    margin: 10px 10px 0 10px;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
}

.coach-post-title a {
  font-size: .9rem;
  line-height: 1.4em;
  display: block;
  margin-bottom: 10px; }

/* End: Coach profiles */

.enquire-btn {
  border-radius: 50px;
  border: none;
  padding: 14px 30px;
  background: #00A894;
  color: #FFF !important;
  font-weight: 700;
  box-shadow: 0 0px 0px 0 rgba(0, 153, 139, 0);
  display: inline-block;
  text-align: left;
  margin: 0 auto;
  -webkit-transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55), box-shadow 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55), box-shadow 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .enquire-btn:hover {
    text-decoration: none;
    color: #FFF;
    transform: scale(1.1);
    box-shadow: 0 5px 15px 0 rgba(0, 153, 139, 0.25); }
  .enquire-btn:focus {
  outline: none;;}
.left-btn {
    text-align: left;
    width: 160px;
    margin-left: 15px;
    margin-top: 10px;
}

.right-btn {
    text-align: left;
    width:  150px;
    margin-left: 15px;
    margin-top: 10px;
}




.pricing .card {
  border-radius: 1rem;
  transition: all 0.2s;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.pricing-subhead {
  margin-bottom: 2rem;
}

.pricing h4 {
    margin-bottom: 0;
    font-weight: 600;
  margin-top: 0.3rem;
}

.pricing  .card-header {
  border-radius: 1rem 1rem 0 0 !important;
}

h5.pricing-group {
    margin-bottom: 1rem;
    margin-top: 1.75rem;
    font-weight: 600;
    border-bottom: 1px solid #dcdcdc;
    font-size: 1.25rem;
}

.pricing .card-title {
  margin: 0.5rem 0;
}

.pricing .card-price {
  font-size: 3rem;
  margin: 0;
}

.pricing .card-price .period {
  font-size: 0.8rem;
}

.pricing ul li {
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}

.pricing ul {
  padding-left: 28px;
}

.pricing .highlight {
  font-weight: 600;
}

.pricing .text-muted {
  opacity: 0.7;
}

.pricing .subhead {
  margin-bottom: 0.5rem;
  margin-top: 0.7rem;
  color: #00A894;
  font-weight: 600;
}

.pricing .description {
  margin-bottom: 1.5rem;
    min-height: 72px;
}

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

.pricing li.not-included {
  color: rgba(109, 125, 153, 0.3);
}

.pricing li.not-included:before {
  background-image: url("https://5064420.fs1.hubspotusercontent-na1.net/hubfs/5064420/site-images/cross.png")
}

.pricing hr {
 border-style: dashed;
}

.pricing hr.solid {
 border-style: solid;
}

.wrkshop {
  font-size: 1.5rem;
  font-weight: 400;
}

.package .card {
  border-radius: 1rem;
  transition: all 0.2s;
  box-shadow: 0 0.6rem 0.6rem 0 rgba(0,0,0,0.1);
}

.package ul li:before {
  background-image: url("https://5064420.fs1.hubspotusercontent-na1.net/hubfs/5064420/site-images/ls-bullet-tick.svg");
}

.package ul li {
  margin-bottom: .6rem;
  font-size: 1.1rem;
  padding-left: 0.4rem;
}

.package ul {
  padding-left: 28px;
}

.package .card-price {
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 1.2rem;
  padding-left: 5px;
}

.package .card-header {
  font-size: 1.1rem;
  font-weight: 400;
  border-radius: calc(1rem - 1px) calc(1rem - 1px) 0 0;
}

.product-panel h2 {
  text-align: center; 
}

/* Hover Effects on Card */

@media (min-width: 992px) {
  .pricing .card:hover {
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
  }
}



/* END LS */

/*! Menu */
.main-nav {
  margin-left: auto;
 }
  .main-nav ul {
    list-style: none;
    color: white;
    margin-bottom: 0;
  padding-left: 0;}
    .main-nav ul li {
      display: inline-block;
      padding: 0 10px;
			margin-bottom: 0;
      margin-left: 10px;
      cursor: pointer;

font-weight: 700;}
  .main-nav span {
    display: inline-block; }

.main-nav span div > ul > li {
  display: inline-block;
  margin-left: 0;
  padding-left: 0;
  font-size: 1rem;
  list-style: none;
  position: relative; }
  .main-nav span div > ul > li a {
    padding-right: 20px;
    display: block;
    color: #50596a;
    /* text-transform: uppercase; */
    font-size: 1rem;
    text-decoration: none;
    /* letter-spacing: -0.015em; */
    font-weight: 700; }
.main-nav span div > ul > li a::before {
    content: '';
    position: absolute;
    height: 2px;
    border-radius: 2px;
	width: calc(100% - 30px);
    background-color: #00a894;
    bottom: 0;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .3s ease-in-out;
  }
.main-nav span div > ul > li a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}
    .main-nav span div > ul > li a:hover {
      text-decoration: none;
      color: #00a894; }
  .main-nav span div > ul > li:hover ul {
    visibility: visible;
    opacity: 1; }


.main-nav span div li > ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  background-color: white;
  padding: 0 5px;
  transition: visibility 0.5s, opacity 0.5s;
	box-shadow: 0 5px 9px rgba(38,38,38,.2);
  border-radius: 15px;
  z-index: 99; }
  .main-nav span div li > ul li {
    display: block;
    padding: 0;
    margin: 10px 0;
    min-width: 200px; }
    .main-nav span div li > ul li a {
      display: block;
      padding: 10px 25px;
      font-weight: 600;
       }
      .main-nav span div li > ul li a::after {
        background: initial;
        width: auto;
        height: auto; }

      .main-nav span div li > ul li a span {
        color: rgba(74, 74, 74, 0.5);
        min-width: 200px;
        display: block; }
      .main-nav span div li > ul li a:hover {
        color: #00a894 !important; }
.main-nav span div li > ul li a::before {
width: 0px;
    background-color: white;
	
}

.hs-item-has-children {
  margin-right: 20px; }
  .hs-item-has-children:after {
    content: '';
    height: 8px;
    width: 8px;
    transform: rotate(45deg);
    border: 1px solid #6D7D99;
    border-top-color: transparent;
    border-left-color: transparent;
    position: absolute;
    right: 13px;
    top: 6px; }
  .home-start .hs-item-has-children:after {
    border: 1px solid #6D7D99;
    border-top-color: transparent;
    border-left-color: transparent; }

.main-nav ul li::before {
  display: none; }

.main-nav .demo-btn {
  border: 1px solid #4A4A4A;
  margin-left: 30px; }
  .main-nav .demo-btn a {
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #4A4A4A 0%);
    background-position: -200px -200px;
    background-repeat: no-repeat;
    -webkit-transition: background-position 600ms cubic-bezier(0.86, 0, 0.07, 1), color 1s;
    transition: background-position 600ms cubic-bezier(0.86, 0, 0.07, 1), color 1s;
    align-self: flex-start;
    line-height: 1.75em; }
    .main-nav .demo-btn a:hover {
      text-decoration: none;
      color: inherit;
      background-position: 0 0;
      color: white; }
    .main-nav .demo-btn a::after {
      display: none; }

.main-nav-landing {
	margin-left: auto;
}

.footer-menus p {

  font-weight: 700;
  margin-top: 3px;
color: #00a894;  }
  .footer-menus p.copy {
    font-size: 12px; }
  .footer-menus p.privacy-link {
    color: rgba(74, 74, 74, 0.5);
    margin: 0;
    font-size: 12px; }
    .footer-menus p.privacy-link a {
      color: inherit; }

.footer-menus ul li {
  padding-left: 0;
  margin-left: -5px;
  margin-bottom: 0;
font-size: .9rem; }
  .footer-menus ul li::before {
    display: none; }
  .footer-menus ul li a {
    cursor: pointer;
    position: relative;
    transition: left 250ms;
    left: 0;
    color: inherit;
    text-decoration: none;
    display: block;
    padding: 5px; }
    .footer-menus ul li a:hover {
      left: 10px; }

.footer-menus .contact {
  color: inherit;
  display: block;
  text-decoration: none;
  position: relative;
  left: 0;
  transition: left 250ms; }
  .footer-menus .contact:hover {
    left: 10px; }
  .footer-menus .contact:last-of-type {
    margin-bottom: 10px; }

.footer-menus > div {
  margin-bottom: 20px; }

.mob-nav {
  display: none;
  margin-left: auto;
  margin-top: 32px; }
  .mob-nav .mob-menu-btn {
    width: 40px;
    padding: 5px;
    display: inline-block;
    cursor: pointer;;
    margin-right: 0;
    cursor: pointer;
  position: relative;
z-index: 999;}
    .mob-nav .mob-menu-btn span {
      display: block;
      height: 4px;
      width: 100%;
      margin: 6px 0;
      border-radius: 4px;
      background-color: #00998B;
      transform-origin: 4px 0px;
      transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease; }
      .mob-nav .mob-menu-btn span:first-child {
        transform-origin: 0% 0%; }
      .mob-nav .mob-menu-btn span:nth-last-child(2) {
        transform-origin: 0% 100%;
        background-color: #A0CD48; }
  .mob-nav .mob-menu {
    display: block;
    position: absolute;
    z-index: 99;
    width: 100%;
    padding: 50px 10px 20px;
    top: -100vh;
    left: 0;
    height: 100vh;
    background-color: #4A4A4A;
    transition: top 1s;
  overflow-y: scroll;
}
  .mob-nav .mob-menu-demo {
    display: inline-block; }
  .mob-nav ul {
    padding: 0;
    margin: 0; }
    .mob-nav ul li {
      list-style: none;
      padding: 0;
      margin: 0; }
      .mob-nav ul li a {
        display: block;
        width: 100%;
        padding: 10px;
        color: #4A4A4A; }
      .mob-nav ul li::before {
        display: none; }
      .mob-nav ul li span {
        display: none; }
    .mob-nav ul ul {
      background: white;
      padding: 10px;
      margin-bottom: 10px; }
      .mob-nav ul ul a {
        padding: 6px;
        color: #4A4A4A; }
  .mob-nav span {
    width: 100%; }
  .mob-nav.active .mob-menu {
    top: 0px; }
  .mob-nav.active .mob-menu-btn span {
    opacity: 1;
    transform: rotate(45deg) translate(-5px, -14px); }
  .mob-nav.active .mob-menu-btn span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2); }
  .mob-nav.active .mob-menu-btn span:nth-last-child(2) {
    transform: rotate(-45deg) translate(-4px, 15px); }

.green-start .mob-menu-btn span {
  background-color: white !important; }

.rounded-btn {
  padding: 10px 30px;
  margin-top: 10px;
  display: inline-block;
  font-weight: 600;
  border-radius: 25px;
  position: relative;
  min-width: 180px;
  text-align: center;
  height: 50px; }
  .rounded-btn.grad-btn {
    border-top: 3px solid #98ec33;
    border-bottom: 3px solid #00af90;
    box-sizing: border-box; }
    .rounded-btn.grad-btn span {
      background: -webkit-linear-gradient(80deg, #00998b 25%, #a0cd48 75%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    .rounded-btn.grad-btn:before {
      content: '';
      position: absolute;
      width: 30px;
      height: 50px;
      background-position: center;
      background-size: cover;
      background-image: url("https://5064420.fs1.hubspotusercontent-na1.net/hubfs/5064420/site-images/grad-btn-left.svg");
      left: 0;
      top: -3px; }
    .rounded-btn.grad-btn:after {
      content: '';
      position: absolute;
      width: 30px;
      height: 50px;
      background-position: center;
      background-size: cover;
      background-image: url("https://5064420.fs1.hubspotusercontent-na1.net/hubfs/5064420/site-images/grad-btn-right.svg");
      right: 0;
      top: -3px; }
    .rounded-btn.grad-btn:hover {
      text-decoration: none;
      background: linear-gradient(to right, #00998B 0%, #A0CD48 100%);
      border: 0; }
      .rounded-btn.grad-btn:hover span {
        background: white;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        top: 3px; }
      .rounded-btn.grad-btn:hover:before {
        display: none; }
      .rounded-btn.grad-btn:hover:after {
        display: none; }
  .rounded-btn span {
    position: relative; }
  .rounded-btn:focus {
    outline: 0; }

.anchor-btn {
  padding: 10px 30px;
  margin-top: 10px;
  display: inline-block;
  font-weight: 600;
  border-radius: 25px;
  position: relative;
  min-width: 180px;
  text-align: center;
  height: 50px;
  border: 3px solid #6D7D99; }
  .anchor-btn:hover {
    background-color: #6D7D99;
    color: white;
    text-decoration: none; }

.grad-bg .book-btn {
  display: block; }

.book-btn {
  border-radius: 50px;
  border: none;
  padding: 14px 30px;
  background: #FEDA00;
  color: #4A4A4A !important;
  font-weight: 700;
  box-shadow: 0 0px 0px 0 rgba(0, 153, 139, 0);
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  -webkit-transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55), box-shadow 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55), box-shadow 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .book-btn:hover {
    text-decoration: none;
    color: #4A4A4A;
    transform: scale(1.1);
    box-shadow: 0 5px 15px 0 rgba(0, 153, 139, 0.25); }
  .book-btn:focus {
  outline: none;;}

.ls-form h4 {
  margin-bottom: 1rem;
  margin-top: 1.5rem;
}

.hs_order_notes {
  margin-top: 1rem;
}

.ls-form .label {
  color: #4A4A4A;
  margin: 0; }

.ls-form h3 {
  margin: 0;
  font-size: 2.5em; }

.ls-form form fieldset {
  max-width: initial !important; }

.ls-form .legal-consent-container {
  
  margin: 35px 0; }

.ls-form .legal-consent-container {
  
  margin: 35px 0; }

.ls-form .legal-consent-container .hs-richtext{
  font-size: 0.9rem;
}

.ls-form select {
  width: 100% !important;
  margin-bottom: 20px;
  padding: 9px 10px;
    border-radius: 3px;
    border: 1px solid #cbd6e2;
    font-size: 16px;
    transition: all .15s ease-out;
    background-color: #f5f8fa;
    color: #33475b;
    display: block;
    height: 40px;
    line-height: 22px;
    text-align: left;
    vertical-align: middle;
    width: 100%;
}

.ls-form input, .ls-form textarea {
  margin-bottom: 20px;
  border: 0;
  border-bottom: 3px solid #6D7D99;
  background-color: rgba(255, 255, 255, 0.75);
  width: 100% !important;
  padding: 15px !important; }
  .ls-form input:focus, .ls-form textarea:focus {
    outline: none;
    border-bottom: 3px solid #00a894; }

.ls-form .actions {
	margin: 0 auto;
}


.ls-form input[type="submit"] {
	    border-radius: 50px;
	cursor: pointer;
	font-size: 1.25rem;
    border: 0;
	padding-bottom: 14px;
	padding-left: 30px;
	padding-right: 30px;
    background: #c4355a;
    color: white;
    font-weight: 800;
    box-shadow: 0 0px 0px 0 rgb(0 153 139 / 0%);
    display: block;
    text-align: center;
    margin: 15px auto;
    -webkit-transition: 0.3s;
    transition: 0.3s;
	    padding-top: 16px;
	text-decoration: none;
	max-width: 250px;
}

 .ls-form input[type="submit"]:hover  {
  background: #dc2756;
	text-decoration: none;
}

.ls-form .grecaptcha-badge {
  margin-bottom: 25px; }

.ls-form ul.hs-error-msgs {
  padding-left: 0;
margin-top: -20px;}
  .ls-form ul.hs-error-msgs label {
    color: #EF5350;
    font-size: .75rem;  
}
  .ls-form ul.hs-error-msgs li:before {
    display: none; }

.ls-form legend {
  font-size: 0.9rem; }


.form-columns-2 {
  position: relative; }
  .form-columns-2 div:nth-child(2) {
    position: absolute;
    right: 0;
    bottom: 0; }

body {
  font-family: 'Nunito Sans', sans-serif !important;
  color: #50596A;  }

.flex-block {
  display: flex; }

.main-nav {
  margin-left: auto;
  font-family: 'Nunito Sans', sans-serif; }

.logo {
  padding: 40px 0; }
  .logo a {
    display: block;
    background-image: url("https://5064420.fs1.hubspotusercontent-na1.net/hubfs/5064420/leadership-success-logo.svg");
    width: 185px;
    height: 45px;
    background-repeat: no-repeat; }
  .green-start .logo a {
    background-image: url("https://5064420.fs1.hubspotusercontent-na1.net/hubfs/5064420/site-images/leadership-success-logo-white.svg"); }

 a.lstv-logo {
    display: block;
	 transition: 0.5s ease;
    background-image: url("https://www.leadershipsuccess.co/hubfs/logos/lstv-logo-sml.png");
    width: 66px;
    height: 32px;
    background-repeat: no-repeat;
  background-size: contain;
	 margin-bottom: 7px;
}

a.lstv-logo:hover{
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
transition: 0.5s ease;
}


  .green-start  a.lstv-logo {
    background-image: url("https://www.leadershipsuccess.co/hubfs/logos/lstv-logo-sml-inverted.png"); }




.site-header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: white;
  z-index: 99;
  box-shadow: 0 5px 5px 0 rgb(0 0 0 / 5%);
  transition: top 0.2s ease-in-out; }
  .site-header .site-header-bg {
    width: 900px;
    height: 600px;
    position: absolute;
    border-radius: 300px;
    background-color: white;
    transform: rotate(30deg);
    box-shadow: 0 14px 20px 0 rgba(0, 153, 139, 0.5);
    left: -480px;
    top: -510px;
    opacity: 0;
    transition: opacity 0.5s; }
  .site-header .nav-bar {
    position: relative;
    z-index: 999;
height: 100px;}
  .site-header .logo {
    position: relative;
    z-index: 9; }
  .site-header.home-start {
    background-color: transparent;
      box-shadow: none;}
  .site-header.landing-start {
    background-color: white;
      box-shadow: none;}
  .site-header.green-start {
    background-color: #00a894;
    box-shadow: 0 5px 5px 0 rgba(0, 153, 139, 0); }
    .site-header.green-start .main-nav span div > ul > li a {
      color: white; }
    .site-header.green-start .main-nav span div > ul > li > ul > li a {
      color: #50596a !important; }
    .site-header.green-start .main-nav span div > ul > li > ul > li a:hover {
      color: #00a894 !important; }
    .site-header.green-start .site-header-bg {
      opacity: 1; }

.header
{
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
 
    -webkit-transition-timing-function: cubic-bezier( 0.215, 0.610, 0.355, 1.000 );
    transition-timing-function: cubic-bezier( 0.215, 0.610, 0.355, 1.000 );
 
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
}
 
.header--hidden
{
    -webkit-transform: translateY( -100% );
    -ms-transform: translateY( -100% );
    transform: translateY( -100% );
}


.cta-btn {
  border-radius: 50px;
  padding: 14px 30px;
  background: #FEDA00;
  color: #4A4A4A;
  font-weight: 700;
  box-shadow: 0 5px 5px 0 rgba(0, 153, 139, 0.5); }
  .cta-btn:hover {
    text-decoration: none;
    background: white;
    color: #4A4A4A; }

footer {
  background-color: #4A4A4A;
  color: white;
  padding: 70px 0;
  text-align: left; }
  footer p {
    color: white; }
  footer a {
    color: white; }
    footer a:hover {
      color: #FEDA00; }
  footer .copy {
    color: white;
    font-size: 0.75em;
    }
  footer ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    footer ul li a {
      color: white; }
      footer ul li a:hover {
        color: #FEDA00; }

.call-to-action {
  min-height: 300px; }

.form-page .image-holder {
  position: relative; }
  .form-page .image-holder img {
    position: absolute;
    right: 50px; }

.grad-bg {
  background-image: linear-gradient(225deg, #B4EC51 0%, #00A894 100%); }
  .grad-bg p, .grad-bg ul, .grad-bg li {
    color: white; }
  .grad-bg a {
    color: #FEDA00; }

.padded-section {
  padding: 65px 0; }

.padded-section-more {
  padding: 90px 0; }

.padded-section-evt {
  padding-top: 70px;
	padding-bottom: 70px;
}

.padded-section-profile {
  padding: 20px 0 65px 0; }

.home-banner {
  background-image: url("https://5064420.fs1.hubspotusercontent-na1.net/hubfs/5064420/site-images/home-header-bg-alt.jpg");
  background-position: center bottom;
  background-size: cover;
  /* min-height: 60vh; */
  color: white;
  text-align: center;
  position: relative;
  background-attachment: fixed; }
  .home-banner .header {
    font-size: 2.75em;
    line-height: 1.25em;
    margin-top: 3rem;
    font-weight:600;}
  .home-banner .subheader {
    font-size: 1.5em;
    font-weight: 600;
    margin-bottom: 40px;
    font-weight: 400;}
  .home-banner:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url("https://5064420.fs1.hubspotusercontent-na1.net/hubfs/5064420/site-images/home-header-slice-alt.png");
    background-size: cover;
    background-position: bottom center; }

.home-banner-alt {
  background-image: url("https://5064420.fs1.hubspotusercontent-na1.net/hubfs/5064420/site-images/home-header-bg-alt.jpg");
  background-position: center bottom;
  background-size: cover;
  /* min-height: 60vh; */
  color: white;
  text-align: center;
  position: relative;
  background-attachment: fixed; }
  .home-banner-alt .header {
    font-size: 2.75em;
    line-height: 1.25em;
    margin-top: 3rem;
    font-weight:600;}
  .home-banner-alt .subheader {
    font-size: 1.5em;
    font-weight: 600;
    margin-bottom: 40px;
    font-weight: 400;}
  .home-banner-alt:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url("https://5064420.fs1.hubspotusercontent-na1.net/hubfs/5064420/site-images/home-header-slice-alt.png");
    background-size: cover;
    background-position: bottom center; }

.home-banner-solid {

  color: white;
  text-align: center;
  position: relative;
  background-color: #00A894; }
  .home-banner-solid .header {
    font-size: 2.75em;
    line-height: 1.25em;
    margin-top: 12rem;
    font-weight:700;
color: white}
  .home-banner-solid .subheader {
    font-size: 1.5em;
    font-weight: 600;
    margin-bottom: 40px;
    font-weight: 400;}
.home-products .hl-header  {
  color: white;}


h1.home-title {
  font-size: 2.75em;
  line-height: 1.25em;
  margin-top: 3rem;
  font-weight:700;
  color: #FFF;
}

h1.home-title-alt {
  font-size: 2.75em;
  line-height: 1.25em;
  margin-top: 3rem;
  font-weight:700;
  color: #FFF;
}

.image-left {
  background-image: url("https://5064420.fs1.hubspotusercontent-na1.net/hubfs/5064420/site-images/bg-image-01.jpg");
  background-attachment: fixed;
  background-size: cover;
  position: relative; }
  .image-left:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #eef2f4;
    border-radius: 0 0 0 300px; }

.image-right {
  background-image: url("https://5064420.fs1.hubspotusercontent-na1.net/hubfs/5064420/site-images/bg-image-01.jpg");
  background-attachment: fixed;
  background-size: cover;
  position: relative; }
  .image-right:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #eef2f4;
    border-radius: 0 0 300px 0; }

.logo-strip {
  display: flex;
  justify-content: center;
  flex-flow: row wrap; }
  .logo-strip .logo-item {
    padding: 20px;
    max-height: 150px;
    max-width: 150px;
    text-align: center;
    /* flex: 1 1 200px; */}
    .logo-strip .logo-item img {
      border-radius: 50%;  
      height: 100%;
      width: auto;
      opacity: 0.7;
      filter: alpha(opacity=50); /* For IE8 and earlier */
}

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

.image-block {
  text-align: center; }
  .image-block img {
    width: 90% !important;
    height: auto; }

.resources {
  background-image: url("https://5064420.fs1.hubspotusercontent-na1.net/hubfs/5064420/site-images/resources-bg-alt.jpg");
  background-position: top center;
  background-size: cover;
  background-attachment: fixed; }

.resource-wrap {
  display: flex;
  flex-flow: row wrap; }

.resource-tile {
  background-color: white;
  box-shadow: 0 5px 10px rgba(0, 153, 139, 0.25);
  overflow: hidden;
  border-radius: 10px;
  margin: 10px;
  flex: 1 1 200px; }
  .resource-tile .image {
    height: 200px;
    background-color: #6D7D99;
    margin-bottom: 20px; }
  .resource-tile .content {
    position: relative;
    padding: 25px; }
    .resource-tile .content h3 {
      font-size: 1.5em; }
    .resource-tile .content .date, .resource-tile .content .tag {
      color: #00998B;
      margin: 0;
      font-size: 0.9em; }
  .resource-tile .icon {
    position: absolute; }

.top-bar {
  margin-top: 100px; }

.solution-header {
  background-color: #eef2f4;
  padding: 50px 0; }
  .solution-header .content {
    font-size: 1.25em;
    text-align: center;
    margin-top: 25px; }


.solution-panel h2 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 50px; }



.solution-panel .image-block img, .solution-panel .image-block .vidyard-player-container {
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25); }

.twitter-follow-button {
    transform: translateY(8px);
    margin-right: 5px;
}

.fb-link {
 font-size: 1.4rem; 
  color: #3b5998;
  
}

.fb-link i {
   transform: translateY(6px); 
  }

.social-card .IN-widget {
 margin-right: 3px !important; 
}

.solution-panel .icon {
  text-align: center; }

.solution-panel .tabpanel p:first-child em {
  font-style: normal;
  color: #00998B; }

.anchor-buttons {
  text-align: center;
  margin-top: 50px; }
  .anchor-buttons .grad-btn {
    margin-left: 5px;
    margin-right: 5px; }
  .anchor-buttons > span > div {
    display: inline-block; }

.scroll-links {
  margin-bottom: 25px;
  min-height: 50px;
  display: block; }
  .scroll-links a {
    color: #4A4A4A;
    display: inline-block;
    height: 50px;
    width: 50px;
    border-radius: 25px;
    border: 3px solid currentColor;
    padding: 8px 0;
    text-align: center;
    font-weight: 600;
    font-size: 1.25em;
    cursor: pointer; }
    .scroll-links a:nth-child(2) {
      color: #A0CD48; }
      .scroll-links a:nth-child(2).selected {
        background-color: #A0CD48;
        border: 3px solid #A0CD48;
        color: white; }
    .scroll-links a:nth-child(3) {
      color: #00998B; }
      .scroll-links a:nth-child(3).selected {
        background-color: #00998B;
        border: 3px solid #00998B;
        color: white; }
    .scroll-links a.selected {
      background-color: #4A4A4A;
      border: 3px solid #4A4A4A;
      color: white; }

.arrow {
  cursor: pointer; }
  .arrow.right img {
    transform: rotate(180deg); }

.dark-grey-bg {
  color: white;
  background-color: #4A4A4A; }
  .dark-grey-bg .intro {
    font-size: 1.5em; }
    .dark-grey-bg .intro strong {
      color: #FEDA00; }

.content-list {
  display: flex;
  flex-flow: row wrap;
  padding: 0;
  margin: 25px 0; }
  .content-list li {
    flex: 1 1 350px;
    margin: 0 25px; }

.team-image {
  margin-bottom: 50px; }
  .team-image img {
    max-width: 100%;
    height: auto;
    border-radius: 10px; }

.tabs ul {
  border: 3px solid #A0CD48;
  border-radius: 30px;
  padding: 4px;
  display: inline-block;
  margin-bottom: 20px; }
  .tabs ul li {
    display: inline-block;
    margin: 0; }
    .tabs ul li:before {
      display: none; }
    .tabs ul li a {
      display: block;
      padding: 10px 26px;
      color: #4A4A4A;
      border-radius: 40px;
      font-weight: 600; }
      .tabs ul li a:hover {
        text-decoration: none; }
    .tabs ul li.ui-tabs-active a {
      background-image: linear-gradient(225deg, #B4EC51 0%, #00A894 100%);
      color: white; }

.pricing-table h2 {
  display: block;
  width: 100%;
  padding: 20px;
  color: white;
  text-align: center;
  border-radius: 50px;
  margin-bottom: 5px; }
  .pricing-table h2.dark-green-bg {
    background-color: #00998B; }
  .pricing-table h2.light-green-bg {
    background-color: #A0CD48; }

.pricing-table .price-item {
  display: flex;
  padding: 40px 20px;
  border-bottom: 1px solid rgba(109, 125, 153, 0.25);
  align-items: center; }
  .pricing-table .price-item .content {
    flex: 1 1 100px; }
    .pricing-table .price-item .content h3 {
      margin: 0;
      font-size: 24px; }
    .pricing-table .price-item .content p {
      color: #6D7D99;
      margin: 0;
      font-size: 14px;
      margin-top: 5px; }
  .pricing-table .price-item .cost {
    flex: 0 0 100px;
    font-size: 42px;
    line-height: 1em;
    margin-left: auto;
    color: #4A4A4A;
    font-weight: 600; }
  .pricing-table .price-item.dark-green h3 {
    color: #00998B; }
  .pricing-table .price-item.light-green h3 {
    color: #A0CD48; }

.light-grey-bg {
  background-color: #f7f7f7 !important; }

.pricing h2 {
  color: #00998B;
  margin: 25px 0; }

.container-fluid {
  max-width: 1140px;
  margin: 0 auto; }

.contact-details-wrapper {
  max-width: 800px;
  margin-left: auto;
  padding: 100px 0; }
  .contact-details-wrapper a {
    color: white; }
  .contact-details-wrapper .heading {
    color: black; }

.maps iframe {
  margin-bottom: -7px; }

.blog-post-header, .blog-listing-header {
  background-color: rgba(109, 125, 153, 0.1); }
  .blog-post-header h1, .blog-listing-header h1 {
    color: #4A4A4A;
    font-size: 2.5em;
    display: block;
    text-align: center; }
  .blog-post-header .tag, .blog-listing-header .tag {
    font-weight: 600;
    margin-top: 180px;
    text-align: center; }

.blog-listing-header p.intro {
  margin-bottom: 50px;
  text-align: center; }

.blog-post-header h1 {
  margin-bottom: 180px; }

.blog-content {
  font-size: 1.05em;
  margin-bottom: 50px;
  color: #495057; }
  .blog-content td, th {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px; }  
  .blog-content ul {
    padding-bottom: 10px; }
  .blog-content h2 {
    color: #00998B !important;
}
  .blog-content blockquote {
    padding: 40px;
    background-color: #eef2f4;
    position: relative;
    border-radius: 0 0 10px 10px;
    margin: 55px 0 50px; }
    .blog-content blockquote:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 4px;
      background: -webkit-linear-gradient(45deg, #00998B 25%, #A0CD48 75%);
      top: -4px;
      left: 0; }
  .blog-content p img {
    max-width: 100%; }

.blog-sidebar {
  position: sticky;
  top: 175px; }
  .blog-sidebar p.title {
    color: #4A4A4A;
    font-weight: 600; }
  .blog-sidebar label {
    display: none; }
  .blog-sidebar .hs-input {
    width: 100%;
    border-radius: 25px;
    border: none;
    background: #eef2f4;
    padding: 15px 20px !important;
    margin-bottom: 8px;
    font-size: 14px;
    border: 2px solid #eef2f4; }
    .blog-sidebar .hs-input:focus {
      outline: none;
      border: 2px solid #A0CD48; }
  .blog-sidebar input[type=submit] {
    width: 100%;
    background-image: linear-gradient(225deg, #B4EC51 0%, #00A894 100%);
    color: white;
    font-weight: 600;
    border-radius: 25px;
    border: none;
    text-align: center;
    padding: 15px 20px !important;
    font-family: 'Nunito Sans', sans-serif !important; }
  .blog-sidebar .hs-error-msgs li {
    display: block;
    font-size: 12px;
    color: black; }
    .blog-sidebar .hs-error-msgs li::before {
      display: none; }
    .blog-sidebar .hs-error-msgs li label {
      display: block; }

.author-strip {
  margin: 20px 0;
  display: flex;
  align-items: center;
  flex-flow: row wrap; }
  .author-strip .author-image img {
    margin: 20px 20px 20px 0;
    height: 50px;
    width: 50px;
    border-radius: 10px; }
  .author-strip .author-details {
    margin-right: 25px; }
    .author-strip .author-details p {
      margin: 0; }
    .author-strip .author-details .publish-date {
      color: #00998B;
      font-size: 1em; }
  .author-strip .share-btn:hover .hs-blog-social-share {
    display: block; }

div.social {
  margin-left: auto; }

.hs-blog-social-share {
  height: auto; }
  .hs-blog-social-share ul {
    display: block !important; }
  .hs-blog-social-share li {
    border: none !important;
    padding: 10px 5px 0 !important;
    margin: 0 !important; }
    .hs-blog-social-share li::before {
      display: none; }
  .hs-blog-social-share .fb-like span, .hs-blog-social-share .IN-widget {
    vertical-align: top !important; }

.feature-image {
  height: 450px;
  background-color: #EFF0F4;
  border-radius: 5px;
  transform: rotateZ(0deg);
  margin-bottom: 10px;
  background-position: center;
  background-size: cover;
  margin-top: -130px; }

@media screen and (max-width: 991px) {
  .feature-image {
    height: 250px;
}
}

.post-details {
  color: #00998B; }
  .post-details .publish-date {
    font-size: 0.8em;
    font-weight: 600; }

.post-block {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  padding: 30px 0 50px; }
  .post-block .post {
    flex: 1 1 250px;
    max-width: 300px;
    background-color: #eef2f4 !important;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin: 20px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(74, 74, 74, 0.1);
    position: relative;
    top: 0;
    left: 0;
    transition: top 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55), box-shadow 800ms; }
    .post-block .post:hover {
      box-shadow: 0 3px 10px rgba(0, 153, 139, 0.20);
      top: -5px;
      left: 0; }
    .post-block .post .image {
      height: 200px;
      background-size: cover; }
    .post-block .post .text {
      padding: 25px; }
      .post-block .post .text h2 {
        font-size: 16px;
        color: #6D7D99;
        font-weight: 400; }
      .post-block .post .text a h2 {
        font-size: 1.5em;
        font-weight: 600;
        color: #4a4a4a; }
    .post-block .post .author {
      margin: 0;
      margin-bottom: 5px;
      color: #00998B;
      font-size: 0.75em; }
    .post-block .post .topic-link {
      width: 200px;
      background-color: #00A894;
      background-image: none;
      border-radius: 35px;
      margin: -27px auto 10px;
      display: block;
      padding: 15px;
      text-align: center;
      color: white;
      font-weight: 600; }

.blog-pagination {
  flex: 0 0 100%;
  text-align: center;
  padding: 20px;
  margin-bottom: 50px;
  font-weight: 600;}
  .blog-pagination a {
    text-decoration: none;
		padding: 5px 15px;
    margin: 0 5px;
    border: 1px solid #c7c7c7;
    display: inline-block;
    color: #555555;
    border-radius: 25px;
  }
    .blog-pagination a:hover {
      color: #00a894; }

.blog-pagination__next-link--disabled {
	display: none !important;
}

.categories ul {
  margin: 0;
  padding: 0;
  text-align: center;
  margin-top: -10px;
  margin-bottom: 50px; }
  .categories ul li {
    display: inline-block; }
    .categories ul li:before {
      display: none; }
    .categories ul li a {
      display: block;
      color: #00998B;
      padding: 10px 20px;
      border-radius: 30px;
      border: 3px solid currentColor;
      font-weight: 600;
      margin: 0 5px; }
      .categories ul li a:hover {
        background: #00998B;
        color: white;
        border-color: #00998B;
        text-decoration: none; }

.blog-sidebar .categories {
  font-size: 0.9em; }
  .blog-sidebar .categories ul {
    margin: 0; }
  .blog-sidebar .categories li {
    display: block; }
    .blog-sidebar .categories li a {
      margin: 0; }

.popular-posts .post-title a {
  font-size: .8em;
  line-height: 1.4em;
  display: block;
  margin-bottom: 10px; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-arrow {
  position: absolute;
  z-index: 9;
  top: 0;
  border: none;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("https://www.leadershipsuccess.co/hubfs/site-images/yellow-arrow.svg");
  background-color: transparent;
  text-indent: -9999px;
  height: 100%;
  width: 40px;
  cursor: pointer; }
  .slick-arrow.slick-next {
    right: 0;
    transform: rotate(180deg);
    text-indent: 9999px; }
  .slick-arrow:focus {
    outline: none; }

.slick-dots {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 30px;
  left: 480px; }
  .slick-dots li {
    display: inline-block;
    margin-right: 6px; }
    .slick-dots li button {
      color: #4A4A4A;
      display: inline-block;
      height: 50px;
      width: 50px;
      border-radius: 25px;
      border: 3px solid currentColor;
      background-color: white;
      padding: 8px 0;
      text-align: center;
      font-weight: 600;
      font-size: 1.25em;
      cursor: pointer; }
      .slick-dots li button:focus {
        outline: none; }
      .slick-dots li button:hover {
        background-color: #4A4A4A;
        border: 3px solid #4A4A4A;
        color: white; }
    .slick-dots li:before {
      display: none; }
    .slick-dots li:nth-child(2) button {
      color: #A0CD48; }
      .slick-dots li:nth-child(2) button.selected {
        background-color: #A0CD48;
        border: 3px solid #A0CD48;
        color: white; }
      .slick-dots li:nth-child(2) button:hover {
        background-color: #A0CD48;
        border: 3px solid #A0CD48;
        color: white; }
    .slick-dots li:nth-child(3) button {
      color: #00998B; }
      .slick-dots li:nth-child(3) button.selected {
        background-color: #00998B;
        border: 3px solid #00998B;
        color: white; }
      .slick-dots li:nth-child(3) button:hover {
        background-color: #00998B;
        border: 3px solid #00998B;
        color: white; }
    .slick-dots li.slick-active button {
      background-color: #4A4A4A;
      border: 3px solid #4A4A4A;
      color: white; }
    .slick-dots li.slick-active:nth-child(2) button {
      background-color: #A0CD48;
      border: 3px solid #A0CD48; }
    .slick-dots li.slick-active:nth-child(3) button {
      background-color: #00998B;
      border: 3px solid #00998B; }

@media screen and (min-width: 1024px) {
  .panels-wrapper span > div:nth-child(even) .image-block {
    order: 1; }
  .panels-wrapper span > div:nth-child(even) .content-block {
    order: 2; }
  .rounded-btn.grad-btn:hover {
    top: -3px;
    margin-top: 13px;
    margin-bottom: -3px; } 
  h1.home-title {
    margin-top: 70px !important;
  }
  .home-banner {
    height: 800px
  }
  h1.home-title-alt {
    margin-top: 100px !important;
  }
  .home-banner-alt {
    height: 1035px
  }  
  .carousel-control-next, .carousel-control-prev {
 width:35%; 
  }
}

img.icon-color {
  height: auto;
    width: 130px;
}


@media screen and (min-width: 1024px) {
  .panels-wrapper-icons span > div .image-block {
    order: 1; }
  .panels-wrapper-icons span > div .content-block {
    order: 2; }
}


@media screen and (max-width: 1200px) {
	.main-btn-nav {
		display: none !important;
	}
}

@media screen and (max-width: 1024px) {
  .mob-nav {
    display: block; }
  .main-nav {
    display: none; }
  .hs-menu-depth-1 > a {
    color: white !important; }
  .image-left:before {
    border-radius: 0 0 0 120px; }
  .image-right:before {
    border-radius: 0 0 0 120px; }
  .scroll-links {
    display: none; }
  .hs-menu-item.active a {
    color: #A0CD48 !important; }
  .hs-item-has-children:after {
    display: none; }
  .hs-item-has-children > a {
    color: #FEDA00 !important; } 
    h1.home-title {
    margin-top: 70px !important;
  }
  .home-banner {
    height: 750px
  }
    h1.home-title-alt {
    margin-top: 70px !important;
  }
  .home-banner-alt {
    height: 1300px
  }  
}



@media screen and (max-width: 768px) {
  h1 {
    font-size: 2.5em; }
   /* h2, h3, .process .intro, .solution-panel .tabpanel p:first-child {
    text-align: center; } */
  .price-item h3 {
    text-align: left; }
  .price-item .content {
    padding-right: 20px; }
  .container {
    padding: 0 40px; }
  .site-header .site-header-bg {
    left: -580px; }
  .slick-dots {
    display: none !important; }
  .slick-slide .image-block img {
    width: 100% !important; }
  .slick-slider .slick-arrow {
    max-height: 170px; }
  .image-block img {
    margin-bottom: 25px; }
  .cycle {
    position: relative; }
    .cycle .link-arrow {
      position: absolute;
      top: 30px;
      width: 50%; 
    z-index: 9;
  }
      .cycle .link-arrow.left-arrow {
        left: 0; }
      .cycle .link-arrow.right-arrow {
        right: 0;
        text-align: right; }
  .home-banner .header {
    font-size: 2em;
    margin-top: 80px; }
  .contact-details-wrapper {
    padding: 40px; }
  .post-block {
    display: block; }
  .rounded-btn {
    display: block;
    margin: 20px auto; }
  .form-page .image-holder {
    display: none; }
  .site-header .container {
    padding: 0 25px;
	height: 80px;}
  .logo a {
    width: 160px;
    height: 32px;
    background-size: contain; }
  .mob-menu-demo a {
    padding: 10px 20px; }
  .contact-page .contact-details-wrapper, .contact-page .light-grey-bg {
    text-align: center; }
  .anchor-buttons {
    margin: 0; }
    .anchor-buttons .rounded-btn {
      margin: 10px auto; }
  .tabs ul {
    margin: 0 auto 20px;
    max-width: 308px;
    display: block; }
  .solution-header .title {
    text-align: center; }
  .pricing-table > div {
    margin: 25px 0; }
  .anchor-buttons > span > div {
    display: block; }
  .pricing h1, .pricing-tiers h2 {
    text-align: center; }
  .form-columns-2 div:nth-child(2) {
    position: static; }
  .mob-nav {
    margin-top: 0; }
  .logo {
    padding: 30px 0 25px; }
  .top-bar {
    margin-top: 80px; }
  .post-block .post .text a h2 {
    font-size: 1.25em; }
  .blog-post-header h1, .blog-listing-header h1 {
    font-size: 1.75em; }
  .blog-content h2 {
    font-size: 1.25em; }
  .blog-content h3 {
    font-size: 1.1em; }
  .blog-content blockquote {
    padding: 40px 20px; } 
    .blog-content .container, .blog-listing-content .container {
    padding: 0 30px; } 
      h1.home-title {
    margin-top: 250px !important;
  }
    #resultsSection, #scienceSection {
    display: block;
  }
  #scienceSection {
    margin-top: 50px;
  }
    .home-banner {
    height: 750px
  }
    h1.home-title {
   margin-top: 70px !important;
  }
    .home-banner-alt {
    height: 1340px
  }
    h1.home-title-alt {
   margin-top: 70px !important;
  }  
  img.icon-color {
  height: auto;
    width: 100px;
  }
  .padded-section-more {
    padding: 45px 0;
  }
	
	button.main-btn-nav {
		display: none;
	}
	header.pillar-title h1 {
		font-size: 2.5rem;
	}
	.page-title h1 {
		font-size: 2.75rem !important;
	}

	h2.home-secondary {
		font-size: 2rem !important;
	}
	.page-title {
		padding-top: 10px !important;
	}
	.main-btn {
		font-size: 1rem !important;
	}
	.page-title-home {
		padding-top: 110px !important;
	}	
	.clients img {
    height: 1.5rem;
    padding: 0 1rem;
    margin-top: 15px;
  }
}
  

@media screen and (max-width: 378px) {
  .mob-nav .mob-menu-btn {
    margin-left: 5px; }
  .mob-menu-demo a {
    font-size: 14px; }
  .logo a {
    width: 120px; }
  .home-banner .header {
    font-size: 1.34em; }
  .home-banner .subheader {
    font-size: 1.25em; }
  .slick-arrow.slick-next {
    right: -20px; }
  .slick-arrow.slick-prev {
    left: -20px; }
  .cycle .link-arrow.left-arrow {
    top: -10px; }
  .cycle .link-arrow.right-arrow {
    top: -10px; } 
    .tabs ul li a {
    padding: 10px 13px; } 
  
  h1.home-title {
   font-size: 2em;
   margin-top: 70px !important;
  }
  .home-banner {
    height: 700px
  }
  
    h1.home-title-alt {
   font-size: 2em;
   margin-top: 70px !important;
  }
  .home-banner-alt {
    height: 1455px;
  }
  .hero-card img {
    max-height: 100px;
  }
  #resultsSection, #scienceSection {
    display: none;
  }
  #clientSection {
    padding-bottom:0 !important;
  }
  img.icon-color {
    height: auto;
    width: 80px;
  }
    .padded-section-more {
    padding: 45px 0;
  }

}  

div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom {
    border-bottom: 0;
    bottom: 0;
    top: auto;
    box-shadow: 0 -1px 3px #eaf0f6;
}

div#hs-eu-cookie-confirmation {
    position: fixed !important;
}

/* Content hub */ 

article.content-hub section {
	margin-bottom: 2.5rem;
}

article.content-hub p,
article.content-hub ul,
article.content-hub ol{
	font-size: 1.1rem;
    letter-spacing: -.17px;
    line-height: 1.3;
}

header.pillar-title {
	background-color: #00a894;
	text-align: center;
	color: white;
	padding-top: 58px;
	padding-bottom: 90px;
}

header.pillar-title h1 {
	font-weight: 800;
	font-size: 4rem;
	margin-bottom: 0;
}

header.pillar-title p {
	font-weight: 400;
	font-size: 1.25rem;
	margin-bottom: 0;
}

.hub-nav {
	background-color: rgb(251, 251, 251);
	padding-right: 25px !important;
}
.hub-nav:before {
	background-color: rgb(251, 251, 251);
	background-repeat: no-repeat;
	content: "";
	position: absolute;
	top: 0px;
	width: 2000%;
	left: -2000%;
	height: 100%;
}

.hub-section-content h2 {
	font-weight: 800;
	margin-bottom: 1rem;
}

.hub-section-content h3 {
	font-weight: 600;
	font-size:1.3rem;
	margin-top: 1.5rem;
}

.hub-section-content figure {
	margin: 2.5rem 0;
}

.hub-section-content figcaption {
    font-size: .9rem;
    font-weight: 600;
    margin-top: .5rem;
    text-align: center;
	  color:  #999999;
}


.hub-section-content ul,
.hub-section-content ul li {
  padding: 0;
  margin: 0;
  list-style: none;
	margin: .8rem;
	margin-left: 3rem;
}

.exp-list ul,
.exp-list ul li {
  padding: 0;
  margin: 0;
  list-style: none;
	margin: .8rem;
	margin-left: 2rem;
}

.hub-section-content ul,
.hub-section-content ol,
ul.basic {
  margin: 2rem 0;
}

.exp-list ul {
	margin: 0;
}

.hub-section-content ul li:before,
.exp-list ul li:before,
ul.basic li:before {
    content: '\f111';
    font-family: 'Font Awesome 5 Pro';
    float: left;
    margin-left: -.25rem;
    color: #868686;
    background: 0;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    top: 7px;
    font-weight: 900;
    font-size: 8px;
}

.hub-section-content ul.question li:before {
  content: '\f059';
		font-size: 1rem;
	top: 1px;
	color: #00a894;
}

.hub-section-content ul.ticks li:before {
  content: '\f058';
		font-size: 1rem;
	top: 1px;
	color: #00a894;
}

.hub-section-content ul.exclamation li:before,
.hub-section-content li.exclamation:before {
  content: '\f06a' !important;
	font-size: 1rem;
	top: 1px;
	color: #f04444;
}

.hub-section-content ul.info li:before {
  content: '\f05a';
		font-size: 1rem;
	top: 1px;
	color: #007bff;
}

.rio-red-bg {
  background-color: #AE002F !important;	
}

.rio-red {
  color: #AE002F !important;	
}

.hub-section-content ol,
ol.basic {
  list-style: none;
  counter-reset: ol-counter 0;
}

.hub-section-content ol li::marker,
ol.basic li::marker {
  content: counter(ol-counter) ".";
  color: #00a894;
  font-weight: 800;
	counter-increment: ol-counter;
}

.hub-section-content ol li,
ol.basic li {
    margin-left: 0;
    margin-bottom: .75rem;
    padding-left: 0.5rem;
	  counter-increment: ol-counter;
}

.article-link {
    background-color: rgb(249, 249, 249);
    border: 0px none;
    border-radius: 6px;
    padding: 2rem;
    margin-bottom: 1.75rem;
	  margin-top: 1.75rem;
    display: block;
}

.article-link p {
	margin-bottom: 0;
	font-size: 1.1rem;
	font-weight: 400;
}

.article-link a {
	font-weight: 600;
}

.article-link-title {
	font-size: 1.75rem !important;;
	font-weight: 700 !important;;
	margin-bottom: 1rem !important;
}

h2.home-secondary {
	text-align: center !important;
    font-weight: 700;
    font-size: 2.5rem;
	letter-spacing: -.025em;

}

a.cta-link {
	color: #c4355a;
	font-size: 1.25rem;
	font-weight: 700;
}

a.cta-link:hover {
	color:  #dc2756;
	text-decoration: none;
}

a.cta-link > i {
	top: 2px;
}

a.cta-link-md > i {
	top: 2px;
}

a.cta-link-md {
	color: #c4355a;
	font-size: 1rem;
	font-weight: 800;
	text-decoration: none;
}

a.cta-link-md:hover {
	color: #dc2756;
	text-decoration: underline;
}

a.cta-link-sml {
	color: #c4355a;
	font-size: .9rem;
	font-weight: 700;
	text-decoration: none;
}

a.cta-link-sml:hover {
	color: #dc2756;
	text-decoration: none;
}

a.cta-link-sml > i {
	top: 2px;
}

p.home-desc {
	margin-bottom: 2.75rem;
	font-size: 1.25rem;
}

.home-desc p {
	margin-bottom: 2.75rem;
	font-size: 1.25rem;
}



.main-btn {
	    border-radius: 50px;
	cursor: pointer;
	font-size: 1.25rem;
    border: 0;
	padding-bottom: 14px;
	padding-left: 30px;
	padding-right: 30px;
    background: #c4355a;
    color: white;
    font-weight: 800;
    box-shadow: 0 0px 0px 0 rgb(0 153 139 / 0%);
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    -webkit-transition: 0.3s;
    transition: 0.3s;
	    padding-top: 16px;
	text-decoration: none;
}

.main-btn:hover {
  background: #dc2756;
	text-decoration: none;
}

.btn-sml {
	border-radius: 20px !important;

    font-size: 1rem !important;

    padding-bottom: 7px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;

    padding-top: 7px !important;

}

.main-btn:focus {
  outline: none;
  box-shadow: none;
}

.main-btn-nav {
	border-radius: 50px;
	    cursor: pointer;
	font-size: 1rem;
    border: 2px solid #c4355a;
    padding: 10px 20px;
    background: white;
    color: #c4355a;
    font-weight: 800;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
	  -webkit-transition: 0.3s;
    transition: 0.3s;
}

.main-btn-nav:hover {

    background: #c4355a;
    color: white;
}

.main-btn-nav:focus {
  outline: none;
  box-shadow: none;
}

.main-btn-nav-landing {
	border-radius: 50px;
	    cursor: pointer;
	font-size: 1rem;
    border: 2px solid #c4355a;
    padding: 10px 20px;
    background: white;
    color: #c4355a;
    font-weight: 800;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
	  -webkit-transition: 0.3s;
    transition: 0.3s;
}

.main-btn-nav-landing:hover {

    background: #c4355a;
    color: white;
}

.main-btn-nav-landing:focus {
  outline: none;
  box-shadow: none;
}

img.country {
	height: 80px;
	margin-bottom: 1rem;
}

p.country {
	font-weight: 700;
}

.country-footer {
	display: inline-block;
	margin-left: 1.2rem;
	font-size: .9rem;
}

.country-footer .region {
		font-weight: 700;
	margin-bottom: 0.25rem;
	min-width: 190px;
}

img.country-footer {
	height: 65px;
	margin-bottom: 1rem;
	vertical-align: top;
	margin-top: 5px;
}

.tstm-quote {
	font-size: 1.25rem;
	font-weight: 500;
}

img.client-avatar {
	border-radius: 50%;
	margin-right: 0.5rem;
}

.client-name {
	font-weight: 700
}

.client-title {
	color: #888888;
}

.divider {
	color: #00a894;
	font-weight: 800;
}
hr.footer-space {
	border-color:#6b6b6b;
}

.page-title {
    text-align: center;
    padding-top: 80px;
	  padding-bottom: 80px;
}

.page-title-left {
	text-align: left;
}

.page-title-home {
	padding-top: 180px;
}

.page-title h1 {
    font-size: 3.25rem;
    font-weight: 800;
	letter-spacing: -.025em;
}

.coach-profile-details li:before {
	font-family: "Font Awesome 5 Pro"; font-weight: 700; content: "\f0da";
	background: none;
	color: #00a894;
	top: 2px;
}
.coach-profile-details ul ul li:before {
	font-family: "Font Awesome 5 Pro"; font-weight: 700; content: "\f111";
	background: none;
	color: #00a894;
	top: 8px;
	font-size: 6px;
}

.coach-profile-details ul {
  margin-left: 2rem;
}

.coach-title {
	font-size: 2rem;
    margin: .25em 0;
    color: #00A894;
    font-weight: 800;
}

.logo-main {
	padding: 0;
} 

.coach-name a {
	color: #00a894;
}

.coach-name a:hover {
	color: #00a894;
}

.top-row td,
.top-row th {
	border-top: 0 !important;
}

.content-card .table {
	margin-bottom: 0 !important;
}

.content-card .card-body {
	background: #fbfbfb;
}

.content-card .card-header h5 {
	color: #00a894;
	font-weight: 700;
}

.enabled-circle {
	background: #00a894;
	vertical-align: middle !important;
	font-weight: 800;
	color: white;

}

.alert-icon {
	font-size: 49px;
	opacity : 50%;
}

.required-icon {
	color: #ef4444;
	font-size: .8rem;
}

.header
{
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
 
    -webkit-transition-timing-function: cubic-bezier( 0.215, 0.610, 0.355, 1.000 );
    transition-timing-function: cubic-bezier( 0.215, 0.610, 0.355, 1.000 );
 
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
}
 
.header--hidden
{
    -webkit-transform: translateY( -100% );
    -ms-transform: translateY( -100% );
    transform: translateY( -100% );
}

.circle{
    counter-reset: list-counter;
    list-style: none;
    float:left;
}
.circle li{
    margin: 1.5em 0;    
}
.circle li:before{
    content: counter(list-counter);
    counter-increment: list-counter;
    width: 1em;
    height: 1em;
    padding: .5em;
    margin-right: 1em;
    border-radius: 50%;
    border: .25em solid #ccc;
    background: #000;
    color: #fff;
    font-family: arial;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    
}

.pill-badge {
    border-radius: 10rem;
	display: inline-block;
    padding: .4rem .5rem;
    font-size: .75rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
	 background-color: #e4e4e4;
	margin-bottom: 3px;
	color: #212529;
}

.pill-badge-lg {
border-radius: 10rem;
    display: inline-block;
    padding: 0.6rem 0.8rem;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #00a894;
    margin-bottom: 3px;
    color: white;
}

.pill-badge-event {
border-radius: 10rem;
    display: inline-block;
    padding: 0.6rem 0.8rem;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    margin-bottom: 3px;
    color: white;
}

.break {
	border-top: 1px solid #e4e4e4;
	
}

img.coach-list {
	display: block;
    border-radius: 50%;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    width: 150px;
    height: auto;
}

a.coach-name {
	color: #00a894;
	font-size: 1.3rem;
	font-weight: 600;
}

a.coach-name:hover {
  text-decoration: none;
}

a.coach-name h3 {
	color: #00a894;
	font-size: 1.3rem;
	font-weight: 600;
}

article.content-hub .submitted-message p {
font-size: 1rem;
    background: #00a89444;
    padding: 1rem;
}



.author-info {
	background-color: #fbfbfb;
}

.blog-author-img {
	border-radius: 50%;
}

.subscribe-form input[type="email"] {
    border-radius: 1.25rem;
    border: 1px solid #cecece;
    padding: 7px 15px;
	  font-size: 0.9rem;
		min-width: 250px;
	
}

.subscribe-form .submitted-msg {
  color: #00a894;
	font-weight: 700;
}

.subscribe-form div.submitted-message  {
  color: white;
	font-weight: 700;
	margin-top: 8px;
;
}

.subscribe-form .hs-error-msg {
	font-size: 0.9rem;
	color: #ffd3d3;
	margin-bottom: 0;
}
.subscribe-form .hs_error_rollup {
  display: none;  
}

.subscribe-form ul li:before {
	background-image: none;
}

.subscribe-form input[type="submit"] {
    border-radius: 50px;
	  margin-top: 1rem;
    cursor: pointer;
    font-size: 1rem;
    border: 0;
    padding: 14px 25px;
    background: #c4355a;
    color: white;
    font-weight: 800;
    box-shadow: 0 0px 0px 0 rgb(0 153 139 / 0%);
    display: inline-block;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
}

.subscribe-form h4 {
	font-size: 1.2rem
}
.subscribe-form p {
	font-size: 0.9rem !important;
}

.follow-icons,
.follow-icons a,
.follow-icons a:hover {
	color: white;
	font-size: 1.3rem;
}

.partner-post-title h1 {
	font-weight: 800;
	font-size: 3rem;
	margin-bottom: 1rem;
}

.partner-post-title {
	background-color: #00a894;
	color: white;
}

section.blog-follow {
	margin-bottom: 0 !important;
	border-bottom: 2px solid rgb(242, 242, 242);
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}

.sub-small form {
	display:flex; flex-direction: row; 
}

.sub-small  {
	display:flex; flex-direction: row; 
}

.sub-small form .hs-email {
	display:flex; flex-direction: row; 
}

.sub-small input[type="submit"] {
	margin: 0 !important;
	padding: 8px 20px !important;
}

.sub-small input[type="email"] {
	margin-left: 1rem;
	margin-right: 1rem;
	margin-top: 4px;
}

.sub-small label {
	margin-top: 10px;

	font-size: 0.9rem;
}

.sub-small .inputs-list {
	padding-left: 0 !important;
}

.sub-small .hs-error-msg {
    font-size: .8rem !important;
    position: absolute !important;
    width: 200px !important;
    transform: translate(-243px,38px) !important;
	  padding-left: 3px;
}

.sub-small .subscribe-title {
	margin-top: 7px;
	font-weight: 700;
	margin-right: 1.2rem;
}

.content-listing h1 {
font-size: 1.5em;
	font-weight: 600;
	color: #4a4a4a;
}

.content-listing a {
	color: #212529;
}

.content-listing a:hover {
	color: #212529;
	text-decoration: none;
}
.content-listing .card {
	background-color: #f5f5f5;
	border: none;
	border-radius: .5rem;
}

.content-listing h2 {
font-weight: 800;
    color: #00a894;
	font-size:  2.25rem;
}

.partner-desc {
	font-size: 1.25rem;
}

time.publish-date {
	font-size: 0.85rem;
	font-weight: 600;
}

i.publish-date {
		font-size: 0.85rem;
	top: 3px;
}



:root {
  --star-size: 20px;
  --star-color: #e4e4e4;
  --star-background: #fc0;
}

.Stars {
  --percent: calc(var(--rating) / 5 * 100%);
  display: inline-block;
  font-size: var(--star-size);
  font-family: Times;
  line-height: 1;
}
.Stars::before {
  content: "★★★★★";
  letter-spacing: 3px;
  background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.rating-title {
	font-size: .9rem;
	font-weight: 600;
}

.green-bg-grad {
  background: #00a894;
  background: linear-gradient(45deg,  #00a894 65%, #a0cd49 100%);
    width: 100%;
    position: relative;
    background-size: cover;
}

img.author-avatar {
	border-radius: 50%;
	height: 3rem;
}

h2.sec-header {
  font-size: 1.75rem;
	color: #00a894;
	font-weight: 800;
}

article.card {
  background: #f4f4f4;
	border: none;
	border-radius: 0.75rem;
}

article.card h5 {
	font-weight: 800;
}

article.card a {
	text-decoration: none;
	color: inherit;
}

article.card .card-footer {
	background-color: inherit !important;
	border-top: 0 !important;
}

article.card .card-footer:last-child {
border-radius: 0 0 0.75rem 0.75rem;
}

article.card .article-pic {
	border-top-left-radius: 0.75rem;
	border-top-right-radius: 0.75rem;
	object-fit: cover;
    height: 200px;
}

section.article h3 {
	color: #00a894;
}

section.article h4 {
	font-size:1.1rem;
	font-weight: 700;
}

section.article .article-link ul {
	margin-bottom: 0 !important;
}

section.article figure {
	text-align: center;
}

a.clear {
	text-decoration: none;
	color: inherit;
}

a.clear:hover {
	text-decoration: none;
	color: #00a894;
}

ol.journey-steps{
  margin-top: 2rem;
  border-radius: 12px;
  position: relative;
  list-style: none;
  counter-reset: journey;
}	

ol.journey-steps li{
  padding-bottom: 2rem;
  border-left: 4px dashed #c4c4c4;
  position: relative;
  padding-left: 35px;
  margin-left: 10px;
	counter-increment: journey;
}
ol.journey-steps li:last-child{
    padding-bottom: 0;
	  border: none;
	  left:4px;
  }
ol.journey-steps li:before{
content: counter(journey);
    font-size: 28px;
    color: white;
    width: 40px;
    height: 40px;
    background: #00a894;
    border-radius: 50%;
    position: absolute;
    top: -8px;
    left: -22px;
    padding-left: 12px;
    padding-top: 0;
    font-weight: 800;
  }


ol.series-steps{
margin-top: 1.25rem;
    border-radius: 12px;
    position: relative;
    list-style: none;
    counter-reset: series;
}	

ol.series-steps li{
padding-bottom: 1.25rem;
    border-left: 3px dashed #c4c4c4;
    position: relative;
    padding-left: 24px;
    margin-left: -17px;
    counter-increment: series;
    text-align: left;
}
ol.series-steps li:last-child{
    padding-bottom: 0;
	  border: none;
	  left:4px;
  }

ol.series-steps li:before{
content: counter(series);
    font-size: 14px;
    color: white;
    width: 20px;
    height: 20px;
    background: #00a894;
    border-radius: 50%;
    position: absolute;
    top: 1px;
    left: -13px;
    padding-left: 1px;
    padding-top: 0px;
    font-weight: 800;
    text-align: center;
  }


h4.journey {
	font-size: 1.25rem;
	font-weight: 800;
	color: #00a894;
}


.cl-green {
	color: rgb(0, 169, 149) !important;
}

.cl-lime-green {
	color: rgb(160, 205, 73) !important;
}

.cl-orange {
	color: rgb(214, 85, 42) !important;
}

.cl-red {
	color: rgb(196,53,90) !important;
}

.cl-yellow {
	color: #ffda00 !important;
}

.cl-gray {
	color: #50596A !important;
}

.bg-green {
	background-color: rgb(0, 169, 149) !important;
}

.bg-lime-green {
	background-color: rgb(160, 205, 73) !important;
}

.bg-orange {
	background-color: rgb(214, 85, 42) !important;
}

.bg-red {
	background-color: rgb(196,53,90) !important;
}

.bg-yellow {
	background-color: rgb(255, 255, 0) !important;
}

.green {
	background-color: rgba(0, 169, 149, 0.2) !important;
}

.lime-green {
	background-color: rgba(160, 205, 73, 0.2) !important;
}

.orange {
	background-color: rgba(214, 85, 42, 0.2) !important;
}

.red {
	background-color: rgba(196,53,90,0.2) !important;
}

.yellow {
	background-color: rgba(255, 255, 0,0.2) !important;
}

@media screen and (max-width: 576px) {
	.nav-bar {
		height: 60px !important;
	}
}

h1.contact-us {
	color: #212529;
    font-weight: 800;
}

.cu-social-links a{
	color:white;
	text-decoration: none;
	font-size: 3rem;
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}

.cu-social-links a:hover{
	color:white;
	text-decoration: none;
	box-shadow: 0 0.6rem 0.6rem 0 rgba(0,0,0,0.1);
}


.service-card {
	background-color: #f4f4f4;
  border-radius: 40px;
	box-shadow: 4px 5px #4a4a4a73;
	color: #212529;
}

.service-card h3{
	font-weight: 800;
  font-size: 1.35rem;
}

.service-card:hover {
	transition: all 0.3s ease-out;
	transform: scale(1.05);
}

.service-card:hover h3 {
	color: #00a894;
		transition: all 0.3s ease-out;
}

.service-card:hover a {
	transform: scale(1.2);
		transition: all 0.3s ease-out;
}

.service-card:hover img {
	transform: scale(1.1);
	transition: all 0.3s ease-out;
}

.partner-img {
	border-radius: 50%;
	width: 150px !important;
	height: 150px !important;;
}

.t-person {
	font-size: 1rem;
}

.t-position {
	font-weight: 700;
	color: #00a894;
	font-size: 1rem;
}

blockquote.t-quote,
blockquote.t-quote-sml {
    border:none;
    quotes: "\201C""\201D""\2018""\2019";
}

blockquote.t-quote p {
		font-size: 1.1rem;
    font-weight: 600;
	line-height: 30px;
}

blockquote.t-quote-sml p {
		font-size: 1rem;
    font-weight: 400;
}

blockquote.t-quote p:before { 
content: open-quote;
font-weight: 600;
    font-size: 2rem;
	color: #00a894;
} 

blockquote.t-quote-sml p:before { 
content: open-quote;
font-weight: 800;
    font-size: 1rem;
	color: #00a894;
} 

blockquote.t-quote p:after { 
content: close-quote;
font-weight: 600;
    font-size: 2rem;
	color: #00a894;
}

blockquote.t-quote-sml p:after { 
content: close-quote;
font-weight: 800;
    font-size: 1rem;
	color: #00a894;
}

.event-type {
	font-weight: 800;
}

.event-time {
  font-weight: 800;
	font-size: 1.25rem;
	
}

.event-time-sml {
  font-weight: 800;
	font-size: 1rem;
	
}

.time-sub {
	font-size: 0.9rem;
    font-weight: 800;
    color: #555555a3;	
}

.event-desc {
	
}

.event-name-bg {
	padding: 15px;
	background: #f4f4f4;

}

.event-name {
		font-weight: 800;
}

.event-card {
	background-color: #f4f4f4;
	border-radius: 2rem;
	font-weight: 600;
}

.event-after {
	font-weight: 800;
	font-size: 1.1rem;
}

.event-cost {
	font-size: 3rem;
	font-weight: 800;
}

.event-cost-free {
	font-size: 2.5rem;
	font-weight: 800;
}

.event-cost-sub {
	font-size: 0.9rem;
	transform: translateY(-10px);
}


.event-card ul,
.event-card ul li {
  padding: 0;
  list-style: none;
	margin: .8rem;
}

.event-card ul li:before {
    content: none;
}

.event-card ul li {
	border-bottom: 1px #ddd9d9 dashed;
		padding-bottom: 0.8rem;
}

.event-card ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.why-desc p {
	font-size: 1.1rem;
}

.why-desc p:last-child {
	margin-bottom: 0
}

.coach-finder select,
.coach-finder .form-control{
	border-radius: 1.25rem;
	padding: 0.375rem 1rem;
	max-width: 300px;
}

h1.finder {
	color: #212529;
    font-weight: 800;
}

.card-partner {
	border-radius: 1rem !important;
}



.card-partner:hover {
	border: 1px solid #00a894;
	box-shadow: 0px 5px 9px rgba(38, 38, 38, 0.2) !important;
	transition: all 0.3s ease-out;
}

.card-event {
	border-radius: 1rem !important;
}



.card-event:hover {
	border: 1px solid #00a894;
	box-shadow: 0px 5px 9px rgba(38, 38, 38, 0.2) !important;
	transition: all 0.3s ease-out;
}


a.card-link {
	text-decoration: none;
	color: inherit;
}

a.card-link:hover {
	text-decoration: none;
	color: inherit;
}

img.partner-pic {
	height: auto;
	border-top-left-radius: calc(1rem - 1px);
	border-top-right-radius: calc(1rem - 1px);
}

ul.partner-list {
	list-style-type: none;
}

ul.partner-list li {
	font-size: 0.9rem;
}

.partner-name {
	padding: 15px;
	background: #e4e4e4;
}

.card-partner p {
  margin-bottom: 0.5rem;
  margin-top: 0.7rem;
  font-weight: 700;
}

h2.partner-results {
	text-align: center !important;
    font-weight: 700;
    font-size: 2rem;
	letter-spacing: -.025em;

}

 ul.partnering-desc,
  ul.partnering-desc li {
  padding: 0;
  margin: 0;
  list-style: none;
	margin: .8rem;
	margin-left: 1.25rem;
}

 ul.partnering-desc li:before {
    content: '\f111';
    font-family: 'Font Awesome 5 Pro';
    float: left;
    margin-left: -.25rem;
    color: #868686;
    background: 0;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    top: 7px;
    font-weight: 900;
    font-size: 8px;
}

.support-description ul,
.support-description  ul li {
  padding: 0;
  margin: 0;
  list-style: none;
	margin: .8rem;
	margin-left: 1.25rem;
}

.support-description  ul li:before {
    content: '\f111';
    font-family: 'Font Awesome 5 Pro';
    float: left;
    margin-left: -.25rem;
    color: #868686;
    background: 0;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    top: 7px;
    font-weight: 900;
    font-size: 8px;
}

.event-subtitle {
	font-size: 1.25rem;
	color: #555;
}

.event-suitable {
	font-size: 1rem;
	font-weight: 800;
}

hr.time-sep {
	color: #c3c3c3;
}

.event-carousel [data-bs-target] {
	background-color: #00a894 !important;

}

.event-carousel {
	bottom: -60px !important;
	margin-top: 1.5rem !important;
}

.carousel-control-next-icon, .carousel-control-prev-icon  {
	background-image: none !important;
	color: #00a894 !important;
	font-size: 2rem;
} 

.rio-tm .event-carousel [data-bs-target] {
	background-color: #AE002F !important;

}

.rio-tm .event-carousel {
	bottom: -60px !important;
	margin-top: 1.5rem !important;
}

.rio-tm .carousel-control-next-icon, .carousel-control-prev-icon  {
	background-image: none !important;
	color: #AE002F !important;
	font-size: 2rem;
} 

.step-title {
    font-size: 1.3rem;
    font-weight: 800;
    margin-top: 1.5rem;
    margin-bottom: 0.25rem;
}

.lifecycle-step {
	font-size: 2rem;
	border-radius: 50%;
	width: 75px;
	height: 75px;
	line-height: 77px;
	color: white;
}

.step-title-sml {
    font-size: 1.2rem;
    font-weight: 800;
    margin-top: 1.5rem;
    margin-bottom: 0.25rem;
}

.lifecycle-step-sml {
	font-size: 1rem;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 44px;
	color: white;
}

.card-support {
	background: #f4f4f4;
	border-radius: 2rem;
}

.lifecycle-sml {
	font-size: 0.9rem;
}

header.event-hero h1 {
	font-weight: 800;
	font-size: 2.5rem;
	margin-bottom: 0;

}

header.event-hero h2 {
	font-weight: 400;
	font-size: 2rem;
	margin-bottom: 0;

}

.event-description-highlight {
	font-size: 1.1rem;
}

.presenter-desc-sml {
	font-size: 0.9rem;
}

.partner-name-hero {
	font-weight:700;
	font-size: 1.25rem;
}

.event-type-lg {
	font-weight: 700;
		font-size: 1.25rem;
}

h3.presenter-name-lg{
	font-weight:700;
	font-size: 1.5rem;
}

.partner-bio {
	font-size: 1.1rem;
}

.presenter-card {
	background-color: #f4f4f4;
	border-radius: 2rem;
}

.video-expert {
  max-width:  600px !important;
}

.mode-img {
  height: 40px;
  width: 40px;
}

.mode-desc {
	font-size: 0.85rem;
}

.cta-link-sml {
	color: #ef4444;
    font-size: 1rem;
    font-weight: 700;
}

.feature-heading {
	font-size: 1.1rem;
}

.partner-name-basic {
	font-weight:700;
	font-size: 1.25rem;
}

.navbar .megamenu{ padding: 1rem; }

/* ============ desktop view ============ */
@media all and (min-width: 992px) {

  .navbar .has-megamenu{position:static!important;}
  .navbar .megamenu{left:0; right:0; width:100%; margin-top:0;  }

}	
/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */
@media(max-width: 991px){
  .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
    overflow-y: auto;
      max-height: 90vh;
      margin-top:10px;
  }
}
/* ============ mobile view .end// ============ */

.sf-terms{
	margin-top: 3rem;
	margin-bottom: 3rem;
	font-size: 0.9rem;
}

.sf-terms > ol > li li {
	font-weight: 400;
}

.sf-terms > ol > li {
	font-weight: 700;
}

.sf-terms li {
	margin-bottom: 0.5rem;
}