/*
Theme Name: Texas Fertility Center
Theme URI: http://www.txfertility.com
Description: The Official WordPress theme for Texas Fertility Center. <a href="http://fontawesome.com" target="_blank">Font Awesome Pro Kit CDN</a>, <a href="http://getbootstrap.com/" target="_blank">Bootstrap 4.1.3</a>, <a href="https://fancyapps.com/fancybox/3/">FancyBox 3.5.7 CDN</a>.
Version: 7.2.1.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

*/
/* ## Constants
--------------------------------------------- */
:root{
	--primarycolor: #cdefdd; /*Light Pastel Green*/
	--secondarycolor: #F56B3A; /*Orange*/
	--ctacolor: #4599A9; /*Dark Teal*/
	--graycolor: #CCC;
	--primaryfont: 'Lato', sans-serif;
	--fontawesome: "Font Awesome 5 Pro";
}
.has-primary-color, .has-primary-color.wp-block-button__link {
    color: var(--primarycolor); 
} 
.has-primary-background-color, .has-primary-background-color.wp-block-button__link, .has-primary-background-color.wp-block-cover, .wp-block-button a.wp-block-button__link:hover, .has-primary-background-color.wp-block-cover.has-background-dim, .search-filter-container {
    background-color: var(--primarycolor);
} 
.has-secondary-color, .has-secondary-color.wp-block-button__link {
    color: var(--secondarycolor);  
} 
.has-secondary-background-color, .has-secondary-background-color.wp-block-button__link, .has-secondary-background-color.wp-block-cover, .has-secondary-background-color.wp-block-cover.has-background-dim, a.search-filter-reset {
    background-color: var(--secondarycolor); 
} 
.has-cta-color, .has-cta-color.wp-block-button__link, .wp-block-button.is-style-outline a.wp-block-button__link, .check-bullets li:before {
    color: var(--ctacolor); 
} 
.has-cta-background-color, .has-cta-background-color.wp-block-button__link, .has-cta-background-color.wp-block-cover, .wp-block-button a.wp-block-button__link, .has-cta-background-color.wp-block-cover.has-background-dim, a.search-filter-reset:hover {
    background-color: var(--ctacolor); 
} 
/*.has-cta-color {
    color: var(--graycolor); 
} */
.search-filter-results-box {
    background-color: var(--graycolor); 
}
.has-white-color, .has-white-color.wp-block-button__link, .wp-block-button.is-style-outline a.wp-block-button__link:hover, .check-bullets.has-white-color li:before, a.search-filter-reset, a.search-filter-reset:hover {
    color: #FFF; 
} 
.has-white-background-color, .has-white-background-color.wp-block-button__link, .has-white-background-color.wp-block-cover{
    background-color: #FFF; 
} 
.has-black-color, .has-black-color.wp-block-button__link {
    color: #000; 
} 
.has-black-background-color, .has-black-background-color.wp-block-button__link, .has-black-background-color.wp-block-cover {
    background-color: #000; 
}
.check-bullets li:before, .pdf .wp-block-button__link::before, .pdf .gb-button::before{
	font-family: var(--fontawesome);
}
figure.aligncenter, figcaption, .search-filter-container h4, .search-filter-results-box{
	text-align: center;
}
.popup-container, .search-filter-container form ul{
	align-items: center;
}
p.has-large-font-size {
    line-height: normal;
}
.popup-container, .search-filter-container, .search-filter-container form, .search-filter-results {
    width: 100%;
}
.popup-container, .search-filter-container form ul{
	display: flex;
	flex-wrap: wrap;
}
.popup-container, .search-filter-container form ul{
	justify-content: space-around;
}
.popup-container aside{
}
a.search-filter-reset{
	text-decoration: none;
}
.search-filter-container form ul {
    margin: 0;
    padding: 0;
}



body {
	font-family: 'Lato', sans-serif;
	margin:0;
}
/*-----------------------------------------------> HEADER <---------------------------------------------------*/
header{
background: #ffffff url(images/bg/right-decor-bg.png) no-repeat; /* Old browsers */
background: url(images/bg/decor-bg.png) no-repeat, radial-gradient(circle,  #fdfefe 21%, #ceefde 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	background-size: cover;
	padding:10px 0 0;
	transition:0.5s ease all;
}
	/*---------------> HEADER Fixed Top <-------------------*/
header.navbar-fixed-top {
    position: fixed;
    top: 0;
    transition: 0.5s ease all;
    animation: navfixedtop 1s ease;
    -webkit-animation: navfixedtop 1s ease;
    width: 100%;
    z-index: 2000;
}
header.navbar-fixed-top a:last-child img {
    max-height: 100px;
	width: auto;
}
			/*===ANIMATION - Fixed Top=======*/
@keyframes navfixedtop{
	from{
		top:-200px;
	}
	to{
		top:0;
	}
}
div#autopopup {
    width: 85%;
}
header img{
	border:0;
    transition: 0.5s ease all;
}
header section {
	padding: 0 2%;
	margin: 0 0 10px;
}
header .social-icons a {
    margin-right: 1%;
}
header .social-icons a:last-child {
    margin-right: 0;
}
header section a, header section a:visited {
    color: #25411d;
	text-decoration:none;
}
header section a:hover{
	color:#F56B3A;
}
header section a:last-child img{
	margin: -10px 0 0 0;
}
.cta-icon-set-container{
	margin: 0 0 10px;
}
.cta-icon-set-container ul{
    display: flex;
	flex-wrap: wrap;
    justify-content: center;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.cta-icon-set-container li{
    font-size: 12px;
	text-align: center;
	margin-right: 2%;
}
.cta-icon-set-container li:last-child{
	margin: 0;
}
.cta-icon-set-container a, .cta-icon-set-container a:visited{
	text-decoration: none;
}
.cta-icon-set-container a:hover{
	text-decoration: underline;
}
.cta-icon-set-container .fas, .cta-icon-set-container .fab, .cta-icon-set-container .far {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 16.5pt;
    color: #FFF;
    padding: 5% 6%;
    border-radius: 50%;
    margin: 0 auto 5px;
}
.cta-icon-set-container li .fa:hover, .cta-icon-set-container li .fas:hover, .cta-icon-set-container li .far:hover {
	background-color: #25411D
}
.cta-icon-set-container li:nth-of-type(3n+1) .fas, .cta-icon-set-container li:nth-of-type(3n+1) .fab, .cta-icon-set-container li:nth-of-type(3n+1) .far{
	background-color: #25411D;
}
.cta-icon-set-container  li:nth-of-type(3n+2) .fas, .cta-icon-set-container  li:nth-of-type(3n+2) .fab, .cta-icon-set-container  li:nth-of-type(3n+2) .far{
	background-color: #4599A9;
}
.cta-icon-set-container  li:nth-of-type(3n+3) .fas, .cta-icon-set-container  li:nth-of-type(3n+3) .fab, .cta-icon-set-container  li:nth-of-type(3n+3) .far{
	background-color: #F56B3A;
}

	/*Header Left*/
.vcenter{
	width:49.5% !important;
  	float:none !important;
 	display: inline-block;
 	 vertical-align:bottom;
}
header aside:nth-of-type(1){
}
header aside:nth-of-type(1) img{
	max-width:95%;
	height:auto;
	transition:0.5s ease all;
}
	/*Header Middle*/
header aside:nth-of-type(2){
	text-align: center;
    margin-top: 10px;
}
	/*Header Right*/
header aside:nth-of-type(3){
	text-align: right;
}
header .social-icons{
	margin: 0 0 15px;
}
header .social-icons .fa{
	font-size: 1.5em;
	margin: 0 3px 0 0;
}
header .social-icons .fa-3x {
    font-size: 1.5em;
}
.social-icons .fa-heart{
    color: #F56B3A;
}
	/*Logo Shrink on Scroll*/
header.navbar-fixed-top aside:nth-of-type(1) img{
}
	/*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*/
.side-magnet {
    height: 0;
    position: fixed;
    top: 50%;
    bottom: 0;
    right: 0;
    z-index: 5000;
    transform-origin: 100% 50%;
    transform: rotate(90deg) translate(50%, 50%);
}
.side-magnet a, .side-magnet a:visited{
    color: #FFF;
    text-decoration: none;
}
/*-----------------------------------------------> HEADER ENDS <---------------------------------------------------*/
	

/*-----------------------------------------------> NAVIGATION <---------------------------------------------------*/
#nav-container {
	padding:  0 2%;
}
#nav {
}
#nav img {
	border:0;
}
#mega-menu-wrap-primary-menu li.mega-menu-item > a.mega-menu-link {
	transition: 0.5s ease all !important;
}
#nav ul {
	list-style: none;
	margin:10px 0;
	padding:0;
	overflow:inherit;
	transition:0.5s ease all;
	justify-content: center;
}
.navbar-fixed-top #nav ul {/*Nav Margin Shrink on Scroll*/
    margin: 5px 0;
}
	/*================Controls Individual Tab=============*/
#nav li{
    font-size: 14px;
	position: relative;
}
#nav .menu li{
	font-size: 17px;
	border-bottom: 1px solid #FFF;
	padding: 3% 0;
}
#nav .menu li:last-child{
	padding: 3% 0 0;
}
#nav li a, #nav li a:visited {
	background-color: rgba(255,255,255,0);
	display: block;
	line-height: 1.133em;
	padding:10px;
	text-decoration: none;
}
	/*---------> Hover + Click On Tab <---------------*/
#nav li:hover > a,  #nav a:focus {
	color: #FFF;
	background-color: #4599AA;
}
	/*==========CURRENT PAGE FOR NAV STYLING=======*/
#nav li.current_page_item > a,  #nav .current_page_ancestor > a, #nav li.current-page-ancestor > a {
	color:#FFF;
	background-color: #4599AA !important;
}
#nav li.current_page_item > a:hover,  #nav .current_page_ancestor > a:hover, #nav li.current-page-ancestor > a:hover{
	background:#54afc1 !important;
}

	/*============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:#222;
	display:inline;
	content:  "\25BE ";
	margin-left: 5px;
}
			/*****============Triggers Drop Down to Appear=============*****/
#nav ul li:hover > ul {
	display: block;
}

	/*-------------------> SUB NAVIGATION <----------------------------------*/
#nav ul ul {
	background-color: #4599AA;
	box-shadow: 2px 4px 12px rgba(0,0,0,0.4);
	display: none;
	margin: 0;
	padding:0;
	position: absolute;
	top: 2.233em;/*CONTROLS THE PLACEMENT OF THE SUB NAV FROM TOP*/
	left: 0;
	width: 188px;
	z-index: 99999;
}
header.navbar-fixed-top #nav ul ul {
    top: 1.733em;
}
#nav ul ul li {
	border:0;
	margin:0;
	width: 100%;
	border-bottom: solid 1px rgba(255,255,255,.2);
}
#nav ul ul li a{
	padding: 10px;
}
#nav ul ul li a, #nav ul ul li a:visited {
	color: #FFF;
	line-height: 1.4em;
}
#nav ul ul li a:hover {
	background:#54afc1;
}

	/*----- CARET ---------> Right Arrow for Extra Drop Down Menu*/
#nav ul ul li.menu-item-has-children > a:after{
	content:  "\25b8 ";
}
	/*-------------------> SUB SUB NAVIGATION <----------------------------------*/
#nav ul ul ul {
	left: 100%;
	top: 0;
}
.hamburger-menu-wrapper{
	display: none;
}
/*--------------- Full Mobile Nav Overlay ---------------*/
#full-screen-nav-overlay-target, #full-screen-hamburger-nav-container, .full-screen-element{
	display: none;
}
.full-screen-element a, .full-screen-element a:visited{
	text-decoration: none;
}
/*-----------------------------------------------> NAVIGATION ENDS <---------------------------------------------------*/

