/*
	Theme Name: Food Bank of Delaware V2
	Theme URI: fbd.org
	Description: WP Theme for Food Bank of Delaware
	Version: 2
	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

*/
*,:after,:before{-moz-box-sizing:border-box;box-sizing:border-box;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;text-rendering:optimizeLegibility}.alignnone{margin:5px 20px 20px 0}.aligncenter,div.aligncenter{display:block;margin: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.alignleft,a img.alignnone{margin:5px 20px 20px 0}a img.alignleft{float:left}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.alignleft,.wp-caption.alignnone{margin:5px 20px 20px 0}.wp-caption.alignright{margin:5px 0 20px 20px}.wp-caption img{border:0;height:auto;margin:0;max-width:98.5%;padding:0;width:auto}.gallery-caption,.wp-caption .wp-caption-text{font-size:11px;line-height:17px;margin:0;padding:0 4px 5px}

:root {
	--yellow:#f4c513;
	--light-green:#8dc358;
	--blue:#25398d;
	--green:#006a53;
	
}

html {
	font-size:18px;
}

body {
	margin:0px; padding:0px;
	font-family: 'Century Gothic W01', Arial, sans-serif;
	background:16px; 
	line-height:24px; 
	font-weight:300;
	color:#000;
} 
body.noscroll {
    height: 100%;
    overflow-y: hidden;
    margin-right: 17px;
}

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:32px; 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-family: 'Century Gothic W01 Bold';
    font-weight: normal;
    font-size: 4rem;
    line-height: 110%;
    padding: 0px;
    margin: 1.5rem auto;
}


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



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

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

h2 {
    font-family: 'Century Gothic W01 Bold';
    font-weight: normal;
    font-size: 2.5rem;
    line-height: 125%;
    padding: 0px;
    margin: 1.5rem auto;
}

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

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

h3 {
    font-family: 'Century Gothic W01 Bold';
    font-weight: normal;
    font-size: 1.8rem;
    line-height: 125%;
    margin: 1.2rem auto;
}

h4 {
    font-family: 'Century Gothic W01 Bold';
    font-weight: normal;
    font-size: 1.5rem;
    line-height: 125%;
    margin: 1.2rem auto;
}

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 {
    font-size: 1rem;
    line-height: 135%;
    margin: 1.5rem auto;
}

a {
	text-decoration:none;
	color:#d5a10f;
	transition:240ms ease all;
}

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, select, textarea {
    box-sizing: border-box;
    width: auto;
    height: auto;
    padding: 12px 34px;
    margin: 0px auto;
    font-size: 1rem;
    line-height: 100%;
    border: 2px black solid;
    border-radius: 24px;
    display: block;
	max-width:100%;
}

input.email-newsletter {
    width: 480px;
    max-width: 100%;
    text-align: center;
}
a.button, input[type="submit"] {
    display: inline-block;
    position: relative;
    margin: 12px auto;
    padding: 12px 34px 12px 34px;
    width: auto;
    height: auto;
    font-family: 'Century Gothic W01 Bold';
    font-size: 1.2rem;
    line-height: 100%;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    background: #008037;
    border: 0px;
    color: #fff;
    border-radius: 24px;
    transition: 200ms ease all;
}

input[type="submit"] {
    display: block;
    margin-top: 18px;
}

a.button:hover, input[type="submit"]:hover {
	background:var(--yellow);
}

