/**
 * =====================================
 * Mobile, small device styles (default)
 * =====================================
 */
#about-page-content {
  align-items: center;
  display: flex;
  flex-direction: column;
}

#about-page-content p {
  font-size: 16px;
}

#about-us,
#our-team,
#our-writers,
#contact-section {
  width: 100%;
}

#about-us {
  border-bottom: 3px solid #49988c;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

#about-us h1,
#our-team h2,
#our-writers h2 {
  margin-bottom: 15px;
  text-align: center;
}

#about-us p {
  margin-bottom: 10px;
}

#our-team {
  border-bottom: 3px solid #49988c;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

#our-writers {
  border-bottom: 3px solid #49988c;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

#contact-section {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#contact-section h3 {
  margin-bottom: 15px;
}

#advertise,
#contact-us {
  flex: 0 0 45%;
}

/**
 * =====================================
 * Tablet, medium device styles
 * =====================================
 */
@media (min-width: 768px) {
  #about-us,
#our-team,
#our-writers,
#contact-section {
    width: 70%;
  }

  #contact-section {
    display: flex;
    flex-direction: row;
  }
}
/**
 * =====================================
 * Mobile, small device styles (default)
 * =====================================
 */
.main-ad {
  margin-bottom: 20px;
}

.side-display-ad {
  text-align: center;
}

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

.ad-margin-bottom {
  margin-bottom: 20px;
}

.inline-text-ad {
  max-height: 100px;
}

.google span,
.google p {
  font-family: Helvetica;
  letter-spacing: 1px;
}

.google.google_text {
  margin-bottom: 10px;
}

.google .title-section {
  font-family: inherit;
  font-size: 16px;
  margin-bottom: 5px;
}

.google .title {
  color: #49988c;
  font-family: Verdana;
  font-size: 18px;
  font-style: italic;
  letter-spacing: 1px;
  margin-bottom: 5px;
  text-decoration: underline;
}

.google .ad-content {
  margin: 0 0 10px;
}

.google .url {
  color: #333;
  font-family: inherit;
  font-weight: normal;
}

#google-single {
  margin-bottom: 10px;
  margin-top: 1px;
}
#google-single .google .label::after {
  content: "\a\a";
  white-space: pre;
}
#google-single .google .label {
  height: 19px;
  margin-bottom: 10px;
  padding-top: 7px;
}
#google-single .url {
  color: #333;
  font-size: 14px;
}

#google-article-block .google .label,
#google-single .google .label {
  border-radius: 0;
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.23em;
  margin-top: -4px;
  padding: 0;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
}

#google-article-block .google .label {
  padding-top: 12px;
}

#google-article-block .title-section .title,
#google-single .title-section .title {
  color: #49988c;
  font-family: Verdana;
  font-size: 18px;
  font-style: italic;
  letter-spacing: 1px;
  margin-bottom: 5px;
  text-decoration: underline;
}

#google-mobile-leaderboard {
  background: #fff;
  border-bottom: 1px solid #ccc;
  display: none;
  height: 50px;
  margin: -10px 0 10px;
  text-align: center;
}
#google-mobile-leaderboard iframe {
  margin: 0 auto;
}

#google-article-block {
  background: none;
  margin-bottom: 2em;
  margin-top: -9px;
  padding: 0;
}
#google-article-block .google {
  letter-spacing: 1px;
}
#google-article-block .google .label a {
  color: #333;
  margin: 0;
}
#google-article-block .ad-content {
  border-bottom: 2px solid #ccc;
  clear: both;
  margin: 0;
  padding: 0.75em 0 0;
}
#google-article-block .ad-content.even {
  background-color: #f7f7f7;
}
#google-article-block .title-section {
  font-size: 17px;
  font-style: italic;
  letter-spacing: 0.1em;
  margin: 0 10px 0 0;
  text-decoration: underline;
}
#google-article-block .ad-cell {
  display: block;
  margin: 1em;
}
#google-article-block .ad-text {
  display: inline;
  margin: 0;
  padding: 0;
}
#google-article-block .ad-line {
  display: block;
}
#google-article-block .url {
  color: #000;
  display: block;
  font-family: inherit;
  margin-top: 0.33em;
  text-decoration: none;
}

