/*
Theme Name: My Brand New Life 2011
Theme URI: http://wordpress.org/
Description: The 2010 theme for WordPress is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background. Twenty Ten supports six widgetized areas (two in the sidebar, four in the footer) and featured images (thumbnails for gallery posts and custom header images for posts and pages). It includes stylesheets for print and the admin Visual Editor, special styles for posts in the "Asides" and "Gallery" categories, and has an optional one-column page template that removes the sidebar.
Author: the WordPress team
Version: 1.1
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/


/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */


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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

a {text-decoration:none;}

/* WEBFONT */



/*
LAYOUT: Three columns
*/
#home-container {
	float: left;
	margin-top: 0px;
	width: 710px;
	padding:0;

}

#home-content{
	width: auto;
	margin: 15px 0 15px 5px;
	height: 400px;
}

#home-third{
	margin: 10px 10px 0 0;
	padding: 0;
	width: 260px;
	overflow: hidden;
}
#container {
	float: left;
	margin: 0 -240px 0 0;
	width: 800px;

}
#content {
		/*margin: 0 280px 0 30px;*/
		/*width: 525px;*/
		
		
}

.content-col {
	/* border-right: 1px solid #cccccc; */
	padding-right: 30px;
	margin-bottom: 20px;
}
#primary,
#secondary {
	float: left;
	overflow: hidden;
	/*width: 200px;
	margin-left: 30px;*/
}
#secondary {
	clear: right;
}

.clear {
	clear: both;
}

#footer {
	clear: both;
	width: 100%;
	padding: 40px;
	background: #f6f3ec;
	margin: 0px auto;
	color: #545454;
	font-family: "proxima-nova",sans-serif;
}

#footer a {
	color: #545454;
	display: block;
	text-transform: uppercase;
	margin-bottom: 8px;
	letter-spacing: 1px;
}

#footer a:hover {
	color: #000; 
}


.footer-section {
	
}

.footer-section ul li {
	list-style: none;
}

.main-footer-header {
	text-transform: uppercase;
	font-weight: bold;
}

#little-footer {
	color: #545454;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin: 0px auto;
	padding: 15px 0px;
	clear: both;
	text-transform: uppercase;
	border-top: 1px solid #b5b5b5;
	border-bottom: 1px solid #b5b5b5;
}

#little-footer a {
	color: #545454;
	display: inline;
	letter-spacing: 1px;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 800px;
	padding-left: 35px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: "proxima-nova", sans-serif;
}

h3#comments-title,
h3#reply-title,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit]
{
	font-family: "proxima-nova", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}



/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 1000px;
}
#wrapper {
	margin-top: 0px;
	background: #fff;
	padding: 0;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	width: 700px;
	font-weight: bold;
	font-size: 14px;
}
#site-generator {
	float: right;
	width: 220px;
}

#home_ads{
	margin:0 auto;
	padding:0;
}
#home_ads tr{
}
#home_ads td{
	margin:0;
	padding:1px 1px 1px 0;
}
#footer_shadow{
	margin:-10px 0 0 90px;
}

/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles  */
body {
	background: #ffffff;
	font-family: "proxima-nova", sans-serif;
}

body,
input,
textarea {
	color: #000;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #999999;
	border:0;
	height: 1px;
	margin-bottom: 18px;
	clear:both;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom:10px;
}
dl {
	margin:0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	padding: 2px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
}
a:link {
	color:#084c76;
}
a:visited {
	color:#084c76;
}
a:active,
a:hover {
	color: #9dc2e2;
	text-decoration: underline;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}



/* =Header
-------------------------------------------------------------- */

#header {
	padding: 0;
}
#site-title {
	float: left;
	margin: 14px 0 0px 0;
	width: 40%;
	font-size: 30px;
}

#enewsletter-btn {
	float: right;
	font-size: 18px;
	margin-top: 22px;
	font-family: "proxima-nova", sans-serif;
	display: block;
}

#enewsletter-btn img {
	float: right;
	margin-left: 10px;
	margin-top: -2px;
}

#enewsletter-btn span {
	color: #f1b80e;
}

#enewsletter-btn:hover {
	color: #7bb1cd;
}

#enewsletter-btn span:hover {
	color: #7bb1cd;
}

#header-right {
	float: right;
	width: 60%;
	margin-top: 20px;
}



#site-title img {
	width: auto;
}

#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 20px 0px;
	width: 273px;
	height: 62px;
}

/* This is the custom header image */
#branding img {
	clear: both;
	display: block;
}


#bari-logo img{
	padding:25px 15px 15px 0px;
}

.social{
	float:none;
	margin: 20px auto 20px auto;
}
.social-int{
	width: 70px;
	margin: 20px auto 20px auto;
	float: none;
}
#left-side {
	margin-top: 8px;
	color: #005883;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}
#left-side li{
	list-style:none;
	margin-top: 0px;
}
#right-side{
	padding:0;
	color: #005883;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}

#right-side ul {
	margin: auto;
}

#right-side li{
	list-style:none;
	margin: -1px 0 0 0;
}
.seal{
	float:none;
	margin: 0px auto;
}

.seal img {
	width: 100%;
}

/* =Menu
-------------------------------------------------------------- */

#access {
	font-family:Georgia, "Times New Roman", Times, serif;
	background: #99b6c4;
	display: block;
	padding-left: 0px;
	float: left;
	height: 58px;
	margin: 0 auto 20px auto;
	width: 100%; 
	/*z-index: 9999;*/
	position: relative;
}

.navbar-collapse {
	padding: 0;
}
#access .menu-header,
div.menu {
	font-size: 16px;
	font-style:italic;
	
	width: 980px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #fff;
	display: block;
	line-height: 38px;
	padding: 0 35px;
	text-decoration: none;
	text-transform: uppercase;
	font-style: normal;
	font-size: 14px;
	font-family: "proxima-nova",sans-serif;
}
#access ul ul {
	display: none;
	position: absolute;
	top: 35px;
	left: 0;
	float: left;
	width: 269px;
	z-index: 9999;
	font-size: 14px;
}

#access ul ul li ul li a {
	width: 180px;
	padding-left: 15px;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
} 
#access ul ul a {
	background: #557c8d;
	line-height: 1em;
	padding: 10px 10px 10px 34px;
	width: 260px;
	height: auto;
	text-transform: none;
	font-weight: 100;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #557c8d;
	color: #fff;
}
#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 {
	background: #557c8d;
	color:#fff;
}
* 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 {
	background: #557c8d;
	color:#fff;

}

#access ul ul a:hover, #access ul ul a:active {
	background: #81a6b6;
}


/* =Home Specific 
-------------------------------------------------------------- */


/*  BUTTONS */
   a:link.sidebar-home-1, a:visited.sidebar-home-1{  
  /* background:url(images/journey.jpg) no-repeat;  
   background-position:top; */
   border: 1px solid #d2d2d1;
   line-height: 1;
   padding: 14px;  
   display:block;  
   max-width: 228px;
   
 
   }  
     
   a:hover.sidebar-home-1{  
   background-position: bottom;  
   }  

   a:link.sidebar-home-2, a:visited.sidebar-home-2{  
   /*background:url(images/patient-portal-sprite-home.jpg) no-repeat;  
   background-position: top;  */
   border: 1px solid #d2d2d1;
   line-height: 1;
   padding: 14px;  
   display:block;  
   max-width: 228px;
   }  

   a:link.sidebar-home-2-int, a:visited.sidebar-home-2-int {
   	padding: 18px;
   }

   a:link.sidebar-home-3-int, a:visited.sidebar-home-3-int {
   	padding: 20px;
   }

   a:hover.sidebar-home-2{  
   background-position: bottom;  
   }  
   
   a:link.sidebar-home-3, a:visited.sidebar-home-3{  
   /*background:url(images/weightloss-seminar-sprite-home.jpg) no-repeat;  
   background-position: top;  */
   border: 1px solid #d2d2d1;
   line-height: 1;
   padding: 19px;  
   display:block;  
   max-width: 228px;

   }  
     
   a:hover.sidebar-home-3{  
   background-position: bottom;  
   } 
