html, body {
	height: 100%;
	position: relative;
}

body {
    min-width: 320px;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    line-height: 1.5em;
    font-family: 'ProximaNova', Arial, sans-serif;
}

/*
.not-lte-ie8 body {
    font-family:'ProximaNova', Arial, sans-serif;
}
*/

p {
	margin: 0 0 1.25em;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    color: #268b8d;
	margin-top: 0;
}

.banner h1, .banner .h1, .banner h2, .banner .h2, .banner h3, .banner .h3, .banner h4, .banner .h4, .banner h5, .banner .h5, .banner h6, .banner .h6 {
    color: #fff;
}

.impact-copy h1, .h1, .impact-copy h2, .impact-copy .h2, .impact-copy h3, .impact-copy .h3, .impact-copy h4, .impact-copy .h4, .impact-copy h5, .impact-copy .h5, .impact-copy h6, .impact-copy .h6 {
    color: #CF8600;
}

.alert_msg h1, .alert_msg .h1, .alert_msg h2, .alert_msg .h2, .alert_msg h3, .alert_msg .h3, .alert_msg h4, .alert_msg .h4, .alert_msg h5, .alert_msg .h5, .alert_msg h6, .alert_msg .h6 {
    color: #464646;
}

.call-to-action-bottom h3 { color: #444444; }/* Only needs one headline, included in wrapper */
.footer h5 {                color: #353434; }/* Only needs one headline, included in wrapper */

.promo h1, .promo .h1, .promo h2, .promo .h2, .promo h3, .promo .h3, .promo h4, .promo .h4, .promo h5, .promo .h5, .promo h6, .promo .h6 {
    color: #282828;
}

h1 {
	margin-bottom: 20px;
}

h2 {
	margin-bottom: 15px;
}

h5 {
	font-size: 14px;
	line-height: normal;
	text-transform: uppercase;
	font-weight: 500;
	color: #464646
}

.carousel h1, .carousel .h1, .carousel h2, .carousel .h2, .carousel h3, .carousel .h3, .carousel h4, .carousel .h4, .carousel h5, .carousel .h5, .carousel h6, .carousel .h6 {
	color: #fff;
}

p:last-child, h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
	margin-bottom: 0;
}

a {
    color: #949300;
}

a:hover {
	color: #B4B30A
}

h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
	text-decoration: underline;
}

h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h6 a, .h6 a {
	color: #268B8D;
}

h1 a:hover, .h1 a:hover, h2 a:hover, .h2 a:hover, h3 a:hover, .h3 a:hover, h4 a:hover, .h4 a:hover, h6 a:hover, .h6 a :hover{
	color: #3DAAAC;
}

img {
    max-width: 100%;
}

.orange_headline, .orange_headline a {
	color: #e47a1f;
}

.orange_headline a:hover {
	color: #F18F3B;
}

.green_headline, .green_headline a {
	color: #949300;
}

.green_headline a:hover {
	color: #B4B30A
}

.brown_headline, .brown_headline a {
	color: #9a844c;
}

.brown_headline a:hover {
	color: #C2AA6C;
}

.clear {
	clear: both;
}

.internal img {
	margin: 0 20px 20px;
}

table.formBox td, #signinform td {
	padding: 10px;
}

.disable-floatwrap {
	display: table;
}

b, strong {
	font-weight: 700;
}

/**********

Carousel

*************/
.carousel-caption {
    background: #258B8D;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 65%;
    padding: 25px;
    text-align: left;
    text-shadow: none;
    font-size: 18px;
    max-width: 360px;
}

.carousel-inner {
    background: #258B8D;
}

.carousel-image {
    float: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 35%;
    bottom: 0;
    left: 0;
}

.carousel-image img {
    float: right;
    max-width: none;
    height: auto;
    position: absolute;
    right: 0;
    bottom: 0;
}

.carousel .item {
    height: 100%;
}

.carousel-control {
    background: none;
}
.carousel-inner {
    height: 320px;
}

.carousel-control.left,
.carousel-control.right {
	z-index: 11;
}

.carousel-control {
	width: 30px;
}

/* END carousel */

/********

Drawer

***************/

.drawer {
    display: none !important;
    background: #a6ac31;
	box-shadow: 5px 0 6px #000;
	box-shadow: 5px 0 6px rgba(0, 0, 0, .2);
	z-index: 2;
}

.drawer-inner {
	background: #f4f4f4;
	box-shadow: 0 2px 4px #000;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.drawer .nav-stacked li {
	margin: 0;
}

.drawer .nav-stacked a {
    color: #282828;
    font-weight: 500;
    text-transform: uppercase;
    padding: 26px 33px;
    border-bottom: 1px solid #cdcdcd;
}

.drawer .nav-stacked a:hover {
	background: #EBEBEB;
}

