/*

Theme Name: IPF Pro Theme
Description: a child theme based off of our DCRI parent theme
Author: Peter Anderson
Version: 1.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 */

	

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

	h1 {
		font-size:4.8rem;
		font-weight:300;
	}

	h1 strong {
		font-weight:700;
	}

	h2 {
		font-size:3rem;
		color:#012169;
	}

	h3 {font-size:2.3rem;}

	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 {
		display:none;
		margin-top:15px;
		text-transform:uppercase;
		font-size:3.2rem;
		font-weight:500;
		font-family: "Poppins", sans-serif;
	}


	p, div, span, table td {
	 	font-family: "Poppins", sans-serif;
		font-weight: 500;
		font-size:1.8rem;
		
	}

	ul, ol {
		margin:0 0 1.5em 3em;
		font-family: "Poppins", 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: #713282; /* Your desired color */
	
	}

/*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: "Poppins", 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: "Poppins", 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:#5b779d;
	}

	main {
		height: auto;
		position:relative;
	}

	header {
		background-color:white;
	}


	#primary {
		background-color:#fff;
		padding:0px;
		position:relative;
		z-index:1;
	}

	body::before {
		display:none;
		content:'';
		position: absolute;
		top:250px;
		right:0px;
		background:transparent url("images/test.png") no-repeat top right;
		width:27%;
		height:324px;
		z-index:-20;
	}

	body.home::before {
		background-size:1300px;
		height:520px;
		
	}


	#primary::before {
		content:'';
		width:200px;
		height:200px;
		position:absolute;
		top:0px;
		left:-200px;
		z-index:0;
		background:transparent url("images/cornerv2.png") no-repeat top right;
	}

	#primary::after {
		content:'';
		width:200px;
		height:200px;
		position:absolute;
		top:0px;
		right:-155px;
		z-index:0;
		background:transparent url("images/cornerv3.png") no-repeat top right;
	}

	.home #primary::after {
		top:0px;
		right:-200px;
	}

	.page-id-43 #primary::after {
		background:transparent url("images/banright_ipfv2.png") no-repeat top right;
	}

	.page-id-45 #primary::after {
		background:transparent url("images/banright_registry.png") no-repeat top right;
	}

	.page-id-47 #primary::after {
		background:transparent url("images/banright_research.png") no-repeat top right;
	}
	.page-id-49 #primary::after {
		background:transparent url("images/banright_teamsv2.png") no-repeat top right;
	}


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


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


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

	.menu {
		max-width:1115px;
	}

	.site-content {
		background-color:transparent;
	}

	.entry-footer {
		display:none;
	}


/* 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:60px;
		padding-top:40px;
	} 

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



	.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 {
		height:250px;
		display:flex;
		align-items: flex-end;
	}

	.sub-title-logo {
		flex:8;
		font-size:4.8rem;
		font-weight:100;
		margin-bottom:40px;
		color:#002d74;
	}

	.sub-title-logo strong {
		font-weight:700;
	}

	#site-header {
		padding-left:32px;
		flex:5;
		max-width:750px;
		padding:20px 32px;
	}

	#site-header img {
		width:700px;
		max-width:700px;
	}

	.image-shifter {
		overflow: hidden;
		margin-top:0px;
		margin-left:-100px;
		margin-right:0px;
		z-index:5;
		height:auto;
		background-color:transparent;
		position:relative;
	}

	.home .image-shifter {
		margin-right:-160px;
	}

	.image-shifter img {
		width:100%;
		max-width:none;
		display:block;
	}

/* navigation */

	 .main-navigation {
		 display:flex;
		 justify-content: flex-end;
		float:none;
		background-color:transparent;
		 position:absolute;
		 top:12px;
		 right:32px;
		 width:50%;
	}


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

	.main-navigation li a {
		background-color:transparent;
		color:#000;
		font-size:1.9rem;
	}

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


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