/*  INTERIOR BUTTONS LEFT SIDE BAR */

   a:link.sidebar-int-1, a:visited.sidebar-int-1{  
   background:url(images/journey-interior.jpg) no-repeat;  
   background-position: top;  
   width:161px;  
   height:83px;  
   display:block;  
   border: none;
   margin-bottom: 5px;
   }  
     
   a:hover.sidebar-int-1{  
   background-position: bottom;  
   }  

   a:link.sidebar-int-2, a:visited.sidebar-int-2{  
   background:url(images/patient-portal-sprite-interior.jpg) no-repeat;  
   background-position: top;  
   width:160px;  
   height:85px;  
   display:block; 
   margin-bottom: 5px; 
   }  

   a:hover.sidebar-int-2{  
   background-position: bottom;  
   }  
   
   a:link.sidebar-int-3, a:visited.sidebar-int-3{  
   background:url(images/weightloss-seminar-sprite-interior.jpg) no-repeat;  
   background-position: top;  
   width:160px;  
   height:85px;  
   display:block; 
   margin-bottom: 5px; 
   }  
     
   a:hover.sidebar-int-3{  
   background-position: bottom;  
   } 
  a:link.sidebar-int-4, a:visited.sidebar-int-4{  
   background:url(images/share-sprite-interior.jpg) no-repeat;  
   background-position: top;  
   width:160px;  
   height:85px;  
   display:block; 
   margin-bottom: 5px; 
   }  
     
   a:hover.sidebar-int-4{  
   background-position: bottom;  
   }   
#page_button1, #page_button2, #page_button3{
	margin-top: 10px;
	margin-left:14px;
	height:117px;
	width:172px;
	background:url(images/button_bg.png) center no-repeat;
}
#page_button1{
	margin-top:20px;
}
#page_button1 h2, #page_button2 h2, #page_button3 h2{
	font-weight:bold;
	font-size:22px;
	line-height:22px;
}
#page_button1 h2 a, #page_button2 h2 a, #page_button3 h2 a{
	text-decoration:none;
	color:#fff;
}
#page_button1 h2 a:hover, #page_button2 h2 a:hover, #page_button3 h2 a:hover{
	color:#000;
}


#find_out_more a{
	color:#fff;
	font-size:15px;
	text-decoration:none;
}
#find_out_more a:hover{
	color:#000;
	text-decoration:none;
}

/* =Search
-------------------------------------------------------------- */

/* Begin Form Elements */
#searchform {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	}
#hdrsearch {
	color:#005983;
	/*float: right;*/
	padding:5px 0 0 0;
	text-align:left;
	/*width: 270px;*/
	height: 25px;
	margin-top: 50px;
}

#hdrsearch ul {list-style: none;padding: 0;margin: 0 0 0 48px;}
#hdrsearch ul li {float: left; padding:0 0px 0 0; vertical-align:top; font-size: 12px; }
#hdrsearch ul li a {color: #005983;font-size: 12px;  text-decoration:none;}
#hdrsearch ul li a:hover{color:#999;}
#hdrsearch form {margin: 0;padding: 0;font-size: 12px;position: relative;top: -1px;}
#hdrsearch form * {vertical-align:middle; margin-top:-3px;height:21px;}
#searchlabel{
	color:#a80836;
	vertical-align:sub;
}

#searchsubmit{
	background: transparent url(images/search-btn.png) no-repeat center top;
	width:80px;
	height: 25px;
	text-indent: -1000em;
  	cursor: pointer; /* hand-shaped cursor */
  	cursor: hand; /* for IE 5.x */
 	border: 0;

}

/* =Content
-------------------------------------------------------------- */
#home-main {
	clear: both;
	overflow: hidden;
	padding: 0;
	margin-top: 0px;
}
#main {
	overflow: hidden;	
	padding: 5px 0 0 0;
	height: 550px;
}
#content {
	margin-bottom: 36px;
	margin-top:10px;
}
#content,
#content input,
#content textarea {
	color: #333;
	font-size: 14px;
	line-height: 20px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom:24px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom:0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h3,
#content h4,
#content h5,
#content h6 {
	font-family: "proxima-nova", sans-serif;
	color: #9dc2e2;
	margin: 0 0 0px 0;
	font-size: 24px;
}

#content h2{
	color: #0078ae;
	font-size: 18px;
	text-transform: none;
}

#content table {
	border: 1px solid #e7e7e7;
	text-align: left;
	margin: 0 -1px 24px 0;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #6d6e71;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #F2F7FC;
}
.hentry {
    margin: 0 auto;
    max-width: 1100px;
}
.home .sticky {
	background: #F2F7FC;
	border-top: 4px solid #000;
	padding: 18px 20px;
	margin-left: -20px;
	margin-right: -20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color:#6d6e71;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #6d6e71;
}
#content .entry-title {
	font-family: "proxima-nova", sans-serif;
	color: #003f5e;
	font-weight: 600;
	font-size: 24px;
	line-height: 1.3em;
	margin-bottom: 0;
}

.page-header {
	font-size: 36px !important;
}
.entry-title a:link,
.entry-title a:visited {
	color:#9dc2e2;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #6d6e71;
}
.entry-meta {
	color: #6d6e71;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #E7E7E7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #6d6e71;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	color: #000;
	font-weight:bold;
	margin:0 0 22px 0;
	word-spacing:0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color:#333;
	font-weight:normal;
	padding:0.5em 0.75em;
	text-decoration:none;
}
.home .sticky .page-link a {
	background: #D9E8F7;
}
.page-link a:active,
.page-link a:hover {
	color: #6d6e71;
}
.page .edit-link {
	clear: both;
	display: none;
}
#entry-author-info {
	background: #F2F7FC;
	border-top: 4px solid #000;
	padding: 18px 20px;
	margin: 24px 0;
	overflow: hidden;
	clear: both;
	font-size: 14px;
	line-height: 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	margin: 0 -104px 0 0;
	padding: 11px;
	height: 60px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 0;
}
.entry-utility {
	color: #6d6e71;
	font-size: 12px;
	line-height: 18px;
	clear: both;
}
.entry-content a{
	color:#0a5481;
}
.entry-content a:visited {
	color:#0a5481;
}
.entry-content a:hover {
	color: #9dc2e2;
	text-decoration: underline;
}
.entry-meta a,
.entry-utility a {
	color:#084c76;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #9dc2e2;
}
#content .video-player {
	padding: 0;
}

.entry-content .seminar-link a, .entry-content .seminar-link a:visited{
	color: #9dc2e2;
	text-decoration:none;
}
.seminar-link a:hover {
	text-decoration: none;
	color:#9dc2e2;
}
.seminar-link {
	text-decoration:none;
}

/* Asides
-------------------------------------------------------------- */

.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top:0;
}
.home .hentry.category-asides {
	padding: 0;
}
.home #content .category-asides .entry-content {
	padding-top: 0;
}




