/* General Styles */

body {
	background: rgb(195,195,195) url('../images/_MG_0104_BG.jpg') no-repeat fixed 53% 85% / 132% auto;
	/*background-size: cover;*/
	color: rgb(102,102,102);
	margin: 0px;
}

a {
	text-decoration: none;
	color: #007AA0;
}

a:hover {
	color: #00B5ED;
}

article p, figure p, #classes_section p, #blog_clip p, form p, .home_div p {
	line-height: 1.5em;
	font-size: 95%;
	margin-bottom: 1em;
}

.banner_image {
	width: 50%;
	max-width: 660px;
}

h1 {
	font-size: 160%;
	font-weight: 400;
	text-align: center;
}

h2 {
	font-size: 140%;
	font-weight: 400;
	color: rgb(102,102,102);
	text-align: center;
	margin-bottom: 1rem;
}

h3 {
	font-size: 110%;
	font-weight: 400;
	color: rgb(102,102,102);
}

h4 {
	font-size: 100%;
	font-weight: 400;
}

hr {
	border-color: rgb(204,204,204);
	border: 0px solid rgb(204,204,204);
	background-color: rgb(204,204,204);
	color: rgb(204,204,204);
	height: 1px;
	clear: both;
}

.main_wrapper {
	width: 70%;
	min-width: 1024px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

section {
	background-color: rgb(255,255,255);
	background-color: rgba(255,255,255,0.7);
	clear: both;
	padding-top: 0%; 
	padding-bottom: 2%; 
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 1;
}

aside {
	background-color: rgb(255,255,255);
	border-bottom: 1px solid rgb(233,233,233);
	border-left: 1px solid rgb(233,233,233);
	min-width: 260px;
}

article {
	background-color: rgb(255,255,255);
	border-bottom: 1px solid rgb(233,233,233);
	border-left: 1px solid rgb(233,233,233);
}

/* Reusable */

noscript {
	color: red;
	text-align: center;
	display: block;
	margin-top: 5%;
}

.hide {
	display: none;
}

.show {
	display: block;
}

.error {
	color: red;
}

.error ol {
	margin-bottom: 5%;
}

.error ol li {
	margin-left: 1em;
	font-size: 95%;
}

.small_text {
	font-size: 80%;
}

.spacer {
	display: block;
	width: 100%;
	clear: both;
	margin-bottom: 0px;
}

.full-width {
	width: 100%;
}

.full-width-image-home-div {
	object-fit: cover;
    width: calc(100% + 4rem);
    height: 400px;
    object-position: center;
    margin: -2rem 0 1rem -2rem;
}

/*.prose {
	line-height: 1.5em;
	font-size: 95%;
}*/

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.centered_text {
	text-align: center;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.indented {
	margin-left: 5%;
}

strong {
	font-weight: 400;
}

.stop-scrolling {
  height: 9999px;
  max-height: 100%;
  overflow: hidden;
}

.show_inline {
	display:inline;
}

.desktop_block {
	display: block;
}
	
.desktop_inline {
	display: inline;
}
	
.desktop_inline_block {
	display: inline-block;
}
	
.mobile_block, .mobile_inline, .mobile_inline_block {
	display: none;
}

.button {
	background-color: #007AA0;
    color: rgb(255,255,255);
    text-align: center;
    list-style: none;
    width: fit-content;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
    padding: .5rem 1rem;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    border-radius: 20px 20px 20px 20px;
}

.button:active, .button:hover {
	background-color: #00B5ED;
	color: #FFFFFF;
}

/* Main Navigation Styles */

.main_nav {
	width: 100%;
	/*background-color: rgb(255,255,255);*/
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 700;
}

.main_nav li{
	background-color: rgb(255,255,255);
}

.main_nav li:hover {
	background-color: rgb(242,242,242);
}

.main_nav a {
	text-align: center;
}

.main_nav_main_ul {
	list-style: none;
}

.main_nav_main_ul_main_li {
	float: left;
	position: relative;
	top: 0px;
	left: 0px;
}

.main_nav_main_ul_main_li ul{
	list-style: none;
}

.main_nav_main_ul_main_li .dropdown li {
	list-style: none;
	padding: 10px 5px 10px 5px;
	border-bottom: 1px solid rgb(233,233,233);
	border-left: 1px solid rgb(233,233,233);
}

#homenav {
	width: 14%;
}

#aboutnav {
	width: 14.4%;
}

#pilatesnav {
	width: 14.6%;
}

#classesnav {
	width: 14%;
}

#blognav {
	width: 14%;
}

#teachernav {
	width: 14.6%;
}

#contactnav  {
	width: 14.4%;
}

#mobile_menu {
	background-color: rgba(255,255,255,0.75);
	margin-bottom: 1rem;
	box-sizing: border-box;
	display: none;
}

#mobile_menu ul {
    list-style: none;
    padding: 0 1rem 1rem 1rem;
    font-size: .85rem;
    text-align: center;
}

#mobile_menu li {
    margin-bottom: .4rem;
}

/* New Home Page Styles 9/12/2022 */
.home_div {
	background-color: rgb(255,255,255);
    padding: 2rem;
	margin-bottom: 1rem;

}

.home_div h3 {
	font-size: 130%;
}

.home_div h4 {
	font-size: 110%;
}

.home_div #class_rates {
    width: 90%;
    margin: 0 auto;
	padding: 0;
}

#home_aside_new {
	float: right;
	width: 25%;
	margin-top: 6%;
	padding: 1% 2% 2% 2%;
	height: 367px;
}

#home_aside_new h2{

}

#home_aside_new h3{
	text-align: left;
	margin-bottom: 1%;
}

#home_aside_new p{
	line-height: 1.5em;
	font-size: 90%;
	margin-bottom: 3%;
}

#home_aside_new hr{
	width: 70%;
	margin: 4% 15% 4% 15%;
}

#home_aside_new #quicklinks {
	margin-bottom: 7%;
}

#home_aside_new #quicklinks a li{
	background-color: #007AA0;
	color: rgb(255,255,255);
	text-align: center;
	list-style: none;
	width: 80%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2%;
	padding: 3%;
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px;
}

#home_aside_new #quicklinks a li:hover{
	background-color: #00B5ED;
}

#desktop_home_aside_new {
    display: block;
    padding-top: 2.5rem;
}

#left_column_index_new {
    width: 69%;
    margin-right: 35%;
    padding-top: 6%;
    min-height: 400px;
}

.home-inline-image-left {
	display: inline-block;
	width: 30%;
	margin-right: 1rem;
	vertical-align: top;
}

.home-inline-block-text {
	display: inline-block;
	vertical-align: top;
	width: calc(70% - 2rem);

}

/* Home Page Specific Styles - Aside */

#desktop_home_aside {
	display: block;
}

#mobile_home_aside {
	display: none;
}

#home_aside {
	float: right;
	width: 25%;
	margin-top: 6%;
	padding: 1% 2% 2% 2%;
	height: 795px;
}

#home_aside h2{

}

#home_aside h3{
	text-align: left;
	margin-bottom: 1%;
}

#home_aside p{
	line-height: 1.5em;
	font-size: 90%;
	margin-bottom: 3%;
}

#home_aside hr{
	width: 70%;
	margin: 4% 15% 4% 15%;
}

#home_aside  #quicklinks {
	margin-bottom: 7%;
}

#home_aside  #quicklinks a li{
	background-color: #007AA0;
	color: rgb(255,255,255);
	text-align: center;
	list-style: none;
	width: 80%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2%;
	padding: 3%;
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px;
}

#home_aside  #quicklinks a li:hover{
	background-color: #00B5ED;
}

.social_media_icons {
	list-style: none;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
}

.social_media_icons a {
	margin-left: 4px;
	float: left;
	height: 35px;
	width: 35px;
	margin-bottom: 4%;
	text-indent: -9999px;
}

.facebook_link {
	background: url(../images/spritesheet.png) 10px 2px no-repeat;
}

.facebook_link:hover {
	background: url(../images/spritesheet.png) 10px -48px no-repeat;
}

.twitter_link {
	background: url(../images/spritesheet.png) -50px 4px no-repeat;
}

.twitter_link:hover {
	background: url(../images/spritesheet.png) -50px -46px no-repeat;
}

.instagram_link {
	background: url(../images/spritesheet.png) -99px 3px no-repeat;
}

.instagram_link:hover {
	background: url(../images/spritesheet.png) -99px -47px no-repeat;
}

.yelp_link {
	background: url(../images/spritesheet.png) -145px 3px no-repeat;
}

.yelp_link:hover {
	background: url(../images/spritesheet.png) -145px -47px no-repeat;
}

.pinterest_link {
	background: url(../images/spritesheet.png) -193px 4px no-repeat;
}

.pinterest_link:hover {
	background: url(../images/spritesheet.png) -193px -46px no-repeat;
}

.youtube_link {
	background: url(../images/spritesheet.png) -245px 4px no-repeat;
}

.youtube_link:hover {
	background: url(../images/spritesheet.png) -245px -46px no-repeat;
}

#announcements {
	margin-bottom: 5%;
	/*max-height: 180px;*/
	max-height: 475px;
	overflow-y: auto;
}

#announcements p {
	display: block;
}

