/* @override 
	http://wsdev.lebonheur.org/lebon-rd/css/lebonheur.css?v=v1.1
	http://www.lebonheur.org/lebon-rd/css/lebonheur.css?v=v1.1 */

body{
	font-family: "Cabin", Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

::selection {
  background-color: rgba(255,53,46, .7);
  color: white;
}

::-moz-selection {
  background-color: rgba(255,53,46, .7);
  color: white;
}

h1.logo{
	background: url('../img/tmp_LeBon_Logos_032013.png');
	text-indent: -9999px;
	width: 230px;
	height: 66px;
	margin-top: 10px;
}

h1{
	font-weight: normal;
	color: #FF352E;
	margin-top: 0px;
}

h2{
	font-weight: normal;
	color: #0055A5;
		line-height: 1.1em;
	
}

h3{
	font-size: 1.3em;
	line-height: 1.2em;
}

hr{
	border-bottom: 1px dashed #efefef;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.required {
	color: #EC4850;
}

.error {
	color: #b94a48;
}

.error.checkbox, 
.error.radio, 
input.error, 
select.error, 
textarea.error {
    color: #b94a48;
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

/* @group Header */

	#headerBackground{
		background: #0055A5;
		background: -moz-linear-gradient(90deg, #003a71 0.2%, #0055a5 100%), #0055A5;
		background: -webkit-gradient(linear, left bottom, left top, color-stop(0.002, #003a71), to(#0055a5)), #0055A5;
		padding-bottom: 10px;
	}
	
	#header-right ul li a{
		color: #fff;
	}
	
	#header-right ul li a:hover{
		background-color: #00488c;
	}
	
	#header-right ul.nav{
		margin-bottom: 10px;
	}
	
	a.btn.btn-success.pull-right {
		margin-left: 10px;
	}
	
	form.searchForm {
		margin-bottom: 10px;
	}	

/* @end */



/* @group Nav */
	#navBackground{
		position: relative;
	}
	
	#navRibbon{
	  	background: #770000;
	  	width: 100%;
	  	position: absolute;
	  	top: 0px;
	  	left: 0px;
	  	z-index: 20;
	  	background: #990000;
	  	height: 32px;
	  	-moz-box-shadow: inset 0 2px 20px #e16262, 0 2px 5px #433c3c;
	  	-webkit-box-shadow: inset 0 2px 20px #e16262, 0 2px 5px #433c3c;
	  	box-shadow: inset 0 2px 20px #e16262, 0 2px 5px #433c3c;
	}
	
	#thread{
		border-top: 1px dashed #EC4850;
		padding-bottom: 3px;
	}
	
	#thread.background{
		position: relative;		
		top: -11px;
		z-index: 40;
	}

	#nav.visible-desktop.container{
		width: 970px;
	}
	
	.navbar{
		margin-bottom: 0px;
	}
	
	.navbar .navbar-desktop .nav,
	.navbar .navbar-desktop .nav > li {
	  float:none;
	  display:inline-block;
	  *display:inline; /* ie7 fix */
	  *zoom:1; /* hasLayout ie7 trigger */
	  vertical-align: top;
	}
	
	.navbar .navbar-desktop{
		position: relative;
		z-index: 400;
	}
	
	.navbar .navbar-mobile{		
		border-top-left-radius: 0px !important;
		border-top-right-radius: 0px !important;
		border-bottom-left-radius: 10px !important;
		border-bottom-right-radius: 10px !important;
		padding-top: 5px;
	}
	
	.navbar .navbar-mobile ul{
		padding-top: 10px;
		padding-bottom: 0px;
	}

	.navbar.navbar-inverse .navbar-inner {
	  z-index: 200;
	  padding-left: 0px;
	  padding-right: 0px;
	  background: #9A0101;
	  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef3e36', endColorstr='#900000',GradientType=0 ); /* IE6-9 */
	  background: -moz-linear-gradient(90deg, #900000 0%, #EF3E36 100%), #990000;
	  background: -webkit-gradient(linear, left bottom, left top, from(#900000), to(#EF3E36)), #990000;
	  background: linear-gradient(#EF3E36, #900000);
	  -moz-box-shadow: inset 0 2px 10px #e16262, 0 2px 5px #433c3c;
	  -webkit-box-shadow: inset 0 2px 10px #e16262, 0 2px 5px #433c3c;
	  box-shadow: inset 0 2px 10px #e16262, 0 2px 5px #433c3c;
	  border: 0px;
	  margin-top: -7px;
  	}
  	
  	.navbar.navbar-inverse .navbar-desktop.navbar-inner{
  		text-align:center;
 
  	}
  	
  	.navbar .nav > li > a{
  		font-size: 1.2em;
  		color: #fff;
  		padding: 10px 20px;
  	}
  	
  	.navbar .nav > li > a:hover{
  		background: #a4170f;
  		box-shadow: inset 0 1px 5px #741d18;
  	}
  	
  	.brand-lebon{
		background: url('../img/tmp_LeBon_Logos_032013.png') no-repeat 0 -90px;
		height: 45px;
		width: 183px;
		text-indent: -9999px;
		margin-top: 10px;
  	}
  	
	.well.wellNav{
		color: #fff;
		background: #b40f00;
		border: 0px;
		padding-top: 5px;
		padding-bottom: 5px;
		margin-bottom: 10px;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;			
	}
	
	.well.wellSearch{
		margin-top: 10px;
		color: #fff;
		background: #b40f00;
		border: 0px;
		padding-top: 10px;
		margin-bottom: 10px;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;		
	}
	
	.well.wellSearch input{
	}
	

/* @end */

/* @group SectionHeader */

	#sectionHeaderBackground{
		margin-top: -5px;
	}

	#sectionHeader.container{
		background: #C6E8EB;
		border-radius: 0 0 10px 10px;
		width: 960px;
	}
	
	#sectionTitle {
		font-size: 1.9em;
		padding: 0px 20px 10px 10px;
		margin: 0px;
		line-height: 1em;
		color: #0055A5;
		font-weight: bold;
		border-bottom: none;
	}
	
	#breadcrumbs ul{
		padding: 5px 0px 5px 10px;
		background: none;
		margin: 0px;
		list-style: none;
	}
	
	#breadcrumbs li{
		display: inline-block;
		padding: 0px 5px;
	}
	
	#breadcrumbs li::before {
		content: "\0020 > \0020";
		padding: 0px 5px 0px 0px;
	 	color: #ccc;
	}
	
	#breadcrumbs li:first-child{
		padding: 0px 5px 0px 0px;
	}
	
	#breadcrumbs li:first-child::before{
		content: "";
		padding: 0;
	}
	
	#breadcrumbs li:last-child{
		display: none;
	}
	
	#breadcrumbs li>a:hover{
		color: #006699;
		text-decoration: none;
	}

	#breadcrumbs li a{
		color: #666;
		text-shadow: none;
		font-size: .8em;
	}
	
	#sectionHeader-right.span4{
	}
	
	.btn-sectionHeader{
		margin-top: 20px;
		margin-right: 10px;
		padding-left: 20px;
		padding-right: 20px;
	}