/* Gallery listing
-------------------------------------------------------------- */

.category-gallery {
	margin-bottom: 48px;
}
.category-gallery h2 {
	margin-top: 10px;
}
.category-gallery .entry-meta {
}
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right:20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-content p {
	display: inline;
}
.home #content .category-gallery .entry-utility {
	padding-top:4px;
}


/* Attachment pages
-------------------------------------------------------------- */

.entry-content .attachment img {
	margin-bottom: 0;
}
.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}



/* Images
-------------------------------------------------------------- */

#content img, #home-content img{
	margin: 0;
	max-width: 100%;
	height: auto;
	width: auto;
	
}
#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft, 
#content img.alignright, 
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
	max-width: 100%;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	margin: 5px;
	color: #6d6e71;
	font-size: 12px;
}
#content .wp-smiley {
	margin:0;
}
#content .gallery {
	margin: auto;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #6d6e71;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}



/* =Navigation
-------------------------------------------------------------- */

.navigation {
	font-size:  12px;
	line-height: 18px;
	overflow: hidden;
	color: #6d6e71;
}
.navigation a:link,
.navigation a:visited {
	color: #6d6e71;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #6d6e71;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	/*width: 50%;*/
	text-align:right;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}



/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom:none;
	margin-bottom:0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #6d6e71;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #6d6e71;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #6d6e71;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #6d6e71;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e7e7e7;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #6d6e71;
	font-size: 12px;
	line-height: 18px;
	display:block;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
	font-size: 13px;
}



/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	margin: 24px 0;
	border-top: 1px solid #e7e7e7;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
#respond .required {
	color:#6d6e71;
	font-weight:bold;
}
#respond label {
	color: #6d6e71;
	font-size: 12px;
}
#respond input {
	margin:0 0 9px;
	width:98%;
}
#respond textarea {
	width:98%;
}
#respond .form-allowed-tags {
	color: #6d6e71;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	width: auto;
	font-size: 14px;
}


/* =Widget Areas
-------------------------------------------------------------- */
.widget-area{
	margin-top:10px;
}
.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: none;
	margin-left: 0;
}
.widget_search #s { /* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display:none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #f1b80e;
	font-weight: bold;
	text-transform:uppercase;
	margin-bottom:3px;
}
.widget-area a:link,
.widget-area a:visited {
	color:#000;
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	color:#9dc2e2;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width:100%;
}
#wp-calendar caption {
	font-weight: bold;
	color: #f1b80e;
	text-align: left;
	font-size:14px;
	padding-bottom: 4px;
}
#wp-calendar thead {
	font-size:11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	padding: 3px 0 2px;
	background: #f5f5f5;
	border:1px solid #fff;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #6d6e71;
}
.widget_rss .widget-title img {
	height: 11px;
	width: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	padding: 0;
}
#primary {
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}


/*PATIENT STORIES AND SUPPORT */



#pss-content {
	margin: 0;
}

#pss-video-gallery {
	float: left;
	
	
	border-right: solid 1px #dfdfdf;
}

#pss-rightside {


}

#pss-rightside p {
		font-size: 14px;
	}

#pss-rightside p a {
	color: #cc9423;
}

#pss-blog-image {
	float: right;
	margin: 0 0 10px 10px;
}

#pss-blog-image img {
	border: solid 1px #c1c1c1;
}

#pss-content .entry-title {
	font-family: "proxima-nova", sans-serif;
	color: #084c76;
	font-size: 26px;
	line-height: 1.3em;
	margin: 10px 0 20px 15px;
	padding-bottom: 10px;
	border-bottom: solid 1px #dfdfdf;
	width: 100%;
	display: block;
	font-weight: 600;
}

#pss-content h4 {
	color: #5e9538;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: .25em;
	font-weight: 600;
	text-transform: uppercase;
	font-family: "proxima-nova", sans-serif;
}

#pss-blog-title {
	font-weight: 600;
	display: block;
	margin: 5px 0 10px 0px;
	font-size: 14px;
	color: #99b6c4;
}

#pss-continue {
	display: block;
	float: right;
	font-weight: bold;
}

#pss-bottom-section {
	width: 100%; 
	margin: 40px 0 20px 0;
	text-align: center;
}



/* =Footer
-------------------------------------------------------------- */

#colophon {
	/*border-top: 4px solid #000;*/
	margin-top: -4px;
	padding: 0;
	overflow: hidden;
}
#site-info {
	font-weight: bold;
}
#site-info a {
	color: #000;
	text-decoration: none;
}
#site-generator {
	position: relative;
	font-style: italic;
}
#site-generator a {
	color: #666;
	display:inline-block;
	text-decoration: none;
	/*background: url(images/wordpress.png) center left no-repeat;*/
	padding-left: 20px;
	line-height: 16px;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display:block;
	margin: 0 auto 10px;
}

#footer table{
	margin:0 auto;
}

.attachment-post-thumbnail{width:150px; height:150px; padding:5px 20px 10px 0; float:left;}

/*************  POLAROID STUFFF AND NEW ****************/
#polaroid{
	background: url(images/polaroid-gallery/polaroid_bg.png) no-repeat;
	margin: 0 0 0 0px;
	width: 347px;
	height: 272px;
}
#polaroid img{
	width: 275px;
	height: 200px;
	position:relative;
	top:36px;
	left:33px;
}
#polaroid-caption{
	color: #fff;
	height: 15px;
	margin: 0 0 0 0px;
	padding: 5px 0 0 15px;
	width: 347px;
}

/* Caption and controls */
#polaroid-caption a{
	color: #fff;
}
#polaroid-caption p.caption{
	font-weight: bold;
}
#polaroid-caption p.caption:hover{
	color:#000;
}
#prev, #next{
	display: block;
	height: 24px;
	width: 14px;
}
#prev{
	background: url(images/polaroid-gallery/left-arrow.jpg) no-repeat left top;
	float: left;
	margin-left: 35px;
	padding-right:6px;
}
#next{
	background: url(images/polaroid-gallery/right-arrow.jpg) no-repeat left top;
	float: left;
	padding-right:10px;
}
#tagline{
	margin-top:-175px;
	margin-left:380px;
	color:#00547f;
	font-size:17px;
	line-height:24px;
	font-weight:bold;
	width:235px;
}

#home_buttons{
	float:left;
	margin-left: -55px;
	margin-top: 40px;
	z-index: 3000;
}

#home_button1, #home_button2, #home_button3{
	margin-left:5px;
	height:117px;
	width:172px;
	background:url(images/button_bg.png) center no-repeat;
	float:left;
}




/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}





/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}


/* PATIENT GALLERY */

#patient-gallery {
	width: 520px;
}

.main_image {
	width: 520px; height: 320px;
	background: #fff;
	position: relative;
	overflow: hidden; 
	margin-bottom: 20px;
} 

.block small { 
	font-size: 14px;
}
.main_image .block small {margin-left: 10px;}
.main_image .desc{
	position: absolute;
	bottom: 0;	left: 0;
	width: 100%;
	display: none;
}
.main_image .block{
	width: 100%;
	background: #111;
	
}

.image_thumb {
	width: 520px;
	margin-left: 10px;
}
.image_thumb img {
	width: 80px;
	height: 50px;
	
}
.image_thumb ul {
	margin: 0; padding: 0;
	list-style: none;
}
.image_thumb ul li{
	margin: 0; 
	width: 80px;
	height: 50px;
	float: left;
	margin: 0px 10px;
}
.image_thumb ul li.hover {
	cursor: pointer;
}
.image_thumb ul li.active {
	cursor: default;
	border: solid 2px #333;
}
html .image_thumb ul li h2 {
	font-size: 1.5em; 
	margin: 5px 0; padding: 0;
}
.image_thumb ul li .block {
	float: left; ;
	padding: 0;
	width: 80px;
}	
.image_thumb ul li p{display: none;}