.drawer .nav-stacked .current a,
.drawer .nav-stacked .parent a {
	background: #ccc;
}

.drawer .nav-horiz {
	display: block;
	margin: 0;
	padding: 10px 23px;
}

.drawer .nav-horiz li,
.drawer .nav-horiz a {
	display: inline-block;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

.drawer .nav-horiz a {
	padding: 10px 10px;
	color: #8d8d8d;
}

.drawer .nav-horiz a.social {
	color: #949300;
	font-size: 28px;
}

.drawer .nav-horiz a:hover {
	background: none;
	color: #646464;
}

.drawer .nav-horiz a.social:hover {
	color: #B4B30A;
}

.drawer .btn {
    margin: 10px 0 10px 15px;
}
.drawer .nav .btn:hover {
    background: #949300;
    border-color: #B8B600;
}
.drawer .list-inline li {
    display: inline-block;
}
.drawer .list-inline {
    margin-left: 15px;
    text-align: left;
}
.drawer .btn-group .btn {
    padding: 6px;
    color: #303030;
    border-color: #ADAC02;
}
.drawer .btn-group {
    margin-left: 13px;
}

/* END drawer */

/*******

Header

*************/

.main {
    padding-top: 151px;
    left: 0;
    -webkit-transition: left .35s ease-out;
    transition: left.35s ease-out;
}
.navbar {
    top: 0;
    right: 0;
    position: fixed;
    left: 0;
    z-index: 20;
    border-radius: 0;
    background: #f4f4f4;
    height: 151px;
    position: absolute;
    min-width: 320px;
}
.utility-nav {
    position: relative;
    margin-top: 35px;
    margin-bottom: 15px;
    text-align: right;
    font-size: 0;
    line-height: normal;
    white-space: nowrap;
    padding-right: 0;
}
.utility-nav .btn-default {
    color: #474749;
    text-transform: none;
    font-size: 14px;
    line-height: normal;
    margin-left: 10px;
}
.utility-nav .btn-link {
	font-size: 15px;
	line-height: normal;
}
.navbar-toggle {
    z-index: 20;
    float: left;
    margin-top: 8px;
    margin-left: 15px;
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.41);
    margin-bottom: 5px;
}
.utility-nav li a {
    margin: 0 0 0 8px;
    padding: 0;
    padding: 3px 2px;
}

.main-nav a {
    color: #707070;
    text-transform: uppercase;
    font-weight: 500;
    text-shadow: 0 1px 0 #fff;
}
.utility-nav li {
    display: inline-block;
    float: none;
}
.utility-nav a {
    padding-right: .5em;
    padding-left: .5em;
    color: gray;
    font-weight: 500;
    font-size: 15px;
}
.navbar-nav li a {
	padding: 20px 13px 18px;
	font-size: 12px;
}
.navbar-nav li.parent > a, .navbar-nav li.current > a,
.nav>li>a:hover, .nav>li>a:focus, .nav .open > a, .nav .open > a:hover {
	color: #282828;
	background: none;
}
.navbar-nav a span {
	display: inline-block;
	padding-bottom: 2px;
}
.navbar-nav li.parent > a span,
.navbar-nav li.current > a span,
.navbar-nav a:hover span, .navbar-nav a:focus span,
.nav .open > a span, .nav .open > a:hover span {
	border-bottom: 1px solid #666;
}
.navbar-nav li li.parent > a, .navbar-nav li li.current > a {
	background: #ddd;
}
.navbar.affix {
    position: fixed;
    height: 58px;
    padding-top: 0;
}
.affix .navbar-brand {
    display: none;
}
.affix .utility-nav {
    display: none;
}
.dropdown-menu {
    min-width: 100%;
    border: none;
    background: #f1f0f0;
    padding-bottom: 0;
    overflow: hidden;
    top: 56px;
    -webkit-box-shadow: inset 0 2px 2px #CCC, 0 3px 4px #ddd;
    -webkit-box-shadow: inset 0 2px 2px #CCC, 0 3px 4px rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 0 2px 2px #CCC, 0 3px 4px #ddd;
    -moz-box-shadow: inset 0 2px 2px #CCC, 0 3px 4px rgba(0, 0, 0, .1);
    box-shadow: inset 0 2px 2px #CCC, 0 3px 4px #ddd;
    box-shadow: inset 0 2px 2px #CCC, 0 3px 4px rgba(0, 0, 0, .1);
}
.dropdown-menu li {
	border-bottom: 1px solid #fff;;
}
.dropdown-menu > li > a {
    text-transform: none;
    padding: 8px 20px;
	color: #464646
}
.navbar-form {
    margin: 0;
    line-height: normal;
    padding-right: 0;
}
.search-toggle .form-group {
    display: block;
    float: none;
    width: auto;
}
.search-toggle .navbar-nav {
    float: none;
}
.search-toggle .input-group {
    padding-right: 10px;
    padding-top: 11px;
}