.google-display-ad-mobile,
.google-display-ad-desktop-leaderboard {
  text-align: center;
}

.google-display-ad-mobile {
  margin-bottom: 10px;
}

.google-display-ad-desktop-right {
  margin-bottom: 20px;
}

.leaderboard-ad-wrapper {
  margin-bottom: 30px;
  text-align: center;
}

.exercise-ad-wrapper {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
}

.exercise-ad {
  border: solid 25px #aee5f8;
  max-width: 468px;
  height: 225px;
}

.exercise-ad-title {
  padding-top: 8%;
  color: #5a5984;
  text-align: center;
  font-style: italic;
}

.exercise-ad-text {
  text-align: center;
  padding: 6%;
  font-size: 18px;
}

.healthfully-brand {
  color: #67749e;
  font-size: 24px;
}

/**
 * =====================================
 * Smaller desktop styles
 * =====================================
 */
@media (min-width: 992px) {
  .leaderboard-ad-row {
    margin-bottom: 30px;
    text-align: center;
  }

  .exercise-ad {
    border: solid 25px #aee5f8;
    width: 270px;
    height: 225px;
  }

  .exercise-ad-title {
    padding-top: 2%;
  }
}
/**
 * =====================================
 * Mobile, small device styles (default)
 * =====================================
 */
#article-title {
  border-bottom: 2px solid #aee5f8;
  margin-bottom: 10px;
}

#article-byline {
  display: block;
  margin-bottom: 10px;
}

.top-section:not(.infographic) .article-image {
  background: #f7f7f7;
  padding-bottom: 100%;
  position: relative;
}
.top-section:not(.infographic) .article-image img {
  left: 0;
  position: absolute;
  top: 0;
}

.article-image {
  margin-bottom: 30px;
}
.article-image img {
  width: 100%;
}

#article-content h3,
#article-content h2,
#article-content h4 {
  font-size: 30px;
  margin-bottom: 15px;
}
#article-content h2.level-2 {
  font-size: 20px;
}
#article-content img {
  margin-bottom: 15px;
}

#article-content h2::before,
.article-related-articles h3::before,
.article-meta h4::before {
  background-image: url("/images/diamond.png");
  background-position: -90px -159px;
  background-repeat: no-repeat;
  background-size: 180px;
  content: "";
  display: inline-block;
  height: 25px;
  width: 20px;
  z-index: -1;
}

#article-content p,
#article-summary,
#article-content ul,
#article-content ol {
  margin-bottom: 20px;
}

#article-content p,
#article-summary,
#article-content li {
  font-size: 16px;
}

#article-content .article-meta p,
.article-meta li,
#article-content li:not(:last-child) {
  margin-bottom: 8px;
}

.article-meta {
  border-radius: 2px;
  margin-bottom: 20px;
}
.article-meta h4 {
  margin-bottom: 10px;
}

#article-references ul,
#article-resources ul,
#top-section ul {
  list-style: square;
  margin-left: 30px;
  padding: 0;
}

#top-section ul {
  margin-left: 20px;
}

#article-secondary-col.sidebar-col {
  position: relative;
}

#article-sidebar .side-display-ad {
  margin-bottom: 30px;
}

.article-related-articles {
  border-top: 3px solid #49988c;
  margin-bottom: 30px;
  margin-top: 30px;
  padding-top: 30px;
}
.article-related-articles h3,
.article-related-articles h2 {
  margin-bottom: 20px;
  margin-top: 4px;
}
.article-related-articles ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.article-related-articles li:not(:last-of-type) {
  border-bottom: 3px solid #f7f7f7;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.inline-ad {
  margin-bottom: 10px;
}

