/*
Theme Name: Fertility Memphis
Theme URI: http://www.fertilitymemphis.com
Description: The Official WordPress theme for Fertility Memphis. <a href="http://fontawesome.io/" target="_blank">Font Awesome 4.6.3 CDN</a>, <a href="http://getbootstrap.com/" target="_blank">Bootstrap 3.3.5</a>.
Version: 4.7.4
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

*/
/*Layout*/
body {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	margin:0;
}
/*Header Starts*/
header{
	background:#FFF;
	padding:18px 0 0;
	transition:0.5s ease all;
}
	/*===HEADER Fixed Top=======*/
header.navbar-fixed-top {
	transition:0.5s ease all;
}
header.navbar-fixed-top aside:nth-of-type(1) img {
    max-width: 70%;
	transition:0.5s ease all;
}


header img{
	border:0;
}
header a, header a:visited{
	text-decoration:none;
}
header section {
	max-width:1100px;
	margin:0 auto 15px;
}
header aside:nth-of-type(1){/*Header Left*/
	width:24%;
	float:left;
}
header aside:nth-of-type(1) img{
	max-width:100%;
	height:auto;
	transition:0.5s ease all;
}
header aside:nth-of-type(2){/*Header Middle*/
	width:60%;
	float:left;
	text-align:center;
}
header aside:nth-of-type(2) ul {
	margin-top: 0;
	padding: 0;
}
header aside:nth-of-type(2) ul li {
	list-style-type: none;
	display: inline; 
	margin: 0 4px;
}
header aside:nth-of-type(2) ul li i {
	color:#FFF;
		background-color: #c89ac8;
    background: -moz-linear-gradient(top, #c89ac8, #AD85AD);
    background: -ms-linear-gradient(top, #c89ac8, #AD85AD);
    background: -webkit-linear-gradient(top, #c89ac8, #AD85AD);
    border: 1px solid #EEE;
    text-shadow: 0 -1px -1px #1f2f52;
	border-radius: 50%;
	height: 28px;
	width: 28px;
	padding-top: 6px;
	margin-right: 4px;
	transition:0.5s ease all;
}
header aside:nth-of-type(2) ul li .fa-rss{
	background-color: #f89330;
    background: -moz-linear-gradient(top, #f89330, #d54c19);
    background: -ms-linear-gradient(top, #f89330, #d54c19);
    background: -webkit-linear-gradient(top, #f89330, #d54c19);
    border: 1px solid #EEE;
    text-shadow: 0 -1px -1px #1f2f52;
}
header aside:nth-of-type(2) ul li a {
	font-size: 85%;
	transition:0.5s ease all;
}
header aside:nth-of-type(2) ul li a:hover > i {
	border:1px solid #ad85ad;
	transition:0.5s ease all;
}
header aside:nth-of-type(2) input[type=search] {
	width: 30%;
	margin-top: 18px;
}
header aside:nth-of-type(3){/*Header Right*/
	width:16%;
	float:right;
	text-align:right;
}
header aside:nth-of-type(3) #google_translate_element {
	margin-top: 40px;
}

	/*Alert BOX*/
#alert-box{
	width:100%;
	background:#F00;
	padding:5px 0;
	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{
	color:#FFF;
	text-decoration:none;
}
		/*Alert BOX ENDS*/
/*Header Ends*/
	

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++START WP NAV++++++++++++++++++++++++++++++++++++++++++++++*/
#nav-container {
	max-width:1100px;
	margin:0 auto;
}
#nav {
	background:#8be3d8;
	color:#FFF;
}
#nav img {
	border:0;
}
#nav ul {
	list-style: none;
	padding-left: 0;
	margin:0;	
}
/*Controls Individual Tab*/
#nav li {
	display:inline-block;
	margin: 0;
	position: relative;
	border-right: 1px solid #fff;
}
#nav li:last-child {
	margin:0;
	border-right: none;
}
#nav li a {
	color:#FFF !important;
	display: block;
	line-height: 1.133em;
	padding: 15px 7px;
	text-decoration: none;
	font-weight: 400;
	position: relative;
}
#menu > li:hover > a:before {
	font-size:16px;
	color:fff;
	display:inline;
	content:  "\F04B ";
	font-family: FontAwesome;
	position: absolute;
	top: -8px;
	left: 47%;
	-webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
#nav li:hover > a,  #nav a:focus {
	background:#ad85ad;
}
	/*Last Nav Tab on Nav Bar*/
#nav li:last-child a{
}
/*CURRENT PAGE FOR NAV STYLING*/
#nav .current_page_item > a,  #nav .current_page_ancestor > a {
	background:#ad85ad;
}
#nav-container > ul >.current_page_item > a:before, #nav-container > ul >.current_page_ancestor > a:before {
	font-size:16px;
	color:fff;
	display:inline;
	content:  "\F04B ";
	font-family: FontAwesome;
	position: absolute;
	top: -8px;
	left: 47%;
	-webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
/*SUB NAVIGATION*/
#nav ul ul {
	display: none;
	float: left;
	margin: 0;
	padding:0;
	position: absolute;
	top: 2.433em;/*CONTROLS THE PLACEMENT OF THE SUB NAV FROM TOP*/
	left: 0;
	width: 220px;
	z-index: 99999;
}
#nav ul ul li {
	border:0;
	margin:0;
	width: 100%;
}
#nav ul ul li a {
	background:#ad85ad;
	line-height: 1.4em;
	padding: 3px 10px;
	font-size: 75%;
}
#nav ul ul li:first-child a {
	padding-top: 12px;
}
#nav ul ul li:last-child a {
	padding-bottom: 12px;
}
#nav ul ul li a:before{
	font-size:12px;
	color:fff;
	margin-right: 6px;
	display:inline;
	content:  "\F0A9 ";
	font-family: FontAwesome;
}
#nav ul ul li a:hover {
	color: #FFF;
}
#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;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++END WP NAV++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*MAST*/
#mast {
}
#mast-container {
	max-width:1100px;
	margin:0 auto;
}
/*MAST ENDS*/


/*Body Content*/
main {
	background:#fff;
	min-height:500px;
}
#body-content-container {
	max-width:1100px;
	margin:0 auto;
}
#right-col-container .screen-reader-text{
	display:none;
}
/*Body Content ENDS*/

/* ## Fancybox Pop Up
--------------------------------------------- */
.fancybox-content.popup-with-borders .popup-container{
    display: flex;
    flex-wrap: wrap;
}
.popup-container{
    align-items: center;
}
.popup-container a.popuplink, .fancybox-content.popup-with-borders .popup-content {
    width: calc(50% - 2%);
}
.fancybox-content.popup-with-borders{
	max-width: 80%;
}
.fancybox-content.popup-with-borders .popup-content{
}
.fancybox-content.popup-with-borders img {
    max-width: 98%;
    display: block;
    margin: 0 auto;
}
.fancybox-content.popup-remove-borders {
    padding: 0;
    overflow: hidden;
}
.fancybox-button svg {
    color: #000;
}
a.popuplink:focus, a.popuplink:visited, a.popuplink {
    outline-color: rgba(255,255,255,0);
}


