

/* Agency Custom CSS */


/* page /health/wic/wic-clients added 5/10/2023  */

#app--county-map-svg .column-content .county-card tbody td:not(:first-child):not(:last-child):after {
    content: "" !important;
}

/*----------*/
/*   2023   */
/*----------*/

/*Content Template Customizations*/

body.idoh.info .billboard-main.adaptive .billboard-content .billboard-description p {
 text-shadow: inherit;
}

body.idoh main article section.icon-buckets-wrap .icon-buckets .icon-bucket-content h3 {
    line-height: 1.1;
    font-size: 1.75rem;
}

body.idoh main article section.icon-buckets-wrap .icon-buckets .icon-bucket-content {
    padding-top: 2.5rem;
}

body.adaptive.idoh main article section.icon-image-buckets {
    padding-bottom: 2rem;
}

body.adaptive main section .row .icon-callout-content h3 {
    font-size: 1.25rem;
    line-height: 1.3;
}

body.adaptive section.internal-banner-section #internal-banner-image-container.adaptive #main-banner-overlay {
    background: none;
}

/*Billboard Customizations*/

body.idoh .container_rotating-banner.adaptive .slide-info-wrap {
  background: rgb(255,255,255,0.2)
}

@media screen and (min-width: 75em) {
    .container_rotating-banner.marketing .slide-info-wrap {
        padding: 5rem 3rem 5rem 10rem;
    }
}

body.idoh .container_rotating-banner.adaptive .slide-info-wrap h2 {
  line-height: 1;
  max-width: 600px!important;
}

body.idoh .subtext-wrap {
    font-weight: bold;
    color: #FFF;
}

@media screen and (min-width: 64em) {
    .slide-info-wrap {
        text-align: left !important;
        padding: 6rem 12rem !important;
        background: rgba(0, 0, 0, .25) !important;
    }
}

/*MEGA Menu*/
@media screen and (min-width: 64em) {
    .mega.is-active>.nested {
        width: 100%;
        display: flex !important;
        flex-direction: row;
        padding: 1.5rem 1rem;
    }
    
    li.is-dropdown-submenu-parent.opens-right.mega.is-active {
        display: flex;
        position: initial;
    }
    
    .mega.is-active>.nested .nested {
        position: relative !important;
        display: block !important;
        left: 0 !important;
        box-shadow: none !important;
        border-radius: 0 !important;
        right: auto !important;
        top: auto !important;
    }
    
    .mega.is-active>.nested>li {
        flex: 1 auto;
    }
    
    .mega.is-active {
        position: initial;
    }
    
    .mega.is-active>.nested>li>a {
        font-weight: bold;
    }
    
    .mega.is-active>.nested>li>a::after {
        display: none !important;
    }
    
    .mega .is-dropdown-submenu:hover a:first-child {
        border-radius: 0.25rem;
    }

    .mega.is-dropdown-submenu-parent .is-dropdown-submenu {
        margin-top: 0;
    }
}

/*Horizontal Menu Customizations*/
body.adaptive.idoh .dropdown .is-dropdown-submenu a {
    padding: 0.5rem 1rem;
}

body.adaptive.idoh .menu .button, .menu a {
    line-height: 1.4;
}

body.adaptive.idoh .is-dropdown-submenu {
    min-width: 230px
}

/*Horizontal Menu Customizations 2*/

.adaptive .horizontal-menu {
    background-color: #EEEFF7;
    border-bottom: 6px solid #F6C327;
}

.adaptive .horizontal-menu .dropdown.menu>li>a {
    padding: 0.5rem 1rem;
    font-size: 1.125rem;
    text-transform: uppercase;
    font-weight: 400;
    font-family: "Mulish","Open Sans","Helvetica",Arial,sans-serif;
    background-color: white;
    border-radius: 0.25rem;
}

.adaptive .horizontal-menu .dropdown.menu>li.is-dropdown-submenu-parent>a:after {
    right: 8px;
    border-color:  hsl(226 59% 82% / 1) transparent transparent;
}



/*Internal Banner*/

body.adaptive main #subpage-banner-container {
    background-color: #EEEFF7;
    
}

body.adaptive main #subpage-banner-container #subpage-banner-overlay {
 background: #EEEFF7;
}

body.adaptive main #subpage-banner-container #subpage-banner-overlay #subpage-banner-width h1 {
    color: #253e8e;
    text-shadow: none;
}



