/*  
Theme Name: Peninsula Metropolitan YMCA
Theme URI: http://www.peninsulaymca.org
Description: A custom theme for the YMCA of Memphis and the Mid-South
Version: 1.0
Author: Stark
Author URI: http://starklmc.com
Based on: Skeleton V1.1, Copyright 2011, Dave Gamache
*/

@charset 'UTF-8';
/* CSS Document */


/* Table of Contents
==================================================
#Colors
#Wordpress Styles
#Site Styles
#Page Styles
#Media Queries */

.post-title {
	position:relative;
	left:-15px;
	font-size:35px;
}

/* Colors
==================================================

#00aeef - light blue
#0089d0 - medium blue
#0060af - dark blue
#c6168d - light purple
#92278f - medium purple
#5c2e91 - dark purple

*/

/* #Wordpress Styles
================================================== */

img { border:0; vertical-align:text-bottom; }
.clear { clear:both }
.fl {float: left;}
.fr { float: right;}
.marginTop {margin-top: 20px;}
.marginBottom {margin-bottom: 20px;}
.marginRight {margin-right: 20px;}
.marginLeft {margin-left: 20px;}

img.centered, .aligncenter, div.aligncenter {display: block;margin-left: auto;margin-right: auto;}
img.alignright {padding: 4px;margin: 0 0 2px 7px;display: inline;}
img.alignleft {padding: 4px;margin: 0 7px 2px 0;display: inline;}
.alignright {float: right;}
.alignleft {float: left;}




/* #Site Styles
================================================== */


@font-face {
font-family: 'Cachet';
src: url('css/cachet-bold-webfont.eot');
src: url('css/cachet-bold-webfont.eot?iefix') format('eot'),
	 url('css/cachet-bold-webfont.woff') format('woff'), 
	 url('css/cachet-bold-webfont.ttf') format('truetype'),
 	 url('css/cachet-bold-webfont.svg#webfont3OhZ5mb0') format('svg');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'CachetBook';
src: url('css/cachet-book-webfont.eot');
src: url('css/cachet-book-webfont.eot?iefix') format('eot'),
	 url('css/cachet-book-webfont.woff') format('woff'), 
	 url('css/cachet-book-webfont.ttf') format('truetype'),
 	 url('css/cachet-book-webfont.svg#webfont3OhZ5mb0') format('svg');
font-weight: normal;
font-style: normal;
}


* { 
-moz-box-sizing: border-box; 
-webkit-box-sizing: border-box; 
box-sizing: border-box; 
}

body {
background-color: #FFF;
font-family: Verdana, sans-serif; 
font-size: 14px;
line-height: 1.4em;
}

h1, h2, h3, h4, h5, h6 {
font-family: 'Cachet', Verdana, sans-serif; 
}

h1 {
margin: 0 0 20px 13px;
font-size: 40px;
line-height: 1.2em;
letter-spacing: -1px;
color: #0089d0; /* medium blue */
text-transform: uppercase;
}

h2 {
font-size: 30px;
line-height: 1em;
letter-spacing: -1px;
color: #92278f; /* medium purple */
text-transform: uppercase;
}

h2.home {
font-size: 55px;
margin-top: 0;
}
h2.home span{
	display: block;
}
h3 {
font-size: 28px;
line-height: 1em;
color: #c6168d; /* light purple */
}

h4 {
font-size: 18px;
line-height: 1.2em;
color: #00aeef; /* light blue */
margin: 6px 0 15px 0;
}

h5 {
font-size: 16px;
line-height: 1.2em;
color: #0060af; /* dark blue */
margin: 0 0 15px 0;
}

h6 {
font-size: 16px;
line-height: 1.2em;
color: #5c2e91; /* dark purple */
margin: 0 0 15px 0;
}

