/*
Theme Name: LTC Child Theme 
Description: A child theme based off of the DCRI Parent Theme
Author: Peter Anderson
Version: 2.5.1
Template: master_parent
*/

@import url('../master_parent/style.css');

/* begin custom code */
/* in order for this to work you master parent needs to be also checkout into the
theme folder and place in a folder named "master_parent" */

/*jump index 
-- 1650 and 1218 : "maximum"
-- 801 to 1023 : "Between"
-- 800 : "tablets"
-- 500 : "phones"
*/


	
/* ---------------------------  GLOBAL  ------------------------------------- */

/* Fonts, headings, Div, Tables */



	p,div,table,td,h1,h2,h3,h4,h5,span {
		font-family: 'Open Sans', sans-serif;
		font-size:1.8rem;
		color:#000;
	}

	h1,h2,h3,h4,h5,h6 {
		color:#c32033;
		margin-bottom:14px;
		font-weight:500;
	}

	h1 {
		font-size:3.8rem;
		font-weight:700;
		text-transform:uppercase;
		color:#eb730a;
		margin-bottom:9px;
	}

	h2 {
		font-size:2.4rem;
		line-height:3.4rem;
		font-weight:600;
		color:#2c5479;
		text-transform: capitalize;
	}

	h3 {
		font-size:2.2rem;
		color:#1e3240;
		text-transform: none;
		font-weight:300;
		margin-bottom: 14px;
	}

	h4 {font-size:2rem;}

	h5 {
		font-size:1.8rem;
		color:black;
		font-weight:700;
	}

	h6 {
		font-size:1.6rem;
		text-transform:uppercase;
		font-weight:700;
	}

	h1.entry-title {
		margin-top:15px;
		text-transform:uppercase;
		font-size:3.2rem;
		font-weight:500;
	}

	ul, ol {
		margin:0 0 1.5em 3em;
	}

	li {
		margin-bottom:12px;
	}

/*default table colors*/
	
	.table .mobile {
		font-weight:bold; 
		text-transformation:uppercase;
		font-size:1.8rem;
	}

	table {
		background-color:#fff; 
		color:#135c6d; 
		border-top:1px solid #06809c; 
		height:auto !important;
	}

	thead {
		visibility:visible;
		display:table-header-group;
	}

	table th {
		background-color:#304754;
		color:#fff;
		text-align:left; 
		border-right:1px solid #fff;
		font-weight:normal;
		padding:8px 15px; 
		font-weight:bold;
	}

	table td {
		border-bottom:1px solid #b8ced3; 
		padding:14px; 
		text-align:left;
		display:table-cell;
		text-align:left;
		padding-left:0px;
		width:37%;
		border-right:1px solid #ccc;
	}

	
	table td.first {
		font-size:1.8rem;
		background-color:#72a5bf;
		color:#fff;
		width:200px;
	}

	tbody tr:nth-of-type(2n) {
		background-color: #e1f1f3;
	}

	table td.first.cell  {
		border-bottom:1px solid #fff;
		font-weight:bold;
		border-bottom:1px solid #b9ced3;
	}

	table th.first.cell, 
	table td.first.cell {
		padding-left:20px;
		text-align:left;
	} 


/* end default table design */

	#secondary, 
	.rightwidgets {display:none;}

/*-------------------- Core Architecture */

/* turn off global browser user agents*/

	* {
		margin:0px;
		padding:0px;
		box-sizing:border-box;
	}

	body {
		background-color:#fff;
		overflow-x:hidden;
	}

	#primary {
		background-color:#fff;
		padding:0px;
	}

	div.centercol {
		padding:20px 40px;
	}

	article:focus, main:focus{
		outline:none;
	}

	main,
	#primary,
	.search-area,
	.menu,
	.fl-row, 
	.fl-builder 
	.entry-header, 
	.fl-builder header.site-header, 
	.fl-builder .site-footer, 
	.fl-builder .entry-footer,
	body.error404 {
		width:100%;
		max-width:1330px;
		margin:0px auto;
	}

/* adjust title to align with default builder text*/

	.fl-builder 
	.entry-header {
		max-width:1183px;
	}
	
	.home .fl-col-small {
		max-width:900px;
	}

