/*
Theme Name: SoCal Fertility
Theme URI: http://www.website.com
Description: The Official WordPress theme for SoCal Fertility. <a href="http://fontawesome.io/" target="_blank">Font Awesome 4.5 CDN</a>, <a href="http://getbootstrap.com/" target="_blank">Bootstrap 3.3.5</a>.
Version: 5.2.5.8
Author: Catalyst Healthcare Marketing
Author URI: http://www.catalysthcm.com
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: wordpress

*/

body {
	font-family:'Open Sans', sans-serif;
	color:#212121;
	margin:0;
	font-size:14px;
	line-height:16pt;
}
/*-----------------------------------------------> HEADER <---------------------------------------------------*/
.above-header{
	background-color:#6d9bab;
	padding:0;
	border-bottom:4px solid #f8feae;
}
.above-header section{
	max-width:1200px;
	margin:0 auto;
}
.above-header aside{
	display:inline-block;
	vertical-align:middle;
}
.above-header aside:nth-of-type(1){
	width: 15%;
	padding: 8px 0;
}
.above-header aside:nth-of-type(1) .btn {
	color: #FFF;
    background-color: #8fb088;
    text-decoration: none;
    border-radius: 10px;
    padding: 7px 15px 5px 15px;
    border: none;
    font-size: 90%;
}
.above-header aside:nth-of-type(1) .btn:hover {
	color:#6D9BAB;
	background-color:#F7FDAD;
}
.above-header aside:nth-of-type(1) .btn i{
	font-size: 140%;
    padding: 0px 3px 0px 0;
    display: inline-block;
    vertical-align: middle;
}
.above-header aside:nth-of-type(2){
	width: 67%;
	text-align: center;
	padding: 8px 0;
}
.above-header aside:nth-of-type(2) ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
.above-header aside:nth-of-type(2) li{
	display:inline;
	padding: 0px 7px;
}
.above-header aside:nth-of-type(2) li a{
	color:#FFF;
	text-decoration:none;
}
.above-header aside:nth-of-type(2) li a:hover{
	color:#F7FDAD;
}
.above-header aside:nth-of-type(2) li a:hover>.fa{
	color:#F7FDAD;
}
.above-header aside:nth-of-type(2) li .fa{
	color: #FFF;
    padding-right: 6px;
    margin-bottom: 2px;
    display: inline-block;
	vertical-align: middle;
    font-size: 130%;    
}
.above-header aside:nth-of-type(2) li .fa-plane {
	font-size:160%;
	margin: 0;
    padding-top: 1px;
}
.above-header aside:nth-of-type(3) {
	width:17%;
	background-color:#f8feae;
	vertical-align:top;
	text-align: center;
	padding: 4px 0;
    border-radius: 0 0 10px 10px;
}
.above-header aside:nth-of-type(3) a{
	color:#6d9bab;
	text-decoration:none;
	font-weight: 700;
    padding: 0 3px;
}
header{
	background:#FFF;
	padding:10px 0 0;
	transition:0.5s ease all;
}
	/*---------------> HEADER Fixed Top <-------------------*/
header.navbar-fixed-top {
	top:0;
	transition:0.5s ease all;
	animation:navfixedtop 1s ease;
	-webkit-animation:navfixedtop 1s ease;
}
			/*===ANIMATION - Fixed Top=======*/
@keyframes navfixedtop{
	from{
		top:-200px;
	}
	to{
		top:0;
	}
}
header img{
	border:0;
}
header section {
	max-width:1200px;
	margin:10px auto 30px;
}
header section a, header section a:visited{
	text-decoration:none;
}
header aside{
	display:inline-block;
	vertical-align:middle;
}
header aside:nth-of-type(1){/*Header Left*/
	width:24%;
	color: #6D9BAB;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}
header aside:nth-of-type(1) h3 {
	margin:0;
}
header aside:nth-of-type(1) h3 a {
	color: #90b089;
	font-size: 30px;
}
header aside img{
	max-width:95%;
	height:auto;
	transition:0.5s ease all;
}
header.navbar-fixed-top aside:nth-of-type(1) img{/*Logo Shrink on Scroll*/
}
header aside:nth-of-type(2){/*Header Center*/
	width:50%;
}
header aside:nth-of-type(3){/*Header Right*/
	width:25%;
	margin:0;
	text-align:right;
}
header aside:nth-of-type(3) .social-icons {
    margin-bottom: 10px;
}
header aside:nth-of-type(3) .social-icons .fa {
    width: 34px;
    height: 34px;
	font-size: 1.5em;
    line-height: 16pt;
    padding: 7px;
}
header aside:nth-of-type(3) .search input {
	width:70%;
	font-size:14px !important;
}
	/*Alert BOX*/
#alert-box{
	width:100%;
	text-align:center;
	animation:slidein 1s ease-out;
	-webkit-animation:slidein 1s ease-out;
	position:relative;
}
@keyframes slidein{
from{
	top:-55px;
}
to{
	top:0;
}
}
@-webkit-keyframes slidein{
	from{
		top:-55px;
	}
	to{
		top:0;
	}
}
#alert-box h3{
	color:#FFF;
	margin:0;
}
#alert-box a, #alert-box a:visited{
	text-decoration:none;
}
		/*Alert BOX ENDS*/
/*-----------------------------------------------> HEADER ENDS <---------------------------------------------------*/
	

/*-----------------------------------------------> NAVIGATION <---------------------------------------------------*/
#nav-container {
	max-width:1200px;
	margin:0 auto;
}
#nav {
	background-color:#8fb088;
	color:#FFF;
	max-width: 1200px;
    margin: 0 auto;
	padding:0;
    border-radius: 10px 10px 0 0;
	text-align: center;
}
#nav img {
	border:0;
}
#nav ul {
	list-style: none;
	margin:10px 0;
	padding:0;
	overflow:inherit;
	transition:0.5s ease all;
}
.navbar-fixed-top #nav ul {/*Nav Margin Shrink on Scroll*/
    margin: 5px 0;
}
	/*================Controls Individual Tab=============*/
#nav li {
	display:inline-block;
	margin:0;
	position: relative;
	border-right: #fff solid 1px;
}
#nav li:last-child {
	margin:0;
	border-right:none;
}
#nav li a {
    color: #FFF;
    display: block;
    line-height: 1.133em;
    padding: 8px 20px;
    text-decoration: none;
    font-size: 18px;
}
	/*========Hover + Click On Tab************/
#nav li:hover > a,  #nav a:focus {
	color:#6D9BAB;
}
	/*==========CURRENT PAGE FOR NAV STYLING=======*/
#nav .current_page_item > a,  #nav .current_page_ancestor > a, #nav .current-page-ancestor > a {
	color:#EEE;
}
	/*============Last Nav Tab on Nav Bar======*/
#nav li:last-child a{
}
	/*=============Down Arrow for Drop Down Menu - Caret============*/
#nav li.menu-item-has-children > a:after{
	font-size:16px;
	color:#FFF;
	display:inline;
	content:  "\25BE ";
	margin-left: 5px;
}

	/*-------------------> SUB NAVIGATION <----------------------------------*/
#nav ul ul {
	display: none;
	margin: 0;
	padding:0;
	position: absolute;
	top: 2.433em;/*CONTROLS THE PLACEMENT OF THE SUB NAV FROM TOP*/
	left: 0;
	width: 188px;
	z-index: 99999;
}
#nav ul ul li {
	border:0;
	margin:0;
	width: 100%;
}
#nav ul ul li a {
	background:#8FAF87;
	line-height: 1.4em;
	padding: 10px 10px;
}
#nav ul ul li a:hover {
	color: #FFF;
	background:#0088cc;
}
			/*****============Triggers Drop Down to Appear=============*****/
#nav ul li:hover > ul {
	display: block;
}
	/*Right Arrow for Extra Drop Down Menu - Caret*/
#nav ul ul li.menu-item-has-children > a:after{
	content:  "\25b8 ";
}
	/*-------------------> SUB SUB NAVIGATION <----------------------------------*/
#nav ul ul ul {
	left: 100%;
	top: 0;
}
/*-----------------------------------------------> NAVIGATION ENDS <---------------------------------------------------*/

/*-----------------------------------------------> MAST <---------------------------------------------------*/
#mast {
}
#mast-container {
	max-width:1200px;
	margin:0 auto;
}
.below-mast{
	padding: 1%;
	background-color:#f8feae;
}
.below-mast section{
	max-width:1200px;
	margin:0 auto;
}
.below-mast ul{
	margin:0;
	padding:0;
}
.below-mast li{
    width: 33%;
    display: inline-block;
    vertical-align: middle;
    margin: 20px 0;
    position: relative;
	border-radius: 10px 10px 0 0;
}
.below-mast li:nth-of-type(3) {
	margin: 0;
    vertical-align: bottom;
    min-height: 100px;
}
.below-mast li a {
	color:#6D9BAB;
	text-decoration:none;
	display: block;
    width: 100%;
    height: 100%;
}
.below-mast li a:hover, .below-mast li a:hover>h1 {
	color:#8FAF87;
}
.below-mast li:nth-of-type(3) a, .below-mast li:nth-of-type(3) i{
	color:#6D9BAB;
}
.below-mast li .fa{
	font-size: 500%;
    vertical-align: middle;
    display: inline-block;
    padding-right: 10px;
	position: relative;
    z-index: 2;
}
.below-mast li:nth-of-type(3) .fa{
	font-size:700%;
	padding-left: 5px;
}
.below-mast li h1{
    font-size: 28px;
    font-weight: 300;
    margin: 0;
    text-align: left;
    width: 70%;
    display: inline-block;
    vertical-align: middle;
}
.below-mast li p {
	background:rgba(255,255,255,0.79);
    margin: 0;
    position: absolute;
    width: 100%;
    bottom: 0;
	text-align:center;
}
/*-----------------------------------------------> MAST ENDS <---------------------------------------------------*/


