/*

Theme Name: UNICORN DCC 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 */


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

	h1 {font-size:3.6rem;}

	h2 {
		font-size:2.7rem;
		color:#4f6b43;
		text-transform:uppercase;
		font-weight:600;
	}


	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 {
		margin-top:15px;
		text-transform:uppercase;
		font-size:4rem;
		font-weight:500;
	}


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


	ul, ol {
		margin:0 0 1.5em 3em;
		 font-family: "Poppins", sans-serif;
		font-size:1.8rem;
	}

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

	main {
		height: auto;
		position:relative;
	}


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

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

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

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


	#primary,
	#site-header,
	.site-footer,
	.entry-content,
	.search-area,
	.menu,
	.fl-row, 
	.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;
	}

	.entry-content {
		position:relative;
	}


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

	.fl-builder 
	.entry-header {
		display:block;
		max-width:1182px;
		position:relative;
		
	}

	.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-module-content {
		margin-left:40px;
		margin-right:40px;
	}

	.fl-builder h1.entry-title {
		width:100%;
		margin:0px auto;
		padding-left:0px;
		padding-top:80px;
		color:white;
		
	} 

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

/*	.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;
		background: #6A7D2B;
background: linear-gradient(270deg, rgba(106, 125, 43, 1) 0%, rgba(255, 255, 255, 1) 100%);;
	}

	#site-header {
		padding-left:32px;
		flex:5;
		padding-top:12px;
		padding-bottom:10px;
		max-width:500px;
	}

	.image-shifter {
		position:absolute;
		overflow: hidden;
		height:800px;
		background-color:#1f3c5d;
		width:100%;
		background:transparent url("images/back_hp.png") no-repeat top left;
		background-size:100%;
	}

	.image-shifter img {
		width:90%;
		float:right;
	}

	.page-id-17 .image-shifter {
		background: transparent url("images/back_about.png") no-repeat top left;
		background-size:100%;
	}

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

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



/* navigation */

	 .main-navigation {
		 flex:8;
		 display:flex;
		 justify-content: flex-end;
		 align-items:center;
		float:none;
		background-color:transparent;
		 margin-right:20px;
	}

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

	.main-navigation li a {
		background-color:transparent;
		color:#fff;
		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;
	}


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

	.main-navigation ul ul {
		background-color:rgba(116,114,114,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:#393939;
		min-height:200px;
		clear:both;
		margin-top:0px;
		padding-top:0px;
	}


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


	/*.menu-item-30 .sub-menu li:last-child a {
		padding-right:0px;
	}*/

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

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

	.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,
	.widget_nav_menu li a:visited {
		color:#fff!important;
		padding-right:20px;
		text-decoration:none;

	}

	.widget_nav_menu ul ul li a:link,
	.widget_nav_menu ul ul li a:visited {
		font-weight:300;
		font-size:1.6rem!important;
	}

	.widget img {
		width:500px;
	}

	.menu-item-30 {
		position: relative;
	}

	.widget_nav_menu .menu-item-30 > a:link,
	.widget_nav_menu .menu-item-30 > a:visited {
		background:transparent url("images/downarrow.svg") no-repeat top right;
		background-size:12px;
		background-position:top 10px right 20px;
		padding-right:40px;
	}

	.site-footer .menu-item-30 .sub-menu {
		position:absolute;
		top:30px;
		right:0px;
		width:300px;
		text-align:right;
		display:flex;
		justify-content: flex-end;
		flex-direction:column;
	}

	.site-footer .menu-item-30 .sub-menu a:link,
	.site-footer.menu-item-30 .sub-menu a:visited {
		font-size:1.6rem;
	}


	.site-disclaimer {
		color:#c7c7c7;
	}

	#supplementary {
		position: relative;
		margin-top:20px;
	}

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

	.clear {
		clear:both;
	}

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

	.unhide {
		display:block;
	}

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

	.featured_block {
		background-color:blue;
	}

	.title_wide h2 {
		margin-left:-200px;
	}

	.no_bullets ul {
		list-style: none;
		margin-left:0px;
	}

	.no_bullets ul li {
		padding-left:0px;
	}

	.no_bullets .fl-rich-text ul li::before {
		display:none;
	}

	.p_lead p {
		font-size:2.1rem;
		line-height:3rem;
		font-weight:500;
		position:relative;
	}

	.p_lead p::before {
		content:"";
		position:absolute;
		top:0px;
		left:-120px;
		width:100px;
		height:100px;
		background:transparent url("images/icon_hp.svg") top left no-repeat;
		background-size:90px;

	}

	#about_page .p_lead p::before {
		background:transparent url("images/icon_aboutv2.svg") top left no-repeat;
		background-size:80px;

	}


	@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-builder-content {
		background-color:white;
	}

	.fl-col-group {
		max-width:980px;
		margin:0px auto;
	}

	.fl-row, 
	.fl-builder .entry-footer {
		border:1px solid #ccc;
	}

	.fl-row:first-child {
		position:relative;
		margin-top:80px;
	}

	.home .fl-row:first-child {
		position:relative;
		margin-top:250px;
	}

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

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

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

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

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

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

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

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

	.home .home_banner {
		display:block;
	}

	.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:3.2rem;
        line-height:4.6rem;
        font-weight:400;
    }
	
	
	.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 {
		background-color:#5888ba;
		color:white;
		font-style:normal;
		font-size:2.2rem;
		line-height:2.6rem;
		text-decoration: none;
		text-align: right;
		border:1px solid white;
		padding:5px 15px;
		
	}

	.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 {
	 display:none;
    /* Adjust the width and height as needed */
    width: 100%;
    height: 0px;
	margin:0px auto;

    /* Centering the content */
    display: flex;
    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);;
	}




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

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

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

	.bx-controls {
		display:none;
	}

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

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

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



