/* mixin box_shadow */
/* line 36, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_custom/du_mixins/_du_shadows.scss */
.du-shadow-0 {
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.1) !important;
  -webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.1) !important; }

/* line 39, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_custom/du_mixins/_du_shadows.scss */
.du-shadow-1 {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.1) !important;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.1) !important; }

/* line 42, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_custom/du_mixins/_du_shadows.scss */
.du-shadow-2, .shadowsmall {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 6px rgba(0, 0, 0, 0.1) !important;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 6px rgba(0, 0, 0, 0.1) !important; }

/* line 45, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_custom/du_mixins/_du_shadows.scss */
.du-shadow-3, .shadownormal {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 3px 6px rgba(0, 0, 0, 0.1) !important;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 3px 6px rgba(0, 0, 0, 0.1) !important; }

/* line 48, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_custom/du_mixins/_du_shadows.scss */
.du-shadow-4, .shadowlarge {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 4px 10px rgba(0, 0, 0, 0.1) !important;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 4px 10px rgba(0, 0, 0, 0.1) !important; }

/* line 51, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_custom/du_mixins/_du_shadows.scss */
.du-shadow-5 {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 5px 12px rgba(0, 0, 0, 0.1) !important;
  -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 5px 12px rgba(0, 0, 0, 0.1) !important; }

