

/* Agency Custom CSS */

/* Global Overrides */
#main.content.info #subpage-text-container .subpage-text-inner, #main.content.info .subpage-text-container .subpage-text-inner {
    padding-left: 0;
}

.home-text-content-container:not(:last-child), #subpage-text-container:not(:last-child), .subpage-text-container:not(:last-child), #main.content.info .billboard-sub-container {
    border-bottom: 0;
}
.subpage-text-container, #main.content.info .home-content-section {
    padding-top: 0 !important;
}

.subpage-text-container .image-bucket-container {
    padding-top: 2rem;
}

#main.content.info .home-content-section {
    padding-bottom: 0 !important;
}

/* Image Card Style Updates */

.image-bucket-container .image-bucket .image-wrap a h3 {
    width: 100%;
    padding: 0.5rem 1rem;
    margin: 1rem 0;
    background-color: rgba(24, 40, 83, 0.7);
}

.image-bucket-container .image-bucket .image-wrap a {
    background-color: rgba(0, 0, 0, 0.0);
}

.image-bucket-container .image-bucket .image-wrap a:hover {
    background-color: rgba(24, 40, 83, 0.25);
}

.image-bucket-container .image-bucket>a {
    display: none;
}

.image-bucket-container .image-bucket>p {
    padding-bottom: 0;
    margin-bottom: 0;
}

.image-bucket-container .image-bucket {
    flex: 0 1 calc(33.333333333% - 2rem);
    margin-bottom: 1rem;
}

.image-bucket-container .image-bucket:first-child {
    margin-left: 1rem;
}

.image-bucket-container {
    flex-wrap: wrap;
}

@media screen and (max-width: 63.99875em) {
    .image-bucket-container .image-bucket {
        margin-bottom: 0.5rem;
    }
    
    .image-bucket-container .image-bucket:first-child {
        margin-left: 0rem;
    }
}

/* Content Bucket Style Updates */
.text-bucket-container .text-bucket ul {
    margin: 0 0 0 1.25rem!important;
    list-style: disc;
}

/* pad top of jump links for covid banner */
.jump {
scroll-margin-top: 8rem;
}