/*

Theme Name: K19 Peds Clin Pharm Theme
Description: a child theme off of our DCRI parent theme/ 
Author: Peter Anderson
Version: 1.0.0
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 */

/* // <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 300 to 800 */

	/* .open-sans-<uniquifier> {
	  font-family: "Open Sans", sans-serif;
	  font-optical-sizing: auto;
	  font-weight: <weight>;
	  font-style: normal;
	  font-variation-settings:
		"wdth" 100;
	} */

	


	h1,h2,h3,h4,h5,h6 {
		color:#070707;
		margin-bottom:14px;
		font-weight:400;
		font-family: "Lato", sans-serif;
	}

	h1 {font-size:3.2rem;}

	h2 {
		font-size:2.4rem;
		color:#070707;
	}

	h3 {font-size:2.2rem;}

	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:none;
		font-size:3.2rem;
		font-weight:500;
		color:#fff;
	}


	p, li {
	 	font-family: "Lato", sans-serif;
		font-weight: 400;
		font-size:1.8rem;
		
	}

	ul, ol {
		margin:0 0 1.5em 3em;
		font-family: "Lato", sans-serif;
	}

	.fl-rich-text ul {
		list-style-type: none;
		padding-left: 0;
		margin-left:30px;
	}

	.fl-rich-text  ul li {
		position: relative;
		padding-left:25px;
		margin-bottom:13px;
	}

	.fl-rich-text  ul li::before {
		content: '';
		position: absolute;
		left: 0;
		top: 7px;
		width: 12px; /* Adjust size as needed */
		height: 12px; /* Adjust size as needed */
		background-color: #523b78; /* Your desired color */
	
	}

	.purple-list li {
		color:#523b78;
		font-size:1.8rem;
		font-weight:400;
	}

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

	table {
		background-color:#fff; 
		color:#31143d; 
		border-top:2px solid #31143d;
		border-right:1px solid #fff;
		height:auto !important;
	}

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

	table th {
		color:#31143d;
		text-align:left; 
		border-right:1px solid #31143d;;
		border-bottom:1px solid #31143d;
		font-size:1.8rem;
		padding:20px 40px 20px 20px; 
		font-weight:bold;
		font-family: "Lato", sans-serif;
	}


	table td {
		border-bottom:1px solid #31143d;
		padding:20px 80px 20px 40px; 
		text-align:left;
		display:table-cell;
		text-align:left;
		width:37%;
		border-right:1px solid #fff;
		font-family: "Lato", sans-serif;
	}

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

	/* Target even rows */
	tr:nth-child(even) td,
	tr:nth-child(even) th {
	  background-color:#f8e9d6; /* Light grey background */
	}

	/* Target odd rows */
	tr:nth-child(odd)td,
	tr:nth-child(odd) th {
	  background-color: #ffffff; /* White background */
	}

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

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




/* end default table design */

	#secondary, 
	.rightwidgets,
	.loginout {
		display:none;
	}

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

/* turn off global browser user agents*/

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

	body {
		background-color:#fff;
		word-break:break-word;
	}

	main {
		height: auto;
		position:relative;
	}


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


	div.centercol {
		padding:20px 40px;
		background-color:white;
	}

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


	#primary,
	#site-header,
	.search-area,
	.menu,
	.menu-menu-1-container,
	.secondary_nav,
	.logo_space,
	.entry-content,
	.fl-row, 
	.entry-header, 
	.fl-builder .entry-footer,
	.fl-row-fixed-width,
	#supplementary,
	.site-disclaimer,
	.logo_space_footer,
	.footer_info, 
	.partner_logos {
		width:100%;
		max-width:1330px;
		margin:0px auto;
	}

	/* .menu {
		max-width:1115px;
	} */


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

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

/*adjustments for beaver builder layouts */

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

	.fl-builder h1.entry-title {
		width:100%;
		margin:0px auto;
		padding-left:30px; /* previous 60px */
		padding-top:10px;
		padding-bottom:20px;
	} 

	.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 {display:none;
		height:216px;
	}

	.logo_space {
		display:flex;
	}

	#site-header {
		flex:4;
		padding-top:12px;
	}

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

	.image-shifter {
		overflow: hidden;
		height:205px; /* previous 400px, then auto*/
		background-color:transparent;
		position:relative;
    	display:flex;
	}

	.image-shifter img {
		width:100%;
		height:100%;
		object-fit:cover;
		object-position:left;
	} 



