/* 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 6, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_blocks/du_newsblock.scss */
.news-block a.du-linkbox-button {
  margin-top: 10px; }

/* line 10, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_blocks/du_newsblock.scss */
.news-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  /* line 14, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_blocks/du_newsblock.scss */
  .news-cards.vertical > article.news-card {
    -ms-flex-preferred-size: calc(100% - 30px);
    flex-basis: calc(100% - 30px); }
  /* line 18, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_blocks/du_newsblock.scss */
  .news-cards.horizontal > article.news-card {
    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;
    background-color: #fff;
    -ms-flex-preferred-size: calc(100% - 30px);
    flex-basis: calc(100% - 30px); }
    @media screen and (min-width: 768px) {
      /* line 18, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_blocks/du_newsblock.scss */
      .news-cards.horizontal > article.news-card {
        -ms-flex-preferred-size: calc(100%/2 - 30px);
        flex-basis: calc(100%/2 - 30px); } }
    @media screen and (min-width: 992px) {
      /* line 18, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_blocks/du_newsblock.scss */
      .news-cards.horizontal > article.news-card {
        -ms-flex-preferred-size: calc(100%/3 - 30px);
        flex-basis: calc(100%/3 - 30px); } }
    /* line 31, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_blocks/du_newsblock.scss */
    .newsblock.narrow .news-cards.horizontal > article.news-card {
      -ms-flex-preferred-size: calc(100% - 30px);
      flex-basis: calc(100% - 30px); }
    /* line 35, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_blocks/du_newsblock.scss */
    .news-cards.horizontal > article.news-card.is-sticky {
      -ms-flex-preferred-size: calc(100% - 30px);
      flex-basis: calc(100% - 30px); }
  /* line 40, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_blocks/du_newsblock.scss */
  .news-cards div[id*="newsBlockPagination"] {
    width: 100%; }