/* @end */


/* @group Cover */

	#coverBackground{
		margin-top: -5px;
	}
	
	div#cover div.span12{
		width: 960px;
		margin-left: 10px;
	}

/* @end */

/* @group Main */

	#mainBackground{
	}
	
	#main{
		margin-top: 20px;
	}

	
	#asideLeft ul.nav.nav-tabs li a,
	#asideMobile ul.nav.nav-tabs li a
	{
		font-size: 1.1em;
		color: #666;
		padding: 10px 10px;
		border: none;
		border-top: 1px solid #96D7F4;
		border-radius: 0px;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
	}
	
	#asideLeft ul.nav.nav-tabs li a:hover, 
	#asideLeft ul.nav.nav-tabs li.active a,
	#asideMobile ul.nav.nav-tabs li.active a,
	#asideMobile ul.nav.nav-tabs li a:hover {
		color: #0055A5;
		background: #D9EEF7
	}
	
	#asideLeft ul.nav.nav-tabs li.active ul{
		margin-left: 20px;
		margin-top: 5px;
		margin-bottom: 20px;
		list-style: none;
		background: #fff;
	}
	
	#asideLeft ul.nav.nav-tabs li.active ul li{
	}
						
	#asideLeft ul.nav.nav-tabs li.active ul li a{
		background: none;
		border-top: none;
		font-size: 1em;
		color: #666;
		font-weight: normal;
		padding: 5px;
		
	}
	
	#asideLeft ul.nav.nav-tabs li ul li a:hover,
	#asideLeft ul.nav.nav-tabs li ul li.active a{
		background: none;
		color: #006699;
	}
						
	#asideLeft ul.nav.nav-tabs li ul li.selected a{
		color: #0055A5;
		font-weight: bold;
	}
	
	#asideMobile{
		margin-top: 30px;
	}
	
	.articleDetails{
		display: none;
	}
	
	.event-glance{
		margin-bottom: 30px;
	}
	
/* @end */

/* @group Footer */

	#footerBackground{
		background: #0055A5;
		background: -moz-linear-gradient(90deg, #003a71 0.2%, #0055a5 100%), #0055A5;
		background: -webkit-gradient(linear, left bottom, left top, color-stop(0.002, #003a71), to(#0055a5)), #0055A5;
		box-shadow: inset 0 2px 20px #013b73, 0 2px 5px #433c3c;
		margin-top: 20px;
		color: #fff;
		padding-bottom: 20px;
	}
	
	.footerThread {
		display: block;
		padding-top: 10px;
		border-bottom: 1px dashed #FFF;
		margin-bottom: 30px;
	}
	
	ul.nav-mega{
		list-style: none;
		margin-bottom: 20px;
	}
	
	ul.nav-mega li a{
		display: list-item;
		color: #fff;
		font-size: 1.3em;
		line-height: 1.2em;
		margin-bottom: 5px;
		text-decoration: none;
		padding: 5px 0px;
		text-shadow: none;
	}
	
	ul.nav-mega li a:hover{
		background: none;
		text-decoration: underline;
	}
	
	ul.nav-mega ul{
		list-style: none;
		margin-left: 10px;
	}
	
	ul.nav-mega ul>li>a {
		color: #aaa;
		font-size: 1.1em;
		line-height: 1.5em;
		margin-bottom: 2px;
		padding: 0px;
		text-shadow: none;
	}
	
	ul.nav-mega ul>li>a:hover{
		background: none;
		text-decoration: underline;
	}
	
	span.footer-phone a {
		color: #fff;
		text-decoration: none;
	}
	
	.footer-badge {
		float: right;
		width: 33.333333%;
		margin-bottom: 30px;
	}

	.footer-badge:first-child a {
		padding-right: 0; 
	}

	.footer-badge:last-child a {
		padding-left: 0; 
	}

	.footer-badge a {
		display: block;
		padding: 0 8px;
	}

	div.badgeBest{
		width: 106px;
		height: 130px;
		background: url('../img/best-childrens-hospitals.png') no-repeat center center;
		text-indent: -9999px;
		margin-bottom: 20px;
	}
	
	div.footer-top{
		display: block;
		margin-bottom: 10px;
	}
	
	span.footer-address{
		font-size: 1.1em;
		line-height: 1.4em;
		margin-bottom: 10px;
		display: block;
	}
	
	span.footer-phone{
		font-size: 1.2em;
	}
	
	span.footer-desc{
		font-size: .9em;
	}
	
	span.footer-copyright{
		font-size: .9em;
	}
	
	.brandFooter{
		background: url('../img/tmp_LeBon_Logos_032013.png') no-repeat 0 -90px;
		width: 180px;
		height:52px;
		text-indent: -9999px;
	}
	
	.socialLinks{
		text-align: center;
		background-color: #ffb053;
		box-shadow: inset 0 2px 20px #e16262;
	}
	
	span.footerMotto{
		color: #004c86;
		display: block;
		padding-top: 22px;
		padding-bottom: 22px;
		border-bottom: 1px dashed #fff;
		font: 14px Georgia, "Times New Roman", Times, serif;
		margin-bottom: 10px;
	}
	
	.socialLinks .nav.nav-pills{
		margin-bottom: 10px;
	}
	
	.socialLinks .nav.nav-pills li{
		margin-right: 5px;
		text-indent: -9999px;		
	}
	
	.socialLinks .nav.nav-pills li a{
		height: 32px;
		width: 32px;
		padding: 0px;
	}
	
	.ico_Twitter{
		background: url('../img/tmp_LeBon_Logos_032013.png') no-repeat -235px -74px;
	}
	
	.ico_Facebook{
		background: url('../img/tmp_LeBon_Logos_032013.png') no-repeat -235px -112px;
	}
	
	.ico_Pinterest{
		background: url('../img/tmp_LeBon_Logos_032013.png') no-repeat -275px -112px;
	}
	
	.ico_YouTube{
		background: url('../img/tmp_LeBon_Logos_032013.png') no-repeat -275px -74px;
	}
	
/* @end */

/* @group Widgets */

h3.widgetTitle {
	color: white;
	font-size: 1.714em;
	text-transform: uppercase;
	letter-spacing: .05em;
	background-color: #0055A5;
	border-radius: 6px;
	padding: 10px 20px;
	margin-top: 0;
	margin-bottom: 20px;
}

h4.widgetTitle{
	font-size: 1.1em;
	text-transform: uppercase;
	color: #666;
	padding-bottom: 5px;
	border-bottom: 1px solid #DDD;
}

div.btnMore{
	font-size: .8em;
	text-transform: uppercase;
}

/* @group Image Widget */

	.caption{
		font-size: .9em;
		display: block;
		padding: 5px 10px;
	}
	
	#cover{
		position: relative;
	}
	
	#cover .caption{
		position: absolute;
		bottom: 20px;
		background: #fff;
		padding: 10px;
		opacity: .8;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
		width: 50%;
		font-size: 2em;
		line-height: 1.2em;
		font-weight: normal;
	}
	
