@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400|Roboto:300,400,700,900|Roboto+Condensed:400,800');


* {
  box-sizing: border-box;
}

html {
  margin: 0 !important;
  padding: 0 !important;
}

body {
  background-color: #fcfcfc;
  color: #111;
  font-size: 15px;
  line-height: 1.3;
  font-family: 'Roboto Slab', sans-serif;
  font-weight: 400;
  padding: 0;
  margin: 0;
}

p {
  margin: 1rem 0;
  line-height: 1.3;
}


/* atb@fafo.no endra font-weight fra bold til 600 */
a{
  color: rgb(20, 155, 187);
  text-decoration: none;
  font-weight: 600;
}

a:hover{
  color: rgb(20, 155, 187);
  text-decoration: underline;
}

/* atb@fafo.no endra font-weight for lenke nummer 2 osv., definert i zoo-layout newsitem */
div.lenke2  a {
   font-weight: 400;
  font-size: 0.9em !important;
  display: inline-block;
  padding-left: 2em;
}

.clear:after {
  content: "";
  display: table;
  clear: both;
}

::-moz-selection {
  background-color: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

.element-invisible{
  display: none !important;
}

.display-none {
	display: none !important;
}


.language-switcher {
  position: absolute;
  right: 20px;
}

.top,
.tm-top-block,
.eon-top  {
  position: fixed;
  width: 100vw;
  height: 80px;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0);
  color: #fff;
  padding-right: 60px;
  margin-top: 0;
  transition: all ease-out .6s;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
}

.top-logo {
  background-image: url(../images/eon/logo_fafo_194x64.png);
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
  width: 194px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 18px;
  transition: all ease-out .3s;
  cursor: pointer;
}
.top--down {
  background-color: rgba(34,34,34,1);
  transition: all ease-out .3s;
  height: 60px;
  margin-top: 0;
  box-shadow: 0 0 20px rgba(0,0,0,.7);
}

.top--down > .top-logo {
  background-size: 50%;
  transition: all ease-out .3s;
}

.menu,
.tm-navbar,
.eon-menu {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
}

.menu__element,
.uk-navbar-nav {
  /*display: flex;*/
  font-family: 'Roboto', sans-serif;
  /*align-items: center; */
  cursor: pointer;
  height: 100%;
  /* line-height: 80px; */
  font-weight: 900;
  text-transform: uppercase;
}

.menu__element > a,
.uk-navbar-nav > a,
.uk-parent > a {
  align-items: center;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0 30px;
  color: #fff;
}

.uk-panel-box {
  border: 0;
}

.fafo-tv .element {
  float: left;
  padding: 0 !important;
  width: 50%;
}

.fafo-tv iframe {
  height: 250px;
  width: 100%;
}

.fafo-tv .element.first {
  padding-right: 30px !important;
}

.fafo-tv .element-itemname {
    width: 100%;
}

.fafo-tv .pos-related > .element {
    width: 100%;
}

.uk-panel-box {
    border: 0 !important;
    box-shadow: none !important;
}

.uk-panel-box:empty {
    display: none;
}

.uk-panel:before, .uk-panel:after {
    content: none;
    display: none;
}

.uk-width-1-1.uk-width-medium-1-2:not(:only-child){
  width: 50%;
  float: left;
}

.uk-width-1-1.uk-width-medium-1-2:not(:only-child) .uk-panel-box {
  padding: 0 0 20px !important;
}

.finder form {
  display: flex;
}


.menu__element > a:hover {
  text-decoration: none;
}

.menu__element--search {
  visibility: hidden;
  width: 80px !important;
  padding: 0 10px !important;
}

.menu__element--search:after {
  background-image: url(../images/eon/ic_search_white_36px.svg);
  background-repeat: no-repeat;
  width: 40px;
  background-position: left;
  content: "";
  height: 40px;
  visibility: visible;
  margin-left: -15px;
}

.menu__element:hover {
  background-color: rgba(255,255,255,.1);
}

.fold {
  align-items: center;
  background-color: black;
  display: flex;
  max-height: 90vh;
  min-height: 525px;
  height: 720px;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 10px;
  padding-top: 20px;
  position: relative;
}

.fold::before {
  background-image: url(../images/eon/brygge_dark.jpg);
  content: "";
  filter: grayscale(100%) brightness(0.75);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.fold::after {
  content: "";
  background-image: url(../images/eon/baseline-keyboard_arrow_down-24px.svg);
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 24px);
  cursor: pointer;
}

.fold--small {
  height: 350px;
}

.fold.fold--small::after {
  display: none;
}

.fold--fafo {
  background-image: url(../images/eon/fafo-ext.jpg);
  filter: grayscale(50%) contrast(120%) brightness(70%);
}

.fold--worklife {
  background-image: url(../images/eon/work.jpg);
  filter: grayscale(50%) contrast(120%) brightness(70%);
}

.fold__punchline-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 1050px;
}

/* .fold__header {
  top: 0;
  color: #fff;
  font-family: var(--header-font);
  font-size: 1.5rem;
  font-weight: 400;
  left: 0;
  width: 100%;
  padding: 0.5rem 1rem 0.5rem;
  position: absolute;
  background-color: rgba(0,0,0,.3);
} */

.fold__punchline { 
  bottom: 0;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 3rem;
  font-weight: 500;
  left: 0;
  padding: 5rem 2.5rem 2.5rem;
  position: absolute;
  /*background-color: rgba(0,77,64,.5);*/
  background-color: rgba(0,78,97,.6);
  text-shadow: 0 0 0.8rem rgba(0,0,0,.5);
}

.fold__content {
  /* background-color: rgba(0,77,64,0); */
  background-color: rgba(0,78,97,.6);
  position: relative;
  width: 700px;
  max-width: 100%;
  padding: 65px 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* background-color: #00695c; */
  /* box-shadow: 0 0 30px 5px rgba(0,0,0,.5); */
  /* border: 6px solid #26a69a; */
}

/*
.fold__content > div {
  z-index: 2;
}


.fold__content::before {
  content: "";
  position: absolute;
  left: 0;
  width: 200px;
  height: 100%;
  border: 0 solid #26a69a;
  border-width: 6px 0 6px 6px;
}

.fold__content::after {
  content: "";
  position: absolute;
  right: 0;
  width: 200px;
  height: 100%;
  border: 0 solid #26a69a;
  border-width: 6px 6px 6px 0;
}
*/

/* Sub menu */
.sub-menu-positioner {
  background-color: #222;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: -10px;
  margin-bottom: 15px;
}

.sub-menu-wrapper {
  position: relative;
  width: 100%;
  max-width: 1100px;
  display: flex;
  flex-direction: row;
  padding: 0 1.563rem;
}

.sub-menu__item > a {
  padding: 28px 40px 26px 40px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  cursor: pointer;
  color: #ccc;
  display: block;
}

.sub-menu__item > a:hover {
  text-decoration: underline;
}

.sub-menu__item--selected > a,
.sub-menu__item--selected > a :hover {
  background-color: #fff;
  color: #000;
  text-decoration: none;
}


.sub-menu-positioner + .content-wrapper {
  padding-top: 1rem;
}

.category {
  display: flex;
  flex-direction: column
}

#yoo-zoo .categories h2.title {
  order: 2;
  margin: 12px 0 4px 0;
}

.category > .description {
  order: 3;
}

.category > .teaser-image {
  order: 1;
}

.category > .teaser-image img {
  height: 200px;
  width: 100%;
  object-fit: cover;
}

.box-1 {
  border: none !important;
}

.box-t1, .box-b1 {
  display: none;
}

#yoo-zoo div.box-1 div.row {
  border: none;
  padding: 15px 5px;
}