a:link {color: #0089d0; text-decoration: none; }
a:active {color: #00aeef; text-decoration: none; }
a:visited {color: #00aeef; text-decoration: none; }
a:hover {color: #0060af; text-decoration: underline; }

pre {
font-size: 1.1em;
font-family: 'Cachetbook', Verdana, monospace;
}

.centered {
margin: 0 auto;
text-align: center;
}

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

.margin-btm {
margin-bottom: 10px;
}

img {
	max-width: 100%;
	height: auto;
}


/* #Page Styles
================================================== */


/* ====== HEADER AREA ====== */

.logo a {
display: block;
text-indent: -9999px;
background: url(images/logo-temp.png) 0 0 no-repeat;
padding-bottom: 38%;
background-size: contain;
margin-top: -20px;
}

ul.header-nav {
margin: 20px 0 0 0; padding: 0;
float:right;
list-style: none;
}
	ul.header-nav li {
	margin:0;padding:0;
	float: left;
	position: relative;
	display: inline;
	}
	ul.header-nav li a {
	float: left; 
	margin: 5px 10px 5px 10px;
	width: 100%;
	font: bold 14px/1.2em 'Cachet', Verdana, Geneva, Tahoma, Sans-Serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #0089d0;
	}
		ul.header-nav li a:hover {
		color: #92278f;
		}

#search-box {
margin-top: 20px;
}

a.header-phone {
/* float: right; */
display: block;
/* margin-right: 20px; */
width: 100%;
height: 30px;
text-indent: -9999px;
background: url(images/icon-phone.png) 0 0 no-repeat;
}
	a.header-phone:hover {
	opacity:.8;
	}

.header-search {
display: block;
height: 30px;
text-align: right;
}	
	.header-search fieldset.search {
	border:none;
	background:none;
	padding:0;margin:0;
	}
	.header-search input#search {
	border: #5c2e91 1px solid;
	font: italic 10px Verdana, Arial, Helvetica, sans-serif;
	width: 85%;
	height: 30px;
	padding: 0 0 0 10px;
	color: #595959;
	background:none;
	border-radius: 5px 0 0px 5px;
	float: left;
}
	.header-search input#submitButton {	
	margin: 0px 0px 0px 0px;
	width: 30px;
	height: 30px;
	background: url(images/search.png) 0 0 no-repeat;
	border: none;
	text-indent: -999em;
	border-radius: 0 5px 5px 0;
	float: left;
}


/* ====== MAIN NAVIGATION ====== */

.nav-wrap {
margin: 20px 0;
border-top: #0060af 1px solid;
border-bottom: #0060af 1px solid;
background-color: #00aeef;
}

.menu-collapser {
    position: relative;
    color: #FFF;
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    padding: 0 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}
.collapse-button {
    position: absolute;
    right: 8px;
    top: 50%;
    width: 40px;

    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    color: #FFFFFF;
    padding: 7px 10px;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}
.collapse-button:hover, .collapse-button:focus {
    background-image: none;
    color: #FFF;
}
.collapse-button .icon-bar {
    background-color: #FFF;
    border-radius: 1px 1px 1px 1px;
    border: #FFF solid thin;
    display: block;
    height: 2px;
    width: 18px;
    margin: 2px 0;
}

ul.mainmenu {
list-style-type: none;
margin: 0;
padding: 0;
}
ul.mainmenu > li {
padding: 0;
position: relative;
display: inline-block;
background-color: none;
}
ul.mainmenu > li { width: 15.666667%; text-align: center;}
ul.mainmenu > li > ul > li { text-align: left;}
ul.mainmenu > li:first-child { margin-left: 0 }
ul.mainmenu > li:last-child { margin-right: 0 }
ul.mainmenu > li a, ul.mainmenu > li .no-link {
display: block;
color: #FFF;
padding: 15px 0;
font: 16px/1.2em 'Cachet', Verdana, Geneva, Tahoma, Sans-Serif;
text-transform: uppercase;
transition: background-color 0.5s ease-out;
-o-transition: background-color 0.5s ease-out;
-moz-transition: background-color 0.5s ease-out;
-webkit-transition: background-color 0.5s ease-out;
cursor: pointer;
}
ul.mainmenu > li:first-child { padding-left: 0 }
ul.mainmenu > li:last-child { padding-right: 0 }
ul.mainmenu > li a.no-sub {
padding: 15px 0;
}
ul.mainmenu > li a:hover, ul.mainmenu > li span:hover {
text-decoration: none;
background-color: #0089d0;
}
ul.mainmenu > li .sub-collapser {

    display: none;
}
ul.mainmenu > li .sub-collapser:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}
ul.mainmenu > li .sub-collapser > i {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    font-size: 10px;
}

ul.mainmenu:after {
content: ""; clear: both; display: block;
}
ul.mainmenu ul { 
margin: 0;padding: 0;
display: block; 
position: absolute; 
list-style-type: none;
top:48px;
min-width: 200px;
background-color: #0060af;
border: 1px solid #00aeef;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
z-index: 1000;
display: none;
}
ul.mainmenu ul.wide { 
min-width: 360px;
}

ul.mainmenu li:hover > ul {
	display: block;
}
ul.mainmenu ul > li {
	position: relative;
	margin:0;
}
ul.mainmenu ul li a {
	padding: 8px 15px 8px 10px;
	display: block;
	height: auto;
	width: auto;
	background-color: #0060af;
	-webkit-transition: background-color 0.2s ease-out;  
	-moz-transition: background-color 0.2s ease-out;
	-ms-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out; 
}
ul.mainmenu ul li a:hover {
	background-color: #0089d0;
	color: #fff;
}

ul.mainmenu.collapsed li {
    display: block;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
;
    border-bottom: 1px solid rgba(0, 0, 0, 0.075);
}
ul.mainmenu.collapsed li a, ul.mainmenu.collapsed li .no-link {
    display: inline-block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 230px;
    text-align: center;
}
ul.mainmenu.collapsed li >ul >li >a{
	width: 100%;
	text-align: left;
	padding:10px;
	
}
ul.mainmenu.collapsed li a.no-sub {
padding-left: 5px;
}
ul.mainmenu.collapsed li .sub-collapser {
    height: 40px;
}
ul.mainmenu.collapsed li > ul {
    display: none;
    position: static;
}
li:hover .subnav {
    background: #999;
    border: #fff solid;
    border-width: 1px;
    display: block;
    position: absolute;
    left: 198px;
    top: 5px;
}