.citation-widget svg .custom-color {
  fill: #a0ccd0;
}

/**
 * =====================================
 * Smaller desktop styles
 * =====================================
 */
@media (min-width: 992px) {
  #article-main-col:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .article-related-articles {
    border-top: 0;
    margin-bottom: 30px;
    margin-top: 0;
    padding-top: 0;
  }

  .top-section:not(.infographic) {
    float: left;
    margin-right: 15px;
    width: 250px;
  }

  .inline-ad {
    display: inline-block;
    width: 351px;
  }
}
@media (min-width: 1200px) {
  .inline-ad {
    width: 480px;
  }
}
/**
 * =====================================
 * Mobile, small device styles (default)
 * =====================================
 */
#category-articles h1 {
  border-bottom: 2px solid #aee5f8;
  margin-bottom: 30px;
}

#category-articles ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#category-articles li {
  border-bottom: 1px solid #f7f7f7;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

/**
 * =====================================
 * Mobile, small device styles (default)
 * =====================================
 */
#footer-container {
  background-color: #d6feff;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
#footer-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer-container #footer-pyramid {
  position: absolute;
  right: -80px;
  top: -15px;
  transform: scaleY(-1);
  width: 350px;
}
#footer-container .footer-section {
  float: left;
  padding: 30px 20px 10px;
  width: 20%;
}
#footer-container #footer-mid {
  color: #67749e;
  min-width: 350px;
  width: 70%;
}
#footer-container #footer-mid ul li {
  display: inline-block;
  padding: 10px;
}
#footer-container #footer-mid ul li a {
  color: #49988c;
}
#footer-container #footer-mid ul li a:hover {
  text-decoration: underline;
}
#footer-container #footer-mid ul li:first-of-type {
  padding-left: 0;
}
#footer-container #footer-right {
  width: 10%;
}
#footer-container #footer-copyright-text {
  margin: 0 auto;
  font-size: 12px;
}
#footer-container #footer-copyright-text a {
  color: #49988c;
}

footer {
  margin: 0 auto;
  max-width: 1170px;
}

#footer-left ul li {
  font-size: large;
  padding: 0 0 15px 20px;
}
#footer-left ul li a:hover {
  color: #00ceb1;
}

img#footer-logo {
  display: block;
  margin: 0 auto;
  max-width: 200px;
  width: 100%;
}

@media (max-width: 600px) {
  #footer-container .footer-section,
#footer-container #footer-mid {
    float: none;
    width: 100%;
  }

  #footer-left ul li {
    text-align: center;
  }

  #footer-container #footer-pyramid {
    display: none;
  }
}
/**
 * =====================================
 * Mobile, small device styles (default)
 * =====================================
 */
#header-container {
  background-color: #fff;
  padding-left: 0;
  padding-right: 0;
  position: fixed;
  width: 100%;
  z-index: 100;
}
#header-container header {
  align-items: center;
  display: flex;
  flex-direction: row;
  height: 70px;
  justify-content: space-between;
  margin: 0 auto;
  width: 100%;
}

.header-section {
  text-align: center;
}

#header-left {
  flex: 0 0 20%;
  max-width: 50px;
}

#header-menu-button i {
  color: #49988c;
}

#header-logo {
  flex: 0 0 60%;
}
#header-logo a .title-font {
  color: #67749e;
  font-size: 28px;
}
#header-logo .logo-icon {
  float: right;
  max-width: 180px;
  position: absolute;
  top: -10px;
}

#header-right {
  flex: 0 0 20%;
}

#header-nav {
  display: none;
  font-size: 17px;
}
#header-nav ul {
  display: flex;
  justify-content: space-around;
  list-style: none;
  margin: 0;
  padding: 0;
}
#header-nav li {
  background-image: url("/images/diamond.png");
  background-position: center -148px;
  background-repeat: no-repeat;
  display: inline-block;
  height: 80px;
  transition: background-position 0.5s;
}
#header-nav li:hover {
  background-position: center -118px;
}
#header-nav li a {
  font-size: 18px;
  position: relative;
  top: 28px;
}

