/* ----------------------------------------------------------------
SKELETON OVERRIDES
-----------------------------------------------------------------*/
html{
  /*scroll-behavior:smooth*/
}

body {
  position: relative;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #faf2df;
  background: #01432b;
  padding-top: 105px;
  overflow-x: hidden;
}

strong {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-style: normal;
}

.grey {
  background-color: #32383a !important;
}

.green {
  background: #01432b !important;
}

.mint {
  background: #aee0cd !important;
}

.cream {
  background: #faf2df !important;
}

.blue {
  background: #243960 !important;
}

.yellow {
  background: #ffcf5c !important;
  color: #32383a;
}

.footer.mint, .footer.mint a,
.footer.cream, .footer.cream a,
.footer.yellow, .footer.yellow a{
  color: #32393a !important;
}

.align-items-centre {
  display: flex !important;
  align-items: center;
}

.align-items-top {
  align-items: start;
}

.align-items-centre.reverse{
  flex-direction: row-reverse;
}

.align-items-centre.vertical {
  flex-direction: column;
}


/* ----------------------------------------------------------------
TYPOGRAPHY
-----------------------------------------------------------------*/

h1 {
  font-style: normal;
  margin-bottom: 30px;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

h1 span {
  font-weight: 200;
}

h2 {
  font-size: 2.4rem;
  font-style: normal;
}

p {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight:300;
}

p a{
  font-weight: 400;
  color: inherit;
}

p a:hover{
  color: inherit;
}


/* ----------------------------------------------------------------
SITE LAYOUTS
-----------------------------------------------------------------*/

header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: fixed;
  padding: 20px 40px 20px;
  top: 10px;
  right: 10px;
  z-index: 5000;
  width: 330px;
  /*background-color: rgba(0, 0, 0, 0.95);*/
  box-sizing: border-box;
  height: 105px;
  -webkit-transition: height .25s;
  transition: height .25s;
}

header a.app-download-link {
  border: 2px solid #faf2df;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  width: 200px;
  height: 28px;
  line-height: 28px;
  margin-right: 20px;
  text-decoration: none;
  transition: all .5s;
}

body.grey header a.app-download-link {
  background-color: #32383a;
}

body.green header a.app-download-link {
  background: #01432b;
}

body.mint header a.app-download-link {
  background: #aee0cd;
}

body.cream header a.app-download-link {
  background: #faf2df;
}

body.blue header a.app-download-link {
  background: #243960;
}


header a.app-download-link:hover {
  background-color: #faf2df !important;
  color: #01432b;
}

body.nav-is-open header a.app-download-link {
  display: none;
}

ul.soc {
  margin: 0;
  height: 25px;
  color: #FCF3DF;
  font-weight: 300;
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
  align-items: center;
}

ul.soc.footer {
  margin: 0px 40px 0 0;
  height: 25px;
  color: #faf3df;
  font-weight: 300;
  position: relative;
  bottom: initial;
  right: initial;
  display: flex;
  align-items: center;
  flex: 0.5;
  justify-content: flex-end;
}

ul.soc.share {
  margin: 0px 0 0 25px;
  height: 25px;
  color: #32383a;
  font-weight: 500;
  position: relative;
  bottom: initial;
  right: initial;
  display: flex;
  align-items: center;
}

ul.soc li {
  list-style: none;
  display: inline-block;
  padding-right: 10px;
  margin-right: 10px;
  margin-bottom: 0;
  border-right: 1px solid #FCF3DF;
}

ul.soc.footer li {
  border-right: 1px solid #FCF3DF;
  padding-right: 15px;
  margin-right: 15px;
}

ul.soc li:first-child {
  border-right: 0;
  margin-right: 10px;
}

ul.soc.footer li:first-child {
  font-size: 1.6rem;
}


ul.soc li:last-child {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}

ul.soc.footer.dark li {
  border-right: 1px solid #12442c;
}

ul.soc.footer.dark li:first-child,
ul.soc.footer.dark li:last-child {
  color: #32383a;
  border-right: 0;
}


ul.soc li img {
  height: 14px;
  display: block;
  transition: all 0.25s;
}

ul.soc.footer li img {
  height: 15px;
}

ul.soc li img:hover {
  opacity: .8;
}

.secondary-links {
  margin-top: 60px;
}

.secondary-links p {
  font-size: 1.2rem;
  margin-bottom: 5px;
}

.secondary-links p a {
  text-decoration: none;
}

.secondary-links ul.secondary-menu {
  font-size: 1.1rem;
}

.secondary-links ul.secondary-menu li {
  list-style: none;
  display: inline-block;
  margin-right: 7px;
  padding-right: 10px;
  border-right: 1px solid #a3b5a0;
  margin-bottom: 0px;
  line-height: 1;
}

.secondary-links ul.secondary-menu li:last-child {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}

.secondary-links ul.secondary-menu li a {
  text-decoration: none;
  color: #a3b5a0;
  font-weight: 300;
}

.secondary-links ul.secondary-menu li a:hover {
  text-decoration: underline;
}

.support-logos {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  flex:1;
}

.support-logos img {
  height: 40px;
  margin-right: 20px;
}

.support-logos img:last-child {
  margin-right: 0;
}

.support-logos p {
  width: 100%;
  margin: 20px 0 0 0;
  font-size: 1.2rem;
  font-weight: 300;
}

img.footer-radial-blue{
  position: absolute;
  width: 180px;
  bottom: 160px;
  right: 140px;
}



/* ----------------------------------------------------------------
FOOTER
-----------------------------------------------------------------*/

.container.footer {
  background-color: #01432b;
  width: 100%;
  max-width: none;
  padding: 0px 10% 40px;
  color: #faf2df;
  margin-bottom: 0px;
}

.logos-social-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

img.footer-radial {
  width: 220px;
  display: block;
  float: right;
}

img.footer-logo {
  width: 110px;
  display: block;
}

.container.footer ul.contact-details {
  margin-top: 40px;
  margin-bottom: 50px;
}

