/* Document level adjustments */
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Gothic+A1&display=swap");
html {
  font-size: 16px; }

@media (max-width: 900px) {
  html {
    font-size: 14px; } }

@media (max-width: 400px) {
  html {
    font-size: 13px; } }

body {
  font-family: 'Gothic A1', sans-serif;
  line-height: 1.3; }

.nav ul li {
  font-size: 0.9rem;
  font-weight: 700; }

.slidermain .slidercontent ul li {
  font-size: 1.3rem; }

.buttonwrap a {
  font-size: 1.1rem; }

.slider2 .slidercontentwrap .slidecontent p {
  font-size: 1.1rem; }

h1, h2, h3, h4, h5 {
  font-weight: 400; }

/* Type will scale with document */
h1 {
  font-size: 2.5rem;
  font-family: 'Playfair Display', serif; }

h2 {
  font-size: 2.2rem;
  line-height: 1.2;
  font-family: 'Playfair Display', serif; }

h3 {
  font-size: 1.7rem;
  font-family: 'Playfair Display', serif; }

h4 {
  font-size: 1.2rem;
  font-family: 'Playfair Display', serif; }

h5 {
  font-size: 1rem;
  font-family: 'Playfair Display', serif; }

.bannercontent h1 {
  font-size: 5.5rem;
  line-height: 100px;
  font-weight: 400;
  font-family: 'Playfair Display', serif; }

.bannercontent h2 {
  font-size: 5.5rem;
  line-height: 100px;
  font-weight: 400;
  font-family: 'Playfair Display', serif; }

@media (max-width: 767px) {
  .slidermain .slidercontent h2 {
    font-size: 1.4rem;
    padding-top: 20px; } }