ul.wide2 { 
min-width: 340px;
}

/*========== HOME PAGE =============*/
.home #main{
	margin-top: 50px;
}

.home-cta {
margin:0;padding:10px;
width: 100%;
min-height: 267px;
overflow: hidden;
background: url('images/cta-hm-bkg.jpg') no-repeat right bottom;
border: #C6C6C6 1px solid;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
position: relative;
}
.cta-head {
margin:0;padding:0;
font: bold 42px/1em 'Cachet', Verdana, Geneva, Tahoma, Sans-Serif;
text-transform: uppercase;
color: #5c2e91;
}
.cta-text {
margin-top: 20px;
font-size: 12px;
width: 40%;
}
.home-cta  .cta-button{
	position: absolute;
	bottom: 0;
	left: 10px;
}
.cta-button a {
display: block;
margin: 10px 0;
padding: 5px 10px;
font: bold 20px/1.5em 'Cachet', Verdana, Geneva, Tahoma, Sans-Serif;
color: #FFF;
text-transform: uppercase;
text-align: center;
text-decoration: none;
background-color: #00aeef;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

	.cta-button a:hover {
	color: #0060af;
	text-decoration: none;
	}


.interested-nav {
display:block;
margin:0; padding:0;
width: 270px;
height: 267px;
overflow: hidden;
background: url('images/box-interested.png') no-repeat 0 0;
}
	ul.interested-nav {
	margin:0;padding:65px 0 0 20px;
	width: 270px;
	height:267px;
	overflow: hidden;
	}
		ul.interested-nav li { 
		display: block; 
		float: left; 
		margin: 0; 
		}
		
		ul.interested-nav li a {
		display: block;
		margin:0;padding:6px 0;
		width: 230px;
		color: #5c2e91;
		font: 16px/1.5em 'CachetBook', Verdana, Geneva, Tahoma, Sans-Serif;
		text-decoration: none;
		border-bottom: #C0C0C0 1px solid;
		}
		ul.interested-nav li a:hover {
		color:#0089d0;
		padding-left: 5px;
		}


.news-header {
margin: 10px 0;
font: bold 40px/1.5em 'Cachet', Verdana, Geneva, Tahoma, Sans-Serif;
color: #00aeef;
text-transform: uppercase;
letter-spacing: -1px;
border-bottom: #00aeef 10px solid;
}

a.learn-more {
position: relative;
display: block;
text-align: left;
margin: 10px 0;
font: bold 14px/1.5em 'Cachet', Verdana, Geneva, Tahoma, Sans-Serif;
color: #00aeef;
}

.purple-med {
color: #92278f;
}
.purple-light {
color: #c6168d;
}

.contact-header {
margin: 20px 0 10px 0;
font-size: 20px;
color: #c6168d;
text-transform: uppercase;
}

.slider-wrap {
margin-top: 20px;
padding: 20px 0;
background-color: #DBDBDB;
border-top: #C6C6C6 1px solid;
}

.mission-wrap {
position: relative;
padding: 10px 0;
background-color: #92278f;
border-top: #c6168d 1px solid;
border-bottom: #c6168d 1px solid;
margin-top: 30px;
}
	.mission-wrap p {
	font: 20px/1.2em 'Cachet', Verdana, Geneva, Tahoma, Sans-Serif;
	color: #FFF;
	text-align: center;
	}


/*========== INNER PAGES =============*/
#header-image, #breadcrumbs{
	margin-bottom: 20px;
	position: relative;
}
#header-image img {
	border-radius: 10px;
}
h1.branch {
font: 50px/1em 'CachetBook', Verdana, Geneva, Tahoma, Sans-Serif;
color: #FFF;
position: absolute;
z-index: 2;
top: 30px;
left: 40px;
width: 70%;
}

hr.content {
height: 1px;
border: 0;
color: #E3E4D9;
background-color: #E3E4D9;
width: 100%;
}

hr.content:before {
clear: left;
}

#breadcrumbs {
color: #999;
}

#breadcrumbs a {
padding: 8px 20px 8px 0;
background: url('images/crumb-sep.png') no-repeat right center;
color: #999;
}

.btn-surround {
margin: 10px 0;
padding: 5px 5px 5px 20px;
border: #C6C6C6 1px solid;
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;
}

