/* @group RESET */

/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
@font-face {
    font-family: 'MrsEaves-SmallCaps';
    src: url('fonts/mrseavsmacap.eot');
    src: url('fonts/mrseavsmacap.eot?#iefix') format('embedded-opentype'),
         url('fonts/mrseavsmacap.woff') format('woff');
    font-weight: normal;
    font-style: normal; 
}
@font-face {
    font-family: 'MrsEaves';
    src: url('fonts/mrseavromlin.eot');
    src: url('fonts/mrseavromlin.eot?#iefix') format('embedded-opentype'),
         url('fonts/mrseavromlin.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'MrsEaves';
    src: url('fonts/mrseavita.eot');
    src: url('fonts/mrseavita.eot?#iefix') format('embedded-opentype'),
         url('fonts/mrseavita.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}
abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:0 0}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:0 0}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:6px double #e5dad2;margin:1em 0;padding:0}input,select{vertical-align:middle}
/* @end */

/* @group GLOBAL */

html {
	background: #c1a68e url(pbw-images/pbw-bg.png) no-repeat center top;
}
body {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	color: #735a4c;
	font: 16px/21px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: 300;
}
header h1 {
	display: block;
	width: 532px;
	height: 253px;
	text-indent: -9999px;
	background: url(pbw-images/progressive-bodyworks-logo.svg) no-repeat;
	position: relative;
	top: 27px;
	right: 69px;
	float: left;
	margin-bottom: 51px;
}
strong {
	font-weight: bold;
}
/* NAVIGATION (PRIMARY) */
header nav {
	position: relative;
	width: 137px;
	float: right;
	background-color: #553f37;
	top: 50px;
}
header nav a {
	color: #c1a68f;
	border-bottom-style: none;
	text-decoration: none;
	text-shadow: #000 0 1px 2px;
	font-weight: 400;
	display: block;
	width: 121px;
	height: 27px;
	font: 20px mrseaves;
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
}
header nav a:hover {
	width: 137px;
	color: #ee9f1e;
}
header nav a:hover:after {
	content: " »";
}
header nav a.selected {
	color: #faeb51;
}
header nav a.selected:before {
	color: #faeb51;
	content: "» ";
	margin-left: -15px;
}
/* NAVIGATION (SECONDARY) */
.bodyContent nav li a {
	width: 179px;
	display: block;
	border-bottom-style: none;
	font: 20px mrseaves;
	font-weight: normal;
	font-style: normal;
}
.bodyContent nav li a:hover {
	background-color: transparent;
}
.bodyContent ul ul  {
	margin-bottom: 1.5em;
	margin-left: 13px;
}
.bodyContent nav ul ul li {
	margin-bottom: .5em;
}
.bodyContent nav ul ul a {
	font-style: italic;
	color: #c0a58d;
}
.bodyContent nav ul ul a.selected {
	color: #543f36;
}
.bodyContent nav ul ul a.selected:before {
	content: "» ";
	margin-left: -13px;
}
footer {
	margin-bottom: 250px;
	font-size: .75rem;
	text-align: center;
	margin-top: 1.618em;
}
.callout {
	background-color: #f0a01d;
	color: #f7f8f7 !important;
	border-radius: 10em;
	padding: .25em .7em .2em;
	font-size: .618em;
	text-transform: uppercase;
	display: inline-block;
	position: relative;
	bottom: 3px;
}
small {
	font-size: .75em;
}
/* @end */

/* @group BODY CONTENT */

.bodyContent {
	background-color: #f8f8f8;
	border-radius: 8px;
	padding: 50px;
	clear: both;
	-moz-box-shadow: 0px 1px 25px rgba(0,0,0,.25);
    -webkit-box-shadow: 0px 1px 25px rgba(0,0,0,.25);
    box-shadow: 0px 1px 25px rgba(0,0,0,.25);
}
.bodyContent a, footer a {
	font-weight: bold;
	color: #8f582b;
	text-decoration: none;
	border-bottom: 1px solid #c1a68e;
}
.bodyContent a.plain {
	border: none;
}
footer a {
	border-bottom-color: #b58e69;
}
.bodyContent a:hover {
	border-bottom-color: #553f37;
	background-color: #ffeee0;
	color: #553f37;
}
.bodyContent a.plain:hover {
	border: none;
}
.bodyContent > nav {
	width: 200px;
	float: left;
}
nav aside p {
	margin-top: 1.618em;
}
.bodyContent nav li {
	margin-bottom: 18px;
	line-height: 19px;
}
.bodyContent nav li.selected a:before {
	content: "» ";
	display: inline;
	margin-left: -15px;
}
.bodyContent section {
	width: 660px;
	float: left;
}
.bodyContent h1 {
	font: 36px MrsEaves-SmallCaps;
	color: #553f37;
	letter-spacing: .06em;
	margin-bottom: .8em;
}
.bodyContent h2 {
	font-size: 21px;
	color: #553f37;
	margin-top: 24px;
	margin-bottom: 4px;
}
.bodyContent h3 {
	font: 24px MrsEaves-SmallCaps, Georgia, serif;
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: lowercase;
}
.bodyContent h4 {
	font-size: 24px;
	font-weight: 200;
	margin-bottom: .24em;
}
.bodyContent h5, .light-brown-small-caps {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #c1a68e;
	margin-top: 1.62em;
	line-height: 16px;
	margin-bottom: .38em;
}
.bodyContent p, .pageContent p {
	margin-bottom: 18px;
}
.bodyContent section img.right {
	float: right;
	margin-left: 25px;
	margin-right: 20px;
}
.bodyContent section img.left {
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
}
.bodyContent section img.fullWidth {
	margin-bottom: 18px;
}
.bodyContent section blockquote {
	color: #fff;
	border-radius: 6px;
	width: 600px;
	background-color: #735a4c;
	padding-bottom: 25px;
	padding-left: 40px;
	margin-top: 36px;
}
.bodyContent section blockquote p {
	background: url(pbw-images/blockquote.png) no-repeat;
	position: relative;
	top: -10px;
	padding-top: 40px;
	left: -41px;
	padding-left: 41px;
}
.bodyContent section blockquote span {
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	color: #c1a68e;
	font-size: 12px;
	margin-top: -21px;
}
.bodyContent section ul {
	list-style-position: inside;
	margin-left: 24px;
	margin-top: -12px;
}
p.intro {
	font-size: 21px;
	line-height: 26px;
	color: #553f37;
}
p.intro:first-line {
	font-weight: bold;
}
.submenu {
	display: none;
}
.landing .submenu.landing,
.how-it-works  .submenu.how-it-works {
	display: block;
}

a.btn {
	width: 100%;
	background-color: #8f582b;
	border-style: none;
	font: 21px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	color: white;
	border-radius: 40px;
	cursor: pointer;
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	margin-top: 10px;
	padding: 10px;
	text-align: center;
	box-sizing: border-box;
	display: block !important;
}

a.btn:hover{
	background-color: #553f37;
	color: #ffffff;
}
.pad .pageContent {
	padding-right: 1.618em;
	box-sizing: border-box;
}

/* @end */

/* @group PAGE: HOME */
.home .bodyContent {
	padding: 10px;
}
.home section.hero {
	background-image: url(/pbw-images/home-hero-v2.jpg);
	background-size: 100%;
	width: 100%;
	height: 439px;
	/*border-radius: 6px 6px 0 0;*/
}
.home section.hero h1 {
	color: #f8f8f8;
	font: 18px HelveticaNeue-Light, "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 0;
	position: relative;
	top: 34px;
	left: 34px;
}
.home section.hero .cta {
	position: relative;
	top: 187px;
	left: 70px;
}
.home section.workshops-onDemand {
	width: 545px;
	height: 291px;
	margin-top: 10px;
	background-image: url(/pbw-images/home-workshops-onDemand.jpg);
	background-size: 100%;
}
.home section.workshops-onDemand .title {
	font-weight: normal;
	font-style: normal;
	font: 24px HelveticaNeue-Light, "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: relative;
	left: 30px;
	width: 20ch;
	top: 73px;
	color: #DBCBBD;
}
.home section.workshops-onDemand .cta {
	left: 30px;
	position: relative;
	top: 111px;
}
.home section.avatar {
	width: 545px;
	height: 291px;
	margin-top: 10px;
	background-image: url(/pbw-images/home-pilates-avatar.jpg);
	background-size: 100%;
}
.home section.avatar .title {
	font-weight: normal;
	font-style: normal;
	font: 24px HelveticaNeue-Light, "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: relative;
	left: 60px;
	width: 20ch;
	top: 43px;
}
.home section.avatar .cta {
	left: 60px;
	position: relative;
	top: 27px;
}
.home section.workshops {
	width: 385px;
	height: 291px;
	margin-top: 10px;
	background-image: url(/pbw-images/home-live-workshops.jpg);
	background-size: 100%;
	margin-left: 10px;
}
.home section.workouts-onDemand {
	width: 385px;
	height: 291px;
	margin-top: 10px;
	background-image: url(/pbw-images/home-workouts-onDemand.jpg);
	background-size: 100%;
	margin-right: 10px;
	padding-left: 0;
}
.home section.workouts-onDemand .title {
	margin-top: 172px;
	margin-bottom: -10px;
	margin-left: 33px;
	font: 24px HelveticaNeue-Light, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #DBCBBD;
}
.home section.workouts-onDemand .cta {
	margin-left: 30px;
}
.home section.workshops .title {
	font-weight: normal;
	font-style: normal;
	font: 24px HelveticaNeue-Light, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #c1a68e;
	width: 20ch;
	margin-left: 27px;
}
.home section.workshops .cta {
	margin-left: 27px;
	margin-top: 130px;
}
.home section.blog {
	width: 560px;
	position: relative;
	left: 180px;
	margin-top: 2em;
}
.home .blog h1 {
	text-align: center;
}
.home .blog article h2 {
	font-size: 26px;
	line-height: 1.3em;
}
/* @end */

/* @group PAGE: ABOUT */
.about .bodyContent p.first {
	margin-bottom: 32px;
}
.about .bodyContent h3 {
	margin-bottom: 1em;
}
/* @end */

/* @group PAGE: ABOUT/MEET CLARE */

img.swim {
	float: right;
	margin-top: -50px;
	margin-right: -50px;
}
img.lacrosse {
	float: left;
	margin-right: 25px;
	margin-bottom: 20px;
	margin-left: -223px;
}
img.travel {
	margin-left: -250px;
}
img.bestOfBoston {
	float: right;
	margin-right: -50px;
	margin-left: 15px;
}
img.romana {
	margin-left: -56px;
}
img.today {
	margin-bottom: -76px;
	margin-left: -250px;
}

/* @end */

/* @group PAGE: BLOG */

.blog .bodyContent > section {
	width: 640px;
	min-height: 1304px;
	z-index: 5;
	float: left;
}
.blog .bodyContent > section h2 {
	font-size: 26px;
	padding-right: 40px;
	color: #553f37;
	margin-bottom: .62em;
	line-height: 1.3em;
}
.blog .bodyContent > section h2 a,
 .blog h2 a {
	border-style: none;
}
.blog .bodyContent > section h3,
.home .blog h3 {
	text-transform: uppercase;
	margin-bottom: 12px;
	font-size: 12px;
}
.home .blog h3 {
	margin-top: 1em;
}
.blog .bodyContent > section ol {
	margin-left: 40px;
	margin-bottom: 18px;
	position: relative;
	left: 30px;
	padding-right: 30px;
}
.blog .bodyContent > section ul {
	margin-top: 0;
	margin-bottom: 24px;
}
.blog .bodyContent > section ul li {
	list-style-position: outside;
	margin-left: 20px;
}
.blog .bodyContent > section ol li {
	margin-bottom: 6px;
	list-style-position: outside;
	list-style-type: decimal-leading-zero;
}
.blog .bodyContent > section ol ul,
.blog .bodyContent > section ol ol,
.blog .bodyContent > section ul ul,
.blog .bodyContent > section ul ol {
	margin-bottom: 0px !important;
}
.blog .bodyContent > section ol ul li,
.blog .bodyContent > section ul ul li {
	list-style-type: square;
	margin-left: -6px;
}
.blog .bodyContent > section article,
.home .blog article {
	margin-bottom: 30px;
	border-bottom: 3px double #e2ddd8;
	padding-bottom: 10px;
}
.blog .bodyContent > section a img {
	padding: 5px;
	float: left;
	border: 1px solid #c1a68e;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: -6px;
}
.blog .bodyContent > section a img:hover {
	border-color: #8f582b;
	background-color: #fff;
}
.blog .bodyContent > section + aside {
	position: relative;
	left: 30px;
	z-index: 0;
	float: left;
	width: 195px;
}
.blog .bodyContent > section + aside p {
	font-size: 14px;
}
.blog .bodyContent > section + aside dt {
	font-size: 14px;
}
.blog .bodyContent > section + aside dd {
	font-size: 13px;
	color: #847c79;
	line-height: 16px;
	margin-bottom: 16px;
	position: relative;
	left: 12px;
	top: 4px;
	padding-right: 37px;
}
.blog .bodyContent > section + aside ul li {
	list-style-type: none;
	font-size: 14px;
}
.blog .bodyContent > section + aside dd {
	padding-right: 15px;
}
.blog article ul.share {
	height: 20px;
	margin-left: -13px;
	margin-top: 21px;
}
.home .blog ul.share {
	margin-left: 0;
	margin-bottom: 1em;
}
.blog article .share li {
	float: left;
	list-style-type: none;
	width: 140px;
	font-size: 12px;
}
.blog article .share li a img {
	padding: 0;
	border-style: none;
	margin-right: 5px;
}
.blog article .share li a {
	text-decoration: none;
}
.blog .community small {
	font: italic 1.1em MrsEaves, Georgia, serif;
}
.blog .community li a {
	border: none;
}
.blog .community li {
	margin-bottom: 1em;
	border-top: 3px double #e5d9d1;
	padding-top: 1em;
	margin-top: 1em;
}
.blog .community img {
	padding-top: .38em;
}

/* @end */

/* @group PAGE: FREE GOODIES */

.freeGoodies .bodyContent > section h2 {
	margin-bottom: 26px;
	margin-top: 36px;
}
.freeGoodies .bodyContent > section p {
	padding-right: 40px;
}
.freeGoodies .bodyContent > section ul {
	list-style-type: none;
	margin-left: 0;
}
.freeGoodies .bodyContent > section ul li {
	margin-top: 14px;
	padding-bottom: 18px;
	margin-right: 50px;
	border-bottom: 1px solid #e2ddd8;
}
.freeGoodies .bodyContent > section ul li p {
	line-height: 18px;
	margin-bottom: 0;
}
.freeGoodies .bodyContent > section ul li a {
	display: inline-block;
	width: 120px;
	height: 27px;
	text-indent: -9999px;
	background-image: url(pbw-images/download.png);
	position: relative;
	top: -1px;
	float: left;
	margin-right: 9px;
	border-bottom-style: none;
}
.freeGoodies .bodyContent > section ol {
	margin: -15px 150px 25px 40px;
}
.freeGoodies .bodyContent > section ol li {
	list-style-position: outside;
}
.freeGoodies .bodyContent .contact form {
	margin-left: 0;
}
.freeGoodies .bodyContent nav .contact form label {
	width: 190px;
	margin-top: 10px;
}
.freeGoodies .bodyContent nav .contact form input {
	width: 190px;
	margin-bottom: 10px;
	margin-top: 0;
}
.freeGoodies .bodyContent nav .contact form .checkbox {
	display: inline;
	width: 14px;
}

/* @end */

/* @group PAGE: CONTINUING ED */

.continuing h3 {
	font-size: 18px;
	margin-top: 20px;
	color: #553f37;
	border-top: 3px double #e2ddd8;
	padding-top: 20px;
}
.continuing h4 {
	font-size: 16px;
	color: #8f582b;
	font-weight: normal;
	font-style: normal;
}
.continuing h5 {
	text-transform: uppercase;
	font-size: 11px;
	color: #553f37;
}
.continuing table {
	background-color: #ede8e3;
	font-size: 14px;
	line-height: 18px;
	margin-top: 9px;
	margin-bottom: 9px;
	width: 710px;
}
.continuing td {
	border-right: 10px solid #f8f8f8;
	padding: 12px 12px 15px 14px;
}
.continuing td:last-child {
	border-right-style: none;
}
.continuing section article ul {
	margin-bottom: 18px;
	margin-top: 0;
}

/* @end */

/* @group PAGE: PILATES AVATAR */

.pilates-avatar-logo {
	width: 699px;
	height: 84px;
	background-image: url(pbw-images/pilates-avatar-logo.png);
	text-align: center;
	margin-left: 82px;
	margin-bottom: 50px;
	display: block;
	text-indent: -9999px;
}

#pilates-avatar-nav-logo {
	width: 166px;
	margin-bottom: 30px;
}
.pilatesAvatar .bodyContent {
	padding-right: 0;
}
.pilatesAvatar .bodyContent ul {
	list-style-position: inside;
	margin-bottom: 32px;
	line-height: 24px;
	margin-top: 8px;
}
.pilatesAvatar .bodyContent section {
	width: 710px;
}
.pilatesAvatar label {
	margin-top: -3px;
}
.pilatesAvatar #sendButton {
	width: 300px !important;
	font-size: 14px;
}
.pilatesAvatar nav.utility {
	text-align: right;
	width: 695px;
	display: block;
	margin-bottom: -40px;
	margin-top: -38px;
}
.landing .videos {
	width: 740px;
	margin-bottom: 1em;
	margin-top: 54px;
}
.landing .videos img {
	margin: 0 6px 0 0;
}
.landing .videos a,
.landing .videos a:hover {
	border-style: none;
	background-color: transparent;
}
h1.landing-headline {
	background-color: #533e36;
	color: #c0a68d;
	text-align: center;
	margin-top: -5px;
	margin-bottom: 10px;
	padding: .62em .62em .82em;
	line-height: .9em;
}
.landing-headline span {
	font: .82em MrsEaves, Georgia, serif;
	font-style: italic;
	letter-spacing: 0;
}
.landing-intro {
	font-size: 24px;
	line-height: 1.26em;
}
.landing-action {
	float: right;
	margin-left: 1em;
}
.landing h3 {
	margin-bottom: 6px;
}
.landing-list {
	list-style: none;
	margin: 0 !important;
}
.landing-list li {
	width: 230px;
	float: left;
	margin-right: 10px;
}
.landing-list li:last-child {
	margin-right: 0;
	padding-right: 10px;
	width: 220px;
}
.vid-thumb {
	margin-bottom: 1em;
}
h1.photo-bg {
	background-image: url(pbw-images/bg-pa-header.jpg);
	height: 169px;
	text-align: center;
	color: #c0a58d;
	vertical-align: middle;
	width: 710px;
	line-height: 1.25em;
	text-transform: lowercase;
	padding-top: 38px;
	box-sizing: border-box;
}
h1.photo-bg span {
	display: block;
	text-transform: lowercase;
	font: 1.33em mrseaves;
	font-style: italic;
	letter-spacing: 0;
}
.how-it-works ol {
	padding-top: 2em;
}
.how-it-works ol li {
	list-style: none;
	clear: both;
	width: 710px;
}
.how-it-works h2 {
	margin: 0;
	font: 30px MrsEaves-SmallCaps, Georgia, serif;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 1px;
	text-transform: lowercase;
	color: #735a4c;
}
.how-it-works h3 {
	font: 12px MrsEaves, Georgia, serif;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 1px;
	border-bottom: 2px solid #c0a58d;
	padding-bottom: 3px;
	width: 300px;
}
.step-1 h3 {
	border-color: #fdbc10;
}
.step-2 h3 {
	border-color: #ee9f1e;
}
.step-3 h3 {
	border-color: #ec6f24;
}
.step-4 h3 {
	border-color: #d7572d;
}
.how-it-works ol p {
	width: 442px;
	margin-top: -2.15em;
	padding-right: 1em;
	padding-bottom: 4em;
	padding-left: 50px;
	box-sizing: border-box;
	border-left: 8px solid #e7dfd8;
	margin-left: 264px;
}
.how-it-works ol li:last-child p {
	margin-bottom: -22px;
}
.icon {
	width: 76px;
	height: 76px;
	display: block;
	background-color: #735a4c;
	border-radius: 76px;
}
.how-it-works .icon {
	border: 4px solid #f7f8f7;
	margin-top: -67px;
	margin-left: 226px;
	position: absolute;
}
.step-1 .icon {
	background-color: #febc11;
}
.step-2 .icon {
	background-color: #ee9f1f;
}
.step-3 .icon {
	background-color: #ec7025;
}
.step-4 .icon {
	background-color: #d8572d;
}
.how-it-works .icon svg {
	margin-right: auto;
	margin-left: auto;
	display: block;
	width: 50%;
	height: 50%;
	margin-top: 25%;
}
.bodyContent a.cta, .bodyContent input.cta, .bodyContent button.cta {
	border-style: none;
	text-decoration: none;
	background-color: #8f582b;
	border-radius: 40px;
	color: white;
	padding: 6px 15px 9px;
	font: 18px HelveticaNeue-Light, "Helvetica Neue", Helvetica, Arial, sans-serif;
	display: inline-block;
	margin-top: 1.25em;
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	font-weight: bold;
}
button.cta.small {
	font-size: 11px !important;
	margin-top: 0 !important;
	padding: 5px 10px 7px;
}
.bodyContent a.cta:hover, .bodyContent input.cta:hover, .bodyContent button.cta:hover {
	background-color: #533e36;
	cursor: pointer;
}
.cta-centered {
	display: table;
	width: 100%;
}
.cta-centered div {
   display: table-cell;
   text-align: center;
   vertical-align: middle;
}
.how-it-works .cta-centered {
	width: 538px;
}
.bodyContent .product-grid {
	list-style: none;
	margin: 0;
	padding: 0;
}
.workouts .bodyContent h1 {
	margin-bottom: 17px;
}
.workouts h3 {
	margin-bottom: .5em;
}
.product-grid li {
	margin-bottom: 17px;
	float: left;
	border-bottom: 5px double rgba(192, 165, 141, 0.35);
	padding-bottom: 9px;
	padding-right: 16px;
	width: 220px;
}
.product-grid li:nth-child(3n),
.product-grid li:last-child {
	/*padding-right: 0;*/
}
.product-grid .image {
	background-color: #543f36;
	padding: 0;
	width: 220px;
	height: 151px;
}
.product-grid img {
	opacity: 0.2;
	transition: opacity .3s ease-out;
	-webkit-transition: opacity .3s ease-out;
	-moz-transition: opacity .3s ease-out;
	-o-transition: opacity .3s ease-out;
}
.product-grid h2, .product-grid p {
	margin: 0;
}
.product-grid h2 {
	text-align: center;
	margin-top: -151px;
	color: #e4dad2;
	font: 30px MrsEaves, Georgia, serif;
	font-style: italic;
	font-weight: normal;
	width: 220px;
	height: 151px;
	z-index: 1;
	position: relative;
	box-sizing: border-box;
	padding-right: 1em;
	padding-left: 1em;
	vertical-align: middle;
	display: table;
	margin-bottom: .25em;
	transition: all 1.3s ease-in-out;
	-webkit-transition: all 1.3s ease-in-out;
	-moz-transition: all 1.3s ease-in-out;
	-o-transition: all 1.3s ease-in-out;
}
.product-grid h2 span {
	display: table-cell;
	vertical-align: middle;
}
.product-grid p {
	font: 18px/1em MrsEaves-SmallCaps, Georgia, serif;
	margin-bottom: 2px;
	letter-spacing: 1px;
}
.product-grid .price {/
	color: #c0a58d;
	font-family: MrsEaves, Georgia, serif;
	display: block;
}
.product-grid a {
	font-weight: normal;
	border: none;
	
}
.product-grid a:hover img {
	opacity: 1;
}
.product-grid a:hover h2 {
	opacity: 0;
	color: white;
}
.product-sidebar, .workout .right-col {
	float: left;
	margin-top: 35px;
}
.product-sidebar {
	width: 220px;
	margin-right: 35px;
}
.product-sidebar a, .product-sidebar input {
	display: block;
	background-color: #c4aa93;
	border-radius: 5px;
	padding: 1em;
	text-align: center;
	border: 0;
	margin-bottom: 10px;
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
}
a.addToCart, input.addToCart {
	background-color: #8f582b;
	color: #ece7e2;
	font-weight: normal;
	font-size: 24px;
	padding-right: 0;
	padding-left: 0;
	letter-spacing: -1px;
	border-radius: 50px;
}