/* @end */

/* @group Wells */


.well{
	border-radius: 6px;
}

.well h4.widgetTitle{
	text-transform: none;
	color: #fff;
	border-bottom: none;
	margin-top: 0px;
	margin-bottom: 5px;
}

.wellThread{
	border: 1px dashed #ffffff;
	padding: 5px;
	border-radius: 5px;
}


.wellBlue{
	color: #fff;
	background: #0055A5;
	padding: 5px;
}

.wellBlue .wellThread{
	border: 1px dashed #4aa4fa;
	padding: 5px 10px;
}

.wellBlue a{
	color: #fff;
}

.wellLightBlue{
	background: #C6E8EB;
	padding: 5px;
}

.wellLightBlue h4.widgetTitle{
	color: #0055a5;
}

.wellRed{
	color: #fff;
	background: #b40f00;
	padding: 5px;
}

#btnDonate .wellRed{
	border-radius: 0px;
}

.wellRed .wellThread{
	border: none;
	border-top: 1px dashed #fda199;
	border-bottom: 1px dashed #fda199;
}

.wellRed h3{
	text-align: center;
}

.widget ul{
	list-style: none;
	margin: 0px;
}
/* @end */

/* @group tagCloud */

.tagCloud .xSmallTag { font-size: .75em; }
.tagCloud .smallTag { font-size: .95em; }
.tagCloud .mediumTag { font-size: 1.25em; }
.tagCloud .largeTag{ font-size: 2.0em; }
.tagCloud .xLargeTag{ font-size: 3.5em; }

/* @end */

/* @group Event Widget */

ul.eventList li:before,
ul.eventList li:after {
	content: '';
	display: table;
	line-height: 0;
}

ul.eventList li:after {
	clear: both;
}

ul.eventList li,
ul.newsList li {
	margin-bottom: 30px; 
}

ul.eventList > li > a:hover,
ul.newsList > li > a:hover {
	text-decoration: none;
}

.eventDate {
	float: left;
	text-align: center;
	width: 80px;
	text-transform: uppercase;
	font-weight: bold;
}

.eventInfo {
	color: #333;
	margin-left: 95px;
}

.eventMonth {
	color: #fff;
	background: #dc291e;
	font-size: 1.143em;
	line-height: 1.625em;
	padding: 2px 5px;
	border-radius: 4px 4px 0 0;
}

.eventDay {
	color: #333;
	font-size: 1.715em;
	line-height: 2.08em;
	padding: 2px 5px;
	border-radius: 0 0 4px 4px;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.eventHeadline,
.newsTitle {
	color: #0088cc;
	font-size: 1.3em;
	line-height: 1.2em;
	margin-top: 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

ul.eventList > li > a:hover .eventHeadline,
ul.newsList > li > a:hover .newsTitle {
	text-decoration: underline;
}

.eventDetails {
	margin-left: 60px;
}

.newsTeaser {
	color: #333;
}

/* @end */

/* @group Call To Action */

#callToAction{
	background: #CCC;
	padding: 10px;
	margin-top: 20px;
	margin-bottom:20px;
}

#callToAction ul{
	border-top: 2px dashed #fff;
	padding-top: 10px;
	margin-top: 5px;
	margin-bottom: 0px;
}

#callToAction ul li a{
	font-size: 1.1em;
	color: #666;
	background: #fff;
	padding: 12px 10px;
	border: 1px solid #999;
	margin-bottom: 10px;
	border-radius: 5px;
	text-align: center;
}

#callToAction ul li a.success{
	background: #35A248;
	color: #fff;
}

/* @end */

/* @group Cards or Boxes */

div.box{
	position: relative;
	border: 1px solid #e5e5e5;
	margin-bottom: 20px;
	margin-left: 20px;
	border-radius: 4px;
	float: left;
	
}

div.box.box-physician{
	
}

div.box.box-physician div.img{
	margin: 0px
}

div.box.box-physician div.info{
	padding: 10px 10px 10px 0px;
}

div.box.box-physician div.info div.info-name{
	margin: 0px 0px 5px;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 5px;
}

div.box.box-physician div.info div.info-name h4{
	margin: 0px;
}

div.box.box-physician div.info div.info-name h5{
	margin: 0px;
	color: #666;
}

div.box.box-video div.info{
	margin: 0px;
}

div.box.box-video div.info div.info-video{
	margin: 0px;
	background: #e4e4e4;
}

div.box.box-video div.info div.info-name{
	margin: 0px 10px 10px 20px;
}

/* @end */

/* @group List Widget */

.blog-list div.articleHeader h2{
	margin-top: 0px;
	margin-bottom: 10px;
}

.blog-list div.articleFooter{
	margin-top: 20px;
	margin-bottom: 30px;
	font-size: .9em;
	border-top: 1px solid #ddd;
	padding-top: 10px;
}

.blog-list div.articleContent .blog-thumb.pull-left{
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.blog-list div.articleContent .blog-thumb.pull-right{
	margin-top: 0px;
	margin-left: 20px;
	margin-bottom: 20px;
}

.blog-list .btnContinue{
	font-size: 1.2em;
}

/* @end */

/* 	===================================================
	Begin Styles fixed menu
	=================================================== */

.menu_Fixed {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu_Fixed li {
    margin-bottom: 5px;
}

.menu a {
    text-decoration: none;
}

.menu_Fixed li a {
    color: #666666;
    display: block;
    max-width: 190px;
    padding-left: 15px;
    padding-right: 5px;
    line-height: 2.5em;
    font-size: 1.14285714em;
    position: relative;
    border: 1px solid #CCC;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: #F3F3F3;
}

.menu_Fixed li a:hover {
    background-color: #e1e1e1;
}

.menu_Fixed li.current a {
    color: white;
    text-decoration: none;
    position: relative;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: none;
    background-color: #0081c2;
}

.menu_Fixed li.current a:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 100%;
    border-left: 1.25em solid #0081c2;
    border-top: 1.25em solid transparent;
    border-bottom: 1.25em solid transparent;
    border-right: 1.25em solid transparent;
}

/* @end */

/* 	===================================================
	Begin Styles for donation pop-up
	=================================================== */
.year-end-giving.modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.year-end-giving .modal-body {
	/*background: #b32626 url(../img/lebon-wavecut.png) center center;*/
	padding: 0;
	overflow: hidden;
	position: relative;
	text-align: center;
}

.year-end-giving .close {
	position: absolute;
    right: 10px;
    top: 0;
    font-size: 30px;
    line-height: 30px;
}

.donation-popup-2016-circle {
	width: 45%;
	position: absolute;
	right: 10px;
	bottom: 10px;
}

.donation-popup-2016-background {
	width: 100%;
}

/*.blue-background {
	background-color: #0055a5;
	background-color: rgba(0,85,165,.8);
	padding: 5px;
	border-radius: 6px;
	position: absolute;
	bottom: 15px;
	left: 5%;
	right: 5%;
}

.donation-popup-header {
	color: white;
	border: 1px dashed #4aa4fa;
	padding: 10px;
	margin: 0;
	border-radius: 4px;
	font-size: 36px;
	text-transform: uppercase;
	letter-spacing: .08em;
}*/

/* 	===================================================
	End Styles for donation pop-up
	=================================================== */

/* 	===================================================
	Begin Styles for homepage 
	=================================================== */

#btnDonate {
	background-color: #dc291e;
	border-radius: 6px;
	padding: 5px;
	margin-bottom: 30px;
	text-align: center;
	transition: transform .3s ease-in-out;
}

