body {
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 45px;
  font-weight: 300;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 400;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}

p {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 24px;
}

.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #34363b;
}

.nav-container {
  position: fixed;
  z-index: 3;
  display: block;
  width: 500%;
  height: 100px;
  max-width: none;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #35393b;
}

.nav-menu {
  position: fixed;
  top: 0px;
  right: 0px;
  display: block;
  height: 70px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #35393b;
}

.logo {
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ebebeb;
}

.hero-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.section-foodbank {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 300px;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f0f1f3;
  background-image: url('../images/daria-tumanova-310162.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.wrap-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  padding-top: 92px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.column-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 10px 15px;
  padding: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
}

.heading-1 {
  font-family: 'Open Sans', sans-serif;
}

.subhead-1 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
}

.paragraph-3 {
  max-width: 280px;
  padding-left: 26px;
  font-size: 14px;
  line-height: 20px;
}

.icon {
  margin-top: 10px;
  margin-bottom: 40px;
}

.nav-link {
  width: 120px;
  height: 60px;
  float: left;
  color: #fff;
  text-align: center;
}

.nav-link.w--current {
  display: block;
  width: 60px;
  margin-top: 8px;
  padding: 11px;
  text-align: center;
}

.hero-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.button {
  margin-top: 20px;
  padding: 15px 25px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 1px 0 0 transparent;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #000;
  font-weight: 500;
}

.button:hover {
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
}

.class {
  margin-right: 2px;
  margin-left: 2px;
  padding: 4px 5px;
  border-radius: 2px;
  background-color: #3b79c3;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 12px;
}

.section-about {
  display: inline-block;
  width: 100%;
  margin-top: -92px;
  padding-top: 50px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
}

.wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
}

.section-pad1 {
  position: static;
  z-index: 22;
  display: block;
  width: 100%;
  height: 60px;
  margin-top: 150px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  clear: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #000;
}

.logos-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  opacity: 0.19;
}

.left-1 {
  width: 50%;
  margin-left: 88px;
  padding: 50px 20px;
}

.right-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-left: 9px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-1-title {
  margin-bottom: 20px;
}

.left-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.right-2 {
  width: 50%;
  padding: 50px 20px;
  text-align: left;
}

.footer-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #34363b;
  color: #fff;
}

.footer-top-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #111;
}

.footer-bottom-wrap {
  width: 80%;
}

.legal {
  color: #777;
  font-size: 12px;
}