#header-nav li:hover a,
#mobile-menu li:hover a {
  color: #00ceb1;
}

a.header-promo-bar {
  font-size: 15px;
  background-color: #a77cb7;
  color: #fff;
  display: block;
  font-weight: bold;
  margin: 20px -15px;
  padding: 5px 20px;
  position: relative;
  text-align: center;
}
a.header-promo-bar:hover {
  color: #fff;
  text-decoration: underline;
}

#mobile-menu {
  background-color: #cbf1f2;
  border-bottom: 3px solid #49988c;
  display: none;
  padding: 20px;
  text-align: center;
  width: 100%;
}
#mobile-menu a {
  display: block;
  width: 100%;
}
#mobile-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#mobile-menu li {
  font-size: 22px;
  margin-bottom: 15px;
}
#mobile-menu li:hover a .title-font {
  display: block;
  width: 100%;
}

/**
 * =====================================
 * Tablet, medium device styles
 * =====================================
 */
@media (min-width: 768px) {
  #header-container .row {
    margin: 0;
  }

  #header-container header {
    border-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}
/**
 * =====================================
 * Smaller desktop styles
 * =====================================
 */
@media (min-width: 992px) {
  #header-container header {
    width: 970px;
  }

  .header-section {
    text-align: left;
  }

  #header-left {
    flex: 0 0 0%;
  }

  #header-menu-button i {
    display: none;
  }

  #header-logo {
    flex: 0 0 30%;
  }

  #header-logo span {
    font-size: 28px;
  }

  #header-right {
    flex: 0 0 70%;
  }

  #header-nav {
    display: block;
  }

  #mobile-menu-row {
    display: none;
  }
}
/**
 * =====================================
 * Larger desktop styles
 * =====================================
 */
@media (min-width: 1200px) {
  #header-container header {
    width: 1170px;
  }
}
/**
 * =====================================
 * Mobile, small device styles (default)
 * =====================================
 */
#home-hero {
  border-bottom: 3px solid #f7f7f7;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

#home-hero-image-section {
  height: 350px;
  margin-bottom: 10px;
}

#home-hero-image {
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}

#home-hero-text-section a {
  color: #000;
}
#home-hero-text-section a:hover {
  color: #49988c;
}

#home-hero-title {
  font-size: 30px;
  margin-bottom: 5px;
}

#home-hero-byline {
  color: #666;
  margin-bottom: 5px;
}

#home-hero-description {
  font-size: 16px;
}

#home-hero-read-more a {
  color: #49988c;
}

#home-hero-byline a:hover,
#home-hero-description a:hover {
  color: #000;
}

#home-articles ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#home-articles li {
  border-bottom: 1px solid #f7f7f7;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

/**
 * =====================================
 * Smaller desktop styles
 * =====================================
 */
@media (min-width: 992px) {
  #home-hero {
    flex-direction: row;
  }

  #home-hero-image-section {
    flex: 0 0 60%;
    height: 500px;
    margin-bottom: 0;
    margin-right: 20px;
  }

  #home-hero-image {
    flex: 0 0 40%;
  }

  #home-hero-title,
#home-hero-byline,
#home-hero-description {
    margin-bottom: 20px;
  }
}
/**
 * =====================================
 * Mobile, small device styles (default)
 * =====================================
 */
.home-article,
.category-article {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.home-article-image-section,
.category-article-image-section {
  height: 260px;
  margin-bottom: 5px;
}

.home-article-image,
.category-article-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}

.home-article-text-section a,
.category-article-text-section a {
  color: #000;
}

.home-article-title,
.category-article-title {
  font-size: 24px;
  margin-bottom: 5px;
}

.home-article-byline,
.category-article-byline {
  color: #666;
  margin-bottom: 5px;
}

.home-article-description,
.category-article-description {
  font-size: 16px;
  margin-bottom: 5px;
}