/*adjustments for beaver builder layouts */

	.fl-builder .centercol {
		padding: 20px 0px;
	}
	
	.fl-module-content {
		margin-left:40px;
		margin-right:40px;
	}

	.fl-builder h1.entry-title {
		max-width:1240px;
		width:100%;
		margin:0px auto;
		padding-left:60px;
		padding-top:40px;
	} 

	.fl-builder .entry-content {
		margin:0px;
	}

	.fl-builder-content-primary {
		margin-top:-16px;
	}

	.fl-builder article.hentry {
		width:100%;
		margin-bottom:0px;
		float:none;}

	.fl-row-fixed-width {
		padding:0px;
	}

	
/*--------------------- Header */

/* site branding */ 

	.site-branding {
		height:auto;
		background-image:none;
		background-color:white;
		flex:2;
		padding-top:12px;
	}

	.header_container {
		display:flex;
		flex:1 1 auto;
		justify-content:space-between;
		gap:30px;
	}

	#site-header {
		padding-left:32px;
		margin-bottom:20px;
		width:500px;
	}

/* navigation */



	.main-navigation {
		background-color:#484c55; 
		width:100%;
		padding-left:32px;
		position:inherit;
		z-index:11;
	}

	.main-navigation li {
		margin-bottom:0px;
	}

	.main-navigation li a {
		background-color:#484c55;
		color:#fff;
		font-size:1.8rem;
		font-weight:600;
		text-transform: capitalize;
		padding:12px;
	}




/* set the current background menu color:*/

	.main-navigation .current_page_item > a, 
	.main-navigation .current-menu-item > a, 
	.main-navigation .current_page_item > a:hover, 
	.main-navigation .current-menu-item > a:hover {
		background-color:#373737;
		color:white;
	}

	.main-navigation .current_page_item > a:link {
		color:cornflowerblue!important;
	}

	button#nav-toggle {
		height: 32px;
		border:none; 
		box-shadow:none;
		text-shadow:none; 
		background:white; 
		font-size:3rem; 
		cursor: pointer; 
		padding:0px 2px 4px; 
		margin:10px;width:39px;
		float:right;
		transition:all 0.3s ease;
	}

	#nav-toggle span:before {top: -10px;}

	#nav-toggle span:after {bottom: -10px;}

	#nav-toggle span, 
	#nav-toggle span:before, 
	#nav-toggle span:after {
		cursor:pointer; 
		border-radius:1px; 
		height:4px; 
		width:35px;
		background:black;
		position:absolute;
		display:block;
		content:''; 
		transition: all 200ms ease-in-out;
	}


	.toggled #nav-toggle span {
		background-color: transparent;
	}

	.toggled #nav-toggle span:before, 
	.toggled #nav-toggle span:after {top: 0;}

	.toggled #nav-toggle span:before {transform: rotate(45deg);}

	.toggled #nav-toggle span:after {transform: rotate(-45deg);}


/* Search Components */


	.fa-search {font-size:2.4rem;}

	.search-box-wrapper {
		top: 0px;
		left:0px;
		display:none;}

	.search-box {
		border: solid #666; 
		border-radius:0 5px 5px 0;
		position:absolute;
		left:48px;
		top:1px;
	}

	.search-area {
		position:relative;
		width:48px; 
		transition: width 0.5s;
		overflow: hidden;
	}

	.search-area.toggled{
		width:265px;
	}

	.search-toggle {
		top:40px;
		background:rgba(0,0,0,0.6); 
		border-radius:20px 0px 0px 20px; 
		margin: 7px 0px;
	}

	.search-toggle:hover {
		background:#652f6c;
	}

	.toggled .search-toggle {
		float: none; 
		position: static; 
		margin-top: 1px; 
		height: 49px; 
		display: inline-block;
	}
	
	.search-box-wrapper.toggled  {
		animation-name:search-animation;
		animation-duration: .2s;
		animation-timing-function: linear;
		display:block;
		width:auto;
	}
	
	.search_again {
		padding: 14px 0px 0px 20px;
		background-color:#f5e7dc;
		width:100%;
		border-top:4px solid #ccc;
		margin-top:32px;
		margin-bottom:32px;
	}

	.search_again strong {
		float:left;
		padding-top:7px;
		margin-left:32px;
		text-transform:uppercase;
		font-size:2rem;
	}

	.search_again #s {
		width:50%;
		margin-left:32px;
	}

	.search_again #searchsubmit {
		margin-left:12px;
		width:100px;
		height:30px;
	}

	.search_again form {
		padding-top:6px;
	}

	.search-results main {
		margin:20px auto;
		width:100%;
		max-width:900px;
	}

	.search-results h1.entry-title {
		padding:0px;
	}

	.search-results .entry-summary {
		margin-top:10px;
	}

	.search-results .centercol {
		padding-bottom:0px;
	}

	/* ----------------------Footer */

	.site-footer {
		background:#616065 url("images/footerswish.png") top left no-repeat;
		background-size:40%;
		clear:both;
	}

	.site-footer a {
		color: #DDD !important;
	}

	.white_logo {
		width:30%;
		color:white;
		margin-left:32px;
		margin-top:20px;
	}

	.white_logo img {
		width:100%;
	}

	.privacy {
		width:100%;
		margin:32px auto 20px auto;
	}

	.site-disclaimer {
		margin-left:32px;
	}
		

	
