/*

Theme Name: PREEMPT Study 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:#Fff;
		margin-bottom:14px;
		font-weight:500;
		font-family: "Open Sans", sans-serif;
	}

	h1 {font-size:4rem;}

	h2 {
		font-size:3.6rem;
		line-height: normal;
	}

	.negative_right h2 {
		font-size:3rem;
	}

	h3 {font-size:2.8rem;}

	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;
		font-size:4rem;
		font-weight:500;
	}


	p {
	 	font-family: "Open Sans", sans-serif;
		font-weight: 500;
		font-size:2rem;
		color:#fff;
		
	}

	ul, ol {
		margin:0 0 1.5em 3em;
		font-family: "Open Sans", sans-serif;
		color:#fff;
		font-size:2rem;
	}

	.site-content a:link,
	.site-content a:visited {
		color:#A2BAFB;
		font-family: "Open Sans", sans-serif;
	}

	.site-content .main-navigation a:link,
	.site-content .main-navigation a:visited {
		color:#fff;
	}

	.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 {
		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: #ffffff; /* Your desired color */
	
	}

.test {
	display:none;
}
/*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: "Open Sans", 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: "Open Sans", sans-serif;
	}

	table td:first-child {
		border-left:1px solid #ccc;
	}

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

	main.site-content {
		height: auto;
		position:relative;
		background-color:transparent;
	}


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


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

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


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

	.menu {
		max-width:1115px;
	}




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

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


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

/*adjustments for beaver builder layouts */

	.fl-builder .centercol {
		padding:0px;
	}

	.fl-row-content-wrap {
		padding:20px 40px;
	}
	
	.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-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 {
		position:absolute;
        top:30px;
        left:100px; 
        z-index:3002;
		padding-left:32px;
		flex:5;
		padding-top:0px;
	}

	#site-header img {
		width:600px;
	}

	.image-shifter {
		overflow: hidden;
		height:400px;
		background:transparent url("images/ban_back.png") no-repeat top left;
		position:relative;
		min-height:480px;
	}

	.page-id-19 .image-shifter {
		background:transparent url("images/ban_back_blue.png") no-repeat top left;
	}


	.page-id-54 .image-shifter {
		background:transparent url("images/ban_back_gray_darkerv2.png") no-repeat top left;
	}

	.page-id-251 .image-shifter {
		background:transparent url("images/ban_back_cream.png") no-repeat top left;
	}



	.home .image-shifter {
		min-height:580px;
	}

	.image-shifter img {
		width:55%;
		float:right;
		position: relative;
		z-index:1000;
	}



/* navigation */

	 .main-navigation {
		float:none;
		background: #06489e;
background: linear-gradient(273deg, rgba(6, 72, 158, 1) 0%, rgba(22, 117, 161, 0.9) 24%, rgba(0, 212, 255, 0) 80%);
		position:relative;
		 z-index:1002;
		 margin-top:0px;
		 text-transform:capitalize;
		 padding-right:32px;
	}

	.home .main-navigation {
		display:none;
	}

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

	.main-navigation li a {
		background-color:transparent;
		color:#fff;
		font-size:2rem;
		font-weight:600;
		padding:20px 20px;
		text-decoration:none!important;
	}

	.site-content .main-navigation li a:visited {
		color:#fff;
	}

	.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;
		text-decoration: none;
	}

	.main-navigation .current_page_item > a:link {
		color:inherit;
	}

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

	.menu {
		max-width:100%;
		margin-right:32px;
	}

	.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: 24px;
		border:none; 
		box-shadow:none;
		text-shadow:none; 
		background:#243f7b; 
		font-size:3rem; 
		cursor: pointer; 
		padding:0px 2px 4px; 
		margin:0px;
		width:30px;
	}

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

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

	#nav-toggle span, 
	#nav-toggle span:before, 
	#nav-toggle span:after {
		cursor:pointer; 
		border-radius:1px; 
		height:4px; 
		width:25px;
		background:#fff;
		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 */

	#block-7 img {
		width:400px;
	}

	.site-footer {
		border-top:1px solid #6d7eb0;
		background-color:transparent;
		clear:both;
		margin-top:0px;
		padding-top:0px;
		min-height:300px;
	}

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

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

	#block-9 {
		position:absolute;
		top:50px;
		right:20px;
		width:450px;
	}

