@font-face {
    font-family: 'Lay Grotesk';
    src: url('../fonts/LayGrotesk-Medium.woff2') format('woff2'),
        url('../fonts/LayGrotesk-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lay Grotesk';
    src: url('../fonts/LayGrotesk-Black.woff2') format('woff2'),
        url('../fonts/LayGrotesk-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lay Grotesk';
    src: url('../fonts/LayGrotesk-Semibold.woff2') format('woff2'),
        url('../fonts/LayGrotesk-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lay Grotesk';
    src: url('../fonts/LayGrotesk-Regular.woff2') format('woff2'),
        url('../fonts/LayGrotesk-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lay Grotesk';
    src: url('../fonts/LayGrotesk-Bold.woff2') format('woff2'),
        url('../fonts/LayGrotesk-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

html {
  margin: 0;
    height: 100%;
    width:100%;
      scroll-padding-top: 120px;
      /* overflow-x: hidden; */
}



body{
  font-family: "Lay Grotesk", Helvetica, Arial, sans-serif;
  font-weight: normal;
  background:#fff;
   position: relative;
  font-size:18px;
  margin: 0;
  height:100%;
  width:100%;
  color:#21272A;
  overflow-x: hidden;

}

a {
  color: inherit;

}

a:hover {
  color: inherit;
  text-decoration: none

}
p{
  font-size:18px;
  line-height: 1.5;
  margin-bottom: 30px
}
img{
  max-width: 100%;

}

.notification-bar{
  text-align:center;
  background:#5D7194;
  color:#fff;
  padding:7px 10px;
  font-size:16px;
}

.notification-bar p{
margin-bottom:0;
font-size:16px;
}

.notification-bar a:hover{
  text-decoration:underline;
}

.koha{
  border:1px solid #C1C7CD;
  width:100%;
    margin-top: 30px;
  margin-bottom: 30px;
}
.koha td, .koha th{
    border:1px solid #C1C7CD;
    width: 50%;
    text-align: center;
    vertical-align: middle;
    padding: 5px;
}

.koha td p, .koha th p{
margin-bottom: 0
}


.media-text .outline-btn, .media-text .solid-btn{
  padding:12px 50px;
}
.media-text .outline-btn{
  margin-right:10px;
}

.peach  .outline-btn{
  border-color:#DE9057;
  color:#DE9057;
}
.peach  .outline-btn:hover{
  background:#DE9057;

}
.peach  .solid-btn{
  border-color:#DE9057;
  background:#DE9057;
}

.volunteer .outline-btn{
  background:#5D7194 !important;
  color:#fff !important;
  border-color: #5D7194 !important;
}

.intro .pre{
  color:#5D7194;
}

.donations.intro{
  padding-bottom: 75px;
}

.donation-form {
  padding-bottom: 100px;
}
.donation-form img{
border-radius:20px;

}

.foodbanks-intro{
  padding-top:100px;
  padding-bottom: 100px;
}

.cp-address{
  margin-top:50px;
}

.foodbanks-intro .address p{
font-weight:bold;
font-size:18px;
}
.privacy-page{
  padding-top:60px;
  padding-bottom: 60px;
}
.privacy-page h1{
  margin-bottom: 40px;
}

.volunteer .pre{
  color:#5D7194 !important;

}

.volunteer  .solid-btn{
    background-color:#5D7194 !important;
        border-color:#5D7194 !important;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.container{
max-width:1320px;

}

.community-action h3{
  margin-bottom: 40px;
  font-weight:600;
}

.hero h1{
  font-size:80px;
  font-weight:bold;
}

.community-action h4{
  margin-top: 15px;
  font-size: 18px;
}

.full-hero{
  position: relative;
}

.hero{
  color:#fff;
  padding-top: 200px;
  padding-bottom: 200px;
    background-image: url(/assets/img/hero-salt.jpg);
    background-size: cover;
    background-position: center;

}

.spacer{
  height:100px;
}

.youth-programmes .pre{
  color:#75C8A7;
}
.youth-programmes h3{
  margin-bottom:40px;
}
.programme-img{
padding:0 20px;
}

.programme-img img{
  border-radius: 15px;
  margin-bottom: 40px;

}



.services-hero{
  padding-top: 450px;
  padding-bottom: 75px;
    background-image: url(/assets/img/services-hero.jpg);
    background-size: cover;
    color:#fff;
    background-position: top;

}
.shops-hero{
  padding-top: 450px;
  padding-bottom: 75px;
    background-image: url(/assets/img/shops-hero.jpg);
    background-size: cover;
    color:#fff;
    background-position: center;

}
input[type="checkbox"] {
width:20px;
height:20px;
border-radius:0 !important;
position: absolute;
 left: 0;
 top: 3px;

}

ol li{
  margin-bottom: 10px;

}
ol{
      padding-inline-start: 20px;
}

.map-details h4{
  margin-top:0 !important;
}
.map-details p{
  margin-bottom:0 !important;;
}

.map-details{
  padding:20px;
}

.map-container{
  margin-bottom: 40px;
}

.contact-form img{
  border-radius: 25px;
}

.map-container #map{
  margin-bottom:0;
}

.map-container{
  border:1px solid #C1C7CD;
}

.extra-content{
  padding-right:50px;
}

.checkboxes{
position:relative;
margin-bottom: 7px;

}

.checkboxes label{
margin-left:25px;
margin-bottom: 0;



}

input, textarea, select{
  width:100%;
  background:#F2F4F8;
  border:#F2F4F8;
  border-bottom:1px solid #C1C7CD;
  margin-bottom: 20px;
  padding:12px;
}

.story-hero{
  padding-top: 450px;
  padding-bottom: 75px;
    background-image: url(/assets/img/our-story-hero.jpg);
    background-size: cover;
    color:#fff;
    background-position: center;

}

.foodbanks-hero{
  padding-top: 450px;
  padding-bottom: 75px;
    background-image: url(/assets/img/food-banks-hero.jpg);
    background-size: cover;
    color:#fff;
    background-position: center;

}
.our-partners h2{
  text-align: center;
}

.story-feature{
      background-image: url(/assets/img/story-feature.jpg);
      height:700px;
      background-size: cover;
      background-position: center;
}

 .services-hero h1, .story-hero h1, .shops-hero h1, .foodbanks-hero h1{
  font-size:54px;
  color:#fff;
  font-weight: bold;
}
#map{

  height: 500px;
    width: 100%;
  }

  h2{
    font-size:42px;
    font-weight: bold;
    margin-bottom: 50px;
  }
h3{
  font-size:42px;
  font-weight: bold;
  margin-bottom: 20px;

}

  .key-stat h3{
    font-size:48px;
    font-weight: bold;
  }

    .key-stat p{
      font-size:16px;
    }
    .key-stat{
      position: relative;
    min-height:200px;
  }

  .key-stat-icon{
    position:absolute;
    bottom:20px;
    right:20px;
  }

  .salt-intro{
    margin-left: auto;
    margin-right: auto;
    max-width: 850px;
  }

  .key-stats{
    margin-top: 50px;
  }

.key-stat{
  border-radius:15px;
  padding:25px;
  height:100%;
  text-align: left;
}
.our-history h2{
  text-align:center;
}
.history-date{
background:#5D7194;
color:#fff;
border-radius: 30px;
text-align: center;
height:100%;
}
.history-row:nth-of-type(2n) .history-date{
  background:#7FA5D0;
}
.history-row:nth-of-type(2n) .history-event{
  background:#D9E4F1;
}

.history-container{
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
.history-row{
  margin-bottom:15px;
}

.history-event{
  background:#CED4DF;
  height:100%;
}

.support-us{
  padding-top:100px;
  padding-bottom: 50px;
}
.usps{
  padding-top:100px;
  padding-bottom: 100px;
  text-align: center;
}
.support{
  padding-right: 50px;
}
.support-feature {
  min-height: 270px;
}
.support-feature a{
  position: absolute;
  bottom:20px;
  font-size: 16px;
  letter-spacing:0.5px;
}

.hero-title p{
  max-width: 600px;
}

.support-feature h4{
    font-size:20px;
    font-weight:bold;
}
.support-feature p{
  font-size:16px;
}

.support-feature a::after{
  content:'';
  width:14px;
  height:13px;
  background-repeat: no-repeat;
      background-image: url(/assets/img/arrow-right.svg);
      background-size: contain;
      display: inline-block;
      margin-left: 6px;

}


.programme{
  background:#E3F4ED;
    border-radius: 10px;
    padding: 20px;
    padding-bottom: 30px;
}

.top-half{
  padding-top:150px;
  margin-top:-150px;
}
.btm-half{
  padding-bottom:200px;
  margin-bottom:-125px;
  padding-top: 40px;
}

.programme h4{
  font-weight:bold;
  font-size: 20px;
  margin-bottom: 20px;
}
.programme p{
    font-size: 16px;
}

.lightblue .pre{
  color:#5D7194;
}

.programme .outline-btn {
color:#5C8A76;
    border-color: #5C8A76;

  }

  .programme .outline-btn:hover {
  background-color:#5C8A76;


    }
.support-us a{
color:#5D7194;
}

.peach{
  background:#FAF2EC;
}


.lightblue{
  background:#F1F5F9;
}

.support-feature{
  background:#EFF1F4;
  border-radius: 15px;
  height:100%;
  padding: 20px;
}
.support-feature img{
margin-bottom:40px;
}

.wavebg{
  background-image: url(/assets/img/wave-blue.png);
  background-size: 120px auto;
}

.accountability.wavebg{
    background-image: url(/assets/img/wave-white.png);
}

.our-team, .our-history{
  padding-bottom:100px;
}

.our-team h2{
margin-bottom: 75px;
}
.intro{
  padding-top:100px;
  padding-bottom: 150px;
  text-align: center;
}
.our-history h2{
  margin-bottom: 100px;
}
.history-date{
  padding-top: 30px;
  padding-bottom: 10px;
}
.history-date p{
    margin-bottom: 0;
    text-transform: uppercase;
}
.history-event{
  padding: 30px 80px 0;
}


.history-date h3{
  line-height: 1;
  font-size:64px;
  margin-bottom: 0
}

.team-member h4{
  font-weight:500;
  font-size: 16px;
  color:#21272A;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
}
.team-member img{
  margin-bottom:20px;
}
.team-member p{
    color:#21272A;
  font-size: 16px;
  padding-left: 15px;
  padding-right: 15px;

}
.community-action, .youth-programmes, .accountability, .our-partners{
  padding-top: 125px;
  padding-bottom: 125px;
}

.peach .pre{
  color:#DE9057;
}

.salt-intro .pre, .our-team .pre{
  color:#5D7194;
}

.our-team img{
  border-radius:15px;
}


#accordion .card-header{
background:#fff;
border:0;
color:#21272A;

}
#accordion .card-header .btn{
background-image: url(/assets/img/open.svg);
background-repeat: no-repeat;
background-size: 14px 14px;
background-position: top 5px right;
}


#accordion .card-header a:hover{
color: inherit;
text-decoration: none;
}
#accordion .card{
background:#fff;
border:1px solid #DDE1E6;
border-radius: 0;
margin-bottom: 10px;

}
#accordion .card-header .btn{
font-weight:bold;
color:#21272A;
font-size: 20px;
padding:0;
width:100%;
text-align: left;
}