#announcements h3 {
	margin-top: .5em;
}

#latest_tweet {
	margin-bottom: 6.5%;
	overflow-y: scroll;
	width: 100%;
	max-height: 175px;
}



/* Home Page Specific Styles - Slideshow */

#left_column_index {
	width: 69%;
	margin-right: 35%;
	padding-top: 6%;
	min-height: 500px;
}
#slideshow {
	width: 100%;
	height: 450px;
	overflow: hidden;
	position: relative;
}

#largepics {
	position: relative;
	height: 400px;
	overflow: hidden;
}
#largepics div{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}

#largepics img{
	width: 100%;
}

#image1 {
	z-index: 500;
	background-color: rgb(255,255,255);
	background-color: rgba(255,255,255,0.8);
	/*color: rgb(32,162,140);*/
	color: #007AA0;
	text-align: center;
	font-size: 250%;
	height: 400px;
}

#image2 {
	z-index: 499;background-color: rgb(255,255,255);
	background-color: rgba(255,255,255,0.8);
	/*color: rgb(32,162,140);*/
	color: #007AA0;
	text-align: center;
	font-size: 250%;
	height: 400px;
}

#image3 {
	z-index: 498;
	background-color: rgb(255,255,255);
	background-color: rgba(255,255,255,0.8);
	/*color: rgb(32,162,140);*/
	color: #007AA0;
	text-align: center;
	font-size: 250%;
	height: 400px;
}

#image4 {
	z-index: 497;
	background-color: rgb(255,255,255);
	background-color: rgba(255,255,255,0.8);
	/*color: rgb(32,162,140);*/
	color: #007AA0;
	text-align: center;
	font-size: 250%;
	height: 400px;

}

#image5 {
	z-index: 496;
	background-color: rgb(255,255,255);
	background-color: rgba(255,255,255,0.8);
	/*color: rgb(32,162,140);*/
	color: #007AA0;
	text-align: center;
	font-size: 250%;
	height: 400px;
}

#image6 {
	z-index: 495;
	background-color: rgb(255,255,255);
	background-color: rgba(255,255,255,0.8);
	/*color: rgb(32,162,140);*/
	color: #007AA0;
	text-align: center;
	font-size: 250%;
	height: 400px;
}

#image1 span, #image2 span, #image3 span, #image4 span, #image5 span, #image6 span {
	font-size: 85%;
	line-height: 1.4em;
	padding: 2em 7.5%;
	position: absolute;
	width: 85%;
	top: 0;
	left: 0;
}

#circles {
	width: 151px;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1%;
	clear: left;
}

#circles div {
	float: left;
	width: 20px;
	height: 20px;
	margin-left: 5px;
}

.activeCircle {
	background: url(../images/spritesheet.png) -350px -100px no-repeat;
}

.inactiveCircle {
	background: url(../images/spritesheet.png) -350px 0px no-repeat;
}


#circles div:hover {
	float: left;
	width: 20px;
	height: 20px;
	margin-left: 5px;
	background: url(../images/spritesheet.png) -350px -50px no-repeat;
}

/* Home Page Specific Styles - Blog Clip */

#blog_clip {
	background-color: rgb(255,255,255);
	width: 41%;
	min-width: 250px;
	height: 330px;
	float: left;
	margin-left: 2.75%;
	padding: 3%;
	border-bottom: 1px solid rgb(233,233,233);
	border-left: 1px solid rgb(233,233,233);
}

/*#blog_clip .clip300{
	height: 250px;
	overflow: hidden;
}*/

#blog_clip .more{

}

/* Home Page Specific Styles - Map */

#map {
	background-color: rgb(255,255,255);
	width: 41%;
	min-width: 250px;
	height: 330px;
	/*margin-left: 52.85%;
	margin-right: 2.75%;*/
	float: right;
	margin-bottom: 4%;
	padding: 3%;
	border-bottom: 1px solid rgb(233,233,233);
	border-left: 1px solid rgb(233,233,233);
}

#maplink {
	text-align:center;
	margin-top:10px;
	font-size: 95%;
}

/* Home Page Specific Styles - Testimonials */

#testimonials{
	background-color: #007AA0;
	color: #FFFFFF;
}

#testimonials h2 {
	color: #FFFFFF;
}

.testimonial_container {
	position:relative;
	min-height: 15rem;
}

.cust-quotes {
  position:relative;
  height: 100%;
}

.cust-quotes blockquote {
  position: absolute;
  /*bottom: 0px;*/
  left: 0px;
  right: 0px;
  text-align: center;
  opacity: 0;
  /*width: calc(100% - 16rem);*/
  height: 15rem;
  margin: 0 auto;
  z-index: 0;
  transition: opacity 0.5s ease-out 0s;
  text-align: justify;
  text-justify: inter-word;
  
}



/* IE < 10 fallback */
.no-csstransitions .cust-quotes blockquote,
.no-csstransforms .cust-quotes blockquote {
   position:relative;
}

.cust-quotes blockquote:first-child {
    opacity: 0;
}
.cust-quotes blockquote:first-child + blockquote {
    opacity: 1;
    z-index: 1;
    transition: opacity 1.6s ease 0s;
}
.cust-quotes blockquote p{
  /*font-size:24px;
  font-weight:normal;
  font-style:italic;
  color:#353535;
  line-height: 30px;
  margin-bottom: 10px;*/
}
/*.cust-quotes blockquote p:before {
   content: '\201C';
}
.cust-quotes blockquote p:after {
   content: '\201D';
}*/
.cust-quotes blockquote cite {
    text-align: right;
	display: block
}

.cust-quotes blockquote cite a {
  font-weight:normal;
}

.cust-quotes blockquote img {
    float: left;
    margin-right: 1rem;
    width: 15rem;
}

/* About Page Specific Styles */

#about_us_article {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3%;
	margin-bottom: 3%;
	padding: 3% 4% 4% 4%;
}

#about_us_article h1 {
	margin-bottom: 1%;
}

#about_us_article h2 {
	margin-bottom: 1%;
}

#about_us_article h1 + p:first-letter {
	font-size: 220%;
	font-family: "Times New Roman", Georgia, serif;
	font-weight: 400;
} 

#about_us_article li{
	list-style: none;
	margin-bottom: .25em;
}

figure {
	width: 100%;
	overflow: hidden;
	padding-top: 6%;
}

figure img {
	width: 100%;
}

figure figcaption {
	text-align: center;
	font-size: 95%;
}

/* Teacher Page Specific Styles */

#teachers_section {
	padding: 6% 5% 4% 5%;
}
#teachers_section h1 {
	margin-bottom: -3%;
}

#teachers_section h2 {
	text-align: left;
}

#teachers_section figure {
	width: 100%;
}

#teachers_section figure img {
	width: 18.5%;
}

#teachers_section figure figcaption {
	text-align: left;
	font-size: 95%;
	width: 74%;
	float: right;
	background-color: rgb(255,255,255);
	padding: 2%;
}

#teachers_section figure figcaption img {
	width: 100px;
	display: inline-block;
	vertical-align: middle;
	margin: -.4rem .75em 1em 0;
}

/* Testimonials Page Specific Styles */

#testimonials_section figure {
	width: 100%;
	background-color: #FFFFFF;
    padding: 0;
    box-sizing: border-box;
    margin-top: 1rem;
}

#testimonials_section {
	padding-top: 4rem;
}

#testimonials_section figure:first-of-type {
    margin-top: 1.5rem;
}

#testimonials_section figure figcaption {
	padding: 1rem;
    text-align: left;
	text-align: justify;
}

#testimonials_section figure:nth-of-type(odd) figcaption {
	margin-left: calc(350px + 1rem);
}

#testimonials_section figure:nth-of-type(even) figcaption {
	margin-right: calc(350px + 1rem);
}

#testimonials_section figure cite{
	text-align: right;
	display: block;
}

#testimonials_section figure figcaption.full-width {
    margin-left: 0;
	box-sizing: border-box;
}

#testimonials_section figure img {
	width: 350px;
}

#testimonials_section figure:nth-of-type(odd) img {
	float: left;
}

#testimonials_section figure:nth-of-type(even) img {
	float: right;
}

/* About Pilates Page Specific Styles */

#about_pilates_section {
	padding: 6% 4% 3% 3%;
}
#about_pilates_section h1 {
	margin-bottom: -3%;
}

#about_pilates_section h2 {
	text-align: center;
}

#about_pilates_section h3 {
	padding-left: 0%;
	padding-right: 0%;
	padding-bottom: 1.5%;
	font-size: 95%;
	margin-top: 1.5em;
}

#about_pilates_section figure {
	width: 100%;
}

#about_pilates_section figure:nth-of-type(2) {
	margin-bottom: 2%;
}

#about_pilates_section figure img {
	width: 29%;
}

#firstcaption, #thirdcaption {
	text-align: left;
	font-size: 95%;
	width: 63%;
	float: right;
	background-color: rgb(255,255,255);
	margin-left: 3%;
	margin-right: 0%;
	padding: 2% 2% 4% 2%;
}

#secondcaption {
	float: left;
	text-align: left;
	font-size: 95%;
	width: 63%;
	background-color: rgb(255,255,255);
	margin-left: 0%;
	margin-right: 3%;
	padding: 2% 2% 4% 2%;
}