/*	#block-9::before {
		content:"";
		background:transparent url("images/facebook.svg") center center no-repeat;
		width:60px;
		height:60px;
		margin-top:-30px;
		float:right;
		padding:0px;
	}*/

	.footer-widgets .widget {
		width:100%;
		text-align:left;
		float:none;
		padding-top:24px;
	}

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

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

	.author {
		display:none;
	}

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

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



	.search-results .entry-header,
	.search-results .entry-summary {
		margin-top:0px;
		padding-top:0px;
	}

	.search-results .entry-summary {
		padding-left:62px;
	}


.search-results section {
	margin-bottom:80px;
}

	.error-404, .single-post, .search-results #primary main {
		margin-top:200px;
		margin-bottom:100px;
	}


	.fl-accordion-button-icon {
		color:#fff;
	}


/* corner CTA Chatbot */

	.floating-cta {
		display: flex;
		display:none;
		position: fixed;
		right: 20px;
		bottom: 20px;
		z-index: 9999;
		align-items: center;
		gap: 10px;
		padding: 12px 24px;
		border-radius: 999px;
		background: #fff;
		box-shadow: 0 10px 25px rgba(0,0,0,.18);
		text-decoration: none;
	}

	button.preempt-widget-button {
		align-items: center;
			gap: 10px;
			padding: 12px 24px;
			border-radius: 999px;
			background: #fff;
			box-shadow: 0 10px 25px rgba(0,0,0,.18);
			text-decoration: none;
	}

	.floating-cta__icon {
		background:#fff url("images/chatbot.png") no-repeat center right;
		width: 64px;
		height: 54px;
		border-radius: 10%;
		background-size: 60px 48px;
	}

	.preempt-widget-button-icon {
		width:50px;
		height:auto;
	}

	.floating-cta__text,
	.preempt-widget-button-label {
		font-size: 2rem;
		font-weight:600;
		white-space: nowrap;
		 font-family: "Open Sans", sans-serif;
	}

	.entry-footer {
		display:none;
	}

	.white_round {
		background-color:white;
		padding:100px 82px 70px 78px;
		border-radius:20px;
		color:black;
	}

	.white_round p, .white_round h2 {
		color:black;
	}

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

	.fl-builder .entry-header {
		background-color:transparent;
		margin-top:15px;
	}

.search-results .entry-header {
	margin-top:0px;
}

	.fl-accordion .fl-accordion-item {
		padding:0px 32px 15px 20px;
		border:1px solid #fff;
		border-top-right-radius:20px;
		border-bottom-right-radius:20px;
	}

	.site-content a.fl-accordion-button-icon:link {
		text-decoration:none;
		color:#fff;
	}
	.fl-accordion-item:hover {
		background-color:#3061a0;
	}

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


	.fl-accordion-small .fl-accordion-button {
		padding:30px 15px 12px;
	}
/*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 {
		display:none;
		bottom:0px;
	}

	#content-display {
		display:none;
		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;
	}

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

	.home_banner h1 {
		font-weight:600;
	}

.home_banner h2 {
	font-size:3rem;
	line-height:normal;
	font-weight:500;
}

 .gradient-border {display:none;
    /* Adjust the width and height as needed */
    width: 100%;
    height: 0px;
	margin:0px auto;

    /* Centering the content */

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

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

    /* Creating a gradient for the border */
    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: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);;
	}