#yoo-zoo div.box-1 div.first-row {
  border: none;
  padding: 15px 5px;
}

#yoo-zoo .items div.teaser-item {
  padding: 0 10px;
}

.teaser-item > .zx img {
  height: 150px;
  width: 100%;
  object-fit: cover;
}

.theme-sidebar {
  flex-basis: 35%;
  order: 2;
  padding-left: 2rem;
}

.theme-sidebar li {
  margin-top: 1rem;
}

.theme-main {
  order: 1;
  flex-basis: 65%;
}

.theme-main > .element-textarea {
  margin-top: 1rem;
}

.theme-researchers {
  clear: both;
  padding-top: 15px;
}

.theme-researchers h3{
  width: 100%;
  margin: 10px 0;
  background-color: #444;
  color: #fff;
  padding: 5px;
  font-size: 16px !important;
}

.theme-person__image-wrapper {
  width: 100%;
  padding-top: 125%;
  margin: 0 1.5rem 0 0;
  background-color: #ccc;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0,0,0,.25);
  position: relative;
}


/* atb@fafo.no, 07o.12,20: Skrudd ned gråligjøring fra 70%, contrast 140 og brightness 105  */
.theme-person__image {
    background-size: cover;
    background-position: center;
    filter: grayscale(60%) contrast(100%) brightness(100%);
    transition: all 0.5s ease;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.theme-person__title {
  width: 100%;
  font-size: 1.5rem;
  text-align: center;
}

.prosjekter-fafo01 .pos-top .element-itemname.first {
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 2rem;
}


#mod-finder-searchform519 {
  display: flex;
  justify-content: center;
}

.eon-flex-row {
    display: flex;
    flex-flow: row wrap;
    margin: 0;
    padding: 0;
}

.eon-flex-column {
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
}

.eon-flex-shrink {
    flex: 0 0 auto;
    max-width: 100%;
}

.fold__content__right-border {
  border: 6px solid #00ff00; 
}

.fold__content__text {
  font-size: 2.4rem;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  text-align: center;
  margin-bottom: 30px;
  text-shadow: 0 0 10px rgba(0,0,0,.7);
  width: 100%;
}

.fold__content__search-header {
  color: #fff;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 1.2rem;
  margin-bottom: .4rem;
}

.fold__content__search {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
}

.fold__content__search__input,
.fold__content__search > .search-query {
  font-size: 1rem;
  font-family: inherit;
  font-weight: 700;
  border: 1px solid rgb(255,255,255);
  background-color: rgb(255,255,255);
  height: 3rem;
  width: 20rem;
  padding: 1rem;
  color: #000;
}

.fold__content__search__input:focus {
  outline: none;
  border-color: #fff;
}

.search-query::placeholder,
.search-query:-ms-input-placeholder,
.search-query::-ms-input-placeholder {
  color: #aaa;
}

.fold__content__search__button {
  height: 3rem;
  width: 3rem;
  color: #222;
  font-size: 1rem;
  border: 0;
  background-color: #fff;
  background-image: url(../images/eon/ic_search_black_24px.svg);
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
}

.fold__content__search .search-query,
.eon-search--advanced input,
.eon-search--advanced select {
  font-size: 16px;
  font-family: inherit;
  font-weight: normal;
  border: 1px solid rgb(255,255,255);
  background-color: rgb(255,255,255);
  height: 48px;
  padding: 1rem;
  color: #000;
}

.eon-search--advanced .finder-selects select {
    display: block !important;
    margin-top: .2rem;
}

.eon-search--advanced .finder-selects .chzn-container {
    display: none !important;
}

.eon-search--advanced .finder-selects label {
    margin-bottom: 0;
}

.eon-search--advanced .control-group {
    padding: 5px 0 0;
}

/* forside topp-bilde */
.content-wrapper__main .toppnyhet {
  border: 0 !important;
  margin: 30px  20px;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 20px 0 0 !important;
  border-bottom: 1px solid #cfcfcf !important;
}

.content-wrapper__main .toppnyhet .title a {
	font-size: 26px;
}

.content-wrapper__main .toppnyhet .meta > .element {
	font-size: 18px;
}

.content-wrapper__main .toppnyhet .media.media-top {
	border: 0 !important;
  padding: 0 !important;
  margin: 10px 0 30px 0;
  box-shadow: none !important;
}

.content-wrapper__main .toppnyhet img {
  width: 100%;
}

/* end forside topp-bilde */


/* publikasjonssøk */ 
#mod-finder-searchword522 {
  font-size: 16px;
  font-family: inherit;
  font-weight: normal;
  border: 1px solid rgb(200,200,200);
  background-color: rgb(255,255,255);
  height: 48px;
  width: 340px;
  padding: 1rem;
  color: #000;
}

#mod-finder-searchform522 label.finder,
#mod-finder-searchform522 br {
  display: none;
}



.finder {
  display: flex;
  flex-direction: column;
}

.uk-panel.eon-finder-form,
.eon-finder-form {
    background-color: #efefef;
    margin: 10px 0;
    padding: 0 20px 20px;
    width: 100%;
}

.eon-search--advanced {
    width: 100%;
}

.eon-search--advanced .eon-flex-column {
    padding: 15px;
}

.eon-search--advanced label {
    margin-bottom: .2rem;
}

.eon-search--advanced .btn {
    margin-top: 22px;
}

.eon-finder-form .uk-panel-title {
    padding: 15px;
}

#mod-finder-searchform522 div.finder {
  flex-direction: row;
}

#mod-finder-searchform522 button.finder {
  display: inline-block;
  height: 48px;
  max-width: 100px;
  flex-direction: row;
  padding: 0 40px 0 34px;
}

#finder-search {
  display: flex;
  flex-direction: row;
}

#finder-search > .word {
  padding: 10px 10px 10px 0;
}

#finder-search > .word label {
  display: block;
}

#mod-finder-searchform519 .finder {
  flex-direction: row !important;
}

.fold__content__search .btn,
.advanced-search-btn {
  background-image: url(../images/eon/ic_search_black_24px.svg);
  background-size: 32px;
  background-repeat: no-repeat;
  background-position: center;
  height: 48px;
  width: 48px;
  border: 0;
  background-color: rgb(255,255,255);
  color: transparent;
  order: 2;
}

.fold__content__search label {
  display: none;
}

.content-wrapper {
  position: relative;
  display: flex;
  min-height: 100vh;
  flex-wrap: nowrap;
  max-width: 1100px;
  margin: 0 auto;
  padding: 3rem 1.563rem 0;
  flex-direction: row;
  padding-top: 0;
}

.content-wrapper__main {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  flex-grow: 3;
  min-width: 500px;
}

/* atb@fafo.no endra: align-items: baseline til align-items: flex-start; Problem med nyhetssaker i full-visning der bildet var øverst til høyre, men tittel var langt nede på siden til venstre. Nå er begge toppjustert. */
.content-column-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  align-content: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}

.content-column {
  margin: 10px;
}

.column--w2 {
  flex: 2 0 0;
  padding-right: 2rem;
}

.column--w1 {
  flex: 1 1 0;
  min-width: 200px;
}

.section--bullets {
  margin-top: 40px;
}

.section--bullets__header {
  text-transform: uppercase;
  font-weight: 400;
  text-align: justify;
  font-size: 1.2rem;
}

.section--bullets ul{
  list-style-type: none;
  padding-left: 1rem;
}

.section--bullets ul li::before{
  color: rgba(0,77,64,1);  
  content: "\2022"; 
  font-size: 2rem;
  line-height: 1.2rem; 
  padding-right: 1rem; 
  position: relative;
  top: 0.4rem; 
}

.subject-wrapper {
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  display: flex;
  width: 100%;
  position: relative;
  justify-content: space-between;
}