.section-officers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 59px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/andy-holmes-698828-unsplash.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-officers.photos {
  display: block;
  margin-top: 0px;
  padding-top: 79px;
  background-image: url('../images/chris-barbalis-560297-unsplash.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-attachment: fixed;
}

.section-officers.words {
  margin-top: -12px;
  padding-top: 83px;
  padding-bottom: 86px;
}

.wrap-3 {
  display: block;
  width: 80%;
  margin-top: 78px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column-wrap-1 {
  display: block;
  width: 300px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.heading-3 {
  text-align: left;
}

.subhead-3 {
  margin-bottom: 40px;
  text-align: left;
}

.column-wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-right: -20px;
  margin-left: -20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 180px;
  margin-bottom: 64px;
  margin-left: 44px;
  padding: 16px 20px 63px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: hsla(0, 0%, 100%, 0.53);
}

.column-2.words {
  background-color: transparent;
}

.heading-4 {
  margin-top: 30px;
}

.heading-4.white {
  display: block;
  width: 40px;
  margin-right: auto;
  margin-left: auto;
  color: #6e5d5d;
}

.heading-5 {
  width: 200px;
  padding: 9px;
  background-color: hsla(0, 0%, 100%, 0.56);
}

.heading-5.white {
  display: block;
  width: 330px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 32px;
  border-radius: 10px;
  background-color: rgba(16, 50, 73, 0.78);
  color: #fff;
}

.heading-2 {
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 32px;
  line-height: 36px;
  font-weight: 400;
}

.screenshot {
  margin-top: 89px;
  border-radius: 3px;
  box-shadow: 0 26px 50px 0 #000;
}

.caption-2 {
  max-width: 320px;
  margin-top: 20px;
  color: #777;
  font-size: 13px;
  line-height: 21px;
  text-align: center;
}

.footer-logo {
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-link-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-link {
  margin-left: 50px;
  color: #fff;
  text-decoration: none;
}

.hero-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.caption-1 {
  max-width: 320px;
  margin-top: 20px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 13px;
  line-height: 21px;
  text-align: center;
}

.customers-logo {
  margin: 10px;
}

.caption-4 {
  max-width: 320px;
  margin-top: 20px;
  color: #777;
  font-size: 13px;
  line-height: 21px;
  text-align: center;
}

.caption-3 {
  max-width: 320px;
  margin-top: 20px;
  color: #777;
  font-size: 13px;
  line-height: 21px;
}

.slide {
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/DSC00361.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/DSC00361.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide.slide3 {
  position: static;
  padding-right: auto;
  padding-bottom: auto;
  float: none;
  clear: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.26)), to(rgba(0, 0, 0, 0.26))), url('../images/IMG_0439.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.26), rgba(0, 0, 0, 0.26)), url('../images/IMG_0439.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide.jan {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.31)), to(rgba(0, 0, 0, 0.31))), url('../images/IMG_2574.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.31), rgba(0, 0, 0, 0.31)), url('../images/IMG_2574.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide.eleanor {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/DSC00357.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/DSC00357.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide.allison {
  margin-top: -3px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/IMG_2219.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/IMG_2219.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide.jim {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/IMG_2231.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/IMG_2231.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide.slide1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(53, 57, 59, 0.38)), to(rgba(53, 57, 59, 0.38))), url('../images/IMG_0423.jpg');
  background-image: linear-gradient(180deg, rgba(53, 57, 59, 0.38), rgba(53, 57, 59, 0.38)), url('../images/IMG_0423.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide.slide2 {
  padding-bottom: 30px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.21)), to(rgba(0, 0, 0, 0.21))), url('../images/IMG_0420.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.21), rgba(0, 0, 0, 0.21)), url('../images/IMG_0420.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide.slide4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(53, 57, 59, 0.27)), to(rgba(53, 57, 59, 0.27))), url('../images/IMG_0444.jpg');
  background-image: linear-gradient(180deg, rgba(53, 57, 59, 0.27), rgba(53, 57, 59, 0.27)), url('../images/IMG_0444.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide.bob {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.33)), to(rgba(0, 0, 0, 0.33))), url('../images/DSC00357.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.33), rgba(0, 0, 0, 0.33)), url('../images/DSC00357.jpg');
  background-position: 0px 0px, 50% 100%;
}

.slide.roy {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/DSC00373.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/DSC00373.jpg');
  background-position: 0px 0px, 50% 0px;
}