.home-article-read-more a,
.category-article-read-more a {
  color: #49988c;
}

.home-article-byline a:hover,
.home-article-description a:hover,
.category-article-byline a:hover,
.category-article-description a:hover {
  color: #000;
}

.related-article {
  text-align: center;
}

.related-article-image-section {
  height: 260px;
  margin-bottom: 10px;
}
.related-article-image-section img {
  height: 100%;
  max-width: 100%;
}

.related-article-text-section {
  margin-bottom: 15px;
}

.related-article-title {
  font-size: 20px;
  margin: 0 auto;
}

.related-article-read-more {
  background-color: #cbf1f2;
  border-radius: 8px;
  height: 35px;
  margin: 5px auto;
  padding: 6px;
  transition: 0.5s;
  width: 200px;
}
.related-article-read-more:hover {
  background-color: #06bda3;
  color: #fff;
}

.team-card {
  max-width: 177px;
  padding: 10px;
}

.team-card-image {
  border-radius: 50%;
  overflow: hidden;
  width: 100%;
}
.team-card-image img {
  height: 100%;
  width: 100%;
}

.team-card-title {
  font-size: 14px;
  margin-top: 10px;
  text-align: center;
  width: 100%;
}
.team-card-title span {
  display: block;
}

/**
 * =====================================
 * Smaller desktop styles
 * =====================================
 */
@media (min-width: 992px) {
  .home-article,
.category-article {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .home-article-image-section,
.category-article-image-section {
    flex: 0 0 30%;
    height: 160px;
    margin-bottom: 0;
    margin-right: 20px;
  }

  .home-article-text-section,
.category-article-text-section {
    flex: 0 0 70%;
  }

  .home-article-title,
.category-article-title {
    font-size: 26px;
    margin-bottom: 10px;
  }

  .home-article-byline,
.category-article-byline {
    margin-bottom: 10px;
  }

  .home-article-description,
.category-article-description {
    margin-bottom: 10px;
  }

  .related-article-image-section {
    height: 150px;
    margin-bottom: 5px;
  }

  .related-article-text-section {
    margin-bottom: 0;
  }

  .related-article-title {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 5px;
    max-width: 300px;
  }

  .related-article-description {
    font-size: 13px;
  }

  .related-article-read-more-section {
    display: none;
  }
}
.stickem-container {
  position: relative;
}

.stickit {
  margin-left: 30px;
  position: fixed;
  top: 100px;
  z-index: 1;
}

.stickit-end {
  bottom: 40px;
  position: absolute;
  right: 0;
}

.print-button {
  cursor: pointer;
}

@media print {
  #header-container {
    position: relative;
    display: block;
    padding: 0 !important;
    margin: 0 !important;
  }

  #header-logo {
    display: block;
    position: absolute;
    left: 0;
    height: 25px;
  }

  .logo-icon {
    height: 50px;
  }

  #article-title {
    font-size: 42px;
    margin-bottom: 25px;
  }

  #top-section {
    display: inline-block !important;
    width: 4in !important;
    float: left !important;
    position: relative;
    margin: 0in 0.5in 0in 0in !important;
  }

  .article-image {
    margin-bottom: 0;
  }

  a[href]:after {
    content: "";
  }

  .no-print {
    display: none !important;
  }

  .content-container {
    margin: 0 !important;
    padding: 0 !important;
  }

  #article-resources,
#article-references,
#article-tips,
#article-warnings,
#article-things-needed {
    page-break-inside: avoid;
  }
}
.jwplayer-section {
  margin: 30px 0;
  padding: 20px 25px 40px 25px;
  border-top: 1px solid rgba(151, 151, 151, 0.3);
  border-bottom: 1px solid rgba(151, 151, 151, 0.3);
}

.jwplayer-section .jwplayer__label {
  margin: 0 0 20px 0;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}

.jwplayer-section .jwplayer__attribution {
  text-align: center;
  margin-top: 6px;
  font-size: 1.2em;
}