.topic-wrapper {
  display: flex;
  flex-basis: 100%;
  /* float: left; */
  padding-bottom: 1rem;
  /*flex-wrap: wrap; */
  width: 100%;
  /* position: relative; */
  /*justify-content: space-between; */
}

.wrapper-divider {
  margin: 2rem 0;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #ccc;
}


.topic-label {
  /*color: #419f9e;*/
  color: rgb(0,78,97);
  font-family: 'Roboto Condensed', sans-serif;  
  font-size: 48px;
  font-weight: 400;
  letter-spacing: -0.1rem;
  margin: 1rem 0;
  position: relative;
}
.topic-label div {
  font-size: 36px !important;
}

.topic-subheader,
.undertittel {
  color: #aaa;
  flex-basis: 100%;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
  margin: 0.25rem 0;
}

/*.topic-label:before {
  bottom: .6rem;
  content: "";
  border-bottom: 4px solid #00897b;
  height: 0;
  left: 0;
  position: absolute;
  width: 2rem;
}*/


.subject-item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 1rem;
  flex-basis: 45%;
  /* cursor: pointer; */
  /* padding: .6rem; */
  /*border: 1px solid transparent;*/
  transition: all ease-out .2s;
  border-top: 4px solid transparent;
  word-break: break-word;
}

.subject-item--focused {
  flex-basis: 100%;
  border-bottom: 1px solid #cfcfcf;
}

.subject-item--focused .subject-header {
  font-size: 1.6rem;
}

.subject-item--focused .subject-date {
  font-size: 1.1rem;
}

.subject-item--focused .subject-image-wrapper {
  height: 9rem;
  min-width: 9rem;
  max-width: 9rem;
}

.subject-item--focused .subject-text {
  margin-bottom: 0;
}


.subject-item__toprow {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
}

.subject-item__toprow > .subject-text  {
	margin-top: 0;
}

.subject-item__toprow > .subject-text > .element.element-date.first {
	font-weight: bold;
}


/* .subject-item:hover {
  border-color: rgba(0,77,64,1);
  background-color: #f0f0f0;
  transition: all ease-out .2s;
} */

.subject-image-wrapper {
  min-width: 7rem;
  max-width: 7rem;
  height: 7rem;
  margin: 0 1.5rem 0 0;
  background-color: #ccc;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0,0,0,.25);
}

/* ATB@FAFO.NO: Endra fra background-size 70 til 99% / changed bg-size from 70 till 99% */
/* ATB@FAFO.NO 2: Slitt med lite tydbare bilder grunnet for sterkt filter og høy kontrast. Endra fra –- filter: grayscale(70%) contrast(140%) brightness(105%); –- til –-  filter: grayscale(50%) contrast(110%) brightness(100%); –- */
.subject-image { 
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  filter: grayscale(50%) contrast(110%) brightness(100%);
  transition: all ease-out 1s;
  background-image: url(../images/eon/logo_fafo_194x64.png);
  background-size: 99%;
  background-repeat: no-repeat;
}

.media-placeholder--article .subject-image {
  background-image: url(../images/eon/icon_article_192x165.png);
}

/*
.subject-item:hover .subject-image {
  transform: scale(1.1,1.1);
  transition: all ease-out .6s;
} 
*/

.subject-content {
  display: flex;
  justify-content: center;
  flex-basis: auto;
  flex-direction: column;
  padding-right: 2rem;
  width: 100%;
}

/* atb@fafo.no har fjerna bruken av versaler (på forsider), dvs. "text-transform: uppercase;" og endra font-size fra 19px og line-height fra 1.2 - samt 100920 endre farge fra #111 til lik tittelfarge (evt lenkefarga rgb(20, 155, 187)*/

.subject-header,
.subject-header > a,
.subject-title > a {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
  color: rgb(0, 78, 97);
}

.subject-title > a {
  cursor: pointer;
}


.subject-title:hover > a {
  /*color: #f4511e;*/
  color: #111;
  text-decoration: underline;
}

/* ATB@FAFO.NO: fjerna   text-transform: uppercase; */
.subject-date {
  font-family: 'Roboto Condensed', sans-serif;
  color: #aaa;
  font-weight: 400;
  font-size: 15px;
}

/* ATB@FAFO.NO: gjort til semibold, dvs. font-weight fra 400 til 500 til 400 igjen; */
.subject-text {
  font-size: 16px;
  font-weight: 400;
  margin: 16px 0;
}

.subject-text > p {
  margin: 0 0 1rem;
}

/*hack for h3 elements in projects, please remove when /if that is fixed*/
.subject-text > .element-relateditemspro > h3 {
    font-size: inherit;
    margin: 0;
}


/* ATB@FAFO.NO: Endra height fra 10rem til 30rem, så 35rem etter innføring av forrige og neste nyhetssak-modul */
/* publications */
.publication-image-wrapper {
  min-width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.publication-image {
  background-repeat: no-repeat;
  /* background-size: cover; */
  /* background-position: center; */
  filter: grayscale(70%) contrast(140%) brightness(105%);
  height: 100%;
  transition: all ease-out 1s;
  width: 100%;
}

/* research topics */
.research-topic-item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-bottom: 2.5rem;
  flex-basis: 45%;
  /* cursor: pointer; */
  /* padding: .6rem; */
  /*border: 1px solid transparent;*/
  transition: all ease-out .2s;
  border-top: 4px solid transparent;
}

.research-topic-image-wrapper {
  min-width: 100%;
  max-width: 100%;
  height: 10rem;
  background-color: #ccc;
  overflow: hidden;
}

.research-topic-image { 
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  filter: grayscale(70%) contrast(140%) brightness(105%);
  transition: all ease-out 1s;
}

.research-topic-header {
  flex-basis: 100%;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
  cursor: pointer;
  margin: 0.25rem 0;
}

.research-topic-header:hover {
  text-decoration: underline;
}

.research-topic-desc {
  color: #aaa;
  font-family: 'Roboto Condensed', sans-serif
  font-weight: 400;
  font-size: 1rem;
  min-height: 2.5rem;
}

/* arrangements */
.arrangement-wrapper {
  margin: 1rem 0;
}

.arrangement-header {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
}

.arrangement-body {
  margin: .3rem 0 1rem;
}

.arrangement-type {
  font-weight: bold;
}

.arrangement-type::after {
  content: " | ";
}

.arrangement-description {
  margin: .3rem 0 0;
  padding-bottom: .5rem;
  border-bottom: 1px solid #ccc;
}


.full-width-image {
  max-width: 100%;

}

.infographics-front {
  width: 100%;
  text-align: center;
  margin: 3rem 0;
}


/* people list */
.people-wrapper {
  width: 100%;
  float: left;
}