#exercise {
	margin-left: 100px;
	}

#recipe-list {
	margin-bottom: 30px;
}

#recipe-list a {
	background: #84acd4;
	color: #fff;
	font-size: 18px;
	line-height: 18px;
	margin: 10px auto;
	padding: 10px 20px;
	font-family: "proxima-nova", sans-serif;
	text-transform: uppercase;
	text-align: center;
	display: block;
	border-radius: 5px;

}

.clear {
	clear: both;
}

#recipe-list a:hover {
	background: #333;
}

#recipe-list .light {
	background: #84acd4;
}

#recipe-list .dark {
	background: #5883af;
}

#recipes-boxes {
	
}

#recipes-boxes a {
	display: block;
	
}

#recipes-boxes .entry-title {
	font-size: 36px;
	line-height: 40px;
	margin: 20px 0;
	font-family: "proxima-nova", sans-serif;
	color: #084c76;
}

#recipes-boxes img {
	width: 180px;
	height: auto;
	float: left;
	margin-right: 20px;
}

/* ******NEW STYLES****** 2015 */

.interior-right {
	
}

.entry-content h3, .widget-title {
	text-transform: uppercase;
	font-size: 18px;
	color: #5e9538 !important;
	font-weight: 600;
	font-family: "proxima-nova", sans-serif !important;
	letter-spacing: 3px;
}


#left-side ul {
	margin: auto;
}

#logo-col a img{
	max-width: 100%;
}

#nav-holder {
	width: 100% !important;
	padding-right: 0;
}

#toggle-wrapper {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    background: transparent;
   /* overflow: hidden; */
}

/*HOME PAGE BUTTONS*/
.sidebar-btn-outer {
	background-color: #faf9f5;
	height: 109px;
	padding: 10px;
	margin-bottom: 30px;
}

.sidebar-btn-outer-int {
	background-color: #faf9f5;
	height: 109px;
	padding: 10px;
	margin-bottom: 20px;
}

.sidebar-btn-outer:hover, .sidebar-btn-outer-int:hover {
	opacity: .65;
	transition:opacity .2s ease;
}

.sidebar-home {
	border: 1px solid #d2d2d1;
	line-height: 1;
	padding: 14px;  
	display:block;  
	max-width: 228px;
	margin: auto;
}



.blue-small {
	color: #043e5d;
	text-transform: uppercase;
	font-family: "proxima-nova", sans-serif;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 2px;
}

.blue-large {
	
	font-size: 47px;
	color: #86abb5;
	letter-spacing: 3px;
	font-family: "proxima-nova", sans-serif;
	font-weight: 600;
}

.green-small {
	color: #5e9538;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-family: "proxima-nova", sans-serif;
	font-weight: 600;
	font-size: 12px;

}

.blue-large-thin {
	font-size: 36px;
	font-weight: 100;
	font-family: "proxima-nova", sans-serif;
	letter-spacing: 3px;
	color: #043e5d;
}

.blue-italic-large {
	font-size: 47px;
	color: #043e5d;
	font-style: italic;
	font-family: "proxima-nova", sans-serif;
	font-weight: 100;
}
/*END HOME BUTTONS*/

/*INTERIOR BUTTONS*/
.blue-small-int {
	color: #043e5d;
	text-transform: uppercase;
	font-family: "proxima-nova", sans-serif;
	font-weight: 600;
	font-size: 9px;
	letter-spacing: 2px;
}

.blue-large-int {
	
	font-size: 37px;
	color: #86abb5;
	letter-spacing: 3px;
	font-family: "proxima-nova", sans-serif;
	font-weight: 600;
}

.green-small-int {
	color: #5e9538;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-family: "proxima-nova", sans-serif;
	font-weight: 600;
	font-size: 9px;

}

.blue-large-thin-int {
	font-size: 28px;
	font-weight: 100;
	font-family: "proxima-nova", sans-serif;
	letter-spacing: 3px;
	color: #043e5d;
}

.blue-italic-large-int {
	font-size: 37px;
	color: #043e5d;
	font-style: italic;
	font-family: "proxima-nova", sans-serif;
	font-weight: 100;
}

/*END INTERIOR BUTTONS*/

.refer-button {
	background-color: #043e5d;
	padding: 13px 20px;
	font-family: "proxima-nova",sans-serif;
	color: #ffffff;
	text-align: center;
	border-radius: 12px;
	font-size: 12px;
	letter-spacing: 0.10em;
	max-width: 260px;
	float: right;
}

.refer-button:hover {
	opacity: .65;
	transition:opacity .2s ease;
}

/* .blue-stripe {
	height: 15px;
	background-color: #81a6b6;
	width: 100%;
	display: block;
	position: absolute;
	bottom: 8px;
} */

#referring-doc {
	margin-top: 35px;
	padding: 0;
}

/*#hdrsearch {
	border: 1px solid red;
}

*/



.nivo-caption h2, .nivo_slider .nivo-caption {
	font-family: "proxima-nova",sans-serif !important;
}

.social-row {
	text-align: center;
	position: relative;
	
}

.social-row-inner {
	line-height: 40px;
	height: 40px;
}

.social-row-inner a img {
	max-width: 30px;
	padding-top: 15px;
}

.social-row-inner a img:hover {
	opacity: .65;
	transition: .2s ease;
}

#footer .social-row a {
	display: inline-block;
	margin-left: 20px;
	vertical-align: middle;
}

.social-row-text {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 4px;
	position: relative;
}

.footer-logo {
	text-align: center;
	margin: 20px auto;

}

.footer-logo img {
	max-width: 200px;
}

.stories-btn {
	width: 402px;
	max-width: 100%;
	height: 53px;
	background-color: #043e5d;
	border-radius: 10px;
	color: #ffffff;
	font-size: 14px;
	letter-spacing: .125em;
	padding-left: 25px;
	padding-top: 20px;
	margin-bottom: 20px;
}

.stories-btn:hover {
	opacity: .65;
	transition:opacity .2s ease;
}

.big-text {
	margin-right: 10px;
}

.breaker {
	display: none;
}

.little-text {
	font-weight: 100;
	font-style: italic;
}

.patient-story-callout img:hover {
	opacity: .65;
	transition:opacity .2s ease;
}

#mobile-patient-videos {
	display: none;
}

.patient-mobile {
	display: none !important;
}

.navbar {
	display: none;
}

.nav-row {
	margin-right: 0;
}

/* *****BEGIN Physicians Page Styling***** */

#physicians-buttons {
	text-align: center;
	float: none;
	margin: auto;
}

.two-btn-wrap {
	margin: auto;
}

#button-outer {
	width: 48%;
	margin:auto;
	padding: 10px;
}

#button-inner {
	border: 1px solid #ffffff;
	padding: 10px;
}

#button-outer {
	color: #ffffff;
}

#button-outer:hover {
	opacity: .65;
	transition: .2s ease;
	text-decoration: none;
}

.green-btn {
	background-color: #9caf90;
	margin-right: 15px !important;
}

.blue-btn {
	background-color: #165f7f;
}

span.top-white {
	letter-spacing: .5px;
	font-weight: 100;
}

