/*

Theme Name: Nourish Study Theme
Description: A child theme created by the DCRI Web Team
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:400;
		font-family: 'Poppins', sans-serif;
	}

	h1, h1.entry-title {
		font-size:7rem;
		line-height:8.9rem;
		letter-spacing:-3px;
		font-weight:200;
		color:#63803a;
		margin-bottom:32px;
	}

	h2 {font-size:2.8rem;}

	h3 {font-size:2.4rem;}

	h4 {font-size:2rem;}

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

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

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

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

	ol {
	  list-style: none;
	  counter-reset: list-counter;
	}

	ol li {
	  counter-increment: list-counter;
	  position: relative; 
	  padding-left: 60px; /* Increase as needed to accommodate the larger number size */
	  margin-bottom:12px;
	}

	ol li::before {
	  content: counter(list-counter) ".";
	  position: absolute;
	  left: 0;
	  top: 40%; /* Align the center of the pseudo-element with the center of the list item */
	  transform: translateY(-50%); /* Shift upwards by half its height for perfect vertical centering */
	  font-size: 2.4rem; /* Larger font size for the numbers */
	  width: 40px; /* Adjust width and height to fit the larger font */
	  height: 40px;
	  text-align: center;
	  line-height: 40px; /* Should match the height for vertical centering */
	  background: lightgray;
	  border-radius: 50%;
	}



	p,
	div,
	table,
	td,
	ul,
	ol,
	span {
		font-family: 'Poppins', sans-serif;
		font-weight:400;
	}



	strong {
		font-weight:600;
	}

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

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

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

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

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

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

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

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

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




/* end default table design */

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

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

/* turn off global browser user agents*/

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

	body {
		background: #848a7b;
	}

	body.home {
		background:#C0E2A0 url("images/back_repeat.gif")  repeat-y top left;
		background-size:100%;
	}

	main {
		height: auto;
	}


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

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

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

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

	.search-area,
	.main-navigation,
	.site-branding,
	.dummy_sub,
	.fl-row,
	.entry-header, 
	.fl-builder header.site-header, 
	.fl-builder .entry-footer,
	.fl-row-fixed-width,
	.privacy {
		width:100%;
		max-width:1300px;
		margin:0px auto;
	}

	.fl-row.fl-row-full-width,
	.fl-builder .site-footer {
		max-width:100%;
	}


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

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

/*adjustments for beaver builder layouts */

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

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

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

	.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:flex;
		height:auto;
		background:#c9e1a2 url("images/header_image.png") no-repeat top left;
		background-size:85%;
		padding-top:0px;
	}

	.dummy_sub {
		position:relative;
		background:transparent url("images/dum_nav.png") no-repeat top right;
		background-color:red;
	}

	.dummy_sub::before {
		content:"";
		position:absolute;
		top:0px;
		left:0px;
		display:block;
		background: rgb(103,133,61);
background: linear-gradient(90deg, rgba(103,133,61,1) 0%, rgba(103,133,61,0) 100%);
		height:40px;
		width:100%;
	}

	#site-header {
		width:200px;
		padding-left:32px;
		flex:3;
		padding:10px 0px 10px 40px;
	}

/* navigation */

	.main-navigation {
		float:none;
		background-color:transparent;
		flex:8;
		padding-top:20px;
		padding-right:20px;
	}

	.menu {
		float:right;
	}

	.main-navigation li a {
		background-color:transparent;
		color:#000;
		font-size:2rem;
		text-transform: capitalize;
		padding:20px 20px 12px 20px;
	}