/* image shifter set image right on pages*/



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



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

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

	.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:20px;
		left:0px;
		width:70%;
		padding:20px;
	}

	.home_banner .fl-row-content {
		
	
	}

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

	.row_mission {
		background: #9DC3BE;
background: linear-gradient(167deg, rgba(157, 195, 190, 0.82) 0%, rgba(244, 246, 237, 1) 17%, rgba(244, 246, 237, 1) 71%, rgba(200, 211, 208, 1) 91%);
	}

	.focus_bullets ul {
		margin-left:0px;
		list-style: none;
		margin-bottom:80px;
	}

	.focus_bullets ul li {
		padding-left:0px;
		margin-bottom:42px;
	}

	.focus_bullets ul ul li {
		padding-left:50px;
	}

	.focus_bullets ul li::before {

		content:"";
		width:100px;
		height:100px;
		background-color:red;
		position:absolute;
		top:0px;
		left:-155px;
	}

	.focus_bullets ul li:first-child::before {
		background:transparent url("images/icn_landscape.svg") no-repeat center center;
	}

	.focus_bullets ul li:nth-child(2)::before {
		background:transparent url("images/icn_data.svg") no-repeat center center;
	}

	.focus_bullets ul li:nth-child(3)::before {
		background:transparent url("images/icn_prodev.svg") no-repeat center center;
	}

	.focus_bullets ul li:last-child::before {
		background:transparent url("images/icn_advocacy.svg") no-repeat center center;
	}


	.focus_bullets ul ul li::before {display:none; }

	.fl-builder-content .focus_bullets strong {
		display:block;
		font-weight:600;
		margin-bottom:12px;
		font-size:2.2rem;
	}

	.row_focus {
		background:#fdfdfb url("images/boxes.gif") top right repeat-y;
		
	}

/*-----------------About -----------------*/

	.members {
		background:#fff url("images/back_dots.png") top right repeat-y;
	}

	.list_institutions ul {
		list-style: none;
		margin:0px;
	}

	.list_institutions ul li {
		padding: 20px 20px 20px 90px;
		background:#ccc url("images/institution_back.gif") repeat-y top left;
		font-weight:600;
		min-height:88px;
		position:relative;
	}

	.list_institutions ul li::before {
		display:none;
		content:"";
		position: absolute;
		top:16px;
		left:18px;
		width:64px;
		height:56px;
		background-color:red;
	}

	.list_institutions li:first-child {
			background-color:#abc9a4;
			width:90%;
			
		}

	.list_institutions ul li:first-child::before {
		background:transparent url("images/inst_dcri.png") no-repeat center center;
	}

	.list_institutions li:nth-child(2) {
		background-color:#bbcba4;
		width:80%;
		
	}

	.list_institutions ul li:nth-child(2)::before {
		background:transparent url("images/inst_gwu.png") no-repeat center center;
	}


	.list_institutions li:nth-child(3) {
			background-color:#dae0bc;
			width:95%;
		padding-top:30px;
		}