/* --------------Posts and Category pages */

	.nav-links {
		display:none;
	}

/* -----------------------  CUSTOMIZATIONS    --------------------------------*/

	.clear {
		clear:both;
	}

	.hide,
	.searches,
	.entry-header,
	.homepage_banner,
	.loginout {
		display:none;
	}

	.search-results .entry-header {
		display:block;
	}

	.unhide {
		display:block;
	}

	blockquote {
		margin-top:20px;
		margin-left:62px;
		padding-left:24px;
		border-left:8px solid orange;
	}

	.contact {
		margin-top:32px;
		margin-right:32px;
		
	}

	.contact a:link, 
	.contact a:visited {
		color:black;
		content:" ";
		text-decoration:none;
		font-weight:700;
		text-transform: capitalize;
		font-size:1.6rem;
	}

	.contact a:active, 
	.contact a:hover {
		color:darkcyan;
		text-decoration:underline;
		font-weight:700;
		text-transform: capitalize;
		font-size:1.6rem;
	}

	.fl-builder-edit .hide {
		display:block;
	}

	.no_wrap h2 {
		white-space: nowrap;
	}

	.special_title h1 {
		margin-bottom:2px;
	}

	.special_title h2 {
		text-transform:uppercase;
		font-weight:300;
		font-size:2.8rem;
		color:#1e3240;
		margin-bottom:28px;
	}

	.secondary_special_title h2  {
		font-size:3.8rem;
		font-weight:700;
		text-transform:uppercase;
		color:#eb730a;
		margin-bottom:9px;
	}

	.secondary_special_title h3  {
		font-size:2.8rem;
		color:#1e3240;
		text-transform: uppercase;
		font-weight:300;
		margin-bottom: 28px;
	}

	.featured_block {
		background-color:blue;
	}

	.overview h2 {
		font-weight:700;
		font-size:3.5rem;
		color:#da570b;
	}

	.overview p {
		font-size:2.4rem;
		color:#da570b;
		font-weight:400;
	}

	.bullets ul {
		list-style: none;
		margin:0px;
		margin-top:26px;
	}

	.bullets li {
		background: transparent url("images/square.svg") no-repeat top left;
		background-size:30px;
		padding-left:46px;
		padding-bottom:15px;
	}


	@keyframes drawer_animation {
	  from {
		margin-right:-300px;
		
	  }
	  to {
		margin-right:0px;
	  }
	}

	@keyframes search-animation {
	  from {
		margin-top:-100px;
		
	  }
	  to {
		margin-top:0px;
	  }
	}

/*use to hide from sighted users but have item read by screen readers, best in use with aria-labeledby */

	.element-invisible {
	  position: absolute;
	  top: -999999em;
	  left: auto;
	  width: 1px;
	  height: 1px;
	  overflow:hidden;
	}



/*508 fix*/
/*hide empty paragraphs */

	p:empty, h1:empty, h2:empty, h3:empty, h4:empty {
		display: none;
	} 


	Table:focus, 
	caption:focus, 
	tbody:focus, 
	tfoot:focus, 
	thead:focus, 
	tr:focus, 
	th:focus, 
	td:focus {
		outline: #00569d dotted 2px;
	}