/*Homepage*/
.home #body-content-container {
	width: 100%;
	max-width: 100%;
}
.homepage-section {
	overflow: hidden; 
	clear: both;
	padding-bottom: 70px;
	max-width:1100px;
	margin:0 auto;
}
.homepage-content-wrapper {
	max-width:1100px;
	margin:0 auto;
}
.colored-button {
	padding: 14px; 
	border-radius: 3px;
	color: #fff !important;
	display: inline-block;
	text-align: center;
}
.colored-button i {
	padding-right: 8px;
	font-size: 140%;
}
.home .soliloquy-container {
	margin-bottom: 0 !important;
}

#homepage-section-1 {
	background: #ad85ad;
	color: #fff;
	width: 100%;
	max-width: 100%;
	padding-bottom: 0;
}
#homepage-section-1 h1,
#homepage-section-1 a,
#homepage-section-1 i {
	color: #fff;
	font-weight: 400;
}
#homepage-section-1 .float-left {
	float: left;
}
#homepage-section-1 .float-right {
	float: right;
	margin-top: 27px;
	font-size: 115%;
}
#homepage-section-1 .float-right i {
	padding-right: 5px;
}

#homepage-section-2 {
  	background-image: -webkit-linear-gradient(#eee, #fff);
  	background-image: -moz-linear-gradient(#eee, #fff);
  	background-image: -ms-linear-gradient(#eee, #fff);
  	background-image: -o-linear-gradient(#eee, #fff);
  	width: 100%;
	max-width: 100%;
}
#homepage-section-2 .homepage-content-wrapper {
	padding-right: 380px;
	z-index: 1;
	position: relative;
	overflow: hidden;
}
#homepage-section-2 h1 {
	margin-top: 40px;
	font-size: 310%;
}
#homepage-section-2 .baby-background {
	position: absolute; 
	right: 0; 
	top: 0;
	z-index: -1;
}
#homepage-section-2 strong {
	color: #ad85ad;
}
#homepage-section-2 hr{
	border: 0;
  	height: 1px;
  	background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #ad85ad, rgba(255, 255, 255, 0));
  	background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0), #ad85ad, rgba(255, 255, 255, 0));
  	background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0), #ad85ad, rgba(255, 255, 255, 0));
  	background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0), #ad85ad, rgba(255, 255, 255, 0));
  	margin: 15px 0;
}
#homepage-section-2 .colored-button {
	width: 48%;
	font-size: 140%;
}
#homepage-section-2 .colored-button i {
	font-size: 140%;
	line-height: 0.6em;
	position: relative; 
	top: 3px;
}
#homepage-section-2 .colored-button:nth-of-type(1) {
	background: #dfba56;
	margin-right: 2%;
}
#homepage-section-2 .colored-button:nth-of-type(2) {
	background: #179c8c;
}

#homepage-section-3 {
	position: relative;
	padding: 50px 0 100px 0;
}
#homepage-section-3 p {
	padding: 0 50px;
	text-align: center;
	font-size: 112%;
	font-style: italic;
	font-weight: 400;
}
#homepage-section-3 i {
	position: absolute;
	font-size: 200%;
}
#homepage-section-3 i.fa-quote-left {
	top: 58px;
	left: 0;
}
#homepage-section-3 i.fa-quote-right {
	bottom: 140px;
	right: 0;
}

#homepage-section-4 .ad-box {
	width: 33%;
	float: left;
	text-align: center;
	height: 523px;
	position: relative;
}
#homepage-section-4 .ad-box:nth-of-type(1) {
	background: #dfba56;
}
#homepage-section-4 .ad-box:nth-of-type(2) {
	background: #8be3d8;	
	margin: 0 0.5%;
}
#homepage-section-4 .ad-box:nth-of-type(3) {
	background: #ad85ad;	
}
#homepage-section-4 .ad-box img {
	border-radius: 50%;
	width: 250px;
	height:250px;
	padding: 8px;
	border: 1px solid #fff;
	margin: 10px 15% 0 15%;
}
#homepage-section-4 .ad-box h1,
#homepage-section-4 .ad-box p {
	color: #fff;
}
#homepage-section-4 .ad-box h1 {
	font-size: 130%;
	border-bottom: 1px solid #fff;
	padding-bottom: 15px;
}
#homepage-section-4 .ad-box p {
	margin: 15px; 
	font-size: 110%;
}
#homepage-section-4 .ad-box .colored-button {
	background: #5a5a5a;
	border: 1px solid #fff;
	width: 50%;
	position: absolute; 
	bottom: 15px;
	left: 25%;
	font-size: 125%;
}

#homepage-section-5 h3, 
#homepage-section-5 p {
	color: #fff;
	line-height:normal;
}
#homepage-section-5 p {
	margin: 0 10px 10px 10px;
}
#homepage-section-5 .float-left, 
#homepage-section-5 .float-right {
	height:auto;
	min-height:420px;
}
#homepage-section-5 .float-left {
	float: left;
	width: 47%;
	text-align: center;
	background: #5a5a5a;
}
#homepage-section-5 .float-left iframe {
	padding: 3px;
	width: 100%;
	height: 340px;
}
#homepage-section-5 .float-left h3 {
	margin: 8px 0 0 0;
	font-size: 110%;
}
#homepage-section-5 .float-right {
	float: right;
	width: 52%;
	text-align: center;
	background: #b590b5;
}
#homepage-section-5 .float-right img {
	width: 100%;
}
#homepage-section-5 .float-right h3 {
	margin: 8px 0 5px 0;
	font-size: 185%;
	font-weight: 200;
}
#homepage-section-5 .float-right a {
	color: #8be3d8;
}

#homepage-section-6 .float-left {
	display: inline-block;
	float: left;
	margin-top: 0;
}
#homepage-section-6 .colored-button {
	background: #dfba56;
	float: right;
	padding: 9px 20px;
	font-size: 115%;
}
#homepage-section-6 .colored-button i {
	line-height: 0.6em;
	position: relative; 
	top: 3px;
}
.news-box {
	float: left;
	width: 49%;
}
.news-box:nth-of-type(2) {
	float: right;
}
.news-box h3 {
	margin-top: 24px;
}
.news-box img {
	border-radius: 50%;
	width: 165px;
	height: 165px;
	border: 1px solid #b590b5;
	padding: 7px;
	float: left;
	margin-right: 15px;
} 
.news-box a {
	color: #8be3d8 !important;
}
.news-box a.read-more {
	font-size: 14px;
	float: right;
}
.news-box p {
	margin-bottom: 0;
}

	/*========================Footer Starts===============================*/
