.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.vid_section {
  height: 400px;
  background-image: url('../images/MSF_banner.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.top_nav_bar {
  height: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #fff;
}

.logo_cntnr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 160px;
  padding-left: 160px;
  -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;
}

.image {
  display: block;
  height: 46px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.vid_container {
  height: auto;
  margin-top: -300px;
  padding-right: 160px;
  padding-left: 160px;
}

.text_section {
  padding-top: 0px;
  padding-bottom: 0px;
}

.footer_section {
  height: 400px;
  padding-top: 60px;
  padding-bottom: 100px;
  background-color: transparent;
  background-image: url('../images/MSF_banner.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.footer_text {
  font-family: Roboto, sans-serif;
  color: #333333;
  font-size: 11px;
  line-height: 18px;
}

.body_text {
  margin-top: 46px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.greeting {
  margin-top: 70px;
  margin-bottom: 6px;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.text_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 160px 70px;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.container-2 {
  padding-right: 160px;
  padding-left: 160px;
}

.html-embed {
  margin-bottom: 0px;
}

.vid_container_outer {
  margin-bottom: 0px;
}

.image-2 {
  width: 200px;
  height: 200px;
  margin-top: 60px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.share_grid {
  margin-top: 35px;
  margin-right: 0px;
  -ms-grid-row-align: center;
  align-self: center;
  grid-column-gap: 50px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-3 {
  height: 40px;
}

.image-4 {
  height: 40px;
}

.social_icon {
  height: 40px;
}

.share_text {
  font-family: Roboto, sans-serif;
  color: #c4c4c4;
}

.div-block {
  width: 60px;
  height: 4px;
  background-color: #eb212d;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.text-block {
  margin-top: 30px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.div-block-2 {
  width: 100%;
  height: 1px;
  margin-top: 46px;
  background-color: #eb212d;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

@media screen and (min-width: 1920px) {
  .logo_cntnr {
    padding-right: 130px;
    padding-left: 130px;
  }
  .image {
    height: 50px;
  }
  .vid_container {
    padding-right: 0px;
    padding-left: 0px;
  }
  .footer_section {
    position: static;
    bottom: 0px;
    height: 400px;
    background-color: transparent;
    background-image: url('../images/MSF_banner.jpg');
    background-position: 0px 0px;
    background-size: cover;
  }
  .text_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 130px 130px 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .container-2 {
    padding-right: 130px;
    padding-left: 130px;
  }
  .image-2 {
    width: 200px;
    height: 200px;
    margin-top: 49px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@media screen and (max-width: 991px) {
  .vid_section {
    height: 34vh;
  }
  .logo_cntnr {
    padding-right: 79px;
    padding-left: 79px;
  }
  .image {
    height: 5vh;
  }
  .vid_container {
    margin-top: -27vh;
    padding-right: 80px;
    padding-left: 80px;
  }
  .body_text {
    margin-top: 36px;
  }
  .greeting {
    margin-bottom: 9px;
  }
  .text_container {
    padding-right: 80px;
    padding-left: 80px;
  }
  .container-2 {
    padding-right: 80px;
    padding-left: 80px;
  }
  .div-block {
    width: 60px;
    height: 4px;
    max-height: none;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #eb212d;
    -webkit-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
  }
}

@media screen and (max-width: 479px) {
  .vid_section {
    display: none;
    height: 20px;
  }
  .logo_cntnr {
    padding-right: 16px;
    padding-left: 16px;
  }
  .image {
    height: 4vh;
  }
  .vid_container {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .text_section {
    padding-top: 0px;
    padding-bottom: 30px;
  }
  .footer_section {
    height: 240px;
    padding-top: 50px;
    padding-bottom: 65px;
  }
  .greeting {
    margin-top: 30px;
  }
  .text_container {
    padding: 20px 16px 30px;
  }
  .container-2 {
    padding-right: 16px;
    padding-left: 16px;
  }
  .html-embed {
    margin-top: 0px;
  }
  .image-2 {
    width: 160px;
    height: 160px;
  }
  .share_grid {
    margin-top: 24px;
    margin-right: 0px;
    grid-column-gap: 35px;
  }
  .image-3 {
    width: 30px;
    height: 30px;
  }
  .image-4 {
    width: 30px;
    height: 30px;
  }
  .social_icon {
    width: 40px;
    height: 40px;
  }
  .share_text {
    font-size: 12px;
    line-height: 16px;
  }
}

#w-node-fa87ed5b534c-720447b3 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ecfb4ede9a32-720447b3 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-2a229a94030b-720447b3 {
  -ms-grid-column-align: center;
  justify-self: center;
}

