body {
  color: #333;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

p {
  color: #525252;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
}

a {
  color: #f26322;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

ul {
  margin-top: 25px;
  margin-bottom: 25px;
  padding-left: 40px;
}

li {
  margin-bottom: 25px;
}

.btn {
  background-color: #00b5ef;
  border: 1px solid #00b5ef;
  border-radius: 5px;
  padding: 5px 25px;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  transition: border-color .3s, background-color .3s;
}

.btn:hover {
  color: #00b5ef;
  background-color: rgba(0, 0, 0, 0);
  border-color: #00b5ef;
}

.btn.dark {
  color: #f9f9f9;
  background-color: #003a5d;
  border-color: #003a5d;
  font-family: Open Sans, sans-serif;
}

.btn.dark:hover {
  color: #f9f9f9;
  background-color: #525252;
  border-color: #525252;
}

.btn.dark.outline {
  color: #222;
  border-color: #222;
}

.btn.dark.outline:hover {
  background-color: #222;
  border-color: #222;
}

.btn.dark.outline.cat-menu {
  width: 100%;
}

.btn.dark.outline.cat-menu.w--current {
  color: #f9f9f9;
  background-color: #222;
}

.btn.light {
  color: #222;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}

.btn.light:hover {
  color: #f9f9f9;
  background-color: #eb5757;
  border-color: #eb5757;
}

.btn.light.outline {
  color: #f9f9f9;
  font-family: Open Sans, sans-serif;
}

.btn.light.outline:hover {
  color: #222;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}

.btn.light.hero {
  margin-right: 10px;
}

.btn.light.hero.safe {
  margin-top: 0;
  margin-right: 0;
}

.btn.light.hero.safe:hover {
  background-color: #00bfef;
}

.btn.outline {
  color: #f9f9f9;
  background-color: rgba(0, 0, 0, 0);
  border-color: #f9f9f9;
}

.btn.outline:hover {
  color: #00b5ef;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}

.btn.outline:focus {
  border: 1px solid #eb5757;
  box-shadow: 0 0 2px #eb5757;
}

.small {
  margin-bottom: 10px;
  font-size: 10px;
}


.page-title-section {
  color: #f9f9f9;
  background-color: #222;
  padding-top: 30px;
  padding-bottom: 30px;
}

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}


.hero-section {
  min-height: 550px;
  opacity: 1;
  background-image: linear-gradient(55deg, rgba(34, 34, 34, .8), #061230 0%, rgba(34, 34, 34, 0) 48%, rgba(34, 34, 34, 0)), url('../images/Isarelfest-bg3.jpg');
  background-position: 0 0, 100% 45%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}


.hero-wrapper {
  min-height: 550px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.hero-paragraph {
  width: 35%;
  color: #f9f9f9;
  margin-bottom: 25px;
  font-size: 18px;
}

.about-section {
  padding-top: 65px;
  padding-bottom: 20px;
}

.about-top-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.section-top-left {
  flex-direction: column;
  display: flex;
}

.section-top-details-text {
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
}

.section-top-details-text.white-text {
  color: #f9f9f9;
}

.section-top-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Sans, sans-serif;
  font-size: 40px;
  line-height: 1.2;
}

.section-top-heading.white-text {
  color: #f9f9f9;
}

.section-top-right {
  width: 45%;
  object-fit: fill;
}

.about-wrapper {
  justify-content: space-between;
  display: flex;
}

.column {
  width: 30%;
  min-height: 200px;
}

.about-square {
  min-height: 140px;
  background-color: #00b5ef;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-bottom: 45px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-square-text {
  color: #f9f9f9;
  text-align: left;
  text-transform: uppercase;
  margin-left: 30px;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2;
}

.about-square-image {
  filter: invert();
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  transition: opacity;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: -15%;
}

.eventlist-wrapper {
  min-height: 460px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.event-paragraph {
  width: 50%;
  color: #f9f9f9;
  text-align: right;
  margin-bottom: 5px;
  padding-top: 10px;
  padding-bottom: 5px;
  font-size: 18px;
}

.event-button-wrapper {
  margin-top: 20px;
}

.story-section {
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 40px;
  padding-top: 65px;
  padding-bottom: 0;
}

.story-top-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.story-item-wrapper {
  width: 100%;
  margin-bottom: 0;
}

.story-image {
  min-height: auto;
  border-radius: 5px;
  margin-bottom: 20px;
}

.story-image.tumbler-1 {
  min-height: 200px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 5px;
  position: relative;
}

.story-image.tumbler-1.narrow-list {
  min-height: 400px;
}

.story-image.tumbler-1 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.story-details-wrapper {
  justify-content: space-between;
  display: flex;
}

.story-details-left {
  width: 100%;
}


.highlight-section {
  background-image: url('../images/watermark.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 60px;
}

.highlight-wrapper {
  min-height: 340px;
  justify-content: flex-end;
  margin-bottom: 60px;
  display: flex;
  position: relative;
}

.hightlight-left {
  width: 400px;
  height: 0;
  min-height: 400px;
  background-image: url('../images/emergencyfund-p-800.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 300px;
  position: absolute;
  top: 6%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.highlight-right {
  width: 80%;
  color: #f9f9f9;
  background-color: #003a5d;
  border: 1px solid #003a5d;
  border-radius: 0 250px;
  justify-content: flex-end;
  padding: 45px;
  display: flex;
}

.highlight-content-wrapper {
  width: 80%;
  padding-left: 145px;
  padding-right: 145px;
}


.content-section {
  padding-top: 65px;
  padding-bottom: 65px;
}

.story-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.story-button-wrapper {
  justify-content: center;
  margin-top: 10px;
  display: flex;
}

.story-item-link-wrapper {
  width: 100%;
  text-decoration: none;
}


.view-all {
  justify-content: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.event-date {
  color: #f9f9f9;
  background-color: #f26322;
  border: 1px solid #f26322;
  border-radius: 20px;
  margin-left: 10px;
  margin-right: 0;
  padding: 5px 10px;
  font-size: 18px;
  font-weight: 700;
  transition: border-color .3s, background-color .3s;
}

.event-date:hover {
  background-color: #222;
  border-color: #222;
}

.paragraph {
  color: #f9f9f9;
}

.hightlight-2-wrapper {
  min-height: 340px;
  justify-content: flex-end;
  margin-bottom: 100px;
  display: flex;
  position: relative;
}

.highlight-2-image {
  width: 400px;
  height: 0;
  min-height: 400px;
  background-image: url('../images/ajc.jpg');
  background-position: 80%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 300px;
  position: absolute;
  top: 6%;
  bottom: 0%;
  left: auto;
  right: 0;
}

.highlight-2-left {
  width: 80%;
  color: #f9f9f9;
  background-color: #00b5ef;
  border: 1px solid #00b5ef;
  border-radius: 0 250px;
  justify-content: flex-end;
  margin-left: 0;
  margin-right: auto;
  padding: 45px;
  display: flex;
}

.highlight-2-content-wrapper {
  width: 80%;
  margin-left: 0;
  margin-right: auto;
  padding-left: 189px;
  padding-right: 145px;
}

.hero-healine-image {
  max-width: 350px;
}

.background-video {
  max-height: 460px;
  background-color: rgba(18, 39, 73, .33);
  background-image: linear-gradient(291deg, #000, rgba(0, 0, 0, .89) 0%, rgba(0, 0, 0, 0) 53%);
}


.story-heading {
  margin-top: 0;
  font-family: PT Sans, sans-serif;
  color:#f26322;
}

.event-link {
  color: #fff;
  text-decoration: none;
}

.event-link:hover {
  color: #fff;
  text-decoration: underline;
}

.event-link:visited {
  color: #fff;
  -webkit-text-stroke-color: white;
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-section {
    background-position: 0 0, 0 0;
  }

  .hero-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .hero-paragraph {
    width: 55%;
  }

  .about-section {
    padding: 40px 29px 0;
  }

  .about-square {
    min-height: 130px;
  }

  .about-square-text {
    margin-left: 13px;
    font-size: 24px;
  }

  .about-square-image {
    max-width: 50%;
    object-fit: fill;
    align-self: auto;
    margin-top: 0;
  }

  .eventlist-wrapper {
    padding-left: 28px;
    padding-right: 28px;
  }

  .event-paragraph {
    width: 80%;
  }

  .story-image {
    min-height: auto;
  }

  .story-image.tumbler-1 {
    min-height: 350px;
  }

  .story-details-wrapper {
    font-size: 14px;
  }

  .story-details-left {
    margin-right: 25px;
  }

  .hightlight-left {
    width: 300px;
    min-height: 300px;
    top: 8%;
  }

  .highlight-content-wrapper {
    padding-left: 27px;
    padding-right: 27px;
  }

  .shop-local-heading {
    margin-top: 0;
    font-size: 30px;
  }

  .nav-button {
    color: #f9f9f9;
  }

  .nav-button.w--open {
    z-index: 100;
    background-color: #222;
    border-radius: 5px;
  }

  .nav-menu {
    width: 100vw;
    background-color: #eb5757;
    padding-top: 140px;
    padding-bottom: 30px;
  }

  .story-list {
    grid-template-columns: 1fr 1fr;
  }


  .row {
    flex-direction: column;
  }

  .paragraph {
    font-size: 14px;
  }

  .highlight-2-image {
    width: 300px;
    min-height: 300px;
    top: 8%;
  }

  .highlight-2-content-wrapper {
    padding-left: 27px;
    padding-right: 27px;
  }

  .hero-healine-image {
    max-width: 300px;
  }

  .story-heading {
    margin-top: 0;
  }

  .collection-item {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .container.shop-local-container {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-section {
    background-position: 0 0, 0 0;
  }

  .hero-wrapper {
    justify-content: flex-end;
    padding-bottom: 59px;
  }

  .hero-paragraph {
    width: 80%;
  }

  .about-top-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .section-top-left {
    margin-bottom: 15px;
  }

  .section-top-right {
    width: 100%;
  }

  .about-wrapper {
    flex-wrap: wrap;
  }

  .column {
    width: 100%;
    min-height: 170px;
    margin-bottom: 0;
  }

  .about-square {
    margin-bottom: 0;
  }

  .about-square-text {
    font-size: 40px;
  }

  .about-square-image {
    right: 0%;
  }

  .eventlist-wrapper {
    justify-content: flex-end;
    padding-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .event-paragraph {
    width: 100%;
  }

  .story-top-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .story-item-wrapper {
    width: 100%;
    margin-bottom: 50px;
  }

  .story-image.tumbler-1 {
    min-height: 200px;
  }

  .highlight-section {
    padding-top: 0;
  }

  .highlight-wrapper {
    flex-wrap: wrap;
    padding-left: 24px;
    padding-right: 24px;
  }

  .hightlight-left {
    width: 300px;
    border-radius: 300px;
    margin-top: -81px;
    margin-right: 26px;
    position: static;
  }

  .highlight-right {
    width: 100%;
    border-radius: 0 120px 0 80px;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .highlight-content-wrapper {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .story-list {
    grid-template-columns: 1fr;
  }


  .hightlight-2-wrapper {
    flex-wrap: wrap;
    padding-left: 24px;
    padding-right: 24px;
  }

  .highlight-2-image {
    width: 300px;
    border-radius: 300px;
    margin-top: -81px;
    position: static;
  }

  .highlight-2-left {
    width: 100%;
    border-radius: 0 120px 0 80px;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .highlight-2-content-wrapper {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-healine-image {
    max-width: 250px;
  }

  .collection-item {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  .banner {
    font-size: 15px;
  }

  .btn.dark {
    margin-left: auto;
    margin-right: auto;
  }

  .btn.light.hero.safe {
    margin-right: 0;
  }

  .btn.outline {
    max-width: 300px;
    overflow: visible;
  }

  .container {
    padding: 0 10px;
  }

  .banner-content-wrapper {
    flex-direction: column;
  }

  .pill.primary.alert-bar {
    margin-bottom: 15px;
    font-size: 12px;
  }

  .hero-section {
    background-position: 0 0, 30%;
  }

  .hero-wrapper {
    justify-content: flex-end;
    padding-bottom: 32px;
  }

  .hero-paragraph {
    width: 100%;
    font-size: 13px;
  }

  .section-top-left {
    margin-left: auto;
    margin-right: auto;
  }

  .section-top-details-text {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 13px;
  }

  .section-top-details-text.white-text {
    font-size: 13px;
  }

  .section-top-heading {
    text-align: center;
    font-size: 36px;
  }

  .section-top-heading.white-text {
    font-size: 36px;
  }

  .column {
    min-height: 150px;
  }

  .about-square {
    min-height: 120px;
  }

  .about-square-text {
    font-size: 30px;
  }

  .about-square-image {
    right: -14%;
  }

  .eventlist-wrapper {
    padding-top: 38px;
  }

  .event-paragraph {
    width: 100%;
    font-size: 13px;
  }

  .story-top-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .story-image {
    margin-bottom: 0;
  }

  .story-image.tumbler-1 {
    min-height: 0;
  }

  .story-details-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .story-details-left {
    margin-right: 0;
  }

  .highlight-section {
    background-size: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .highlight-wrapper {
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .hightlight-left {
    width: 200px;
    min-height: 200px;
    border-radius: 200px;
    margin-top: -42px;
    margin-right: 10px;
  }

  .highlight-right {
    border-bottom-left-radius: 80px;
    padding-left: 0;
    padding-right: 0;
  }

  .highlight-content-wrapper {
    padding-left: 26px;
    padding-right: 26px;
  }


  .view-all {
    margin-left: auto;
    margin-right: auto;
    font-family: PT Sans, sans-serif;
  }

  .event-date {
    float: right;
    clear: none;
    border-color: #1976d2;
  }

  .hightlight-2-wrapper {
    margin-bottom: 41px;
    padding-left: 0;
    padding-right: 0;
  }

  .highlight-2-image {
    width: 200px;
    min-height: 200px;
    border-radius: 200px;
    margin-top: -42px;
    margin-right: 10px;
  }

  .highlight-2-left {
    border-bottom-left-radius: 80px;
    padding-left: 0;
    padding-right: 0;
  }

  .highlight-2-content-wrapper {
    padding-left: 26px;
    padding-right: 26px;
  }

  .hero-healine-image {
    max-width: 180px;
  }

  .story-heading {
    margin-top: 20px;
  }

  .event-link {
    padding-left: 0;
    padding-right: 0;
  }
}

#w-node-_00e07a44-38bc-5f04-8b84-d714c6fb2b6f-fa4a6c86, #w-node-_9fac6376-951d-0a11-7e68-551f93ef08c3-fa4a6c86, #w-node-aeb90b94-4af1-03a1-dd60-59d335715713-fa4a6c86, #w-node-_9643a6a4-9582-71f1-1fd2-79b312872628-fa4a6c86, #w-node-_9643a6a4-9582-71f1-1fd2-79b31287262a-fa4a6c86, #w-node-_9643a6a4-9582-71f1-1fd2-79b312872633-fa4a6c86, #w-node-a77bbfe3-0889-599b-cfb6-23f704d190a4-fa4a6c86, #w-node-a77bbfe3-0889-599b-cfb6-23f704d190a6-fa4a6c86, #w-node-a77bbfe3-0889-599b-cfb6-23f704d190af-fa4a6c86 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


