/* line 83, ../../../../../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 {
    text-decoration: none;
    border-bottom: 1px solid #0071c2; }

/* line 89, ../../../../../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 59, ../../../../../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 {
    text-decoration: none;
    border-bottom: 1px solid #fff; }

/* line 93, ../../../../../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 69, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_custom/du_mixins/_du_link-effects.scss */
  .no-link::after, .no-link::before {
    background: none; }
  /* line 73, ../../../../../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 78, ../../../../../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 98, ../../../../../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;
    }
}*/
/* >>> megateaserblock <<< */
/* line 6, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_blocks/du_megateaserblock.scss */
.megateaser-block {
  margin-bottom: 20px; }
  /* line 9, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_blocks/du_megateaserblock.scss */
  .megateaser-block a {
    border-bottom: 0px;
    text-decoration: none;
    color: #000; }
    /* line 69, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_custom/du_mixins/_du_link-effects.scss */
    .megateaser-block a::after, .megateaser-block a::before {
      background: none; }
    /* line 73, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_custom/du_mixins/_du_link-effects.scss */
    .megateaser-block a:hover, .megateaser-block a:active, .megateaser-block a:visited {
      border-bottom: 0px;
      text-decoration: none; }
    /* line 78, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_custom/du_mixins/_du_link-effects.scss */
    .megateaser-block a:hover::after, .megateaser-block a:active::after, .megateaser-block a:visited::after {
      background: none; }
    /* line 15, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_blocks/du_megateaserblock.scss */
    .megateaser-block a:hover .megateaser-block-title span {
      border-bottom: 1px solid #000; }
  /* line 22, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_blocks/du_megateaserblock.scss */
  .megateaser-block .block-body-inner {
    position: relative;
    -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 27, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_blocks/du_megateaserblock.scss */
    .megateaser-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 32, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_blocks/du_megateaserblock.scss */
  .megateaser-block .megateaser-block-image-area {
    height: 350px;
    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 44, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_blocks/du_megateaserblock.scss */
  .megateaser-block .megateaser-block-text-area {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    max-width: 32em;
    padding: 10px;
    background: transparent; }
    @media screen and (min-width: 768px) {
      /* line 44, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_blocks/du_megateaserblock.scss */
      .megateaser-block .megateaser-block-text-area {
        width: 70%; } }
    /* line 57, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_blocks/du_megateaserblock.scss */
    .megateaser-block .megateaser-block-text-area .megateaser-block-title {
      font-size: 2rem;
      font-weight: 400;
      line-height: 1.3em;
      padding: 10px 15px;
      background-color: rgba(255, 255, 255, 0.95); }
      @media screen and (min-width: 768px) {
        /* line 57, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_blocks/du_megateaserblock.scss */
        .megateaser-block .megateaser-block-text-area .megateaser-block-title {
          font-size: 2.2rem;
          height: auto;
          display: block;
          vertical-align: baseline; } }
    /* line 72, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_blocks/du_megateaserblock.scss */
    .megateaser-block .megateaser-block-text-area .megateaser-block-text {
      font-size: 1.6rem;
      font-weight: 400;
      padding: 0 35px 10px 15px;
      min-height: 75px;
      background-color: rgba(255, 255, 255, 0.95); }
      @media screen and (min-width: 768px) {
        /* line 72, ../../../../../Projects/eDU/DalarnaUniversity.Web/Stylesheets/du_blocks/du_megateaserblock.scss */
        .megateaser-block .megateaser-block-text-area .megateaser-block-text {
          min-height: auto;
          overflow: visible; } }



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