/*animate code*/

		.main-navigation .current_page_item,
	.main-navigation .current-menu-item {
	  position: relative;
	}

	/* The animated border line */
	.main-navigation .current_page_item::after,
	.main-navigation .current-menu-item::after {
	  content: '';
	  position: absolute;
	  bottom: 0;
	  left: 0;
	  width: 0%;
	  height: 2px;
	  background-color: #82bfd8;
	  transition: width 1.0s ease;
	}

	/* Trigger animation when current or hovered */
	.main-navigation .current_page_item:hover::after,
	.main-navigation .current-menu-item:hover::after,
	.main-navigation .current_page_item::after,
	.main-navigation .current-menu-item::after {
	  width: 100%;
	}

/*animate code*/

	.main-navigation .current_page_item > a:hover::after,
	.main-navigation .current-menu-item > a:hover::after,
	.main-navigation .current_page_item > a::after,
	.main-navigation .current-menu-item > a::after {
	  width: 100%;
	}

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

	.nav-menu {
		display:flex;
		justify-content: flex-start;
	}

	.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:none;
		justify-content: flex-end;
		flex:3;	
		margin-top:65px;
	}

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


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

	.site-footer {
		background-color:#202a4e;
		border-top:6px solid #829faf;
		clear:both;
		padding-top:0px;
	}

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

	.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:#c7c7c7;
	}

	#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%;
	}

	.logo_block {
		
		display:flex;
	}

	#footer_text {
		flex: 8;
	}


	#footer_text p {
		width:50%;
		color:white;
		margin-top:50px;
	}

	#footer_logo {
		flex:6;
	}

	#footer_logo img {
		width:40%;
		margin-left:70px;
		margin-top:38px;
	}

	
/* --------------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;
	}

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

	.author {
		display:none;
	}

	.single .byline {
		display:none!important;
	}

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

	.clear {
		clear:both;
	}

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

	.unhide {
		display:block;
	}


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

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

	.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-row, 
	.fl-builder .entry-footer {
		background-color:white;
	}

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

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

/*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: none;
        justify-content: center;
        align-items: center;
	}

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

	#content-display {
		display:none;
		position:absolute;
		top:-50px;
		right:-200px;
		width:580px;
		height:580px;
		background:transparent url("images/rosette.png") no-repeat top left;
		background-size:520px;
		padding:12px;
		z-index:100;
	}

	.home #content-display {
		width:780px;
		background-size:750px;
		right:-280px;
	}

/*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: 0 auto;
          margin-top:-10px;
        justify-content: center;
        align-items: center;

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

        /* Gradient starts with #1d4584 on the right, fades to white on the left */
        border-image: linear-gradient(to right, white 20%, #1d4584 100%) 0.8 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:rgb(137,60,151);
		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);;
	}

	.fl-row.right_flush {
		padding-right:0px;
	}

	.right_flush .fl-row-content-wrap {
		padding-right:0px;
	}

	.right_flush .col_right_flush .fl-col-group .fl-col:last-child {
		width:39%;
	}

	.home .right_flush .col_right_flush .fl-col-group .fl-col:last-child {
		width:23%;
	}

	.right_flush h2,
	.right_flush h3
	 {
		margin-right:32px;
	}