/*Google search box whole*/
#___gcse_0 {
	width: 148%;
	margin-left: -23%;
}

.tags a {
	text-transform:lowercase;
}

/*.twitter-share-button {
	margin: 2% 2% 0% 0%;
	float: left;
}*/

.fb-like {
	margin: 2% 2% 0% 5%;
	float: left;
}

.g-plus {
	width: 30px;
	margin-left: 0px;
	margin-right: 20px;
	margin-top: 2%;
	float: left;
}

.pinterest {
	width: 40px;
	margin-top: 2%;
	float: left;
}

#tagslist {
	overflow: ellipses;
	margin-left: -7%;
}

.titles li {
	margin-left: 15%;
	list-style:circle;
	font-size: 95%;
}

.month {
	text-align: left;
	list-style: none;
	margin-bottom: 4%;
}

/* FAQ Page Specific Styles */

#faq_section {
	padding: 6% 3% 3% 3%;
}

#faq_section h1 {
	margin-bottom: 1em;
}

#faq_section h3 {
	margin-bottom: 1em;
	margin-top: 1.75em;
	font-size: 95%;
}

#faq_section h3:first-of-type {
	margin-top: 0px;
}

#faq {
	background-color: rgb(255,255,255);
	padding: 2.5rem 4.5%;
	width: 81%;
	margin-left: auto;
	margin-right: auto;
}

dl {
	background-color: rgb(255,255,255);
	padding: 2% 5% 4% 5%;
	margin-top: 2%;
}

dt {
	font-weight: 400;
	margin-bottom: 1%;
		font-size: 95%;
}

dd {
	font-size: 95%;
	margin-bottom: 3%;
}

/* MELT Method Page Specific Styles */

#melt_method_section {
	padding: 6% 3% 1% 3%;
}
#melt_method_section h1 {
	margin-bottom: 3%;
}

#melt_method_section h2 {
	margin-bottom: 1%;
	text-align: left;
	font-size: 120%;
	margin-top: 3%;
}

#melt_method {
	background-color: rgb(255,255,255);
	padding: 3% 5% 4% 5%;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

#melt_method img {
	width: 40%;
	margin: 0% 4% 3% 0%;
}

#melt_method ul {
	margin-bottom: 1em;
}

#melt_method ul li {
	list-style: inside;
	line-height: 1.5em;
}

.product {
	display: inline-block;
	width: 30%;
	margin-right: 3%;
	box-sizing: border-box;
	padding: 1em;
}

#melt_method .product img {
	width: 100%;
	display: block;
}

.product_title {
	display: block;
	width: 100%;
	text-align: center;
}

.product_price {
	line-height: 2em;
	color: rgb(102,102,102);
	display: block;
	width: 100%;
	text-align: center;
}

#teacher_training_events {
	width: 55%;
}

#teacher_training_events tr:nth-of-type(even) {
   background-color: rgb(245,245,245);
}

#teacher_training_events td, #teacher_training_events th {
	padding:5px 8px;
}

/* New Students Page Specific Styles */

#new_students_section {
	padding: 6% 3% 3% 3%;
}
#new_students_section h1 {
	margin-bottom: 0%;
}

#new_students_section h2 {
	margin-bottom: 1%;
	text-align: center;
	font-size: 135%;
	margin-top: 3%;
}

#new_students_section h2:nth-of-type(2) {
	font-size: 150%;
}

#new_students_section h3 {
	text-align: center;
	margin-top: 1.5rem;
	font-weight: 300;
	max-width: 500px;
	display: block;
	margin: 1.5rem auto 0;
}

#new_students_section h3:nth-of-type(1) {
	margin-top: 2rem;
	max-width: 600px;
	margin-bottom: -.6em;
}

#new_students_section h2:nth-of-type(2), #new_students_section h2:nth-of-type(4), #new_students_section h3:nth-of-type(2), #new_students_section h3:nth-of-type(4) {
	color:rgb(0, 122, 160);
}

#new_students {
	background-color: rgb(255,255,255);
	padding: 3% 5% 4% 5%;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

#new_students img {
	width: 40%;
	margin: 7% 2% 3% 2%;
}

#new_students ul {
	list-style: none;
	margin-top: 2%;
}

#new_students ul li {
	margin-bottom: .25em;
}

/*#new_students ul li:nth-of-type(1){
	margin-bottom: 2%;
}*/

#book_appt_btn {
	/*background-color: rgb(32,162,140);*/
	background-color: #007AA0;
	color: rgb(255,255,255);
	text-align: center;
	list-style: none;
	width: 238px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2%;
	padding: .45rem;
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px;
}

#book_appt_btn:hover{
	/*background-color: rgb(55,219,191);*/
	background-color: #00B5ED;
}

/* Schedule Page Specific Styles */

#shadowbox_schedule {
	background-color: rgba(0,0,0,0.3);
	padding: 5% 20%;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 90%;
	height: 9999px;
	max-height: 100%;
	z-index: 1000;
	display: none;
}

#shadowbox_schedule .schedule_item {
	background-color: white;
	padding: 3%;
	display: none;
	margin-top: 15%;
	width: 56.5%;
}

#shadowbox_schedule .schedule_item a {

}

#shadowbox_schedule .schedule_item .exit {
	float: right;
	clear: none;
	margin-top: -20px;
	margin-right:-20px;
	opacity: 0.8;
}

#shadowbox_schedule .schedule_item .exit:hover {
	cursor: pointer;
	opacity: 1;
}

#shadowbox_schedule .schedule_item h2 {
	text-align: left;
}

#shadowbox_schedule .schedule_item figure {
	width: 100%;
	padding-top: 0%;
}

#shadowbox_schedule .schedule_item figure img {
	width: 18.5%;
}

#shadowbox_schedule .schedule_item figure figcaption {
	text-align: left;
	font-size: 95%;
	width: 74%;
	float: right;
	background-color: rgb(255,255,255);
	padding: 2%;
}

#schedule_section {
	padding: 6% 3% 3% 3%;
}
#schedule_section h1 {
	margin-bottom: 2%;
}

#schedule_section h2 {
	margin-bottom: 1%;
	text-align: left;
	font-size: 120%;
	margin-top: 3%;
}

#content {
	background-color: rgb(255,255,255);
	padding: 3% 4% 2% 4%;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}


/* Classes and Rates Page Specific Styles */

#classes_section {
	padding: 6% 3% 4% 3%;
}

#classes_section h2 {
	text-align: center;
	margin-top: 2%;
}

#classes_section h3 {
	margin-bottom: 3%;
	margin-top: 2%;
	font-size: 120%;
}

#classes_section h4 {
	margin-bottom: 1%;
	margin-top: .5%;
	font-size: 105%;
}

#classes {
	background-color: rgb(255,255,255);
	padding-top: 3%;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding: 2% 5% 4% 5%;
}

#class_rates {
	background-color: rgb(255,255,255);
	padding-top: 3%;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4%;
	padding: 2% 5% 4% 5%;
}

#class_rates table {
	width: 100%;
	table-layout: fixed;
}

#class_rates table td {
	padding-top: .3%;
	padding-bottom: .3%;
}

#left_column {
	width: 24%;
	overflow: hidden;
}

#middle_column {
	width: 53%;
}

.dots span {
	width:100%;
    display:inline-block;
	overflow: hidden;
	float: right;
}

.prices {
	padding-left: 2%;
}

#right_column {
	width: 23%;
}

#class_rates table caption {
	font-weight: 400;
	text-align: left;
}

#class_rates .right_column {
    text-align: right;
}

.table_subcategory {
	font-weight: 400;
	height: 40px;
}

.table_subcategory td {
	vertical-align: bottom;
	text-align: left;
}

/* Virtual Pilates Sessions Page Specific Styles */

#virtual_pilates_section {
	padding: 6% 3% 1% 3%;
}
#virtual_pilates_section h1 {
	margin-bottom: 3%;
}

#virtual_pilates_section h2 {
	margin-bottom: 1%;
	text-align: left;
	font-size: 120%;
	margin-top: 3%;
}

#virtual_pilates {
	background-color: rgb(255,255,255);
	padding: 3% 5% 4% 5%;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

#virtual_pilates img {
	width: 40%;
	margin: 0% 4% 3% 0%;
}

#virtual_pilates ul {
	margin-bottom: 1em;
}

#virtual_pilates ul li {
	list-style: inside;
	line-height: 1.5em;
}

/* Video Page Specific Styles */

#videos_section {
	padding: 6% 4% 3% 3%;
	height: 1115px;
}

#video_container {
position: relative;
top: 0px;
left: 0px;
height: 1100px;
/*The above is the appropriate height if there are more than 1 video*/
height: 600px;
}

#vid_next_arrow {
	float: right;
	margin-top: 18%;
	margin-right: 4%;
	opacity: 0.7;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 500;
}

#vid_prev_arrow {
	float: left;
	margin-top: 18%;
	margin-left: 5%;
	opacity: 0.7;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 500;
}

#vid_next_arrow:hover {
	opacity: 1;
	cursor: pointer;
}
	
#vid_prev_arrow:hover {
	opacity: 1;
	cursor: pointer;
}