/* navigation */

	 .main-navigation {
		float:none;
		background-color:#0b7f8e;
		text-transform:none;
	}

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

	.main-navigation li a,
	.secondary-menu-class li a {
		color:#fff;
		text-decoration:none;
	}

	.secondary-menu-class li:hover {
		text-decoration:underline;
		color:#fff;
	}

	.main-navigation li a {
		font-size:1.9rem;
	}

	.secondary-menu-class li a {
		font-size:1.8rem;
	}

	.main-navigation ul li::before {
		position:relative;
	}

	.main-navigation a {
		padding:10px 15px 10px 15px;
	}

	.nav-menu {
		display:flex;
		padding:0;
		flex-wrap:wrap;
	  }
	  
	  .nav-menu li {
		display:inline-flex; /* separator inline with text */
		align-items:center;  /* text and separator align vertically */
		padding-right:5px;  /* space between text and separator */
	  }
	  
	  .nav-menu li:not(:last-child)::after {
		content: "|";
		color:#fff; 
		padding-left:5px; /* space between separator and next item */
	  }


/* secondary navigation */

	.secondary_nav {
		display:flex;
		justify-content:flex-end;
	}

	.secondary-menu-class {
		list-style:none;
		display:flex;
		text-transform:uppercase;
		text-decoration:none;
	}

	.secondary-menu-class li {
		padding-right:20px;
		margin-top:15px;
	}

	.sec_feature {
		background-color:#0b7f8e;
	}

	.sec_feature:not(.home .sec_feature) {
		min-height:180px;
	}

	.home .sec_feature {
		min-height:388px;
	}


