/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/


/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Tabs
	#Forms
        #Menu + Logo
	#Misc 
        #Sidebar
        #Footer
*/


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }


/* #Basic Styles
================================================== */
	body {
		background: #fff;
		font-family: 'Lato', sans-serif;
		color: #444;
		}
	 #wpadminbar {
		position: fixed!important;
	}

/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		font-family: 'Lato', sans-serif;
		text-transform: uppercase;
		}
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 36px; line-height: 38px; color: #ae0f61; font-weight: 700; text-transform: uppercase; padding-bottom: 30px;}
	h2 { font-size: 28px; line-height: 30px; color: #bb3d7f; padding-bottom: 10px;}
	h3 { font-size: 21px; line-height: 26px; color: #bb3d7f; padding-bottom: 10px;}
	h4 { font-size: 18px; line-height: 20px; color: #bb3d7f; padding-bottom: 10px;}
	h5 { font-size: 17px; line-height: 19px; }
	h6 { font-size: 14px; line-height: 17px; }
	.subheader { color: #777; }

	p { margin: 0 0 20px 0;     line-height: 24px;}
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em { font-style: italic; }
	strong, b  { font-weight: 700; }
	small { font-size: 80%; }

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }


/* #Links
================================================== */
	a, a:visited { color: #ae0f61; text-decoration: underline; outline: 0; }
	a:hover, a:focus { color: #ae0f61; }
	p a, p a:visited { line-height: inherit; }


/* #Lists
================================================== */
	ul, ol { margin-bottom: 20px; }
	ul { list-style: disc outside; margin-left:20px; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li { line-height: 18px; margin-bottom: 12px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }
	ul ul { margin-bottom: 0; padding-bottom: 0 !important; }

/* #Images
================================================== */
	img.scale-with-grid {
		max-width: 100%;
		height: auto; 
	}	
	.alignleft {
		float:left;
		margin:0 20px 10px 0;
	}	
	.alignright {
		float:right;
		margin:0 0 10px 20px;
	}	
	.aligncenter {
		clear:both;
		display:block;
		margin:0 auto;
	}	
	.attachment-featured-image {
		float:right;
		margin: 0 0 20px 20px;
		border: #858585 5px solid;
	}
	.large-service-header-stage img{
		width: 100%;
	}
	.wp-caption-text {
		display: none;
	}
	
/* #Forms
================================================== */

	form {
		margin-bottom: 20px; }
	fieldset {
		margin-bottom: 20px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 1px solid #ccc;
		padding: 6px 4px;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #777;
		margin: 0;
		width: 210px;
		max-width: 100%;
		display: block;
		background: #fff; }
	select {		 
		padding: 0 !important;}
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #aaa;
 		color: #444;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); }
	textarea {
		min-height: 60px; }
	label,
	legend {
	padding: 0 0 10px 0;
		display: block;
		font-weight: bold;
		font-size: 13px;  }
	select {
		height: 25px;
		width: 220px; }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; 
	}
	
/* Comments
================================================== */
.comments-holder li{
	margin: 50px 20px 20px 20px;
	list-style: none;
	}
.comments-holder li {
	border-bottom:1px solid;
}
.comments-holder ul {
	list-style:none;
}
.comments-holder li {
	border:none;
}
.comment-author.vcard{
	float:left;
	margin:0 20px 10px 0;
	overflow: hidden;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-width: 2px;
	border-style: solid;
	border-color: auto;
}
.comment-author.vcard img {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.reply-holder {
	margin: 50px 20px 20px 20px;
}
.reply-holder .comment-form label {
	float:left;
	clear:both;
	width:100%;
}
.reply-holder .comment-form textarea {
	max-width:100%;
	width:100%;
}
.reply-holder .comment-form .comment {
	padding: 10px;
	width:100%;
}   
/* #Header
================================================== */       
    .header-wrapper {
		background:	url(../images/tile-header.jpg) bottom repeat-x;
	}
	.logo {
	    padding:20px 0 30px 20px;
    }        
    .logo a{
        text-decoration: none;
     }
    .social ul{
	    list-style: none;
	    padding: 0;
		margin: 0;
		float: right;
	}
	.notobacco {
		font-size: 11px !important;
	}
    .social ul li{ 
	   padding: 0;
	   margin: 0;
	   display: block;
	   float: left;
	 }  
	.social ul li a { 
		display: block;
		width: 40px;
		height: 40px;
		background-position: top center;
	}
	.social li a span {
		display: none;
	}    
	.facebook {
		 background: url(../images/t-soc-face.png);
	}
	.twitter{
		 background: url(../images/t-soc-twit.png);
	}
	.linkedin{
		 background: url(../images/t-soc-link.png);
	}
	.googleplus{
		 background: url(../images/t-soc-plus.png);
	}
	.youtube{
		 background: url(../images/t-soc-ytube.png);
	}
	.facebook:hover, .twitter:hover, .linkedin:hover, .googleplus:hover, .youtube:hover {
		background-position: 0 -40px;
	}
	.phone {
		font-family: sans-serif;
		text-align: right;
		font-style: italic;
		font-size: 20px;
		color: #631a40;	
		padding: 15px 0;		
	}
	.phone span{
		font-size: 34px;
		color: #ae0f61;		
		font-weight: 700;
	}
	.searchBox {
		float: right;
	}
	 .site-search {
    	position: relative;
		float: right !important;
		padding: 18px 0 0 0;
	}	
	.searcher {
		float: right;
		width: 69% !important;
		height: 27px !important;
		padding: 5px 5px 2px 0 !important;
		height: 25px !important;
		color: #ae0f61 !important;
		font-weight: 700!important;
		font-size: 11px!important;
		font-style: italic!important;
		padding-left: 10px!important;		
	}
	.search-btn {
		float: right;
		border: none;;
		margin: 0 5px;
	}	        
	
 /* #Primary Nsavigation
================================================== */   
	.menu-wrapper {
		background: #631b40;
		
	}
	.menu-holder {
		z-index: 2000;
	}
	#access {
		position:relative;
		padding: 0;
		z-index: 2000;
		text-align: center;
	}
	#access li{	
		margin: 0;
		padding: 0;		
	}
	#access ul{	
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#access .menu-header,
	div.menu {
		font-size: 13px;
	}
	#access .menu-header ul,
	div.menu ul {
		list-style: none;
		margin: 0;
	}
	#access .menu-header li,
	div.menu li {
		margin: 0 0;
	}
	#access a {
		position:relative;
		color: #FFF;
		font-size:15px;
		display: block;
		line-height: 30px;
		padding: 10px 3px;
		text-decoration: none;
		text-transform:uppercase;
		margin: 0;
	}
	#menu-main-menu {
		text-align:center;
	}	
	#menu-main-menu li{	
		display:inline-block;
		position:relative;	
		margin: 1px 0 2px 0;
		padding: 0 1%;
	}			
	<!--[if IE 8]>
	#menu-main-menu li{	
		float: left;
	}	
	#access ul ul {
		box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
		-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
		-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
		display: none;
		position: absolute;
		width: 220px;
		z-index: 2000;
		margin: 0 0;
		padding: 0 0;
		text-align:left;
	}
	#access ul ul li {
		min-width: 220px;
		margin: 0 0;
		border-bottom:#631b40 solid 1px;
		border-left:#631b40 solid 1px !important;
		padding: 0;	
	}
	#access ul ul ul {
		left: 100%;
		top: 0;
	}
	#access ul ul a {
		background: #631b40;
		line-height: 1em;
		padding: 10px;
		width: 200px;
		height: auto;
		font-size:14px;
		color:#fff;
	}
	#access li:hover > a {
		background-color: #ae0f61;
		color:#fff;
	}
	#access ul ul :hover > a {
		background-color: #ae0f61;
	}
	#access ul li:hover > ul {
		display: block;	
	}
	/*#access ul li.current_page_item > a,
	#access ul li.current-menu-ancestor > a,
	#access ul li.current-menu-item > a,
	#access ul li.current-menu-parent > a {
		color: #333;
	}*/
	* html #access ul li.current_page_item a,
	* html #access ul li.current-menu-ancestor a,
	* html #access ul li.current-menu-item a,
	* html #access ul li.current-menu-parent a,
	* html #access ul li a:hover {
		color: #FFF;
	}
	
 /* #Topnav
================================================== */  	
	.topnav-wrapper {
		background: #ae0f61;
	}
	.menu-topnav-container {
		
	}
	ul#menu-topnav {
		float:right;
		padding: 0;
		margin: 0;
	}
	ul#menu-topnav li {
		display:inline-block;
		padding: 0 10px;
		border-left: 1px #aaa solid;		
		line-height:18px;
		margin: 0;
	}
	ul#menu-topnav li:first-child {
		border-left: none;		
	}
	ul#menu-topnav li a {
		font-size: 14px;
		color: #FFF;
		text-decoration: none;	
		cursor:pointer;
		padding: 10px 5px;	
		display: block;
	}	
	ul#menu-topnav li ul li a {
		color:#fff;
	}
	ul#menu-topnav li a:hover {
		background-color: #ba3b7d;
		color:#fff;
	}	
	ul#menu-topnav ul.sub-menu  {
		box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
		-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
		-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
		display: none;
		position: absolute;
		width: 170px;
		z-index: 99999;
		margin: 0 0;
		padding: 0 0;
		text-align: left;
		background: #ae0f61;
	}	
	ul#menu-topnav ul.sub-menu li {
		min-width: 170px;
		margin: 0 0;
		border-bottom:#631b40 solid 1px;
		border-left:#631b40 solid 1px !important;
		border-right: #631b40 solid 1px !important;
		padding: 0;	
		background:#ae0f61;
	}
	ul#menu-topnav ul.sub-menu li:first-child {
		border-top:#ae0f61 solid 1px !important;
	}
	ul#menu-topnav ul ul {
		left: 100%;
		top: 0;
	}
	ul#menu-topnav ul a {
		font-style:italic;
		font-weight: 700;
		line-height: 1em;
		padding: 10px;
		width: 150px;
		height: auto;
		font-size:12px;
		display: block;
	}
	ul#menu-topnav ul :hover > a {
		color: #FFF;
		background-color: #ba3b7d;
	}		
	ul#menu-topnav li:hover > ul {
		display: block;	
	}
	ul#menu-topnav li:hover > a {
		color: #FFF;
		background-color: #ba3b7d;
	}	
	ul#menu-topnav ul li:hover > a {
		color: #FFF;
		background-color: #ba3b7d;
	}	
	.select-menu {
		display: none;
	}
	.the-selectors {
		 margin: 10px auto;
		 width: 100%;
		 height: 40px;

	}
	
 /* SLIDESHOW
================================================== */	
	.home-slider-wrapepr {
		line-height: 0;
	}
	#slideshow {
		/* height: 362px;  //this is fixed by the relative position on #slideshow img */
		width: 100%;
		position: relative;
	}	
	#slideshow img {
	    position:relative;
	    top:0;
	    width: 100%;
	    z-index:8;    
	}
 /* Hoome buttons
================================================== */		
	.home-button-wrapper {
		line-height: 0;
		float: left;
	}
	ul.home-button {
		padding: 0;
		margin: 0;	
		text-align: center;
	}
	ul.home-button li{
		display: block;
		float: left;
		padding: 0;
		margin: 0;
		width: 33.333%;	
		text-align: center;
		background-size: cover;
	}
	ul.home-button li a {
		font-size: 28px;
		font-weight: 700;
		display: block;		
		min-height: 244px;
		color: #FFF;
		text-decoration: none;
		text-shadow: 4px 4px 2px rgba(173, 31, 99, 1);
		text-transform: uppercase
	}
	.co-icon {
		text-align: center;
		margin: 25px 0;
	}
	.btn-text {
		padding: 20px 0;
	}
	.btn-nursery {
		background: url(../images/btn-nurse-bg.jpg) center center;  
		border-color: #ba3b7d;
	}
	.btn-nursery a{
		border: solid #f5dfea 13px;
	}
	.btn-doc {
		background: url(../images/btn-doc-bg.jpg) center center;  
	}
	.btn-doc a{
		border: solid #ba3b7d 13px;
	}
	.btn-calendar {
		background: url(../images/btn-cal-bg.jpg) center center;  
	}
	.btn-calendar a{
		border: solid #ae0f61 13px;
	}
	
 /* I want
================================================== */
	.i-want-wrapper {
		clear: both;
		width: 70%;
		padding: 50px 0 !important;
	}
	.i-want-container {
		width: 85%  !important;
	}
	ul.i-want{
		padding: 0;
		margin: 0;	
		text-align: center;
	}
	ul.i-want li {
		   display: block;
	    float: left;
	    width: 47%;
	    padding: 0;
	    margin: 10px 1%;
	    border: solid #ae0f61 2px;
	}
	ul.i-want li:hover {		
	    border: solid #bb3c7d 2px;
	    background: #bb3c7d;
	}
	ul.i-want li a {
		font-size: 14px;
		font-weight: 700;
		display: block;
		color: #ae0f61;
		text-decoration: none;
		text-transform: uppercase;
	}
	ul.i-want li a:hover {
		color: #FFF;
	}
	.iw-icon-holder {
		display: block;
		float:left;
		width: 45px;
		background:#ae0f61;					
	}
	.iw-text{
		text-align: left;
		padding: 0 0 0 60px;
		line-height: 45px;					
	}	
 /* slideshow
================================================== */
	.slideshow-wrapper {
		background: #f5dfea;
		padding: 50px 0 !important;
	}

 /* Vid stuffs
================================================== */	
	.home-vids-wrapper {
		background: url(../images/bg-med-min.jpg) no-repeat center center #ae1f61;
		padding: 50px 0 !important;
	}	
	.home-vids h1 {
		color: #f5dfea;
		text-transform: uppercase;
		font-size: 30px;
		padding: 0;
		font-weight: 700;
	}
	.home-vids h3 {
		padding: 0 0 20px 0;
	}
	.home-vids h3 a {
		font-size: 20px;
	}
	.home-vids h3 a{
		color: #FFF;
		text-decoration: none;
	}
	.home-vid-buttons {
		background: url(../images/vid-arrow.png) right center no-repeat;
		display: inline-block;
		width: 175px;
		text-align: lefyt;
		color: #FFF;
		border: 4px solid #FFF;
		padding: 10px 15px;
		margin: 15px 0;
		text-transform: uppercase;
		font-weight: 700;
	}
	a.home-vid-buttons {
		text-decoration: none;
	}
	a.home-vid-buttons:hover {
		color: #FFF;
		background:  url(../images/vid-arrow.png) right center no-repeat #ae1f61;
	}
	a.home-vid-buttons:visited {
		color: #FFF;
	}
	.home-vid-thumb-holder {
		text-align: center;
	}
	.home-vid-thumb {
		opacity: .8;		
	}
	.home-vid-thumb:hover {
		opacity: 1;		
	}
	.vid-holder iframe,  .video-wrapper iframe, .vid-holder object,  .vid-holder embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.video-thumb-holder {
		position: relative;
	}
	.video-thumb {
		position: absolute;
		display: block;
	}
	.vidsrunner-thumbs img {
		width: 20%;
		padding: 2.5%;
		float: left;
	}
	.page-id-17230 .vid-player-thumbs a {
    width: 19%;
    float: left;
    text-align: center;
    margin: 8px 1% 0 0;
	}
	.page-id-17230 .vid-player-thumbs a p {
    font-size: 13px;
    line-height: 18px;
	}
	
	/* news-feed
================================================== */
	.news-item {
		width: 45%;
		float: left;
		border-top: 1px solid #d7d7d7;
		padding: 20px 0;
		margin: 2.5%;
		min-height: 250px;
	}
	.news-item:nth-child(2) {
		border-top: none;		
	}
	.news-item:nth-child(1)  {		
		border-top: none;		
	}
	.news-title h2 {
		color: #ae0f61;
		font-size: 19px;
		line-height: 20px;
		margin: 0 0 25px 0;
	}
	.news-title a {
		text-decoration: none;
	}		
	.featured-news-pic {
		position: relative;
		float: left;
		margin-right:25px;
		height: 150px !important;
		width: 150px !important;
		border-radius: 100px;
		background: #f5dfea;
	}
	.featured-news-mid { 
		position: absolute;
		z-index: 500;
		top: 3px;
		left: 3px;
		height: 144px !important;
		width: 144px !important;
		background: #fff;
		border-radius: 100px;
	}
	.featured-news-pic img{ 
		position: absolute;
		z-index: 500;
		top: 10px;
		left: 10px;  
		height: 130px !important;
		width: 130px !important;
		border-radius: 100px;
	}
	.news-excerpt p {
		font-size:  15px;
		line-height: 19px;
	}
	.news-excerpt span{
		clear: both;
	    display: block;
	    float: right;
	    background: url(../images/arrow-tip.png) right no-repeat #f5dfea;
	    text-align: right;
	    font-size: 13px;
	    font-wieght: bold;
	    padding: 0 25px ;
	    margin: 10px 0 20px 0;
	    text-transform: uppercase;
	}
	.news-excerpt .more a {
	    color: #FFF;
	    text-decoration: none;
	    line-height: 25px;
	    font-weight: 700;
	}
