/*!***********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./sf/assets/src/scss/main.scss ***!
  \***********************************************************************************************************************************************************************/
.filter-bar {
  border: 1px solid #e0e0e0;
  border-left: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.filter-bar__item {
  border-left: 1px solid #e0e0e0;
  padding: 1.2rem;
  flex-grow: 1;
  display: flex;
  align-items: center;
  width: 100%;
}
@media (min-width: 992px) {
  .filter-bar__item {
    width: auto;
    padding: 2rem;
  }
}
.filter-bar__item--last {
  flex-grow: 0;
}
.filter-bar__search-field {
  width: 100%;
  padding: 0.8rem !important;
}
@media (min-width: 1200px) {
  .filter-bar__search-field {
    min-width: 318px;
  }
}
.filter-bar__dropdown {
  cursor: pointer;
  width: 100%;
  padding: 0.8rem;
}
.filter-bar__dropdown svg {
  margin-left: 0.3rem;
}
.filter-bar__clear-btn {
  padding: 0.8rem;
  background-color: #CF05F9;
  color: #fff;
  cursor: pointer;
}
.filter-bar__filter-panel {
  margin: -3rem 0 3rem 0;
  border: 1px solid #e0e0e0;
  border-top: none;
  padding: 2rem;
}
.filter-bar__filter-panel h4 {
  font-weight: 300;
}
.filter-bar__checkbox-list {
  display: flex;
  flex-wrap: wrap;
}
.filter-bar__checkbox-list-item {
  padding-right: 1rem;
  padding-bottom: 1rem;
}
.filter-bar__checkbox-list-item label {
  font-weight: 300;
}
@media (min-width: 992px) {
  .filter-bar__checkbox-list-item--33 {
    width: 33%;
  }
}

.example-widget {
  padding: 1rem;
}
.example-widget__title {
  font-size: 26px;
}
.example-widget__btn {
  padding: 0.5rem;
  border: 1px solid;
}

.home-steps {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0;
}
@media (min-width: 768px) {
  .home-steps {
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(8, 1fr);
  }
}
.home-steps .step {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-gap: 0;
  color: #fff;
  padding: 20px;
  align-items: center;
  border-radius: 15px 60px 60px 15px;
  grid-column: 1/3;
}
.home-steps .step h3 {
  color: #fff;
  font-size: 22px;
  text-transform: uppercase;
}
.home-steps .step .text {
  grid-column: 2/4;
  grid-row: 1/2;
  font-size: 16px;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .home-steps .step .text {
    font-size: 18px;
  }
}
.home-steps .step .text p {
  margin-bottom: 0;
}
.home-steps .step .index {
  color: #293981;
  text-align: center;
  font-weight: bold;
  font-size: 50px;
  line-height: 120px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 1px solid #fff;
  grid-column: 1/2;
  grid-row: 1/2;
}
.home-steps .step:nth-child(1) {
  background-color: #629fff;
}
.home-steps .step:nth-child(1) .index {
  background-color: #00a877;
}
@media (min-width: 768px) {
  .home-steps .step:nth-child(1) {
    grid-column: 1/7;
    grid-row: 1/3;
    border-radius: 60px 15px 15px 60px;
    padding-left: 60px;
  }
  .home-steps .step:nth-child(1) .text {
    grid-column: 1/3;
    padding-left: 0;
    padding-right: 20px;
  }
  .home-steps .step:nth-child(1) .index {
    grid-column: 3/4;
  }
}
.home-steps .step:nth-child(3) {
  background-color: #00a877;
}
.home-steps .step:nth-child(3) .index {
  background-color: #f37863;
}
@media (min-width: 768px) {
  .home-steps .step:nth-child(3) {
    grid-column: 9/15;
    grid-row: 3/5;
    border-radius: 15px 60px 60px 15px;
  }
}
.home-steps .step:nth-child(5) {
  background-color: #84d8ce;
}
.home-steps .step:nth-child(5) .index {
  background-color: #8493a6;
}
@media (min-width: 768px) {
  .home-steps .step:nth-child(5) {
    grid-column: 1/7;
    grid-row: 5/7;
    border-radius: 60px 15px 15px 60px;
    padding-left: 60px;
  }
  .home-steps .step:nth-child(5) .text {
    grid-column: 1/3;
    padding-left: 0;
    padding-right: 20px;
  }
  .home-steps .step:nth-child(5) .index {
    grid-column: 3/4;
  }
}
.home-steps .step:nth-child(7) {
  background-color: #f37863;
}
.home-steps .step:nth-child(7) .index {
  background-color: #629fff;
}
@media (min-width: 768px) {
  .home-steps .step:nth-child(7) {
    grid-column: 9/15;
    grid-row: 7/9;
    border-radius: 15px 60px 60px 15px;
  }
}
.home-steps .line {
  border-right: 5px dashed #293981;
  grid-column: 1/2;
  min-height: 40px;
}
@media (min-width: 768px) {
  .home-steps .line:nth-child(2) {
    grid-column: 7/10;
    grid-row: 2/4;
    border-top: 5px dashed #293981;
    margin-right: -10px;
  }
}
@media (min-width: 768px) {
  .home-steps .line:nth-child(4) {
    grid-column: 6/9;
    grid-row: 4/5;
    border-right: 0;
    border-top: 5px dashed #293981;
    border-left: 5px dashed #293981;
    margin-left: -10px;
  }
}
@media (min-width: 768px) {
  .home-steps .line:nth-child(6) {
    grid-column: 7/10;
    grid-row: 6/7;
    border-top: 5px dashed #293981;
    margin-right: -10px;
  }
}

.podcast__video-holder {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.podcast__video-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.podcast__video-cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.podcast__video-play-button {
  width: 100px;
  height: 100px;
  cursor: pointer;
}
.podcast__video-play-button svg {
  transition: fill 0.4s;
  fill: rgba(255, 255, 255, 0.5);
}
.podcast__video-play-button:hover svg {
  fill: rgba(255, 255, 255, 0.8);
}
.podcast__listen-on-holder {
  display: flex;
  justify-content: space-between;
  padding: 2rem 0;
}
.podcast__listen-on-link {
  margin: 1rem;
}
.podcast__listen-on-link:first-child {
  margin-left: 0;
}
.podcast__listen-on-link:last-child {
  margin-right: 0;
}
.podcast__meta {
  display: flex;
  justify-content: flex-start;
  margin-top: 2rem;
}
.podcast__meta-item {
  margin-right: 2rem;
}
.podcast__audio-title {
  text-align: center;
}
.podcast__mp3 {
  width: 100%;
  margin-top: 1rem;
}
.podcast__show-description {
  padding: 3rem 0;
}
.podcast__links {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.podcast__read-more {
  display: inline-block;
}
.podcast__transcript-link {
  display: inline-block;
  float: right;
}
.podcast__guest-box {
  border: 1px solid #ebebeb;
  padding: 1rem;
  margin-bottom: 2rem;
  overflow: hidden;
}
.podcast__guest-image-holder {
  margin: 0 0 1rem 0;
  text-align: center;
}
@media (min-width: 768px) {
  .podcast__guest-image-holder {
    width: 40%;
    float: left;
    margin: 0 1rem 1rem 0;
  }
}
.podcast__guest-bio ul {
  list-style: inside;
}
.podcast__show-notes {
  background-color: #f6f6f6;
  padding: 1rem;
  margin-bottom: 3rem;
}
.podcast__show-notes {
  background-color: #f6f6f6;
  padding: 1rem;
  margin-bottom: 3rem;
}
.podcast__transcript-toggle {
  background-color: #1dbc7a;
  display: inline-block;
  padding: 10px 20px;
  color: white;
  border-radius: 3px;
}
.podcast__transcript-toggle:hover {
  background-color: #008b5e;
}
.podcast__transcript-toggle span {
  color: white;
}
.podcast__transcript-toggle-hide {
  display: none;
}
.podcast__transcript-content {
  margin-top: 2rem;
  display: none;
}
.podcast__transcript-inner {
  background-color: #f6f6f6;
  padding: 1rem;
}
.podcast__transcript--open .podcast__transcript-toggle-view {
  display: none;
}
.podcast__transcript--open .podcast__transcript-toggle-hide {
  display: block;
}

.podcasts-list__item {
  padding: 2rem;
  background-image: radial-gradient(at center left, #FFFFFF 0%, #F3F3F3 75%);
  border: 1px solid #ebebeb;
  margin-bottom: 3rem;
}

.podcasts-widget__filter-bar {
  margin-bottom: 3rem;
}
.podcasts-widget__pagination {
  margin: 3rem 0;
  text-align: center;
}
.podcasts-widget__pagination-info {
  margin-bottom: 1rem;
  color: #666;
}
.podcasts-widget__pagination-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.podcasts-widget__pagination-btn {
  padding: 0.5rem 1rem;
  border: 1px solid #e0e0e0;
  background: white;
  color: #666;
  cursor: pointer;
  transition: all 0.3s ease;
}
.podcasts-widget__pagination-btn:hover:not(:disabled) {
  background: #f7f7f7;
  border-color: #ccc;
}
.podcasts-widget__pagination-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.podcasts-widget__pagination-btn--active {
  background: #3D89A9;
  color: white;
  border-color: #3D89A9;
}
.podcasts-widget__pagination-btn--prev, .podcasts-widget__pagination-btn--next {
  font-weight: 500;
}

.home-circle {
  position: relative;
}
.home-circle__image-small {
  width: 100%;
}
@media (min-width: 768px) {
  .home-circle__image-small {
    display: none;
  }
}
.home-circle__image-large {
  width: 100%;
  display: none;
}
@media (min-width: 768px) {
  .home-circle__image-large {
    display: inline-block;
  }
}
.home-circle__link {
  position: absolute;
  background-color: transparent;
  padding-left: 20px;
  display: flex;
  align-items: center;
}
.home-circle__link h3 {
  color: #fff;
  font-size: 19px;
  font-weight: 700;
}
.home-circle__link p {
  color: #fff;
  font-size: 16px;
  margin: 0;
}
@media (min-width: 768px) {
  .home-circle__link {
    padding: 0;
    text-align: center;
    justify-content: center;
  }
  .home-circle__link h3 {
    color: #fff;
    font-size: 2.2vw;
    font-weight: 700;
    margin-bottom: 2px;
  }
  .home-circle__link p {
    color: #fff;
    font-size: 1.8vw;
  }
}
@media (min-width: 1200px) {
  .home-circle__link h3 {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
  }
  .home-circle__link p {
    color: #fff;
    font-size: 19px;
  }
}
.home-circle__link--1 {
  top: 55.5%;
  left: 26%;
  width: 73%;
  height: 13%;
}
.home-circle__link--2 {
  top: 71%;
  left: 26%;
  width: 73%;
  height: 13%;
}
.home-circle__link--3 {
  top: 86.5%;
  left: 26%;
  width: 73%;
  height: 13%;
}
@media (min-width: 768px) {
  .home-circle__link--1 {
    top: 7%;
    left: 1%;
    width: 28%;
    height: 10%;
  }
  .home-circle__link--2 {
    top: 2%;
    left: auto;
    right: 4%;
    width: 20%;
    height: 10%;
  }
  .home-circle__link--3 {
    bottom: 19%;
    left: auto;
    top: auto;
    right: 8%;
    width: 20%;
    height: 10%;
  }
}
.practitioner-search__filter-bar {
  margin: 3rem 0;
}
.practitioner-search__results-list-wrap {
  overflow: hidden;
}
.practitioner-search__results-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.practitioner-search__results-list-item {
  width: 100%;
  padding: 15px;
}
@media (min-width: 768px) {
  .practitioner-search__results-list-item {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .practitioner-search__results-list-item {
    width: 33.333%;
  }
}
.practitioner-search__pagination {
  margin: 3rem 0;
  text-align: center;
}
.practitioner-search__pagination-info {
  margin-bottom: 1rem;
  color: #666;
}
.practitioner-search__pagination-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.practitioner-search__pagination-btn {
  padding: 0.5rem 1rem;
  border: 1px solid #e0e0e0;
  background: white;
  color: #666;
  cursor: pointer;
  transition: all 0.3s ease;
}
.practitioner-search__pagination-btn:hover:not(:disabled) {
  background: #f7f7f7;
  border-color: #ccc;
}
.practitioner-search__pagination-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.practitioner-search__pagination-btn--active {
  background: #3D89A9;
  color: white;
  border-color: #3D89A9;
}
.practitioner-search__pagination-btn--prev, .practitioner-search__pagination-btn--next {
  font-weight: 500;
}

.practitioner-tile {
  color: #929292;
  padding: 15px;
  border: 1px solid #e0e0e0;
  border-top: 8px solid #3D89A9;
  display: block;
  height: 100%;
  transition: background-color 0.4s ease-in;
}
.practitioner-tile h4 {
  color: #004E6E;
}
.practitioner-tile:hover {
  color: #929292;
  background-color: #f7f7f7;
}
.practitioner-tile:visited {
  color: #929292;
}

.inline-fa svg {
  fill: currentColor;
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}

.mb-3 {
  margin-bottom: 1rem;
}

.pb-3 {
  padding-bottom: 1rem;
}

.elementor-widget li.elementor-icon-list-item {
  background-image: none;
}

@media (max-width: 767px) {
  #breadcrumbs.breadcrumbs li.item-current {
    display: none;
  }
}

.section-anchor {
  display: block;
  padding-top: 190px;
  margin-top: -190px;
}

[v-cloak] {
  display: none;
}

/*# sourceMappingURL=main.min.css.map*/