/* 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:#e7e7e7 !important;
	}

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

	.main-navigation ul ul {
		background-color:rgba(165,165,165,0.92);
		float:none;
		right:0px;
		width:300px;
		left:auto;
	}

	.main-navigation ul ul a {
		width:300px;
		text-transform: none;
	}

	.main-navigation ul ul li:hover {
		background-color:#ccc;
	}


	button#nav-toggle {
		height: 32px;
		border:none; 
		box-shadow:none;
		text-shadow:none; 
		background:transparent; 
		font-size:3rem; 
		cursor: pointer; 
		padding:0px 2px 4px; 
		margin:10px;width:39px;
	}

	#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:#000;
		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);}

	.toggled .menu {
		display:block;
	}


/* Search Components */

	.searches {
		display:flex;
		justify-content: flex-end;
		flex:4;	
		margin-top:55px;
	}

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

	.search-box-wrapper {
		margin-top:5px;
		position:static;
		width:auto;
	}

	.search-box {
		border: solid #666; 
	}

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

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

	.search-toggle {
		color:black;
		top:40px;
		background:#fff; 
		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:#93C2E1;
		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:32px;
		width:100px;
		height:30px;
	}

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

	.search #primary.content-area {
		width:100%;
		max-width:1180px;
		margin:0 auto;
	}	

	.search h1.entry-title,
	.search h1.page-title {
		padding-left:0;
		font-size:3rem;
	}

	.search input[type="submit"] {
		padding:0;
		font-size:1.8rem;
	}

	.search article {
		padding:20px;
	}



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

	.site-footer {
		background-color:transparent;
		clear:both;
		/* margin-top:100px; */
		padding:0px;
	}

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

	.footer_container {
		background-color:#3d4f81;
	}

	.footer_info {
		display:flex;
		justify-content:space-around;
		align-items:center;
		padding:0 30px 50px 0;
	}

	.logo_space_footer img {
		width:500px;
		margin-top:50px;
		margin-bottom:50px;
	}

	.footer_tag {
		color:#fff;
		font-size:2rem;
		border-left:1px solid #fff; 
		padding-left:35px;
		height:auto; 
		display:flex;
		align-items:center;
	}

	.partners_here {
		display:flex;
		flex-wrap:wrap;
		justify-content:center;
	}

	.partners_here img {
		margin:15px;
		width:auto;
		height:50px;
	}

	.footer-widgets {
		padding-top:10px;
	}

	.footer-widgets .widget {
		width:60%;
	}

	.footer-widgets .menu {
		display:flex;
		justify-content: flex-end;
	}

	.widget_nav_menu ul {
		list-style:none;
	}

	.widget_nav_menu li {
		float:left;
	}

	.widget_nav_menu li a:link {
		color:white;
		padding-right:20px;
	}

	.site-disclaimer {
		color:#757575;
		padding:12px;
	}

	#supplementary {
		position: relative;
	}

	#supplementary::before {
		content:"";
		position:absolute;
		top:-100px;
		width:300px;
		height:100px;
		background:transparent Url("images/logo.svg") no-repeat top left;
		background-size:100%;
	}

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

	.category_page h1.page-title {
		margin-left:38px;
		text-transform: capitalize;
	}

	.single h1.entry-title {
		margin-left:38px;
		text-transform: capitalize;
		margin-left:0px;
	}

	.single article h1.entry-title {
		display:none;
	}

	#comments, article {
		width:65%;
		margin:0px auto!important;
		float:none;
	}

	.author {
		display:none;
	}

	.single .byline, 
	.updated:not(.published), 
	.posted-on {
		display:none!important;
	}

	.fl-rich-text .lcp_catlist {
		list-style-type:none;
		margin-left:0;
	}

	.fl-rich-text .lcp_catlist li {
		padding-left:0;
		margin-bottom:30px;
	}

	.post_title, .post_date {
		display:block;
		margin-bottom:8px;
	}

	.post_title {
		font-size:2.5rem;
	}

	.post_date {
		font-weight:600;
	}

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

	.clear {
		clear:both;
	}

	.clearboth {
		height:0px;
	}
	
	.hide {
		display:none;
	}

	.unhide {
		display:block;
	}

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

	.featured_block {
		background-color:blue;
	}

	@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;
	}

	.leadin p {
		font-size:2rem;
		margin-right:100px;
	}

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

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

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

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

	.fl-accordion .fl-accordion-item {
		padding:0px 32px 15px 20px;
		border:0px solid #fff;
		border-bottom:2px solid #e3783a;
	}

	.site-content a.fl-accordion-button-icon:link {
		text-decoration:none;
		color:#f3752a;
	}

	.site-content a.fl-accordion-button-label {
		font-size:2rem;
		color:#713282;
		font-weight:700;
	}

/*-------------Border--------*/

	.entry-content {
		margin:0 auto!important;
		width:88%;
		box-shadow:6px 0 4px -4px #999, -6px 0 4px -4px #999;
		-moz-box-shadow:6px 0 4px -4px #999, -6px 0 4px -4px #999;
		-webkit-box-shadow:6px 0 4px -4px #999, -6px 0 4px -4px #999;
		-webkit-border-top-left-radius:50px;
		-webkit-border-top-right-radius:50px;
		-moz-border-radius-topleft:50px;
		-moz-border-radius-topright:50px;
		border-top-left-radius:50px;
		border-top-right-radius:50px;
		position:relative;
		top:-40px;
	}

	.home .entry-content {
		top:-40px;
	}

	.entry-border {
		-webkit-border-top-left-radius:50px;
		-webkit-border-top-right-radius:50px;
		-moz-border-radius-topleft:50px;
		-moz-border-radius-topright:50px;
		border-top-left-radius:50px;
		border-top-right-radius:50px;
	}

	/* Width for each page - alignment of content */
	.entry-border .fl-row-content-wrap,
	.leadership_row .fl-row-content-wrap,
	.scholars_row .fl-row-content-wrap {
		margin-left:auto;
		width:92%;
	}


/*-------------Buttons--------*/

	.primary-btn a.fl-button,
	.primary-btn a.fl-button:visited {
		background:#fff;
		border:1px solid #3d7b7b;
		color:#3d7b7b;
		border-radius:20px;
		text-decoration:none;
		text-align:center;
	}

	.primary-btn a.fl-button span,
	.primary-btn a.fl-button:visited span {
		color:#3d7b7b;
		font-size:2rem;
	}

	.primary-btn a.fl-button:hover,
	.primary-btn a.fl-button:visited:hover {
		background:#3d7b7b;
		border:1px solid #fff;
	}

	.primary-btn a.fl-button:hover span,
	.primary-btn a.fl-button:visited:hover span {
		color:#fff;
	}

