/*------------------------------------*\
   LOCAL SCREENS
\*------------------------------------*/






/*------------------------------------*\
   END LOCAL SCREENS
\*------------------------------------*/ 




/*------------------------------------*\
   LOCAL FIXES
\*------------------------------------*/

@media only screen and (max-width: 734px) {
    .grid-item-accessibility.full h3 {
        max-width:220px
    }
}

.typography-headline {
   word-break: normal;
}

@media only screen and (max-width: 1068px) {
    .grid-item-members .typography-headline {
        font-size: 37px;
    }
}
@media only screen and (max-width: 734px) {
    .grid-item-members .typography-headline {
        font-size: 32px;
    }
}


/*------------------------------------*\
   END LOCAL FIXES
\*------------------------------------*/ 