
/*= Typography 
=======================================================*/

@font-face {
    font-family: 'proxima_nova_rgregular';
    src: url('https://www.fafb.org/assets/fonts/proxima_nova_reg-webfont.eot');
    src: url('https://www.fafb.org/assets/fonts/proxima_nova_reg-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://www.fafb.org/assets/fonts/proxima_nova_reg-webfont.woff') format('woff'),
         url('https://www.fafb.org/assets/fonts/proxima_nova_reg-webfont.ttf') format('truetype'),
         url('https://www.fafb.org/assets/fonts/proxima_nova_reg-webfont.svg#proxima_nova_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_nova_rgbold';
    src: url('https://www.fafb.org/assets/fonts/proxima_nova_bold-webfont.eot');
    src: url('https://www.fafb.org/assets/fonts/proxima_nova_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://www.fafb.org/assets/fonts/proxima_nova_bold-webfont.woff') format('woff'),
         url('https://www.fafb.org/assets/fonts/proxima_nova_bold-webfont.ttf') format('truetype'),
         url('https://www.fafb.org/assets/fonts/proxima_nova_bold-webfont.svg#proxima_nova_rgbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_nova_ltbold';
    src: url('https://www.fafb.org/assets/fonts/proximanova-semibold-webfont.eot');
    src: url('https://www.fafb.org/assets/fonts/proximanova-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://www.fafb.org/assets/fonts/proximanova-semibold-webfont.woff') format('woff'),
         url('https://www.fafb.org/assets/fonts/proximanova-semibold-webfont.ttf') format('truetype'),
         url('https://www.fafb.org/assets/fonts/proximanova-semibold-webfont.svg#proxima_nova_ltbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_nova_exbold';
    src: url('https://www.fafb.org/assets/fonts/proximanova-extrabold-webfont.eot');
    src: url('https://www.fafb.org/assets/fonts/proximanova-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://www.fafb.org/assets/fonts/proximanova-extrabold-webfont.woff') format('woff'),
         url('https://www.fafb.org/assets/fonts/proximanova-extrabold-webfont.ttf') format('truetype'),
         url('https://www.fafb.org/assets/fonts/proximanova-extrabold-webfont.svg#proxima_nova_exbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_nova_rgitalic';
    src: url('https://www.fafb.org/assets/fonts/proxima_nova_reg_it-webfont.eot');
    src: url('https://www.fafb.org/assets/fonts/proxima_nova_reg_it-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://www.fafb.org/assets/fonts/proxima_nova_reg_it-webfont.woff') format('woff'),
         url('https://www.fafb.org/assets/fonts/proxima_nova_reg_it-webfont.ttf') format('truetype'),
         url('https://www.fafb.org/assets/fonts/proxima_nova_reg_it-webfont.svg#proxima_nova_rgitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'myriad_proregular';
    src: url('https://www.fafb.org/assets/fonts/myriadpro-regular_0-webfont.eot');
    src: url('https://www.fafb.org/assets/fonts/myriadpro-regular_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://www.fafb.org/assets/fonts/myriadpro-regular_0-webfont.woff') format('woff'),
         url('https://www.fafb.org/assets/fonts/myriadpro-regular_0-webfont.ttf') format('truetype'),
         url('https://www.fafb.org/assets/fonts/myriadpro-regular_0-webfont.svg#myriad_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*= Global header stuff */
	


/*= Body 
=======================================================*/
body {
	margin: 0;
	padding:0;
	font-family:"proxima_nova_rgregular", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 20px;
	line-height: 30px;
	color:#333333;
	background:#fff;
}
body.blank {background: white;}

html, body {
	overflow-x: hidden;  
}

@media (min-width: 768px) and (max-width: 1023px) {
body {
	font-size: 18px;
	line-height: 28px;
}
}

@media (max-width: 767px) {
body {
	font-size: 16px;
	line-height: 26px;
}
}

/*= Links 
=======================================================*/
a {
	color: #f7941e;
	text-decoration:none;
	outline:0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	cursor:pointer;
	outline:0;
}

a:hover {
	color:#DD841A;
	text-decoration:underline;
	outline:0
}

a:active {
	color:#f7941e;
	text-decoration:none;
	outline:0
}

a:focus {
	outline:0
}

a:visited {
	outline:0;
	text-decoration:none;
}

blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	line-height: 28px;
	color: #666666;
	text-align:center;
}


/*= Img 
=======================================================*/
img {
	width: auto\9;
	height: auto;
	max-width: 100%;
	height:auto;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
	line-height:.5em;
	margin:0;
	padding:0;
}

figure, aside, article, figurecaption {
	margin:0;
	padding:0;
}

figure:hover a {
	cursor:pointer
}

figcaption {
	font-size: 12px;
}


/*= Headings: P, H1, H2, H3, H4, H5, H6 
=======================================================*/
p {
	margin:0;
	padding:0 0 20px 0
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding:0;
	font-weight: normal;
	font-family:"proxima_nova_rgbold", Arial, Helvetica, sans-serif;
	font-size:30px;
	line-height: normal;
	text-rendering: optimizelegibility;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
	font-weight: normal;
	line-height: 1;
	color: #FFFFFF;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	
}

h1 {
	font-size:54px;
	color:#436026;
	line-height:59px
}

h2#masthead {
	font-family:"proxima_nova_rgregular", Arial, Helvetica, sans-serif;
	font-size:64px;
	color:#ffffff;
	line-height: 59px;
}

h1 a {
	color:#436026;
}

h2 {
	font-size:29px;
	line-height:31px
}
h3 {font-size: 24px;margin-bottom: 20px;}

.feature-boxes h2 {color:white;}

@media (min-width: 1023px) and (max-width: 1199px) {
h1,
h2#masthead {
	font-size:44px;
	line-height:49px
}
}

@media (min-width: 768px) and (max-width: 1023px) {
h1,
h2#masthead {
	font-size:40px;
	line-height:45px
}
}

@media (max-width: 767px) {
h1,
h2#masthead {
	font-size:30px;
	line-height:34px
}

h2 {
	font-size:24px;
	line-height:28px
}
}


/*= Order List And Unorder List 
=======================================================*/
ul, ol {
	padding: 0;
	margin: 0;
	list-style:none;
}

ul ul, ul ol, ol ol, ol ul {
	margin-bottom: 0;
}

li {
	line-height: 15px;
	margin:0;
	padding:0
}


/*= Site Common 
=======================================================*/

.error {font-style: italic;color: red;font-size: 13px;font-weight: bold;}

.container {
	width: 100%;
	max-width:1140px;
	padding:0
}

.row {
	width:100%;
	float:left;
	margin: 0;
	padding:0;
}

.col-xs-1 {
	width: 100%;
	*width: 99.99%;
	padding:0;
}

.col-xs-2 {
	width: 100%;
	*width: 99.99%;
	padding:0;
}

.col-xs-3 {
	width: 100%;
	*width: 99.99%;
	padding:0;
}

.col-xs-4 {
	width:31.58%;
	width:31.57%;
	padding:0
}

.col-xs-5 {
	width: 100%;
	*width: 99.99%;
	padding:0;
}

.col-xs-6 {
	width: 100%;
	*width: 99.99%;
	padding:0;
}

.col-xs-7 {
	width: 100%;
	*width: 99.99%;
	padding:0;
}

.col-xs-8 {
	width:65.8%;
	width:65.79%;
	padding:0
}

.col-xs-9 {
	width: 100%;
	*width: 99.9%;
	padding:0;
}

.show_mobile1 {
	display:none
}

.hide_mobile1 {
	display:block
}

.show_mobile2 {
	display:none
}

.hide_mobile2 {
	display:block
}

.show_ipad1 {
	display:none
}

.hide_ipad1 {
	display:block
}

.show_ipad2 {
	display:none
}

.hide_ipad2 {
	display:block
}


@media (min-width: 1200px) {
.row {
	margin:0;
}

.container {
	width: 100%;
	max-width:1140px;
	padding:0
}
}

@media (min-width: 1023px) and (max-width: 1199px) {
.show_ipad2 {
	display:block
}

.hide_ipad2 {
	display:none
}

.row {
	margin: 0;
}

.container {
	max-width:990px;
}
}

@media (min-width: 768px) and (max-width: 1023px) {
.show_ipad1 {
	display:block
}

.hide_ipad1 {
	display:none
}

.row {
	margin: 0;
}

.container {
	max-width:730px;
}
}

@media (max-width: 767px) {
body {
	padding: 0;
}

.show_mobile1 {
	display:block
}

.hide_mobile1 {
	display:none
}

.container {
	width:100%;
	margin:0;
	padding:0 4%
}

.col-xs-1 {
	width: 100%;
	*width: 99.99%;
	padding:0;
}

.col-xs-2 {
	width: 100%;
	*width: 99.99%;
	padding:0;
}

.col-xs-3 {
	width: 50%;
	*width: 49.99%;
	padding:0;
}

.col-xs-4 {
	width: 100%;
	*width: 99.99%;
	padding:0;
}

.col-xs-5 {
	width: 100%;
	*width: 99.99%;
	padding:0;
}

.col-xs-6 {
	width: 100%;
	*width: 99.99%;
	padding:0;
}

.col-xs-7 {
	width: 100%;
	*width: 99.99%;
	padding:0;
}

.col-xs-8 {
	width: 100%;
	*width: 99.99%;
	padding:0;
}

.col-xs-9 {
	width: 100%;
	*width: 99.9%;
	padding:0;
}
}

@media (max-width: 479px) {
.show_mobile2 {
	display:block
}

.hide_mobile2 {
	display:none
}
}


/*== Forms == */
form {
	width:100%;
	float:left;
	padding:0;
	margin:0
}

form ul { 
	width:100%;
	float:left;
}

form ul li { 
	width:100%;
	float:left;
	padding:0 0 10px 0
}

.newsletter label {color: white;}

label {
	width:100%;
	float:left;
	font-size:21px;
	line-height: normal;
	font-weight:normal;
	text-transform:none;
	font-family:"proxima_nova_rgregular", Arial, Helvetica, sans-serif;
	padding:0;
	margin:0
}

.form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 21px;
    line-height: 1.42857;
    color: #555;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #CCC;
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	display: inline-block;
	width:100%;
	height: 50px;
	float:left;
	padding:11px 12px;
	margin: 0;
	font-size: 22px;
	color:#647077;
	font-family:"proxima_nova_rgregular", Arial, Helvetica, sans-serif;
	line-height:26px;
	vertical-align: middle;
	border:1px solid #c2c2c2;
	background:#FFFFFF;
	box-shadow:#d5d5d5 0 0 1px;
	border-radius:4px; 
	behavior: url(PIE.htc);
	position:relative;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  -webkit-box-shadow: 0;
     -moz-box-shadow: 0;
          box-shadow: 0;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	border-color: #c2c2c2;		  
	-webkit-box-shadow:0 0 8px rgba(14, 185, 177, 0.6); 
	-moz-box-shadow:0 0 8px rgba(14, 185, 177, 0.6); 
	box-shadow:0 0 8px rgba(14, 185, 177, 0.6);
	outline: 0;
	outline: 0;
	/* IE6-9 */
}


input[type="button"]:focus,
input[type="submit"]:focus {
	border:none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	outline: 0;
	outline: 0;
}


textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	outline: 0;
}