/*singing cat code*/
/*code for making videos responsive -- wrap the iframe in a div with wrapper class if you need to control the width of the video do a second parent div around the wrapper and set width on that. */

	.wrapper {
		position: relative;
		padding-bottom: 56.25%; /* 16:9 */
		padding-top: 25px;
		height: 0;

	}

	.wrapper iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

/*feataured image space with fixed height and variable image */

	.image-shifter {
		height:auto;
		overflow: hidden;
	}

	.image-shifter img {
		min-width:1250px;
	}

	.blues_box {
		background-color:#197EA9;
		color:white;
		border-top:1px solid black;
		border-bottom:1px solid black;
	}

	.gray_box {
		background-color:#484c55;
		color:white;
		font-size:2.2rem;
	}

	.gray_box p {
		font-size:2.2rem;
		font-style:italic;
		margin-top:18px;
		color:white;
	}

	.title_box h1 {
		font-size:3.6rem;
		font-weight:700;
		text-transform:uppercase;
		color:#eb730a;
		margin-bottom:0px;
	}

	.title_box h2 {
		font-size:2.8rem;
		color:#1e3240;
		text-transform: uppercase;
		font-weight:300;
		margin-bottom:18px;
	}



/* -----------------------  Plug-in CUSTOMIZATIONS    -------------------------*/

	.fl-row.fl-row-full-width {
		max-width:100%;
	}

	.fl-builder #primary {
		margin:0px;
		max-width:100%;
		background-color:transparent;
	}

	.fl-builder .entry-footer {
		background-color:white;
	}

	.fl-builder .entry-header {
		background-color:white;
	}

	.fl-accordion .fl-accordion-item {
		padding:20px 32px;
	}




/* --------------------------  PAGE SPECIFIC  --------------------------------- */ 

/*---------News --------------*/

.listing_date {
	font-weight:600;
	margin-bottom:12px;
}

	.cat_publications {
		background: rgba(255, 252, 255, 9.15);
background: linear-gradient(135deg, rgba(255, 252, 255, 0.91) 0%, rgba(207, 227, 255, 0.67) 100%);
		border-top-right-radius:20px;
		border:1px solid #DFE4F8;
		padding:10px;
	}

	.cat_publications .fl-col-content {
		background:transparent url("images/icn_pubs.svg") no-repeat top right;
		background-size:30px;
	}

	.cat_publications a:link,
	.cat_publications a:visited {
		color:#2a517d;
		text-decoration:none;
		border-bottom:1px solid #369;
	}

	.cat_publications a:hover {
		color:#369;
		text-decoration:underline;
	}

	.category-news img:first-child {
		display:none;
	}

	.category-news .entry-content img {
		display:block;
	}


	.news_findings .lcp_catlist {
		display:flex;
		list-style:none;
		gap:20px;
		margin-left:0px;
		flex-wrap: wrap;
	}

	.news_findings .lcp_catlist li {
		display:grid;
		grid-template-columns: 65% 35%;
    	grid-template-rows: auto 1fr auto;
		align-content: start; 
		padding:0px;
		border:1px solid #ccc;
		height:255px;
		width:48%;
		border-radius:14px;
		overflow:hidden;
	}

	.news_findings .lcp_catlist li a:link,
	.news_findings .lcp_catlist li a:visited {
		text-decoration: none;
		color:#205377;
	}

	.news_findings .lcp_catlist li a:hover {
		color:#0F7ECA;
		text-decoration:underline
	}

	.news_findings .lcp_catlist li a:first-child {
		grid-column: 1;
    	grid-row: 1;
	}

	.news_findings .lcp_catlist li a:nth-child(2) {
		grid-column: 2;
    	grid-row: 1 / span 2; /* span both rows */
		align-self: stretch;
	}

	.news_findings .lcp_catlist li div:last-child {
		grid-column: 1;
    	grid-row: 2;
		padding:0px 20px 0px 30px;
		font-size:1.6rem;
	}

	.cat_publications ul.lcp_catlist {
		list-style: none;
		margin-left:7px;
	}

	.pub_title {
		font-size:2rem;
		display:block;
		margin-bottom:4px;
		display: -webkit-box;
   
	}


	.news_findings .lcp_catlist li img {
		width: 100%;
		  height: 100%;
		  object-fit: cover; /* 🔥 keeps proportions, crops instead of stretching */
		  display: block;
	}

	.news_findings.fl-module img {
		width:100%;
	}

	.news_findings .news_title {
		display:block;
		position:relative;
		font-size:2rem;
		line-height:2.6rem;
		padding:20px 30px 8px 30px;
	}



