/* Malli: @include icon($facebook)*/
.person a {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-weight: inherit;
  font-style: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  text-decoration: none; }
  .person a:hover, .person a:active, .person a:focus {
    text-decoration: underline; }
.person .person-image {
  width: 16rem;
  height: 16rem;
  border-radius: 50%;
  background-color: #f2f2f2;
  margin: 1.5625rem auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  .person .person-image:first-child {
    margin-top: 0; }
  .person .person-image:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 31.1875em) {
    .person .person-image {
      width: 13.75rem;
      height: 13.75rem; } }
.person .person-name {
  margin: 0.3125rem 0;
  word-wrap: break-word;
  text-align: center !important; }
  .person .person-name:first-child {
    margin-top: 0; }
  .person .person-name:last-child {
    margin-bottom: 0; }
  .person .person-name + .person-title {
    margin-top: calc(0.3125rem / 2 * -1); }
.person .person-title {
  margin: 0.625rem 0;
  word-wrap: break-word;
  text-align: center !important; }
  .person .person-title:first-child {
    margin-top: 0; }
  .person .person-title:last-child {
    margin-bottom: 0; }
.person .person-description {
  margin: 0.625rem 0; }
  .person .person-description:first-child {
    margin-top: 0; }
  .person .person-description:last-child {
    margin-bottom: 0; }
.person .person-languages {
  margin: 0.625rem 0;
  text-align: center !important; }
  .person .person-languages:first-child {
    margin-top: 0; }
  .person .person-languages:last-child {
    margin-bottom: 0; }
  .person .person-languages .flag {
    margin: 0 0.0625rem; }
.person .person-email {
  word-wrap: break-word;
  margin: 0rem 0;
  text-align: center !important; }
  .person .person-email:first-child {
    margin-top: 0; }
  .person .person-email:last-child {
    margin-bottom: 0; }
.person .person-phone {
  word-wrap: break-word;
  margin: 0rem 0;
  text-align: center !important; }
  .person .person-phone:first-child {
    margin-top: 0; }
  .person .person-phone:last-child {
    margin-bottom: 0; }
.person .person-linkedin {
  margin: 0rem 0;
  text-align: center !important; }
  .person .person-linkedin:first-child {
    margin-top: 0; }
  .person .person-linkedin:last-child {
    margin-bottom: 0; }

.xlarge-up-4 .person .person-image {
  width: 13.75rem;
  height: 13.75rem; }
@media screen and (max-width: 63.9375em) {
  .xlarge-up-4 .person .person-image {
    width: 16rem;
    height: 16rem; } }

.xlarge-3 .person .person-image {
  width: 13.75rem;
  height: 13.75rem; }
@media screen and (max-width: 47.9375em) {
  .xlarge-3 .person .person-image {
    width: 16rem;
    height: 16rem; } }
@media screen and (max-width: 31.1875em) {
  .xlarge-3 .person .person-image {
    width: 13.75rem;
    height: 13.75rem; } }

.xlarge-2 .person .person-image {
  width: 8.4375rem;
  height: 8.4375rem; }
@media screen and (max-width: 47.9375em) {
  .xlarge-2 .person .person-image {
    width: 16rem;
    height: 16rem; } }
@media screen and (max-width: 31.1875em) {
  .xlarge-2 .person .person-image {
    width: 13.75rem;
    height: 13.75rem; } }

.person-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%; }
  .person-placeholder:before {
    font-family: 'hoyryicon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e9b7"; }
  .person-placeholder:before {
    color: #f3352e;
    font-size: 5.9375rem;
    position: relative;
    top: -0.1875rem; }
  @media screen and (max-width: 31.1875em) {
    .person-placeholder:before {
      font-size: 5.3125rem; } }