/*-------------------Participants--------------------------*/

	.survey_image .fl-photo-content {
		border-radius:20px;
		overflow: hidden;
	}




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

	.narrow_row .fl-row-content-wrap {
		padding:20px 180px;
	}

	.fl-builder-content a.fl-button, 
	.fl-builder-content a.fl-button:visited {
		background-color:#7dc3ff;
		text-decoration: none;
		border-radius:20px;
		border:1px solid #fff;
		box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	}

	.fl-builder-content a.fl-button *, 
	.fl-builder-content a.fl-button:visited * {
		color:#063258;
		font-weight:500;
		
	}

	.fl-builder-content .hp_big_button a.fl-button,
	.fl-builder-content .hp_big_button a.fl-button:visited{
		font-size:2.4rem;
		font-weight:600;
		padding:18px 30px;
	}

	.fl-row, 
	.fl-builder .entry-header,
	.search-results .entry-summary {
		border-left:1px solid #687eb4;
		border-right:1px solid #687eb4;
	}

	.nav_button {
		margin-left:-102px!important;
	}

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

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

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

	}

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



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

	/*.special_column .fl-rich-text {
		border:1px solid #369;
		border-radius:20px;
		padding:20px;
		display:flex;
	}

	.special_column .fl-rich-text::before {
		content:"text";
		color:white;

	}*/

	.count img {
		width:140px;
		margin-bottom:20px;
	}

	.count_group .fl-col-group {
		width:60%;
		margin:0px auto;
	}

	.watch h3 {
		font-size:3rem;
	}

	.watch h3 a:link,
	.watch h3 a:visited {
		text-decoration:none;
		color:white;
	}

	.watch h3 a:first-child {
		display:none;
	}

	#stat_one {
		background-image:url("images/stat_leadingcause.svg");
		background-repeat:no-repeat;
		background-position: center center;
	}

	#stat_two {
		background-image:url("images/stat_one_five.svg");
		background-repeat:no-repeat;
		background-position: center center;
	}

	#stat_three {
		background-image:url("images/stat_qualify.svg");
		background-repeat:no-repeat;
		background-position: center center;
	}


	.jump_buttons .fl-col-content {
		display:flex;
		flex-direction:row;
		flex-wrap: wrap;
	}

/*.jump_buttons .fl-module {
	width:25%
}*/

	.feature_text {
		font-size:2.2rem;
	}

	.statistics h2 {
		font-size:5.8rem;
		font-weight:800;
	}

	.col_get .statistics p {
		font-size:2.2rem;
	}

	.hp_firstrow  .negative_top {
		margin-top:-53px;
		z-index:10000;
		position:relative;
	}

	.fl-builder-edit .hp_firstrow .negative_top {
		margin-top:40px;
	}

	.negative_right {
		margin-right:-80px;
		margin-top:-53px;
	}

	.negative_right p {
		font-size:1.8rem;
	}

	.special_tile.fl-rich-text  ul li::before {
		content: 'A';
		position: absolute;
		left: 30px;
		top: 50%;
    	transform: translateY(-50%);
		background-color:transparent;
		width:auto;
		height:auto;
		font-size:2.2rem;
		font-weight:600;
	}

	.special_tile.fl-rich-text  ul li:nth-child(2)::before {
		content: 'B';
	}

	.special_tile.fl-rich-text  ul li:last-child::before {
		content: 'C';
	}


	.special_tile ul {
		list-style:none;
		color:white;
	}

	.special_tile ul li {
		border:1px solid #6a80b5;
		border-radius:12px;
		padding:20px;
		padding-left:90px;
		font-size:1.5rem;
		line-height:normal;
		background:transparent url("images/back_line.png") repeat-y top left;
		background-position-x: 70px;
		
	}

	.special_tile ul li strong {
		font-size:2rem;
	}

	.who_text {
		padding:30px;
	}

	.qualify_block img {
		width:70px;
	}

	.who_photo img {
		border-top-right-radius:20px;
		border-bottom-right-radius:20px;
	}

	.col_get p {
		font-size:2rem;
		padding-bottom:32px;
	}

	.hp_feature2 .fl-col:last-child .fl-rich-text {
		padding: 30px 70px 30px 40px;
		color:#30508c;
	}

	.hp_feature2 p {
		color:#30508c;
	}

	.hp_feature2 .fl-row-content-wrap {
		border-top-left-radius:20px;
		border-bottom-left-radius:20px;
		overflow: hidden;
	}

	.hp_feature2 img {
		
	}


	#home_feature_one .fl-row-content-wrap {
		padding:10px 80px 40px 80px;
	}

	#home_feature_one .fl-col-group:last-child {
		display:flex;
		flex-wrap:wrap;
        
	}

	#home_feature_one .fl-col-group:last-child .fl-col {	
      flex: 0 0 calc(34.5% - 30px);
      box-sizing: border-box;
      margin-right:15px;
	margin-bottom:20px;
      border:1px solid #ccc;
		padding:10px;
	}