a.cta-side-app {
display: block;
margin:10px 0; padding: 5px 10px 10px 70px;
width: 100%;
height: 54px;
font: 16px/1.2em 'Cachet', Verdana, Geneva, Tahoma, Sans-Serif;
text-transform: uppercase;
text-decoration: none;
color: #0060af;
background: transparent url('images/btn-inner-app.png') no-repeat;
}
a.cta-side-email {
display: block;
margin:10px 0; padding: 5px 10px 10px 70px;
width: 100%;
height: 54px;
font: 16px/1.2em 'Cachet', Verdana, Geneva, Tahoma, Sans-Serif;
text-transform: uppercase;
text-decoration: none;
color: #0060af;
background: transparent url('images/btn-inner-email.png') no-repeat;
}
a.cta-side-activetrax {
display: block;
margin:10px 0; padding: 5px 10px 10px 70px;
width: 100%;
height: 54px;
font: 16px/1.2em 'Cachet', Verdana, Geneva, Tahoma, Sans-Serif;
text-transform: uppercase;
text-decoration: none;
color: #0060af;
background: transparent url('images/btn-inner-activetrax.png') no-repeat;
}
a.cta-side-registration {
display: block;
margin:10px 0; padding: 5px 10px 10px 70px;
width: 100%;
height: 54px;
font: 16px/1.2em 'Cachet', Verdana, Geneva, Tahoma, Sans-Serif;
text-transform: uppercase;
text-decoration: none;
color: #0060af;
background: transparent url('images/btn-inner-register.png') no-repeat;
}
a.cta-side-schedules {
display: block;
margin:10px 0; padding: 5px 10px 10px 70px;
width: 100%;
height: 54px;
font: 16px/1.2em 'Cachet', Verdana, Geneva, Tahoma, Sans-Serif;
text-transform: uppercase;
text-decoration: none;
color: #0060af;
background: transparent url('images/btn-inner-schedules.png') no-repeat;
}
a.cta-side-facebook {
display: block;
margin:10px 0; padding: 5px 10px 10px 70px;
width: 100%;
height: 54px;
font: 18px/1.2em 'Cachet', Verdana, Geneva, Tahoma, Sans-Serif;
text-transform: uppercase;
text-decoration: none;
color: #0060af;
background: transparent url('images/btn-inner-facebook.png') no-repeat;
}
a.cta-side-twitter {
display: block;
margin:10px 0; padding: 5px 10px 10px 70px;
width: 100%;
height: 54px;
font: 18px/1.2em 'Cachet', Verdana, Geneva, Tahoma, Sans-Serif;
text-transform: uppercase;
text-decoration: none;
color: #0060af;
background: transparent url('images/btn-inner-twitter.png') no-repeat;
}


a.cta-side-app:hover, 
a.cta-side-email:hover, 
a.cta-side-registration:hover,
a.cta-side-schedules:hover,
a.cta-side-facebook:hover,
a.cta-side-twitter:hover, 
a.cta-side-activetrax:hover{
background-position: bottom left;
color: #00aeef;
}

.side-btns {
}
.btm-btns {
display: none;
}

h4.header-visit {
margin: 0 0 10px 0;
padding: 0 0 0 28px;
background: transparent url('images/icon-visit.png') no-repeat left center;
font-size: 24px;
line-height: 24px;
color: #92278f;
text-transform: uppercase;
}
h4.header-hours {
margin: 0 0 10px 0;
padding: 0 0 0 32px;
background: transparent url('images/icon-hours.png') no-repeat left center;
font-size: 24px;
line-height: 24px;
color: #92278f;
text-transform: uppercase;
}

.hours ul {
margin: 0 0 10px 0;padding: 0;
}
	.hours ul li {
	margin:0; padding: 0;
	list-style: none;
	list-style-type: none;
	padding: 1px 0;
	position: relative;
	width: 100%; overflow: hidden;
	}
	.hours ul strong {
	margin: 0; padding: 0;
	width: 80px; float: left;
	font-size: 12px;
	}
.impact-cta {
/* margin: 20px 0; */
padding: 10px 5px 5px 20px;
border: #C6C6C6 1px solid;
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;
}
	h4.impact-cta-head {
	margin: 5px 0;
	padding: 0;
	font: 24px/1.2em 'Cachet', Verdana, Geneva, Tahoma, Sans-Serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #00aeef;
	}
	.impact-cta-image {
	float: right;
	margin: 5px 10px 10px 10px;
	}

a.btn-register {
display: block;
margin: 20px 0;
padding: 10px 30px 10px 20px;
width: 210px;
font: 18px/1.2em 'Cachet', Verdana, Geneva, Tahoma, Sans-Serif;
text-transform: uppercase;
text-decoration: none;
color: #FFF;
background: #0060af url('images/register-arrow.png') no-repeat 180px center;
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;
}

.content ul, .post ul {
list-style: none;
margin-left: 0;
padding-left: 1em;
text-indent: -1em;
}

.content ul li:before, .post ul li:before {
content: "\00BB \0020";
}