input.addToCart {
	line-height: 21px !important;
	width: 100% !important;
}

.product-sidebar a:hover, .product-sidebar input:hover {
	background-color: #ece7e2;
	color: #543f36;
	cursor: pointer;
}
a.preview {
	color: #553f37;
	font-weight: normal;
}
a.preview svg {
	width: 16px;
	height: 16px;
	position: relative;
	top: 2px;
}
.pilatesAvatar .product-sidebar ul {
	list-style: none;
	text-indent: 0;
	margin: 40px 0 0;
	padding: 0;
}
.product-sidebar li {
	background-color: #ede8e3;
	border-radius: 5px;
	margin-bottom: 10px;
	padding: 1em;
	text-transform: uppercase;
	font-size: .8em;
	line-height: 1.5em;
}
.product-sidebar li strong {
	text-transform: none;
	display: block;
	font-size: 1.25em;
}
.product-sidebar .aux li {
	background-color: inherit;
	padding: 0;
	text-transform: inherit;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
}
.product-sidebar .aux li:before {
	content: "» ";
	
}
.workout .right-col {
	width: 450px;
}
.pilatesAvatar .cross-sells {
	margin: 0;
	list-style: none;
	border-top: 6px double #e5dad2;
	padding-top: 1em;
}
.cross-sells li {
	width: 209px;
	margin-top: -10px;
}
.cross-sells .sales-copy {
	font: 13px HelveticaNeue-Light, "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 0;
	height: 68px;
	vertical-align: middle;
	display: table-cell;
	padding-bottom: 8px;
	width: 210px;
}
.filter {
	display: inline-block;
	background-color: #c0a68d;
	border: none;
	border-radius: 1em;
	font: 16px HelveticaNeue-Light, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #f2eae4;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 8px;
	margin-top: 2px;
	padding-right: .7em;
	padding-left: .65em;
	padding-bottom: .25em;
	padding-top: 2px;
	cursor: pointer;
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
}
#filters h3 {
	height: 18px;
}
.filter.is-checked, .filter:hover {
	background-color: #8f582b;
	color: white;
}
.filter-group {
	margin-bottom: 2em;
}
.hidden {
	display: none;
}
.feature {
	background-size: cover;
	background-repeat: no-repeat;
	padding: 60px;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.feature .title {
	font-weight: normal;
	font-style: normal;
	font: 28px/1.16em HelveticaNeue-Light, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
}
.feature .cta {
	margin-top: .618em !important;
}
.landing .feature.two {
	margin-top: 5px;
}
.feature.three {
	padding-right: 20px;
	padding-top: 62px;
}
.feature.three .title {
	text-align: right;
	color: #bfa48c;
}
.feature.three .cta {
	float: right;
}
.audio .feature {
	height: 372px !important;
}
.audio .feature p {
	color: #553f37;
	line-height: 1.618em;
}
.audio .title {
	font-size: 36px;
	text-transform: lowercase;
	font-family: MrsEaves-SmallCaps, Georgia, serif;
	letter-spacing: .05em;
}
.audio .feature .title em {
	font: italic 1.2em MrsEaves, Georgia, serif;
	letter-spacing: 0;
}
.audio .feature.one .cta {
	position: relative;
	top: 63px;
}
.audio .feature.one {
	padding: 50px 190px 50px 50px;
}
.audio .feature.two {
	padding-left: 310px;
}
.audio .feature.two .title {
	margin-top: 60px;
	margin-bottom: 72px;
}
hr.exercise-list {
	margin-top: -22px;
	border-bottom-style: none;
	border-top-width: 5px;
	margin-bottom: -1px;
}
h2.exercise-list {
	font: 36px MrsEaves, Georgia, serif;
	text-align: center;
	background-color: #e4dad2;
	padding-top: .618em;
	padding-bottom: .618em;
	margin: 0;
}
h2.exercise-list .for {
	color: #b89f86;
	font-style: italic;
}
h2.exercise-list .title {
	display: block;
	font: .7em/.95em MrsEaves-SmallCaps, Georgia, serif;
	letter-spacing: .05em;
	margin-top: .18em;
	color: #b89f86;
	padding-right: 1em;
	padding-left: 1em;
}
.exercises {
	font: 24px MrsEaves, Georgia, serif;
	background-color: #f8f3ec;
	margin-bottom: -20px;
	border-bottom: 2px solid #d7c9b9;
	border-left: 2px solid #d7c9b9;
	border-right: 2px solid #d7c9b9;
}
.exercises li {
	padding-left: 20px;
	border-top: 2px solid #d7c9b9;
	list-style: none;
}
.exercises li:nth-child(even) {
	background-color: #f7f8f7;
}
.exercises a dl {
	background: url(/pbw-images/arrow-right.svg) right center no-repeat;
	background-size: 36px;
}
.exercises dd {
	padding-top: 0;
	font: 21px MrsEaves-SmallCaps, Georgia, serif;
	letter-spacing: .05em;
	padding-bottom: .382em;
}
.exercises dd:last-child {
	padding-bottom: 20px;
}
.exercises .down:before {
	background: url(/pbw-images/arrow-down.svg) no-repeat;
	display: inline-block;
	width: 12px;
	height: 12px;
	content: " ";
	position: relative;
	top: 1px;
}
.exercises .note {
	font-family: MrsEaves, Georgia, serif;
	letter-spacing: 0;
	font-style: italic;
	line-height: 1em;
	margin-top: .382em;
}
.exercises dt {
	margin-bottom: .25em;
	margin-top: .8em;
	font-weight: normal;
}
.exercises .empty {
	height: .25em;
}
.exercises .new:after {
	content: 'new';
	font-style: italic;
	background-color: #d7c9b9;
	padding: 5px 10px;
	border-radius: 9em;
	margin-left: .382em;
	position: relative;
}
.exercises .group {
	background-color: #d7c9b9 !important;
	color: #493932;
	padding-bottom: 20px;
	padding-top: 20px;
	text-align: center;
}
.exercises dt + dt {
	margin-top: 0;
}

/* @end */

/* @group PAGE: CONTACT */

.contact aside {
	width: 200px;
	float: left;
	position: relative;
	left: -50px;
}
.contact small {
	font-size: 13px;
	font-style: italic;
}
.contact form {
	position: relative;
	margin-left: 120px;
}
.contact input {
	display: block;
	width: 420px;
	height: 31px;
	margin-bottom: 21px;
	background-color: #fff;
	font: 18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-left: 5px;
	color: #553f37;
}
.contact label {
	display: block;
	margin-top: 28px;
}
.contact textarea {
	display: block;
	width: 424px;
	margin-bottom: 30px;
}
.contact #sendButton {
	width: 431px;
	background-color: none;
}
.contact aside section {
	margin-left: 26px;
}