/* line 45, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_blocks/du_newsblock.scss */
.news-card {
  position: relative;
  margin: 0 15px 2rem;
  padding: 0px; }
  /* line 50, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_blocks/du_newsblock.scss */
  .news-card .news-card-area {
    padding-left: 0; }
  /* line 54, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_blocks/du_newsblock.scss */
  .news-card .du-date {
    padding-top: 0;
    margin-bottom: -15px;
    font-size: 1.4rem;
    color: #555; }
  /* line 61, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_blocks/du_newsblock.scss */
  .news-card .du-title {
    position: relative;
    padding: 15px 0;
    font-size: 1.8rem;
    line-height: 2.7rem;
    font-weight: 500; }
    /* line 68, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_blocks/du_newsblock.scss */
    .news-card .du-title > a {
      color: #000;
      text-decoration: none;
      position: relative;
      border-bottom: 1px solid rgba(0, 0, 0, 0.35); }
      /* line 24, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_custom/du_mixins/_du_link-effects.scss */
      .news-card .du-title > a:hover, .news-card .du-title > a:active, .news-card .du-title > a:visited, .news-card .du-title > a:focus {
        color: #000;
        text-decoration: none;
        border-bottom: 1px solid #000; }
  /* line 73, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_blocks/du_newsblock.scss */
  .news-card .note-domain {
    font-size: 1.2rem;
    color: #555;
    font-weight: normal; }
  /* line 79, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_blocks/du_newsblock.scss */
  .news-card .note-arrow-after {
    display: none; }
  /* line 83, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_blocks/du_newsblock.scss */
  .news-card .du-summary {
    margin-top: -7px;
    padding: 0;
    max-width: 70ch; }
  /* line 89, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_blocks/du_newsblock.scss */
  .news-card .du-type {
    font-size: 2.2rem;
    padding: 6px 6px 2px;
    color: #007b3c; }

/* line 96, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_blocks/du_newsblock.scss */
#StaffPortalBody .news-card, .news-card.is-sticky {
  padding: 15px;
  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 100, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_blocks/du_newsblock.scss */
  #StaffPortalBody .news-card .du-date, .news-card.is-sticky .du-date {
    padding-top: 0; }

/* line 106, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_blocks/du_newsblock.scss */
.news-card.is-note .note-arrow-before {
  display: block;
  position: absolute;
  left: -25px;
  top: 15px;
  color: #bbbbbb; }
/* line 114, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_blocks/du_newsblock.scss */
.news-card.is-note .news-card-area {
  padding-left: 25px; }
/* line 118, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_blocks/du_newsblock.scss */
.news-card.is-note .note-arrow-after {
  color: #bbbbbb; }

/* line 144, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_blocks/du_newsblock.scss */
#StaffPortalBody .horizontal .news-card .du-type {
  color: #007b3c; }

/* line 148, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_blocks/du_newsblock.scss */
#StaffPortalBody .horizontal .news-card .news-card-image-area.mainimagex {
  display: none; }

/* line 153, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_blocks/du_newsblock.scss */
#MasterBody .horizontal .news-card .news-card-image-area.mainimage, #StudentPortalBody .horizontal .news-card .news-card-image-area.mainimage {
  display: none; }

/* line 159, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_blocks/du_newsblock.scss */
.horizontal .news-card {
  position: relative;
  padding: 15px; }
  /* line 163, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_blocks/du_newsblock.scss */
  .horizontal .news-card .du-date {
    padding-top: 0; }
  /* line 167, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_blocks/du_newsblock.scss */
  .horizontal .news-card .du-type {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 2.2rem;
    padding: 6px 6px 2px;
    color: #4b2582; }
/* line 179, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_blocks/du_newsblock.scss */
.horizontal .news-card.is-sticky .sticky-image {
  display: block;
  margin: 0;
  vertical-align: top;
  padding: 0; }
  @media screen and (min-width: 768px) {
    /* line 179, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_blocks/du_newsblock.scss */
    .horizontal .news-card.is-sticky .sticky-image {
      display: inline-block;
      width: 33%;
      padding-right: 15px; } }
/* line 197, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_blocks/du_newsblock.scss */
.horizontal .news-card.show-image .news-card-image-area {
  margin: -15px -15px 0 -15px;
  height: 200px;
  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 210, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_blocks/du_newsblock.scss */
.horizontal .news-card.show-image .du-type {
  right: 15px;
  background-color: #4b2582;
  color: #fff; }
/* line 216, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_blocks/du_newsblock.scss */
.horizontal .news-card.show-image .du-date {
  padding-top: 15px; }
/* line 222, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_blocks/du_newsblock.scss */
.horizontal .news-card.show-image.is-note .news-card-area {
  padding-left: 0; }
/* line 226, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_blocks/du_newsblock.scss */
.horizontal .news-card.show-image.is-note .note-arrow-before {
  display: none; }
/* line 230, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_blocks/du_newsblock.scss */
.horizontal .news-card.show-image.is-note .news.card-area {
  padding-left: 0; }
/* line 234, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_blocks/du_newsblock.scss */
.horizontal .news-card.show-image.is-note .note-arrow-after {
  display: inline-block; }
/* line 240, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_blocks/du_newsblock.scss */
.horizontal .news-card.show-image.is-sticky .sticky-image {
  display: block;
  width: 100%;
  vertical-align: top; }
  @media screen and (min-width: 768px) {
    /* line 240, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_blocks/du_newsblock.scss */
    .horizontal .news-card.show-image.is-sticky .sticky-image {
      display: inline-block;
      width: 33%; } }
/* line 251, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_blocks/du_newsblock.scss */
.horizontal .news-card.show-image.is-sticky .news-card-area {
  display: block;
  width: 100%;
  vertical-align: top; }
  @media screen and (min-width: 768px) {
    /* line 251, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_blocks/du_newsblock.scss */
    .horizontal .news-card.show-image.is-sticky .news-card-area {
      display: inline-block;
      width: 66%; }
      /* line 260, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_blocks/du_newsblock.scss */
      .horizontal .news-card.show-image.is-sticky .news-card-area .du-date {
        padding-top: 0; } }



/*# sourceMappingURL=du_newsblock.css.map */