/*---------- NAVBAR HEADER ---------- */

.drawer .nav-horiz + .nav-horiz { 
	padding-top: 0;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.navbar-header .img-responsive {
		width: 270px;
		top: 20px;
		height: auto;
	}
}
@media screen and (min-width: 768px) and (max-width: 880px) {
	.navbar-header .img-responsive {
		width: 170px;
		top: 35px;		
	}
}

/*---------- HOME PAGE ---------- */
.carousel-inner,
.carousel-caption {
	/* background-color:#be6a14; */
	background-color: #005f61;
}
.carousel-caption {
    left: 51% !important;
	right: 0 !important;
    max-width: 530px;
    padding: 25px;
}
.carousel-image {
    right: 50%;
}
.carousel-caption p {
   font-size: 20px;
}
.banner-txt-apple { 
  color: #C3D72A;
}

.carousel-cta .btn-default {
	background-color: #349B9A;
	border-color: #00787b; 
	color: #343435;
}
.carousel-cta .btn-default:hover {
	background-color: #005f61;
	border-color: #005f61;
	color: #fff;
}
.utility-nav .btn-donate,
.carousel-cta .btn-donate,
.action-buttons .btn-donate { 
  background-color: #F9882C;
  border-color: #F9882C;
  color: #fff;
 }

.carousel-cta .btn-donate {
  font-size: 24px;
  padding: 7px 15px;
  /* 
  width: 106px;
  height: 41px;
  background-color:#fff; 
  border-color:#fff;
  color:#005f61; 
  padding: 8px 24px; 
  */
}
.utility-nav .btn-donate:hover,
.carousel-cta .btn-donate:hover,
.action-buttons .btn-donate:hover {
   background-color:#E57320;
   border-color:#F9882C;
}
.heading_white {
	color:#fff;
}
.home_top_callout_row h2 {
     color: #949300;
}
.text-uppercase {
     text-transform: uppercase;
}
.text-capitalize {
     text-transform: capitalize;
}
.text-lowercase {
     text-transform: lowercase;
}
.text-normal {
     text-transform: none;
}
.text-nowrap{
	white-space:nowrap;
}

.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: #005f61;
}
.impact .btn-default {
     /* color: #474749; */
	background-color: #005f61;
	border-color: #268b8d;
}
.impact .btn-default:hover {
     color: #fff;
	 background-color: #268b8d;
}

a#feeding-america { 
	text-decoration: none;
}
@media screen and (min-width:1066px) {
   .carousel-caption { top: 30px; }
}
@media (min-width: 768px) and (max-width: 800px) {
   .carousel-caption h1 { font-size: 1.9em; }
}
@media (max-width:400px) {
   .col-xxs-12 { width: 100%;}
   .col-xxs-12 img { padding: 15px 15px 0;}
}
@media screen and (max-width:1000px) and (min-width:768px) {
   .carousel-image img { right: -25% !important;}
}

/*---------- TOP 4 PAGES BANNER ---------- */