/*	.flex_bottom {
		display:flex;
	}*/

	.silent_killer {
		margin-top:-50px;
	}

	.silent_killer .fl-col-group {
		display:flex;
		align-items:flex-end;
	}

	.white_feature .fl-row-content-wrap {
		background-color:white;
	}

	.white_feature h2,
	.white_feature h3,
	.white_feature h4,
	.white_feature p {
		color:black;
	}

	.white_feature p {
		font-size:2.2rem;
	}
	
	.white_feature h2 {
		font-size:3.4rem;
	}

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

	.hp_feature2 .fl-col:last-child .fl-rich-text p:first-child {
		font-size:2rem;
		font-weight:600;
	}

	.white_feature .fl-row-content-wrap {
		border-top-right-radius:20px;
		border-bottom-right-radius:20px;
	}

	.fl-builder-edit .hp_firstrow {
		margin-top:0px;
	}

/*	.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:140px;
		left:90px;
		width:50%;
		padding:20px;
		display:flex;
		justify-content: flex-end;
		z-index:1001;
	}

	.home_banner .fl-row-content {
		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;
	}
	
	
	
/*-------------Study Team and Locations --------*/
    .ol-info-window-plain p {
		margin-bottom: 0;
		color: #000000;
	}
	
/*-------------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: 1600px){
	
	#site-header {
		left:40px;
	}
	
	.home_banner .fl-row-content-wrap {
		left:40px;
		padding:10px;
	}
	
	.image-shifter img {
		width:50%;
	}

	.nav_button {
		margin-left:0px!important;
	}

	.page-id-25 #content-display,/*about*/
	.page-id-27 #content-display,/*our why*/
	.page-id-33 #content-display {
		left:4%;
	}
	
	.negative_right {
		margin-right:-40px;
	}
	
/*	#block-7 img {
		width:300px;
	}*/
	
	p,ul,ol {
		font-size:1.8rem;
	}
	
	.home_banner .fl-row-content-wrap {
		width:50%;
	}
	
	.home .image-shifter {
		min-height:530px;
		
	}
	
	.hp_firstrow .negative_top {
		margin-top:-50px; 
	}

}

@media screen and (max-width: 1500px){
	
	
	.home .image-shifter {
		min-height:480px;	
	}
	
	.hp_firstrow .negative_top {
		margin-top:-40px;
	}
	
	.home .image-shifter {
		height:514px;
	}
	
	.image-shifter img {
      width:46.5%;
	}
	
	
	#site-header {
      padding-left:30px;
    
	}
	
	.home_banner .fl-row-content-wrap {
		top:120px;
		width:45%;
	}
	
	.home_banner h2  {
		font-size:2.8rem;
	}
	
	.fl-builder .entry-header {
		margin-top:6px;
	}
	
	.negative_right h2  {
		font-size:2.6rem;
	}
	
	
	.home_banner h3,
	.watch h3 {
		font-size:2.4rem;
	}
	
	#site-header img {
		width:43%;
	}
		
	.negative_right {
		margin-top:-75px;
	}
	
	.white_round {
		padding:80px 50px 60px 60px;
	}
	
	.hp_firstrow .negative_top {
		margin-top:-85px;
	}
	
	.home_banner .fl-row-content-wrap h1 {
		font-size:3.4rem;
	}
	
	.home_banner .fl-row-content-wrap p,
    #content-display p {
        font-size:2.4rem;
        line-height:3.2rem;
        font-style:italic;
    }
	
		.fl-builder-content .hp_big_button a.fl-button, .fl-builder-content .hp_big_button a.fl-button:visited {
		font-size:2.2rem;
	}
	
	.video_play img {
		width:94%;
	}

}