/*-----------------------------------------------> LAYOUT MAIN <---------------------------------------------------*/
main {
	min-height:600px;
}
#body-content-container {
	max-width:1200px;
	margin:0 auto;
	padding:2% 0 0 0;
}
#left-home-col-container{
	width:55%;
	min-height:1px;
	margin:0 5% 0 0;
	float:left;
}
#right-home-col-container{
	width:40%;
	float:left;
	text-align:center;
}
#right-home-col-container h3 {
	color: #6e9cac;
    font-size: 23px;
    margin-bottom: 0;
}
#right-home-col-container p {
	font-style: italic;
    font-size: 14px;
    margin-top: 0;
}
#left-body-col-container{
	width:62%;
	min-height:1px;
	margin:0 5% 0 0;
	float:left;
}
#right-side-col-container{
	color:#FFF;
	background:#8FAF87;
	border-radius:10px;
	width:33%;
	padding: 2%;
	float:left;
	margin:0 0 20px;
}
#left-side-col-container{
	background:#8FAF87;
	border-radius:10px;
	width:33%;
	float:left;
}
#right-body-col-container{
	width:62%;
	min-height:1px;
	margin:0 0 0 5%;
	float:left;
}
#left-body-col-container iframe, #right-body-col-container iframe, #left-body-col-container img, #right-body-col-container img, #left-side-col-container iframe, #right-side-col-container iframe, #left-side-col-container img, #right-side-col-container img{
	max-width:100%;
}
#left-body-col-container img, #right-body-col-container img, #left-side-col-container iframe, #right-side-col-container iframe, #left-side-col-container img, #right-side-col-container img{
	height:auto;
}
#left-side-col-container a, #right-side-col-container a, #left-side-col-container a:visited, #right-side-col-container a:visited{
	color:#FFF;
}

/*-----------------------------------------------> LAYOUT MAIN ENDS <---------------------------------------------------*/

/*-----------------------------------------------> FOOTER <---------------------------------------------------*/
footer {
	background-image:url(images/bg/footer-logo-bg.png);
	background-repeat:no-repeat;
	background-color:#6D9BAB;
	background-position-x: 50%;
	background-position-y: 50%;
	color:#FFF;
	font-size:14px;
	padding:25px 0;
	clear:both;
}
footer a, footer a:visited {
	color:#FFF;
	text-decoration:none;
}
footer a:hover {
	color:#FFF;
	text-decoration:underline;
}
footer p {
	font-size:14px;
}
footer img {
	border:0;
}
footer section {
	max-width:1200px;
	margin:0 auto;
}
footer .social-icons .fa{
	background-color:#8FAF87;
    width: 35px;
    height: 35px;
    line-height: 13pt;
}
footer .social-icons .fa:hover{
	color:#6D9BAB;
	background-color:#F7FDAD;
}
footer .social-icons .fa-3x {
    font-size: 1.45em;
}
footer .social-icons .fa-google-plus{
	font-size: 1.25em;
}
#footer-top{
	color:#FFF;
	padding-bottom:20px;
}
#footer-top aside{
	display:inline-block;
	vertical-align:top;
	width:22%;
	text-align:center;
}
#footer-top h2{
	color:#FFF;
}
#footer-top aside ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
#footer-top aside ul li{
	font-size:18px;
}
#footer-top aside:nth-of-type(1) { /*Footer Left*/
	width:22%;
}
#footer-top aside:nth-of-type(2) {/*Footer Mid*/
	margin:0 2%;
}
#footer-top aside:nth-of-type(3) {/*Footer Mid Right*/
	margin:0 2%;
}
#footer-top aside:nth-of-type(4) {/*Footer Right*/
}
#footer-base{
	border-top:1px solid #FFF;
	padding-top:25px;
	clear:both;
	text-align:center;
}
#footer-base aside:nth-of-type(1){
	float:right;
}
.footer-cities{
}
.footer-cities p{
	padding:0;
}
	/*--------------------> FOOTER NAVIGATION STARTS <----------------------------*/
#footer-nav {
	font-size:12px;
	text-align:center;
	margin:10px 0;
}
#footer-nav ul {
	list-style-type:none;
	padding:0;
	margin:0;
}
#footer-nav li {
	font-size:12px;
	display:inline;
	margin:0 10px 0 0;
}
#footer-nav li:last-child {
	margin:0;
}
#footer-nav a{
	display:inline-block;
}
	/*FOOTER NAVIGATION ENDS*/
/*-----------------------------------------------> FOOTER ENDS <---------------------------------------------------*/

/*-----------------------------------------------> HOMEPAGE <---------------------------------------------------*/
.section-1{
}

/*--------------------------- > Section 2 - Ad Boxes < ---------------------------------*/
.section-2{
	padding: 10% 0;
}
.section-2 ul{
    margin: 100px 0 0;
	padding:0;
    list-style-type: none;
	overflow:visible;
}
.section-2 li{
    width: 30%;
    min-height:510px;
	position:relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 4%;
    color: #FFF;
}
	/*-------------> Spanish <------------*/
.page-id-2120 .section-2 li{
	min-height:755px;
}
.section-2 li h2{
	text-align: center;
	color:#FFF;
	margin:0;
}
.section-2 li .ad-box-text-container{
	padding:2% 5%;
}
.section-2 li:nth-of-type(1){/*FIRST AD BOX*/
	background-color:#6e9cac;
}
.section-2 li:nth-of-type(1) img{
	border-color:#6e9cac;
}
.section-2 li:nth-of-type(2){/*SECOND AD BOX*/
	background-color:#90b089;
}
.section-2 li:nth-of-type(2) img{
	border-color:#90b089;
}
.section-2 li:nth-of-type(3){/*THIRD AD BOX*/
	background-color:#f8feae;
	color:#6D9BAB;
	margin: 0;
}
.section-2 li:nth-of-type(3) h2{
	color:#6D9BAB;
}
.section-2 li:nth-of-type(3) img{
	border-color:#f8feae;
}
.section-2 img {
    width: 100%;
    height:auto;
    border-radius: 50%;
    border: 8px solid;
    margin: -49% auto 0;
}
.section-2 h2{
    font-size: 26px;
}
.section-2 p{
	text-align: left;
    font-size: 14px;
}
.section-2 .button {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
	border-radius:10px 10px 0 0;
	padding: 7px 20px;
	text-align:center;
}
	/*----------------------------> Section 3 - Doctor Showcase <-----------------------------*/
.section-3{
}
.doctor-showcase {
    overflow: visible;
	height: 375px;
    color: #6e9cac;
    position: relative;
	border-radius: 15px 15px 0 0;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d5dec9+0,dfefee+23 */
			background: rgb(213,222,201); /* Old browsers */
			background: -moz-linear-gradient(left,  rgba(213,222,201,1) 0%, rgba(223,239,238,1) 23%); /* FF3.6-15 */
			background: -webkit-linear-gradient(left,  rgba(213,222,201,1) 0%,rgba(223,239,238,1) 23%); /* Chrome10-25,Safari5.1-6 */
			background: linear-gradient(to right,  rgba(213,222,201,1) 0%,rgba(223,239,238,1) 23%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5dec9', endColorstr='#dfefee',GradientType=1 ); /* IE6-9 */
}
.doctor-showcase aside {
    display: inline-block;
    width: 49%;
	vertical-align:top;
}
.doctor-showcase aside:nth-of-type(1){
	position: relative;
    transform: translateY(-47px);
}
.doctor-showcase aside:nth-of-type(2){
	text-align:left;
	padding: 1% 3% 1% 0;
}
.doctor-showcase h3 {
	color:#6D9BAB;
    font-size: 32px;
}
.doctor-showcase p {
	line-height: 24px;
}
.doctor-showcase .btn{
	border-radius: 8px;
	padding: 6px 20px;
	margin-top: 3%;
}
			/*----------------------------> Below Doctor Showcase <-----------------------------*/
.below-doctor-showcase {
	color:#FFF;
	background-color:#8faf87;
	padding:1% 4%;
	position: relative;
}
.below-doctor-showcase h1, .below-doctor-showcase h2, .below-doctor-showcase h3, .below-doctor-showcase h4, .below-doctor-showcase h5, .below-doctor-showcase p{
	color:#FFF;
}
.below-doctor-showcase a, .below-doctor-showcase a:visited{
	color:#FFF;
}
	/*----------------------------> Randomized Testimonials <-----------------------------*/
.home-testimonials {
    position: relative;
	min-height:300px;
    background-color: #6e9cac;
    z-index: 9;
	background-size:cover;
}
.home-testimonials .background-image{
	background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
	z-index: 1;
}
.home-testimonials ul {
    list-style: none;
    position: absolute;
    z-index: 10;
    margin: 0;
    padding: 0 7%;
    top: 50%;
    transform: translateY(-50%);
}
.home-testimonials li {
    color: #FFF;
    font-size: 20px;
    font-weight: 300;
    margin: 0;
}
.home-testimonials p {
    color: #FFF;
    font-size: 24px;
    font-weight: 300;
    line-height: 30px;
    text-align: left;
}
	/*----------------------------> Section 4 - Bottom Video Section / Form <-----------------------------*/
.section-4 {
    padding: 5% 3% 2%;
}
.section-4 aside h2{
	margin:0 0 10px;
}
.section-4 aside {
	width: 47%;
    display: inline-block;
    vertical-align: top;
}
.section-4 aside h3{
	margin:0;
}
.section-4 p{
	font-size:14px;
	font-weight:bold;
	text-align:center;
}
.section-4 aside:nth-of-type(1) {
	margin-right:5%;
}
.section-4 aside:nth-of-type(2) p:first-child {
	margin:0 0 15px 0;
}
	/*----------------------------> Section 5 - Factoid / Questions <-----------------------------*/
.section-5 {
	max-width: 1100px;
    margin: 0 auto;
	background-color:#90b089;
	border-radius: 10px 10px 0 0;
	padding: 1% 2%;
}
.section-5 .footer-cta-left, .section-5 .footer-cta-right{
	width: 49%;
	display:inline-block;
	vertical-align:middle;
	color:#FFF;
	font-weight:300;
}
.section-5 .footer-cta-left {
	border-right: 1px solid #FFF;
	padding-right:10px;
}
.section-5 .footer-cta-left aside {
	display: inline-block;
    vertical-align: middle;
} 
.section-5 .footer-cta-left aside:nth-of-type(1) {
	width:33%;
}
.section-5 .footer-cta-left aside:nth-of-type(2) {
    width: 65%;
    padding-left: 1%;
}
.section-5 .footer-cta-left h2{
	color:#FFF;
    font-size: 80px;
    font-weight: 500;
    margin: 0;
}
.section-5 .footer-cta-left h3, .section-5 .footer-cta-right h3{
	color:#FFF;
	font-size: 18px;
    font-weight: 400;
    margin: 0 0 10px 0;
}
.section-5 .footer-cta-right {
	position:relative;
}
.section-5 .footer-cta-right aside {
	display: inline-block;
    vertical-align: middle;
}
.section-5 .footer-cta-right h1, .section-5 .footer-cta-right h2, .section-5 .footer-cta-right h3, .section-5 .footer-cta-right h4, .section-5 .footer-cta-right h5, .section-5 .footer-cta-right p{
	color:#FFF;
}
.section-5 .footer-cta-right aside:nth-of-type(1) {
	width: 25%;
    text-align: center;
}
.section-5 .footer-cta-right aside:nth-of-type(1) i {
	font-size: 100px;
}
.section-5 .footer-cta-right aside:nth-of-type(2) {
	width:74%;
}
.section-5 .footer-cta-right p {
    font-size: 14px;
    line-height: 16px;
	margin: 0;
}
.section-5 .footer-cta-right .yellow-button {
    font-size: 14px;
	float: right;
}
.section-5 .footer-cta-left a, .section-5 .footer-cta-right aside a{
	color:#FFF;
}
	/*----------------------------> Featured News / Blog <-----------------------------*/
.home-featured-news {
	background-color:#f8feae;
	padding: 3% 2%;
}
.home-featured-news ul {
	margin:0;
	padding:0;
	list-style:none;
}
.home-featured-news li {
	width:48%;
	display:inline-block;
	vertical-align:middle;
	margin:0;
}
.home-featured-news li:nth-of-type(1) {
	margin-right: 1.6%;
}
.home-featured-news aside {
	display:inline-block;
	vertical-align:top;
}
.home-featured-news aside:nth-of-type(1) {
	width:43%;
}
.home-featured-news aside:nth-of-type(2) {
    width: 56%;
}
.home-featured-news img {
	width:225px;
	height:225px;
	max-width: 100%;
	border-radius:50%;
	border: 8px solid #90b089;
}
.home-featured-news h3 {
	font-weight: 400;
    margin: 10px 0;
}
.home-featured-news a > h3, .home-featured-news a:visited > h3{
	color:#6D9BAB;
}
.home-featured-news a:hover > h3{
	color:#8faf87;
}
.home-featured-news p {
	font-size:14px;
    margin: 10px 0;
}
.home-featured-news a {
	color:#6e9cac;
	text-decoration:none;
}
.home-featured-news button{
	margin:15px 0 0;
}
.home-featured-news button:hover{
	background-color:#6d9bab;
}
/*-----------------------------------------------> HOMEPAGE ENDS <---------------------------------------------------*/


/*-----------------------------------------------> INTERIOR PAGES <---------------------------------------------------*/
	/*-----------------> MAST <----------------------*/
#mast-int{
}
#mast-int-container {
    background-color: #6D9BAB;
    background-size: cover !important;
    max-width: 1200px;
    min-height: 300px;
    margin: 0 auto;
    position: relative;
}
#mast-int section {
    max-width: 50%;
    top: 50%;
    right: 2%;
    position: absolute;
    min-width: 20%;
    transform: translateY(-50%);
}
#mast-int h1 {
    color: #FFF;
    font-size: 40px;
    font-weight: 300;
    margin: 0;
    text-transform: uppercase;
}
.single #mast-int h1{
	font-size:30px;
}
#mast-int h2 {
    font-size: 22px;
    color: #FFF;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
}
	/*MAST ENDS*/
	/*Text Box*/