span.bottom-white {
    font-size: 12px;
    letter-spacing: 1.75px;
    font-weight: 600;
}

#physician-repeaters {
	margin-top: 30px;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 20px;
	/*margin-left: 10px;
	margin-right: 10px;*/
}



span.physician-name {
	font-size: 14px;
	color: #043e5d;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1.75px;
}

.doc-type {
	font-style: italic;
	font-size: 15px;
}

.watch-video {
	font-size: 15px;
	color: #5e9538 !important;
	font-weight: 600;
	background-color: transparent;
	border: none;
	padding-left: 0;
}

.modal-body {
	padding-top: 0;
}

.modal-footer {
	text-align: left;
}

.modal-dialog {
	margin-top: 200px !important;
}

.modal-closer {
	float: right;
	border: 1px solid #cccccc;
	height: 20px;
	width: 20px;
	text-align: center;
	border-radius: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-right: -10px;
	color: #666666 !important;
	cursor: pointer;
}

.modal-closer:hover {
	text-decoration: none !important;
}

.clickable {
	cursor: pointer;
}

.physician-img-modal {
	cursor: pointer;
}

@media (max-width: 1024px) {
	#access a {
		padding: 0 25px; 
	}

	#access .menu-header {
		margin-left: 40px; 
	}
}

@media (max-width:991px) {
	.physician-img {
		width: auto;
	}
}

@media (max-width: 768px) {
	.green-btn {
		

	}

	#button-outer {
		width: 48%;
	}
}

@media (max-width: 600px) {
	#button-outer {
		width: 100%;
		margin-bottom: 20px;
	}
}

/* *****END Physicians Page Styling***** */

/* *****FORMIDABLE STYLING***** */

.frm_submit:hover {
	opacity: .65;
	transition: .2s ease;
}

.frm_style_formidable-style.with_frm_style label.frm_primary_label, .frm_style_formidable-style.with_frm_style.frm_login_form label {
	font-family: "proxima-nova", sans-serif !important;
	text-transform: uppercase;
	color: #666 !important;
}

.with_frm_style .frm_submit {
	float: right;
	
}

.frm_style_formidable-style.with_frm_style input[type=submit], .frm_style_formidable-style.with_frm_style .frm_submit input[type=button], .frm_form_submit_style, .frm_style_formidable-style.with_frm_style.frm_login_form input[type=submit] {
	background-color: #86abb5 !important;
	border: none !important;
	box-shadow: none !important;
	text-transform: uppercase;
	color: #ffffff !important;
	letter-spacing: 1px;
	padding: 5px 20px !important;
	font-size: 12px !important;
}

.frm_style_formidable-style.with_frm_style input[type=text], .frm_style_formidable-style.with_frm_style input[type=password], .frm_style_formidable-style.with_frm_style input[type=email], .frm_style_formidable-style.with_frm_style input[type=number], .frm_style_formidable-style.with_frm_style input[type=url], .frm_style_formidable-style.with_frm_style input[type=tel], .frm_style_formidable-style.with_frm_style input[type=search], .frm_style_formidable-style.with_frm_style select, .frm_style_formidable-style.with_frm_style textarea, .frm_style_formidable-style.with_frm_style .chosen-container {
	font-family: "proxima-nova", sans-serif !important;
	width: 96% !important;
}

/* *****END FORMIDABLE STYLING***** */

/* ***** MOBILE NAV STYLING***** */



.mobile-nav-wrapper {
	display: none;
}

.navbar-header {
	height: 58px;

}

.navbar-default {
	
}

.navbar {
	margin-top: 30px;
	margin-bottom: 20px !important;
	background: #99b6c4;
	border: none;
	border-radius: 0;
	margin-bottom: 0;
}

.navbar .navicon {
	display: none;
}

.navicon {
	font-style: normal;
	color: #ffffff;
	font-size: 14px;
	float: right;
}

#menu-mobile-menu {
	margin: 0;
	list-style-type: none !important;
}

#menu-mobile-menu  a{
	font-size: 14px;
	color: #ffffff;

}

#menu-mobile-menu .menu-item {
	padding: 20px;
	
	border-bottom: 1px solid #ffffff;
	background-color:  #80a0ad;
}

.navbar-toggle {
	margin-top: 10px;
	border: none;
	margin-right: 0;
}

.navbar-toggle:hover {
	background-color: transparent !important;
}

.down-arrow {
	margin-right: 10px;
	margin-top: 10px;
}

.menu-text {
	margin-top: 21px !important;
	font-size: 24px;
	color: #ffffff;
	letter-spacing: 3px;
}

.navbar-toggle .icon-bar {
	height: 4px;
	background-color: #ffffff !important;
	width: 23px !important;
	border-radius: 4px;
}

@media (min-width: 768px) {
  .navbar-header {
    float: none !important;
  }

  .navbar-collapse.collapse {
    display: none !important; 

  }

  .navbar-collapse.collapse.in {
  	display: block !important;
  }
}

@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }

  .sidebar-btn-outer {
  	max-width: 249px;
  }


}

@media (max-width: 991px) {

	li#nktagcloud-3 {
		max-width: 300px;
		margin: auto;
		margin-bottom: 20px;
	}

	.navbar-header {
		background: url('images/down-arrow.png');
		background-position: 98% 10px;
		background-repeat: no-repeat;
	}

	.navbar-header.bigactive {
			background: url('images/down-arrow-inv.png');
		background-position: 98% 10px;
		background-repeat: no-repeat;
	}

	#primary {
		float: none;
	}

	.content-col {
		padding-right: 0;
	}

	.dropdown {
	background-image: url('images/arrow-small.png');
	background-position: 100% 25px;
	background-repeat: no-repeat;

}

.dropdown.active {
	background-image: url('images/arrow-small-inv.png');
	background-position: 100% 25px;
	background-repeat: no-repeat;

}

/*.active {
	background-color: #678993 !important;
}*/

	.mobile-nav-wrapper {
		display: block;
	}

	#menu-mobile-menu li a {
	padding: 20px;
}

#menu-mobile-menu li {
	
	
	border-bottom: 1px solid #ffffff;
	background-color: #80a0ad;
}

.sub-menu {
	list-style-type: none !important;
	margin: 0;
	display: none;
	margin-left: -20px;
	margin-right: -20px;
}

.sub-menu li {
	padding-left: 60px !important;
	background-color: #678993 !important;
	border-top: 1px solid#ffffff;
    margin-top: 20px;
	margin-bottom: -21px;
}



/*.sub-menu li:last-child {
	border-top: none;
	margin-bottom: -21px;
	margin-top: 0;
}*/

	.nav-row {
		margin-left: 0;
		margin-right: 0;
	}

	.navbar-toggle {
		display: block !important;
		float: left;
	}

	.navbar {
		display: block;
	}

	#nav-holder {
		display: none;
	}


	#hdrsearch {
		float: right;
		margin: 10px 35px 20px auto;
	}

	#hdrsearch form * {
		margin-top: 0;
	}

	#referring-doc {
		margin-right: 20px;
	}

	

	#content {
		padding-left: 40px;
		padding-right: 40px;
	}

	#primary {
		padding: 0 15px;
	}

	#home-content {
		float: none;
	}

	.tablet-clear {
		height: 100px;
	}

	#home-third, #pss-rightside, #pss-video-gallery {
		margin: auto;
		float: none;
		width: 100%;
	}

	#patient-gallery {
		margin: auto;
	}

	.patient-story-callout {
		width: 100%;
		float: left;
		margin-bottom: 30px;
	}

	.stories-btn {
		margin:0 auto 20px auto;
	}

	/*HOME PAGE BUTTONS*/