/*-----------------------------------------------> MAST <---------------------------------------------------*/
#mast {
    overflow: hidden;
}
#mast-container {
}
	/*-------------------> SOLILOQUY CUSTOMIZATIONS <----------------------------------*/
 			 /*---------------------> FORCE Soliloquy img to Go 100% <------------------*/
.CUSTOMCSSCLASSFORSOLILOQUY .soliloquy-image{
	width: 100%;
}
 			 /*---------------------> Removes the Caption's Background + Moves the Caption to the right side <------------------*/
.CUSTOMCSSCLASSFORSOLILOQUY .soliloquy-caption.soliloquy-caption-bottom {
    height: 100%;
	width: 40% !important;
	right: 0;
}
.CUSTOMCSSCLASSFORSOLILOQUY .soliloquy-caption .soliloquy-caption-inside {
    background: none !important;
    position: absolute !important;
	top: 50%;
	right: 2%;
    transform: translateY(-50%);
    padding: 0 !important;
}
 			 /*---------------------> Typography Design for the Headings <------------------*/
.CUSTOMCSSCLASSFORSOLILOQUY .soliloquy-caption-inside h2 {
}
.CUSTOMCSSCLASSFORSOLILOQUY .soliloquy-caption-inside h3 {
}
	/*=================== Soliloquy Horizontal Scroll Fix ======================*/
.soliloquy-theme-classic .soliloquy-pager {
	width: 99% !important;
}
/*-----------------------------------------------> MAST ENDS <---------------------------------------------------*/


/*-----------------------------------------------> LAYOUT MAIN <---------------------------------------------------*/
main {
	min-height:600px;
}
#body-content-container {
    display: flex;
    flex-wrap: wrap;
    padding: 2%;
    margin-top: 25px;
}
.page-template-page-full #body-content-container, .error404 #body-content-container, .post-type-archive-fertilitystories #body-content-container {
    display: inherit;
    flex-wrap:nowrap;
}
#left-body-col-container, #right-body-col-container{
	width:62%;
	min-height:1px;
}
#left-body-col-container{
	margin:0 5% 0 0;
}
#right-body-col-container{
	margin:0 0 0 5%;
}
#left-side-col-container, #right-side-col-container{
	background:#4599AA;
	width:33%;
	padding: 2%;
	box-shadow: 2px 5px 12px #999;
}
#right-side-col-container{
}
#left-side-col-container{
}
#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, #left-body-col-container .fb-page iframe, #right-side-col-container .fb-page iframe, #left-side-col-container select, #right-side-col-container select{
	max-width:100%;
}
#left-body-col-container img, #right-body-col-container img, #left-side-col-container img, #right-side-col-container img{
	height:auto;
}
/*-----------------------------------------------> LAYOUT MAIN ENDS <---------------------------------------------------*/

/*-----------------------------------------------> FOOTER <---------------------------------------------------*/
.footer-location{
	margin-top: 25px;
}
.footer-location-map{
    background-size: cover;
	background-attachment: fixed;
	color: #FFF;
	background-color: rgba(0,0,0,0.37);
	position:relative;
}
.footer-location-map section {
    padding: 2%;
}
.footer-location-map aside {
    padding: 2%;
    color: #FFF;
    background-color: rgba(0,0,0,0.77);
}
.footer-location-map aside:nth-of-type(1) h4{
    text-align: center;
}
.footer-location-map a, .footer-location-map a:visited{
	color: #FFF;
	text-decoration: none;
}
.footer-location-map h2, .footer-location-map h4{
	color: #FFF;
}
.footer-location-map iframe {
    width: 100%;
	height: 100%;
    position: absolute;
    z-index: -1;
}
.footer-location-map img {
    display: block;
    margin: 0 auto;
}
.footer-location ul {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.footer-location li{
	display: inline-block;
	vertical-align: top;
	margin-bottom: 5%;
}
.footer-location li:nth-of-type(odd){
	width: 15%;
	margin: 0 2% 0 0;
}
.footer-location li:nth-of-type(even){
	width: 82%;
	text-align: left;
}
.footer-location li h4{
	margin: 0 0 10px;
    text-align: left !important;
}
.footer-location li p{
	margin: 0 0 5px;
}
.footer-location .fa-map-marker-alt {
    width: 50px;
    border-radius: 50%;
    height: 50px;
    text-align: center;
    line-height: 50px;
	border: 1px solid #FFF;
}
.footer-location li:nth-of-type(1) .fa-map-marker-alt{
	background-color: #4599A9;
}
.footer-location li:nth-of-type(3) .fa-map-marker-alt{
	background-color: #25411D;
}
.footer-location li:nth-of-type(5) .fa-map-marker-alt{
	background-color: #F56B3A;
}
.footer-location li:nth-of-type(7) .fa-map-marker-alt{
	background-color: #BBB565;
}
.footer-location li:nth-of-type(9) .fa-map-marker-alt{
	background-color: #CDEFDD;
}
footer {
	background: #ffffff url(images/bg/right-decor-bg.png) no-repeat; /* Old browsers */
	background: url(images/bg/decor-bg.png) no-repeat, radial-gradient(circle,  #fdfefe -21%, #ceefde 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	background-size: cover;
	color:#25411D;
	font-size:14px;
	padding:25px 0;
	clear:both;
}
footer a, footer a:visited {
	color:#F56B3A;
	text-decoration: none;
}
footer a:hover {
	color: #25421E;
}
footer p {
	font-size:14px;
}
footer img {
	border:0;
}
footer section {
	padding: 0 2%;
}
#footer-top section{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
}
#footer-top aside{
    flex-basis: calc(18% - 2%);
}
#footer-base{
	padding-top:10px;
	clear:both;
}
#footer-base aside:nth-of-type(1){
	text-align:left;
}
#footer-base aside:nth-of-type(2) {
    text-align: center;
}
#footer-base aside:nth-of-type(3) {
    text-align: right;
}
	/*--------------------> FOOTER NAVIGATION STARTS <----------------------------*/
#footer-widget-box h3{
    font-size: 20px;
	color: #25411D;
	font-weight: 400;
	text-align: center;
}
#footer-widget-box ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#footer-widget-box li {
	font-size:15px;
	text-align: center;
}
#footer-nav li a, #footer-nav li a:visited{
	color:#F56B3A;
}
#footer-nav a:hover{
	color: #25411D;
}
	/*FOOTER NAVIGATION ENDS*/

/*--------------------> FOOTER ACCREDITATION LOGOS <----------------------------*/
.footer-accreditation-logo-set{
	text-align: center;
	margin: 3% 0;
}
.footer-accreditation-logo-set ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.footer-accreditation-logo-set li{
	display: inline;
	margin: 0 20px 0 0;
	vertical-align: top;
}
.footer-accreditation-logo-set li:last-child{
}
.footer-accreditation-logo-set li img{
    max-height: 125px;
    width: auto;
	opacity: 0.8;
 	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
 	 filter: gray; /* IE6-9 */
  	-webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
	transition: 0.5s ease all;
	}
.footer-accreditation-logo-set li img:hover{
	opacity: 1.0;
	 filter: none;
  -webkit-filter: grayscale(0%);
}
.footer-cities a, .footer-cities a:visited{
    color: #25411D;
}



/*-----------------------------------------------> FOOTER ENDS <---------------------------------------------------*/

/*-----------------------------------------------> HOMEPAGE <---------------------------------------------------*/

	/*--------------------> ALL SECTIONS <----------------------------*/
.sec1, .sec2, .sec3, .sec4, .sec5, .sec6{
	clear: both;
}
.sec1 section, .sec2 section, .sec3 section, .sec4 section, .sec5 section, .sec6 section{
  overflow:hidden;
}
	/*--------------------> Sec 1 - Ad Boxes <------------------*/
