/*
	Theme Name:			San Diego Food Bank
	Theme URI:			http://tinyfrog.com/
	Description:		A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: 			Tinyfrog Technologies
	Author URI:			http://tinyfrog.com/
	Version:			1.0.10
	Template: 			genesis
	Template Version:	3.5.0
	License:			GPL-2.0+
	License URI:		http://www.opensource.org/licenses/gpl-license.php 
*/

/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none;appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}/* stylelint-enable */


/* Box Sizing
--------------------------------------------- */

html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}

/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

:root {
	--black: #000000;
	--white: #FFFFFF;
	--blue: #014560;
	--gray: #636363;
	--red: #A9E8E6;
	--green: #4283B2;
	--darkGreen: #0D567B;
	--darkerGreen: #0D567B;
	--hoverGreen: #DFEDD4;
	--purple: #6d1d6b;
	--yellow: #edce6a;
}

html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

body {
	color: var(--gray);
	font-family: 'tt_norms_proregular';
	font-size: 16px;
	font-weight: 400;
	line-height: 1.87;
}

::-moz-selection {
	background-color: var(--black);
	color: var(--white);
}

::selection {
	background-color: var(--black);
	color: var(--white);
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: all 0.3s ease-in-out;
}

a {
	color: var(--black);
	text-decoration: none;
	transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

a:focus,
a:hover {
	color: var(--darkerGreen);
	text-decoration: none;
}

.entry-content .link {
	color: var(--gray);
	font-size: 14px;
	font-weight: 900;
	letter-spacing: 0.84px;
	text-transform: uppercase;
	display: inline-block;
	padding-right: 26px;
	position: relative;
	font-family: 'tt_norms_problack';
	text-decoration: none;
}

.entry-content .link::after,
.entry-content .link::before {
	content: '';
	display: inline-block;
	background: url( "images/link-arrow-icon.svg" ) no-repeat center center;
	background-size: contain;
	width: 17px;
	height: 11px;
	position: absolute;
    top: 7px;
    right: 0;
}

.entry-content .link::after {
	background-image: url( "images/link-arrow-hover-icon.svg" );
	opacity: 0;
}

.entry-content .link,
.entry-content .link::before,
.entry-content .link::after {
	transition: all ease-in-out 0.3s;
}

.entry-content .link:hover,
.entry-content .link:focus {
	color: #2D6228;
}

.entry-content .link:hover::before,
.entry-content .link:focus::before {
	opacity: 0;
}

.entry-content .link:hover::after,
.entry-content .link:focus::after {
	opacity: 1;
}

p {
	margin: 0;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 5px solid currentColor;
	clear: both;
	color: var(--darkerGreen);
	margin: 1.65em auto;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

mark {
	background: var(--gray);
	color: var(--black);
}

blockquote {
	margin: 30px;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--black);
	font-family: 'tt_norms_problack';
	font-weight: 900;
	line-height: 1.2;
	margin: 0 0 17px;
}

h1 {
	font-size: 50px;
}

h2 {
	font-size: 45px;
	line-height: 1.31;
	text-transform: capitalize;
}

h3 {
	font-size: 24px;
	line-height: 1.33;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 14px;
	color: var(--gray);
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}

/* Forms
--------------------------------------------- */

input, 
select, 
textarea, 
#page-container .gfield input, 
#page-container .gfield select,
#page-container .gfield textarea {
	background-color: var(--white);
	border: 1px solid var(--black);
	border-radius: 0;
	color: var(--black);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.15;
	padding: 6px 12px;
	width: 100%;
}

input:focus,
textarea:focus,
#page-container .gfield input:focus, 
#page-container .gfield select:focus,
#page-container .gfield textarea:focus {
	border: 1px solid var(--green);
	outline: none;
}

#page-container input[type="checkbox"],
#page-container input[type="image"],
#page-container input[type="radio"] {
	width: auto;
	padding: 0;
}

#page-container input:focus[type="checkbox"],
#page-container input:focus[type="image"],
#page-container input:focus[type="radio"] {
	outline: 1px solid var(--black);
}

:-ms-input-placeholder {
	color: var(--gray);
	opacity: 1;
}

::placeholder {
	color: var(--gray);
	opacity: 1;
}

#page-container .button,
#page-container input[type="button"],
#page-container input[type="reset"],
#page-container input[type="submit"],
#page-container .ow-button-base a.ow-icon-placement-left,
#page-container .cta-grid-section .CIW-style-10.image-widget-container .widget-inner-wrap .image-widget-info .button {
	background-color: var(--darkGreen);
	border: 1px solid var(--green);
	border-radius: 27px;
	box-shadow: none;
	color: var(--white);
	cursor: pointer;
	font-weight: 700;
	line-height: 14px;
	font-size: 14px;
	padding: 19px 32px;
	width: auto;
	display: inline-block;
	min-width: 185px;
	text-align: center;
	text-decoration: none;
	font-family: inherit;
}

#page-container .ow-button-base a.ow-icon-placement-left {
	color: var(--white) !important;
}

#page-container .button:hover,
#page-container .button:focus,
#page-container input:hover[type="button"],
#page-container input:hover[type="reset"],
#page-container input:hover[type="submit"],
#page-container .cta-grid-section .CIW-style-10.image-widget-container .widget-inner-wrap .image-widget-info .button:hover,
#page-container .cta-grid-section .CIW-style-10.image-widget-container .widget-inner-wrap .image-widget-info .button:focus {
	background-color: var(--green);
	border-color:  var(--darkGreen);
	text-decoration: none;
	color: var(--black);
}

#page-container .ow-button-base a.ow-icon-placement-left:hover,
#page-container .ow-button-base a.ow-icon-placement-left:focus {
	background-color: var(--green);
	color: var(--black) !important;
}

#page-container .cta-grid-section .CIW-style-10.image-widget-container .widget-inner-wrap .image-widget-info .button::after {
	display: none;
}

#page-container .button.btn-hover-red:hover,
#page-container .button.btn-hover-red:focus {
	background-color: var(--red);
	border-color:  var(--red);
	color: var(--black);
}

#page-container .button.btn-hover-blue:hover,
#page-container .button.btn-hover-blue:focus {
	background-color: var(--blue);
	border-color:  var(--blue);
	color: var(--white);
}

#page-container .button.btn-purple {
	background-color: var(--purple);
	border-color:  var(--purple);
}

#page-container .button.btn-purple:hover,
#page-container .button.btn-purple:focus {
	border-color: var(--green);
	background-color: var(--green);
	color: var(--black);
}

#page-container .button.btn-yellow {
	background-color: var(--yellow);
	border-color:  var(--yellow);
	color: var(--black);
}

#page-container .button.btn-yellow:hover,
#page-container .button.btn-yellow:focus {
	background-color: var(--white);
	border-color:  var(--black);
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

.button + .button {
	margin-top: 5px;
	margin-left: 20px;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
	width: 100%;
}

th,
td {
	border: 1px solid var(--gray);
	text-align: left;
	vertical-align: top;
	padding: 12px 15px;
}