#text-box-container {
    background:#6D9BAB;
    color: #FFF;
    border-radius: 15px;
    padding: 15px;
    width: 31%;
    box-shadow: 5px 5px 10px #999;
    border: 4px solid #EEE;
}
#text-box-container h3{
	font-size:18px;
	margin:0 0 7px;
}
#text-box-container ul, #text-box-container ol{
	margin:0 0 0 5px;
	padding:0 0 0 5px;
}
.left-float-box{
	float:left;
	margin:0 15px 5px 0;
}
.right-float-box{
	float:right;
	margin:0 0 5px 15px;
}
.text-box-wide{
	width:91% !important
}
.social-icons .fa {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 25pt;
  text-align: center;
  color: #FFF;
  padding: 10px;
  background-color:#6D9BAB;
  transition:all 0.5s ease;
}
.social-icons .fa:hover{
	background-color:#8FAF87;
}
.social-icons .fa-3x {
    font-size: 2.5em;
}
	/*------------------> 1 Embryo 1 Baby <-----------------------------------*/ 
#embryo_container {
	background: none repeat scroll 0 0 #8BBED0;
	margin-top: -3px;
	padding-top: 30px
}
#embryo_container .inner_content {
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 50px;
	position: relative;
	width: 1170px
}
#embryo_container .header img {
	float: left;
	margin-right: 15px
}
#embryo_container h1 {
	color: #FFF;
	display: inline-block;
	line-height: 28px;
	margin: 15px 0;
	text-transform: uppercase;
	vertical-align: top
}
#embryo_container p {
	color: #FFF;
	line-height: 20px;
	margin: 15px 0 30px;
	max-width: 59%
}
#embryo_container .steps {
	position: relative
}
#embryo_container .steps .step .title {
	cursor: pointer;
	float: left;
	margin-bottom: 23px;
	max-width: 39%
}
#embryo_container .steps .step .title .number {
	background: url(images/misc/embyro_number_bg.png) no-repeat scroll 0 0 rgba(0,0,0,0);
	color: #FFF;
	float: left;
	height: 33px;
	margin-right: 15px;
	opacity: .12;
	padding-top: 20px;
	text-align: center;
	width: 53px
}
#embryo_container .steps .step .title h2 {
	color: #7F7F7F;
	font-size: 16px;
	margin-top: 7px;
	opacity: .45
}
#embryo_container .steps .step .image {
	float: right;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0
}
#embryo_container .steps .step .image img {
	position: absolute;
	right: 0;
	top: -75px
}
#embryo_container .steps .step:first-child .image img, #embryo_container .steps .step:nth-child(5) .image img {
	top: -120px
}
#embryo_container .steps .step .title:hover h2 {
	color: #486f7f;
	opacity: .8
}
#embryo_container .steps .step .title:hover .number {
	opacity: .3
}
#embryo_container .steps .step.active .title h2 {
	color: #264856;
	opacity: 1
}
#embryo_container .steps .step.active .image, #embryo_container .steps .step.active .title .number {
	opacity: 1
}
.page-id-1718 #copyright_container {
	margin-top: 0
}
#embryo_container .request_info {
	bottom: -10px;
	position: absolute;
	text-align: center;
	width: 100%
}
	/*------------------> 1 Embryo 1 Baby ENDS <-----------------------------------*/ 

	/*=====BS Accordion / Collapse=============*/
.collapse-container{
	padding:20px 0;
}
.collapsefaq {
    text-align: left !important;
    width: 100%;
    text-decoration: none;
    margin-top: 15px;
}
.collapse-container {
    padding: 10px;
    background-color: #EEE;
}
	/*** Fermale Fertility FAQ***/
.faq-accordian>a {
    display: inline-block;
    width: 100%;
}
.faq-accordian p {
    margin: 0;
}
/*-----------------------------------------------> ACF Flexible Content <---------------------------------------------------*/
	/*-----------------------------------> 2 Column Event <-------------------------------------*/
#two-col-container{
	margin:20px 0;
}
#two-col-container > ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
#two-col-container > ul ul{
	list-style-type:disc;
}
#two-col-container > ul > li{
	width:49%;
	float:left;
	margin:0 0 10px;
}
#two-col-container > ul > li:nth-of-type(odd){
	clear:both;
	margin:0 2% 10px 0;
}
#two-col-container > ul > li img, #two-col-container > ul > li iframe{
	max-width:100%;
}
	/*-----------------------------------> 2 Column 2/3 + 1/3 <-------------------------------------*/
#two-col-left-heavy-container{
	margin:20px 0;
}
#two-col-left-heavy-container > ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
#two-col-left-heavy-container > ul ul{
	list-style-type:disc;
}
#two-col-left-heavy-container > ul > li{
	float:left;
}
#two-col-left-heavy-container > ul > li img{
	max-width:100%;
	height:auto;
}
#two-col-left-heavy-container > ul > li:nth-of-type(odd){
	width:65%;
}
#two-col-left-heavy-container > ul > li:nth-of-type(even){
	width:33%;
	margin:0 0 0 2%;
}
	/*-----------------------------------> 2 Column 1/3 + 2/3 <-------------------------------------*/
#two-col-right-heavy-container{
	margin:20px 0;
}
#two-col-right-heavy-container > ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
#two-col-right-heavy-container > ul ul{
	list-style-type:disc;
}
#two-col-right-heavy-container > ul > li{
	float:left;
}
#two-col-right-heavy-container > ul > li img{
	max-width:100%;
	height:auto;
}
#two-col-right-heavy-container > ul > li:nth-of-type(odd){
	width:33%;
}
#two-col-right-heavy-container > ul > li:nth-of-type(even){
	width:65%;
	margin:0 0 0 2%;
}
	/*-----------------------------------> 3 Column <-------------------------------------*/
#three-col-container{
	margin:20px 0;
}
#three-col-container > ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
#three-col-container > ul ul{
	list-style-type:disc;
}
#three-col-container > ul > li{
	float:left;
	width:32%;
	margin:0 2% 10px 0;
}
#three-col-container > ul > li img{
	max-width:100%;
	height:auto;
}
#three-col-container > ul > li:nth-of-type(3n){
	margin:0 0 10px 0;
}
#three-col-container > ul > li:nth-child(3n+1){/*Translation After Every Third Target the next one (Example #4, #7 etc. is being targeted)*/
	clear:both;
}
	/*-----------------------------------> 4 Column <-------------------------------------*/