.card-body p{
  margin-bottom: 15px;
}
.card-body a{
  display:block;
  margin-bottom: 10px;
}


#accordion .card-header:hover .btn{
text-decoration: none;

}



.pre{
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.accountability .pre{
  color:#5D7194;
}
.accountability h3{
  margin-bottom:50px;
}

.community-action h3, .community-action h4, .youth-programmes h3, .youth-programmes .pre, .accountability h3, .accountability .pre{
text-align: center;
}

.community-action img{
border-radius:15px;
}
.hero{
  position: relative;
}

.banner-overlay{
  background: rgb(0,0,0);
background: linear-gradient(90deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 100%);
position: absolute;
top:0;
height:100%;
width:100%;
}
.btm-overlay{
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 100%);
position: absolute;
top:0;
height:100%;
width:100%;
}

.button {
  display:inline-block;
  background:#5D7194;
  font-size:20px;
  letter-spacing: 0.5px;
    border:2px solid #5D7194;
  color:#fff;
  padding:15px 65px;
  border-radius: 50px;
    line-height:1;
}

.button:hover {
  background: #fff;
  color:#5D7194;
    border-color:#fff;
}

.overlay .primary-nav li{
  margin-bottom: 20px;
  font-size:20px;
}


.outline-btn{
  display:inline-block;
  border:2px solid #5D7194;
  color:#5D7194;
  font-size:16px;
  letter-spacing: 0.5px;
  padding:12px 30px;
  border-radius: 50px;
  line-height:1;
}

