/*
Theme Name: Glow Method @ Home
Theme URI: https://www.theglowmethodathome.com
Description: HTML5/CSS3 bootstrap responsive theme for Glow Method
Version: 2.0
Author: Gareth J Peters
Author email: garethjpeters@me.com
*/
html,
body {
  height: 100%;
}
body {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
body.about-us {
  background-image: url('../images/about-us-background.jpg');
}
body.faqs {
  background-image: url('../images/faqs-background.jpg');
}
body.pricing,
body.subscribe,
body.select-plan {
  background-image: url('../images/pricing-background.jpg');
}
body.contact-us {
  background-image: url('../images/contact-background.jpg');
}
body.ways-to-glow {
  background-image: url('../images/ways-to-glow-background.jpg');
}
body.glow-merchandise,
body.ThanksMerchandisePage {
  background-image: url('../images/merchandise-background.jpg');
}
body.VideoPage #register,
body.SelectPlanPage #register,
body.ConfirmationPage #register,
body.StagePage #register,
body.MyAccountPage #register,
body.log-in #register,
body.ContactPage #register {
  display: none;
}
.member-strip {
  height: 30px;
  background-color: rgba(137, 116, 60, 0.9);
  color: #bbb;
  position: fixed;
  z-index: 1039;
  width: 100%;
}
@media only screen and (min-width: 768px) {
}
.member-strip a {
  color: #fff;
}
.member-strip a:hover {
  text-decoration: none;
  color: #ddd;
}
.member-strip a:active,
.member-strip a:focus {
  text-decoration: none;
}
.member-strip ul {
  font-size: 13px;
  line-height: 27px;
}
.member-strip ul li.admin-links,
.member-strip ul li.stage-links {
  display: none;
}
@media only screen and (min-width: 768px) {
  .member-strip ul li.admin-links,
  .member-strip ul li.stage-links {
    display: inline;
  }
}
.member-strip ul .name {
  text-transform: uppercase;
  padding-right: 10px;
  border-right: 1px solid #aaa;
  font-size: 12px;
  font-weight: 500;
}
.member-strip ul .name a {
  color: #bbb;
}
.member-strip ul .name a:hover {
  color: #fff;
}
.member-strip ul .logout {
  padding-left: 10px;
  border-left: 1px solid #aaa;
}
.member-strip ul .logout a {
  color: #bbb;
}
.member-strip ul .logout a:hover {
  color: #fff;
}
header {
  margin: 0;
  padding: 40px 0 0 0;
  width: 100%;
  background-size: cover;
  background-position: 64% 0;
  z-index: 9;
}
@media only screen and (min-width: 769px) {
  header {
    background-position: center top;
    background-attachment: fixed;
    padding: 10px 0;
  }
}
@media only screen and (min-width: 768px) {
  header {
    padding-top: 40px;
  }
}
header .main-logo {
  width: 160px;
}
@media only screen and (min-width: 768px) {
  header .main-logo {
    margin-top: 0.6rem;
    margin-bottom: 3rem;
    width: 250px;
  }
}
header .navbar-main {
  font-family: 'sofia-pro', sans-serif;
  border-radius: 4px;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
@media only screen and (min-width: 768px) {
  header .navbar-main {
    background: rgba(230, 230, 230, 0.4);
  }
}
@media only screen and (min-width: 769px) {
}
header .navbar-main .navbar-nav li {
  text-transform: uppercase;
  font-size: 0.9rem;
}
header .navbar-main .navbar-nav li a.nav-link {
  color: #242223;
}
header .navbar-main .navbar-nav li a.nav-link.current,
header .navbar-main .navbar-nav li a.nav-link.section {
  font-weight: 600;
}
@media only screen and (min-width: 992px) {
  header .navbar-main .navbar-nav li a.nav-link {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
header .navbar-main .navbar-toggler {
  position: absolute;
  right: 10px;
  background-color: rgba(240, 240, 240, 0.6);
  top: 20px;
  z-index: 99999;
}
.home header .navbar-main .navbar-toggler {
  top: 20px;
}
.subscribe-bar {
  background: #e7e7e7;
  border-radius: 10px;
  padding: 15px 19px;
  margin-bottom: 1rem;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .subscribe-bar {
    margin-bottom: 2rem;
    padding: 20px 30px;
  }
}
.subscribe-bar .subscribe-head {
  text-transform: uppercase;
  color: #ad924b;
  font-size: 1.4rem;
  font-weight: 300;
  font-family: 'proxima-nova', sans-serif;
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 769px) {
  .subscribe-bar .subscribe-head {
    font-size: 1.8rem;
  }
}
.subscribe-bar .subscribe-head a {
  color: #ad924b;
}
.subscribe-bar .subscribe-head a:hover {
  color: #66562c;
}
.subscribe-bar .subscribe-subhead {
  text-transform: uppercase;
  font-family: 'proxima-nova', sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 376px) {
  .subscribe-bar .subscribe-subhead {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 768px) {
  .subscribe-bar .subscribe-subhead {
    font-size: 1.4rem;
    margin-bottom: 0px;
  }
}
.subscribe-bar .subscribe-subhead a {
  color: #212529;
}
.subscribe-bar .subscribe-subhead a:hover {
  color: #4e5862;
}
.subscribe-bar .subscribe-button {
  width: 100%;
  display: block;
}
@media only screen and (min-width: 415px) {
  .subscribe-bar .subscribe-button {
    width: auto;
    display: inline-block;
  }
}
.subscribe-bar .subscribe-button .big {
  font-size: 1.5rem;
}
@media only screen and (min-width: 769px) {
  .subscribe-bar .subscribe-button .big {
    font-size: 1.7rem;
  }
}
.subscribe-bar .video-holder {
  width: 100%;
  border: 2px solid #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(85, 85, 85, 0.6);
  -moz-box-shadow: 0px 0px 5px 0px rgba(85, 85, 85, 0.6);
  box-shadow: 0px 0px 5px 0px rgba(85, 85, 85, 0.6);
}
@media only screen and (min-width: 768px) {
  .subscribe-bar .video-holder {
    width: 34%;
    position: absolute;
    bottom: 15%;
    right: 50px;
  }
}
.subscribe-bar .video-holder img {
  width: 100%;
  height: auto;
}
.subscribe-bar.block {
  padding: 0px;
  margin-bottom: 3rem;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(85, 85, 85, 0.6);
  -moz-box-shadow: 0px 0px 5px 0px rgba(85, 85, 85, 0.6);
  box-shadow: 0px 0px 5px 0px rgba(85, 85, 85, 0.6);
}
.subscribe-bar.block .video-top .jwplayer {
  border-radius: 10px 10px 0 0;
}
.subscribe-bar.block .subscribe-content {
  padding: 15px 19px;
}
@media only screen and (min-width: 768px) {
  .subscribe-bar.block .subscribe-content {
    margin-bottom: 2rem;
    padding: 20px 30px;
  }
}
.subscribe-bar.block .subscribe-content .subscribe-subhead {
  margin-bottom: 0px;
}
.subscribe-bar.strip {
  margin-bottom: 3rem;
}
.subscribe-bar.strip .video-holder {
  bottom: -50%;
}
.site-header img {
  margin-top: -10px;
}
.masthead {
  background-color: #fff;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2)), url('/images/gp2111a.jpg');
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  padding: 18px 0;
}
@media only screen and (min-width: 768px) {
  .masthead {
    padding: 30px 0;
  }
}
.masthead .image {
  margin: 0px;
}
.masthead .image img {
  width: 100%;
  box-shadow: 0.05rem 0.2rem 0.6rem rgba(0, 0, 0, 0.35);
}
.masthead .site-title {
  font-size: 4.2rem;
  text-align: center;
  font-weight: 700;
  color: #FFF;
  margin-top: 20px;
  margin-bottom: 40px;
}
.masthead .site-title .tint {
  color: #ad924b;
}
.masthead .page-subtitle {
  font-size: 16px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 768px) {
  .masthead .page-subtitle {
    margin-bottom: 0.8rem;
  }
}
.masthead .page-subtitle p {
  margin-bottom: 0.5rem;
}
.masthead .page-title {
  font-size: 2.5rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .masthead .page-title {
    font-size: 2.8rem;
  }
}
.masthead.home-page {
  padding: 20px 0;
}
@media only screen and (min-width: 768px) {
  .masthead.home-page {
    padding: 60px 0;
  }
}
.masthead.home-page .site-title {
  font-size: 2.2rem;
  margin: 0px;
}
@media only screen and (min-width: 768px) {
  .masthead.home-page .site-title {
    font-size: 3.6rem;
  }
}
.masthead.secondary {
  font-family: 'sofia-pro', sans-serif;
  margin-top: -1px;
  background: #efecdb;
  padding: 30px 0 40px 0;
}
.masthead.secondary p {
  text-align: center;
  font-size: 1.2rem;
}
.masthead.secondary p:last-child {
  margin-bottom: 0px;
}
.masthead.secondary h3 {
  font-size: 1.2rem;
  margin-bottom: 0px;
}
@media only screen and (min-width: 768px) {
  .masthead.secondary h3 {
    font-size: 1.75rem;
  }
}
.highlights {
  padding: 20px 0 30px 0px;
  text-align: center;
  background-color: #ad924b;
  color: #fff;
}
.highlights h2 {
  margin-bottom: 0.75rem;
}
.highlights ul {
  margin-bottom: 0px;
}
.highlights ul li {
  display: inline;
  white-space: nowrap;
  padding-right: 30px;
}
.highlights ul li .fa-check-circle {
  width: 1.4em;
}
body > footer {
  padding: 40px 0 10px 0;
}
body > footer h3 {
  font-size: 1.6rem;
}
body > footer h4 {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 14px;
  border-bottom: 1px solid #89743c;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
body > footer address {
  margin-bottom: 0.8rem;
}
body > footer address p {
  font-size: 0.85rem;
  margin-bottom: 0px;
}
body > footer ul.fa-ul {
  margin-left: 1.8em;
  font-size: 0.85rem;
}
body > footer ul.fa-ul li {
  line-height: 0.9rem;
  margin-bottom: 0.6rem;
}
body > footer .social-buttons {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  body > footer .social-buttons {
    margin-bottom: 0px;
  }
}
body > footer .social-buttons .btn-primary {
  color: #fff;
  background-color: #988042;
  border-color: #988042;
}
body > footer .social-buttons .btn-primary:hover {
  background-color: #86713a;
  border-color: #86713a;
}
body > footer .social-buttons .btn-primary a {
  color: #fff;
}
body > footer .social-buttons .btn-primary a:hover {
  color: #fff;
}
.admin-area {
  border-top: 1px solid #d3d3d2;
  padding-top: 40px;
  background: #B9975B;
}
.testimonials h3 {
  font-size: 1.7rem;
  letter-spacing: 0.3rem;
  text-transform: uppercase;
  position: relative;
  display: block;
  margin-bottom: 1.6rem;
  z-index: 99;
}
.testimonials .slick-slide {
  padding: 0px;
  margin: 2px 20px 20px 20px;
  box-shadow: 2px 3px 8px 0px rgba(0, 0, 0, 0.17);
}
.testimonials .slick-slide .blockquote {
  margin-bottom: 0px;
  font-size: 1.1rem;
}
.testimonials .slick-slide .blockquote::before {
  left: 15px;
}
.testimonials .slick-slide .blockquote p {
  margin-bottom: 0.8rem !important;
}
.associates {
  padding: 40px 0;
  background: #fff;
  text-align: center;
}
.associates h5 {
  font-family: 'proxima-nova', sans-serif;
  color: #ad924b;
  font-size: 1.1rem;
  text-transform: uppercase;
}
.associates img {
  height: 85px;
  width: auto;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  .associates img {
    margin-bottom: 0px;
  }
}
.associates img:not(:last-child) {
  margin-right: 40px;
}
.sub-footer {
  font-size: 0.9rem;
  background: #fff;
}
.sub-footer a {
  color: #333;
}
.sub-footer a:hover {
  color: #ad924b;
}
.flex {
  height: 100%;
  min-height: 100%;
  display: block;
  flex-direction: column;
}
.flex.full {
  display: flex;
}
.placeholder {
  width: 100%;
  height: 280px;
  background: #d3d3d2;
}
.glow-colour {
  color: #9b8343;
}
.bg-glow {
  background-color: #ad924b !important;
}
.bg-glow-light {
  background-color: #ede7d7 !important;
}
.black-colour {
  color: #212529;
}
.message.validation,
.message.bad {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.main-image {
  width: 100%;
  height: auto;
  float: right;
  margin-bottom: 2rem;
}
.news-image {
  width: 35%;
  float: right;
  margin: 0 0 2rem 2rem;
}
#ForgotPassword {
  margin-left: 30px;
}
.section-teasers,
.child-teasers {
  margin-top: 2rem;
}
.subscription-table small {
  color: #717e8c;
  font-style: oblique;
}
.profile-box h4 {
  border-bottom: #e6ddc5 1px solid;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
}
@media only screen and (min-width: 768px) {
  .profile-box dl dd:last-child {
    margin-bottom: 0px;
  }
}
.video-buttons a {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .video-buttons a {
    margin-bottom: 0px;
  }
}
hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.embed.right {
  float: right;
  margin: 0 0 1.5rem 1.5rem;
}
.admin-box {
  padding: 1rem;
  border: 1px solid #ad924b;
  border-radius: 4px;
  margin-bottom: 2rem;
  background: #fff;
}
.admin-box ul {
  margin-bottom: 0px;
}
.admin-box ul .list-inline-item:not(:last-child) {
  margin-right: 1.5rem;
}
.hidden {
  display: none;
}
a.skip-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}
a.skip-main:focus,
a.skip-main:active {
  color: #fff;
  background-color: #ad924b;
  opacity: 0.9;
  left: auto;
  top: auto;
  width: 30%;
  height: auto;
  overflow: auto;
  margin: 20px 35%;
  padding: 5px;
  border-radius: 4px;
  border: 2px solid #B9975B;
  text-align: center;
  font-size: 1.4em;
  z-index: 999;
}
.admin-filter .nav-link.active {
  background-color: #ad924b;
}
.sitemap > li {
  font-weight: 500;
  margin-bottom: 7px;
  font-size: 18px;
}
.sitemap > li ul {
  padding-left: 38px;
}
.sitemap > li ul li {
  font-weight: 300;
  margin-bottom: 0px;
  font-size: 16px;
}
.transaction-table .tint {
  background: #eee;
}
.transaction-table tr.active {
  background: #ebf6eb;
}
.transaction-table tr.active .tint {
  background: #5CB962;
  color: #fff;
}
.transaction-table tr.inactive {
  background: #fef1f2;
}
.transaction-table tr.inactive .tint {
  background: #c90e18;
  color: #fff;
}
.paypal-active {
  display: block;
}
.paypal-active.paypal-reduced-price {
  display: none;
}
.paypal-active.paypal-glowtry-price {
  display: none;
}
.paypal-active.paypal-getglowing-price {
  display: none;
}
.paypal-active.paypal-sevenday-price {
  display: none;
}
.paypal-enabled {
  display: none;
}
.paypal-disabled {
  cursor: not-allowed;
}
.stripe-enabled {
  display: none;
}
.stripe-disabled a {
  cursor: not-allowed;
}
.confirm-terms {
  padding: 5px 5px 5px 30px;
}
a.btn.disabled {
  cursor: not-allowed;
  pointer-events: auto;
}
.coupon-form .form-group {
  padding-left: 20px;
}
.alert p {
  margin-bottom: 0px;
}
.green {
  color: #5CB962;
}
.red {
  color: #c90e18;
}
.blue {
  color: #008EFF;
}
.btn-glow {
  color: #ffffff;
  background-color: #AD924B;
  border-color: #9E8544;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}
.btn-glow:hover,
.btn-glow:focus,
.btn-glow:active,
.btn-glow.active,
.open .dropdown-toggle.btn-glow {
  color: #ffffff;
  background-color: #8F732B;
  border-color: #9E8544;
}
.btn-glow:active,
.btn-glow.active,
.open .dropdown-toggle.btn-glow {
  background-image: none;
}
.btn-glow.disabled,
.btn-glow[disabled],
fieldset[disabled] .btn-glow,
.btn-glow.disabled:hover,
.btn-glow[disabled]:hover,
fieldset[disabled] .btn-glow:hover,
.btn-glow.disabled:focus,
.btn-glow[disabled]:focus,
fieldset[disabled] .btn-glow:focus,
.btn-glow.disabled:active,
.btn-glow[disabled]:active,
fieldset[disabled] .btn-glow:active,
.btn-glow.disabled.active,
.btn-glow[disabled].active,
fieldset[disabled] .btn-glow.active {
  background-color: #AD924B;
  border-color: #9E8544;
}
.btn-glow .badge {
  color: #AD924B;
  background-color: #ffffff;
}
.btn-glow-inverse {
  color: #AD924B;
  background-color: #fff;
  border-color: #9E8544;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}
.btn-glow-inverse.btn-sm {
  font-size: 0.7rem;
}
@media only screen and (min-width: 768px) {
  .btn-glow-inverse.btn-sm {
    font-size: 0.875rem;
  }
}
.btn-glow-inverse:hover,
.btn-glow-inverse:focus,
.btn-glow-inverse:active,
.btn-glow-inverse.active,
.open .dropdown-toggle.btn-glow-inverse {
  color: #AD924B;
  background-color: #f5f2e8;
  border-color: #9E8544;
}
.btn-glow-inverse:active,
.btn-glow-inverse.active,
.open .dropdown-toggle.btn-glow-inverse {
  background-image: none;
}
.btn-glow-inverse.disabled,
.btn-glow-inverse[disabled],
fieldset[disabled] .btn-glow-inverse,
.btn-glow-inverse.disabled:hover,
.btn-glow-inverse[disabled]:hover,
fieldset[disabled] .btn-glow-inverse:hover,
.btn-glow-inverse.disabled:focus,
.btn-glow-inverse[disabled]:focus,
fieldset[disabled] .btn-glow-inverse:focus,
.btn-glow-inverse.disabled:active,
.btn-glow-inverse[disabled]:active,
fieldset[disabled] .btn-glow-inverse:active,
.btn-glow-inverse.disabled.active,
.btn-glow-inverse[disabled].active,
fieldset[disabled] .btn-glow-inverse.active {
  background-color: #fff;
  border-color: #9E8544;
}
.btn-glow-inverse .badge {
  color: #AD924B;
  background-color: #ffffff;
}
html,
body {
  font-family: 'sofia-pro', sans-serif;
}
p,
ol,
ul,
address,
td,
dl {
  font-weight: 300;
}
.lead {
  font-size: 1.2rem;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  .lead {
    font-size: 1.25rem;
  }
}
a {
  color: #ad924b;
}
strong {
  font-weight: 700;
}
.light {
  color: #999;
  font-weight: 300;
}
h1 {
  font-size: 1.6rem;
  width: 60%;
  line-height: 32px;
  font-weight: 300;
  margin-bottom: 1.8rem;
  font-family: 'sofia-pro', sans-serif;
}
@media only screen and (min-width: 376px) {
  h1 {
    font-size: 1.8rem;
    width: 60%;
    line-height: 40px;
  }
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 2.2rem;
    margin-bottom: 2.5rem;
    width: 100%;
  }
}
h1.page-title {
  font-size: 2.4rem;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 2.5rem;
  width: 100%;
  line-height: 2.8rem;
}
@media only screen and (min-width: 768px) {
  h1.page-title {
    font-size: 2.6rem;
    margin-top: 0rem;
    margin-bottom: 3.5rem;
  }
}
h2 {
  font-size: 1.8rem;
  font-family: 'sofia-pro', sans-serif;
  text-transform: uppercase;
  margin-bottom: 1.8rem;
}
h4 {
  font-weight: 300;
  font-size: 1.4rem;
  margin-bottom: 1.2rem;
}
.sidebar h4 {
  border-bottom: 1px solid #d3d3d4;
  border-top: 1px solid #d3d3d4;
  padding-bottom: 0.6rem;
  padding-top: 0.6rem;
}
.sidebar h4 a {
  color: #212529;
}
.stage-header {
  text-transform: uppercase;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 300;
  font-family: 'proxima-nova', sans-serif;
  margin: 2.5rem 0 0rem 0;
  background: #D6CFBD;
  padding: 12px 28px;
}
h5.page-subtitle,
p.page-subtitle {
  text-align: center;
  text-transform: uppercase;
  border-top: 1px solid #cfbd8f;
  border-bottom: 1px solid #cfbd8f;
  color: #aaa;
  font-size: 1rem;
  line-height: 2.4rem;
}
h5.page-subtitle a,
p.page-subtitle a {
  color: #988042;
}
h5.page-subtitle a:hover,
p.page-subtitle a:hover {
  color: #786534;
}
h5.page-subtitle .fa-angle-double-right,
p.page-subtitle .fa-angle-double-right {
  margin-left: 4px;
  margin-right: 4px;
}
.postnominal {
  font-size: smaller;
}
dl dt a {
  color: #ad924b;
}
dl dt a:hover {
  color: #B9975B;
}
dl dd {
  margin-bottom: 0.85rem;
}
dl dd a {
  color: #ad924b;
}
dl dd a:hover {
  color: #B9975B;
}
.news-date {
  color: #666;
  border-bottom: 1px solid #d3d3d2;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.main-page h3 {
  margin-bottom: 1rem;
}
.blockquote {
  position: relative;
  background: #eee;
  padding: 2rem;
  padding-left: 4rem;
  color: #212529;
  margin: 0 0 1.5rem 0;
  clear: both;
  border-radius: 4px;
  font-size: 1.5rem;
}
.blockquote p {
  margin-bottom: 0px;
}
.blockquote:before {
  font-family: 'sofia-pro', sans-serif;
  color: #89743c;
  position: absolute;
  font-size: 6em;
  line-height: 1;
  top: 0;
  left: 4px;
  content: "\201C";
}
.blockquote .blockquote-footer {
  font-size: 70%;
  color: #ad924b;
}
.blockquote .blockquote-footer:before {
  content: none;
}
.blockquote .blockquote-footer p {
  margin: 0;
}
.source {
  font-style: oblique;
  font-size: 85%;
  color: #666;
}
.teaser {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d3d3d2;
}
.teaser .teaser-title {
  font-size: 22px;
  line-height: 24px;
}
.teaser .teaser-title a {
  color: #212529;
}
.teaser .teaser-title a:hover {
  color: #B9975B;
  text-decoration: none;
}
.teaser .teaser-subtitle {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
}
.teaser ul:last-child {
  margin-bottom: 0;
}
.teaser.member-teaser {
  margin-bottom: 50px;
}
.teaser.member-teaser .teaser-image img {
  width: 100%;
}
.teaser.member-teaser .teaser-title {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  color: #89743c;
}
.teaser.member-teaser .teaser-title .tint {
  font-size: 16px;
  color: #ad924b;
}
.teaser.news-teaser {
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-left: 220px;
  border-bottom: 1px solid #d3d3d2;
}
.teaser.news-teaser .teaser-image {
  margin-bottom: 0px;
  margin-left: -220px;
  float: left;
}
.teaser.news-teaser .teaser-title {
  font-size: 22px;
  line-height: 24px;
}
.teaser.news-teaser .teaser-title a {
  color: #212529;
}
.teaser.news-teaser .teaser-title a:hover {
  color: #B9975B;
  text-decoration: none;
}
.teaser.news-teaser .teaser-date {
  color: #777;
}
.teaser.news-teaser:last-of-type {
  border: none;
}
.teaser.board-teaser {
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-left: 240px;
  border-bottom: 1px solid #d3d3d2;
}
.teaser.board-teaser .teaser-image {
  margin-bottom: 0px;
  margin-left: -240px;
  float: left;
  border: 1px solid #d3d3d2;
}
.teaser.board-teaser .teaser-title {
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 0.4rem;
}
.teaser.board-teaser .teaser-title a {
  color: #212529;
}
.teaser.board-teaser .teaser-title a:hover {
  color: #B9975B;
  text-decoration: none;
}
.teaser.board-teaser .teaser-subtitle {
  font-size: 16px;
  font-weight: 700;
}
.teaser.board-teaser:last-of-type {
  border: none;
}
.teaser::after {
  content: "";
  clear: both;
  display: table;
}
.product-page .product {
  margin-bottom: 2rem;
}
.product-page .product .main-image {
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
}
.product-page .product ul.gallery-image-list {
  list-style-type: none;
  margin-left: 0px;
  padding-left: 0px;
  margin-right: -3%;
}
.product-page .product ul.gallery-image-list li {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 22%;
  margin-right: 2%;
  margin-bottom: 10px;
}
.product-page .product ul.gallery-image-list li a {
  border: 4px solid #fff;
  display: block;
}
.product-page .product ul.gallery-image-list li a.active {
  border-color: #ad924b;
}
.product-page .product ul.gallery-image-list li a.active img {
  opacity: 0.35;
}
.product-page .product ul.gallery-image-list li .nav-image {
  width: 100%;
  height: auto;
}
.product-page .product .product-total-price {
  font-size: 2rem;
}
.product-page .product.small {
  margin-bottom: 1rem;
}
.purchase-details img {
  width: 100%;
}
.social-buttons a {
  color: #fff;
}
.downloads-box {
  width: 100%;
  margin: 0 0 2rem 0;
}
@media only screen and (min-width: 768px) {
  .downloads-box {
    width: 25%;
    float: right;
    margin: 0 0 2rem 2rem;
  }
}
.stage-box {
  padding: 60px 15px 20px 15px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .stage-box {
    padding: 80px 55px 20px 55px;
  }
}
.stage-box h3 {
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  position: relative;
  display: block;
  margin-bottom: 75px;
  z-index: 99;
  font-size: 1.3rem;
}
@media only screen and (min-width: 768px) {
  .stage-box h3 {
    font-size: 1.7rem;
    letter-spacing: 0.3rem;
  }
}
.stage-box h3:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 10%;
  height: 65px;
  left: 0;
  border-bottom: 1px solid #ad924b;
}
.stage-box h3 a {
  color: #212529;
}
.stage-box h3 a:hover {
  color: #ad924b;
  text-decoration: none;
}
.stage-box .number {
  font-family: 'Times New Roman', serif;
  color: #ddd;
  font-size: 8rem;
  font-weight: 700;
  position: absolute;
  top: -20px;
  left: 80px;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .stage-box .number {
    top: 0px;
    left: 120px;
  }
}
.stage-teaser {
  position: relative;
  margin-bottom: 3rem;
}
.stage-teaser .teaser-tooltip {
  display: block;
}
.stage-teaser img {
  width: 100%;
  margin-bottom: 1.5rem;
}
.stage-teaser .stage-title {
  position: relative;
  background: rgba(214, 207, 189, 0.85);
  padding: 8px 15px;
  z-index: 999;
  font-family: 'proxima-nova', sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.3rem;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .stage-teaser .stage-title {
    position: absolute;
    top: 20px;
    left: 15px;
    padding: 8px 14px;
    margin-bottom: 0;
  }
}
.stage-teaser .video-list {
  column-count: 2;
  column-gap: 30px;
  padding-left: 30px;
}
.stage-nav {
  background-color: #ad924b;
  color: #fff;
  margin-bottom: 40px;
}
.stage-nav.one .nav-button {
  width: 100%;
}
.stage-nav.two .nav-button {
  width: 50%;
}
.stage-nav.three .nav-button {
  width: 33.3333333%;
}
.stage-nav.four .nav-button {
  width: 25%;
}
.stage-nav .nav-button {
  float: left;
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
  border-right: 2px solid #ded2b3;
  background-color: #ad924b;
}
.stage-nav .nav-button.button-1 {
  z-index: 10;
}
.stage-nav .nav-button.button-2 {
  z-index: 9;
}
.stage-nav .nav-button.button-3 {
  z-index: 8;
}
.stage-nav .nav-button.button-4 {
  z-index: 7;
}
.stage-nav .nav-button:not(:last-child):after,
.stage-nav .nav-button:not(:last-child):before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.stage-nav .nav-button:not(:last-child):after {
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #ad924b;
  border-width: 20px;
  margin-top: -20px;
}
.stage-nav .nav-button:not(:last-child):before {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #ded2b3;
  border-width: 23px;
  margin-top: -23px;
}
.stage-nav .nav-button:not(:last-child):hover:after {
  border-left-color: #89743c;
}
.stage-nav .nav-button:not(:last-child).current:after,
.stage-nav .nav-button:not(:last-child).section:after {
  border-left-color: #66562c;
}
.stage-nav .nav-button:last-child {
  border-right: none;
}
.stage-nav .nav-button p {
  margin-bottom: 0px;
  text-align: center;
}
.stage-nav .nav-button p a {
  padding: 11px 0;
  padding-left: 5px;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  width: 100%;
  height: 100%;
  display: block;
}
@media only screen and (min-width: 768px) {
  .stage-nav .nav-button p a {
    font-size: 15px;
    padding-left: 0;
  }
}
.stage-nav .nav-button p a:hover {
  background: #89743c;
  text-decoration: none;
}
.stage-nav .nav-button p a:active,
.stage-nav .nav-button p a:focus {
  text-decoration: none;
}
.stage-nav .nav-button p a.current,
.stage-nav .nav-button p a.section {
  background: #66562c;
}
.video-thumbnails img {
  width: 100%;
  margin-bottom: 0.3rem;
  border: 1px solid #D6CFBD;
}
.video-thumbnails .thumbnail {
  opacity: 0.6;
}
.video-thumbnails .thumbnail:hover {
  opacity: 0.9;
}
.video-thumbnails .thumbnail.current {
  opacity: 1;
}
.video-thumbnails .thumbnail-title {
  font-size: 0.9rem;
  text-transform: uppercase;
}
.video-thumbnails .thumbnail-title a {
  color: #65717e;
}
.video-thumbnails .thumbnail-title a:hover {
  color: #ad924b;
}
.stage-thumbnails .thumbnail {
  margin-bottom: 1rem;
}
.stage-thumbnails .thumbnail img {
  width: 100%;
  margin-bottom: 0.5rem;
  border: 1px solid #D6CFBD;
}
.stage-thumbnails .thumbnail .thumbnail-title {
  font-size: 0.9rem;
  text-transform: uppercase;
}
.stage-thumbnails .thumbnail .thumbnail-title a {
  color: #212529;
}
.stage-thumbnails .thumbnail .thumbnail-title a:hover {
  color: #ad924b;
}
.notify-form legend {
  display: none;
}
.notify-form label {
  display: none;
}
.notify-form fieldset {
  float: left;
  width: 73%;
}
@media only screen and (min-width: 768px) {
  .notify-form fieldset {
    width: 82%;
  }
}
.video {
  border: 1px solid #D6CFBD;
  margin-bottom: 2rem;
  position: relative;
}
body.video {
  border: none;
  margin: 0;
}
.video .video-title {
  position: relative;
  background: rgba(214, 207, 189, 0.8);
  padding: 7px 15px;
  z-index: 999;
}
@media only screen and (min-width: 768px) {
  .video .video-title {
    position: absolute;
    top: 20px;
    left: 0px;
    padding: 12px 28px;
  }
}
.video .video-title h1 {
  font-family: 'proxima-nova', sans-serif;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0px;
  font-size: 1.5rem;
}
.video .video-caption {
  padding: 15px;
  background: #EFECE5;
}
@media only screen and (min-width: 768px) {
  .video .video-caption {
    padding: 30px;
  }
}
.video .video-caption p:last-child {
  margin-bottom: 0px;
}
.video.large {
  margin-bottom: 4rem;
}
.qualifications {
  background: #EFECE5;
  margin-bottom: 2rem;
  padding-top: 1rem;
}
.qualifications .qualifications-title {
  width: fit-content;
  font-family: 'proxima-nova', sans-serif;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0px;
  font-size: 1.5rem;
  background: #D6CFBD;
  padding: 12px 28px;
}
.qualifications .content {
  padding: 15px;
}
@media only screen and (min-width: 768px) {
  .qualifications .content {
    padding: 20px;
  }
}
.qualifications .content ul {
  padding-left: 1.6rem;
}
.qualifications .content ul:last-child {
  margin-bottom: 0px;
}
.pricing-box {
  text-align: center;
  background: #fff;
  margin-bottom: 2rem;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(85, 85, 85, 0.6);
  -moz-box-shadow: 0px 0px 5px 0px rgba(85, 85, 85, 0.6);
  box-shadow: 0px 0px 5px 0px rgba(85, 85, 85, 0.6);
  border-radius: 4px;
}
.pricing-box .price-title {
  color: #ad924b;
  text-transform: none;
  font-weight: 700;
}
.pricing-box .price {
  font-size: 2.3rem;
  margin-bottom: 0.2rem;
}
.pricing-box p:last-child {
  margin-bottom: 0rem;
}
.pricing-box.lg {
  padding: 50px 80px;
}
.pricing-box.lg .price-title {
  font-size: 2.2rem;
  margin-bottom: 1.2rem;
}
.pricing-box.lg .price {
  font-size: 3.5rem;
}
.pricing-box.sm {
  padding: 40px 30px;
}
form .field {
  margin-bottom: 20px;
}
.image {
  border: 1px solid #d3d3d2;
  border-radius: 0.25rem !important;
}
.image img {
  width: 100%;
}
.image .caption {
  font-size: 12px;
  color: #333;
  padding: 5px 10px;
  background: #d3d3d2;
}
.image.right {
  float: right;
  margin: 0 0 30px 30px;
}
.press-teaser img {
  width: 100%;
  height: auto;
  border: 1px solid #ede7d7;
  margin-bottom: 0.5rem;
}
.events-teaser {
  margin-bottom: 4rem;
}
.events-teaser .event-title {
  border-bottom: 1px solid #ad924b;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
.events-teaser img {
  width: 100%;
  height: auto;
}
.pricing-table {
  background: #fff;
}
.pricing-table .tint {
  background-color: #f5f2e8;
}
.pricing-table .new-price {
  color: #856402;
}
figure.image img.right {
  margin: 0;
  float: none;
}
.card .table:last-child {
  margin-bottom: 0px;
}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .video-wrapper {
    margin-bottom: 0px;
  }
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.accordion {
  margin-bottom: 3rem;
}
.accordion .card-header button {
  color: #212529;
  font-weight: 700;
  font-size: 1.2rem;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.15);
  text-decoration: none;
  position: relative;
  white-space: normal;
  text-align: left;
}
.accordion .card-header button:hover,
.accordion .card-header button:active {
  text-decoration: none;
}
.accordion .card-header button .box-icon {
  width: 30px;
  height: 30px;
  background: #B9975B;
  position: absolute;
  top: 0.35rem;
  left: -30px;
  border-radius: calc(0.25rem - 1px);
  color: #fff;
  line-height: 30px;
  text-align: center;
}
.accordion .card-header button.collapsed {
  font-weight: 400;
}
.accordion .card-header button.collapsed .box-icon {
  background: #ad924b;
}
.card .card-title:last-child {
  margin-bottom: 0;
}
.card .card-title a {
  color: #212529;
}
.card ul {
  padding-left: 20px;
}
.card ul.fa-ul {
  margin-left: 0px;
}
.card ul.fa-ul .fa-li {
  top: 4px;
}
.card ul.nav-pills {
  padding-left: 0px;
}
.card ul:last-child {
  margin-bottom: 0px;
}
.card dl:last-child {
  margin-bottom: 0px;
}
.card .card-subtitle {
  margin-top: -0.5rem;
  margin-bottom: 0.75rem;
  font-weight: 700;
}
.card .card-subtitle:last-child {
  margin-bottom: 0px;
}
.card p:last-child {
  margin-bottom: 0px;
}
.card.card-glow {
  border-color: #89743c;
}
.card.card-glow .card-header {
  background: #ad924b;
  border-bottom-color: #89743c;
  color: #fff;
}
.profile h1 {
  margin-bottom: 1.2rem;
}
.profile img {
  border: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 1rem;
}
.homepage-cards .card {
  text-align: center;
}
.homepage-cards .card .card-title {
  font-size: 1.8rem;
}
.section-teasers,
.child-teasers {
  margin-top: 0;
}
.section-teasers .card,
.child-teasers .card {
  margin-bottom: 30px;
}
.section-teasers .card .card-title a,
.child-teasers .card .card-title a {
  color: #212529;
}
.section-teasers .card .card-title a:hover,
.child-teasers .card .card-title a:hover {
  color: #212529;
  text-decoration: none;
}
.section-teasers .card p,
.child-teasers .card p {
  font-weight: 300;
}
.section-teasers .card .card-footer,
.child-teasers .card .card-footer {
  background-color: transparent;
  border-top: none;
}
.sidebar {
  margin-bottom: 1rem;
}
.sidebar ul li {
  width: 100%;
}
.sidebar ul li a {
  display: block;
  color: #ad924b;
}
.sidebar ul li a.current {
  color: #B9975B;
  font-weight: 500;
}
.sidebar ul li a.section {
  color: #9e7d43;
  font-weight: 500;
}
.sidebar ul.submenu {
  margin-top: 0.4rem;
  margin-bottom: 0.5rem;
  margin-left: 1rem;
}
.link + .submenu.nav {
  display: none;
}
.language-switcher {
  position: absolute;
  right: 5px;
  top: 3px;
  z-index: 9999;
}
@media only screen and (min-width: 768px) {
  .language-switcher {
    position: relative;
    right: auto;
    top: auto;
  }
}
.language-switcher h6 {
  font-size: 10px;
  text-transform: uppercase;
  color: #666;
  margin-bottom: 4px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  line-height: 1.5;
}
.language-switcher ul {
  margin-top: 3px;
  margin-bottom: 3px;
}
.language-switcher li {
  text-align: center;
  line-height: 1;
}
.language-switcher li a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
}
.language-switcher li img {
  width: 18px;
  margin-right: 4px;
}
.language-switcher li.link {
  opacity: 0.5;
}
.homepage-slider {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  margin-bottom: 0px !important;
}
.homepage-slider .slide {
  height: 100%;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.homepage-slider .slide.slide-1 {
  background-image: url('/images/small/image00017-iphone.jpg');
}
@media only screen and (min-width: 376px) {
  .homepage-slider .slide.slide-1 {
    background-image: url('/images/small/image00017-iphone-plus.jpg');
  }
}
@media only screen and (min-width: 415px) {
  .homepage-slider .slide.slide-1 {
    background-image: url('/images/small/image00017-ipad.jpg');
  }
}
@media only screen and (min-width: 769px) {
  .homepage-slider .slide.slide-1 {
    background-image: url('/images/small/image00017.jpg');
  }
}
.homepage-slider .slide.slide-2 {
  background-image: url('/images/small/image00013-iphone.jpg');
}
@media only screen and (min-width: 376px) {
  .homepage-slider .slide.slide-2 {
    background-image: url('/images/small/image00013-iphone-plus.jpg');
  }
}
@media only screen and (min-width: 415px) {
  .homepage-slider .slide.slide-2 {
    background-image: url('/images/small/image00013-ipad.jpg');
  }
}
@media only screen and (min-width: 769px) {
  .homepage-slider .slide.slide-2 {
    background-image: url('/images/small/image00013.jpg');
  }
}
.homepage-slider .slide.slide-3 {
  background-image: url('/images/small/image00003-iphone.jpg');
}
@media only screen and (min-width: 376px) {
  .homepage-slider .slide.slide-3 {
    background-image: url('/images/small/image00003-iphone-plus.jpg');
  }
}
@media only screen and (min-width: 415px) {
  .homepage-slider .slide.slide-3 {
    background-image: url('/images/small/image00003-ipad.jpg');
  }
}
@media only screen and (min-width: 769px) {
  .homepage-slider .slide.slide-3 {
    background-image: url('/images/small/image00003.jpg');
  }
}
.homepage-slider .slide.slide-4 {
  background-image: url('/images/small/image00016-iphone.jpg');
}
@media only screen and (min-width: 376px) {
  .homepage-slider .slide.slide-4 {
    background-image: url('/images/small/image00016-iphone-plus.jpg');
  }
}
@media only screen and (min-width: 415px) {
  .homepage-slider .slide.slide-4 {
    background-image: url('/images/small/image00016-ipad.jpg');
  }
}
@media only screen and (min-width: 769px) {
  .homepage-slider .slide.slide-4 {
    background-image: url('/images/small/image00016.jpg');
  }
}
.homepage-slider .slide.slide-5 {
  background-image: url('/images/small/image00081-iphone.jpg');
}
@media only screen and (min-width: 376px) {
  .homepage-slider .slide.slide-5 {
    background-image: url('/images/small/image00081-iphone-plus.jpg');
  }
}
@media only screen and (min-width: 415px) {
  .homepage-slider .slide.slide-5 {
    background-image: url('/images/small/image00081-ipad.jpg');
  }
}
@media only screen and (min-width: 769px) {
  .homepage-slider .slide.slide-5 {
    background-image: url('/images/small/image00081.jpg');
  }
}
.homepage-slider .slide.slide-6 {
  background-image: url('/images/small/image00085-iphone.jpg');
}
@media only screen and (min-width: 376px) {
  .homepage-slider .slide.slide-6 {
    background-image: url('/images/small/image00085-iphone-plus.jpg');
  }
}
@media only screen and (min-width: 415px) {
  .homepage-slider .slide.slide-6 {
    background-image: url('/images/small/image00085-ipad.jpg');
  }
}
@media only screen and (min-width: 769px) {
  .homepage-slider .slide.slide-6 {
    background-image: url('/images/small/image00085.jpg');
  }
}
.homepage-slider .slide.slide-7 {
  background-image: url('/images/small/image00140-iphone.jpg');
}
@media only screen and (min-width: 376px) {
  .homepage-slider .slide.slide-7 {
    background-image: url('/images/small/image00140-iphone-plus.jpg');
  }
}
@media only screen and (min-width: 415px) {
  .homepage-slider .slide.slide-7 {
    background-image: url('/images/small/image00140-ipad.jpg');
  }
}
@media only screen and (min-width: 769px) {
  .homepage-slider .slide.slide-7 {
    background-image: url('/images/small/image00140.jpg');
  }
}
.homepage-slider .slide.slide-8 {
  background-image: url('/images/small/mummaphysio-iphone.jpg');
}
@media only screen and (min-width: 376px) {
  .homepage-slider .slide.slide-8 {
    background-image: url('/images/small/mummaphysio-iphone-plus.jpg');
  }
}
@media only screen and (min-width: 415px) {
  .homepage-slider .slide.slide-8 {
    background-image: url('/images/small/mummaphysio-ipad.jpg');
  }
}
@media only screen and (min-width: 769px) {
  .homepage-slider .slide.slide-8 {
    background-image: url('/images/small/mummaphysio.jpg');
  }
}
.homepage-slider .slick-next {
  right: 30px;
}
.homepage-slider .slick-prev {
  left: 30px;
}
.homepage-slider .slick-next,
.homepage-slider .slick-prev {
  width: 40px;
  height: 40px;
  z-index: 600;
}
.homepage-slider .slick-next:before,
.homepage-slider .slick-prev:before {
  font-size: 40px;
}
.homepage-slider .slick-dots {
  bottom: 10px;
  z-index: 600;
}
.homepage-slider .slick-dots li button:before {
  font-size: 18px;
}
.homepage-slider .slick-dots li.slick-active button:before {
  font-size: 18px;
}
/*# sourceMappingURL=style.css.map */