.footer-logos{
	margin:15px 0;
}
.footer-logos ul{
	list-style-type:none;
	padding:0;
	margin:0;
	text-align:center;
}
.footer-logos li{
	display:inline-block;
	vertical-align:top;
	margin:0 15px 0 0;
}
.footer-logos li:last-child{
	margin:0;
}
.footer-logos li img{
	max-height: 125px;
	width: auto;
}
#above-footer {
	max-width: 1100px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	padding: 20px 0;
}
.above-footer-link, .above-footer-link:visited{
	color:#000;
}
#above-footer img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
}
#above-footer p {
	text-align: center;
	margin: 4px 0;
	font-weight: 400;
}
#above-footer p:first-child {
	text-transform: uppercase;
}
#above-footer i {
	font-size: 400%;
	color: #5a5a5a;
	position: absolute; 
	top: 14px;
	left: 170px;
}

footer {
	background:#8be3d8;
	color:#FFF;
	font-size:11px;
	clear:both;
}
footer a, footer a:visited, footer h3 {
	color:#000;
}
footer a:hover {
}
footer p {
	font-size:11px;
}
footer img {
	border:0;
}
#footer-top {
	max-width:1100px;
	margin:0 auto;
	padding:15px 0 30px 0;
	overflow: hidden;
	min-height: 200px;
}
#footer-top .footer-top-column {
	width: 20%;
	float: left;
}
#footer-top .footer-top-column .widget_nav_menu {
	list-style-type: none;
}
#footer-top .footer-top-column h3 {
	margin-bottom: 0;
	font-size: 210%;
}
#footer-top .footer-top-column ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#footer-top .footer-top-column ul li {
	padding: 0;
	margin: 4px 0;
}
#footer-top .footer-top-column ul li a {
	font-size: 125%;
}
#footer-top .footer-top-column ul li a:hover {
	color:#ad85ad;
}
#footer-base{
	padding:25px 0 10px 0;
	clear:both;
	background: #fff;
	overflow: hidden;
}
#footer-base h1 {
	font-size: 220%;
}
#footer-base h1 i {
	font-size: 140%;
	line-height: 0.6em;
	position: relative;
	top: 6px;
	padding-right: 5px;
}
#footer-base a {
	color: #ad85ad;
}
#footer-base p {
	color: #000;
	font-size: 115%;
	margin: 5px 0;
}
.footer-base-wrapper {
	max-width: 1100px;
	margin: 0 auto; 
}
#footer-base aside:nth-of-type(1){
	float:left;
	text-align:left;
	width:33%;
}
#footer-base aside:nth-of-type(2){
	float:left;
	text-align:center;
	width:34%;
}
#footer-base aside:nth-of-type(3){
	float:right;
	text-align:right;
	width:33%;
	padding-left: 100px;
}
#footer-base aside:nth-of-type(3) p {
	text-transform: uppercase;
	line-height: 120%;
}

/*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*/

/***************++++++++++++++++INTERIOR PAGES++++++++++++++++++++++**************/
	/*MAST*/
#mast-int{
}
#mast-int-container{
	background-size:cover !important;
	max-width:1100px;
	min-height: 300px;
	border-bottom:6px solid #CCC;
	margin:0 auto;
	position:relative;
}
#mast-int-container hr {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0));
    background-image: -moz-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0));
    background-image: -ms-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0));
    background-image: -o-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0));
    margin: 20px 0;
}
#mast-int section {
    width: 35%;
    background: rgba(173, 133, 173, 0.75);
	border-radius:3px;
    padding: 10px;
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
    text-align: center;
}
#mast-int section .captiontextbox{
	    width: 90%;
	position:absolute;
		top: 50%;
	left:50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-moz-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}
#mast-int h1, #mast-int h2{
	width: 100%;
	color:#FFF;
	margin:0;
	font-weight:300;
}
#mast-int h1{
	font-size:40px;
}
.single #mast-int h1{
	font-size:30px;
}
#mast-int h2{
	font-size:18px;
}
	/*MAST ENDS*/
#left-body-col-container{
	width:65%;
	min-height:1px;
	margin:2% 3% 0 0;
	float:left;
}
#right-side-col-container{
	background:#ad85ad;
	width:32%;
	margin:2% 0;
	float:left;
	border-radius:3px;
}
#left-side-col-container{
	background:#CCC;
	width:32%;
	margin:2% 0;
	float:left;
}
#right-body-col-container{
	width:65%;
	min-height:1px;
	margin:2% 0 0 3%;
	float:left;
}
#left-body-col-container .screen-reader-text, #right-side-col-container .screen-reader-text{
	display:none;
}
	/*Text Box*/
#text-box-container{
	background:#FFF;
	padding:15px;
	width:21%;
}
#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;
}
.social-icons .fa {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #EEE;
  line-height: 22pt;
  text-align: center;
  color: #FFF;
  transition:all 0.5s ease;
}
.social-icons .fa-facebook{
	background-color: #2b4170; 
  background: -moz-linear-gradient(top, #3b5998, #2b4170);
  background: -ms-linear-gradient(top, #3b5998, #2b4170);
  background: -webkit-linear-gradient(top, #3b5998, #2b4170);
  border: 1px solid #2b4170;
  text-shadow: 0 -1px -1px #1f2f52;
}
.social-icons .fa-twitter{
	background-color: #0081ce; /* fallback color */
	background: -moz-linear-gradient(top, #00aced, #0081ce);
	background: -ms-linear-gradient(top, #00aced, #0081ce);
	background: -webkit-linear-gradient(top, #00aced, #0081ce);
	border: 1px solid #0081ce;
	text-shadow: 0 -1px -1px #005ea3;
}
.social-icons .fa-youtube{
	background-color: #b31217; /* fallback color */
	background: -moz-linear-gradient(top, #e52d27, #b31217);
	background: -ms-linear-gradient(top, #e52d27, #b31217);
	background: -webkit-linear-gradient(top, #e52d27, #b31217);
	border: 1px solid #b31217;
	text-shadow: 0 -1px -1px #972412;
}
.social-icons .fa-google{
	background-color: #4285F4; /* fallback color */
	background: -moz-linear-gradient(top, #4285F4, #6098f6);
	background: -ms-linear-gradient(top, #4285F4, #6098f6);
	background: -webkit-linear-gradient(top, #4285F4, #6098f6);
	border: 1px solid #4285F4;
	text-shadow: 0 -1px -1px #972412;
}
.social-icons .fa:hover{
	border:1px solid #8be3d8;
}
	/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++FLEXIBLE CONTENT+++++++++++++++++++++++++++++*/
	/*2 Column - EVEN*/
#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 - Heavy LEFT Colum*/
#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 - Heavy RIGHTColumn*/
#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 !important;
}
#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 Layout*/
#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:33%;
	margin:0 2% 0 0;
	clear:both;
}
#staff-set aside:nth-of-type(even){
	width:65%;
}
#staff-set h3{
}
#staff-set p{
}

	/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++FLEXIBLE CONTENT+++++++++++++++++++++++++++++*/
/*SIDEBAR*/
#left-side-col-container, #right-side-col-container{
	color:#FFF;
}
#left-side-col-container p, #right-side-col-container p{
	color:#FFF;
}
#left-side-col-container img, #right-side-col-container img{
	border:2px solid #FFF;
}
#widget-box {
	padding:15px 25px;
	margin:0 0 15px;
}
#widget-box h2 {
	text-align: center;
	color:#FFF;
	font-size: 33px;
	margin:0 0 10px 0;
}
#widget-box a, #widget-box a:visited{
	color:#FFF;
}
#widget-box a:hover{
	color:#000;
}
#widget-box ul{
	list-style-type:none;
	margin:15px 0 0;
	padding:0;
}
#widget-box ul ul{
	margin-top:5px;
}
#widget-box ul li{
	font-weight:400;
	padding:10px 0;
	border-bottom:1px solid #FFF;
}
#widget-box ul li:last-child{
	border-bottom:none;
}
#widget-box ul ul > li{
	border-bottom:none;
	padding:0;
}
#widget-box ul ul > li:before {
	content: '\f00c';
	color:#FFF;
	font-family: FontAwesome;
	display: inline-block;
	margin-left: -1.2em;
	width: 1.2em;
}
#widget-box .gform_wrapper input[type=submit] {
	font-size:inherit !important;
}
	/*Sidebar Menu Child Tabs*/