ol {
counter-reset:li;
margin-left:0;
padding-left:0;
}
	ol > li {
	position:relative;
	margin:0 0 6px 2em;
	padding:4px 8px;
	list-style:none;
	
	}
	ol > li:before {
	content:counter(li);
	counter-increment:li;
	position:absolute;
	top:-2px;
	left:-2em;
	border-radius: 14px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width:2em;
	/* Some space between the number and the content in browsers that support
	   generated content but not positioning it */
	margin-right:8px;
	padding:4px;
	border-top:2px solid #0089d0;
	color:#fff;
	background:#0089d0;
	font-weight:bold;
	font-family:"Helvetica Neue", Arial, sans-serif;
	text-align:center;
	}
	li ol,
	li ul {margin-top:6px;}
	ol ol li:last-child {margin-bottom:0;}


table {
border: 1px solid #ccc;
margin: 0; padding:0;
margin: 0 0 1em 0;
width: 100% !important;

}
table tr{

}
table th {
background-color: #eee;
padding: 3px 10px;
font-weight: bold;
text-align: left;
}
table td {
border: 1px solid #ccc;
margin: 0; padding:0;
padding: 3px 10px;
}

.donate-form {
margin:0;padding:0;
width:auto;
height: auto;
}

.hidden {
display: none;
margin:0;padding:0;
}

.box {
padding: 20px;
background-color: #CCC;
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;
}

/*images*/


figure {

}

figcaption {
font-size: .75em;
text-align: center;
padding: 14px 0;
}

/* CONTACT FORM */

.schedule {
font-size: 28px !important;
line-height: 1em !important;
color: #c6168d !important; /* light purple */

}

.contact-form label {
margin-top: 10px;
font: 16px/1.2em 'CachetBook', Verdana, Geneva, Tahoma, Sans-Serif;
color: #92278f;
}
.contact-form .form-control,
.contact-form input  {
border: #c6168d 1px solid;
}