/*> .card { background: #fff; display: inline-block; height: 300px; margin: 1rem; position: relative; width: 300px; }
>
> .card-1 { box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.10); transition: all 0.3s cubic-bezier(.25,.8,.25,1); }
>
> .card-1:hover { box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 2px 6px rgba(0,0,0,0.10); }
>
> .card-2 { box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 2px 6px rgba(0,0,0,0.10); transition: all 0.3s cubic-bezier(.25,.8,.25,1); }
>
> .card-2:hover { box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 3px 6px rgba(0,0,0,0.10); }
>
> .card-3 { box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 3px 6px rgba(0,0,0,0.10); transition: all 0.3s cubic-bezier(.25,.8,.25,1); }
>
> .card-3:hover { box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 4px 10px rgba(0,0,0,0.10); }
>
> .card-4 { box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 4px 10px rgba(0,0,0,0.10); transition: all 0.3s cubic-bezier(.25,.8,.25,1); }
>
> .card-4:hover { box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 5px 12px rgba(0,0,0,0.10); }
>
> .card-5 { box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 5px 12px rgba(0,0,0,0.10); transition: all 0.3s cubic-bezier(.25,.8,.25,1); }
>
> .card-5:hover { box-shadow: 0 24px 48px rgba(0,0,0,0.35), 0 6px 14px rgba(0,0,0,0.10); }*/
/* line 88, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_custom/du_mixins/_du_link-effects.scss */
.a-link {
  color: #0071c2;
  text-decoration: none;
  position: relative;
  border-bottom: 1px solid rgba(0, 113, 194, 0.35); }
  /* line 11, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_custom/du_mixins/_du_link-effects.scss */
  .a-link:hover, .a-link:active, .a-link:visited, .a-link:focus {
    color: #0071c2;
    text-decoration: none;
    border-bottom: 1px solid #0071c2; }

/* line 92, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_custom/du_mixins/_du_link-effects.scss */
.a-link-inverse {
  color: #fff;
  text-decoration: none;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35); }
  /* line 63, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_custom/du_mixins/_du_link-effects.scss */
  .a-link-inverse:hover, .a-link-inverse:active, .a-link-inverse:visited, .a-link-inverse:focus {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #fff; }

/* line 96, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_custom/du_mixins/_du_link-effects.scss */
.no-link {
  border-bottom: 0px;
  text-decoration: none;
  border-bottom: 0px !important;
  text-decoration: none !important; }
  /* line 74, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_custom/du_mixins/_du_link-effects.scss */
  .no-link::after, .no-link::before {
    background: none; }
  /* line 78, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_custom/du_mixins/_du_link-effects.scss */
  .no-link:hover, .no-link:active, .no-link:visited {
    border-bottom: 0px;
    text-decoration: none; }
  /* line 83, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_custom/du_mixins/_du_link-effects.scss */
  .no-link:hover::after, .no-link:active::after, .no-link:visited::after {
    background: none; }
  /* line 101, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_custom/du_mixins/_du_link-effects.scss */
  .no-link:hover::after {
    background: none !important;
    text-decoration: none !important; }

/*@mixin a-link() {
    color: $link-color;
    text-decoration: none;
    position: relative;
    border-bottom: 1px solid #bbb;

    &:hover {
        text-decoration: none;
        border-bottom: 1px solid #000;
    }
}*/
/* line 33, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_custom/du_mixins/_du_gradients.scss */
.du-gradient-blue {
  background-color: #4b2582;
  /* Old browsers */
  background: -moz-linear-gradient(90deg, #4b2582 0%, #0071c2 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(90deg, #4b2582 0%, #0071c2 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#4b2582), to(#0071c2));
  background: -webkit-linear-gradient(left, #4b2582 0%, #0071c2 100%);
  background: -o-linear-gradient(left, #4b2582 0%, #0071c2 100%);
  background: linear-gradient(90deg, #4b2582 0%, #0071c2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b2582', endColorstr='#0071c2',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

/* line 37, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_custom/du_mixins/_du_gradients.scss */
.du-gradient-green {
  background-color: #4b2582;
  /* Old browsers */
  background: -moz-linear-gradient(90deg, #4b2582 0%, #007b3c 100%);
  background: -webkit-linear-gradient(90deg, #4b2582 0%, #007b3c 100%);
  background: -webkit-gradient(linear, left top, right top, from(#4b2582), to(#007b3c));
  background: -webkit-linear-gradient(left, #4b2582 0%, #007b3c 100%);
  background: -o-linear-gradient(left, #4b2582 0%, #007b3c 100%);
  background: linear-gradient(90deg, #4b2582 0%, #007b3c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b2582', endColorstr='#007b3c',GradientType=1 ); }

/* line 41, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_custom/du_mixins/_du_gradients.scss */
.du-gradient-magenta {
  background-color: #4b2582;
  background: -moz-linear-gradient(90deg, #4b2582 0%, #ca0777 100%);
  background: -webkit-linear-gradient(90deg, #4b2582 0%, #ca0777 100%);
  background: -webkit-gradient(linear, left top, right top, from(#4b2582), to(#ca0777));
  background: -webkit-linear-gradient(left, #4b2582 0%, #ca0777 100%);
  background: -o-linear-gradient(left, #4b2582 0%, #ca0777 100%);
  background: linear-gradient(90deg, #4b2582 0%, #ca0777 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b2582', endColorstr='#ca0777',GradientType=1 ); }

/* line 45, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_custom/du_mixins/_du_gradients.scss */
.du-gradient-magenta-dark {
  background-color: #3d1e68;
  background: -moz-linear-gradient(90deg, #3d1e68 0%, #b7015e 100%);
  background: -webkit-linear-gradient(90deg, #3d1e68 0%, #b7015e 100%);
  background: -webkit-gradient(linear, left top, right top, from(#3d1e68), to(#b7015e));
  background: -webkit-linear-gradient(left, #3d1e68 0%, #b7015e 100%);
  background: -o-linear-gradient(left, #3d1e68 0%, #b7015e 100%);
  background: linear-gradient(90deg, #3d1e68 0%, #b7015e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d1e68', endColorstr='#b7015e',GradientType=1 ); }

/* line 13, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_pages/du_commonstaffprofile.scss */
.commonstaffprofile-page .commonstaffprofile-header {
  background-color: #fff;
  color: #000;
  padding-bottom: 40px;
  padding-top: 70px;
  border-bottom: 2px solid #BBB; }
  /* line 20, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_pages/du_commonstaffprofile.scss */
  .commonstaffprofile-page .commonstaffprofile-header h1 {
    color: #000; }
  /* line 24, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_pages/du_commonstaffprofile.scss */
  .commonstaffprofile-page .commonstaffprofile-header a {
    color: #4b2582;
    color: #4b2582;
    text-decoration: none;
    position: relative;
    border-bottom: 1px solid rgba(75, 37, 130, 0.35); }
    /* line 50, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_custom/du_mixins/_du_link-effects.scss */
    .commonstaffprofile-page .commonstaffprofile-header a:hover, .commonstaffprofile-page .commonstaffprofile-header a:active, .commonstaffprofile-page .commonstaffprofile-header a:visited, .commonstaffprofile-page .commonstaffprofile-header a:focus {
      color: #4b2582;
      text-decoration: none;
      border-bottom: 1px solid #4b2582; }
/* line 30, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_pages/du_commonstaffprofile.scss */
.commonstaffprofile-page .presentation-link {
  margin-bottom: 10px;
  margin-left: 2px; }
  /* line 34, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_pages/du_commonstaffprofile.scss */
  .commonstaffprofile-page .presentation-link > i.fa {
    min-width: 30px; }
/* line 39, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_pages/du_commonstaffprofile.scss */
.commonstaffprofile-page .commonstaffprofile-column-left > .commonstaffprofile-image {
  max-width: 220px;
  max-height: 220px; }
  @media screen and (min-width: 768px) {
    /* line 39, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_pages/du_commonstaffprofile.scss */
    .commonstaffprofile-page .commonstaffprofile-column-left > .commonstaffprofile-image {
      margin-left: auto;
      margin-right: auto; } }
/* line 49, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_pages/du_commonstaffprofile.scss */
.commonstaffprofile-page .commonstaffprofile-column-right {
  padding-top: 20px; }
/* line 53, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_pages/du_commonstaffprofile.scss */
.commonstaffprofile-page .commonstaffprofile-jobtitle {
  font-size: 2.2rem;
  font-weight: 600;
  padding-top: 20px; }
/* line 59, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_pages/du_commonstaffprofile.scss */
.commonstaffprofile-page .commonstaffprofile-organization {
  font-size: 1.6rem; }
/* line 63, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_pages/du_commonstaffprofile.scss */
.commonstaffprofile-page .panel-presentation {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent; }
  /* line 67, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_pages/du_commonstaffprofile.scss */
  .commonstaffprofile-page .panel-presentation .panel-heading {
    padding: 0; }
    /* line 70, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_pages/du_commonstaffprofile.scss */
    .commonstaffprofile-page .panel-presentation .panel-heading .panel-title, .commonstaffprofile-page .panel-presentation .panel-heading h2.panel-title {
      font-size: 2.2rem; }
      /* line 73, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_pages/du_commonstaffprofile.scss */
      .commonstaffprofile-page .panel-presentation .panel-heading .panel-title.large, .commonstaffprofile-page .panel-presentation .panel-heading h2.panel-title.large {
        font-size: 3rem;
        margin-top: 30px;
        margin-bottom: 10px; }
  /* line 81, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_pages/du_commonstaffprofile.scss */
  .commonstaffprofile-page .panel-presentation .individual .panel-title {
    font-size: 1.6rem;
    margin-top: 30px;
    margin-bottom: 10px; }
  /* line 87, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_pages/du_commonstaffprofile.scss */
  .commonstaffprofile-page .panel-presentation .panel-body {
    padding: 0; }
/* line 92, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_pages/du_commonstaffprofile.scss */
.commonstaffprofile-page .panel-profile-content {
  max-width: 70ch;
  padding: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.1) !important;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.1) !important; }
  /* line 97, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_pages/du_commonstaffprofile.scss */
  .commonstaffprofile-page .panel-profile-content .panel-heading {
    padding: 0; }
  /* line 101, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_pages/du_commonstaffprofile.scss */
  .commonstaffprofile-page .panel-profile-content .panel-body {
    padding: 0; }
    /* line 104, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_pages/du_commonstaffprofile.scss */
    .commonstaffprofile-page .panel-profile-content .panel-body h3:first-of-type {
      margin-top: 0; }
  /* line 109, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_pages/du_commonstaffprofile.scss */
  .commonstaffprofile-page .panel-profile-content .panel-profile-description {
    margin-bottom: 30px; }
/* line 114, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_pages/du_commonstaffprofile.scss */
.commonstaffprofile-page .presentation-link {
  color: #4b2582;
  font-size: 1.8rem; }
/* line 119, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_pages/du_commonstaffprofile.scss */
.commonstaffprofile-page .individual .presentation-link {
  font-size: 1.6rem; }
/* line 123, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_pages/du_commonstaffprofile.scss */
.commonstaffprofile-page .panel-grey-area {
  margin-top: 20px;
  max-width: 70ch; }
  /* line 127, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_pages/du_commonstaffprofile.scss */
  .commonstaffprofile-page .panel-grey-area .commonstaffprofile-jobtitle {
    font-size: 1.8rem;
    max-width: 70ch;
    padding-top: 0; }
  /* line 133, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_pages/du_commonstaffprofile.scss */
  .commonstaffprofile-page .panel-grey-area .commonstaffprofile-organization {
    font-size: 1.4rem;
    max-width: 70ch; }
  /* line 138, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_pages/du_commonstaffprofile.scss */
  .commonstaffprofile-page .panel-grey-area .grey-area {
    background-color: #eee;
    padding: 15px; }
    /* line 142, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_pages/du_commonstaffprofile.scss */
    .commonstaffprofile-page .panel-grey-area .grey-area:not(:last-child) {
      margin-bottom: 15px; }
  /* line 148, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_pages/du_commonstaffprofile.scss */
  .commonstaffprofile-page .panel-grey-area .panel-heading .panel-title {
    padding-left: 0; }
  /* line 152, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_pages/du_commonstaffprofile.scss */
  .commonstaffprofile-page .panel-grey-area .panel-heading .btn-up-n-down-toggle {
    left: 0;
    padding: 0;
    margin: 0; }
/* line 160, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_pages/du_commonstaffprofile.scss */
.commonstaffprofile-page .commonstaffprofile-description {
  font-size: 1.8rem;
  padding-top: 20px;
  max-width: 70ch; }
/* line 166, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_pages/du_commonstaffprofile.scss */
.commonstaffprofile-page .commonstaffprofile-contacts, .commonstaffprofile-page .commonstaffprofile-assignments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 2px solid #BBB;
  width: 100%;
  margin-top: 30px;
  padding-top: 15px; }
  /* line 174, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_pages/du_commonstaffprofile.scss */
  .commonstaffprofile-page .commonstaffprofile-contacts .commonstaffprofile-contact, .commonstaffprofile-page .commonstaffprofile-contacts .commonstaffprofile-assignment, .commonstaffprofile-page .commonstaffprofile-assignments .commonstaffprofile-contact, .commonstaffprofile-page .commonstaffprofile-assignments .commonstaffprofile-assignment {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-top: 15px; }
    @media screen and (min-width: 768px) {
      /* line 174, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_pages/du_commonstaffprofile.scss */
      .commonstaffprofile-page .commonstaffprofile-contacts .commonstaffprofile-contact, .commonstaffprofile-page .commonstaffprofile-contacts .commonstaffprofile-assignment, .commonstaffprofile-page .commonstaffprofile-assignments .commonstaffprofile-contact, .commonstaffprofile-page .commonstaffprofile-assignments .commonstaffprofile-assignment {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%; } }
/* line 185, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_pages/du_commonstaffprofile.scss */
.commonstaffprofile-page .pp-image-area {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
  margin-bottom: 0px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 6px rgba(0, 0, 0, 0.1) !important;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 6px rgba(0, 0, 0, 0.1) !important; }
  /* line 192, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_pages/du_commonstaffprofile.scss */
  .commonstaffprofile-page .pp-image-area .profile-image {
    max-width: 100%; }
/* line 197, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_pages/du_commonstaffprofile.scss */
.commonstaffprofile-page .pp-text-area {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  white-space: normal;
  width: auto;
  margin-top: -11px;
  min-height: 140px; }
  @media screen and (min-width: 768px) {
    /* line 207, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_pages/du_commonstaffprofile.scss */
    .commonstaffprofile-page .pp-text-area.has-image {
      padding-right: 140px; } }
  /* line 212, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_pages/du_commonstaffprofile.scss */
  .commonstaffprofile-page .pp-text-area h1 {
    margin-bottom: -10px; }
  /* line 216, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_pages/du_commonstaffprofile.scss */
  .commonstaffprofile-page .pp-text-area .pp-jobtitle {
    font-size: 1.1em;
    margin-bottom: 6px; }
  /* line 221, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_pages/du_commonstaffprofile.scss */
  .commonstaffprofile-page .pp-text-area .pp-description {
    font-size: .73em;
    margin-bottom: 14px; }
/* line 227, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_pages/du_commonstaffprofile.scss */
.commonstaffprofile-page .pp-social {
  font-size: 1.2em;
  padding-top: 2px;
  padding-bottom: 8px; }
  /* line 232, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_pages/du_commonstaffprofile.scss */
  .commonstaffprofile-page .pp-social a {
    color: #0071c2;
    text-decoration: none;
    position: relative;
    border-bottom: 1px solid rgba(0, 113, 194, 0.35);
    font-size: .9em; }
    /* line 11, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_custom/du_mixins/_du_link-effects.scss */
    .commonstaffprofile-page .pp-social a:hover, .commonstaffprofile-page .pp-social a:active, .commonstaffprofile-page .pp-social a:visited, .commonstaffprofile-page .pp-social a:focus {
      color: #0071c2;
      text-decoration: none;
      border-bottom: 1px solid #0071c2; }
/* line 238, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_pages/du_commonstaffprofile.scss */
.commonstaffprofile-page .pp-mobile, .commonstaffprofile-page .pp-phone, .commonstaffprofile-page .pp-email {
  font-size: 1.2em;
  padding-top: 4px;
  padding-bottom: 4px; }
  /* line 243, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_pages/du_commonstaffprofile.scss */
  .commonstaffprofile-page .pp-mobile a, .commonstaffprofile-page .pp-phone a, .commonstaffprofile-page .pp-email a {
    color: #0071c2;
    text-decoration: none;
    position: relative;
    border-bottom: 1px solid rgba(0, 113, 194, 0.35);
    color: #0071c2; }
    /* line 11, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_custom/du_mixins/_du_link-effects.scss */
    .commonstaffprofile-page .pp-mobile a:hover, .commonstaffprofile-page .pp-mobile a:active, .commonstaffprofile-page .pp-mobile a:visited, .commonstaffprofile-page .pp-mobile a:focus, .commonstaffprofile-page .pp-phone a:hover, .commonstaffprofile-page .pp-phone a:active, .commonstaffprofile-page .pp-phone a:visited, .commonstaffprofile-page .pp-phone a:focus, .commonstaffprofile-page .pp-email a:hover, .commonstaffprofile-page .pp-email a:active, .commonstaffprofile-page .pp-email a:visited, .commonstaffprofile-page .pp-email a:focus {
      color: #0071c2;
      text-decoration: none;
      border-bottom: 1px solid #0071c2; }
/* line 249, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_pages/du_commonstaffprofile.scss */
.commonstaffprofile-page #pageHeaderTitleArea {
  white-space: nowrap; }
/* line 253, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_pages/du_commonstaffprofile.scss */
.commonstaffprofile-page .link-distance {
  margin-top: 1em; }

/* line 259, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_pages/du_commonstaffprofile.scss */
.commonstaffprofile-page .profile-responsibility, .commonstaffprofile-research .profile-responsibility {
  padding: 10px 0; }
  /* line 262, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_pages/du_commonstaffprofile.scss */
  .commonstaffprofile-page .profile-responsibility a, .commonstaffprofile-research .profile-responsibility a {
    color: #4b2582;
    text-decoration: none;
    position: relative;
    border-bottom: 1px solid rgba(75, 37, 130, 0.35); }
    /* line 50, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_custom/du_mixins/_du_link-effects.scss */
    .commonstaffprofile-page .profile-responsibility a:hover, .commonstaffprofile-page .profile-responsibility a:active, .commonstaffprofile-page .profile-responsibility a:visited, .commonstaffprofile-page .profile-responsibility a:focus, .commonstaffprofile-research .profile-responsibility a:hover, .commonstaffprofile-research .profile-responsibility a:active, .commonstaffprofile-research .profile-responsibility a:visited, .commonstaffprofile-research .profile-responsibility a:focus {
      color: #4b2582;
      text-decoration: none;
      border-bottom: 1px solid #4b2582; }
/* line 267, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_pages/du_commonstaffprofile.scss */
.commonstaffprofile-page .research-date, .commonstaffprofile-research .research-date {
  font-size: 1.4rem;
  color: #666;
  margin-top: 5px; }

/* line 278, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_pages/du_commonstaffprofile.scss */
.commonstaffprofile-page #PageContent {
  padding-top: 0px;
  background-color: transparent; }

/* line 285, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_pages/du_commonstaffprofile.scss */
.commonstaffprofile-page #PageTitle {
  padding-bottom: 40px; }
/* line 289, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_pages/du_commonstaffprofile.scss */
#PageTitle .container {
  padding-left: 15px;
  padding-right: 15px; }

/* line 296, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_pages/du_commonstaffprofile.scss */
.commonstaffprofile-page p {
  font-size: 1.05em; }

/* line 300, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_pages/du_commonstaffprofile.scss */
.container {
  position: relative; }

/* line 304, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_pages/du_commonstaffprofile.scss */
.edit-profile-button {
  float: right; }
  /* line 307, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_pages/du_commonstaffprofile.scss */
  .edit-profile-button a.btn {
    color: #4b2582 !important;
    border: solid 1px #4b2582;
    border-radius: 10px; }



/*# sourceMappingURL=du_commonstaffprofile.css.map */