/*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 logo watermark */

	.image-shifter::before {
		content:" ";
		position:absolute;
		bottom:-120px;
		left:50%;
		width:1300px;
		height:400px;
        transform: translateX(-50%);
        /* background-color: #007bff; /* Just for visibility */
		/* background:transparent url("images/logo_icon_watermark.png") no-repeat bottom right; */
		background-size:380px;
        display: flex;
        justify-content: center;
        align-items: center;
	}

	.home .image-shifter::before {
		bottom:0px;
	}

	#content-display {
		position:absolute;
		top:0px;
		right:14%;
		width:380px;
		height:400px;
		background: rgb(137,60,151);
		background: linear-gradient(180deg, rgba(137,60,151,0.8) 0%, rgba(137,60,151,0.8) 64%, rgba(137,60,151,0) 100%);
		padding:12px;
		display:none;
	}

/*adjust for pages that need a wider footprint/*/



/*shift content display on pages where the banner sits right */

	.page-id-25 #content-display,/*about*/
	.page-id-27 #content-display,/*our why*/
	.page-id-33 #content-display {
		left:20%;
	}

	.page-id-25 .image-shifter::before ,/*about*/
	.page-id-27 .image-shifter::before ,/*our why*/
	.page-id-33 .image-shifter::before  {
		background-position:bottom left;
	}


	#content-display .inner-border {
		padding:20px 32px 24px 20px;
		display:flex;
		flex-direction: column;
		
	}

	.home_banner .fl-row-content-wrap h1,
	.home_banner .fl-row-content-wrap h2, 
	.home_banner .fl-row-content-wrap p,
	#content-display h1,
	#content-display h2,
	#content-display p {
		color:white;
	}
	
	.home_banner .fl-row-content-wrap p,
    #content-display p {
        font-size:2.6rem;
        line-height:3.8rem;
        font-style:italic;
    }
	
	
	.inner-border p:last-child {
		align-self: flex-end;
	}

	.home_banner .fl-row-content-wrap a:link,
	.home_banner .fl-row-content-wrap a:visited,
	#content-display .inner-border a:link,
	#content-display .inner-border a:visited {
		color:white;
		font-style:normal;
		font-size:1.8rem;
		line-height:2.6rem;
		text-transform: uppercase;
		text-decoration: none;
		text-align: center;
		border:1px solid white;
		padding:5px 15px;
		display:block;
		margin-top:18px;
		margin-right:22px;
		margin-left:auto;
	}

	.home_banner .fl-row-content-wrap a:hover,
	#content-display .inner-border a:hover {
		background-color:lightsteelblue;
	}

	.fl-builder-edit .home_banner .fl-row-content-wrap h1,
	.fl-buiålder-edit .home_banner .fl-row-content-wrap h2,
	.fl-builder-edit .home_banner .fl-row-content-wrap p,
	.fl-builder-edit .home_banner .fl-row-content-wrap a:link,
	.fl-builder-edit .home_banner .fl-row-content-wrap a:visited {
		color:black;
	}

 /*.gradient-border {
   
    width: 100%;
    height: 0px;
	margin:0px auto;

    
    display: flex;
    justify-content: center;
    align-items: center;

  
    border: 6px solid transparent;
    border-radius: 10px; /* Optional, for rounded corners 

  
    border-image: linear-gradient(to right, rgba(0,0,0,0), #ffa200, rgba(0,0,0,0)) 1 stretch;
  }*/

	.banner_text .fl-rich-text {
		display:none;
	}

	.banner_text .fl-module-content {
		margin-top:0px;
		margin-bottom:0px;
	}

	.fl-builder-edit .banner_text .fl-rich-text {
		display:block;
	}

	.quote p,
	.h_quote p {
		color:#3d7b7b;
		font-size:2.4rem;
		line-height:3.6rem;
		font-style:italic;
	}

	.quote {
		padding:32px;
		text-align:center;
		/* border-top:2px solid rgb(137,60,151);;
		border-bottom:2px solid rgb(137,60,151);; */
	}

	.h_quote {
		text-align:center;
		padding:22px 52px;
		/* border-top:2px solid rgb(137,60,151);;
		border-bottom:2px solid rgb(137,60,151);; */
	}




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

	.mfp-figure {
		background-color:white;
	}

	/*testimonial builder homepage */
	.home .bx-viewport {
		min-height:200px!important;
	}

	.bx-controls {
		display:none;
	}

	.fl-testimonial {
		padding-left:12px;
		padding-right:12px;
	}