/* #Misc
================================================== */
	#content {
		padding: 35px 0 0 0;
	}
	.title{
		padding-bottom: 15px;
	}        
	.full-width{
		padding-left: 10px;
	}   
	.main {
	  padding: 0 0 50px 0;
	}
	.entry-content ul{
		padding: 20px;
	} 
	/* =staff Results
-------------------------------------------------------------- */
	.staff-entity {
		clear: both;
	}
	.staff-thumb {
		 float: left;		
		 width: 15%; 
		 margin: 0 20px 10px 0;
		 border: #DDD solid 8px;
	}
	.staff-excerpt .more {
		flaot: right;
	}
/* Entrance Map
================================================== */
	.entrance-wrapper {
		width: 100%;
		padding-bottom:10px;
		float:left;
	}
	.entrance-title {
		float: left;
		margin: 5px;
		border: solid #ccc 1px;
		background: #EEE;
		width:31%;
		min-height:52px;
		font-size:0px;
		line-height:0px;
	}
	.entrance-title span {
    float: left;
    display: block;
    width: auto;
    height: 30px;
    text-align: center;
    border: solid 1px #222;
    margin: 0 5px 5px 0;
    line-height: 30px;
    font-size: 20px;
    font-weight: bold;
    padding: 0 5px;
	}	
	.entrance-title a {
		text-decoration: none;
		display:block;
		font-size: 13px;
		line-height: 18px;
		padding:8px;
		color:#333;
	}
	.inactive-entrance{
		background:url(../images/crossed-out.gif) #e4c446;
		color:#000;
	}
	.emergency-entrance {
		 background: #dd0000;
		 color: #FFF;
	}
	.active-entrance {
		background: #f6cf08;
		color: #000;
	}
	.selected-entrance {
		background: #c7c7c7;
	}
	.entrance-inner-copy {
		padding-top:20px;
		padding-left:20px;
	}
	/* Services
================================================== */	
	ul.service-object li a {
		display: block;
		float:left;	
		width: 47%;
		margin: 1%;		
		background: #EEE5DC;	
		color: #ae1f61;
		text-transform: uppercase;
		text-decoration: none;
		font-size: 14px;	
		border: #d9d1ce 1px solid;	
	}
	ul.service-object li {
		list-style: none;
		margin: 0;
	}
	ul.service-object li a:hover {
		background: #f3edeb;		
	}
	ul.service-object a img {	
		display: block;		
	}
	ul.service-object span {
		padding: 25px 10px 0 0;		
		display: block;
	}
	
	/* #General Imges
================================================== */
	 .lefty {
		  width: 40%; 
	 }
	 .lefty, .alignleft {
		 float: left;			
		 margin: 0 20px 10px 0;
		 border: #DDD solid 8px;
	}
	  .righty {
		  width: 40%;
	  }
	  .righty, .alignright {
		 float: right;		 
		 margin: 0 0 15px 20px;	
		 border: #DDD solid 8px; 
	 }
	 body.postid-5079 img.alignright, body.postid-5082 img.alignright {
		  width: 15%;
		  border: #DDD solid 5px;
	 }
	 .nofloat {
		  float: none;
		  margin: 0px;
	 }  
	 .service-thumb {
		 width: auto;
		 margin: 15px;	
		 border: #FFF solid 3px;
	 }
	 .blog-thumb {
		width:20%; 
	 } 
	 .wp-caption {
		 width: auto !important;
	 }
	 .wp-caption-text {
		 font-size: 12px;
		 padding: 15px;
		 line-height: 16px;
		 margin: 0;
	 }
	 /* = Health Assessment Tools
-------------------------------------------------------------- */
	table.body-mass-index{
		border-top:1px solid #999;
		border-right:1px solid #999;
		text-align:center;
	}
	table.body-mass-index th {
		font-weight:700;
		font-size:1.2em;
	}
	table.body-mass-index td, table.body-mass-index th {
		border-bottom:1px solid #999;
		border-left:1px solid #999;
		padding:5px 10px;
	}
	.selected-row {
		font-weight: 700;
	}

