.deptsite .give h2:before {display:none!important}
.deptsite .give {padding:0px;max-width:none}
.callout-box, .callout__button, .content-wrapper img, .give, .sidebar__content {box-shadow: none;}
.ws-giving img {display:inline;margin-right:0.25rem}
.ws-giving {font-size: 1.5rem;line-height: 1.5;margin-bottom: 0.75em;border-bottom: 1px dotted rgba(0, 0, 0, 0.3);display:flex;align-items:center;padding-left:22px}


.content-wrapper .sidebar__wrapper {padding-top: 0;width:35%}

/* Department home full width hero fix - START */

.deptsite.home .featured__image-caption {
    background: #000;
    color: #fff;
    padding: 1.25em 1.5em;
    width: 100%;
    text-align: center;
}

@media (min-width: 768px) {
    .deptsite.home .featured__image-caption {
        background: rgba(0, 0, 0, 0.67);
        padding: 1.5em 5em;
        position: absolute;
        bottom: 0;
        left: 0;
    }
}

@media (min-width: 980px) {
    .deptsite.home .featured__image {
        max-width: 100%;
    }

    .deptsite.home .featured__image-caption h2,
    .deptsite.home .featured__image-caption p {
        width: 100%;
        text-align: center;
    }
}

@media (min-width: 1250px) {
    .deptsite.home .content-wrapper,
    .deptsite.home .page-main {
        width: 100%;
        max-width: 100% !important;
    }
}

/* Department home full width hero fix - END */