#btnDonate:hover {
	background-color: #b7180e;
	transform: scale(1.02);
	-ms-transform: scale(1.02);
}

#btnDonate a {
	display: block;
	color: white;
}

#btnDonate a:hover{
	text-decoration: none;
}

#btnDonate img {
	width: 40px;
	height: auto;
	margin-right: 3.125%;
}

#btnDonate:hover img {
	animation: heartbeat .25s infinite alternate;
}

.red-thread {
	border-radius: 4px;
	border: 1px dashed #fa9791;
}

.latest-ppb-section {
	margin-top: 50px;
	margin-bottom: 50px;
}

.full-width-img-container {
	font-size: 1.429em;
	letter-spacing: .05em;
	text-transform: uppercase;
	color: white;
	text-align: center;
	padding: 5px 0;
	border-top: 1px dashed #ff352e;
	border-bottom: 1px dashed #ff352e;
}

.full-width-img-container h3,
.ppb-header-image h3 {
	font-size: 1.5em;
	max-width: 780px;
	margin: 10px auto;
	background-color: #dc291e;
	border-radius: 5px;
	line-height: 1em;
	padding: 10px;
}

.full-width-img {
	padding: 95px 20px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.latest-ppb-section .full-width-img {
	padding: 95px 20px 195px 20px;
	background-image: url(/images/practical-parenting-blog-section-background.jpg);
}

.latest-ppb-articles-container {
	margin-top: -120px;
	position: relative;
}

.latest-ppb-articles-container.ppb-article-row {
	margin-bottom: 15px;
}

.ppb-article-row {
	margin-bottom: 70px;
}

.ppb-article-row ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ppb-article-container {
	position: relative;
	margin-bottom: 15px;
	box-sizing: border-box;
	background-color: white;
  	transition: transform .4s cubic-bezier(.55,.57,0,1.52);
}

.ppb-article {
	padding-bottom: 42px;
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
}

.latest-ppb-articles-container .ppb-article-container {
	padding: 10px;
	border-radius: 5px;
  	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.35);
}

.latest-ppb-articles-container .ppb-article-container:hover {
	transform: scale(1.03);
	-ms-transform: scale(1.03);
}

.ppb-article h4 {
	color: #ff352e;
	font-size: 1.714em;
	line-height: 1.1em;
	margin-top: 15px;
	margin-bottom: 0;
}

.ppb-article-date {
	color: #b3b3b3;
	font-size: .857em;
	font-style: italic;
}

.ppb-article-img {
	width: 100%;
	height: 140px;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.ppb-article hr {
	border-top: 1px solid #dddddd;
	margin: 10px 0;
}

.ppb-overlay,
.ppb-readmore {
	transition: opacity .3s ease-in-out;
}

.ppb-overlay {
	background-color: #da1720;
	opacity: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.ppb-article-img:hover .ppb-overlay {
	opacity: .75;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}

.ppb-readmore {
	color: white;
	opacity: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.ppb-article-img:hover .ppb-readmore {
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

a.ppb-arrow {
	display: inline-block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 40px;
	height: 40px;
	border-radius: 9999px;
	border: 1px solid #dc291e;
	color: #dc291e;
	text-align: center;
}

a.ppb-arrow .fa {
	line-height: 40px;
	margin-right: -4px;
}

a.ppb-arrow:hover {
	background-color: #dc291e;
	color: white;
}

/* 	===================================================
	End Styles for homepage
	=================================================== */

/* 	===================================================
	Begin Styles for practical parenting blog
	=================================================== */

.ppb-header-image {
	background: url(/images/ppb-header.jpg) center no-repeat;
	background-size: cover;
	height: 347px;
	padding: 20px;
	font-size: 1.429em;
	letter-spacing: .05em;
	text-transform: uppercase;
	color: white;
	text-align: center;
	position: relative;
}

.ppb-header-text {
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
}

#ppb-top-bar.affix {
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
}

#ppb-search-bar {
	padding: 15px 20px;
	background-color: #0055a5;
	font-size: 16px;
	border-radius: 5px;
}

#ppb-top-bar #ppb-search-bar {
	border-radius: 0;
}

#ppb-search-bar form {
	margin: 0;
}

#ppb-mobile-search.ppb-search-container {
	display: none;
}