/* Archive
================================================== */ 
	.blog-title {
		clear: both;
		margin: 30px 0 0 0;
		padding: 10px 0 0 0;				
	}
	h2.blog-title  {
	 	color: #FFF;
	 	margin: 0;
	 	border-bottom: solid #ae1f61 2px;
	}
	h2.blog-title a {
		text-decoration: none;
		font-size:18px;
	}
	.blog-entry-meta {
		text-align: right; 
		padding: 0 10px 15px 10px;
		font-style: italic;
		color: #333;
	}
	.blog-object .more {
		font-weight:700;
	}
	body.post-type-archive-healthy-business article p {
		margin-left:10px;
	}

	    
 /* #Sidebar
================================================== */	
	.nav-box {
		background: #ae1f61;
		-webkit-border-radius: 10px 10px 0 0;
		-moz-border-radius: 10px 10px 0 0;
		border-radius: 10px 10px 0 0;
		margin: 0 0 25px 0;
		width: 100%;	
		min-height: 0;
	}	
	ul#ancestry-holder {
		color:#FFF;
		margin-bottom:0;
		margin: 0;
	}
	ul#ancestry-holder ul, ul#ancestry-holder li {
		padding: 0px;
		margin: 0px;
		line-height: 15px;
		list-style: none;
		border-bottom: 4px solid #FFF;
	}
	ul#ancestry-holder li a {
		text-transform: uppercase;
		text-decoration: none;
		margin: 0 10px;
		display: block;	
		font-weight: 700;		
	}		
	/* Sidenav Header*/
	ul#ancestry-holder li:first-child{
		position: relative;
		z-index: 1000;
		font-size: 16px;
		text-align: center;
		padding: 20px 0 20px 0;
 	 	background: #631b40;
		-webkit-border-radius: 10px 10px 0 0;
		-moz-border-radius: 10px 10px 0 0;
		border-radius: 10px 10px 0 0;
		border-bottom: 10px #FFF solid;
	}	
	/* all others */	
	ul#ancestry-holder ul li:first-child, ul#ancestry-holder ul li {
		background: none;
		text-align: left;
		font-size: 14px;
		line-height: 15px;
		padding: 10px 0;
		height: auto;
		margin: 0;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		border-bottom: 4px solid #FFF;
	}
	a#this_post {
		background: url(../images/this-post.png) left no-repeat !important;
		font-weight: 700;
	}	
	ul#ancestry-holder li:first-child a {
		display: block;
		margin: 15px 0 0 0;
		color: #FFF;
		text-transform: uppercase;
		background: none;
		padding: 0px 0 15px 0;
		line-height: 15px;
		font-style: normal;
		font-size: 20px;
		font-weight: 400;
		border-bottom: #ae1f61 solid 4px;
	}
	#current-parent {
		background: #ae1f61;
		border-bottom: 4px solid #FFF;
		padding: 10px 0 !important;
	}
	#current-parent a {		
		color: #FFF;
		font-style: italic;
		font-weight: 700;
	}
	
	/* First Child Reset from Header*/
	ul.siblings li a:first-child, ul.children li a:first-child {
		margin: 0 0 0 25px !important;
		color: #FFF !important;			
		font-size: 14px !important;
		border: none !important;
	    font-weight: 700 !important;
	    padding: 4px 0px !important;
	}	
	ul#ancestry-holder ul li:first-child a{
		color:#333;
	}
	#this_post {
		
	}

	li.has_children  {
		background: url(../images/has-children.png) no-repeat right center !important;
		
	}
	li.has_children a {			
		
	}
	.ancestor1{	
		background: url(../images/tile-tier-1.jpg) repeat-x;
		padding: 10px 0 !important;
	}
	.ancestor2{	
		padding: 10px 0 !important;
	}
	.ancestor1 a {
		background: url(../images/tier-1.png) no-repeat left;
		padding-left: 25px;
		color: #FFF;
	}
	.ancestor2, 
	.ancestor3, 
	.ancestor4, 
	.ancestor5, 
	.ancestor6, 
	.ancestor7, 
	.ancestor8 {		
		background: url(../images/tile-tier-2.jpg) repeat-x;
	}   
	.ancestor2 a, 
	.ancestor3 a, 
	.ancestor4 a, 
	.ancestor5 a, 
	.ancestor6 a, 
	.ancestor7 a, 
	.ancestor8 a{	
		background: url(../images/tier-2.png) no-repeat left;
		padding-left: 25px;
		color: #FFF;
	}  
	.related-sidebar h3{
		background: url(../images/header-tip.jpg) no-repeat left center #631b40;
		padding: 0 0 0 60px;
		color: #FFF;
		font-size: 18px;
		font-family: 'EB Garamond', serif;
		line-height: 40px;
	}
	
		/* Related Posts
	================================================== */	
	.related-sidebar.related-posts {
		margin-top:20px;
	}
	.related-posts ul {
		text-align:left;
		margin: 20px 0 0 0;
		list-style: none;
	}
	.related-posts ul li {
		border-bottom: dotted 2px #b2b1b1;
		margin:0;
	}
	.related-posts ul li:hover {
		background: #e8f2f7
	}
	.related-posts a {
		display: block;
		font-size: 14px;
		color: #ae1f61;
		text-decoration: none;
		font-weight: 700;
		padding: 15px 0 15px 15px;
	}
	.related-posts a:hover {
	}
	.tiny-video-thumb-holder { 
		
	}
	.related-vid-thumb {	 	
	 	display: inline-block;
	 	width: 48%;
	 	margin: 1%;
	 }
	.video-sidebar {
		margin: 0 auto;
	}
	.more-videos {
		clear: both;	
		text-transform: uppercase;	
		font-size: 12px;
		padding: 0 12px 0 0;
		text-decoration: none;
		font-weight: 700;
		letter-spacing: 2px;
	}
	a.more-videos {
		color: #ae1f61 !important;
		
	}