/*-----------------------Home Page */

	.home .homepage_banner {
		display:block;
	}

	.h2_exception h2 {
		color:#1e3240;
		margin-bottom:10px;
		font-size:3.2rem;
	}

	.influencer {
		background:transparent url("images/asian_male.png") no-repeat bottom right;
		background-size:400px;
		min-height:540px;
		margin-right:-78px;
		margin-left:32px;
	}

	.influencer p {
		width:50%;
		padding:22px;
		font-style:italic;
		font-weight:700;
		color:#646d75;
		padding:0px;
		margin:0px;
		padding-top:20px;
	}

	.influencer p:last-child {
		margin-top:0px;
		padding:0px;
		padding-right:29px;
		font-weight:300;
		height:61px;
		background:transparent url("images/nugget.svg") bottom right no-repeat;
		background-size:34px;
		text-align:right;
		width:43%;
	}

	.home .blues_box .fl-row-content-wrap {
		background:transparent url("images/chest_illustration.png") no-repeat top left;
		text-align:right;
	}

	.home .blues_box p {
		width:70%;
		float:right;
		font-size:2.4rem;
		color:white;
	}

/* About Page */

	.mobile_lungs {
		display:none;
	}

	.page-id-22 #primary {
		background: transparent url("images/collage.svg") no-repeat bottom right;
		background-size:60%;
	}

	.photo_block1 {
		background-color:#1f88ca;
	}

	.photo_block1 img {
		margin-top:-32px;
	}

	.homepage_banner {
		position:relative;
		width:100%;
 		padding-bottom: 30px;	
	}

	.homepage_banner img {
		width:100%;
	}

	.quote_box {
		position:absolute;
		top:0px;
		right:100px;
		background: transparent url("images/repeating_quote.png") repeat-x bottom left;
		height:100%;
		width:300px;
		padding:90px 40px 20px 40px;
		z-index:10;
		color:white;
		font-size:2.4rem;
		line-height:3.6rem;
		font-style:italic;
	}

	.map_block {
		position: relative;
	}

	.map_block h2 {
		background:#1180c7 url("images/keys.svg") no-repeat top left;
		background-size:150px;
		color:transparent;
		width:150px;
		height:70px;
		position:absolute;
		bottom:40px;
		left:72px;
	}

/*Study Page */

	.intro_block p,
	.intro_block_col p {
		width:75%;
		font-weight:300;
		font-size:2.2rem;
		line-height:3.4rem;
	}

	.intro_block_col p {
		width:100%;
	}

	.study h2 {
		border-bottom: 4px solid #2c5479;
		padding-bottom:14px;
		margin-bottom:24px;
		padding-right:25%;
	}

	.study h3 {
		font-size:1.7rem;
		font-weight:700;
		color:black;
		text-transform: capitalize;
		margin-bottom:4px;
	}

/* About Us */

	.lung_block {
		position:relative;
		background:#fff url("images/lung_family.svg") top right no-repeat;
		background-size:53%;
	}

	.about_tag_one {
		position:absolute;
		top:0px;
		right:0px;
		width:300px;
	}

	.about_tag_one,
	.about_tag_two{
		color:#1180c7;
		font-weight:700;
		font-size:2.2rem;
		font-style:italic;
		line-height:3.2rem;
	}

	.about_tag_two {
		position:absolute;
		bottom:0px;
		height:400px;
		right:130px;
		width:447px;
		padding-left:110px;
		padding-top:20px;
		background:transparent url("images/bottom_lung.svg")no-repeat bottom left;
	}

	.about_tag_one p,
	.about_tag_two div{
		color:#1180c7;
	}

	.nugget img {
		float:right;
		width:67px;
	}

/* team page */
	.team_intro h2 {
		display:inline-block;
	}

/* Publication Page */

.listing_wrapper {
	margin-top:18px;
}

/*common protocol */

	.treatment_table table {
		border-left:1px solid #ccc;
	}

	.treatment_table table td,
	.treatment_table table th {
		text-align:center;
	}

	.treatment_table table tr td:first-child {
		text-align:left;
		padding-left:22px;
		font-weight:600;
		
	}

	.treatment_table table tr.title_row td {
		background-color:#2c8c9f;
		color:white;
		font-weight:bold;
		padding-left:22px;
		white-space:nowrap;
	}

	.treatment_table th {
		border-bottom:1px solid white;
	}