.outline-btn:hover{
  background:#5D7194;
  color:#fff;
}

.solid-btn{
  display:inline-block;
  background:#5D7194;
  font-size:16px;
  letter-spacing: 0.5px;
    border:2px solid #5D7194;
  color:#fff;
  padding:12px 30px;
  border-radius: 50px;
    line-height:1;
}

.solid-btn:hover{
  background:#000;
  color:#fff;
  border-color: #000;
}

.main-ctas .solid-btn{
margin-left: 5px;
}

.media-text{
  padding-top: 75px;
  padding-bottom: 40px;
  margin-top: 75px;
}
.media-text img{
border-radius:25px;
margin-top: -150px;
}

.spacer {
    height: 40px;

  }

footer {

    padding-top: 30px;
    padding-bottom: 20px;
  }


  .partner img{
    padding:20px;
  }


.support-us .col-md-4{
  margin-bottom:15px;
}

.support-feature img {
    margin-bottom: 20px;

  }

.support-feature {
min-height:200px;
}

.ks1{
  background: #DE9057;

}

.ks2{
  background: #E7BD9E;

}

.ks3{
  background: #75C8A7;

}

.ks4{
  background: #7FA5D0;

}

.key-stat-icon{
  text-align:right;
}

.main-logo img{
  max-width:145px;
  width:100%;
}

