/*
	Theme Name: Food Bank of Delaware
	Theme URI: fbd.org
	Description: WP Theme for Food Bank of Delaware
	Version: 1
	Author: Squatch Creative
	Author URI: https://squatch.us

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/* FONTS 

font-family:'Century Gothic W01';
font-family:'CenturyGothicW01-Italic';
font-family:'Century Gothic W01 Bold';
font-family:'CenturyGothicW01-BoldIt';
font-family:'Century Gothic WGL W01 Regular';
font-family:'Century Gothic WGL W01 Italic';
font-family:'Century Gothic WGL W01 Bold';
font-family:'Century Gothic WGL W01 Bold It';
font-family:'Century Gothic W02';
font-family:'CenturyGothicW02-Italic';
font-family:'Century Gothic W02 Bold';
font-family:'CenturyGothicW02-BoldIt';


*/

@import url('https://fonts.googleapis.com/css?family=Fira+Sans:300,300i,400,400i,500,500i,700,700i');
@import url(https://fast.fonts.net/cssapi/84cfa28d-4fc2-40ef-a2cc-d0deffde8a8b.css); 



/* COLORS

yellow - f4c513
gold - d5a10f
green - 006a53
dark gray - 3d3d3d
light green - 8dc358

*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}


/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.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:5px 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:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.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 .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}











/* Starter CSS by RCNEIL */

a {	
	-webkit-transition: 300ms;
	-ms-transition: 300ms;
	-moz-transition: 300ms;
	transition: 300ms; 
} /* REMOVE IF USING JQUERY ANIMATIONS */


body {
	margin:0px; padding:0px;
	font-family: 'Fira Sans', Arial, sans-serif;
	background:16px; 
	line-height:24px; 
	font-weight:300;
	color:#000;
} 
table {
	width:100%; max-width:100%; 
}
table td {
	border:1px #eee solid; 
}
div { 
	display:block; 
	position:relative; 
	margin:0px auto; 
	padding:0px; 
}
.container {
	float:none; clear:both; margin:0px auto; padding:0px;
	width:100%; height:auto; 	
}
.padded-container {
	padding-top:68px;
	padding-bottom:58px;
}
.row {
	float:none; clear:both; margin:0px auto; padding:0px; 
	width:100%; height:auto; 
	max-width:1280px; 
}
.loop-row {
	padding:28px 0px;
	border-bottom:1px #eee solid;
}
.loop-row:first-of-type {
	padding-top:0px;
}

/*UNIVERSAL SPAN SELECTOR */
div[class*='span'] {
	float:left; margin:0px auto; padding:15px 10px; height:auto;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -ms-box-sizing: border-box;
   	box-sizing: border-box;
}
.span5 { width:5%; }
.span10 { width:10%; }
.span15 { width:15%; }
.span20 { width:20%; }
.span25 { width:25%; }
.span30 { width:30%; }
.span33 { width:33%; }
.span35 { width:35%; }
.span40 { width:40%; }
.span45 { width:45%; }
.span50 { width:50%; }
.span55 { width:55%; }
.span60 { width:60%; }
.span65 { width:65%; }
.span66 { width:66%; }
.span70 { width:70%; }
.span75 { width:75%; }
.span80 { width:80%; }
.span85 { width:85%; }
.span90 { width:90%; }
.span100 { width:100%; }

.table {
	display:table; position:absolute; height:100%; width:100%;
}
.table-cell {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width:auto;
	height:auto;
}
h1 {
	font-weight:400;
	font-style:italic;
	font-size:40px;
	line-height:48px;
	
	padding:0px;
	margin:18px auto;
}

h1 span {
	font-weight:bold;
	color:#8dc358;
}


h2 span {
	color:#8dc358;
	font-weight:bold;
}

h1.cta-slogan {
	margin-bottom:0px;
}

.content-container h1 a {
	text-decoration:none;
	border-bottom:0px; 
}

h2 {
	font-family:'Century Gothic W01';
	font-weight:400;
	font-size:30px;
	line-height:38px;
	
	padding:0px;
	margin:18px auto;
}

h2 a {
	text-decoration:none; 
	border-bottom:1px #f4c513 solid; 
}

h2.cta-slogan {
	margin-top:0px; 
}

h2.loop-header {
	margin:0px 0px 8px 0px; 
}

h3 {
    font-family: 'Century Gothic W01';
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
}

h6 {
	font-family:'Century Gothic W01';
	font-weight:500;
	font-size:18px;
	line-height:24px;
	color:#8dc358;
	
	padding:0px;
	margin:12px auto 28px auto;
}

p {
}

a {
	text-decoration:underline;
	color:#d5a10f;
}

a:hover {
	color:#000;
}

img, a img {
	display:inline-block; 
	max-width:100%; 
	height:auto; 
	border:0px;
	padding:0px;
	margin:0px auto;
}
small {font-size:80%;}
.bold, strong {font-weight:bold;}
.italic, em { font-style:italic;}
.hidden { display:none; }
.clear {	clear:both; float:none; display:block; position:relative; }
.text-left { text-align:left; }
.text-center { text-align:center; }
.text-right { text-align:right; } 
.no-gap { margin:0px auto !important; padding:0px !important; }

.body-wrapper {
	max-width:100%;
	width:100%; 
	overflow:hidden; 
}
hr {
	display:block; position:relative;
	clear:both; float:none;
	width:100%;
	height:2px;
	margin:30px auto;
	padding:0px 0px;
	background:#eee; 
	border:0px;
}
input {
	-moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -ms-box-sizing: border-box;
   	box-sizing: border-box;
	width:auto;
	height:auto;
	padding:10px 18px 6px 18px;
	margin:0px auto; 
	
	font-size:14px;
	line-height:18px;
	
	border:1px #ccc solid; 
}

input.email-newsletter {
	padding-left: 48px; 
	background: #fff url('images/email-icon.png') 12px 10px no-repeat;
	min-width:280px; 
}
a.button, input[type="submit"] {
	display:inline-block; position:relative;
	margin:10px auto; padding:10px 34px 10px 34px;
	width:auto; height:auto;
	
	font-family:'Century Gothic W01';	
	font-size:18px; line-height:15px;
	font-style:italic;
	font-weight:300; 
	text-decoration:none; 
	text-transform:uppercase;
	background:#f4c513 !important;
	border:3px #f4c513 solid !important;
	color:#fff !important; 
	
	-webkit-transition:200ms;
	transition:200ms;
}

a.button:hover, input[type="submit"]:hover {
	border:3px #d5a10f solid !important;
	color:#fff !important; 
}



















/* HEADER
================================*/

.header {
	border-top:5px #f4c513 solid; 
}


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

ul.social li {
	display:inline-block; margin:0px; padding:0px;
	height:32px; width:32px;
}

ul.social li a {
	display:block; margin:0px; padding:0px;
	height:32px; width:32px;
	background-image: url('images/social-sprite.png');
	background-repeat:no-repeat;
}

ul.social li a.blog { background-position:0px 0px; }
ul.social li a.twitter { background-position:-50px 0px; }
ul.social li a.facebook { background-position:-100px 0px; }
ul.social li a.youtube { background-position:-150px 0px; }
ul.social li a.instagram { background-position:-200px 0px; }

.feeding-america {
	padding-left:8px; 
}

	
span.mobile-nav-button {
	display:none; 
}


ul.menu {
	list-style:none; margin:0px; padding:0px;
	display:inline-block;
	position:relative;
}

ul.menu li {
	list-style:none; margin:0px; padding:0px;
	display:inline-block;
	position:relative;
}

ul.menu li a {
	display:block;
	height:auto; width:auto;
	
	margin:0px; padding:18px 16px 14px 16px;
	
	
	font-family:'Century Gothic W01';
	text-transform:uppercase;
	font-size:18px; 
	line-height:26px;
	font-weight:400;
	color:#3d3d3d;
	text-decoration:none;
}

ul.menu li a:hover {
	
}

ul.sub-menu {
	display:none;
	position:absolute;
	z-index:9999 !important;
	background: #f4c513;	
	padding:10px 0px; 
	margin:0px;
	list-style:none;
	text-align:left; 
	box-shadow:none;
}

ul.sub-menu li {
	display:block; 
	float:none; 
	clear:both;
}

ul.menu li:hover > ul.sub-menu {
	display:block; 
}


ul.sub-menu li a:link, ul.sub-menu li a:visited {
	font-size:16px;
	line-height:18px; 
	font-weight:300; 
	color:#000; 
	padding:10px 20px; 
	border-bottom:0px; 
	width:300px;
}

ul.sub-menu li a:hover {
	color:#fff; 
	border-bottom:0px; 
}

ul.menu ul ul {
	display:none;
	position:absolute;
	left:100%;
	top:-10px; 
	z-index:9999 !important;
	background: #d5a10f;	
	padding:10px 5px; margin:0px;
	list-style:none;
	text-align:left; 
	box-shadow:none; 
}


ul.menu li:hover > ul:after {
	bottom: 100%;
	left: 20%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 198, 0, 0);
	border-bottom-color: #f4c513;
	border-width: 8px;
	margin-left: -8px;
}