.navbar-form .form-group {
	width: 100%;/* Fix for FF */
	position: relative;
	top: 10px;
}

.mobile-search-toggle {
    margin-left: 0;
    position: relative;
    left: 0;
    overflow: hidden;
}
.mobile-search-toggle .input-group {
    padding-right: 5px;
}
.mobile-search-toggle .navbar-form {
    padding-right: 15px;
}
.mobile-search-toggle .navbar-toggle {
    padding: 4px 15px;
}
.mobile-search-toggle .form-group {
    margin-bottom: 0;
    padding-bottom: 0;
    top: 0;
}
.mobile-search-toggle .pull-right {
	position: relative;
	z-index: 3;
}
.mobile-search-toggle .glyphicon {
    top: 3px;
}
.navbar .alert {
    border-radius: 0;
    padding: 5px 15px;
    margin-bottom: 0;
}
.fixed {
    position: fixed;
    left: 0;
    right: 0;
}
.fixed-bottom {
    bottom: 0;
}
.fixed-bottom .btn {
    border-radius: 5px 0 0 0;
}
.utility-nav[class^="icon-"] {
    font-size: 26px;
    vertical-align: middle;
}
.navbar .container {
    position: relative;
    height: 151px;
}
.navbar-collapse {
    height: 60px;
}
.main-nav-collapse {
    overflow: visible;
    height: 58px;
    padding-bottom: 0;
    position: absolute;
    bottom: 0;
    right: 15px;
    left: 15px;
}
.affix .main-nav-collapse {
	position: static;
}
.main-nav > li > a {
	height: 57px;
}
.navbar.affix {
    height: 60px;
    padding-top: 0;
}
.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}
.mobile-search-toggle.brand {
    display:block;
    position: static;
}
.mobile-search-toggle.form {
    display: none;
}
.navbar-brand:before {
	display: none !important;
}
.navbar-header .img-responsive {
    top: 13px;
    left: 15px;
    bottom: 0;
    width: 350px;
    height: 73px;
    position: absolute;
    z-index: 999999;
}
.banner .img-responsive {
    max-width: 60%;
}
.utility-nav .social-link a {
	color: #949300;
	font-size: 24px;
	position: relative;
	top: 5px;
}
.utility-nav .social-link a:hover {
    background: none;
    color: #6D6C0A;
}

/* END header */

/*********

Buttons

**************/
.btn-info {
    background: white;
    color: gray;
    border-color: #D6D6D6;
}
.btn-link {
    background: none;
}
.btn-default {
	text-decoration: none;
}
.btn-default, .templateBody input[type=submit] {
    border-color: #C4C41E;
    background: #c9d10e;
    color: #474749;
    white-space: normal;
    font-weight: 500;
    letter-spacing: 0.4px;
    padding: 7px 15px;
}
.btn-default:hover, .templateBody input[type=submit]:hover {
	background-color: #949300;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default, .utility-nav > li > a:hover {
    background-color: #949300;
    color: #fff;
}
.utility-nav > li > a.btn-link:hover {
    background: none;
    text-decoration: underline;
    color: #555555;
}

/* END buttons */

/*********

Promos

*************/

.promos {
    margin-top: 20px;
    padding: 0 0 20px;
}

.promo .caption {
	padding: 0 15px;
	display: block;
}

.promo .block {
    display: block;
    padding: 15px;
    background: #F3F3F3;
    margin-bottom: 20px;
}

.promo img {
	margin: 0;
}

.promo-lg img {
    margin: 0 0 15px;
    /* border: 2px solid #f4f4f7; */
}

.promo-lg .block {
    padding: 0 0 15px;
}

.promo a {
    color: #949300;
    font-weight: 700;
    text-decoration: none;
}

.promo a:after {
	content: "\e080";
	font-family: 'Glyphicons Halflings';
	display: inline-block;
	margin-left: 3px;
	margin-right: 6px;
	font-size: 10px;
    -webkit-transition: margin-left .2s ease-out, margin-right .2s ease-out;
    transition: margin-left .2s ease-out, margin-right .2s ease-out;
}

.promo a:hover:after {
	margin-left: 6px;
	margin-right: 3px;
}

.promo .btn-link {
    padding: 0;
    text-decoration: underline;
    font-weight: 700;
    color: #4D4D4D;
}

/* END promos */

/**********

Footer

**************/
.footer > .first {
    background: #e2e2e2;
    padding: 30px 0 10px;
}

.footer .second {
    background: #ededed;
    padding-top: 30px;
    font-size: 14px;
    line-height: 1.2em;
}

.call-to-action-bottom {
    padding: 50px 0 30px;
    border-top: 1px solid #E0E0E0;
    position: relative;
    margin-top: 30px;
}

.call-to-action-bottom .btn {
	font-size: 18px;
	line-height: normal;
}