.nav-row {
  padding-top:40px;
    padding-bottom:40px;
}

.main-menu ul{
  margin-bottom:0;
  height:100%;
font-weight:bold;
text-align: center;

}

ul {
  padding-left: 0
}

.main-menu ul li{
  color:#21272A;
  list-style-type: none;
font-size:16px;
font-weight:500;
  display:inline-block;
  padding-left:18px;
  padding-right:18px;
  height: 100%;
line-height:46px;
}

.main-menu ul li a{
  display: inline-block;
  position: relative;

}
.main-menu ul li a:hover{
color:#5D7194;
}



.main-menu ul li a:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: -2px;
    width: 0%;
    height: 1px;
    background: #6F8184;
    transition: all 0.3s ease;
  }

.main-menu ul li a:hover:after{
width:100%;
}






.main-menu ul li a:after{
  display:none;
}

.main-menu ul{
  padding-left:0;
}

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

}


 .main-menu .second-level li a{
color:#000;

 }




.nav-link{
  color:#D0D0D0;
  position: relative;
  margin-left: 25px;
}

.nav-link::before{
  content: "";
  border-color: transparent #E1E1E1;
  border-style: solid;
  border-width: 0.20em 0 0.20em 0.30em;
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  top:20px;
  left:-10px;

}

/** styling for the hamburger menu **/

.toggle-button {
  position: absolute;
  /* bottom:10px; */
  right:15px;
  top:5px;
  display:inline-block;
  width: 40px;
  cursor: pointer;
  z-index: 3;
}

.bar {
  background-color: #194222;
  display: block;
  width: 100%;
  height: 2px;
  border: 0;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
}

.bar + .bar {
  margin-top: 7px;
}

.transparent .bar, .go-transparent .bar{
    background-color: #fff;
}

.middle {
  top: 15px;
}

.bottom {
  top: 30px;
}

