/* add custom site CSS here */
.text + .float-left.one-half,
.text + .float-left.two-thirds {
    padding-left: 0
}
.layout a:not(.button){
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;

}
/* remove hyphens */
.panel .title, .panel--interactive .title {
    -webkit-hyphens: initial;
    -ms-hyphens: initial;
    hyphens: initial;
}

@media screen and (min-width: 40em) {
    .panel .title, .panel--interactive .title {
        font-size: 1.25em;
    }
}