th {
	font-weight: 700;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
	background: var(--white);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip: auto !important;
	color: var(--black);
	display: block;
	font-size: 1em;
	font-weight: bold;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

.more-link {
	position: relative;
	display: inline-block;
}

/* Skip Links
--------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */
:focus {
	outline: 1px solid var(--black);
	outline-offset: -1px;
}

.js-focus-visible :focus:not(.focus-visible) {
	outline: none !important;
}

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-inner {
	clear: both;
	padding-top: 70px;
	padding-bottom: 70px;
}

/* Site Containers
--------------------------------------------- */

/* Column Widths and Positions
--------------------------------------------- */

/* Content */
.content {
	float: left;
	width: 780px;
}

.sidebar-content .content {
	float: right;
}

.full-width-content .content {
	width: 100%;
}

/* WordPress
--------------------------------------------- */

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.search-form {
	overflow: hidden;
	width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
	margin: 0 24px 24px 0;
}

.alignright {
	float: right;
	text-align: right;
	margin: 0 0 24px 24px;
}

.content-align-right {
	text-align: right;
}

.widget-area {
	word-wrap: break-word;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 40px;
}

/* Titles
--------------------------------------------- */

.entry-title a,
.sidebar .widget-title a {
	text-decoration: none;
}

.widget-title {
	margin-bottom: 10px;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

p,
.entry-content ol,
.entry-content ul,
.quote-caption {
	margin-bottom: 30px;
}

.entry-content p a,
.entry-content li a {
	text-decoration: underline;
}

.entry-content p a:hover,
.entry-content li a:hover {
	text-decoration: none;
}

.entry-content ol {
	margin-left: 26px;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: none;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.site-inner .pagination ul li {
	display: inline-block;
	padding: 0;
	margin: 0 5px 0 0;
}

.pagination li a {
	background-color: var(--green);
	border: none;
	border-radius: 3px;
	color: var(--white);
	cursor: pointer;
	font-weight: 400;
	padding: 5px 12px;
	display: inline-block;
}

.pagination li a:hover,
.pagination li a:focus,
.pagination li.active a {
	background-color: var(--darkGreen);
	text-decoration: none;
}

/*
Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
	float: right;
	width: 340px;
}

.sidebar-content .sidebar {
	float: left;
}

.sidebar img {
	margin-bottom: 15px;
}

.sidebar p:last-child,
.sidebar .featured-content img {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 40px;
	border-top: 1px solid;
	padding-top: 40px;
}

.sidebar .widget:nth-of-type(1) {
	padding-top: 0;
	border-top: 0;
}

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

.site-footer {
	background-color: var(--darkerGreen);
}

.site-footer,
.site-footer a {
	color:var(--white);
}

.site-footer .widget_siteorigin-panels-builder:nth-of-type(1) {
	position: relative;
	padding: 80px 0 87px;
}

.site-footer *:focus {
	outline-color: var(--white);
}

#page-container .footer-connect-section {
	max-width: 324px !important;
	position: absolute;
	top: 90px;
	left: 0;
	right: 0;
}

.social-icons {
	padding: 22px 0 0;
}

.social-icons .widget-title {
	margin: 0 0 15px;
	font-weight: 400;
	font-family: 'tt_norms_proregular';
	color: var(--white);
	font-size: 17px;
	text-align: center;
}

.social-icons p {
	display: flex;
	justify-content: center;
	gap: 12px;
}

.icon {
	width: 20px;
	height: 20px;
	display: inline-block;
	background: url( "images/facebook-icon.svg" ) no-repeat center center;
	background-size: contain;
}

.icon.instagram {
	background-image: url( "images/instagram-icon.svg" );
}

.icon.pintrest {
	background-image: url( "images/pintrest-icon.svg" );
}

.icon.twitter {
	background-image: url( "images/x-icon.svg" );
}

.icon.linkedin {
	background-image: url( "images/linkedin-icon.svg" );
}

.icon.youtube {
	background-image: url( "images/youtube-icon.svg" );
}

.icon.email {
	background-image: url( "images/email-icon.svg" );
}

#page-container .footer-grid-section .panel-grid-cell {
	width: 268px;
	line-height: 2.15;
}

.footer-grid-section p,
.footer-grid-section p a,
.tax-id-section p {
	color: var(--white);
}

.footer-grid-section p strong {
	font-family: 'tt_norms_problack';
	line-height: 1.29;
	display: inline-block;
}

.footer-grid-section p:nth-of-type(1) {
	margin: 0 0 30px;
	border-bottom: 1px solid rgba( 255, 255, 255, 0.75 );
	min-height: 220px;
}

#page-container .tax-id-section {
	max-width: 287px !important;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 105px;
}

.tax-id-section p {
	line-height: 1.50;
}

.footer-copyright-section {
	border-top: 1px solid rgba( 255,255,255, 0.25 );
	letter-spacing: 0.84px;
	font-size: 14px;
	line-height: 1.71;
	padding: 32px 0;
}

.footer-copyright-section p {
	margin: 0 0 7px;
}

.footer-copyright-section a:hover {
	text-decoration: underline;
}

.footer-copyright-section p:last-child {
	margin: 0;
}

/*
Custom Styling
---------------------------------------------------------------------------------------------------*/

/*
Siteorigin Page Builder Styling
--------------------------------------------- */

.siteorigin-panels .site-inner {
	padding: 0;
}

.siteorigin-panels:not(.content-sidebar) .site-inner .wrap, 
.site-footer .wrap {
	max-width: 100%;
	margin-right: 0;
	margin-left: 0;
}

.wrap,
.so-panels-full-wrapper, 
.panel-grid.panel-no-style, 
.panel-row-style:not([data-stretch-type]) {
	max-width: 1170px;
	margin: 0 auto;
}

.content-sidebar.siteorigin-panels .site-inner {
	padding-top: 50px;
	padding-bottom: 50px;
}

.siteorigin-panels .entry {
	margin-bottom: 0;
}

/*
Top Bottom Gap Styling
--------------------------------------------- */

.top-gap {
	padding-top: 100px;
}

.bottom-gap {
	padding-bottom: 100px;
}

.top-gap-medium {
	padding-top: 70px;
}

.bottom-gap-medium {
	padding-bottom: 70px;
}

.top-gap-small {
	padding-top: 50px;
}

.bottom-gap-small {
	padding-bottom: 50px;
}

.top-gap-tiny {
	padding-top: 30px;
}

.bottom-gap-tiny {
	padding-bottom: 30px;
}

.row-gap,
.row-gap.panel-row-style:not([data-stretch-type]){
	margin-bottom: 40px;
}

/*
Dark Background Section Styling
--------------------------------------------- */

.dark-bg-section {
	background-color: var(--black);
}

.dark-bg-section *,
.fonts-light * {
	color: var(--white);
}

/*
List Styling
------------------------------------------------- */

.site-inner ul {
	margin-left: 0;
}

.site-inner ul li {
	display: block;
	position: relative;
	padding-left: 34px;
	line-height: 1.62;
	margin-bottom: 14px;
}

.site-inner ul li:last-child {
	margin-bottom: 0;
}

.site-inner ul li:before {
	content: '';
	background: #BBBBBB;
	width: 5px;
	height: 5px;
	position: absolute;
	top: 11px;
	left: 0;
	border-radius: 50%;
}

#page-container form li,
#page-container .slider li,
#page-container .sidebar ul li,
#page-container .page-numbers li,
#page-container ul.products li {
	padding-left: 0px;
	margin-bottom: 0px;
}

#page-container form li::before,
#page-container .slider li::before,
#page-container .sidebar ul li::before,
#page-container .page-numbers li::before,
#page-container ul.products li::before,
#page-container .pagination ul li::before,
#page-container .pagination ul li::before {
	display: none;
}

#page-container form li {
	font-weight: 400;
}

#page-container form li a,
#page-container .sidebar ul li a {
	font-style: italic;
	text-decoration: underline;
}

#page-container .sidebar ul li a {
	font-style: normal;
}

#page-container form li a:hover,
#page-container .sidebar ul li a:hover {
	text-decoration: none;
}

.site-inner .list-style-checkmark ul li::before {
	width: 19px;
	height: 14px;
	background: url( "images/gray-check-icon.svg" ) no-repeat center center;
	top: 5px;
}

#page-container .sidebar ul li {
	margin: 0 0 14px;
}

/*
Large/Medium/Small Width Content Container
--------------------------------------------- */

.large-container,
.medium-container,
.small-container {
	width: 100%;
	margin: 0 auto;
}

#page-container .large-container {
	max-width: 1040px;
}

#page-container .medium-container {
	max-width: 980px;
}