.sec1{
	
}
.sec1 .ad-box-container{
	min-height: 420px;
	width: 100%;
}
.sec1 .ad-box-text-caption h3, .sec1 .ad-box-text-caption p{
	color: #FFF;
	margin: 5px 0;
}
.sec1 a, .sec1 a:visited{
	color: #FFF;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
.sec1 a:hover{
	text-decoration: underline;
}
.sec1 section {
    display: flex;
	flex-wrap: wrap;
	flex-flow: row;
}
.sec1 section aside{
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	background-position-x: 50%;
	height: 100%;
}
.sec1 aside .ad-box-text-caption {
	border: 8px solid rgba(255,255,255,0.59);
    background-color: rgba(245,107,57,0.79);
	box-shadow: 2px 2px 2px #000;
	padding: 1%; 
	width: 80%;
	text-align: center;
	position: absolute;
    bottom: 2%;
    left: 50%;
    transform: translateX(-50%);
}
	/*--------------------> Sec 2 - Parallax 1 <------------------*/
.sec2{
	min-height: 800px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	position: relative;
}
.sec2 section{
	width: 100%;
	background-color: rgba(255,255,255,0.9);
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.sec2 h3{
	font-size: 2vw;
	font-weight: 400;
}
.sec2 h4{
	font-size: 1.5vw;
	color: #000;
}
	/*--------------------> Sec 3 - Fertility Story + Factoids <------------------*/
.sec3{
	color: #FFF;
	text-align: center;
}
.sec3 .fertility-story-profile {
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 800px;
    position: relative;
    background-position-y: 100px;
	background-position-x: center;
}
.sec3 .fertility-story-profile .caption-box {
    background-color: rgba(206, 239, 222,0.9);
    padding: 2%;
    left: 2%;
    position: absolute;
    width: 40%;
    bottom: 2%;
	text-align: left;
}
.sec3 h3{
	font-size: 4vw;
	font-weight: bold;
	color: #FFF;
}
.sec3 section{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.sec3 .factoid-box-container {
    width: 25%;
}
.sec3 aside p{
	font-size: 14px;
	color: #FFF !important;
	margin: 0;
}
.sec3 a, .sec3 a:visited{
	text-decoration: none;
}
.sec3 a:last-child aside, .sec3 a:last-child aside h3, .sec3 a:last-child aside p{
	color: #4599A9 !important;
}
.sec3 a.btn, .sec3 a.btn:visited{
	color: #FFF;
}
.sec3 .fertility-story-profile .caption-box h3{
	font-size: 30px;
	font-weight: 400;
	color: #4599a9;
	margin: 0;
}
.sec3 .fertility-story-profile .caption-box p{
    color: #4599a9;
	font-size: 18px;
}
.sec3 aside{
	min-height: 181px;
	padding-top: 2%;
}
	/*--------------------> SECTION 4 - Upcoming Events <----------------------------*/
.sec4{
	margin:4% 0;
	padding: 0 2%;
}
.sec4 .more-info-col{
	text-align: right;
}
.sec4 .event-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.sec4 .event-container .event-single-container {
    display: flex;
    flex-wrap: wrap;
	width: 31%;
    color: #4599a9;
    background-color: #ceefde;
    padding: 2%;
}
.sec4 .event-container .event-single-container aside {
    width: 50%;
    padding: 0 2%;
}
.sec4 .event-single-container h4{
	color: #4599a9;
	font-weight: 400;
}
.sec4 .event-single-container:nth-of-type(1), .sec4 .event-single-container:nth-of-type(2){
	margin-right: 1%;
}
.event-single-container .event-featured-image {
    background-color: #FFF;
    border: 4px solid #4599a9;
    min-height:220px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: 0.5s ease all;
}
.event-single-container .event-featured-image:hover {
	border: 4px solid #EEE;
}
.sec4 .event-container .event-single-container aside img{
	max-width: 100%;
	height: auto;
}
.sec4 .event-single-container a, .sec4 .event-single-container a:visited{
	color: #4599a9;
	text-decoration: none;
}
.sec4 .event-single-container a:hover{
	text-decoration: underline;
}
	/*--------------------> Sec 5 - TFC Videos <------------------*/
.sec5{
	padding: 0 2%;
}
.sec5 .embed-responsive {
    width: 100%;
}

.more-info-col{
	text-align: right;
}
.sec5 h3{
	font-size: 30px;
	color: #000;
}
.sec4 section .row, .sec5 section .row {
    align-items: center;
}
.sec5 aside:nth-of-type(2), .sec4 .more-info-col {
    font-size: 20px;
    font-weight: bold;
}
.sec5 .other-videos ul{
    display: flex;
    flex-wrap: wrap;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.sec5 .other-videos li{
	width: 31%;
	min-height: 135px;
	margin: 0 2% 2% 0;
	position: relative;
}
.sec5 .other-videos li:nth-of-type(3n){
	margin: 0 0 2%;
}
.sec5 .other-videos li .fab {
    font-size: 3em;
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: rgba(255,255,255, 0.8);
}
.sec5 .other-videos li img{
	opacity: 0.8;
	z-index: 5;
	width: 100%;
	height: 135px;
	position: absolute;
	max-width: 100%;
	 filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
  transition:0.5s ease all;
  cursor:pointer;
}
.sec5 .other-videos li:hover img{
	opacity: 1.0;
	 filter: none;
  -webkit-filter: grayscale(0%);
}
.press-logos {
    margin: 3% 0;
}
.press-logos ul {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.press-logos li {
    margin-right: 2%;
	margin-bottom: 2%;
}
.press-logos li:last-child {
    margin-right: 0;
}
.press-logos img {
    max-height: 75px;
    width: auto;
	margin: 0 2% 2% 0;
}
.press-logos img:last-child{
	margin: 0;
}

	/*--------------------> Sec 6 - TFC BLOG <------------------*/
.sec6{
	color: #FFF;
}
.sec6 h3.sec-title{
	color: #25411D;
	font-size: 4vw;
	text-align: center;
}
.sec6 div:nth-of-type(2){
	text-align: right;
}
.sec6 aside{
	background-size: cover;
    background-repeat: no-repeat;
	background-position-x: 50%;
    color: #FFF;
    height: 500px;
    text-align: center;
	padding-left: 0;
	padding-right: 0;
}
.sec6 aside a, .sec6 aside a:visited{
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
.sec6 .blog-post-title{
	background-color: rgba(206, 239, 222,0.6);
	background: -webkit-linear-gradient(top, rgba(206, 239, 222,0), rgba(206, 239, 222,1) 100%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(top, rgba(206, 239, 222,0), rgba(206, 239, 222,1) 100%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(top, rgba(206, 239, 222,0), rgba(206, 239, 222,1) 100%); /* For Firefox 3.6 to 15 */
    background: linear-gradient(top, rgba(206, 239, 222,0), rgba(206, 239, 222,1) 100%); /* Standard syntax (must be last) */
    width: 100%;
    height: 100%;
	position: relative;
	text-align: center;
	transition: 0.5s ease all;
}
.sec6 .blog-post-title:hover{
	background-color: rgba(206, 239, 222,0.6);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,1) 100%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,1) 100%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,1) 100%); /* For Firefox 3.6 to 15 */
    background: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,1) 100%); /* Standard syntax (must be last) */
	transition: 0.5s ease all;
}
.sec6 .blog-post-title h3 {
	width: 96%;
	padding: 2%;
	color: #4599a9;
    font-weight: bold;
	position: absolute;
	bottom: 0;
}

/*-----------------------------------------------> HOMEPAGE ENDS <---------------------------------------------------*/


/*-----------------------------------------------> INTERIOR PAGES <---------------------------------------------------*/

	/*-----------------> LANDING PAGE <----------------------*/
.page-template-page-landing-page main{
    background-color: #FFF;
}
.page-template-page-landing-page main #body-content-container {
    margin-top: 0;
    padding: 60px 0;
    display: inherit;
    flex-wrap: inherit;
}
.page-template-page-landing-page main #body-content-container h1 {
    font-size: 4.75em;
    font-weight: bold;
    margin-top: 0;
}
.infographic-container {
    max-width: 75%;
	margin: 30px auto 0;
}
.infographic-container section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 15px;
}
.infographic-container section h3, .infographic-container section p{
	text-align: right;
}
.infographic-container section:nth-of-type(even) aside:nth-of-type(3n+3) {
    text-align: right;
}
.infographic-container section:nth-of-type(even){
	flex-direction: row-reverse;
}
.infographic-container section:nth-of-type(even) h3, .infographic-container section:nth-of-type(even) p{
	text-align: left;
}
.infographic-container aside {
	width: 45%;
}
.infographic-container aside:nth-of-type(3n+2){
  background-image:url(http://txfertility.com/wp-content/uploads/2019/06/dots-bg.png);
  background-repeat:no-repeat;
	background-position-x: center;
  width:10%;
}
.infographic-container h3 {
    margin-top:0;
}
.infographic-container a, .infographic-container a:visited{
    text-decoration: none;
}
.infographic-container img {
	margin-top: -20px;
    transition: 0.5s ease all;
    max-height: 160px;
    width: auto;
}
.infographic-container img:hover{
    transform: scale(1.3);
}
.infographic-container h3{
    text-transform: uppercase;
}
.infographic-container aside p{
    margin: 0 0 25px;
}
	/*-----------------> MAST <----------------------*/
#mast-int {
	background-repeat: no-repeat;
    background-size: cover;
    min-height: 350px;
    margin: 0 auto;
    position: relative;
    border-top: 5px solid #4599A9;
	background-position-x: 50%;
}
#mast-int section {
    width: 75%;
    background: rgba(245,107,57,4);
    padding: 0.5% 1.5%;
    left: 50%;
    bottom: -35px;
    position: absolute;
    text-align: center;
    transform: translateX(-50%);
    border: 4px solid rgba(255,255,255,0.59);
}
#mast-int video {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: 100% 100%;
    background-position: top;
}
#mast-int h2 {
    color: #FFF;
    font-size: 36px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
}
.single #mast-int h2{
	font-size:30px;
}
#mast-int h3{
	font-size: 21px;
	color: #FFF;
	font-weight:300;
	margin: 5px 0 0;
}
#mast-int section .btn{
	margin-top: 15px;
}
	/*---------> MAST Interior ENDS <-----------*/
	/*Text Box*/
.top-content-box{
	margin:10px 0 25px;
}
#text-box-container {
    background: #F56B3A;
    color: #FFF;
    padding: 3%;
    width: 33%;
    border: 4px solid #EEE;
    word-wrap: break-word;
    box-shadow: 2px 2px 12px #999;
    border-radius: 21px;
}
#text-box-container h3{
	font-size:21px;
	margin:0 0 7px;
}
#text-box-container ul, #text-box-container ol{
	margin:0 0 0 10px;
	padding:0 0 0 10px;
	overflow:inherit;
}
#text-box-container ul > li:before {
    color: #FFF;
    content: '\f138';
    font-family: "Font Awesome 5 Pro";
	font-weight:900;
    display: inline-block;
    margin-left: -1.2em;
    width: 1.2em;
}
#text-box-container a, #text-box-container a:visited {
    color: #FFF;
}
#text-box-container a:hover{
    color: #25421E;
}
.left-float-box{
	float:left;
	margin:0 15px 5px 0;
}
.right-float-box{
	float:right;
	margin:0 0 5px 15px;
}
.social-icons img {
    max-width: 25px;
    border-radius: 50%;
    height: 25px;
    display: inline;
    vertical-align: middle;
}
.overlay{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
	/*------> Bootstrap Accordion / Collapse <---------*/
.collapse-container{
	padding:20px 0;
}
.collapseaccordion {
	background-color:#EEE;
    text-align: left !important;
    width: 100%;
    text-decoration: none;
    margin-top: 15px !important;
	white-space:normal !important;
}
.collapse-container {
    padding: 10px;
    background-color: #EEE;
}
/*-----------------------------------------------> ACF Flexible Content <---------------------------------------------------*/
	/*-----------------------------------> Add BG Color to Flexible Content Boxes <-------------------------------------*/
.content-box-bg-box{
    padding: 4%;
}
	/*-----------------------------------> 2 Column Event <-------------------------------------*/
#two-col-container{
	margin:20px 0;
}
#two-col-container > ul{
    display:flex;
    flex-wrap:wrap;
	margin:0;
	padding:0;
	list-style-type:none;
}
#two-col-container > ul ul{
	list-style-type:disc;
}
#two-col-container > ul > li{
	width:49%;
	margin:0 0 10px;
}
#two-col-container > ul > li:nth-of-type(odd){
	margin:0 2% 10px 0;
}
#two-col-container > ul > li img, #two-col-container > ul > li iframe{
	max-width:100%;
}
#two-col-container > ul > li img{
	height: auto;
}
	/*-----------------------------------> 2 Column 2/3 + 1/3 <-------------------------------------*/
#two-col-left-heavy-container{
	margin:20px 0;
}
#two-col-left-heavy-container > ul{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
	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{
}
#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{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
	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{
}
#two-col-right-heavy-container > ul > li img{
	max-width:100%;
	height:auto;
}
#two-col-right-heavy-container > ul > li:nth-of-type(odd){
}
#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{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
	margin:0;
	padding:0;
	list-style-type:none;
}
#three-col-container > ul ul{
	list-style-type:disc;
}
#three-col-container > ul > li{
	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;
}
	/*-----------------------------------> 4 Column <-------------------------------------*/
#four-col-container{
	margin:20px 0;
}
#four-col-container > ul{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
	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;
}
#four-col-container > ul > li:nth-of-type(4n){
	margin:0 0 10px 0;
}
#four-col-container > ul > li img{
	max-width:100%;
	height:auto;
}
	/*4 Column ENDS*/


	/*-----------------------------------> Staff Set <-------------------------------------*/
.grid-staff-set{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.grid-staff-set aside {
    width: 33%;
    border: 5px solid #EEE;
}
.page-template-page-full .grid-staff-set aside {
    width: 25%;
}
.grid-staff-set aside .headshot-featured-image{
    width: 100%;
    height: 450px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
	position: relative;
}
.page-template-page-full .grid-staff-set aside .headshot-featured-image {
    height: 550px;
}
.headshot-featured-image section {
    background-color: rgba(255,255,255,0.8);
    position: absolute;
    padding: 0 2%;
    text-align: center;
    width: 90%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.headshot-featured-image section h3, .headshot-featured-image section p {
    margin: 5px 0;
}
.headshot-featured-image .staff-announcement {
	font-size: 15px;
	font-weight: bold;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 100px;
    padding: 10px;
    text-align: center;
    background-color: rgba(206, 239, 222,0.8);
    border-radius: 15px;
}
#staff-set{
}
#staff-set section{
    display: flex;
    flex-wrap:wrap;
	margin:0 0 3%;
	padding-bottom:2%;
	border-bottom: 1px dotted rgba(110,109,109,0.64)
}
#staff-set section:last-child{
	border-bottom: none;
}
#staff-set aside{
}
#staff-set aside h3{
	font-size: 35px;
	margin: 0;
}
#staff-set aside img{
	width:100%;
	height:auto;
}
.page-template-page-full #staff-set aside:nth-of-type(odd) {
    width: 23%;
}
.page-template-page-full #staff-set aside:nth-of-type(even) {
    width: 72%;
}
#staff-set aside:nth-of-type(odd){
	width:33%;
	margin:0 4% 0 0;
	clear:both;
}
#staff-set aside:nth-of-type(even){
	width:62%;
}
#staff-set h3{
}
#staff-set p{
}
	/*-----------------------------------> Product Set <-------------------------------------*/