#ppb-search-toggle {
	color: white;
	border: 1px solid white;
	padding: 8px;
	border-radius: 6px;
	display: block;
	text-align: center;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
    background: #f25e55;
    background-image: -moz-linear-gradient(top, #f25e55, #dc291e);
    background-image: -webkit-linear-gradient(top, #f25e55,#dc291e);
    background-image: linear-gradient(to bottom, #f25e55, #dc291e);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f25e55', endColorstr='#dc291e',GradientType=0 );
    background-repeat: repeat-x;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
    border: 1px solid #a51f16;
    border-radius: 6px;
}

input[type="text"].ppb-search,
input[type="button"].ppb-search {
	box-sizing: border-box;
	float: left;
	color: white;
	font-size: 16px;
	margin: 0;
	padding: 12px 10px;
}

input[type="text"].ppb-search {
	width: 76.6667%;
	height: auto;
	background-color: #043768;
	border-top: 1px solid #3678b6;
	border-bottom: 1px solid #3678b6;
	border-left: 1px solid #3678b6;
	border-right: none;
	border-radius: 6px 0 0 6px;
	box-shadow: inset 0px 3px 15px 0px rgba(0, 0, 0, 0.2);
}

input[type="text"].ppb-search::-webkit-input-placeholder {
	color: #3678b6;
}

input[type="text"].ppb-search::-ms-input-placeholder {
	color: #3678b6;
}

input[type="text"].ppb-search::-moz-placeholder {
	color: #3678b6;
}

input[type="text"].ppb-search:-moz-placeholder {
	color: #3678b6;
}

input[type="text"].ppb-search:focus {
	box-shadow: none;
	background-color: #177cde;
	border-top: 1px solid #184e81;
	border-bottom: 1px solid #184e81;
	border-left: 1px solid #184e81;
}

input[type="text"].ppb-search:focus::-webkit-input-placeholder {
	color: #184e81;
}

input[type="text"].ppb-search:focus::-ms-input-placeholder {
	color: #184e81;
}

input[type="text"].ppb-search:focus::-moz-placeholder {
	color: #184e81;
}

input[type="text"].ppb-search:focus:-moz-placeholder {
	color: #184e81;
}

input[type=button].ppb-search {
	width: 23.3333%;
	color: white;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
	background: #f25e55; /* Old browsers */
	background-image: -moz-linear-gradient(top,  #f25e55, #dc291e); /* FF3.6-15 */
	background-image: -webkit-linear-gradient(top,  #f25e55,#dc291e); /* Chrome10-25,Safari5.1-6 */
	background-image: linear-gradient(to bottom,  #f25e55, #dc291e); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f25e55', endColorstr='#dc291e',GradientType=0 ); /* IE6-9 */
	background-repeat: repeat-x;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
	border-top: 1px solid #a51f16;
	border-right: 1px solid #a51f16;
	border-bottom: 1px solid #a51f16;
	border-left: none;
	border-radius: 0 6px 6px 0;
}

input[type=button].ppb-search:hover {
    background-color: #dc291e;
	background-position: 0 -15px;
	-webkit-transition: background-position .1s linear;
    -moz-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    transition: background-position .1s linear;
}

.ppb-tags-header,
.ppb-tags {
	box-sizing: border-box;
}

.ppb-tags-container {
	position: relative;
}

.ppb-tags-header {
	color: white;
	cursor: pointer;
	background-color: #177cde;
	border-radius: 6px;
	padding: 12px 10px;
	position: relative;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none;   /* Chrome/Safari/Opera */
	-khtml-user-select: none;    /* Konqueror */
	-moz-user-select: none;      /* Firefox */
	-ms-user-select: none;       /* Internet Explorer/Edge */
	user-select: none;           /* Non-prefixed version, currently not supported by any browser */
}

.ppb-tags-header:hover {
	background-color: #136abf;
}

.expanded .ppb-tags-header {
	border-radius: 6px 6px 0 0;
	box-shadow: 0 0 10px rgba(0,0,0,.15);
}

.select-arrow {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -4.5px;
	width: 11px;
	height: 9px;
	overflow: hidden;
	background-image: url(/images/select-arrow.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% auto;
}

.expanded .select-arrow {
	background-position: 0 -11px;
}

.ppb-tags {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	background-color: white;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	font-size: 14px;
}

.expanded .ppb-tags {
	display: block;
	z-index: 9999;
	width: 100%;
	overflow-y: scroll;
	box-shadow: 0 0 10px rgba(0,0,0,.15);
}

.ppb-tags ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ppb-tags ul li {
	border-bottom: 1px solid #dddddd;
}

.ppb-tags ul li:last-child {
	border-bottom: none;
}

.ppb-tags a {
	display: block;
	padding: 8px 15px;
}

.ppb-tags a:hover {
	text-decoration: none;
	background-color: #f4f4f4;
}

.ppb-tag-count {
	color: #aaaaaa;
	font-style: italic;
}

.ppb-subscribe-container {
	float: left;
	padding: 10px 15px;
	box-sizing: border-box;
	background-color: white;
	border-right: 2px solid #0055a5;
	border-bottom: 2px solid #0055a5;
	border-left: 2px solid #0055a5;
	border-radius: 0 0 10px 10px;
	font-size: 16px;
	line-height: 34px;
	color: #0055a5;
	text-transform: uppercase;
}

.affix .ppb-subscribe-container {
	background-color: rgba(255,255,255,.9);
	border: none;
	width: 100%;
	border-radius: 0;
	line-height: 1em;
	text-align: center;
}

.ppb-subscribe-container a {
	color: #0055a5;
	border: 1px solid #0055a5;
	padding: 0 5px;
	margin-left: 20px;
	border-radius: 5px;
	display: inline-block;
}

.affix .ppb-subscribe-container a {
	border: none;
}

.ppb-subscribe-container a:hover {
	text-decoration: none;
	background-color: #0055a5;
	color: white;
}

.affix .ppb-subscribe-container a:hover {
	background-color: initial;
	color: #0055a5;
}

.ppb-articles-container {
	padding-top: 70px;
}

.ppb-article-tags,
.ppb-article-specialties {
	font-size: 12px;
	line-height: 1em;
	font-style: italic;
}

.ppb-article-tags {
	color: #b3b3b3;
}

.ppb-article-container .ppb-article-specialties {
	border-top: 4px solid #dc291e;
	margin-top: 20px;
	padding-top: 10px;
}

.ppb-article-specialties {
	color: #00a7e1;
}

.ppb-article-tags a,
.ppb-article-specialties a {
	padding: 0 5px;
	border-radius: 4px;
	text-decoration: none;
	transition: background-color .3s, color .3s;
}

.ppb-article-tags a,
.ppb-article-specialties a,
.ppb-article-tags span,
.ppb-article-specialties span {
	float: left;
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
	line-height: 20px;
}

.ppb-article-container .ppb-article-tags a,
.ppb-article-container .ppb-article-specialties a,
.ppb-article-container .ppb-article-tags span,
.ppb-article-container .ppb-article-specialties span {
	float: none;
}

.ppb-article-tags span,
.ppb-article-specialties span {
	margin-bottom: 5px;
}

.ppb-article-tags a {
	color: #b3b3b3;
	border: 1px solid #b3b3b3;
}

.ppb-article-tags a:hover {
	background-color: #b3b3b3;
	color: white;
}

.ppb-article-specialties a {
	color: #00a7e1;
	border: 1px solid #00a7e1;
}

.ppb-article-specialties a:hover {
	background-color: #00a7e1;
	color: white;
}

.blog-pagination {
	position: relative;
	padding: 0 0 75px;
}

.blog-pagination nav,
.blog-pagination-previous,
.blog-pagination-next {
	float: left;
}

.blog-pagination-previous,
.blog-pagination-next {
	width: 20%;
}

.blog-pagination nav {
	width: 60%;
}

.blog-pagination a {
	text-decoration: none;
}

.blog-pagination-previous {
	text-align: left;
}

.blog-pagination-next {
	text-align: right;
}

.blog-pagination-previous a,
.blog-pagination-next a {
	border: 1px solid #dddddd;
	text-align: center;
	line-height: 43px;
	border-radius: 9999px;
}

.blog-pagination-previous a,
.blog-pagination-next a {
	padding-left: 35px;
	padding-right: 35px;
	display: inline-block;
}

.blog-pagination .disabled a {
	color: #eeeeee;
	border-color: #eeeeee;
	cursor: default;
}

.blog-pagination .disabled a:hover {
	background-color: transparent;
	color: #eeeeee;
	border-color: #eeeeee;
}

.blog-pagination ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

.blog-pagination li {
	display: inline;
	margin-left: .5%;
	margin-right: .5%;
}

.blog-pagination li a {
	display: inline-block;
}

.blog-pagination li a {
	border: 1px solid #dddddd;
	width: 43px;
	text-align: center;
	line-height: 43px;
	border-radius: 9999px;
}

.blog-pagination a:hover {
	background-color: #1084ce;
	border-color: #1084ce;
	color: white;
}

.blog-pagination li.active a {
	background-color: #1084ce;
	border-color: #1084ce;
	color: white;
	cursor: default;
}

.article-header-image {
	background-size: cover;
	background-position: center;
	height: 400px;
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}

.article-header-text {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 25px;
	background-color: #0055a5; /* For older browsers */
	background-color: rgba(0,85,165,.85);
	position: absolute;
	bottom: 0;
	text-align: center;
}

.article-header-text h1 {
	color: white;
	font-weight: bold;
	padding: 15px 10px 0;
	line-height: 1.5em;
	border-top: 1px dashed #4aa4fa;
  	text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.35);
}

.article-header-text .ppb-article-date {
	font-size: 1.15em;
	color: white;
	opacity: .5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.article-container {
	width: 75%;
	margin-left: 12.5%;
}

.social-share {
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-radius: 0 0 5px 5px;
	padding: 28px 15px 15px;
	text-align: center;
	position: relative;
}

.social-share-text {
	margin-bottom: 5px;
	font-size: .8em;
	line-height: 20px;
	font-style: italic;
	background-color: #bbb;
	color: white;
	padding: 0 10px;
	border-radius: 0 0 4px 4px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

.article-tags-specialties {
	padding-top: 30px;
	padding-bottom: 25px;
	border-bottom: 1px dashed #ff352e;
}

.article-text {
	font-size: 16px;
	line-height: 1.3em;
	letter-spacing: .5px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.article-text p,
.article-text ul,
.article-text ol,
.article-text img {
	margin-bottom: 30px;
}

.article-text p:last-child {
	margin-bottom: 0;
}

.ppb-service-cta {
	margin-bottom: 45px;
	background-color: #ddd;
	padding: 20px;
	border-radius: 6px;
	text-align: center;
}

.ppb-service-cta h3 {
	margin-top: 0;
	margin-bottom: 25px;
}

.ppb-service-cta .ppb-service-cta-btn {
	display: inline-block;
	text-align: center;
	padding: 8px 15px;
	background-color: #0055a5;
	color: white;
	text-decoration: none;
	border-radius: 6px;
	transition: all .3s ease-in-out;
}

.ppb-service-cta .ppb-service-cta-btn:hover {
	background-color: #194A80;
}

.article-author-container {
	position: relative;
	border-top: 1px dashed #ff352e;
	padding-top: 25px;
}

.authored-by {
	background-color: #EF3E36;
	padding: 0 8px;
	line-height: 24px;
	font-style: italic;
	color: white;
	border-radius: 4px;
	position: absolute;
	top: -12px;
	left: 0;
}

.author-img,
.author-name-container {
	float: left;
}


.author-img {
	width: 110px;
	height: 110px;
	padding: 5px;
	border: 1px dashed #ff352e;
	overflow: hidden;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-clip: content-box;
}

.author-name-container {
	color: white;
	padding: 5px 11px;
	display: inline-block;
	background-color: #0055a5;
	position: absolute;
	left: 95px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	border-radius: 4px;
}

.author-name,
.author-title {
	display: block;
}

.author-name {
	font-size: 1.285em;
	font-weight: bold;
}

.author-title {
	font-style: italic;
}

.article-subscribe-container {
	background-color: #0055a5;
	color: white;
	border-radius: 6px;
	padding: 5px;
	margin-top: 35px;
}

.article-subscribe-container h3 {
	font-size: 1.714em;
	font-weight: normal;
	color: white;
	margin-top: 0;
}

.thread-blue {
	border: 1px dashed #4aa4fa;
	border-radius: 4px;
	padding: 15px;
}

.article-subscribe-container a {
	display: inline-block;
	text-align: center;
	padding: 8px;
	box-sizing: border-box;
	border: 1px solid white;
	color: white;
	text-decoration: none;
	border-radius: 5px;
	float: left;
	width: 48.275862068966%;
	margin-left: 3.448275862068%;
	transition: all .3s ease-in-out;
}

.article-subscribe-container a:nth-child(2) {
	margin-left: 0;
}

.article-subscribe-container a:hover {
	background-color: white;
	color: #0055a5;
}

.related-articles {
	margin-top: 35px;
}

.related-articles h2 {
	font-size: 1.714em;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	margin: 0;
}

.related-articles ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.related-articles li {
	border-bottom: 1px solid #ddd;
}

.related-articles a {
	padding: 15px 0;
	text-decoration: none;
	display: block;
}

.related-articles h4 {
	margin: 0;
	color: #ff352e;
}

.related-articles li a:hover h4 {
	text-decoration: underline;
}

.blog-next-previous {
	margin-top: 70px;
	margin-bottom: 40px;
}

.previous-post,
.next-post {
	font-size: 1.142em;
	padding: 12px 30px 12px;
	color: white;
	background-color: #EF3E36;
	border-radius: 9999px;
	border: 1px solid #9d3538;
	box-shadow: 0 3px 0 #9d3538;
	background-repeat: no-repeat;
	background-size: 16px auto;
	position: relative;
	transition: all ease .3s;
	top: 0;
	min-width: 30%;
	box-sizing: border-box;
}

.previous-post:hover,
.next-post:hover {
	top: 3px;
	box-shadow: 0 0 0 #9d3538;
	color: white;
	text-decoration: none;
}

.previous-post {
	padding-left: 50px;
	float: left;
	text-align: left;
	background-image: url(/images/left-arrow-button.svg);
	background-position: 17px center;
}

.next-post {
	padding-right: 50px;
	float: right;
	text-align: right;
	background-image: url(/images/right-arrow-button.svg);
	background-position: right 17px center;
}

.search-header {
	margin-top: 45px;
	padding-bottom: 10px;
	font-size: 2em;
	color: #333;
	border-bottom: 1px solid #ddd;
}

.searched-term {
	font-size: 1.3em;
	font-style: italic;
	color: #0055a5;
}

.service-text-container {
	width: 66.666667%;
	padding-left: 20px;
	box-sizing: border-box;
}

.blue-header {
	background-color: #0055a5;
	border-radius: 5px 5px 0 0;
	padding: 10px;
	color: white;
}

.blue-header h3 {
	margin: 0;
}

.feature-list-box {
	margin: 45px 0;
}

.feature-list-box h4 {
	margin: 0;
}

.feature-list-box ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.feature-list-box li {
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	padding: 10px;
}

.feature-list-box li:last-child {
	border-radius: 0 0 5px 5px;
}

.feature-list-box li p {
	margin-bottom: 0;
	margin-top: 10px;
}

.feature-list-box li a {
	color: #333;
	text-decoration: none;
	display: block;
}

.feature-list-box li a h4 {
	color: #ff352e;
}

.feature-list-box li a:hover h4 {
	text-decoration: underline;
}

/* 	===================================================
	End Styles for practical parenting blog
	=================================================== */

/* 	===================================================
	Begin Styles for Find a Doctor
	=================================================== */

.find-a-doc-header-image {
	margin-bottom: -160px;
}

h1.red-bg {
	background-color: #e33628;
	background-color: rgba(227,54,40,.85);
	color: white;
	font-size: 3.43em;
	padding: 15px;
	margin-bottom: 25px;
	border-radius: 4px;
	display: inline-block;
}

.find-a-doc-text-search {
	position: relative;
	z-index: 1;
}

.find-a-doc-text-search .well {
	margin-bottom: 0;
}

.search-by-container label {
	margin: 20px 0;
	font-size: 1.71em;
	line-height: 1em;
}

.search-by-container button {
	margin-top: 20px;
}

.span5.search-specialty {
	margin-left: 19.14893617021277%;
}

.row-fluid {
	position: relative;
}

.or-container {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 40.42553191489362%;
}

.or-circle {
	width:  52px;
	line-height: 50px;
	padding: 5px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -33px;
	margin-top:  -33px;
	border-radius: 50%;
	background: #b40f00;
	border: 2px solid white;
	text-align: center;
	font-size: 1.64em;
}

.or-thread {
	border: 1px dashed #ec4850;
	border-radius: 50%;
}

.or-divider {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	margin-left: -1px;
	width: 1px;
	border-left: 1px dashed #4aa4fa;
}

.search-results-container {
	margin-top: 30px;
	padding: 30px 0 180px;
	border-top: 1px solid #c6e8eb;
}

.search-placeholder-container {
  	border: 1px solid #999999;
  	border-radius: 5px;
  	background-color: #e8e8e8;
  	box-shadow: inset 2px 3px 10px 0px rgba(180, 180, 180, 1);
  	display: table;
  	height: 300px;
}

.search-placeholder-text {
  	display: table-cell;
  	vertical-align: middle;
  	padding: 15px;
  	text-align: center;
}

.search-placeholder-text h2 {
	color: #b2b2b2;
  	text-transform: uppercase;
  	font-size: 2.6em;
  	line-height: 1em;
  	text-shadow: 0 1px 0 rgba(255,255,255,.8);
}

.searched-term h2 {
 	margin-top: 25px;
 	margin-bottom: 0;
 	text-align: center;
 	color: #333;
}

.physician-card {
	margin-bottom: 20px;
 	color: white;
 	border-radius: 4px;
 	overflow: hidden;
}

.physician-card-top {
 	position: relative;
 	z-index: 0; /*Fixes issue with the border-radius not clipping .doctor-overlay hover*/
 	overflow: hidden; 
 	width: 100%;
 	height: 150px;
 	box-sizing: border-box;
 	border-radius: 4px 4px 0 0;
 	background-color: #0053a8;
}

.table-row {
	display: table-row;
}

.doctor-overlay {
	opacity: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: opacity .2s ease;
   	-moz-transition: opacity .2s ease;
   	-webkit-transition: opacity .2s ease;
	background: rgba(68,162,253,.75);
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	color: white;
}

.physician-picture:hover .doctor-overlay{
	opacity: 1;
}

.doctor-overlay-text {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.physician-card-top .btn-mini {
 	position: absolute;
 	bottom: 15px;
 	left: 10px;
}

.physician-picture,
.physician-info {
 	float: left;
 	height: 100%;
 	box-sizing: border-box;
}

.physician-picture {
 	width: 30%;
 	margin-right: 2%;
 	position: relative;
 	background-size: cover;
 	background-position: center center;
}

.physician-picture a {
	display: block;
}

.physician-info {
	border-left: 1px dashed #4aa4fa;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 50px;
	width: 68%;
	position: relative;
}

.physician-info h3 {
 	color: white;
 	font-size: 1.14em;
 	position: relative;
 	padding-bottom: 10px;
 	margin-bottom: 10px;
}

.physician-info a:hover {
	text-decoration: none;
}

.physician-info h3:after {
 	content: '';
 	background-color: #44a2fd;
 	width: 75px;
 	height: 2px;
 	position: absolute;
 	bottom: 0;
 	left: 0;
}

.specialty {
 	font-style: italic;
}

.physician-card-bottom {
	background: #0d3e6d;
	border-radius: 0 0 4px 4px;
	box-shadow: inset 0px 3px 5px 0px rgba(0, 0, 0, 0.36);
	text-align: center;
	font-size: 11px;
	padding: 5px;
	letter-spacing: .1em;
}

.search-results-container .sectionHeader {
	border-bottom: 1px solid #c6e8eb;
}

#LeBonCommunity {
	margin-top: 50px;
}

.patient-care-emphasis,
.doctor-phone-number,
.doctor-request-appointment {
	margin-top: 12px;
	margin-bottom: 12px;
}

.patient-care-emphasis {
	padding: 15px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.patient-care-emphasis h5 {
	margin: 0;
	font-style: italic;
	color: #0055a5;
}

.doctor-phone-number {
	display: block;
	padding: 5px;
	font-size: 1.3em;
	color: #333;
}

.doctor-phone-number:hover {
	color: #333;
	text-decoration: none;
	background: #f1f1f1;
}

.doctor-phone-number i {
	color: #0055a5;
	font-size: 1.31em;
}

.doctor-name {
	background: #0055a5;
	color:white!important;
	border-radius: 4px;
	padding: 10px;
	font-size: 2.57em;
}

.doctor-specialties-container {
	font-size: 1.286em;
	letter-spacing: .05em;
	color: #999;
	font-style: italic;
	font-weight: bold;
}

.doctor-specialty {
	color: #0055a5;
	display: inline-block;
	font-weight: normal;
	padding: 5px;
	margin: 5px;
	border-radius: 4px;
	border: 1px solid #0055a5;
}

.doctor-specialty:hover {
	text-decoration: none;
	color: white;
	background: #0055a5;
}

.doctor-job-titles {
	margin-top: 25px;
	margin-bottom: 25px;
}

.doctor-info-box-header {
	background: #a4a4a4;
	padding: 5px 10px;
	color: white;
	font-size: 1.285em;
	border-radius: 4px 4px 0 0;
}

.doctor-info-box {
	padding: 10px;
	border-radius: 0 0 4px 4px;
	border: 1px solid #a4a4a4;
	margin-top: -1px;
	margin-bottom: 20px;
}

.location {
	width: 100%;
	box-sizing: border-box;
}

.location-map {
	display: table;
	width: 100%;
}

.location-map,
.doctor-info-text {
	border-top: 1px solid #e9e9e9;
	padding-top: 10px;
	margin-top: 10px;
}

.location-map:first-child,
.doctor-info-text:first-child {
	border: none;
	padding-top: 0;
	margin-top: 0;
}

.doctor-locations-map {
	width: 44%;
}

.doctor-locations-map .map_canvas {
	width: 100%;
	height: 200px;
}

.location-address {
	padding-left: 15px;
}

.location-address,
.doctor-locations-map {
	display: table-cell;
	vertical-align: middle;
}

.doctor-info-text-header {
	display: block;
	font-style: italic;
	color: #999;
}

/* 	===================================================
	END Styles for Find a Doctor
	=================================================== */

.services-appointment-number-container {
	padding: 10px;
	border-top: 1px solid #AFD6DA;
	font-size: 16px;
	color: #666666;
}

.services-appointment-number-container a,
.services-appointment-number-container a:hover {
	color: #666666;
	text-decoration: none;
}


/* Large desktop */
@media (min-width: 1200px) { }
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	#sectionHeader.container{width:744px}

	div#featuredPrepare .pull-right{
		float: left;
		margin-left: 20px;
	}
	
	#navBackground{
		margin-bottom: 10px;
	}
	
	#navRibbon{
		height: 10px;
	}
	
	#sectionHeaderBackground{
		margin-top: 0px;
	}
	
	#sectionHeader {
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 0px;
		margin-top: 0px;
	}
	
	div#cover div.span12{
		width: 724px;
		margin-left: 20px;
	}
	
	div#cover .caption{
		position: absolute;
		bottom: 20px;
		background: #fff;
		padding: 10px;
		opacity: .8;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
		width: 60%;
		font-size: 2em;
		line-height: 1.2em;
		font-weight: normal;
	}

	div#cover .well {
		margin-top: 20px;
	}

	.span5.search-specialty {
		margin-left: 19.88950276243094%;
	}

	.doctor-phone-number {
		font-size: 1em;
	}

	.service-text-container {
		width: 100%;
	}

	.footer-badge {
		max-width: 90px;
		width: auto;
	}

}