/* -----------------------  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;
	}

.fl-row {
	padding-left:40px;
	padding-right:32px;
}

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

	.more_info {
		background:transparent url("images/more_info_hp.png") no-repeat bottom left;
		min-height:500px;
		
	}

	.more_info.ipf_ild {
		background:transparent url("images/ild.png") no-repeat bottom left;
		min-height:500px;
		
	}

	.more_info.registry {
		background:transparent url("images/more_info_registry.png") no-repeat bottom left;
		min-height:500px;
		
	}

	.more_info.research {
		background:transparent url("images/research.png") no-repeat bottom left;
		min-height:500px;
		
	}

	.more_info.team {
		background:transparent url("images/team.png") no-repeat bottom left;
		min-height:500px;
		background-position: bottom left 30px;
	}

	.more_info p
	 {
		font-size:2.6rem;
		font-weight:400;
	}

	.tagline_one p {
		font-size:2.2rem;
	}

	.more_info strong,
	.more_info a:link,
	.more_info a:visited {
		font-weight:700;
	}

	.current_locations .fl-row-content-wrap {
		position: inherit;
	}

	.current_locations .fl-col-content > .fl-col-group {
		
		background: rgb(255,255,255);
background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(219,219,219,1) 100%);
background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(219,219,219,1) 100%);
background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(219,219,219,1) 100%);
		background-color:red;
	}

	.current_locations .c_enrolling .fl-col:first-child {
		display:flex;
		align-items: center;
		background: transparent url("images/us_mapv2.svg") no-repeat center right;
		min-height:250px;
		background-size:280px;
		
	}

	.current_locations .c_enrolling .fl-col:last-child {
		min-height:250px;
		background:#376680 url("images/pins.svg") no-repeat center left;
		display:flex;
		align-items: center;
		justify-content: center;
		color:white;
		position:relative;
		font-weight:300;
		font-size:2rem;
		text-transform: uppercase;
	}

	.current_locations .c_enrolling .fl-col:last-child::before {
		content:"";
		width:35px;
		height:250px;
		background-color:#90b9d8;
		position: absolute;
		top:0px;
		right:-35px;border-top-right-radius: 10px;
	  border-bottom-right-radius: 10px;
		
	}


	.current_locations .c_enrolling .fl-col:last-child a:link,
	.current_locations .c_enrolling .fl-col:last-child a:visited,
	.current_locations .c_enrolling .fl-col:last-child a strong {
		color:white;
		font-size:2.4rem;
		font-weight:600;
		text-decoration:none;
	}

	.current_locations .c_enrolling .fl-col:last-child a:hover{
		border-bottom:1px solid #fff;
	}

	.current_locations .c_enrolling p:first-child {
		border-bottom:1px solid #fff;
	}

	.current_locations .c_enrolling p:last-child {
		text-transform:none;
	}

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

	.ipf_locations {
	  position: absolute;
	  top: 200px;
	  right: 0;
	  width: 100%;
	  height: auto;
	  background: #aecdda;
	  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.3);
	  z-index: 10;
	  overflow-y: auto;
	  padding: 0px;
	  transform: translateX(100%);
	  transition: transform 0.3s ease-in-out;
	  display: none;
	}

	.ipf_locations.open {
	  transform: translateX(0);
	}

	.close_drawer {
	float:right;
	  display: inline-block;
	  margin-bottom: 10px;
	  background: #ccc;
	  border: none;
	  padding: 5px 10px;
	  cursor: pointer;
	}

	.enrolling {
		padding-left:80px;
		padding-right:270px;
	}

	.highlights img {
		width:160px;
	}


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

/*-------------About IPF and ILD--------*/

	.link_boxes a:link,
	.link_boxes a:visited {
		display:block;
		padding:32px;
		background: #CEE2ED;
background: linear-gradient(90deg, rgba(206, 226, 237, 1) 50%, rgba(108, 190, 235, 1) 100%);
		border-radius: 10px 0 0 10px;
	}