.banner { padding: 0px; }
.masthead-copy { padding: 30px 0px; max-height: 180px; }
.banner img { width: auto; height: 180px; max-height: 100%; }
.banner h1 { color: #eee !important; }

@media (max-width: 767px) {
  .masthead-copy { max-height: none;}
  .banner img   { width: 100%; max-width: none; height: auto; max-height: none; vertical-align: middle; }
  .banner .col-sm-5  { padding: 0px; }
  .banner .text-right { margin-top: 0px; max-height: 180px; overflow: hidden;} 
}

/*---------- OUR IMPACT PAGE ---------- */
.impact-areas {
   position: relative;
   top: -3em;
}
.impact-data {
position: relative;
width: 260px;
max-width: 100%;
max-height: 260px;
height: auto;
margin-top: 15px;
margin-bottom: 15px;
}
.impact-num {
  position: absolute;
  bottom: 0;
  color: #fff;
  font-weight: 700;
  background-color: rgba(38,139,141,.9);
  width: 100%;
  min-height: 4em;
  height: auto;
  padding: .25em;
}
.impact-data img { margin: 0 auto !important; }

@media screen and (min-width: 768px) and (max-width: 910px) {
    .impact-num { font-size: .825em; }
}

/*---------- HUNGER FACTS PAGE ---------- */
.faq-box { border: 3px solid #E47A1F; border-radius: 10px; padding: 15px; margin-top: 2em; background: #f5f5f5; }
#hunger-facts .fact-box { border-bottom: 1px solid #e7e7e7; padding-bottom: .5em; margin-top: 1em; }
#hunger-facts .fact-box:last-of-type { border-bottom: none; }

/*---------- FORMS - styles select elements similar to other fields, e.g. input ---------- */
.templateBody select {
    border-radius: 4px 4px 4px 4px;
    border: 1px solid rgb(207, 207, 207);
    padding: 2px 10px;
    margin: 5px 0px;
    min-height: 40px;
}
.templateBody input[type=text].formWidgetRequired,
.templateBody form input[type=text][validation*="required"]{ 
   border: 2px solid rgb(228,122,31); 
}
.templateBody form input[type=checkbox], 
.templateBody form input[type=radio] { 
  height: auto;
  display: inline-block;
  min-height: 100%;
  border: none;
}

.templateBody form input[type=checkbox] + label, 
.templateBody form input[type=radio] + label { 
    margin-left: 2px; 
}

.templateBody input[validation*="required"]+ label { 
  color: rgb(228,122,31);
}

.templateBody .form-control:focus {
    border-color: rgb(229, 115, 32);
}

.templateBody table.form  td  {
    width: 50%;
    padding-bottom: .5em;
}

@media screen and (min-width:769px) {
 .templateBody table.form  tr td:first-child  {
   padding-right: 5px;
  }
}
@media screen and (max-width:768px) {
   .templateBody table.form td {
      float: left;
      width: 100%;
      max-width: 100%;
    } 
}

/*---------- NAVIGATION ---------- */
.nav .label {
    font-family: inherit;
    color: rgb(112, 112, 112) !important;
    font-size: inherit;
    text-align: left;
    font-weight: 500;
    text-transform: uppercase;
    padding-top:   8px;
    border-radius: 0;
    white-space: normal !important;
    line-height: normal;    
}
.nav li + .label:before {
    content: " ";
    display: block;
    border-top: 1px solid rgb(234, 234, 234);
    padding:  0 0 12px;
}
.nav .label:after {
    content: " ";
    display: block;
    border-bottom: 1px solid rgb(234, 234, 234);
    padding:  4px 0;
}
ul.nav-stacked.nav.sub-nav > li.label {  
   font-size: 24px;
   text-transform: none;
   color: rgb(70,70,70) !important; 
   background-color: rgb(245,245,245);
   border-bottom: 1px solid rgb(204, 204, 204);
   box-shadow: 0px 1px 1px rgba(200, 200, 200, 0.3);
   margin: 0px -19px;
   border-top-left-radius: 4px;
   border-top-right-radius: 4px;
   padding: 10px 15px;
 }
ul.nav-stacked.nav.sub-nav > li.label:after { border-bottom: none; padding: 0 }

.nav.level-2 li + .label:before,
.nav.level-2 .label:after {
    margin: 0 -20px 0 -20px;
}
.nav.level-3 li + .label:before,
.nav.level-3 .label:after {
    margin: 0 0 0 -30px;
}
.nav.level-4 li + .label:before,
.nav.level-4 .label:after{
    margin: 0 0 0 -50px;
}

/*---------- FAQ PAGES (with accordian layout) ---------- */
.faq .accordion-group { border-bottom: 1px solid #ccc; }
.faq .accordion a:hover, .accordion a:focus { color: rgb(180,179,10); }

/*---------- EVENTS AND PROMOTIONS CALENDAR ---------- */

#today-events .featured-listing,
#ongoing-events .featured-listing,
#upcoming-events .featured-listing,
#ongoing-events .future,
#ongoing-events .ends-date,
#upcoming-events li .ends-date { 
	display:none;
}
#featured-event .featured-listing { 
	position: relative;
	border: 2px solid #E47A1F;
	border-radius: 10px;
	margin: 2em 0;
}
#featured-event .featured-event { 
	padding: 0 .75em;
	margin-top: 2em;
}
.feature-badge { 
	position: absolute;
	top: -1.5em;
	right: 9%;
	width: auto;
}
.feature-badge h3 { 
	font-size: 1em;
	letter-spacing: .05em; 
	color: #fff;
	background-color: #E47A1F;
	border-radius: 50%;
	padding: 1em;
	white-space: nowrap;
}
.cta-event { 
	margin-top: 3em;
	margin-bottom: 3em;
}
.meta_info .meta-link {
     font-size: 1.25em;
}
@media screen and (max-width:767px) {
	.list-event img { 
		margin-bottom: .5em;
	}
  	.main_image img { 
     	margin: 0 0 20px;
   	}
}

/*---------- FOOD AND FUND DRIVE ---------- */
.food-drive-list li {
   min-height: 200px;
}
@media screen and (max-width: 767px) {
   ol.food-drive-list {
	   padding-left: 1.5em;
   }
  .food-drive-list li {
       min-height: 100%;
       margin-bottom: 1em;
   }
}
#toolkit li > a { min-width: 190px; }

/*---------- VOLUNTEER PHOTO GALLERY ---------- */

