div.Normal{
    font-size:inherit;
    line-height: inherit;
}
a#dnn_dnnLogo_hypLogo{
    display:flex;
    align-items:center;
    flex-direction:column;
    justify-content:center;
    text-decoration:none;
}
a#dnn_dnnLogo_hypLogo::after{
    content:'Elections & Registrations Office';
    color:#fff;
    font-family: "Asap Condensed", sans-serif;
    font-weight:500;
    display:none;
}
@media screen and (min-width:680px){
    a#dnn_dnnLogo_hypLogo::after{
        display:block;
        font-size:1.2em;
    }
}
@media screen and (min-width:1000px){
    a#dnn_dnnLogo_hypLogo::after{
        font-size:1.5em;
    }
}

/* STEP LIST STYLING */
.steps-list {
  list-style: none;
  counter-reset: step-counter;
  margin-left: 0px;
  padding-left: 1rem;
}
.steps-list > li {
  counter-increment: step-counter;
  border-left: 1px solid #ae1b09;
  position: relative;
  padding-left: 1.5em;
  padding-bottom: 1em;
}
.steps-list > li:last-of-type {
  border-left: none;
}
.steps-list > li::before {
  background-color: #ae1b09;
  border: 4px solid #fff;
  border-radius: 50%;
  content: counter(step-counter);
  color: #fff;
  font-size: 0.95rem;
  font-weight: bold;
  left: -21px;
  height: 1.8rem;
  width: 1.8rem;
  line-height: 1.4rem;
  position: absolute;
  text-align: center;
}
.steps-list h5 {
  font-weight: bold;
  padding-top: 0.125em;
}

/* RESPONSIVE EMBED VIDEOS */

    .video-container {
        position: relative;
        overflow: hidden;
        width: 100%;
        padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
     }

        /* Then style the iframe to fit in the container div with full height and width */
        .responsive-embed {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }
/* PERMIT WRAPPING OF MAIN NAVIGATION */
.navbar.navbar-expand-lg{
    flex-wrap:wrap;
}
#main-nav ul.navbar-nav .dropdown-item:visited{
    color:initial;
}
#main-nav ul.navbar-nav .dropdown-item.active:visited{
    color:#fff;
}