ul.sub-menu li:hover > ul:after {
	left:-8px;
	bottom:70%; 
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(213, 161, 15, 0);
	border-right-color: #d5a10f;
	border-width: 8px;
	margin-top: -8px;
	z-index:10000 !important;
}



















/* BODY
=========================================*/


.home-slide {
    width: 100%;
    height: 540px;
}

@media all and (min-width:1080px) { 
	.home-slide {
		height: 44vw;
	}
}

.slick-slide {
    outline: none !important;
}

.slide-box {
    position: absolute;
    top: 0;
    right: 0;
    width: 640px;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    box-sizing: border-box;
    padding: 96px 8vw 48px 72px;
}

.slide-box:before {
	content:'';
	display:block;
	z-index:1;
	background: url(images/slider-bg.png) top center no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    width: 640px;
    height: 100%;
}

.slide-box h2 {
	position:relative; z-index:2;
    width: 100%;
    color: white;
    font-weight: 700;
    font-size: 44px;
    line-height: 130%;
}

.slide-box p {
	position:relative; z-index:2;
    color: white;
    font-size: 22px;
    line-height: 130%;
    font-family: 'Century Gothic W01';
}

.slide-box a {
	position:relative; z-index:2;
}

.slide-box img {
	position:relative; z-index:2;
    transition: 180ms ease all;
}