/*A-Z Menu*/

@media screen and (min-width: 64em) {
    .azMenuItem.is-active>.nested {
        width: 100%;
        display: flex !important;
        flex-direction: column;
        padding: 1rem 1rem;
    }
    
    li.is-dropdown-submenu-parent.opens-right.azMenuItem.is-active {
        display: flex;
        position: initial;
    }
    
    .azMenuItem.is-active>.nested .nested {
        position: relative !important;
        display: block !important;
        left: 0 !important;
        box-shadow: none !important;
        border-radius: 0 !important;
        right: auto !important;
        top: auto !important;
    }
    
    .azMenuItem.is-active>.nested>li {
        flex: 1 auto;
    }
    
    .azMenuItem.is-active {
        position: initial;
    }
    
    .azMenuItem.is-active>.nested>li>a {
        font-weight: bold;
    }
    
    .azMenuItem.is-active>.nested>li>a::after {
        display: none !important;
    }
    
    .azMobileMenuItem {
        /*display: none;*/
    }
}

body.adaptive .dropdown.menu>li.opens-right>.is-dropdown-submenu.azMenuContainer {
    max-width: 1200px;
    left: 50%;
    transform: translate(-50%, 0px);
}

body.adaptive .azMenuContainer .tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

@media print, screen and (min-width: 1280px) {
    body.adaptive .azMenuContainer .tabs {
        justify-content: space-evenly;
    }
}

body.adaptive .horizontal-menu .dropdown.menu .azMenuContainer .tabs-title {
    flex: 0 0 3.8461%;
}

body.adaptive .horizontal-menu .dropdown.menu .azMenuContainer .tabs-title.is-active a {
    background-color: #e6e6e6;
}

body.adaptive .horizontal-menu .dropdown.menu .azMenuContainer .tabs-title a {
    font-size: 1rem;
    color: #333;
    text-align: center;
    padding: 0.625rem;
    text-decoration: none;
    background-color: #fff;
}

body.adaptive .horizontal-menu .dropdown.menu .azMenuContainer .tabs-title a:hover {
    color: #333;
    background-color: #e6e6e6;
    text-decoration: none;
}


body.adaptive .azMenuContainer .tabs-panel {
    padding: 1rem 0.5rem;
}

body.adaptive .azMenuContainer .tabs-panel .row {
    max-width: initial;
}

body.adaptive .azMenuContainer .tabs-panel p {
    margin-bottom: 0;
}

body.adaptive.idoh .dropdown .is-dropdown-submenu.azMenuContainer .tabs-panel p a {
    padding: 0.375rem 0;
    display: inline-block;
    line-height: 1.4;
}

body.adaptive .azMenuContainer .tabs-panel span {
    margin-left: 0.5rem;
}

body.adaptive .azMenuContainer .tabs-panel .index-file-icon {
    display: inline-block;
    font-size: 0.625rem;
    font-weight: 700;
    background-color: #666;
    color: #fff;
    padding: 2px 4px;
    border-radius: 0.25rem;
    line-height: 0.875rem;
    position: relative;
    top: -0.125rem;
}

body.adaptive .azMenuContainer .placeHolderText {
    font-size: 0;
    line-height: 0;
    display: inline-block;
    background-color: #444;
    height: 1rem;
    border-radius: 100px;
    margin: 0.25rem 0;
    min-width: 100%;
    opacity: .1;
    animation: fading 1.5s infinite;
}

body.adaptive .azMenuContainer .placeHolderText.partial {
    min-width: 75%;
}

@keyframes fading {
    0% {
        opacity: .1;
    }

    50% {
        opacity: .2;
    }

    100% {
        opacity: .1;
    }
}


/*Agency Footer Customizations 2023*/

body.idoh #footer_agency #footer_agency-brand .logo_agency {
    max-height: 100px;
    height: unset;
}

body.idoh #footer_agency a#careers-button {
 background-color: #fff;
 color: #333;
 font-weight: 600;
}

body.idoh #footer_agency a#careers-button:hover {
 background-color: #ddd;
 color: #333;
}

/* News */
body.idoh .label.primary {
    background: #253e8e;
}

/* Header */
body.adaptive.show-horizontal-menu header #header_top #header_elem-list {
    padding-left: 0;
}