/* 404 */

	.error404 #primary {
		padding: 40px 40px;
		height: 70vh;
	}

	.error404 .page-content .search-field {
		margin: 15px 0;
	}

/* maximum */
@media screen and (max-width: 1650px){

}


/*tablet*/

@media screen and (max-width: 1218px){
	
	
	
}

@media screen and (max-width: 1023px){
	
	.news_findings .lcp_catlist {
		display: inline;
	}
	
	.news_findings .lcp_catlist li {
		width:100%;
	}
	
	.menu-toggle {
		display:block;
		border:2px solid red;
	}
	
	button#nav-toggle {
		background-color:transparent;
	}
	
	#nav-toggle span, 
	#nav-toggle span:before, 
	#nav-toggle span:after {
		background:white;
	}
	
	.main-navigation ul {
		display:none;
	}
	
	.menu-main-menu-container {
		clear:both;
	}
	
	.nav-menu {
		border-left:8px solid #1a4372;
		width:100%;
	}
	
	.main-navigation li {
		float:none;
		border-top:1px solid #ccc;
		border-bottom:1px solid #ccc;
	}
	
	.main-navigation.toggled ul {
		display:block;
	}

	.main-navigation ul ul {
		position:relative;
		float:none;
	}

	.main-navigation ul ul a {
		width:100%;
		padding-left:40px;
	}

	
	.main-navigation {
		flex:1;
		padding-left:0px;
	}
	
	.main-navigation .current_page_item > a, 
	.main-navigation .current_page_item > a:hover, 
	.main-navigation .current_page_item li:hover, 
	.main-navigation .current_page_parent .current_page_item > a {
		color:white;
	}
	
	
	.image-shifter img {
		min-width:100%;
	}
	
}

/* betweener */

@media (min-width: 801px) and (max-width:1023px) {

	.overview p, 
	.home .blues_box p {
		font-size:2rem;
		line-height:2.8rem;
	}
	
	.overview h2 {
		font-size:2.8rem;
	}
	
	.influencer {
		background-size:297px;
	}
	
	.influencer p {
		width:62%;
	}
	
	 p {
		font-size:1.4rem;
	}
	
	
	.fl-node-z810ronaey4k {
		width:47%;
	}
	
	.fl-node-2q0u71a5pgxs {
		width:53%;
	}
	
	.influencer .fl-module-content {
		margin-left:0px;
	}
	
}

/* small tablets */
	
@media screen and (max-width: 800px) {
	
	
	
/* ---------------------------  GLOBAL  ------------------------------------- */


/*-------------------- Core Architecture */

	div.centercol {
		padding:20px 0px;
	}

	.fl-module-content {
		margin-left:0px;
		margin-right:0px;
	}
	
	.fl-node-g9mv31hwe5cr > .fl-module-content {
		margin-right: 20px;
	}

	.fl-node-nl02mpficwhy > .fl-module-content {
		margin-right: 20px;
	}


	.fl-row-fixed-width {
		padding:0px 25px;
	}
	

	
/*--------------------- Header */

/* site branding */ 

	#site-header img {
		width: 80%;
	}

/* navigation */
	
	.menu-toggle {display:block;}
	
	button#nav-toggle {
		margin-top: 0px;
	} 
	
	#nav-toggle span, 
	#nav-toggle span:before, 
	#nav-toggle span:after {
		background:black;
	}

	.header_container {
		flex-direction:row;
		gap:0px;
	}
	
	.site-branding,
	.main-navigation {
		flex:auto;
	}
	
		
	.nav-menu {
		width:50%;
	}
	
	.main-navigation {
		margin-top:-65px;
		background-color:transparent;
		margin-bottom:20px;
	}
	
	.fl-col-small:not(.fl-col-small-full-width) {
		max-width:100%;
	}
	
	.site-branding {
		width:60%;
	}


/* Search Components */


/* ----------------------Footer */
	.footer-widgets .widget, .loginout {
		float: right;
		padding: 0 30px;
		width: auto;
	}
	
	.white_logo {
		width:50%;
	}
	

		