.large_video_section {
	padding: 20px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 96.5%;
}

.large_video_caption {
	width: 680px;
	height: 175px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
}

.large_video_caption h2 {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
}

.large_video_caption p {
	line-height: 1.3em;
	font-size: 95%;
	text-align: justify;
}

.large_video_section iframe{
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	padding: 20px;
}

#small_video_section {
	width: 104%;
	height: 470px;
	overflow: auto;
	position: absolute;
	top: 625px;
	left: 0px;
	margin-left: -1.4%;
}

#small_video_container {
	width: 1005px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#small_video_section  .small_video_indiv {
	padding: 10px;
	float: left;
	margin-left: 33px;
	position: relative;
	top: 0px;
	left: 0px;
}

#small_video_section iframe {
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	padding: 10px;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 99;
}



#small_video_section div{
}

.small_video_caption {
	width: 270px;
	padding: 0px;
}

.small_video_caption h2 {
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
	font-size: 120%;
}

.small_video_caption p {
	display: none;
}

/* Photo Gallery Specific Styles */

#photo_gallery {
	padding-bottom: 2%;
	padding-top: .1%;
	height: 680px;
	background-color: white;
	margin-top: 0px;
}

#photos_h1 {
	padding-top: 4rem;
	padding-bottom: 1.5rem;
}

#next_image {
	position: absolute;
	top: 360px;
	left: 72%;
	opacity: 0.7;
}

#next_image:hover {
	opacity: 0.5;
	cursor: pointer;
}

#previous_image {
	position: absolute;
	top: 360px;
	left: 4.25%;
	opacity: 0.7;
}

#previous_image:hover {
	opacity: 0.5;
	cursor: pointer;
}



#large_image {
	width: 77%;
	height: 640px;
	margin-left: 0%;
	margin-right: 17.5%;
	margin-top: 5%;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0%;
	padding-left: 2%;
	background-color: white;
	clear: none;
}

#large_image img {
	/*height: 440px;*/
	max-height: 430px;
	width: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2%;
	clear: none;
}

#large_image img:hover {
	cursor: pointer;
}

#photo_links {
	width: 350px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4%;
	background-color: rgba(255,255,255,0);
}

#photo_links #zoom {
	float:left;
	margin-left: 60px;
	text-align: center;
	background-color: #007AA0;
	color: rgb(255,255,255);
	padding: 7px;
	width: 130px;
	-moz-border-radius: 17px 17px 17px 17px;
	-webkit-border-radius: 17px 17px 17px 17px;
	border-radius: 17px 17px 17px 17px;
}

#photo_links #zoom:hover {
	background-color: #00B5ED;
	cursor: pointer;
}

#photo_links #slideshow_link {
	float:left;
	text-align: center;
	background-color: #007AA0;
	color: rgb(255,255,255);
	padding: 7px;
	width: 130px;
	-moz-border-radius: 17px 17px 17px 17px;
	-webkit-border-radius: 17px 17px 17px 17px;
	border-radius: 17px 17px 17px 17px;
}

#photo_links #slideshow_link:hover {
	background-color: #00B5ED;
	cursor: pointer;
}

#large_image #caption {
	text-align: center;
	display: block;
	width: 80%;
	padding-top: 4%;
	margin-left: 10%;
	margin-right: 10%;
}

#photo_thumbnails {
	width: 140px;
	height: 580px;
	padding: 0px 70px 0px 0px;
	float: right;
	margin-top: 4.8%;
	clear: none;
	background-color: white;
	/*max-height: 500px;
	overflow: scroll;*/
}

#photo_thumbnails .active_thumb_page {
	color: #00B5ED;
	color: rgba(0,181,237,0.7);
	
}

#photo_thumbnails .active_thumb_page:hover {
	color: #00B5ED;
	color: rgba(0,181,237,0.7);
	cursor: pointer;
}

#photo_thumbnails .inactive_thumb_page {
	color: #007AA0;
}

#photo_thumbnails .inactive_thumb_page:hover {
	color: #00B5ED;
	color: rgba(0,181,237,0.7);
	cursor: pointer;
}

#thumbnail_overflow {
	width: 100px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 14%;
	position: relative;
	top: 0px;
	left: -7px;
}

#thumbnail_overflow span {
	font-size: 90%
}

#thumbnail_wrapper {
	height: 478px;
	overflow: hidden;
}

#thumbnail_inner_container {
	width: 100%;
	height: 3000px;
	position: relative;
	top:0px;
	left:0px;
}

#thumbnail_inner_container div {
	width: 60px;
	height: 60px;
	overflow: hidden;
	float: left;
	margin: 0px 5px 5px 0px;
	
}

#thumbnail_wrapper img {
	height: 200%;
}

#thumbnail_wrapper .inactive {
	opacity: .7;
	border: 2px solid rgba(0,0,0,0);
}

#thumbnail_wrapper .inactive:hover {
	opacity: .9;
	cursor: pointer;
	border: 2px solid rgba(0,181,237,0.7);
}

#thumbnail_wrapper .active {
	opacity: 1;
	border: 2px solid  #00B5ED;
}

#thumbnail_wrapper .active:hover {
	opacity: 1;
	cursor: pointer;
}

#shadowbox_photo_gallery {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 9999px;
	width: 100%;
	max-width: 100%;
	max-height: 100%;
	z-index: 700;
	background-color: rgba(0,0,0,0.9);
}

#shadowbox_photo_gallery img {
	max-width: 100%;
	max-height: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 800;	
}

#shadowbox_photo_gallery #next_image_fullscreen {
	position: absolute;
	top: 360px;
	left: 91.5%;
	opacity: 0.7;
	z-index: 1000;
}

#shadowbox_photo_gallery #next_image_fullscreen:hover {
	opacity: 0.5;
	cursor: pointer;
}

#shadowbox_photo_gallery #previous_image_fullscreen {
	position: absolute;
	top: 360px;
	left: 5.5%;
	opacity: 0.7;
	z-index: 1000;
}

#shadowbox_photo_gallery #previous_image_fullscreen:hover {
	opacity: 0.5;
	cursor: pointer;
}

#image_container {
	width: 3000px;
	height: 3000px;
	max-width: 80%;
	/*max-height: 80%;*/
	/*Doesn't work in safari had to calculate dynamically w/ js*/
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4%;
	margin-bottom: 3%;
	position: relative;
	top: 0px;
	left: 0px;
	/*background: url("../images/circlepreloader_small.gif") center no-repeat;*/
}

#shadowbox_photo_gallery p {
	color: white;
	text-align: center;
}

#close_btn_photo {
	margin-right: 20.5%;
	margin-top: 0.75%;
	text-align: center;
	float: right;
	background-color: #007AA0;
	color: rgb(255,255,255);
	padding: 7px;
	width: 50px;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
}

#close_btn_photo:hover {
	background-color: #00B5ED;
	cursor: pointer;
}

#slideshow_link_btn {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 1%;
	text-align: center;
	background-color: #007AA0;
	color: rgb(255,255,255);
	padding: 7px;
	width: 75px;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
}

#slideshow_link_btn:hover {
	background-color: #00B5ED;
	cursor: pointer;
}

/* Contact Page Specific Styles */

#contact_container {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	background-color: white;
	padding: 2% 10%; 
}

#contact_container h1 {
	margin-bottom: 2%;
}

#contact_form {
	width: 400px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#contact_container input[type="text"], #contact_container input[type="email"] {
	width: 100%;
	margin-bottom: .4rem;
	color: rgb(102,102,102);
	padding: .15rem .2rem;
	box-sizing: border-box;
	border: 1px solid rgb(160, 160, 160);
	font-size: 95%;
}

#contact_container label, #contact_container span.textlabel {
	width: 100%;
	color: rgb(102,102,102);
	font-size: 95%;
	margin-right: .5em;
	margin-bottom: .15rem;
	display: block;
}

#contact_container span.textlabel {
	margin-top: .5rem;
}

#contact_container textarea {
	height: 200px;
	width: 100%;
	margin-bottom: 1rem;
	color: rgb(102,102,102);
	padding: .15rem .2rem;
	box-sizing: border-box;
	border: 1px solid rgb(160, 160, 160);
	font-size: 95%;
}

#contact_container input[type="submit"] {
	background-color: #007AA0;
	color: rgb(255,255,255);
	text-align: center;
	list-style: none;
	width: 100px;
	display: block;
	margin-top: 1rem;
	padding: .4rem;
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px;
	border: 0px;
	cursor: pointer;
}

#contact_container input[type="submit"]:hover {
    background-color: #00B5ED;
}

#contact_container span.star {
	color: #007AA0;
}

/* Registration Page Specific Styles */

#registration_section {
	padding: 6% 4% 3% 3%;
}

#registration_container {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	background-color: white;
	padding: 3% 10%; 
}

#registration_container #book_appt_btn {
	/*background-color: rgb(32,162,140);*/
	background-color: #007AA0;
	color: rgb(255,255,255);
	text-align: center;
	list-style: none;
	width: 50%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2%;
	padding: 2%;
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px;
}

#registration_container #book_appt_btn:hover{
	/*background-color: rgb(55,219,191);*/
	background-color: #00B5ED;
}