.slide-box a:hover img {
    transform: translateY(4px);
}

a.slick-arrow {
    display: flex !important;
    position: absolute;
    z-index: 5;
    top: 0;
    height: 100%;
    width: 92px;
    border: 0px;
    font-size: 36px;
    line-height: 100%;
    color: #fff;
	opacity:0.6;
	transition:180ms ease all;
    text-align: center;
    cursor: pointer;
    justify-content: center;
    align-items: center;
	text-decoration:none;
}

a.slick-arrow i {
	transition:180ms;
}

a.slick-prev.slick-arrow {
    left: 0px;
}

a.slick-next.slick-arrow {
    right: 0px;
}

a.slick-arrow:hover {
	opacity:1.0; 
}

a.slick-prev:hover i {
	transform: translateX(-20px);
}

a.slick-next:hover i {
	transform: translateX(20px);
}

a.slick-arrow.slick-disabled {
    display: none !important;
}

ul.slick-dots {
    text-align: center;
    padding-top: 16px;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%);
	z-index:1;
}

ul.slick-dots li {
    display: inline-block !important;
    height: auto;
    margin: 0px 3px;
}

ul.slick-dots button {
    display: block;
    border: 2px #a1a1a1 solid;
    border-radius: 50%;
    height: 12px;
    width: 12px;
	padding:0;
    color: transparent;
    overflow: hidden;
    box-sizing: border-box;
    background: #a1a1a1;
	cursor:pointer;
}

ul.slick-dots li.slick-active button {
    background: white;
}




.gray-back {
	background: url('images/gray-back.jpg') top center no-repeat;
	background-size:cover; 
}

.header-back {
	background: #8dc358;
	/*background: url('images/header-back.jpg') center center no-repeat;*/
	    padding-top: 28px;
    padding-bottom: 26px;
}

