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

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

a {
  text-decoration: none;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1.25fr .75fr;
}

.div-block {
  background-color: rgba(0, 48, 135, .85);
  flex-direction: column;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 61px 0;
  display: flex;
}

.heading {
  color: #fff;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 5px;
}

.bold-text {
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.div-block-2 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.text-block {
  color: #4a4a4a;
  text-align: left;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.text-block.video-descriptor {
  text-align: center;
}

.text-block.about-us {
  font-size: 18px;
  line-height: 24px;
}

.section {
  padding-top: 35px;
  padding-bottom: 35px;
}

.welcome-header {
  color: #003087;
  text-align: left;
  margin-bottom: 50px;
  font-family: Open Sans, sans-serif;
  font-size: 2.8em;
  font-weight: 400;
}

.grey-section {
  background-color: #003087;
}

.bold-text-2, .bold-text-3 {
  font-family: Open Sans, sans-serif;
}

.div-block-3 {
  padding-top: 142px;
  padding-bottom: 142px;
}

.container {
  justify-content: flex-start;
  display: flex;
}

.image {
  width: 600px;
  max-width: 20vw;
  min-width: 400px;
  padding-top: 44px;
  padding-bottom: 44px;
}

.container-2 {
  margin-bottom: 30px;
}

.container-3 {
  background-color: #002060;
  padding: 40px;
}

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

.section-2 {
  justify-content: center;
  display: flex;
}

.subheaders {
  margin-bottom: 20px;
}

.bold-text-4 {
  color: #4a4a4a;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.div-block-4 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-5 {
  justify-content: center;
  margin-top: 36px;
  display: flex;
}

.button {
  text-align: center;
  border-radius: 5px;
  padding: 27px 75px;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, .75);
}

.div-block-6 {
  background-color: #f5f5f5;
  flex-direction: column;
  justify-content: flex-start;
  padding: 40px 34px;
  display: flex;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
}

.div-block-7 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-8 {
  justify-content: center;
  margin-top: 50px;
  display: flex;
}

.pdf-div {
  background-color: #f5f5f5;
  display: flex;
}

.div-block-9 {
  width: 25vw;
  height: 140px;
  background-color: #f5f5f5;
}

.grid-4 {
  grid-column-gap: 0px;
  grid-template-rows: auto 1px;
}

.div-block-10 {
  margin-top: 30px;
}

.html-embed {
  display: none;
}

.html-embed-2 {
  justify-content: center;
  margin-bottom: 0;
  display: flex;
}

.section-3 {
  background-color: #003087;
  margin-left: auto;
  margin-right: auto;
  padding: 44px;
}

.div-block-11 {
  flex-direction: column;
  align-items: center;
  display: none;
}

.grid-5 {
  grid-column-gap: 0px;
  grid-template-columns: 2.75fr 1fr;
}

.html-embed-3 {
  width: 50vw;
}

.imgdiv {
  background-image: url('../images/BCH-webinar-handout-01-web.png');
  background-position: 50% 0;
  background-size: cover;
}

.imgdiv._2 {
  background-image: url('../images/BCH-Webinar-Handout2.png');
}

.video {
  width: auto;
}

.grid-6 {
  grid-column-gap: 0px;
  grid-template-columns: repeat(auto-fit, 200px);
}

.video-2 {
  width: 68vw;
}

.container-4 {
  justify-content: center;
  display: flex;
}

.link-block {
  display: none;
}

.underlined-links {
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  .div-block {
    width: auto;
  }

  .container {
    justify-content: center;
  }

  .image {
    width: 80vw;
    max-width: 800px;
  }

  .container-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .html-embed {
    max-height: 75vw;
  }

  .section-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-11 {
    width: 100vw;
  }

  .video-2 {
    width: 90vw;
  }
}

@media screen and (max-width: 767px) {
  .div-block {
    padding-left: 25px;
    padding-right: 25px;
  }

  .welcome-header {
    line-height: 50px;
  }

  .image {
    width: 60vw;
    max-width: 640px;
    min-width: 240px;
  }

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

  .grid-2 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .grid-3 {
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .imgdiv {
    height: 260px;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    min-width: auto;
  }

  .button {
    text-align: center;
  }

  .imgdiv {
    height: 200px;
  }

  .video-2 {
    display: none;
  }

  .link-block {
    width: 90vw;
    height: 51vw;
    background-image: url('../images/introslide-web.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 10px;
    display: flex;
  }

  .link-thumbnail-text {
    color: #fff;
    text-align: center;
    background-color: rgba(0, 0, 0, .39);
    border-radius: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    display: flex;
  }

  .link-thumbnail-text:hover {
    text-decoration: underline;
  }

  .heading-3 {
    align-items: center;
    margin-top: 10px;
    font-size: 24px;
    line-height: 28px;
    display: flex;
  }
}


