/*
Theme Name: MI Good Food Fund
Author: Phire Group
Author URI: http://thephiregroup.com/
Version: 1.0
*/

@media screen {

	/* RESETS */

	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td,
	article, aside, canvas, details, embed, 
	figure, figcaption, footer, header, hgroup, main,
	menu, nav, output, ruby, section, summary,
	time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
	}
	article, aside, details, figcaption, figure, 
	footer, header, hgroup, main, menu, nav, section {
		display: block;
	}
	body {
		line-height: 1;
	}
	ol, ul {
		list-style: none;
	}
	blockquote, q {
		quotes: none;
	}
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none;
	}
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}
	

	/* WORDPRESS CLASSES */

	.alignnone {
		margin: 5px 20px 20px 0;
	}

	.aligncenter,
	div.aligncenter {
		display: block;
		margin: 5px auto 5px auto;
	}

	.alignright {
		float:right;
		margin: 5px 0 20px 20px;
	}

	.alignleft {
		float: left;
		margin: 5px 20px 20px 0;
	}

	a img.alignright {
		float: right;
		margin: 5px 0 20px 20px;
	}

	a img.alignnone {
		margin: 0 20px 20px 0;
	}

	a img.alignleft {
		float: left;
		margin: 5px 20px 20px 0;
	}

	a img.aligncenter {
		display: block;
		margin-left: auto;
		margin-right: auto
	}

	.wp-caption {
		background-color: #fafafa;
		border: 1px #d9d9d9 dotted;
		max-width: 96%; /* Image does not overflow the content area */
		padding: 5px 5px 0 5px;
		text-align: center;
		border-radius: 3px;
	}

	.wp-caption.alignnone {
		margin: 5px 20px 20px 0;
	}

	.wp-caption.alignleft {
		margin: 5px 20px 20px 0;
	}

	.wp-caption.alignright {
		margin: 5px 0 20px 20px;
	}

	.wp-caption img {
		border: 0 none;
		height: auto;
		margin: 0;
		max-width: 98.5%;
		padding: 0;
		width: auto;
	}

	.wp-caption p.wp-caption-text {
		font-size: 11px;
		line-height: 17px;
		margin: 0 !important;
		padding: 0 0 10px 0;
	}
	
	.wp-caption p {
		margin: 0 !important;
	}

	/* Text meant only for screen readers. */
	.screen-reader-text {
		clip: rect(1px, 1px, 1px, 1px);
		position: absolute !important;
		height: 1px;
		width: 1px;
		overflow: hidden;
	}

	.screen-reader-text:focus {
		background-color: #f1f1f1;
		border-radius: 3px;
		box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
		clip: auto !important;
		color: #21759b;
		display: block;
		font-size: 14px;
		font-size: 0.875rem;
		font-weight: bold;
		height: auto;
		left: 5px;
		line-height: normal;
		padding: 15px 23px 14px;
		text-decoration: none;
		top: 5px;
		width: auto;
		z-index: 100000; /* Above WP toolbar. */
	}
	
	
	/* GLOBAL */
	
	body {
		font-family: 'Open Sans', Arial, sans-serif;
		font-size: 16px;
		line-height: 1.5;
		color: #444444;
		text-align: center;
	}
	
	.row {
		margin: 0 auto;
		width: 1170px;
		text-align: left;
	}

	a {
		color: #8bc53f;
		text-decoration: none;
		transition: all 0.3s ease 0s;
	}
	
	a:hover {
		color: #000000;
	}
	
	p {
		margin: 0 0 1.5em 0;
	}
	
	strong, b {
		font-weight: 700;
	}
	
	em, i {
		font-style: italic;
	}
	
	.cl {
		clear: left;
	}
	
	.clearfix::after {
		display: block;
		visibility: hidden;
		clear: both;
		height: 0;
		content: '';
	}

	h1  {
		font-family: 'Bree', sans-serif;
		font-size: 2.250em;
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: -1px;
		line-height: 1;
		white-space: normal;
		word-wrap: break-word;
		color: #404041;
	}

	h2 {
		font-family: 'Domine', sans-serif;
		font-weight: 300;
		font-size: 24px;
		color: #404041;
		margin: 0 0 1rem 0;
	}

	h3 {
		font-family: 'Domine', sans-serif;
		font-weight: 300;
		font-size: 18px;
		color: #404041;
		margin: 2rem 0 1rem 0;
	}
	
	h4 {
		font-family: 'Bree', sans-serif;
		font-size: 18px;
		font-weight: 700;
		color: #ffffff;
		margin: 0 0 1rem 0;
	}

	.intro p {
		font-size: 24px;
		font-weight: 300;
		line-height: 1.5;
		font-family: 'Open Sans', Arial, sans-serif;
	}

	.intro .icon {
		float: left;
		margin: 0 1em .5em 0;
	}

	header {
		background-color: #272727;
		z-index: 99;
		position: relative;
		-webkit-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.15);
		-moz-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.15);
		box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.15);
	}
	
	#logo {
		margin: 15px 0 15px 0;
		float: left;
		width: 200px;
	}
	
	.logo {
		width: auto;
		height: 70px;
	}
	
	#nav {
		width: 970px;
		float: left;
	}
	
	#nav ul li {
		float: left;
		list-style: none;
		border-left: 1px #404041 solid;
		height: 100px;
		transition: all .3s;
		position: relative;
	}
	
	#nav a {
		font-family: 'Open Sans', Arial, sans-serif;
		font-size: 14px;
		font-weight: 700;
		color: #fff;
		text-transform: uppercase;
		padding: 42px 25px 44px 15px;
		display: block;
		transition: all .3s;
	}
	
	#nav ul li:hover {
		background-color: #343435;
	}
	
	#nav ul li:hover a {
		padding: 23px 25px 63px 15px;

	}
	
	#menu-item-496 {
		background-color: #8bc53f;
		border-left: none;
		background-image: url(images/nav-special-bg.png);
		background-repeat: no-repeat;
		background-position: 22px 15px;
	}
	
	#menu-item-496:hover {
		background-position: 22px 61px;
	}

	ul.sub-menu  {
		list-style: none;
		background-color: #272727;
		position: absolute;
		top: 100%;
	}
	
	ul.sub-menu li {
		display: block;
		height: 36px !important;
		border-top: 1px #404041 solid;
	}
	
	.sub-menu a {
		color: #ffffff;
		line-height: 26px;
		width: 220px;
		height: 36px !important;
		line-height: 36px !important;
		padding: 0 0 0 15px !important;
		font-weight: 300 !important;
		text-transform: none !important;
	}
	
	.sub-menu ul li a {
		transition: all 0.1s linear;
	}
	
	.sub-menu ul li a:hover {
		color: #ffffff;
		line-height: 26px;
		width: 100%;
	}
	
	.sub-menu {
		visibility: hidden;
		opacity: 0;
		transition: visibility 0.3s, opacity 0.3s linear;
	}
	
	.menu-item-has-children:hover .sub-menu {
		visibility: visible;
		opacity: 1;
	}
	
	.menu-item-has-children {
		background-repeat: no-repeat;
		background-position: 15px 71px;
	}
	
	.menu-item-has-children:hover {
	    background-image: url(images/nav-arrow-down.png);
		background-position: 15px 61px;
	}

	.custom_header {
		text-align: left;
		font-family: 'Domine', sans-serif;
		color: #ffffff;
		background-position: top left, top center, top right;
		background-repeat: no-repeat, no-repeat, no-repeat;
		background-size: 33.333333%, 33.333333%, 33.333333%;
		background-color: #61c7d1;
		background-blend-mode: overlay;
		padding: 110px 0 40px 0;
	}

	.custom_header p {
		margin: 0;
	}
	
	/*
	
	.custom_header.about {
	    background-image: url('/wp-content/themes/migoodfoodfund/images/resized/mgff_peppesconveyorbelt-r-w800-q75-b1-c1-egreyscale-e0.3-b-1-m1433432426.jpg'), url('/wp-content/themes/migoodfoodfund/images/resized/mgff_wholesaleredcabbage-r-w800-q75-b1-c1-egreyscale-e0.3-b-1-m1433432427.jpg'), url('/wp-content/themes/migoodfoodfund/images/resized/produce_stills_edited_06-r-w800-q75-b1-c1-egreyscale-e0.3-b-1-m1433432429.jpg');
	}
	
	.custom_header.faq {
	    background-image: url('/wp-content/themes/migoodfoodfund/images/mgff_cabbageinbins-r-w800-q75-b1-c1-egreyscale-e0.3-b-1-m1433432423.jpg'), url('/wp-content/themes/migoodfoodfund/images/mgff_wholesaleredcabbage-r-w800-q75-b1-c1-egreyscale-e0.3-b-1-m1433432427.jpg'), url('/wp-content/themes/migoodfoodfund/images/produce_stills_edited_20-r-w800-q75-b1-c1-egreyscale-e0.3-b-1-m1433432432.jpg');
	}
	
	.custom_header.partners {
		background-image: url('/wp-content/themes/migoodfoodfund/images/mgff_peppersinjars-r-w800-q75-b1-c1-egreyscale-e0.3-b-1-m1433432426.jpg'), url('/wp-content/themes/migoodfoodfund/images/mgff_wholesaleredcabbage-r-w800-q75-b1-c1-egreyscale-e0.3-b-1-m1433432427.jpg'), url('/wp-content/themes/migoodfoodfund/images/produce_stills_edited_08-r-w800-q75-b1-c1-egreyscale-e0.3-b-1-m1433432430.jpg');
	}
	
	.custom_header.financing {
	    background-image: url('/wp-content/themes/migoodfoodfund/images/resized/mgff_apples-r-w800-q75-b1-c1-egreyscale-e0.3-b-1-m1433432422.jpg'), url('/wp-content/themes/migoodfoodfund/images/resized/mgff_carrotsinboxes-r-w800-q75-b1-c1-egreyscale-e0.3-b-1-m1433432424.jpg'), url('/wp-content/themes/migoodfoodfund/images/resized/produce_stills_edited_07-r-w800-q75-b1-c1-egreyscale-e0.3-b-1-m1433432430.jpg');
	}
	
	.custom_header.business-assistance {
		background-image: url('/wp-content/themes/migoodfoodfund/images/resized/mgff_berriesintopot-r-w800-q75-b1-c1-egreyscale-e0.3-b-1-m1433432423.jpg'), url('/wp-content/themes/migoodfoodfund/images/resized/mgff_carrotsinboxes-r-w800-q75-b1-c1-egreyscale-e0.3-b-1-m1433432424.jpg'), url('/wp-content/themes/migoodfoodfund/images/resized/produce_stills_edited_05-r-w800-q75-b1-c1-egreyscale-e0.3-b-1-m1433432429.jpg');
	}
	
	.custom_header.projects {
	    background-image: url('/wp-content/themes/migoodfoodfund/images/resized/mgff_applesconveyorbelt-r-w800-q75-b1-c1-egreyscale-e0.3-b-1-m1433432422.jpg'), url('/wp-content/themes/migoodfoodfund/images/resized/mgff_wholesaleredcabbage-r-w800-q75-b1-c1-egreyscale-e0.3-b-1-m1433432427.jpg'), url('/wp-content/themes/migoodfoodfund/images/resized/produce_stills_edited_20-r-w800-q75-b1-c1-egreyscale-e0.3-b-1-m1433432432.jpg');
	}
	
	.custom_header.parkway-foods {
	    background-image: url('/wp-content/themes/migoodfoodfund/images/resized/87391361_small-r-w800-q75-b1-c1-egreyscale-e0.3-b-1-m1433432420.jpg'), url('/wp-content/themes/migoodfoodfund/images/resized/mgff_carrotsinboxes-r-w800-q75-b1-c1-egreyscale-e0.3-b-1-m1433432424.jpg'), url('/wp-content/themes/migoodfoodfund/images/resized/produce_stills_edited_05-r-w800-q75-b1-c1-egreyscale-e0.3-b-1-m1433432429.jpg');
	}

	.custom_header.produce-on-the-go {	
		background-image: url('/wp-content/themes/migoodfoodfund/images/resized/177220142_small-r-w800-q75-b1-c1-egreyscale-e0.3-b-1-m1433432421.jpg'), url('/wp-content/themes/migoodfoodfund/images/resized/mgff_applesconveyorbelt-r-w800-q75-b1-c1-egreyscale-e0.3-b-1-m1433432422.jpg'), url('/wp-content/themes/migoodfoodfund/images/resized/produce_stills_edited_05-r-w800-q75-b1-c1-egreyscale-e0.3-b-1-m1433432429.jpg');
	}
	
	.custom_header.news {
		background-image: url('/wp-content/themes/migoodfoodfund/images/resized/87990164_small-r-w800-q75-b1-c1-egreyscale-e0.3-b-1-m1433432420.jpg'), url('/wp-content/themes/migoodfoodfund/images/resized/mgff_peppesconveyorbelt-r-w800-q75-b1-c1-egreyscale-e0.3-b-1-m1433432426.jpg'), url('/wp-content/themes/migoodfoodfund/images/resized/produce_stills_edited_04-r-w800-q75-b1-c1-egreyscale-e0.3-b-1-m1433432428.jpg');
	}
	
	.custom_header.resources {
	    background-image: url('/wp-content/themes/migoodfoodfund/images/resized/mgff_cabbageinbins-r-w800-q75-b1-c1-egreyscale-e0.3-b-1-m1433432423.jpg'), url('/wp-content/themes/migoodfoodfund/images/resized/mgff_wholesaleredcabbage-r-w800-q75-b1-c1-egreyscale-e0.3-b-1-m1433432427.jpg'), url('/wp-content/themes/migoodfoodfund/images/resized/produce_stills_edited_02-r-w800-q75-b1-c1-egreyscale-e0.3-b-1-m1433432428.jpg');
	}
	
	.custom_header.connect {
	    background-image: url('/wp-content/themes/migoodfoodfund/images/resized/177220142_small-r-w800-q75-b1-c1-egreyscale-e0.3-b-1-m1433432421.jpg'), url('/wp-content/themes/migoodfoodfund/images/resized/mgff_momdaughter_produceaisle-r-w800-q75-b1-c1-egreyscale-e0.3-b-1-m1433432426.jpg'), url('/wp-content/themes/migoodfoodfund/images/resized/produce_stills_edited_06-r-w800-q75-b1-c1-egreyscale-e0.3-b-1-m1433432429.jpg');
	}	
	
	.custom_header.submit {
	    background-image: url('/wp-content/themes/migoodfoodfund/images/resized/177220142_small-r-w800-q75-b1-c1-egreyscale-e0.3-b-1-m1433432421.jpg'), url('/wp-content/themes/migoodfoodfund/images/resized/mgff_peppesconveyorbelt-r-w800-q75-b1-c1-egreyscale-e0.3-b-1-m1433432426.jpg'), url('/wp-content/themes/migoodfoodfund/images/resized/produce_stills_edited_05-r-w800-q75-b1-c1-egreyscale-e0.3-b-1-m1433432429.jpg');
	}
	
	*/
	
	.custom_header h1 {
		font-family: 'Bree', sans-serif;
		font-size: 2.250em;
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: -1px;
		line-height: 1;
		white-space: normal;
		word-wrap: break-word;
		color: #ffffff;
		margin: 0;
		padding-bottom: 0;
	}
	
	main {
		padding: 50px 0 50px 0;
	}

	main .row {
		min-height: 400px;
		background-color: #ffffff;
	}

	footer {
		background-color: #404041;
	}
	
	footer ul {
		padding: 30px 0 50px 0;
	}
	
	footer ul li {
		display: inline-block;
		list-style: none;
	}
	
	footer a {
		padding: 0 23px 0 0;
		font-family: 'Open Sans', Arial, sans-serif;
		font-size: 0.875em;
		font-weight: 700;
		color: #8bc53f;
		text-transform: uppercase;
	}
	
	footer a:hover {
		color: #ffffff;
	}
	
	.social_icon {
		display: inline-block;
		margin-right: 10px;
	}
	

	#main .row .blue_box ul.social-profiles li {
		list-style-type: none;
		list-style-image: none;
		display: inline-block;
		padding: 0;
		margin: 5px 7px 5px 0;
	}
	.social-profiles li {
		display: inline-block;
		margin: 5px 7px 5px 0;
	}
	.social-button {
		background-color: #7f7f81;
		border-radius: 5px;
		color: #fff !important;
		display: inline-block;
		font-size: 14px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		width: 30px;
	}
	.social-button.social-facebook {
		background-color: #3b5999;
	}
	.social-button.social-twitter {
		background-color: #00aced;
	}
	
	.social-button:hover {
		background-color: #fff;
		color: #8bc53f;
	}
	.social-button:hover i {
		color: #8bc53f;
	}
	
	.fa {
		display: inline-block;
		font-family: FontAwesome;
		font-feature-settings: normal;
		font-kerning: auto;
		font-language-override: normal;
		font-size: inherit;
		font-size-adjust: none;
		font-stretch: normal;
		font-style: normal;
		font-synthesis: weight style;
		font-variant: normal;
		font-weight: normal;
		line-height: 1;
		text-rendering: auto;
	}
	.box a {
		color: #c3c3c5;
	}

	.content_left {
		width: 770px;
		float: left;
	}
	
	.half {
		width: 370px;
		margin-right: 30px;
		float: left;
	}
	
	.half:nth-child(even) {
		margin-right: 0;
	}
	
	.half h3 {
		margin: 1rem 0 1rem 0;
	}
	
	.tri {
		width: 210px;
		height: 300px;
		margin-right: 20px;
		margin-bottom: 20px;
		float: left;
		border: 1px #f1f1f1 solid;
		padding: 10px;
		overflow: auto;
		font-size: 12px;
	}

	.resource_grid .tri:nth-child(3n) {
		/*margin-right: 0;*/
	}
	
	.tri h3 {
		font-family: 'Domine', sans-serif;
		font-size: 16px;
		color: #8bc53f;
		font-weight: 400;
		margin: 0 0 15px 0;
		line-height: 20px;
	}
	
	.search_area {
		margin-bottom: 40px;
	}
	
	.search_area input {
		border: 2px solid #333333;
		border-radius: 5px;
		width: 70%;
		color: #333333;
		font-family: "Open Sans",Arial,sans-serif;
		font-size: 14px;
		padding: 8px 10px;
	}
	
	.duo {
		width: 570px;
		float: left;
	}
	
	.section-headline {
	    color: #404041;
		padding: 0;
		font-family: 'Bree', sans-serif;
		font-size: 2.250em;
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: -1px;
		line-height: 1;
		white-space: normal;
		word-wrap: break-word;
		margin: 0 0 2rem 0;
	}
	
	.highlights th {
		padding-right: 30px;
	}
	
	.highlights th, .highlights td {
		border: none;
	}
	
	.highlights td {
		font-size: 14px;
	}

	table.terms_table {
		border: 1px #cccccc solid;
		width: 80%;
	}
	
	.terms_table th {
		background-color: #61c7d1;
		padding: 5px;
		font-size: 18px;
		font-weight: 700;
		text-align: center;
		color: #ffffff;
		border: 1px #cccccc solid;
	}
	
	.terms_table td {
		border: 1px #aaaaaa solid;
		padding: 5px;
	}
	
	table {
		border-collapse: colapse;
		border-spacing: 1px;
	}
	
	th {
		padding: 7px 5px;
		font-size: 0.813em;
		font-weight: bold;
		letter-spacing: 0.1em;
		text-transform: uppercase;
		text-align: left;
		color: #000;
	}
	
	td {
		padding: 7px 5px;
		border-top: 1px solid #d5d5d5;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	
	.resource_organization {
		font-style: italic;
		font-size: 12px;
		color: #cccccc;
		margin-bottom: 15px;
	}
	
	.content_left ul, .duo ul , .project_content ul, .pr_row ul, #main .row ul li {
		margin: 1.5em 2.5em;
	}
	
	.content_left ul li, .duo ul li , .project_content ul li, .pr_row ul li, #main .row ul li {
		display: list-item;
		text-align: -webkit-match-parent;
		list-style-image: url(images/li.png);
	}
	
	
	
	.sidebar_right {
		width: 370px;
		margin-left: 30px;
		float: left;
	}
	
	.box_header {
		display: block;
		margin: 0;
		padding: 0;
		font-family: 'Bree', sans-serif;
		font-size: 1.500em;
		font-weight: bold;
		line-height: 1.1;
		text-transform: uppercase;
		color: #fff;
	}	
	
	.keyword_search_mobile {
		display: none;
	}
	
	.search_box {
		padding: 20px;
		border: 1px solid #eeeeee;	
	}
	
	.search_box h2 {
		font-family: 'Open Sans', sans-serif;
		font-weight: 400;
		font-size: 21px;
		font-weight: 700;
	}
	
	.filter_header {
		color: #f37423;
		font-size: 18px;
		font-weight: 700;
		margin-bottom: 15px;
	}
	
	.filters {
		font-size: 14px;
	}
	
	.resources ul {
		margin: 1.5em 0 1.5em 1.5em;
	}
	
	.resources ul li {
		display: list-item;
		text-align: -webkit-match-parent;
		list-style-image: url(images/li-white.png);
		border-bottom: 1px solid #a3d166;
		padding: 10px 0 10px 0;
	}
	
	.resources ul li:last-of-type {
		border-bottom: none;
	}

	.sidebar_right .resources {
		background-color: #8bc53f;
		padding: 30px 20px 30px 30px;
		margin-bottom: 30px;
	}
	
	.sidebar_right .resources a {
		color: #000000;
	}
	.sidebar_right .resources a:hover {
		color: #ffffff;
	}
	
	.sidebar_right .orange_box {
		background-color: #f37423;
		padding: 30px;
		margin-bottom: 30px;
		transition: all .3s;
		text-align: center;
	}
	
	.sidebar_right .orange_box a {
		font-size: 1.500em;
		color: #ffffff;
		font-weight: 700;
		line-height: 1;
	}
	
	.sidebar_right .orange_box:hover {
		background-color: #d75b0c;
		cursor: pointer;
	}
	
	
	.btn_apply_margin {
		margin: 40px 0 40px 0;
	}
	
	.btn_apply {
		width: 270px;
		background-color: #f37423;
		padding: 20px;
		transition: all .3s;
		text-align: center;
		margin: 0px auto;
	}
	
	.btn_apply a {
		font-size: 1.25em;
		color: #ffffff;
		font-weight: 700;
		line-height: 1;
	}
	
	.btn_apply:hover {
		background-color: #d75b0c;
		cursor: pointer;
	}
	
	
	.anchor_links {
		text-align: center;
		font-size: 19px;
		margin-top: 40px;
		margin-bottom: 40px;
	}
	

	.sidebar_right .blue_box {
		background-color: #61c7d1;
		padding: 30px;
		margin-bottom: 30px;
	}
	
	.sidebar_quote {
		width: 370px;
		height: 207px;
		margin-bottom: 20px;
	}
	
	.updates_block {
		background-color: #f37423;
		margin-bottom: 30px;
		padding: 2em;
		color: #ffffff;
	}
	
	.pr_block {
		background-color: #8bc53f;
		margin-bottom: 30px;
		padding: 2em;
		color: #ffffff;
	}
	
	.news_block {
		background-color: #61c7d1;
		padding: 2em;
		color: #ffffff;
	}
	
	.news_block h2, .pr_block h2 , .updates_block h2 {
		color: #404041;
	}
	
	.news_block a, .pr_block a , .updates_block a {
		color: #ffffff;
	}
	
	.filter_sector, .filter_topic, .filter_any {
		border-color: #8bc53f;
		color: #8bc53f;
		border-radius: 3px;
		margin: 0 10px 0 0;
	}
	
	.partner_logo {
		width: 250px;
		float: left;
		margin-bottom: 50px;
		text-align: center;
	}
	
	.partner_logo img {
		width: auto;
		max-width: 200px;
		height: auto;
		max-height: 150px;
	}

	.partner_text {
		width: 520px;
		float: left;
		font-size: 12px;
		margin-bottom: 50px;
	}
	
	.partner_text h3 {
		margin: 0;
	}
	
	.partner_text h3 a {
		margin: 0;
		color: #000000;
	}
	
	.partner_text a {
		margin: 0 0 10px 0;
	}
	
	.home_banner {
		position: relative;
		z-index: 50;
		color: #fff;
		background-color: #eeeeee;
		background-position: top right;
		background-repeat: no-repeat;
		background-image: url(images/home_splash.jpg);
		background-size: cover;
		overflow: hidden;
	}
	
	.home_banner .row {
		position: relative;
		padding-top: 20%;
	}
	
	.home_banner.hb_2019 {
		height: 555px;
		background-position: top center;
		background-image: url(images/home_beans.jpg);
	}
	.home_banner.hb_2019 .row {
		height: 555px;
		padding: 0;
	}
	.home_banner.hb_2019 .row .left_half {
		width: 580px;
		min-height: 200px;
		position: absolute;
		left: 0;
		bottom: 0;
	}
	.home_banner.hb_2019 .row .home_vid {
		position: absolute;
		width: 380px;
		right: 50px;
		bottom: 50px;
		cursor: pointer;
	}
	.hv_icon {
		float: left;
		width: 90px;
		min-height: 100px;
	}
	.hv_big {
		font-family: "Open Sans",sans-serif;
		font-size: 24px;
		font-weight: bold;
		letter-spacing: -0.032em;
		line-height: 21px;
		color: #ffffff;
		padding-top: 15px;
	}
	.hv_big p {
		margin: 0;
	}
	.hv_small {
		font-family: "Open Sans",sans-serif;
		font-size: 16px;
		font-weight: bold;
		letter-spacing: -0.032em;
		line-height: 36px;
		color: #f37424;
	}
	.home_banner.hb_2019 .row .home_vid:hover {
		opacity: 0.85;
	}
	
	.left_half {
		min-height: 380px;
		padding: 30px;
		background-color: rgba(97, 199, 209, 0.85);
		float: left;
		width: 525px;
		color: #ffffff;
	}
	
	.left_half h2 {
		font-family: "Bree",sans-serif;
		font-size: 2.25em;
		font-weight: bold;
		letter-spacing: -1px;
		line-height: 1;	
		color: #ffffff;
	}
	
	.home_duo {
		width: 585px;
		height: 107px;
		background-color: #f37423;
		float: left;
		font-family: 'Bree', sans-serif;
		font-size: 1.500em;
		font-weight: bold;
		line-height: 1.1;
		text-transform: uppercase;
		color: #ffffff;
	}
	
	a .home_duo, a:hover .home_duo {
		color: #ffffff;
	}
	
	.home_duo div {
		margin: 30px;
	}
	
	.home_duo:hover {
		background-color: #d75b0c;
	}
	
	
	
	/* NEW HOME */
	
	.home_banner.home_banner_short {
		height: 650px;
		background-image: url(images/home_bkg_new.jpg);
	}
	
	.home_banner.home_banner_short .row {
		padding-top: 0;
	}
	
	.left_half_full {
		height: 650px;
		padding: 20px;
	}
	
	.home_btn_orange {
		float: left;
		width: 50%;
		height: 40px;
		background-color: #f37423;
		font-family: 'Bree', sans-serif;
		font-size: 18px;
		line-height: 40px;
		font-weight: bold;
		text-transform: uppercase;
		color: #ffffff;
		/* margin: 0 20px 20px 0;
		border-radius: 5px; */
		text-align: center;
		box-sizing: border-box;
	}
	
	.home_btn_orange:last-of-type {
		margin-right: 0;
		border-left: 1px #ffffff solid;
	}
	
	.video_text p {
		font-size: 14px;
		margin-bottom: 0;
		text-align: center;
		padding-bottom: 3px;
	}
	
	.video_box img {
		width: 100%;
		height: auto;
	}
	
	.left_half_full .wpcf7 p:last-of-type {
		display: none;
	}
	
	/* END NEW HOME */
	
	
	
	
	/* PROJECTS NEW */
	
	.projects_archive {
		display: flex;
		height: 380px;
		overflow-x: scroll;
		overflow-y: hidden;
	}
	
	.pb {
		flex: 0 0 270px;
		height: 330px;
		margin-right: 30px;
	}
	
	.pb:last-of-type {
		margin-right: 0;
	}
	
	.pb h3 {
		margin: 0 0 10px 0;
		height: 55px;
	}
	
	.pb img {
		width: 100%;
		height: auto;
	}
	
	.pa_nav {
		float: right;
		width: 82px;
	}
	
	.pa_prev, .pa_next {
		float: left;
		width: 36px;
		height: 36px;
		border-radius: 18px;
		background-color: #dadada;
		font-size: 20px;
		line-height: 36px;
		text-align: center;
		cursor: pointer;
		font-weight: 700;
	}
	
	.pa_next {
		margin-left: 10px;
	}
	
	.pa_prev:hover, .pa_next:hover {
		background-color: #e4e4e4;
	}
	
	/* END PROJECTS NEW */
	
	
	
	
	.home_tri {
		width: 370px;
		float: left;
		margin-right: 30px;
		padding: 50px 0 50px 0;
	}
	
	.home_tri img {
		width: 370px;
		height: auto;
	}
	
	.home_tri h2 {
		font-family: 'Bree', sans-serif;
		font-weight: bold;
		font-size: 21px;
	}
	
	.last {
		margin-right: 0 !important;
	}
	
	.home_banner {
		background-repeat: no-repeat;
		position: relative;
	}
	
	.home_social {
		background-color: #61c7d1;
	}
	
	.home_social .row {
		padding: 50px 0 50px 0;
	}
	
	.home_social_text {
		width: 370px;
		float: left;
		margin-right: 30px;
		/* disabled social feed */
		float: none;
		margin-right: 0;
		margin: auto;
		text-align: center;
	}


	.home_social_text .section-headline strong {
		font-size:24px;
	}

	.home_twitter {
		width: 770px;
		float: left;
	}
	
	.social-update {
		margin-top: -10px;
		font-size: 1.875em;
		font-weight: 400;
		color: #fff;
	}

	.social-update a {
		font-family: 'Open Sans', Arial, sans-serif;
		color: #fff;
		text-decoration: underline;
	}
	
	.social-update-info {
		font-size: 0.750em;
		text-transform: uppercase;
		margin: 1.5em 0;		
	}
	
	.social-update-info a {
		font-weight: 700;
		color: #f37423;
	}
	
	.social-update-info {
		font-size: 0.750em;
		text-transform: uppercase;
		color: #ffffff;
	}
	
	.owl-controls {
		text-align: left !important;
	}
	
	.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
		background: #404041;
	}
	
	.owl-theme .owl-controls .owl-page span {
		width: 10px !important;
		height: 10px !important;
		border-color: #404041 !important;
		margin: 5px !important;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		transition: all 0.3s ease !important;
	}
	
	.home_banner .home_duo {
		position: absolute;
		bottom: 0;
	}

	.section-headline span {
		display: block;
		font-size: 0.5em;
		font-weight: normal;
		color: #fff;
		letter-spacing: 0;
		font-family: 'Domine', sans-serif;
		text-transform: none;
	}
	
	.home .social-button {
		width: 60px;
		height: 60px;
		line-height: 60px;
		font-size: 28px;
	}

	.social-button.social-facebook {
		background-color: #3b5999;
	}
	
	.social-button.social-twitter {
		background-color: #00aced;
	}
	
	.social-button:hover {
		background-color: #ffffff;
		color: #8bc53f;
	}
	
	.wpcf7-text {
		-moz-appearance: none;
		background-color: transparent;
		border: 2px solid #7f7f81;
		border-radius: 5px;
		box-sizing: border-box;
		color: #000;
		display: inline-block;
		font-family: "Open Sans",Arial,sans-serif;
		font-size: 14px;
		min-width: 150px;
		width: 100%;
		padding: 8px 10px;
		transition: all 0.3s ease 0s;
		vertical-align: middle;
	}
	
	div.wpcf7-response-output {
		width: 100% !important;
		border: none !important;
		margin: 15px 0 0 0 !important;
		padding: 0 !important;
		font-weight: 700 !important;
		color: #000000 !important;
	}
	
	.wpcf7-not-valid-tip {
		font-size: 12px !important;
	}
	
	#sharing .wpcf7-list-item-label {
		display: none;
	}
	
	#main .row .form_ul li {
		margin: .5em 2.5em;
	}
	
	div.wpcf7-validation-errors {
		border: 0 !important;
		text-align: left !important;
		padding: 0 !important;
	}
	
	textarea {
		width: 100%;
		border: 2px solid #7f7f81;
		border-radius: 5px;
		resize: vertical;
		margin-top: 5px;
		box-sizing: border-box;
	}
	
	form .required {
		font-weight: bold;
		color: #8bc53f;
	}
	
	form .halp {
		width: 365px;
		float: left;
		margin-right: 40px;
	}
	
	form .third input {
		width: 100%;
	}
	
	form .third {
		width: 230px;
		float: left;
		margin-right: 40px;
		margin-top: 10px;
	}
	
	.sidebar_email_field {
		width: 60%;
		float: left;
		margin-right: 8%;
	}
	.sidebar_submit_btn {
		float: left;
	}
	
	.home_email_field {
		width: 48%;
		float: left;
		margin-right: 2%;
	}
	.home_submit_btn {
		width: 50%;
		float: left;
	}
	
	.home_email_field .wpcf7-text {
		border: 2px solid #ffffff;
		width: 100%;
		color: #ffffff;
		width: 100%;
	}
	
	.home_submit_btn .wpcf7-submit, .home_submit_btn .btn   {
		background-color: #f37423;
		width: 100%;
	}
	
	.left_half .sidebar_email_field, .left_half .sidebar_submit_btn {
		display: none;
	}
	
	.blue_box .home_email_field, .blue_box .home_submit_btn {
		display: none;
	}
	
	::-webkit-input-placeholder {
	   color: #ffffff;
	}
	:-moz-placeholder { /* Firefox 18- */
	   color: #ffffff;  
	}
	::-moz-placeholder {  /* Firefox 19+ */
	   color: #ffffff;  
	}
	:-ms-input-placeholder {  
	   color: #ffffff;  
	}
	
	.sidebar_right .wpcf7-text {
		border: 2px solid #ffffff;
		width: 100%;
		color: #ffffff;
	}
	
	.ajax-loader {
		width: 0;
		height: 0;
	}
	
	.home_tri .btn {
		width: 90px;
	}
	
	.back_to {
		width: 220px;
	}
	
	.btn, .wpcf7-submit, button {
		min-height: 39px;
		/* padding: 8px 15px; */
		padding: 0 15px 0 15px;
		font-family: 'Open Sans', Arial, sans-serif;
		font-size: 12px;
		line-height: 39px;
		font-weight: bold;
		text-transform: uppercase;
		text-align: center;
		color: #ffffff;
		background-color: #8bc53f;
		border: 0;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-moz-appearance: none;
		-webkit-appearance: none;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		transition: all 0.3s ease;
		vertical-align: middle;
		cursor: pointer;
		display: block;
	}

	.btn:hover {
		background-color: #000000;
		color: #ffffff;
	}
	
	.sidebar_email_field, .home_email_field {
		margin-bottom: 5px;
	}
	
	.cfs_step2 {
		display: none;
	}
	
	span.wpcf7-list-item {
		margin-left: 0 !important;
	}
	
	.wpcf7-list-item label {
		display: block;
		padding: 4px;
	}
	
	#classification_other {
		display: none;
	}
	
	#loan_use_other {
		display: none;
	}
	
	#header_mobile {
		display: none;
	}
	
	.hide_on_desktop {
		display: none;
	}
	
	.blue_box a {
		color: #ffffff;
	}
	
	.email_signup input {
		width: 50%;
	}
	
	.project_img {
		float: right;
		width: 370px;
		margin-left: 30px;
		margin-bottom: 30px;
		height: auto;
	}

	.project_quote {
		font-family: 'Domine', sans-serif;
		font-size: 20px;
		color: #f47324;

	}

	.project_quote_author {
		color: #f47324;
		margin-bottom: 30px;
	}
	
	.project_content .alignleft {
		margin-top: 20px;
	}
	
	.project_sort {
		font-size: 14px;
	}
	
	.project_sort select {
		padding: 5px 10px 5px 10px;
		font-size: 14px;
		line-height: 14px;
		background-color: #ececec;
		border: 0;
		border-radius: 5px;
	}
	
	.project_sort .sort_btn {
		background-color: #8bc53f;
		font-family: 'Open Sans', Arial, sans-serif;
		font-size: 12px;
		line-height: 12px;
		border: 0;
		border-radius: 5px;
		padding: 7px 10px 6px 10px;
		color: #ffffff;
		font-weight: 700;
		margin-left: 7px;
	}
	
	
	
	
	/* VIDEOS */
	
	.yt_vid {
		width: 770px;
		height: 433px;
		position: relative;
		margin: 15px 0 30px 0;
		opacity: 0.85;
		transition: all .15s linear;
		background-size: cover;
		background-position: center center;
	}
	
	.yt_vid_play {
		position: absolute;
		top: calc(50% - 32px);
		left: calc(50% - 32px);
		width: 64px;
		height: 65px;
		background-image: url(/wp-content/themes/migoodfoodfund/images/btn_vid_play.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 64px 65px;
	}
	
	.yt_vid:hover {
		opacity: 1;
		cursor: pointer;
	}

	.whole_thing {
		display: none; /* Hidden by default */
		position: fixed; /* Stay in place */
		z-index: 1000;
		left: 0;
		top: 0;
		width: 100%; /* Full width */
		height: 100%; /* Full height */
		overflow: auto; /* Enable scroll if needed */
		background-color: rgb(0,0,0); /* Fallback color */
		background-color: rgba(0,0,0,0.75); /* Black w/ opacity */
	}
	
	.video_modal {
		position: fixed;
		z-index: 99998; /* Sit on top */
		top: calc(50% - 253px);
		left: calc(50% - 450px);
		width: 900px;
		height: 506.25px;
		/* overflow: hidden; Enable scroll if needed */
		background-color: #000000;
		box-sizing: border-box;
		box-shadow: 0 0 35px #333344;
	}
	
	.video_close {
		position: absolute;
		top: calc(50% - 303px);
		right: calc(50% - 490px);
		/* font-family: 'Sofia-Pro-Regular', sans-serif; */
		font-size: 48px;
		color: #ffffff;
		z-index: 99998; /* Sit on top */
		cursor: pointer;
	}
	
	.home_video .row {
		padding-top: 70px;
	}
	
	.video_box {
		width: 100%;
		height: auto;
		position: relative;
		opacity: 0.85;
		cursor: pointer;
	}
	
	.video_box:hover {
		opacity: 1;
	}
	
	.home_video h2 {
		font-family: 'Bree', sans-serif;
		font-weight: bold;
		font-size: 24px;
		color: #8bc53f;
		text-transform: uppercase;
		margin-bottom: 5px;
	}
	
	
}


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

	body {
		width: 100%;
		text-align: center;
	}
	
	.hide_on_desktop {
		display: block;
	}
	
	.hide_on_mobile {
		display: none;
	}

	.row {
		width: 90%;
		margin: 0px auto;
		text-align: left;
	}
	
	h2 {
		line-height: 28px;
	}
	
	.content_left, .half, .duo, .tri {
		width: 100%;
		float: none;
	}
	
	.tri {
		box-sizing: border-box;
		height: auto;
	}
	
	.partner_logo, .partner_text {
		width: 100%;
		float: none;
	}
	
	.home_banner {
	    background-image: url(images/mobile_fma_bkg.jpg);
		background-position: top right;
		background-size: cover;
	}
	
	.left_half {
		width: 100%;
		height: auto;
		float: none;
		box-sizing: border-box;
	}
	
	.home_email_field {
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}

	.home_submit_btn {
		width: 100%;
		float: none;
	}

	.home_duo, .home_tri {
		width: 100% !important;
		float: none;
	}
	
	.home_duo {
		margin: 0 0 30px 0;
		border: 0;
		width: 100%;
		height: auto;
	}
	
	.home_duo div {
		margin: 0;
		padding: 30px;
		border: 0;
	}
	
	.home_tri {
		padding: 20px 0 20px 0;
	}
	
	.home_tri img {
		width: 100%;
		height: auto;
	}
	
	.home_social {
		background-image: url(images/social-bg.jpg);
		background-size: cover;
		background-position: top center;
		background-repeat: no-repeat;
	}
	
	.home_social_text {
		width: 100%;
		height: auto;
		margin-bottom: 30px;
	}
	
	.home_twitter {
		width: 100%;
		height: auto;
	}
	
	.social-update a {
		text-decoration: underline;
	}
	
	.half {
		margin-bottom: 60px;
	}
	
	.sidebar_quote {
		width: 100%;
		height: auto;
	}
	
	.sidebar_right {
		width: 100%;
		float: none;
		margin-left: 0;
		margin-top: 50px;
	}
	
	#header {
		display: none;
	}
	
	#header_mobile {
		display: block;
	}
	
	#logo {
		width: 60%;
	}
	
	#nav_mobile {
		width: 40%;
		float: left;
		text-align: right;
	}
	
	#nav_mobile #nav-toggle i.fa {
		font-size: 18px;
		height: 76px;
		line-height: 76px !important;
		color: #ffffff;
		font-size: 24px;
	}
	
	#nav_mobile #nav-toggle {
		display: block;
		padding: 15px 0 15px 0;
	}
	
	.mobile_menu {
		position: absolute;
		top: 106px;
		z-index: 10000;
		background-color: #272727;
		width: 100%;
		/* padding-bottom: 10px; */
	}
	
	#header_mobile ul li {
		border-bottom: 1px solid #404041;
		padding: 12px 0 12px 5%;
	}
	
	#header_mobile ul li:last-of-type {
		border-bottom: 0;
	}
	
	#header_mobile ul li a {
		color: #ffffff;
		text-transform: uppercase;
		font-weight: 700;
	}
	
	.menu-item-20 {
		background-color: #8bc53f;
		background-image: url(images/nav-special-bg.png);
		background-repeat: no-repeat;
		background-position: 95% center;
	}
	
	.sub-menu {
		visibility: visible;
		opacity: 1;
	}
	
	ul.sub-menu { 
		position: relative;
		display: block;
	}
	
	.sub-menu a {
		height: 20px !important;
		padding: 6px 0 6px 10% !important;
	}
	
	#header_mobile ul.sub-menu li {
		border: 0;
		padding: 6px 0 6px 0 !important;
		font-weight: 400;
		height: 20px !important;
	}
	
	.custom_header {
		background-size: 100%;
	}
	
	.intro .icon {
		width: 100px;
		height: 100px;
	}
	
	.sidebar_email_field {
		width: 55%;
	}
	
	.wpcf7-text {
		min-width: 120px;
	}
	
	input, textarea {
		width: 100%;
		box-sizing: border-box;
		margin-top: 3px;
	}
	
	input[type=checkbox], input[type=radio] {
		width: auto;
	}
	
	form .halp, form .third {
		width: 100%;
		margin-top: 10px;
	}
	
	.highlights th {
		padding-right: 1em;
	}
	
	.search_box {
		display: none;
	}
	
	.keyword_search_mobile {
		display: block;
	}
	
	.keyword_search_mobile h2 {
		margin-bottom: 0;
	}
	
	.search_area input {
		width: 100%;
	}
	
	.email_signup input {
		width: 100%;
	}
	
	.project_img {
		float: none;
		width: 100%;
		height: auto;
		margin: 30px 0 30px 0;
	}
	
	.project_content img {
		width: 100%;
		height: auto;
	}
	
	.content_left ul, .duo ul , .project_content ul {
		margin: 1.5em 0.5em 1.5em 2.5em;
	}
	
	table.terms_table {
		width: 100%;
	}

	.whole_thing {
		background-color: rgba(0,0,0,1);
	}
	
	.yt_vid {
		width: 100vw;
		height: calc(100vw * .5625);
		margin-left: -5%;
	}
	
	.video_modal {
		width: 100vw;
		height: calc(100vw * .5625);
		top: 100px;
		left: 0;
	}
	
	.video_modal iframe {
		width: 100%;
		height: 100%;
	}
	
	footer {
		width: 100%;
		height: auto;
	}
	
	footer .row {
		text-align: center;
	}
	
	footer a {
		padding: 0 40px 0 0;
	}
	
	
	/* NEW HOME */
	
	.home_banner.hb_2019 {
		height: auto;
		background-position: top center;
		background-image: url(images/home_beans.jpg);
		background-size: cover;
	}
	.home_banner.hb_2019 .row {
		height: auto;
		padding: 0;
	}
	.home_banner.hb_2019 .row .left_half {
		position: static;
		width: 90%;
		margin: 0px auto;
	}
	.home_banner.hb_2019 .row .home_vid {
		position: static;
		width: 90%;
		margin: 50px auto 50px auto;
	}
	.hv_icon {
		float: left;
		width: 90px;
	}
	.hv_big {
		font-family: "Open Sans",sans-serif;
		font-size: 24px;
		font-weight: bold;
		letter-spacing: -0.032em;
		line-height: 21px;
		color: #ffffff;
		padding-top: 15px;
	}
	.hv_small {
		font-family: "Open Sans",sans-serif;
		font-size: 16px;
		font-weight: bold;
		letter-spacing: -0.032em;
		line-height: 36px;
		color: #f37424;
	}
	
	.video_close {
		position: absolute;
		top: 20px;
		right: 20px;
		z-index: 9999;
	}
	
	
	/* PROJECTS NEW */
	
	.pb {
		flex: 0 0 75%;
	}
	
	.pa_nav {
		display: none;
	}
	

}