.list_institutions ul li:nth-child(3)::before {
		background:transparent url("images/inst_datac.png") no-repeat center center;
	}

	.list_institutions li:nth-child(4) {
			background-color:#abc9a4;
			width:100%;
		padding-top:30px;
		}

.list_institutions ul li:nth-child(4)::before {
		background:transparent url("images/inst_nw.png") no-repeat center center;
	}

	.list_institutions li:nth-child(5) {
			background-color:#bbcba4;
			width:105%;
		padding-top:30px;
		}

.list_institutions ul li:nth-child(5)::before {
		background:transparent url("images/inst_bama.png") no-repeat center center;
	}

	.list_institutions li:nth-child(6) {
			background-color:#dae0bc;
			width:90%;
		}

.list_institutions ul li:nth-child(6)::before {
		background:transparent url("images/inst_iowa.png") no-repeat center center;
	}


	.list_institutions li:nth-child(7) {
			background-color:#abc9a4;
			width:95%;
		}

.list_institutions ul li:nth-child(7)::before {
		background:transparent url("images/inst_mich.png") no-repeat center center;
	}

	.list_institutions li:nth-child(8) {
			background-color:#bbcba4;
			width:85%;
		}

.list_institutions ul li:nth-child(8)::before {
		background:transparent url("images/inst_unc.png") no-repeat center center;
	}


	.list_institutions li:nth-child(9) {
			background-color:#dae0bc;
			width:98%;
		padding-top:30px;
		}

.list_institutions ul li:nth-child(9)::before {
		background:transparent url("images/inst_penn.png") no-repeat center center;
	}

	.list_institutions li:nth-child(10) {
			background-color:#abc9a4;
			width:90%;
		padding-top:30px;
		}

.list_institutions ul li:nth-child(10)::before {
		background:transparent url("images/inst_pitt.png") no-repeat center center;
	}

	.list_institutions li:nth-child(11) {
		background-color:#bbcba4;
		width:80%;
	}

.list_institutions ul li:nth-child(11)::before {
		background:transparent url("images/inst_tex.png") no-repeat center center;
	}


	.list_institutions li:nth-child(12) {
			background-color:#dae0bc;
			width:95%;
		padding-top:30px;
		}

.list_institutions ul li:nth-child(12)::before {
		background:transparent url("images/inst_utah.png") no-repeat center center;
	}

	.list_institutions li:nth-child(13) {
			background-color:#abc9a4;
			width:85%;
		}

.list_institutions ul li:nth-child(13)::before {
		background:transparent url("images/inst_uw.png") no-repeat center center;
	}

	.list_institutions li:nth-child(14) {
			background-color:#bbcba4;
			width:75%;
		}

.list_institutions ul li:nth-child(14)::before {
		background:transparent url("images/inst_mad.png") no-repeat center center;
	}

	.list_institutions li:nth-child(15) {
			background-color:#dae0bc;
			width:90%;
		}

.list_institutions ul li:nth-child(15)::before {
		background:transparent url("images/inst_vandy.png") no-repeat center center;
	}

	.list_institutions li:nth-child(16) {
			background-color:#abc9a4;
			width:90%;
		padding-top:30px;
		}

.list_institutions ul li:nth-child(16)::before {
		background:transparent url("images/inst_wake.png") no-repeat center center;
	}

	.list_institutions li:nth-child(17) {
			background-color:#abc9a4;
			width:85%;
		}


	.list_institutions li:nth-child(18) {
			background-color:#dae0bc;
			width:95%;
		padding-top:30px;
		}



	.list_institutions li:last-child {
			background-color:#bbcba4;
			width:85%;
		padding-top:30px;
		}