#registration_container h1 {
	margin-bottom: 2%;
}

#registration_form {
	width: 400px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#registration_container label {
	color: rgb(102,102,102);
	font-size: 95%;
	margin-bottom: 2%;
	display: block;
}

.registration_section_title {
	font-weight: 400;
}


#registration_container #submit {
	float: left;
	/*margin-left: 12%;*/
	position: relative;
	top:0px;
	left: 0px;
}

#registration_container #first_name, #registration_container #last_name, #registration_container #phone, #registration_container #email, #registration_container #address, #registration_container #city, #registration_container #zip, #registration_container #emergency_contact_first_name, #registration_container #emergency_contact_last_name, #registration_container #emergency_contact_relationship, #registration_container #emergency_contact_phone, #registration_container #emergency_contact_email, #registration_container #human {
	width: 100%;
	color: rgb(102, 102, 102);
	font-size: 95%;
	margin-bottom: .5rem;
	color: rgb(102,102,102);
	padding: .15rem .2rem;
	box-sizing: border-box;
	border: 1px solid rgb(160, 160, 160);
}

#registration_container select {
	/*width: 185px;*/
	color: rgb(102, 102, 102);
	font-size: 95%;
	margin-bottom: .5rem;
	padding: .15rem;
	box-sizing: border-box;
	border: 1px solid rgb(160, 160, 160);
}

#registration_container textarea {
	width: 100%;
	height: 200px;
	color: rgb(102,102,102);
	font-size: 95%;
	margin-top: 1.5%;
	margin-bottom: 1rem;
	padding: .15rem;
	box-sizing: border-box;
	border: 1px solid rgb(160, 160, 160);
}

#registration_container input[type=submit] {
	background-color: #007AA0;
	color: rgb(255,255,255);
	text-align: center;
	list-style: none;
	width: 100px;
	display: block;
	/*margin-left: auto;
	margin-right: auto;*/
	margin-top: 1rem;
	padding: .4rem;
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px;
	border: 0px;
	cursor: pointer;
}

#registration_container input[type=submit]:hover {
	background-color: #00B5ED;
}

#registration_container label {
	margin-top: 2%;
}

#liability_release {
	font-size: 80%;
	background-color: rgb(230,230,230);
}

#registration_container #birth_date_label{
	margin-bottom: 1%;
}


#registration_container #php {
	color: rgb(102,102,102);
	margin-top: 0%;
	/*margin-left: 12%;*/
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top:0px;
	left: 0px;
	width: 400px;
}

#registration_container #php p {
	max-width: 500px;
}

#form_description {
	width:400px;
	margin-left:auto;
	margin-right:auto;
}

/* Footer Styles */

footer {
	background-color: rgb(255,255,255);
	background-color: rgba(255,255,255, 0.9);
	text-align: center;
	clear: both;
	margin-top: 5%;
	padding: 2%;
	font-size: 90%;
}

#footer_link_box {
	margin-bottom: 1em;
}

#footer_link_box a{
	display: inline-block;
	margin-right: .3em;
	margin-bottom: .25em;
	font-size: 95%;
}

.footer_address_container {
	/*width: 58%;*/
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	min-width: 476px;
}

#affiliate_logo_1 img, #affiliate_logo_2 img, #delta_symbol img {
	width: 100%;
}

#affiliate_logo_1, #affiliate_logo_2, #delta_symbol, #address_float, #hours_float {
	display: inline-block;
	vertical-align: middle;
	margin: 0 .5%;
}

#affiliate_logo_1 {
	width: 14%;
}

#affiliate_logo_2 {
	width: 20%;
}

#delta_symbol {
	width: 15%;
	position: relative;
	top: -.25em;
	margin-bottom: 1em;
}

#address_float {
	width: 25%;
}

#hours_float {
	width: 20%;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page, .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
	background-color: transparent !important;
}