.people-list {
  margin: 0 -.5rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.people-list__wrapper h4 {
  background-color: #666;
  width: 100%;
  margin: 10px 0;
  color: #fff;
  padding: 5px;
  font-size: 16px !important;
}

.people-list__item {
    flex-basis: 22%;
    max-width: calc(25% - 30px);
    cursor: pointer;
    margin: 15px 15px 15px;
    position: relative;
    min-width: 200px;
    flex-grow: 1;
}

.people-list__item_content {
  position: relative;
}

.people-list__item__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.item--small {
  flex-basis: 20%;
  max-width: calc(20% - 1rem);
  margin-bottom: 1.5rem; 
  margin: .5rem;
}

.people-list__item__data__title > .element-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.people-list__item_content:hover > .people-list__item__data, .people-list__item:hover > .people-list__item__data {
  background-color: rgb(0,78,97);
  transition: background-color ease-out .2s;
}

.people-list__item--layout-fix {
  height: 0;
  border: none;
}

.people-list__item__data {
  background-color:#111;
  color: #fff;
  font-family: Roboto;
  width: 100%;
  padding: .5rem;
  transition: background-color ease-out .2s;
}

.item__data--small {
  font-size: 0.8rem;
  min-height: 5rem; 
}

.people-list__item__data__name {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1rem;
  margin-bottom: 0;
  margin-top: 0;
}

.people-list__item__data__name a {
  font-family: 'Roboto', sans-serif;
  display: block;
}

.people-list__item__data__name a,
.people-list__item__data__name a:hover {
  color: #fff;
  text-decoration: none;
}

.people-list__item__data__title {  
  font-size: .8rem;
  line-height: 1;
  text-transform: uppercase;
}

.people-list__item__portrait {
  padding: 0;
}

.people-list__item__portrait img {
  box-shadow: 0 0 .75rem 0 rgba(0,0,0,.2);
  filter: grayscale(100%) brightness(1.1);
  max-width: 100%;
  min-width: 100%;
  transition: all 0.5s ease;
}

.people-list__item__portrait img:hover {
  filter: grayscale(0) brightness(1);
}

.people-list__item__description {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.people-list__item__toggle_description {
  background-color: rgb(0,108,127);
  text-align: center;
  margin-top: -4px;
  padding-bottom: 3px;
}

.people-list__item__toggle_description.active {
  margin-top: 0;
  padding-bottom: 0;
}

.people-list__item__toggle_description:hover {
  background-color: rgb(0,138,157);
}

.expand_arrow {
  border: solid #fff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: all 0.2s ease;
}

.people-list__item__toggle_description.active > .expand_arrow {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

div[id^="letter_"] {
  float: left;
  width: 0;
  height: 0;
}
/* end people list */

/* cv */
.person-container {
  display: flex;
  flex-direction: row;
}

.person-rightcol {
  flex-basis: 25%;
  order: 2;
  padding-left: 2rem;
}

.person-shortlist__item {
  width: 100%;
  margin: .2rem;
  padding: 1rem;
  border: 1px solid #ccc;
}

.person-shortlist__item:hover {
  cursor: pointer;
  background-color: #eee;
}

.person-wrapper {
  flex-basis: 100%;
  order: 1;
}

.person__card {
  display: flex;
  flex-direction: row;
  padding-top: 30px;
}

.person__card__portrait {
  flex-basis: 40%;
  margin-bottom: 2rem;
  order: 2;
  text-align: center;
}

.person__card__portrait .element-imagepro {
  width: 100%;
  margin-bottom: 0.4rem;
}

.person__card__portrait img {
  box-shadow: 0 0 .75rem 0 rgba(0,0,0,.3);
  filter: grayscale(100%) brightness(1.1);
  padding: 1rem;
  width: 100%;
  transition: all 0.5s ease;
}

.person__card__portrait img:hover {
  filter: grayscale(0) brightness(1);
}

.person__card__data {
  flex-basis: 60%;
  order: 1;
  padding-right: 5rem;
}

.person__card__data__name {
  font-size: 3rem;
}

.person__card__data__subheader.subject-header:hover {
  text-decoration: none;
  color: #000;
}

.person__card__data__item {
  font-size: 1rem;
  margin-bottom: .2rem;
}

.person__published {
  flex-basis: 100%;
  flex-direction: column;
  margin-top: 2rem;
}

.person__card__data__list {
  flex-basis: 100%;
  flex-direction: column;
  margin: 0;
  padding: 0;
}

.person__card__data__list span {
  font-family: 'Roboto Slab', sans-serif !important;
  font-size: 16px !important;
}


.person__card__data__list > li {
  margin: .2rem 0 0 1.2rem
}

.person__published__item__info {
  margin: 1rem 0 .1rem; 
}

.person__published__item__title {

}

.person__published__item__subtitle {
  font-style: italic;
  color: #999;
  padding-top: .2rem;
}

.person__published__item__info.subject-header {
  font-size: 16px;
}

.sub-pos-description .element.element-itemname.last a {
  font-size: 18px;
}


/* end cv */

/* publications */
.publications-top {
  align-items: center;
  /* background-color: rgba(0,77,64,.25); */
  background-color: #efefef;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem 0 1rem;
  margin-bottom: 1.5rem;
}

.publications-top__line {
  display: flex;
  margin-bottom: 2rem;
  width: 70%;
}

.publications-top__line--single {
  flex-direction: column;
}

.publications-top__line--multi {
  flex-direction: row;
  justify-content: space-between;
}

.publications-top__line__stacker {
  display: flex;
  flex-basis: calc(50% - 2rem);
  flex-direction: column;
}

.publications-top__line__item {
  display: flex;
  flex-direction: column;
}

/* end publications */


/* contact */
.contact-details-positioner {
  background-color: #222;
  display: flex;
  justify-content: center;
  width: 100%;
}

.contact-details-wrapper {
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 1.563rem;
  width: 68.75rem;
}

.contact-details {
  align-items: center;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 3rem;
  color: #fff;
  display: flex;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.5rem;
  font-weight: 400; 
  height: 7rem;
  opacity: .7;
  padding: 0 0 0 4rem;
}

.contact-details--home {
  background-image: url(../images/eon/baseline-home-24px.svg);
  }

.contact-details--phone {
  background-image: url(../images/eon/baseline-phone-24px.svg);
}

.contact-details--mail {
  background-image: url(../images/eon/baseline-mail_outline-24px.svg);
}

/*right col*/
.flex-col + .flex-col {
  margin-top: 50px;
}

.flex-col-header {
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.2;
}

.flex-col-item {
  padding-top: 1rem;
}

.flex-col-item__header {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.2;
  cursor: pointer;
}

.flex-col-item__header:hover {
  /*color: #f4511e;*/
  text-decoration: underline;
}

.flex-col-item__date {
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  color: #aaa;
  font-weight: 400;
  font-size: .9rem;
}

.flex-col-item__employee {
  font-family: 'Roboto Condensed', sans-serif;
  color: rgba(0,77,64,1);
 font-weight: 400;
  font-size: .9rem;
}

.flex-col-footer {
  margin-top: 20px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 900;
  font-size: 1rem;
  width: 100%;
  text-align: left;
  cursor: pointer;
}

.flex-col-footer:hover {
  /*color: #f4511e;*/
  text-decoration: underline;
}

/* footer */
.footer-wrapper {
  background-color: #222;
  display: flex;
  flex-wrap: nowrap;
  float: left;
  margin-top: 5rem;
  width: 100%;  
}

.footer-cols {
  display: flex;
  position: relative;
  justify-content: space-between;
  color: #fff;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

.footer-cols > .uk-panel:nth-child(3) {
  display: none;
}

.footer-cols  h3 {
	display: none;
}

.footer-col-left {
  flex-basis: 400px;
  background-color: #333;
  padding: 2rem;
}

.footer-col-right {
  flex-basis: calc(100% - 400px);
  background-color: #222;
  padding: 2rem;
  text-align: center;
}

.footer-logo {
  width: 140px;
  opacity: .3;
}

.footer-block {
  
}

.footer-block__header {

}

.footer-block__title {
  font-weight: bold;
  font-size: .8rem;
  color: #909090;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  padding-top: .9rem;
}

.footer-block__label {
  margin: .2rem 0;
}

.footer-block__label a {
  font-weight: 300;
  font-size: 1.1rem;
  color: #fff;
  line-height: 1.1rem;
  padding-bottom: .3rem;
}

.details table {
  width: 100% !important;
  /*background: rgba(0,77,64,1);*/
  background: rgba(0,78,97,.6);
  color: #fff;
  border: 0;
  font-family: 'Roboto', sans-serif;
}

.details table td {
  padding: 0.75rem;
}

.details table + p {
  display: none;
}

/* alphabet links */
.alphabet-links {
  display: flex; /* 2021.05.12, ØB: Hvis endret fra flex til none så skjules alfabetindeksen */
  cursor: pointer;
  justify-content: center;
  position: sticky;
  flex-wrap: wrap;
  z-index: 100;
  top: 63px;
  background-color: #111;
}

.alphabet-link {
  display: flex;
  padding: 6px 6px;
  color: #fff;
}

.letter-anchor {
  /* position: fixed !important;
  top: -9999px;
  left: -9999px; */
}

/* tab bar */
.tab-bar {
  background-color: #444;
  display: flex;
  flex-basis: 100%;
  flex-direction: row;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  height: 2.5rem;
  margin-bottom: 0.75rem;
}

.tab-bar__tab {
  align-items: center;
  background-color: #444;
  color: #fff;
  cursor: pointer;
  display: flex;
  height: 100%;
  padding: 0 2rem;
}

.tab-bar_select {
  font-size: 16px;
  font-family: inherit;
  font-weight: normal;
  border: 1px solid rgb(255,255,255);
  background-color: #222;
  height: 48px;
  padding: 0 1rem;
  color: #fff;
  width: 100%;
  display: none;
  box-shadow: 0 0 0.75rem 0 rgba(0,0,0,.3);
}

.tab-bar__tab:hover {
  background-color: #222;
}

.tab-bar__tab--selected,
.tab-bar__tab--selected:hover {
  background-color: #111;
  color: #fff;
}

.tab-bar__tab__label {
  user-select: none;
}

.tab-content--inactive {
  display: none;
}

#tab-bar-dropdown {  
  display: none;
}

/* social links */
.social-link {
  display: inline-block;
  width: 3rem;
  padding: .5rem;
  margin-top: 1rem;
}

.social-link__img {
  max-width: 100%;
  max-height: 100%;
}

/* tools */
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
  text-align: center;
}

/* infographic1 */
.infographic1 {
  margin: 2rem 0;
  padding: 2rem 0;
  border: 1px solid #ccc;
  border-width: 1px 0;
}

.infographic1__people {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0 .5rem;
}

/*
.icon-person {
  height: 3rem;
  width: 5%;
  background-image: url(../gfx/baseline-person-24px_blue.svg);
  background-repeat: no-repeat;
  background-size: contain;  
}

.icon-person--color1 {
  background-image: url(../gfx/baseline-person-24px_red.svg);
}

.icon-person--color2 {
  background-image: url(../gfx/baseline-person-24px_green.svg);
}
*/

.icon-person {
  height: 2.2rem;
  width: 1.9rem;
  background-image: url("data:image/svg+xml;utf-8,\
    <svg width='100%' height='100%' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'>\
      <g stroke-width='0' fill='rgb(3,158,229)'>\
      <path d='M8,8c2.2,0,4-1.8,4-4s-1.8-4-4-4S4,1.8,4,4S5.8,8,8,8z M8,10c-2.7,0-8,1.3-8,4v2h16v-2C16,11.3,10.7,10,8,10z'/>\
      </g>\
    </svg>");
  background-repeat: no-repeat;
  background-size: 150%;  
}

.icon-person--color1 {
  background-image: url("data:image/svg+xml;utf-8,\
    <svg width='100%' height='100%' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'>\
      <g stroke-width='0' fill='rgb(216,27,96)'>\
      <path d='M8,8c2.2,0,4-1.8,4-4s-1.8-4-4-4S4,1.8,4,4S5.8,8,8,8z M8,10c-2.7,0-8,1.3-8,4v2h16v-2C16,11.3,10.7,10,8,10z'/>\
      </g>\
    </svg>");
}

.icon-person--color2 {
  background-image: url("data:image/svg+xml;utf-8,\
    <svg width='100%' height='100%' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'>\
      <g stroke-width='0' fill='rgb(67,170,71)'>\
      <path d='M8,8c2.2,0,4-1.8,4-4s-1.8-4-4-4S4,1.8,4,4S5.8,8,8,8z M8,10c-2.7,0-8,1.3-8,4v2h16v-2C16,11.3,10.7,10,8,10z'/>\
      </g>\
    </svg>");
}


.infographic1__labels {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  /* justify-content: flex-start; */
  justify-content: space-between;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
}

.infographic1__label {
  padding: 0 0 1rem 0;
  font-size: 2.5rem;
  color: #222;
}

.infographic1__label__faded {
  color: #999;
  font-size: 1.5rem;
}

.infographic1__label--type0 {
  color: rgb(3,158,229);
}

.infographic1__label--type1 {
  color: rgb(216,27,96);
}

.infographic1__label--type2 {
  color: rgb(67,170,71);
}


/* inputs */
.input-std {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  padding: .1rem .2rem;
  width: 100%;  
}

.input-std--large {
  font-size: 1.1rem;
  padding: .4rem .4rem .3rem
}

/* labels */
.label-std {
  margin-bottom: .2rem;
}

/* misc */
.link-divider::before {
  content: "|";
  color: #999;
  padding: 0 .5rem;
}

.quote {
  background: #eee;
  border-left: 10px solid #ccc;
  font-size: 1.5rem;
  margin: 1.5rem 0;
  padding: 1.5rem;
}

.quote::before {
  color: #ccc;
  /*content: open-quote; */
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

.ytplayer-wrapper {
  align-items: center;
  background-color: #ddd;
  display: flex;
  justify-content: center;  
  margin-bottom: 2rem;
  padding: 3rem;
  width: 100%;
}

/* buttons */
.button {
  background-color: #fff;
  border: 0.125rem solid #29b6f6;
  border-radius: 1.7rem;
  color: #444;
  font-family: 'Roboto', sans-serif;
  font-size: 1.1rem;
  font-weight: bold;
  padding: 1.2rem;
}

.button:focus {
    outline:0;
    border-color: #0277bd;
}

.button:hover {
  background-color: #29b6f6;
  color: #fff;
}

.button:active {
  background-color: #0277bd;;
  border-color: #0277bd;
  color: #fff;
}

/* scroll animate */
.scroll-animate {
  opacity: 0;
  transform: translateY(10px);
  transition: all ease-out .6s;
}

.scroll-animate.in-view {
  opacity: 1;
  transform: translateY(0);
}

/* load animate */
.fade-in {
  /*background-color: rgba(0,77,64,0);*/
  background-color: rgba(0,78,97,.6);
  animation: fadeIn ease-out 1;
  animation-fill-mode: forwards;
  animation-duration: .8s;
  animation-delay: .6s;
}
@keyframes fadeIn { 
  from { 
    /*background-color: rgba(0,77,64,0);*/ 
    background-color: rgba(0,78,97,0);
  } to { 
    /*background-color: rgba(0,77,64,.5);*/
    background-color: rgba(0,78,97,.6);
  }
}
/* search results */
.search-results {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
}

.search-results__item {
  border: 1px solid #ddd;
  border-width: 0 0 1px;
  padding: 1rem 0;
}

.search-results__item__title {
  font-size: 1rem;
  margin-bottom: 0.25rem;
  
}

.search-results__item__type {
  font-size: 1rem;
  margin: 0.25rem 0;
}

.search-results__item__text {
  font-size: 1rem;
  margin: 0.25rem 0;
  
}

.search-results__item__author {
  font-size: 1rem;
  margin: 0.25rem 0;
}

/* Custom checkboxes */
 .fafo-checkbox {
  display: block;
  position: relative;
  padding-left: 2rem;
  margin-bottom: 0.75rem;
  cursor: pointer;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fafo-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border: 2px solid #222;
}

.fafo-checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

.fafo-checkbox input:checked ~ .checkmark {
  background-color: #29b6f6;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.fafo-checkbox input:checked ~ .checkmark:after {
  display: block;
}

.fafo-checkbox .checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
} 

.about-photo{
  align-items: center;
  background-color: gray;
  background-image: url(../images/eon/coworkers.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: flex;
  height: 400px;
  justify-content: center;
  overflow: hidden;
  margin: 40px 0px;
  position: relative;
  filter: grayscale(50%) contrast(120%) brightness(70%);
}

/* UI kit and other css files overwrites */
h1.title {
  color: #111;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.2;
}

h2 {
  line-height: initial;
}

#yoo-zoo .floatbox {
  overflow: initial;
}

.uk-list.uk-list-line {
  list-style-type: disc;
  margin-left: 0.75rem;
  padding-left: 0.75rem;
}

.uk-list-line>li:nth-child(n+2) {
  margin-top: 5px;
  padding-top: 0;
  border-top: none;
}

.product-fafo01.product-fafo01-frontpage {
  margin-top: 25px;
}

.product-fafo01-frontpage h1.title {
  display: none;
}

.element.element-download p {
  margin: 0.5rem 0 3px;
}

.element.element-download a {
  font-size: 16px;
}

.element.element-text {
  font-size: 16px;
}

.element.element-text.last {
  color: #999;
  font-size: 1rem;
  margin-top: 3px;
}

.element-eonheader > h3 {
    margin-top: 0 !important;
}

#yoo-zoo .zoo-pagination a,
#yoo-zoo .zoo-pagination span {
  text-decoration: none;
  padding: 0 0.25rem;
}

.publications-recent-list h3:empty {
  display: none;
}

.publications-recent-list ul {
  padding-left: 0;
  list-style-type: none;
}

.publications-recent-list .element strong {
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  color: #aaa;
  font-weight: normal;
  font-size: 1.25rem;
}

.publications-recent-list .element p {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: normal;
  font-size: 1.25rem;
  margin-top: 0;
}

.publications-recent-list .element.element-pricepro,
.element.element-pricepro.first {
  font-size: 2rem;
}

.uk-button-small,
.zx-zoocart-qtybox.uk-form-small.uk-form-width-mini {
  font-size: 14px;
}

.uk-breadcrumb {
  margin-bottom: 0;
  margin-left: 10px;
}

.content-wrapper .uk-breadcrumb {
  margin-left: 0;
}

#yoo-zoo .content-column {
  margin-left: 0;
}