.list_institutions ul li:last-child::before {
		background:transparent url("images/inst_cornell.png") no-repeat center center;
	}

	.row_meetings {
		background-color:#f4f7ed;
	}

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

	.error404 #primary {
		padding: 20px;
	}

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

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

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

}

@media screen and (max-width: 1330px){
	.page-id-25 #content-display,/*about*/
	.page-id-27 #content-display,/*our why*/
	.page-id-33 #content-display {
		left:4%;
	}
	
}

@media screen and (max-width: 1218px){
	
	.image-shifter img {
		width:100%;
	}
	
	.main-navigation ul {
		margin-left:0px;
	}
	
	#site-header {
		padding-left:18px;
	}
	
	.entry-header {
		margin-left:65px;
	}
	
	.home .p_lead p::before,
	#about_page .p_lead p::before,
	#meetings .p_lead p::before {
		display:none;

	}
	
}

@media screen and (max-width: 1023px){
	.title_wide h2 {
		margin-left:0px;
	}
	
	.fl-node-fe3mcrhj196d {
		width:100%;
	}
	
    .list_institutions li:nth-child(3),
	.list_institutions li:nth-child(5),
	.list_institutions li:nth-child(9),
	.list_institutions li:nth-child(10),
	.list_institutions li:nth-child(16),
	.list_institutions li:last-child {
        
        padding-top:20px;
    }
}



/* betweener */

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

	
	
}

/* tablets */
	
@media screen and (max-width: 800px) {
	
	#site-header {
		flex:4;
		margin-top:8px;
		padding-left:13px;
	}
	
	.main-navigation ul ul {
		background-color:transparent;
	}
	
	.main-navigation ul ul,
	.main-navigation ul ul a {
		width:100%;
	}
	
	
	.main-navigation ul a{
		padding:20px 30px;
	}
	
	.main-navigation ul ul a {
		padding:10px 10px 10px 50px;
	}
	
/* ---------------------------  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 */
	
	#site-header {
		padding:0px;
		padding-left:10px;
		padding-top:0px;
	}
	
	.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: none;
		padding: 0 30px;
		width: auto;
		text-align:left;
	}
	
	.footer-widgets .widget:last-child {
		text-align:right;
	}
	
	.footer-widgets a:link,
	.footer-widgets a:visited {
		text-decoration:none;
		color:white;
	}
	
	.loginout {
		display:none;
	}
	

		
/* Fonts, headings, Div, Tables */

	
	h1,h2,h3,h4,h5,h6 {
		margin-bottom:14px;
	}
	
	h1 {font-size:2.4rem;}
	
	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-weight:500;
		padding-left:0px;
		padding-top:80px;
	}

	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:#ffffff !important;
	}
	
	.menu-toggle {
		position:absolute;
		top:5px;
		right:20px;
		z-index:22;
		
	}
	
	.toggled button#nav-toggle {
		background-color:transparent;
	}
	
	
	.toggled #nav-toggle span:before, 
	.toggled #nav-toggle span:after
	{
		background:white;
	}
	
	.menu {
		display:none;
		position:absolute;
		top:0px;
		right:0px;
		transform: translateX(100%);
		width:300px;
		background-color:#444444;
		height:100vh;
		z-index:20;
		transition: all 0.8s ease;
	}
	
	
	.footer-widgets {
		height:auto;
		display:inline;
	}
	
	.site-footer .footer-widgets .menu {
		height:auto;
		
	}
	
	.site-footer .widget_nav_menu {
		margin-bottom:80px;
	}
	
	.toggled .menu {
		transform: translateX(0);
		display:block;
	}
	
	.main-navigation ul.nav-menu {
		width:100%;
		margin-top:60px;
		padding-top:32px;
	}
	
	
	
	
/* --------------Posts and Category pages */



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

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

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

	.fl-testimonial {
		width:300px;
	}

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



/*-----------------------Home Page */
	