@media (min-width: 768px) {

	#ppb-mobile-search.ppb-search-container {
		display: none !important;
	}

}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) { 
	body{
		padding: 0px;
	}

	.container{
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.navbar-mobile.container{
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.well.wellNav{
		padding: 5px 10px 3px;			
	}
	
	#sectionHeaderBackground{
		margin-top: 0px;
	}
	
	#sectionHeader.container {
		margin-left: 10px;
		margin-right: 10px;
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 10px;
		width:auto;
	}

	
	#coverBackground{
		margin-top: 0px;
	}
	
	div#coverBackground .container{
		padding: 0px;
	}
	
	div#cover .caption{
		position: relative;
		bottom: 0px;
		width: 100%;
		font-size: 1.2em;
		background: none;
		padding: 10px 0px;
	}
	
		div#featuredWant{
			padding-left: 20px;
			padding-right: 20px;
			margin-top: -50px !important;
			z-index: 200;
		}
		
		div#featuredPrepare{
			padding-left: 20px;
			padding-right: 20px;
		}
		
		div#featuredLearn{
			padding-left: 20px;
			padding-right: 20px;
		}
		
	
		div#featuredPrepare .pull-left{
			float: left;
			margin-left: 0px;
		}

	div#featuredPrepare .pull-left{
		float: left;
		margin-left: 0px;
	}
	
	div#featuredWant{
		margin-top: 0px;
		z-index: 200;
	}
	
	div#cover div.span12{
		width: 100%;
		margin-left: 0px;
	}
	
	#featuredWant.pull-right{
		float: none;
	}
	
	#navBackground{
		margin-bottom: 0px;
	}
	
	#navRibbon{
		height: 10px;
	}
	
	/* @group Footer */
	
	.footer-right{
		float: none;
	}
	
	.footer-right .pull-right,
	.footer-right .pull-left {
		float: none;
	}
	
	.footer-right .socialLinks{
		background: none;
		box-shadow: none;
		margin-top: 10px;
	}
	
	.modal.fade.in {
		top: 50%;
		-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
				transform: translateY(-50%);
	}

	h1.red-bg {
		display: none;
	}

	.span5.search-specialty {
		margin-left: 0;
	}
	
	.or-container,
	.or-circle {
		position: relative;
		left: auto;
		top: auto;
	}

	.or-circle {
		transform: none;
		display: block;
		margin: auto;
	}

	.or-divider {
		right: 0;
		left: 0;
		top: 50%;
		width: auto;
		height: 1px;
		border-left: none;
		border-top: 1px dashed #4aa4fa;
		margin-top: -1px;
		margin-left: 0;
	}

	.search-placeholder-text h2 {
		font-size: 1.5em;
	}

	.search-placeholder-container {
		height: 150px;
	}
	
	.search-results-container {
		padding-bottom: 75px;
	}

	.find-a-doc-header-image {
		margin-bottom: -8%;
	}

	.doctor-phone-number {
		font-size: 1em;
	}

	.doctor-name {
		font-size: 1.75em;
		line-height: 1.15em;
	}

	.doctor-sidebar img {
		margin-bottom: 25px;
	}

	.newsWidget,
	.eventsWidget {
		margin-bottom: 40px;
	}
	/* @end */

	.ppb-article-img {
		max-width: 400px;
		height: 200px;
	}

	.ppb-header-image {
		height: 220px;
	}

	#ppb-search-bar {
		font-size: 14px;
	}

	input[type="text"].ppb-search,
	input[type="button"].ppb-search {
		font-size: 14px;
		padding: 8px 6px;
	}

	#ppb-mobile-search.ppb-search-container {
		margin-bottom: 15px;
		min-height: initial;
	}

	.span4.ppb-tags-container {
		width: 80%;
		margin-left: 5%;
		float: left;
	}

	.ppb-search-toggle {
		width: 15%;
		float: left;
	}

	.ppb-tags-header {
		padding: 8px 6px;
	}

	.ppb-subscribe-container {
		font-size: 14px;
		line-height: 20px;
		width: 100%;
	}

	.ppb-subscribe-container a {
		margin-left: 10px;
	}

	.ppb-article-row {
		margin-bottom: 0;
	}

	.ppb-article-container {
		margin-bottom: 50px;
	}

	.blog-pagination-previous,
	.blog-pagination-next {
		position: absolute;
		top: 60px;
		width: auto;
	}

	.blog-pagination-previous {
		left: 0;
	}

	.blog-pagination-next {
		right: 0;
	}

	.blog-pagination nav {
		width: 100%;
	}

	.blog-pagination li {
		float: left;
		width: 19%;
	}

	.article-header-image {
		height: 300px;
	}

	.article-header-text h1 {
		font-size: 1.8em;
		line-height: 1em;
	}

	.article-header-text .ppb-article-date {
		font-size: 1em;
	}

	.article-container {
		width: 90%;
		margin-left: 5%;
	}

	.social-share {
		padding-bottom: 5px; 
	}

	.service-text-container {
		width: 100%;
		padding-left: 0;
	}

}
 
/* Landscape phones and down */
@media (max-width: 480px) { 
	div#featuredPrepare .pull-left{
		float: left;
		margin-left: 0px;
	}

	.donation-popup-2016-circle {
		width: 60%;
	}
	
	/*.donation-popup-header {
		font-size: 20px;
	}*/
	
	.location-map {
		display: block;
	}

	.location-address,
	.doctor-locations-map {
		display: block;
		width: 100%;
		padding: 0;
	}

	.doctor-locations-map {
		margin-bottom: 20px;
	}

	.location-address a.btn {
		margin-top: 15px;
	}

	.ppb-article-img {
		padding-bottom: 50%;
		height: auto;
	}

	.article-header-image {
		height: 250px;
	}

	.previous-post,
	.next-post {
		padding: 10px 20px 10px;
		background-size: 10px auto;
	}

	.previous-post {
		padding-left: 30px;
		background-position: 10px center;
	}

	.next-post {
		padding-right: 30px;
		background-position: right 10px center;
	}

}

@keyframes heartbeat{
	to { transform: scale(1.1); }
}