input, textarea, .form-control {
display: block;
width: 100%;
/* height: 34px; */
padding: 6px 12px;
font-size: 14px;
line-height: 1.428571429;
color: #555555;
vertical-align: middle;
background-color: #ffffff;
border: #c6168d 1px solid;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
      transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.frm_submit input {
margin-top: 20px;
width: 100%;
font: 16px/1.2em 'CachetBook', Verdana, Geneva, Tahoma, Sans-Serif;
color: #FFF;
text-transform: uppercase;
text-align: center;
background-color: #c6168d;
border: #5c2e91 1px solid;
}

.frm_submit_button {
width: 200px !important;
}

input:focus, .form-control:focus {
border-color: #c6168d;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
cursor: not-allowed;
background-color: #eeeeee;
}

textarea {
height: auto;
}

.contact-form .btn input, 
.contact-form .form_submit input  {
margin-top: 20px;
width: 100%;
font: 16px/1.2em 'CachetBook', Verdana, Geneva, Tahoma, Sans-Serif;
color: #FFF;
text-transform: uppercase;
text-align: center;
background-color: #c6168d;
border: #5c2e91 1px solid;
}

.contact-form .btn input:hover {
background-color: #92278f;
}

.contact-form2 .btn input:hover {
background-color: #92278f;
width: 200px;
}

.contact-form2 .btn {
width: 200px;
}

.contact-form2 select {
width: 200px;
}

.form-control_d {
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #a7a7a8;
    box-shadow:0 3px 8px #EEEEEE inset;
	
    border-radius:4px;
    color: #999999;
    display: block;
    font-size: 13px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
	font-family:"verdana", Arial;
}



/*============= ASIDE =============*/

/* ====== SIDE NAVIGATION ====== */

nav.sidenav {
width: 100%;
margin: 0 0 20px 0;padding: 0;
}
nav.sidenav ul {
list-style-image: none;
list-style-type: none;
margin: 0;padding: 0;
overflow:hidden;
}
nav.sidenav ul li {
margin: 0;padding: 0;
}
nav.sidenav ul li a {
list-style-image: none;
list-style-type: none;
font: 16px/.5em 'Cachet', Verdana, Geneva, Tahoma, Sans-Serif;
color: #0089d0; /* medium blue */
text-transform:uppercase;
display: block;
letter-spacing: -1px;
padding: 6px 0 6px 0;
line-height: 28px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
text-decoration: none;
border-bottom: 1px solid #EFEFEF;
}	
nav.sidenav ul li a:hover{
color: #92278f; /* medium purple */
}	
nav.sidenav ul li a.program {
margin-left: 20px;
color: #00aeef; /* light blue */
}
nav.sidenav ul li a.program:hover {
margin-left: 20px;
color: #92278f; /* medium purple */
}
nav.sidenav ul li.current_page_item a {
color: #c6168d; /* light purple */
}
nav.sidenav ul li.current_page_item ul li a {
color: #c6168d; /* light purple */
}

nav.sidenav li ul {
display: none;  /* Required to hide menu when inactive */
}
/* This is the rule that displays sub-menus when a parent link is clicked */
nav.sidenav li.current-menu-parent ul, nav.sidenav li.current-menu-item ul {
display: block;
}

nav.sidenav ul li ul li a {
padding-left: 10px;

}
nav.sidenav ul li ul li a:hover{
color: #c6168d; /* light purple*/
background-position: 100% bottom;
}	
nav.sidenav ul li ul li.current_page_item a {
color: #92278f; /* medium purple */
}

nav.sidenav select {
display: none;
}

/*============ FOOTER =============*/

footer {
padding: 20px 0;
background-color: #5c2e91;
color: #FFF;
}

footer, footer h2, footer h3, footer h4, footer h5 {
color: #FFF;
}

footer a:link,
footer a:visited {
color:  #EFEFEF;
}

footer a:hover {
text-decoration: none;
color: #006b6b;
}

footer h3 {
margin: 20px 0 20px 0;
color: #c6168d;
font-size: 20px;
line-height: 1em;
letter-spacing: -1px;
text-transform: uppercase;
}

footer ul {
font-size: 9pt;

}

a.ftr-facebook {
float: left;
display: block;
margin-right: 20px 20px 0 0;
padding: 3px 0 0 40px;
width: 50%;
height: 30px;
font: 18px/1.2em 'Cachet', Verdana, Geneva, Tahoma, Sans-Serif;
text-transform: uppercase;
background: url(images/social-ftr-fb.png) 0 0 no-repeat;
}

a.ftr-twitter {
float: left;
display: block;
margin-right: 20px 0 0 0;
padding: 3px 0 0 40px;
width: 50%;
height: 30px;
font: 18px/1.2em 'Cachet', Verdana, Geneva, Tahoma, Sans-Serif;
text-transform: uppercase;
background: url(images/social-ftr-twitter.png) 0 0 no-repeat;
}

a.ftr-youtube {
float: left;
display: block;
margin-right: 20px 20px 0 0;
padding: 3px 0 0 40px;;
width: 50%;
height: 30px;
font: 18px/1.2em 'Cachet', Verdana, Geneva, Tahoma, Sans-Serif;
text-transform: uppercase;
background: url(images/social-ftr-youtube.png) 0 0 no-repeat;
}

a.ftr-pinterest {
float: left;
display: block;
margin-right: 20px 20px 0 0;
padding: 3px 0 0 40px;;
margin-top: 12px;
width: 50%;
height: 30px;
font: 18px/1.2em 'Cachet', Verdana, Geneva, Tahoma, Sans-Serif;
text-transform: uppercase;
background: url(images/social-ftr-pintrest.png) 0 0 no-repeat;
}
a.ftr-linkedin {
float: left;
display: block;
margin-right: 20px 20px 0 0;
margin-top: 12px;
padding: 3px 0 0 40px;;
width: 50%;
height: 30px;
font: 18px/1.2em 'Cachet', Verdana, Geneva, Tahoma, Sans-Serif;
text-transform: uppercase;
background: url(images/social-ftr-li.png) 0 0 no-repeat;
}

a.ftr-facebook:hover,
a.ftr-twitter:hover,
a.ftr-youtube:hover,
a.ftr-pinterest:hover,
a.ftr-linkedin:hover, {
color: #c6168d;
}

/*footer lists*/
footer ul {
margin:0;
padding:0;
list-style-type: none;
}
	footer li a {
	display: block;
	margin:0;
	padding: 0 0 2px 0;
	margin: 0;
	color: #FFF
	text-decoration: none;
	}
		footer li a:focus,
		footer li a:hover {
		color: #c6168d;
		}

footer ul.half {
float: left;
margin: 4px 5px;
width: 45%;
}

.copyright {
float: left;
margin-top: 20px;
font-size: 10px;
}

.btm-partner {
float: right;
margin-top: 20px;
}

/* SELECT MENU STYLE */

select {
width: 100%;
height: 20px;
background-color: #FFF;
border: #DEDEDE thin solid;
}


/*categories*/
ul.categories {
margin: 0;
}

ul.categories li {
border-bottom: 1px dashed #e5e5e5;
margin: 0;
}

ul.categories li a {
text-decoration: none;
line-height: 35px;
display: block;
}

ul.categories li a:hover,
ul.categories li a:active {
background: #ffffff;
}

/*flexible embeds*/
.embed {
position: relative;
padding: 0;
padding-bottom: 56.25%; /* 16:9 ratio*/
height: 56.25%;
overflow: hidden;
}

.embed iframe,
.embed object,
.embed embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/*tabs*/
ul.tabs {
margin: 0;
}

ul.tabs li {
position: relative;
top: 1px;
}

ul.tabs li a.active {
height: 34px;
background: url(images/bg_main.png);
}

.tabs-content li {
padding: 35px 20px;
border: 1px solid #ddd;
border-top: none; 
}

/* Program Search iFrame */

#iframeprograms {
	min-height: 1500px;
	width: 100%;
	frameborder: none;
	border: none;
	-webkit-overflow-scrolling:touch;
	overflow: auto;
}