/* @end */

/* @group PAGE: LIVE WORKOUTS */
.podia-login {
	position: absolute;
	margin-left: 888px;
	margin-top: 20px;
}
.liveWorkouts .bodyContent {
	padding: 0;
}
.liveWorkouts .bodyContent h1 {
	text-align: center;
	padding-top: .9em;
	padding-bottom: .3em;
}
.liveWorkouts .hero hgroup {
	margin-left: 50px;
	margin-top: 10px;
}
.liveWorkouts .hero {
	background-image: url(/pbw-images/pilates-playground-bg.webp);
	background-size: cover;
	height: 723px;
	width: 940px;
	margin: 10px 10px 50px;
	box-sizing: content-box;
	color: white;
}
.liveWorkouts .hero h1 {
	font: 48px/.7em MrsEaves, Georgia, serif;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 0;
	text-align: left;
	color: white;
	text-transform: lowercase;
	margin-bottom: .25em;
}
.liveWorkouts .hero h1 strong {
	font-family: MrsEaves-SmallCaps;
	font-style: normal;
	letter-spacing: .04em;
	display: block;
}
.liveWorkouts .hero h2 {
	color: white;
	margin-top: 0;
	font-weight: 300;
	font-style: normal;
	font-size: 18px;
}
.liveWorkouts .hero ul {
	list-style: none;
	margin: 0 !important;
	font-weight: bold;
}
.liveWorkouts .benefits1 {
	position: relative;
	top: 154px;
}
.liveWorkouts .benefits1 li {
	background: url(/pbw-images/arrow-pp.svg) -2px 11px no-repeat;
	background-size: 75px 13px;
	padding-left: 79px;
	line-height: 2em;
	margin-bottom: 10px;
	margin-top: 10px;
}
.liveWorkouts .benefits2 {
	text-transform: uppercase;
	color: #553f37;
	letter-spacing: 1px;
	position: relative;
	top: 341px;
	width: 103%;
}
.liveWorkouts .benefits2 li {
	display: inline-block;
	width: 32%;
	text-align: center;
}
.liveWorkouts .description {
	font-size: 21px;
	width: 582px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 60px;
	line-height: 1.3em;
}
.liveWorkouts .attend {
	text-align: center;
	margin-bottom: 1em;
}
.liveWorkouts .hero-head {
	position: relative;
	top: 95px;
	width: 25ch;
	font-weight: 300;
	font-style: normal;
	line-height: 1.2em;
	left: 85px;
	font-size: 24px;
}
.liveWorkouts .hero-descriptor {
	position: relative;
	top: 110px;
	left: 85px;
	width: 38ch;
	color: #553f37;
}
.liveWorkouts .workouts {
	margin-left: 10px;
}
.liveWorkouts .workout {
	box-sizing: border-box;
	width: 32.3%;
	/*display: inline-block;*/
	float: left;
	margin-right: 10px;
}
.liveWorkouts .workout:last-child {
	margin-right: 0;
}
.liveWorkouts img {
	width: 100%;
}
.liveWorkouts .workout-title {
	margin-top: 10px;
	background-color: #553f37;
	margin-bottom: 0;
	color: white;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.liveWorkouts .when {
	line-height: 1.1em;
	font-size: 21px;
	background-color: #553f37;
	margin-top: -5px;
	text-align: center;
	color: white;
	padding-top: 16px;
	padding-bottom: 20px;
}
.liveWorkouts .workout p {
	margin-bottom: 0;
	padding-right: 1em;
}
.liveWorkouts .workout .cta {
margin-bottom: 0;
	margin-top: .75em;
}
.liveWorkouts .memberships {
	background-image: url(/pbw-images/liveW-membership-bg.jpg);
	background-size: cover;
	height: 473.5px;
}
.liveWorkouts .plans {
	list-style: none;
	margin-top: 200px;
	margin-left: 10px;
	margin-right: 10px;
}
.liveWorkouts .plans li {
	float: left;
	width: 33.3%;
	line-height: 2em;
	padding-left: 2em;
	box-sizing: border-box;
	background-color: #D6562B;
	height: 140px;
	transition: all .3s ease-out;
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-o-transition: all .3s ease-out;
}
.liveWorkouts .plans li:nth-child(2n) {
	background-color: #B23812;
}
.liveWorkouts .plans li:nth-child(3n) {
	background-color: #9F2214;
}
.liveWorkouts .plans li:nth-child(4n) {
	background-color: #7D0D00;
}
.liveWorkouts .plans a,
.liveWorkouts .plans h2 {
	color: #e6e4e2;
}
.liveWorkouts .plans li:hover {
	background-color: rgba(85, 63, 55, 0.48);
	color: #f8f8f8;
}
.liveWorkouts .plans li p {
	font-weight: 300;
	font-size: 15px;
}
.liveWorkouts .plans li .when {
	margin-top: -2px;
}
/* @end */

/* @group PAGE: ELEVATE */

.elevateLogo {
	text-indent: -9999px;
	display: block;
	width: 490px;
	height: 70px;
	background: url(/pbw-images/elevate-logo.svg);
	background-repeat: no-repeat;
	margin-top: 0 !important;
}
.elevate .tagline {
	text-transform: lowercase;
	text-align: center;
	background: url(/pbw-images/bottom-curve.svg) 0 233px / 101% 50px no-repeat, url(/pbw-images/top-curve.svg) 0 -12px / 101% 50px no-repeat #543f37;
	color: #f7f8f7 !important;
	font-size: 28px !important;
	padding-top: 60px;
	padding-bottom: 70px;
	margin-left: -50px;
	margin-top: 50px;
	width: 584px;
	box-sizing: border-box;
	height: 270px;
}
.tagline strong {
	font: bold 63px HelveticaNeue-Light, "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: -0.03em;
	text-transform: capitalize;
	display: block;
	color: #c0a68d;
}
.elevate .cta.first {
	position: absolute;
	margin-top: -100px;
	margin-left: 170px;
}
.elevateHero {
	border-radius: 0 7px 0 0 ;
	float: right;
	margin-right: -50px;
	margin-top: -462.5px;
	position: relative;
	z-index: 1-00;
}
.elevate .pitch {
	margin-top: 3em;
	width: 490px;
}
.elevate .pitch p:first-child {
	font-size: 1.2em;
	line-height: 1.3em;
		padding-right: 1em;
}
.elevate .pitch small {
	display: block;
	position: relative;
	top: -160px;
	left: 534px;
}
.elevate section {
	width: 100%;
}
.elevate section h2 {
	font: 36px MrsEaves, Georgia, serif;
	font-style: italic;
	font-weight: normal;
	text-align: center;
	margin-top: 1.6em;
}
.personName {
	margin-top: 0.36em;
	margin-bottom: 0.618em;
}
.director .headshot {
	margin-top: -30px;
}

.director.clare .headshot {
	float: left;
	margin-right: 50px;
	margin-left: -50px;
}
.director.tina .headshot {
	float: right;
	margin-left: 50px;
	margin-right: -50px;
}
.director {
	clear: both;
	margin-top: 40px;
}
.director.tina {
	margin-top: 100px;
}
.elevate section.explore {
	margin-left: -50px;
	padding-right: 100px;
	background-image: url(/pbw-images/elevate-anders.jpg);
	background-size: cover;
	height: 710px;
}
.elevate section.explore .copy {
	width: 480px;
	position: relative;
	left: 400px;
	top: 80px;
	line-height: 1.6em;
	font-size: 18px;
}
.elevate section.explore p:first-child {
	font-size: 1.3em;
	line-height: 1.4em;
}
.elevate ul {
	list-style-position: outside !important;
}
.elevate .why,
.elevate .what {
	width: 50%;
	float: left;
}
.elevate .why ul,
.elevate .what ul {
	margin-top: 1em;
	list-style: none;
	margin-left: 50px;
}
.elevate .why ul img,
.elevate .what ul img {
	width: 39px;
	margin-left: -40px;
	position: relative;
	left: -10px;
	top: 21px;
}
.elevate .how h3 {
	font: 16px HelveticaNeue-Light, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0;
}
.elevate .how ol {
	margin-top: 80px;
}
.elevate .how li {
	width: 20%;
	float: left;
	margin-right: 2.5%;
	letter-spacing: 0;
	margin-left: 2.5%;
}
.elevate .how img {
	height: 36px;
	position: absolute;
	margin-top: -50px;
}
.elevate .how li::before {
	content: " ";
	background-image: url(/pbw-images/elevate-how-arrow.svg);
	background-size: 116px 13px;
	width: 116px;
	height: 13px;
	display: block;
	position: absolute;
	margin-top: -40px;
	margin-left: 65px;
}
.elevate .how li:last-child::before {
	display: none;
}
.mentors .mentorsIntro {
	text-align: center;
	width: 60ch;
	margin: 1em auto 2em;
}
.mentor {
	width: 50%;
	float: left;
	text-align: center;
	height: 280px;
}
.mentor p {
	width: 42ch;
	margin: auto;
}
.included ul {
	margin-top: 2em !important;
	position: relative;
	left: -10px;
}
.included li {
	list-style: none;
	width: 20%;
	float: left;
	text-align: center;
	margin-right: 2.5%;
	margin-left: 2.5%;
}
.included img {
	display: block;
	margin: auto;
	margin-bottom: 10px;
}
.elevate .QA-pair {
	width: 60ch;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	border-bottom: 6px double rgba(192, 166, 141, 0.24);
	padding-bottom: 1em;
	padding-top: 2em;
}
.elevate .question {
	font: 24px/1em MrsEaves, Georgia, serif;
	text-transform: none;
	letter-spacing: 0;
}
.elevateBio hr {
	margin-top: 2em;
	margin-bottom: 2em;
}
.bioHeadshot {
		margin-top: 0;
	margin-right: 30px;
		margin-bottom: 20px;
	border-radius: 10px;
		float: left;
}
.elevateBio .bioSecondary {
	font-size: 18px;
	line-height: 1.3em;
	margin-bottom: 1.6em;
}

/* @end */

/* @group UTILITY PAGES */

html.util {
	background: none #553f37;
}
.util body {
	width: 440px;
}
.util bodyContent {
	padding-right: 20px;
	padding-left: 20px;
}
.util h1 {
	margin-bottom: -74px;
	z-index: -1;
	margin-left: -25px;
}
.util input[type=text],
.util input[type=password],
.util input[type=email],
.util input[type=url] {
	background-color: #dedede;
	font: 21px HelveticaNeue-Light, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: 300;
	color: #553f37;
	width: 100%;
	padding: 10px;
	border: none;
	border-radius: 5px;
	margin-bottom: 10px;
	box-sizing: border-box;
}
.util input[type=submit], .util .cta {
	width: 100%;
	background-color: #8f582b;
	border-style: none;
	font: 21px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	color: white;
	border-radius: 40px;
	cursor: pointer;
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	margin-top: 10px;
	padding: 10px;
	text-align: center;
	box-sizing: border-box;
}
.util input[type=submit]:hover, .util .cta:hover {
	background-color: #553f37;
}
.util .secondary {
	text-align: center;
	margin-bottom: 0;
	margin-top: .38em;
}
.util .remember {
	text-align: center;
	font-size: 13px;
	margin-bottom: 2px;
}
.util .remember label {
	position: relative;
	top: 2px;
	margin-left: 2px;
	cursor: pointer;
}
.util .paLogo {
	width: 230px;
	height: 46px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 2.427em;
}
.util select {
	width: 100%;
	border: none;
	background: url(/pbw-images/bg-dropdown-arrow.svg) 95% / 15px 9px no-repeat #dddedd;
	-webkit-appearance: none;
	appearance: none;
	font: 21px HelveticaNeue-Light, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	border-radius: 40px;
	text-indent: 7px;
	color: #553f37;
	padding: 10px;
	cursor: pointer;
	outline: none;
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	margin-bottom: 10px;
}
@-moz-document url-prefix() {
  .util select {
		border-radius: 0;
		text-indent: 0;
		background-image: none;
  }
}
.util select:hover {
	background-color: #c3c3c3;
}
.util h2 {
	text-align: center;
}
.util h3 {
	font: 24px MrsEaves-SmallCaps, Georgia, serif;
	font-weight: normal;
	font-style: normal;
	text-transform: lowercase;
	letter-spacing: 1px;
	color: #c1a68e;
	margin-bottom: .62em;
	margin-top: .62em;
	border-top: 4px double #eae3dd;
	padding-top: .62em;
	text-align: center;
}
.alert {
	display: inline-block;
	padding-right: 4px;
	padding-left: 4px;
	border-radius: 4px;
}
.alert.success {
	background-color: #fde75e;
}
.util .items {
	width: 100%;
	margin-bottom: .38em;
}
.util .price {
	font-weight: bold;
}
.util td {
	padding: .38em .62em;
	border-bottom: 2px solid #f7f8f7;
	color: #dddedd;
	background-color: #9b897f;
}
.util tr:first-child td:first-child{
		border-radius: 8px 0 0 0;
}
.util tr:first-child td:last-child{
		border-radius: 0 8px 0 0;
}
.util tr:last-child td:first-child{
		border-radius: 0 0 0 8px;
}
.util tr:last-child td:last-child{
		border-radius: 0 0 8px 0;
}
.util .grand-total td  {
	background-color: #553f37;
	color: #dcdedc;
	font-weight: bold;
	padding-bottom: .5em;
}
.util .price {
	text-align: right;
}
.edit-cart {
	font-size: .75em;
	text-align: center;
	padding-bottom: .62em;
}
/* @end */

/* @group STUDIO TERMS */
body.studioTerms {
	width: 500px;
}
.studioTerms h3 {
	border: none;
	padding-bottom: 1em;
	color: #553f37;
}
.studioTerms h3 em {
	font-family: MrsEaves, Georgia, serif;
	font-size: 1.2em;
	text-transform: none;
	display: block;
	margin-top: .38em;
}
.studioTerms h2 {
	font-weight: 200;
	clear: both;
	line-height: 1.3em;
}
.studioTerms ul {
	list-style: none;
}
.studioTerms li {
	margin-bottom: 1.62em;
}
.studioTerms li p {
	width: 300px;
	float: left;
}
.studioTerms .icon {
	float: left;
	margin-right: 20px;
}
.studioTerms .icon svg {
	width: 50%;
	height: 50%;
	margin-left: 25%;
	margin-top: 25%;
}
.icon.lotus svg {
	width: 48px;
	height: 45px;
	margin-top: 16px;
	margin-left: 14px;
}
.icon.stethoscope svg {
	width: 30px;
	height: 33px;
	margin-top: 22px;
	margin-left: 23px;
}
/* @end */

/* @group STUDIO DIRECTORY */

.directory ul, .studios {
	list-style: none;
}
.studio-directory .directory ul {
	margin: 0;
}
.directory {
/*	column-count: 2;
	-webkit-column-count: 2;
	-moz-column-count: 2;*/
	margin-top: 2em;
}
.studio-directory ul.studios {
	margin-bottom: 1.618em;
}
li h4 {
	font: 30px MrsEaves, Georgia, serif;
	font-style: italic;
	font-weight: normal;
	text-transform: lowercase;
}
.ownerCallout {
	border: 2px solid #c0a68d;
	border-radius: 5px;
	box-sizing: border-box;
	margin-right: 1em;
	text-align: center;
	padding: 1.38em;
}
.ownerCallout p {
	margin-top: .5em;
	margin-bottom: -6px;
}
.ownerCallout .cta {
	display: none;
}

/* @end */

/* @group STUDIO BENEFITS */
.pageContent ul.benefits {
	list-style: none;
	column-count: 2;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	padding-top: 1em;
	margin: 0;}
.benefits li {
	width: 330px;
	margin-bottom: 2em;
	padding-right: 10px;}
.benefits .icon {
	float: left;
	margin-bottom: 2em;
	margin-right: .62em;
	margin-right: 12px;}
.benefits .icon svg {
	width: 50%;
	height: 50%;
	margin-top: 25%;
	margin-left: 25%;}
.barChart.icon svg {
	width: 29px;
	height: 36px;
	margin-left: 22px;}
.pricing {
	text-align: center;}
.pricing h3 {
	font-size: 30px;}
.quantity {	margin-top: 18px;}
.quantity select {
	width: 162px !important;
	text-align: center;
	margin-left: .38em;
	margin-bottom: 0 !important;
	background-position-x: 90%;
}
.quantity-manual input {
	margin-right: auto;
	margin-left: auto;
	width: 3em !important;
	text-align: center;
}
.pricing ul.tiers {		margin-left: 0;	}
.tiers li {
	list-style: none;
	float: left;
	margin: .38em 10px .38em 0;
}
.tiers h4 {
	font-family: MrsEaves-SmallCaps, Georgia, serif;
	font-weight: normal;
	font-style: normal;
	margin-bottom: .24em;
	text-transform: none;
	letter-spacing: 1px;}
.tiers a, .tiers label {
	width: 226px;
	height: 168px;
	display: block;
	border-width: 2px;
	border-style: solid;
	color: #ee9f1f;
	border-radius: 5px;
	padding-top: 28px;
	font: 24px MrsEaves, Georgia, serif;
	font-style: italic;
	box-sizing: border-box;
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;}
.gecko .tiers a, .gecko .tiers label {
	padding-top: 20px;}
.tiers .price {
	display: block;
	font: 21px HelveticaNeue-Light, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-style: normal;
	margin-top: .38em;}
.tiers .price small {
	text-transform: uppercase;
	font-size: .55em;
	display: block;}
.tiers + p {
	clear: both;
	margin-bottom: .38em;}
li.tier2 a, li.tier2 label {
	color: #ec7025;
	border-color: #ec7025;}
li.tier3 a, li.tier3 label {
	color: #d8572d;
	border-color: #d8572d;
	margin-right: 0;}
.tiers a:hover, .tiers label:hover {
	cursor: pointer;
	background-color: #ffffff;}
.tiers input[type=radio] {
	display: none;}
.tiers input[type=radio]:checked + label{
	color: #f7f8f7;
	border-color: white;
	background-color: #533E36;
	cursor: pointer;}
.tiers input[type=radio]:checked + label[for=tier1] {
	background-color: #ee9f1e;}
.tiers input[type=radio]:checked + label[for=tier2] {
	background-color: #ec6f24;}
.tiers input[type=radio]:checked + label[for=tier3] {
	background-color: #d7572d;}
.calculations {
	margin-left: -6px;}
.calculations input.cta {
	font-weight: bold;
	margin-top: .38em;}
.final-price {
	background-color: #735a4c;
	color: #f7f8f7;
	margin-top: 1.618rem;
	margin-bottom: 0.618em !important;
	margin-right: auto;
	margin-left: auto;
	padding-top: 1em;
	padding-bottom: 1em;
	text-transform: uppercase;
	font-size: .8rem;
	font-weight: bold;
	width: 38.2%;}
.final-price strong {
	display: block;
	font-size: 3rem;
	margin-top: .3em;
	margin-bottom: .38em;}
.implementationGuide {
	left: 184px;
	position: relative;
	margin-bottom: -20px;
	bottom: 26px;
}
.enterprise-promo {
	background-image: url(/pbw-images/enterprise-benefits-hero.jpg);
	background-size: 100%;
	padding-top: 20px;
	padding-left: 40px;
	width: 710px;
	box-sizing: border-box;
	height: 367px;
}
.enterprise-promo h2 {
	font-size: 24px;
	margin-bottom: .9em;
}

.enterprise-promo p {
	width: 265px;
	margin-bottom: 75px;
}

/* @end */

/* @group STUDIO ENTERPRISE PLAN */

.enterprise .hero {
	background-image: url(/pbw-images/enterprise-hero.jpg);
	background-size: 710px 442.5px;
	display: block;
	height: 442.5px;
	width: 710px;
}
.enterprise .hero span {
	display: block;
	color: #f8f8f8;
	letter-spacing: .08em;
	position: relative;
	left: 32px;
	top: 372px;
	text-transform: lowercase;
	font-size: 44px;
	text-shadow: 0 2px 3px black, 0 5px 36px rgba(0, 0, 0, 0.62);
}
.enterprise .subhead {
	width: 320px;
	font: 25px MrsEaves-SmallCaps, Georgia, serif;
	font-weight: normal;
	font-style: normal;
	text-transform: lowercase;
	letter-spacing: .08em;
	text-align: right;
	float: left;
	margin-bottom: 1em;
}
.enterprise .subhead em {
	font: italic 54px/1.24em MrsEaves, Georgia, serif;
	letter-spacing: 0;
	display: block;
	position: relative;
}
.enterprise .description {
	width: 310px;
	float: left;
	margin-left: 40px;
	margin-top: 33px;
}
.enterprise .steps {
	background-image: url(/pbw-images/enterprise-isaac.jpg);
	background-size: 100%;
	height: 723px;
}
.enterprise .steps ol {
	list-style: none;
	position: relative;
	left: 40px;
	top: 40px;
}
.enterprise .icon {
	background: url(/pbw-images/enterprise-icons.svg) 0 no-repeat rgba(0, 0, 0, 0);
	background-size: 150px 100px;
	width: 50px;
	height: 50px;
	margin-left: -10px;
}
.enterprise .step2 .icon {
	background-position: -50px;
}
.enterprise .step3 .icon {
	background-position: -100px;
}
.enterprise .steps .title {
	font: 16px HelveticaNeue-Light, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	letter-spacing: 0;
	text-transform: uppercase;
	color: #553f37;
	margin-bottom: 3px;
}
.enterprise .steps li {
	width: 180px;
	float: left;
	padding-right: 40px;
	background: url(/pbw-images/enterprise-arrow.svg) 56px 18px no-repeat;
	background-size: 140px;
}
.enterprise .steps li:last-child {
	background-image: none;
}
.enterprise .plans {
	position: relative;
	margin-top: 200px;
	text-align: center;
	width: 61%;
}
.enterprise .detail {
	line-height: 1em;
}

/* @end */

/* @group STUDIO REGISTRATION */
.studioRegistration section.util {
	width: 340px;
	margin-right: 20px;
}
.studioRegistration .pageContent p {
	margin-right: 20px;
}
.studioRegistration .pageContent p:first-line {
	font-weight: bold;
}
.studioRegistration .next-section {
	text-align: center;
}
.studioRegistration .text-have {
	font-size: 36px;
	position: relative;
	top: 5px;
}
/* @end */

/* @group STUDIO INTRODUCTION */

.studioIntroduction input[type=submit]{
	border-style: none;
	text-decoration: none;
	background-color: #8f582b;
	border-radius: 40px;
	color: white;
	padding: 6px 15px 9px;
	font-size: 18px;
	display: inline-block;
	margin-top: 1.25em;
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
}

.studioIntroduction input[type=submit]:hover {
	background-color: #533e36;
	cursor: pointer;
}

/* @end */

/* @group STUDIO PROFILE */
h1.studio-name {
	font: 2.8em MrsEaves, Georgia, serif;
	font-style: italic;
	text-transform: capitalize !important;
	letter-spacing: 0;
}
.icon.profile {
	background-color: transparent;
	height: 20px;
	width: 20px;
	display: inline-block;
	vertical-align: baseline;
	position: relative;
	top: 2px;
	margin-right: 5px;
}
.yelp .icon.profile {
	margin-right: 2px;
}
.yelp .icon.profile svg {
	max-height: 20px;
	max-width: 20px;
}
.twitter .icon-font.social {
	top: 3px;
}
.icon-font.square {
	top: 2px;
}
.icon-font.social {
	font-family: Entypo Social;
	font-size: 36px;
	vertical-align: baseline;
	position: relative;
	top: 2px;
	margin-right: 2px;
	color: #553f37;
	font-weight: 300;
}
ul.social {
	position: relative;
}
.social a{
	border: none;
	font-size: 12px;
	display: inline-block;
}
.social li {
	height: 20px;
	line-height: 20px;
	display: inline-block;
}
.social .icon.profile {
	height: 17px;
	width: 17px;
}
.yelp svg {
	height: 17px;
}
.twitter {
	margin-top: 1px;
}
.cta.edit-profile {
	float: right;
	margin-right: 10px;
	margin-top: 0px !important;
}

/* @end */

/* @group VIDEO SNAPS */
.pageContent ul.snaps-grid {
	list-style: none;
	margin: 0;
	padding: 0;
}
.snap iframe {
	width: 100%;
	height: 526px;	
}
/* @end */

/* @group AMBASSADORS */
.ambassadors .pageContent h3 {
	margin-bottom: .5em;
}
.ambassadors .pageContent h3 em {
	font: italic 1.3em MrsEaves, Georgia, serif;
	letter-spacing: 0;
}
.ambassadors .pageContent h3 strong {
	font: .85em HelveticaNeue-Light, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	letter-spacing: 0;
	text-transform: none;
}
.bodyContent ul.ambList {
	margin: 0;
	padding: 0;
}
.findAmb {
	margin-bottom: 2em;
}
.findAmb .zip {
	background-color: #e7dfd8;
	border-style: none;
	color: #553f37;
	font: 16px HelveticaNeue-Light, "Helvetica Neue", Helvetica, Arial, sans-serif;
	height: 40px;
	padding-left: 1em;
	border-radius: 2em 0 0 2em;
	box-sizing: border-box;
	width: 38%;
}
.findAmb input[type=submit] {
	background-color: #8f582a;
	border: none;
	font: 16px HelveticaNeue-Light, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #f7f8f7;
	border-radius: 0 2em 2em 0;
	height: 40px;
	cursor: pointer;
	padding-right: .75em;
	padding-left: .62em;
	margin-left: -5px;
	box-sizing: border-box;
}
.ambList li {
	list-style: none;
	margin-top: 0;
	margin-left: 0;
	width: 160px;
	float: left;
	border-bottom: 5px double rgba(192, 165, 141, 0.35);
	padding-right: 17px;
	padding-bottom: 10px;
	margin-bottom: 17px;
}
.ambList a {
	font-weight: normal;
	font-style: normal;
	border-style: none;
}
.ambList img {
	border: 5px solid #543f36;
	width: 150px;
	height: 150px;
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
}
.ambList a:hover img {
	border-color: #c0a58d;
}
.ambList .first {
	font: 30px MrsEaves, Georgia, serif;
	font-style: italic;
	text-transform: lowercase;
}
.ambList .last {
	font: 20px MrsEaves-SmallCaps, Georgia, serif;
	text-transform: lowercase;
	letter-spacing: 1px;
	margin-bottom: 0.38em;
}
.ambList p {
	margin: 0;
	font-size: 12px;
}
.ambList .place {
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 16px;
	max-height: 16px;      
	-webkit-line-clamp: 1; 
	-webkit-box-orient: vertical;
	padding-top: 2px;
}
.ambList .country {
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 16px;
	max-height: 16px;      
	-webkit-line-clamp: 1; 
	-webkit-box-orient: vertical;
	padding-top: 2px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 10px;
}
.ambList .studio {
	margin-top: -1px;
	font-weight: bold;
}

/* @end */

/* @group AMBASSADOR PROFILE */
.ambassador .pageContent img {
	width: 270px;
	display: block;
	border: 5px solid #543f36;
	margin-bottom: 20px;}
.ambassador .pageContent h1 {
	margin-bottom: 0;
	text-transform: lowercase;}
.ambassador .photos {
	float: left;}
.ambassador .info {
	display: block;
	margin-left: 20px;
	width: 390px;
	float: left;
	padding-right: 20px;}
.ambassador.noPic .info {
	width: 670px;}
.ambassador .first {
	font: 1.5em MrsEaves, Georgia, serif;
	font-style: italic;
	letter-spacing: 0;}
.ambassador h3 {
	border-bottom: 2px solid #d7d3d1;
	padding-bottom: .38em;
	margin-top: 1.62em;
	margin-bottom: .3em;
	color: #b99e87;
	font-size: 18px;
	letter-spacing: 2px;}
.ambassador h3:first-of-type {
	margin-top: .9em;}
.ambassador .pageContent ul.social {
	list-style: none;
	margin: 0;}
.ambassador .social li {
	float: left;
	margin-right: 1em;}
.ambassador .place {
	font-weight: bold;
	font: 1em MrsEaves-SmallCaps, Georgia, serif;
	letter-spacing: 1px;
	margin-top: .38em;}
.ambassador a.studio-link {
	font-size: 18px;}
/* @end */

/* @group MANAGE AMBASSADORS */
.manage.ambassadors .pageContent h1 {
	border-bottom: 6px double #e5dbd3;
	padding-bottom: .38em;
}
a.authorize.cta {
	margin: 0 auto 1.25em;
	display: block;
	width: 43%;
	text-align: center;
	font-size: 21px;
	padding-top: 9px;
	padding-bottom: 10px;
}
.manage.ambassadors .ambList a:hover img {
	opacity: .1 !important;
	background-color: #543f36;
}
/* @end */

/* @group FAQs */
.faqs h3 {
	margin-bottom: 1em;
	margin-top: 1em;
}
.faqs h4 {
	font-weight: bold;
	font-size: 18px;
	line-height: 1.382em;
}
/* @end */

/* @group EDIT SCREENS */
.edit label {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	float: left;
	width: 160px;
	clear: left;
	text-align: right;
	position: relative;
	top: 16px;
	right: 10px;
}
.edit .util input, .edit .util select {
	float: left;
	width: 360px;
}
.edit h2 {
	text-align: left;
	border-bottom: 6px double #e5dbd3;
	padding-bottom: .25em;
	margin-bottom: 20px;
}
textarea {
	background-color: #dddedd;
	border-style: none;
	border-radius: 5px;
	font: 16px/1.38em HelveticaNeue-Light, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #543f36;
	width: 519px;
	height: 160px;
	padding: 15px;
	box-sizing: border-box;
}
.util textarea {
	width: 100%;
}
.instructions {
	width: 170px;
	display: inline-block;
	font-size: 12px;
	line-height: 1.38em;
	float: right;
	margin-right: 10px;
}
.studioRegistration .instructions {
	width: 90%;
	float: none;
	display: block;
	margin: -5px auto 2.382em;
	text-align: center;
}
small.instructions {
	width: inherit;
	float: none;
	margin-top: -6px;
	margin-bottom: 1.618em;
	text-align: center;
	display: block;
}
.submit-note {
	clear: both;
	width: 519px;
	font-size: .85em;
	padding: 1em 2em 0;
	box-sizing: border-box;
}
.edit .photos img {
	width: 160px;
	border: 5px solid #543f36;
}
.edit input[type=submit] {
	width: 519px;
	margin-top: 0;
}
/* @end */

/* @group USER DROPDOWN */
.bodyContent .user ul {
	/*display: none;*/
	position: absolute;
	transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	opacity: 0;
	margin-left: 499px;
	z-index: -1;
	margin-top: -1px;
	padding-top: 8px;
}
.user:hover ul {
	opacity: 1;
	z-index: 1;
}
.user ul li {
	margin: 0;
}
.user ul li a {
	background-color: #c0a68d;
	color: #543f37;
	padding: .38em .62em .62em;
	width: 210px;
	border-radius: 5px;
	box-sizing: border-box;
	text-align: center;
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	font: 18px MrsEaves-SmallCaps, Georgia, serif;
	letter-spacing: 1px;
	text-transform: lowercase;
	margin-bottom: 1px;
}
.user ul li a:hover {
	background-color: #543f37;
	color: #f9ea50;
}
.user .name {
	font: 21px MrsEaves, Georgia, serif;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
	border-style: none;
}
/* @end */

/* @group MY CART */

.myCart .icon, button.remove-item {
	height: 22px;
	width: 22px;
	background-color: #553F37;
	display: inline-block;
	margin-left: 14px;
	text-decoration: none;
	border: none;
	font-weight: normal;
	padding: 0px;
	cursor: pointer;	
}
button.remove-item {
	margin-right: 12px !important;
}
.remove-item svg {
	vertical-align: top;
}
a.image-link {
	text-decoration: none;
	border-bottom: none;
	height: 152px;
}
.alignTopOfLeftMenu {
	margin-top: 47px;
}
.myCart .icon:hover, button.remove-item:hover {
	background-color: #c1a68e;
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
}
.myCart .icon:hover path, button.remove-item:hover path {
	fill: #553f37;
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
}
.myCart .pageContent > h2 {
	margin-top: 5px;
}
.cart-item-list {
	margin-left: 0px !important;
}
.cart-item-list li {
	background-color: #553f37;
	margin-bottom: 2px;
	list-style: none;
	padding: 10px 24px 10px 10px;
	line-height: 24px;
}
.cart-item-list img {
	border: 2px solid #f8f8f8;
}
.cart-item-list li > * {
	display: inline-block;
	vertical-align: middle;
}
.cart-item-list h2 {
	color: #c1a68e;
	font-family: HelveticaNeue-Light, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: 200;
	margin: 0px;
	margin-left: 0px;
}
.price-big {
	display: inline-block !important;
	color: #c1a68e;
	float:  right;
	font-size: 24px;
	font-weight: bold;
	vertical-align: middle;
}
.cart-item-list .price-big {
	margin-top: 64px;
}
.cart-item-list {
	margin-bottom: 0px !important;
}
.cart-row {
	padding: 10px 24px 10px 10px;
	position: relative;
	line-height: 38px;
}
#next-wrapper {
	float: right;
	padding: 0px 24px 0px 0px;
	text-align: center;
}
#continue-shopping-wrapper {
    float: left;
}
#continue-shopping-wrapper, .myCart button[name="next"] {
	margin-top: 10px !important;
}
.myCart .label {
	display: inline-block;
	position: absolute;
	right: 130px;
	color: #735a4c;
	font-size: 18px;
}
.cart-row form {
	display: inline-block;
}
.cart-row .price-big {
	color: #735a4c;
}
#total-row .price-big {
	color: #553f37;
}
#discount-row {
	background-color: #d7d3d1;
	padding-top: 21px;
	padding-bottom: 21px;
}
#subtotal-row {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#total-row {
	padding-top: 15px;
	padding-bottom: 15px;
	height: 38px;
}