#page-container .small-container {
	max-width: 690px;
}

/*
Additional Styling
------------------------------------------------- */

*:last-child {
	margin-bottom: 0;
}

p:empty {
	display: none;
}

a[href^="tel"] {
	display: inline-block;
}

.fonts-large {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.44;
	font-family: 'tt_norms_probold';
}

.image-shadow img {
	box-shadow: 0px 10px 25px 0px rgba( 0, 0, 0, 0.07 );
}

.entry-content a {
	color: var(--gray);
}

.mejs-controls a.mejs-horizontal-volume-slider {
	color: var(--white);
}

.border-top-5px {
	border-top: 5px solid var(--darkerGreen);
}

.border-bottom-5px {
	border-bottom: 5px solid var(--darkerGreen);
}

#page-container .search-form input[type="submit"] {
	display: none;
}

a.focus-visible .aligncenter {
	outline: 1px solid var(--black);
}

.cky-notice-group {
	justify-content: center !important;
}

.cky-btn {
	border-radius: 22px !important;
}

.cky-btn:hover {
	opacity: 1 !important;
	border-color: var(--darkGreen) !important;
	background-color: var(--darkGreen) !important;
	color: var(--black) !important;
}

.wsp-container ul li ul {
	margin-top: 14px;
}

/*
Sharing Icons Styling
------------------------------------------------- */

#page-container .sharing-btns {
	display: inline-block;
	vertical-align: middle;
}

#page-container .sharing-btns,
#page-container .sharing-btns li {
	margin: 0;
	padding: 0;
}

#page-container .sharing-btns li {
	float: left;
	line-height: normal;
	margin: 0 5px 0 0;
	background-color: var(--darkerGreen);
	display: inline-flex;
	padding: 5px;
	align-items: center;
	justify-content: center;
	transition: all ease-in-out 0.3s;
}

#page-container .sharing-btns li:hover,
#page-container .sharing-btns li:focus-within {
	background-color: var(--green);
}

#page-container .sharing-btns li::before {
	display: none;
}

#page-container .sharing-btns li a:hover,
#page-container .sharing-btns li a:focus {
	text-decoration: none;
}

#page-container .sharing-btns li:last-child {
	margin: 0;
}

/* Gravity forms styling
------------------------------------------------- */

#page-container .gform_wrapper.gravity-theme .gfield label,
#page-container .gform_wrapper.gravity-theme .gfield_label {
	/* font-weight: 400; */
	margin: 0;
	/* padding: 0 5px; */
	line-height: normal;
}

#page-container .gform_wrapper.gravity-theme .gfield_required {
	color: inherit;
	font-size: inherit;
	padding-inline-start: 0;
}

#page-container .gform_wrapper.gravity-theme .gform_fields {
	grid-column-gap: 24px;
	/* grid-row-gap: 6px; */
}

#page-container .gform_wrapper.gravity-theme .gform_footer,
#page-container .gform_wrapper.gravity-theme .gform_page_footer {
	margin: 0;
	padding: 36px 0 0;
}

#page-container .gform_wrapper.gravity-theme .gform_footer .button {
	margin: 0;
}

#page-container .gform_wrapper.gravity-theme .gfield_description {
	margin: 0;
	padding: 0 5px 2px;
	font-size: 0.7rem;
	color: inherit;
}

#page-container .gform_wrapper.gravity-theme .gfield label a {
	text-decoration: underline;
	font-style: italic;
	color: inherit;
}

#page-container .gform_wrapper.gravity-theme .gfield label a:hover {
	text-decoration: none;
}

.additional-notes {
	font-size: 0.7rem;
	line-height: normal;
	margin-bottom: 15px;
}

/*
Gravity Forms Error Styling
------------------------------------------------- */

#page-container .gform_wrapper.gravity-theme .instruction,
#page-container .gform_wrapper.gravity-theme .validation_message {
	display: none;
}

#page-container .gform_validation_errors .gform-icon {
	height: auto;
	top: 10px;
}

#page-container .gform_wrapper .gform_validation_errors {
	padding: 10px 10px 10px 48px;
	border-radius: 0;
	border-width: 1px;
}

#page-container .gform_wrapper .gform_validation_errors > h2 {
	font-weight: 400;
	font-family: inherit;
	margin-bottom: 5px;
	line-height: normal;
}

#page-container .gform_wrapper .gform_validation_errors > ol {
	margin-bottom: 0;
	margin-left: 0;
}

/*
Blog Page
------------------------------------------------- */

.entry-image-link {
	float: left;
}

.entry-image-link img {
	border: 1px solid var(--gray);
	padding: 5px;
	margin: 9px 0 0;
}

.post-title-text {
	margin-left: 170px;
}

.type-post .entry-title,
.search article .entry-title {
	margin: 0 0 20px;
	font-size: 30px;
}

.entry-footer {
	border-top: 3px solid var(--gray);
	border-bottom: 3px solid var(--gray);
	padding: 7px 0;
	overflow: hidden;
	margin-top: 30px;
}

.entry-footer span {
	display: inline-flex;
	margin-right: 10px;
	font-family: 'tt_norms_problack';
	text-transform: uppercase;
	vertical-align: middle;
}

.entry-footer:empty {
	display: none;
}

#page-container .type-post:last-child {
	margin-bottom: 50px;
}

/*
Custom Templates
----------------------------------------------------------------------------------------------------*/

.contain-left-side .panel-grid-cell:first-child {
	padding-left: calc( calc( 100% - 1620px  ) / 2 );
}

.contain-right-side .panel-grid-cell:last-child {
	padding-right: calc( calc( 100% - 1620px  ) / 2 );
}

.newsletter-section .newsletter-col {
	padding-left: 150px;
}

.newsletter-section .gform_wrapper {
	max-width: 476px;
}

.cta-grid-section .image-widget-container .widget-inner-wrap {
	min-height: 520px;
	background-color: var(--white);
	transition: all ease-in-out 0.3s;
	border-top: 3px solid var(--darkerGreen);
	box-shadow: 0px 10px 25px 0px rgba( 0, 0, 0, 0.07 );
	text-align: center;
	padding: 44px 32px;
}

.cta-grid-section .image-widget-container .widget-inner-wrap:hover,
.cta-grid-section .image-widget-container .widget-inner-wrap:focus-within {
	background-color: #DFEDD4;
}

