* {
	margin: 0;
	padding: 0;
}

html {
	width: 100%;
	overflow: visible;
	font-family: 'Lato', sans-serif;
	margin: 0px;
	padding: 0px;
}

body {
	width: 100%;
	font-family: 'Lato', sans-serif;
	font-size: 62.5%;
	background-color: #FFFFFF;
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
}

h1 {
}

h2 {
	text-align: left;
	text-transform: uppercase;
	color: #213c73;
	font-size: 3.0em;
	font-weight: bold;
}
h3 {
	text-align: center;
	color: #213c73;
	font-size: 2.8em;
	font-weight: bold;
	margin-bottom: 30px;
}

p {
	color: #464646;
	font-size: 1.6em;
	line-height: 1.4em;
}

header {
	border-bottom: 10px solid #c8c8c8;
	position: fixed;
	top: 0;
	width: 100%;
	background-color: #ffffff;
	z-index: 5001;
}

header .topHeader {
	background-color: #213c73;
	width: 100%;	
}
header .topHeader .topHeaderContent {
	max-width: 1200px;
	width: 100%;
	padding: 12px 10px 12px 10px;
	box-sizing: border-box;
	margin: 0px auto 0px auto;
	color: #ffffff;
	font-size: 0.9em
}
header .topHeader .topHeaderContent .topHeaderLeft {
	display: inline-block;
	width: 75%;
	text-align: left;
}
header .topHeader .topHeaderContent .topHeaderLeft p {
	display: inline-block;
	margin-right: 40px;
	color: #ffffff;
}
header .topHeader .topHeaderContent .topHeaderLeft i {
	margin-right: 5px;	
	color: #ffffff;
}
header .topHeader .topHeaderContent .topHeaderRight {
	display: inline-block;
	width: 24%;
	text-align: right;
}
header .topHeader .topHeaderContent .topHeaderRight i {
	margin-left: 10px;
	font-size: 1.8em;	
	color: #ffffff;
}

header .mainHeader {
	background-color: #ffffff;
	max-width: 1200px;
	width: 100%;
	margin: 0px auto 0px auto;
}

header .headerLogo {
	display: inline-block;
	width: 20%;
	padding: 20px 0px 20px 10px;
	box-sizing: border-box;	
}
header .headerLogo img {
	border: 0px;
}

.navigation {
	box-sizing: border-box;
	text-align: right;
	width: 79%;
	vertical-align: top;
	padding: 0px 0px 0px 0px;
	display: inline-block;
	margin: 50px 0px 0px 0px;
}
nav {
	margin: 0px auto 0px auto;
	text-align: right;
	color: #333333;	
	padding: 0px 0px 0px 0px;
}
#nav {  }
#nav > a {
	display: none;
}
#nav li {
	position: relative;
}
 
/* first level */
#nav > ul {
	list-style: none;
	margin: 0px auto 0px auto;
	padding: 0px 10px 0px 0px;
	box-sizing: border-box;
}
#nav > ul > li {
	display: inline-block;
	width: auto;
	margin: 0px 0px 0px 30px;
}
 
/* second level */
#nav li ul {
	display: none;
	position: absolute;
	top: 100%;
	list-style: none;
	color: #ffffff;
	background-color: #213c73;
	text-align: left;
	width: 250px;
	padding-top: 15px;
	z-index: 1001;
}
#nav li ul li {
	padding: 5px 10px 20px 10px;
}
#nav li ul li::before {content: ""; margin-right: 7px;}
#nav li:hover ul {
	display: block;
}
#nav ul li span {
	color: #F6BB3D;	
	font-weight: bold;
}
a.menuLink:link, a.menuLink:active, a.menuLink:visited {
	color: #666666;
	text-decoration: none;
	font-size: 1.6em;
	font-style: normal;
	text-transform: uppercase;
}
a.menuLink:hover {
	font-style: normal;
	color: #CCCCCC;	
}
a.subMenuLink:link, a.subMenuLink:active, a.subMenuLink:visited {
	color: #ffffff;
	text-decoration: none;
	font-size: 1.4em;
	font-style: normal;
	text-transform: uppercase;
}
a.subMenuLink:hover {
	color: #cccccc;
}