.jwplayer-section .jwplayer__attribution-sticky {
  text-align: center;
}

.jwplayer-section .jwplayer__container-outer {
  background-color: #FFFFFF;
}

.jwplayer-section .jwplayer__container-outer .jwplayer__container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.jwplayer-section .jwplayer__container-outer .jwplayer__container.jwplayer__container--sticky {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 314px;
  height: auto;
  padding: 7px;
  border-radius: 2px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05);
  background-color: #FFFFFF;
  z-index: 999999;
}

.jwplayer-section .jwplayer__container-outer .jwplayer__container.jwplayer__container--sticky .jwplayer__close {
  display: block;
}

.jwplayer-section .jwplayer__container-outer .jwplayer__container.jwplayer__container--sticky #jw-player {
  position: relative;
  top: auto;
  left: auto;
}

.jwplayer-section .jwplayer__container-outer .jwplayer__container .jwplayer__close {
  position: absolute;
  top: -10px;
  right: -10px;
  display: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  text-align: center;
  background-color: #000000;
  z-index: 999999;
}

.jwplayer-section .jwplayer__container-outer .jwplayer__container .jwplayer__close:hover {
  cursor: pointer;
  opacity: 0.8;
}

.jwplayer-section .jwplayer__container-outer .jwplayer__container .jwplayer__close .close-x {
  position: relative;
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-top: 6px;
  overflow: hidden;
}

.jwplayer-section .jwplayer__container-outer .jwplayer__container .jwplayer__close .close-x::before,
.jwplayer-section .jwplayer__container-outer .jwplayer__container .jwplayer__close .close-x::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  margin-top: -1px;
  background: #FFFFFF;
}

.jwplayer-section .jwplayer__container-outer .jwplayer__container .jwplayer__close .close-x::before {
  transform: rotate(45deg);
}

.jwplayer-section .jwplayer__container-outer .jwplayer__container .jwplayer__close .close-x::after {
  transform: rotate(-45deg);
}

.jwplayer-section .jwplayer__container-outer .jwplayer__container #jw-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
}

.slidecontainer {
  width: 100%;
  /* Width of the outside container */
  position: relative;
}
.slidecontainer::after {
  content: "";
  width: 100%;
  height: 10px;
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  border: solid 1px black;
  z-index: 1;
  pointer-events: none;
}
.slidecontainer__exercise {
  width: 200px;
  height: 10px;
  transform: rotate(-90deg);
  position: absolute;
  top: 40%;
  margin-top: 23px;
}
.slidecontainer__exercise::after {
  content: "";
  width: 100%;
  height: 10px;
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  border: solid 1px black;
  z-index: 1;
  pointer-events: none;
}

.exerciseratio-slider-bottom-label {
  margin-top: 224px;
}