#widget-box .sub-menu{
}
#widget-box ul ul li:before {
	content: '\f0da';
}
#widget-box ul ul ul li:before {
	content: '\f105';
}
	/*****************HIDE NON PARENT SUB NAV FROM SIDENAV+*/
#widget-box li.menu-item ul.sub-menu {
/*    display: none;*/
	margin:5px 0 0 30px;
	padding:0 0 0 10px;
}
#widget-box li.current-menu-item ul.sub-menu ,
#widget-box li.current-menu-ancestor ul.sub-menu {
    display: inherit;
}
	/*Disable GF Bullets on Sidebar*/
.gform_wrapper ul li.gfield:before {
	content:normal !important;
}
	/*Calendar Widget*/
#wp-calendar{
	margin:0 auto;
}	
	
/***************++++++++++++++++INTERIOR PAGES ENDS++++++++++++++++++++++**************/

/*TEXT*/
h1, h2, h3, h4, h5, h6{
	font-weight:400;
	color: #ad85ad;
}
h1 {
	font-size:37px;
}
h2 {
	font-size:25px;
}
h3 {
	font-size:21px;
}
h4 {
	font-size:18px;
}
h5 {
	font-size:16px;
}
p {
	font-size:14px;
	line-height:16pt;
}
a {
	text-decoration: none;
}
small {
	font-size:11px;
}
blockquote {
	font-size:14px;
	line-height:16pt;
	font-style:italic;
	border-left:3px solid #CCC;
	margin: 2.5em 50px;
  padding: 0.5em 10px;
}
blockquote:before {
	font-size:40px;
	content: '\f10d';
	font-family: FontAwesome;
	display: inline-block;
	width: 1.2em;
	float:left;
	line-height:30pt;
}
blockquote:after {
	font-size:40px;
	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:14px;
	line-height:16pt;
	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;
	margin:0;
	padding:2%;
}
.breadcrumb hr{
	margin:10px 0;
}
/*LINKS*/
a, a:visited {
	color:#ad85ad;
	-webkit-transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease; 
}
a:hover {
	color:#8be3d8;
	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; 
}
/*FORMS*/
form {
	margin:0;
	padding:0;
}
input, select, textarea {
	font-family: 'Raleway', sans-serif;
}
input[type=text], input[type=search], textarea, select{
	font-size:14px !important;
	padding:1.5% !important;
	background-color: #ffffff;
	border: 2px solid #eeeeee;
	border-radius: 4px;
	font-family: 'Raleway', sans-serif;
	-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] {
	border-radius:5px;
	color: #FFF;
	padding:5px;
	font-weight: normal;
	background-color: #ad85ad;
	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{
	background-color: #8be3d8;
	-webkit-transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease; 
}
select{
	border: 1px solid #cccccc;
	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;
}
	/*Search Bar*/
.screen-reader-text{
	display:none;
}
.search-header input[type="text"]{
	background-color: #fff;
	border:2px solid #EEE;
}
.search-header button {
	background: none;
	border: none;
	padding: 0;
	width: 0;
	height: 0;
	cursor: pointer;
	left: -25px;
}
.search-header .fa-search {
	color: #999;
	position: relative;
	left: -30px;
	top: 1px;
	font-size: 18px;
}
/*MISC*/
hr{
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(173,133,173,0), rgba(173,133,173,0.75), rgba(173,133,173,0)); 
    background-image:    -moz-linear-gradient(left, rgba(173,133,173,0), rgba(173,133,173,0.75), rgba(173,133,173,0)); 
    background-image:     -ms-linear-gradient(left, rgba(173,133,173,0), rgba(173,133,173,0.75), rgba(173,133,173,0)); 
    background-image:      -o-linear-gradient(left, rgba(173,133,173,0), rgba(173,133,173,0.75), rgba(173,133,173,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: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 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;
}
/*++++++++++++++++++++++++++++++++++++++++++WP POST AREA+++++++++++++++++++++++++++++++++*/

	/*HOMEPAGE - index.php*/
#post-container article{
	margin:0 0 15px 0;
	padding-bottom:10px;
}
#post-container article:last-child hr{
	display:none;
}
article button{
	float:right;
	margin:10px 0 0;
}
#post-container .author-profile-photo{
	float:left;
	margin:0 10px 10px 0;
}
#post-container .author-profile-photo img{
	max-width:75px;
	height:auto;
}
	/*FOR THUMBNAIL EXCERPT INTEGRATION*/
#thumb-excerpt img {
	float:left;
	margin:10px 15px 10px 0;	
	border-radius: 50%;
    width: 200px;
    height: 200px;
    border: 1px solid #b590b5;
    padding: 7px;
}
/*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:#ad85ad;
	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:#8be3d8;
}
	/*Search Results Page - search.php*/
#search-container {
	margin:0 0 15px 0;
}

