@import url("./partials/banner-section.css");
@import url("./partials/life-changing-slider.css");
@import url("./partials/our-results.css");
@import url("./partials/results-matter-section.css");
@import url("./partials/accordion-group-section.css");
.hero-banner-text span.optional-text {
  color: rgba(255, 255, 255, 0.5);
}

.people-profile-main {
  padding: 150px 0 56px;
}

.profile-panel-dropdown {
  padding-bottom: 18px;
}

.profile-panel {
  cursor: pointer;
  margin-bottom: 17px;
}

.profile-panel.open .arrow {
  transform: rotate(180deg);
}

.profile-panel::after {
  width: 100%;
  height: 2px;
  opacity: 0.3;
  background-color: #ca8342;
  content: "";
  display: block;
  position: absolute;
}

.profile-panel h3 {
  margin-bottom: 0;
}

.profile-panel .arrow {
  opacity: 0.4;
  right: 0;
  top: 0;
  position: absolute;
  color: #ca8342;
  font-size: 20px;
  line-height: normal;
  transition: all 0.5s ease-in-out;
}

ul.sidebar-list {
  margin: 0;
  padding: 0 0 4px;
  display: none;
}

ul.sidebar-list li::before {
  display: none;
}

.author-list {
  margin-bottom: 14px;
}

.author-avatar {
  width: 48px;
  margin-right: 16px;
}

.author-text {
  width: calc(100% - 64px);
}

.author-text h4 {
  margin-bottom: 0;
  line-height: 24px;
}

.author-text span {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1px;
  display: block;
  text-transform: uppercase;
  font-family: "Gotham-Medium", sans-serif;
}

.our-results-section {
  background-color: #f3f3f2;
}

.our-result-title {
  max-width: 680px;
}

.our-result-title h2 {
  font-size: 48px;
  line-height: 48px;
  letter-spacing: -0.6px;
}

.fluid-container {
  width: 100%;
  left: 0;
  margin-left: 0;
  position: static;
}

.accordion-group-section {
  padding: 62px 0 81px;
  background-color: #f3f3f2;
}
.accordion-group-section .accordion-group {
  --ai-pt: 14px;
  --ai-pb: 14px;
  --ai-pl: 25px;
  --ai-pr: 25px;
}
.accordion-group-section .accordion-group .accordion-item {
  background-color: white;
  box-shadow: 0 3px 16px rgba(157, 157, 157, 0.1607843137);
  border-bottom: 0;
}
.accordion-group-section .accordion-group .accordion-item .heading button .title {
  font-family: "Crimson Text", serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 31px;
}

/*-- media css starts here --*/
@media only screen and (min-width: 768px) {
  .hero-banner-text h1 {
    margin-bottom: -4px;
  }
  body.mac-os .hero-banner-text h1 {
    margin-bottom: 5px;
  }
  .hero-banner-text hr {
    margin: 20px 0 38px;
  }
  blockquote {
    padding: 44px 60px 45px;
    margin: 63px 0 86px;
  }
}
@media only screen and (min-width: 1024px) {
  ul.main_menu > li#menu-item-1349 > a {
    color: #ca8342;
  }
  ul.main_menu > li#menu-item-1349 > a::after {
    visibility: visible;
    opacity: 1;
  }
  .people-profile-article {
    width: 760px;
    margin-right: 90px;
  }
  .people-profile-aside {
    width: calc(100% - 850px);
    padding-top: 3px;
  }
}
@media only screen and (max-width: 1299px) and (min-width: 1024px) {
  .people-profile-article {
    width: 650px;
    margin-right: 40px;
  }
  .people-profile-aside {
    width: calc(100% - 690px);
  }
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .people-profile-main {
    padding: 64px 0 47px;
    display: block;
  }
  .people-profile-article {
    padding-bottom: 26px;
  }
  .fluid-wrap {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) and (min-width: 200px) {
  picture.hero-banner-bg {
    height: 370px;
  }
  .hero-container.container {
    padding: 0;
    background-color: #051c2c;
    display: block;
    position: static;
  }
  .hero-banner-main {
    padding: 43px 20px 38px;
  }
  .hero-banner-text {
    text-align: left;
  }
  .hero-banner-text h1 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 4px;
  }
  .hero-banner-text span.optional-text {
    margin-bottom: 19px;
  }
  .hero-banner-text hr {
    margin: 0 0 23px;
  }
  .fluid-wrap {
    padding: 0;
  }
  .people-profile-main {
    padding: 64px 0 0;
    display: block;
  }
  .people-profile-article {
    padding-bottom: 46px;
  }
  .people-profile-article p iframe {
    height: 200px;
  }
  .people-profile-aside {
    display: none;
  }
  .results-matter-main {
    padding-bottom: 130px;
  }
}

/*# sourceMappingURL=our-people-profile.css.map */
