/**************************
 * Mixins
 *************************/
/*$main-font: 'arial';
$sec-font: eloquent-jf-pro, serif;
$header-font: $sec-font;
$p: 16px;*/
/***************************
 * STAFF
 ***************************/
/* line 7, ../sass/staff_page.scss */
.node--type-staff {
  max-width: 1280px;
  padding: 20px 0;
  margin: auto;
}
@media all and (min-width: 992px) {
  /* line 7, ../sass/staff_page.scss */
  .node--type-staff {
    padding: 20px 40px;
  }
  /* line 13, ../sass/staff_page.scss */
  .node--type-staff .field--name-body {
    max-width: 70%;
  }
}

/* line 18, ../sass/staff_page.scss */
.staff-node-header {
  padding: 20px 0 50px;
  text-align: center;
}
/* line 21, ../sass/staff_page.scss */
.staff-node-header .image-block, .staff-node-header .text-block {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  width: 49%;
}
@media all and (max-width: 767px) {
  /* line 21, ../sass/staff_page.scss */
  .staff-node-header .image-block, .staff-node-header .text-block {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  /* line 30, ../sass/staff_page.scss */
  .staff-node-header .image-block {
    text-align: center;
    margin-bottom: 40px;
  }
}
/* line 35, ../sass/staff_page.scss */
.staff-node-header .image-block img {
  max-width: 100%;
  border-radius: 50%;
}
/* line 41, ../sass/staff_page.scss */
.staff-node-header .text-block h1 {
  margin-top: 0;
}
/* line 44, ../sass/staff_page.scss */
.staff-node-header .text-block .linkedin {
  margin-top: 40px;
}
/* line 47, ../sass/staff_page.scss */
.staff-node-header .text-block .field--name-field-linkedin {
  margin-top: 20px;
  font-family: "europa";
}
/* line 50, ../sass/staff_page.scss */
.staff-node-header .text-block .field--name-field-linkedin:before {
  content: '';
  display: inline-block;
  vertical-align: bottom;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
  background-image: url(../images/social_icons/linkedin-icon.svg);
  margin-right: 8px;
  margin-bottom: 6px;
}