/* constrain thumbnail photo container height and width */
.list-gallery div div.thumbnail_img {
   width: 100%;
   height: 0;
   min-height: 30px;
   margin: 0;
   overflow: hidden;
   padding-bottom: 56%;
}

/* Fill thumbnail photo to fit container */
.list-gallery div div.thumbnail_img img[src*=".staticflickr.com"] {
     /* min-height: 100%
     min-width: 100%; */
}

/* tighten spacing between gallery rows */
.templateComponent [id|="item"] .internal {
   padding-top: 0;
}
.templateComponent [id|="item"] .internal .promos {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 1em;
}

@media screen and (max-width: 767px) {
    .templateComponent [id|="item"] .internal {
       padding-top: 0;
    }
    .templateComponent [id|="item"] .internal .promos {
       padding-top: 0;
       padding-bottom: 0;
       margin-top: 1em;
    }
    .templateComponent [id|="item"] .internal {
       padding-top: 0;
    }
    .templateComponent [id|="item"] .internal .promos {
       padding-top: 0;
       padding-bottom: 0;
       margin-top: 1em;
    }
    .templateBody .row > div {
       margin-bottom: 0;
    }
}

.list-gallery div.photo_date {
  clear: both;
  width: 100% !important;
}

/*---------- ABOUT US ---------- */

.about-process-flow .process-flow {
	margin-bottom: 2em;
	padding-top: 1em;	
}
.about-process-flow .process-flow > div {
	margin-bottom: 1em;
}

/*---------- UTILITY STYLES - VARIOUS PAGES ---------- */

/* adjusts position of page anchor bookmarks due to fixed nav bar */
.page-anchor { padding-top: 60px; margin-top: -60px; }

/* Extra top spacing around elements */
.top-padding-halfx { padding-top: .5em; }
.top-padding-1x  { padding-top: 1em; }
.top-padding-2x  { padding-top: 2em; }
.bottom-padding-halfx { padding-bottom: .5em; }
.bottom-padding-1x { padding-bottom: 1em; }
.bottom-padding-2x { padding-bottom: 2em; }
.top-margin-halfx { margin-top: .5em; }
.top-margin-1x { margin-top: 1em; }
.top-margin-2x { margin-top: 2em; }
.bottom-margin-halfx { margin-bottom: .5em; }
.bottom-margin-1x { margin-bottom: 1em; }
.bottom-margin-2x { margin-bottom: 2em; }
.section-head { margin-top: 1em; }

.list-padding > li {
    margin-bottom: 1em;	
}
.list-padding-halfx > li {
    margin-bottom: .5em;	
}

.content-well {
   border: 1px solid rgb(234,234,234);
   background-color: rgb(244,244,244);
   padding: 20px;
}
.border-radius-10x {
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
}
.disabled-link { 
   border-color: rgb(204, 204, 204);
   background-color: rgb(244, 244, 244);
   pointer-events: none;
   cursor: not-allowed !important;
   opacity: 0.65;
   box-shadow: none;
}
td.date { text-align: right; } /* SFSP New Grant */

.internal .internal {
    padding-top: 0;
}

.internal img.img-float-right {
    float: right;
    margin-right: 0;
}
.internal img.img-float-left {
    float: left;
    margin-left: 0;
}

/* clears floated content images to maintain content readability at smaller device sizes */
@media (min-width: 768px) and (max-width: 868px) {
  img.clear-float-768 { 
    float: none !important; 
    margin-left: 0; 
  }
}
@media screen and (max-width: 480px) {
  img.sm-device, 
  object.sm-device,
  img.img-float-right {
    margin-left:  0 !important;
  }
}

/* change display of anchor links to block  */
.button-block a {
  display: block;
}

/* content paragraph cta buttons */
span.cta-button { 
   padding-top: .5em; 
   padding-bottom: 1em; 
   display: block; 
}

/* Divide row into 5ths, e.g. social media icons */
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-5ths {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

/*---------- VOLUNTEER GROUP RESOURCES ---------- */
ul.checklist li {
  position: relative;
  list-style: none; 
  left: 5px;
}
ul.checklist li:before {
  content: "\2610";
  left:  -1.25em;
  display: block;
  top: 0;
  position: absolute;
}
ul.checklist li li {
   list-style-type: disc; 
}

ul.checklist li li:before {
   position: relative;
   content: none;
   left: 0;
}
.high-need-sign-orange:after {
  content:"\e101";
  border-radius: 60%;
  border: 2px solid #E47A1F;
  background-color: #E47A1F;
  color: #FFF!important;
  font-size: 18px;
  margin: 0.05em;
  position:relative;
  top:1px;
  display:inline-block;
  font-family:'Glyphicons Halflings';
  font-style:normal;
  font-weight:400;
  line-height:1;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale
}
#feature-position .panel-heading .high-need-sign-orange {
  color: #F5F5F5 !important;
}