/* Usual Suspects
================================================== */
	.us-wrapper {
		padding: 25px 0 !important;
	}
	.us-container {
		
	}
	ul.us{
		padding: 0;
		margin: 0;	
		text-align: left;
		list-style: none;
	}
	ul.us li {  
		display: block;
		width: 100%;
	    padding: 0;
	    margin: 10px 0;
	    background: #bb3d7f;
	}
	ul.us li:hover {		
	    background: #f59dc5;
	}
	ul.us li a {
		font-size: 14px;
		font-weight: 700;
		display: block;
		color: #FFF;
		text-decoration: none;
		text-transform: uppercase;
	}
	ul.us li a:hover {
		color: #FFF;
	}
	.us-icon-holder {
		display: block;
		float:left;
		width: 75px;
		background:#203163;	
		line-height: 0;				
	}
	.us-text{
		text-align: left;
		padding: 0 0 0 90px;
		line-height: 75px;					
	}	
/* Home buttons
================================================== */		
	.footer-button-wrapper {
		line-height: 0;
	}
	ul.footer-button {
		padding: 0;
		margin: 0;	
		text-align: center;
	}
	ul.footer-button li {
		display: block;
		float: left;
		padding: 0;
		margin: 0;
		width: 16.66666666666%;	
		text-align: center;
		background-size: cover;
		background: #bb3d7f;
	}
	ul.footer-button li a {
		font-size: 14px;
		font-weight: 700;
		display: block;		
		color: #FFF;
		text-decoration: none;
		text-transform: uppercase
	}
	.footer-btn-icon {
		text-align: center;
		padding: 60px 0 10px 0;
	}
	.footer-btn-text {
		padding: 0 0 60px 0;
	}	
	.foot-btn-cancer {
		background: #ad1f63 !important; 	
	}	
	.foot-btn-emergency {
		
	}	
	.foot-btn-heart {
		background: #ad1f63 !important; 
	}
	.foot-btn-nuero {
		 
	}
	.foot-btn-ortho {
		background: #ad1f63 !important;
	}
	.foot-btn-primary {
		
	}