/*+++++++++++++++++++++++++++++FOR SINGLE POSTINGS - single.php++++++++++++++++++++++*/
/*======================FOR SINGLE POSTINGS - 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:5px;
	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:75px;
	height:auto;
	padding:4px;
	border:1px solid #ddd;
	background:#FFF;
}
#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:#999;
	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 Healthcare Marketing 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 #179c8c;
	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:#ad85ad;
	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:9999;
}
#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%);
}





/****************************************RESPONSIVE****************************/

/**************IFRAME ADJUSTMENTS**************/
@media only screen and (max-width:568px) {header aside:nth-of-type(2) ul li i {padding: 6% 3%;}header aside:nth-of-type(2) ul li .fa-usd{padding: 6% 8%;}}
@media only screen and (max-width:434px) {header aside:nth-of-type(2) ul li i {padding: 8% 4%;}header aside:nth-of-type(2) ul li .fa-usd{padding: 8% 11% 7% 11%;}}
@media only screen and (max-width:395px) {header aside:nth-of-type(2) ul li i {padding: 9% 0%}header aside:nth-of-type(2) ul li .fa-usd{padding: 8% 9%;}}
@media only screen and (max-width:320px) {header aside:nth-of-type(2) ul li i {padding: 7% 5% 7% 5%;}header aside:nth-of-type(2) ul li .fa-usd {padding: 7% 7%;}}
@media only screen and (max-width:240px) {header aside:nth-of-type(2) ul li i {padding: 9% 9%;}header aside:nth-of-type(2) ul li .fa-usd {padding: 9% 7%;}}
/**************END IFRAME ADJUSTMENTS**************/

/**************SOLILOQUY ADJUSTMENTS**************/
@media only screen and (min-width:721px) and (max-width:768px) {#homepage-section-5 .float-right{min-height: 490px;}}
@media only screen and (min-width:686px) and (max-width:720px) {#homepage-section-5 .float-right{min-height: 470px;}}
@media only screen and (min-width:641px) and (max-width:685px) {#homepage-section-5 .float-right{min-height: 450px;}}
@media only screen and (min-width:605px) and (max-width:640px) {#homepage-section-5 .float-right{min-height: 430px;}}
@media only screen and (max-width:568px) {#homepage-section-5 .float-right{min-height: 430px;}}
@media only screen and (max-width:493px) {#homepage-section-5 .float-right{min-height: 400px;}}
@media only screen and (max-width:390px) {#homepage-section-5 .float-right{min-height: 360px;}}
@media only screen and (max-width:250px) {#homepage-section-5 .float-right{min-height: 360px;}}
/**************END SOLILOQUY ADJUSTMENTS**************/
@media only screen and (min-width:768px) {
.navbar-brand {
	display: none
}
}
@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%;
}
	/***************HEADER*****/
header aside {
	margin-right: 0
}
header aside:nth-of-type(1) {
    padding-left: 9%;
    width: 33%;
}
header aside:nth-of-type(2){
    width: 100%;
    margin: 5% 0 0 0;
    float: right;
    text-align: center;
    clear: both;
}
header aside:nth-of-type(2) ul {
    margin: 0 0 0 10%;
}
header aside:nth-of-type(2) ul li {
    margin: 0 3% 3% 3%;
    display: inline-flex;
    width: 25%;
}
header aside:nth-of-type(3) {
    width: 94%;
    float:none;
    text-align: right;
}
header aside:nth-of-type(2) input[type=search] {
    width: 50%;
}
header aside:nth-of-type(3) #google_translate_element {
    margin-top: 35px;
}
header .social-icons .fa {
    line-height: 23pt;
}
/***********NAV*************/
#nav ul {
    margin: 0 auto;
	float:none;
}
#nav li {
}
#nav li a {
	padding: 15px 10px 7px;
}

/***********HOME*************/
#homepage-section-1 {
	padding: 0 2%;
}
#homepage-section-2 .homepage-content-wrapper p:last-of-type{
	padding: 0 0 45% 0;
}
#post-6 {
	position: relative;
}
#homepage-section-2 .colored-button {
    height: 14%;
}
#homepage-section-2 .colored-button:nth-of-type(1) {
	position: absolute;
    bottom: 0;
    left: 0;
}
#homepage-section-2 .colored-button:nth-of-type(2) {
    position: absolute;
    bottom: 0;
    right: 2.7%;
}
#homepage-section-3 {
    padding: 0 0 10% 0;
}
#homepage-section-3 i.fa-quote-left {
    top: 10%;
}
#homepage-section-3 i.fa-quote-right {
    bottom: 50%;
}
#homepage-section-4 .ad-box h1 {
    min-height: 65px;
}
#homepage-section-5 .float-right {
    min-height: 427px;
}
.news-box {
    padding: 3%;
}
.news-box a.read-more {
    margin: 6% 0 0 0;
}
/************INTERIOR PAGES**********/
	/************MAST**********/
#mast-int-container {
	width: 100%;
	min-height: 150px
}
#mast-int h1 {
	font-size: 32px;
	padding: 2%;
	bottom: 5%
}
#mast-int h2 {
	font-size: 22px;
	padding: 2%
}
#mast-container {
	width: 100%;
	min-height: 250px;
	margin: 0 auto
}
#body-content-container{
	padding:0 2%
}
#left-body-col-container {
	margin-right: 2%
}
#right-body-col-container{
	margin-left:2%;
}
.social-icons .fa {
  width: 35px;
  height: 35px;
  line-height: 12pt;
}
.social-icons .fa-3x {
  font-size: 1.75em;
}
#three-col-container > ul > li img {
    max-height: 190px;
}
	/***************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
}
.search-header input[type="text"]{
	width:90%;
}
	/***************FOOTER*****/
footer section{
	padding:0 3%;
}
#above-footer {
    padding: 7px 0;
}
#above-footer i {
    top: 0;
    left: 3%;
}
#footer-top {
	padding: 15px 2% 30px 2%;
}
#footer-top .footer-top-column {
    width: 17%;
    float: left;
    margin: 0 3% 0 0;
}
#footer-top .footer-top-column:nth-of-type(5) {
	margin: 0 0 0 3%;
}
#footer-base aside:nth-of-type(1) {
    float: none;
    margin: 0 auto;
    text-align: center;
    width: 51%;
}
#footer-base aside:nth-of-type(2) {
    float: none;
    text-align: center;
    width: 100%;
    margin: 0 auto;
}
#footer-base aside:nth-of-type(3) {
    float: none;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    padding-left: 0;
}
	/************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%
}
#wpadminbar {
    position:fixed !important;
}
	/***************HEADER*****/