.product-set{
}
.product-set aside:nth-of-type(1){
	text-align:center;
}
.product-set aside:nth-of-type(1) img{
	margin-bottom:10px;
}
	/*-----------------------------------> Video Gallery <-------------------------------------*/
.video-set-container{
    padding: 2%;
}
.video-set-container h3 {
    font-size: 35px;
    border-bottom: 1px solid #EEE;
    padding-bottom: 10px;
    text-align: center;
}
.video-set-container ul {
	display: flex;
	flex-wrap: wrap;
    justify-content: space-around;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.page-template-page-full .video-set-container li {
	flex-basis: calc(25% - 2%);
}
.video-set-container li {
	flex-basis: calc(50% - 2%);
    text-align: center;
	margin-bottom: 20px;
}
.video-set-container .video-thumb{
	width: 100%;
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	position:relative;
	border:3px solid #222;
	transition:0.5s ease all;
    max-height: 270px;
	max-width: 100%;
}
.video-set-container .video-thumb:hover{
	border:3px solid #FF7F00;
}
.video-set-container .video-thumb:hover .fas{
    color: #FF7F00;
}
.video-set-container .fas, .video-set-container .fab, .video-set-container .far{
	position:absolute;
	top:50%;
	left:50%;
	transform:translateX(-50%) translateY(-50%);
}
.video-set-container li p {
	font-size: 14px;
	font-weight: bold;
	color: #4599AA;
    margin: 10px 0 0;
}
	/*-----------------------------------> Event Set <-------------------------------------*/
.event-set-container{
	clear: both;
	margin: 2% 0;
}
.event-set-container aside{
	background-color: #CEEFDE;
	padding: 2%;
	margin-bottom: 2%;
}
.event-set-container h3, .event-set-container h4{
	text-align: center;
}
.event-set-container .btn{
	margin: 0 auto;
    display: table;
}
	/*-----------------------------------> Scroll Box <-------------------------------------*/
.scroll-box>h3{
	color:#FFF;
	background-color:#222;
	display:block;
	padding:2%;
	margin:0;
	text-align:center;
}
.scroll-box section{
	width:100%;
	height:250px;
	overflow:auto;
	border:1px solid #EEE;
	padding:0.5% 2%;
}
	/*-----------------------------------> Parallax <-------------------------------------*/
.parallax-container{
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	min-height: 400px;
}
.parallax-container section{
	width: 100%;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.parallax-container h3{
	font-size: 4vw;
}
.parallax-container p{
	font-size: 20px;
}
	/*------------------> Zig Zag Ad Boxes <----------------------------- */
.zig-zag-ad-box > ul{
	list-style-type: none;
	margin: 40px 0;
	padding: 0;
}
.zig-zag-ad-box > ul > li {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #EEE;
    margin: 0;
}
.zig-zag-ad-box > ul > li aside {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
.zig-zag-ad-box > ul > li p{
}
.zig-zag-ad-box > ul > li aside:nth-of-type(odd){
	min-height: 500px;
}
.zig-zag-ad-box > ul > li aside:nth-of-type(1){
	width: 50%;
}
.zig-zag-ad-box > ul > li aside:nth-of-type(2){
	width: 44%;
	padding:5% 0;
	margin:0 0 0 5%;
}
.zig-zag-ad-box img{
	max-width: 100%;
}
.zig-zag-ad-box > ul > li:nth-of-type(2n) {
    flex-direction: row-reverse;
}
.zig-zag-ad-box > ul > li:nth-of-type(2n) aside:nth-of-type(1) {
    width: 50%;
}
.zig-zag-ad-box > ul > li:nth-of-type(2n) aside:nth-of-type(2){
	margin:0 5% 0 0;
}
.zig-zag-ad-box > ul > li:last-child{
	border-bottom:none;
}
.zig-zag-ad-box .button-container{
	text-align:center;
	padding: 25px 0 0;
}
.zig-zag-content .mini-title{
	margin: 5px 0;
	text-align: center;
	text-transform: uppercase;
}

/*-----------------------------------> Ad Box Container <-------------------------------------*/
.ad-box-container section {
    display: flex;
    justify-content: center;
}
.ad-box-container section aside {
    padding: 0 2%;
    flex: 1;
}
.ad-box-container section aside img {
    display: block;
    max-height: 150px;
    width: auto;
    margin: 0 auto;
}
.ad-box-container section aside h4{
    text-align: center;
}
.ad-box-container section aside .button, .ad-box-container section aside .button-alt{
    display: inline-block;
}
	/*-----------------------------------> Bootstrap Toggable Tabs <-------------------------------------*/
.toggle-tabs-container{
	margin: 7% 0;
}
.toggle-tabs-container .nav-tabs{
	text-align: center;
}
.toggle-tabs-container .nav-tabs>li{
	float: none;
	display: inline-block;
}
.toggle-tabs-container .tab-content{
	background-color: #EEE;
	border: none;
}
.toggle-tabs-container .toggle-tab-content{
	padding: 0 2%;
}
.toggle-tabs-container button{
	margin: 15px 0;
}
	/*-----------------------------------> SOCIAL ICONS FLEXIBLE <-------------------------------------*/
.social-icon-flexible-content-container {
    margin: 2% 0 5%;
    text-align: center;
}
.social-icon-flexible-content-container .social-icons {
    text-align: center;
}
.social-icon-flexible-content-container .social-icons a {
    margin-right: 2%;
}
.social-icon-flexible-content-container .social-icons .fa-3x {
    font-size: 4em;
}
.social-icon-flexible-content-container .social-icons img {
	display: none;
}

	/*-----------------------------------> REVIEWS FLEXIBLE <-------------------------------------*/
.reviews-container aside {
    border-bottom: 1px solid #CEEFDE;
    margin-bottom: 25px;
    padding: 0 0 25px;
}
.reviews-container aside:last-child{
	border-bottom: none;
	margin-bottom: 0;
}
.reviews-container aside h3 {
    text-align: center;
}
.reviews-container aside .author{
	text-align: center;
	font-weight: bold;
}
.reviews-container .button-container {
    text-align: center;
	margin-top: 10px;
}

	/*-----------------------------------> BLOG FEED <-------------------------------------*/
h2.blog-feed-title{
	margin-bottom: 20px;
	text-align: center;
}
.blog-feed-container{
	overflow: hidden;
	text-align: center;
}
.blog-feed-container article{
	background-size: cover;
    background-repeat: no-repeat;
    background-position-x: 50%;
    color: #FFF;
    height: 500px;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
	position: relative;
}
.blog-feed-container article .blog-post-title, .blog-posts-container article .blog-post-title{
    background-color: rgba(206, 239, 222,0.6);
    background: -webkit-linear-gradient(top, rgba(206, 239, 222,0), rgba(206, 239, 222,1) 100%);
    background: -o-linear-gradient(top, rgba(206, 239, 222,0), rgba(206, 239, 222,1) 100%);
    background: -moz-linear-gradient(top, rgba(206, 239, 222,0), rgba(206, 239, 222,1) 100%);
    background: linear-gradient(top, rgba(206, 239, 222,0), rgba(206, 239, 222,1) 100%);
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
    transition: 0.5s ease all;
}
.blog-feed-container .blog-excerpt, .blog-posts-container  article .blog-excerpt{
    background-color: #CDEFDD;
    padding: 4%;
}
.blog-feed-container .blog-excerpt p, .blog-posts-container  article .blog-excerpt p{
	font-size: 12px;
}
.blog-feed-container article .blog-post-title:hover, .blog-posts-container  article .blog-post-title:hover{
	background-color: rgba(206, 239, 222,0.6);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,1) 100%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,1) 100%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,1) 100%); /* For Firefox 3.6 to 15 */
    background: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,1) 100%); /* Standard syntax (must be last) */
	transition: 0.5s ease all;
}
.blog-feed-container article h2 {
    width: 100%;
    padding: 2%;
    color: #4599a9;
    font-weight: bold;
    position: absolute;
    bottom: 0;
}
.blog-feed-container .featured-post-image {
    float: none;
    margin: 0 auto 2%;
}
	/*-----------------------------------> NUMBER FEATURE <-------------------------------------*/
.number-feature{
	text-align: center;
	margin: 2% 0;
	white-space: pre-line;
	word-break: break-all;
}
.number-feature h3 {
    font-size: 5em;
    color: #4599AA;
    margin: 0;
}
.number-feature h4 {
	color: #222;
	margin: 0;
}
.number-feature p {
	color: #222;
	margin: 0;
}
/*-----------------------------------------------> SIDEBAR <---------------------------------------------------*/
#right-side-col-container h1, #right-side-col-container h2, #right-side-col-container h3, #right-side-col-container h4, #right-side-col-container h5, #right-side-col-container h6, #right-side-col-container p{
	color: #FFF;
}
#right-side-col-container hr{
    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)); 
}
#widget-box {
	color:#FFF;
	margin-bottom:25px;
}
#widget-box h2.widget-title {
    color: #FFF;
    text-align: center;
    font-weight: 300;
    padding: 0 0 .5%;
}
#widget-box img{
	border:2px solid #FFF;
}
#widget-box .noborder{
	border:none;
}
#widget-box ol{
	overflow: inherit;
}
#widget-box ul.menu{
	list-style-type:none;
}
#widget-box ul.menu > li:before{
	color:#CEEFDE;
	content:'\f058';
	font-family: "Font Awesome 5 Pro";
	font-weight:900;
	display:inline-block;
	margin-left:-1.1em;
	width:1.2em;
}
#widget-box .btn{
	word-wrap: break-word;
 	white-space:inherit !important;
}
#widget-box.widget_categories form{
	text-align: center;
}
		/*------------> Sidebar Nav with Sub Tabs <-----------------*/
#widget-box .sub-menu{
	margin-top:10px;
}
#widget-box .current-menu-item > a, #widget-box .current-menu-item > a:visited{
	text-decoration: none;
	font-weight: bold;
}
#widget-box ul.menu > li.menu-item-has-children {
    list-style-image: none;
    margin: 5px 0 10px -20px;
}
a.plus.targetnav {
	color: #25421E !important;
    margin-right: 4px;
}
a.targetnav:hover {
    color: #CEEFDE !important;
}
#widget-box .sub-menu{
	list-style-type:none;
}
#widget-box ul.menu ul > li:before{
	font-family: "Font Awesome 5 Pro";
	font-weight:900;
	content:'\f0da';
}
#widget-box ul ul > li.menu-item-has-children:before{
    display: none;
}
#widget-box ul ul > li:before{
	font-family: "Font Awesome 5 Pro";
	font-weight:900;
	content:'\f105';
	margin-right: 10px;
}

		/*------------> Other Sidebar Widgets <-----------------*/
#widget-box.widget_categories form{
	text-align: center;
}
	/*=============Search Box, Calendar========*/
#widget-box #searchform{
	text-align:center;
}
#wp-calendar{
	width:100%;
}

		/*------------------------------------------> Fertility Stories <------------------------------------------------*/
.fertility-story-container, .press-releases-container, .search-results-container, .research-study-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}
.research-study-container {
	justify-content: space-around;
}
.fertility-story-container article, .press-releases-container article, .search-results-container article {
    width: 31%;
    margin: 0 2% 15px 0;
    position: relative;
    overflow: hidden;
    box-shadow: 2px 2px 12px #999;
}
.research-study-container article {
    background-color: #EEE;
    width: calc(20% - 2%);
    position: relative;
    margin-bottom: 50px;
	overflow: hidden;
}
.research-study-container article .research-lp-title-section {
    font-size: 15px;
    padding: 15px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}