@media screen and (max-width: 1400px){
	
	.image-shifter img {
      width:49%;
	}
	
	.floating-cta {
		3px 20px 3px 12px;
	}
	
	.floating-cta__text {
		font-size:2rem;
	}
	
	.floating-cta__icon {
		width:54px;
		background-size:50px 38px;
	}
	

	
	.home_banner .fl-row-content-wrap,
	#site-header {
		left:20px;
	}
	
	.home_banner .fl-row-content-wrap {
		top:114px;
	}
	
	#site-header img {
			width:40%;
		}
		
		.home_banner h2  {
			font-size:2.6rem;
		}
	
		.negative_right h2  {
			font-size:2.4rem;
		}
	
	
		.home_banner h3,
		.watch h3 {
			font-size:2.2rem;
		}
}
	
	
@media screen and (max-width: 1336px){
	
	.image-shifter {
		height:400px;
		min-height:350px;
	}
	
	.home .image-shifter {
		min-height:470px;
	}
	
	
	h1, h1.entry-title {
		font-size:3.6rem;
	}
	
	h2 {
		font-size:3rem;
	}
	
	h3 {
		font-size:2.6rem;
	}
	
	h4 {
		font-size:2.2rem;
	}
	
	h5 {
		font-size:2rem;
	}
		
		.negative_right {
			margin-top:-110px;
		}
		
		.home_banner .fl-row-content-wrap { width:50%;}

}
		

@media screen and (max-width: 1218px){
	
	
	
	.narrow_row .fl-row-content-wrap {
		padding:20px 100px;
	}
	
	.negative_right {
		margin-top:-120px;
	}
	
	.image-shifter img {
		width:59%;
	}

	.home .image-shifter img {
		width:51%;
	}

	
	.main-navigation ul {
		margin-left:42px;
	}

	.home_banner .fl-row-content-wrap {
		width:560px;
		top:100px;
	}

	

	
	.white_round {
		padding:60px 40px;
	}
	
	.white_round h2 {
		font-size:2.4rem;
	}
	
	.fl-builder-content .hp_big_button a.fl-button, .fl-builder-content .hp_big_button a.fl-button:visited {
		font-size:2rem;
	}
	
	.hp_firstrow .negative_top {
		margin-top:-100px;
	}
	
	p,ul,ol {
		font-size:1.7rem;
	}
	
	.watch {
		margin:0px;
	}
	
	.fl-module-rich-text.protect_block {
		margin-bottom:0px;
	}
	

	
}

@media screen and (max-width: 1130px){
	
	.image-shifter {
			height:380px;
	}

	.negative_right {
		margin-top:-140px;
	}
	
	.feature_text h2 {
		margin-top:20px;
	}
	
	.silent_killer {
		margin-top:20px;
	}
	
	.silent_killer .fl-col-group {
		align-items:flex-start;
	}
	
}
		
@media screen and (max-width: 1050px){

	.negative_right {
		margin-top:-170px;
	}
	
	.home_banner h2 {
		font-size:2.4rem;
	}
	
	.home_banner .fl-row-content-wrap {
		top:88px;
	}
	
	.narrow_row .fl-row-content-wrap {
		padding:20px 60px;
	}
	
	#home_feature_one .fl-col-group:last-child {
		display:inline;
	}
	
	#home_feature_one .fl-col-group:last-child .fl-col {
		width:100%;
	}
	

	
	
}

