

/* Agency Custom CSS */

#subpage-text-container .subpage-text-inner h2:after, .subpage-text-container .subpage-text-inner h2:after {
display: none !important;
}

.subpage-text-container {
padding-top:0px !important;
}

div#ens-testimonials li {
    border: solid 1px rgb(51 51 51 / 30%) !important;
    box-shadow: 2px 2px 15px rgb(51 51 51 / 30%) !important;
}

.home_banner {
    background-image: url('/bmv/ens/images/ens-home-banner.jpg'); background-size: cover; background-position: center;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100%;
    padding-top: 30px;
    color:#fff;
    position: relative;
}

.home_banner h3 {
    background-color: rgba(255, 206, 52, 0.6);
    padding: 10px;
    color: #FFF;
}

.button.yellow-line {
border: rgba(255, 206, 52) solid 2px;
}

.home-cta {
position: relative; 
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding-top:30px;
    display: flex;
    flex-direction: column;
    padding: 2.5rem 0 1rem;
}

.home-cta::before {    
      content: "";
      background-image: url('https://cms.in.gov/bmv/ens/images/ens-home-banner.jpg');
      background-size: cover;
      position: absolute;
      top: 20px;
      right: 0px;
      bottom: 0px;
      left: 0px;
      opacity: 0.5;
    box-shadow: 0px 0px 10px black;
    }

.cta-link {
position: relative;
color:#FFCE34 !important;
opacity:100% !important;
font-size:28px;
font-weight:bold;
text-decoration:none !important;
text-align: center;
}
.cta-text {
position: relative;
opacity:100% !important;
font-size:1.313rem;
text-align: center;
margin-bottom: 0px !important;
}

.cta-img {
position:relative !important;
opacity:100% !important;
margin-bottom:1.0rem !important;
}

.cta-span {
position:relative !important;
opacity:100% !important;
color:#FFCE34 !important;
}

.yellow-h2 {
color:#ffce34 !important;
}

@media screen and (max-width: 39.9375em) {
.idel-header-logo{max-width:100%;}}

@media screen and (min-width: 40em) {.idel-header-logo{max-width:50%;}