.fertility-story-container article h2, .press-releases-container article h2, .search-results-container article h2{
	font-size: 19px;
	background-color: rgba(255,255,255,0.88);
 	display: block;
    width: 100%;
    text-align: center;
    margin: 0;
    bottom: 3%;
    padding: 1%;
}
.fertility-story-container article h2, .press-releases-container article h2, .search-results-container article h2, .research-study-container article .research-lp-title-section{
   position: absolute;
}
.fertility-story-container article .featured-post-image, .press-releases-container article .featured-post-image, .search-results-container article .featured-post-image{
    background-position: top;
    float: none;
    margin: 0 auto;
    width: inherit;
    height: 500px;
    border-radius: inherit;
}
.research-study-container article .featured-post-image {
    height: 300px;
    border: 8px solid #CCC;
}
.research-study-container article .research-lp-title-section h4{
	font-size: 15px;
	font-weight: bold;
}
.fertility-story-cat-listing-container {
    width: 100%;
    background-color: #EEE;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    margin-bottom: 20px;
}
.fertility-story-cat-listing-container .fertility-story-category {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.fertility-story-cat-listing-container h4{
    margin: 0 1% 0 0;
}
.fertility-story-cat-listing-container aside{
}
.fertility-story-cat-listing-container aside:after{
    content: "|";
    margin: 0 10px;
}
.fertility-story-cat-listing-container aside:last-child:after{
    content: "";
    padding: 0;
}
.fertility-story-cat-listing-container aside:after {
    content: "|";
    margin: 0 10px;
}

/* ## Research Studies - Singular Posts
--------------------------------------------- */
#single-reseach-post-container{
	margin-top: 20px;
}
#single-reseach-post-container article section{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
#single-reseach-post-container article section aside{
	width: calc(20% - 2%);
	text-align: center;
	margin-bottom: 20px;
}
#single-reseach-post-container article section aside strong {
    color: #4599A9;
}
#single-reseach-post-container article section aside h4 {
    margin-bottom: 0;
    border-bottom: 1px solid #EEE;
    padding-bottom: 10px;
}
#single-reseach-post-container article section aside p {
    font-size: 14px;
    line-height: normal;
}
#single-reseach-post-container article section aside .fa-2x{
	color: #25411D;
}


/* ## CPT - Videos - Landing Page
--------------------------------------------- */
#videos-landing-page-cpt-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#videos-landing-page-cpt-container article {
    width: calc(33% - 2%);
    position: relative;
    margin-bottom:2%;
    transition: 0.5s ease all;
}
#videos-landing-page-cpt-container article:hover {
    transform: scale(1.05);
}
#videos-landing-page-cpt-container article img{
    object-fit: cover;
    height: 350px;
    width: 100%;
}
#videos-landing-page-cpt-container article h2 {
    background-color: rgba(255,255,255,0.8);
    width: 100%;
    margin: 0;
    position: absolute;
    z-index: 2;
    bottom: 2%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
    text-align: center;
    padding: 10px;
}

/* ## CPT - Videos - Singular Page
--------------------------------------------- */
#single-video-cpt-post-container{
    width: 100%;
}


/* ## CPT - Videos - Search & Filter Pro
--------------------------------------------- */
.search-filter-container, a.search-filter-reset, .search-filter-results-box {
	padding: 10px;
}
.search-filter-container .searchandfilter h4{
	font-size: 22px;
}
.search-filter-results-box{
	margin-bottom: 20px;
}

		/*------------------------------------------> THE EVENT CALENDAR <------------------------------------------------*/
.tribe-events-calendar td.tribe-events-past .tribe-events-month-event-title a, .tribe-events-calendar td.tribe-events-past .tribe-events-viewmore a {
    opacity: 1.0 !important;
    filter: Alpha(opacity=100) !important;
}
.tribe-events-event-image img {
    max-width: 500px !important;
    display: block;
    margin: 0 auto;
}

/* ## ACF - Turn on Sidebar
--------------------------------------------- */
#tribe-events-pg-template{
	padding: 2% 0;
}
#tribe-events-pg-template.event-sidebar-container{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#tribe-events-pg-template.event-sidebar-container #tribe-events{
	width: calc(67% - 2%);
}
#tribe-events-pg-template.event-sidebar-container .event-sidebar {
    width: calc(33% - 2%);
    border-left: 1px solid #EEE;
    padding-left: 2%;
}
/*-----------------------------------------------> INTERIOR PAGES ENDS <---------------------------------------------------*/


/* ## WP Block Editor / Gutenberg
--------------------------------------------- */
.wp-block-column .embed-responsive {
    width: 100%;
}
	/*-----------------------------------> BLOG FEED <-------------------------------------*/
.blog-feed-container{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}
h2.blog-feed-title{
	margin-bottom: 20px;
}
.blog-feed-container{
	overflow: hidden;
    justify-content: space-around;
}
.blog-feed-container aside {
    width: calc(33% - 2%);
	margin-bottom: 25px;
}
.blog-feed-container .featured-post-image {
    margin: 0 auto 2%;
}
.blog-feed-container .featured-post-image-link {
    margin: 0;
}
/*-----------------------------------------------> Fonts / TEXT <---------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    color: #4599a9;
    font-weight: 400;
    line-height: normal;
}
h1 {
	font-size:40px;
}
h2 {
	font-size:30px;
}
h3 {
	font-size:24px;
}
h4 {
	font-size:19px;
}
h5 {
	font-size:17px;
}
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: 1.5em 20px;
  	padding: 0.5em 10px;
}
blockquote:before, blockquote:after {
	color: #4599AA;
	font-size:40px;
	font-family: "Font Awesome 5 Pro";
	font-weight:900;
	display: inline-block;
	width: 1.2em;
}
blockquote:before {
	content: '\f10d';
	float:left;
	line-height:30pt;
}
blockquote:after {
	line-height:normal;
	content: '\f10e';	
	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;
	margin:0 0 0 20px;
	overflow: hidden;
}
main ul {
	padding:0 0 0 20px;
}
main ol {
	padding:0 0 0 25px;
}
main ul ul,main ol ol{
	margin:8px 0 0 10px;
	padding:0 0 0 10px;
	overflow: inherit;
}
main ul li{
	margin-bottom:8px;
}
.fa-ul{
	overflow:inherit;
}
ul.check-bullets{
    list-style: none;
}
.check-bullets li:before{
    content: '\f058';
    display: inline-block;
    margin-left: -1.2em; /*same as padding-left set on li*/
    width: 1.2em; /*same as padding-left set on li*/
}
.check-bullets li{
    list-style-type: none;
}
.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;
}

/* ## Gutenberg / Block Editor
--------------------------------------------- */
.wp-block-image img {
    height: auto;
}

/*-----------------------------------------------> LINKS <---------------------------------------------------*/
#left-side-col-container a, #right-side-col-container a, #left-side-col-container a:visited, #right-side-col-container a:visited{
	color:#FFF;
	text-decoration: none;
}
#left-side-col-container a:hover, #right-side-col-container a:hover{
	text-decoration: underline;
}
#right-side-col-container .widget_nav_menu .current_page_item > a, #left-side-col-container .widget_nav_menu .current_page_item > a, #left-side-col-container .widget_nav_menu .current_page_item > a:visited, #right-side-col-container .widget_nav_menu .current_page_item > a:visited{
	color:#25421E;
}
#right-side-col-container .widget_nav_menu .current_page_item > a:hover, #left-side-col-container .widget_nav_menu .current_page_item > a:hover{
	color:#F56B3A;
}
a, a:visited {
	color:#4599A9;
	-webkit-transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease; 
}
a:hover {
	color:#F56B3A;
	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: 'Lato', sans-serif;
}
input[type=text], input[type=search], input[type=email], textarea, select{
	font-size:16px;
	padding:1%;
	background-color: #FFF;
	border: 1px solid #CCC;
	-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, input[type=email]: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=text]::placeholder{
	color: #CCC;
}
input[type=checkbox]:checked + label{
  color: #990000;
  font-style: normal;
}
input[type=submit], button, .button, .button-alt {
	border-radius:5px;
	color: #FFF;
	padding:10px 20px;
	font-weight: normal;
	border: 1px solid transparent !important;
	transition: all 0.5s ease;
	word-wrap: break-word;
 	white-space:inherit;
	text-decoration: none;
}
input[type=submit], button, .button{
    background-color: #4599AA;
}
input[type=submit]:hover, button:hover, .button:hover{
    color: #FFF;
	background-color: #222;
}
.button, .button-alt{
	color: #FFF !important;
	display: inline-block;
}
.button-alt {
    background-color: #F56B3A;
}
.button-alt:hover {
    color: #FFF;
    background-color: #4599AA;
}
.btn{
	word-wrap: break-word;
 	white-space:inherit;
}
.pdf .wp-block-button__link::before, .pdf .gb-button::before {
    font-weight: 300;
    content: '\f1c1' /*fontawesome char code inside the ''*/;
    margin-right: 10px;
}
select{
	color:#000;
	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;
}
.ui-datepicker-title select {
    color: #222;
}
			/*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 #searchform input[type="text"]{
	background-color: #fff;
	border:2px solid #EEE;
}
.search #searchform button {
	background: none;
	border: none;
	padding: 0;
	width: 0;
	height: 0;
	cursor: pointer;
	left: -25px;
}
.search #searchform .fa-search {
	color: #999;
	position: relative;
	left: -30px;
	top: 1px;
	font-size: 18px;
	transition:0.5s ease all;
}
.search #searchform .fa-search:hover {
	color:#4599AA;
}
.gsection_title{
	font-weight: 300 !important;
}
.gform_wrapper .gsection {
    border-bottom: 1px solid #EEE !important;
}
/*-----------------------------------------------> MISC <---------------------------------------------------*/
hr{
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(69, 153, 170,0), rgba(69, 153, 170,0.75), rgba(69, 153, 170,0)); 
    background-image:    -moz-linear-gradient(left, rgba(69, 153, 170,0), rgba(69, 153, 170,0.75), rgba(69, 153, 170,0)); 
    background-image:     -ms-linear-gradient(left, rgba(69, 153, 170,0), rgba(69, 153, 170,0.75), rgba(69, 153, 170,0)); 
    background-image:      -o-linear-gradient(left, rgba(69, 153, 170,0), rgba(69, 153, 170,0.75), rgba(69, 153, 170,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, .wp-block-image figure {
	background: #fff;
    max-width: 96%;
    text-align: center;
    background-color: #CDEFDD;
    box-shadow: 2px 2px 8px #999;
}
.wp-caption{
    padding: 10px 10px 20px;
}
.wp-block-image.wp-block-caption figure {
	display: grid;
	padding: 10px 10px 0;
}
.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 0 10px;
	width: auto;
}
.wp-caption p.wp-caption-text, .wp-block-image figcaption {
    font-size: 14px;
    line-height: 17px;
    margin: 0;
    padding: 5px 4px 5px;
}
.wp-caption .wp-caption-text, .entry-caption, .gallery-caption {
    color: #25411d;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
}
	/*WORDPRESS GALLERIES*/
.gallery {
    display: flex;
    flex-wrap: wrap;
}
.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;
}
	/*-----------> Gallery Columns <----------*/