/* 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;
		color:black;
		background-image:url("images/carrot.svg");
		background-position:center left;
		background-repeat:no-repeat;
		background-size:13px;
		
	}

	.main-navigation .current_page_item > a:link {
		color:red!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:#475e24;
		position:absolute;
		display:block;
		content:''; 
		transition: all 200ms ease-in-out;
	}


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

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

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

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


/* Search Components */

	.searches {
		display:none;
	
	}

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

	.search-box-wrapper {
		margin-top:5px;
		display:none;
	}

	.search-box {
		border: solid #666; 
		border-radius:0 5px 5px 0;
	}

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

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

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

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

	.toggled .search-toggle {
		float: none; 
		position: static; 
		margin-top: 1px; 
		height: 49px; 
		display: inline-block;
	}

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

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

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

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

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

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

	.site-disclaimer {
		background-color:#c0e2a0;
	}
	
	.privacy {
		color:#628039;
		padding:20px;
	}

	.site-footer {
		background:transparent url("images/footer.svg") no-repeat top left;
		background-size:100%;
		clear:both;
		height:300px;
		margin-top:-240px;
	}

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

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

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

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

	.clear {
		clear:both;
	}

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

	.unhide {
		display:block;
	}

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

	.home_header {
		display:none;
	}

	.home .home_header {
		display:block;
		width:390px;
		margin-top:-50px;
	}

	.subhead_text p,
	.subhead_left p {
		font-size:2.2rem;
		line-height:3.3rem;
		color:#4a5e2a;
		font-weight:600;
	}

	.subhead_left p {
		font-weight:500;
		line-height:3.6rem;
	}

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

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

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

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

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

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

	.fl-accordion-button-icon {
		text-decoration:none;
	}

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

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

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

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

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

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



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

	.fl-row-content-wrap {
		padding-left:50px;
		padding-right:50px;
	}
	.home .fl-row-content-wrap {
		padding-left:20px;
		padding-right:20px;
	}

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



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



	.home_left a:link,
	.home_left a:visited {
		color:#8e562e;
		font-size:2.2rem;
		line-height:3.2rem;
		font-weight:600;
		padding-top:10px;
		padding-bottom:10px;
	}

	.home_left .fl-module-content {
		margin-left:26px;
	}

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

	.home .food_bowl {
		max-width:1400px;
		background:transparent url("images/home_plate.png") top right no-repeat;
		background-size:80%;
		margin:0px auto;
	}

	.home main {
		background:transparent url("images/home_bottom.gif") bottom left no-repeat;
	}

	.home .centercol {
		margin-bottom:50px;
	}

	.home .dummy_sub {
		display:none;
	}

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

	.home #site-header img {
		display:none;
	}

	.home_header img {
		filter:drop-shadow(10px 10px 20px #abbfb4);
	}

/*	.home #site-header {
		width:400px;
		height:400px;
		background:transparent url("images/home_logo.png") no-repeat top left;
		background-size:400px;
	}*/

	.home .statistics {
		height:600px;
	}

	.home .site-branding {
		border-bottom:0px solid transparent;
		position:absolute;
		top:0px;
		left:0px;
		background-image:none;
		background-color:transparent;
		z-index:2;
	}

	.home header {
		position:relative;
	}

	.home .site-content,
	.home div.centercol {
		background-color:transparent;
	}

	.home .site-branding {
		display:block;
	}

	.home_left {
		padding-top:355px;
	}

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

	.home .mission p {
		font-size:1.8rem;
		font-weight:600;
		line-height:3rem;
		padding-right:22px;
		color:#495c2a;
	}

	.cover_right {
		padding-top:220px;
		padding-left:30px;
		padding-right:300px;
	}

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

	.cover_right p {
		font-size:2rem;
		color:#495e2a;
	}

	.leadin p {
		font-size:2.8rem;
		line-height:4.2rem;
		font-weight:200;
		color:#000;
		padding-right:110px;
		margin-bottom:0px;
	}

	.fl-module-slideshow {
		background:transparent url("images/circle_back.png") no-repeat top left;
		background-size: 100%;
		
	}

/*-------------------about nourish*/

	.the_plate {
		margin-top:-100px;
	}

	.about_overview .fl-module-photo {
		margin-left:-80px;
	}

	.subhead_left img {
		display:none;
	}

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

	.error404 #primary {
		padding: 20px;
	}

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

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

}

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

	.home .leadin p {
		padding-right:120px;
		font-size:2.8rem;
		line-height:3.7rem;
	}
	
	.home .centercol {
		padding-bottom:0px;
		margin-bottom:0px;
	}
	
	.cover_right {
		padding-right:260px;
	}
	
	.home_left {
		padding-top:335px;
	}
	
	.home_slider {
		margin-top:-32px;
	}
	
	.home .home_header {
		width:360px;
	}
	
	.home .mission p {
		font-size:1.6rem;
		line-height:2.4rem;
	}
	
	.mission .fl-module-content {
		margin-right:0px;
	}
	
	.home .food_bowl {
		background:transparent url("images/home_plate_mob.png") top right no-repeat; 
		background-size:70%;
	}
	
	.fl-node-b276k4w1l3dy {
		width:30%;
	}
	
	.fl-node-5jt36g8yr04f {
		width:70%;
	}
}

@media screen and (max-width: 1218px){
	
	.cover_right {
		padding-right:100px;
	}
	
	h1, h1.entry-title {
		font-size:5rem;
		line-height:6.9rem;
	}
	
	.main-navigation li a {
		padding-right:13px;
		font-size:1.8rem;
	}
	
}

/* betweener */

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

}

/* tablets */
	
@media screen and (max-width: 800px) {
	
	.site-footer {
		position:relative;
		background-image:none;
		background-color:#b8de96;
		margin-top:0px;
		height:auto;
	}
	
	
/* ---------------------------  GLOBAL  ------------------------------------- */


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

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

	.fl-module-content {
		margin-left:0px;
		margin-right:0px;
	}
	
	.fl-row-fixed-width {
		padding:0px 15px;
	}
	
	.fl-slideshow-image {
		width:100%!important;
	}
	
	
	

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

/* site branding */ 
	
	.home .home_header {
		width:240px;
	}

	#site-header img {
		width:200px;
	}
/* navigation */
	
	.menu-toggle {
		display:block;
	}
	

/* Search Components */