/*------------About the Registry---------*/


	.ipf_tabs .fl-tabs-labels {
		background-color:#185362;
		display:flex;
	}

	.ipf_tabs ul {
		color:white;
	}

	.ipf_tabs .fl-tabs-horizontal .fl-tabs-label {
		float:none;
		flex:1;
		padding:20px 80px 30px 30px;
		margin-bottom:-12px;
		background-color:#427f92;
		border-bottom:12px solid #d9cd82;
	}

	.ipf_tabs .fl-tabs-horizontal .fl-tabs-label.fl-tab-active {
		margin-bottom:0px;
	}

	.ipf_tabs .fl-tabs-horizontal .fl-tabs-labels a.fl-tabs-label:link,
	.ipf_tabs .fl-tabs-horizontal .fl-tabs-labels a.fl-tabs-label:visited {
		color:white;
		text-decoration:none;
	}

	.ipf_tabs .fl-tabs-horizontal .fl-tabs-labels a {
		margin-right:10px;
	}

	.ipf_tabs .fl-tabs-horizontal .fl-tabs-labels a:last-child {
		margin-right:0px;
	}

	.ipf_tabs .fl-tabs-panel-content {
		padding:40px;
		background-color:#427f92;
	}

	.ipf_tabs .fl-tabs-panel-content p,
	.ipf_tabs .fl-tabs-panel-content h2,
	.ipf_tabs .fl-tabs-panel-content h3 {
		color:white;
	}
	
	/*red line*/

	

	.cohort_one,
	.cohort_two,
	.ipf_tabs {
		position:relative;
		border-left:3px solid #7a1111;
	}

	.cohort_one::before {
		content:'';
		width:50px;
		height:50px;
		position: absolute;
		top:0px;
		left:-14px;
		background:transparent url("images/top_dot.svg") no-repeat top left;
	}

	.cohort_one::after {
		content:'';
		width:62px;
		height:50px;
		position: absolute;
		top:100px;
		left:-14px;
		background:transparent url("images/red_dot_line.svg") no-repeat top left;
	}

	.cohort_two h3::before {
		content:'';
		width:80px;
		height:30px;
		position: absolute;
		top:43px;
		left:-54px;
		background:transparent url("images/red_dot_line2.svg") no-repeat top left;
	}

	.cohort_two.last_cohort::before {
		content:'';
		width:25px;
		height:30px;
		position: absolute;
		bottom:-10px;
		left:-14px;
		background:transparent url("images/red_dot.svg") no-repeat top left;
	}

	.cohort_one .fl-row-content-wrap {
		background-color:#185362;
	}

	.cohort_one p,
	.cohort_one h2,
	.cohort_one h3 {
		color:white;
	}

	.cohort_two p,
	.cohort_two h2,
	.cohort_two h3 {
		color:#185362;
	}

	.about_registry .fl-tabs-vertical {
		display:flex;
	}

	.about_registry .fl-tabs-vertical .fl-tabs-panels,
	.about_registry .fl-tabs-vertical .fl-tabs-labels {
		float:none;
	}

	.about_registry .fl-tabs-vertical .fl-tabs-panels {
		width:70%;
		max-height: 600px;      /* or whatever max you want */
  		overflow-y: scroll;       /* enables vertical scroll if needed */
  		overflow-x: hidden;     /* hide horizontal scroll just in case */
 		display: block;
		border:1px solid #426091;
	}

	.about_registry .fl-tabs-vertical .fl-tabs-panels::-webkit-scrollbar {
	  width: 14px;
	  background: #778599; /* background track */
	}

	.about_registry .fl-tabs-vertical .fl-tabs-panels::-webkit-scrollbar-thumb {
	  background: linear-gradient(145deg, #ffffff, #a0a0a0); /* gives that bevel shine */
	  border-radius: 6px;
	  box-shadow: inset 1px 1px 2px rgba(255, 255, 255, 0.7),
				  inset -1px -1px 2px rgba(150, 150, 150, 0.5); /* highlight and shadow */
	}

	.about_registry .fl-tabs-vertical .fl-tabs-panels::-webkit-scrollbar-track {
	  box-shadow: inset 1px 1px 3px rgba(0,0,0,0.1);
	}

	.about_registry .fl-tabs-vertical .fl-tabs-labels {
		width:35%;
	}

	.about_registry .fl-tabs-panel-content {
		padding:50px 80px 20px 130px;
		position:relative;
	}

	.about_registry .fl-tabs-panel-content::before {
		content:'';
		width:60px;
		height:100%;
		min-height:600px;
		background-color:#678db1;
		position: absolute;
		top:0px;
		left:0px;
		border:1px solid #799bbc;
		border-top-left-radius:80px;
	}

	.about_registry .fl-tabs-panel-content::after {
		content:"";
		width:110px;
		height:110px;
		position: absolute;
		top:5px;
		right:20px;
		background:transparent url("images/icn_faq.svg") no-repeat center center;
	}

.about_registry .fl-tabs-panel-content p {
	position:relative;
	z-index:10;
}

	.about_registry .fl-tabs-panels {
		background: rgb(217,236,243);
background: linear-gradient(90deg, rgba(217,236,243,1) 0%, rgba(172,203,238,1) 100%);
		position:relative;
		z-index:100;
		border-top-left-radius:80px;
	}

	.about_registry .fl-tabs-vertical .fl-tabs-labels {
		margin-right:-60px;
	}

	.about_registry .fl-tabs-label {
		padding-right:800px;
		padding:10px 80px 20px 30px;
		margin-bottom:10px;
		position:relative;
	}

	.about_registry a.fl-tabs-label:link,
	.about_registry a.fl-tabs-label:visited {
		text-decoration: none;
		font-weight:300;
		
	}

	.about_registry .fl-tabs-labels .fl-tabs-label.fl-tab-active {
		background:#426091 url("images/back_tab.gif") repeat-x bottom left;
		border-left:4px solid #516c9a;
		color:white;
	}



	.about_registry a.fl-tabs-label:hover {
		text-decoration: underline;
		background-color:#678db1;
		color:white;
	}


	.about_registry .fl-tabs-panels p,
	.about_registry .fl-tabs-panels h2,
	.about_registry .fl-tabs-panels h3 {
		color:#2f3c4d;
	}

	.about_registry .fl-tabs-panels p {
		font-weight:400;
	}

	.about_registry .fl-tabs-panels strong {
		font-weight:600;
	}


/*--------Research-------------------*/

	.icn_stats img {
		width:170px;
	}

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

	.icn_stats strong {
		color:#387B9F;
		font-size:3.8rem;
		margin-top:30px;
	}

	table th {
		padding-left:10px!important;
		padding-right:20px!important;
	}

	table td:first-child,
	table td:nth-child(2),
	table td:nth-child(4),
	table td:nth-child(5),
	table td:last-child {
		width:5%;
		padding-right:10px;
		padding-left:10px;
	}

	table td:nth-child(3) {
		width:70%;
	}


/*--------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;
	}

	.profiles p {
		font-size:1.6rem;
	}

	.profiles a:link,
	.profiles a:visited {
		font-size:1.8rem;
		
	}

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

	.error404 #primary {
		padding: 20px;
	}

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

/* maximum */

@media screen and (max-width: 1740px){
	#primary::after {
		display:none;
	}
	
	.home .image-shifter {
		margin-right:-100px;
	}
}