.gallery-item {
	margin: 0;
	padding: 0.5em;
}
.gallery-item img {
	width: 100%;
    height: auto;
}
.gallery-columns-1 .gallery-item {
    width: 100%;
    float: none;
}
.gallery-columns-2 .gallery-item {
    width: 50%
}
.gallery-columns-3 .gallery-item {
    width: 33.3333%
}
.gallery-columns-4 .gallery-item {
    width: 25%
}
.gallery-columns-5 .gallery-item {
    width: 20%
}
.gallery-columns-6 .gallery-item {
    width: 16.6667%
}
.gallery-columns-7 .gallery-item {
    width: 14.2857%
}
.gallery-columns-8 .gallery-item {
    width: 12.5%
}
.gallery-columns-9 .gallery-item {
    width: 11.1111%
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}
.social-icons .fa-facebook-square, .social-icons .fa-facebook-f, .social-icons .fa-facebook-official, .social-icons .fa-facebook, .reviews-container .fa-facebook-square{
  color:#3D5899;
}
.social-icons .fa-twitter, .social-icons .fa-twitter-square{
  color:#03ABEF;
}
.social-icons .fa-youtube, .social-icons .fa-youtube-play, .social-icons .fa-youtube-square{
  color:#C50C0E;
}
.social-icons .fa-google, .reviews-container .fa-google{
  color:#4285F4;
}
.social-icons .fa-instagram{
  color:#2E5E85;
}
.social-icons .fa-linkedin-square, .social-icons .fa-linkedin{
  color:#0077B5;
}
.social-icons .fa-pinterest, .social-icons .fa-pinterest-square, .social-icons .fa-pinterest-p{
  color:#C92228;
}
.social-icons .fa-rss-square, .social-icons .fa-rss{
  color:#FF6600;
}
.reviews-container .fa-yelp{
	color: #d32323;
}
/*-----------------------------------------------> BLOG <---------------------------------------------------*/

	/*--------------------------------> BLOG LANDING PAGE - index.php <-------------------------*/
.blog-posts-container{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.blog-posts-container article {
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: 50%;
    color: #FFF;
    height: 500px;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}
.blog-posts-container article h2 {
	width: 100%;
    padding: 2%;
    color: #4599a9;
    font-weight: bold;
    position: absolute;
    bottom: 0;
}
.blog-posts-container  article:last-child hr{
	display:none;
}
.blog-posts-container a {
    margin-bottom: 1%;
}
.blog-posts-container  article h2 a, .blog-posts-container  article h2 a:visited, #post-masonry-landing-page-container article h2 a, #post-masonry-landing-page-container article h2 a:visited{
	text-decoration:none;
}
.blog-posts-container  article span{
	display: none;
}
	/*--------------> EXCERPT READ MORE STYLING <-----------------*/
.blog-posts-container  article .read-more, #post-masonry-landing-page-container article .read-more{
	font-size:13px;
	margin:10px 0 15px;
}
.blog-posts-container  article .read-more a, .blog-posts-container  article .read-more a:visited, #post-masonry-landing-page-container article .read-more a, #post-masonry-landing-page-container article .read-more a:visited{
	color:#999;
	font-weight:bold;
	text-decoration:none;
}
.blog-posts-container  article .read-more a:hover{
	color:#000;
}
.blog-posts-container  article button{
	float:right;
	margin:10px 0 0;
}
	/*Author Profile Photo*/
.blog-posts-container  .author-profile-photo, #post-masonry-landing-page-container .author-profile-photo{
	float:left;
	margin:0 5px 0 0;
}
.blog-posts-container  .author-profile-photo img, #post-masonry-landing-page-container .author-profile-photo img{
	max-width:50px;
	height:auto;
	border-radius:50%;
	border:1px solid #999;
	padding:2px;
}
/*POST FEATURED IMAGE / THUMBNAIL INTEGRATION*/
.search-results-container article .featured-post-image {
	width: 350px;
    height: 350px;
}
.featured-post-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    max-width: 100%;
    width: 500px;
    height: 500px;
    transition: 0.5s ease all;
}
.featured-post-image:hover {
}
	/*Sticky Posts*/
.sticky {
	background: #EEE; 
	padding: 10px;
	border-radius:10px;
	margin:0 0 15px;
}
.sticky article h1{
	font-size:36px;
}
	/*Category Pills*/
.post-cat-tags{
	margin:20px 0;
}
.post-cat-tags a, .post-cat-tags a:visited{
	display: inline-block;
	color:#FFF;
	background-color:#4599AA;
	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:#F56B3A;
}
ul.pagination.justify-content-center {
    width: 100%;
    margin: 0;
    padding: 0;
}
	/*Search Results Page - search.php*/
#search-container {
	margin:0 0 15px 0;
}
.blog-cat-listing-container{
    width: 100%;
    background-color: #EEE;
    padding: 20px;
    margin-bottom: 20px;
}
.blog-cat-listing-container form{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.blog-cat-listing-container aside {
    padding: 0 2%;
}
.blog-cat-listing-container aside:nth-of-type(1) {
    text-align: right;
}
	/* Single Post Pagination*/
.single .previous a:before{
	content: '\f060';
    font-family: "Font Awesome 5 Pro";
	font-weight:900;
    display: inline-block;
	margin-right: 5px;
}
.single .next a:after{
	content: '\f061';
    font-family: "Font Awesome 5 Pro";
	font-weight:900;
    display: inline-block;
	margin-left: 5px;
}
/*-----------------------------------------------> SINGLE POSTS (single.php) <---------------------------------------------------*/
#single-post-container article{
	position:relative;
}
#single-post-container article .featuredimage{
	margin:2% 0;
	text-align: center;
}
#single-post-container article .featuredimage img{
	max-width:100%;
	height:auto;
}
#single-post-container.medium-blog-theme-container article .entry-title{
	text-align: center;
}
#single-post-container.medium-blog-theme-container article .featuredimage img{
}
#single-post-container.medium-blog-theme-container article .single-post-content{
	max-width: 70%;
	margin: 0 auto;
}
/*Meta Info*/
#single-post-container article .singular-blog-meta-info{
	text-align: left;
}
#single-post-container.medium-blog-theme-container article .singular-blog-meta-info{
	text-align: center;
}
#author-box{
	margin-bottom:10px;
}
#single-post-container #author-box {
}
.social-share{
	text-align: center;
	margin: 25px 0;
	padding: 20px 0;
	border-top: 2px solid #F56B3A;
	clear: both;
}
.social-share ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.social-share li{
	display: inline-block;
	vertical-align: top;
}
/*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;
	margin:0;
}
#about-author-box img{
	max-width:50px;
	height:auto;
	padding:1px;
	border-radius:50%;
	border:1px solid #222;
}
li.page-item.previous{
    margin-right: 2%;
}
li.page-item.previous a:before{
    font-family: "Font Awesome 5 Pro";
    content: '\f060';
    font-weight: 600;
    margin-right: 2px;
}
li.page-item.next a:after {
    font-family: "Font Awesome 5 Pro";
    content: '\f061';
    font-weight: 600;
    margin-left: 2px;
}
/*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:#EEE;
	padding:10px;
	margin-bottom:10px;
}
.comment-body a, .comment-body a:visited {
	color:#222;
}
.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:#EEE;
	margin-left:45px;
}
.children .comment-body a, .children .comment-body a:visited {
	color:#4599AA !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
}
}

#smoothup {
	background-color:#000;
	border:2px solid #FFF;
	  border-radius:50%;
  bottom: 1em;
  color: #fff;
  display: none;
  opacity: 0.6;
  padding: 1em;
  position: fixed;
  left: 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: #4599AA;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

/*-----------------------------------------------> RESPONSIVE <---------------------------------------------------*/


/*-----------------------------------------------> Cascading CSS <---------------------------------------------------*/

	/*---------------> Cascading Maxes (ie: Desktop, Tablet, etc.) <-------------------*/
@media screen and (min-width: 1600px) {
#mast-int {
    min-height: 550px;
}
#nav li {
	font-size:19px;
}
}
@media only screen and (max-width:1315px) {
.textwidget .fb-page span{
	width: 100% !important;
}
img{
	max-width: 100%;
	height: auto;
}
}
@media only screen and (max-width:959px) {
	
}
@media only screen and (max-width:767px) {
/*--------------- Full Screen Nav Overlay ---------------*/
	/*--------> CLOSED STATE Circle Hamburger Menu <-------------*/
#full-screen-hamburger-nav-container {
    transition: 0.5s ease all;
    position: relative;
    top: 18px;
}
#full-screen-hamburger-nav-container .fa-bars{
	color: #222;
	cursor: pointer;
}
	/*--------> OPEN STATE Overlay Nav with X <-------------*/
#full-screen-nav-overlay-target, #full-screen-hamburger-nav-container{ /*This is the ID Target JS uses to OPEN the Pane Window*/
	display: block;
	z-index: 4000;
}
.full-screen-nav-overlay{
	width: 100%;
	height: 0;
	position: fixed;
	top: 0;
	right: 0;
    background-color: rgba(69,153,159, 0.9);
	transition: 0.5s ease all;
	z-index: 1;
	overflow-y: hidden;
}
.full-screen-nav-overlay .fa-times-circle{
	color: #FFF;
	cursor: pointer;
	transition: 0.5s ease all;
	text-align: center;
    position: absolute;
	top: 18px;
    right: 5%;
    z-index: 50;
}
.full-screen-nav-overlay .fa-times-circle:hover{
	color: #4599AA;
}
.full-screen-element{
	width: 80%;
	display: inline-block;
	transition: 0.5s ease all;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.full-screen-nav-overlay img{
	max-width: 200px;
	margin: 2% auto 5%;
	display: block;
}
		/*--------> Nav inside the Overlay <-------------*/
#full-screen-nav-container {
	width: 100%;
    text-align: center;
}
#full-screen-nav-container ul {
    line-height: normal;
	list-style-type: none;
    padding: 0;
    margin: 0;
}
#full-screen-nav-container li{
	font-size: 23px;
	font-weight: 600;
}
#full-screen-nav-container li.menu-item-has-children a{
	display: inline-block;
}
#full-screen-nav-container li.menu-item-has-children > a:after {
    font-size: 28px;
    color: #FFF;
    display: inline-block;
    content: "\25BE ";
    margin-left: 5px;
    cursor: pointer;
    right: 10px;
    position: absolute;
}
#full-screen-nav-container li a, #full-screen-nav-container li a:visited{
	color: #FFF;
	text-decoration: none;
}
#full-screen-nav-container li a:hover{
	color: #222;
}
#full-screen-nav-container .sub-menu{
}
#full-screen-nav-container .sub-menu li {
    text-transform: none;
    font-size: 14px;
    font-weight: normal;
}
}
		/*---------------> Cascading Tablets (Small Tablet + iPad) <-------------------*/
@media only screen and (min-width:569px) and (max-width:959px) {
#widget-box ul.menu, #widget-box .sub-menu{
	margin-left: 10px;
}
#widget-box ul.menu li{
	font-size: 15px;
	line-height: 17pt;
}
#widget-box .sub-menu {
    font-size: 14px;
    padding-left: 10px;
}
}
	/*---------------> Cascading Alternate Ranges <-------------------*/
@media only screen and (min-width:960px) and (max-width:1221px) {
header section, #body-content-container, footer{
	padding-right:2%;
	padding-left:2%;
	}
}
/*-----------------------------------------------> LARGE MONITOR / LAPTOP <---------------------------------------------------*/
@media only screen and (min-width:960px) and (max-width:1315px) {
.cta-icon-set-container li span {
    display: none;
}
header section{
	margin: 0;
}
#body-content-container, header section, footer {
    padding:1%;
}
.sec2 {
    min-height: 500px;
}
.sec4 .event-container .event-single-container aside {
    width: 100%;
    text-align: center;
    padding: 0;
}
.social-icons .fa {
  width: 35px;
  height: 35px;
  line-height: 12pt;
}
.social-icons .fa-3x {
    font-size: 1.25em;
}
.zig-zag-ad-box > ul > li {
    padding: 5% 3%;
}
.event-single-container .event-featured-image{
	margin: 0 auto;
	min-height: 300px;	
}
}

