@charset "UTF-8";
/**
 * @file
 * Session teaser specific styles.
 */
/**
 * @file
 * Variables specific to Lohkanguovddas theme.
*/
/**
 * @file
 * Generic mixins.
 */
/**
 * @file
 * Variables specific to Lohkanguovddas theme.
*/
[class^="icon-"],
[class*=" icon-"], .session-teaser__type {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*Accessibility Mixins
===============================*/
/**
 * @file
 * Icomoon specific styles.
 */
/**
 * @file
 * Generic mixins.
 */
/**
 * @file
 * Variables specific to Lohkanguovddas theme.
*/
[class^="icon-"],
[class*=" icon-"], .session-teaser__type {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*Accessibility Mixins
===============================*/
.icon-play2:before {
  content: "\e052"; }

.icon-play:before {
  content: "\f04b"; }

.icon-comment:before {
  content: "\f075"; }

.icon-angle-up:before {
  content: "\f106"; }

.icon-angle-down:before {
  content: "\f107"; }

.icon-icon_blogg:before {
  content: "\e600"; }

.icon-icon_check_bscopy:before {
  content: "\e601"; }

.icon-icon_del_email:before {
  content: "\e602"; }

.icon-icon_del_facebook:before {
  content: "\e603"; }

.icon-icon_del_twitter:before {
  content: "\e604"; }

.icon-icon_discussion:before, .session-teaser__type--diskusjon:before {
  content: "\e605"; }

.icon-icon_document:before, .session-teaser__type--dokument:before {
  content: "\e606"; }

.icon-icon_email_grey:before {
  content: "\e608"; }

.icon-icon_film:before, .session-teaser__type--video:before {
  content: "\e609"; }

.icon-icon_link:before {
  content: "\e60a"; }

.icon-icon_more:before {
  content: "\e60b"; }

.icon-icon_next_left:before {
  content: "\e60c"; }

.icon-icon_next_right:before {
  content: "\e60d"; }

.icon-icon_pin_bh:before {
  content: "\e60e"; }

.icon-icon_place:before {
  content: "\e60f"; }

.icon-icon_play_bs .path1:before {
  content: "\e610";
  color: #505c7f; }

.icon-icon_play_bs .path2:before {
  content: "\e611";
  margin-left: -1em;
  color: #ffffff; }

.icon-icon_post:before {
  content: "\e612"; }

.icon-icon_presentation:before, .session-teaser__type--fremvisning:before {
  content: "\e613"; }

.icon-icon_question:before, .session-teaser__type--spørsmål:before {
  content: "\e614"; }

.icon-icon_search:before {
  content: "\e615"; }

.icon-icon_telefon:before {
  content: "\e616"; }

.icon-icon_time:before {
  content: "\e617"; }

.icon-facebook:before {
  content: "\e05d"; }

.session-teaser {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
  border-bottom: 1px solid #ddd;
  min-height: 3.875rem;
  text-decoration: none;
  transition: 0.4s ease; }
  .session-teaser:nth-of-type(last) {
    border: 0; }
  .session-teaser:hover, .session-teaser:focus {
    background-color: #f5f5f5;
    transition: 0.4s ease; }
  .session-teaser .glyphicon-play {
    color: #fff;
    padding: 0.625rem;
    background-color: #74cabf;
    border-radius: 50%;
    position: absolute;
    top: 12px; }
  .session-teaser__title {
    padding-left: 3.4375rem; }
  .session-teaser__duration {
    min-width: 3.125rem;
    font-size: 1.125rem; }
  .session-teaser__flex-right {
    margin-left: 1.875rem; }
    @media screen and (min-width: 768px) {
      .session-teaser__flex-right {
        display: flex;
        justify-content: space-between; } }
  .session-teaser__type {
    width: 1.875rem;
    height: 1.875rem;
    margin-right: 98px; }
    @media screen and (max-width: 767px) {
      .session-teaser__type {
        display: none; } }
    .session-teaser__type:before {
      font-size: 30px; }
