

/* Agency Custom CSS */

@import '/ihcda/includes/IHCDA_CSS.min.css'; // Base IHCDA CSS

/*Image Card Style additions*/



body.ihcda #main article section.icon-image-buckets {
    background-color: #184A8C;
    padding: 2rem 2rem 3.25rem 2rem;
}

@media print,
screen and (max-width:63.99875em) {
    body.ihcda #main article section.icon-image-buckets {
        padding-bottom: 0.5rem;
    }
}

body.ihcda #main article section.icon-image-buckets a {
    text-decoration: none;
}

body.ihcda #main article section.icon-image-buckets a:hover {
    text-decoration: underline;
}

@media print,
screen and (max-width:63.99875em) {
    body.ihcda #main article section.icon-image-buckets .columns {
        margin-bottom: 2.75rem;
    }
}

body.ihcda #main article section.icon-image-buckets.image-background h2.light {
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.75);
}

body.ihcda #main article section.icon-image-buckets.image-background .icon-image-bucket-content,
body.ihcda #main article section.icon-image-buckets.image-background .image {
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
}

body.ihcda #main article section.icon-image-buckets .section-title-wrap h2 {
    color: #fefefe;
    text-align: center;
    line-height: 1;
    margin-bottom: 2rem;
}

body.ihcda #main article section.icon-image-buckets .section-title-wrap h2.dark {
    color: #333;
}

body.ihcda #main article section.icon-image-buckets .icon-image-bucket {
    height: calc(100% - 150px);
}

body.ihcda #main article section.icon-image-buckets .icon-image-bucket .image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0.75rem 0.75rem 0 0;
    height: 150px;
}

body.ihcda #main article section.icon-image-buckets .icon-image-bucket .image.y-top {
    background-position-y: top;
}

body.ihcda #main article section.icon-image-buckets .icon-image-bucket .image.y-center {
    background-position-y: center;
}

body.ihcda #main article section.icon-image-buckets .icon-image-bucket .image.y-bottom {
    background-position-y: bottom;
}

body.ihcda #main article section.icon-image-buckets .icon-image-bucket .image.x-left {
    background-position-x: left;
}

body.ihcda #main article section.icon-image-buckets .icon-image-bucket .image.x-center {
    background-position-x: center;
}

body.ihcda #main article section.icon-image-buckets .icon-image-bucket .image.x-right {
    background-position-x: right;
}

body.ihcda #main article section.icon-image-buckets .icon-image-bucket .icon {
    text-align: center;
    margin: -25px 0;
}

body.ihcda #main article section.icon-image-buckets .icon-image-bucket .icon:after {
    content: "";
    display: block;
    height: 3rem;
    margin-top: -1.75rem;
    background-color: #fefefe;
}

body.ihcda #main article section.icon-image-buckets .icon-image-bucket .icon span {
    margin-left: auto;
    margin-right: auto;
    background-color: #184A8C;
    color: #fefefe;
    line-height: 48px;
    width: 50px;
    height: 50px;
    vertical-align: middle;
    border: 1px solid #fefefe;
    border-radius: 50%;
}

body.ihcda #main article section.icon-image-buckets .icon-image-bucket .icon-image-bucket-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #eee;
    padding: 1rem;
    border-radius: 0 0 0.75rem 0.75rem;
    height: 100%;
}

body.ihcda #main article section.icon-image-buckets .icon-image-bucket .icon-image-bucket-content hr {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

body.ihcda #main article section.icon-image-buckets .icon-image-bucket .icon-image-bucket-content>.button {
    align-self: center;
    margin-top: 1rem;
    margin-bottom: 0;
    padding: 1rem 1.5rem;
}

body.ihcda #main article section.icon-image-buckets .icon-image-bucket .icon-image-bucket-content a {
    display: block;
}

body.ihcda #main article section.icon-image-buckets .icon-image-bucket .icon-image-bucket-content h3 {
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.5rem;
    margin: 0 0 1rem;
}

body.ihcda #main article section.icon-image-buckets .icon-image-bucket .icon-image-bucket-content .icon-image-bucket-text {
    text-align: center;
}

body.ihcda #main article section.icon-image-buckets .icon-image-bucket.has-icon .icon {
    display: flex;
}

body.ihcda #main article section.icon-image-buckets .icon-image-bucket.has-icon .icon-image-bucket-content {
    padding-top: 2.25rem;
}


body.ihcda  #main article #subpage-text-container .subpage-text-inner section.icon-image-buckets h3:after, body.ihcda  #main article #subpage-text-container .subpage-text-inner section.icon-image-buckets  h3:after {
    display: none;
}

body.ihcda  #main article #subpage-text-container .subpage-text-inner section.icon-image-buckets h3:last-child {
    margin-bottom: 0;
}

body.ihcda #main article section.icon-image-buckets {
    margin-bottom: 3rem;
}

body.ihcda  #main article #subpage-text-container .subpage-text-inner section.icon-image-buckets a:hover {
    color: #09c;
}

body.ihcda  #main article #subpage-text-container .subpage-text-inner section.icon-image-buckets a.button:hover {
    color: #fefefe;
}