#four-col-container{
	margin:20px 0;
}
#four-col-container > ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
#four-col-container > ul ul{
	list-style-type:disc;
}
#four-col-container > ul > li{
	width:23.5%;
	margin:0 2% 10px 0;
	float:left;
}
#four-col-container > ul > li:nth-of-type(4n){
	margin:0 0 10px 0;
}
#four-col-container > ul > li:nth-child(4n+1){/*Translation After Every Fourth Target the next one (Example #5, #9, #14, etc. is being targeted)*/
	clear:both;
}
#four-col-container > ul > li img{
	max-width:100%;
	height:auto;
}
	/*4 Column ENDS*/
	


	/*-----------------------------------> Staff Set <-------------------------------------*/
#staff-set{
}
#staff-set section{
	margin:0 0 1%;
	padding-bottom:2%;
}
#staff-set section:last-child hr{
	display:none;
}
#staff-set aside{
	float:left;
}
#staff-set aside img{
	max-width:100%;
	height:auto;
}
#staff-set aside:nth-of-type(odd){
	width:23%;
	margin:0 2% 0 0;
	clear:both;
}
#staff-set aside:nth-of-type(even){
	width:75%;
}
#staff-set h3{
}
#staff-set p{
}
	/*-----------------------------------> Video Gallery <-------------------------------------*/
.video-set{
	clear:both;
	text-align:center;
}
.video-set .video-thumb{
	position:relative;
}
.video-set .fa{
	position:absolute;
	top:50%;
	left:50%;
	transform:translateX(-50%) translateY(-50%);
}


	/*-----------------------------------> Logo Grid <-------------------------------------*/
.logo-grid li{
	text-align:center;
}
.logo-box{
	text-align: center;
}
.logo-box p{
	color:#8FAF87;
	font-weight:bold;
}

/*-----------------------------------------------> SIDEBAR <---------------------------------------------------*/
#widget-box {
	margin-bottom:25px;
}
#widget-box h2.widget-title {
    font-size: 22px;
    color: #FFF;
    text-align: center;
    font-weight: 400;
    border-bottom: 2px solid #FFF;
    padding: 0 0 1.5%;
}
#widget-box img{
	border:2px solid #FFF;
}
#widget-box .noborder{
	border:none;
}
#widget-box ul{
	list-style-type:none;
	margin-left:0;
}
#widget-box ul > li:before{
	color:#FFF;
	content:'\f054';
	font-family:FontAwesome;
	display:inline-block;
	margin-left:-1.2em;
	width:1.2em;
}
	/*===============Sidebar Nav with Sub Tabs=============*/
.sub-menu{
	margin-top:10px;
}
#widget-box ul ul > li:before{
	content:'\f0da';
}
#widget-box ul ul > li.menu-item-has-children:before{
	content:'\f0da';
}
#widget-box ul ul ul > li:before{
	content:'\f105';
}
	/*=============SIDEBAR NAV========*/
.widget_nav_menu{
}
	/*==Current Page==*/
.widget_nav_menu .current_page_item > a, .widget_nav_menu .current_page_item > a:visited{
	color:#990000;
}
.widget_nav_menu .current_page_item > a:hover{
	color:#FFF;
}
	/*=============Search Box, Calendar========*/
#widget-box #searchform{
	text-align:center;
}
#wp-calendar{
	width:100%;
}
/*-----------------------------------------------> INTERIOR PAGES ENDS <---------------------------------------------------*/

/*-----------------------------------------------> Fonts / TEXT <---------------------------------------------------*/
h1, h2, h3, h4, h5, h6{
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	line-height:normal;
}
h1 {
	color:#6D9BAB;
	font-size:40px;
}
h2 {
	color:#6D9BAB;
	font-size:30px;
}
h3 {
	color:#6D9BAB;
	font-size:24px;
}
h4 {
	font-size:19px;
}
h5 {
	font-size:17px;
}
.below-mast li h1,.section-2 h2, .doctor-showcase h1, .home-featured-news h3 {
	color:#6D9BAB;
}
p {
	font-size:16px;
	line-height:18pt;
}
small {
	font-size:12px;
	line-height:normal;
}
blockquote {
	font-size:16px;
	line-height:normal;
	line-height:18pt;
	font-style:italic;
	margin: 2.5em 50px;
  padding: 0.5em 10px;
}
blockquote:before {
	font-size:40px;
	color:#6D9BAB;
	content: '\f10d';
	font-family: FontAwesome;
	display: inline-block;
	width: 1.2em;
	float:left;
	line-height:30pt;
}
blockquote:after {
	font-size:40px;
	color:#6D9BAB;
	line-height:normal;
	content: '\f10e';
	font-family: FontAwesome;
	display: inline-block;
	width: 1.2em;
	float:right;
}
blockquote p{
	margin:0;
	display: inline;
}
	/*Drop Caps the First Letter Automatically*/
blockquote p:first-letter{
	float: left; 
	font-size: 75px; 
	line-height: 60px; 
	padding-top: 4px; 
	padding-right: 8px; 
	padding-left: 3px;
}
h1, h2, h3, h4, h5, p {
	margin:15px 0;
}
main ul, main ol {
	font-size:16px;
	line-height:18pt;
	padding:0 0 0 20px;
	margin:0 0 0 20px;
	overflow: hidden;
}
main ul ul,main ol ol{
	margin:8px 0 0 10px;
	padding:0 0 0 10px;
	overflow: inherit;
}
li{
	margin-bottom:8px;
}
.drop-cap-text {
	float: left; 
	font-size: 75px; 
	line-height: 60px; 
	padding-top: 4px; 
	padding-right: 8px; 
	padding-left: 3px;
}
.breadcrumb{
	font-size:12px;
	line-height:normal;
	margin:0;
	padding:2%;
}
.breadcrumb hr{
	margin:10px 0;
}
/*-----------------------------------------------> LINKS <---------------------------------------------------*/
a, a:visited {
	color:#8FAF87;
	-webkit-transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease; 
}
a:hover {
	color:#6D9BAB;
	text-decoration:none;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease; 
}

	/*BUTTONS*/
.button{
	padding: 8px;
	border-radius: 4px;
	font-weight: 400;
}
.yellow-button, .blue-button, .green-button{
	font-size: 18px;
	border: none;
	text-decoration: none;
}
.yellow-button{
	font-family: 'Montserrat', sans-serif;
	color: #6e9cac !important;
    background-color: #f8feae !important;
}
.yellow-button:hover, .blue-button:hover, .green-button:hover{
	background-color:#212121 !important;
	color:#FFF !important;
}
.blue-button{
	color: #FFF !important;
    background-color: #6e9cac !important;
}
.green-button{
	color: #FFF !important;
    background-color: #90b089 !important;
} 
/*-----------------------------------------------> FORMS <---------------------------------------------------*/
form {
	margin:0;
	padding:0;
}
input, select, textarea {
	font-family:'Open Sans', sans-serif;
}
input[type=text], input[type=search], textarea, select{
	font-size:16px !important;
	padding:1% !important;
	background-color: #ffffff;
	border: 1px solid #8FAF87;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
input[type=text]:focus, input[type=search]:focus, textarea:focus {
    border-color: rgb(102, 175, 233);
    outline: 0px none;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(102, 175, 233, 0.6);
}
input[type=checkbox]:checked + label{
  color: #990000;
  font-style: normal;
}
input[type=submit] {
	font-family: 'Montserrat', sans-serif;
	border-radius:4px;
	color: #6D9BAB;
	padding:5px;
	font-weight: normal;
	background-color: #f8feae;
	border: 1px solid transparent !important;
	-webkit-transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease; 
}
input[type=submit]:hover{
	color:#FFF;
	background-color: #6D9BAB;
	-webkit-transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease; 
}
select{
	color:#000;
	border: 1px solid #8FAF87ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
select:focus{
	border-color: rgb(102, 175, 233);
    outline: 0px none;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(102, 175, 233, 0.6);
}
	/*Gravity Forms*/
.gform_wrapper input[type=submit]{
	font-size:25px !important;
	font-weight: 300 !important;
	padding:10px;
}
			/*GF Spacing Above Submit Button*/
.gform_footer {
	padding: 5px 0 !important;
	margin: 5px 0 0 0 !important;
}
.gformsep {
    border-bottom: 1px solid #EEE;
    padding-bottom: 10px;
}
.gform_wrapper label.gfield_label{
    color: #6D9BAB;
}
input[type=checkbox]:checked + label {
    color: #8FAF87 !important;
}
	/*Search Bar*/
.screen-reader-text{
	display:none;
}
.search input[type="text"]{
	background-color: #fff;
	border:2px solid #EEE;
}
.search button {
	background: none;
	border: none;
	padding: 0;
	width: 0;
	height: 0;
	cursor: pointer;
	left: -25px;
}
.search .fa-search {
	color: #8FAF87;
	position: relative;
	left: -25px;
	top: 1px;
	font-size: 18px;
}
/*-----------------------------------------------> MISC <---------------------------------------------------*/
hr{
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(109, 155, 171,0), rgba(109, 155, 171,0.75), rgba(109, 155, 171,0)); 
    background-image:    -moz-linear-gradient(left, rgba(109, 155, 171,0), rgba(109, 155, 171,0.75), rgba(109, 155, 171,0)); 
    background-image:     -ms-linear-gradient(left, rgba(109, 155, 171,0), rgba(109, 155, 171,0.75), rgba(109, 155, 171,0)); 
    background-image:      -o-linear-gradient(left, rgba(109, 155, 171,0), rgba(109, 155, 171,0.75), rgba(109, 155, 171,0)); 
	margin:20px 0;
}
.clear {
	clear:both;
}

/*Alignment*/
.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter,  div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
/*Image Alignment*/
img.alignright {
	float:right;
	margin:0 0 1em 1em;
}
img.alignleft {
	float:left;
	margin:0 1em 1em 0;
}
img.aligncenter {
	display: block;
	margin-left:auto;
	margin-right:auto;
}
a img.alignright {
	float:right;
	margin:0 0 1em 1em;
}
a img.alignleft {
	float:left;
	margin:0 1em 1em 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*WP Captions*/
.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 14px;
    line-height: 17px;
    margin: 0;
    padding: 5px 4px 5px;
}
.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #220e10;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
}
	/*WORDPRESS GALLERIES*/