/* The slider itself */
.slider__new {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 5px;
  background: white;
  border-radius: 50%;
  position: relative;
  display: block;
  cursor: pointer;
}
.slider__new:active, .slider__new:focus {
  outline: none;
}
.slider__new--badge {
  width: 60px;
  height: 60px;
  background-color: #f6f6f6;
  position: absolute;
  top: -25px;
  left: 0;
  pointer-events: none;
  text-align: center;
  border-radius: 50%;
  line-height: 56px;
  z-index: 2;
  border: solid 1px black;
  font-size: 75%;
}
.slider__new--badge-age {
  width: 50px;
  height: 50px;
  background-color: #f6f6f6;
  position: absolute;
  top: -20px;
  left: 14%;
  pointer-events: none;
  text-align: center;
  border-radius: 50%;
  line-height: 50px;
  z-index: 2;
  border: solid 1px black;
}
.slider__new--badge-height {
  width: 50px;
  height: 50px;
  background-color: #f6f6f6;
  position: absolute;
  top: -20px;
  left: 62%;
  pointer-events: none;
  text-align: center;
  border-radius: 50%;
  line-height: 50px;
  z-index: 2;
  border: solid 1px black;
}
.slider__new--badge-weight {
  width: 50px;
  height: 50px;
  background-color: #f6f6f6;
  position: absolute;
  top: -20px;
  left: 33%;
  pointer-events: none;
  text-align: center;
  border-radius: 50%;
  line-height: 50px;
  z-index: 2;
  border: solid 1px black;
}
.slider__new--badge-weight-goal {
  width: 50px;
  height: 50px;
  background-color: #f6f6f6;
  position: absolute;
  top: -20px;
  left: 0%;
  pointer-events: none;
  text-align: center;
  border-radius: 50%;
  line-height: 50px;
  z-index: 2;
  border: solid 1px black;
}
.slider__new--badge-days {
  width: 50px;
  height: 50px;
  background-color: #f6f6f6;
  position: absolute;
  top: -20px;
  left: 0%;
  pointer-events: none;
  text-align: center;
  border-radius: 50%;
  line-height: 50px;
  z-index: 2;
  border: solid 1px black;
}
.slider__new--badge-exercise {
  width: 50px;
  height: 50px;
  background-color: #f6f6f6;
  position: absolute;
  top: -20px;
  left: 40%;
  pointer-events: none;
  text-align: center;
  border-radius: 50%;
  line-height: 50px;
  z-index: 2;
  transform: rotate(90deg);
  border: solid 1px black;
}
.slider__new::-webkit-slider-thumb {
  -webkit-appearance: none;
  /* Override default look */
  appearance: none;
  width: 40px;
  /* Set a specific slider handle width */
  height: 40px;
  /* Slider handle height */
  background: #c23434;
  /* Green background */
  cursor: pointer;
  /* Cursor on hover */
  border-radius: 50%;
  border: solid 1px black;
  z-index: 3;
  opacity: 0;
}

@media only screen and (max-width: 768px) {
  .slidecontainer::after {
    content: "";
    height: 10px;
  }
  .slidecontainer__exercise::after {
    content: "";
    height: 10px;
  }
  .slidecontainer div[class^=slider__new--badge] {
    height: 37px;
    width: 37px;
    top: -15px;
    font-size: 85%;
    line-height: 31px;
  }

  .slider__new {
    width: 110%;
    /* Width of the outside container */
    position: relative;
  }
  .slider__new--badge-exercise {
    height: 37px;
    width: 37px;
    top: -13px;
    font-size: 85%;
    line-height: 31px;
  }
}
html {
  height: 100%;
}

body {
  height: 100%;
  width: 100%;
}

a,
a .title-font {
  color: #49988c;
  transition: 0.1s;
}

a:hover,
a .title-font:hover {
  color: #06bda3;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #5a5984;
  font-family: "Didact Gothic", serif;
  margin: 0;
}

a,
p,
span {
  font-family: "Open Sans", sans-serif;
}

.content-row {
  margin-top: 15px;
  position: relative;
}

.title-font {
  font-family: "Didact Gothic", serif;
}

.italic {
  font-style: italic;
}

.center-content {
  align-items: center;
  display: flex;
  justify-content: center;
}

/**
 * =====================================
 * Mobile, small device styles (default)
 * =====================================
 */
.content-container {
  padding-bottom: 30px;
  padding-top: 140px;
}

#not-found-header {
  margin-bottom: 30px;
}

#not-found-header h1 {
  margin-bottom: 20px;
}

/**
 * =====================================
 * Tablet, medium device styles
 * =====================================
 */
@media (min-width: 768px) {
  .content-row {
    margin-top: 15px;
  }

  .sidebar-col {
    bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
  }

  .sidebar {
    height: 100%;
  }
}
/**
 * =====================================
 * Smaller desktop styles
 * =====================================
 */
@media (min-width: 992px) {
  .content-container {
    padding-bottom: 60px;
    padding-top: 141px;
  }
}

/*# sourceMappingURL=style.css.map */