.sidebar-btn-outer {
	background-color: #faf9f5;
	height: 142px;
	padding: 10px;
	margin:0 auto 30px auto;
	width: 321px;
}

.sidebar-btn-outer-int {
	background-color: #faf9f5;
	height: 109px;
	padding: 10px;
	margin-bottom: 20px;
}

.sidebar-btn-outer:hover, .sidebar-btn-outer-int:hover {
	opacity: .65;
	transition:opacity .2s ease;
}

.sidebar-home {
	border: 1px solid #d2d2d1;
	line-height: 1;
	padding: 14px;  
	display:block;  
	
	margin: auto;
}

a:link.sidebar-home-1, a:link.sidebar-home-2, a:link.sidebar-home-3 {
	max-width: 298px !important;
	height: 119px;
	padding: 28px;
}



.blue-small {
	color: #043e5d;
	text-transform: uppercase;
	font-family: "proxima-nova", sans-serif;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 2px;
}

.blue-large {
	
	font-size: 62px;
	color: #86abb5;
	letter-spacing: 3px;
	font-family: "proxima-nova", sans-serif;
	font-weight: 600;
}

.green-small {
	color: #5e9538;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-family: "proxima-nova", sans-serif;
	font-weight: 600;
	font-size: 16px;

}

.blue-large-thin {
	font-size: 47px;
	font-weight: 100;
	font-family: "proxima-nova", sans-serif;
	letter-spacing: 3px;
	color: #043e5d;
}

.blue-italic-large {
	font-size: 62px;
	color: #043e5d;
	font-style: italic;
	font-family: "proxima-nova", sans-serif;
	font-weight: 100;
}
/*END HOME BUTTONS*/

.page-left {
	display: none;
}

.interior-right {
	margin: auto;
	text-align: center;
}

#content {
	border-right: none;

}
}

/*END 991px*/

@media (max-width: 768px) {
	#inside-footer {
		display: none;
	}

}

@media (max-width: 767px) {
	#hdrsearch {
		float: none;
		margin: 10px auto 0 auto;

	}

	#logo-col {
		text-align: center;
	}

	#referring-doc {
		float: none;
		margin-right: 0;
		margin-top: 20px;
	}

	.refer-button {
		float: none;
		margin: auto;
		max-width: 228px;
		font-size: 12px;
	}
}

@media (min-width: 991px) {
	  .tablet-clear {
  	display: none;
  }
}

@media (max-width: 736px) {
	  .tablet-clear {
  	display: none;
  }
}

@media (max-width: 736px) {
	#home-content {
		display: none;
	}


	#home-third {
		margin-top: 40px;
	}

	#pss-video-gallery {
		border-right: none;
	}

	.patient-mobile {
		display: block !important;
	}

	.patient-title {
		display: none !important;
	}

	#mobile-patient-videos {
		display: block;
		font-size: 14px;
		margin-bottom: 40px;
	}

	#mobile-patient-videos ul {
		list-style-type: none;
		margin: 0;
	}

	#mobile-patient-videos ul li {
		margin-bottom: 15px;
	}

	#mobile-patient-videos ul li a {
		color: #cc9423;
	}

	#patient-gallery {
		display: none;
	}

	.breaker {
		display: inline;
	}

	.stories-btn {
		padding: 25px 0;
		height: auto;
		text-align: center;
		line-height: 1.5;
	}

	.big-text {
		margin-right: 0;

	}
}

@media (max-width: 600px) {
	.physician-img, .physician-info {
		text-align: center;
	}

	.physician-img {
		margin-bottom: 20px;
	}
}

@media (max-width: 400px) {
	/*HOME PAGE BUTTONS*/
.sidebar-btn-outer {
	background-color: #faf9f5;
	height: 106px;
	padding: 10px;
	margin:0 auto 40px auto;
	width: 240px;
}

.sidebar-btn-outer-int {
	background-color: #faf9f5;
	height: 109px;
	padding: 10px;
	margin-bottom: 20px;
}

.sidebar-btn-outer:hover, .sidebar-btn-outer-int:hover {
	opacity: .65;
	transition:opacity .2s ease;
}

.sidebar-home {
	border: 1px solid #d2d2d1;
	line-height: 1;
	padding: 14px;  
	display:block;  
	
	margin: auto;
}

a:link.sidebar-home-1, a:link.sidebar-home-2, a:link.sidebar-home-3 {
	max-width: 223px !important;
	height: 89px;
	padding: 16px;
}



.blue-small {
	color: #043e5d;
	text-transform: uppercase;
	font-family: "proxima-nova", sans-serif;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 2px;
}

.blue-large {
	
	font-size: 46px;
	color: #86abb5;
	letter-spacing: 3px;
	font-family: "proxima-nova", sans-serif;
	font-weight: 600;
}

.green-small {
	color: #5e9538;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-family: "proxima-nova", sans-serif;
	font-weight: 600;
	font-size: 12px;

}

.blue-large-thin {
	font-size: 35px;
	font-weight: 100;
	font-family: "proxima-nova", sans-serif;
	letter-spacing: 3px;
	color: #043e5d;
}

.blue-italic-large {
	font-size: 47px;
	color: #043e5d;
	font-style: italic;
	font-family: "proxima-nova", sans-serif;
	font-weight: 100;
}
/*END HOME BUTTONS*/

.patient-story-callout img {
	width: 100%;
}

}
/* ******END NEW STYLES****** 2015 */

/* Custom Styling - Beginning 1/2016 */


.entry-utility {
display:none;
}

#respond {
display:none;
}

.entry-meta {
display:none;
}

.page-id-1333 .addthis_toolbox, .page-id-1391 .addthis_toolbox {
display:none;
}

#comments {
display:none;
}

.nivo-controlNav {
display:none;
}

#little-footer {
    border-bottom: 1px solid #b5b5b5;
    border-top: 1px solid #b5b5b5;
    clear: both;
    color: #545454;
    font-size: 12px;
    font-weight: bold;
    margin: 50px auto;
    padding: 15px 0;
    text-align: center;
    text-transform: uppercase;
}

/* Mobile Styling */
@media only screen and (min-width : 320px) and (max-width : 480px) {

/* Styles */

div#footer-copyright {
  float:left !important;
  text-align:center !important;
  margin-top:20px !important;
  font-size:14px;
  width:100% !important;
  }
  
div#footer-logo {
  clear:left !important;
  width:100% !important;
  text-align:center !important;
  margin-top:-10px !important;
  }
  
.dropdown {
  display: inline-block;
  position: relative;
  width:95% !important;
  margin-left:10px !important;
}

.dropbtn {
  width: 95% !important;
}

#myDropdown.dropdown-content {
    background-color: #f9f9f9;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    display: none;
    margin-left: 10px;
    margin-right: 5px;
    min-width: 160px;
    position: absolute;
    width: 95% !important;
    z-index: 9999;
}

@media only screen and (max-width : 320px) {
/* Styles */

#hdrsearch input[type="text"], #hdrsearch textarea {
    border: 1px solid #999999;
    color: #333333;
    float: left;
    margin-right: 0;
    padding: 10px;
    width: 195px !important;
}

/***************************************************** Custom CSS *********************************************************/

/*Site Fixed Width*/
#toggle-wrapper {
  max-width:1100px !important;
}

/* CTA */
#et_builder_outer_content div.cta  {
 background:#fff;
 border: 2px solid #0078ae; 
  padding: 2% 6%; 
  text-align:center; 
  color:#3b3b3b;
}