.gallery {
	clear:both;
}
.gallery img{
	background:#FFF;
	padding:5px;
	border:1px solid #ddd !important;
}
.gallery .gallery-caption{
	margin-top:5px;
}
		/*PICTURE BLOCK CONTAINER*/
.gallery  dl {
	-webkit-margin-before: 0.2em;
	-webkit-margin-after: 0.2em;
}
/*-----------------------------------------------> BLOG <---------------------------------------------------*/

	/*--------------------------------> HOMEPAGE - index.php <-------------------------*/
#post-container article{
	margin:0 0 15px 0;
	padding-bottom:10px;
}
#post-container article h2{
	margin:0 0 15px;
}
#post-container article:last-child hr{
	display:none;
}
#post-container article h2 a, #post-container article h2 a:visited{
	font-weight:400;
	text-decoration:none;
}
	/*=====EXCERPT BUTTON====*/
#post-container article .read-more{
	font-size:13px;
	margin:10px 0 15px;
}
#post-container article .read-more a, #post-container article .read-more a:visited{
	color:#8FAF87;
	font-weight:bold;
	text-decoration:none;
}
#post-container article .read-more a:hover{
	color:#000;
}
article button{
	float:right;
	margin:10px 0 0;
}
#post-container .author-profile-photo{
	float:left;
	margin:0 5px 0 0;
}
#post-container .author-profile-photo img{
	max-width:50px;
	height:auto;
	border-radius:50%;
	border:1px solid #8FAF87;
	padding:2px;
}
	/*FOR THUMBNAIL EXCERPT INTEGRATION*/
#thumb-excerpt img, .thumb-excerpt {
	max-width:200px;
	height:auto;
	float:left;
	max-height:250px;
	width:auto;
	margin:0 15px 10px 0;
	padding: 5px;
	background: #FFF;
	border:1px solid #ddd;
}
/*Sticky Posts*/
.sticky {
	background: #EEE; 
	padding: 10px;
	border-radius:10px;
	margin:0 0 15px;
}
.sticky article h1{
	font-size:36px;
}
.post-cat-tags{
	margin:20px 0;
}
.post-cat-tags a, .post-cat-tags a:visited{
	display: inline-block;
	color:#FFF;
	background-color:#8FAF87;
	border-radius:3px;
	padding: 5px 10px;
	text-decoration:none;
	margin:0 10px 10px 0;
}
.post-cat-tags a:last-child, .post-cat-tags a:visited:last-child{
	margin:0 0 10px 0;
}
.post-cat-tags a:hover{
	background-color:#6D9BAB;
}
	/*Search Results Page - search.php*/
#search-container {
	margin:0 0 15px 0;
}
	/*Pagination*/
.pagination .current{
	color: #FFF;
    background-color: #4b5c66;
}
	/* Single Post Pagination*/
.single .previous a:before{
	    content: '\f060';
    font-family: FontAwesome;
    display: inline-block;
	margin-right: 5px;
}
.single .next a:after{
	    content: '\f061';
    font-family: FontAwesome;
    display: inline-block;
	margin-left: 5px;
}
/*-----------------------------------------------> SINGLE POSTS (single.php) <---------------------------------------------------*/
#single-post-container article{
	position:relative;
}
#single-post-container article .featuredimage{
	margin:2% 0;
}
#single-post-container article .featuredimage img{
	max-width:100%;
	max-height: 500px;
	height:auto;
}
/*Author / Social Networking Region */
#author-box{
	margin-bottom:10px;
}
#left-author-box {
	float:left;
	width:50%;
}
#right-sn-share-count-box {
	float:left;
	width:50%;
	text-align:right;
}

/*WP Post About Author Area on the Bottom*/
#about-author-box {
	font-size:12px;
	background:#FFF;
	padding:10px 15px;
	margin:15px 0;
}
#about-author-box p {
	font-size:12px;
}
#about-author-box #left-author-thumbnail {
	float:left;
	margin:0 10px 0 0;
}
#about-author-box #left-author-thumbnail img{
	max-width:50px;
	height:auto;
	padding:1px;
	border-radius:50%;
	border:1px solid #8FAF87;
}
#about-author-box #right-author-description {
	width:87%;
	float:left;
}
#about-author-box #right-author-description p {
	margin-top:0;
}
/*ARCHIVES PAGE - archive.php*/

/*FOR COMMENTS AREA*/
#comment-wrapper {
	margin:10px 0 0 0;
	padding:10px;
	background:#EEE;
}
#comment-wrapper h3 {
	font-size:18px;
}
#comment-wrapper a, #comment-wrapper a:visited {
}
#comment-wrapper ul, #comment-wrapper ol {
	margin:0;
	padding:0;
}
#comment-wrapper ol li {
	list-style-type:none;
}
/*Controls Body of Individual Parent Comments*/
.comment-body {
	color:#000;
	background:#8FAF87;
	padding:10px;
	margin-bottom:10px;
}
.comment-body a, .comment-body a:visited {
	color:#FFF !important;
}
.comment-body img {
	float:left;
	margin:0 10px 0 0;
}
/*Controls Meta Data Like Author Name, Date etc*/
	/*Kills Author Italicization*/

.comment-body .vcard cite.fn {
	font-style:normal !important;
}

/*Controls the Design of NESTED Comments - CHILD COMMENT*/
.children .comment-body {
	list-style-type:none;
	background:#DDD;
	margin-left:45px;
}
.children .comment-body a, .children .comment-body a:visited {
	color:#F36E5C !important;
}

/*Reply Text Area BOX*/
#comment {
	width:100%;
}

/*NEXT PREV LINKS*/
.navigation {
	background:#EEE;
	border-radius:5px;
	font-size:11px;
	display: block;
	text-align: center;
	margin:5px 0;
	padding:10px 5px;
	clear:both;
}
.navigation .alignleft{
	margin: 0 0 0 10px;
}
.navigation .alignright{
	margin: 0 10px 0 0;
}


/*-----------------------------------------------> jQuery <---------------------------------------------------*/
.flex-container a:active, .flex-container a:focus, .flexslider a:active, .flexslider a:focus {
	outline: 0
}
.flex-control-nav, .flex-direction-nav, .slides {
	margin: 0;
	padding: 0;
	list-style: none
}
@font-face {
	font-family: flexslider-icon;
	src: url(css/flex-fonts/flexslider-icon.eot);
	src: url(css/flex-fonts/flexslider-icon.eot?#iefix) format('embedded-opentype'), url(css/flex-fonts/flexslider-icon.woff) format('woff'), url(css/flex-fonts/flexslider-icon.ttf) format('truetype'), url(css/flex-fonts/flexslider-icon.svg#flexslider-icon) format('svg');
	font-weight: 400;
	font-style: normal
}
.flexslider .slides>li {
	display: none;
	-webkit-backface-visibility: hidden;
	max-height: 350px;
	overflow: auto
}
.flexslider .slides img {
	max-width: 100%;
	display: block
}
.flex-pauseplay span {
	text-transform: capitalize
}
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}
html[xmlns] .slides {
	display: block
}
* html .slides {
	height: 1%
}
.no-js .slides>li:first-child {
	display: block
}
.flexslider {
	margin: 0 0 20px;
	padding: 2%;
	background: #fff;
	border: 4px solid #fff;
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
	zoom: 1
}
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease
}
.loading .flex-viewport {
	max-height: 300px
}
.flexslider .slides {
	zoom: 1
}
.carousel li {
	margin-right: 5px
}
.flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 40px;
	height: 40px;
	margin: -20px 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	color: rgba(0,0,0,.8);
	text-shadow: 1px 1px 0 rgba(255,255,255,.3);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease
}
.flex-direction-nav .flex-prev {
	left: -50px
}
.flex-direction-nav .flex-next {
	right: -50px;
	text-align: right
}
.flexslider:hover .flex-prev {
	opacity: .7;
	left: 10px
}
.flexslider:hover .flex-next {
	opacity: .7;
	right: 10px
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
	opacity: 1
}
.flex-direction-nav .flex-disabled {
	opacity: 0!important;
	filter: alpha(opacity=0);
	cursor: default
}
.flex-direction-nav a:before {
	font-family: flexslider-icon;
	font-size: 40px;
	line-height: 1;
	display: inline-block;
	content: '\f001'
}
.flex-direction-nav a.flex-next:before {
	content: '\f002'
}
.flex-pauseplay a {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	opacity: .8;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	color: #000
}
.flex-pauseplay a:before {
	font-family: flexslider-icon;
	font-size: 20px;
	display: inline-block;
	content: '\f004'
}
.flex-pauseplay a:hover {
	opacity: 1
}
.flex-pauseplay a.flex-play:before {
	content: '\f003'
}
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -40px;
	text-align: center
}
.flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1
}
.flex-control-paging li a {
	width: 11px;
	height: 11px;
	display: block;
	background: #666;
	background: rgba(0,0,0,.5);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
	-moz-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
	-o-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
	box-shadow: inset 0 0 3px rgba(0,0,0,.3)
}
.flex-control-paging li a:hover {
	background: #333;
	background: rgba(0,0,0,.7)
}
.flex-control-paging li a.flex-active {
	background: #000;
	background: rgba(0,0,0,.9);
	cursor: default
}
.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden
}
.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0
}
.flex-control-thumbs img {
	width: 100%;
	display: block;
	opacity: .7;
	cursor: pointer
}
.flex-control-thumbs img:hover {
	opacity: 1
}
.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default
}

@media screen and (max-width:860px) {
.flex-direction-nav .flex-prev {
	opacity: 1;
	left: 10px
}
.flex-direction-nav .flex-next {
	opacity: 1;
	right: 10px
}
}
.text-slide aside img {
	max-width: 50%;
	height: auto;
	float: left;
	margin: 0 2% 0 0
}