.slide.slide5 {
  min-height: 600px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(150, 140, 140, 0.28)), to(rgba(150, 140, 140, 0.28))), url('../images/IMG_0416.jpg');
  background-image: linear-gradient(180deg, rgba(150, 140, 140, 0.28), rgba(150, 140, 140, 0.28)), url('../images/IMG_0416.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide.slide6 {
  overflow: visible;
  background-image: url('../images/IMG_0455b.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.slide.slide7 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/IMG_0457.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/IMG_0457.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, contain;
}

.slide.slide8 {
  background-image: url('../images/DSC00361.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.mask {
  height: 800px;
}

.container {
  height: 100px;
}

.slider {
  position: relative;
  display: inline-block;
  width: 100%;
  clear: none;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
}

.slide-nav {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-bottom: -248px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.header-title {
  position: relative;
  left: 100px;
  top: 100px;
  z-index: 12;
  overflow: visible;
  width: 250px;
  height: 90px;
  font-family: 'Droid Serif', serif;
  color: #fff;
}

.para-white {
  color: #fff;
}

.button-photos {
  position: absolute;
  left: 10px;
  top: 300px;
  z-index: 888;
  margin-top: 158px;
  border-radius: 20px;
}

.button-2 {
  border-radius: 15px;
}

.link-photos {
  display: block;
  width: 170px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  border-radius: 15px;
  background-color: #4f568a;
  text-align: center;
}

.link-photos:hover {
  background-color: #8192b4;
}

.container-2 {
  display: inline;
  height: auto;
  max-height: 300px;
}

.section-hero {
  position: static;
  display: inline-block;
  overflow: auto;
  width: 100%;
  max-height: none;
  margin-top: 6px;
  margin-bottom: 0px;
  padding-top: 21px;
  padding-right: 20px;
  padding-left: 20px;
  float: none;
  clear: none;
  background-color: #000;
}

.div-main-header {
  position: relative;
  left: 20px;
  top: 50px;
  z-index: 7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 600px;
  height: 400px;
  float: none;
  clear: left;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.button-3 {
  display: block;
  width: 170px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  border-radius: 15px;
  background-color: #8d3535;
  box-shadow: 9px 9px 15px 0 #000, 11px 11px 13px 5px #dab9b9;
  text-align: center;
}

.button-3.words {
  box-shadow: 6px 6px 15px 1px #000, 6px 6px 13px 1px #dab9b9;
}

.icon-2 {
  position: relative;
  z-index: 3;
  width: 45px;
}

.heading-3-white {
  display: block;
  width: 90px;
  margin-top: 62px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  text-align: center;
}

.waterfall-content-column {
  padding-top: 39px;
}

.section-heading {
  margin-bottom: 20px;
  color: #fff;
}

.section-subheading {
  padding-right: 14px;
  padding-left: 16px;
  background-color: rgba(121, 112, 112, 0.4);
  color: #fff;
  text-align: left;
}

.waterfall-image-column {
  text-align: center;
}

.section-wordsnav {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.heading-6 {
  text-align: center;
}

.heading-7 {
  text-align: center;
}

.column-3 {
  display: inline-block;
}

.image {
  margin-top: 59px;
  box-shadow: 7px 7px 3px 0 #000;
}

.body {
  background-image: url('../images/andy-holmes-698828-unsplash.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.image-2 {
  margin-bottom: 9px;
}

.builders-main-title {
  position: absolute;
  left: 10px;
  z-index: 111;
  margin-top: 11px;
  padding-top: 80px;
  padding-left: 32px;
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
  color: #fff;
  font-size: 61px;
}

.heading-9 {
  position: fixed;
  left: 2px;
  top: 2px;
  z-index: 88889;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: 72px;
  margin-top: -2px;
  padding-top: 7px;
  padding-left: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #35393b;
  color: #fff;
  text-align: left;
}

.nav-link-2 {
  color: #fff;
}

.image-3 {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 2;
}

.nav-secondary {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1;
  display: block;
  overflow: visible;
  height: 80px;
  margin-bottom: 53px;
  clear: none;
  background-color: #35393b;
}

.body-2 {
  background-color: #35393b;
}

.left-arrow {
  margin-top: 72px;
}

.right-arrow {
  margin-top: 72px;
}

.nav-main {
  height: 90px;
}

.heading-10 {
  width: 260px;
}

.body-3 {
  background-color: #000;
  background-image: url('../images/andy-holmes-698828-unsplash.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: repeat-y;
  background-attachment: fixed;
}

.body-4 {
  background-color: #000;
}

.sectdion-schedule {
  margin-top: 90px;
  background-image: url('../images/andy-holmes-698828-unsplash.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.container-3 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block {
  width: 70px;
  height: 105px;
  margin-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.teach {
  display: block;
  width: 100%;
  max-width: 1200px;
  min-height: auto;
  margin-bottom: 0px;
  padding: 16px 9px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 0px solid #000;
  border-radius: 7px;
  background-color: #fff;
  color: #88653c;
  text-align: center;
}

.teach.beige-text {
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Open Sans', sans-serif;
  color: #88653c;
  font-weight: 600;
  text-align: center;
}

.teach.beige-text.title {
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.teach.date {
  width: 90px;
  margin-right: -2px;
  margin-bottom: -1px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-width: 2px;
  border-radius: 15px;
  background-color: #fff;
  color: #88653c;
}

.teach.date.long {
  width: 100%;
}

.teach.long.teacher {
  width: 100%;
}

.teach.title {
  width: 280px;
  min-height: 200px;
  margin: 0px auto 60px;
  padding: 10px 11px;
  border-radius: 15px;
  text-align: center;
}

.teach.speaker {
  width: 130px;
  margin-bottom: -1px;
  padding-top: 7px;
  padding-bottom: 10px;
  border-radius: 15px;
  text-align: center;
}

.container-4 {
  display: inline-block;
  text-align: center;
}

.div-teach-center {
  display: block;
  width: 300px;
  height: 90px;
  margin-top: 121px;
  margin-right: auto;
  margin-left: auto;
}

.div-teach-center.title {
  height: 70px;
  margin-top: 57px;
}

.div-teach-center.year {
  height: 60px;
  margin-top: -44px;
}

.schedule-subhead {
  display: block;
  width: 400px;
  margin-top: 37px;
  margin-right: auto;
  margin-left: auto;
  padding: 16px 13px 15px;
  background-color: #ead8c2;
  box-shadow: 6px 6px 3px 0 #796767, 1px 1px 14px 0 #000;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}

.section-3 {
  margin-top: 12px;
  margin-bottom: 1px;
}

.section-3.bottom {
  max-width: 100%;
  margin-bottom: 68px;
  padding-bottom: 10px;
}

.container-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block-2 {
  margin-top: 0px;
}

.section-4 {
  height: 200px;
}

.section-4.bottom-pad {
  margin-top: 203px;
}

.div-block-3 {
  height: 105px;
}

.grid {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  -ms-grid-columns: 1fr 4fr 1fr;
  grid-template-columns: 1fr 4fr 1fr;
  -ms-grid-rows: minmax(auto, 1fr) auto auto auto;
  grid-template-rows: minmax(auto, 1fr) auto auto auto;
}

.grid.two {
  grid-auto-rows: 0.5fr;
  grid-row-gap: 0px;
  grid-template-areas: ".";
  -ms-grid-rows: 0.5fr;
  grid-template-rows: 0.5fr;
}

.div-teach-schedule {
  display: block;
  width: 600px;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
}

.container-6 {
  height: 600px;
  margin-top: 0px;
}

.div-memoriam {
  height: 600px;
}

.html-embed-2 {
  height: 600px;
}

.section-photo-movie {
  height: auto;
  margin-top: 15px;
  background-color: #000;
}

.heading-11 {
  color: #fff;
  text-align: center;
}

.div-block-4 {
  margin-top: 16px;
}

.body-5 {
  background-color: #000;
}

.button-4 {
  margin-left: 30px;
  border: 14px none #000;
  border-radius: 15px;
}

.div-block-5 {
  padding: 19px 0px;
}

.div-block-6 {
  width: 600px;
  height: 90vh;
  margin-right: auto;
  margin-left: auto;
}

.video {
  width: 600px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.div-block-7 {
  margin-right: 46px;
  margin-left: 40px;
}

.section-pad-home {
  height: 150px;
  background-color: #000;
}

.column-5 {
  margin-top: -35px;
}

.schedule-main-heading {
  margin-top: -2px;
  margin-bottom: 40px;
  padding: 14px 7px 23px;
  border-radius: 10px;
  background-color: #ead8c2;
  font-weight: 300;
  text-align: center;
}

.schedule-main-heading._2-lines {
  margin-bottom: 43px;
}

.schedule-main-heading._3-lines {
  margin-bottom: 43px;
  text-align: center;
}

.teach-col1 {
  height: 60px;
}

.teach-col2 {
  height: 60px;
  margin-right: auto;
  margin-bottom: -122px;
  margin-left: auto;
}

.teach-col3 {
  height: 60px;
}

.columns {
  height: 150px;
  margin-top: 54px;
  margin-bottom: 60px;
}

.columns.tall-teaching {
  height: auto;
  min-height: auto;
  margin-bottom: 100px;
  padding-bottom: 0px;
}

.columns.small {
  margin-top: 20px;
  margin-bottom: 20px;
}

.columns-2 {
  margin-top: -6px;
  margin-bottom: 88px;
  padding-top: 33px;
  padding-bottom: 76px;
}

.div-block-8 {
  height: 225px;
  background-image: url('../images/barbara_boyd.jpeg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-align: left;
}

.hover-info.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link {
  display: inline-block;
  margin-top: 0px;
  padding: 5px 0px 3px;
  box-shadow: 0 2px 0 0 #cbd0df;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #161a25;
  font-size: 11px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.link:hover {
  box-shadow: 0 2px 0 0 #161a25;
}

.link.small {
  font-size: 10px;
  line-height: 12px;
}

.full-width {
  display: block;
  width: auto;
  max-height: 300px;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}

.badge {
  display: inline-block;
  height: 20px;
  padding: 5px 8px;
  border-radius: 4px;
  background-color: #525b73;
  color: #fff;
  font-size: 8px;
  line-height: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.badge.work-v4-category {
  margin-bottom: 12px;
}

.work-v4 {
  position: relative;
  width: 100%;
  margin-bottom: 23px;
  color: #161a25;
  text-decoration: none;
}

.hover {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(22, 26, 37, 0.6);
  color: #fff;
}

.hover.white {
  width: 100%;
  background-color: hsla(0, 0%, 100%, 0.49);
  color: #161a25;
}

.text-capitalize {
  font-size: 32px;
  text-transform: capitalize;
}

.body-6 {
  background-color: #000;
}

.section-pad-kid {
  height: 50px;
  padding-right: 0px;
}

.italic-text {
  position: static;
  top: 0px;
  float: right;
  clear: both;
  text-decoration: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.quick-gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.uno-gallery {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 19%;
  min-width: 18%;
  margin: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-120 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.53);
}

.image-25 {
  width: 70px;
  height: 70px;
  margin: 0px;
  padding: 18px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.6);
  border-radius: 100px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.image-25:hover {
  border-color: #23c9c2;
  background-color: #23c9c2;
}

.image-24 {
  display: block;
  width: 100%;
}

.section-5 {
  margin-left: 0px;
}

.lesson {
  margin-left: 94px;
  border: 1px solid #000;
  border-radius: 7px;
  background-color: #fff;
  color: #88653c;
  text-align: center;
}

.teacher {
  border: 1px solid #000;
  border-radius: 7px;
  background-color: #fff;
  color: #88653c;
  text-align: center;
}

.body-7 {
  background-color: #000;
  background-image: url('../images/andy-holmes-698828-unsplash.jpg');
  background-position: 0px 0px;
  background-size: auto;
  text-align: center;
}

.section-spacer {
  min-height: 40px;
}

@media screen and (min-width: 1440px) {
  .columns.tall-teaching {
    min-height: 120px;
    margin-top: 18px;
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 1920px) {
  .columns.tall-teaching {
    min-height: 260px;
  }
}

@media screen and (max-width: 991px) {
  .nav-container {
    position: fixed;
    z-index: 7;
    height: 100px;
  }

  .nav-menu {
    z-index: 8;
    background-color: #34363b;
  }

  .logo {
    position: fixed;
    left: 1px;
    right: 0px;
    z-index: 99999;
    width: 60px;
    height: 90px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #34363b;
    color: transparent;
  }

  .section-foodbank {
    padding-top: 31px;
  }

  .nav-link {
    z-index: 14446;
    width: 200px;
    margin-top: 105px;
    margin-bottom: -105px;
    background-color: rgba(53, 57, 59, 0.8);
    font-size: 24px;
  }

  .nav-link.w--current {
    width: 200px;
    background-color: rgba(53, 57, 59, 0.73);
  }

  .nav-link.w--current:hover {
    background-color: rgba(117, 126, 133, 0.77);
  }

  .nav-link.w--current:active {
    background-color: rgba(84, 90, 95, 0.91);
  }

  .section-about {
    display: block;
    padding-top: 0px;
  }

  .wrap-2.a {
    margin-left: 56px;
  }

  .section-pad1 {
    margin-bottom: 0px;
  }

  .logos-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .left-1 {
    margin-left: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .right-1 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-officers {
    padding-top: 127px;
  }

  .section-officers.photos {
    margin-top: 106px;
    padding-top: 44px;
  }

  .section-officers.words {
    margin-top: 97px;
    padding-top: 0px;
  }

  .wrap-3 {
    display: block;
    margin-top: -89px;
  }

  .column-wrap-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-wrap-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }

  .column-2 {
    display: block;
    width: 50%;
    margin: 20px auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .heading-5.white {
    display: block;
    margin-top: 129px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 35px;
  }

  .screenshot {
    padding-top: 0px;
  }

  .paragraph-2 {
    width: 100%;
    min-width: 300px;
  }

  .slide.slide1 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/IMG_0423.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/IMG_0423.jpg');
    background-position: 0px 0px, 50% 50%;
  }

  .slide.slide2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/IMG_0420.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/IMG_0420.jpg');
    background-position: 0px 0px, 50% 0%;
  }

  .slide.slide7 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/IMG_0457.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/IMG_0457.jpg');
    background-position: 0px 0px, 50% 50%;
  }

  .mask {
    height: 400px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .link-photos {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .section-hero {
    overflow: visible;
    width: 100%;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .icon-2 {
    z-index: 5;
    color: #fff;
  }

  .heading-3-white {
    margin-top: 67px;
    text-align: center;
  }

  .section-subheading {
    padding-right: 16px;
    padding-left: 16px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.46)), to(rgba(0, 0, 0, 0.46)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0.46));
  }

  .builders-main-title {
    margin-top: 19px;
    padding-top: 0px;
  }

  .heading-9 {
    z-index: 13000;
    display: inline;
    width: 280px;
    height: 90px;
    margin-left: 81px;
    padding-left: 14px;
  }

  .image-3 {
    position: absolute;
    left: 1px;
    right: 1px;
    bottom: 0px;
    z-index: 999;
    display: block;
    overflow: visible;
    clear: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .menu-button {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 144444;
    max-height: 72px;
    background-color: #35393b;
  }

  .menu-button.w--open {
    background-color: #35393b;
  }

  .nav-secondary {
    position: fixed;
    background-color: #000;
  }

  .nav-seconddary {
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 12222;
  }

  .menu-button-2 {
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 14444;
    display: inline-block;
    background-color: #35393b;
    color: #fff;
  }

  .menu-button-2.w--open {
    z-index: 15555;
  }

  .icon-3 {
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 14445;
    width: 60px;
    height: 60px;
    min-height: 40px;
    min-width: 40px;
    padding-bottom: 0px;
    background-color: #34363b;
    color: #fff;
  }

  .html-embed {
    margin-top: 39px;
    margin-right: 30px;
    margin-left: 36px;
  }

  .section-2 {
    margin-bottom: 39px;
    padding-bottom: auto;
  }

  .container-3 {
    margin-bottom: 0px;
  }

  .teach.date {
    width: 90px;
  }

  .schedule-subhead {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .section-pad.bottom {
    height: 200px;
  }

  .grid {
    margin: 9px;
  }

  .column-4 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .full-width {
    max-height: 200px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .work-v4 {
    width: 100%;
    max-height: 200px;
    margin-bottom: 20px;
  }

  .hover.white {
    max-height: 200px;
    margin-bottom: 10px;
    background-color: hsla(0, 0%, 100%, 0.71);
  }

  .text-capitalize {
    text-align: center;
  }

  .columns-3 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .text-span {
    text-align: center;
  }

  .quick-gallery {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .uno-gallery {
    max-width: 29%;
    min-width: 29%;
  }

  .columns-4 {
    float: left;
  }

  .section-5 {
    margin-bottom: 20px;
  }

  .lesson {
    margin-left: 61px;
  }

  .section-spacer {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
    clear: left;
  }
}

@media screen and (max-width: 767px) {
  .nav-menu {
    background-color: transparent;
  }

  .hero-section {
    height: auto;
  }

  .hero-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .section-foodbank {
    margin-top: 0px;
  }

  .wrap-1 {
    text-align: center;
  }

  .nav-link.w--current {
    width: 200px;
    margin-top: 99px;
  }

  .hero-left {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
  }

  .section-about {
    display: inline-block;
    margin-top: 350px;
    padding-bottom: 51px;
  }

  .wrap-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .wrap-2.a {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .section-pad1 {
    display: block;
    margin-top: -6px;
    margin-bottom: 0px;
  }

  .left-1 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .right-1 {
    width: 100%;
  }

  .left-2 {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .right-2 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .section-officers.photos {
    margin-top: 103px;
  }

  .heading-3 {
    text-align: center;
  }

  .subhead-3 {
    text-align: center;
  }

  .column-wrap-2 {
    display: block;
    width: 300px;
    margin-right: auto;
    margin-left: auto;
  }

  .column-2 {
    display: block;
    width: 200px;
    margin-right: auto;
    margin-left: auto;
  }

  .heading-5.white {
    display: block;
    margin-top: 100px;
    margin-right: auto;
    margin-left: auto;
  }

  .hero-right {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .slide.allison {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/IMG_2219.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/IMG_2219.jpg');
    background-position: 0px 0px, 0px 50%;
  }

  .slide.bob {
    margin-bottom: 7px;
  }

  .mask {
    height: 500px;
  }

  .header-title {
    padding-left: 20px;
  }

  .para-white {
    padding-left: 20px;
  }

  .link-photos {
    margin-left: -4px;
    padding-left: 17px;
  }

  .section-hero {
    display: block;
    margin-bottom: auto;
  }

  .icon-2 {
    background-color: #35393b;
  }

  .heading-3-white {
    text-align: center;
  }

  .waterfall-content-column {
    padding-top: 0px;
    text-align: center;
  }

  .section-subheading {
    margin-bottom: 0px;
    padding-bottom: 27px;
  }

  .waterfall-image-column {
    padding-top: 21px;
    padding-bottom: 21px;
  }

  .builders-main-title {
    margin-top: 2px;
    font-size: 36px;
  }

  .rich-text-block {
    padding-right: 23px;
    padding-left: 23px;
  }

  .menu-button.w--open {
    background-color: #35393b;
  }

  .body-3 {
    background-size: auto;
  }

  .sectdion-schedule {
    margin-top: 90px;
    background-image: url('../images/andy-holmes-698828-unsplash.jpg');
    background-position: 0px 0px;
    background-size: 699px;
  }

  .section-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .container-3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    clear: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .teach {
    width: 175px;
    height: auto;
    padding-top: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .teach.beige-text {
    height: 95px;
    padding-top: 16px;
  }

  .teach.date {
    width: 75px;
    height: 55px;
    padding-bottom: 16px;
  }

  .teach.title {
    width: 200px;
    height: 55px;
    min-height: 225px;
    margin-bottom: -16px;
    margin-left: -49px;
    padding-bottom: 98px;
  }

  .teach.speaker {
    width: 75px;
    height: 55px;
  }

  .schedule-subhead {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .section-4 {
    margin-top: 0px;
  }

  .grid.two {
    -ms-grid-rows: 0.25fr 0.5fr 0.5fr 0.5fr 0.5fr auto 0.5px 0.5fr auto 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr;
    grid-template-rows: 0.25fr 0.5fr 0.5fr 0.5fr 0.5fr auto 0.5px 0.5fr auto 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr;
  }

  .div-teach-schedule {
    margin-top: -76px;
  }

  .section-memoriam {
    margin-top: 97px;
  }

  .div-block-6 {
    width: 400px;
  }

  .video {
    width: 400px;
  }

  .schedule-main-heading {
    margin-bottom: 27px;
  }

  .teach-col1 {
    height: 70px;
  }

  .teach-col2 {
    display: block;
    height: 200px;
    padding-right: 7px;
    padding-left: 0px;
  }

  .teach-col3 {
    height: 70px;
    margin-bottom: 5px;
    padding-bottom: 100px;
  }

  .columns {
    margin-top: -11px;
    margin-bottom: 43px;
  }

  .columns.tall-teaching {
    position: static;
    width: 100%;
    max-width: 500px;
    min-width: 450px;
    margin-left: 49px;
    float: none;
    text-align: center;
  }

  .columns-2 {
    margin-bottom: 40px;
    padding-bottom: 10px;
  }

  .quick-gallery {
    padding-top: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .uno-gallery {
    max-width: 29%;
    min-width: 29%;
  }

  .columns-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: none;
    clear: none;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .lesson {
    margin-left: -80px;
    padding-right: 25px;
    padding-left: 21px;
  }
}

@media screen and (max-width: 479px) {
  .logo {
    width: 30px;
    height: 40px;
    padding-left: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .section-foodbank {
    background-position: 0px 0px;
    background-size: auto;
    background-attachment: fixed;
  }

  .column-1 {
    display: block;
    margin-right: 19px;
    margin-left: -23px;
    padding-right: 51px;
  }

  .nav-link {
    margin-top: 210px;
    margin-bottom: -216px;
    margin-left: 30px;
  }

  .nav-link.w--current {
    position: static;
    left: 0px;
    top: 23px;
    right: 0px;
    display: block;
    width: 200px;
    margin-top: 100px;
    margin-right: auto;
    margin-left: 30px;
    clear: none;
  }

  .section-about {
    margin-top: 40px;
  }

  .left-1 {
    margin-right: auto;
    margin-left: auto;
    padding: 18px;
  }

  .footer-top-wrap {
    padding-bottom: 33px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .wrap-3 {
    margin-top: -107px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-wrap-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-2 {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: -20px;
  }

  .heading-5.white {
    display: block;
    width: 300px;
    margin-right: auto;
    padding-left: 21px;
    font-size: 24px;
    text-align: center;
  }

  .paragraph-2 {
    min-width: auto;
  }

  .footer-link {
    margin-right: 20px;
    margin-left: 20px;
  }

  .slide.eleanor {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/IMG_2211.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/IMG_2211.jpg');
    background-position: 0px 0px, 100% 100%;
  }

  .slide.slide1 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/IMG_0423.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/IMG_0423.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, 600px;
  }

  .slide.slide2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/IMG_0420.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/IMG_0420.jpg');
    background-size: auto, cover;
  }

  .slide.slide7 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/IMG_0457.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/IMG_0457.jpg');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, cover;
  }

  .mask {
    margin-top: -57px;
    padding-top: 0px;
  }

  .link-photos {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .section-hero {
    display: inline;
    margin-bottom: 0px;
  }

  .heading-3-white {
    font-size: 18px;
  }

  .builders-main-title {
    margin-top: -20px;
    padding-top: 10px;
    font-size: 18px;
    line-height: 60px;
  }

  .heading-9 {
    width: 220px;
    margin-left: 43px;
    padding-left: 0px;
    font-size: 14px;
    text-align: left;
  }

  .body-3 {
    background-size: auto;
  }

  .body-4 {
    text-align: center;
  }

  .container-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    clear: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }

  .div-block {
    background-color: #fff;
  }

  .teach {
    width: 175px;
    height: 100%;
    font-size: 12px;
  }

  .teach.beige-text {
    height: 100%;
    padding-bottom: auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    font-size: 12px;
  }

  .teach.beige-text.title {
    padding-top: 0px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .teach.beige-text.title.long {
    height: 150px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .teach.beige-text.long {
    height: 100%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .teach.date {
    width: 50px;
    height: 55px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 14px;
    line-height: 12px;
  }

  .teach.date.long {
    height: 100%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .teach.long {
    height: 150px;
    padding-bottom: 0px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .teach.title {
    width: 125px;
    margin-left: -36px;
    font-size: 14px;
    line-height: 14px;
  }

  .teach.speaker {
    font-size: 14px;
  }

  .schedule-subhead {
    width: auto;
    margin-right: 11px;
    margin-left: 11px;
    font-size: 18px;
    text-align: center;
  }

  .grid {
    margin-bottom: 1px;
    -ms-grid-columns: 0.25fr 2fr 1fr;
    grid-template-columns: 0.25fr 2fr 1fr;
    -ms-grid-rows: minmax(auto, 1fr) minmax(1px, 1fr) minmax(1px, 1fr) minmax(2px, 3fr);
    grid-template-rows: minmax(auto, 1fr) minmax(1px, 1fr) minmax(1px, 1fr) minmax(2px, 3fr);
  }

  .grid.one {
    -ms-grid-rows: minmax(auto, 1fr) minmax(1px, 1fr) minmax(1px, 1fr);
    grid-template-rows: minmax(auto, 1fr) minmax(1px, 1fr) minmax(1px, 1fr);
  }

  .grid.two {
    -ms-grid-rows: minmax(auto, 0.5fr) 0.5fr 0.5fr 0.5fr;
    grid-template-rows: minmax(auto, 0.5fr) 0.5fr 0.5fr 0.5fr;
  }

  .div-teach-schedule {
    width: 280px;
    margin-top: -55px;
  }

  .section-photo-movie {
    margin-left: 10px;
  }

  .button-4 {
    margin-left: -6px;
  }

  .div-block-6 {
    width: 100%;
    margin-left: 0px;
  }

  .video {
    width: auto;
  }

  .div-block-7 {
    margin-right: auto;
    margin-left: auto;
  }

  .schedule-main-heading {
    width: 255px;
    margin-left: 28px;
    padding-right: 0px;
  }

  .teach-col2 {
    height: 250px;
  }

  .columns {
    width: 100%;
    margin-top: 50px;
  }

  .section-pad-kid {
    height: 20px;
    margin-top: 57px;
  }

  .quick-gallery {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .uno-gallery {
    max-width: 40%;
    min-width: 40%;
  }

  .lesson {
    margin-left: -41px;
  }
}

@font-face {
  font-family: 'Alike';
  src: url('../fonts/Alike-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}