.cta-grid-section .image-widget-container .widget-inner-wrap .image-container {
	height: 162px;
	margin: 0 auto 37px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.cta-grid-section .image-widget-container .widget-inner-wrap .widget-title {
	margin: 0 0 16px;
}

.cta-grid-section .image-widget-container .widget-inner-wrap .image-description {
	padding-bottom: 30px;
	min-height: 97px;
}

.cta-grid-section .image-widget-container .widget-inner-wrap .image-widget-readmore {
	margin: 0;
}

.programs-section .programs-col {
	max-width: 610px;
}

.programs-section .program-item {
	margin-bottom: 22px;
}

.programs-section .program-item .so-widget-sow-image {
	display: flex;
	align-items: center;
	gap: 22px;
}

.programs-section .widget_sow-button {
	padding-top: 14px;
}

.images-slider-row,
.logo-slider-row,
.news-slider-row {
	position: relative;
}

.images-slider-row .tns-controls,
.logo-slider-row .tns-controls,
.news-slider-row .tns-controls {
	display: flex;
	justify-content: space-between;
	width: 1400px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	z-index: 9;
}

.images-slider-row .tns-controls button,
.logo-slider-row .tns-controls button,
.news-slider-row .tns-controls button {
	padding: 0;
	margin: 0;
	text-indent: -9999px;
	width: 34px;
	height: 57px;
	background: url( "images/black-left-arrow.svg" ) no-repeat center center;
	background-size: contain;
	border: 0;
}

.images-slider-row .tns-controls button[data-controls="next"],
.logo-slider-row .tns-controls button[data-controls="next"],
.news-slider-row .tns-controls button[data-controls="next"] {
	background-image: url( "images/black-right-arrow.svg" );
}

.cta-hover-grid-row .image-container {
	margin-bottom: 0px;
}

.cta-hover-grid-row .image-container img {
	width: 100%;
}

.cta-hover-grid-row .image-widget-info a {
	background-color: var(--white);
	max-width: calc( 100% - 70px );
	margin: 0 auto;
	padding: 35px 35px 54px;
	margin-top: -65px;
	display: block;
	position: relative;
	box-shadow: 0px 10px 25px 0px rgba( 0, 0, 0, 0.07 );
	color: inherit;
	transition: all ease-in-out 0.3s;
	min-height: 267px;
}

.cta-hover-grid-row .panel-grid-cell .widget-title {
	border-bottom: 3px solid var(--darkGreen);
	padding-bottom: 21px;
	margin: 0 0 13px;
}

.cta-hover-grid-row .image-widget-info a:hover,
.cta-hover-grid-row .image-widget-info a:focus,
.cta-hover-grid-row .image-widget-info:focus-within a {
	background-color: var(--hoverGreen);
}

.cta-hover-grid-row .image-widget-info .image-description {
	margin: 0 0 13px;
}

.cta-hover-grid-row .image-widget-info a .link {
	cursor: default;
	pointer-events: none;
	bottom: 34px;
	position: absolute;
}

.news-slider-row .tns-ovh {
	padding: 20px;
	margin: -20px;
}

.news-posts .news-item .news-inner-wrap {
	background-color: var(--white);
	box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.07);
}

.news-posts .news-item .news-image {
	position: relative;
	min-height: 500px;
}

.news-posts .news-item .news-image img {
	position: absolute;
	height: 100%;
	object-fit: cover;
	top: 0;
	left: 0;
}

.news-posts .news-item .news-title {
	font-size: 18px;
	color: inherit;
	font-family: 'tt_norms_proregular';
	margin: 0 0 7px;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}

.news-posts .news-item .news-excerpt-box {
	padding: 32px 18px 62px;
	min-height: 268px;
	position: relative;
}

.news-posts .news-item .news-excerpt {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin: 0 0 20px;
}

.news-posts .news-item .link {
	position: absolute;
	bottom: 42px;
}

#page-container .icons-grid-row .panel-grid-cell {
	padding: 0 20px;
}

#page-container .icons-grid-row .sow-image-container {
	min-height: 163px;
	align-items: flex-end;
	margin: 0 auto 37px;
}

.cta-hover-grid-row.no-description .image-widget-info a {
	min-height: 180px;
}

.cta-hover-grid-row.three-cols-row .image-widget-info a {
	min-height: 172px;
	padding-left: 20px;
	padding-right: 20px;
}

.cta-hover-grid-row.three-cols-row .double-line-title .image-widget-info a {
	min-height: 202px;
}

.post-image [src*="placeholder-image.jpg"] {
	border: 1px solid #eee;
}

.news-image [src*="placeholder-image.jpg"] {
	border-bottom: 1px solid #eee;
}

.featured-post .featured-post-item .post-image {
	margin: 0 0 20px;
}

.featured-post .featured-post-item .post-image img {
	width: 100%;
}

.featured-post .featured-post-item .post-excerpt-box .post-excerpt {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}

.blog-posts .blog-post-item {
	border-top: 3px solid var(--darkerGreen);
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 25px 0;
	align-items: center;
}

.blog-posts .blog-post-item .post-image {
    width: 168px;
}

.blog-posts .blog-post-item .post-image img {
	height: 163px;
	object-fit: cover;
}

.blog-posts .blog-post-item .post-excerpt-box {
    width: calc( 100% - 190px );
}

.blog-posts .blog-post-item .post-excerpt-box .post-title,
.blog-posts .blog-post-item .post-excerpt-box .post-excerpt {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.blog-posts .blog-post-item .post-excerpt-box .post-title {
	margin: 0 0 4px;
	line-height: 1.25;   
}

.blog-posts .blog-post-item .post-excerpt-box .post-excerpt {
	margin: 0 0 9px;
}

.blog-posts .blog-post-item:first-child {
	border-top: 0;
	padding-top: 0;
}

.blog-posts .blog-post-item:last-child {
	padding-bottom: 0;
}

@keyframes ltr {
	100% {
		transform: translateX(100%);
	}
}
@keyframes rtl {
	100% {
		transform: translateX(-100%);
	}
}

.ticker {
	display: flex;
	width: 1000%;
	margin: 0 0 50px;
}

.ticker.ltr {
	transform: translateX(-1170px);
}

.ticker__list {
	display: flex;
	gap: 30px;
	align-items: center;
	padding: 0 15px;
}

.ticker__list .ticker__item {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 150px;
}

.ticker__list .ticker__item img {
	object-fit: contain;
	display: block;
}

.ticker.ltr .ticker__list {
	animation: ltr 60s infinite linear;
}

.ticker.rtl .ticker__list {
	animation: rtl 60s infinite linear;
}

.ticker-section {
	overflow: hidden;
}

.how-works-section {
	padding-top: 96px;
	padding-bottom: 44px;
}

.how-works-section * {
	color: var(--white);
}

#page-container .how-works-section .sow-image-container {
	min-height: 124px;
	align-items: center;
	margin: 0 0 26px;
}

.how-works-section .widget-title {
	min-height: 64px;
}

.how-works-section .panel-grid-cell {
	position: relative;
}

.how-works-section .panel-grid-cell::before {
	content: '';
	display: block;
	background: url( "images/big-white-arrow-icon.svg" ) no-repeat center center;
	background-size: 100%;
	width: 64px;
	height: 65px;
	position: absolute;
	right: -48px;
	top: 121px;
}

.how-works-section .panel-grid-cell:last-child:before {
	display: none;
}

#page-container .how-works-section .van-icon .sow-image-container {
	min-height: 119px;
	position: relative;
	padding: 127px 0 0;
	width: 118px;
	margin: 0 auto;
}

#page-container .how-works-section .van-icon .sow-image-container::before {
	content: '';
	display: block;
	width: 6px;
	height: 132px;
	background-color: var(--white);
	position: absolute;
	top: -8px;
	left: 36px;
}

.how-works-section .panel-grid-cell .fonts-large {
	text-align: center;
	padding: 0 30px 12px;
	position: absolute;
	background: url( "images/large-arrow-icon.svg" ) no-repeat bottom center;
	background-size: 100%;
	width: 518px;
	left: 222px;
	bottom: 28px;
}

/*
Talha Styling
--------------------------------------------------------------------------------------------------*/

.food-intro-section .widget_siteorigin-panels-builder .panel-grid-cell,
.volunteer-section .widget_siteorigin-panels-builder .panel-grid-cell{
    text-align: center;
    padding:0 30px;
}

.food-intro-section .widget_siteorigin-panels-builder .remove-icon-gap .panel-grid-cell{
    padding: 0 0;
}

.volunteer-section .widget_siteorigin-panels-builder .panel-grid-cell{
    padding: 0px 5px;
    line-height: 26px;
}

.food-intro-section .widget_siteorigin-panels-builder .panel-grid-cell .sow-image-container{
    min-height: 145px;
    margin-bottom: 25px;
}

.volunteer-section .widget_siteorigin-panels-builder .panel-grid-cell .sow-image-container{
    min-height: 110px;
    margin-bottom: 10px;
}

.food-intro-section .widget_siteorigin-panels-builder .panel-grid-cell .sow-image-container img,
.volunteer-section .widget_siteorigin-panels-builder .panel-grid-cell .sow-image-container img{
    margin: 0 auto;
}

.volunteer-section .widget_siteorigin-panels-builder .panel-grid-cell h3{
    margin-bottom: 20px;
}