@media screen and (max-width:567px) {
.flex-control-nav {
	position: inherit!important;
	bottom: inherit!important
}
.text-slide aside {
	text-align: center
}
.text-slide aside img {
	clear: both;
	float: none;
	margin: 0 auto
}
}

/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-image, .fancybox-inner, .fancybox-nav, .fancybox-nav span, .fancybox-outer, .fancybox-skin, .fancybox-tmp, .fancybox-wrap, .fancybox-wrap iframe, .fancybox-wrap object {
	padding: 0;
	margin: 0;
	border: 0;
	outline: 0;
	vertical-align: top
}
.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020
}
.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}
.fancybox-opened {
	z-index: 8030
}
.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0,0,0,.5);
	-moz-box-shadow: 0 10px 25px rgba(0,0,0,.5);
	box-shadow: 0 10px 25px rgba(0,0,0,.5)
}
.fancybox-inner, .fancybox-outer {
	position: relative
}
.fancybox-inner {
	overflow: hidden
}
.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch
}
.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap
}
.fancybox-iframe, .fancybox-image {
	display: block;
	width: 100%;
	height: 100%
}
.fancybox-image {
	max-width: 100%;
	max-height: 100%
}
#fancybox-loading, .fancybox-close, .fancybox-next span, .fancybox-prev span {
	background-image: url(images/fancybox/fancybox_sprite.png)
}
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: .8;
	cursor: pointer;
	z-index: 8060
}
#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(images/fancybox/fancybox_loading.gif) center center no-repeat
}
.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040
}
.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: url(images/fancybox/blank.gif);
	-webkit-tap-highlight-color: transparent;
	z-index: 8040
}
.fancybox-prev {
	left: 0
}
.fancybox-next {
	right: 0
}
.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden
}
.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px
}
.fancybox-next span {
	right: 10px;
	background-position: 0 -72px
}
.fancybox-nav:hover span {
	visibility: visible
}
.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible!important
}
.fancybox-lock {
	overflow: hidden
}
.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url(images/fancybox/fancybox_overlay.png)
}
.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0
}
.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll
}
.fancybox-title {
	visibility: hidden;

	font: 400 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050
}
.fancybox-opened .fancybox-title {
	visibility: visible
}
.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center
}
.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: 0 0;
	background: rgba(0,0,0,.8);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: 700;
	line-height: 24px;
	white-space: nowrap
}
.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff
}
.fancybox-title-inside-wrap {
	padding-top: 10px
}
.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0,0,0,.8)
}
#smoothup {
	background-color:#8FAF87;
	border:2px solid #FFF;
	  border-radius:50%;
  bottom: 1em;
  color: #fff;
  display: none;
  opacity: 0.6;
  padding: 1em;
  position: fixed;
  right: 1em;
  text-decoration: none;
  transition:0.5s ease all;
   z-index: 99999;
}
#smoothup:hover {
	opacity:1;
}
#smoothup .fa{
	font-size:1.5em;
	color:#FFF;
	 position: relative;
  top: 10%;
   -webkit-transform: translateY(-10%);
   -ms-transform: translateY(-10%);
   transform: translateY(-10%);
}
	/*------------------> PACE LOADER <--------------------*/
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #f8feae;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}



/*-----------------------------------------------> RESPONSIVE <---------------------------------------------------*/

@media only screen and (min-width:768px) {
.navbar-brand {
	display: none
}
}
@media only screen and (min-width:960px) and (max-width:1221px) {
	header section, #body-content-container, footer{
		padding-right:2%;
		padding-left:2%;
	}
}
@media only screen and (min-width:960px) and (max-width:1099px) {
.social-icons .fa {
  width: 35px;
  height: 35px;
  line-height: 12pt;
}
.social-icons .fa-3x {
  font-size: 1.75em;
}
}
@media only screen and (min-width:768px) and (max-width:959px) {
#alert-box-container, #body-content-container, #nav-container, footer section, header section {
	width: 100%;
}
/*-----------------------------------------------> TABLET HEADER <---------------------------------------------------*/
/***ABOVE-HEADER***/
.above-header section {
	position:relative;
	height: 76px;
}
.above-header aside:nth-of-type(1) {
    width: 30%;
    text-align: center;
    position: absolute;
    top: 0;
    left: 15%;
	padding: 0 0 8px;
}
.above-header aside:nth-of-type(1) .btn {
    border-radius: 0 0 10px 10px;
    padding: 7px 28% 5px;
}
.above-header aside:nth-of-type(2) {
    width: 100%;
    position: absolute;
    bottom: 0;
}
.above-header aside:nth-of-type(3) {
    width: 30%;
    position: absolute;
    top: 0;
    right: 15%;
}
	/***ABOVE-HEADER ENDS***/
header section {
	margin:2% 0;
}
header aside {
	margin: 0;
	display: inline-block;
    vertical-align: middle;
}
header aside:nth-of-type(1) {
	width:25%;
    padding-left: 2%;
    text-align: center;
}
header aside:nth-of-type(1) h3 a {
    font-size: 22px;
}
header aside:nth-of-type(2){
	width: 50%;	
	padding:0 3%;
}
header aside:nth-of-type(3) {
    width: 23%;
	text-align: center;    
    margin-top: 0;
}
header aside:nth-of-type(3) .social-icons {
    margin: 0 0 5%;
}
header aside:nth-of-type(3) .search input {
    width: 90%;
}
	/******NAV*************/
#nav li a {
	font-size:15px;
    padding: 4px 8px;
}
	/******MAST**********/
.soliloquy-theme-classic .soliloquy-pager {
    margin: 0 !important;
}
/***************HOME*****************/
	/***BELOW MAST***/
.below-mast li {
    width: 32%;
    text-align: center;
}
.below-mast li .fa {
    font-size: 350%;
}
.below-mast li h1 {
    font-size: 22px;
}
.below-mast li:nth-of-type(3) {
    width: 34%;
	min-height: 80px;
    text-align: left;
	margin: 1% 0 0 0;
	background-position-x: -50px;
}
.below-mast li:nth-of-type(3) .fa {
    font-size: 550%;
    padding: 5% 0 0 5px;
}
.below-mast li p {
    font-size: 14px;
    padding: 0 0 0 15%;
}
	/***SECTION 1***/
#left-home-col-container {
    margin: 0 3% 0 0;
}
#left-home-col-container hr {
	display:none;
}
#right-home-col-container {
    width: 42%;
}
	/*-----------------------------------> SECTION 2 <----------------------*/
.section-2 {
    padding: 4% 0;
}
.section-2 h2 {
    font-size: 22px;
}
.section-2 .button{
	font-size:14px;
}
.section-2 p {
    text-align:center;
	line-height: 16pt;
}
	/*-----------------------------------> SECTION 3 <----------------------*/
.doctor-showcase {
    height: 370px;
}
.doctor-showcase aside:nth-of-type(1) {
    transform: translateY(6px);
}
.doctor-showcase h3 {
    font-size: 26px;
}
.home-testimonials p {
    font-size: 18px;
}
	/*-----------------------------------> SECTION 4 <----------------------*/
.section-4 {
    padding: 3%;
}
.section-4 aside {
    width: 100%;
}
.section-4 aside:nth-of-type(1) {
    margin-right: 0;
    padding: 3% 15%;
}
	/***SECTION 5***/
.section-5 {
	width:100%;
}
.section-5 .footer-cta-left, .section-5 .footer-cta-right {
    width: 100%;
    padding: 5%;
    border: none;
	text-align: center;
}
.section-5 .footer-cta-left {
    border-bottom: 1px solid #FFF;
	border-right:none;
}
	/***HOME FEATURED NEWS****/
.home-featured-news {
    padding: 1%;
}
.home-featured-news li {
    width: 49%;
    text-align: center;
}
.home-featured-news li:nth-of-type(1) {
    margin-right: 0;
}
.home-featured-news img {
    width: 150px;
    height: 150px;
}
.home-featured-news aside:nth-of-type(2) {
    width: 85%;
}
/*-----------------------------------------------> TABLET LARGE INTERIOR PAGES <---------------------------------------------------*/
	/************MAST**********/
#mast-int-container {
	width: 100%;
	min-height: 150px
}
#mast-int section {
    width: 50%;
}
#mast-int h1, .single #mast-int h1 {
	font-size: 28px;
}
#mast-int h2 {
	font-size: 18px;
}
#mast-container {
	width: 100%;
	min-height: 250px;
	margin: 0 auto
}
#body-content-container{
	padding:2%
}
#right-body-col-container{
	margin-left:2%;
}
header aside:nth-of-type(3) .social-icons .fa {
    width: 26px;
    height: 26px;
    font-size: 1.2em;
    line-height: 11pt;
    padding: 6px;
}
.social-icons .fa-3x {
  font-size: 1.75em;
}
/*-----------------------------------------------> TABLET LARGE BLOG <---------------------------------------------------*/
#post-container article h2{
	text-align:center;
}
#thumb-excerpt{
	text-align:center;
}
#thumb-excerpt img{
	float:none;
}
#author-box {
    margin: 0 0 10px;
    text-align: center;
}
#about-author-box #right-author-description {
	width: 100%
}
#about-author-box #right-author-description p {
	font-size: 12px
}
#right-sn-col {
	display: none
}
#mid-auth-col {
	float: none
}
.search input[type="text"]{
	width:90%;
}
/*-----------------------------------------------> TABLET LARGE FOOTER <---------------------------------------------------*/
footer section{
	padding:0 3%;
}
#footer-top h2 {
	font-size:20px;
}
#footer-base aside:nth-of-type(1) {
    padding: 0 15% 0 0;
}
/*-----------------------------------------------> TABLET LARGE TEXT<---------------------------------------------------*/
h1 {
	font-size:31px;
}
h2 {
    font-size: 25px;
}
/*-----------------------------------------------> TABLET LARGE ELEMENTS <---------------------------------------------------*/
img {
	max-width: 100%;
	height: auto
}
}