.myCart .cta {
	margin-top:  0px !important;
	font-weight:  bold;
	font-size: 16px !important;
}
.myCart .button-dim, #empty-cart, .myCart input.button-dim {
	background-color: #9b897f;
	font-size: 10px !important;
	border-radius: 30px;
	height: 30px;
	line-height: 30px;	
	padding: 0px 15px;
	color: #f8f8f8;
	cursor: pointer;
}
.myCart button.last, myCart a.btn.last {
	margin-bottom: 0px;
}
.myCart input {
	height: 38px;
	border-radius: 4px;
	border: none;
	margin-right: 4px;
	padding-left: 13.5px;
	width: auto;
	font-size: 16px;
}
.myCart .price-block {
	min-height: 38px;
	display: inline-block;
	width: 500px;
}
::-webkit-input-placeholder {
   color: #bdb9b7;
}
select.empty, :-moz-placeholder { /* Firefox 18- */
	color: #bdb9b7;
}
::-moz-placeholder {  /* Firefox 19+ */
	color: #bdb9b7;
}
:-ms-input-placeholder {  
	color: #bdb9b7;
}
.myCart hr {
	margin-top: 0px;
	margin-bottom: 16px;
}
.next-section {
	margin-bottom: 15px;
}
.text-next {
	font-size: 18px;
	font-family: MrsEaves-SmallCaps, Georgia, serif;
	margin-bottom: 5px;
	letter-spacing: 2px;
}
.text-have {
	font-size: 26px;
	font-family: MrsEaves, Georgia, serif;
	font-style: italic;
}
.button-yes-no {
	font-size: 16px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;	
}
.button-action {
	font-size: 21px;
	font-family: MrsEaves, Georgia, serif;	
	font-weight: normal;
}
button.block, a.btn.block {
	display: block;
	text-align: center;
	margin: 0px auto 7px;
}
.notice {
	background-color: #573E37;
	border: 2px solid #FCE565;
	color: #FCE565;
	text-transform: uppercase;
	border-radius: 8px;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
}
a.product-title-link h2 {
	max-width: 300px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;	
}
/* @end */

