
.koalapse__content[aria-hidden="true"] {
    display: none;
}

.koalapse__title {
    margin-bottom: 0;
    position: relative;
}
.koalapse__title:after {
    content: "+";
    color: #1d4a73;
    font-size: 1.5em;
    line-height: 1;
    position: absolute;
    left: 1rem;
    top: 0.75rem;
}
.koalapse__title[aria-expanded="true"]:after {
    content:'-';
}
.koalapse__title:first-child {
    border-top: 1px solid #ededed;
}
.koalapse__title {
	font-family: 'Source Sans Pro', sans-serif;
    font-size: 1em;
    text-transform: uppercase;
    text-align: left;
    color: #1d4a73;
    border: 1px solid #ededed;
    background-color: #fff;
    padding: 12px 0 10px 30px;
    display: block;
    width: 100%;
    cursor: pointer;
	border: 1px solid #ededed;
}
.koalapse__title:hover,
.koalapse__title:focus {
    background-color: #fff;
	color: #da291c;
}
.koalapse__content {
    background-color: #fff;
    padding: 0.25em 1em;
}
.koalapse__content + .koalapse__title {
    margin-top: 0;
}
