.Team__teammembers{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-ms-flex-wrap: wrap;flex-wrap: wrap}.Team__teammember{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-flex: 1;-ms-flex-positive: 1;flex-grow: 1;width: 100%;margin-bottom: 4rem}@media (min-width: 36em){.Team__teammember{width: auto;min-width: 342px}}.Team__imagewrapper{width: 100%;height: 450px;border: #007379 5px solid;background: #F8F8F8;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center}@media (min-width: 36em){.Team__imagewrapper{width: 342px}}.Team__image{width: 100%;height: 100%;background-size: cover}.Team__missingimage{width: 195px;height: 195px;color: #E1E1E1}.Team__name{background-color: #007379;color: #fff;display: inline-block;padding: 18px 32px;text-transform: uppercase;font-family: Titillium;font-weight: 600;-webkit-transition: background-color .25s ease;transition: background-color .25s ease;-webkit-transform: skewY(-3deg);transform: skewY(-3deg);margin-top: -3.5rem;margin-bottom: 2.25rem;font-size: 26px}.Team__name span{display: inline-block;-webkit-transform: skewY(3deg);transform: skewY(3deg)}.Team__name:hover{color: #fff;background-color: #007379}.Team__name--green{background-color: #acc12f}.Team__name--green:hover{background-color: #acc12f}.Team__name span{text-align: center}