/*---------- STAFF PAGES  ---------- */
.staff_photo img {
   margin-left: 0;  
}
.staff_name .staff_photo img, 
.snap_staff .staff_photo img { 
   margin-bottom: 0px; 
}
.no_staff_photo .staff_photo.pull-left { margin-right: 0px; }

/*---------- LUMINATE ONLINE EMBEDDED FORMS ---------- */

/*[id^="convio-content"] td.req { width: 0% !important; } */
/*[id^="convio-content"] input[type=checkbox] { height: auto; margin-top: 0; } */

[id^="convio-content"] input[type=checkbox] { margin-top: 0; }
[id^="convio-content"] label.wrapable { display: inline; }
[id^="convio-content"] td p > label { margin-left: 5px; }
[id^="convio-content"] legend { font-size: 1em; border: none; }
[id^="convio-content"] tr.old-school table { margin-top: 1em; }

[id^="convio-content"] td.req { display: none; }
[id^="convio-content"] td p { margin-left: 0 } 

[id^="convio-content"] .req + td select,
[id^="convio-content"] .req + td input,
[id^="convio-content"] .req + td textarea {
 border: 2px solid rgb(228,122,31); 
}

[id^="convio-content"] .old-school td { display: block; }
[id^="convio-content"] .old-school td[class='td-inline'] { display: inline-block; }
[id^="convio-content"] td.req, 
[id^="convio-content"] .old-school td[width="1%"] { 
    display: none; 
}
[id^="convio-content"] .old-school table {
    padding: 0;
    width: 100%;
}
[id^="convio-content"] tr.old-school {
  float: left;
  width: 100%;
  padding-bottom: .5em;
  vertical-align: top;
}
[id^="convio-content"] tr.old-school td > input {
  margin-bottom: 1.25em;
}
[id^="convio-content"] label {
   font-weight: normal;
}
[id^="convio-content"] textarea {
    height: 136px;
    height: 8.5em;
    width:  100%;
}
[id^="convio-content"] input[type="text"] {
    width:  100%;
}
[id^="convio-content"] .combo-field-wrap input[type="text"] {
   width: 50%;
}
[id^="convio-content"] input[type="radio"] + span {
   margin-left: 5px;
}

#get-help-form legend.surveyLegend + table, 
#LOsurvey-checkbox-layout legend.surveyLegend + table { 
    margin-top: 0; 
    margin-bottom: 1em; 
    border-collapse: separate; 
    border-spacing: 0 .5em; 
}
#get-help-form legend.surveyLegend,
#LOsurvey-checkbox-layout legend.surveyLegend { 
  margin-bottom: .5em;
}
#get-help-form legend.surveyLegend + table + br,
#LOsurvey-checkbox-layout legend.surveyLegend + table + br { 
   display: none; 
}
#get-help-form input[type="checkbox"],
#LOsurvey-checkbox-layout input[type="checkbox"] { 
   width: 1em; 
   margin-bottom: .5em; 
}
#get-help-form td.td-inline + td,
#LOsurvey-checkbox-layout td.td-inline + td { 
    display: inline; 
}

/*---------- E-NEWSLETTER SIGN UP PAGE  ---------- */

/* embedded survey form */
#eNews-signUp tr.old-school table { margin-top: 1em; }

/*---------- FOOD BANK  ---------- */

h3.promo-heading { color: rgb(38, 139, 141); }

/*---------- PAGE TEMPLATES  ---------- */

.optional_after_two_col_row.full_width_row { border: none; }

/*---------- VIDEO EMBEDS   ---------- */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
video {
  width: 100%    !important;
  height: auto   !important;
}
.inline-video-container {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%; 
  height: 0;
  overflow: hidden;
}
.inline-video-right {
   float: right;
   margin-left: 10px;
   margin-right: 0;
}
@media screen and (max-width: 480px) {

 .inline-video-right {
    float: none;
    margin-left: 0px;
  }
}
.blogContent iframe[src*="www.flickr.com"]  {
   display: relative;
   max-width: 100%;
   max-height: 100%;
   overflow: hidden;
}

@media screen and (max-width: 500px) {
 .blogContent iframe[src*="www.flickr.com"] {
     padding-top: 5%;
     padding-bottom: 25%;
    }
}

/*---------- CAREER PAGE   ---------- */
.career-quotes div {
   min-height: 15em;
}
div.career-quotes {
   position: relative;
   top: -1em;
}
footer.empl-quote {
   font-size: 90%;
   color: #999;
}

/*---------- LOGIN / MANAGE ACCOUNT   ---------- */
#lLogonForm label {
   margin-right: 5px;
}