header aside {
	margin-right: 0
}
header aside:nth-of-type(1){
	padding-left:2%;
	width: 48%;
}
header aside:nth-of-type(2){
    width: 100%;
    margin: 5% 0 0 0;
    float: right;
    text-align: center;
    clear: both;
}
header aside:nth-of-type(2) ul {
    margin: 0 0 0 10%;
}
header aside:nth-of-type(2) ul li {
    margin: 0 3% 3% 3%;
    display: inline-flex;
    width: 25%;
}
header aside:nth-of-type(3) {
    width: 94%;
    float:none;
    text-align: right;
}
header aside:nth-of-type(2) input[type=search] {
    width: 50%;
}
header aside:nth-of-type(3) #google_translate_element {
	margin-top:35px;
}
header .social-icons .fa {
    line-height: 23pt;
}
/***********NAV*************/
#nav-container > ul >.current_page_item > a:before, #nav-container > ul >.current_page_ancestor > a:before, #menu > li:hover > a:before {
	left: 49.5%;
	font-size: 11px;
}
#nav {
	border:0 !important;
	padding:0;
}
#nav ul {
	padding-left: 0
}
#nav li {
	width: 100%;
    text-align: center;
}
#nav ul ul {
    float: none;
    position: initial;
    width: 100%;
	background-color: #ad85ad;
}
#nav ul ul li {
    padding: 2% 0;
    width: 100%;
}
/*BS Mobile Navigation*/
.navbar-default { /*Controls the Locker Box Toggle BG Bar*/
	background:#EEE;
}
	/*================BS - Hamburger Nav=========*/
.navbar-toggle .fa-bars {
    font-size: 25px;
    color: #ad85ad;
}
.navbar-toggle:hover .fa-bars, .navbar-toggle:focus .fa-bars{
	color:#8be3d8;
}
 /**********HOME**********/
 .homepage-content-wrapper {
	overflow: hidden;
}
.homepage-section {
	padding-bottom:0;
}
#homepage-section-1 .float-left {
    float: none;
    width: 100%;
    text-align: center;
}
#homepage-section-1 .float-right {
    float: none;
    font-size: 95%;
    width: 100%;
    padding: 0 0 0 27%;
    text-align: center;
}
#homepage-section-2 h1 {
    text-align: center;
}
#homepage-section-2 .homepage-content-wrapper {
    padding: 0 3%;
}
#homepage-section-2 .baby-background {
	opacity: 0.4;
}
#homepage-section-2 {
	font-weight:400;
}
#homepage-section-2 .colored-button {
    width: 45%;
    font-size: 110%;
    min-height: 105px;
    text-align: center;
}
#homepage-section-2 .colored-button i {
    font-size: 140%;
    line-height: 0.6em;
    position: relative;
    top: -15px;
    width: 100%;
	padding:0;
    margin: 10% 0 2% 0;
}
#homepage-section-2 .colored-button:nth-of-type(1) {
    margin-left: 2%;
}
#homepage-section-3 {
    padding: 0;
}
#homepage-section-3 i.fa-quote-left {
    top: 10%;
}
#homepage-section-3 i.fa-quote-right {
    bottom: 10%;
}
#homepage-section-4 .ad-box {
    width: 65%;
	height:auto;
	float:none;
    margin: 5% auto !important;
	padding: 0 0 5% 0;
}
#homepage-section-4 .ad-box .colored-button {
	position:initial;
    clear: both;
}
#homepage-section-5 .float-left {
    width: 100%;
}
#homepage-section-5 .float-right {
    float: left;
    width: 100%;
    margin: 10% 0;
}
#homepage-section-6 {
	text-align: center;
}
#homepage-section-6 .float-left {
    display:block;
    float: none;
    width: 30%;
    margin-top: 0;
    margin: 0 auto 5% auto;
}
#homepage-section-6 .colored-button {
    float: none;
    clear: both;
    margin: 0 0 6% 0;
}
.news-box {
    width: 100%;
	margin: 0 0 3% 0;
}
.news-box a.read-more {
    margin-top: 3%;
}
#above-footer {
	text-align:center;
	padding: 20px 1%;
}
#above-footer i {
	position:initial;
	font-size: 350%;
}
#above-footer img {
	height: auto;
    overflow: hidden;
    max-width: 2200px;
    width: 2100px;
}
	/***************INTERIOR PAGES*****/
#mast-int-container {
	min-height: 150px
}
#mast-int h1 {
	font-size: 25px;
	padding: 2%;
	bottom: 5%
}
#mast-int h2 {
	font-size: 18px;
	padding: 2%
}
#body-content-container{
	padding:0 2%
}
.social-icons .fa {
  width: 35px;
  height: 35px;
  line-height: 12pt;
}
.social-icons .fa-3x {
  font-size: 1.75em;
}
#three-col-container > ul > li img {
    max-width: 100%;
    height: auto !important;
	max-height: 162px;
}
.page-template-page-fertility-treatments #widget-box h2, .page-template-page-recurrent-miscarriage #widget-box h2, .page-template-page-oncofertility #widget-box h2 {
	font-size:25px;
}
.page-id-33 .wp-caption.alignnone {
    min-height: 235px;
}
	/***************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 {
	display: inline-block;
}
#footer-top .footer-top-column {
    width: 30%;
    margin: 0 0% 2% 3%;
    float: left;
}
#footer-top .footer-top-column ul li a {
    font-size: 95%;
}
#footer-base aside:nth-of-type(1) {
    float: none;
    margin: 0 auto;
    text-align: center;
    width: 51%;
}
#footer-base aside:nth-of-type(2) {
    float: none;
    text-align: center;
    width: 100%;
    margin: 0 auto;
}
#footer-base aside:nth-of-type(3) {
    float: none;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    padding-left: 0;
}
	/**********TEXT********/
h1 {
	font-size: 27px
}
h2 {
	font-size: 23px
}
h3 {
	font-size: 20px
}
h4 {
	font-size: 18px
}
h5 {
	font-size: 16px
}
p {
	font-size: 14px;
	line-height: 16pt
}
small {
	font-size: 11px
}
blockquote {
	font-size: 14px
}
ol, ul {
	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-header input[type="text"]{
	width:90%;
}
	/***********ELEMENTS********/
img {
	max-width: 100%;
	height: auto
}
#smoothup {
	padding: 0.7em;
}
#smoothup .fa {
  font-size: 1em;
}
}