/*	.list_institutions ul li {
		margin-left:80px;
	}
	*/
	.focus_bullets .fl-rich-text {
		margin-left:100px;
		margin-right:20px;
	}
	
	
	.focus_bullets ul li::before {
		top:-10px;
		left:-115px;
		width:80px;
	}
	

	.home_banner .fl-row-content {
		padding:20px;
		padding-bottom:10px;
		min-height:200px;
		height:auto;
		
	}
	
	
	.home .fl-row:first-child {
		margin-top:200px;
	}
	
	.home_banner .fl-row-content-wrap {
		width:90%;
		top:0px;
		left:30px;
	}
	
	
	.home_banner .fl-row-content-wrap p, #content-display p {
		font-size:2.8rem;
		line-height:4rem;
	}
	
	.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 {
		font-size:2rem;
	}
/*meetings*/
	
	.fl-node-ckamhge0ljs4.fl-col-small:not(.fl-col-small-full-width){
		max-width:100%;
		margin:0px 20px;
	}
	
	.fl-node-ckamhge0ljs4 h2 {
		text-align:left!important;
	}

}
	
@media screen and (max-width: 768px){
	.entry-header {
		padding-left:50px;
		margin-left:0px;
	}
	.fl-builder h1.entry-title {padding-left:0px;}
}


/* phones */

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


	.entry-header {
		padding-left:20px;
	}
	
/* ---------------------------  GLOBAL  ------------------------------------- */
	
	.fl-row-fixed-width {
		padding:0px 12px;
	}
	
	.image-shifter img,
	.home .image-shifter img {
		width:100%;
	}
	
	.home .entry-content {
		margin-top:-12px;
	}
	.p_lead p {
		font-size:2rem;
		line-height:3rem;
	}
	
	.home_banner .fl-row-content-wrap {
		width:100%;
		padding-top:0px;
		left:0px;
	}
	
	.home_banner .fl-row-content {
		padding:20px;
background: #2b4f4f;
background: linear-gradient(180deg, rgba(43, 79, 79, 0.82) 32%, rgba(244, 246, 237, 0.12) 100%);
	}
	
	.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 {
		font-size:1.8rem;
	}
	
		
/*-------------------- Core Architecture */
	
	
	.main-navigation ul.nav-menu {
		margin-top:68px;
	}
	
	button#nav-toggle {
	margin-right:0px;}
	
/*--------------------- Header */

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

	.logo_space {display:block;}

/* navigation */

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

/* ----------------------Footer */
	
	.footer-widgets {
		display:inline;
	}
	
	.footer-widgets .widget {
		padding:0px;
	}
	
	.footer-widgets .menu {
		display:inline;
		position:static;
		transform:none;
		background:orange;
		height:auto;
	}
	
	.site-footer li a {
		font-size:1.6rem;
	}
	
	.site-disclaimer {
		margin-top:32px;
	}
	
	.site-footer .menu-item-30 .sub-menu {
		position: relative;
		display:inline;
		float:right;
		top:0px;
	}
		
/* 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    --------------------------------*/
	
	.fl-row:first-child {
		margin-top:0px;
	}
	
	.fl-builder h1.entry-title {
		padding-left:0px;
		padding-top:30px;
		padding-bottom:40px;
		font-size:2.8rem;
	}

	/* 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 */
	
	.focus_bullets ul li::before {
		left:0px;
		top:-110px;
	}
	
	.focus_bullets strong {
		margin-top:132px;
	}
	
	.focus_bullets .fl-rich-text {
		margin-left:0px;
	}
	
	
	.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:2.4rem;
		line-height:3.8rem;
	}
	
	.row_focus .fl-col-group .fl-col:last-child {
		margin-top:-30px;
	}
	
	/*-------------about us ------------------*/
	
	.list_institutions li:nth-child(4),
	.list_institutions li:nth-child(12) {
		padding-top:20px;
	}
	
	.row_mission .fl-row-content-wrap {
		padding-top:20px;
	}
	
	.list_institutions li {
		width:100%!important;
	}
	
	.list_institutions ul li {
		background-image:none;
		padding-left:30px;
		padding-right:15px;
	}
	
	.list_institutions ul li::before {
		background-image:none!important;
	}
	
	.members {
		background-position: top right -200px;
	}
}

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

*/