#yoo-zoo .item div.pos-bottom {
  overflow: hidden;
  margin-bottom: 1rem;
}

#yoo-zoo div.white-box,
#yoo-zoo div.gradient-box {
  border: 0;
  border-radius: 0;
  padding: 0;
}

#yoo-zoo .items h2.pos-title a {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 19px;
  font-weight: normal;
  line-height: 1.2;
  text-transform: uppercase;
  cursor: pointer;
  color: #111;
}

#yoo-zoo .pos-title {
    word-break: break-word;
}

/* atb@fafo.no endre weight fra 400 til 600, 12.12.19 */

#yoo-zoo.items div.pos-description element {
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  color: #aaa;
  font-weight: 600;
  font-size: 15px;
}

#yoo-zoo .teaser-item.arrangement .pos-media.media-left {
  display: none;
}

#yoo-zoo .teaser-item.arrangement .pos-description .element {
  margin-top: 7px;
  padding: 0;
}

.pos-specification li {
  margin: 3px 0;
}

.pos-specification .element-datepro {
  float: left;
}

.pos-specification .element-datepro:nth-child(2):after {
  content: " -";
  padding-right: 4px;
}

.events-default-frontpage .details {
  display: none;
}

#yoo-zoo.events-default .row {
  padding: 0 !important;
  border: 0 !important;
  margin: 0 !important;
}