body {
  font-family: "Gothic A1", sans-serif;
  font-weight: 400;
  line-height: 1.75;
  color: #2b394a; }

a:hover {
  text-decoration: none !important; }

h1,
h2,
h3,
h4,
h5 {
  margin: 3rem 0 1.38rem;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  line-height: 1.3; }

h1 {
  margin-top: 0;
  font-size: 3.052rem; }

h2 {
  font-size: 2.441rem; }

h3 {
  font-size: 1.953rem; }

h4 {
  font-size: 1.563rem; }

h5 {
  font-size: 1.25rem; }

h3,
h4,
h5 {
  margin: 1.5rem 0 1rem; }

.lead {
  font-size: 1.5rem; }

/*responsive size for the images*/
img {
  max-width: 100%;
  height: auto; }

.mobile,
.menubar,
.mobilemenu {
  display: none; }

.bi-btn {
  font-weight: 700;
  font-family: 'Gothic A1', sans-serif;
  color: #2B394A;
  text-align: center;
  letter-spacing: 0.03em;
  padding: 18px 40px;
  background-color: transparent;
  border: 2px solid transparent;
  border-radius: 56px;
  text-decoration: none; }

.primary {
  background-color: #E89D41; }

.primary:hover {
  background-color: #F0C08A; }

.secondary {
  background-color: #32B04E; }

.secondary:hover {
  background-color: #5dd177; }

.outline.primary {
  background: transparent;
  border-color: #E89D41;
  color: #E89D41; }

.outline.primary:hover {
  border-color: #E89D41;
  background-color: #E89D41;
  color: inherit; }

.outline.secondary {
  background: transparent;
  border-color: #32B04E;
  color: #32B04E; }

.outline.secondary:hover {
  border-color: #32B04E;
  background-color: #32B04E;
  color: inherit; }

.button:hover {
  color: #000; }

.buttonwrap {
  margin-top: 30px; }

.button:hover {
  color: #fff;
  text-decoration: none; }

p a,
a {
  color: #679970;
  text-decoration: none; }

p.link a {
  display: inline-block;
  padding-right: 30px;
  background: url(../images/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: 100% 70%;
  position: relative; }

p.link a:after {
  content: " ";
  width: 100%;
  border-bottom: 1px solid #679970;
  display: block;
  position: absolute;
  bottom: -5px; }

.wrapper {
  max-width: 1700px;
  margin: auto;
  width: 100%; }

/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 1000; }

.header {
  display: flex;
  padding-top: 0px;
  align-items: center;
  justify-content: center; }
  .header .logo img {
    position: relative;
    top: -5px !important; }

header {
  padding: 10px 0; }

.nav {
  margin-left: auto; }
  .nav ul {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0; }
    .nav ul li {
      margin: 0px 25px;
      position: relative; }
      .nav ul li a {
        color: #000; }
      .nav ul li a:hover {
        text-decoration: none; }
      .nav ul li ul {
        margin: 0;
        padding: 10px 5px;
        min-width: 300px;
        display: none;
        position: absolute;
        border: 0px solid #fff;
        flex-direction: column;
        z-index: 10000;
        padding-top: 18px; }
        .nav ul li ul li {
          margin-left: 0px;
          padding: 10px 10px 10px 20px;
          text-transform: capitalize;
          background: rgba(233, 233, 233, 0.8);
          min-width: 200px;
          text-decoration: none; }
          .nav ul li ul li a {
            color: #333333; }
          .nav ul li ul li a:active,
          .nav ul li ul li a:hover {
            text-decoration: none; }
        .nav ul li ul li:hover {
          background: rgba(209, 209, 208, 0.8); }
        .nav ul li ul li.current-menu-item a {
          border: 0; }
    .nav ul li:last-child ul {
      left: -100px; }

.nav ul li:hover ul {
  display: block; }

.home .banner .frow {
  min-height: 700px; }

.home .banner .bannercontent {
  max-width: 730px; }
  .home .banner .bannercontent h1 {
    margin-right: 60px; }
  .home .banner .bannercontent h2 {
    margin-right: 60px; }
  .home .banner .bannercontent .buttons {
    margin-top: 40px; }

.bannercontact .bannercontent {
  width: 50%;
  padding: 40px;
  margin: aut0;
  background: #FFF9D7;
  position: absolute;
  bottom: -100px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto; }
  .bannercontact .bannercontent h1 {
    font-size: 2rem;
    line-height: 2.5rem;
    text-align: center; }

  .bannercontact .bannercontent h2 {
    font-size: 2rem;
    line-height: 2.5rem;
    text-align: center; }

section.ourintent,
section.exploring,
section.ready,
section.values {
  position: relative; }
  section.ourintent .frow-container,
  section.exploring .frow-container,
  section.ready .frow-container,
  section.values .frow-container {
    position: relative;
    padding: 80px 0 0; }
  section.ourintent h3,
  section.exploring h3,
  section.ready h3,
  section.values h2 {
    font-size: 1.1rem;
    font-weight: 400;
    color: #4D6473;
    position: relative; }
  /*section.ourintent h3:after,*/
  section.exploring h3:after,
  section.ready h3:after {
    content: " ";
    width: 95px;
    border-bottom: 5px solid rgba(50, 176, 78, 0.21);
    display: block;
    position: absolute;
    bottom: -2px; }
section.values h2:after {
    content: " ";
    width: 95px;
    border-bottom: 5px solid rgba(50, 176, 78, 0.21);
    display: block;
    position: absolute;
    bottom: -2px; }
  section.exploring h2,
  section.ready h2 {
    margin-top: 30px;
    font-weight: 400;
    line-height: 46px;
}
  section.ourintent h3 {
    margin-top: 30px;
    font-weight: 400;
    line-height: 46px;
	font-size: 2.441rem;
	margin: 3rem 0 1.38rem;
    font-family: "Playfair Display", serif;
	color: #2b394a;
}
section.values h3 {
    margin-top: 30px;
    font-weight: 400;
    line-height: 46px;
	font-size: 2.441rem;
	color: #2b394a;
}
  section.ourintent p.highlight,
  section.exploring p.highlight,
  section.ready p.highlight,
  section.values p.highlight {
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 40px; }
  section.ourintent .buttons,
  section.exploring .buttons,
  section.ready .buttons,
  section.values .buttons {
    margin-top: 40px; }

section.ourintent:before {
  content: " ";
  position: absolute;
  top: 0;
  right: 50%;
  left: 0px;
  bottom: 30%;
  background: #FFE6B7;
  z-index: -1; }

section.exploring,
section.values {
  padding-top: 0; }
  section.exploring .frow-container,
  section.values .frow-container {
    position: relative;
    padding-bottom: 80px;
    padding-top: 0; }
  section.exploring .col-md-4-10:first-child,
  section.values .col-md-4-10:first-child {
    order: 2;
    margin-left: auto; }
  section.exploring .col-md-4-10:nth-child(2),
  section.values .col-md-4-10:nth-child(2) {
    order: 1; }
  section.exploring img,
  section.values img {
    display: block; }
  section.exploring .contentblock,
  section.values .contentblock {
    padding-top: 100px; }
  section.exploring h3:after,
section.values h2:after
  section.values h3:after {
    content: " ";
    width: 175px;
    border-bottom: 5px solid rgba(50, 176, 78, 0.21);
    display: block;
    position: absolute;
    bottom: -2px; }

section.values .frow-container {
  position: relative;
  padding: 0px 0 0; }

section.exploring:before,
section.values:before {
  content: " ";
  position: absolute;
  top: 10%;
  right: 0px;
  left: 50%;
  bottom: 0%;
  background: #FFE6DC;
  z-index: -1; }

section.values:before {
  background: #f5f5f5; }

section.ready {
  margin-top: 80px; }

section.ready:before {
  content: " ";
  position: absolute;
  top: 0;
  right: 50%;
  left: 0px;
  bottom: 30%;
  background: #FFFCA1;
  z-index: -1; }

section.success {
  padding: 0px 0;
  margin-top: 80px;
  position: relative; }
  section.success h2 {
    text-align: center;
    margin-bottom: 20px; }
  section.success p.intro {
    width: 70%;
    margin: auto;
    text-align: center;
    margin-bottom: 60px; }
  section.success .frow-container {
    position: relative;
    padding-bottom: 80px;
    padding-top: 80px; }
  section.success .success-block {
    background: #fff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    padding: 17.5px 20.5px 30px;
    border-radius: 4px; }
    section.success .success-block blockquote {
      padding: 0;
      margin: 0;
      background: url(../images/quote.svg);
      background-repeat: no-repeat;
      background-position: top left; }
    section.success .success-block .cite {
      display: flex;
      align-items: center; }
      section.success .success-block .cite .authordetails {
        margin-left: 0px; }
        section.success .success-block .cite .authordetails h4 {
          font-size: 1.2rem;
          line-height: 27px; }
        section.success .success-block .cite .authordetails h5 {
          font-family: 'Gothic A1', sans-serif;
          font-size: 0.9rem;
          color: #75858f; }
    section.success .success-block p.readall a {
      color: #32b04e;
      display: inline-block;
      padding-right: 30px;
      background: url(../images/arrow.svg);
      background-position: 100% 50%;
      background-repeat: no-repeat; }

section.calltoaction {
  margin-top: 50px;
  background: #2B394A; }
  section.calltoaction .cta-block {
    width: 100%;
    display: flex;
    padding: 30px 20px;
    align-items: center; }
section.calltoaction .cta-block h2 {
      margin: 0;
	font-size : 1.953rem;
      padding: 0 50px;
      width: 60%;
      color: #fff; }
    section.calltoaction .cta-block h3 {
      margin: 0;
      padding: 0 50px;
      width: 60%;
      color: #fff; }

section.success:before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0%;
  left: 50%;
  bottom: 0%;
  background: #FFF4E0;
  z-index: -1; }

section.bannerinside {
  background: rgba(217, 217, 217, 0.1);
  position: relative;
  padding-bottom: 60px; }
  section.bannerinside h1.label {
    font-size: 1.2rem;
    padding-top: 40px;
    color: #4D6473; }
  section.bannerinside h3.label {
    font-size: 1.2rem;
    padding-top: 40px;
    color: #4D6473; }
section.bannerinside h1 {
    color: #2B394A;
    margin-right: 60px; }
.resourse-head2{
	font-size : 1.953rem;
}
  section.bannerinside h2 {
    color: #2B394A;
    margin-right: 60px; }
  section.bannerinside p.highlight {
    font-size: 1.2rem;
    color: #2B394A;
    margin-right: 60px; }
  section.bannerinside h3 {
    font-size: 1rem;
    color: #2B394A;
    margin-right: 60px;
	font-family: "Gothic A1", sans-serif !important;
}
  section.bannerinside p {
    font-size: 1rem;
    color: #2B394A;
    margin-right: 60px; }
  section.bannerinside p.back {
    font-size: 1rem;
    color: #4D6473; }
    section.bannerinside p.back a {
      color: #4D6473;
      display: inline-block;
      background: url(../images/cil-arrow-left.svg);
      background-repeat: no-repeat;
      background-position: 0 40%;
      padding-left: 35px; }
  section.bannerinside .logo {
    margin: 20px 0; }
  section.bannerinside .bannerinsidecontent {
    margin-left: 20px; }

section.bannerinside.left .col-md-5-10:first-child {
  order: 2; }

section.bannerinside.left .col-md-5-10:last-child {
  order: 1; }

section.bannerinside:before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0%;
  left: 60%;
  bottom: 0%;
  background: #FFE6B7;
  z-index: -1; }

section.bannerinside.left:before {
  content: " ";
  position: absolute;
  top: 0;
  right: 52%;
  left: 0%;
  bottom: 20%;
  background: #FFE6B7;
  z-index: -1; }

section.bannerinside.grey {
  background: none; }

section.bannerinside.grey:before {
  background: #F5F5F5; }

section.bannerinside.darkyellow:before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0%;
  left: 45%;
  bottom: 50%;
  background: #FFE6B7;
  z-index: -1; }

section.bannerinside.darkyellow {
  background: none; }
  section.bannerinside.darkyellow .col-md-5-10 .imageblock {
    display: flex;
    margin: 40px; }
    section.bannerinside.darkyellow .col-md-5-10 .imageblock img {
      display: block;
      margin-left: auto; }

section.bannerinside.darkyellow:before {
  background: #F0C08A; }

section.twocolumn {
  padding: 10px;
  position: relative;
  padding-bottom: 40px; }
  section.twocolumn h3 {
    font-size: 1.1rem;
    font-weight: 400;
    color: #4D6473;
    position: relative;
    display: inline-block; }
  section.twocolumn h3:after {
    content: " ";
    width: 100%;
    border-bottom: 5px solid rgba(50, 176, 78, 0.21);
    display: block;
    position: absolute;
    bottom: -2px; }
  section.twocolumn ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    section.twocolumn ul li {
      padding: 10px 20px 10px 40px;
      background: url(../images/square.svg);
      background-repeat: no-repeat;
      background-position: 0 0; }

section.twocolumn:before {
  content: " ";
  position: absolute;
  top: -50px;
  right: 90%;
  left: 0%;
  bottom: 0%;
  background: #FFE6DC;
  z-index: -1; }

footer {
  background: #131F2E;
  padding: 80px 0;
  color: #fff; }
  footer a,
  footer a:hover {
    color: #fff; }
  footer a:hover {
    color: #E89D41; }
  footer ul {
    list-style: none;
    margin: 0 40px 0 40px;
    padding: 0; }
    footer ul li {
      padding: 2px 0 2px 0; }
  footer h4 {
    margin-bottom: 20px;
    margin-left: 40px;
    margin-top: 0; }
  footer .social ul {
    display: flex;
    margin: 0;
    padding: 0; }
    footer .social ul li {
      background: url(../images/facebook.svg);
      background-repeat: no-repeat;
      background-size: 24px 24px;
      display: block;
      text-indent: -999999px;
      width: 24px;
      height: 24px; }
      footer .social ul li a {
        display: block;
        width: 24px;
        height: 24px; }
    footer .social ul li.linkedin {
      background: url(../images/linkedin.svg);
      background-repeat: no-repeat;
      background-size: 24px 24px;
      display: block;
      text-indent: -999999px;
      width: 24px;
      height: 24px; }
      footer .social ul li.linkedin a {
        display: block;
        width: 24px;
        height: 24px; }

section.tabslayout {
  margin-top: 20px;
  margin-bottom: 60px; }
  section.tabslayout #tabs ul {
    list-style: none;
    padding: 0;
    margin: 0 0 5px 0;
    display: flex;
    flex-flow: row wrap;
    position: relative; }
    section.tabslayout #tabs ul li {
      flex: calc(50% - 20px);
      text-align: center;
      font-size: 1.6rem;
      color: #2B394A;
      font-weight: 400;
      border: 4px solid #FFE6DC;
      margin: 0 10px;
      position: relative; }
      section.tabslayout #tabs ul li a {
        color: #2B394A;
        display: block;
        padding: 10px 0; }
      section.tabslayout #tabs ul li a:hover,
      section.tabslayout #tabs ul li a:active,
      section.tabslayout #tabs ul li a:focus {
        text-decoration: none; }
    section.tabslayout #tabs ul li:first-child {
      border-color: #FFE6B7; }
    section.tabslayout #tabs ul li.ui-tabs-active {
      background: #FFE6B7;
      border: 0;
      padding: 0px 0;
      position: relative; }
      section.tabslayout #tabs ul li.ui-tabs-active a {
        padding: 15px 0; }
    section.tabslayout #tabs ul li.ui-tabs-active:after {
      content: " ";
      position: absolute;
      background: #FFE6B7;
      bottom: -2px;
      height: 2px;
      left: 0;
      right: 0; }
    section.tabslayout #tabs ul li.ui-tabs-active:last-child {
      background: #FFE6DC; }
    section.tabslayout #tabs ul li.ui-tabs-active:last-child:after {
      background: #FFE6DC; }
  section.tabslayout #tabs .ui-tabs-panel {
    display: none;
    margin-left: 10px;
    margin-right: 10px;
    background: #FFE6B7;
    padding: 30px; }
    section.tabslayout #tabs .ui-tabs-panel ul {
      flex-direction: column; }
    section.tabslayout #tabs .ui-tabs-panel li {
      border: 0;
      font-size: 1rem;
      text-align: left;
      margin-bottom: 20px; }
    section.tabslayout #tabs .ui-tabs-panel li.label {
      font-size: 1.3rem;
      font-family: 'Playfair Display', serif;
      margin-bottom: 0;
      font-weight: bold; }
  section.tabslayout #tabs #tabs-2 {
    background: #FFE6DC; }

section.individualtestimonials {
  margin-top: 60px; }
  section.individualtestimonials .testimonials .testimonial {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    margin-bottom: 20px;
    cursor: pointer; }
    section.individualtestimonials .testimonials .testimonial .authorimage img {
      display: block; }
  section.individualtestimonials .testimonials .authordetails {
    margin-left: 20px; }
  section.individualtestimonials .testimonials .testimonial:hover {
    background: #FFFFFF;
    box-shadow: 0px 4px 12px -4px rgba(22, 34, 51, 0.12), 0px 16px 32px rgba(22, 34, 51, 0.16);
    border-radius: 16px; }
  section.individualtestimonials .testimonials-details {
    margin-left: 40px; }
    section.individualtestimonials .testimonials-details .testimonial-content {
      display: none; }
    section.individualtestimonials .testimonials-details .testimonials1 {
      display: block; }

section.testimonials {
  margin-top: 60px; }
  section.testimonials .testimonial {
    padding-bottom: 40px; }
    section.testimonials .testimonial blockquote {
      padding: 0;
      margin: 0;
      background: url(../images/quote.svg);
      background-repeat: no-repeat;
      background-position: top left; }
    section.testimonials .testimonial .cite h4 {
      font-size: 1.2rem;
      padding: 0;
      margin: 0; }

section.jointheclub .jointheclubblock {
  margin-top: 40px;
  background: #FFE6B7;
  padding: 60px 120px;
  text-align: center; }
  section.jointheclub .jointheclubblock h2 {
    margin-bottom: 35px; }
  section.jointheclub .jointheclubblock .buttonwrap {
    margin-bottom: 30px; }
  section.jointheclub .jointheclubblock .buttontransparent {
    color: #32B04E; }

section.companytestimonials .logo img {
  display: block; }

section.companytestimonials .block {
  background: #fff;
  box-shadow: 0px 8px 16px -4px rgba(22, 34, 51, 0.08);
  margin-bottom: 30px; }
  section.companytestimonials .block .company-content {
    padding: 20px; }
section.companytestimonials .block h2 {
    margin-bottom: 20px;
	margin: 1.5rem 0 1rem;
	font-size: 1.563rem;
}
  section.companytestimonials .block h4 {
    margin-bottom: 20px; }
  section.companytestimonials .block p.read a {
    display: inline-block;
    padding-right: 25px;
    background: url(../images/arrow.svg);
    background-repeat: no-repeat;
    background-position: 100% 90%; }

body.page-template-page-testimonials-company .jointheclubblock {
  background: #f5f5f5; }

.contactinfo {
  margin-top: 145px; }
  .contactinfo .callus h2 {
    font-size: 1.4rem;
    margin-bottom: 0; }

.resources {
  margin-top: 145px; }
  .resources .nolists {
    list-style: none;
    margin: 0;
    padding: 0; }
    .resources .nolists li {
      margin-bottom: 30px; }

.leadership .photo {
  padding: 5px; }

.leadership h1 {
  margin: 0;
  padding: 0;
  font-size: 1.6rem; }

.leadership h2 {
  margin: 0;
  padding: 0;
  font-size: 1.6rem; }

.leadership h3 {
  margin: 0;
  padding: 0;
  font-size: 1.3rem; }

.leadership ul {
  list-style: none;
  padding: 0; }

.workshopwrap {
  padding: 80px 0 80px 0;
  background: #FDFDF8; }
  .workshopwrap .intro {
    text-align: center;
    padding-bottom: 60px; }
  .workshopwrap .workshops ul {
    padding: 0;
    margin: 50px 110px 0 0;
    list-style: none; }
    .workshopwrap .workshops ul li {
      padding: 20px 20px 20px 70px;
      background: url(../images/icon-resilience.svg);
      background-repeat: no-repeat;
      background-position: 10px 10px;
      cursor: pointer;
      margin-bottom: 10px; }
    .workshopwrap .workshops ul li.active {
      background-color: #fff;
      box-shadow: 0px 4px 12px -4px rgba(22, 34, 51, 0.12), 0px 16px 32px rgba(22, 34, 51, 0.16); }
    .workshopwrap .workshops ul li.credible {
      background: url(../images/icon-credible.svg);
      background-repeat: no-repeat;
      background-position: 10px 10px;
      cursor: pointer;
      margin-bottom: 10px; }
    .workshopwrap .workshops ul li.story {
      background: url(../images/icon-story.svg);
      background-repeat: no-repeat;
      background-position: 10px 10px;
      cursor: pointer;
      margin-bottom: 10px; }
    .workshopwrap .workshops ul li.personal {
      background: url(../images/icon-personal.svg);
      background-repeat: no-repeat;
      background-position: 10px 10px;
      cursor: pointer;
      margin-bottom: 10px; }
    .workshopwrap .workshops ul li.harnessing {
      background: url(../images/icon-harnessing.svg);
      background-repeat: no-repeat;
      background-position: 10px 10px;
      cursor: pointer;
      margin-bottom: 10px; }
    .workshopwrap .workshops ul li.value {
      background: url(../images/icon-value.svg);
      background-repeat: no-repeat;
      background-position: 10px 10px;
      cursor: pointer;
      margin-bottom: 10px; }
    .workshopwrap .workshops ul li.emotional {
      background: url(../images/icon-emotional.svg);
      background-repeat: no-repeat;
      background-position: 10px 10px;
      cursor: pointer;
      margin-bottom: 10px; }
    .workshopwrap .workshops ul li.authentic {
      background: url(../images/icon-authentic.svg);
      background-repeat: no-repeat;
      background-position: 10px 10px;
      cursor: pointer;
      margin-bottom: 10px; }
    .workshopwrap .workshops ul li.leveraging {
      background: url(../images/icon-leveraging.svg);
      background-repeat: no-repeat;
      background-position: 10px 10px;
      cursor: pointer;
      margin-bottom: 10px; }
  .workshopwrap .workshop-details {
    margin-top: 100px; }
    .workshopwrap .workshop-details ul {
      list-style: none;
      padding: 0;
      margin: 0; }
    .workshopwrap .workshop-details .topics-covered ul li {
      padding: 5px 0 5px 30px;
      background: url(../images/square.svg);
      background-repeat: no-repeat;
      background-position: 0 5px; }
    .workshopwrap .workshop-details .desired ul li {
      padding: 5px 0 5px 30px;
      background: url(../images/icon.svg);
      background-repeat: no-repeat; }
    .workshopwrap .workshop-details .duration ul li {
      padding: 3px 0 3px 30px;
      background: url(../images/icon-time.svg);
      background-repeat: no-repeat; }
  .workshopwrap .workshop-details .workshop-content {
    display: none; }
  .workshopwrap .workshop-details .workshop1 {
    display: block; }

@media (max-width: 767px) {
  .header {
    justify-content: left;
    padding: 10px 0; }
  .mobile {
    display: block; }
  .desktop {
    display: none; }
  section.intro {
    width: 90%;
    padding-bottom: 20px; }
  .mobile,
  .mobilemenu {
    display: block; }
  .desktop {
    display: none; }
  .mobilemenu {
    background-color: #66996F;
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
    position: fixed;
    top: 80px;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1000000000; }
  .mobilemenu ul {
    list-style: none;
    padding-left: 20px; }
    .mobilemenu ul ul {
      padding: 5px 20px;
      margin: 0; }
  .mobilemenu ul li {
    color: #000;
    font-size: 1.3em;
    padding: 10px 0 10px 0;
    margin: 0; }
    .mobilemenu ul li a {
      color: #fff;
      text-decoration: none; }
    .mobilemenu ul li ul li {
      font-size: 1em; }
  .mobilemenu ul li.search {
    display: none; }
  .menubar {
    position: absolute;
    right: 20px;
    top: 16px;
    z-index: 100000;
    display: block; }
  .menubar .fa-bars {
    color: #000;
    font-size: 23px; }
  .menubar span.close {
    display: none;
    color: #000;
    font-size: 38px;
    position: relative;
    top: -10px; }
  .whyusfeatures {
    display: flex;
    flex-direction: column;
    position: relative;
    margin: auto;
    margin-top: 30px;
    top: 0;
    right: 0;
    left: 20px; }
    .whyusfeatures li {
      width: 100%;
      background: none; }
  section.cta .cta-block {
    flex-direction: column; }
  section.cta .cta-block h3 {
    width: 100%;
    font-size: 1rem;
    padding-left: 0; }
  section.cta .cta-block .buttonwrap {
    margin-left: 0; }
  footer .footercontent {
    flex-direction: column; }
  footer .footercontent .footerlinks {
    margin-left: 0px; }
    footer .footercontent .footerlinks ul {
      margin-left: 0;
      padding-left: 0; }
  footer .footercontent .social ul {
    display: flex; }
  .buttonswrap {
    display: flex;
    margin: 20px 0px; }
  footer .footercontent .footercolumn {
    width: 100%; }
  section.jointheclub .jointheclubblock {
    margin-top: 40px;
    background: #FFE6B7;
    padding: 20px 20px;
    text-align: center; }
  footer h4 {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0px; }
  footer ul {
    list-style: none;
    margin: 0 0px 0 0px;
    padding: 0; }
  section.advisorbanner .advisor-banner-content h2 {
    font-size: 25px;
    font-weight: 400;
    margin: auto 20px; } }
.leader-page-title {
	font-size: 2.441rem;
	margin: 3rem 0 1.38rem;
}
.advisor-page-title {
	font-size: 2.441rem;
	margin: 3rem 0 1.38rem;
}









/* =========================================  */
/*  nav {
      position: relative !important;
      z-index: 1000 !important;
    }

    nav ul {
      list-style: none !important;
      margin: 0 !important;
      padding: 0 !important;
      display: flex !important;
      align-items: center !important;
    }

    nav ul li {
      position: relative !important;
      margin: 0 25px !important;
    }

    nav ul li a {
      color: #000 !important;
      text-decoration: none !important;
      font-size: 0.9rem !important;
      font-weight: 700 !important;
      font-family: 'Gothic A1', sans-serif !important;
      padding: 10px !important;
      display: block !important;
    }

    nav ul li a:hover {
      color: #66996F !important;
    }

   
    .nav.desktop ul ul {
      background-color: #fff !important;
      position: absolute !important;
      top: 100% !important;
      left: 0 !important;
      min-width: 350px !important;
      box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2) !important;
      z-index: 1001 !important;
      padding: 10px 0 !important;
    }

    .nav.desktop ul li:hover > ul {
      display: flex !important;
      flex-direction: column !important;
		align-items: flex-start !important;
    }


    .nav.desktop ul ul li {
      margin: 0 !important;
      padding: 0 !important;
    }

    .nav.desktop ul ul li ul {
      top: 0 !important;
      left: 100% !important;
      background-color: #f1f1f1 !important;
      min-width: 350px !important;
      z-index: 1002 !important;
      display: none !important;
    }

    .nav.desktop ul ul li:hover > ul {
      display: flex !important;
      flex-direction: column !important;
	  align-items: flex-start !important;
    }

    .nav.desktop ul ul li a {
      color: #333 !important;
      padding: 10px 20px !important;
      font-size: 0.9rem !important;
    }

    .nav.desktop ul ul li a:hover {
      background-color: #ddd !important;
      color: #66996F !important;
    }

 
.mobilemenu {
  display: none !important;
    background-color: #66996F !important;
    position: fixed !important;
    top: 80px !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 100000 !important;
    overflow-y: auto !important;
    padding: 20px !important;
}

.mobilemenu.active {
  display: block !important;
}

.mobilemenu ul {
  list-style: none !important;
  padding-left: 20px !important;
  margin: 0 !important;
  display: block !important;
}

.mobilemenu ul li {
  padding: 10px 0 !important;
  font-size: 1.3rem !important;
  font-family: 'Gothic A1', sans-serif !important;
}

.mobilemenu ul li a {
  color: #fff !important;
  text-decoration: none !important;
  display: block !important;
}

.mobilemenu ul li a:hover {
  color: #E89D41 !important;
}

.mobilemenu ul ul {
  padding: 5px 20px !important;
  display: none !important;
}

.mobilemenu ul ul.active {
  display: block !important;
}

.mobilemenu ul ul li {
  font-size: 1rem !important;
}

 
.menubar {
  position: absolute !important;
  right: 20px !important;
  top: 16px !important;
  cursor: pointer !important;
  z-index: 100001 !important;
  display: none !important;
}

.menubar .fa.fa-bars,
.menubar .far.fa-window-close {
  color: #000 !important;
  font-size: 23px !important;
}

.menubar .far.fa-window-close {
  font-size: 38px !important;
  display: none !important;
}

.menubar.active .fa.fa-bars {
  display: none !important;
}

.menubar.active .far.fa-window-close {
  display: block !important;
}

.menubar span.close {
  display: inline-block !important; 
}

@media (max-width: 767px) {
  .mobile, .menubar { 
	  display: block !important; 
	}

  .mobilemenu {
    display: none !important; 
  }

  .mobilemenu.active {
    display: block !important;
  }

  .header {
    justify-content: space-between !important;
    padding: 10px 0 !important;
  }

  nav ul {
    display: block !important;
  }

  nav ul li {
    margin: 0 !important;
    padding: 10px 0 !important;
  }

  nav ul ul {
    position: static !important;
    box-shadow: none !important;
    background-color: transparent !important;
  }

  nav ul ul li a {
    color: #fff !important;
  }

  nav ul ul li a:hover {
    background-color: transparent !important;
    color: #E89D41 !important;
  }

}

@media (max-width: 400px) {
  .mobilemenu ul li {
    font-size: 1.1rem !important;
  }

  .mobilemenu ul ul li {
    font-size: 0.9rem !important;
  }

}


@media (max-width: 767px) {
    section.exploring .contentblock, section.values .contentblock {
        padding-top: 20px !important; 
    }
}

@media (max-width: 400px) {
    section.exploring .contentblock, section.values .contentblock {
        padding-top: 20px !important; 
    }
} */