.input {
	color:#647077;
	outline:none;
}

.textarea {
	height:127px;
	color:#647077
}

:placeholder {
	color:#647077;
}

.placeholder {
	color:#647077;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #647077;
}

input::-moz-placeholder, textarea::-moz-placeholder {
	color: #647077;
}

@media screen and (max-width: 767px) {
label {
	font-size:17px;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	height: 40px;
	font-size: 16px;
	padding:9px 12px
}
}

/*= Buttons =*/
.btn-primary {
	height:75px;
	float:none;
	display:inline-block;
	color:#FFFFFF;
	font-size:24px;
	font-family:"proxima_nova_rgregular", Arial, Helvetica, sans-serif;
	text-shadow: none;
	text-decoration:none;
	text-transform:none;
	line-height:75px;
	letter-spacing:normal;
	text-align:center;
	text-transform:uppercase;
	cursor:pointer;
	border:none;
	background-color:#f7941e;
	*background-color:#f7941e;
	background-image:none;
	background:#f7941e;
	border-radius:0;
	box-shadow:none; 
	opacity:1;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	font-weight:normal;
	margin:0;
	padding:0 65px
}

.btn-primary:hover {
	color:#ffffff;
	text-decoration:none;
	background-color:#e08212;
	*background-color:#e08212;	
	background:#e08212;
	box-shadow:none 
}

.btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	color:#ffffff;
	text-decoration:none;
	background-color:#e08212;
	*background-color:#e08212;	
	background:#e08212;	
	box-shadow:none;
	opacity:1;
}

@media screen and (max-width: 767px) {
.btn-primary {
	height:55px;
	font-size:18px;
	line-height:55px;
	padding:0 25px
}
}

.left-l {
	float:left
}

.right-r {
	float:right
}

strong {
	font-weight:normal;
	font-family:"proxima_nova_rgbold", Arial, Helvetica, sans-serif
}

.bold {
	font-family:"proxima_nova_rgbold", Arial, Helvetica, sans-serif;
}

.container-main {
	width:100%;
	float:left;
	background:#FFFFFF;
}


/*= Header
=======================================================*/

img.feedingfllogo {
	width:144px;
	height:93px;
}

header {
	position: relative;
	width:100%;
	float:left;
	background:#fff;
	padding:19px 0 18px 0;
	z-index: 200;
}

header .brand {
	width:285px;
	float:left;
	margin:-12px -296px 0 11px;
	padding:0;
	position:relative;
	z-index:9999999;
}

.right-off-canvas-menu {
	-webkit-backface-visibility: visible;
	width:100%;
	float:left;
	height:auto;
	min-height:inherit;
	position:static;
	overflow:visible;
	background:none;
	z-index: 5;
	-ms-transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	position:static;
	top:0;
	right:0;
	padding:0;
	margin:0;
}

.right-off-canvas-menu * {
	-webkit-backface-visibility: visible;
}

.icon-menu {
	width:38px;
	height:35px;
	float:right;
	background:#f7941e;
	font-size:26px;
	text-align:center;
	line-height:36px;
	position:absolute;
	top:17px;
	right:4%;
	display:none;
	color:#FFFFFF;
}

.icon-menu i {
	line-height:36px;
}

.icon-menu:hover {
	color:#f0f0f0
}

.caret {
margin-left: 0px;
}

/*.navbar {
	width:100%;
	min-height:inherit;
	height:auto;
	float:right;
	border-radius:0;
	padding:0 0 0 296px;
	margin:0;
	position:relative;
	z-index:70
}*/

.navbar-toggle {background: #F7941E;color: white;
line-height: 15px;}

.navbar-toggle .icon-bar {
display: block;
width: 22px;
height: 2px;
border-radius: 1px;
border-color: white;
background: white;

position: relative;
float: right;
margin-right:0;
padding: 9px 10px;
margin-top: 0;
margin-bottom: 8px;
background-color: transparent;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;


}


.navbar nav {
	float: right;
	padding:32px 0 0 0;
	margin:0
}

.navbar nav ul {
	float:left;
	padding:0;
	margin:0
}

.navbar nav ul li {
	height:30px;
	float:left;
	font-size:19px;
	font-family:"proxima_nova_ltbold", Arial, Helvetica, sans-serif;
	padding:0;
	margin:0 0 0 35px;
	position:relative
}

.navbar {font-size: 19px;}

.navbar-default .navbar-nav>li>a {
color: #F7941E;
}

.navbar nav ul li a {
	height:30px;
	float:left;
	color:#f7941e;
	text-decoration:none;
	line-height:30px;
}

.navbar nav ul li:hover > a {
	color:#436026
}

.navbar nav ul li a.active {
	color:#436026
}

.navbar nav ul li:hover .dropbox-bg {
	display:block
}

.navbar nav ul li .dropbox-bg {
	width:190px;
	float:left;
	position:absolute;
	top:30px;
	left:0;
	display:none
}

.navbar nav ul li .dropbox {
	width:100%;
	float:left;
	background:#f7941e;
	padding:5px 0
}