.container.footer ul.contact-details li {
  list-style: none;
  margin: 0;
}


/*------------------------------------------------
COOKIE pop up accept
------------------------------------------------*/

.cookieAcceptBar {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background-color: #edeff4;
  color: #838290;
  font-weight: 400;
  padding: 30px;
  z-index: 99999;
  display: none;
  justify-content: center;
  align-items: center;
  width: 350px;
  flex-direction: column;
  border-radius: 10px;
}

.cookieAcceptBar.show {
  display: flex;
}

.cookieAcceptBar p {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.4rem;
  line-height: 1.6;
}

.cookieAcceptBar p a {
  color: #12442c;
  text-decoration: underline;
  font-weight: bold;
  display: inline-block;
}

.cookieAcceptBar button {
  cursor: pointer;
  border: none;
  background-color: #12442c;
  color: #FFF;
  font-weight: normal;
  text-transform: capitalize;
  margin: 0px 0px 0px 10px;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  border-radius: 0;
  width: 100%;
  margin-top: 20px;
  font-size: 1.4rem;
  font-weight: 600;
}


/* ----------------------------------------------------------------
MOBILE nav
-----------------------------------------------------------------*/

#nav-icon {
  width: 26px;
  height: 16px;
  margin: 0px 0px 0 0;
  float: right;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon::before {
  color: #f89f33;
  position: absolute;
  right: 45px;
  top: -4px;
  text-transform: capitalize;
  font-weight: 700;
}

#nav-icon.open::before {
  display: none;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #faf2df;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon span:nth-child(2) {
  top: 8px;
  width: 75%;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon span:nth-child(3) {
  top: 16px;
  width: 75%;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon:hover span {
  width: 100%;
}

#nav-icon.open {
  /*
position: fixed;
right: 40px;
top: 44px;
*/
}

#nav-icon.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -2px;
  left: 0px;
  background: #FCF3DF;
}

#nav-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 16px;
  left: 0px;
  background: #FCF3DF;
  width: 100%;
}

a.mob-book-now {
  margin-right: 20px;
  text-decoration: none;
  margin-left: 8px;
  display: none;
}

.fullscreen-nav-wrap {
  top: 0;
  width: 100%;
  background-color: rgba(252, 243, 223, 0.75);
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s;
}

.fullscreen-nav-wrap.open {
  opacity: 1;
  visibility: visible;
  z-index: 1000;
}

.fullscreen-nav {
  padding-top: 40px;
  width: 420px;
  height: 485px;
  background: #08432A;
  border-radius: 15px;
  position: fixed;
  right: 30px;
  top: 30px;
  text-align: center;
  z-index: 40;
}

ul.mobile-menu {
  position: absolute;
  width: 100%;
  margin: 0 auto;
  max-width: 320px;
  list-style: none;
  top: 80px;
  transform: none;
  left: 40px;
  text-align: left;
}

ul.mobile-menu li {
  line-height: 1.4;
}

ul.mobile-menu li a {
  font-size: 2.2rem;
  font-weight: 400;
  color: #FCF3DF;
  text-decoration: none;
  text-transform: none;
}

ul.mobile-menu li a.active,
ul.mobile-menu li a:hover {
  font-weight: 500;
  text-decoration: underline;
}


/* ----------------------------------------------------------------
MARGIN + padding helpers margin-top, pull-right, pull-left etc.
-----------------------------------------------------------------*/

.mt0{
  margin-top: 0px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mt-25 {
  margin-top: -25px !important;
}

.mt-50 {
  margin-top: -50px !important;
}

.mt-75 {
  margin-top: -75px !important;
}


.mt-100 {
  margin-top: -100px !important;
}


.mt-105 {
  margin-top: -105px !important;
}

.mt150 {
  margin-top: 150px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}


.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb150 {
  margin-bottom: 150px !important;
}

.mb200 {
  margin-bottom: 200px !important;
}

.pr-30 {
  margin-right: -30px !important;
}

.pl-15 {
  margin-left: -15px !important;
}

.pl-30 {
  margin-left: -30px !important;
}

.pl-40 {
  margin-left: -40px !important;
}

.pl-50 {
  margin-left: -50px !important;
}

.pb0{
  padding-bottom: 0px !important;
}

.pb50{
  padding-bottom: 50px !important;
}

.br20{
  border-radius: 20px;
}

.ml20{
  margin-left: 20px;
}

.ml40{
  margin-left: 40px;
}

.ml60{
  margin-left: 60px;
}

.mr20{
  margin-right: 20px;
}

.mr40{
  margin-right: 40px;
}

.mr60{
  margin-right: 60px;
}

.mr100{
  margin-right: 60px;
}

.ml-7{
  margin-left: -7px;
}

/* ----------------------------------------------------------------
ELEMENTS
-----------------------------------------------------------------*/

ul.features li {
  padding-left: 15px;
  background: transparent url(/assets/images/list-bullet.png) no-repeat 0px 12px;
  background-size: 7px;
  list-style: none;
  font-weight: 500;
}

.image-text {
  display: flex;
  position: relative;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}

.image-text.reverse {
  flex-direction: row-reverse;
}

.image-text.narrow {
  width: 70%;
  min-width: 400px;
  margin: 0;
}

.image-text .img-wrap {
  flex: 1.4;
  position: relative;
}

.image-text .img-wrap.phone-mockup {
  flex: 0.8;
}

.image-text .img-wrap.narrow {
  flex: 0.8;
  position: relative;
}

.image-text .img-wrap.wide {
  flex: 1.6;
  position: relative;
}

.image-text .img-wrap img {
  width: 100%;
  display: block;
}

.image-text .img-wrap img.hp-about-pic {
  width: 85%;
}


.image-text .img-wrap p {
  margin: 10px 0 0 0;
  font-size: 20px;
  font-style: italic;
  text-align: center;
}

.image-text .text-wrap {
  flex: 1;
  padding: 65px 70px 65px 65px;
}

.image-text.narrow .text-wrap {
  padding: 40px;
}

.text-right {
  text-align: right;
}

.image-text .text-wrap p {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 300;
}

.image-text .text-wrap p.combine {
  font-size: 1.6rem;
}

img.intro-logo {
  position: absolute;
  width: 120px;
  top: 22px;
  left: 23px;
  z-index: 10;
}

img.hp-intro-logo{
  position: relative;
  width: 100px;
  margin-bottom: 35px;
}

img.logo-radial {
  position: absolute;
  width: 330px !important;
  z-index: 10;
  bottom: -40px;
  right: -223px;
}

span.tagline {
  display: block;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.2;
}

span.tagline.rating {
  display: block;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.8;
  text-align: center;
  max-width: 620px;
}

span.tagline.rating strong {
  font-weight: 500;
}

span.tagline a {
  color: inherit;
}

.download span.tagline {
  display: block;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.4;
}



/* ----------------------------------------------------------------
ALTERNATE header settings
-----------------------------------------------------------------*/

body.cream #nav-icon span {
  background: #32383a;
}