@media only screen and (min-width:569px) and (max-width:767px) {
#alert-box-container, #body-content-container, #mast-container, #mast-int-container, #nav-container, footer section, header section {
	width: 100%
}
.above-header section {
    position: relative;
    height: 76px;
}
.above-header aside:nth-of-type(1) {
    width: 30%;
    text-align: center;
    position: absolute;
    top: 0;
    left: 15%;
    padding: 0 0 8px;
}
.above-header aside:nth-of-type(2) {
    width: 100%;
    position: absolute;
    bottom: 0;
}
.above-header aside:nth-of-type(2) li a {
    font-size: 12px;
}
.above-header aside:nth-of-type(3) {
    width: 30%;
    position: absolute;
    top: 0;
    right: 15%;
}
.above-header aside:nth-of-type(3) a {
    font-size: 12px;
}
/*-----------------------------------------------> TABLET HEADER <---------------------------------------------------*/
header{
	padding:0;
}
header section{
	width:98%;
	margin:1%;
}
header aside {
	width:23%;
	margin-right: 0
}
header aside:nth-of-type(1) {
    width: 22%;
    font-size: 13px;
}
header aside:nth-of-type(1){
}
header aside:nth-of-type(1) h3 {
    font-size: 14px;
}
header aside:nth-of-type(1) h3 a {
    font-size: 16px;
}
header aside:nth-of-type(2) {
    width: 48%;
	text-align: center;
}
header aside:nth-of-type(3) {
    width: 28%;
}
header aside:nth-of-type(3) .social-icons .fa {
    width: 22px;
    height: 22px;
    font-size: 1.0em;
    line-height: 10pt;
    padding: 6px;
}
header aside:nth-of-type(3) .social-icons .fa-google-plus{
    font-size: 0.8em;
}
header aside:nth-of-type(3) .search input {
    width: 86%;
}
/*-----------------------------------> TABLET SLIDER <----------------------*/
.soliloquy-container .soliloquy-image {
    width: 100%;
}
/*-----------------------------------> TABLET NAVIGATION <----------------------*/
#nav ul {
	padding-left: 0
}
/*BS Mobile Navigation*/
.navbar-default {
}
	/*================BS - Hamburger Nav=========*/
.navbar-toggle .fa-bars {
    font-size: 25px;
    color:#8FAF87;
}
.navbar-toggle:hover .fa-bars, .navbar-toggle:focus .fa-bars{
	color:#6D9BAB;
}
/*-----------------------------------> TABLET HOMEPAGE <----------------------*/

		/*-----------------------------------> SECTION 1 <----------------------*/	
#right-home-col-container h3 {
    font-size:18px;
}
		/*-----------------------------------> SECTION 2 <----------------------*/
.section-2 {
    padding: 5% 0;
}
.section-2 ul {
    margin: 0;
}
.section-2 li {
    width: 100%;
	margin-right: 0;
	text-align:center;
}
.section-2 h2 {
    font-size: 20px;
}
.section-2 p {
    line-height: normal;
}
.section-2 img {
    border: 4px solid;
    width: 40%;
	height: auto;
	margin: 0 auto;
}
	/*-----------------------------------> SECTION 3 <----------------------*/
.doctor-showcase{
	height:auto;
	padding-bottom:2%;
}
.doctor-showcase h3 {
    font-size: 24px;
}		
	/*-----------------------------------> SECTION 5 <----------------------*/
.section-5 .footer-cta-left{
	border-right:none;
}
.home-testimonials {
	overflow:scroll;
}
.home-testimonials p {
    font-size: 19px;
    line-height: normal;
}
	/*-----------------------------------> Home Featured News <----------------------*/
.home-featured-news li {
    width: 48%;
	text-align:center;
}
.home-featured-news img {
	width:auto;
	height:auto;
}
.home-featured-news aside:nth-of-type(2) {
    width: 100%;
}
/*-----------------------------------------------> TABLET INTERIOR PAGES <---------------------------------------------------*/
#mast-int-container {
	min-height: 150px
}
#mast-int h1, .single #mast-int h1 {
	font-size: 25px;
	padding: 2%;
	bottom: 5%
}
#mast-int h2 {
	font-size: 18px;
	padding: 2%
}
.below-mast section {
    padding: 1% 2%;
}
.below-mast li {
    width: 32.8%;
}
.below-mast li .fa {
    font-size: 200%;
}
.below-mast li h1 {
    font-size: 18px;
}
.below-mast li p {
    font-size: 12px;
    line-height: normal;
}
.below-mast li:nth-of-type(3) .fa {
    font-size: 400%;
}
#body-content-container{
	padding:2%
}
.social-icons .fa {
  width: 35px;
  height: 35px;
  line-height: 12pt;
}
.social-icons .fa-3x {
  font-size: 1.75em;
}
	/***************SIDEBAR*****/
#widget-box h2.widget-title {
    font-size: 18px;
}
	/***************BLOG*****/
#about-author-box #right-author-description {
	width: 100%
}
#about-author-box #right-author-description p {
	font-size: 12px
}
#right-sn-col {
	display: none
}
#mid-auth-col {
	float: none
}

	/***************FOOTER*****/
footer section{
	padding:0 3%;
}
#footer-top aside ul li {
    font-size: 15px;
}
.section-5 .footer-cta-left, .section-5 .footer-cta-right {
    width: 100%;
    display: block;
    vertical-align: middle;
    color: #FFF;
    font-weight: 300;
    text-align: center;
}
.section-5 .footer-cta-left {
    border-bottom: 1px solid #FFF;
}
.section-5 .footer-cta-left, .section-5 .footer-cta-right {
    padding: 20px 0;
}
.section-2 .button {
    font-size: 14px;
    text-align: center;
}
/*-----------------------------------------------> TABLET FONTS / TEXT <---------------------------------------------------*/
h1 {
	font-size: 23px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 17px;
}
h5 {
	font-size: 16px;
}
p {
	font-size: 15px;
	line-height: 18pt;
}
small {
	font-size: 11px;
}
blockquote {
	font-size: 15px;
	line-height: normal;
	border-left: 2px solid #8FAF87;
	padding: 0 0 0 5px;
	margin: 1.5em 30px;
}
blockquote:before {
	font-size: 20px;
	width: .8em;
	line-height: 20pt;
}
blockquote:after {
	font-size: 20px;
	width: .8em;
}
blockquote p:first-letter {
	font-size: 35px;
	line-height: 30px;
}
main ul, main ol {
    font-size: 14px;
    line-height: 16pt;
}
.drop-cap-text {
	font-size: 2.6em;
	line-height: 26pt
}
input[type=text], textarea {
	width: 100%
}
input, select, textarea {
	font-size: 14px
}
.search input[type="text"]{
	width:90%;
}
	/***********ELEMENTS********/
img {
	max-width: 100%;
	height: auto
}
#smoothup {
	padding: 0.7em;
}
#smoothup .fa {
  font-size: 1em;
}
}

@media screen and (max-width:568px) {
#alert-box-container, #left-home-col-container, #mast-container, #mast-int-container, #nav-container, #right-home-col-container, footer section, header aside, header section {
	width: 100%;
}
iframe {
	max-width: 100%;
}

/*-----------------------------------------------> PHONE HEADER <---------------------------------------------------*/
	/***ABOVE-HEADER***/
.above-header section {
	position:relative;
}
.above-header aside:nth-of-type(1) {
    width: 50%;
    height: 29px;
	padding: 0;	
}
.above-header aside:nth-of-type(1) .btn {
    width: 100%;
    border-radius: 0 0 0 10px;
    height: 29px;
    padding: 7px 15px 0px 15px;
}
.above-header aside:nth-of-type(2) {
    width: 100%;
}
.above-header aside:nth-of-type(2) li {
    display: inline-block;
    width: 15%;
    margin: 2% 0;
}
.above-header aside:nth-of-type(2) span {
	display:none;
}
.above-header aside:nth-of-type(3) {
    width: 50%;
	height: 29px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 0 10px 0;
}
	/***ABOVE-HEADER ENDS***/
header{
	padding:0;
}
header section{
	width:96%;
	margin:0 2%;
	position:relative;
}
header aside {
	float: none;
	margin: 0;
	text-align:center;
}
header aside:nth-of-type(1) {
    width: 75%;
    padding: 2% 0;
}
header aside:nth-of-type(1) h1{
	float:left;
}
header aside:nth-of-type(1) h3 a {
    font-size: 22px;
}
header aside:nth-of-type(2), header aside:nth-of-type(3){
	width:100%;
}
header aside:nth-of-type(2){
	padding: 2% 0;
}
header aside:nth-of-type(3) {
	text-align: center;
    padding: 3% 0 2%;
}
button.close {
	clear: both;
	float: inherit;
	margin:0 !important;
}
/*-----------------------------------------------> PHONE NAVIGATION <---------------------------------------------------*/
#mast-int-container, #nav-container {
	height: auto;
}
#nav ul {
	margin: 0;
	padding: 0;
	clear: both;
	position: relative;
}
#nav ul li {
	text-align: center;
	float: none;
	font-size: 12px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}
#nav ul li a, #nav ul li a:visited {
	display: block;
	padding: 10px;
}
#nav li a:hover {
	padding: 10px;
}
#nav ul ul {
	width: 100%;
	position:inherit;
	  top: inherit;
	  margin-bottom:15px;
}
/*BS Mobile Navigation*/
.navbar{
	min-height:inherit;
}
.navbar-default {
}
	/*================BS - Hamburger Nav=========*/
.mobile-toggle-container {
}
.navbar-toggle {
	position: absolute !important;
    top: 0;
    right: 3%;
}
.navbar-toggle .fa-bars {
    font-size: 25px;
    color:#8FAF87;
}
.navbar-toggle:hover .fa-bars, .navbar-toggle:focus .fa-bars{
	color:#6D9BAB;
}

/*-----------------------------------------------> PHONE NAVIGATION <---------------------------------------------------*/


/*-----------------------------------------------> PHONE HOMEPAGE <---------------------------------------------------*/
	/****BELOW MAST****/
.below-mast li {
    width: 100%;
    text-align: center;
	margin: 3% 0;
}
.below-mast li .fa {
    font-size: 200%;
}
.below-mast li h1 {
    font-size: 16px;
	text-align: center;
}
.below-mast li p {
    padding: 0 0 0 10%;
}
.below-mast li:nth-of-type(3) {
	text-align:left;
}
.below-mast li:nth-of-type(3) .fa {
	padding-left: 9.5%;
    padding-left: 6%;
    margin-top: 2%;
    font-size: 625%;
}
	/*-----------> Section 1 <-------------------*/