.navbar nav ul li .dropbox a {
	height:auto;
	float:none;
	line-height:normal
}

.navbar nav ul li .dropbox ul {
	width:100%;
	height:auto
}

.navbar nav ul li .dropbox ul li {
	width:100%;
	height:auto;
	font-size:16px;
	margin:0
}

.navbar nav ul li .dropbox ul li a {
	width:100%;
	float:left;
	color:#FFFFFF;
	line-height:18px;
	padding:7px 10px
}

.navbar nav ul li .dropbox ul li:hover > a {
	color:#f1f1f1;
	text-decoration:underline
}

.navbar nav ul li .dropbox ul li.active {
	color:#f1f1f1
}

.navbar nav ul li.drop-right .dropbox-bg {
	left:auto;
	right:0
}

.navbar .subnav {
	float:right;
	position:absolute;
	top:0;
	right:0
}

.navbar .subnav ul {
	float:left;
	padding:3px 5px 0 0
}

.navbar .subnav ul li {
	float:left;
	font-size:16px;
	color:#666666;
	padding:0 30px 0 0
}

.navbar .subnav ul li a {
	color:#666666
}

.navbar .subnav ul li a:hover {
	color:#436026;
	text-decoration:none
}

.navbar .subnav ul li a.active {
	color:#436026;
	text-decoration:none
}

.navbar .subnav .social {
	padding:0
}

.navbar .subnav .social li {
	padding:0 0 0 13px
}

.navbar .subnav .social li a {
	color:#f7941e;
	font-size:22px
}

.navbar .subnav .social li a:hover {
	color:#436026
}


@media (min-width: 1024px) and (max-width: 1199px) {
header .brand {
	width:285px;
	margin:0 -285px 0 0
}

.navbar {
	padding-left:285px;
}

.navbar nav ul li {
	font-size:17px;
	margin-left:28px
}
}

@media (min-width: 768px) and (max-width: 1023px) {
header {
	padding:15px 0
}

header .brand {
	width:150px;
	margin:0px -150px 0 0
}

.navbar {
	padding-left:150px;
	    margin-bottom: 10px;
}

.navbar nav ul li {
	font-size:15px;
	margin-left:18px
}

.navbar nav ul li .accordionButton {
	height:30px;
	float:left;
	font-size:15px;
	color:#f7941e;
	line-height:30px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	cursor:pointer
}

.navbar nav ul li:hover > .accordionButton {
	color:#436026
}

.navbar nav ul li .accordionButton.active {
	color:#436026
}

.navbar nav ul li:hover .dropbox-bg {
	display: none
}

.navbar nav ul li .dropbox-bg {
	display:none
}

.navbar .subnav ul li {
	font-size:15px;
	padding-right:20px
}

.navbar .subnav .social li a {
	font-size:20px
}


.navbar {
font-size: 14px;
}

.nav>li>a {
position: relative;
display: block;
padding: 10px 6px;
}


}