body.cream header a.app-download-link {
  border: 2px solid #32383a;
  color: #32383a;
}

body.cream header a.app-download-link:hover {
  background-color: #32383a !important;
  color: #faf2df;
}

body.mint #nav-icon span,
body.yellow #nav-icon span {
  background: #32383a;
}

body.mint header a.app-download-link,
body.yellow header a.app-download-link {
  border: 2px solid #32383a;
  color: #32383a;
}

body.mint header a.app-download-link:hover,
body.yellow header a.app-download-link:hover {
  background-color: #32383a !important;
  color: #faf2df;
}


/* ----------------------------------------------------------------
SUPPORT
-----------------------------------------------------------------*/

body.cream {
  color: #32383a;
}

img.support-logo {
  position: relative;
  float: right;
  width: 100px;
  margin-top: 60px;
  margin-right: -60px;
  z-index: 10;
}

img.support-logo.left {
  position: relative;
  float: left;
  width: 100px;
  margin-top: 60px;
  margin-left: 100px;
  z-index: 10;
}

.faq-wrapper {
  margin-left: -10px;
}

.accordion {
  background-color: transparent;
  color: #32393a;
  cursor: pointer;
  padding: 0 0 0 6px;
  width: 100%;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #32393a;
  text-align: left;
  outline: none;
  font-size: 1.7rem;
  text-transform: none;
  transition: 0.5s;
  font-weight: 500;
}

.accordion .active,
.accordion:hover {
  background-color: transparent;
}

.accordion:after {
  content: '\002B';
  color: #1d1d1d;
  font-weight: 300;
  float: right;
  margin-left: 5px;
}

.accordion.active:after {
  content: '-';
  color: #1d1d1d;
  font-weight: 300;
  float: right;
  margin-left: 5px;
}

.accordion .active:after {
  content: "\2212";
}

