.News{background-color:#f8f8f8}.News__title{padding-bottom:2rem}.News__entries{display:-webkit-flex;display:flex;flex-wrap:wrap;justify-content:space-between}.News__entry{position:relative;width:100%;display:-webkit-flex;display:flex;flex-wrap:wrap;flex-direction:column;background-color:#fff;padding:1.5rem;margin-bottom:3rem;box-shadow:0 0 8px 0 rgba(0,0,0,.025);-webkit-transition:box-shadow .3s;transition:box-shadow .3s}@media (min-width:36em){.News__entry{padding:2rem}}@media (min-width:62em){.News__entry{padding:3rem}}.News__entry:hover{box-shadow:0 0 12px 0 rgba(0,0,0,.05)}@media (min-width:48em){.News__entry--half{width:calc(50% - 1rem)}}.News__entry--half .News__newstitle{font-size:1.25rem}@media (min-width:36em){.News__entry--half .News__newstitle{font-size:1.375rem}}@media (min-width:62em){.News__entry--half .News__newstitle{font-size:1.5rem}}@media (min-width:75em){.News__entry--half .News__newstitle{font-size:1.75rem}}.News__date{text-transform:uppercase;color:#c6c6c6;padding-bottom:1rem}@media (min-width:36em){.News__date{padding-bottom:1.5rem}}.News__videoWrapper{position:relative;width:100%}.News__videofile{width:100%}.News__videofile:hover{cursor:pointer}.News__mediaWrapper{padding-bottom:1rem}@media (min-width:36em){.News__mediaWrapper{padding-bottom:2rem}}@media (min-width:62em){.News__mediaWrapper{padding-bottom:2.5rem}}.News__text{padding-bottom:.5rem}@media (min-width:36em){.News__text{padding-top:.5rem}}@media (min-width:62em){.News__text{padding-top:1rem}}.News__button{position:absolute;bottom:-1.5rem;right:1.25rem;padding:.75rem 1.25rem;background-color:#ffd500;color:#fff;text-transform:uppercase;font-weight:600;font-family:"ITC Franklin Gothic W01 Dm",sans-serif;-webkit-transition:background-color .3s;transition:background-color .3s}@media (min-width:36em){.News__button{right:2rem}}@media (min-width:62em){.News__button{right:3rem}}.News__button:hover{background-color:#dfba00}