.registration {
    font-size: 14px;
    color: #0078ae !important;
    background: #ffffff !important;
    border: 2px solid #0078ae;
    letter-spacing: 0px;
    font-weight: 500;
}

/* <hr> Tag Style */
hr.style {
	border-top: 1px solid #8c8b8b;
}

/*Related Services <hr> Tag Style*/
hr.style2 {
	border-top: 3px double #000000;
}

.spacer15 {
  margin: 15px;
}

div.link-icon: hover {
    background-color: #ffffff;
  opacity:0.5;
}

/*Submenu Last Item STyle*/

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li#mega-menu-item-12943 > a.mega-menu-link {
   color:#0078ae; 
  background:#fff;
  border: 2px solid #003f5f;
  font-weight: 700;
  width:70%;
  float:right;
  text-align: right;
  font-size:16px;
  text-transform: uppercase;
  margin-top:5%;
}


/*Image and Caption Style*/

div.figure {
  float: none;
  width: 50%;
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
}
div.figure p {
  text-align: center;
  font-style: italic;
  font-size: 13px;
  text-indent: 0;
  font-family: "proxima-nova", sans-serif;
}
img.scaled {
  width: 100%;
}

div.figure-right {
  float: right;
  width: 50%;
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
}
div.figure-right p {
  text-align: center;
  font-style: italic;
  font-size: 13px;
  text-indent: 0;
  font-family: "proxima-nova", sans-serif;
}
img.scaled {
  width: 100%;
}

div.figure-left {
  float: left;
  width: 50%;
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
}
div.figure-left p {
  text-align: center;
  font-style: italic;
  font-size: 13px;
  text-indent: 0;
  font-family: "proxima-nova", sans-serif;
}
img.scaled {
  width: 100%;
}
/* End of Caption Style */

#home-slide .et_divi_builder #et_builder_outer_content .et_pb_gutters2 .et_pb_column, .et_divi_builder #et_builder_outer_content .et_pb_gutters2.et_pb_row .et_pb_column_3_4  {
  margin-right: 2%;
}


/*Home Page Title Hide*/
.et_divi_builder #et_builder_outer_content .et_pb_gutters2 .et_pb_column_3_4, .et_divi_builder #et_builder_outer_content .et_pb_gutters2.et_pb_row .et_pb_column_3_4,
.et_divi_builder #et_builder_outer_content .et_pb_gutters2 .et_pb_column_3_4, .et_divi_builder #et_builder_outer_content .et_pb_gutters2.et_pb_row .et_pb_column_2_3 {
    width:78%;
}


h2.page-header.entry-title {
      display: none;
    }
    
/*Home Page Header Disable*/
.page-header  {
    padding-bottom: 0;
    margin: 10px 0 0px;
    border-bottom: 1px solid transparent;
}  




  /*YouTube Hover Icon Size*/
 #et_builder_outer_content .et_overlay:before {
font-size: 52px;
display: none;
}

/*Home Page Tile Hover Effect*/
 .et_divi_builder #et_builder_outer_content .tile:hover {
background: #0078ae;
 cursor:pointer
}

div.tile {
  position: relative;
}

.hyperspan
{
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    z-index:1;
}

	

 
/*Mobile Container Padding*/
.et_divi_builder #et_builder_outer_content .et_pb_text_0 {
  margin-top:0;
}

#content {
    padding-left: 15px;
    padding-right: 15px;
}
          
          
.et_divi_builder #et_builder_outer_content .et_pb_gutters2 .et_pb_column_2_3 .et_pb_module,
  .et_divi_builder #et_builder_outer_content .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_module,
  .et_divi_builder #et_builder_outer_content .et_section_specialty .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_module,
  .et_divi_builder #et_builder_outer_content .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters2.et_pb_row_inner .et_pb_module {
    margin-bottom: 0;
  }

.et_divi_builder #et_builder_outer_content .et_pb_gutters2 .et_pb_column_1_2 .et_pb_module, .et_divi_builder #et_builder_outer_content .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_module, .et_divi_builder #et_builder_outer_content .et_section_specialty .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_module, .et_divi_builder #et_builder_outer_content .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters2.et_pb_row_inner .et_pb_module {
      margin-bottom: 0;
  }

/* img.et_divi_builder#et_builder_outer_content.et_pb_module {
 padding-right: 5%;
}
*/
img.et_divi_builder#et_builder_outer_content.et_pb_module{
padding-right: 5%;
}


/************************************************ down Content (Hidden by Default) **************************************/

.dropbtn {
    background-color: #0078ae;
    font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  text-align: left;
    color: white;
    padding: 9px 20px 8px 20px;
    font-size: 16px;
    border: none;
    cursor: pointer;
  margin-top: 40px;
  margin-right: 5px;
  margin-left: 10px;
  width: 160px;
}

.caret {
  float:right;
  margin-top: 7px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    margin-right: 5px;
       margin-left: 10px;
    z-index: 9999; /*important*/

}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
 
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-family: "proxima-nova", sans-serif;
  font-size:14px;

}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1;
}

/* Show the dropdown menu on hover 
.dropdown:hover .dropdown-content {
    display: block;

}*/

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color:   #5e9732;


  
/******************************************  End of Dropdown Style  ******************************************************/
  
  

/***********  Hover Effects *******************/


div.et_pb_code.et_pb_module }
 width: 226px;
  height: 164px;
}
.video:hover img {
  background-color: #ffffff;
  opacity:0.5;
}

div.et_pb_code.et_pb_module:hover  {
  background-color: #ffffff;
  opacity:0.5;
 
}

et_pb_text et_pb_module et_pb_bg_layout_dark et_pb_text_align_center  et_pb_text_1: hover {
   background-color: #ffffff;
  opacity:0.5;
}


/*Main Container Padding*/
.content-col {
    padding-right: 20px;
    margin-bottom: 20px;
  	margin-top:10px;
}

/*Searchbar*/

input[type="text"], textarea {
    padding: 8px;
}

#hdrsearch input[type="text"], #hdrsearch textarea {
    padding: 10px;
  	color: #333333;
    border: 1px solid #999999;
  width: 260px;
    margin-right: 0;
    float: left;
}

#hdrsearch input, #hdrsearch textarea {
    font-size: 16px;
    line-height: 24px;
}

#hdrsearch {
    color: #003f5f;
    padding: 0px 8px 0 0;
    text-align: left;
    height: 35px;
    margin-top: 40px;

}

#hdrsearch form {
    font-size: 26px;
    top: 0px;
}

#hdrsearch form * {
    margin-top: 0px;
    height: 35px;
    padding-right: 10px;
}

#searchsubmit {
	background: transparent url(http://www.peytonmanningch.org/wordpress1/wp-content/uploads/2016/05/search-btn.jpg) no-repeat center top;
    width: 90px;
    height: 35px;

}

#searchsubmit:hover {
	background: transparent url(http://www.peytonmanningch.org/wordpress1/wp-content/uploads/2016/05/search-btn.jpg) no-repeat center bottom;
}

/* Primary Navigation */

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
  font-family: 'Source Sans Pro', Helvetica, Arial, Lucida, sans-serif;
}

/* Pages width fixed to 100%*/