.panel {
  padding: 0 0 0 10px;
  background-color: transparent;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.panel p {
  font-size: 1.5rem;
  margin-top:15px;
}


/* ----------------------------------------------------------------
blog
-----------------------------------------------------------------*/

body.mint {
  color: #32383a;
}

img.blog-logo {
  position: relative;
  width: 120px;
  top: initial;
  left: initial;
  z-index: 10;
}

.blog-stubs-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.blog-stub {
  width: 30%;
  margin-right: 1.5%;
  margin-left: 1.5%;
  background: #32383a;
  color: #FFF;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 40px;
  cursor: pointer;
  transition: all .25s;
  position: relative;
}

body.homepage .blog-stub,
body.green .blog-stub {
  background: #faf2df;
  color: #32383a;
  position: relative;
}

body.homepage .blog-stub strong,
body.green .blog-stub strong {
  font-weight:500;
}


.blog-stub:hover {
  background: #FFF;
  color: #32383a;
}

.blog-stub img {
  display: block;
  width: 100%;
  z-index: 2 !important;
}

.blog-stub img.rollover {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 1 !important;
}

.blog-stub .details {
  padding: 40px 30px 35px;
  position: relative;
}

body.mint .blog-stub .details {
  padding: 40px 30px 35px;
  position: relative;
}

.blog-stub .details span.read-time {
  position: absolute;
  display: inline-block;
  right: 18px;
  top: 10px;
  width: auto;
  font-weight: 300;
  font-size: 1.1rem;
  color: #FFFDEA;
}

.blog-stub .details span.subtitle {
  position: relative;
  display: inline-block;
  font-weight: 500;
  font-size: 1.4rem;
  color: #03432b;
  margin-bottom: 10px;
}

body.homepage .blog-stub .details span.read-time,
body.homepage .blog-stub .details h2 a,
body.homepage .blog-stub .details p{
  color: #01432b;
}

body.green .blog-stub .details span.read-time,
body.green .blog-stub .details h2 a,
body.green .blog-stub .details p{
  color: #01432b;
}

.blog-stub:hover .details span.read-time {
  color: #32383a;
}

.blog-stub .details h2 {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
}

.blog-stub .details h2 a {
  text-decoration: none;
}

.blog-stub:hover h2 a {
  color: #32383a;
}

.blog-stub .details p {
  margin-bottom: 0px;
  font-size: 1.2rem;
  margin-top: 5px;
  color: #fffdea;
}

.coaching-links .blog-stub:hover img:not(.rollover) {
  opacity:0;
}

.coaching-links .blog-stub:hover a.rounded-more-link{
  color: #b1ddcbcc;
  background: #03432b url(/assets/images/icon-arrow-right-circle-mint.svg) no-repeat right 7px center;
  background-size: 25px;
}


.blog-stub:hover .details p {
  color: #32383a;
}

.blog-filters {
  margin-right: 15px;
}

.blog-filters ul {
  display: flex;
  flex-wrap: wrap;
  text-align: right;
  justify-content: flex-end;
  font-weight: 300;
}

.blog-filters ul li:first-child {
  width: 100%;
  margin: 0 0 8px 0;
  font-size: 1.4rem;
  font-weight: 600;
}

.blog-filters ul li {
  list-style: none;
  color: #32383a;
  margin-left: 20px;
}

.blog-filters ul li a {
  color: inherit;
  text-decoration: none;
}

.blog-filters ul li a:hover {
  text-decoration: underline;
}

.blog-filters ul li a.active {
  font-weight: bold;
  text-decoration: underline;
}

a.older-posts {
  color: #32383a;
  text-decoration: underline;
  background: transparent url(/assets/images/icon-arrow-right-circle.svg) no-repeat right center;
  background-size: 30px;
  padding-right: 45px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
  font-weight: bold;
  float: right;
  margin-bottom: 30px;
  font-size: 1.8rem;
}

.blog-stubs-wrapper.coaching-links .blog-stub{
  min-height:455px;
}

.blog-stubs-wrapper.coaching-links.short .blog-stub {
  min-height: 250px;
  margin-bottom:15px;
}

.blog-stubs-wrapper.coaching-links .blog-stub .details{
  z-index:3;
}

.blog-stubs-wrapper.coaching-links .blog-stub .details h2 {
  font-size: 2.2rem;
}


.blog-stubs-wrapper.coaching-links .blog-stub .details p{
  font-size: 1.5rem;
  line-height: 2.4rem;
  font-weight: 300;
}

.blog-stubs-wrapper.coaching-links.short .blog-stub:hover a.rounded-more-link{
  color: #b1ddcbcc;
  background: #03432b url(/assets/images/icon-arrow-right-circle-mint.svg) no-repeat right 7px center;
  background-size: 25px;
}

.blog-stubs-wrapper.schedule{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 !important;
}

.blog-stubs-wrapper.schedule.short .blog-stub {
  min-height: 200px;
  margin-bottom: 15px;
  max-width: 470px;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

.blog-stubs-wrapper.schedule.short .blog-stub:hover{
  background-color: #32383ad9;
}

.blog-stubs-wrapper.schedule.short .blog-stub:hover h2,
.blog-stubs-wrapper.schedule.short .blog-stub:hover p{
  color:#FFF;
}


.blog-stubs-wrapper.schedule .blog-stub .details{
  z-index:3;
}

.blog-stubs-wrapper.schedule .blog-stub .details h2 {
  font-size: 2.2rem;
}


.blog-stubs-wrapper.schedule .blog-stub .details p{
  font-size: 1.6rem;
}

img.blog-article-logo {
  display: none;
}




a.rounded-more-link {
  text-decoration: none;
  padding: 7px 45px 7px 24px;
  border-radius: 30px;
  background: #03432b url(/assets/images/icon-arrow-right-circle-cream.svg) no-repeat right 7px center;
  background-size: 25px;
  display: inline-block;
  width: fit-content;
  position: absolute;
  bottom: 11px;
  right: 12px;
  z-index: 3;
  font-weight: 500;
  font-size: 14px;
}



a.rounded-more-link.cream {
  background: #faf2df url(/assets/images/icon-arrow-right-circle-dark.svg) no-repeat right 6px center !important;
  background-size: 27px !important;
  color: #32383A;
}

body.green a.rounded-more-link.cream {
  background: #faf2df url(/assets/images/icon-arrow-right-circle-dark-greenarrow.svg) no-repeat right 6px center !important;
  background-size: 27px !important;
  color: #01432b;
}

a.rounded-more-link.yellow {
  background: #ffcf5c url(/assets/images/icon-arrow-right-circle-dark.svg) no-repeat right 7px center !important;
  background-size: 30px !important;
  color: #32383a;
  bottom: 20px;
  right: 20px;
}

body.yellow a.rounded-more-link.yellow {
  background: #ffcf5c url(/assets/images/icon-arrow-right-circle-dark-yellowarrow.svg) no-repeat right 7px center !important;
  background-size: 30px !important;
}

a.rounded-more-link.left{
  position: relative;
  left: 0;
}

a.rounded-more-link.cream.mt40.five-elements {
  bottom: unset;
  right: 0px;
  margin-top:40px;
}

p.meta {
  font-size: 1.4rem !important;
  line-height: 1.6 !important;
}

.blog-stubs-wrapper.coaching-links .blog-stub::before {
  content: ""; /* Create an empty pseudo-element */
  position: absolute; /* Position it over the entire div */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(177, 221, 203, 0); /* Start with no color */
  transition: background-color 0.2s ease; /* Smooth transition effect */
  z-index: 1; /* Place the overlay above other content */
}

.blog-stubs-wrapper.coaching-links .blog-stub:hover::before {
  background-color: rgba(177, 221, 203, 0.8); /* Apply a semi-transparent wash */
}

.blog-stubs-wrapper.coaching-links .blog-stub img,
.blog-stubs-wrapper.coaching-links .blog-stub p {
  position: relative; /* Ensure content is above the overlay */
}


.blog-stubs-wrapper.coaching-links .blog-stub:hover .details h2 a,
.blog-stubs-wrapper.coaching-links .blog-stub:hover .details p{
  color: #333839;
}

.blog-stubs-wrapper.coaching-links .blog-stub:hover a.coaching-more-link{
  background-color: #333839;
}


.newsletter-signup-wrapper {
  background: transparent url(/assets/images/ply-radial.svg) no-repeat 0px 22px;
  background-size: 210px;
  padding-top: 110px;
  padding-left: 100px;
  margin-top: -70px;
}

body.homepage .newsletter-signup-wrapper {
  background: transparent url(/assets/images/ply-radial-green.svg) no-repeat 0px 22px;
  background-size: 210px;
}


.newsletter-signup-wrapper h3 {
  font-weight: 400;
  font-size: 3rem;
  margin-bottom: 20px;
}

.newsletter-signup-wrapper img{
  height:43px;
  display: block;
}

.newsletter-signup-wrapper input[type="email"] {
  border: 0;
  border-bottom: 2px solid #32393a;
  border-radius: 0;
  background: transparent;
  width: 100%;
  padding: 0;
  font-weight: 400;
  font-size: 1.4rem;
}

body.homepage .newsletter-signup-wrapper input[type="email"]{
  border-bottom: 2px solid #fbf2df;
}

.newsletter-signup-wrapper p {
  margin-bottom: 0;
  font-weight: 300;
  font-size: 1.4rem;
}

.newsletter-signup-wrapper p.mail-note{
  width: 345px;
}

.newsletter-submit {
  color: #32383a;
  border: 0;
  text-decoration: underline;
  background: transparent url(/assets/images/icon-arrow-right-circle.svg) no-repeat right 0px center;
  background-size: 30px;
  padding: 0 45px 0 0;
  height: 30px;
  display: inline-block;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 1.4rem;
  text-transform: capitalize;
  letter-spacing: 0;
  margin-top: 12px;
}

body.homepage .newsletter-submit{
  background: transparent url(/assets/images/icon-arrow-right-circle-cream.svg) no-repeat right 0px center;
  background-size: 30px;
  color: #fbf2df;
}


body.mint .newsletter-submit{
  background: transparent url(/assets/images/icon-arrow-right-circle.svg) no-repeat right 0px center;
  background-size: 30px;
}


.newsletter-signup-wrapper input[type="email"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #32383a;
}

.newsletter-signup-wrapper input[type="email"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #32383a;
}

.newsletter-signup-wrapper input[type="email"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #32383a;
}

.newsletter-signup-wrapper input[type="email"]:-moz-placeholder {
  /* Firefox 18- */
  color: #32383a;
}

body.homepage .newsletter-signup-wrapper input[type="email"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fbf2df;
}

body.homepage .newsletter-signup-wrapper input[type="email"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #fbf2df;
}

body.homepage .newsletter-signup-wrapper input[type="email"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #fbf2df;
}

body.homepage .newsletter-signup-wrapper input[type="email"]:-moz-placeholder {
  /* Firefox 18- */
  color: #fbf2df;
}


.newsletter-signup-wrapper .mce_inline_error {
  color: #F00;
  margin-bottom: 10px;
  margin-top: 10px;
}

.newsletter-signup-wrapper #mce-success-response {
  color: #F00;
  margin-bottom: 10px;
  margin-top: 10px;
}



/* ----------------------------------------------------------------
blog article
-----------------------------------------------------------------*/

.lead-in-pic {
  margin-top: 30px;
}

.lead-in-pic h1 {
  font-size: 2rem;
  font-weight: 300;
  margin-bottom: 5px;
}

.lead-in-pic img {
  display: block;
  width: 100%;
}

.lead-in-pic p.meta {
  text-align: right;
  font-weight: 300;
  margin-top: 12px;
  font-size: 1.4rem;
}

.lead-in-pic p.meta strong {
  font-weight: 600;
}

.article-body {
  padding-right: 50px;
  padding-left: 25px;
}

.article-body p:first-of-type{
  font-weight: bold;
}

.article-body p {
  line-height: 1.8;
}

.article-body img{
  width:100%;
  display: block;
  margin-top: 30px;
  margin-bottom: 40px;
}

.article-body figure {
  margin: 0;
}

body.cream .article-body p a{
  color:#32383a;
}

.article-body h2 {
  font-weight: 400;
  font-size: 3rem;
}

.article-body span.author-date {
  display: block;
  margin-bottom: 20px;
}

.article-body span.author-date {
  font-size: 1.4rem;
  display: block;
  margin-bottom: 40px;
}

.related-posts {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 25px;
}

.related-posts-title {
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 600;
  padding-left:25px;
}

.related-posts .blog-stub {
  width: 35%;
  margin: 0 30px 0 0
}

a.large-link {
  color: #32383a;
  text-decoration: none;
  background: transparent url(/assets/images/icon-arrow-right-circle.svg) no-repeat right center;
  background-size: 30px;
  padding-right: 45px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
  font-weight: bold;
  float: right;
  margin-bottom: 70px;
  font-size: 1.8rem;
  font-weight: 300;
  margin-top: 40px;
  margin-right: 20px;
}

a.large-link span {
  text-decoration: underline;
  font-weight: 400;
}

a.large-link.arrow-left {
  background-position: left center !important;
  padding-left: 45px;
  font-size: 16px;
}

body.homepage a.large-link {
  color: #fbf2df;
  background: transparent url(/assets/images/icon-arrow-right-circle-cream.svg) no-repeat right center;
  background-size: 30px;
}

a.large-link.left{
  float:left;
}

/* ----------------------------------------------------------------
HOME
-----------------------------------------------------------------*/

body.homepage img.intro-logo {
  display:none;
}

img.logo-radial.home {
  position: absolute;
  width: 185px !important;
  z-index: 10;
  bottom: -65px;
  right: 20px;
}

span.tagline strong {
  font-weight: 400;
}

span.tagline.smaller {
  font-size: 2rem;
  text-align: right;
}

span.tagline.hp-leadin{
  line-height: 1.4
}

span.tagline.left {
  text-align: left;
}

span.tagline.larger {
  font-size: 3rem;
  text-align: right;
}

span.tagline.larger.left {
  text-align: left;
}

span.tagline.right {
  text-align: right;
}

img.ply-life-logo {
  width: 85px;
  display: block;
}

img.ply-life-logo.home {
  float: left;
  margin-top: 55px;
}

img.temp {
  width: 100%;
}

body.homepage .container {
  width: 100%;
  max-width: none;

}

body.homepage .container .row {
  width: 100%;
  max-width: 1200px;
  display: block;
  margin: 0 auto;
  position:relative;
}

body.homepage .container.cream {
  background: #faf2df;
  color: #32383a;
}

body.homepage .container.cream a {
  color: #32383a;
}

body.homepage .container.mint {
  background: #aee0cd;
  color: #32383a;
}

img.section-title {
  display: block;
  width: 120px;
}

img.section-title.hp-blog {
  display: block;
  width: 75px;
}


.section-title.theplyapp {
  display: block;
  height: 55px;
  width: auto !important;
  max-width: unset;
}

body.homepage .container.blue {
  background: #243960;
  color: #faf2df;
}

img.section-title.testimonials {
  display: block;
  max-width: 215px;
  width: 100%;
}

img.section-title.support {
  display: block;
  max-width: 240px;
  width: 100%;
}


.testimonial-slider {
  margin-top: 20px;
}

.testimonial-slider .testimonial {
  display: flex !important;
}

.testimonial-slider .testimonial p.byline {
  padding-left: 35px;
  width: 100%;
  margin-top: 35px;
  font-size: 1.1rem;
}

.testimonial-slider .testimonial .photo {
  flex: 1.1;
}

.testimonial-slider .testimonial .photo img {
  display: block;
  width: 100%;
}

.testimonial-slider .testimonial .quote {
  flex: 1;
  margin-left: 40px;
  padding-right: 160px;
}

.testimonial-slider .testimonial .quote span.tagline {
  position: relative;
  padding-left: 35px;
  display: block;
  font-size: 2.8rem;
  font-weight: 300;
  line-height: 0.8;
}

.testimonial-slider .testimonial .quote span.tagline p {
  line-height: 1.4;
  font-size: 1.5rem;
  display: inline;
  position: relative;
  font-weight: 300;
}

.testimonial-slider .testimonial .quote span.tagline strong {
  font-weight: 500;
}

.testimonial-slider .testimonial .quote span.icon-quote {
  position: absolute;
  width: 18px;
  left: 11px;
  top: 1px;
}

.testimonial-slider .testimonial .quote span.icon-quote img {
  width: 100%;
  display: block;
}

.testimonial-slider .testimonial  .quote span.icon-quote.close {
  position: absolute;
  width: 25px;
  right: -35px;
  left: auto;
  top: auto;
  bottom: 0px;
}

.testimonials .dots-container {
  display: flex;
  justify-content: center;
}

.testimonials .dots-container .slick-dots{
  display: flex;
  justify-content: flex-start;
}

.columns.testimonials {
  position: relative;
}


p.byline.paul {
  padding-left: 35px;
  width: 90%;
  margin-top: 20px;
  font-size: 1.1rem;
}







.quote.paul {
  position: relative;
  margin-left: 30px;
  padding-right: 40px;
}

.quote.paul span.icon-quote {
  position: absolute;
  width: 25px;
  left: -25px;
  top: -2px;
}

.quote.paul span.icon-quote img {
  width: 75%;
  display: block;
}


.quote.paul span.icon-quote.close {
  position: absolute;
  width: 25px;
  right: -35px;
  left: auto;
  top: auto;
  bottom: 0px;
}

.quote.paul span.tagline{
  position: relative;
  display: block;
  font-size: 2.8rem;
  font-weight: 300;
  line-height: 0.8;
}

.quote.paul  span.tagline p {
  line-height: 1.7;
  font-size: 1.5rem;
  position: relative;
  font-weight: 300;
  display: inline;
}


.quote.paul span.tagline p strong {
  font-weight: 400;
}

img.slider-radial {
  position: absolute;
  width: 240px;
  right: 20px;
  z-index: 100;
  top: 60px;
}

body.homepage .container.yellow {
  background: #ffcf5c;
  color: #32383a;
}

img.section-title.theplyapp {
  display: block;
  max-width: 470px;
  width: 100%;
}

img.icon-workout {
  display: block;
  width: 55px;
}

img.combine {
  width: 240px;
  margin-bottom: 20px;
  margin-left: -55px !important;
  margin-top: 50px;
}

img.prog-reg {
  display: block;
  margin: 0 auto;
  width: 325px;
}

img.prog-reg-2 {
  margin-top: -430px;
  width: 90% !important;
  margin-left: -70px;
}

img.home-app-7 {
  width: 100%;
  margin-left: -30px;
}

p.perfect-form {
  max-width: 390px;
  width: 100%;
}

.my-ply-stub {
  position: relative;
}

.my-ply-stub img {
  width: 100%;
  display: block;
}

.my-ply-stub .my-ply-blurb {
  position: absolute;
  top: 50px;
  right: 60px;
  max-width: 420px;
}

img.share {
  display: block;
  margin: 0;
  width: 210px;
  float: right;
}

.download h1 {
  font-size: 3.6rem;
  font-weight: 300;
}

.download-icons {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  width: 480px;
  margin-top: 50px;
}

.download-icons.right {
  display: block;
  float: right;
  width: fit-content;
}

.download-icons img {
  height: 55px;
}

.download-icons.right img {
  height: 40px;
}

.download-icons img:first-of-type {
  margin-right: 30px;
}

.download-icons.right img:first-of-type{
  margin-right:5px;
}

a.ply-mail {
  color: #32383a;
}

img.workout-strap{
  display: block;
  width: 100%;
  margin-bottom: 20px;
}


.our-story-title {
  display: block;
  height: 24px;
  margin-bottom: 25px;
}

img.home-title-coaching {
  display: block;
  height: 25px;
  margin: 0px auto 35px;
}

img.title-ourplans {
  display: block;
  height: 25px;
  margin: 0px auto 20px;
}

img.title-schedule {
  display: block;
  height: 65px;
  margin: 0px auto 20px;
}

.relative{
  position: relative;
}

span.chapters {
  display: inline-block;
  line-height: 1.8;
  font-weight: 600;
}

img.francis-quote {
  display: block;
  width: 85%;
}

a#copyLink {
  color: #32383a;
  font-size: 13px;
  text-decoration: none;
  font-weight: 500;
  background: transparent url(/assets/images/copylink-icon.png) no-repeat 0px center;
  background-size: 25px;
  padding-left: 35px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.fiveelements-title{
  display: block;
  height: 40px;
}

p.rituals {
  line-height: 1.7;
  font-size: 18px;
}

p.rituals strong{
  font-weight: 500;
}

.article-body p {
  text-align: left !important;
}





/* ----------------------------------------------------------------
MEDIA QUERIES
-----------------------------------------------------------------*/


/* Any screen at 768px and below */

@media only screen and (max-width: 785px) {
  header nav {
      display: none;
  }
  header ul.soc {
      display: block;
  }
  #nav-icon {
      display: block;
  }
}