.footer .btn-link {
    color: #949300;
    font-size: 32px;
    line-height: 0;
    padding: 5px;
    text-decoration: none;
}
.footer .btn-link:hover {
	color: #6D6C0A;
}

.footer .icon-feedAmerica {
    font-size: 70px;
    line-height: 70px;
    vertical-align: baseline;
    position: relative;
    bottom: 4px;
    display: block;
    text-align: center;
    color: #5A5A5A;
}

.call-to-action-bottom .icon-neighborhood {
    position: absolute;
    top: -18px;
    left: 50%;
    background: white;
    display: block;
    padding: 0 10px;
    font-size: 30px;
    width: 120px;
    margin-left: -60px;
    color: #e4e4e4;
}
.footer a {
    color: inherit;
}
.about-feeding-america {
	padding-top: 7px;
	padding-bottom: 0;
}
.social-search {
    background: #CACACA;
    margin: -30px 0 -10px;
    padding: 40px 15px 25px;
    height: 100%;
    line-height: normal;
}
.social-search ul {
	text-align: center;
}
.social-search .form-group {
	margin-bottom: 10px;
}
.footer .first[class^="col-"] {
    padding-top: 40px;
    padding-bottom: 40px;
}
.btn-search-toggle {
    padding: 6px 12px;
}
.footer .second ul {
	padding-bottom: 30px;
}

.footer .second li {
    margin-bottom: 6px;
}

.social-search ul {
	margin: 0;
	padding: 0;
}

/* END footer */

.main-inner {
    min-width: 320px;
    background: #fff;
}
.overflow {
    position: relative;
    overflow: hidden;
}
.absolute {
    position: absolute;
    top: 0;
}
.process {
    padding: 50px 15px 30px;
}
.impact {
    min-height: 367px;
    background: #EBEBEB;
}
.impact-copy {
    padding: 40px 15px 40px;
}
.impact-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}
.impact-image img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    max-width: none;
}
.impact .btn-default {
	background-color: #f68839;
	border-color: #f68839;
	color: #ededed;
}
.impact .btn-default:hover {
	background-color: #e57320;
}
.process-image {
	padding-top: 30px;
}
.process-image img {
    max-width: none;
    width: 100%;
}
.glyphicon-search {
    color: #b5bd00;
}
.btn-info:hover {
    background: white;
    border: 1px solid #BBB;
}
.input-group .form-control {
	border: 1px solid #B9B8B8;
    border-right: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-appearance: none;
}
.input-group-btn {
	line-height: normal;
}
.input-group .input-group-btn .btn {
    border-left: none;
    border-color: #C7C7C7;
}
.process-flow {
	padding-top: 32px;
    font-size: 14px;
    text-align: center;
}
.templateBody input, .templateBody textarea {
    border: 1px solid #CCC;
    border-radius: 3px;
    margin: 5px 0;
    padding: 4px 10px;
}

.list_component img {
	margin: 0;
}

.searchNavigation a {
	display: inline-block;
	padding: 0 6px;
	margin: 0;
}
.searchNavigation {
    text-align: center;
    letter-spacing: 0;
    padding-top: 10px;
    border-top: 1px solid #DDD;
    margin-top: 30px;
    border-bottom: 1px solid #DDD;
    padding-bottom: 10px;
}
.searchTitle {
    font-size: 0;
    margin: 25px 0 0;
    color: #D5D5D5;
    clear: both;
}
.searchTimeStamp {
    color: #808080;
    margin: 0 0 1em;
    font-size: 12px;
}
.searchTitle a {
    font-size: 26px;
}
.searchTeaser {
    display: inline-block;
    font-size: 18px;
}
.searchDescription {
    font-size: 14px;
    display: inline-block;
}
.searchNavigation:first-of-type {
    border-top: none;
}
.searchNavigation:last-of-type {
    border-bottom: none;
}
.main input {
    border-radius: 4px;
    border: 1px solid #E9E9E9;
    padding: 2px 10px;
}
.templateBody input {
    border-radius: 4px;
    border: 1px solid #CFCFCF;
    padding: 2px 10px;
    height: 40px;
}
.searchDisplayResults {
	margin: -25px 0 20px;
	float: right;
}
.internal {
	padding-top: 60px;
}
.btn-search-toggle {
    padding: 6px 12px;
    margin-top: 10px;
}
.first li {
    padding: 0;
}
.container {
    width: auto;
    max-width: 1170px;
}
.btn-block {
    padding: 10px 20px;
    margin-bottom: 30px;
}
.well {
    padding-top: 0;
    padding-bottom: 0;
    border: none;
    font-size: 18px;
    line-height: normal;
}
.well ul.level-3 {
	font-size: 18px;
	line-height: normal;
    margin: 0 -20px;
    padding: 8px 0 8px 30px;
    display: none;
    background: #f4f4f4;
}
.well ul.level-4 {
	font-size: 14px;
	line-height: normal;
	background: #f9f9f9;
	margin: 0 0 0 -30px;
	padding: 8px 0 8px 50px;
	display: none;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}