.et_divi_builder #et_builder_outer_content .et_pb_gutters2.et_pb_row.et_pb_row_fullwidth, .et_divi_builder #et_builder_outer_content .et_pb_gutters2 .et_pb_row.et_pb_row_fullwidth, .et_divi_builder #et_builder_outer_content .et_pb_gutters2.et_pb_specialty_fullwidth > .et_pb_row, .et_divi_builder #et_builder_outer_content .et_pb_gutters2 .et_pb_specialty_fullwidth > .et_pb_row {
width: 100% !important;
max-width: 100% !important;
}

.et_divi_builder #et_builder_outer_content .et_pb_section {
    padding: 0px 0;
}

.entry-content, .entry-summary {
    clear: both;
    padding: 0 0 0 0;
}
x

/*Bullet Point Margin and Style



#et_builder_outer_content ol li, #et_builder_outer_content ul li {
    padding-left: 0;
    background: none;
    margin-left: 35px;
}
 */

/*Edit Link and Share Social Icon Hide */

.entry-content .addthis_toolbox {
  display: none;
}

#little-footer a {
  color: #ffffff;
}
#little-footer {
  color:#ffffff;
}


/*Footer Style */
#footer  {
   background-color: #0078ae;  
   color: #ffffff;
   padding: 10px;
  margin-top: 0px auto;
}

#colophon {
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    margin: 0px auto;
    padding: 30px 0px 0px 0px;
    clear: both;

}




/*Sidebar Column Header*/

.fa-angle-right {
  color: #a54399;
   font-weight: bold;
   vertical-align: middle;

}

.fa-arrow-circle-o-right {
  color: #a54399;
}




/*Refer button radius*/
.refer-button {
    background-color: #043e5d;
    padding: 13px 20px;
    font-family: "proxima-nova",sans-serif;
    color: #ffffff;
    text-align: center;
    border-radius:0px;
    font-size: 12px;
    letter-spacing: 0.10em;
    max-width: 260px;
    float: right;
}

/* Logo*/
#logo-col a img {
    margin-bottom: 15px;
}

/* Home Navigation Padding */
#access {
    font-family: Georgia, "Times New Roman", Times, serif;
    background: none;
    display: block;
    padding-left: 0px;
    float: left;
    height: 50px;
    margin: 0 auto 0px auto;
    width: 100%;
    /* z-index: 9999; */
    position: relative;
}


#access a {
	color: #fff;
	display: block;
	line-height: 38px;
	padding: 10px 25px; !!Important
	text-decoration: none;
	text-transform: uppercase;
	font-style: normal;
	font-size: 14px;
	font-family: "proxima-nova",sans-serif;
}

 /*Home Navigation Color */
#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 {
    background: #6797ad;
    color: #fff;
}

/*  #access ul ul a {
    background: #6797ad;
    line-height: 1em;
   padding: 10px 10px 10px 34px;
    width: 266px;
    height: auto;
    text-transform: none;
    font-weight: 100;
*/

#access li:hover > a,
#access ul ul :hover > a {
	background: #6797ad;
	color: #fff;

}

.blue-stripe {
    height: 0;
    background-color: transparent;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 8px;
}

/*Padding Navigation Bar*/
#access ul ul a {
    background: #6797ad;
    line-height: 100%;
    padding: 10px 10px 10px 34px;
    width: 266px;
    height: auto;
    text-transform: none;
    font-weight: 100;
    margin-top: 22px;
    margin-bottom: -22px;
}

/**************     Mobile Menu Color ************/
.navbar {
  background: #0078ae;
}

#menu-mobile-menu .menu-item {
    padding: 20px;
    border-bottom: 1px solid #ffffff;
    background-color: #80a0ad;
    width: 100%;
}
/*********************   End of MObile Menu Style *****************/

/* <hr> Tag Style */
hr.style {
	border-top: 1px solid #8c8b8b;

}

/*Related Services <hr> Tag Style*/
hr.style2 {
	border-top: 3px double #000000;
}

#et_builder_outer_content ol li, #et_builder_outer_content ul li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin-left: 35px !important;
    padding-left: 0;
}

/*Callbox Style */

.call-button {
	background-color: #043e5d;
	padding: 13px 20px;
	font-family: "proxima-nova",sans-serif;
	color: #ffffff;
	text-align: center;
	border-radius: 2px;
	font-size: 12px;
	letter-spacing: 0.10em;
	max-width: 240px;
	float:right;
}


.callbox {
background-color: #5e9732;
	padding: 13px 20px;
	font-family: "proxima-nova",sans-serif;
	color: #ffffff;
	text-align: left;
	border-radius: 2px;
	font-size: 12px;
	letter-spacing: 0.10em;
	max-width:100%;

}


.call-pediatric {
	background-color: #043e5d;
	padding: 13px 20px;
	font-family: "proxima-nova",sans-serif;
	color: #ffffff;
	text-align: left;
	border-radius: 2px;
	font-size: 12px;
	letter-spacing: 0.10em;
	max-width:100%;

}

.spirit-caring {
	background-color: #5e9732;
	padding: 5px 20px;
	font-family: "proxima-nova",sans-serif;
	color: #ffffff;
	text-align: left;
	border-radius: 2px;
	font-size: 12px;
	letter-spacing: 0.10em;
	max-width: 100%;

}


/* Our Services Bulleted List 
.menu-our-pediatric-services-container {
  text-align: left;
  margin-left: 5px;
}
*/



/*Tab Style*/
.rtbs .rtbs_menu li a {
    display: inline-block;
    color: #0a5481;
    text-decoration: none;
    padding: .7rem 30px;
    box-shadow: 0 0 0;
}

#et_builder_outer_content ol li, #et_builder_outer_content ul li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin-left: 15px !important;
    padding-left: 0;
}

/* Mobile Styling */

@media only screen and (min-width : 320px) and (max-width : 480px) {

/* Styles */
#hdrsearch {
    padding-left: 15px !important;
    width: 100% !important;
}
  
#s {
   width: 75% !important;    
}
  
#searchform {
  margin-left: 10px!important;
  margin-right: 5px!important;  
}
      
#searchsubmit {
   float: right !important;
   width: 25% !important;    
}
#footer-copyright {
  text-align:center !important;
  margin-top:10px;
    font-size:45px;
  }
  
#footer-logo {
  text-align:center !important;
  margin-top:0;
  }
  
}

/* ***** added for api component I HATE DIVI ***** */
a.provider-link {
  font-size: 2em !important;
  color: #5e9732 !important;
}

.provider-title, .provider-specialty {
  font-weight: 700 !important;
  color: #333 !important;
}

.provider-title {
  font-weight: 400 !important;
  font-size: 1.3em !important;
}

.btn-provider {
  color: #fff !important;
}

.provider-card {
  min-height: 20px !important;
  padding: 26px !important;
  margin-left: 2% !important;
  margin-right: 2% !important;
  margin-bottom: 20px !important;
  background-color: #fff !important;
  border: 1px solid #e3e3e3 !important;
  border-radius: 4px !important;
/*   box-shadow: inset 0 1px 1px rgba(0,0,0,.05); */
  box-shadow: 0 0 20px rgba(0,0,0,0.1) !important;
}

.provider-thumb {
  display: inline-block !important;
  max-width: 100% !important;
  height: auto !important;
  padding: 4px !important;
  line-height: 1.42857143 !important;
  background-color: #fff !important;
  border: 1px solid #ddd !important;
  border-radius: 4px !important;
  -webkit-transition: all .2s ease-in-out !important;
       -o-transition: all .2s ease-in-out !important;
          transition: all .2s ease-in-out !important;
}

.et_divi_builder #et_builder_outer_content .et_pb_module h2 {
color:#0078ae;
}
/* ***** end ***** */