.header-back h1 {
	font-family:'CenturyGothicW01-BoldIt';
	font-size:48px;
	line-height:58px;
	font-weight:normal;
	font-style:normal;
	color:#fff;
	margin:0px auto; 
	text-transform:uppercase;
}

#breadcrumbs{
    list-style:none;
    margin:0px;
	padding:8px 0px 4px 20px;
    overflow:hidden;
	text-transform:uppercase;
	font-size:12px;
	line-height:13px; 
	font-family:'Century Gothic W01';
}

#breadcrumbs a {
	text-decoration:none;
	color:#006a53;
}

#breadcrumbs a:hover {
	color:#f4c513;
}
  
#breadcrumbs li{
    display:inline-block;
    vertical-align:middle;
    margin-right:15px;
}
  
#breadcrumbs .separator{
    font-size:12px;
    font-weight:100;
	margin-top:0px;
    color:#3d3d3d;
}

.content-container .span70 {
	padding-right:80px; 
}

.content-container p, .content-container ol, .content-container ul{
	font-family:'Arial', Arial, Sans-serif; 
}

span.icons {
	background: url('images/icons-sprite.png');
	background-repeat:no-repeat;
	
	-webkit-transition:180ms ease all;
	transition:180ms ease all;
}


span.icons-small {
	display:inline-block;
	position:relative;
	height:108px;
	width:105px;
	padding:0px;
	margin:0px auto;
}

span.icons-volunteer { background-position:0px 0px; }
span.icons-donate { background-position:-150px 0px; }
span.icons-advocate { background-position:-300px 0px; }


span.buttons {
	background: url('images/buttons-sprite.png');
	background-repeat:no-repeat;
	display:inline-block;
	position:relative;
	height:70px;
	width:335px;
	padding:0px;
	margin:20px auto 0px auto;
	-webkit-transition:180ms ease all;
	transition:180ms ease all;
}

span.icon-text {
	font-family:'Century Gothic W01';
	display:block; clear:both; float:none;
	-webkit-transition:180ms ease all;
	transition:180ms ease all;
}

#call-to-action div[class*='span']:hover span.icons,
#call-to-action div[class*='span']:hover span.buttons {
	margin-top:6px;
}
/*	
.programs-cta div[class*='span']:hover span.icon-text
.programs-cta div[class*='span']:hover span.icons
 {	
	margin-top:-6px;
} 
*/
span.buttons-volunteer { background-position:0px 0px; }
span.buttons-donate { background-position:0px -75px; }
span.buttons-advocate { background-position:0px -150px; }


span.icons-large {
	display:inline-block;
	position:relative;
	height:132px;
	width:132px;
	padding:0px;
	margin:0px auto 16px auto;
}

span.icons-childrens-nutrition { background-position:0px -150px; }
span.icons-wic-outreach { background-position:-150px -150px; }
span.icons-the-culinary-school { background-position:-300px -150px; }
span.icons-food-distribution { background-position:-450px -150px; }
span.icons-nutrition-education { background-position:-600px -150px; }
span.icons-snap-outreach { background-position:-750px -150px; }
span.icons-stand-by-me { background-position:-900px -150px; }
span.icons-community-agriculture { background-position:-1050px -150px; }

.programs-cta .row {
	max-width:1180px;
}

.programs-cta a {
	display:block; 
	font-style:italic;
	font-weight:500; 
	padding-bottom:18px; 
	text-decoration:none; 
}

.news-blurb {
	display:block;
	position:absolute;
	bottom:0; left:0;
	z-index:1000;
	text-align:left;
	color:#fff !important;
	background: rgba(0,0,0,0.8);
	padding:12px 48px 24px 48px !important;
	margin:0px auto;
}

.news-blurb h1 {
	margin-bottom:8px;
	font-weight:500; 
}

.news-blurb p {
	margin-top:0px;
	font-weight:300;
}

.news-blurb .row {
	float:left;
}

.body-wrapper .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.body-wrapper .video-container iframe,
.body-wrapper .video-container object,
.body-wrapper .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#map {
	min-height:580px; 
}

span.date {
	font-size:12px; line-height:16px; color:#aaa;
}