@media (max-width: 767px) {

.navbar-collapse {
background: #FFF4E8;
-webkit-border-radius: 9px 9px 9px 9px;
border-radius: 9px 9px 9px 9px;
}
.nav>li>a:hover, .nav>li>a:focus {
background-color: #F7941E;
color: white;
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
background-color: #F7941E;
color: white;
}

.navbar-nav .open .dropdown-menu li {background: none;}

.navbar-nav .open .dropdown-menu {
background-color: rgba(247, 148, 30, 0.41);
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
text-decoration: none;
color: #262626;
background-color: #FFF4E8;
}

header {
	padding:15px 0
}

header .brand {
	width:180px;
	margin:0;
	z-index: 99999999;
}

ul.social {display: none !important;}
.navbar .subnav ul {
padding: 0;
margin-bottom: 0;
height: 19px;
}

.navbar {
margin-bottom: 0 !important;
}

.off-canvas-wrap {
	-webkit-backface-visibility: hidden;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.off-canvas-wrap.move-right, .off-canvas-wrap.move-left {
	min-height: 100%;
	-webkit-overflow-scrolling: touch;
}

.inner-wrap {
	-webkit-backface-visibility: hidden;
	position: relative;
	width: 100%;
	*zoom: 1;
	-webkit-transition: -webkit-transform 500ms ease;
	-moz-transition: -moz-transform 500ms ease;
	-ms-transition: -ms-transform 500ms ease;
	-o-transition: -o-transform 500ms ease;
	transition: transform 500ms ease;
}

.inner-wrap:before, .inner-wrap:after {
	content: " ";
	display: table;
}

.inner-wrap:after {
	clear: both;
}

.right-off-canvas-menu {
	-webkit-backface-visibility: hidden;
	width: 270px;
	min-height:100%;
	height:100%;
	float:right;
	overflow-x:hidden;
	overflow-y: auto;
	background: #fff;
	border:none;
	border-left:2px solid #f7941e;
	z-index: 1001;
	box-sizing: content-box;
	-webkit-overflow-scrolling: touch;
	-ms-transform: translate(100%, 0);
	-webkit-transform: translate3d(100%, 0, 0);
	-moz-transform: translate3d(100%, 0, 0);
	-ms-transform: translate3d(100%, 0, 0);
	-o-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	position:relative;
	position:absolute;
	bottom:auto;
	top: 0;
	right:0;
	padding:0;
	margin:0;
}

.right-off-canvas-menu * {
	-webkit-backface-visibility: hidden;
}

.move-right > .inner-wrap {
	-ms-transform: translate(270px, 0);
	-webkit-transform: translate3d(270px, 0, 0);
	-moz-transform: translate3d(270px, 0, 0);
	-ms-transform: translate3d(270px, 0, 0);
	-o-transform: translate3d(270px, 0, 0);
	transform: translate3d(270px, 0, 0);
}

.move-left > .inner-wrap {
	-ms-transform: translate(-270px, 0);
	-webkit-transform: translate3d(-270px, 0, 0);
	-moz-transform: translate3d(-270px, 0, 0);
	-ms-transform: translate3d(-270px, 0, 0);
	-o-transform: translate3d(-270px, 0, 0);
	transform: translate3d(-270px, 0, 0);
}

.no-csstransforms .left-off-canvas-menu {
	left: -270px;
}

.no-csstransforms .right-off-canvas-menu {
	right: -270px;
}

.no-csstransforms .move-left > .inner-wrap {
	left: -270px;
}

.no-csstransforms .move-right > .inner-wrap {
	right: -270px;
}

.icon-menu {
	display:block;
}

.navbar {
	/*padding:20px 0 0 0*/
}

.navbar nav {
	width:100%;
	float:left;
	padding:0
}

.navbar nav ul {
	width:100%
}

.navbar nav ul li {
	width:100%;
	height:auto;
	font-size:17px;
	margin-left:0
}

.navbar nav ul li a {
	width:100%;
	height:auto;
	line-height:21px;
	padding:7px 15px
}

.navbar nav ul li .accordionButton {
	width:100%;
	float:left;
	color:#f7941e;
	line-height:21px;
	padding:7px 15px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	cursor:pointer
}

.navbar nav ul li:hover > .accordionButton {
	color:#436026
}

.navbar nav ul li .accordionButton.active {
	color:#436026
}

.navbar nav ul li:hover .dropbox-bg {
	display: none
}

.navbar nav ul li .dropbox-bg {
	width:100%;
	position:static;
	display:none
}

.navbar nav ul li .dropbox {
	padding:0
}

.navbar nav ul li .dropbox ul li a {
	padding:7px 15px
}

.navbar .subnav {
	width:100%;
	position:static
}

.navbar .subnav ul {
	padding:0
}

.navbar .subnav ul li {
	
	float:left;
	font-size:17px;
	font-family:"proxima_nova_ltbold", Arial, Helvetica, sans-serif;
	padding-right:0
}

.navbar .subnav ul li a {
	width:100%;
	height:auto;
	float:left;
	color:#f7941e;
	line-height:21px;
	padding:7px 10px
}

.navbar .subnav ul li:hover > a {
	color:#436026
}

.navbar .subnav ul li a.active {
	color:#436026
}

.navbar .subnav .social {
	width:100%;
	text-align:center;
	padding:10px 0 0 0
}

.navbar .subnav .social li {
	width:40px;
	float:none;
	display:inline-block;
	padding:0 3px;
	margin:0
}

.navbar .subnav .social li a {
	width:40px;
	float:left;
	text-align:center;
	font-size:25px
}
}


/*= Banner Main
=======================================================*/
.banner-main {
	width:100%;
	float:left;
	position:relative
}

.banner-main figure {
	width:100%;
	float:left;
	overflow:hidden;
	text-align:center
}

.banner-main figure img {
	width:100%;
	max-width:100%;
	min-width:1470px;
	margin:0 -735px
}

.banner-info {
	width:100%;
	height:100%;
	float:left;
	position:absolute;
	top:0;
	left:0;
	text-align:center
}

.banner-info aside {
	max-width:923px;
	float:none;
	display:inline-block;
	background:url(../img/trans01.png) repeat;
	margin:214px 0 0 0;
	padding:22px 3%
}

.banner-info aside h1 {
	font-family:"proxima_nova_rgregular", Arial, Helvetica, sans-serif;
	font-size:64px;
	color:#ffffff
}

.banner-info aside p {
	font-family:"proxima_nova_rgregular", Arial, Helvetica, sans-serif;
	font-size:49px;
	color:#ffffff;
	line-height:47px;
	padding:0
}

.feature-boxes-bg {
	width:100%;
	float:left;
	position:absolute;
	bottom:42px;
	left:0
}

.feature-boxes {
	width:102.7%;
	float:left;
	margin:0 -1.35%
}

.feature-boxes article {
	width:30.74%;
	float:left;
	background:#f7941e;
	text-align:center;
	padding:23px 0 0 0;
	margin:0 1.28%
}

.feature-boxes article h2 {
	padding:0 3% 0 3%
}

.feature-boxes article p {
	width:100%;
	height:73px;
	float:left;
	font-size:18px;
	color:#ffffff;
	line-height:25px;
	padding:0 5%;
	overflow:hidden;
	margin-bottom:25px
}

.feature-boxes article .txt-bg {
	width:100%;
	float:left;
	background:url(../img/bg01.png) no-repeat top center;
	font-size:24px;
	padding:17px 0 13px 0
}

.feature-boxes article .txt-bg a {
	color:#ffffff
}

.feature-boxes .article2 {
	background:#436026
}

.feature-boxes .article3 .txt-bg {
	background:url(../img/bg02.png) no-repeat top center
}

.feature-boxes .article3 {
	background:#ffffff
}

.feature-boxes .article3 {
	background:#ffffff
}

.feature-boxes .article3 h2 {
	color:#333333
}

.feature-boxes .article3 p {
	color:#666666
}

.feature-boxes .article3 .txt-bg a {
	color:#38531f
}

@media (min-width: 768px) and (max-width: 1023px) {
.banner-info aside h1 {
	font-size:58px;
	padding-bottom:5px
}

.banner-info aside p {
	font-size:36px;
	line-height:38px;
}

.feature-boxes article h2 {
	font-size:25px;
	padding-bottom:5px
}

.feature-boxes article p {
	font-size:16px;
	margin-bottom:20px
}

.feature-boxes article .txt-bg {
	font-size:18px
}
}

@media (max-width: 767px) {
.banner-main figure img {
	min-width:100%;
	margin:0
}

.banner-info {
	width:108.6%;
	position:static;
	margin:0 -4.3%;
	padding-bottom:20px
}

.banner-info aside {
	width:100%;
	max-width:100%;
	margin:0;
	padding:20px 8%
}

.banner-info aside h1 {
	font-size:28px
}

.banner-info aside p {
	font-size:18px;
	line-height:20px
}

.feature-boxes-bg {
	position:static
}

.feature-boxes {
	width:108.6%;
	margin:0 -4.3%;
	position:relative
}

.feature-boxes article {
	width:100%;
	margin:0 0 20px 0
}

.feature-boxes article h2 {
	padding-bottom:10px
}

.feature-boxes article p {
	height:auto;
	font-size:16px;
	line-height:22px;
	padding:0 8%;
	overflow:visible
}

.feature-boxes .article3 {
	background:#e7eedf
}
}


/*= Section-1
=======================================================*/
.section-1 {
	width:100%;
	float:left;
	padding:60px 0 55px 0
}

.section-1 h1 {
	font-family:"proxima_nova_rgregular", Arial, Helvetica, sans-serif;
	text-align:center;
	padding-bottom:10px
}

.section-1 h2 {
	font-family:"proxima_nova_rgitalic", Arial, Helvetica, sans-serif;
	color:#436026;
	text-align:center;
	padding-bottom:48px
}

.section-1 h2 a {
	color:#436026
}

.section-1 aside {
	width:49.11%;
	float:left
}

.section-1 aside p {
	padding-bottom:30px
}

.section-1 figure {
	width:48.24%;
	float:right
}

.section-1 figure img {
	width:100%
}

.section-1 article {
	width:100%;
	float:left;
	padding-bottom:50px
}

.section-1 .btn-middle {
	width:100%;
	float:left;
	text-align:center
}

.section-1 ul {
width: 100%;
float: left;
padding-bottom: 30px;
}

.section-1 ul li {
width: 100%;
float: left;
background: url(../img/bullet01.png) no-repeat left 10px;
padding: 0 0 0 12px;
line-height: 30px;
}

@media (min-width: 1024px) and (max-width: 1199px) {
.section-1 article {
	padding-bottom:20px
}
.nav>li>a {
		position: relative;
		display: block;
		padding: 10px 6px;
		}
		.navbar {font-size:18px;}
}

@media (max-width:450px) {
	.navbar .subnav ul li a {padding: 7px 8px;font-size: 14px;}

}

@media (max-width: 1023px) {
	
img.feedingfllogo {
	width:93px;
	height:60px;
}	
	
.section-1 {
	padding:40px 0
}

.section-1 h1 {
	padding-bottom:10px
}

.section-1 h2 {
	padding-bottom:28px
}

.section-1 aside {
	width:100%;
	padding-bottom:10px
}

.section-1 aside p {
	padding-bottom:23px
}

.section-1 figure {
	width:100%
}

.section-1 article {
	padding-bottom:40px
}
}

@media (max-width: 767px) {
.section-1 {
	padding:20px 0 35px 0
}

.section-1 aside {
	padding-bottom:5px
}

.section-1 article {
	padding-bottom:30px
}

	.navbar .subnav ul {float: none;display:inline-block;}
	.navbar {text-align: center;}
}


/*= Form
====================================================== */

.ff_composer textarea {height: 200px;}

/*= Footer
=======================================================*/
footer {
	width:100%;
	float:left
}

.footer-info {
	width:100%;
	float:left;
	background:#436026;
	padding:45px 0 10px 0
}

.footer-info p {
	font-size:18px;
	color:#FFFFFF;
	line-height:22px
}

.footer-info p a {
	color:#FFFFFF
}

.footer-info p a:hover {
	color:#f7941e
}

.footer-info aside {
	width:31.57%;
	float:left
}

.footer-info aside p span {
	font-family:"proxima_nova_exbold", Arial, Helvetica, sans-serif
}

.footer-info article {
	width:65.78%;
	float:right
}

.footer-info article label {
	font-family:"myriad_proregular", Arial, Helvetica, sans-serif;
	padding-bottom:12px
}

.footer-info article .input-bg {
	width:667px;
	float:left;
	background:#FFFFFF;
	border-radius: 4px;
	behavior: url(PIE.htc);
	position:relative;
	padding:3px 187px 3px 3px;
	margin-bottom:45px
}

.footer-info article .btn-primary {
	height:50px;
	position:relative;
	line-height:50px;
	text-transform:none;
	padding:0 16px;
	margin-bottom: 18px;
}

.footer-info article .social {
	width:50%;
	float:left
}

.footer-info article .social p {
	font-family:"myriad_proregular", Arial, Helvetica, sans-serif;
	padding-bottom:15px
}

.footer-info article .social ul {
	float:left
}

.footer-info article .social ul li {
	float:left;
	padding-right:20px
}

.footer-info article .social ul li a {
	color:#FFFFFF;
	font-size:40px;
	text-decoration:none
}

.footer-info article .social ul li a:hover {
	color:#f7941e
}

.footer-info article .social ul li.youtube a {
	font-size:40px
}

.footer-info article .aside-right {
	width:50%;
	float:left;
	padding:0
}

.footer-info article .aside-right p {
	width:100%;

	padding:5px 29% 0 67px
}

.footer-info article .aside-right .logo {
	width:56px;
	float:left;
	margin-right:-67px
}
.footer-info article .logo-plate {
	display: none;
}
@media (min-width: 73em){
.footer-info article .logo-plate {
	width: 200px;
	height: auto;
	float: left;
	margin-top: -120px;
	display: block;
}
}
.footer-info article .aside-right .txt {
	width:100%;
	float:left;
	padding:21px 0 0 0
}

.copyright {
	width:100%;
	float:left;
	background:#122406;
	padding:24px 0
}

.copyright p {
	font-size:18px;
	color:#FFFFFF;
	text-align:center;
	line-height:22px;
	padding-bottom:0
}

.copyright p a {
	color:#FFFFFF
}

.copyright p a:hover {
	color:#f7941e
}

@media (min-width: 1024px) and (max-width: 1199px) {
.footer-info article .input-bg {
	width:100%
}

.footer-info article .aside-right p {
	padding:5px 20% 0 67px
}
}

@media (min-width: 768px) and (max-width: 1023px) {
.footer-info {
	padding:35px 0 30px 0
}

.footer-info p {
	font-size:16px;
	line-height:20px
}

.footer-info aside {
	width:35%
}

.footer-info article {
	width:62%;
	float:right
}

.footer-info article label {
	font-size:18px
}

.footer-info article .input-bg {
	width:100%
}

.footer-info article .social ul li {
	padding-right:15px
}

.footer-info article .social ul li a {
	font-size:35px
}

.footer-info article .social ul li.youtube a {
	font-size:42px
}

.footer-info article .aside-right p {
	padding:0 0 0 67px
}

.copyright p {
	font-size:16px;
	line-height:20px
}
}

@media (max-width: 767px) {
.footer-info {
	padding:28px 0 23px 0
}

.footer-info p {
	font-size:16px;
	line-height:20px
}

.footer-info aside {
	width:100%;
	text-align:center;
	padding-bottom:10px
}

.footer-info article {
	width:100%;
	float:right
}

.footer-info article label {
	text-align:center;
	padding-bottom:12px
}

.footer-info article .input-bg {
	width:100%;
	padding-right:110px;
	margin-bottom:25px
}

.footer-info article .btn-primary {
	width:100%;
	height:40px;
	font-size:18px;
	line-height:40px
}

.footer-info article .social {
	width:100%;
	padding-bottom:20px
}

.footer-info article .social p {
	text-align:center;
	padding-bottom:0
}

.footer-info article .social ul {
	width:100%;
	text-align:center
}

.footer-info article .social ul li {
	float:none;
	display:inline-block;
	padding:0 10px
}

.footer-info article .social ul li a {
	font-size:30px
}

.footer-info article .social ul li.youtube a {
	font-size:40px
}

.footer-info article .aside-right {
	width:100%;
	float:left;
	text-align:center;
	padding:0
}

.footer-info article .aside-right p {
	width:auto;
	float:none;
	display:inline-block;
	vertical-align:middle;
	line-height:20px;
	padding:0 0 0 6px
}

.footer-info article .aside-right .logo {
	float:none;
	display:inline-block;
	margin-right:0
}

.footer-info article .aside-right .txt {
	line-height:20px
}

.copyright {
	padding:22px 4%
}

.copyright p {
	font-size:16px;
	line-height:20px
}
}

@media (max-width: 479px) {
.footer-info article .aside-right p {
	width:100%;
	float:left;
	line-height:20px;
	padding:8px 0 0 67px
}

.footer-info article .aside-right .logo {
	float:left;
	margin-right:-67px
}

.footer-info article .aside-right .aside-mid {
	width:100%;
	max-width:240px;
	margin:0 auto
}

.footer-info article .aside-right .txt {
	padding-top:30px
}
}


/*= Inner
=======================================================*/
.banner-inner {
	width:100%;
	float:left
}

.banner-inner figure {
	width:100%;
	float:left
}

.banner-inner figure img {
	width:100%
}

.about-block {
	width:100%;
	float:left;
	overflow:visible;
	padding:45px 0 65px 0
}

.about-block h1 {
	padding-bottom:15px
}

.about-block p {
	padding-bottom:30px
}

.about-block ul {
	width:100%;
	float:left;
	padding-bottom:30px
}

.about-block ul li {
	width:100%;
	float:left;
	background:url(../img/bullet01.png) no-repeat left 10px;
	padding:0 0 0 12px;
	line-height:30px
}

.about-block .btn-primary {
	padding:0 80px
}

.about-block .feature-boxes {
	width:100%;
	margin:0
}

.about-block .feature-boxes article {
	width:100%;
	margin:0 0 18px 0
}

.about-block .feature-boxes .article3 {
	background:#e7eedf
}

section.board .row,section.staff .row {border-bottom: 1px solid gray;margin-bottom: 25px;padding-bottom: 25px;}

@media (min-width: 768px) and (max-width: 1023px) {
.about-block p {
	padding-bottom:25px
}

.about-block ul {
	padding-bottom:20px
}

.about-block ul li {
	margin-bottom:5px
}
}

@media (max-width: 767px) {
.about-block {
	padding:25px 0
}

.about-block p {
	padding-bottom:22px
}

.about-block ul {
	font-size:16px;
	padding-bottom:20px
}

.about-block ul li {
	line-height:26px;
	margin-bottom:5px
}

.about-block .btn-primary {
	width:100%;
	padding:0 20px;
	margin-bottom:45px
}

.about-block .feature-boxes {
	width:108.6%;
	margin:0 -4.3%
}
}

/* -- Donation Button */

.donationbutton {margin-top:30px;}

/* -- News Page
=======================================================*/

.date {font-size: 14px;margin: 0;padding: 0;}
.about-block p.date {margin: 0;padding: 0;}

/* -- Directory Page
=======================================================*/

/*ul#nav, ul#nav li {list-style-type: none;background: none;padding:0;}
ul#slides, ul#slides li {list-style-type: none;background: none;padding:0;}
ul#slides img {width: 100%;}

#slideshow_wrapper{margin:10px 0 20px 10px;padding:0;float:left;width:100%;overflow:hidden;line-height:15px;clear:both;}
#slideshow{width:100%;}
#slideshow ul{}
#slideshow ul a img{border:0 none;}
#slides{float: right; width:70%;}
#slides li{display:none;}


#nav{left:0px;z-index:5;width:30%;font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;}
#nav li{font-size:14px;font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;}
#nav li a.lbl1,#nav li a.lbl2,#nav li a.lbl3{color:#fff;text-decoration:none;display:block;padding:0px;height:100px;background:transparent url(../images/_bnr-btns.png) no-repeat 0px 0px;}
#nav li a.lbl2{}
#nav li a.lbl3{}
#nav li a span.label{font-size:24px;font-weight:bold;color:#fff;text-shadow:1px 1px 0px #000;text-transform:uppercase;margin:5px 0px 14px 0px;display:block;margin-left:20px;}
#nav li a span.nosticker{margin-top:10px;}
#nav li a span.sticker{font-size:12px;text-transform:uppercase;background:#9EBC29;padding:2px 5px;font-weight:bold;color:#222222;margin-bottom:5px;text-shadow:none;}
#nav li a span{font-size:13px;text-transform:uppercase;text-shadow:1px 1px 0px #111;}
#nav li a.lbl1.activeSlide,#nav li a.lbl2.activeSlide,#nav li a.lbl3.activeSlide,#nav li a.lbl4.activeSlide{background:transparent url(../images/_bnr-btns.png) no-repeat 0px -300px;}
#nav li a.lbl2.activeSlide{}
#nav li a.lbl3.activeSlide{}
#nav li a:focus{outline:none;}*/

/*------------[ BANNER BUTTON ]----------*/
/*button.skip { background: #D8833C url(../images/_bg-btn.jpg);border: 3px solid white;-moz-border-radius: 7px;-webkit-border-radius: 7px;border-radius: 7px;-moz-box-shadow: inset 0 0 0 0 rgba(255, 115, 100, 0.4), 0 0 4px 0 #333;-webkit-box-shadow: inset 0 0 0 0 rgba(255, 115, 100, 0.4), 0 0 4px 0 #333;box-shadow: inset 0 0 0 0 rgba(255, 115, 100, 0.4), 0 0 4px 0 #333;color: #fff;font-family: "helvetica neue", helvetica, arial, sans-serif;font-size: 22px;line-height:40px !important;text-shadow: 0px -1px 1px #562D14;font-weight: bold;padding:10px 0 8px 0;text-decoration: none;text-align: center;width: 260px;position:absolute;left:395px;top:220px;}
button.skip:hover {cursor: pointer;text-decoration:underline;}
button.skip:active {-moz-box-shadow: inset 0 0 5px 0 #1d2845, 0 1px 0 #fff;-webkit-box-shadow: inset 0 0 5px 0 #1d2845, 0 1px 0 #fff;box-shadow: inset 0 0 5px 0 #1d2845, 0 1px 0 #fff;cursor: pointer;}
*/
.foodbankimage {position:relative;}
.foodbanklabel {}
.foodbankpadding {margin-top: 50px;}
.foodbanklogo {height: 150px;margin:10px 0;}
#slides li{
    display:none;
}
ul#nav li, ul#slides li {list-style: none;background: none;padding:8px 13px;}
ul#slides {list-style-type: none !important;}
#nav li{
    cursor:pointer;
}

#nav.list-group li, #slides li {line-height: 20px;}
#nav.list-group li a {font-size: 16px;font-weight: 600;font-family: 'proxima_nova_rgbold',helvetica, arial, sans-serif;}

.countyname {font-size: 12px;font-style: italic;line-height: 16px;}

.mapbutton {position: absolute;top:200px;left:20px;z-index:999999999;}

@media (min-width:768px) {
	.container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
		margin-right: 0;margin-left: 0;margin-top: 27px;margin-bottom: 0px;
		}
	.navbar-nav>li>a {
		padding-top: 7px;
		padding-bottom: 7px;
	}
}

@media (max-width:420px) {
	.foodbanklogo {height: 50px;}
	.foodbankname {
		font-size: 21px;
margin: 0;
line-height: 20px;
padding: 0px;
	}
	.foodbankcontact {
		font-size: 16;margin-bottom: 0;
	}
	.foodbanktext p {font-size: 14px;line-height: 18px;margin-bottom: 0;}
}

.showmobile {display:none;}

@media (max-width:767px) {
	.showmobile {display:inline-block;}
}


/* IE 9 Fix Nav */

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle,
.navbar,
.navbar-inverse .navbar-inner {
    filter: none;
    background-image: none;
}