/*-----------------------------------------------> TABLET (iPad) <---------------------------------------------------*/
@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 (iPad) HEADER <---------------------------------------------------*/
header section{
	padding:0 2%;
}
/*-----------------------------------------------> TABLET (iPad) HOMEPAGE <---------------------------------------------------*/
.sec1 .ad-box-text-caption p {
    font-size: 13px;
    line-height: normal;
}
.sec2 {
    min-height: 450px;
}
.sec4 .event-container .event-single-container aside {
    width: 100%;
    text-align: center;
    padding: 0;
}
.sec6 aside {
    height: 350px;
}
.sec6 .blog-post-title h3 {
    font-size: 18px;
}
/*-----------------------------------------------> TABLET (iPad) INTERIOR PAGES <---------------------------------------------------*/
	/************MAST**********/
#mast-int {
    background-position: center;
	width: 100%;
	min-height: 300px
}
#mast-int h2, .single #mast-int h2 {
	font-size: 32px;
	bottom: 5%
}
#mast-int h3 {
	font-size: 19px;
}
#mast-int section {
	width: 80%;
	border-bottom: none;
	border-top: 3px solid rgba(255,255,255,0.59);
	border-left: 3px solid rgba(255,255,255,0.59);
	border-right: 3px solid rgba(255,255,255,0.59);
}
#mast-int h2, .single #mast-int h2 {
	font-size: 32px;
}
#mast-int h3 {
	font-size: 22px;
}
#mast-container {
	width: 100%;
	min-height: 250px;
	margin: 0 auto
}
#body-content-container{
	padding:2%
}
.social-icons .fa {
}
.social-icons .fa-3x {
  font-size: 1.75em;
}

#widget-box h2.widget-title{
	font-size:22px;
}
/*-----------------------------------------------> TABLET (iPad) BLOG <---------------------------------------------------*/
.blog-posts-container  article h2{
	text-align:center;
}
.featured-post-image{
	width: 200px;
	height: 200px;
}
#author-box {
    margin: 0 0 10px;
    text-align: center;
}
#right-sn-col {
	display: none
}
#mid-auth-col {
	float: none
}
.search #searchform input[type="text"]{
	width:90%;
}
/*-----------------------------------------------> TABLET (iPad) FOOTER <---------------------------------------------------*/
footer section{
	padding:0 3%;
}
.footer-accreditation-logo-set li img {
    max-height: 80px;
}
/*-----------------------------------------------> TABLET (iPad) ELEMENTS <---------------------------------------------------*/
img {
	max-width: 100%;
	height: auto
}
	/*-----------------------------------------------> TABLET SMALL FONTS / TEXT <---------------------------------------------------*/
h1 {
	font-size: 26px;
}
h2 {
	font-size: 23px;
}
h3, #staff-set aside h3 {
	font-size: 21px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 19px;
}
p {
	font-size: 15px;
	line-height: 18pt;
}
}

@media only screen and (min-width:569px) and (max-width:767px) {
#alert-box-container, #body-content-container, #mast-container, #mast-int, #nav-container, footer section, header section {
	width: 100%
}
/*-----------------------------------------------> TABLET SMALL HEADER <---------------------------------------------------*/
header{
	padding:0;
}
header section{
	width:96%;
	margin:0 2%;
	padding-top: 1%;
}
header aside {
	margin-right: 0
}
header aside:nth-of-type(2) {
  width: 100%;
  float: none;
  text-align: center;
  clear: both;
}
/*-----------------------------------------------> TABLET SMALL NAVIGATION <---------------------------------------------------*/
#nav ul {
	padding-left: 0
}
	/*----------> Bootstrap Mobile Navigation <-------------*/
.hamburger-menu-wrapper{
	display: block;
	text-align: center;
}
.hamburger-menu-wrapper button{
	padding: 5px;
}
.navbar{
	min-height:inherit;
}
	/*--------> Bootstrap - Hamburger Nav <-------------*/
.navbar-toggle .fa-bars {
    font-size: 25px;
    color: #000;
}
.navbar-toggle:hover .fa-bars, .navbar-toggle:focus .fa-bars{
	color:#999;
}
/*-----------------------------------------------> TABLET SMALL HOMEPAGE <---------------------------------------------------*/	
	
	
/*-----------------------------------------------> TABLET SMALL INTERIOR PAGES <---------------------------------------------------*/
#mast-int {
	min-height: 200px
}
#mast-int h2, .single #mast-int h2 {
    font-size: 25px;
}
#mast-int h3 {
	font-size: 17px;
}
#body-content-container{
	padding:0 2%
}
.social-icons .fa {
}
.social-icons .fa-3x {
  font-size: 1.75em;
}
/*-----------------------------------------------> TABLET SMALL BLOG <---------------------------------------------------*/
#right-sn-col {
	display: none
}
#mid-auth-col {
	float: none
}
.featured-post-image{
	width: 200px;
	height: 200px;
}
.video-set-container .fa-5x {
    font-size: 3em;
}
/*-----------------------------------------------> TABLET SMALL 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) {
	text-align: center;
	margin:1% 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) {
	text-align: center;
	margin: 1% 0;
}
/*-----------------------------------------------> TABLET SMALL FONTS / TEXT <---------------------------------------------------*/
h1 {
	font-size: 23px;
}
h2 {
	font-size: 20px;
}
h3, #staff-set aside 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;
}
main ul, main ol {
	font-size: 15px;
	line-height: 18pt;
}
.drop-cap-text {
	font-size: 2.6em;
	line-height: 26pt
}
input[type=text], input[type=email], textarea {
	width: 100%
}
input, select, textarea {
	font-size: 14px
}
.search #searchform input[type="text"]{
	width:90%;
}
/*-----------------------------------------------> TABLET SMALL ELEMENTS <---------------------------------------------------*/
img {
	max-width: 100%;
	height: auto
}
#smoothup {
	padding: 0.7em;
}
#smoothup .fa {
  font-size: 1em;
}
}

/*-----------------------------------------------> iPhone X Landscape Rules <---------------------------------------------------*/
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 812px) 
and (-webkit-device-pixel-ratio : 3)
and (orientation : landscape) { 
header section a:last-child img {
	width: auto;
    max-height: 75px;
}
.cta-icon-set-container li span{
	display: none;
}
.cta-icon-set-container .fas, .cta-icon-set-container .fab, .cta-icon-set-container .far {
    width: 25px;
    height: 25px;
}
header aside:nth-of-type(3) {
    text-align: center;
}
#nav ul{
	margin: 0 0 10px;
}
#nav li {
    font-size: 13px;
}
#nav li a, #nav li a:visited{
	padding: 5px;
}
.sec1 aside .ad-box-text-caption{
	width: 90%;
}
.sec1 .ad-box-text-caption h3 {
    font-size: 16px;
}
.sec1 .ad-box-text-caption p{
	font-size: 13px;
	line-height: normal;
}
.sec3 .fertility-story-profile .caption-box h3 {
    font-size: 20px;
}
.sec3 .fertility-story-profile .caption-box p {
    font-size: 14px;
}
.sec4 .event-container {
    align-items: flex-end;
}
.sec4 .event-container .event-single-container aside {
    width: 100%;
    padding: 0;
    text-align: center;
}
.sec6 aside{
	height: 400px;
}
.footer-accreditation-logo-set li img {
    max-height: 75px;
}
}

/*-----------------------------------------------> iPhone 6,7,8 Landscape Rules <---------------------------------------------------*/
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) { 
.full-screen-nav-overlay img {
    max-width: 150px;
}
#full-screen-nav-container li {
    font-size: 16px;
}
#full-screen-nav-container li.menu-item-has-children > a:after {
    font-size: 17px;
}
header aside:nth-of-type(3) {
    text-align: center;
}
header section a:last-child img {
	width: auto;
    max-height: 75px;
}
header .social-icons .fa-3x {
    font-size: 1.25em;
}
header aside:nth-of-type(3) {
    text-align: center;
}
.social-icons img {
    max-width: 20px;
}
.cta-icon-set-container li span{
	display: none;
}
.cta-icon-set-container .fas, .cta-icon-set-container .fab, .cta-icon-set-container .far {
    width: 25px;
    height: 25px;
}
div#google_translate_element {
    display: none;
}
.footer-accreditation-logo-set li img {
    max-height: 60px;
}
.sec1 aside .ad-box-text-caption{
	width: 90%;
}
.sec1 aside .ad-box-text-caption p {
    font-size: 13px;
    line-height: 15pt;
}
.sec2 {
    min-height: 350px;
}
.sec3 .fertility-story-profile .caption-box {
    width: 50%;
}
.sec4 .event-container .event-single-container aside {
    width: 100%;
    padding: 0;
    text-align: center;
}
.event-single-container .event-featured-image {
    width: 90%;
}
.press-logos img {
    max-height: 45px;
}
.sec6 aside{
	height: 300px;
}
}

@media screen and (max-width:568px) {
#alert-box-container, #mast-container, #mast-int, #nav-container, header aside, header section, #tribe-events-pg-template.event-sidebar-container #tribe-events, #tribe-events-pg-template.event-sidebar-container .event-sidebar, #videos-landing-page-cpt-container article, .searchandfilter ul li {
	width: 100%;
}
footer section{
    width: 94%;
}
iframe, .tribe-events-event-image img {
	max-width: 100% !important;
}
.searchandfilter ul li{
	text-align: center;
}
/*-----------------------------------------------> PHONE HEADER <---------------------------------------------------*/
.cta-icon-set-container li {
    margin-right: 5px;
}
.cta-icon-set-container li:last-child {
    margin-right: 0;
}
header{
	padding:0;
}
header section{
	width:96%;
	margin: 0 2%;
	padding: 2% 0 0;
}
header aside {
	float: none;
	margin: 0;
	text-align:center;
}
header aside:nth-of-type(1) {
    text-align: center;
    margin-bottom: 15px;
}
header aside:nth-of-type(2){
	text-align:center;
}
header .social-icons {
    margin: 10px 0;
    text-align: center;
}
button.close {
	clear: both;
	float: inherit;
	margin:0 !important;
}
div#google_translate_element {
    text-align: center;
    margin-bottom: 10px;
}
.cta-icon-set-container li span{
	display: none;
}
/*-----------------------------------------------> PHONE NAVIGATION <---------------------------------------------------*/
#full-screen-hamburger-nav-container {
    top: 70px;
    position: absolute;
    right: 25px;
}
#nav {
}
#mast-int, #nav-container {
	height: auto;
}
video[poster]{
    object-fit: cover;
}
#nav ul {
	margin: 0;
	padding: 0;
	clear: both;
	position: relative;
}
#nav ul li {
	text-align: left;
    float: none;
	font-size: 14px;
	display: block;
	width: 100%;
	margin: 0 0 15px;
	padding: 0 4% 4% 0;
}
#nav ul li:first-of-type {
	padding: 4% 4% 4% 0;
}
#nav ul li a, #nav ul li a:visited {
	display: block;
	padding:0;
}
#nav li a:hover {
}
#nav li.menu-item-has-children > a:after {
    float: right;
}
#nav ul ul {
	width: 100%;
	position:inherit;
	top: inherit;
	margin-left: 6%;
}
#nav ul ul li:last-child{
	padding: 0;
}
#nav ul ul li a{
	padding: 5px;	
}	
#nav ul ul li a:before{
	content:'\f105';
	margin-right: 5px;
	font-family: "Font Awesome 5 Pro";
	font-weight:900;
}
	/*----------> Bootstrap Mobile Navigation <-------------*/
.hamburger-menu-wrapper{
	display: block;
	text-align: center;
}
.hamburger-menu-wrapper button{
	padding: 5px;
}
.navbar{
	min-height:inherit;
}
	/*----------> Bootstrap - Hamburger Nav <-------------*/