.page-numbers {
	display:inline-block; position:relative;
	margin:10px auto; padding:10px 14px 7px 14px;
	width:auto; height:auto;
	
	font-size:18px; line-height:15px;
	font-style:italic;
	font-weight:300; 
	text-decoration:none; 
	text-transform:uppercase;
	background:#f4c513 !important;
	border:3px #f4c513 solid !important;
	color:#fff !important; 
	
	-webkit-transition:200ms;
	transition:200ms;
}

.page-numbers:hover {
	border:3px #d5a10f solid !important;
	color:#fff !important; 
}

ul.good_old_twitter_widget {
	display:block; 
	position:relative; 
	list-style:none; margin:0px 0px 0px 0px; padding:0px;
}

.sidebar-widget h3 {
	margin-top:30px; 
}


ul.good_old_twitter_widget li{
	position:relative; 	display:block;
	list-style:none; margin:30px 0px; padding:20px 20px;
	clear:both; 
	width:100%; max-width:100%; 
	
	-moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -ms-box-sizing: border-box;
   	box-sizing: border-box;
	
	font-size:14px; line-height:24px;
	color:#121212; 
	
	background:#efefef;
}

span.twitter-timestamp {
	color:#aaa; 
}

ul.good_old_twitter_widget li:after {
	top: 100%;
	left: 20%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #efefef;
	border-width: 15px;
	margin-left: -15px;
}

ul.good_old_twitter_widget li:first-child {
	
}

ul.good_old_twitter_widget li:last-child {
	 
}

ul.good_old_twitter_widget li a:link, ul.good_old_twitter_widget li a:visited{
	color:#006a53;
}

ul.good_old_twitter_widget li a:hover{
	color:#000;
}



#rev_slider_1_1 .tp-caption a {
	text-decoration:none;
}







.pop-up-background {
	display:none;
	position:fixed;
	background:rgba(0,0,0,0.8);
	top:0; left:0;
	z-index:10099;
	
	height:100%;
	width:100%;
}

.pop-up-container {
	display:none;
	position:fixed;
	top:0; left:0;
	z-index:10100;
	
	height:100%;
	width:100%;
}

.pop-up-container .table {
	display:table; position:absolute; height:100%; width:100%;
	z-index:10100;
}
.pop-up-container .table-cell {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width:auto;
	height:auto;
}

.pop-up {
	display:block; width:100%; position:relative; z-index:1000;
	max-width:550px; 
	margin:0px auto;
	padding:0px;
}

.close-pop-up {
	display:block;
	position:absolute;
	top:20%; right:20%;
	z-index:1001; 
	cursor:pointer; 
}
 










/*2020 UPDATE
=================== */

.container.blog-preview-container {
    padding: 48px 0;
}

.blog-preview-container .row {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: stretch;
}

.blog-preview-container .span100.text-center {
    flex: 0 0 100%;
}


.news-preview-item {
    flex: 1;
    min-width: 300px;
    max-width: 420px;
    margin: 0 12px 24px 12px;
    border: 2px #d0d0d0 solid;
    box-shadow: 2px 2px 3px rgba(0,0,0,0.2);
}

.news-preview-item.read-more {
    flex: 0 0 198px;
    min-width: 198px;
    background: #8dc358;
	border:0;
	padding:12px 0;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    text-align: center;
    transition: 240ms ease all;
}

.news-preview-item.read-more:hover {
    background: #f4c513;
}

.news-preview-item.read-more a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.news-preview-item.read-more p {
    font-family: 'Century Gothic W01';
    color: white;
    font-weight: 700;
    font-size: 22px;
    line-height: 130%;
    margin: 12px 0;
    padding: 0 12px;
}

.news-preview-item.read-more i {
    color: white;
    font-size: 32px;
}

.thumb a {
    display: block;
}

