/**
* Block Name: hero_1
*/

section.hero_1 .bg_wrapper {
  top: 0px;
  left: 0px;
  z-index: -2;
}
section.hero_1 .embed-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  z-index: 2;
}

section.hero_1 .embed-container iframe,
section.hero_1 .embed-container object,
section.hero_1 .embed-container embed {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 56.25vw;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  width: 177.77777778vh;
}

section.hero_1 .hero_wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  background: rgba(115, 198, 64, 0.64);
}

section.hero_1 .hero_wrapper:not(.vh-100) {
  min-height: 800px;
}

section.hero_1 hr {
  width: 100%;
  border-bottom: 1px solid #fff;
}

section.hero_1 .text_wrapper {
  color: #fff !important;
}

section.hero_1 .text_wrapper p.lead {
  color: #fff;
}

section.hero_1 .vh-100 {
  height: calc(100vh - 130px) !important;
}

@media (max-width: 1200px) {
  section.hero_1 .vh-100 {
    height: calc(100vh - 100px) !important;
  }
}

@media (max-width: 767px) {
  section.hero_1 .hero_wrapper:not(.vh-100) {
    min-height: 600px;
  }
  section.hero_1 .vh-100 {
    height: calc(100vh - 80px) !important;
  }
}