@media screen and (max-width: 1600px){
	
	#site-header img {
		width:550px;
	}
	
	.sub-title-logo {
		font-size:4rem;
	}
	
	.logo_space {
		height:200px;
	}
	
	body::before {
		top:155px;
	}
	
	.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: 1500px){ 

	.image-shifter,
	.home .image-shifter {
		margin-left:0px;
		margin-right:0px;
	}
	
	#site-header img {
		width:490px;
	}
	
	#site-header {
		flex:3;
	}
	
	.sub-title-logo {
		font-size:3.6rem;
	}
	
	.main-navigation li a {
		font-size:1.8rem;
	}
	
	.logo_space {
		height:190px;
	}

}
@media screen and (max-width: 1400px){
	
	.current_locations .c_enrolling .fl-col:last-child::before {
		display:none;
	}
}
	


@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){
	
	
	h1 {
		font-size:4rem;
	}
	
	h2 {
		font-size:2.8rem;
	}
	
	#site-header {
		padding-left:18px;
	}
	
	#site-header img {
		width:390px;
	}
	
	#site-header {
		flex:3;
	}
	
	.sub-title-logo {
		font-size:3rem;
	}
	
	.main-navigation {
		right:22px;
	}
	
	.main-navigation li a {
		padding:10px 10px;
	}
	
	.logo_space {
		height:160px;
	}

	
	#footer_text p {
		width:90%;
		margin-top:33px;
	}
	
	#footer_logo img,
	.site-disclaimer {
		margin-left:20px;
		margin-right:20px;
	}
	
	.fl-row-content-wrap {
		padding:20px 0px;
	}
	
	.image-shifter img {
		width:100%;
	}
	
	.enrolling p {
		font-size:1.8rem;
	}
	
	
	.more_info
	{
		background-size:500px!important;
	}
	
	.more_info p {
		font-size:2.4rem;
	}
	
	.more_info .fl-module-content {
		margin-right:40px;
		margin-left:60px;
		margin-top:150px;
	}
	
	.highlights img {
		width:143px;
	}
	
	.current_locations .c_enrolling .fl-col:last-child a:link, .current_locations .c_enrolling .fl-col:last-child a:visited, .current_locations .c_enrolling .fl-col:last-child a strong {
		font-size:2.2rem;
	}
	
	#footer_logo img {
		width:300px;
	}
	
}

