

/* Agency Custom CSS */

body.howard-county #footer_agency #footer_agency-brand .logo_agency {
    max-height: 100px;
    height: unset;
}

body #news-events-wrap {
    background-color: #2a4d87!important;
}

.white-font {
    color: #fff;
}

.white-font a:hover{
    color: #fff;
}

body.adaptive #banner-image-container.adaptive #main-banner-overlay #main-banner-text-container .agency-button {
    background-color: #cc7027!IMPORTANT;
}

body.adaptive #banner-image-container.adaptive #main-banner-overlay #main-banner-text-container .agency-button:hover {
    background: #fefefe;
    color: #cc7027!important;
    border-color: #cc7027!important;
    background-color: #fefefe!important;
}

/* MENU ADJUSTMENTS */
.dropdown .is-dropdown-submenu a {
    padding: 0.4rem 1rem;
    font-size: 0.8rem;
}

.is-dropdown-submenu {
    min-width: 250px;
}

.label.primary {
    background: #cc7027;
    color: #fefefe;
}



body main article section.icon-buckets-wrap .icon-buckets .icon span {
    background-color: #cc7027!important;
    
}

.button {
        border: 1px solid transparent!important;
}

body.adaptive main article section .button {
    background-color: #cc7027!important;
}

body.adaptive main article section .button:hover {
	border-color: #cc7027!important;
	color: #cc7027!important;
	background-color: #fefefe!important;
}


body .agency-prefooter .columns > div .button {
    background-color: #cc7027!important;
}

body main article section.icon-image-buckets a:hover {
    text-decoration: none!important;
}

body .agency-prefooter .columns > div .button:hover {
    border-color: #cc7027!important;
	color: #cc7027!important;
	background-color: #fefefe!important;
}
body .agency-prefooter .columns > div .button:hover a {
    color: #cc7027!important;
}

@media screen and (min-width: 64em) {

    .adaptive .horizontal-menu .dropdown.menu .is-active {
        position: initial;
    }

    .adaptive .horizontal-menu .dropdown.menu .nested.is-dropdown-submenu {
        column-count: 5;
        margin-left: 0;
        padding: 0.5rem 0;
        width: 100%;
    }
}

/*Billboard Customizations*/

body.howard-county .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.howard-county .container_rotating-banner.adaptive .slide-info-wrap h2 {
  line-height: 1;
  max-width: 600px!important;
}

body.howard-county .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;
    }
}