@media screen and (max-width: 900px) {
	
	h1 {
		font-size:3.6rem;
	}
	
	h2,.white_feature h2 {
		font-size:2.8rem;
	}
	
	.image-shifter {
		height:320px;
	}
	
	
	.home .image-shifter {
		min-height:310px;
		height:310px;
	}
	
	.hp_firstrow .negative_top {
		margin-top:0px;
	}
	
	.hp_firstrow .fl-col:first-child .fl-col-content {
		flex-direction: row;
	}
	
	.hp_firstrow .col_get .fl-col-content {
		flex-direction:column!important;
	}
	
	.fl-builder-content .hp_big_button a.fl-button, 
	.fl-builder-content .hp_big_button a.fl-button:visited {
		font-size:1.5rem;
		font-weight:800!important;
		padding:5px 10px;
		border-radius:6px;
	}
	
	.hp_firstrow .fl-row-content-wrap {
		padding-top:20px;
	}
	
	.but_teams {
		margin:0px 30px;
	}
	

	
	.intro_col_left, 
	.intro_col_right {
		float:none;
		width:100%;
	}
	
	.white_round {
		padding:30px 40px 40px 40px;
	}
	
	.negative_right {
		margin-top:20px;
	}
	
	.video_play {
		display:none;
	}
	
	.watch .alignleft {
		margin-right:12px;
	}
	
	.watch h3 {
		font-size:1.8rem;
		margin-bottom:0px;
	}
	
	.watch h3 a:first-child {
		display:block;
	}
	
	.watch p {
		font-size:1.5rem;
	}
	
	.statistics h2 {
		font-size:3.8rem;
	}
	
	.col_get .statistics p {
		font-size:2rem;
	}
	
	.fl-node-bwu0ks5r7g1n {
		width:100%;
	}
	

	
	
	.home_banner .fl-row-content {
		padding:0px;
	}
	
	.home_banner h2, .home_banner h3 {
		font-size:1.9rem;
	}
	
	.home .image-shifter img {
		width:60%;
	}
	
	.home_banner .fl-row-content-wrap {
		width:450px;
	}
	
	
}

/* betweener */

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

}

/* tablets */
	
@media screen and (max-width: 800px) {
	
	.main-navigation ul {
		margin-left:42px;
	}
	
	.col_get .fl-col-group .fl-col {
		float:none;
		width:100%;
	}
	
	#site-header {
		flex:4;
		margin-top:8px;
		padding-left:13px;
		width:300px;
		top:10px;
	}
	
	#site-header img {
		width:100%;
	}
	
	.home_banner .fl-row-content-wrap {
		top:68px;
		left:12px;
	}
	
/* ---------------------------  GLOBAL  ------------------------------------- */


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

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

	.fl-module-content {
		margin-left:0px;
		margin-right:0px;
	}
	
	.fl-row-fixed-width {
		padding:0px 25px;
	}
	
	.fl-builder #primary {
		margin-top:12px;
	}
	
/*--------------------- 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-widgets .widget, .loginout {
		padding-top:32px;
	}
		
/* Fonts, headings, Div, Tables */

	
	h1,h2,h3,h4,h5,h6 {
		margin-bottom:14px;
	}
	
	h1 {font-size:3rem;}
	
	h2,.white_feature h2 {font-size:2.6rem;}
	
	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;
	}
	
	.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:#a0b4ff !important;
	}
	
	.menu-toggle {
		position:absolute;
		top:15px;
		right:20px;
		z-index:2200;
		
	}
	
	.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:#3F1646;
		height:100vh;
		z-index:2000;
		transition: all 0.8s ease;
	}
	
	.toggled .menu {
		transform: translateX(0);
		display:block;
	}
	
	.main-navigation ul.nav-menu {
		width:100%;
		margin-top:0px;
		padding-top:90px;
	}
	
	
	
	