/* ----------------------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;
	}
	
	h2 {font-size:2.4rem;}
	
	h3 {font-size:2rem;}
	
	h4 {font-size:1.7rem;}
	
	h5 {
		font-size:1.6rem;
		color:black;
		font-weight:700;
	}
	
	h6 {
		font-size:1.6rem;
		text-transform:uppercase;
		font-weight:700;
	}

	
	.fl-builder h1.entry-title {

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

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

/*table in mobile definition*/

	.mobile {display:block;}

	thead {
		visibility: hidden; 
		display:none;
	}

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

	table td.first {
		font-size:1.8rem;
		background-color:#72a5bf;
		color:#fff;
		width:99%;
	}
	
	/*animated drawer code right align */
	
	.main-navigation {
		position:absolute;
		top:80px;
		z-index:3;
	}
	
	.main-navigation li {
		border-top:0px solid transparent;
	}
	
	.main-navigation li a {
		padding: 9px 30px;
		color:white;
	}
	
	.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_item > a:hover, .main-navigation .current-menu-item > a:hover, .main-navigation li a {
		background-color:transparent;
	}
	
	
	.main-navigation .current_page_item > a, 
	.main-navigation .current_page_item > a:hover, 
	.main-navigation .current_page_item li:hover, 
	.main-navigation .current_page_parent .current_page_item > a {
		color:white !important;
	}
	
	.menu-toggle {
		position:absolute;
		top:5px;
		right:20px;
		z-index:22;
	}
	
	.main-navigation.toggled .nav-menu {
		border-top:0px solid transparent;
	}
	
	.toggled button#nav-toggle {
		background-color:transparent;
	}
	
	
	.toggled #nav-toggle span:before, 
	.toggled #nav-toggle span:after
	{
		background:white;
	}
	
	.menu-main-container {
		position:absolute;
		top:0px;
		right:0px;
		transform: translateX(100%);
		width:300px;
		background-color:#4f5447;
		height:20vh;
		z-index:20;
		transition: all 0.8s ease;
	}
	
	.menu {
		background-color:#4f5447;
		padding-bottom:32px;
	}
	
	.home .menu {
		background-color:white;
	}
	
	.toggled .menu-main-container {
		transform: translateX(0);
	}
	
	.main-navigation ul.nav-menu {
		width:100%;
		margin-top:50px;
		padding-left:20px;
	}
	
	
	.home_left a:link, .home_left a:visited {
		padding-top:0px;
		padding-bottom:0px;
	}
	
	
	
/* --------------Posts and Category pages */



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



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

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

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



/*-----------------------Home Page */
	
	.home_left ul.menu  {
		display:block!important;
	}
	
	.home .leadin {
		margin-right:100px;
	}

	.home_left .fl-menu-mobile-toggle {
		display:none;
	}
	
	.home_left .fl-module-content {
		margin-left:0px;
	}
	
	.home_left ul.menu a:link, 
	.home_left ul.menu a:visited {
		padding-left:0px;
		font-size:2rem;
		
	}
	
	.home .fl-col-group {
		display:flex;
	}
	
	.home .fl-col-small:not(.fl-col-small-full-width) {
		max-width:50%;
		margin:0px;
		flex:2.5;
	}
	
	.cover_right {
		flex:6;
		padding-right:0px;
	
	}
	
	.home .home_slider .fl-col-group {
		display:block;
	}
	
	.home .leadin p {
		padding-right:32px;
	}
	
	.home_left {
		padding-top:205px;
	}

/*--------------------about*/
	
	
	.about_overview {
		display:flex;
	}
	
	.about_overview .fl-module-photo {
		display:none;
	}
	
	.the_plate {
		margin-top:-30px;
	}
	
	.the_plate .fl-rich-text p:first-child {
		display:none;
	}
	
	.subhead_left img {
		display:block;
		margin-bottom:20px;
		margin-top:-30px;
		float:right;
		width:40%;
		margin-left:40px;
	}
	
	.subhead_text p {
		padding:20px 20px 20px 80px;
		border-top:2px solid green;
		border-bottom:2px solid green;
	}

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

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


/* phones */

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



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


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

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

/* site branding */ 
	.site-branding 
	{
		padding-top:0px;
		background-size:140%;
	}
	
	#site-header {
		margin:0px;
		width:70%;
		padding-left:20px;
		flex:6;
	}

/* navigation */

/* Search Components */


/* ----------------------Footer */
	
		
/* Fonts, headings, Div, Tables */
	
	h1 {
		font-size:5rem;
		line-height:6.5rem;
		margin-bottom:40px;
	}

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



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



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



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



/*-----------------------Home Page */
	
	body.home {
		background-image:none;
		background-color:white;
	}
	
	.home main {
		background-image:none;
		background-color:white;
	}
	
	.home .leadin {
		margin-right:0px;
	}
	
	.home .food_bowl {
		background-size:100%;
	}

	.home .fl-col-group {
		display:block;
	}
	
	.home .fl-col-small:not(.fl-col-small-full-width) {
		max-width:100%;
		margin:0px;
	}
	
	.cover_right {
		width:100%;
		padding-top:0px;
		padding-left:0px;
	}
	
	
/*---------------researchers and clinicians page*/
	
	.subhead_text p {
		padding-left:30px;
	}

	
}

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

*/