.toggle-button:hover {
  opacity: .7;
}

.toggle-active .bar {
  background-color: #000;
}

.toggle-active .top {
  -webkit-transform: translateY(6px) translateX(0) rotate(45deg);
}

.toggle-active .middle {
  opacity: 0;
}

.toggle-active .bottom {
  -webkit-transform: translateY(-5px) translateX(0) rotate(-45deg);
  margin-top: 0
}



/** styling for the overlay. The sliding-down effect of the overlay is given by the initial zero height and the onclick 100% height. **/

.overlay {
  position: fixed;
  background:#fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .5s, visibility .5s;


}

.menu-holder{
  display: flex;
  align-items: center;
  justify-content: center;
  width:100%;
  height:100vh;
}





/* class added to the overlay on click*/

.nav-active {
  opacity: 1;
  visibility: visible;
  height: 100%;
z-index:1;
}

.menu-holder ul {
  display: block;
padding-left: 0;
  position: relative;
  left: 0;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
  list-style: none;

}

.main-ctas{
  text-align:right;
}

footer{
  background:#5D7194;
  color:#fff;
  padding-top: 50px;
  padding-bottom: 40px;
}

footer ul{
list-style-type: none;
}


footer ul li{
font-size:16px;

margin-bottom: 10px;
}
.socials a{
  margin-right: 10px;
}
#map{

  margin-bottom:40px;
}

.foodbanks-form h2{
  margin-bottom:10px;
}

label{
  font-size:14px;
}

.foodbanks-form h4{
  font-size:20px;
  font-weight:bold;
  margin-top: 25px;
}

.locations{
  padding-top: 100px;
  padding-bottom: 100px;
}
.locations h4{
  font-size: 20px;
  font-weight:bold;
  margin-bottom: 25px;
}
.locations p{
  font-size: 16px;
  margin-bottom: 10px;
}

.footer-main a{
  font-size: 16px;
}

.bold{
    font-weight:bold;
    margin-bottom: 0
}

.footer-main{
  padding-bottom: 100px;
}

footer p{
font-size:16px;
}
.footer-copyright p{
  margin-bottom: 0;
  font-size:14px;
  font-weight: normal;
}
.footer-terms{
  text-align:right;
}

.footer-terms a{

  font-size:14px;
  line-height: 1.5;
  text-decoration: underline;
  text-align:right;
}

@media screen and (max-width: 1600px) {
.hero{
  padding-top: 150px;
padding-bottom: 150px;
}
.story-hero, .services-hero, .shops-hero {
    padding-top: 300px;
  }

  .story-feature {
    height: 500px;
  }

}