@media only 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%;
}
html #wpadminbar {
	position:fixed;
}
iframe {
	max-width: 100%;
}
/***********HEADER*************/
header aside {
	float: none;
	margin: 0;
	text-align:center;
}
header aside:nth-of-type(1){
	display:inline;
	width:60%;
	text-align:center;
	margin:0 0 20px 20px;
}
header aside:nth-of-type(1) img{
	margin:0 0 5% 0;
}
header aside:nth-of-type(2){
	width:100%;
	text-align:center;
	overflow: hidden;
}
header aside:nth-of-type(2) ul li {
    display: inline-block;
	margin:0 4% 0 0;
    text-align: center;
    float: none;
}
header aside:nth-of-type(2) ul li:last-child {
	margin:0;
}
header aside:nth-of-type(2) ul li span{
	display:none;
}
header aside:nth-of-type(2) ul li a {
    font-size: 85%;
    position: relative;
    bottom: 0;
    text-align: center;
}
header aside:nth-of-type(2) ul li i {
    position: relative;
    top: 0;
    margin:0;
    font-size: 15px;
	line-height: 15pt;
}
#mid-nav .search-header {
	clear:both;
	margin: 0;
}
header aside:nth-of-type(2) input[type=search] {
    width: 60%;
	margin: 0;
}
header aside:nth-of-type(3) {
    width: 100%;
    overflow: hidden;
	text-align: center;
    padding: 4% 0 0 0;
}
header .social-icons .fa {
	line-height:25pt;
}
header aside:nth-of-type(3) #google_translate_element {
	display:none;
}
button.close {
	clear: both;
	float: inherit;
	margin:0 !important;
}
/***********NAV*************/
#nav-container > ul >.current_page_item > a:before, #nav-container > ul >.current_page_ancestor > a:before, #menu > li:hover > a:before {
	left: 49%;
	font-size: 11px;
}
#mast-int-container{
    background-position-x: 30%;	
}
#mast-int-container, #nav-container {
	height: auto;
}
#nav {
	border:0 !important;
	padding:0;
}
#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 {
	top: 0;
	left: 0;
	width: 100%;
	float: none;
    position: initial;
}
/*BS Mobile Navigation*/
.mobile-toggle-container{
	display:inline;
}
	/*================BS - Hamburger Nav=========*/
.navbar-toggle .fa-bars {
    font-size: 25px;
    color: #ad85ad;
}
.navbar-toggle:hover .fa-bars, .navbar-toggle:focus .fa-bars{
	color:#8be3d8;
}
/***********HOME*************/
.homepage-content-wrapper {
	overflow: hidden;
}
.homepage-section {
	padding-bottom:0;
}
#homepage-section-1 .float-left {
    float: left;
    width: 100%;
    text-align: center;
}
#homepage-section-1 .float-right {
    float: right;
    font-size: 95%;
    width: 100%;
    padding: 0 0 2% 0;
    text-align: center;
}
#homepage-section-2 {
	padding: 0 7%;
}
#homepage-section-2 .homepage-content-wrapper {
    padding: 49% 0 0 0;
}
#homepage-section-2 .baby-background {
	opacity: 0.4;
}
#homepage-section-2 h1 {
	font-size: 200%;
    text-align: center;
}
#homepage-section-2 .colored-button {
    width: 100%;
    margin: 2% 0;
    font-size: 110%;
    min-height: auto;
    text-align: center;
}
#homepage-section-2 .colored-button i {
    font-size: 140%;
    line-height: 0.6em;
    position: relative;
    top: -15px;
    width: 100%;
	padding:0;
    margin-top: 7%;
}
#homepage-section-3 {
    padding: 0;
}
#homepage-section-3 p {
	font-size: 95%;
}
#homepage-section-3 i.fa-quote-left {
    top: 10%;
}
#homepage-section-3 i.fa-quote-right {
    bottom: 10%;
}
#homepage-section-4 .ad-box {
    width: 100%;
	height: auto;
    margin: 5% 0;
	padding: 0 0 5% 0;
}
#homepage-section-4 .ad-box:nth-of-type(2) p:nth-of-type(1),#homepage-section-4 .ad-box:nth-of-type(3) p:last-child {
	display:none;
}
#homepage-section-4 .ad-box .colored-button {
	position:initial;
    margin: 0 auto;
    clear: both;
}
#homepage-section-5 .float-left {
    width: 100%;
}
#homepage-section-5 .float-right {
    float: left;
    width: 100%;
    margin: 10% 0;
}
#homepage-section-6 {
	text-align: center;
}
#homepage-section-6 .float-left {
    display:block;
    float: none;
    width: 100%;
    margin-top: 0;
    margin: 0 auto 5% auto;
}
#homepage-section-6 .colored-button {
    float: none;
    clear: both;
    margin: 0 0 6% 0;
}
.news-box {
    width: 100%;
}
.news-box img {
	float:none;
}
.news-box h3 {
    clear: both;
}
.news-box a.read-more {
    margin-top: 3%;
}
#above-footer {
	text-align:center;
	padding: 20px 2%;
}
#above-footer i {
	position:initial;
}
#above-footer img {
    overflow: hidden;
    max-width: 2200px;
    width: 2100px;
	height:100%;
}
/***********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%;
}
#right-side-col-container iframe, #left-side-col-container iframe {
}
#body-content-container {
	padding: 3%;
}
.social-icons .fa {
  width: 35px;
  height: 35px;
  line-height: 12pt;
}
.social-icons .fa-3x {
  font-size: 1.75em;
}
#post-33 #three-col-container .wp-caption.alignnone {
	margin:0 auto;
}
	/***********MAST INTERIOR*************/
#mast-int {
    margin: 0;
}
#mast-int-container {
	min-height: inherit;
	padding: 20% 0;
}
#mast-int h1 {
	font-size: 20px;
	padding: 2%;
	bottom: 5%;
}
#mast-int h2 {
	font-size: 15px;
	padding: 2%;
}
/***************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%;
}
#staff-set aside:nth-of-type(odd) {
	width: 100%;
	margin: 0;
}
#staff-set aside:nth-of-type(even) {
	width: 100%;
}
	/***************BLOG*****/
#thumb-excerpt{
	text-align:center;
}
#thumb-excerpt img{
	float:none;
}
#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;
}
#twitter-widget-0 {
	width: 80px;
}
	/***************FOOTER*****/
footer section{
	padding:0 3%;
}
#footer-top .footer-top-column {
	width:100%;
	text-align: center;
}
#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), #footer-base aside:nth-of-type(3) {
	width: 100%;
	text-align: center;
	float:none;
	padding:0;
}
#footer-top .footer-top-column ul li a {
    font-size: 85%;
}
.footer-logos li {
    display: block;
    margin: 0 0 15px 0;
}
	/*=============================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 #CCC;
	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;
}
ol, ul {
	font-size: 15px;
	line-height: 18pt;
}
.drop-cap-text {
	font-size: 2em;
	line-height: 20pt;
}
	/***************FORMS****/
input, select, textarea {
	font-size: 15px;
}
textarea {
	max-width: 100%;
}
	/**************SEARCH BOX**********/
.search-header{
	margin:10px 0;
	clear: both;
}
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;
	  margin: 0 auto 20px;
 	 display: block;
}
table, tbody, td, th, thead, tr {
	display: block;
}
#smoothup {
	padding: 0.7em;
}
#smoothup .fa {
  font-size: 1em;
}
}