.well ul.level-5 {
	padding-left: 20px;
}
.well a {
    margin: 0 -19px;
    font-weight: 500;
    padding: 10px 19px;
    background: #EEEEEE;
    color: #464646;
	box-shadow: 0 1px 1px rgba(200, 200, 200, .3)
}
.well a:hover {
	color: #7C7C7C;
}
.first a.level-1 {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.well a.level-1 {
	font-size: 24px;;
	background: #f5f5f5;
	border-bottom: 1px solid #ccc;
}
.well .parentOfActive > ul {
	display: block;
}
.well ul.level-3 li:last-child ul {
	margin-bottom: -8px;
}
.well .glyphicon {
	font-size: 9px;
	display: none;
	position: relative;
	top: -1px;
}
.well ul.level-2 .glyphicon {
	display: inline;
}
.well .parentOfActive > a .glyphicon:before,
.well .active > a .glyphicon:before {
	content: "\e114";
}
.well ul.level-3 a {
    color: #949300;
    margin: 0;
    font-weight: 500;
    background: none;
    border: none;
    box-shadow: none;
}
.well ul.level-3 a:hover {
	color: #B4B30A;
}

.well .level-2.active a.level-2:hover,
.well .level-2.parentOfActive a.level-2 {
	background: #b3bc3d;
	color: #464646;
	box-shadow: 0 2px 2px #ddd;
	box-shadow: inset 0 2px 2px #a2aa37, 0 2px 2px #ddd;
}
.well ul.level-4 .active > a,
.well ul.level-4 .parentOfActive > a {
	color: #464647;
}
.parentOfActive.level-3 > a,
.parentOfActive.level-3 > a:hover,
.active.level-3 > a,
.active.level-3 > a:hover {
	color: #464646 !important;
}
.visible-ios7 {
    display: none;
}
.banner {
    background: #268b8d;
    color: white;
    padding: 30px 0;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.25);
}
.main .internal .pull-left {
    max-width: 40%;
    margin-right: 30px;
    margin-bottom: 20px;
}

.sidebar .btn-default {
    font-size: 15px;
    text-transform: uppercase;
    margin: 0 0 20px;
    background: #ededed;
    border-color: #dbdbdb;
    text-shadow: 0 1px 1px #fff;
}

.sidebar .btn-default:hover {
	color: #808080;
}

.sidebar .btn-default .glyphicon {
	font-size: 11px;
}

.action-buttons {
	padding: 10px 20px;
	margin-bottom: 40px;
}
.action-buttons .col-xs-4 {
    padding: 0 10px;
}

.action-buttons .btn {
    padding: 10px;
    margin-bottom: 0;
}

.list_component li {
	margin: 0 0 2em;
}

.meta_info {
	font-size: .8em;
	line-height: normal;
}

.meta_info > span {
	display: block;
}

table.paginator td {
	padding: 5px;
}

.header_image, .main_image {
	float: right;
	margin: 0 0 20px 20px;
}

.display_image {
	display: inline-block;
	margin:  0 0 20px;
}

.list-blog_img_grid img {
	margin: 0 0 20px;
}

.comment_form, .comment_list {
	margin: 0 0 20px;
}

.comment_form td {
	padding: 15px;
}
	
.list-blog_img_grid .post {
	margin: 0 0 20px;
}

.list-gallery {
	width: 100%;
	margin-left: -4%
}

.list-gallery div {
	float: left;
	width: 21%;
	margin-left: 4%;
	margin-bottom: 20px;
}
.list-gallery .gallery_caption {
	display: none;
}
.clear_on_parent {
	clear: both;
}
.gallery_image {
	text-align: center;
}
.gallery_caption {
	display: block;
	width: 400px;
	text-align: center;
	margin: 0 auto;
}

.optional_two_col_row, .optional_after_two_col_row {
	margin: 20px -15px;
}

.optional_after_two_col_row {
	border-top: 1px solid #ddd;
	padding-top: 30px;
	margin-top: 30px
}

.partner_detail_logo {
	float: right;
}

.list-partner li {
	position: relative;
	height: 108px;
	border: 1px solid #e0e0e0;
	margin: 0 0 20px;
}

.partner_thumbnail {
	position: absolute;
	display: block;
	overflow: hidden;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0;
	line-height: 104px;
	text-align: center;
}

.partner_thumbnail img {
	max-width: 100%;
	height: auto;
	position: relative;
	max-height: 106px;
}

.hunger_hero {
	display: block;
	width: 62px;
	height: 73px;
	float: left;
	margin: 0 15px 15px 0;
	background: url(/assets/theme_assets/img/hh-awareness.png) top left no-repeat;
}