/* Give iFrame */

#iframegive {
	height: 700px;
	width: 100%;
	frameborder: none;
	border: none;
	scrolling: auto;
	overflow: hidden;
}

/* Google Map on Location Page */


#location-map {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border: 4px solid #0060af;
}

.google-map {
	position: relative;
	padding-bottom: 67%; // This is the aspect ratio
	height: 0;
	overflow: hidden;
}
.google-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}


/* #Media Queries
================================================== */


/* Large desktop */
@media (min-width: 1210px) { ... }

/* Standard 940px to large desktop  */
@media (min-width: 940px) and (max-width: 1209px) {

	ul.header-nav li a {
	font: bold 14px/1.2em 'Cachet', Verdana, Geneva, Tahoma, Sans-Serif;
	}
	
	ul.mainmenu > li a {
	padding: 15px 0;
	font: 15px/1.2em 'Cachet', Verdana, Geneva, Tahoma, Sans-Serif;
	}
	ul.mainmenu ul { 
	top:46px;
	}
	/* HOME PAGE */
	
	h2.home {
	font-size: 37px;
	}
	
	.news-header {
	font: bold 32px/1.5em 'Cachet', Verdana, Geneva, Tahoma, Sans-Serif;
	}

	.mission-wrap p {
	font-size: 16px;
	}

	/* INNER PAGES */
	
	h1.branch {
	font: 40px/1em 'CachetBook', Verdana, Geneva, Tahoma, Sans-Serif;
	color: #FFF;
	}
	
	.hours ul li {
	font-size: 13px;
	}


}

/* Portrait tablet to landscape and desktop */
/* @media (min-width: 768px) and (max-width: 939px) */

/* Landscape phone to portrait tablet */
/* @media (max-width: 767px) */

/* Landscape phone to portrait tablet */
@media (max-width: 939px) {

	/* HEADER AREA */
	
	ul.header-nav {
	margin: 10px 0 0 0; padding: 0;
	float:right;
	list-style: none;
	}
		ul.header-nav li a {
		margin: 5px;
		font: bold 12px/1.2em 'Cachet', Verdana, Geneva, Tahoma, Sans-Serif;
		color: #0089d0;
		}

		.search-row {
		margin-top: 20px;
		}
	
	a.header-phone {
	margin-right: 10px;
	width: 30px;
	}
	
	.header-search {
	display: block;
	height: 30px;
	}	
		.header-search fieldset.search {
		border:none;
		background:none;
		padding:0;margin:0;
		}
		.header-search input#search {
    max-width: 247px;
		}
	
    ul.mainmenu > li a, ul.mainmenu >li .no-link {
	padding: 15px 30px 15px 5px;
	font: 14px/1.2em 'Cachet', Verdana, Geneva, Tahoma, Sans-Serif;
	}
	
	/* HOME PAGE */
	
	h2.home {
	font-size: 40px;
	}
	.cta-button a {
	font: bold 16px/1.5em 'Cachet', Verdana, Geneva, Tahoma, Sans-Serif;
	}
	
	/* ASIDE */
	
	nav.sidenav select {
	display: inline-block;
	height: 50px;
	}
	
	nav.sidenav ul {
	display: none;
	}

	.mission-wrap {
	margin-top: 20px;
	}
	
	/* INNER PAGES */
	
	
	figure {
	display: none;
	}
	
	h1.branch {
	margin: 0 0 20px 0;
	width: 100%;
	height: auto;
	font: 40px/1em 'CachetBook', Verdana, Geneva, Tahoma, Sans-Serif;
	color: #92278f;
	position: static;
}
	
	.side-btns {
	display: none;
	}
	.btm-btns {
	display: block;
	}
	
	.hours ul li {
	font-size: 14px;
	}
	
}

.wp-caption{
	font: 35px 'CachetBook', Verdana, Geneva, Tahoma, Sans-Serif;
	font-size: 13px;
}

/* Programs Search iFrame */

#iframeprograms {
	min-height: 1500px;
	width: 100%;
	frameborder: none;
	border: none;
	scrolling: auto;
	overflow: hidden;
}

/* Landscape phones and down */
@media (max-width: 480px) { 
	
	.header-search {
	width: 250px;
	}	
		.header-search input#search {
		width: auto;
		}
	

	.logo a {
	text-indent: -9999px;
	margin: auto;
}

	h2.home {
	font-size: 35px;
	}
	
	.home-cta {
	height: auto;
	background-size:50%;
	}
	.cta-head {
	font-size: 30px;
	}
	.cta-text {
	margin-top: 20px;
	font-size: 12px;
	width: 50%;
	}
	.cta-button a {
	width: 50%;
	font: bold 14px/1.5em 'Cachet', Verdana, Geneva, Tahoma, Sans-Serif;
	}

 }