.fl-module-testimonials .bx-wrapper {
	margin-bottom:0px;
}

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



/* image shifter set image right on pages*/



	.page-id-25 .image-shifter img,/*about*/
	.page-id-27 .image-shifter img,/*our why*/
	.page-id-33 .image-shifter img
	{
		float:right;
	}



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

	.home #content-display {
		display:none;
	}

	.home_banner {
		
	}

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

	.home_banner .fl-module-content {
		margin-top:0px;
		margin-bottom:0px;
	}

	.home_banner .fl-row-content-wrap {
		position:absolute;
		top:0px;
		right:32px;
		
		width:400px;
		padding:20px;
		display:flex;
		justify-content: flex-end;
		background: rgb(137,60,151);
		background: linear-gradient(180deg, #00539b 0%, rgb(60 110 151 / 80%) 64%, rgba(137, 60, 151, 0) 100%);
		
	}

	.home_banner .fl-row-content {
		border:4px solid #FF8D00;
		align-items:baseline!important;
		padding:20px 0px;
		min-height:320px;
	}



	.fl-builder-edit .home_banner .fl-row-content-wrap {
		position:static;
		
	}

	.featured_one .fl-col-group {
		display:flex;
		justify-content: center;
	}

	.featured_one .fl-col {
		width:35%;
		background-color:purple;
		margin-left:12px;
		margin-right:12px;
		min-height:450px;
	}

	.featured_one .fl-col:first-child {
		background:#501f5d url("images/feat_leftv3.png") no-repeat bottom left;
		background-size:100%;
	}

	.featured_one .fl-col:last-child {
		background:#501f5d url("images/feat_rightv3.png") no-repeat bottom left;
		background-size:100%;
	}

	.featured_one .fl-col .fl-col-content {
		padding:22px 26px 28px 22px;
		position:relative;
		z-index:10;
	}

/*	.featured_one .fl-col:first-child .fl-col-content {
		background:transparent url("images/arr_leftv2.png") no-repeat bottom right;
	}

	.featured_one .fl-col:last-child .fl-col-content {
		background:transparent url("images/arr_rightv3.png") no-repeat bottom left;
		background-size:56.6%;
	}*/

	.featured_one .fl-col-group {
		position:relative;
	}

	.featured_one .fl-col-group::before {
		content:"";
	 	position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 400px;
        height: 400px;
        background:transparent url("images/logo_icon_watermark_featv2.png") no-repeat center center;
		background-size:100%;
		z-index:0;
	}

	

	.featured_one p,
	.site-content .featured_one a:link,
	.site-content .featured_one a:visited {
		color:white;
		font-weight:600;
	}

	.featured_one h2 {
		color:#ff8b46;
	}




	.home .home_text {
		display:block;
		color:#fff;
		font-size:2.6rem;
		font-weight:300;
	}

	.home .fl-module.home_banner {
		max-width:1000px;
		width:64%; /*previous 80%*/
		margin:20px auto;
		padding-bottom:50px;
	}

	.home_banner .fl-module-content {
		margin-left:0;
		margin-right:0;
	}

	.fl-builder .entry-header {
		display:block;
	}

/*-------------Secondary Pages--------*/
	.home_text {
		display:none;
	}

/*-------------Leadership Team--------*/

	.leadership_row .fl-photo-content {
		width:250px;
		height:250px;
	}

	.leadership_row .fl-photo-content img {
		width:250px;
		height:250px;
		object-fit:cover;
	}

/*-------------Institutions--------*/

	.institute_tabs .pp-tab-title {
		font-size:2.3rem;
	}

	.institute-logo {
		display:flex;
		justify-content:space-between;
		align-items:center;
		margin-bottom:20px;
	}

/*-------------Training--------*/

/*-------------Faculty--------*/

	.faculty_tabs .pp-tab-title {
		font-size:2.3rem;
		overflow-wrap:break-word;
		/* word-wrap:break-word; 
		word-break:break-all;
		hyphens:auto;  */
	}

	/* faculty headshots and bios display */
	/* left align headshot, add bio-container paragraph class to image and text  */
	
	p.bio-container {
		display:inline-block;
	}
	
	.bio-container img {
		width:250px;
		height:300px;
		object-fit:cover;
		margin-bottom:1.5em
	}

	

/*-------------Scholars--------*/

	.scholars_row .fl-photo-content img {
		width:250px;
		height:300px;
		object-fit:cover;
	}

/*-------------News/Events--------*/
/*-------------How to Apply--------*/


/*-------------Our Work--------*/

	.schools_table h3 {

		font-weight:600;
		margin-bottom:18px;
	}

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

	.news_title {
		font-size:2.4rem;
		display:block;
		margin-bottom:12px;
	}

	.news_date {
		display:block;
		font-size:1.8rem;
		font-weight:500;
		text-transform:uppercase;
		margin-bottom:12px;
	}
	
	.fl-rich-text ul.lcp_catlist li::before {
		display:none;
	}

/*-----------------------404 Page */

	.error404 #primary {
		padding: 20px;
	}

	.error404 .page-content .search-form {
		margin: 20px 0;
	}

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

	
	.page-id-25 #content-display,/*about*/
	.page-id-27 #content-display,/*our why*/
	.page-id-33 #content-display {
		left:11%;
	}

}

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

	

	.page-id-25 #content-display,/*about*/
	.page-id-27 #content-display,/*our why*/
	.page-id-33 #content-display {
		left:4%;
	}
	
}