.navbar-toggle .fa-bars {
    font-size: 25px;
    color: #000;
}
.navbar-toggle:hover .fa-bars, .navbar-toggle:focus .fa-bars{
	color:#999;
}
/*-----------------------------------------------> PHONE NAVIGATION <---------------------------------------------------*/

	
/*-----------------------------------------------> PHONE HOMEPAGE<---------------------------------------------------*/
.home .content-loop {
    padding: 0;
}
.sec1 section {
    flex-flow: wrap;
}
.sec2 {
    min-height: inherit;
    padding: 50% 0 5%;
}
.sec2 section{
	padding: 2%;
}
.sec2 h3, .sec2 h4 {
	margin: 0 0 5px;
}
.sec2 h3 {
    font-size: 18px;
}
.sec2 h4 {
    font-size: 14px;
}
.sec3 .fertility-story-profile{
	background-attachment: initial;
}
.sec3 .fertility-story-profile .caption-box {
    width: 96%;
}
.sec3 .fertility-story-profile .caption-box h3 {
    text-align: center;
    font-size: 23px;
}
.sec3 .fertility-story-profile .caption-box p {
    color: #4599a9;
    font-size: 13px;
    line-height: 15pt;
    margin: 5px 0;
}
.sec3 .factoid-box-container {
    width: 100%;
}
.sec3 .factoid-box-container h3 {
    font-size: 10vw;
}
.sec3 .btn {
    margin: 0 auto;
    display: table;
}
.sec4 .event-container .event-single-container{
	padding: 5% 0 0;
    flex-basis: 100%;
    margin-bottom: 20px;
}
.sec4 .event-container .event-single-container aside {
    width: 100%;
	text-align: center;
}
.event-single-container .event-featured-image {
    margin: 0 auto;
}
.sec4 .title-col {
    text-align: center;
}
.sec4 .more-info-col, .sec5 .more-info-col{
    text-align: center;
    margin: 0 0 15px;
}
.sec5 h3 {
    text-align: center;
}
.sec5 .other-videos li {
    width: 100%;
	min-height: 175px;
    margin: 0 0 2% 0;
}
.sec5 .other-videos li img {
    height: auto;
}
.press-logos img, .press-logos img:last-child {
    margin: 0 auto 8%;
    display: block;
}
.sec5 aside:nth-of-type(2) {
    font-size: 14px;
    text-align: center;
    margin-top: 15px;
}
.sec5 .other-videos li {
    width: 100%;
    min-height: 215px;
    margin: 0 0 2% 0;
}
.press-logos li {
    width: 100%;
}
.press-logos img, .press-logos img:last-child {
    margin: 0 auto 6%;
    display: block;
}
.sec6 aside{
	height: 200px;
}

/*-----------------------------------------------> PHONE INTERIOR PAGES <---------------------------------------------------*/
#left-body-col-container, #right-side-col-container, #left-side-col-container, #right-body-col-container {
	width: 100%;
}
#left-body-col-container {
    margin: 0;
}
#body-content-container {
	padding: 3%;
}
.social-icons .fa {
  width: 35px;
  height: 35px;
  line-height: 12pt;
}
.social-icons .fa-3x {
  font-size: 1.25em;
}
.page-template-page-landing-page main #body-content-container h1 {
    font-size: 2.75em;
}
.infographic-container {
    max-width: 90%;
}
.infographic-container section:nth-of-type(odd), .infographic-container section:nth-of-type(even) {
    flex-direction:column-reverse;
}
.infographic-container aside {
    width: 100%;
}
.infographic-container aside, .infographic-container section:nth-of-type(even) aside:nth-of-type(3n+3), .infographic-container section h3, .infographic-container section p, .infographic-container section:nth-of-type(even) h3, .infographic-container section:nth-of-type(even) p {
    text-align: center;
}
.infographic-container h3 {
    margin: 15px 0;
}
.infographic-container img {
    margin-top: 0;
}
.fertility-story-container article, .press-releases-container article, .search-results-container article, .research-study-container article {
    width: 100%;
    margin: 0 0 15px 0;
}
	/*-------------------> PHONE MAST INTERIOR <------------------*/
#mast-int {
    background-size: contain;
	min-height: inherit;
	padding: 20% 0 5%;
}
#mast-int section {
    width: 100%;
    border-bottom: none;
    border-top: 2px solid rgba(255,255,255,0.59);
    border-left: 2px solid rgba(255,255,255,0.59);
    border-right: 2px solid rgba(255,255,255,0.59);
    left: inherit;
    right: inherit;
    top: inherit;
    bottom: inherit;
    transform: inherit;
}
#mast-int h2, .single #mast-int h2 {
	font-size: 20px;
}
#mast-int h3 {
	font-size: 13px;
}
.page-template-page-full #staff-set aside:nth-of-type(odd), .page-template-page-full #staff-set aside:nth-of-type(even) {
    width: 100%;
}
    
/* ## PHONE - Videos CPT - Landing Page
--------------------------------------------- */ 
#videos-landing-page-cpt-container article{
    margin-bottom: 30px;
}
#videos-landing-page-cpt-container article img {
    height: 200px;
}  
#videos-landing-page-cpt-container article h2{
    font-size: 15px;
}
    
/*-----------------------------------------------> PHONE SIDEBAR <---------------------------------------------------*/
#widget-box img{
	display: block;
    margin: 0 auto;
}

/*-----------------------------------------------> PHONE BLOG <---------------------------------------------------*/
.blog-posts-container article {
    height: 350px;
}
.featured-post-image{
	width: 200px;
	height: 200px;
	float: none;
	margin:0 auto 15px;
}
#about-author-box .row div:nth-of-type(1){
	text-align:center;
}
.blog-posts-container  button {
	float: none;
	margin-bottom: 10px;
}
.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;
}
.blog-cat-listing-container{
    text-align: center;
}
.blog-cat-listing-container input[type="submit"]{
    margin-top: 10px;
}
#twitter-widget-0 {
	width: 80px;
}
#single-post-container.medium-blog-theme-container article .single-post-content{
	max-width: 100%;
}
/*----------->MASONRY STYLING <-------------------*/
#post-masonry-landing-page-container article {
    width: 100%;
    display:block;
    vertical-align: top;
    margin: 0 0 3%;
}

	/* ## Phone - Research Singular Posts
--------------------------------------------- */
#single-reseach-post-container article section aside {
    width: 100%;
}
/*-----------------------------------------------> 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, #two-col-left-heavy-container > ul > li:nth-of-type(even), #two-col-left-heavy-container > ul > li:nth-of-type(odd), #two-col-right-heavy-container > ul > li:nth-of-type(even), #two-col-right-heavy-container > ul > li:nth-of-type(odd)  {
	width:100% !important;
	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;
}
#four-col-container > ul > li{
	width:100% !important;
	margin:0 1.5% 10px 0;
}
#four-col-container li:nth-of-type(2n) {
	margin: 0 0 10px;
}
.grid-staff-set aside, .page-template-page-full .grid-staff-set aside {
    width: 100%;
}
.grid-staff-set aside .headshot-featured-image, .page-template-page-full .grid-staff-set aside .headshot-featured-image {
    height: 350px;
}
#staff-set aside {
	text-align:center;
	float: none;
}
#staff-set aside img {
	display:block;
	max-width: 90%;
	margin:0 auto;
}
#staff-set aside:nth-of-type(odd) {
	text-align:center;
	width: 100%;
	margin: 0 0 15px;
}
#staff-set aside:nth-of-type(even) {
	width: 100%;
}
.video-set-container li, .page-template-page-full .video-set-container li {
	width: 100%;
	flex-basis: inherit;
	margin-bottom: 15px;
}
.video-set-container .fa-5x {
    font-size: 3em;
}
.video-set-container h3 {
    font-size: 18px;
}
.zig-zag-ad-box{
	text-align:center;
}
.zig-zag-ad-box > ul{
	margin: 10px 0;
}
.zig-zag-ad-box > ul > li aside{
	display: block;
}
.zig-zag-ad-box > ul > li aside:nth-of-type(odd){
	min-height: 250px;
}
.zig-zag-ad-box > ul > li aside:nth-of-type(1), .zig-zag-ad-box > ul > li aside:nth-of-type(2), .zig-zag-ad-box > ul > li:nth-of-type(2n) aside:nth-of-type(1){
	width:100%;
	margin:0 0 5% 0;
	text-align:center;
}
.zig-zag-ad-box img {
    max-width: 70% !important;
}
.zig-zag-ad-box > ul > li:nth-of-type(2n) .zig-zag-content {
    position: inherit;
    top: inherit;
    transform: inherit;
}
.parallax-container p{
	font-size: 14px;
}
	/*------------------> Ad Boxes with Flex <----------------------------- */
.ad-box-container section {
    flex-wrap: wrap;
}
.ad-box-container section aside {
    padding: 0;
    margin-bottom: 25px;
    flex: auto;
}
		/*------------------> Events <----------------------------- */
.event-set-container aside {
    margin-bottom: 0;
	text-align: center;
	padding: 4%;
}
.event-set-container h3, .event-set-container h4 {
    margin: 0;
}
	
		/*------------------> PHONE FERTILITY STORIES <----------------------------- */
.fertility-story-cat-listing-container aside, .fertility-story-cat-listing-container h4 {
	margin: 0 0 10px;
}
.fertility-story-cat-listing-container aside {
    width: 100%;
    text-align: center;
}
.fertility-story-cat-listing-container aside:after {
    content: "";
    margin: 0;
}
/*--
	/*-----------------------------------> SOCIAL ICONS FLEXIBLE <-------------------------------------*/
.social-icon-flexible-content-container .social-icons a {
    margin-right: 1%;
}
.social-icon-flexible-content-container .social-icons .fa-3x {
    font-size: 2.5em;
}
/*-----------------------------------------------> PHONE FOOTER <---------------------------------------------------*/
.footer-location-map aside {
    padding: 3% 6%;
}
.footer-location ul{
	text-align: center;
}
.footer-location li, .footer-location li:nth-of-type(2n){
	text-align: center;
	margin: 0 0 5% 0;
}
.footer-accreditation-logo-set li {
    display: block;
    margin: 0 20px 15px 0;
}
footer, footer p{
	font-size: 12px;
}
footer section{
	padding:0 3%;
}
#footer-top aside{
    width: 100%;
    flex-basis:inherit;
    text-align: center;
    margin-bottom: 10px;
}
#footer-base aside, #footer-base aside:nth-of-type(1), #footer-base aside:nth-of-type(2), #footer-base aside:nth-of-type(3) {
	text-align: center;
	margin: 1% 0;
}
/*-----------------------------------------------> PHONE TEXT / FONTS <---------------------------------------------------*/
h1 {
	font-size: 23px;
}
h2 {
	font-size: 20px;
}
h3, #staff-set aside h3,#footer-widget-box 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;
	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;
}
#text-box-container {
    width: 100%;
    text-align: center;
}
.left-float-box, .right-float-box {
    float: none;
    margin: 0 0 5px 0;
}
/*-----------------------------------------------> PHONE FORMS <---------------------------------------------------*/
input, select, textarea {
	font-size: 15px;
}
textarea {
	max-width: 100%;
}
	/*===========RECAPTCHA for Mobile Responsive===================*/
#recaptcha_table {
transform: scale(1);
}
	/**************SEARCH BOX**********/
.search #searchform {
	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**********/
	
/*-----------------------------------------------> PHONE ELEMENTS <---------------------------------------------------*/
img {
	max-width: 100%;
	height: auto;
}
img.alignleft, img.alignleft, img.alignright, img.alignright, a img.alignright, a img.alignleft, .wp-caption.alignleft, .wp-caption.alignright, .alignnone{
	float:none;
	  margin: 0 auto 20px;
 	 display: block;
}
.gallery-item {
    width: 100% !important;
}
table, tbody, td, th, thead, tr {
	display: block;
}
#smoothup {
	padding: 0.7em;
}
#smoothup .fa {
  font-size: 1em;
}
}