.text-image-row .so-panels-full-wrapper, 
.text-image-row .panel-grid.panel-no-style, 
.text-image-row.panel-row-style:not([data-stretch-type]) ,
.image-text-row .so-panels-full-wrapper, 
.image-text-row .panel-grid.panel-no-style, 
.image-text-row.panel-row-style:not([data-stretch-type]) {
    max-width: 1620px;
}

.text-image-row .widget_siteorigin-panels-builder .panel-layout .panel-grid .panel-grid-cell:first-child{
    padding-left: 120px;
}

.text-image-row .widget_siteorigin-panels-builder .panel-layout .panel-grid .panel-grid-cell:first-child .so-panel{
    max-width: 660px;
}

.image-text-row .widget_siteorigin-panels-builder .panel-layout .panel-grid .panel-grid-cell:last-child{
    padding-right: 120px;
}

.image-text-row .widget_siteorigin-panels-builder .panel-layout .panel-grid .panel-grid-cell:last-child .so-panel{
    max-width: 660px;
}

.list-style-round-checkmark{
    font-weight: 700;
    color: #000;
}

.list-style-round-checkmark ul li{
    padding-left: 0px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    gap: 25px;
    line-height: 24px;
}

.list-style-round-checkmark ul li:last-child{
    margin-bottom: 0px;
}

.site-inner  .list-style-round-checkmark ul li:before{
    background-image: url("images/list-style-tick.svg");
    width:60px;
    min-width:60px;
    height: 61px;
    position: relative;
    top:0px;
}

.icon-text-section h3{
    border-bottom: 3px solid var(--darkerGreen);
    padding-bottom: 25px;
    margin-bottom: 25px;
    width: fit-content;
}

.icon-text-section .widget_siteorigin-panels-builder .panel-layout .panel-grid .widget_sow-button {
    display: inline-block;
    margin-top: 35px;
    margin-right: 30px;
}

#page-container .sow-accordion-panel .sow-accordion-panel-header:hover, 
#page-container .sow-accordion-panel-open .sow-accordion-panel-header {
    background: transparent;
}

#page-container .sow-accordion-panel {
    border-top: 2px solid var(--darkerGreen);
    padding-top: 60px;
    padding-bottom: 50px;
}

#page-container .accordian-small-gap .sow-accordion-panel{
    padding-top: 24px;
    padding-bottom: 15px;
}

#page-container .accordian-small-gap .sow-accordion-panel:first-child,
#page-container .sow-accordion-panel:first-child {
    border-top: 0;
}

#page-container .sow-accordion-panel:last-child {
    border-bottom: 2px solid var(--darkGreen);
}

#page-container .sow-accordion-panel-header {
    background: transparent;
    border-radius: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    flex-direction: row;
    padding: 0 40px 0px 1px;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    border-bottom: 0px;
    border-top: 0px;
    border-left: 0;
    border-right: 0;
}

#page-container .sow-accordion-title {
    color: var(--black);
    width: 100%;
    display: block;
}

#page-container .sow-accordion-panel-border {
    background: transparent;
    padding: 20px 17% 5px 0;
    line-height: 30px;
    border: 0px;
}

#page-container .sow-accordion-title:after {
    content: '';
    display: inline-block;
    width: 37px;
    height: 18px;
    background: url(images/accordian-arrow-open.svg) no-repeat center;
    position: absolute;
    top: 15px;
    right: 0;
    transition: all 0.3s ease;
    transform: rotate(180deg);
}

#page-container .sow-accordion-panel-open .sow-accordion-title:after {
    transform: rotate(0deg);
}

#page-container .core-values .linked-hover-grid-row {
	margin-bottom: 30px;
}

.linked-hover-grid-row .image-container{
    margin-bottom: 0px;
}

.linked-hover-grid-row .image-widget-info {
    background: #fff;
    max-width: calc(100% - 70px);
    margin: 0 auto;
    padding: 40px 20px 20px 20px;
    margin-top: -65px;
    display: block;
    position: relative;
    box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.07);
}

.linked-hover-grid-row .panel-grid-cell .widget-title{
    border-bottom: 3px solid var(--darkerGreen);
    padding-bottom: 20px;
    margin-bottom: 24px;
}

.linked-hover-grid-row .image-description p:last-child{
    display: flex;
    align-items: center;
    gap: 7px;
    /*font-size: 14px;
    font-weight: 500;
    font-family: 'tt_norms_problack';*/
    color: var(--gray);
}

.linked-hover-grid-row .image-description p:last-child img{
    margin-bottom: 0px;
}

.linked-hover-grid-row .whole-link-enabled a:hover .image-widget-info,
.linked-hover-grid-row .whole-link-enabled a:focus .image-widget-info,
.linked-hover-grid-row .CIW-style-10:hover .image-widget-info,
.linked-hover-grid-row .CIW-style-10:focus-within .image-widget-info{
    background: var(--hoverGreen);
}

.cta-section{
    padding-top: 130px;
    padding-bottom: 100px;
    position: relative;
}

.cta-section:before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.70) 25.63%, rgba(0, 0, 0, 0.00) 99.85%);
    z-index: 1;
}

.cta-section.right-dark-overlay:before{
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.70) 25.63%, rgba(0, 0, 0, 0.00) 99.85%);
}

.cta-section .widget_siteorigin-panels-builder .panel-layout .panel-grid .panel-grid-cell:not(.panel-grid-cell-empty){
    padding-top: 70px;
    padding-bottom: 60px;
    padding-left: 50px;
    padding-right: 50px;
    max-width: 690px;
    border-top: 4px solid var(--darkGreen);
    background-color: var(--white);
    min-height: 382px;
}

.cta-section .so-widget-image{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.cta-section .widget_siteorigin-panels-builder,
.cta-section .widget_siteorigin-panels-builder .panel-grid.panel-no-style {
    max-width: 1410px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 9;
}

#page-container .different-ways-section .image-widget-info{
    margin-top: 15px;
}

#page-container .different-ways-section .image-widget-info:hover span.image-widget-readmore.button,
#page-container .different-ways-section a:focus span.image-widget-readmore.button,
#page-container .different-ways-section .image-widget-info:focus-within span.image-widget-readmore.button{
    color: var(--darkGreen);
}

#page-container .different-ways-section span.image-widget-readmore.button,
#page-container span.image-widget-readmore.button,
#page-container .image-widget-readmore.button,
#page-container .image-widget-info .button {
    background: transparent;
    color: var(--grey);
    border: 0px;
    padding: 0px;
    text-align: left;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.84px;
    position: relative;
    font-family: 'tt_norms_problack';
    display: flex;
    align-items: center;
    gap: 10px;
}

#page-container .different-ways-section .image-widget-info:hover span.image-widget-readmore.button:after,
#page-container .different-ways-section a:focus span.image-widget-readmore.button:after,
#page-container .different-ways-section .image-widget-info:focus-within span.image-widget-readmore.button:after,
#page-container .different-ways-section span.image-widget-readmore.button:hover,
#page-container .different-ways-section span.image-widget-readmore.button:focus,
#page-container .different-ways-section .image-widget-info:hover span.image-widget-readmore.button,
#page-container .ways-to-give-section .CIW-style-10 span.image-widget-readmore.button:focus,
#page-container .ways-to-give-section .CIW-style-10 span.image-widget-readmore.button:hover,
#page-container .ways-to-give-section .CIW-style-10 .image-widget-readmore.button:hover,
#page-container .ways-to-give-section .CIW-style-10 .image-widget-readmore.button:focus,
#page-container .ways-to-give-section .CIW-style-10 .image-widget-info .button:hover,
#page-container .ways-to-give-section .CIW-style-10 .image-widget-info .button:focus {
    filter: invert(46%) sepia(62%) saturate(454%) hue-rotate(67deg) brightness(92%) contrast(92%);
}