.list-partner .hunger_hero {
	float: none;
	margin: 0;
	position: absolute;
	top: -5px;
	left: -5px;
	width: 32px;
	height: 37px;
	background-size: 32px 37px;
}

.partner_badges {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	background: #ededed;
	padding: 5px 12px;
	font-size: 25px;
	overflow: hidden;
}

.badge_cols-0 .partner_thumbnail {
	padding-right: 94px;
}

.badge_cols-0 .partner_badges {
	width: 94px;
}

.badge_cols-1 .partner_thumbnail {
	padding-right: 94px;/* 59 */
}

.badge_cols-1 .partner_badges {
	width: 94px;
}

.badge_cols-2 .partner_thumbnail {
	padding-right: 94px;
}

.badge_cols-2 .partner_badges {
	width: 94px;
}

.badge_cols-3 .partner_thumbnail {
	padding-right: 129px;
}

.badge_cols-3 .partner_badges {
	width: 129px;
}

.partner_three_col .col-sm-4 {
	padding-left: 30px;
	padding-right: 30px;
}

.partner_badge {
	display: inline-block;
	padding: 3px 5px;
	font-family: 'shh';
	float: left;
	width: 35px;
	height: 31px;
	overflow: hidden;
}

.badge-519206676:before,
.icon-badge-fi:before {
	content: '\e607';
	color: #a1b2a2;
}

.badge-519206633:before,
.icon-badge-vo:before {
	content: '\e603';
	color: #887c6c;
}

.badge-519206686:before,
.icon-badge-fr:before {
	content: '\e606';
	color: #a0a839;
}

.badge-519206899:before,
.icon-badge-fa:before {
	content: '\e608';
	color: #747b35;
}

.badge-519209463:before,
.icon-badge-tp:before {
	content: '\e604';
	color: #994942;
}

.badge-519209461:before,
.icon-badge-ik:before {
	content: '\e605';
	color: #e8902e;
}

.hh-517135206 {
	background-image: url(/assets/theme_assets/img/hh-awareness.png);
}

.lt-ie9 .hh-517135206 {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/theme_assets/img/hh-awareness.png',sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/theme_assets/img/hh-awareness.png',sizingMethod='scale')";
}

.hh-517135250 {
	background-image: url(/assets/theme_assets/img/hh-financial.png);
}

.lt-ie9 .hh-517135250 {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/theme_assets/img/hh-financial.png',sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/theme_assets/img/hh-financial.png',sizingMethod='scale')";
}

.hh-517135265 {
	background-image: url(/assets/theme_assets/img/hh-food.png);
}

.lt-ie9 .hh-517135265 {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/theme_assets/img/hh-food.png',sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/theme_assets/img/hh-food.png',sizingMethod='scale')";
}

.hh-517135305 {
	background-image: url(/assets/theme_assets/img/hh-green.png);
}

.lt-ie9 .hh-517135305 {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/theme_assets/img/hh-green.png',sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/theme_assets/img/hh-green.png',sizingMethod='scale')";
}

.hh-517135214 {
	background-image: url(/assets/theme_assets/img/hh-innovation.png);
}

.lt-ie9 .hh-517135214 {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/theme_assets/img/hh-innovation.png',sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/theme_assets/img/hh-innovation.png',sizingMethod='scale')";
}

.hh-517135301 {
	background-image: url(/assets/theme_assets/img/hh-volunteer.png);
}

.lt-ie9 .hh-517135214 {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/theme_assets/img/hh-volunteer.png',sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/theme_assets/img/hh-volunteer.png',sizingMethod='scale')";
}

.hh-517135159 {
	background-image: none;
}

.partner_three_col {
	padding: 90px 0 0;
}

.partner_three_col .first {
	padding-left: 15px;
	border-right: 1px solid #e0e0e0;
}

.partner_three_col .second_col {
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	margin: 0 -1px
}

.partner_three_col .last {
	padding-right: 15px;
	border-left: 1px solid #e0e0e0;
}

.partner_list_head {
	min-height: 150px;
	margin-bottom: 20px;
}

.partner_badge_headline {
	margin: 0 0 20px;
}

.badge_col {
	margin-bottom: 25px;
}

.badge_key {
	display: block;
	clear: both;
	margin: 0 0 20px;
}

.badge_key .badge_icon {
	font-size: 64px;
	line-height: normal;
	float: left;
	margin: 0 15px 15px 0;
}

.partner_badge:hover, .hunger_hero:hover {
	text-decoration: none;
}

.divider_logo {
	height: 1px;
	line-height: 0;
	font-size: 0;
	border-top: 1px solid #cdcdcd;
	text-align: center;
	margin: 35px 0;
}

.divider_logo .icon-logo-branch {
	font-size: 27px;
	color: #cdcdcd;
	line-height: normal;
	position: relative;
	top: -13px;
	display: inline-block;
	padding: 0 10px;
	background: #fff;
}