/* @group MY WORKOUTS (DOWNLOADS) */
.myDownloads .icon {
	height: 22px;
	width: 22px;
	background-color: transparent;
	display: inline-block;
	margin-left: 7px;
	float: right;
	margin-top: 1px;
}
.myDownloads .download-wrapper {
	text-decoration: none;
	border: none;
	font-weight: normal;
}
.myDownloads .download-wrapper:hover {
	background-color: transparent;
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;		
}
.myDownloads .download-wrapper:hover .download {
	color: #553f37;	
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;		
}
.myDownloads .download-wrapper:hover path {
	fill: #553f37;
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;		
}
.myDownloads .pageContent > h2 {
	margin-top: 5px;
}
.item-list {
	margin-left: 0px !important;
}
.item-list li {
	background-color: #e7dfd8;
	margin-bottom: 2px;
	list-style: none;
	padding: 10px 24px 10px 10px;
	line-height: 24px;
	position: relative;
}
.item-list img {
	border: 2px solid #f8f8f8;
}
.item-list li > * {
	display: inline-block;
	vertical-align: middle;
}
.myDownloads a.image-link {
	margin-right: 12px;
}
.item-list h2 {
	color: #553f37;
	font-family: HelveticaNeue-Light, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: 200;
	margin: 0px;
	margin-left: 0px;
}
.item-list .download {
    color: #8f582b;
    font-size: 18px;
	display: inline-block !important;
	float: right;
	vertical-align: middle;
	font-weight: bold;
}
.myDownloads .suggested-item {
	display: block;
	float: left;
	background-color: transparent;
	padding: 0px;
	margin-right: 5px;
}
.myDownloads .suggested-item:last-child {
	margin-right: 0px;
}
.suggested-item img {
	border: 5px solid #553f37;
}
.myDownloads .suggestions-row .price {
	position: absolute;
	top: 0px;
	right: 0px;
}
.myDownloads .suggestions-row .item-list {
	width: 100%;
}
.suggested-image-wrapper, .suggested-item {
	position: relative;
	width: 233px;	
	height: auto;
}
.suggestions-row h2 {
	margin: 14px 0px 11px;
	font-weight: 400;
	font-size: 21px;
	display: block;
}
.suggested-item-detail {
	display: block !important;
	font-weight: 200;
	font: 14px HelveticaNeue-Light, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.suggested-item-detail {
	margin-bottom: 4px;
	text-transform: uppercase;
}
.myDownloads .title {
	margin: 0px 10px 0px 0px;
	font-weight: bold;
	font-size: 21px;
}
.myDownloads .title-description {
	font: 21px HelveticaNeue-Light, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 200;
}
.download-wrapper {
	position: absolute;
	right: 26px;
	top: 50%;
	margin-top: -12px;
}
.my.workout .product-sidebar, .my.workout .right-col {
	margin-top: 0;
}
.exercises a dl {
	padding-right: 30px;
	background-position: 96.5%;
}
.ui360 a.sm2_link {
	display: none;
}
.ui360-vis,
.ui360-vis .sm2-360ui,
.sm2-inline-list .ui360-vis {
	width: 228px !important;
	height: 228px !important;
	margin-bottom: 1.24em !important;
	left: 4px;
}
.audio-bg {
	background-size: cover;
	background-position: center center;
	margin-left: -8px;
}
.audio-bg:before {
    content : "";
	width: 228px;
    height: 230px;
    opacity : 0.8;
		background-color: #553f37;
	position: absolute;
}
.ui360-vis .sm2-timing {
	color: #f8f3eb !important;
	position: relative;
	margin-top: -15px !important;
}
/* @end */

/* @group MY STUDIOS */
.noStudios {
	margin-bottom: 2em;
}
.noStudios a.cta {
	margin: -60px 1em 0 0;
	float: right;
}
.myStudios .item-list h2 {
	border: 0;
	margin-left: .38em;
}
.myStudios ul.item-list {
	margin-top: -10px;
}
.myStudios .item-list h2 small {
	font: 16px MrsEaves-SmallCaps, Georgia, serif;
	display: block;
	text-transform: lowercase;
	letter-spacing: .05em;
	margin-top: .38em;
}
.myStudios ul.tiers {
	margin-top: -22px;
	margin-left: 0;
}
.myStudios .tiers label {
	width: 230px;
	text-align: center;
	margin-left: 10px;
	margin-top: -10px;
	height: 200px;
}
.myStudios .tiers h4 {
	margin-bottom: .62em;
	text-transform: lowercase;
}
.studioCount {
	text-transform: none;
	font-style: italic;
	font-weight: normal;
	font-size: 16pt;
}
.studioCount strong {
	font-family: MrsEaves, Georgia, serif;
	font-weight: normal;
	font-style: normal;
}
.myStudios .plan li {
	list-style: none;
	border: 2px solid #735a4c;
	border-radius: 4px;;
	width: 220px;
	height: 200px;
	display: block;
	margin-left: -10px;
	box-sizing: border-box;
	float: left;
	text-align: center;
}
.myStudios .plan {
	font-size: 12px;
}
.myStudios .plan strong {
	font-size: 36px;
	display: block;
	margin-top: .1em;
	margin-bottom: .2em;
}
.myStudios .plan small {
	display: block;
	font-weight: bold;
	color: #c1a68e;
}
.plan .info {
	text-transform: uppercase;
	padding-top: 46px;
}
.plan li.edit {
	margin-left: 10px;
	padding-top: 45px;
	border-color: #e5dbd3;
	width: 230px;
}
.plan .edit .cta {
	margin-bottom: .62em;
}
.myStudios ul.cards {
	list-style: none;
	margin: -10px 0 0;
}
.cards li {
	display: block;
	border: 2px solid #e5dbd3;
	border-radius: 8px;;
	width: 230px;
	float: left;
	box-sizing: border-box;
	padding: 1em;
	margin-right: 10px;
	height: 123px;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 10px;
}
.cards li:nth-child(3) {
	margin-right: 0;
	width: 220px;
}
.cards .type {
	font-size: 16px;
	background-color: #e5dbd2;
	margin-bottom: .618em;
	margin-left: -13px;
	padding-left: 13px;
	padding-top: .38em;
	padding-bottom: .38em;
	margin-right: -13px;
}
.cards .new {
	text-align: center;
}
.cards .stripe {
	background-color: #e5dbd2;
	display: block;
	height: 30px;
	margin-left: -1em;
	margin-right: -1em;
	margin-bottom: -5px;
}
.myStudios ul.receipts {
	margin: -9px 0 0;
}
.receipts li {
	float: left;
	list-style: none;
	font-size: 12px;
	line-height: 18px;
	margin-right: 1.618em;
}
/* @end */

/* @group MY STUDIO KIT */

.studioKit a.cta {
	margin-top: 0;
	margin-bottom: 1.618em;
}
.studioKit .banner {
	margin-bottom: 2em;
	margin-top: 2em;
}
.studioKit .banner a {
	border: 0;
}
.studioKit .banner h5 {
	margin-bottom: 1em;
}
.codegrab {
	font: 15px monospace;
	height: 125px;
	width: 482px;
	margin-left: .618em;
}

/* @end */

/* @group PLUGIN: MAGNIFIC LIGHTBOX */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
  cursor: auto; }
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }
.mfp-loading.mfp-figure {
  display: none; }
.mfp-hide {
  display: none !important; }
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }
.mfp-s-ready .mfp-preloader {
  display: none; }
.mfp-s-error .mfp-content {
  display: none; }
button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
/*  .mfp-close:active {
    top: 1px; }*/

.mfp-close-btn-in .mfp-close {
  color: #333; }
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }
.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }
/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }
 }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; }
 }
.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }
/* @end */

/* @group PLUGIN: MEDIAELEMENTJS */
.mejs-container {
	margin: 0 auto;
	display: block !important;
}
video, #preview-video-wrapper {
  width: 640px;
  height: 480px;
}
audio, #preview-audio-wrapper{
	width: 738px;
	height: 197px;
}
#preview-video-wrapper, #preview-audio-wrapper {
	margin: 0 auto;
}
.mejs-play {
}
.mejs-pause {
}
.mejs-volume-button.mejs-mute {	
}
.mejs-volume-button.mejs-unmute {
}
.mfp-close {
	background: black !important;
	position: fixed;
    top: 10px;
    right: 10px;
}
/* @end */