@media (max-width: 990px) { 
	a.header-phone {
		margin-right: 10px;
		width: 30px;
	}
	.logo a{
		margin-top:10px
	}
	
	ul.header-nav li a {
		margin: 5px;
		font: bold 12px/1.2em 'Cachet', Verdana, Geneva, Tahoma, Sans-Serif;
		color: #0089d0;
	}
	#search-box{
		margin-top: 30px;
	}
}

@media (max-width: 768px){
	.col-xs-push-5{
		left:41.66666666666667%
	}
	.col-xs-pull-7{
		right:58.3333333333333%
	}

}
@media (max-width: 500px) { 
	.col-xs-5, .col-xs-6, .col-xs-7{
		width: 100%;
	}
	.col-xs-pull-7, .col-xs-push-5{
		left:0;
		right: 0;
	}
	#search-box{
		margin:  15px 0;
	}
		.col-xs-offset-1{
		margin-left: 8.33333333333333%}
}

#facility-info{
	margin-bottom: 20px;
}
.clearfix{
	clear:both;
}

.archive.category-stories  iframe{
	width:100%;
}
#mem-calc-wrapper{
	margin-bottom: 40px;
}
#mem-calc h4{
	font-weight: 600;
	font-family: Verdana, Geneva, sans-serif;
	letter-spacing: -1px;
}
#mem-price h4 span {
	color:#3d3d3d;
}
#mem-price h4{
	color: #00aeef;
}
#mem-price h4.other{
	margin-top:16px;
	margin-bottom: 8px;
}
#mem-calc div.assoc-or{
	font-size:18px;
	color:black;
	margin: 10px 6px -12px 1px;
}
.mem-calc-select{
	 background-image: none;
    border: 1px solid #a7a7a8;
    box-shadow:0 3px 8px #EEEEEE inset;
	border-radius:4px;
    color: #999999;
    display: block;
    font-size: 13px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	 width: 98%;
	 margin: 0 10px 28px;
	 max-width: 330px;
}
.branch-name{
	margin-left: 10px;
	color: #3d3d3d;
	font-weight: bold;
}
.btn-calc{
	background-color: #92278f;
	color: #fff;
	border: none;
	font-size: 1.5em;
	padding: 19px 50px 20px 20px;
	border-radius: 8px;
	background-image: url("images/register-arrow.png");
	background-repeat: no-repeat;
	background-size: 8%;
	background-position: 93% 50%;
}

#mem-price .comment{
	font-size: 14px;
	margin-top: -8px;
	line-height: 16px;
}
#mem-calc-modal{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;	
	display: none;
}
#mem-calc-bg{
	background-color: rgba(0,0,0,.6);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	cursor: pointer;
}
#tac-wrapper{
    position: fixed;
	z-index: 2;
    height: 420px;
    width: 400px;
    z-index: 101;
    background: #fff;
    margin-top: -210px;
    top: 50%;
    margin-left: -200px;
    left: 50%;
}

#tac-content{
	padding: 20px;
	overflow-y: scroll;
	width: 100%;
	height: 100%;
}
#mem-calc-modal-close{
	position: absolute;
	top: 20px;
	right: 40px;
	background: #00aeef;
	padding: 5px 10px 8px;
	font-size: 25px;
	color: white;
	cursor: pointer;
}
#tac-agreement > div{
	margin-bottom: 15px
}

#tac-wrapper label, #tac-wrapper input{
	display: inline-block;
	width: auto;
	height: auto;	
}
#tac-wrapper label{
	width: 85%;
	font-size: 10px;
	line-height: 10px;
	padding-left: 16px;
}
#tac-wrapper input{
	vertical-align: top;
}
.button-wrapper a, .button-wrapper a:hover {
	text-decoration: none;
	color: #fff;
	display: inline-block;
	vertical-align: top;
	padding: 5px 8px;
	background-color: #00aeef;
}
.button-wrapper span{
	font-size: 10px;
	width: 70%;
	display: inline-block;
	line-height: 10px;
	font-weight: 700;
	padding-left: 17px;
}

#mem-price .join-now{
	margin-top: 30px;
	/* font-weight: bold; */
	/* font-size: 18px; */
}
#mem-price .join-now a{
	color:#fff;
	text-decoration: none;
	display: inline-block;
}
/* Hide unimportant table columns in Membership pages on mobile view */

@media only screen and (max-width: 800px) {
	#unseen table td:nth-child(2), 
	#unseen table th:nth-child(2) {display: none;}
}

@media only screen and (max-width: 526px){
	.button-wrapper span{
		width: 70%;
	}
	#tac-wrapper label{
		width: 85%;
	}
}

.section-description{
	font-size: 16px;
	margin-bottom: 20px;
	margin-top:-10px
}
th{
	border: 1px solid #ccc
}
th h6{
	margin: 11px 5px;
}
.youtube{
	float: right;
}

}
.frm_form_fields fieldset {
	max-width: 263px !important;
}