.banner {
	clear: both;
	background-image: url(../images/pilates-for-life-home-banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 440px;
	width: 100%;
	background-size: cover;
	background-color: #077f8d;
	overflow: visible;
	margin-top: 180px;
}
.banner .bannerContent {
	width: 100%;
	max-width: 1200px;
	padding: 70px 10px 0px 10px;
	box-sizing: border-box;
	margin: 0px auto 0px auto;
}
.banner .bannerContent p {
	padding: 0px;
	margin: 0px;
}
.banner .bannerContent .bannerTitle {
	color: #ffffff;
	font-size: 12.0em;
	line-height: 0.9em;
	text-transform: uppercase;
	text-shadow: 2px 2px 4px #000000;	
	text-align: left;
	padding: 0px 0px 0px 0px;
}
.banner .bannerContent .bannerText {
	color: #ffffff;
	font-size: 4em;		
	text-align: left;
	text-transform: uppercase;
	padding: 10px 0px 0px 10px;
	line-height: 0.9em;
}
.banner .bannerContent .bannerTextSmall {
	color: #ffffff;
	font-size: 2.6em;		
	text-align: left;
	text-transform: uppercase;
	padding: 10px 0px 0px 10px;
	line-height: 0.9em;
	text-decoration: underline;
	text-underline-offset: 15px;
}
.banner .bannerContent .bannerSubText {
	color: #efefef;
	font-size: 1.8em;	
	text-align: left;
	margin-top: 20px;
	max-width: 450px;
	padding: 10px 0px 0px 10px;
}

.greyBanner {
	background-color: #c8c8c8;	
	width: 100%;
	padding: 50px 10px 50px 10px;
	box-sizing: border-box;
}

.greyBanner h2 {
	text-align: center;
	max-width: 1200px;
	width: 100%;
	margin: 0px auto 0px auto;
	padding: 20px 100px 0px 100px;
	box-sizing: border-box;
}
.greyBanner p {
	text-align: center;
	max-width: 1200px;
	width: 100%;
	color: #333333;
	margin: 0px auto 0px auto;
	padding: 10px 200px 10px 200px;
	box-sizing: border-box;
	font-size: 1.8em;
}

.mainContent {
	max-width: 1200px;
	width: 100%;
	padding: 50px 20px 50px 20px;
	box-sizing: border-box;
	margin: 0px auto 0px auto;
	text-align: center;
}

.mainContent .homeHalf {
	width: 49%;
	display: inline-block;
	margin-top: 100px;
	vertical-align: top;
}
.mainContent .homeHalf .homeHalfContent {
	padding: 0px 50px 0px 50px;
	box-sizing: border-box;
	vertical-align: top;
}
.mainContent .homeHalf .homeHalfContent .homeBlueLeft {
	background-color: #213c73;
	padding: 30px 50px 40px 50px;
	box-sizing: border-box;
	vertical-align: top;
}
.mainContent .homeHalf .homeHalfContent .homeBlueLeft p {
	color: #ffffff;
}
.mainContent .homeHalf .homeHalfContent .homeBlueLeft h3 {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 2.8em;
	font-weight: normal;
	text-align: center;
	margin: 30px 0px 30px 0px;
}
.mainContent .homeHalf .homeHalfContent .homeBlueLeft h3 a {
	color: #ffffff;
	text-decoration: none;	
}
.mainContent .homeHalf .homeHalfContent .homeGreenRight {
	background-color: #077f8d;
	padding: 30px 50px 40px 50px;
	box-sizing: border-box;
	vertical-align: top;
}
.mainContent .homeHalf .homeHalfContent .homeGreenRight p {
	color: #ffffff;
}
.mainContent .homeHalf .homeHalfContent .homeGreenRight h3 {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 2.8em;
	font-weight: normal;
	text-align: center;
	margin: 30px 0px 30px 0px;
}
.mainContent .homeHalf .homeHalfContent .homeGreenRight h3 a {
	color: #ffffff;
	text-decoration: none;	
}
.mainContent .homeHalf .homeHalfContent .homeHex {
	margin-top: -100px;
}
.mainContent .homeHalf .homeHalfContent .homeHalfImage {
	width: 100%;
	border: 0px;
}
.mainContent .homeHalf .homeHalfContent p {
	color: #ffffff;
	font-size: 1.8em;
}
.mainContent .homeHalf .homeHalfContent .arrow {
	margin: -40px auto 0px auto;
	max-width: 75px;
	max-height: 75px;
}
.mainContent .homeHalf .homeHalfContent img {
	border: 0px;
}

.homeSplit {
	width: 100%;
	margin: 30px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
	box-sizing: border-box;
	text-align: right;
	background-color: #213c73;
	line-height: 0;
	background-image: url(../images/hexagon-watermark.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}
.homeSplit p {
	color: #ffffff;
	font-size: 1.6em;
	text-align: center;	
}
.homeSplit .homeSplitLeft {
	width: 49%;
	display: inline-block;
	padding: 50px 50px 50px 50px;
	box-sizing: border-box;
}
.homeSplit .homeSplitRight {
	width: 50%;
	display: inline-block;	
	vertical-align: top;
	right: 0;
	bottom: 0;
	padding: 0;
	margin: 0;
	background-image: url(../images/meet-sarah-baker-home.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	height: 500px;
}
.homeSplit .homeSplitLeft h3 {
	font-size: 3.0em;
	font-weight: normal;
	color: #ffffff;
	text-align: left;
	margin: 10px 0px 20px 0px;
}
.homeSplit .homeSplitLeft p {
	text-align: left;
	margin: 20px 0px 20px 0px;
}
.homeSplit .homeSplitLeft p span {
	color: #cccccc;	
}
.homeSplit .homeSplitLeft .homeSplitText {
	font-size: 1.8em;
	line-height: 1.5em;	
}
.homeSplit .homeSplitLeft .homeSplitItalic {
	font-size: 1.8em;
	font-style: italic;
	line-height: 1.5em;	
}
.homeSplit .homeSplitRight img {
	width: 100%;	
}

.subSplit {
	width: 100%;
	margin: 30px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
	box-sizing: border-box;
	text-align: left;
	background-color: #c8c8c8;
	line-height: 0;
}
.subSplit p {
	color: #ffffff;
	font-size: 1.6em;
	text-align: center;	
}
.subSplit .subSplitRight {
	width: 50%;
	display: inline-block;
	padding: 80px 50px 80px 80px;
	box-sizing: border-box;
	text-align: left;
}
.subSplit .subSplitLeft {
	width: 49%;
	display: inline-block;	
	vertical-align: top;
	right: 0;
	bottom: 0;
	padding: 0;
	margin: 0;
	background-image: url(../images/physio-led-pilates.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 470px;
}
.subSplit .subSplitRight h3 {
	text-align: left;
	line-height: 1.2em;
}
.subSplit .subSplitRight ul {
	margin: 40px 0px 0px 30px;	
}
.subSplit .subSplitRight ul li {
	list-style: none;	
	font-size: 2.0em;
	line-height: 1.4em;
	color: #666666;
}
.subSplit .subSplitRight ul li i {
	color: #077f8c;
	margin-right: 15px;	
}
.subSplit .subSplitRight p {
	font-size: 1.8em;
	line-height: 1.4em;
	color: #666666;
	text-align: left;
	margin-top: 30px;
}

.mainContent .homeHalf .homeHalfContent .homeHalfContentLeft {
	margin-top: -100px;
}
.mainContent .homeHalf .homeHalfContent .homeHalfContentRight {
	margin-top: -100px;
}
.mainContent .homeHalf .homeHalfContent .homeHalfContentLeft h4 {
	color: #213c73;
	font-size: 2.8em;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.mainContent .homeHalf .homeHalfContent p {
	color: #666666;
	margin-top: 30px;
}
.mainContent .homeHalf .homeHalfContent ul li i {
	margin-right: 10px;	
}
.mainContent .homeHalf .homeHalfContent .homeHalfContentLeft ul li i {
	color: #213c73;
}
.mainContent .homeHalf .homeHalfContent .homeHalfContentRight ul li i {
	color: #077f8d;
}

.mainContent .homeHalf .homeHalfContent .homeHalfContentRight h4 {
	color: #077f8d;
	font-size: 2.8em;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.mainContent .homeHalf .homeHalfContent ul {
	color: #666666;
	font-size: 1.8em;
	line-height: 1.6em;
	list-style: none;
}

.mainContent p {
	color: #666666;
	margin: 20px 0px 20px 0px;
	padding: 0px 20px 0px 20px;
	box-sizing: border-box;
	font-size: 1.6em;
}

.mainContent p i {
	color: #666666;
	font-size: 2.0em;
}

.mainContent blockquote {
	color: #077f8d;
	margin: 40px 0px 40px 0px;
	padding: 0px 200px 0px 200px;
	box-sizing: border-box;
	font-size: 1.8em;
	line-height: 1.6em;
	font-style:italic;
	font-weight: bold;
}
.mainContent blockquote span {
	color: #666666;
	font-style: normal;
	font-weight: normal	
}

.mainContent .map-responsive{
	overflow:hidden;
    padding-bottom:30%;
    position:relative;
    height:0;
	max-width: 800px;
	margin: 0px auto 30px auto;
}

.mainContent .map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.pageTitle {
	margin-top: 180px;
	width: 100%;
	background-image: linear-gradient(to right, #213c73, #077f8d);
}
.pageTitle h1 {
	width: 100%;
	max-width: 1200px;
	margin: 0px auto 0px auto;
	padding: 35px 10px 35px 10px;
	box-sizing: border-box;
	color: #ffffff;
	font-size: 5.0em;
	font-weight: normal;
	text-shadow: 2px 2px 4px #000000;	
	text-align: center;
	text-transform: uppercase;
}

.mainContent .thirdSplit {
	display: inline-block;
	width: 33%;	
	padding: 30px 20px 30px 20px;
	box-sizing: border-box;
	vertical-align: top;
}

.mainContent a.anchorLink {
    display: block;
    position: relative;
    top: -190px;
    visibility: hidden;
	height: 1px;
	padding: 0px;
	margin: 0px;
}

.pilatesQuote {
	background-image: url(../images/joseph-pilates-quote.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 60px 10px 50px 10px;
	color: #ffffff;
	margin: 0px 0px -50px 0px;
	width: 100%;
	box-sizing: border-box;	
}
.pilatesQuote blockquote {
	color: #ffffff;
	font-size: 2.8em;
	line-height: 1.4em;
	text-align: center;
	width: 100%;	
	max-width: 1200px;
	margin: 0px auto 0px auto;
	padding: 0px 100px 0px 100px;
	box-sizing: border-box;
}
.pilatesQuote p {
	color: #ffffff;
	font-size: 2.0em;
	font-style: italic;
	text-align: center;
	line-height: 2.8em;
	width: 100%;
	max-width: 1200px;
	margin: 0px auto 0px auto;
	padding: 0px 50px 0px 50px;
	box-sizing: border-box;
}

a.bluehexButton:link, a.bluehexButton:active, a.bluehexButton:visited {
	display: inline-block;
	width: 100%;
	color: #ffffff;
	background-color: #203c73;
	text-transform: uppercase;
	background-image: url(../images/hex-logo.png);
	background-repeat: no-repeat;
	background-position: center left 10px;
	padding: 45px 25px 40px 45px;
	text-decoration: none;
	text-align: right;
	font-weight: bold;
	font-size: 2.0em;
	line-height: 1.2em;
	font-style: normal;
	box-sizing: border-box;
	min-height: 100px;
}
a.bluehexButton:hover {
	text-decoration: none;
	color: #ffffff;
	font-style: normal;
	background-color: #666666;
}

a.midhexButton:link, a.midhexButton:active, a.midhexButton:visited {
	display: inline-block;
	width: 100%;
	color: #ffffff;
	background-color: #106683;
	text-transform: uppercase;
	background-image: url(../images/hex-logo.png);
	background-repeat: no-repeat;
	background-position: center left 10px;
	padding: 25px 25px 22px 45px;
	text-decoration: none;
	text-align: right;
	font-weight: bold;
	font-size: 2.0em;
	line-height: 1.2em;
	font-style: normal;
	box-sizing: border-box;
	min-height: 100px;
}
a.midhexButton:hover {
	text-decoration: none;
	color: #ffffff;
	font-style: normal;
	background-color: #666666;
}

a.greenhexButton:link, a.greenhexButton:active, a.greenhexButton:visited {
	display: inline-block;
	width: 100%;
	color: #ffffff;
	background-color: #077f8c;
	text-transform: uppercase;
	background-image: url(../images/hex-logo.png);
	background-repeat: no-repeat;
	background-position: center left 10px;
	padding: 45px 25px 40px 45px;
	text-decoration: none;
	text-align: right;
	font-weight: bold;
	font-size: 2.0em;
	line-height: 1.2em;
	font-style: normal;
	box-sizing: border-box;
	min-height: 100px;
}
a.greenhexButton:hover {
	text-decoration: none;
	color: #ffffff;
	font-style: normal;
	background-color: #666666;
}

a.greenBoxLink:link, a.greenBoxLink:active, a.greenBoxLink:visited {
	display: inline-block;
	color: #ffffff;
	background-color: #077f8d;
	text-transform: uppercase;
	padding: 15px 24px 15px 24px;
	text-decoration: none;	
	font-style: normal;
	font-size: 0.9em;
	margin: 6px 0px 6px 0px;
}
a.greenBoxLink:hover {
	text-decoration: none;
	color: #ffffff;
	font-style: normal;
	background-color: #999999;
}
a.whiteLink:link, a.whiteLink:active, a.whiteLink:visited {
	color: #ffffff;
	text-decoration: underline;	
}
a.whiteLink:hover {
	text-decoration: none;
}
a.whiteMoreLink:link, a.whiteMoreLink:active, a.whiteMoreLink:visited {
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;	
	font-style: normal;
	padding-right: 5px;
}
a.whiteMoreLink:hover {
	text-decoration: underline;
}

a.pageLink:link, a.pageLink:active, a.pageLink:visited {
	color: #077f8d;
	text-decoration: underline;	
}
a.pageLink:hover {
	text-decoration: none;
}

.governLogos {
	width: 100%;
	max-width: 1200px;
	padding: 30px 20px 20px 20px;
	box-sizing: border-box;	
}
.governLogos img {
	border: 0px;
	margin: 20px 60px 20px 60px;
	max-height: 100px;
}

footer {
	background-color: #4b4b4b;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 50px 20px 50px 20px;
	box-sizing: border-box;
}
footer p {
	width: 100%;
	max-width: 1200px;
	margin: 30px auto 30px auto;	
	color: #ffffff;
	text-align: center;
	font-size: 1.8em;
	line-height: 1.6em;
}
footer p i {
	color: #ffffff;
	font-size: 1.8em;
	margin: 0px 10px 0px 10px;
}
footer .copyright {
	font-size: 1.4em;
	color: #cccccc;	
}
a.copyrightLink:link, a.copyrightLink:active, a.copyrightLink:visited {
	color: #cccccc;
	text-decoration: underline;
}
a.copyrightLink:hover {
	color: #cccccc;
	text-decoration: none;
}

hr {
	color: #c8c8c8;
	padding: 0px;
	margin: 30px 50px 30px 50px;
	background-color: #c8c8c8;
	font-size: 1px;
	line-height: 0px;
	height: 1px;
}
.clear {
	clear: both;
	height: 0px;
	padding: 0px;
	margin: 0px;	
}
.hidden {
	display: none;
	position: absolute;
}


@media screen and (max-width:1200px) {
.homeSplit .homeSplitLeft {
	width: 100%;
	display: block;
}
.homeSplit .homeSplitRight {
	width: 100%;
	display: block;
}
.subSplit .subSplitRight {
	width: 100%;
	display: block;
	padding: 80px 20px 80px 20px;
}
.subSplit .subSplitLeft {
	width: 100%;
	display: block;
}
}



@media screen and (max-width:1050px) {
header .topHeader {
	display: none;
}
header .mainHeader .mainHeaderLeft{
	display: block;
	width: 100%;
}
header .mainHeader .mainHeaderRight{
	display: block;
	width: 100%;
	margin-top: -0px;
}
.navigation {
	padding: 25px 0px 0px 0px; !important
	margin: 0px 0px 0px 0px;
	text-align: right;	
	display: inline;	
}
#nav {
	position: relative;
	top: auto;
	left: auto;
	text-align: left;
	margin: -50px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
}

#nav > a {
	text-align: right;
	position: relative;
	padding: 4px 2px 15px 2px;
	box-sizing: border-box;
	text-decoration: none;
	font-size: 2.4em;
	font-weight: normal;
}
#nav > a span {
	color: #FFFFFF;
	font-size: 1.8em;
	font-weight: normal;
	text-decoration: none;
	margin: 0px 0px 0px 32px;
	padding: 0px 0px 0px 0px;
}
#nav > a:after { top: 60%; }
#nav:not( :target ) > a:first-of-type,
#nav:target > a:last-of-type { display: block; }

/* first level */
#nav > ul {
	height: auto;
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	background-color: #162D4F;
	text-align: left;
	padding: 0px 0px 0px 0px;
	box-sizing: border-box;
	z-index: 1001;
	color: #ffffff;
}
#nav:target > ul {
	display: block;
	padding: 0px;
	text-align: left;
}
#nav > ul > li { 
	width: 100%; 
	float: none; 
	padding: 15px 10px 15px 10px; 
	border-top: 1px solid #FFFFFF; 
	margin: 0px 0px 0px 0px; 
	box-sizing: border-box;
	text-align: left;
	font-size: 0.9em;
}
#nav > ul > li > a {
	height: auto;
	text-align: left; /* 20 (24) */
}
#nav > ul > li:not( :last-child ) > a { 
	border-right: none;
}

/* second level */
#nav li ul {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	box-sizing: border-box;
	font-size: 1.0em;
	line-height: 0.8em;
	background-color: #162D4F;
	position: static;
}
#nav li ul li {
	font-size: 1.0em;
	margin: 14px 0px 0px 0px;
	padding: 5px 0px 0px 15px;
}
#nav ul li { list-style: none; display: block; }
#nav ul li:after { content: "";}