/* =Doctor Results
-------------------------------------------------------------- */
	.pagination {
		float:left;
		width:100%;
	}
	ul.bootpag {
		list-style:none;
	}
	ul.bootpag li {
		display:inline;
		float:left;
		margin:5px;
	}
	ul.bootpag li,
	ul.bootpag li.prev.disabled,
	ul.bootpag li.next.disabled {
		display:block;
		width:25px;
		height:25px;
		text-align:center;
		background:#bbb;
	}
	ul.bootpag li.disabled {
		background:#ddd;
		font-weight:700;
	}
	ul.physician-list {
		list-style: none;
		margin-left:0;
	}
	.physician-entry {
		font-family: 'Droid Sans', sans-serif;		
		line-height: 18px;	
		border-bottom: #CCC dotted 1px;	
		min-height: 110px;
		clear: both;
		overflow: hidden;		
	}
	li.physician-entry {
		margin-bottom: 0 !important;
	}
		
	/* =headers*/
	.header_holder div {
		float: left;
		background: #EEE;
		line-height: 50px;		
	}	
	.header_holder .name {	
		width: 25%;
		padding-left: 20px;
		box-sizing: border-box;
	}	
	.header_holder .group {
		width: 25%;
	}
	.header_holder .city {
		width: 20%;
		padding: 0 0 0 5%;
	}
	.header_holder .specialty {
		width: 25%;
	}	
	/* =columns*/	
	.physician-entry div {s
		font-size: 12px;
		float: left;
		padding: 20px 0 0 0;
	}
	.physician-entry .name {
		padding: 0;		
		width: 25%;
	}
	.physician-entry .name img {		
		margin: 5% 0 0 10%;
		border:  4px solid #CCC;
	}
	.physician-entry .name h2 {
		font-size: 12px !important;	
		line-height: 14px !important;
	}
	.physician-entry .name h2 a {
		font-family: 'Droid Sans', sans-serif;
	}
	.physician-entry .group {
		width: 25%;
	}
	.physician-entry .city {
		width: 20%;
		padding-left: 5%;
	}
	.physician-entry .specialty {
		width: 25%;
	}
	.physician-picture {
		float: left;
		width: 12%;
	}
	ul.partner-physician-list {
		list-style: none;
	}
	ul.partner-physician-list .physician-entry .name  {
		padding: 50px 0 0 20px;
		width: 50%;
	}
	ul.partner-physician-list .physician-entry .specialty  {
		padding: 50px 0 0 20px;	
	}
	ul.partner-physician-list img {	
		margin: 5% 0 0 10%;
		border:  4px solid #CCC;
	}
	.physician-sorter.name a {
		margin-left:20px;
	}
	.text-hider, .drop-hider, .page-hider, .spec-hider, .loc-hider, .vid-category-hider {
		display:none;
	}
	.reset-holder input[type="button"] {
		float: left;
		color: #FFF;
		height: 32px;
		width: 100%;
		margin: 10px 0 10px 2% !important;
		padding: 0 5px;
		font-size: 13px;
		background: #ae0f61;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		-webkit-box-shadow: #AAA 2px 2px 2px;
		-moz-box-shadow: #AAA 2px 2px 2px;
		box-shadow: #AAA 2px 2px 2px;
	}
	.reset-holder.doc-reset {
		float: left;
		width: 20%;
	}
	
	