.badge_key_contain {
	padding-top: 0;
}

.partner_badge_three_col .col-sm-4 {
	margin-bottom: 20px;
}

.alert_msg {
	background: #b5bd00;
	display: none;
}

.has_alert .alert_msg {
	display: block;
}

.alert_msg .container {
	padding-top: 30px;
	padding-bottom: 30px;
}

.alert_msg .close_btn {
	font-size: 25px;
	line-height: normal;
	text-decoration: none;
	vertical-align: middle;
}

.alert_msg .close_btn:hover {
	color: #a3a205;
}

.alert_msg .btn {
	background: #949300;
	color: #fff;
	border-color: #7c7b00;
	font-size: 18px;
	line-height: normal;
	padding: 15px 20px;
	margin-right: 40px;
	vertical-align: middle;
}

.alert_msg .btn:hover {
	background: #a3a205;
}

.home_alert_btn {
	padding-top: 20px;
}

.home_alert_close {
	padding-top: 30px;
}

.fancybox-inner {
	padding-bottom: 20px;
	min-width: 400px;
}

.addthis_toolbox {
	margin-bottom: 20px;
}

.jump_anchor {
	position: relative;
	top: -100px;
}

.fancybox-nav {
	width: 36px;
	height: 36px;
	top: 50%;
	opacity: .6;
}

.fancybox-nav:hover {
	opacity: 1;
}

.fancybox-nav span {
	visibility: visible;
}

.fancybox-next {
	right: -45px;
}

.fancybox-prev {
	left: -45px;
}

/**************

 SM Overrides

**************/
@media screen and (min-width: 768px) {

	.navbar-nav {
		margin-left: -12px;
	}
    .utility-nav .btn-default {
        padding: 7px 10px;
        font-size: 14px;
    }
    .sub-nav-collapse {
        display: block;
        height: auto !important;
    }
    .carousel-indicators {
    	left: 65%;
		width: auto;
		margin-left: 25px;
    }
    .carousel-caption {
    	left: 65% !important;/* Needed for Respond.js in IE8 */
    }
    
    .lt-ie9 .navbar-nav li a { font-size: 11px; }

}

/**************

 NAV Steps

**************/
@media screen and (min-width: 800px) {
	.navbar-nav li a { font-size: 13px; }
    .lt-ie9 .navbar-nav li a { font-size: 11px; }
}
@media screen and (min-width: 900px) {
	.navbar-nav li a { font-size: 14px; }
    .lt-ie9 .navbar-nav li a { font-size: 14px; }
}
@media screen and (min-width: 950px) {
	.utility-nav .btn-default { padding: 7px 15px; font-size: 18px; }
	.navbar-nav li a { font-size: 16px; }
    .lt-ie9 .navbar-nav li a { font-size: 14px; }
}
@media screen and (min-width: 1000px) {
    .lt-ie9 .navbar-nav li a { font-size: 16px; }
}
@media screen and (max-width: 949px) {
	.navbar-header .img-responsive {
		top: 29px;
		width: 250px;
		height: auto;
	}
}

/**************

 LG Overrides

**************/
@media screen and (min-width: 992px) {
}