@media screen and (max-width: 1023px) {
	
	h1 {
		font-size:3.6rem;
	}
	
	h2 {
		font-size:2.6rem;
	}
	
	.tagline_one p {
		font-size:2rem;
	}
	
	.menu-toggle {display:block;}
	
	.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:white;
	}
	
	.menu {
		display:none;
		position:absolute;
		top:0px;
		right:0px;
		transform: translateX(100%);
		width:300px;
		background-color:#152867;
		height:100vh;
		z-index:20;
		transition: all 0.8s ease;
	}
	
	.toggled .menu {
		transform: translateX(0);
		display:block;
	}
	
	.main-navigation {
		top:0px;
		right:0px;
		padding-top:50px;
		padding-left:50px;
		width:30%;
	}
	
	.main-navigation ul.nav-menu {
		width:100%;
		margin-top:0px;
		padding-top:100px;
		padding-left:40px;
	}
	
	.main-navigation li {
		float:none;
	}
	
	.main-navigation li a {
		color:white;
		font-size:2.2rem;
		padding-bottom:20px;
	}
	
	.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:#8cb7d1 !important;
	}
	
	.image-shifter {
		height:auto;
		margin-left:20px;
	}
	
	.more_info p {
		font-size:2.2rem;
	}
	
	.more_info
	{
		background-size:400px!important;
		min-height:350px!important;
	}
	
	.more_info .fl-module-content {
		margin-top:10px;
	}
	
	.enrolling {
		padding-left:10px;
		padding-top:10px;
	}
	
	.highlights .fl-module-content {
		margin-right:20px;
		margin-left:20px;
	}
	
	.tagline_one .fl-module-content {
		margin-left:20px;
		margin-right:20px;
	}

}


@media screen and (max-width: 900px) {
	
	.current_locations .c_enrolling .fl-col:first-child {
		background-size:250px;
	}
	
	.current_locations .c_enrolling .fl-col:last-child  {
		background-size:185px;
	}
	
	.logo_block {
		display:inline;
	}
	
	#footer_text {
		margin-left:32px;
		margin-bottom:40px;
	}
	
}


/* betweener */

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

}

/* tablets */

@media screen and (max-width: 800px) {
	
	#site-header img {
		width:290px;
	}
	
	.sub-title-logo {
		font-size:2.4rem;
	}
	
	.about_registry .fl-tabs-vertical .fl-tabs-panels {
		width:100%;
	}
	
	.about_registry .fl-tabs-panel-content {
		padding:30px;
	}
	
	.about_registry .fl-tabs-panel-content::before {
		display:none;
	}
	
	.about_registry .fl-tabs-panels {
		border-top-left-radius: 0px;
	}
	
	.ipf_tabs .fl-tabs-labels {
		display:none;
	}
	
	.ipf_tabs .fl-tabs-panel-label span{
		color:white;
		font-size:2.2rem;
	}
	
	.cohort_two h3::before,
	.cohort_one::before,
	.cohort_one::after,
	.cohort_two.last_cohort::before {
		display:none;
	}
	
	.cohort_one, .cohort_two, .ipf_tabs {
		border-left:3px solid transparent;
	}
	

}
	
@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 */
	
	.main-navigation {
		width:50%;
	}
	
	.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;
	}
		