@media screen and (max-width: 1400px) {
  .hero h1 {
      font-size: 60px;
    }
    .main-menu ul li{
      padding-left:14px;
      padding-right: 14px
    }

    .container {
    max-width: 1180px;
  }
  .nav-row {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .hero{
    padding-top: 100px;
  padding-bottom: 100px;
  }
}


@media screen and (min-width: 1024px) {

.overlay{
    visibility: hidden !important;
    display:none !important;
  }


.toggle-button{
  display:none;
}

}

@media screen and (max-width: 1023px) {
.main-menu{
  display:none;
}
.partner img{
  padding:0px;
}

.foodbanks-intro{
  padding-top: 40px;
    padding-bottom: 40px;
}
.donation-form {
    padding-bottom: 0px;
  }
  .donations.intro {
    padding-bottom: 25px;
  }

.media-text img{
  margin-top:30px;
}
.our-team h2 {
    margin-bottom: 40px;
  }

  .foodbanks-form img{
    margin-bottom: 30px;
  }
.key-stat{
  padding:20px;
}
.footer-main{
  padding-bottom:30px !important;
}

.history-event {
    padding: 20px 20px 0;
  }
.our-team, .our-history {
    padding-bottom: 40px;
}

.our-history h2{
  margin-bottom: 40px;
}

.socials{
  margin-top: 30px;
  border-top:1px solid rgba(255, 255, 255, 0.5);
  padding-top: 30px;
}
.footer-logo{
  margin-bottom: 30px;
  border-bottom:1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 30px;
}

ol li{
  font-size:16px;
}
.key-stat {
    position: relative;
    min-height: 150px;
  }

  .community-action h4 {
    margin-top: 10px;
    font-size: 16px;
  }

  .community-action, .youth-programmes, .accountability, .our-partners {
    padding-top: 40px;
    padding-bottom: 40px;
  }



.key-stat h3 {
    font-size: 36px;
  }

.main-ctas .solid-btn{
  display:none;
}

.usps .col-6{
  margin-bottom: 50px;
}
.locations {
    padding-top: 50px;
    padding-bottom: 0px;
  }
.usps {
    padding-top: 50px;
    padding-bottom: 0px;
  }

.media-text img {
margin-bottom:25px;
}

.services-hero h1, .story-hero h1, .shops-hero h1, .foodbanks-hero h1 {
    font-size: 36px;
  }

  .foodbanks-hero, .story-hero, .services-hero, .shops-hero {
    padding-top: 175px;
    padding-bottom: 25px;
  }

  .card-body{
    padding-top:0;
  }

  .card-body p{
    margin-bottom: 15px;
  }

.extra-content {
    padding-right: 0;
  }
.main-ctas .outline-btn{
  display:none;
}

.solid-btn, .outline-btn, .button{
font-size:16px;
    padding: 10px 25px !important;

  }

  h3 {
    font-size: 28px;
  }

  .pre {
font-size: 14px;
  }

  .support-us {
    padding-top: 40px;
    padding-bottom: 25px;
  }

  p {

    margin-bottom: 20px;
  }
.key-stats .col-md-3{
  margin-bottom:15px;
}
  .intro {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  p {
    font-size: 16px;
  }

  h2 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 25px;
  }
  .hero {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .hero h1 {
    font-size: 48px;

  }

  .nav-row {
    padding-top: 20px;
    padding-bottom: 20px;
  }



}

@media (min-width: 992px) {
  .col-md-1-5 {
    width: 20%;
    max-width: 20%;
    margin-bottom: 50px
  }

}

@media screen and (max-width: 767px) {

.of-hidden{
    overflow-x: hidden;
}

.notification-bar p{
margin-bottom:0;
font-size:14px;
}
  .history-date h3 {

      font-size: 24px;
    }
    .donate-form-container{
      margin-top: 30px;
    }

    .spacer{
      display:none;
    }
    .btm-half {
    margin-bottom: -150px;
  }
    .media-text img{
      margin-top:0;
    }

    .media-text {
    padding-top: 35px;
    padding-bottom: 50px;
    margin-top:0;
  }

    .card-body a{
      font-size:16px;
    }

    .volunteer img{
margin-top:30px !important;
    }

    .donations.intro{
      padding-bottom: 25px;
    }
    .footer-terms{
      text-align:left;
      margin-top: 10px;
    }

    .donation-form{
      padding-bottom:0;
    }

    .media-text img, .donation-form img{
      border-radius:15px;
    }

    input, textarea, select {
font-size:16px;
    }

      .col-md-1-5 {
  margin-bottom: 20px
      }

      .overlay  .solid-btn, .overlay .outline-btn {
font-size:20px;
width:100%;
        }

    .foodbanks-form h2{
      border-top:1px solid #ededed;
      padding-top:40px;
    }

    .checkboxes label {
    margin-left: 30px;
  }

    .foodbanks-intro {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .foodbanks-form h4 {
margin-top:20px;
  }
  .map-details {
      padding: 15px;
    }
  .map-container{
    margin-bottom: 30px;
  }

    .foodbanks-form img{
      margin-bottom: 30px;
      margin-top: 10px;
    }

    .top-half{
      margin-bottom:20px;
    }

  .locations h4{
    margin-bottom:15px;
  }

    .story-feature {
    height: 300px;
  }

    .history-event{
      border-radius:0 0 10px 10px;
      text-align: center;
    }

    .history-date {
    padding-top: 15px;
border-radius:10px 10px 0 0px;;

  }

}
