/*============================================================================
  #Custrom Styles Here Are Loaded Last
==============================================================================*/
h1 {
  font-family: 'OffBit', sans-serif; }

.product__title {
  font-family: 'OffBit', sans-serif; }

/* This removes the shadow from the form button and creates a bit more spacing inside the button */
.btn {
  padding: 12px 40px;
  -webkit-box-shadow: 0 0px 0px #f9f9f9;
  box-shadow: 0px 0px 0px #f9f9f9; }

/* This increases the font size of the medium sized button */
.btn--medium {
  font-size: 24px; }

/* This increases the font size of the link lists */
.link-list__link {
  font-size: 18px; }

/* This makes the form fields rounded and increased the padding so that the text doesn't get cut off by the rounded corners */
.form-control {
  padding-left: 24px;
  padding-right: 24px;
  border: 2px solid #1b1a1a; }

/* This reduces the h1 font size of the blog post title on the blog feed page on desktop  */
@media (min-width: 768px) {
  h1.blog-post-body__title {
    font-size: 38px !important; } }
/* This moves the podcast intro section up higher so that it is behind the transparent header. Delete this code if not using a transparent header for the website theme */
.podcast-intro {
  margin-top: -80px !important;
  padding-top: 80px !important; }

/* This moves the coaching product hero section up higher so that it is behind the transparent header. Delete this code if not using a transparent header for the website theme */
.coaching-programs__container {
  margin-top: -94px !important; }

.coaching-programs__header {
  padding-top: 94px !important; }

/* This creates a new class for bulleted lists with black arrows */
.bullet-arrow {
  list-style-type: none; }

.bullet-arrow li {
  list-style-type: none;
  position: relative;
  padding-left: 6px; }

.bullet-arrow li:before {
  content: '\2771 \2771';
  color: #000000;
  font-size: 16px;
  position: absolute;
  top: 6px;
  left: -20px; }

/* This creates a new class for bulleted lists with pink arrows */
.bullet-arrow-pink {
  list-style-type: none; }

.bullet-arrow-pink li {
  list-style-type: none;
  position: relative;
  padding-left: 6px; }

.bullet-arrow-pink li:before {
  content: '\2771 \2771';
  color: #FF65BE;
  font-size: 16px;
  position: absolute;
  top: 6px;
  left: -20px; }

/* This creates a new class for bulleted lists with yellow arrows */
.bullet-arrow-yellow {
  list-style-type: none; }

.bullet-arrow-yellow li {
  list-style-type: none;
  position: relative;
  padding-left: 6px; }

.bullet-arrow-yellow li:before {
  content: '\2771 \2771';
  color: #FEED00;
  font-size: 16px;
  position: absolute;
  top: 6px;
  left: -20px; }

/* This creates a new class for bulleted lists with green arrows */
.bullet-arrow-green {
  list-style-type: none; }

.bullet-arrow-green li {
  list-style-type: none;
  position: relative;
  padding-left: 6px; }

.bullet-arrow-green li:before {
  content: '\2771 \2771';
  color: #05b7b9;
  font-size: 16px;
  position: absolute;
  top: 6px;
  left: -20px; }

/* This creates a new class for bulleted lists with blue arrows */
.bullet-arrow-blue {
  list-style-type: none; }

.bullet-arrow-blue li {
  list-style-type: none;
  position: relative;
  padding-left: 6px; }

.bullet-arrow-blue li:before {
  content: '\2771 \2771';
  color: #5fd3fa;
  font-size: 16px;
  position: absolute;
  top: 6px;
  left: -20px; }

.btn, .btn--solid {
  border: 1px solid;
  border-bottom: 6px solid black !important;
  border-right: 4px solid black !important;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  background-clip: padding-box;
  font-family: 'OffBit', sans-serif;
  border-radius: 0; }

.offbit {
  font-family: 'OffBit', sans-serif; }

.blog-listing__title {
  font-size: 24px; }

@media (min-width: 768px) {
  .blog-listings__content--grid-3 {
    justify-content: space-around; } }
.blog-listing__panel {
  height: 100%; }

#section-1747788929200 .row .feature {
  display: flex;
  flex-direction: column;
  height: 100%; }

@media (min-width: 768px) {
  .feature__text {
    height: 100%; } }
.member-directory__title, #block-1747789400143_0 .pricing__name, #section-1747791835846 .accordion-title h5, .blog-search-results__header h4, .blog-listing__panel .blog-listing__title, .announcement__title, .announcements__announcements .announcements__title {
  font-family: 'OffBit', sans-serif; }

.member__name {
  font-size: 24px;
  font-family: 'OffBit', sans-serif; }