.section-1 h1{
	text-align:center;
}
#right-home-col-container h3 {
	font-size:23px;
}
	/*-----------> Section 2 <-------------------*/
.section-2 {
    padding:0;
}
.section-2 ul {
    margin: 2% 0 0;
    text-align: center;
}
.section-2 li, .page-id-2120 .section-2 li {
    width: 100%;
	min-height:auto;
    margin: 0;
    padding: 2%;
    text-align: center;
}
.section-2 li:nth-of-type(3) {
    padding: 0;
}
.section-2 img {
    width: 40%;
    margin:0 auto 0;
}
.section-2 h2 {
    font-size: 20px;
}
.section-2 .button {
    position: inherit;
    bottom: 0;
    left: inherit;
    transform: inherit;
    border-radius: 10px 10px 0 0;
    padding: 7px 40px;
    text-align: center;
}

	/*-----------> Section 3 <-------------------*/
.doctor-showcase {
    height:auto;
}
.doctor-showcase aside:nth-of-type(1) {
    width: 100%;
    transform: inherit;
	text-align:center;
}
.doctor-showcase aside:nth-of-type(1) img {
    width:50%;
}
.doctor-showcase aside:nth-of-type(2) {
    text-align: center;
    padding: 3%;
    width: 100%;
}
.doctor-showcase h3 {
    font-size: 20px;
}
.below-doctor-showcase h2{
	text-align:center;
}
.home-testimonials {
    min-height: auto;
}
.home-testimonials ul {
	padding: 3%;
    top: inherit;
    position: inherit;
    z-index: inherit;
    margin: 0;
    transform: inherit;
}
.home-testimonials li, .home-testimonials p {
	font-size:16px;
}
.home-testimonials p{
	line-height:normal;
}
	/*-----------> Section 4 <-------------------*/
.section-4 aside {
	width:100%;
}
.section-4 aside h2{
	text-align:center;
}
.section-4 aside:nth-of-type(1) {
    margin-right: 0;
}
.section-4 aside h3 {
    margin: 5% 0;
}
.section-4 .gform_wrapper .left_label input.medium {
    width: 65% !important;
}
	/*-----------> Section 5 <-------------------*/
.home-featured-news img {
    width: 45%;
	height:auto;
}
.section-5 {
	width:100%;
	padding: 0 2% 5%;
}
.section-5 .footer-cta-left, .section-5 .footer-cta-right {
	padding: 4%;
    width: 100%;
}
.section-5 .footer-cta-left {
	padding: 4%;
	border-right: none;
    border-bottom: 1px solid #FFF;
}
.section-5 .footer-cta-left aside {
    width: 100%;
    text-align: center;
}
.section-5 .footer-cta-left aside:nth-of-type(1), .section-5 .footer-cta-left aside:nth-of-type(2), .section-5 .footer-cta-right aside:nth-of-type(1), .section-5 .footer-cta-right aside:nth-of-type(2) {
    width: 100%;
    text-align: center;
}
.section-5 .footer-cta-right aside:nth-of-type(2) {
    position: relative;
    padding: 0 0 15%;
}
.section-5 .footer-cta-left h1, .section-5 .footer-cta-right aside:nth-of-type(1) i {
	font-size:60px;
}
.section-5 .footer-cta-right .yellow-button {
    float: none;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

	/****FEATURED NEWS****/
.home-featured-news li {
    width: 100%;
    text-align: center;
}
.home-featured-news li:nth-of-type(1) {
    padding: 0 0 5%;
}
.home-featured-news aside:nth-of-type(1), .home-featured-news aside:nth-of-type(2) {
    width: 100%;
    padding: 0 3%;
}
.home-featured-news a > h3 {
	font-size:23px;
}
	
/*-----------------------------------------------> PHONE INTERIOR PAGES <---------------------------------------------------*/
#body-content-container{
	padding:0 2%;
}
#left-body-col-container, #right-side-col-container, #left-side-col-container, #right-body-col-container {
	width: 100%;
}
#body-content-container {
	padding: 3%;
}
.social-icons .fa {
  width: 35px;
  height: 35px;
  line-height: 12pt;
}
.social-icons .fa-3x {
  font-size: 1.75em;
}
	/*-------------------> MAST INTERIOR <------------------*/
#mast-int-container {
	min-height: inherit;
	padding: 20% 0;
}
#mast-int section {
	background: rgba(109, 155, 171, .9);
	max-width: 100%;
	width: 100%;
    border-radius: 10px 0 0 10px;
    padding: 2%;
    bottom: 0;
    top: inherit;
    right: inherit;
    transform: inherit;
	text-align:center;
}
#mast-int h1, .single #mast-int h1 {
	font-size: 20px;
	padding: 0;
	bottom: 5%;
}
#mast-int h2 {
	font-size: 15px;
	padding: 0;
}

/*------------------> 1 Embryo 1 Baby <-----------------------------------*/ 
#embryo_container .inner_content {
	width:100%;
}
#embryo_container .header img {
	float: left;
	margin-right: 15px
}
#embryo_container h1 {
	width: 100%;
	text-align:center;
}
#embryo_container p {
	max-width:100%;
}
#embryo_container .steps .step .title {
	    float: none;
    max-width: 100%;
}
#embryo_container .steps .step .image {
    float: none;
    opacity: 0;
    position: inherit;
    right: inherit;
    top: inherit;
    width: 100%;
}
#embryo_container .steps .step .image img {
    position: inherit;
    right: inherit;
    top: inherit;
}
	/*------------------> 1 Embryo 1 Baby ENDS <-----------------------------------*/ 
/*-----------------------------------------------> Phone ACF - Flexible Content <---------------------------------------------------*/
.left-two-col-container {
	width: 100%;
	float: none;
}
.right-two-col-container {
	width: 100%;
	float: none;
	margin: 2% 0 0;
}
#two-col-container > ul > li {
	width:100%;
	float:none;
}
#three-col-container > ul > li, #three-col-container li:nth-child(2n+1) {
	float:none;
	width:100%;
	margin: 0 0 10px 0;
}
#three-col-container li:nth-of-type(2n) {
	margin: 0 0 10px;
}
#three-col-container li:nth-of-type(3n) {
	margin: inherit;
}
#three-col-container li:nth-child(2n+1) {
	clear: both;
}
#four-col-container > ul > li{
	width:48.5%;
	margin:0 1.5% 10px 0;
}
#four-col-container li:nth-of-type(2n) {
	margin: 0 0 10px;
}
#four-col-container li:nth-child(2n+1) {
	clear: both;
}
#staff-set aside {
	float: none;
}
#staff-set aside img {
    max-width: 90%;
    display: block;
    margin: 0 auto;
}
#staff-set aside:nth-of-type(odd) {
	width: 100%;
	margin: 0;
}
#staff-set aside:nth-of-type(even) {
	width: 100%;
}

/*-----------------------------------------------> PHONE BLOG <---------------------------------------------------*/
#about-author-box #right-author-description {
	width: 100%;
}
#about-author-box #right-author-description p {
	font-size: 12px;
}
#post-container button {
	float: none;
	margin-bottom: 10px;
}
#left-author-box, #right-sn-share-count-box {
	width: 100%;
	float: none;
}
#right-sn-share-count-box {
	text-align: left;
	margin: 5% 0;
}
.post-cat-tags a, .post-cat-tags a:last-child, .post-cat-tags a:visited:last-child{
	width:50%;
	display:block;
	margin: 0 auto 10px;
	text-align:center;
}
#twitter-widget-0 {
	width: 80px;
}
/*-----------------------------------------------> PHONE FOOTER <---------------------------------------------------*/
footer section{
	padding:0 3%;
}
#footer-top aside, #footer-top aside:nth-of-type(1), #footer-top aside:nth-of-type(2), #footer-top aside:nth-of-type(3),#footer-top aside:nth-of-type(4) {
	width: 100%;
	float: none;
	text-align: center;
	margin: 0;
}
#footer-base aside, #footer-base aside:nth-of-type(1), #footer-base aside:nth-of-type(2) {
	width: 100%;
	text-align: center;
	float:none;
}
#footer-base aside:nth-of-type(1) {
    margin: 5% 0;
}
/*-----------------------------------------------> PHONE TEXT / FONTS <---------------------------------------------------*/
h1 {
	font-size: 23px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 17px;
}
h5 {
	font-size: 16px;
}
p {
	font-size: 15px;
	line-height: 18pt;
}
small {
	font-size: 11px;
}
blockquote {
	font-size: 15px;
	line-height: normal;
	border-left: 2px solid #8FAF87;
	padding: 0 0 0 5px;
	margin: 1.5em 30px;
}
blockquote:before {
	font-size: 20px;
	width: .8em;
	line-height: 20pt;
}
blockquote:after {
	font-size: 20px;
	width: .8em;
}
blockquote p:first-letter {
	font-size: 35px;
	line-height: 30px;
}
main ol, main ul { 
	font-size: 15px;
	line-height: 18pt;
}
.drop-cap-text {
	font-size: 2em;
	line-height: 20pt;
}
/*-----------------------------------------------> PHONE FORMS <---------------------------------------------------*/
input, select, textarea {
	font-size: 15px;
}
textarea {
	max-width: 100%;
}
	/*===========RECAPTCHA for Mobile Responsive===================*/
#recaptcha_table {
transform: scale(1);
}
	/**************SEARCH BOX**********/
.search{
	margin:10px 0;
}
input[type=search]{
	width:30%;
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
input[type=search]:focus{
	width:80%;
}
	/**************SEARCH BOX ENDS**********/
	
		/***************ELEMENTS****/
img {
	max-width: 100%;
	height: auto;
}
img.alignleft, img.alignleft, img.alignright, img.alignright{
	float:none !important;
	  margin: 0 auto 20px !important;
 	 display: block !important;
}
table, tbody, td, th, thead, tr {
	display: block;
}
#smoothup {
	padding: 0.7em;
}
#smoothup .fa {
  font-size: 1em;
}
}