/* #Ajax Hidden Targets
 * use 'display:none' to hide targets
 * we want to reveal later, will not
 * work with 'visibility: hidden'.
 */
	#display-results,
	#results-template{
	 display: none;
	}
	.results-holder ul li {
		list-style: none;
	}
	
	#display-results ul li:first-child {
		display: none;
	}

/* =Doctor Singles
-------------------------------------------------------------- */
	.physician-photo {
		width: 40%;
		float: left;
		padding: 0 5% 0 0;
		text-align: center;
	}
	.physician-stuffs {
		width: 45%;
		float: left;
		line-height: 18px;		
	}
	.physician-photo img {		
		 margin: 0 20px 10px 0;
		 border: #DDD solid 8px;
	}
	.doc-map, .doc-vid, .hospital-map {	
		height: 40px;		
		display: block; 
		padding: 20px 0 0 45px;
		margin: 0 0 0 0;
		font-size: 13px;
		font-style: italic;
		line-height: 13px;
	}
	p.doc-address {
		margin: 0px;
	}	
	.doc-map {
		background: url(../images/map-it.png) left no-repeat;	
	}
	.doc-vid {		
		background: url(../images/profile-vid.png) left no-repeat;
	}
	.hospital-map {		
		background: url(../images/hospital-map.png) left no-repeat;
	}	
	.physician-md-anderson {
		background: url(../images/md-adnderson-sm.png) left no-repeat;
		width: 150px;
		height: 53px;
	}
	.doc-address {		
		
	}
	.physician-profile h2 {
		clear: both;			
	}	
		/* =Find a Doctor
-------------------------------------------------------------- */	
	.doc-search {
		width: 80%;
		margin: 0 auto;
		height: 50px;
		padding: 20px 0 0 0;
	}	
	.doc-search input[type="text"], .event-textbox-holder input[type="text"]  {
		float: left;
		height: 28px;
		width: 72%;
		margin: 0;
		padding: 0 0 0 10px;
		font-size: 15px;
		border: 1px solid #CCCCCC;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		-webkit-box-shadow: #AAA 2px 2px 2px;
		-moz-box-shadow: #AAA 2px 2px 2px;
		box-shadow: #AAA 2px 2px 2px;
	}
	.doc-search input[type="submit"], .i-want-label, .reset-holder input[type="button"] {
		float: left;
		color: #FFF;
		height: 32px;
		width: 20%;
		margin: 0 0 0 2%;
		padding: 0 5px;
		font-size: 13px;
		background: url(../images/tile-submit.jpg) repeat-x;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		-webkit-box-shadow: #AAA 2px 2px 2px;
		-moz-box-shadow: #AAA 2px 2px 2px;
		box-shadow: #AAA 2px 2px 2px;
	}
	.search-options-overlay {
		position: absolute;
	    padding: 25px;
	    background: #fff;
	    opacity: .9;
	    display: none;
	}
	.search-options-overlay.disabled {
		display: block;
	}
	.search-options-overlay h2 {
		font-size: 20px;
	}
	.ajax-loading {
		display:none;
		width: 250px;
		height: 150px;
		color: #444;	
		position: absolute;
		z-index: 1000;		
		right: 50%;
		margin-right: -125px;
		text-align: center; 
		font-size: 25px;
	}