.thumb img {
    display: block;
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.copy-preview {
    box-sizing: border-box;
    padding: 24px;
}

.copy-preview h3 a {
    text-decoration: none;
}

.copy-preview h3 {
    margin: 0;
}

.copy-preview p.post-info {
    color: #a2a2a2;
    font-size: 14px;
}












/* 40 YEARS STREAM
============================= */


.live-chat-embed .video-container {
    padding: 0;
    height: 560px;
    border: 0px;
}

.live-chat-embed .video-container iframe {
    border: 0px;
}

img.year-40-logo {
    display: block;
    margin: 24px auto;
    width: 330px;
    height: auto;
    max-width: 100%;
}

@media all and (min-width:1281px) {
	img.year-40-logo {
		display: block;
		position: absolute;
		margin: 24px auto;
		width: 330px;
		height: auto;
		max-width: 330px;
		top: 0;
		left: 0;
	}
}

img.year-40-solo {
    display: block;
    position: absolute;
    top: -182px;
    left: -186px;
    width: 680px;
    height: auto;
    pointer-events: none;
    z-index: 0;
    opacity: 0.1;
}

@media all and (max-width:769px) {
	img.year-40-solo {
		display: none;
	}
}

.span100.logo-40-roll {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    margin: 36px 0 124px 0;
}

.span100.logo-40-roll img {
    display: block;
    margin: 0 18px 24px 18px;
    max-height: 74px;
    max-width: 138px;
}

.logo-40-roll p {
    flex: 0 0 100%;
    width: 100%;
}

.span100.logo-40-roll p a.button {
    font-size: 1.4rem;
    padding: 16px 48px;
}












/* FOOTER
==========================*/

.footer {
	background:#3d3d3d url('images/footer-tie.jpg') center center no-repeat;
	background-size:cover; 
	color:#fff;
	
	margin:0px auto;
	padding:90px 0px 140px 0px;
}

.footer p {
	display:inline-block;
	font-size:18px; 
	line-height:24px; 
	font-family:'Century Gothic W01';
}

.footer .logo {
	padding-left:28px;
	padding-right:28px;
}

.footer ul.menu li a {
	border-bottom:0px;
	color:#fff;
}

.footer ul.menu li a:hover {
	border-color:#f4c513;
}

.builtby {
	max-width:90px; padding:20px 0px; 
	margin:0px auto; 
	display:block; float:none; clear:both; 
	z-index:100; 
	
	opacity:0.45; 
}

.builtby:hover {
	-webkit-animation:shake .2s 1;
	animation: shake .2s 1;
	opacity:1.0; 
}


@-webkit-keyframes shake {
	0% { -webkit-transform: translate(2px, 1px) rotate(0deg); }
	10% { -webkit-transform: translate(-1px, -2px) rotate(-1deg); }
	20% { -webkit-transform: translate(-3px, 0px) rotate(1deg); }
	30% { -webkit-transform: translate(0px, 2px) rotate(0deg); }
	40% { -webkit-transform: translate(1px, -1px) rotate(1deg); }
	50% { -webkit-transform: translate(-1px, 2px) rotate(-1deg); }
	60% { -webkit-transform: translate(-3px, 1px) rotate(0deg); }
	70% { -webkit-transform: translate(2px, 1px) rotate(-1deg); }
	80% { -webkit-transform: translate(-1px, -1px) rotate(1deg); }
	90% { -webkit-transform: translate(2px, 2px) rotate(0deg); }
	100% { -webkit-transform: translate(1px, -2px) rotate(-1deg); }
}

@keyframes shake {
	0% { transform: translate(2px, 1px) rotate(0deg); }
	10% { transform: translate(-1px, -2px) rotate(-1deg); }
	20% { transform: translate(-3px, 0px) rotate(1deg); }
	30% { transform: translate(0px, 2px) rotate(0deg); }
	40% { transform: translate(1px, -1px) rotate(1deg); }
	50% { transform: translate(-1px, 2px) rotate(-1deg); }
	60% { transform: translate(-3px, 1px) rotate(0deg); }
	70% { transform: translate(2px, 1px) rotate(-1deg); }
	80% { transform: translate(-1px, -1px) rotate(1deg); }
	90% { transform: translate(2px, 2px) rotate(0deg); }
	100% { transform: translate(1px, -2px) rotate(-1deg); }
}
























/* ANIMATIONS
==========================*/

*[class*='sliding'] {
	opacity:0.0; 
}


.slide-right {
	-webkit-animation:slideRight ease .9s forwards;
	-moz-animation:slideRight ease .9s forwards;
	-ms-animation:slideRight ease .9s forwards;
	animation:slideRight ease .9s forwards;
}

@-webkit-keyframes slideRight {
from 	{ opacity:0.0; -webkit-transform: translate(-80px,0px); }
to		{ opacity:1.0; -webkit-transform: translate(0,0); }
}

@-moz-keyframes slideRight {
from 	{ opacity:0.0; -moz-transform: translate(-80px,0px); }
to		{ opacity:1.0; -moz-transform: translate(0,0); }
}

@-ms-keyframes slideRight {
from 	{ opacity:0.0; -ms-transform: translate(-80px,0px); }
to		{ opacity:1.0; -ms-transform: translate(0,0); }
}

@-keyframes slideRight {
from 	{ opacity:0.0; transform: translate(-80px,0px); }
to		{ opacity:1.0; transform: translate(0,0); }
}


.slide-up {
	-webkit-animation:slideUp ease .9s forwards;
	-moz-animation:slideUp ease .9s forwards;
	-ms-animation:slideUp ease .9s forwards;
	animation:slideUp ease .9s forwards;
}

@-webkit-keyframes slideUp {
from 	{ opacity:0.0; -webkit-transform: translate(0px,80px); }
to		{ opacity:1.0; -webkit-transform: translate(0,0); }
}

@-moz-keyframes slideUp {
from 	{ opacity:0.0; -moz-transform: translate(0px,80px); }
to		{ opacity:1.0; -moz-transform: translate(0,0); }
}

@-ms-keyframes slideUp {
from 	{ opacity:0.0; -ms-transform: translate(0px,80px); }
to		{ opacity:1.0; -ms-transform: translate(0,0); }
}

@-keyframes slideUp {
from 	{ opacity:0.0; transform: translate(0px,80px); }
to		{ opacity:1.0; transform: translate(0,0); }
}

.slide-left {
	-webkit-animation:slideLeft ease .9s forwards;
	-moz-animation:slideLeft ease .9s forwards;
	-ms-animation:slideLeft ease .9s forwards;
	animation:slideLeft ease .9s forwards;
}

@-webkit-keyframes slideLeft {
from 	{ opacity:0.0; -webkit-transform: translate(80px,0px); }
to		{ opacity:1.0; -webkit-transform: translate(0,0); }
}

@-moz-keyframes slideLeft {
from 	{ opacity:0.0; -moz-transform: translate(80px,0px); }
to		{ opacity:1.0; -moz-transform: translate(0,0); }
}

@-ms-keyframes slideLeft {
from 	{ opacity:0.0; -ms-transform: translate(80px,0px); }
to		{ opacity:1.0; -ms-transform: translate(0,0); }
}

@-keyframes slideLeft {
from 	{ opacity:0.0; transform: translate(80px,0px); }
to		{ opacity:1.0; transform: translate(0,0); }
}

.slide-down {
	-webkit-animation:slideDown ease .9s forwards;
	-moz-animation:slideDown ease .9s forwards;
	-ms-animation:slideDown ease .9s forwards;
	animation:slideDown ease .9s forwards;
}

@-webkit-keyframes slideDown {
from 	{ opacity:0.0; -webkit-transform: translate(0px,-80px); }
to		{ opacity:1.0; -webkit-transform: translate(0,0); }
}

@-moz-keyframes slideDown {
from 	{ opacity:0.0; -moz-transform: translate(0px,-80px); }
to		{ opacity:1.0; -moz-transform: translate(0,0); }
}

@-ms-keyframes slideDown {
from 	{ opacity:0.0; -ms-transform: translate(0px,-80px); }
to		{ opacity:1.0; -ms-transform: translate(0,0); }
}

@-keyframes slideDown {
from 	{ opacity:0.0; transform: translate(0px,-80px); }
to		{ opacity:1.0; transform: translate(0,0); }
}























/**** MEDIA QUERIES *****/
/**** MEDIA QUERIES *****/
/**** MEDIA QUERIES *****/
@media all and (max-width:1268px) {


ul.menu li a {
	padding:18px 18px 14px 18px;
	font-size:16px; line-height:24px;
}



}
@media all and (max-width:1173px) {


.feeding-america {
	display:none; 
}

ul.menu li a {
	padding:18px 10px 14px 10px;
	font-size:14px; line-height:24px;
}

ul.sub-menu li a:link, ul.sub-menu li a:visited {
	font-size:12px;
	line-height:18px; 
	padding:8px 14px; 
	width:220px;
}

.news-preview-item.read-more {
    flex: 0 0 calc(100% - 24px);
    max-width: calc(100% - 24px);
}

}
@media all and (max-width:969px) {
	
	.news-preview-item.read-more {
		flex: 1;
		max-width: 420px;
		min-width: 300px;
	}
	
	
}
@media all and (max-width:840px) {


div[class*='span'], .content-container .span70 {
	float:none; clear:both; width:100%; padding:20px 10px; margin:0px auto;
}

*[class*='sliding'] {
	opacity:1.0; 
}

.logo {
	max-width:180px;
}

.header div[class*='span'] {
	padding-top:6px;
	padding-bottom:6px;
}

.single-featured-thumbnail {
	float:none !important;
	clear:both !important; 
}

.header ul.social { display:none; } 

.text-right, .logo-holder { text-align:center; } 

.footer p {
	display:block;
	clear:both; float:none;
	text-align:center;
	
	font-size:14px; line-height:20px;
}

h1 {
	font-size:30px;
	line-height:38px;
	margin:12px auto;
}

h2 {
	font-size:22px;
	line-height:30px;
	margin:12px auto;
}

.header-back h1 {
    font-size: 32px;
    line-height: 38px;
	text-align:center; 
}

#breadcrumbs {
    font-size: 10px;
}

#breadcrumbs li {
    margin-right: 5px;
}




}
@media all and (max-width:720px) {
	
span.mobile-nav-button {
	display:block; 
	position:fixed;
	top:10px; right:0px; 
	cursor:pointer;
	z-index:9999; 
	width:40px;
	height:40px; 
	padding-top:9px; 
	text-align:center;
	background:rgba(255,255,255,0.6); 
}


.header ul.menu {
	display:none; 
	position:absolute;
	top:0; left:0;
	z-index:1001; 
	margin:0px auto;
	padding:0px;
	width:100%; height:auto;
	background:#f4c513;
	min-height:100vh; 
}

ul.menu li, .header ul.sub-menu li {
	display:block; clear:both; float:none; 
}

ul.menu li a  {
	display:block;	
	padding:18px 0px 22px 0px;
	font-size:18px; line-height:26px;
	font-weight:700;
	color:#3d3d3d;	
	text-align:center; 
}

ul.menu li:hover > ul.sub-menu {
	display:none; 
}

.header ul.sub-menu {
    display: none;
    position: relative;
    z-index: 9999 !important;
    background: #8dc358;
    padding: 0px 0px;

}

.header ul.sub-menu li a:link, .header ul.sub-menu li a:visited {
	display:block;	
	font-weight:700;
	color:#3d3d3d;	
	text-align:center; 
    font-size: 13px;
    line-height: 18px;
    width: 100%;
	padding:18px 18px 22px 18px;
}

.header ul.menu ul ul {
	left:0;
	top:0;
	background: #d5a10f;
}

li.menu-item-has-children:after {
	display:block;
	position:absolute;
	top:18px;
	left:4px;
	height:20px;
	width:20px;
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	margin:0px 0px 0px 10px;
	text-decoration:none;
	content: '\f078'; 
	font-size:12px;
	opacity:0.3; 
}

ul.sub-menu li.menu-item-has-children:after {
	top:14px;
}

.home-slide {
	height:400px;
}

.slide-box {
    width: 100%;
    padding: 24px 24px 36px 24px;
    justify-content: flex-end;
}

.slide-box:before {
    opacity: 0.75;
    width: 100%;
}

a.slick-arrow {
    display: none !important;
}

.slide-box h2 {
    font-size: 20px;
    margin: 12px 0;
}

.slide-box p {
    font-size: 14px;
    margin: 0;
}

.slide-box img {
	margin:12px 0;
    width: 148px;
}



	
	
	
}
/**** MEDIA QUERIES *****/
/**** MEDIA QUERIES *****/
/**** MEDIA QUERIES *****/