/* Any screen at 320px and below */

@media only screen and (max-width: 500px) {

  h1{
    font-size: 2.5rem;
  }

  header {
      padding: 20px 20px 20px;
  }
  .fullscreen-nav {
      padding-top: 0px;
      width: 100%;
      height: 100%;
      background: #08432A;
      position: fixed;
      right: 0px;
      top: 0px;
      text-align: center;
      z-index: 40;
      border-radius: 0;
  }
}


/* Any screen at 1250px and below */
@media only screen and (max-width: 1150px) {
  img.slider-radial {
      position: absolute;
      width: 190px;
      right: 70px;
      z-index: 100;
      top: 60px;
  }
  img.logo-radial.home {
      position: absolute;
      width: 160px !important;
      z-index: 10;
      bottom: -80px;
      right: 40px;
  }
  .image-text .text-wrap {
      padding: 15px;
  }
  span.tagline.right {
      margin-right: 30px;
  }
  img.section-title.workout {
      margin-left: -102px;
  }
  .image-text {
      flex-direction: column;
  }
  .image-text.reverse {
      flex-direction: column;
  }
  .text-right {
      text-align: left;
  }
  img.combine {
      display: none;
  }
  img.prog-reg {
      display: none;
  }
  .testimonial-slider .testimonial .photo {
      display: flex;
      flex-wrap: nowrap;
      align-items: flex-start;
      margin-top: 40px;
      flex-direction: column;
  }
  .testimonial-slider .testimonial span.tagline {
      max-width: 820px;
      margin-top: 50px;
      margin-left: 0;
      padding-right: 30px;
      font-size: 2.4rem;
  }
  body.homepage .six.columns.offset-by-three {
      width: 70%;
  }
  .my-ply-stub .my-ply-blurb {
      position: relative;
      top: initial;
      right: initial;
      max-width: 420px;
      margin-top: 30px;
      margin-left: 0px;
  }
  body.homepage .five.columns.offset-by-five.mb100 {
      margin-left: 17%;
      width: 64%;
  }
  .blog-stubs-wrapper {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      flex-direction: column;
      align-items: flex-start;
  }
  .blog-stub {
      width: 100%;
      margin-right: 0;
      margin-left: 15px;
  }

  .container {
      padding: 0px 40px !important;
  }
  img.section-title.workout {
      margin-left: -100px;
      max-width: 400px;
      margin-top: -50px;
  }

  .container.footer {
      padding: 35px 35px !important;
  }
  img.footer-radial {
      display: none !important;
  }

  .newsletter-signup-wrapper {
      background: transparent url(/assets/images/ply-radial.svg) no-repeat right 50px;
      background-size: 210px;
      padding-top: 40px;
      padding-left: 0px;
      margin-top: -70px;
  }

  img.logo-radial {
      position: absolute;
      width: 230px !important;
      z-index: 10;
      bottom: -40px;
      right: 25px;
  }
  .container {
      padding: 0px 30px !important;
      width: 100%;
  }
}