svg {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.gform_wrapper {
    width: 960px;
	max-width:100%;
}

.gform_wrapper input {
    margin: 0;
}

.gform_wrapper * {
    font-family: 'Century Gothic W01';
}



















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

.header {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
}

svg.header-bg-shape {
    position: absolute;
    z-index: 0;
    top: -2px;
    left: 0;
    display: block;
    width: 568px;
    height: auto;
    max-width: 100%;
}

.logo-holder {
	position:relative;
	z-index:1;
    width: 414px;
    margin: 0;
    box-sizing: border-box;
    padding: 6px 118px 6px 48px;
}

logo {
    display: block;
    position: relative;
    overflow: visible;
}

logo svg {
    display: block;
	position:relative;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    height: auto;
}

img.logo {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
}

.feeding-america {
    display: block;
    position: absolute;
    bottom: -10px;
    right: -102px;
    width: 82px;
}

.feeding-america img {
    display: block;
}

nav.nav {
    flex: 1;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    align-items: center;
}

ul.social {
    list-style: none;
    margin: 0px;
    display: flex;
    flex-flow: column;
    padding: 6px;
}

ul.social li {
    display: block;
    margin: 4px 0px;
    padding: 0px;
}

ul.social li a {
    display: flex;
    margin: 0px;
    padding: 0px;
    height: 36px;
    width: 36px;
    background: var(--green);
    color: white;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    border-radius: 4px;
    overflow: hidden;
}

ul.social li a:hover {
	background:var(--yellow);
}
	
span.mobile-nav-button {
    display: none;
    position: fixed;
    top: 12px;
    right: 36px;
    cursor: pointer;
    z-index: 9999;
    width: 40px;
    height: 40px;
    padding-top: 9px;
    text-align: center;
    background: rgba(255,255,255,0.6);
}

.header.mobile-menu-opened .fa-bars:before {
    content: '\f00d';
}
ul.menu {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: block;
    position: relative;
    padding-right: 18px;
}

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

.header ul.menu > li {
	display:none;
}

.header ul.menu > li:nth-of-type(-n + 3) {
    display: inline-block;
}

.header ul.menu > li.more-button-holder {
    display: inline-block;
}

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

ul.menu li a:hover {
	
}

ul.menu li a.more-toggle.button, ul.menu li.donate-mobile-holder a.button {
    color: white;
    padding: 8px 14px;
}

ul.menu li.donate-mobile-holder a.button {
    background: var(--yellow);
}

.header.mobile-menu-opened ul.menu li.more-button-holder {
	display:none;
}

.header ul.menu li.donate-mobile-holder {
	display:none;
}

ul.sub-menu {
	display:block;
	position:absolute;
	z-index:-1;
	top:calc(100% + 48px);
	background: #8dc358;	
	padding:10px 0px; 
	margin:0px;
	list-style:none;
	text-align:left; 
	box-shadow:none;
	transition: z-index 0s linear,opacity 90ms ease,pointer-events 0s linear,top 90ms ease;
    pointer-events: none;
    opacity: .0;
}

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

nav.nav ul.menu li:hover > ul.sub-menu {
    opacity: 1;
    pointer-events: auto;
    top: 100%;
    z-index: 100;
}


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

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

ul.menu ul ul {
	display:block;
	position:absolute;
	left:calc(100% + 48px);
	top:-10px; 
	z-index:-1;
	background: #295d3b;	
	padding:10px 5px; margin:0px;
	list-style:none;
	text-align:left; 
	box-shadow:none; 
}

.header nav.nav ul.menu ul.sub-menu li:hover ul {
	opacity: 1;
    pointer-events: auto;
    left: 100%;
	top:-10px;
    z-index: 100;
}


.header nav.nav 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: #8dc358;
	border-width: 8px;
	margin-left: -8px;
}

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



















/* EXpANDED HEADER
======================= */
.container.header-expanded {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: calc(100vh + 28px);
	opacity:0.0;
	pointer-events:none;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: white;
    transition: 240ms ease all;
}

header.menu-expanded .header-expanded {
	pointer-events:all;
	top:0;
	opacity:1.0;
}