@media (min-width: 1px) and (max-width: 1023px) {
	body {
		background: rgb(195,195,195) url('../images/_MG_0104_BG.jpg') 30% 100% no-repeat fixed;
		background-size: 1800px auto;
		color: rgb(102,102,102);
	}

	a {
		text-decoration: none;
		color: #007AA0;
	}

	a:hover {
		color: #00B5ED;
	}

	.banner_image {
		width: 100%;
	}

	h1 {
		font-size: 165%;
		font-weight: 400;
		text-align: center;
	}

	h2 {
		font-size: 145%;
		font-weight: 400;
		color: rgb(102,102,102);
		text-align: center;
		margin-bottom: 4%;
	}

	h3 {
		font-size: 115%;
		font-weight: 400;
		color: rgb(102,102,102);
	}

	h4 {
		font-size: 105%;
	}

	hr {
		border-color: rgb(204,204,204);
		border: 0px solid rgb(204,204,204);
		background-color: rgb(204,204,204);
		color: rgb(204,204,204);
		height: 1px;
		clear: both;
	}

	.main_wrapper {
		width: 90%;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	section {
		background-color: rgb(255,255,255);
		background-color: rgba(255,255,255,0.7);
		clear: both;
		padding-top: .1%; 
		padding-bottom: 2%; 
		position: relative;
		top: 0px;
		left: 0px;
		z-index: 1;
	}

	aside {
		background-color: rgb(255,255,255);
		border-bottom: 0px solid #FFF;
		min-width: 260px;
	}

	article {
		background-color: rgb(255,255,255);
		border-bottom: 1px solid rgb(233,233,233);
		border-left: 1px solid rgb(233,233,233);
	}

	/* Reusable */

	#back_home_btn {
		/*background-color: rgb(32,162,140);*/
		background-color: #00B5ED;
		color: rgb(255,255,255);
		text-align: center;
		list-style: none;
		width: 80%;
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-top: 2%;
		margin-bottom: 4%;
		padding: 1%;
		-moz-border-radius: 20px 20px 20px 20px;
		-webkit-border-radius: 20px 20px 20px 20px;
		border-radius: 20px 20px 20px 20px;
	}

	#back_home_btn:hover{
		/*background-color: rgb(55,219,191);*/
		background-color: #00c3ff;
	}
	
	#mobile_menu {
		display: block;
	}

	noscript {
		color: red;
		text-align: center;
		display: block;
		margin-top: 5%;
	}

	.hide {
		display: none;
	}

	.show {
		display: block;
	}

	.error {
		font-size: 85%;
		color: red;
		margin-left: 2%;
	}

	.small_text {
		font-size: 85%;
	}

	.spacer {
		display: block;
		width: 100%;
		clear: both;
	}

	.prose {
		line-height: 1.5em;
		font-size: 100%;
	}

	.center {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	.centered_text {
		text-align: center;
	}

	.float_left {
		float: left;
	}

	.float_right {
		float: right;
	}

	.indented {
		margin-left: 5%;
	}

	strong {
		font-weight: 400;
	}

	.stop-scrolling {
	  height: 9999px;
	  max-height: 100%;
	  overflow: hidden;
	}
	
	.main_wrapper {
		min-width: 1px;
	}
	
	.mobile_block {
		display: block;
	}
	
	.mobile_inline {
		display: inline;
	}
	
	.mobile_inline_block {
		display: inline-block;
	}
	
	.desktop_block, .desktop_inline, .desktop_inline_block {
		display: none;
	}

	/* Main Navigation Styles */

	.main_nav {
		display: none;
	}
	
	#slideshow {
		display: none;
	}

	/* Home Page Specific Styles - Aside */
	
	#desktop_home_aside {
		display: none;
	}

	#mobile_home_aside {
		display: block;
	}
	
	#home_aside {
		float: none;
		width: 100%;
		margin-top: 1.5rem;
		padding: 1rem 0 1.5rem 0;
		height: 100%;
		box-sizing: border-box;
	}


	/*#home_quicklinks {
		width: 89.5%;
		margin-top: 6%;
		padding: 2% 5% 2% 5%;
		background-color: rgb(255,255,255);
		border-bottom: 1px solid rgb(233,233,233);
		border-left: 1px solid rgb(233,233,233);
	}*/

	#home_aside h2{

	}

	#home_aside h3{
		text-align: left;
		margin-bottom: 1%;
	}

	#home_aside p{
		line-height: 1.5em;
		font-size: 95%;
		margin-bottom: 3%;
	}

	#home_aside hr{
		width: 70%;
		margin: 4% 15% 4% 15%;
	}

	#home_aside #quicklinks {
		margin-bottom: 7%;
	}

	#home_aside  #quicklinks a li{
		clear: left;
		background-color: #007AA0;
		color: rgb(255,255,255);
		text-align: center;
		list-style: none;
		width: 80%;
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-top: 2%;
		padding: 3%;
		-moz-border-radius: 20px 20px 20px 20px;
		-webkit-border-radius: 20px 20px 20px 20px;
		border-radius: 20px 20px 20px 20px;
	}

	#home_aside  #quicklinks #click_to_call {
		width: 30px;
		height: 40px;
		background: url(../images/spritesheet.png) -50px -200px no-repeat;
		margin-left: auto;
		margin-right: auto;
	}

	#home_aside  #quicklinks #click_to_call_li {
		width: 36%;
		float: left;
		/*border: none;
		background-color: transparent;
		color: #007AA0;*/
		margin-left: 7%;
		margin-bottom: 2%;
		clear: none;
		padding-top: 4%;
	}

	#home_aside  #quicklinks #click_to_email {
		width: 47px;
		height: 40px;
		background: url(../images/spritesheet.png) 0px -200px no-repeat;
		margin-left: auto;
		margin-right: auto;
		
	}

	#home_aside  #quicklinks #click_to_email_li {
		width: 36%;
		float: left;
		/*border: none;
		background-color: transparent;
		color: #007AA0;*/
		margin-left: 2%;
		margin-bottom: 2%;
		clear: none;
		padding-top: 4%;
	}

	#home_quicklinks  #quicklinks a li:hover{
		background-color: #00B5ED;
	}

	.social_media_icons {
		list-style: none;
		width: 200px;
		margin-left: auto;
		margin-right: auto;
	}

	.social_media_icons a {
		margin-left: 4px;
		float: left;
		height: 35px;
		width: 35px;
		margin-bottom: 9%;
		text-indent: -9999px;
	}

	.facebook_link {
		background: url(../images/spritesheet.png) 10px 2px no-repeat;
	}

	.facebook_link:hover {
		background: url(../images/spritesheet.png) 10px -48px no-repeat;
	}

	.twitter_link {
		background: url(../images/spritesheet.png) -50px 4px no-repeat;
	}

	.twitter_link:hover {
		background: url(../images/spritesheet.png) -50px -46px no-repeat;
	}

	.instagram_link {
		background: url(../images/spritesheet.png) -99px 3px no-repeat;
	}

	.instagram_link:hover {
		background: url(../images/spritesheet.png) -99px -47px no-repeat;
	}

	.yelp_link {
		background: url(../images/spritesheet.png) -145px 3px no-repeat;
	}

	.yelp_link:hover {
		background: url(../images/spritesheet.png) -145px -47px no-repeat;
	}

	.pinterest_link {
		background: url(../images/spritesheet.png) -193px 4px no-repeat;
	}

	.pinterest_link:hover {
		background: url(../images/spritesheet.png) -193px -46px no-repeat;
	}

	.youtube_link {
		background: url(../images/spritesheet.png) -245px 4px no-repeat;
	}

	.youtube_link:hover {
		background: url(../images/spritesheet.png) -245px -46px no-repeat;
	}

	#announcements {
		margin-bottom: 5%;
		padding: 0 5%;
	}

	#latest_tweet {
		margin-bottom: 6.5%;
		padding: 0 5%;
		max-height: 100%;
		box-sizing: border-box
	}
	
	#latest_tweet iframe{
		height: 100%;
		width: 100% !important;
		display: block !important;
		max-height: 100% !important;
		max-width: 100% !important;
		box-sizing: border-box !important;
	}
	
	/* Home Page Specific Styles - NEW - Aside */
	
	#desktop_home_aside_new {
		display: none;
	}

	#mobile_home_aside_new {
		display: block;
	}
	
	#home_aside_new {
		float: none;
		width: 100%;
		margin-top: 1.5rem;
		padding: 1rem 0 1.5rem 0;
		height: 100%;
		box-sizing: border-box;
	}


	/*#home_quicklinks {
		width: 89.5%;
		margin-top: 6%;
		padding: 2% 5% 2% 5%;
		background-color: rgb(255,255,255);
		border-bottom: 1px solid rgb(233,233,233);
		border-left: 1px solid rgb(233,233,233);
	}*/

	#home_aside_new h2{

	}

	#home_aside_new h3{
		text-align: left;
		margin-bottom: 1%;
	}

	#home_aside_new p{
		line-height: 1.5em;
		font-size: 95%;
		margin-bottom: 3%;
	}

	#home_aside_new hr{
		width: 70%;
		margin: 4% 15% 4% 15%;
	}

	#home_aside_new #quicklinks {
		margin-bottom: 7%;
	}

	#home_aside_new  #quicklinks a li{
		clear: left;
		background-color: #007AA0;
		color: rgb(255,255,255);
		text-align: center;
		list-style: none;
		width: 80%;
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-top: 2%;
		padding: 3%;
		-moz-border-radius: 20px 20px 20px 20px;
		-webkit-border-radius: 20px 20px 20px 20px;
		border-radius: 20px 20px 20px 20px;
	}

	#home_aside_new  #quicklinks #click_to_call {
		width: 30px;
		height: 40px;
		background: url(../images/spritesheet.png) -50px -200px no-repeat;
		margin-left: auto;
		margin-right: auto;
	}

	#home_aside_new  #quicklinks #click_to_call_li {
		width: 36%;
		float: left;
		/*border: none;
		background-color: transparent;
		color: #007AA0;*/
		margin-left: 7%;
		margin-bottom: 2%;
		clear: none;
		padding-top: 4%;
	}

	#home_aside_new  #quicklinks #click_to_email {
		width: 47px;
		height: 40px;
		background: url(../images/spritesheet.png) 0px -200px no-repeat;
		margin-left: auto;
		margin-right: auto;
		
	}

	#home_aside_new  #quicklinks #click_to_email_li {
		width: 36%;
		float: left;
		/*border: none;
		background-color: transparent;
		color: #007AA0;*/
		margin-left: 2%;
		margin-bottom: 2%;
		clear: none;
		padding-top: 4%;
	}


	/* Home Page Specific Styles - Left Column */

	#left_column_index {
		width: 100%;
		margin-right: 0;
		padding-top: 0px;
		min-height: 1px;
		padding-bottom: 1.5rem;
	}
	
	#left_column_index hr {
		width: 70%;
		margin: 4% 15% 4% 15%;
	}
	
	/* Home Page Specific Styles - NEW - Left Column */

	#left_column_index_new {
		width: 100%;
		margin-right: 0;
		padding-top: 0px;
		min-height: 1px;
		padding-bottom: 1.5rem;
	}
	
	#left_column_index_new hr {
		width: 70%;
		margin: 4% 15% 4% 15%;
	}

	/* Home Page Specific Styles - Blog Clip */

	#blog_clip {
		background-color: rgb(255,255,255);
		width: 100%;
		padding: 0 5%;
		border: 0px solid #FFF;
		box-sizing: border-box;
		float: none;
		height: 100%;
		margin-left: 0px;
	}

	/* Home Page Specific Styles - Map */

	#map {
		background-color: rgb(255,255,255);
		width: 100%;
		margin-bottom: 4%;
		padding: 0 5% 3rem 5%;
		border: 0px solid #FFF;
		box-sizing: border-box;
		float: none;
		height: 100%;
	}

	#maplink {
		text-align:center;
		margin-top:10px;
		font-size: 100%;
	}
	
	/* Home Page Specific Styles - Testimonials */
	
	.cust-quotes blockquote img {
		display: none;
	}

	/* About Page Specific Styles */

	#about_us_article {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 3%;
		margin-bottom: 3%;
		padding: 3% 4% 4% 4%;
	}

	#about_us_article h1 {
		margin-bottom: 1%;
	}

	#about_us_article h2 {
		margin-bottom: 1%;
	}

	#first_paragraph_about:first-letter {
		font-size: 225%;
		font-family: "Times New Roman", Georgia, serif;
		font-weight: 400;
	} 

	#about_us_article li{
		list-style: none;
	}

	figure {
		width: 100%;
		overflow: hidden;
		padding-top: 0;
	}

	figure img {
		width: 100%;
	}

	figure figcaption {
		text-align: center;
		font-size: 100%;
	}

	/* Teacher Page Specific Styles */

	#teachers_section {
		padding: 1rem 5%;
	}
	#teachers_section h1 {
		margin-bottom: 1rem;
	}

	#teachers_section h2 {
		text-align: left;
	}

	#teachers_section figure {
		width: 100%;
	}

	#teachers_section figure img {
		width: 80%;
		max-width: 400px;
		display:block;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 5%;
	}

	#teachers_section figure figcaption {
		text-align: left;
		font-size: 100%;
		width: 90%;
		background-color: rgb(255,255,255);
		padding: 6%;
		margin-bottom: 5%;
	}
	
	#teachers_section figure figcaption img {
		margin: 0px .75em 1em 0;
	}
	
	/* Testimonials Page Specific Styles */

	#testimonials_section {
		padding-top: 1.5rem;
	}

	#testimonials_section figure img {
		width: 100%;
	}

	#testimonials_section figure:nth-of-type(odd) img, #testimonials_section figure:nth-of-type(even) img {
		float: none;
	}
	
	#testimonials_section figure:nth-of-type(odd) figcaption, #testimonials_section figure:nth-of-type(even) figcaption {
		margin: 0;
	}

	/* About Pilates Page Specific Styles */

	#about_pilates_section {
		padding: 1rem 5%;
	}
	#about_pilates_section h1 {
		margin-bottom: 1rem;
	}

	#about_pilates_section h2 {
		text-align: center;
	}

	#about_pilates_section dl {
		padding-left: 0%;
		padding-right: 0%;
		padding-bottom: 1.5%;
	}

	#about_pilates_section dd {
		margin-bottom: 6%;
	}


	#about_pilates_section figure {
		width: 100%;
	}

	#about_pilates_section figure:nth-of-type(2) {
		margin-bottom: 2%;
	}

	#about_pilates_section figure img {
		width: 80%;
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 5%;
	}

	#firstcaption, #thirdcaption {
		text-align: left;
		font-size: 95%;
		width: 90%;
		background-color: rgb(255,255,255);
		margin-left: auto;
		margin-right: auto;
		padding: 2% 6% 6% 6%;
		margin-bottom: 5%;
	}

	#secondcaption {
		text-align: left;
		font-size: 100%;
		width: 90%;
		background-color: rgb(255,255,255);
		margin-left: auto;
		margin-right: auto;
		padding: 2% 6% 6% 6%;
		margin-bottom: 5%;
	}


	/*Google search box whole*/
	#___gcse_0 {
		width: 96%;
		margin: 0 2%;
	}
	
	#mobile_menu #___gcse_0 .gsc-control-cse {
		background-color: transparent;
		border: none;
	}

	/*.twitter-share-button {
		margin: 2% 2% 0% 5%;
		float: left;
	}*/

	.fb-like {
		margin: 2% 2% 0% 5%;
		float: left;
	}

	.g-plus {
		width: 30px;
		margin-left: 0px;
		margin-right: 20px;
		margin-top: 2%;
		float: left;
	}

	.pinterest {
		width: 40px;
		margin-top: 2%;
		float: left;
	}

	/* FAQ Page Specific Styles */

	#faq_section {
		padding: .75rem 2%;
	}
	
	#faq {
		width: 100%;
		box-sizing: border-box;
	}
	
	#faq_section h1 {
		margin-bottom: 1rem;
	}

	#questions_list {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 6%;
	}

	#questions_list li {
		list-style: none;
		margin-bottom: 4%;
	}

	#faq {
		background-color: rgb(255,255,255);
		padding-top: 3%;
		width: 95%;
		margin-left: auto;
		margin-right: auto;
	}

	dl {
		background-color: rgb(255,255,255);
		padding: 2% 5% 4% 5%;
		margin-top: 2%;
	}

	dt {
		font-weight: 400;
		margin-bottom: 3%;
		font-size: 100%;
		margin-top: 4%;
	}

	dd {
		font-size: 100%;
		margin-bottom: 10%;
	}

	/* MELT Method Page Specific Styles */

	#melt_method_section {
		padding: 6% 3% 3% 3%;
	}
	#melt_method_section h1 {
		margin-bottom: 3%;
	}

	#melt_method_section h2 {
		margin-bottom: 1%;
		text-align: left;
		font-size: 125%;
		margin-top: 3%;
	}

	#melt_method {
		background-color: rgb(255,255,255);
		padding: 3% 5% 4% 5%;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}

	#melt_method img {
		width: 100%;
		/*margin: 3% 5% 7% 5%;*/
		margin: 1rem auto;
		max-width: 100%;
	}

	.product {
		width: 100%;
		margin-right: 0%;
	}
	
	.product_title, .product_price {
		text-align: center;
	}
	

	/* New Students Page Specific Styles */

	#new_students_section {
		padding: 6% 3% 3% 3%;
	}
	#new_students_section h1 {
		margin-bottom: 0%;
	}

	#new_students_section h2 {
		margin-bottom: 1%;
		text-align: center;
		font-size: 140%;
		margin-top: 3%;
	}
	
	#new_students_section h3 {
		margin: .5rem auto 0;
	}
	
	#new_students_section h3:nth-of-type(1) {
		margin-top: 1.15rem;
		margin-bottom: 1.5rem;
	}

	#new_students {
		background-color: rgb(255,255,255);
		padding: 3% 5% 5% 5%;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}

	#new_students img {
		width: 40%;
		margin: 7% 2% 3% 2%;
	}

	#new_students ul {
		list-style: none;
		margin-top: 2%;
	}
	
	#book_appt_btn {
		width: 220px;
	}

	/*#new_students ul li:nth-of-type(1){
		margin-bottom: 2%;
	}*/

	#new_students .book_appt_btn {
		/*background-color: rgb(32,162,140);*/
		background-color: #007AA0;
		color: rgb(255,255,255);
		text-align: center;
		list-style: none;
		width: 90%;
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-top: 2%;
		padding: 1%;
		-moz-border-radius: 20px 20px 20px 20px;
		-webkit-border-radius: 20px 20px 20px 20px;
		border-radius: 20px 20px 20px 20px;
	}

	#new_students .book_appt_btn:nth-of-type(1) {
		width: 60%;
	}

	#new_students .book_appt_btn:hover{
		/*background-color: rgb(55,219,191);*/
		background-color: #00B5ED;
	}

	/* Schedule Page Specific Styles */

	#shadowbox_schedule {
		background-color: rgba(0,0,0,0.3);
		padding: 5% 20%;
		position: fixed;
		top: 0px;
		left: 0px;
		width: 90%;
		height: 9999px;
		max-height: 100%;
		z-index: 1000;
		display: none;
	}

	#shadowbox_schedule .schedule_item {
		background-color: white;
		padding: 3%;
		display: none;
		margin-top: 15%;
		width: 56.5%;
	}

	#shadowbox_schedule .schedule_item a {

	}

	#shadowbox_schedule .schedule_item .exit {
		float: right;
		clear: none;
		margin-top: -20px;
		margin-right:-20px;
		opacity: 0.8;
	}

	#shadowbox_schedule .schedule_item .exit:hover {
		cursor: pointer;
		opacity: 1;
	}

	#shadowbox_schedule .schedule_item h2 {
		text-align: left;
	}

	#shadowbox_schedule .schedule_item figure {
		width: 100%;
		padding-top: 0%;
	}

	#shadowbox_schedule .schedule_item figure img {
		width: 18.5%;
	}

	#shadowbox_schedule .schedule_item figure figcaption {
		text-align: left;
		font-size: 100%;
		width: 74%;
		float: right;
		background-color: rgb(255,255,255);
		padding: 2%;
	}

	#schedule_section {
		padding: 6% 3% 3% 3%;
	}
	#schedule_section h1 {
		margin-bottom: 2%;
	}

	#schedule_section h2 {
		margin-bottom: 1%;
		text-align: center;
		font-size: 125%;
		margin-top: 7%;
	}

	#schedule_section hr {
		margin-top: 10%;
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}

	.schedule_class {
		margin-bottom: 5%;
	}

	.schedule_class span {
		text-align: center;
		display: block;
		width: 100%;
	}


	/*#schedule_section hr {
		margin-top: 18%;
	}
	*/

	#days_of_week {
		margin-bottom: 3%;
		margin-top: 5%;
	}

	#days_of_week li{
		text-align: center;
		list-style: none;
		margin-bottom: 2%
	}

	#book_appointment_schedule {
		background-color: #007AA0;
		color: rgb(255,255,255);
		font-size: 85%;
		text-align: center;
		list-style: none;
		width: 80%;
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-top: 8%;
		padding: 2% 3%;
		-moz-border-radius: 20px 20px 20px 20px;
		-webkit-border-radius: 20px 20px 20px 20px;
		border-radius: 20px 20px 20px 20px;
	}

	#content {
		background-color: rgb(255,255,255);
		padding: 3% 4% 2% 4%;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}


	/* Classes and Rates Page Specific Styles */

	#classes_section {
		padding: 6% 3% 4% 3%;
	}

	#classes_section h2 {
		text-align: center;
		margin-top: 2%;
	}

	#classes_section h3 {
		margin-bottom: 1%;
		margin-top: .5%;
		font-size: 110%;
	}


	#classes_section h4 {
		margin-bottom: 1%;
	}

	#classes {
		background-color: rgb(255,255,255);
		padding-top: 3%;
		width: 88%;
		margin-left: auto;
		margin-right: auto;
		padding: 2% 5% 4% 5%;
	}

	#class_rates {
		background-color: rgb(255,255,255);
		padding-top: 3%;
		width: 88%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 4%;
		padding: 2% 5% 4% 5%;
	}

	#class_rates h3 {
		margin-bottom: 1%;
	}
	#class_rates p.centered_text {
		margin-bottom: 8%;
	}
	
	#class_rates table caption {
		text-align: center;
		margin-bottom: 1rem;
	}
	
	#class_rates table tr {
		display: block;
	}
	
	#class_rates table td, #class_rates .right_column {
		display: block;
		text-align: center;
		font-size: .95rem;
	}
	
	#class_rates .right_column {
		margin-bottom: .5rem;
		margin-top: .25rem;
	}
	
	/* Virtual Pilates Sessions Page Specific Styles */

	#virtual_pilates_section {
		padding: 6% 3% 3% 3%;
	}
	#virtual_pilates_section h1 {
		margin-bottom: 3%;
	}

	#virtual_pilates_section h2 {
		margin-bottom: 1%;
		text-align: left;
		font-size: 125%;
		margin-top: 3%;
	}

	#virtual_pilates {
		background-color: rgb(255,255,255);
		padding: 3% 5% 4% 5%;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}

	#virtual_pilates img {
		width: 90%;
		margin: 3% 5% 7% 5%;
	}

	/* Video Page Specific Styles */

	#videos_section {
		padding: 6% 0px 3% 0px;
		height: auto;
	}
	
	#videos_section h1 {
		margin-bottom: 1rem;
	}

	#video_container {
		position: relative;
		top: 0px;
		left: 0px;
		background-color: white;
		padding: 20px 0;
		height: auto;
	}

	#video_container iframe {
		display: block;
		margin: 20px auto;
	}

	#video_container h2 {
		text-align: left;
		margin: 10px 8%;
	}

	#video_container p {
		line-height: 1.3em;
		font-size: 100%;
		text-align: justify;
		margin: 0% 8%;
	}
	
	#small_video_container {
		width: 100%;
	}
	
	#small_video_section {
		width: 100%;
		height: auto;
		overflow: visible;
		position: static;
		margin-left: 0px;
	}
	
	#small_video_section .small_video_indiv {
		padding: 0px;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	
	#small_video_section iframe {
		background-color: transparent;
		padding: 0px;
	}
	
	#small_video_section .small_video_caption {
		margin: 0 auto 2rem auto;
		width: 250px;
	}
	
	.small_video_caption p, #video_container p {
		display: block;
		margin: 0;
	}
	
	.small_video_caption h2, #video_container h2 {
		color: rgb(102,102,102) !important;
		margin: 8px 0;
	}
	
	.vidCover {
		display: none;
	}
	
	#large_video_holder {
		display: none;
	}

	/* Photo Gallery Specific Styles */

	#photos_h1 {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	
	#photo_gallery_section {
		padding: 6% 4% 3% 3%;
	}

	#photo_gallery_section {
		position: relative;
		top: 0px;
		left: 0px;
		background-color: white;
		padding: 20px 0;
	}

	#photo_gallery_section iframe {
		display: block;
		margin: 20px auto;
	}

	#photo_gallery_section h2 {
		text-align: left;
		margin: 10px 8%;
	}

	#photo_gallery_section p {
		line-height: 1.3em;
		font-size: 100%;
		text-align: justify;
		margin: 0% 8%;
	}


	#photo_gallery_section img {
		width:100%;
		display:block;
		margin: 50px auto;
	}
	
	#photo_gallery {
		height: auto;
	}
	
	#photo_thumbnails {
		display: none;
	}
	
	#large_image {
		width: 90%;
		height: 350px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 1.5rem;
		padding: 0px;
	}
	
	#large_image img {
		height: 145px;
		max-width: 100%;
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 1rem;
	}
	
	#photo_links {
		width: 100%;
		margin-top: 50px;
	}
	
	#photo_links #slideshow_link {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

	#photo_links #zoom {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	
	#next_image {
		top: 246px;
		left: 75%;
	}
	
	#previous_image {
		top: 246px;
		left: 5%;
	}
	
	#close_btn_photo {
		margin-right: 1%;
		margin-top: 1%;
	}
	
	#shadowbox_photo_gallery #previous_image_fullscreen {
		bottom: 5%;
		top: auto;
		left: 5.5%;
	}
	
	#shadowbox_photo_gallery #next_image_fullscreen {
		bottom: 5%;
		top: auto;
		left: auto;
		right: 5.5%;
	}
	
	#slideshow_link_btn {
		display: none;
	}

	/* Contact Page Specific Styles */

	#contact_container {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 81%;
		background-color: white;
		padding: 1rem 10%;
	}

	#contact_container h1 {
		margin-bottom: 2%;
	}

	#contact_form {
		width: 100%;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	#contact_container label {
		width: 100%;
		display: block;
		color: rgb(102,102,102);
		font-size: 100%;
	}

	#contact_container #submit {
		display: block;
		margin-left: auto;
		margin-right: auto;
		
	}

	#contact_container #name, #contact_container #email, #contact_container #message, #contact_container #human {
		width: 100%;
		color: rgb(102, 102, 102);
		font-size: 100%;
	}

	#contact_container textarea {
		width: 100%;
		height: 150px;
		color: rgb(102,102,102);
		font-size: 100%;
	}

	#contact_container input {
		/*margin-left: 100px;*/
		color: rgb(102,102,102);
	}

	#contact_container #php {
		color: rgb(102,102,102);
		margin-top: 7%;
		/*margin-left: 12%;*/
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 100%px;
	}

	#contact_container #php p {
		max-width: 400px;
	}

	/* Registration Page Specific Styles */

	#registration_section {
		padding: 1rem 4%;
	}

	#registration_container {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 81%;
		background-color: white;
		padding: .4rem 10% 1rem; 
	}

	#registration_container #book_appt_btn {
		/*background-color: rgb(32,162,140);*/
		background-color: #007AA0;
		color: rgb(255,255,255);
		text-align: center;
		list-style: none;
		width: 95%;
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-top: 2%;
		padding: 2%;
		-moz-border-radius: 20px 20px 20px 20px;
		-webkit-border-radius: 20px 20px 20px 20px;
		border-radius: 20px 20px 20px 20px;
	}

	#registration_container #book_appt_btn:hover{
		/*background-color: rgb(55,219,191);*/
		background-color: #00B5ED;
	}


	#registration_container h1 {
		margin-bottom: .25rem;
		text-align: left;
		margin-top: .5rem;
	}
	
	#registration_container h2 {
		font-size: 110%;
		text-align: left;
		margin-bottom: 1rem;
	}

	#registration_form {
		width: 100%;
	}

	#registration_container label {
		color: rgb(102,102,102);
		font-size: 100%;
		margin-bottom: 2%;
		display: block;
	}

	.registration_section_title {
		font-weight: 400;
	}


	#registration_container #submit {
		float: left;
		/*margin-left: 12%;*/
		position: relative;
		top:0px;
		left: 0px;
	}

	#registration_container #first_name, #registration_container #last_name, #registration_container #home_phone, #registration_container #mobile_phone, #registration_container #email, #registration_container #address, #registration_container #city, #registration_container #zip, #registration_container #state, #registration_container #country, #registration_container #referred_by, #registration_container #interested_in_becoming_an_instructor, #registration_container #general_questions_or_comments, #registration_container #emergency_contact_first_name, #registration_container #emergency_contact_last_name, #registration_container #emergency_contact_relationship, #registration_container #emergency_contact_phone, #registration_container #emergency_contact_email, #registration_container #emergency_contact_notes, #registration_container #liability_release, #registration_container #human {
		width: 100%;
		color: rgb(102, 102, 102);
		font-size: 100%;
		margin-bottom: 2%;
		color: rgb(102,102,102);
	}

	#registration_container select {
		/*width: 185px;*/
		color: rgb(102, 102, 102);
		font-size: 100%;
		margin-bottom: 2%;
	}

	#registration_container textarea {
		width: 100%;
		height: 150px;
		color: rgb(102,102,102);
		font-size: 100%;
	}

	#liability_release {
		font-size: 85%;
		background-color: rgb(230,230,230);
	}

	#registration_container #birth_date_label{
		margin-bottom: 1%;
	}


	#registration_container #php {
		color: rgb(102,102,102);
		margin-top: 0%;
		/*margin-left: 12%;*/
		width: 100%;
	}
	
	#form_description {
		width:100%;
		margin-left: 0px;
		margin-right: 0px;
	}


	/* Footer Styles */

	footer {
		background-color: rgb(255,255,255);
		background-color: rgba(255,255,255, 0.9);
		text-align: center;
		clear: both;
		margin-top: 5%;
		padding: 2% 4% 8% 4%;
		font-size: 100%;
	}

	footer ul {
		list-style:none;
	}

	footer ul li {
		padding-bottom: 1%;
	}
	
	#footer_link_box a {
		display: block;
		line-height: 1.7em;
	}

	.footer_address_container {
		width: 100%;
		min-width: 1px;
		margin-top: 3rem;
	}
	
	#affiliate_logo_1, #affiliate_logo_2, #delta_symbol, #address_float, #hours_float {
		display: block;
		width: 100%;
	}
	
	#address_float {
		margin-bottom: 1rem;
	}

	#affiliate_logo_1 img, #affiliate_logo_2 img, #affiliate_logo_3 img {
		max-width: 100%;
		margin: 0 auto 1em auto;
		width: 50%;
		min-width: 125px;
	}
}
/*
@media (min-width: 1px) and (max-width: 1023px) {
	#announcements {
		max-height: 475px;
	}
}

@media (min-width: 1024px) and (max-width: 1800px) {
	#announcements {
		max-height: 475px;
	}
}
*/

@media (min-width: 371px) and (max-width: 470px) {
	/* Shrink recaptcha for small phones */
	.g-recaptcha {
		transform:scale(0.77);
		-webkit-transform:scale(0.77);
		transform-origin:0 0;
		-webkit-transform-origin:0 0;
	}
	
	#registration_container input[type="submit"] {
		margin-top: .5rem;
	}
	
	#contact_container input[type="submit"] {
		margin-top: -.5rem;
	}
}

@media (min-width: 1px) and (max-width: 370px) {
	/* Shrink recaptcha for small phones */
	.g-recaptcha {
		transform:scale(0.68);
		-webkit-transform:scale(0.68);
		transform-origin:0 0;
		-webkit-transform-origin:0 0;
	}
	
	#registration_container input[type="submit"] {
		margin-top: 0px;
	}
	
	#contact_container input[type="submit"] {
		margin-top: -.5rem;
	}
}