#yoo-zoo.events-default .width50 {
  float: none;
  width: auto;
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}

#yoo-zoo.events-default .width50.first-item {
  margin-top: 0;
}

/* atb@fafo.no: Ikke endra, men skjønner ikke hvorfor denne ikke hindrer containerutvidelse? */
.events-personer {
  overflow: hidden;
}

#yoo-zoo div.white-box,
#yoo-zoo div.gradient-box {
  background-color: none;
}

#yoo-zoo .item.arrangement .element.element-itemname.first {
  color: #419f9e;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 48px;
  font-weight: 400;
  letter-spacing: -0.1rem;
  margin: 1rem 0;
  position: relative;
  line-height: initial;
}


#yoo-zoo .events-personer .sub-pos-title,
#yoo-zoo .events-personer .element-itemname.first {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 20px !important;
}

.item.arrangement .pos-media.media-right {
  margin-left: 2rem !important;
}

#yoo-zoo .pagination {
  border: 0;
}

#yoo-zoo .pagination a,
#yoo-zoo .pagination span,
#yoo-zoo .pagination strong {
  border: 0;
  box-shadow: none;
}

/* forskningstemaer */
#yoo-zoo.forskningstemaer-fafo01.forskningstemaer-fafo01-forskningstema .details {
  display: none;
}

#yoo-zoo.forskningstemaer-fafo01.forskningstemaer-fafo01-forskningstema .items {
  border: 0;
}



/* DEMO FIXES*/
#search-query-explained {
  display: none;
}

#finder-filter-window {
  /* height: 100px; */
}

.content-wrapper > .finder {
  position: relative;
  height: 100%;
  width: 100%;
  background-color: white;
}

.controls.finder-selects{
  margin: 10px;
  float: left;
}

#search-results .uk-article-title  {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  color: #111;
  color: #29b6f6;
  text-decoration: none;
  margin-bottom: 3px;
}
span.highlight{
  background-color: #8dc63f;
  color: #fff;
}

.uk-panel-box {
  padding: 10px 0px !important;
  background-color: transparent;
}

  /* atb@fafo.no 160420 - forøkte endringer her, men droppet det her - se regler lenger ned */
ul {  
  margin: 0;
  padding-left: 0;
  list-style: none;
}

/* 21.11.18 ND */
.sunject-header {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  cursor: pointer;
}

.media-left {
  float: left;
  margin-right: 10px;
}

.title {
  margin-bottom: 0;
}

.title a {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  cursor: pointer;
  color: #111;
}

.meta {
  margin: 0;
  line-height: 1;
}

.meta > .element {
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  color: #aaa;
  font-weight: 500;
  font-size: 14px;
}

/* handlekurv */
.uk-width-1-1 > .uk-panel.uk-panel-box,
#zx-zoocart-cart,
#zx-zoocart-checkout {
  border: 1px solid #ccc;
  padding: 20px !important;
  margin: 20px 0 0;
  box-shadow: 0 0 10px rgba(0,0,0,.25);
}

#zx-zoocart-cart,
#zx-zoocart-checkout {
  margin: 0 0 30px !important;
}

.uk-width-1-1.uk-width-medium-1-2 > .uk-panel.uk-panel-box {
  width: 100%;
}

.uk-width-1-1.uk-width-medium-1-2 {
  width: 100%;
}

.yoo-zoo {
  margin-top: 15px;
}


.yoo-zoo.product-fafo01.product-fafo01-prosjektnyhet .box-t1, 
.yoo-zoo.product-fafo01.product-fafo01-prosjektnyhet .box-1 {
  display: none;
}

.uk-panel-box.forsidenyhet {
  padding-top: 40px !important;
}

.uk-width-1-1 h3.uk-panel-title {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}

.uk-width-1-1 .uk-list.uk-list-line {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}

.zx .zx-zoocart-tableitems-tax-notice {
  background-color: #222;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 12px;
  padding: 5px 0;
}

.uk-form-icon > i {
  display: none;
}