/* Results search 
-------------------------------------------------------------- */	
	#doc-finder {
		padding: 10px 0 50px 0;
		width: 100%;
		margin: 0 auto;
		height: 30px;	
	}
	#doc-finder label {		
		padding: 0 1%;
	}
	#doc-finder .the-selectors {		
		float: left !important;
		height: 32px !important;
		width: 70%;
	}
	.doc-find-col-1, .doc-find-col-2 {
		width: 30%;
		float: left;
	}
	.doc-find-col-3 {
		width: 35%;
		float: left;
	}
	#doc-finder .doc-search {
		width:  auto;
		margin: 0;
		padding: 0;
	}
	.doc-search input[type="text"] {	
		width: 60%;
		margin:10px 10% 10px 0	;	
	 }
/* =Video Sorter
-------------------------------------------------------------- */
	.header_holder.video_headers {
		width:100%;
		padding-bottom:20px;
		clear:both;
		float:left;
	}
	.header_holder.video_headers div {
		float:left;
	}
	.header_holder.video_headers .video-thumbnail-label {	
		width: 20%;
		padding:0 1%;
	}	
	.header_holder.video_headers .name {
		width:19%;
		padding-right:1%;
	}
	.header_holder.video_headers .category {
		width:17%;
		padding-right:1%;
	}
	.header_holder.video_headers .related {
		width:30%;
		padding-right:1%;
	}
	.header_holder.video_headers .date {
		width:9%;
	}
	ul.video-list {
		list-style: none;
		margin-left:0;
	}
	.video-entry {
		font-family: 'Droid Sans', sans-serif;		
		line-height: 18px;	
		border-bottom: #CCC dotted 1px;	
		clear: both;		
	}
	.video-entry img {
		float:left;
		width:20%;
		padding-right:2%;
		margin-bottom:10px;
	}
	.video-entry .name h2 {
		font-size: 14px !important;	
		line-height: 16px !important;
		float:left;
		width:19%;
		padding-right:1%;
	}
	.video-entry .name h2 a {
		font-family: 'Droid Sans', sans-serif;
	}
	.video-entry .category {
		width:17%;
		float:left;
		padding-right:1%;
	}
	.video-entry .related {
		float:left;
		width:30%;
		padding-right:1%;
	}
	.video-entry .date {
		float:left;
		width:9%;
	}
	.vid-find-col-1,
	.vid-find-col-2 {
		width: 50%;
	}
	.vid-find-col-1 select#categorySelector {
		margin:0;
		width:95%;
	}
	.vid-find-col-1 #text_search {
		width:auto;
	}
	.reset-holder.vid-reset {
		width: 33%;
		float:left;
		margin-bottom:10px;
	}
	
		/* Vid Archives
================================================== */	
	.video-page-video-holder {
		text-align: center;
		float: left;
		width: 45%;
		padding: 10px 2%;		
	}
	.video-page-video-holder h3 {
		font-size: 12px;
		padding: 5px 0;
	}
	.video-page-video-holder img {	
		border: #DDD solid 8px;
	}
	.video-page-vid-thumb img{
		width: 80% !important;
		margin: 0 auto;
	}
 /* #Accordion
================================================== */
	.accordion-title {
    background-image: url(../images/expandarrow.png) !important;
	}
	.accordion h2 {
	  color: #FFF;
	  background: #ae0f61;
	  padding: 5px 50px 5px 10px;
	  border-radius: 5px;
	  background-repeat: no-repeat;
	  background-position: 97%;
	}
	.accordion-title.read.open {
	  background-image: url(../images/accordioncontract.png) !important;
	}
	
 /* #Footer
================================================== */
	.footwrap {
		background: #631b40;
	}
	#menu-footer li{
		float: left;
		width: 50%;
		list-style-image: url(../images/vid-arrow.png);
	}
	#menu-footer li a {
		color: #FFF;
		text-transform: uppercase;
		font-size: 12px;
		font-weight: 700;
		text-decoration: none;
	}
	.f-social {
		padding: 25px 0 0 0;
		text-align: right;
	}
	.f-social ul {		
	    float: right;
	    padding: 0 37px 0 0;
    }
	.f-social ul li { 
	   padding: 0;
	   margin: 0;
	   display: block;
	   float: left;
	 }  
	.f-social ul li a { 
		display: block;
		width: 50px;
		height: 50px;
		background-position: top center;
	}
	.f-social li a span {
		display: none;
	}    
	.f-facebook {
		 background: url(../images/f-soc-face.png);
	}
	.f-twitter{
		 background: url(../images/f-soc-twit.png);
	}
	.f-linkedin{
		 background: url(../images/f-soc-link.png);
	}
	.f-googleplus{
		 background: url(../images/f-soc-plus.png);
	}
	.f-youtube{
		 background: url(../images/f-soc-ytube.png);
	}
	.f-facebook:hover, .f-twitter:hover, .f-linkedin:hover, .f-googleplus:hover, .f-youtube:hover {
		background-position: 0 -50px;
	}
	.bottom-footer {
		background: #ae0f61;
		padding: 15px 0 !important;
		}
	.copyright {
		text-align: center;
		font-weight: 700;
		color: #FFF;
		font-size: 14px;
		font-style: italic;
	}
	.site-map ul  {
		padding: 0;
	}
	.doc-image-runner a{
		display: block;
		font-size: 20px;
		padding-bottom: 10px;
	}