#page-container .different-ways-section .CIW-style-9 span.image-widget-readmore.button,
#page-container .CIW-style-9 span.image-widget-readmore.button,
#page-container .CIW-style-9 .image-widget-readmore.button,
#page-container .CIW-style-9 .image-widget-info .button,
#page-container .ways-to-give-section .CIW-style-10 .image-widget-info .button {
    position: absolute;
    bottom: 30px;
    margin-top: 0;
} 

#page-container .different-ways-section span.image-widget-readmore.button:after,
#page-container span.image-widget-readmore.button:after,
#page-container .image-widget-info .button:after,
#page-container .image-widget-readmore.button:after {
    content: "";
    display: block;
    width: 17px;
    height: 11px;
    background-image: url("/wp-content/uploads/2024/07/long-arrow-right.png");
}

#page-container .image-widget-info ul{
    margin-bottom: 0px;
}

.heading-border h2{
    border-bottom: 5px solid var(--darkGreen);
    padding-bottom: 30px;
    margin-bottom: 35px;
}

.ways-to-give-section .linked-hover-grid-row .image-widget-info {
    padding: 30px 25px 65px 25px;
    min-height: 375px;
}

.CIW-style-9 .image-widget-info {
    padding-bottom: 58px;
}

.CIW-style-9 .image-widget-info p{
    margin-bottom: 10px;
}

.ways-to-give-section .linked-hover-grid-row .image-widget-info p{
    margin-bottom: 15px;
}

div.team-posts-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
	column-gap: 30px;
}

div.team-posts-container  .post-details{
    position: relative;
	box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.07);
}

.post-details{
	padding-top: 30px;
    padding-left: 30px;
    padding-right: 20px;
    padding-bottom: 30px;
	margin-bottom: 90px;
    min-height: 220px;
}

div#member-featured-image {
    float: right;
    padding: 0 0 10px 15px;
	max-width: 260px;
}

div.team-posts-container  .post-details .link{
    position: absolute;
    left: 30px;
    bottom: 30px;
    line-height: 1.87;
}

.entry-content .team-item a{
    display: block;
    background: #FBFBFB;
    box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.07);
}

.entry-content .team-item .designation{
    display: block;
    max-width: 300px;
}

.entry-content .team-item a:hover,
.entry-content .team-item a:focus{
	text-decoration: none;
}

#page-container .team-item {
	flex-basis: 370px;
}

#page-container .entry-content .team-item a .button{
	margin-top: 40px;
	background-color: var(--white);
    box-shadow: 0px 7px 20px 0px rgba(0, 82, 163, 0.30);
    text-decoration: none;
    border-color: var(--blue);
    color: var(--blue);
}

#page-container .entry-content .team-item a .button:after{
	background-image: url("images/blue-arrow.png");
}

#page-container .entry-content .team-item a .button:hover,
#page-container .entry-content .team-item a .button:focus{
	background-color: var(--green);
	color: var(--purple);
}

#page-container .entry-content .team-item a .button:hover:after
#page-container .entry-content .team-item a .button:focus:after{
	background-image: url("images/button-arrow.png");
}

.team-item .post-image img {
	min-width: 370px;
}

.single h1.entry-title,
.single h6{
    margin-bottom: 20px;
}

#page-container .hero-section .button{
    min-width: 162px;
}

body .sow-accordion-panel-content p{
	margin-bottom:15px;
}

.table.aligncenter {
	display: flex;
	justify-content: center;
}

.footer-logos {
	text-align:center;
	margin-top:25px;
}

.footer-logos img{
	max-width:70px;
	padding:0 5px;
}

.type-post .entry-title {
	margin: 0 0 5px;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #2D6228;
}

.entry-image-link:hover img {
	border-color: #2D6228;
}

.post-hero-section {
	padding-bottom: 25%;
	position: relative;
}

.post-hero-section img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

figure {
	margin-bottom: 24px;
}

figcaption {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 5px;
}

.media-layout .content {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 30px;
}

.media-layout .content article {
	margin: 0;
}

.media-layout .content article h3 {
	margin: 20px 0 0;
}

.media-layout .content .pagination {
	grid-column: 1 / -1;
	text-align: center;
	margin-top: 0;
}

.video-image a {
	display: block;
	position: relative;
	padding-bottom: 56.25%;
}

.video-image a img {
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
}

#search-icon-button .screen-reader-text,
#search-form-container .search-form-label {
	color: var(--white);
}

.modish-font,
.modish-heading h1,
.modish-heading h2,
.modish-heading h3,
.modish-heading h4,
.modish-heading h5,
.modish-heading h6 {
	font-family: 'luxury_modishregular';
}

.gillsans-font,
.gillsans-heading h1,
.gillsans-heading h2,
.gillsans-heading h3,
.gillsans-heading h4,
.gillsans-heading h5,
.gillsans-heading h6 {
	font-family: 'gill_sans_mt_stdcondensed', sans-serif;
}

.modish-heading h1,
.modish-heading h2,
.modish-heading h3,
.modish-heading h4,
.modish-heading h5,
.modish-heading h6,
.gillsans-heading h1,
.gillsans-heading h2,
.gillsans-heading h3,
.gillsans-heading h4,
.gillsans-heading h5,
.gillsans-heading h6 {
	color: var(--purple);
}

.three-grid-cols .panel-grid-cell {
	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .07);
	background-color: #fff;
}

.three-grid-cols .widget_sow-image + .widget_sow-editor {
	padding: 0 20px 20px;
}

.purple-label {
	text-align: center;
}

.purple-label .textwidget {
	background-color: var(--purple);
    display: inline-block;
    padding: 20px 40px 10px;
}

#page-container .purple-label * {
	color: var(--white);
}