.container.header-expanded > .expanded-block {
    width: 50%;
    height: 100vh;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.expanded-block.navigation-container {
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
@media all and (min-width:841px) {
	.expanded-block.navigation-container::-webkit-scrollbar {
		display: none;
	}
	
	header .container.header-expanded {
		transition:0ms 240ms top, 240ms opacity ease;
	}
	
	header.menu-expanded .header-expanded {
		transition:0ms top, 240ms opacity ease;
	}
	
	.expanded-block.logo-block {
		transform: translateX(50vw);
		transition:240ms ease all;
	}
	
	.expanded-block.navigation-container {
		transition: 240ms ease all;
		transform: translateX(-50vw);
	}
	
	header.menu-expanded .expanded-block.logo-block,
	header.menu-expanded .expanded-block.navigation-container {
		transform: translateX(0);
	}
	
}


.expanded-block.logo-block {
    background: var(--light-green);
}

.expanded-block img.logo {
    width: 270px;
}

.header-expanded svg.callout-swirl {
    position: absolute;
    top: 0;
    left: -30px;
    transform: rotate(90deg) scaleY(-1);
    transform-origin: top left;
    width: 100vh;
    max-width: 100vh;
	z-index:5000000;
}

.expanded-block.logo-block ul.social {
    flex-flow: row wrap;
    padding-top: 24px;
}

.expanded-block.logo-block ul.social li {
    margin: 0px 3px;
}

span.close-nav-button {
    display: block;
    position: absolute;
    top: 24px;
    right: 24px;
    color: white;
    font-size: 2rem;
    line-height: 100%;
    z-index: 1000000;
    cursor: pointer;
    transition: 240ms ease all;
}

nav.expanded-nav {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 320px;
    max-width: 100%;
    height: auto;
}

nav.expanded-nav ul.menu {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0;
    width: 100%;
}

nav.expanded-nav ul.menu li a {
    padding: 1rem 0;
    font-size: 1.3rem;
    line-height: 120%;
    transition: 240ms ease all;
}

nav.expanded-nav ul.sub-menu {
    position: relative;
    z-index: 10;
    top: 0;
    left: 0;
    background: transparent;
    opacity: 1.0;
    pointer-events: all;
    padding: 12px 0px 12px 24px;
    display: none;
}


nav.expanded-nav ul.sub-menu li a:link, 
nav.expanded-nav ul.sub-menu li a:visited {
    color: black;
    font-size: 1rem;
    line-height: 100%;
    width: auto;
    padding: 12px 0;
    color: #757575;
    text-transform: none;
}
@media all and (min-width:841px) { 

	nav.expanded-nav ul.menu li a:hover {
		color: var(--yellow);
	}

	nav.expanded-nav ul.sub-menu li a:hover {
		opacity: 1.0;
		color: var(--yellow);
	}
	
	span.close-nav-button:hover {
		color: var(--green);
	}
}


















/* 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 {
    position: relative;
    list-style: none;
    margin: 0px;
    padding: 8px 0px 4px 28px;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 13px;
    font-family: 'Century Gothic W01';
    z-index: 5;
}
#breadcrumbs {
	transform: translateY(18px);
}

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

#breadcrumbs a:hover {
	color:#f4c513;
}

svg.house {
    width: 24px;
}
  
#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: 'Century Gothic W01';
}

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: 52.85%;
    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;
}

.pagination {
    padding: 24px;
}

.page-numbers {
    display: inline-block;
    position: relative;
    margin: 10px auto;
    padding: 12px 18px;
    width: auto;
    height: auto;
    font-size: 1.2rem;
    line-height: 15px;
    font-style: italic;
    font-weight: 300;
    text-decoration: none;
    font-family: 'Century Gothic W01 Bold';
    text-transform: uppercase;
    background: #f4c513;
    border: 3px #f4c513 solid;
    color: #fff !important;
    -webkit-transition: 200ms;
    transition: 200ms;
    border-radius: 24px;
}

span.page-numbers.current {
    background: var(--light-green);
    border-color: var(--light-green);
}

span.page-numbers.dots {
    background: var(--light-green);
    border-color: var(--light-green);
}

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

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%;
    text-align: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}

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

.span100.logo-40-roll.c4ac-stream {
    margin: 0 0 4rem 0;
    padding: 0;
}

.logo-40-roll p.gold, .logo-40-roll p.silver {
    margin: 0;
}

.span100.logo-40-roll p.gold img {
    max-height: 240px;
    max-width: 240px;
}

.span100.logo-40-roll p.silver img {
    max-height: 180px;
    max-width: 180px;
}

.span100.logo-40-roll.c4ac-stream img {
    max-height: 112px;
    max-width: 148px;
}

.span100.logo-40-roll .bronze img {
    margin: 0 60px;
}















/* BLOG + ARCHIVE LAYOUTS
================================== */

.posts-archive .row.fp-loop-row {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.posts-archive .featured-post-item {
    margin: 48px;
    width: calc(50% - 96px);
}

.posts-archive .featured-post-meta {
    opacity: 1.0;
    pointer-events: all;
    padding-bottom: 0;
}

.related-posts-module {
	background: linear-gradient(#8dc358 0%, #8dc358 50%, #fff 50%, #fff 100%);
    padding-top: 48px;
    padding-bottom: 48px;
}

.row.single-post-row article {
    max-width: 978px;
}

article.post img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 11/9;
    object-fit: cover;
}

p.date {
    font-family: 'Century Gothic W01 Bold';
    color: var(--light-green);
}

.comments ul {
    list-style: none;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 48px 0;
    margin: 0;
}

.comments li.comment {
    display: block;
    margin-bottom: 48px;
	width:100%;
}

div.comment-body {
    display: flex;
    flex-flow: column;
    list-style: none;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    box-sizing: border-box;
    padding-left: 148px;
    min-height: 156px;
}



.comment-author.vcard {
    margin: 0 12px 0 0;
    width: 128px;
    position: absolute;
    top: 0;
    left: 0;
}

cite.fn {
    font-size: 0.65rem;
    text-align: center;
    width: 100%;
    height: auto;
    display: block;
    margin: 18px auto;
}

.comment-meta.commentmetadata {
    font-size: 0.85rem;
    margin: 0;
    display: block;
	opacity:0.7;
}

.comment-body .reply {
    display: none;
}

.comment-author.vcard img {
    display: block;
    width: 96px;
    height: auto;
    aspect-ratio: 1/1;
    border-radius: 50%;
    object-fit: cover;
}

span.says {
    display: none;
}

.comment-author.vcard img {
    display: block;
    width: 96px;
    height: auto;
    aspect-ratio: 1/1;
    border-radius: 50%;
    object-fit: cover;
}

.comment-body p {
    flex: 1;
    width: 100%;
    padding: 12px 0;
    margin: 0;
    font-size: 0.95rem;
    width: 100%;
}
































/* MODULES
======================================== */


/* SLIDER CAROUSEL
========================== */

.home .slideshow-carousel {
    padding-top: 0;
}

.slideshow-carousel {
    display: block;
    width: 1280px;
    margin: 0 auto;
    max-width: 100%;
    padding: 72px 0;
	list-style:none;
}

.slideshow-carousel .slick-list {
    overflow: visible !important;
}

.carousel-slide {
    display: flex !important;
	flex-flow:row wrap;
	justify-content:center;
	align-items:center;
}

.slideshow-content {
	opacity:0.0;
	transition:480ms ease all;
}

.carousel-slide p {
    font-size: 1.3rem;
    font-family: 'Century Gothic W01';
}

.clip-svg {
	position: absolute;
	width: 0;
	height: 0;
}

.clip-image {
	z-index:10;
    width: 100%;
    height: auto;
    object-fit: cover;
    clip-path: url(#svg-clip-path);
    aspect-ratio: 1/1;
    position: relative;
    display: block;
	transition:480ms ease all;
	opacity:0.0;
}

.span50.slideshow-image a {
    display: block;
}

.slideshow-image:after {
    z-index: 5;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 98%;
    margin: 48px 0 0 72px;
    background: #fcd161;
    clip-path: url(#svg-clip-path2);
    transform: translate(-50%,-50%);
	transition:480ms ease all;
	opacity:0.0;
}

.slick-center .slideshow-image:after,
.slick-center .clip-image,
.slick-center .slideshow-content {
	opacity:1.0;
}












/* CTA MODULE
========================= */
.container.call-to-action-module {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 32px 0;
}

.call-to-action-module .cta-introduction p, 
.call-to-action-module .cta-outro p {
    width: 685px;
    max-width: 100%;
    font-size: 1.3rem;
    font-family: 'Century Gothic W01';
}

.row.cta-module-links-row {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: stretch;
    max-width: 960px;
}

.cta-module-link img {
    display: block;
    aspect-ratio: 1/1;
    width: auto;
    height: auto;
    border-radius: 50%;
}

.cta-module-link a.button {
    display: block;
}
















/* IMAGE COPY FEATURE MODULE
=================================== */

.image-feature-copy-module {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.image-feature-copy-module.home-layout {
    margin-top: 9vw;
}

svg.home-feature-swirl {
    position: absolute;
    top: -17vw;
    left: 0;
    width: 100%;
    height: 18vw;
    pointer-events: none;
}

.image-feature-copy-module .row {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
}

.image-feature-copy-module p {
    font-size: 1.3rem;
    font-family: 'Century Gothic W01';
}

.feature-image-svg {
	position: absolute;
	width: 0;
	height: 0;
}

.feature-image-clipped {
	z-index:5;
    width: 480px;
    height: auto;
    clip-path: url(#feat-clip-path);
    max-width: 100%;
    margin: 0 auto;
    aspect-ratio: 11/9;
    object-fit: cover;
    display: block;
    position: relative;
}

svg.feature-image-clipped-svg {
    display: block;
    position: absolute;
    width: 480px;
    height: auto;
    aspect-ratio: 11/9;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    margin: 12px 0 0 20px;
}

svg.feature-image-clipped-svg path {
    fill: white;
}

@media all and (min-width:841px) {
	.image-feature-copy-module.right-layout .feature-image {
		order: 2;
	}
}

.image-feature-copy-module.center-layout .row {
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.image-feature-copy-module.center-layout .row .span50 {
    width: 780px;
    text-align: center;
    max-width: 100%;
    float: none;
}








/*FEATURED VIDEO MODULE
=================================== */

.container.featured-video-module {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin: 96px 0;
    padding: 24px 0 48px 0;
}

.featured-video-module svg {
    position: absolute;
    width: 100%;
    height: 92px;
    left: 0;
}

.featured-video-module svg:first-of-type {
    top: -60px;
}

.featured-video-module svg:last-of-type {
    transform: rotate(180deg);
    transform-origin: center center;
    bottom: -60px;
}

.container.featured-video-module p {
	font-family: 'Century Gothic W01';
}

.featured-video-module .row.introduction {
    width: 720px;
    max-width: 100%;
}

.featured-video-module .row.introduction .span100 {
    padding-bottom: 0;
}

.row.featured-video-row {
    width: 960px;
    max-width: 100%;
}

a.featured-video-thumb img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    object-fit: cover;
}

a.featured-video-thumb {
    display: block;
    position: relative;
}

a.featured-video-thumb:before {
    content: '';
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.25);
    transition: 240ms ease all;
}

a.featured-video-thumb:hover:before {
    background: rgba(0,0,0,0.6);
}

a.featured-video-thumb:after {
    z-index: 5;
    content: '\f04b';
    font-family: 'Font Awesome 5 Free';
    width: 128px;
    height: 128px;
    display: flex;
    position: absolute;
    background: var(--yellow);
    top: 50%;
    left: 50%;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 3rem;
    font-weight: 700;
    transform: translate(-50%,-50%);
    transition: 240ms ease all;
    box-sizing: border-box;
    padding-left: 12px;
}








/*FEATURED POST MODULE
=================================== */

.row.fp-slider-row {
    padding: 0px 32px;
}

.slick-list {
    overflow: visible !important;
}

.featured-post-item {
    width: 34vw;
    margin-right: 10vw;
}

.slick-slide .featured-post-item {
	min-width: 320px;
}

.featured-post-thumb-title {
    position: relative;
}

.featured-post-thumb-title a {
    display: block;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.featured-post-thumb-title:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fcd161;
    transform: rotate(-3deg);
	transition:240ms ease all;
}

.featured-post-item:hover .featured-post-thumb-title:after {
	transform:rotate(-6deg);
}

.slick-slide:nth-of-type(odd) .featured-post-thumb-title:after {
    transform: rotate(3deg);
}

.slick-slide:nth-of-type(odd) .featured-post-item:hover .featured-post-thumb-title:after {
    transform: rotate(6deg);
}

.featured-post-thumb-title img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
	position:relative;
	z-index:4;
}

.fp-title date {
    display: block;
    color: #d5a10f;
    font-family: 'Century Gothic W01 Bold';
    font-size: 1rem;
    line-height: 120%;
}

.fp-title h3 {
    color: white;
    margin: 0.2rem auto;
	font-size:1.3rem;
}

.fp-title {
    display: block;
    z-index: 4;
    width: 100%;
    box-sizing: border-box;
    padding: 28px 24px;
    background: rgba(0,0,0,0.90);
}

@media all and (min-width:841px) {
	.fp-title {
		position: absolute;
		z-index: 4;
		bottom: 0;
		left: 0;
		width: 100%;
		background: rgba(0,0,0,0.80);
	}
}

.featured-post-meta {
    box-sizing: border-box;
    padding: 28px 0;
    transition: 240ms ease all;
    opacity: 0.0;
    pointer-events: none;
	font-size: 0.9rem;
    line-height: 125%;
}

.slick-active .featured-post-meta,
.featured-post-item:hover .featured-post-meta {
    opacity: 1.0;
    pointer-events: all;
}










/* EMAIL SIGNUP
=============================== */

.email-signup-module {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.email-signup-module .row {
    max-width: 960px;
}

.email-signup-module form {
    display: block;
    margin-top: 32px;
}





















/* IMAGE BLOCK MODULE
=================================== */

.container.image-block-module.Image-type {
    padding-left: 28px !important;
    padding-right: 28px !important;
}

.container.image-block-module .row {
    display: flex;
}

.container.image-block-module .row img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: auto;
    max-width: 100%;
    position: relative;
    z-index: 5;
}

.container.image-block-module .row a {
	display:block;
	position:relative;
}

.image-block-module .image-box {
    position: absolute;
    top: 12px;
    left: 12px;
    width: 100%;
    height: 100%;
    z-index: 0;
	transition:240ms ease all;
}

.image-block-module .gallery-item:hover .image-box {
	transform:rotate(-3deg);
}

img.portrait-aspect {
    aspect-ratio: 9/13;
}

img.landscape-aspect {
    aspect-ratio: 16/9;
}

img.square-aspect {
    aspect-ratio: 1/1;
}

img.slim-aspect {
    aspect-ratio: 4/1;
}

@media all and (max-width:480px) {
	img.slim-aspect {
		aspect-ratio: 7/3;
	}
}

img.medium-aspect {
    aspect-ratio: 7/3;
}

.fancybox-navigation .fancybox-button {
	position:fixed !important;
}

.row.gallery-row {
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.container.image-block-module .row .gallery-row img {
    aspect-ratio: 1/1;
}

.gallery-row.columns-2 .gallery-item {
    width: calc((100% / 2) - 48px);
    margin: 24px;
}

.gallery-row.columns-3 .gallery-item {
    width: calc((100% / 3) - 48px);
    margin: 24px;
}

.gallery-row.columns-4 .gallery-item {
    width: calc((100% / 4) - 48px);
    margin: 24px;
}

.gallery-row.columns-5 .gallery-item {
    width: calc((100% / 5) - 32px);
    margin: 16px;
}

.gallery-row.columns-6 .gallery-item {
    width: calc((100% / 6) - 24px);
    margin: 12px;
}

.gallery-row.columns-7 .gallery-item {
    width: calc((100% / 7) - 24px);
    margin: 12px;
}

.gallery-row.columns-8 .gallery-item {
    width: calc((100% / 8) - 24px);
    margin: 12px;
}

.image-block-module .gallery-row.columns-6 .image-box,
.image-block-module .gallery-row.columns-7 .image-box,
.image-block-module .gallery-row.columns-8 .image-box {
	top:8px;
	left:8px;
}

dl.gallery-item {
    margin: 0px !important;
}
dl.gallery-item img {
    border: 2px solid black !important;
}

@media all and (max-width:480px) {
	
	.gallery-row.columns-4 .gallery-item {
		width: calc((100% / 2) - 24px);
		margin: 12px;
	}

	.gallery-row.columns-5 .gallery-item {
		width: calc((100% / 2) - 24px);
		margin: 12px;
	}

	.gallery-row.columns-6 .gallery-item {
		width: calc((100% / 2) - 24px);
		margin: 12px;
	}

	.gallery-row.columns-7 .gallery-item {
		width: calc((100% / 2) - 24px);
		margin: 12px;
	}

	.gallery-row.columns-8 .gallery-item {
		width: calc((100% / 2) - 24px);
		margin: 12px;
	}
	
	.container.image-block-module.Gallery-type {
		padding-left: 16px !important;
		padding-right: 16px !important;
	}
	
}










/* MULTI-COLUMN-BLOCK MODULE
===================================== */

.multi-column-module .row.column-rows {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: stretch;
    padding: 0 28px;
}

.columns-1 .multi-column-block {
    width: 100%;
}

.columns-2 .multi-column-block {
    width: calc((100% / 2) - 96px);
	margin:0 48px 48px 48px;
}

.columns-3 .multi-column-block {
    width: calc((100% / 3) - 76px);
	margin:0 38px 38px 38px;
}

.columns-4 .multi-column-block {
    width: calc((100% / 4) - 64px);
	margin:0 32px 32px 32px;
}

.columns-5 .multi-column-block {
    width: calc((100% / 5) - 56px);
	margin:0 28px 28px 28px;
}

.columns-6 .multi-column-block {
    width: calc((100% / 6) - 56px);
	margin:0 28px 28px 28px;
}

@media all and (max-width:768px) {
	.columns-1 .multi-column-block,
	.columns-2 .multi-column-block,
	.columns-3 .multi-column-block, 
	.columns-4 .multi-column-block, 
	.columns-5 .multi-column-block,
	.columns-6 .multi-column-block {
		width: 480px;	
		margin:0 auto;
		max-width:100%;
	}
}













/* FEATURE CALLOUT
========================= */

.feature-callout-module .row {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}


.feature-callout-module svg {
    position: absolute;
    width: 100%;
    height: 92px;
    left: 0;
}

.feature-callout-module svg:first-of-type {
    top: -60px;
}

.feature-callout-module svg:last-of-type {
    transform: rotate(180deg);
    transform-origin: center center;
    bottom: -60px;
}









/* MAP BLOCK MODULE
============================= */

.container.map-block-module p {
    font-family: 'Century Gothic W01';
}

.container.map-block-module p strong {
    font-family: 'Century Gothic W01 Bold';
    font-weight: normal;
}


























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

.footer {
    background: #8dc358;
    color: #fff;
    margin: 0px auto;
    padding: 48px 0px 96px 0px;
}

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

@media all and (min-width:841px) {
	.footer .footer-info p.text-left, .footer .footer-info p.text-right {
		width: 242px;
	}
}

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

.footer a.footer-logo-a svg {
    padding-left: 28px;
    padding-right: 28px;
    width: 324px;
    display: block;
    position: relative;
}

.footer ul.menu li a {
	border-bottom:0px;
	color:#fff;
	transition:240ms ease all;
}

.footer ul.menu li a:hover {
    color:var(--green);
}


.footer p.footer-meta a {
    color: white;
}
.footer p.footer-meta {
    font-size: 15px;
    line-height: 145%;
}

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

.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;
	}
	
	.header ul.social { display:none; } 
	
	.logo-holder {
		width: 240px;
		padding: 6px 24px;
	}
	
	.logo-holder a.button {
		display: none;
	}
	
	.header .nav ul.menu {
		display: flex;
		flex-flow: column;
		justify-content: center;
		align-items: flex-end;
	}
	
	.header ul.menu li.donate-mobile-holder {
		display: block;
		margin-top: 12px;
		text-align: center;
	}
	
	.header ul.menu > li.more-button-holder {
		display: block;
		width: 100%;
		text-align: center;
	}
	
	.header ul.menu > li:nth-of-type(-n + 3) {
		display: none;
	}
	
	
	
	
}
@media all and (max-width:840px) {


	div[class*='span'], .content-container .span70 {
		float:none; clear:both; width:100%; padding:24px; margin:0px auto;
	}
	
	.slideshow-carousel {
		padding: 32px 0;
	}
	
	.span50.slideshow-content {
		order: 2;
	}
	
	.slick-slide img.clip-image {
		clip-path: none;
	}
	
	.slideshow-image:after {
		clip-path: none;
		margin: 0;
		width: calc(100% - 56px);
		height: calc(100% - 56px);
		transform: translate(0,0) rotate(-3deg);
		top: 28px;
		left: 28px;
	}
	
	.posts-archive .featured-post-item {
		margin: 24px;
		width: calc(100% - 48px);
		max-width: 480px;
	}
	

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

	.logo {
		max-width:180px;
	}
	
	.container.header-expanded {
		flex-flow: column;
		justify-content: flex-start;
		align-items: center;
	}
	
	.container.header-expanded > .expanded-block {
		width: 100%;
		height: auto;
		padding: 28px 0;
		justify-content: flex-start;
		align-items: center;
	}
	
	.expanded-block.navigation-container {
		order: 2;
	}
	
	nav.expanded-nav ul.menu li a {
		font-size: 1rem;
		padding: 0.7rem 0;
	}
	
	.expanded-block img.logo {
		width: 170px;
	}
	
	.header-expanded svg.callout-swirl {
		position: absolute;
		top: calc(100% + 5vw);
		left: 0;
		transform: rotate(0deg) scaleY(-1);
		transform-origin: top left;
		width: 100%;
		max-width: 100%;
	}
	
	nav.expanded-nav ul.sub-menu li a:link, nav.expanded-nav ul.sub-menu li a:visited {
		font-size: 0.9rem;
	}

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

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

	

	.text-right, .logo-holder { text-align:center; } 
	
	.span100.footer-info {
		display: flex;
		flex-flow:column;
		justify-content: center;
		align-items: center;
	}
	
	.span100.footer-info .text-left, .span100.footer-info .text-right {
		order: 2;
	}
	
	.span100.footer-info .footer-meta {
		order: 3;
	}

	.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) {
	
	

	.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 all and (max-width:475px) {
	.featured-post-thumb-title img {
		max-height: 280px;
	}
	.fp-title h3 {
		font-size: 1.2rem;
	}
	.content-container p, .content-container ol, .content-container ul {
		font-size:0.9rem;
	}
}
/**** MEDIA QUERIES *****/
/**** MEDIA QUERIES *****/
/**** MEDIA QUERIES *****/


