.forms-youtube-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  @media only screen and (max-width: 600px) {
    .forms-youtube-wrapper {
      flex-direction: column;
    }
  }
  .forms-youtube-wrapper .left-col {
    flex-basis: 440px;
  }
  .forms-youtube-wrapper .left-col img {
    width: 100%;
    height: 220px;
  }
  .forms-youtube-wrapper .right-col-wrapper {
    background-color: #f4f4f2;
    flex-basis: 54%;
  }
  .forms-youtube-wrapper .right-col {
    background-color: #f4f4f2;
    padding: 35px;
    display: flex;
    flex-direction: column;
  }
  .forms-youtube-wrapper .right-col .section-title {
    font-weight: 600;
    font-size: 1.1em;
  }
  .play-video-container {
    background-color: #226eab;
    padding: 8px;
    border-radius: 30px;
    display: flex;
    justify-content: space-between;
    width: 150px;
    margin-top: 14px;
  }
  .play-video-container .text-container {
    font-size: 1.1em;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 16px;
  }
  .play-video-container .play-button-container {
    background-color: white;
    color: black;
    font-size: 1.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 35px;
    border-radius: 50%;
    padding-left: 6px;
  }
  .right-col-wrapper a:link,
  .right-col-wrapper a:visited,
  .right-col-wrapper a:hover {
    text-decoration: none;
  }
  .two-col-form-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 94%;
  }
  .two-col-form-wrapper .right-col {
    margin-top: 25px;
  }
  @media only screen and (max-width: 600px) {
    .two-col-form-wrapper {
      flex-direction: column;
    }
  }

  .form_link {
    color: #337ab7;
  }

  .form_link:hover {
    text-decoration: underline;
    cursor: pointer;
  }
.section-title {
    font-weight: bolder;
    font-size: 1.1em;
}
.section-title:not(:first-of-type) {
    margin-top: 30px;
}
.forms-table-wrapper {
    border: 1px solid #A9C6D5;
    border-radius: 5px;
}
.forms-title {
    background-color: #D9EDF7;
    padding: 20px;
    font-weight: bolder;
}

.forms-body-wrapper {
    display: flex;
    flex-wrap: wrap;
    padding: 25px;
    justify-content: space-between;
}

.left-col {
    flex-basis: 48%;
}
.right-col {
    flex-basis: 48%;
}
.col-title {
    font-weight: bolder;
    font-size: 1.1em;
}
.note {
    background-color: #FFFAEA;
    border-left: 4px solid #FFC012;
    padding: 20px;
    width: 80%
}

.form_link {
    color: #337AB7;
}

img.pdf-icon {
    width: 17px;
    margin-left: 3px;
}

.biosketch-image-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
}
.image-well {
    margin-right: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;


}

.image-well img {
    width: 80%;
}

img.doc-icon {
    width: 15px;
    margin-left: 5px;
}
img.download-icon {
    width: 15px;
    margin-left: 5px;
}

.pdf-icon {
    background-image: url(/__extra/app-FORMS/images/pdf-icon.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    margin-bottom: -3px;
    display: inline-block;
    margin-left:3px;
}

.word-icon {
    background-image: url(/__extra/app-FORMS/images/doc-icon.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    margin-bottom: -3px;
    display: inline-block;
    margin-left:3px;
}

.forms-youtube-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.forms-youtube-wrapper .left-col {
    flex-basis: 440px;
}

.forms-youtube-wrapper .right-col-wrapper {
    background-color: #F4F4F2;
    flex-basis: 54%;
}

.two-col-form-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 94%;
}

.two-col-form-wrapper .right-col {
    margin-top: 25px;
}

.updates-background {
    background-color: #e7f6ff !important;
    border-left: solid 6px #0082d5 !important;
    padding: 15px !important;
    color: #000 !important;
    max-width: 100% !important;
}
.note-background {
    background-color: #ffefcd !important;
    border-left: solid 6px #ffc012 !important;
    padding: 15px !important;
    color: #000 !important;
    max-width: 100% !important;
}


.forms-youtube-wrapper .right-col .section-title {
    font-weight: 600;
    font-size: 1.1em;
}

.play-video-container {
    background-color: #226EAB;
    padding: 8px;
    border-radius: 30px;
    display: flex;
    justify-content: space-between;
    width: 176px;
    margin-top: 14px;
}

.play-video-container .play-button-container {
    background-color: white;
    color: black;
    font-size: 1.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 35px;
    border-radius: 50%;
    padding-left: 6px;
}

.play-video-container .text-container {
    font-size: 1.1em;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 16px;
}