@media screen and (max-width: 1218px){
	
	.image-shifter img {
		width:100%;
	}
	
	/* .main-navigation ul {
		margin-left:42px;
	} */
	
	#site-header {
		padding-left:18px;
	}

	/* H1 entry title alignment to .entry-content  */
	.fl-builder h1.entry-title {
		width:88%;
	}
	
}

/* betweener */

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

}

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

	/* Width for each page - alignment of content - return to 100% */
	.entry-border .fl-row-content-wrap,
	.leadership_row .fl-row-content-wrap,
	.scholars_row .fl-row-content-wrap {
		margin:0;
		width:100%;
	}
}

@media screen and (max-width:900px) {
	.entry-content {
		top:-10px;
	}
}

/* tablets */
	
@media screen and (max-width: 800px) {
	
	#site-header {
		flex:4;
		margin-top:8px;
		padding-left:13px;
	}
	
/* ---------------------------  GLOBAL  ------------------------------------- */


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

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

	.fl-module-content {
		margin-left:0px;
		margin-right:0px;
	}
	
	.fl-row-fixed-width {
		padding:0px 25px;
	}
	

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

/* site branding */ 

/* navigation */
	
	.menu-toggle {display:block;}

	
	.footer-widgets .menu {
		position:relative;
		transform:none;
		right:auto;
		top:auto;
		width:auto;
		background-color:transparent;
	}
	
	

/* Search Components */
	
	.search-toggle {
		margin-right:18px;
	}

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

	.footer_info{
		flex-direction:column;
	}
		
