/* 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;
    }
}*/
/* >>> teaserblock <<< */
/* line 6, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_blocks/du_teaserblock.scss */
.teaser-block {
  margin-bottom: 20px; }
  /* line 9, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_blocks/du_teaserblock.scss */
  .teaser-block a {
    border-bottom: 0px;
    text-decoration: none;
    color: #000; }
    /* line 74, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_custom/du_mixins/_du_link-effects.scss */
    .teaser-block a::after, .teaser-block a::before {
      background: none; }
    /* line 78, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_custom/du_mixins/_du_link-effects.scss */
    .teaser-block a:hover, .teaser-block a:active, .teaser-block a:visited {
      border-bottom: 0px;
      text-decoration: none; }
    /* line 83, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_custom/du_mixins/_du_link-effects.scss */
    .teaser-block a:hover::after, .teaser-block a:active::after, .teaser-block a:visited::after {
      background: none; }
    /* line 15, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_blocks/du_teaserblock.scss */
    .teaser-block a:hover .teaser-block-title span {
      border-bottom: 1px solid #000; }
    /* line 20, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_blocks/du_teaserblock.scss */
    .teaser-block a:hover .teaser-block-button {
      color: #fff; }
    /* line 24, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_blocks/du_teaserblock.scss */
    .teaser-block a:hover .default .teaser-block-button {
      color: #0071c2; }
  /* line 30, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_blocks/du_teaserblock.scss */
  .teaser-block .block-body-inner {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    -webkit-transition: -webkit-box-shadow 0.1s ease-in-out;
    transition: -webkit-box-shadow 0.1s ease-in-out;
    -o-transition: box-shadow 0.1s ease-in-out;
    transition: box-shadow 0.1s ease-in-out;
    transition: box-shadow 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out; }
    /* line 34, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_blocks/du_teaserblock.scss */
    .teaser-block .block-body-inner:hover {
      -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.22);
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.22); }
  /* line 39, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_blocks/du_teaserblock.scss */
  .teaser-block .teaser-block-image-area {
    height: 250px;
    text-align: center;
    padding: 0;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
    /* line 50, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_blocks/du_teaserblock.scss */
    .teaser-block .teaser-block-image-area .teaser-block-image {
      padding: 0; }
  /* line 56, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_blocks/du_teaserblock.scss */
  .teaser-block .default .teaser-block-title, .teaser-block .primary .teaser-block-title, .teaser-block .blue .teaser-block-title {
    font-weight: 500;
    font-size: 1.8rem;
    padding: 10px 15px;
    line-height: 1.3em; }
    @media screen and (min-width: 768px) {
      /* line 56, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_blocks/du_teaserblock.scss */
      .teaser-block .default .teaser-block-title, .teaser-block .primary .teaser-block-title, .teaser-block .blue .teaser-block-title {
        height: 3em;
        display: table-cell;
        vertical-align: middle;
        padding: 5px 15px; } }
  /* line 70, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_blocks/du_teaserblock.scss */
  .teaser-block .default .teaser-block-text, .teaser-block .primary .teaser-block-text, .teaser-block .blue .teaser-block-text {
    font-size: 1.6rem;
    padding: 0 35px 0 15px; }
    @media screen and (min-width: 768px) {
      /* line 70, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_blocks/du_teaserblock.scss */
      .teaser-block .default .teaser-block-text, .teaser-block .primary .teaser-block-text, .teaser-block .blue .teaser-block-text {
        min-height: 75px; } }
  /* line 79, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_blocks/du_teaserblock.scss */
  .teaser-block .default .teaser-block-button, .teaser-block .primary .teaser-block-button, .teaser-block .blue .teaser-block-button {
    text-align: right;
    padding-right: 10px;
    padding-bottom: 5px;
    margin-top: -10px;
    font-size: 2.4rem;
    color: rgba(255, 255, 255, 0.6); }
  /* line 89, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_blocks/du_teaserblock.scss */
  .teaser-block .default {
    background-color: #fff;
    color: #000; }
    /* line 93, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_blocks/du_teaserblock.scss */
    .teaser-block .default .teaser-block-title {
      color: #222; }
    /* line 97, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_blocks/du_teaserblock.scss */
    .teaser-block .default .teaser-block-button {
      color: #999; }
  /* line 105, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_blocks/du_teaserblock.scss */
  .teaser-block a:hover .primary .teaser-block-title span, .teaser-block a:hover .blue .teaser-block-title span {
    border-bottom: 1px solid #FFF; }
  /* line 112, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_blocks/du_teaserblock.scss */
  .teaser-block .primary {
    background-color: #4b2582;
    color: #fff; }
  /* line 117, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_blocks/du_teaserblock.scss */
  .teaser-block .blue {
    background-color: #0071c2;
    color: #fff; }
  @media screen and (min-width: 992px) {
    /* line 124, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_blocks/du_teaserblock.scss */
    .start-page .teaser-block:not(.wide):not(.half):not(.narrow) .teaser-block-image-area, .sub-start-page .teaser-block:not(.wide):not(.half):not(.narrow) .teaser-block-image-area {
      height: 250px; } }
  /* line 131, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_blocks/du_teaserblock.scss */
  .teaser-block.login-link {
    padding: 0;
    border-radius: 0;
    text-align: left; }
    /* line 136, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_blocks/du_teaserblock.scss */
    .teaser-block.login-link .teaser-block-title {
      color: #0071c2;
      border-bottom: 1px solid transparent; }
      /* line 140, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_blocks/du_teaserblock.scss */
      .staffportal-pages .teaser-block.login-link .teaser-block-title {
        color: #4b2582; }

/* line 150, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_blocks/du_teaserblock.scss */
.staffportal-pages .teaser-block.login-link a:hover .teaser-block-title span {
  border-bottom: 1px solid #4b2582; }
/* line 155, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_blocks/du_teaserblock.scss */
.staffportal-pages .teaser-block.login-link a:hover .teaser-block-button {
  color: #4b2582; }



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