/* --------------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{
		 min-height:220px;
		height:280px;
	}
	
	.image-shifter::before {
		left:20%;
		background-size:280px;
	}

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

	.fl-testimonial {
		width:300px;
	}

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



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

	
	.silent_killer .fl-col-group {
		align-items:flex-start;
	}
	
	#home_feature_one .fl-col-group:last-child .fl-col {
		flex:0 0 calc(100% - 10px);
	}

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


}
@media screen and (max-width: 768px){
	
	.fl-col-small:not(.fl-col-small-full-width) {
		max-width:100%;
	}
	
	.profiles .fl-col-group:nth-child(2) {
		display:flex;		
	}
	
	.profiles .fl-col-group:nth-child(2) .fl-col {
		width:33%;
	}
	
	.profiles .fl-col-group:nth-child(2) .fl-col .fl-module {
		margin:0px 10px;
	}
	
	.profiles img {
		width:100%;
	}
	
}


@media screen and (max-width: 1023px){
	
	.white_feature p {
		font-size:1.9rem;
	}
	
	.hp_feature2 .fl-col:last-child .fl-rich-text {
		padding:20px;
	}
	
	.join_study .fl-col {
		float:none;
		width:100%;
	}	
	
	.join_study .fl-col:first-child img {
		width:50%;
		margin:0px auto;
	}
	
	#block-9 {
		position:static;
	}
	
	.footer-widgets .widget {
		padding-top:0px;
	}
	
	
}
	
@media screen and (max-width: 768px){

	.fl-builder h1.entry-title {padding-left:50px;}
	
	.image-shifter {
		height:180px;
	}
	
	.home_banner .fl-row-content-wrap {
			width:80%;
	}
	
	.fl-accordion-small .fl-accordion-button {
		padding:20px 0px;
	}
	
	.jump_buttons a:link,
	.jump_buttons a:visited {
		font-size:1.8rem;
	}
	
	.participants_icons img {
		width:50%;
	}
	
	.participants_icons li li {
		margin-top:20px;
	}
}


/* phones */

@media screen and (max-width: 650px){
	
	.jump_buttons .fl-module {
		margin:4px 0px;
		width:100%;
	}
	
	.jump_buttons .fl-module > a {
		display:block;
	}
	
	#home_feature_one .fl-row-content-wrap {
		padding:10px;
	}
	
    .fl-builder #primary {
		margin-top:8px;
	}
	
	.footer-widgets .widget, .loginout {
		width:100%;
		float:left;
		margin-bottom:0px;
	}
	
	.who_text {
		padding: 20px 0px;
	}
	
	.hp_firstrow .fl-col:first-child .fl-col-content {
		flex-direction:column;
		margin:10px;
	}
	
	.but_teams {
		margin-bottom:20px;
	}
	
	.negative_right {
		margin:0px!important;
		padding:24px;
		
	}
	
	.white_round h2 {
		font-size:2.2rem;
	}
	
	.fl-builder-content .hp_big_button a.fl-button, 
	.fl-builder-content .hp_big_button a.fl-button:visited {
		font-size:1.8rem;
	}
	
	.watch h3 {
		font-size:2rem;
	}
	
	.watch p {
		font-size:1.8rem;
	}
	
	.watch .alignleft {
		float:none;
	}
	
	.home_banner .fl-row-content-wrap {
		top:72px;
		left:0px;
		width:90%;
	}
	
	#site-header {
		top:0px;
		padding-left:0px;
	}
	
	.home #site-header {
		z-index:3000;
	}
	
	.image-shifter::before {
		content:"test";
		position:absolute;
		top:0px;
		left:0px;
		width:100%;
		height:300px;
		background-color:red;
	}
	
	.home .image-shifter {
		min-height:280px;
		height:280px;
	}
	
	.home .image-shifter img, .image-shifter img {
		  width: 140% !important;
    max-width: none !important;
    /* Optional: Centers the image if it overflows the container */
    position: relative;
    left: 50%;
    transform: translateX(-30%);
	}

	.home_banner .fl-module {
		width:85%;
		margin-right:0px;
		margin-top:20px;
		margin-left:20px;
	}
	
	 #content-display {
		left:0px;
		display:block;
		width:100%;
		z-index:1001;
		background: #084887;