/* Fonts, headings, Div, Tables */

	
	h1,h2,h3,h4,h5,h6 {
		margin-bottom:14px;
	}
	
	h1 {font-size:2.4rem;}
	
	h2 {font-size:2.2rem;}
	
	h3 {font-size:1.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;
	}
	
	.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%;
	}
	
	
	/*animated drawer code right align */
	.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:#313131 !important;
	}
	
	.menu-toggle {
		position:absolute;
		top:5px;
		right:20px;
		z-index:22;
		
	}
	
	.toggled button#nav-toggle {
		background-color:transparent;
	}
	
	
	.toggled #nav-toggle span:before, 
	.toggled #nav-toggle span:after
	{
		background:#000;
	}
	
	.menu {
		display:none;
		position:absolute;
		top:0px;
		right:0px;
		transform: translateX(100%);
		width:300px;
		background-color:#00539B;
		z-index:20;
		transition: all 0.8s ease;
	}
	
	.toggled .menu {
		transform: translateX(0);
		display:block;
	}
	
	.main-navigation ul.nav-menu {
		width:100%;
		margin-top:130px;
	}

	.nav-menu li {
		display:block;
	}

	.nav-menu li:not(:last-child)::after {
		content:none;
	}
	
	.secondary-menu-class {
		flex-direction:column;
	}
	
	
/* --------------Posts and Category pages */



/* -----------------------  CUSTOMIZATIONS    --------------------------------*/
	
	.leadin p {
		font-size:2rem;
	}
	
	#content-display {
		width:280px;
		height:300px;
	}
	
	#content-display p {
		font-size:2.3rem;
		line-height:3.2rem;
	}
	
	#content-display h1 {
		font-size:3.6rem;
	}

	#content-display .inner-border {
		padding:13px;
	}
	
	/* .home .image-shifter,
	 .image-shifter{
		height:320px;
	} */
	
	.image-shifter::before {
		left:20%;
		background-size:280px;
	}

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

	.fl-testimonial {
		width:300px;
	}

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



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

	.home_banner .fl-row-content {
		padding:30px;
		padding-bottom:10px;
		min-height:200px;
		
	}
	
	.home_banner .fl-row-content-wrap {
		width:350px;
	}

	.home .home_text {
		font-size:2.2rem;
		margin-bottom:20px;
	}

/*-----------------------Institution and Faculty Pages */
	.institute_tabs .pp-tab-title,
	.faculty_tabs .pp-tab-title {
		font-size:2rem;
	}


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

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

/*-----------------------Institution and Faculty Pages */
	.institute-logo {
		flex-direction:column;	
	}

}


/* phones */

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



	
/* ---------------------------  GLOBAL  ------------------------------------- */
	
	.fl-row-fixed-width {
		padding:0px 12px;
	}
		
/*-------------------- Core Architecture */
	.main-navigation ul.nav-menu {margin-top:80px;}
	
/*--------------------- Header */

/* site branding */ 
	.site-branding {padding-top:24px;}
	
	#site-header {
		margin:0px;
		width:90%;
		padding-left:20px;
	}

	.logo_space {display:block;}

/* navigation */

/* Search Components */
	.searches {margin-top:0}

	.search .fl-builder h1.entry-title {
		padding-left:0;
	}

	.search h1.page-title {
		padding-left:20px;
	}

/* ----------------------Footer */
	.footer-widgets .menu {
		position:static;
		transform:none;
		background:orange;
		height:auto;
	}
		
/* Fonts, headings, Div, Tables */

	.fl-builder h1.entry-title {
		padding-left:0px; /*previous 25px*/
		text-align:center;
	}
	
/* --------------Posts and Category pages */

	#comments, article {
		width:95%;
		margin:0px auto!important;
		float:none;
	}

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


	#content-display {
		width:100%;
		top:inherit;
		bottom:0px;
		height:350px;
		top:0px;
		left:0;	
		right:0;
	}

	.page-id-25 #content-display,/*about*/
	.page-id-27 #content-display,/*our why*/
	.page-id-33 #content-display /*resources*/ {
		left:0;
		right:0;
	}


	.leadin p {
		font-size:2rem;
		margin-right:0px;
	}

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


	.bx-viewport {
		min-height:58px;
	}


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



/*-----------------------Home Page */
	.featured_one .fl-col-group {flex-direction:column;}

	.featured_one .fl-col:first-child {margin-bottom:12px;}
	
	.home_banner .fl-row-content-wrap {
		right:12px;
	}	
	
	.home_banner .fl-row-content-wrap p {
		font-size:2rem;
		line-height:3rem;
	}
}

/* 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;
		width:66%;;
		height: calc(100vh);
	}
	
	
	
}

*/