.uk-button-mini {
  background-color: #0277bd;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  padding: 6px 10px 8px;
  border: 0;
}

.uk-button:hover, .uk-button:focus {
  background-color: #00897b;
  color: #fff;
}

.uk-button-primary, .uk-button-success, .uk-button-danger {
  box-shadow: none;
  text-shadow: none;
  font-weight: normal;
}

.eon-sidebar-wrapper {
  flex-grow: 1;
  min-width: 300px;
  padding-top: 40px;
}

.eon-sidebar-wrapper .menu__element > a {
  color: black;
  padding-bottom: 5px;
}

/* order hacks */

.content-wrapper__main .uk-width-1-1 > .uk-panel.uk-panel-box.toppnyhet {
  padding: 0 !important;
}

.eon-default-form {
    width: 100%;
}   

.eon-default-form .alert-error {
    max-width: 600px;
    width: 100%;
    flex-grow: 1;
    background-color: red;
    color: white;
    font-weight: bold;
    padding: 1rem;
}

.eon-default-form .bfPage {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.eon-default-form .bfPage > .form-actions, .eon-default-form .bfPage > section {
    max-width: 600px;
    width: 100%;
    flex-grow: 1;
    background-color: #efefef;
    padding: 1rem;
}

.eon-default-form label {
    display: block;
    padding: .4rem 0 .2rem;
    font-size: 16px;
    font-family: inherit;
    font-weight: normal;
}

.eon-default-form input[type=text] {
    font-size: 16px;
    font-family: inherit;
    font-weight: normal;
    border: 1px solid rgb(255,255,255);
    background-color: rgb(255,255,255);
    height: 48px;
    padding: 1rem;
    color: #000;
    width: 100%;
}

.eon-default-form .form-actions {
    display: flex;
    justify-content: center;
}

.eon-default-form #bfElemWrap1104 {
    margin-left: 2rem;
}

.eon-default-form .checkbox.disabled {
    color: #aaa;
}

.eon-iframe-wrapper {
    margin-top: 16px;
    position: relative;
}

.eon-iframe-wrapper > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.eon-top-video_news .links a {
    display: block;
    margin-bottom: 7px;
}

.eon-top-video_news .links a:not(:first-of-type){
    font-weight: 400;
}

.eon-top-video_news .links a:before {
    content: "	‣ ";
}

/* breakpoints */
@media all and (max-width: 1280px) {

  .menu__element > a,
  .uk-navbar-nav > a,
  .uk-parent > a {
    padding: 0 20px;
    transition: padding ease-out 0.4s;
  }
  
  .people-list__item {
    flex-basis: 30%;
    max-width: calc(33.333% - 30px);
  }
  
  .item--small {
    flex-basis: 25%;
    max-width: calc(25% - 1rem);
  }

}

@media all and (max-width: 1150px) {
  #tab-bar-dropdown {  
    display: block;
  }
  .tab-bar {
    display: none;
  }
  .tab-bar_select {
    display: block;
  }
  .language-switcher{
      display: none;
  }
  
  .uk-visible-small {
    display: block !important;
  }
  
  .sub-menu-wrapper {
    flex-direction: column;
    padding: 0;
  }

  .sub-menu__item > a {
    padding: 20px 15px;
    border-bottom: 1px solid #999;
    display: block;
  }
  
  .sub-menu__item--selected a {
    background-color: rgba(0,78,97,1);
    color: #fff;
  }

  .eon-menu {
    position: absolute;
    right: 10px;
    top: 10px;
  }

  .eon-menu > .menu__element {
    display: none;
  }

  .uk-offcanvas.uk-active .menu__element {
    height: 44px;
  }

  .uk-offcanvas.uk-active .menu__element > a {
    line-height: 44px;
  }

  .content-wrapper {
    padding: 0 1rem 0;
  }

  .content-wrapper__main {
    min-width: 100%;
  }

  .top-logo {
    left: -10px;
  }

  .fold {
    max-height: 280px;
    min-height: 280px;
    height: 280px;
  }

  .fold__content {
    padding: 100px 50px 50px 50px;
    width: 100%;
  }

  .fold__content__text {
    font-size: 1.4rem;
  }

  .fold--small {
    height: 150px;
    max-height: 150px;
    min-height: 150px;
  }

  .fold__content__search .search-query {
    max-width: 270px;
  }

  .uk-navbar-toggle {
    color: #fff;
    font-size: 24px;
    text-shadow: none;
  }

  .uk-navbar-toggle:hover,
  .uk-navbar-toggle:focus {
    color: #fff;
  }

  .fold__punchline {
    bottom: 0;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 2rem;
    font-weight: 500;
    left: 20px;
    padding: 15px 20px 10px;
    position: absolute;
    /*background-color: rgba(0,77,64,.5);*/
    background-color: rgba(0,78,97,.6);
    text-shadow: 0 0 0.8rem rgba(0,0,0,.5);
  }

  .subject-wrapper {
    padding-top: 30px;
  }

  #yoo-zoo .width50 {
    float: left;
    width: 100%;
  }

  .uk-width-1-1 h3.uk-panel-title {
    font-size: 20px;
  }

  .content-wrapper__main .toppnyhet .media.media-top {
    margin-top: 0;
  }
  
  .people-list__item {
    flex-basis: 40%;
    max-width: calc(50% - 30px);
  }
  
  .item--small {
    flex-basis: 30%;
    max-width: calc(33.333% - 4rem);
    margin: .5rem 2rem;
  }
}

.eon-flex-wrapper {
    display: flex;
    flex-direction: row;
}

.eon-flex-col {
    
}

.eon-flex-col--left {
    flex-basis: 65%;
}

.eon-flex-col--right {
    padding-left: 2rem;
    flex-basis: 35%;
}

@media all and (max-width: 550px) {
  .people-list{
    margin: 0 5rem;    
  }
  
  .people-list__item {
    flex-basis: 100%;
    max-width: 100%;
    margin: 15px 0;
    width: 100%;
  }

  .uk-panel-box.forsidenyhet {
    padding-top: 0px !important;
  }
  
  .person__card, .content-column-wrapper, .eon-flex-wrapper {
      flex-direction: column-reverse;
      padding-top: 0;
  }
  
  .person__card__portrait {
      padding: 0 5rem;
  }
  
  .topic-wrapper {
      padding-bottom: 0;
  }
  
  .topic-label {
      margin: 0;
  }
  
  .person__card__data__subheader {
      margin: 0;
  }
  
  .eon-flex-col--right {
      padding-left: 0;
  }
  
  .eon-flex-col--right img {
      width: 100%;
  }
  
  .subject-wrapper {
      flex-direction: column;
  }
  
  .fafo-tv .element {
      width: 100%;
  }
  
  .fafo-tv .element.first {
      padding-right: 0 !important;
      width: 100%;
  }
  
  .fafo-tv .element-mediapro {
      margin-bottom: 20px;
  }
  
  .fafo-tv .pos-related {
     margin-top: 0 !important;
  }
}

@media all and (max-width: 330px) {
  .fold__content__text {
    display: none;
  }

  .fold__content__search .search-query {
    max-width: 50%;
  }
  
  .subject-image-wrapper {
    display: none;
  }

  .fold {
    padding-top: 0;
  }

  .fold__content {
    height: 100%;
    
  }
}

}

/* Legg inn skreddersydde CSS-regler her, helst ikke i linjene over. Hvis endringer av eksisterende */
/* regler, legg inn linjereferanse */