background: linear-gradient(90deg, rgba(8, 72, 135, 1) 1%, rgba(9, 9, 121, 0.59) 63%, rgba(0, 212, 255, 0) 99%);
	}
	
	.home_banner h2, .home_banner h3 {
		font-size:1.8rem;
	}
	
	#block-9 {
		width:100%;
	}
	
	.floating-cta {
		padding:4px 22px 4px 10px;
	}
	
	.floating-cta__icon {
		background-size:40px 32px;
	}
	
	.floating-cta__text {
		font-size:1.8rem;
	}
	

	
}

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

	h1, h1.entry-title {
		font-size:3.2rem;
	}
	
	h2, .white_feature h2 {
		font-size:2.6rem;
	}
	
	h3 {
		font-size:2.2rem;
	}
	
	h4 {
		font-size:2rem;
	}
	
	h5 {
		font-size:2rem;
		font-weight:800;
	}
	
	
	.fl-module.fl-rich-text p:last-child {
		margin-bottom:20px;
	}
	
/* ---------------------------  GLOBAL  ------------------------------------- */
	
	.fl-row-fixed-width {
		padding:0px 26px;
	}
	
	.fl-row-fixed-width .fl-row-content {
		padding:0px;
	}
	
	.fl-module {
		margin:0px;
		margin-left:0px;
		margin-right:0px;
	}
	

	
	.fl-module.hp_big_button {
		margin:10px 0px;
	} 
	
	img {
		margin:20px 0px;
	}
	
	.image-shifter img {
		margin:0px;
	}
		
/*-------------------- Core Architecture */
	.main-navigation ul.nav-menu {margin-top:0px;}
	
		#site-header img {
		position:relative;
		z-index:2000;
		width:90%;
	}
	
/*--------------------- Header */

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

	.logo_space {display:block;}

/* navigation */

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

/* ----------------------Footer */
	
	.footer-widgets .widget {
		padding:0px;
	}
	.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 */
	
	.home .image-shifter {
		height:320px;
	}
	
	
	.silent_killer .fl-col-group {
		display:inline;
	}
	
	.special_tile {
		margin:30px 0px;
	}
	
	.special_tile ul {
		margin-left:0px;
	}
	
	.featured_one .fl-col-group {
		flex-direction:column;
	}
	
	.hp_feature2 .fl-col:last-child .fl-rich-text{
		padding:20px 24px 30px 30px;
		margin-top:0px;
	}
	
	.feature_text h2 {
		margin-top:0px;
	}
	
	.special_tile ul li strong {
		font-size:1.8rem;
	}

	.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;
	}
	
	.fl-row.left_feature {
		padding-right:10px;
	}
	
	.fl-row.left_feature .fl-module,
	.fl-row.left_feature .fl-col,
	.feature_text  {
		padding:0px;
		margin:20px 24px 30px 24px;
	}
	
	.white_round {
		padding:40px 40px 50px 40px;
	}
	
	.white_feature.faq .fl-row-content-wrap {
		padding:40px 40px 50px 40px;
	}
	
	.image-shifter {
		min-height 250px;
		height:250px;
	}
	
	    .home_banner .fl-row-content-wrap {
			width:95%;
	}
}


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

	.home_banner h2, .home_banner h3 {
		font-size:1.7rem;
	}
	
	.home .image-shifter {
		height:290px;
	}
	
	.home_banner .fl-row-content-wrap {
		top:66px;
	}

}

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

*/