/* Fonts, headings, Div, Tables */

	
/*	h1,h2,h3,h4,h5,h6 {
		margin-bottom:14px;
	}
	
	h1 {font-size:2.8rem;}
	
	h2 {font-size: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%;
	}
	
	.tablepress colgroup {
		display:none;
	}
	
	
	/*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;
	}
	
	

	
	
	
	
	
/* --------------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;
	}
	

	
	.image-shifter::before {
		left:20%;
		background-size:280px;
	}

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

	.fl-testimonial {
		width:300px;
	}
	
	.fl-col-small:not(.fl-col-small-full-width) {
		max-width:100%;
		
	}

/* --------------------------  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;
	}
	
	.highlights {
		max-width:620px;
	}
	
/*-----registry page---------*/
	
	.ipf_tabs .fl-row-fixed-width {
		padding:0px;
	}
	
	.ipf_tabs .fl-tabs-panel-label {
		display:flex;
		align-items: center;
	}
	
	.fl-row.right_flush {
		padding-left:5px;
	}
	
	.cohort_one {
		display:flex;
	}
	
	.cohort_one .fl-col:first-child {
		flex:4;
	}
	
	.cohort_one .fl-col-group .fl-col:first-child {
		flex:8;
	}
	.current_locations .c_enrolling .fl-col:last-child a:link, .current_locations .c_enrolling .fl-col:last-child a:visited, .current_locations .c_enrolling .fl-col:last-child a strong {
		font-size:2.6rem;
	}
	
	
	
}
	
@media screen and (max-width: 768px){

	.fl-builder h1.entry-title {padding-left:50px;}
	.link_boxes a:link, .link_boxes a:visited {
		border-radius:10px;
	}
	
	.more_info {
		background-position:bottom right!important;
		background-size:300px!important;
		min-height:260px!important;
	}
	
	.more_info p {
		font-weight:500;
		font-size:2rem;
		max-width:360px;
	}
	
	.more_info .fl-module-content {
		margin-left:0px;
	}
}

@media screen and (max-width: 640px){
	
	.main-navigation {
		width:100%;
	}
	
	.main-navigation.toggled .nav-menu {
		background-image:url("images/logo_w.svg");
		background-repeat: no-repeat;
		background-position: top 20px left 20px;
		background-size:180px;
	}
	
	.ipf_locations.open {
      top:1200px;
	  transform: translateX(0);
	}
	
	.ipf_tabs .fl-tabs-panel-content {
		padding:10px;
	}
	
	.cohort_two img {
		width:150px;
	}


	
}


/* phones */

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


	h1 {
		font-size:3.4rem;
	}
	
/* ---------------------------  GLOBAL  ------------------------------------- */
	
	.fl-row-fixed-width {
		padding:0px 12px;
	}
	
	
	
	.sub-title-logo {
		margin-left:30px;
	}
		
/*-------------------- Core Architecture */
	.main-navigation ul.nav-menu {margin-top:0px;}
	
/*--------------------- Header */

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

	.logo_space {display:block;}

/* navigation */

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

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

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

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

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

	/* resized images for page banners on mobile */

	.page-id-18 .image-shifter img,
	.page-id-25 .image-shifter img,/*about*/
	.page-id-27 .image-shifter img,/*our why*/
	.page-id-29 .image-shifter img,/*our work*/
	.page-id-31 .image-shifter img,/*news*/ 
	.page-id-33 .image-shifter img/*resources*/	{
		display:none;
	}

	.page-id-18 .image-shifter {
		background:url("images/banner_hp_imagev3.png") no-repeat;
		background-size: 100%;
	}

	.page-id-25 .image-shifter {
		background:url("images/about_imagev2.png") no-repeat;
		background-size: 100%;
	}

	.page-id-27 .image-shifter {
		background:url("images/ban_our_why_imagev2.png") no-repeat;
		background-size: 100%;
	}

	.page-id-29 .image-shifter {
		background:url("images/our_work_imagev2.png") no-repeat;
		background-size: 100%;
	}

	.page-id-31 .image-shifter {
		background:url("images/news_imagev3.png") no-repeat;
		background-size: 100%;
	}

	.page-id-33 .image-shifter {
		background:url("images/resources_imagev3.png") no-repeat;
		background-size: 100%;
	}

	#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;
	}
	
	.enrolling {
		padding: 10px 30px;
		text-align:center;
	}
	
	.current_locations .c_enrolling .fl-col:first-child {
		background-image:none;
	}
	
	.more_info {
		background-size:230px!important;
		min-height:320px!important;
	}
}

/* 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);
	}
	
	
	
}

*/