/**************

 XS Overrides

**************/
@media screen and (max-width: 767px) {
    .call-to-action-bottom a {
        display: block;
        width: 70%;
        margin: 10px auto;
    }
    .carousel-caption {
    	max-width: none;
    	height: auto;
    }
    .navbar-header {
        height: 55px;
        overflow: hidden;
        position: relative;
    }
    .drawer {
        position: absolute;
        top: 0;
        bottom: auto;
        right: auto;
        left: -100%;
        display: block !important;
        visibility: hidden;
        width: 80% !important;
        -webkit-transition: left .35s ease-out;
        transition: left.35s ease-out;
        overflow: auto;
        min-width: 256px;
        min-height: 100%;
    }
    .drawer.collapsing-in, .drawer.in {
    	left: 0;
    	position: relative;
    }
    .drawer.collapsing-out {
        left: -100%;
    }
    .drawer.collapsing, .drawer.in {
        visibility: visible;
    }
    .drawer.collapsing {
        z-index: 20;
        height: auto;
    }
    .show_drawer .main {
        overflow: hidden;
        left: 80%;
        position: fixed;
        height: 100%;
        width: 100%;
        top: 0;
    }
    .show_drawer {
    	overflow-x: hidden;
    	width: 100%;
    	position: relative;
    	min-height: 100%;
    	height: 100%;
    }
/*
    .drawer-right.collapsing-in~.main, .drawer-right.in~.main {
        overflow: hidden;
        -webkit-transform: translateX(-80%);
        transform: translateX(-80%);
    }
*/
    .main {
        min-width: 320px;
        background: #fff;;
    }
    .main:after {
        position: fixed;
        top: 52px;
        right: 0;
        bottom: 0;
        left: 0;
        visibility: hidden;
        background: rgb(0, 0, 0);
        background: rgba(0, 0, 0, .5);
        content:'';
        opacity: 0;
        -webkit-transition: opacity .35s ease-out, visibility 0s .35s linear;
    }
    .in~.main:after {
        visibility: visible;
        opacity: 1;
        -webkit-transition: opacity .35s ease-out, visibility 0s 0s linear;
    }
    .navbar-toggle .icon-bar {
        background: #C5C41E;
    }
    .carousel-indicators {
        bottom: 0;
    }

	.banner .text-right {
		text-align: left;
	}
	
	.navbar-brand {
		position: absolute;
		left: 70px;
		right: 70px;
		padding: 8px 10px;
		margin: 0;
		text-align: center;
	}
	
	.navbar-header .img-responsive {
		position: static;
		width: auto;
		max-width: 100%;
		height: auto;
		width: 150px;
		display: inline;
	}
	
	.impact {
		height: auto;
		padding-bottom: 20px;
		min-height: 0;
	}
	
	.impact-image, .impact-image img,
	.carousel-image, .carousel-image img {
		position: static;
		max-width: 100%;
		height: auto;
	}
	
	.carousel-caption {
		position: static;
		width: auto;
		height: auto;
		padding: 15px 50px;
	}
	
	.carousel-inner {
		height: auto;
	}
	
	.impact-copy {
		padding: 15px;
	}
	
	.promos {
		max-width: 570px;
		margin: 20px auto;
	}
	
	.process-flow .col-sm-3 {
		margin-bottom: 20px;
	}

	.second li {
	    display: inline;
	    margin-right: 10px;
	}
	
	.social-search {
		margin: 0;
	}
	
	.footer > .first {
		padding-bottom: 0;
	}
	
	.footer .second ul {
		padding-bottom: 0;
	}
	
	.footer .second li:before {
		content: '|';
		display: inline-block;
		margin-right: 16px;
	}
	
	.footer .second li:first-child:before {
		display: none;
	}
	.main {
	    padding-top: 51px;
	}
	.navbar {
	    height: 51px;
	}
	.affix .navbar-brand {
		display: block;
	}
	.mobile-search-toggle.form {
		display: block;
		height: 0;
	}
	.btn-search-toggle {
		margin-top: 0;
	}

	.home_top_callout_row > div {
		padding-bottom: 20px;
	}
	
	.banner .text-right {
		margin-top: 20px;
	}
	
	.about-feeding-america {
		padding-bottom: 20px;
	}
	
	.templateBody .row > div {
		margin-bottom: 20px;
	}
	
	.action-buttons {
		margin-bottom: 0;
	}
	
	.internal {
		padding-top: 20px;
	}
	
	.header_image, .main_image {
		float: none;
		margin: 0 0 20px;
	}

	.searchDisplayResults {
		float: none;
		margin: 0 0 20px;
	}
	
	.partner_detail_logo {
		float: none;
	}
	
	.alert_msg {
		padding: 15px;
	}
	
	.alert_msg .col-sm-2 {
		margin: 0 0 20px;
	}
	
	.home_alert_close {
		padding: 0;
		margin: -25px 0 10px;
	}
	.home_alert_img, .home_alert_txt {
		text-align: center;
	}
	
	.home_alert_img img {
		display: inline;
	}
	
	.alert_msg .btn {
		margin: 0;
	}
	
	.badge_col {
		margin-bottom: 0;
	}
	
	.fancybox-inner {
		min-width: 0;
		overflow: visible !important;
		height: auto !important;
	}
	
	.navbar .container {
		height: 51px;
	}

}

@media screen and (max-width: 500px) {
	img {
		float: none !important;
		display: block;
	}
}

/***************************
 Start: Specific bootsrap override for IE8 breakpoints in respond.js
****************************/
@media (min-width: 768px) {
  .lt-ie9 .container {
    width: auto !important;
  }
}
@media (min-width: 992px) {
  .lt-ie9 .container {
    width: auto !important;
  }
}
@media (min-width: 1170px) {
  .lt-ie9 .container {
    width: 1170px !important;
  }
}
@media (min-width: 1200px) {
  .lt-ie9 .container {
    width: 1170px !important;
  }
}
/***************************
 End: Specific bootsrap override for IE8 breakpoints in respond.js
****************************/

/** Cookie and JS Alert Messaging **********************************************/
#support{background: #B44343;padding: 20px; color: #fff;text-shadow: 0 1px 1px #000;font-weight: 700;border-bottom: 3px solid #5A0909;_display:block !important;}
#support a{color:#fff; text-decoration: underline;}
#support a:hover{text-decoration: none;}
html.lt-ie8 #support { display: block !important; }