/* Any screen at 650px and below */
@media only screen and (max-width: 1055px) {

  .logos-social-wrapper{
    flex-direction: column;
  }


  .support-logos {
    align-content: center;
    align-items: center;
    margin: 0px auto 15px;
    justify-content: space-between;
    max-width: 680px;
  }

  .support-logos img {
      height: auto;
      margin-right: 0px;
      width: 23%;
      margin-top: 15px;
      margin-bottom: 15px;
  }

  .support-logos p {
      width: 100%;
      text-align: center;
  }
  .secondary-links {
      margin-top: 30px;
      text-align: center;
      width: 100%
      padding: 0 !important;
  }

  .container.footer ul.contact-details{
    text-align:center;
  }

  img.footer-logo{
    margin:0 auto;
  }

  body.homepage .mt75 {
    margin-top: 125px !important;
  }


}

/* Any screen at 650px and below */
@media only screen and (max-width: 650px) {

  br {
      content: ' ';
      display: none;
  }

  br:after {
      content: ' ';
      display: none;
  }
}



/* Any screen at 400px and below */

@media only screen and (max-width: 800px) {

  body{
      padding-top:195px;
  }

  body.homepage {
    padding-top: 125px;
  }

  img.logo-radial.home {
      display: none;
  }
  .download-icons {
      width: 70%;
      margin: 70px auto 0px;
      flex-direction: column;
  }
  .download-icons img {
      width: 100%;
      height: auto;
  }

  .container.footer {
      padding: 30px 30px !important;
  }
  img.slider-radial {
      display: none !important;
  }
  img.logo-radial {
      display: none !important;
  }
  .testimonial-slider .testimonial span.tagline {
      max-width: 100%;
      margin-top: 30px;
      margin-left: 0;
      padding-right: 0px;
      font-size: 1.6rem;
  }
  span.photo-credit {
      font-size: 1.2rem;
      margin-top: 10px;
  }
  .image-text .text-wrap {
      padding: 0px;
      margin-top: 30px;
  }
  .blog-stub {
      width: 100%;
      margin: 0 auto 40px !important;
      display: block;
  }
  .article-body {
      padding-right: 0;
      padding-left: 0;
  }
  .related-posts {
      align-items: center;
      flex-direction: column;
      flex-wrap: nowrap;
  }
  .related-posts h4 {
      margin-bottom: 20px;
      text-decoration: underline;
      font-size: 2rem;
      font-weight: 400;
  }
  .related-posts .blog-stub {
      width: 100%;
      margin: 0 0 30px 0;
  }

  body.homepage .five.columns.offset-by-five.mb100 {
      margin-left: 0%;
      width: 100%;
  }

  ul.mobile-menu {
      top: 130px;
  }

  span.tagline{
      font-size: 2.4rem;
  }

  img.hp-intro-logo {
      margin-bottom: 50px;
  }

  .image-text .img-wrap img.hp-about-pic {
      width: 100%;
  }


  span.tagline.smaller {
      font-size: 2rem;
      text-align: left;
  }

  .testimonial-slider .testimonial {
      padding-right: 10px;
  }

  .testimonial-slider .testimonial span.tagline p{
      font-size: 2rem;
  }

  img.prog-reg-2 {
      margin-top: -35px;
      width: 100%;
      margin-left: 0;
  }

  .image-text .img-wrap.phone-mockup {
      flex: none;
      margin-top: 0px;
  }

  body.homepage .six.columns.offset-by-three {
      width: 100%;
  }



  ul.soc.footer li:first-child{
      display: none;
  }

  .secondary-links {
      margin-top: 30px;
      text-align: center;
      width: 100%;
      padding: 0 !important;
  }

  body.homepage img.intro-logo {
      display:block;
  }

  body.homepage img.hp-intro-logo {
    display: block;
    position: absolute;
    width: 120px;
    top: 52px;
    left: 23px;
    z-index: 10;
    margin: 0;
  }

  img.ply-life-logo.home {
      float: left;
      margin-top: 10px;
      width: 75px;
  }

  img.section-title.testimonials {
      display: block;
      max-width: 190px;
      width: 100%;
  }

  img.home-app-7 {
      width: 80%;
      margin: 0 auto;
      display: block;
  }


  body.homepage .phone-mockup:not(.angled) img {
      width: 80%;
      display: block;
      margin: 0 auto;
  }


  .mb100 {
      margin-bottom: 30px !important;
  }

  .mt100 {
    margin-top: 30px !important;
  }

  .pl-15 {
    margin-left: 0 !important;
  }

  .ml40 {
    margin-left: 0;
  }

  .mb200 {
    margin-bottom: 0px !important;
  }

  body.homepage .mt-75 {
    margin-top: 0 !important;
  }

  .mt-75 {
    margin-top: 0px !important;
  }

  .blog-stubs-wrapper.coaching-links .blog-stub {
    min-height: 510px;
  }

  .testimonial-slider .testimonial {
    flex-direction: column !important;
  }

  .testimonial-slider .testimonial .quote {
    margin-left: 0px;
    padding-right: 30px;
  }

  .columns.testimonials {
    position: relative;
    margin-bottom: 50px;
  }

  .align-items-centre {
    display: flex !important;
    align-items: flex-start;
    flex-direction: column;
  }

  .align-items-centre.reverse{
    flex-direction: column;
  }

  .mr60 {
    margin-right: 0;
  }

  .ml60 {
    margin-left: 0;
  }

  .download-icons.right img {
    height: 50px;
    width: auto;
  }

  .blog-stubs-wrapper.schedule.short .blog-stub {
    min-height: 230px;
  }

  span.chapters br {
    display: block;
  }

  a.rounded-more-link.cream.mt20.five-elements {
    bottom: unset;
    right: 0px;
    left: -5px;
    position: relative;
    margin-bottom: 30px;
  }

  img.support-logo,
  img.support-logo.left {
    position: relative;
    width: 100px;
    margin-top: 0px;
    margin-right: 0;
    margin-left:0;
    z-index: 10;
    float: left;
  }

  .lead-in-pic {
    margin-top: 30px;
    margin-bottom: 40px;
  }

  p.meta br{
    display: block;
  }

  .related-posts{
    padding-left: 0;
  }

  ul.soc.footer {
    margin: 0px 0px 0 0;
  }

  img.footer-radial-blue{
    display: none;
  }

  .quote.paul {
    position: relative;
    margin-left: 8px;
    padding-right: 0;
  }

  .quote.paul span.icon-quote {
    display: none;
  }

  .quote.paul span.tagline{
    line-height: 0.6;
  }

  p.byline.paul {
    padding-left: 0;
    width: 100%;
  }

  .quote.paul span.tagline p br {
    display: block;
    margin-bottom: 20px;
  }

  .mb75 {
    margin-bottom: 15px !important;
  }

  .testimonial-slider .testimonial .quote span.icon-quote img{
    display: none;
  }

  .testimonial-slider .testimonial .quote span.tagline{
    padding-left:8px;
  }

  .testimonial-slider .testimonial p.byline{
    padding-left:8px;
  }

  .mt50 {
    margin-top: 20px !important;
  }

  br.show-mob{
    display: block;
  }

  .mb40 {
    margin-bottom: 20px !important;
  }


  .mt60 {
    margin-top: 0px !important;
  }

  .blog-stubs-wrapper.coaching-links.short .blog-stub {
    min-height: 220px;
  }

  .download-icons.right img:first-of-type {
    margin-right: 15px;
  }

  img.francis-quote {
    display: block;
    width: 100%;
  }

  .mt65 {
    margin-top: 5px !important;
  }

  img.title-schedule {
    display: block;
    height: 50px;
    margin: 0px auto 20px;
  }

  .mb50 {
    margin-bottom: 0px !important;
  }

  a.rounded-more-link.cream.mt40.five-elements {
    display: block !important;
    position: relative;
    float: right;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .section-title.theplyapp {
    display: block;
    height: 45px;
    margin: 0 auto;
  }

  span.tagline.rating {
    font-size: 1.7rem;
  }

  .download h1 {
    font-size: 2.8rem;
  }

  .download span.tagline {
    display: block;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.8;
  }

  body.blue .image-text{
    align-items: flex-start;
  }

  .article-body h2{
    font-size: 2.6rem;
  }

  img.blog-article-logo {
    width: 100px;
    margin-top: 10px;
    display: block;
  }






}
