/**
 * Custom

 * Any custom styles implemented in the OmniUpdate environment
 * should go here
 */
.youtube-video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.youtube-video-container::after {
  display: block;
  content: "";
  padding-top: 56.25%;
}

.youtube-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Making the radio and checkboxes visible per Edwina 1/2/24 */
.ou-form .checkbox input[type=checkbox], .ou-form .radio input[type=radio] {
    appearance: auto;
}

.ou-form legend {
    font-weight: 700;
    font-size: 18px !important;
}