/* Fonts, headings, Div, Tables */

	
	h1,h2,h3,h4,h5,h6 {
		margin-bottom:14px;
	}
	
	h1 {font-size:3.8rem;}
	
	h2 {font-size:2.6rem;}
	
	h3 {font-size:2.8rem;}
	
	h4 {font-size:1.6rem;}
	
	h5 {
		font-size:1.6rem;
		color:black;
		font-weight:700;
	}
	
	h6 {
		font-size:1.6rem;
		text-transform:uppercase;
		font-weight:700;
	}
	
	.special_title h2,
	.secondary_special_title h3 {
		font-size:2.8rem;
		line-height:3.8rem;
	}
	
	.fl-builder h1.entry-title {

		text-transform:uppercase;
		font-size:2.4rem;
		font-weight:500;
		padding-left:70px;
	}

	ul, ol {margin:0 0 1.5em 2em;}
	
	

/*table in mobile definition*/

	.mobile {display:block;}

	thead {
		visibility: hidden; 
		display:none;
	}

	table td  {
		display: block; 
		text-align:left;
		padding-left:34px; 
		width:99%;
	}

	table td.first {
		font-size:1.8rem;
		background-color:#72a5bf;
		color:#fff;
		width:99%;
	}
	
	.main-navigation {
		position:initial;
		overflow: hidden;
	}
	
	.main-navigation li {
		border-top:0px solid transparent;
		
	}
	
	.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_item > a:hover, .main-navigation .current-menu-item > a:hover, .main-navigation li a {
		background-color:transparent;
	}
	
	
	.main-navigation .current_page_item > a, 
	.main-navigation .current_page_item > a:hover, 
	.main-navigation .current_page_item li:hover, 
	.main-navigation .current_page_parent .current_page_item > a {
		color:white;
		background-color:#373737;
	}
	
	.menu-toggle {
		position:absolute;
		top:75px;
		right:20px;
		z-index:22;
	}
	
	.toggled button#nav-toggle {
		background-color:transparent;
	}
	
	
	.toggled #nav-toggle span:before, 
	.toggled #nav-toggle span:after
	{
		background:white;
	}
	
	.menu-main-menu-container {
		position:absolute;
		top:0px;
		right:0px;
		transform: translateX(100%);
		width:300px;
		background-color:#3D76B8;
		height:100vh;
		z-index:20;
		transition: all 0.4s ease;
	}
	
	.toggled .menu-main-menu-container {
		transform: translateX(0);
	}
	
	.main-navigation ul.nav-menu {
		width:100%;
		margin-top:130px;
	}
	
	
  
	
/* --------------Posts and Category pages */



/* -----------------------  CUSTOMIZATIONS    --------------------------------*/

	.contact {
		margin-top:14px;
	}

/* -----------------------  Plug-in CUSTOMIZATIONS    -------------------------*/



/* --------------------------  PAGE SPECIFIC  --------------------------------- */ 

/*------ About Page -----*/
	
	.fl-node-evrqx40li8to{
		margin-bottom:100px;
	}
	
	.lung_art {
		width:50%;
		margin-bottom:-130px;
		float:right;
	}
	
	.lung_block {
		background-image:none; 
	}
	


/*-----------------------Home Page */

	.influencer {
		margin-right:0px;
	}
	
	.fl-row-fixed-width.blues_box {
		padding:0px;
	}
	
	.quote_box {
		padding-top:14px;
		padding-left:33px;
		width:277px;
		right:20px;
		font-size:2rem;
	}
	
	.about_tag_two {
		position:inherit;
	}
	
	/*about*/
	
	.mobile_lungs {
		width:50%;
		display:block;
	}
	
	.about_tag_one{
		position:inherit;
		width:90%;
		border-top: 2px solid #1180c7;
		border-bottom:2px solid #1180c7;
		padding:0px;
		margin:20px 0px 20px 10%;
	}
	
	.about_tag_two {
		background-size:160px;
		width:100%;
		padding-left:150px;
		height:auto;
		background-position: top left;
		
	}
	
	/*study*/
	.study h2 {
		padding-right:0px;
	}
	
	/*common protocol*/
	.treatment_table table td {
		text-align:left;
		padding-left:52px;
	}
	
	.treatment_table table tr td:first-child {
		padding-left:22px;
	}
	
	.treatment_table table td.post-transplant {
		border-bottom:2px solid #369;
		color:#275c91;
		font-weight:600;
		padding:24px 22px 12px 38px;
		font-size:1.6rem;
		text-transform:uppercase;
	}


}
	