@media screen and (max-width:320px) {
#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%;
}
html #wpadminbar {
	position:fixed;
}
iframe {
	max-width: 100%;
}
/***********HEADER*************/
header aside {
	float: none;
	margin: 0;
	text-align:center;
}
header aside:nth-of-type(1){
	width:100%;
	text-align:center;
	margin:0;
}
header aside:nth-of-type(1) img{
	margin:0 0 5% 0;
}
header aside:nth-of-type(2){
	width:100%;
	text-align:center;
	overflow: hidden;
}
header aside:nth-of-type(2) ul li {
    display: inline-block;
    margin: 0 auto 10%;
    text-align: center;
    float: none;
    width: 31%;
}
header aside:nth-of-type(2) ul li a {
    font-size: 85%;
    position: relative;
    bottom: 0;
    text-align: center;
}
header aside:nth-of-type(2) ul li i {
    position: relative;
    top: 0;
    margin: 0 26%;
}
#mid-nav .search-header {
	clear:both;
	margin: 0;
}
header aside:nth-of-type(2) input[type=search] {
    width: 60%;
	margin: 0;
}
header aside:nth-of-type(3) {
    width: 100%;
    overflow: hidden;
	text-align: center;
    padding: 10% 0 0 0;
}
header .social-icons .fa {
	line-height:25pt;
}
header aside:nth-of-type(3) #google_translate_element {
    margin-top: 10%;
}
button.close {
	clear: both;
	float: inherit;
	margin:0 !important;
}
/***********NAV*************/
#nav-container > ul >.current_page_item > a:before, #nav-container > ul >.current_page_ancestor > a:before, #menu > li:hover > a:before {
	left: 49%;
	font-size: 11px;
}
#mast-int-container, #nav-container {
	height: auto;
	
}
#nav {
	border:0 !important;
	padding:0;
}
#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 {
	top: 0;
	left: 0;
	width: 100%;
}
/*BS Mobile Navigation*/
.navbar{
	min-height:inherit;
}
.navbar-default { /*Controls the Locker Box Toggle BG Bar*/
	background:#EEE;
}
	/*================BS - Hamburger Nav=========*/
.mobile-toggle {
  text-align: center;
  clear: both;
  padding: 0;
  background-color: #8be3d8;
}
.navbar-toggle{
	position:inherit !important;
	float:none !important;
	background-color:#ad85ad !important;
	border:2px solid #FFF;
	padding: 10px 10px;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}
.navbar-toggle:hover, .navbar-toggle:focus{
	background-color:#ad85ad !important;
}
.navbar-toggle .icon-bar{
	background-color:#FFF;
}
/***********HOME*************/
.popup-container a.popuplink, .fancybox-content.popup-with-borders .popup-content{
	width: 100%;
}
.homepage-content-wrapper {
	overflow: hidden;
}
.homepage-section {
	padding-bottom:0;
	padding: 0 3%;
}
#homepage-section-1 .float-left {
    float: left;
    width: 100%;
    text-align: center;
}
#homepage-section-1 .float-right {
    float: right;
    /* margin-top: 27px; */
    font-size: 95%;
    width: 100%;
    padding: 0 0 2% 0;
    text-align: center;
}
#homepage-section-2 .homepage-content-wrapper {
    padding: 49% 0 0 0;
}
#homepage-section-2 .baby-background {
	opacity: 0.4;
}
#homepage-section-2 h1 {
	font-size: 200%;
    text-align: center;
}
#homepage-section-2 .colored-button {
    width: 100%;
    margin: 2% 0;
    font-size: 110%;
    min-height: auto;
    text-align: center;
}
#homepage-section-2 .colored-button i {
    font-size: 140%;
    line-height: 0.6em;
    position: relative;
    top: -18px;
    width: 100%;
	padding:0;
    margin-top: 15%;
}
#homepage-section-3 {
    padding: 38px 0 55px 0;
}
#homepage-section-3 i.fa-quote-right {
    bottom: 20%;
}
#homepage-section-4 .ad-box {
    width: 100%;
	height: auto;
    margin: 5% 0;
	padding: 0 0 5% 0;
}
#homepage-section-4 .ad-box:nth-of-type(2) p:nth-of-type(1),#homepage-section-4 .ad-box:nth-of-type(3) p:last-child {
	display:none;
}
#homepage-section-5 .float-left {
    width: 100%;
}
#homepage-section-5 .float-right {
    float: left;
    width: 100%;
    margin: 10% 0;
}
#homepage-section-6 .float-left {
    display:block;
    float: none;
    width: 100%;
    margin-top: 0;
    margin: 0 auto 5% auto;
}
#homepage-section-6 .colored-button {
    clear: both;
}
.news-box {
    width: 100%;
}
.news-box img {
	float:none;
}
.news-box h3 {
    padding: 5% 0 0 0;
    clear: both;
}
.news-box a.read-more {
    margin-top: 3%;
}
#above-footer {
	text-align:center;
}
#above-footer i {
	position:initial;
}
#above-footer img {
    overflow: hidden;
    max-width: 3000px;
    width: 3000px;
	height:100%;
}
/***********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;
}
#post-33 #three-col-container .wp-caption.alignnone {
	margin:0 auto;
}
.page-template-page-ivf #mast-int .captiontextbox hr{
	margin: 4%;
}
	/***********MAST INTERIOR*************/
#mast-int {
    margin: 0;
}
#mast-int-container {
	min-height: inherit;
	padding: 20% 0;
}
#mast-int h1 {
	font-size: 20px;
	padding: 2%;
	bottom: 5%;
}
#mast-int h2 {
	font-size: 15px;
	padding: 2%;
}
/***************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%;
}
#staff-set aside:nth-of-type(odd) {
	width: 100%;
	margin: 0;
}
#staff-set aside:nth-of-type(even) {
	width: 100%;
}
	/***************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;
}
#twitter-widget-0 {
	width: 80px;
}
	/***************FOOTER*****/
footer section{
	padding:0 3%;
}
#footer-top .footer-top-column {
	width:100%;
	text-align: center;
}
#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), #footer-base aside:nth-of-type(3) {
	width: 100%;
	text-align: center;
	float:none;
	padding:0;
}
	/*=============================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 #CCC;
	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;
}
ol, ul {
	font-size: 15px;
	line-height: 18pt;
}
.drop-cap-text {
	font-size: 2em;
	line-height: 20pt;
}
	/***************FORMS****/
input, select, textarea {
	font-size: 15px;
}
textarea {
	max-width: 100%;
}
	/**************SEARCH BOX**********/
.search-header {
    margin: 10px 0;
    overflow: hidden;
    clear: both;
}
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;
	  margin: 0 auto 20px;
 	 display: block;
}
table, tbody, td, th, thead, tr {
	display: block;
}
#smoothup {
	padding: 0.7em;
}
#smoothup .fa {
  font-size: 1em;
}
}