a.menuLink:link, a.menuLink:active, a.menuLink:visited {
	color: #ffffff;
}
a.subMenuLink:link, a.subMenuLink:active, a.subMenuLink:visited {
	color: #cccccc;
}
.banner {
	background-position: center top;
	margin-top: 130px;
}
.pageTitle {
	margin-top: 130px;
}
}

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

.greyBanner h2 {
	padding: 10px 30px 0px 30px;
}
.greyBanner p {
	padding: 10px 30px 10px 30px;
}
.governLogos img {
	margin: 20px 20px 20px 20px;
}

.mainContent .homeHalf .homeHalfContent {
	padding: 0px 20px 0px 20px;
}
.banner .bannerContent .bannerTitle {
	font-size: 8.5em;
}
.banner .bannerContent .bannerText {
	font-size: 2.6em;	
}
.banner .bannerContent .bannerTextSmall {
	font-size: 1.8em;		
}
.mainContent .homeHalf .homeHalfContent .homeBlueLeft {
	padding: 30px 20px 40px 20px;
}
.mainContent .homeHalf .homeHalfContent .homeGreenRight {
	padding: 30px 20px 40px 20px;
}
.mainContent .homeHalf .homeHalfContent {
	padding: 0px 20px 0px 20px;
}

.mainContent blockquote {
	padding: 0px 40px 0px 40px;	
}

.subSplit .subSplitRight ul {
	font-size: 0.8em;	
}
.subSplit .subSplitRight p {
	font-size: 1.6em;	
}

.mainContent .thirdSplit {
	display: block;
	width: 100%;	
	padding: 15px 20px 15px 20px;
	box-sizing: border-box;
	vertical-align: top;
}
.pageTitle h1 {
	font-size: 3.6em;	
}

.mainContent .map-responsive{
    padding-bottom:60%;
}

.pilatesQuote blockquote {
	font-size: 2.4em;
	line-height: 1.2em;
	padding: 0px 30px 0px 30px;
}

.mainContent .homeHalf {
	width: 100%;
	display: block;
}
.mainContent .homeHalf .homeHalfContent .homeGreenRight {
	margin-top: 150px;
}

.mainContent .homeHalf .homeHalfContent .homeHalfContentRight {
	margin-top: -50px;
}
}