@media screen and (max-width: 767px){

	.fl-builder h1.entry-title {
		padding-left:50px;
	}
	
	.site-branding {
		width: 60%;
	}
	
	.nav-menu {
		width:80%;
	}
}

/* target ipad mini (specifically nav toggle and img alignment)  */
@media screen and (min-width: 700px) and (max-width: 800px) {
	button#nav-toggle {
		margin-top: -10px;
	}

	.main-navigation ul {
		margin-top: 10px;
	}
}

/* phones */

@media screen and (max-width: 500px){

	h1 {
		font-size:3.4rem;
	}
	
	h2 {
		font-size:2.6rem;
	}

	
/* ---------------------------  GLOBAL  ------------------------------------- */

	.fl-row-fixed-width {
		padding:0px 12px;
	}
		
/*-------------------- Core Architecture */

/*--------------------- Header */

/* site branding */ 
	
	.header_container {
		display:block;
	}
	
	.site-branding {
		padding-top:20px;
		width: 90%;
	}

	
	#site-header {
		/* margin:0px;
		width:90%; */
		width:420px;
		padding-left:5px;
		margin-bottom:10px;
	}

	#site-header img {
		width:65%;
	}
	
	.contact {
		float:right;
	}

/* navigation */
	.main-navigation ul {
		margin-top: 10px;
	} 
/* Search Components */


/* ----------------------Footer */
	
	.white_logo {
		width:90%;
	}
	
	.site-footer {
		background-size:70%;
	}
		
/* Fonts, headings, Div, Tables */

	.fl-builder h1.entry-title {padding-left:25px;}

	.overview h2,
	.title_box h1 {
		font-size: 3.1rem;
	}

	.h2_exception h2,
	.no_wrap h2 {
		font-size: 3rem;
	}

	.overview p {
		font-size: 2rem;
	}

	.no_wrap h2,
	.fl-node-tl59n7h0vf62 h2 {
		margin-bottom: 0px;
	}
	
	
/* --------------Posts and Category pages */



/* -----------------------  CUSTOMIZATIONS    --------------------------------*/

	.contact {
		margin-top:25px;
		margin-bottom:25px;
	}
	
	.intro_block p,
	.intro_block_col p {
		width:100%;
		font-size:2rem;
		line-height:3rem;
	}

/* -----------------------  Plug-in CUSTOMIZATIONS    -------------------------*/



/* --------------------------  PAGE SPECIFIC  --------------------------------- */ 



/*-----------------------Home Page */
	
	.influencer {
		display:none;
	}

	.home .blues_box p {
		font-size:2rem;
	}
	
	.quote_box {
		position:inherit;
		width:100%;
		right:0px;
		padding-bottom:25px;
		font-size:1.8rem;
		line-height:2.2rem;
		background-position:top left;
		text-align:center;
	}
	

	
	/*about */
	



	
}

/* Tone down the animation to avoid vestibular motion triggers like scaling or panning large objects. SEE: https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-reduced-motion */

@media (prefers-reduced-motion) {
	
}

/* Alternate Custom Animated nav drawer for mobile opens from the right 

	.main-navigation {position:initial;}

	.main-navigation.toggled .menu-menu-1-container {
		display:block;
	}
	
	button#nav-toggle {
		position:absolute;
		top:20px;
		right:50px;
		height: 3px;
		border:none; 
		box-shadow:none;
		text-shadow:none; 
		background:transparent; 
		font-size:3rem; 
		cursor: pointer; 
		padding:0px 2px 4px; 
		margin:10px;
		width:31px;
		z-index:1000;
	}

@media screen and (max-width: 800px){
	
	.searches {
		position:absolute;
		top:0px;
		right:0px;
		z-index:2;
		margin-right:0px;
		width:100%;
	}
	
	.searches.search_mod {
		z-index:11!important;
	}
	
	.menu-menu-1-container {
		animation-name: drawer_animation;
  		animation-duration: .2s;
  		animation-timing-function: linear;
		background-color:#00385a;
		padding-top:70px;
		display:none;
		position:absolute;
		top:0px;
		right:0px;
		z-index:10;
*/