

<style>
.idoc-bkg-image {
  background-image: src("https://cms.in.gov/idoc/images/Picture-Holder.jpg"
  ;
  background-position: center;
  background-repeat: no-repeat;
 
width:100%;}

.dark-full-no-pad p, .dark-full-no-pad h2, .dark-full-no-pad h3, .dark-full-no-pad h4 {
color:#fff !important;
}

.dark-full-no-pad {
background-color:#192E60;
margin-left:0 !important;
margin-right:0 !important;
width:100%;
padd}

.dark-full p, .dark-full h2, .dark-full h3, .dark-full h4 {
color:#fff !important;
}

.dark-full {
background-color:#192E60;
margin-left:0 !important;
margin-right:0 !important;
width:100%;
padding:50px 0px;}

.video-container {
  position: relative;
  padding-bottom: calc(var(--aspect-ratio, 0.5625) * 100%);
  height: 0;
  width: 100%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body.adaptive .sub-banners, body.marketing .sub-banners {
 background-color: white !important;
}

.row.full-width {
  width: 100%;
  max-width: 100%; 
}

</style>