/*ØB, 22.10.2019: Maks bredde på floatbox/spalte på høyre side (se også linje 2190)*/
.pos-media.media-right {
  max-width: 350px;
}
/* ØB, 22.10.2019: Arrangementer: Lagt til marg mellom hvert navn m. bilde */
.events-personer {
  margin-bottom:20px;
}
/* ØB, 23.10.2019: Arrangementer: Lagt til marg under bildene av personene */
#yoo-zoo .item div.media-left {
  margin-bottom:16px;
}
/* ØB, 22.10.2019: Arrangementer: Fjernet marg over navnet på personer i høyre spalte */
h4.sub-pos-title{
  margin-top:0px;
}
/* ØB, 22.10.2019: Arrangementer og Aktive prosjekter: Satt ingress til halvfet og lagt inn avstand mellom ingress og brødtekst */

#yoo-zoo .pos-description .element-textareapro p:not(.yoo-zoo .forskningstemaer-fafo01) {
  font-weight: bold;
}

#yoo-zoo .pos-description .element-textareapro {
  margin-bottom: 12px;
}
/* ØB, 23.10.2019: Formatering av lister i tekst. Standardformatering er uten innrykk etc., se linje 2258. ATB økt padding-left fra 20 til 30 og lagt inn line height-omformatering */
#yoo-zoo .pos-description ul{
  margin: 0;
  padding-left: 30px;
  list-style: disc;
  line-height: 1.6rem;
  }

/* ATB, 160420: Utvidelse/oppdatering-?- av forrige punkt – funket ikke på veldig zoo-styrte sider. Denne ser ut til å treffe riktig, men sleit f.eks. med at toppsak fikk punktmerking grunnet ul-bruk  */
#yoo-zoo .element-textarea ul{
  margin: 0;
  padding-left: 30px;
  list-style: disc;
  line-height: 1.6rem;
}

/* ØB, 31.10.2019: Formatering av H3 overskrifter i høyre spalte på prosjekter og forskningstemaer */
/* Fikk ikke overstyrt via regel her, måtte endre direkte i stilarket 
/* media/zoo/applications/forskningstemaer/templates/fafo01/assets/css/item.css*/

/* atb@fafo.no, 13. feb 2020: MANUELL LISTEVISNING DER STANDARDEN EVT. IKKE GJELDER - om oss-artikler har f.eks. ingen listeformatering */
ul.punktliste {
  clear:left;
  padding-top:5px;
  padding-left:25px;
  padding-right:10px;
  list-style-position: outside;
  list-style-type:disc;
}
ul.punktliste li { 
  margin:0 10px 10px 0;
  vertical-align:top
    }

/* ATB 220620 - luft mellom forskningstema-liste og nyhetsboks + større overskrift på nyhetstittel siden den framsto puslete */
div.uk-panel.uk-panel-box.temanyheter {
  margin-top:50px;
}
div.uk-panel.uk-panel-box.temanyheter h3 {
  font-size:26px;
}

/* atb@fafo.no, 6. mai 2020: Lik tittel på Fafo-tv som arrangementer, men med litt mindre font */
#yoo-zoo .item.fafo-tv .element.element-itemname.first {
  color: #419f9e;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: -0.1rem;
  margin: 1rem 0;
  position: relative;
  line-height: initial;
}

/* atb@fafo.no, 6. mai 2020: Utheving av ingress på arrangementsidene */
#yoo-zoo .item.arrangement .ingress {
  font-weight: 600;
}

/* ENDRET TILBAKE: atb@fafo.no, 8. april 2020: Synes det var et vel stort gap mellom itemname og undertittel. Endte med å flytte opp feltet til under name, samt endre margin (fra  margin: 1rem 0 .5rem;  ). */
.person__card__data__subheader {
   margin: 1rem 0 .5rem;
}

/* atb@fafo.no, 8. april 2020: Flytta ansattes yrkestittel i zoo til under navn, dette er en hack for å unngå at tittelfontenen da blir like stor som navnet, men kun på ansatte-sidene */
#yoo-zoo.yoo-zoo.business-fafo01 .topic-label .element.element-text.last {
  font-size: 50% !important;
}

/* atb@fafo.no, 6. mai 2020: Mer luft over mellomtitlene; må detaljstyre/avklare med Tina siden manuelle linjeskift er brukt 
#yoo-zoo .item.arrangement .element.element-textarea h3
{
  margin-top: 2rem;
}
*/

/* atb@fafo.no, 13. feb 2020: SLIDER-CLASS for bruk på om oss/org og evemtuelt andre steder */

.fafoslider {
  background: #fff;
  width: 400px;
  border: 1px solid $border-color;
}

.fafoslider-item {
	position: relative;
	width: 100%;
  border-bottom: 1px solid $border-color;
  
	&:last-child{
		border-bottom: none;
	}

}

.fafoslider-label {
	padding: 20px 0 20px 30px;
	width: 100%;
	display: block;
  font-size: 18px;
  
  &:hover{
    cursor: pointer;
  }

	&:before {
    content: '';
    position: absolute;
    height: 5px;
    width: 5px;
    top: 22px;
    left: 12px;
    display: inline-block;
    border-left: 5px solid #999;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
	}

	input[type=checkbox]:checked ~ &:before{
		transform: rotate(90deg);
	}
}

.fafoslider-child{
  margin: 0;
  overflow: hidden;

  transition: all 0.3s ease;
  
  opacity: 0;
  height: 0;
  transform: scale(1,0);
  transform-origin: center top;
  
	input[type=checkbox]:checked ~ &{

    border: 1px solid $border-color;
    margin: 0 -20px 15px -20px;
    background: #fff;
    box-shadow: 0 3px 6px 1px rgba(0,0,0,0.16);
 	  padding: 30px;
    
    height: auto;
    opacity: 1;
    transform: scale(1,1);
    
  }
}

/* atb@fafo.no, 20. juni 2020: Liste-stil brukt til Future of work, men vurdert tilpassa til øvrig bruk */
 
.talliste {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 80%;
  }


.talliste li {
  counter-increment: step-counter;
  margin-bottom: 20px;
    text-indent:-2em; 
	margin-left:2em;
}

.talliste li::before {
  content: counter(step-counter);
  margin-right: 10px;
  font-size: 80%;
  background-color: rgb(20,90,107);
  color: white;
  font-weight: bold;
  padding: 3px 6px;
  border-radius: 2px;
}

/* atb@, 12.11,20: Fiks av at H3 på publikasjonssiden, standard for mellomtitler var ellers mindre enn brødtekst.  */
#yoo-zoo .publications--full h3 {
  margin: 35px 0 10px 0 !important;
  font-size: 18px !important;
  font-weight: bold;
  border-bottom: 0px;
}


/* atb@ 17.02.21  : Unngå at tittel faller under bilde i programspalte på arrangement */
.events-personer .element-text {
  overflow-wrap: break-word;
  overflow: hidden;
  word-wrap: break-word
  word-break: break-all;
}

/* atb@ 17.02.21  Mellomtitler har ingen padding/margin til forutgående brødtekst  */
div.item.arrangement.white-box div.floatbox.no-box div.pos-description div.element.element-textarea h3, div.item.arrangement.white-box div.floatbox.no-box div.pos-description div.element.element-relateditemspro.element-relateditems h3 {
    margin-top: 25px !important;
}

/* atb@ 22.02.21  Eksterne prosjektledere formateres annerledes i ansattes prosjektliste */
div#yoo-zoo.yoo-zoo.business-fafo01 ul.sub-pos-specification li.element.element-text.element-textpro.first {
    font-size: 15px !important;
}

/* atb@fafo.no mai 2021 - videoboks på forsida, wrap for størrelse/format. (Problemer med å få class til å overskrive; må skrives inn i html) */
.forsideboks {
    position: relative !important;
    padding-bottom: 56.25% !important;
    padding-top: 25px !important;
}

.forsidevideo {
	position: absolute !important;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    border: 0;
}
