/* dcs-custom is for DCS driven overrides */
/* These overriddes will be applied template-wide */
/* Change management procedures and testing must be completed before applying as they will make wholesale changes to the template ecosystem. */

/* Limit the height of a logo */
.header__agency-crest a img {
    height: 65px;
}

/* accordion template, align + with additional heading options
MIGRATION- place after rule for: .content-container .content .accordion__item span:after */

.content-container .content .accordion__item h2 span:after {
  top: 24px;
}

.content-container .content .accordion__item h3 span:after {
  top: 17px;
}