#page-container .font-color-white * {
	color: var(--white);
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

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

	.contain-right-side .panel-grid-cell:last-child {
		padding-right: calc( calc( 100% - 1280px  ) / 2 );
	}

	.contain-left-side .panel-grid-cell:first-child {
		padding-left: calc( calc( 100% - 1280px  ) / 2 );
	}

	.newsletter-section .newsletter-col {
		padding-left: 0;
	}

	.images-slider-row .tns-controls,
	.logo-slider-row .tns-controls,
	.news-slider-row .tns-controls {
		width: 1300px;
	}
}

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

    .cta-section .widget_siteorigin-panels-builder, .cta-section .widget_siteorigin-panels-builder .panel-grid.panel-no-style {
        max-width: 95%;
    }
}

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

    .text-image-row .widget_siteorigin-panels-builder .panel-layout .panel-grid .panel-grid-cell:first-child {
        padding-left: 60px;
    }

    .image-text-row .widget_siteorigin-panels-builder .panel-layout .panel-grid .panel-grid-cell:last-child {
        padding-right: 60px;
    }

    .bottom-gap {
        padding-bottom: 70px;
    }

    .top-gap {
        padding-top: 70px;
    }

    .top-gap-small {
        padding-top: 30px;
    }

    .bottom-gap-small {
        padding-bottom: 30px;
    }
}

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

	.images-slider-row,
	.logo-slider-row,
	.news-slider-row {
		padding: 0 40px;
	}

	.images-slider-row .tns-controls,
	.logo-slider-row .tns-controls,
	.news-slider-row .tns-controls {
		width: 100%;
    }

	.images-slider-row .tns-controls button,
	.logo-slider-row .tns-controls button,
	.news-slider-row .tns-controls button {
		width: 14px;
		height: 24px;
	}

	.contain-left-side .panel-grid-cell:first-child {
		padding-left: 40px;
    }

	.contain-right-side .panel-grid-cell:last-child {
		padding-right: 50px;
    }
}

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

	.wrap,
	#page-container .so-panels-full-wrapper,
	#page-container .panel-grid.panel-no-style,
	#page-container .panel-row-style:not([data-stretch-type]) {
		max-width: calc( 100% - 40px );
	}

	#page-container .so-panels-full-wrapper .so-panels-full-wrapper,
	#page-container .so-panels-full-wrapper .panel-grid.panel-no-style,
	#page-container .panel-row-style:not([data-stretch-type]) .panel-grid.panel-no-style,
	#page-container .so-panels-full-wrapper .panel-row-style:not([data-stretch-type]),
	#page-container .panel-row-style:not([data-stretch-type]) .panel-row-style,
	#page-container .panel-grid.panel-no-style .panel-grid.panel-no-style,
	#page-container .panel-grid.panel-no-style .panel-row-style:not([data-stretch-type]) {
		max-width: 100%;
	}

	.content {
		width: 580px;
	}

	.sidebar {
		width: 320px;
	}

	.cta-grid-section .image-widget-container .widget-inner-wrap .widget-title {
		height: 65px;
	}

	.newsletter-section .newsletter-col {
		padding: 50px 0;
    }

	.how-works-section .widget-title {
		min-height: 95px;
	}

	.how-works-section .panel-grid-cell::before {
		right: -30px;
		top: 150px;
		width: 44px;
		height: 45px;
	}

	.how-works-section .panel-grid-cell .fonts-large {
		width: 430px;
		left: 190px;
		bottom: 25px;
		font-size: 15px;
	}

	#page-container .how-works-section .so-panels-full-wrapper {
		max-width: 940px;
	}

	.food-intro-section .widget_siteorigin-panels-builder .panel-grid-cell {
        text-align: center;
        padding: 0 10px;
    }

    .text-image-row .widget_siteorigin-panels-builder .panel-layout .panel-grid .panel-grid-cell:first-child {
        padding-left: 20px;
    }

    .image-text-row .widget_siteorigin-panels-builder .panel-layout .panel-grid .panel-grid-cell:last-child {
        padding-right: 20px;
    }

    .linked-hover-grid-row .image-widget-info {
        max-width: calc(100% - 40px);
        margin-bottom: 30px;
		margin-top: 0px;
    }

    .linked-hover-grid-row h3 {
        font-size: 22px;
    }

    .cta-section {
        padding-top: 80px;
        padding-bottom: 80px;
    }

	div.team-posts-container {
		column-gap: 10px;
		justify-content: space-evenly;
	}
	
    .cta-section .widget_siteorigin-panels-builder .panel-layout .panel-grid .panel-grid-cell:not(.panel-grid-cell-empty) {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 40px;
        padding-right: 40px;
    }

    .cta-section .widget_siteorigin-panels-builder .top-gap-small {
        padding-top: 20px;
    }

    .hero-section{
        flex-direction: row !important;
    }

    .button + .button {
        margin-left: 10px;
		margin-top: 15px;
    }

	#page-container .mega-menu-grid-row.panel-row-style:not([data-stretch-type]) {
		max-width: 100%;
	}

	/*#page-container .mega-menu-grid-row.panel-row-style:not([data-stretch-type]) .panel-grid-cell {
		width: calc( 33.33% - 15px );
	}*/

	#page-container #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item,
	#page-container #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.mega-menu-grid-row .widget-title {
		font-size: 20px;
		margin: 0 0 15px;
	}

	.mega-menu-grid-row .menu li {
		line-height: normal;
	}
	
	#page-container #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item {
		margin: 0 22px 0 0;
	}
}

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

	h1 {
		font-size: 30px;
	}
	
	h2 {
		font-size: 25px;
	}
	
	h3 {
		font-size: 20px;
	}

	.top-gap-medium {
		padding-top: 35px;
	}
	
	.bottom-gap-medium {
		padding-bottom: 35px;
	}
	
	.top-gap-small {
		padding-top: 25px;
	}
	
	.bottom-gap-small {
		padding-bottom: 25px;
	}
	
	.top-gap-tiny {
		padding-top: 15px;
	}
	
	.bottom-gap-tiny {
		padding-bottom: 15px;
	}
	
	.fonts-large {
		font-size: 17px;
	}

	.content,
	.sidebar {
		float: none;
		width: 100%;
	}
	
	.alignleft,
	.alignright {
		max-width: 300px;
	}

	.site-inner {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.sidebar {
		clear: both;
		padding-top: 60px;
	}
	
	.content-align-right {
		text-align: inherit;
	}

	.cta-grid-section .image-widget-container .widget-inner-wrap {
		min-height: auto;
		padding: 25px 25px 40px;
		max-width: 370px;
		margin: 0 auto;
	}

	.cta-grid-section .image-widget-container .widget-inner-wrap .image-container {
		height: 90px;
		margin: 0 auto 15px;
	}

	.cta-grid-section .image-widget-container .widget-inner-wrap .image-container img {
		height: 100%;
	}

	.cta-grid-section .image-widget-container .widget-inner-wrap .widget-title {
        height: auto;
    }

	.cta-grid-section .image-widget-container .widget-inner-wrap .image-description {
		min-height: auto;
	}

	#page-container .button,
	#page-container input[type="button"],
	#page-container input[type="reset"],
	#page-container input[type="submit"],
	#page-container .ow-button-base a.ow-icon-placement-left {
		padding-top: 13px;
		padding-bottom: 13px;
	}

	.programs-section .programs-col {
		max-width: 100%;
	}

	.contain-right-side {
		padding: 0 20px;
	}

	.programs-section .program-item .so-widget-sow-image {
		gap: 16px;
	}

	.programs-section .program-item .so-widget-sow-image .sow-image-container {
		width: 50px;
	}

	.programs-section .program-item .so-widget-sow-image .sow-image-container + h3 {
		width: calc(100% - 50px);
	}

	.cta-hover-grid-row .image-widget-info a {
		min-height: auto;
		padding: 25px 30px 20px;
		max-width: calc(100% - 50px);
	}

	.cta-hover-grid-row .image-widget-info a .link {
		bottom: 0;
		position: relative;
	}

	.newsletter-section .newsletter-col {
        padding: 0 20px 50px;
    }

	#page-container .dontate-section,
	.newsletter-section .gform_wrapper {
		max-width: 100% !important;
	}

	.site-footer .widget_siteorigin-panels-builder:nth-of-type(1) {
		padding: 25px 0 60px;
	}

	#page-container .footer-connect-section {
		max-width: 178px !important;
		position: relative;
		top: 0;
		margin-bottom: 30px;
	}

	#page-container .footer-connect-section img {
		width: 130px;
	}

	#page-container .footer-grid-section,
	#page-container .tax-id-section {
		max-width: 268px !important;
	}

	.footer-grid-section p,
	.footer-grid-section p:nth-of-type(1) {
		margin: 0 0 30px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.75);
		min-height: auto;
		padding-bottom: 30px;
	}

	.footer-grid-section p:last-child {
		margin-bottom: 0;
	}

	#page-container .tax-id-section {
		position: relative;
		bottom: 0;
		margin-top: 35px;
	}

	br {
		display: none;
	}

	.keep-br-tag br,
	.footer-grid-section br {
		display: block;
	}

	#page-container .icons-grid-row .panel-grid-cell {
		padding: 0;
	}

	#page-container .icons-grid-row .sow-image-container {
		min-height: auto;
		margin: 0 auto 30px;
	}

	.cta-hover-grid-row.no-description .image-widget-info a,
	.cta-hover-grid-row.three-cols-row .image-widget-info a,
	.cta-hover-grid-row.three-cols-row .double-line-title .image-widget-info a {
		min-height: auto;
	}

	.dontate-section .fonts-large.bottom-gap-small,
	.mobile-padding {
		padding-left: 20px;
		padding-right: 20px;
	}

	.blog-posts .blog-post-item:first-child {
		border-top: 3px solid var(--darkerGreen);
		padding-top: 25px;
	}

	.how-works-section {
		padding-top: 40px;
		padding-bottom: 0;
	}

	#page-container .how-works-section .so-panels-full-wrapper {
		max-width: 280px;
		padding-right: 50px;
    }

	.how-works-section .widget-title {
		min-height: auto;
    }

	.how-works-section .widget-title,
	.how-works-section p {
		text-align: left !important;
		line-height: 22px;
	}

	#page-container .how-works-section .sow-image-container {
		min-height: auto;
		justify-content: flex-start;
		margin: 0 0 15px;
	}

	#page-container .how-works-section .sow-image-container img {
		margin: 0;
		width: 100px;
	}

	#page-container .how-works-section .panel-grid-cell {
		padding-bottom: 65px;
	}

	.how-works-section .panel-grid-cell::before {
		right: auto;
		top: auto;
		bottom: 0;
		transform: rotate(90deg);
		left: 0;
	}

	#page-container .how-works-section .van-icon {
		position: absolute;
		right: -50px;
		top: 80px;
	}

	#page-container .how-works-section .van-icon .sow-image-container::before {
		width: 82px;
		height: 6px;
		top: 50%;
		left: -95px;
		margin-top: -3px;
	}

	#page-container .how-works-section .van-icon .sow-image-container {
		min-height: auto;
		position: relative;
		padding: 0;
		width: 72px;
		margin: 0;
	}

	.how-works-section .panel-grid-cell .fonts-large {
		width: 580px;
		left: -30px;
		bottom: -265px;
		font-size: 16px;
		transform: rotate(90deg);
		padding: 0 0 40px;
		background-image: url( "images/mobile-large-arrow.png" );
	}

	.how-works-section .panel-grid-cell .fonts-large p {
		text-align: center !important;
	}

	.posts-section h2 {
		text-align: center;
	}

	.news-slider-row {
		max-width: 450px;
		margin: 0 auto;
	}

	.news-posts .news-item .news-inner-wrap {
		background-color: transparent;
		box-shadow: unset;
	}

	.news-posts .news-item .news-excerpt-box {
		padding-left: 0;
		padding-right: 0;
	}

	.text-image-row .widget_siteorigin-panels-builder .panel-layout .panel-grid .panel-grid-cell:first-child .so-panel{
        margin: 0 auto;
        max-width: 100%;
    }

    .sow-image-container img.so-widget-image{
        margin: 0 auto;
    }

    .linked-hover-grid-row .image-container img {
        width: 100%;
    }

    .linked-hover-grid-row .so-widget-custom_image_widget {
        max-width: 600px;
        margin: 0 auto;
    }

    .bottom-gap {
        padding-bottom: 50px;
    }

    .top-gap {
        padding-top: 50px;
    }

    .cta-section {
        padding-top: 0;
        padding-bottom: 0;
    }

    .cta-section:before{
        display: none;
    }

    .cta-section .so-widget-image {
		position: relative !important;
		left: 0 !important;
		top: 0 !important;
		-webkit-transform: unset !important;
		-moz-transform: unset !important;
		-o-transform: unset !important;
		-ms-transform: unset !important;
		transform: unset !important;
	}

	.cta-section .widget_siteorigin-panels-builder,
	.cta-section .widget_siteorigin-panels-builder .panel-grid.panel-no-style,
	.cta-section .widget_siteorigin-panels-builder .panel-layout .panel-grid .panel-grid-cell:not(.panel-grid-cell-empty) {
		max-width: 100% !important;
	}

	.cta-section .widget_siteorigin-panels-builder .panel-layout .panel-grid .panel-grid-cell:not(.panel-grid-cell-empty) {
		padding: 40px 40px 40px !important;
        min-height: inherit;
	}

	.cta-section .sow-image-container {
		position: relative;
	}

	.cta-section .sow-image-container::before {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0px;
		left: 0px;
		background: linear-gradient(90deg, rgba(0, 0, 0, 0.70) 25.63%, rgba(0, 0, 0, 0.00) 99.85%);
		z-index: 1;
	}

    .different-ways-section {
        text-align: center;
    }

    #page-container .different-ways-section span.image-widget-readmore.button{
        justify-content: center;
    }

    #fancybox-wrap{
        width: 90% !important;
        left: 0px !important;
        right: 0px !important;
        height: 70% !important;
        margin: 0 auto;
    }

	.post-title-text br {
		display: block;
	}

	.icon-text-section .widget_siteorigin-panels-builder .panel-layout .panel-grid .widget_sow-button {
		margin-top: 20px;
		margin-right: 15px;
	}

	#page-container .sow-accordion-panel {
		padding-top: 30px;
		padding-bottom: 20px;
		line-height: normal;
	}
	
	.site-footer .widget_siteorigin-panels-builder:nth-of-type(1) {
		padding: 50px 0 30px;
	}
}

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

	.alignleft,
	.alignright {
		float: none;
		max-width: 100%;
		margin: 0 auto 24px;
		display: block;
	}

	.entry-content .entry-image {
		float: left;
		margin-right: 20px;
	}

	.list-style-round-checkmark ul li{
        margin-bottom: 30px;
    }

    #page-container .sow-accordion-panel-border {
        padding: 15px 0% 5px 0;
    }

    #page-container .different-ways-section .CIW-style-9 span.image-widget-readmore.button,
    #page-container .CIW-style-9 span.image-widget-readmore.button,
    #page-container .CIW-style-9 .image-widget-readmore.button,
    #page-container .CIW-style-9 .image-widget-info .button{
        position: relative;
        bottom: 0px;
        margin-top: 5px;
    }

    .CIW-style-9 .image-widget-info {
        padding-bottom: 30px;
    }

    .ways-to-give-section .linked-hover-grid-row .image-widget-info {
        padding: 30px 25px 30px 25px;
        min-height: auto;
    }

    div.team-posts-container{
        justify-content: center;
    }

    .post-details{
        padding-bottom: 70px;
        min-height: auto;
        margin-bottom: 40px;
    }

	.media-layout .content {
		grid-template-columns: 1fr 1fr;
	}

	#page-container .ways-to-give-section .CIW-style-10 .image-widget-info .button {
		position: relative;
		bottom: 0;
	}
}

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

	#page-container .gform_wrapper.gravity-theme .gform_fields {
		grid-column-gap: 0;
	}
	
	div#member-featured-image{
		max-width: 160px;
	}
}

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

	.entry-content .entry-image {
		float: none;
		margin: 0 auto 20px;
	}

	.entry-image-link img {
		float: none;
	}

	.news-posts .news-item .news-image {
		min-height: 312px;
	}

	.blog-posts .blog-post-item {
		flex-direction: column;
		padding-bottom: 15px;
	}

	.blog-posts .blog-post-item .post-image {
		margin: 0 auto 30px;
	}

	.blog-posts .blog-post-item .post-excerpt-box {
		width: 100%;
		text-align: center;
	}

	.featured-post .featured-post-item .post-excerpt-box {
		text-align: center;
	}

	#page-container .button, 
    #page-container input[type="button"], 
    #page-container input[type="reset"], #page-container input[type="submit"], 
    #page-container .ow-button-base a.ow-icon-placement-left, 
    #page-container .cta-grid-section .CIW-style-10.image-widget-container .widget-inner-wrap .image-widget-info .button{
        margin: 0 auto 15px;
        max-width: 255px;
        display: block;
        min-width: 255px;
    }
	
	div#member-featured-image {
		float: none;
		max-width: 250px;
		margin: 0 auto 10px;
	}

	.entry-image-link {
		float: none;
	}

	.post-title-text {
		margin-left: 0;
	}

	.pagination {
		text-align: center;
	}

	.site-inner .pagination ul li {
		margin-top: 5px;
	}

	.media-layout .content {
		grid-template-columns: 1fr;
	}

	#page-container .hero-section .button {
		margin: 0;	
	}
}