html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.cover {
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}
.contain {
  -webkit-background-size: contain !important;
  -moz-background-size: contain !important;
  -o-background-size: contain !important;
  background-size: contain !important;
}
.border-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix {
  display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* close commented backslash hack */
html {
  background-color: #fbfaf8;
}
html,
button,
input,
select,
textarea {
  color: #2e2e2e;
}
.content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: block;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  padding: 0 10px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.col-1 {
  max-width: 100px;
  width: 8.33333333%;
}
.col-2 {
  max-width: 200px;
  width: 16.66666667%;
}
.col-3 {
  max-width: 300px;
  width: 25%;
}
.col-4 {
  max-width: 400px;
  width: 33.33333333%;
}
.col-5 {
  max-width: 500px;
  width: 41.66666667%;
}
.col-6 {
  max-width: 600px;
  width: 50%;
}
.col-7 {
  max-width: 700px;
  width: 58.33333333%;
}
.col-8 {
  max-width: 800px;
  width: 66.66666667%;
}
.col-9 {
  max-width: 900px;
  width: 75%;
}
.col-10 {
  max-width: 1000px;
  width: 83.33333333%;
}
.col-11 {
  max-width: 1100px;
  width: 91.66666667%;
}
.col-12 {
  max-width: 1200px;
  width: 100%;
}
.alignleft {
  float: left;
  margin: 0 10px 10px 0;
  max-width: 320px;
  height: auto;
}
.size-full {
  position: inherit;
  max-width: 100%;
  height: auto;
}
.wp-caption {
  max-width: 100%;
}
p.wp-caption-text {
  padding: 10px;
  font-size: 12px;
  margin: 0 !important;
  font-weight: 400 !important;
}
.ein-box {
  width: 100%;
  height: auto;
  background: #FFF;
  -moz-box-shadow: 0px 0px 2px #333;
  -webkit-box-shadow: 0px 0px 2px #333;
  box-shadow: 0px 0px 2px #333;
  margin: 0 0 20px 0;
}
.widget {
  width: 100%;
  height: auto;
  background: #FFF;
  -moz-box-shadow: 0px 0px 2px #333;
  -webkit-box-shadow: 0px 0px 2px #333;
  box-shadow: 0px 0px 2px #333;
  margin: 0 0 20px 0;
}
.widget .widget--title {
  width: 100%;
  padding: 7px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url('../img/pattern_light_grey.png');
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 900;
  text-shadow: 1px 1px 1px #FFF;
}
.widget--inner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
}
.widget--inner .seperator {
  height: 2px;
  background: #625a4e;
  width: 30%;
  margin: 15px 0;
}
.widget--inner p {
  margin: 5px 0;
}
.widget--tags a {
  font-weight: 600;
  color: #1FB468;
  display: inline-block;
  margin: 0 5px 8px 0;
  padding: 2px 5px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
footer {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
footer p {
  font-size: 12px;
  text-align: center;
  margin: 5px 0;
}
.footer--seperator {
  width: 100%;
  margin: 0 auto;
  height: 1px;
  background: #a8a086;
  margin-bottom: 20px;
  margin-top: 20px;
}
.footer--tagline {
  width: 100%;
}
.footer--tagline p {
  font-size: 20px;
  margin: 25px 0 0;
}
.footer--tagline strong {
  font-weight: 600;
}
html,
button,
input,
select,
textarea {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}
a {
  color: #1FB468;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
h1 {
  font-size: 46px;
  font-weight: 900;
  font-family: 'Playfair Display', Georgia, serif;
}
h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 700;
}
p {
  font-size: 14px;
  font-weight: 400;
  color: #2e2e2e;
  word-wrap: break-word;
  line-height: 1.4;
}
p strong {
  font-weight: 700;
}
p em {
  font-style: italic;
}
h1 a,
h2 a,
h3 a,
h4 a {
  color: #2e2e2e;
  text-decoration: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
  text-decoration: none;
}
p.meta {
  font-size: 12px;
  line-height: 15px;
  font-weight: 600;
  font-style: italic;
  color: #625a4e;
  margin: 10px 0;
}
.title {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 700;
  word-wrap: break-word;
}
p.intro {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #2e2e2e;
  margin-bottom: 10px;
}
a.read-more {
  font-weight: 600;
  font-size: 14px;
  margin: 0;
  display: inline-block;
}
.block--more {
  width: 100%;
  padding: 8px 5px;
  text-align: right;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #FFF;
  font-size: 12px;
  background: #625a4e;
  font-weight: 400;
}
.block--more:hover {
  background: #1FB468;
  text-decoration: none;
}
@media screen {
  /*
-----------------  HEADER  -----------------
*/
  .mobile,
  .show__on__mobile {
    display: none;
  }
  .main__header {
    height: 215px;
    width: 100%;
    padding: 20px 0 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #FFF;
    z-index: 200;
  }
  .main__header__logo {
    display: block;
    margin: 0 auto;
    height: 111px;
    width: 270px;
    /* Endret fra 165px til 170px for å fikse avkuttet nedre del av logo i Firefox -Tommy 2014.04.11 */
    background: url('../img/logo_2.png') no-repeat;
    -webkit-background-size: contain !important;
    -moz-background-size: contain !important;
    -o-background-size: contain !important;
    background-size: contain !important;
  }
  .main__header__logo__en {
    display: block;
    margin: 0 auto;
    height: 65px;
    width: 192px;
    background: url('../img/logo_en.png') no-repeat;
    -webkit-background-size: contain !important;
    -moz-background-size: contain !important;
    -o-background-size: contain !important;
    background-size: contain !important;
  }
  .main__header__language__selector {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
    position: absolute;
    left: 0;
    right: 0;
    max-width: 940px;
    width: 100%;
    text-align: right;
    margin-left: auto;
    margin-right: auto;
  }
  .main__header__language__selector a {
    padding-right: 9px;
    color: #625a4e;
  }
  .main__header__language__selector img {
    /*display:none;*/
  }
  .main__menu {
    border-bottom: 1px solid black;
    text-align: center;
    margin: 25px 0 0 0;
    height: 20px;
  }
  .nav__content {
    padding: 0 20px;
  }
  .main__menu__list {
    list-style: none;
    display: inline-block;
    width: auto;
    text-align: center;
    background: #FFF;
    padding: 10px;
    white-space: nowrap;
    margin-bottom: -40px;
    position: relative;
  }
  .main__menu__list li {
    display: inline-block;
    padding: 0 30px;
  }
  .main__menu__list li a {
    color: #2e2e2e;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
  }
  .main__menu__list li a:hover {
    color: #1FB468;
  }
  .main__menu__list li.current-menu-item a {
    color: #1FB468;
    border-bottom: 1px solid #1FB468;
  }
  .breadcrumbs {
    width: 100%;
    height: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url('../img/breadcrumbs.jpg');
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    margin-bottom: 20px;
    font-size: 12px;
    font-weight: 700;
    color: #FFF;
    text-shadow: 1px 1px 1px #000;
  }
  .breadcrumbs .breadcrumbs-inner {
    margin: 15px 0 0 0;
  }
  .breadcrumbs a {
    color: #FFF;
    text-decoration: none;
  }
  .breadcrumbs a:hover {
    text-decoration: underline;
  }
  /*
-----------------  HOME SLIDER  -----------------
*/
  .home__slider {
    width: 100%;
    height: 300px;
    background-position: center bottom;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
  }
  .home__slider h2.home__slider__quote {
    padding-top: 140px;
    font-family: 'Playfair Display', Georgia, serif;
    font-weight: 700;
    font-style: italic;
    color: #FFF;
    text-shadow: 1px 1px 1px #000;
    text-align: center;
    font-size: 30px;
  }
  .home__slider h2.home__slider__quote span.marks {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  .home__slider__news {
    float: none;
    margin: 0 auto;
    height: 100%;
    overflow: hidden;
    position: relative;
  }
  .home__slider__news #slides-container {
    float: none;
    height: 100%;
    width: 100%;
    position: absolute;
  }
  .home__slider__news .news__slide {
    position: relative;
    float: none;
    margin: 0 auto;
    padding: 0;
    height: 100%;
  }
  .home__slider__news .news__slide .inner {
    position: absolute;
    top: 50%;
    width: 100%;
    height: auto;
    background: #FFF;
    -moz-box-shadow: 0px 0px 2px #333;
    -webkit-box-shadow: 0px 0px 2px #333;
    box-shadow: 0px 0px 2px #333;
    margin: 0 0 20px 0;
    padding: 0;
  }
  .home__slider__news .news__slide .inner .slide-border {
    position: absolute;
    left: 0;
    height: 100%;
    width: 30px;
    background: url('../img/pattern_light_grey.png');
  }
  .home__slider__news .news__slide .inner .slide-image {
    position: absolute;
    left: 40px;
    height: 100%;
    width: 130px;
  }
  .home__slider__news .news__slide .inner .slide-image .inner-image {
    width: 110px;
    height: 110px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #dbdbdb;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
  }
  .home__slider__news .news__slide .inner .slide-info {
    padding: 20px 10px 20px 180px;
  }
  .home__slider__news .news__slide .inner .slide-info h1 {
    font-size: 32px;
  }
  .home__slider__news .news__slide .inner .slide-info p.intro {
    font-size: 14px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 600;
    color: #625a4e;
    margin: 10px 0 5px 0;
    font-style: normal;
  }
  .home__slider__news .slider-nav {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    background: url('../img/slider-nav.png') no-repeat;
  }
  .home__slider__news #slider-nav--left {
    left: 30px;
    background-position: center top;
  }
  .home__slider__news #slider-nav--right {
    right: 30px;
    background-position: center bottom;
  }
  /*
-----------------  HOME SERVICE BOXES  -----------------
*/
  .home__service-boxes {
    margin-top: 20px;
  }
  .home__service-boxes__box {
    background: #FFF;
    height: auto;
    -moz-box-shadow: 0px 0px 2px #888;
    -webkit-box-shadow: 0px 0px 2px #888;
    box-shadow: 0px 0px 2px #888;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
  }
  .home__service-boxes__box--top {
    width: 100%;
    height: 40px;
    background: url('../img/pattern_light_grey.png');
    position: absolute;
    top: 0px;
    z-index: 1;
  }
  .block--more-service {
    position: absolute;
    z-index: 1;
    bottom: 0px;
  }
  .home__service-boxes__box--icon {
    width: 38px;
    height: 66px;
    background: url('../img/home_service_icon.png') no-repeat;
    position: absolute;
    left: -6px;
    top: 5px;
    z-index: 2;
  }
  .home__service-boxes__box--icon i {
    width: 100%;
    text-align: center;
    padding-top: 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #FFF;
  }
  .home__service-boxes__box--inner {
    padding: 70px 15px 50px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  .home__service-boxes__box--inner h2 {
    font-size: 28px;
    font-weight: 300;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  }
  .home__service-boxes__box--inner p.description {
    font-family: 'Playfair Display', Georgia, serif;
    font-style: normal;
    font-weight: 700;
    margin: 10px 0;
    font-size: 15px;
    line-height: 18px;
  }
  .home__service-boxes__box--inner .seperator {
    margin: 15px 0;
    background: #1FB468;
    height: 3px;
    width: 40px;
  }
  .forside-hovedsaker {
    position: absolute;
    top: 14px;
    left: 3px;
    width: 30px;
    height: 30px;
    background: url('../img/forside_hovedsaker.png') center center no-repeat;
  }
  .forside-statistikk {
    position: absolute;
    top: 14px;
    left: 3px;
    width: 30px;
    height: 30px;
    background: url('../img/forside_statistikk.png') center center no-repeat;
  }
  .forside-aktuelt {
    position: absolute;
    top: 14px;
    left: 3px;
    width: 30px;
    height: 30px;
    background: url('../img/forside_aktuelt.png') center center no-repeat;
  }
  .home__service-boxes--news {
    width: 100%;
    margin: 0 0 20px 0;
    position: relative;
  }
  .home__service-boxes--news .news-category {
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    left: 0px;
    width: 40px;
    height: 40px;
    background: #625a4e;
    margin: 0 10px 0 0;
  }
  .home__service-boxes--news .news-category .icon {
    display: inline-block;
    width: 100%;
    height: 100%;
    -webkit-background-size: contain !important;
    -moz-background-size: contain !important;
    -o-background-size: contain !important;
    background-size: contain !important;
  }
  .home__service-boxes--news .news-category .icon--nyheter {
    background: url('../img/icons_nyheter.png') no-repeat;
  }
  .home__service-boxes--news .news-category .icon--kurs {
    background: url('../img/icons_kurs.png') no-repeat;
  }
  .home__service-boxes--news .news-category .icon--blogg {
    background: url('../img/icons_blogg.png') no-repeat;
  }
  .home__service-boxes--news .news-category .icon--pressemelding {
    background: url('../img/icons_pressemelding.png') no-repeat;
  }
  .home__service-boxes--news .news-content {
    padding-left: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  .home__service-boxes--news .news-content h2 {
    font-size: 14px;
    font-weight: 700;
  }
  .home__service-boxes--news .news-content .read-more {
    font-size: 12px;
    font-weight: 600;
    margin: 0;
  }
  .home__service-boxes--news .news-content .meta {
    font-size: 11px;
    margin: 5px 0;
  }
  .home__service-boxes--statistikk h2,
  .home__service-boxes--hovedsaker h2,
  .home__service-boxes--statistikk h2 a,
  .home__service-boxes--hovedsaker h2 a {
    font-size: 14px;
    font-weight: 700;
  }
  .home__service-boxes--statistikk p,
  .home__service-boxes--hovedsaker p,
  .home__service-boxes--statistikk a,
  .home__service-boxes--hovedsaker a {
    font-size: 13px;
  }
  .home__service-boxes--statistikk p,
  .home__service-boxes--hovedsaker p {
    margin: 5px 0;
  }
  .home__service-boxes--statistikk p .pdf,
  .home__service-boxes--hovedsaker p .pdf {
    font-weight: 600;
    font-style: italic;
    color: #625a4e;
  }
  .home__service-boxes--statistikk a,
  .home__service-boxes--hovedsaker a {
    font-weight: 700;
  }
  #container {
    height: 250px;
    margin-top: 30px;
    margin-left: -13px;
  }
  .home__service-boxes--hovedsaker p {
    line-height: 16px;
  }
  .home__service-boxes--hovedsaker .hovedsak {
    margin: 0 0 20px 0;
  }
  /*
-----------------  HOME WIDGETS  -----------------
*/
  .home__widgets {
    margin-top: 20px;
  }
  .home__widgets--inner {
    padding: 10px 5%;
  }
  .home__widget--newsletter {
    width: 40%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 20px;
  }
  .centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  #mc-embedded-subscribe:hover,
  #mc-embedded-subscribe:focus {
    background-color: #1FB468;
  }
  .home__widget--twitter {
    width: 60%;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
  }
  /*
-----------------  AKTUELT  -----------------
*/
  .wp-pagenavi {
    text-shadow: none;
    width: auto;
    padding: 10px 0;
    float: right;
    font-size: 12px;
    font-weight: 600;
  }
  .wp-pagenavi span,
  .wp-pagenavi a {
    display: inline-block;
    padding: 6px 8px;
    background: #625a4e;
    margin: 0 1px 0 0;
    color: #FFF;
  }
  .wp-pagenavi span.current,
  .wp-pagenavi a.current {
    background: #1FB468;
  }
  .wp-pagenavi a:hover {
    background: #1FB468;
    text-decoration: none;
  }
  .aktuelt__social {
    color: #625a4e;
  }
  .aktuelt__social:hover {
    color: #1FB468;
  }
  .aktuelt__widget__kategori {
    list-style: none;
    font-size: 11px;
    font-weight: 600;
  }
  .aktuelt__widget__kategori li {
    width: 100%;
    display: block;
    height: auto;
    margin: 0 0 1px 0;
  }
  .aktuelt__widget__kategori li a {
    padding: 10px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #FFF;
    text-decoration: none;
    display: block;
    color: #2e2e2e;
  }
  .aktuelt__widget__kategori li a:hover {
    background: #1FB468;
    color: #FFF;
  }
  .aktuelt__widget__kategori li a.active {
    background: #1FB468;
    color: #FFF;
  }
  .widget--tags p,
  .widget--archive p {
    font-size: 12px;
  }
  .widget--tags select,
  .widget--archive select {
    width: 100%;
    margin: 10px 0;
  }
  p.srr-summary {
    font-size: 12px;
    line-height: 15px;
  }
  p.srr-summary a {
    display: block;
    font-weight: 600;
  }
  .srr-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 5px;
  }
  .srr-title a {
    color: #000;
  }
  .srr-author {
    font-style: italic;
    font-weight: 400;
    color: #555;
  }
  .archive-content {
    min-height: 10px;
  }
  .archive-content h2 {
    margin: 0 0 20px 0;
    font-size: 26px;
    font-weight: 600;
  }
  .archive-article,
  .home-article {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    background: #FFF;
    -moz-box-shadow: 0px 0px 2px #333;
    -webkit-box-shadow: 0px 0px 2px #333;
    box-shadow: 0px 0px 2px #333;
    margin: 0 0 20px 0;
    padding: 10px;
  }
  .archive-article .title,
  .home-article .title {
    display: block;
    font-size: 22px;
    color: #2e2e2e;
    text-decoration: none;
    margin-bottom: 5px;
  }
  .home-article--image {
    display: block;
    position: absolute;
    width: 30%;
    height: calc(90%);
    overflow: hidden;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
  }
  .home-article--info {
    margin-left: 30%;
    padding-left: 20px;
  }
  .home-normal {
    padding-top: 35px;
  }
  .home-normal .home-article--info {
    margin: 0;
    padding: 0;
  }
  .archive-normal .home-article--info {
    margin: 0;
    padding: 0;
  }
  .archive-tag {
    padding-top: 35px;
  }
  .featured .home-article--info {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .featured .home-article--image {
    position: relative;
    width: 100%;
    height: 300px;
    margin: 0 0 20px 0;
  }
  .featured .title {
    font-size: 32px;
  }
  .featured p.intro {
    font-size: 16px;
    line-height: 20px;
  }
  .home-article--icon {
    width: auto;
    background: #1FB468;
    position: absolute;
    top: 5px;
    left: -5px;
    z-index: 88;
  }
  .home-article--icon a {
    font-weight: 400;
    color: #FFF;
    padding: 5px;
    display: block;
    font-size: 11px;
    text-decoration: none;
  }
  .home-article--icon a:hover {
    background: #2bdb81;
  }
  .newsletter {
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
    position: relative;
  }
  .newsletter p {
    margin: 0 0 10px 0;
    font-weight: 700;
  }
  .newsletter--icon {
    width: 50px;
    height: 50px;
    background: url('../img/icons_newsletter.png') #625a4e no-repeat;
    -webkit-background-size: contain !important;
    -moz-background-size: contain !important;
    -o-background-size: contain !important;
    background-size: contain !important;
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin: auto;
    top: 0;
    bottom: 0;
  }
  .newsletter--content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-left: 60px;
  }
  .mc-field-group {
    width: 100%;
    height: 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ccc;
    position: relative;
    -moz-box-shadow: inset 0 0 3px #ccc;
    -webkit-box-shadow: inset 0 0 3px #ccc;
    box-shadow: inset 0 0 3px #ccc;
  }
  .mc-field-group input[type="email"] {
    width: 90%;
    border: none;
    display: inline-block;
    height: 25px;
    position: absolute;
    left: 3px;
    top: 3px;
    font-size: 12px;
    font-weight: 400;
  }
  .mc-field-group input[type="email"]:focus {
    outline: none;
  }
  .mc-field-group input[type="submit"] {
    background: #a8a086;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    color: #FFF;
    border: none;
    position: absolute;
    right: 3px;
    top: 3px;
    cursor: pointer;
  }
  /*
-----------------  BLOGG  -----------------
*/
  .blogg-content {
    text-shadow: 1px 1px 1px #FFF;
  }
  p.blogg--sub_title {
    font-family: 'Playfair Display', Georgia, serif;
    font-style: italic;
    color: #1FB468;
    font-weight: 900;
    font-size: 22px;
    margin-bottom: 5px;
  }
  .blogg--header {
    width: 100%;
    padding: 20px 0;
    border-bottom: 2px solid #625a4e;
  }
  .blogg--header h1 {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 44px;
    color: #625a4e;
    text-transform: uppercase;
  }
  .blogg--seperator {
    width: 100px;
    height: 2px;
    background: #a8a086;
  }
  .blogg--widget {
    padding: 15px 0;
    border-top: 2px solid #625a4e;
    border-bottom: 2px solid #625a4e;
    margin-bottom: 20px;
  }
  .blogg--widget p.blogg--sub_title {
    font-size: 14px;
  }
  .blogg--widget h1 {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
  }
  .blogg__author {
    width: 100%;
    margin-top: 20px;
  }
  .blogg__author img.blogg__author--image {
    width: 100%;
  }
  .blogg__author p.blogg__author--written-by {
    font-size: 11px;
    color: #1FB468;
    font-weight: 700;
    margin-bottom: 3px;
  }
  .blogg__author p.blogg__author--name {
    font-size: 14px;
    font-weight: 700;
  }
  .blogg__author p.blogg__author--bio {
    font-size: 13px;
    margin: 5px 0;
  }
  .article__blogg {
    width: 100%;
    margin: 30px 0;
    position: relative;
  }
  .article__blogg i {
    color: #a8a086;
  }
  .article__blogg h2 {
    font-size: 28px;
    max-width: 600px;
    margin-bottom: 10px;
    line-height: 34px;
  }
  .article__blogg p.intro {
    max-width: 500px;
    font-size: 16px !important;
    line-height: 21px;
    margin: 10px 0;
  }
  .article__blogg a.read-more {
    font-size: 16px;
  }
  .article__blogg--inner {
    padding-left: 170px;
  }
  .article__blogg--image {
    position: absolute;
    width: 150px;
    height: 100%;
    overflow: hidden;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
  }
  .fb-comments {
    width: 100%;
  }
  /*
-----------------  SINGLE  -----------------
*/
  .single__content {
    padding: 0;
  }
  .single__content--header {
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
  }
  .single__content--header h1 {
    margin: 20px 0;
    font-family: 'Playfair Display', Georgia, serif;
    font-weight: 900;
    font-size: 46px;
    line-height: 54px;
  }
  .single__content--header img {
    max-width: 650px;
    width: 100%;
  }
  .single__content--caption {
    font-size: 11px;
    font-weight: 600;
    margin: 5px 0;
    max-width: 650px;
  }
  .single__content--article,
  .single__content--widgets {
    float: left;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .single__content--article {
    text-shadow: 1px 1px 1px #FFF;
    width: 60%;
  }
  .single__content--article p.meta {
    border-bottom: 1px solid #ccc;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    padding: 5px 0;
    -moz-box-shadow: 1px 1px 1px #FFF;
    -webkit-box-shadow: 1px 1px 1px #FFF;
    box-shadow: 1px 1px 1px #FFF;
  }
  .single__content--article .intro {
    margin: 20px 0;
    font-size: 18px;
    line-height: 22px;
  }
  .single__content--article p {
    margin: 15px 0;
  }
  .single__content--article p strong {
    font-weight: 700;
  }
  .single__content--article p em {
    font-style: italic;
  }
  .single__content--article img {
    max-width: 100%;
  }
  .single__content--article blockquote p {
    font-family: 'Playfair Display', Georgia, serif;
    font-style: italic;
    font-weight: 700;
    font-size: 22px;
    line-height: 24px;
    color: #2e2e2e;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 10px;
    text-align: center;
  }
  .single__content--article ul {
    list-style: square;
    margin: 0 0 0 20px;
  }
  .single__content--article ul li {
    margin: 10px 0;
  }
  .single__content--seperator {
    width: 100%;
    height: 50px;
  }
  .single__content--widgets {
    width: 40%;
    padding-top: 40px;
  }
  .related_posts--list {
    list-style: none;
  }
  .related_posts--list li {
    margin: 0 0 20px 0;
    display: block;
    position: relative;
  }
  .related_posts--list li p.meta {
    margin: 5px 0;
  }
  .related_posts--list li p.title {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 600;
  }
  .related_posts--list li .image {
    width: 50px;
    height: 50px;
    position: absolute;
  }
  .related_posts--list li .image .icon {
    width: 100%;
    height: 100%;
    background: url('../img/icons_nyheter.png') #a8a086 no-repeat;
    -webkit-background-size: contain !important;
    -moz-background-size: contain !important;
    -o-background-size: contain !important;
    background-size: contain !important;
  }
  .related_posts--list li .info {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-left: 60px;
  }
  .related_posts--list li:last-child {
    margin: 0;
  }
  /*
-----------------  PRESSE  -----------------
*/
  .presse--left h3 {
    font-weight: 700;
    font-size: 12px;
  }
  .presse--left p {
    font-size: 12px;
    margin: 5px 0;
  }
  .presse--left a {
    font-size: 12px;
    font-weight: 700;
  }
  .presse__widget--logo .logo {
    width: 100%;
    position: relative;
    margin: 15px 0;
  }
  .presse__widget--logo .logo .logo--image {
    width: 40%;
    position: absolute;
    left: 0px;
  }
  .presse__widget--logo .logo .logo--info {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 60%;
    padding-left: 10px;
    margin-left: 40%;
  }
  .presse__widget--bilder img {
    margin-bottom: 5px;
  }
  .presse__widget--bilder .bilde {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 50%;
    margin-bottom: 15px;
  }
  .presse__widget--bilder .bilde:nth-child(even) {
    padding-left: 10px;
  }
  .presse__widget--bilder .bilde p {
    margin: 5px 0 0 0;
  }
  .presse__widget--bilder a.block--more {
    font-weight: 400;
  }
  .presse--content .widget--inner {
    padding-bottom: 20px;
  }
  .presse--content .pressemelding h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .presse--content .pressemelding--seperator {
    width: 100px;
    background: #a8a086;
    height: 2px;
    margin: 30px 0;
  }
  .presse--content .pressemelding--seperator:last-child {
    display: none;
  }
  .widget--kontakt p {
    font-size: 12px;
  }
  .kontakt-person {
    margin: 0 0 25px 0;
  }
  .kontakt-person p,
  .kontakt-person a {
    font-size: 12px;
  }
  .kontakt-person .kontakt-person--navn {
    font-weight: 700;
  }
  .kontakt-person .kontakt-person--tittel {
    font-style: italic;
    font-weight: 600;
  }
  /*
-----------------  BOLIGPRISSTATISTIKKEN  -----------------
*/
  .stats__section {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .stats__section .stats__section--header {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #000;
    margin-bottom: 1px;
    cursor: pointer;
  }
  .stats__section .stats__section--header:hover {
    border-bottom: 1px solid #1FB468;
  }
  .stats__section .stats__section--header h2 {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 800;
    padding: 0 0 3px 0;
  }
  .stats__section .stats__section--header h2:hover {
    color: #1FB468;
  }
  .stats__section .stats__section--header h2 span.date {
    font-weight: 800;
    font-size: 12px;
    color: #1FB468;
  }
  .stats__section .stats__section--header h2 span.minimize {
    font-weight: 300;
    font-size: 12px;
    color: #1FB468;
  }
  .stats__section .stats__section--header i.stats__section--arrow {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url('../img/arrow_down.png') no-repeat center center;
    -webkit-background-size: contain !important;
    -moz-background-size: contain !important;
    -o-background-size: contain !important;
    background-size: contain !important;
  }
  .stats__section .stats__section--content {
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 0 0 0;
    overflow: hidden;
    height: auto;
  }
  .section__closed > .stats__section--content {
    height: 0px;
    overflow: hidden;
  }
  .section__closed > .stats__section--header i.stats__section--arrow {
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
  }
  .section__dimmed {
    /*Lagt inn for å dimme ned statistikkwidget for fylkesrapporter -Tommy 2014.04.12 */
    opacity: 0.3;
  }
  .stats__section--information {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 7px;
    background: #f3f2ee;
    margin: 0 0 10px 0;
  }
  .stats__section--information p {
    font-size: 12px;
    font-weight: 700;
  }
  .stats__content h1 span.sub--heading {
    color: #1FB468;
    font-size: 28px;
  }
  .stats__content .seperator {
    width: 100%;
    height: 50px;
  }
  .stats__header p.intro {
    max-width: 600px;
    margin: 30px 0;
    font-size: 18px;
    line-height: 21px;
  }
  .stats__graphs {
    float: left;
    width: 66%;
    max-width: 460px;
  }
  .stats__graphs--intro {
    width: 100%;
    margin: 0 0 20px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    background: #f3f2ee;
  }
  .stats__graphs--intro p {
    font-size: 14px;
    line-height: 16px;
    margin: 15px 0;
  }
  .stats__graphs--intro p b,
  .stats__graphs--intro p strong {
    font-weight: 700;
  }
  .stats__graphs--graph {
    width: 100%;
    height: 400px;
  }
  .stats__files {
    width: 34%;
    float: left;
    max-width: 240px;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  ul.files__list p.files--title,
  ul.files__list--small p.files--title {
    font-size: 13px;
    margin: 0 0 5px 0;
  }
  ul.files__list a.files--download,
  ul.files__list--small a.files--download {
    display: block;
    font-size: 12px;
    font-weight: 700;
  }
  ul.files__list--small a.files--download {
    display: inline-block;
    font-size: 11px;
  }
  ul.files__list--small p.files--title {
    margin: 0;
  }
  ul.files__list--small li {
    padding: 10px;
  }
  ul.files__list--small li:nth-child(odd) {
    background: #f3f2ee;
  }
  ul.files__list li {
    position: relative;
    min-height: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 10px 10px 0;
  }
  ul.files__list li:nth-child(odd) {
    background: #f3f2ee;
  }
  ul.files__list li .files--icon {
    width: 40px;
    height: 40px;
    position: absolute;
    -webkit-background-size: contain !important;
    -moz-background-size: contain !important;
    -o-background-size: contain !important;
    background-size: contain !important;
    top: 5px;
    left: 5px;
  }
  ul.files__list li .files--info {
    width: 100%;
    padding-left: 55px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .icon--pdf {
    background: url('../img/statistikk_ikon_pdf.png') center center no-repeat;
  }
  .icon--excel {
    background: url('../img/statistikk_ikon_excel.png') center center no-repeat;
  }
  .stats__widget--login form label {
    font-size: 12px;
    font-weight: 700;
  }
  .stats__widget--login form input.login--field {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
  }
  .stats__widget--login form input.login--button {
    margin: 5px 0;
    width: auto;
    background: #1FB468;
    color: #FFF;
    font-size: 11px;
    font-weight: 700;
    border: none;
    cursor: pointer;
    padding: 6px 8px;
  }
  .stats__widget--login form input.login--button:hover {
    background: #2bdb81;
  }
  .stats__widget--register p {
    font-size: 13px;
    line-height: 15px;
    font-weight: 400;
    margin: 10px 0;
  }
  .stats__widget--register ul {
    list-style: disc;
    margin: 0 0 0 18px;
    font-size: 12px;
  }
  .stats__widget--register ul li {
    margin: 8px 0;
  }
  .stats__widget--register a.register-user {
    display: inline-block;
    margin: 5px 0;
    width: auto;
    background: #1FB468;
    color: #FFF;
    font-size: 11px;
    font-weight: 700;
    border: none;
    cursor: pointer;
    padding: 9px 8px;
  }
  .stats__widget--register a.register-user:hover {
    background: #2bdb81;
    text-decoration: none;
  }
  .stats__files__register {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    text-align: center;
    padding: 20px;
    border: 1px dashed #666;
  }
  .stats__files__register p {
    font-weight: 700;
    line-height: 15px;
    color: #666;
  }
  a.stats--back-button {
    display: block;
    margin: 20px 0 0 0;
    font-size: 12px;
  }
  .um_description {
    margin: 8px 0;
  }
  .um_field_result img {
    width: 100%;
    max-width: 220px;
  }
  .um_login_form .pf_label {
    padding: 0;
  }
  .um_login_form input[type="text"],
  .um_login_form input[type="password"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
    width: 100%;
  }
  /*
-----------------  PAGE  -----------------
*/
  .page__content h1 {
    font-size: 46px;
  }
  .page__content p.intro {
    font-size: 18px;
    margin: 10px 0;
    max-width: 600px;
    line-height: 21px;
  }
  .page__content .seperator {
    width: 100px;
    height: 2px;
    background: #625a4e;
    margin: 20px 0;
  }
  .page__content p {
    max-width: 600px;
    margin: 15px 0;
  }
  .page__content p strong {
    font-weight: 700;
  }
  .page__content blockquote p {
    font-family: 'Playfair Display', Georgia, serif;
    font-style: italic;
    font-weight: 700;
    font-size: 22px;
    line-height: 24px;
    color: #2e2e2e;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 10px;
    text-align: center;
  }
  .page__content ul {
    list-style: square;
    margin: 0 0 0 20px;
  }
  .page__content ul li {
    margin: 10px 0;
  }
  #menu-om-oss {
    font-size: 11px;
    font-weight: 600;
  }
  ul.page__about__menu--list {
    list-style: none;
    font-size: 11px;
    font-weight: 600;
  }
  ul.page__about__menu--list li {
    width: 100%;
    display: block;
    height: auto;
    margin: 0 0 1px 0;
  }
  ul.page__about__menu--list li a {
    padding: 10px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #FFF;
    text-decoration: none;
    display: block;
    color: #2e2e2e;
  }
  ul.page__about__menu--list li a:hover {
    background: #1FB468;
    color: #FFF;
  }
  ul.page__about__menu--list li.current_page_item a {
    background: #1FB468;
    color: #FFF;
  }
  ul.page__about__menu--list li.current-menu-item a {
    background: #1FB468;
    color: #FFF;
  }
  /*
-----------------  MIN SIDE  -----------------
*/
  .min_side p.intro {
    font-size: 18px;
    margin: 10px 0;
    max-width: 600px;
    line-height: 21px;
  }
  .um_group_segment {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .um_group_segment h4 {
    display: block;
    width: 100%;
    border-bottom: 1px solid #000;
    font-size: 18px;
    font-weight: 700;
    padding: 0 0 5px 0;
    margin-top: 30px;
  }
  .um_group_segment .um_field_container {
    width: 100%;
    margin: 10px 0;
  }
  .um_group_segment .um_field_container p {
    margin-top: 10px;
  }
  .um_group_segment .um_field_container label {
    display: block;
    font-size: 11px;
    font-weight: 800;
    margin: 0 0 5px 0;
  }
  .um_group_segment .um_field_container input[type="text"],
  .um_group_segment .um_field_container input[type="email"],
  .um_group_segment .um_field_container textarea,
  .um_group_segment .um_field_container input[type="password"] {
    max-width: 250px;
    width: 100%;
    padding: 5px;
  }
  .um_group_segment .um_field_container textarea {
    min-height: 100px;
    max-width: 100%;
  }
  #um_field_67_nyabonnent_label,
  #um_field_67_minside-abonnent_label,
  #um_field_74_mypage-subscriber_label {
    display: none !important;
  }
  .vilkaar label {
    display: inline-block !important;
    cursor: pointer;
    font-size: 14px !important;
    font-weight: 600 !important;
    max-width: 400px;
  }
  .um_description p {
    margin: 10px 0;
    font-size: 12px;
  }
  /*
-----------------  MEDLEMMER  -----------------
*/
  .page-about__members--content {
    padding-top: 40px;
  }
  .page-about__members--content .member {
    margin: 0 0 35px 0;
    min-height: 175px;
  }
  .page-about__members--content .member p {
    margin: 5px 0;
  }
  .page-about__members--content .member p.member--title {
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
  }
  .page-about__members--content .member:hover > .member--logo img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    filter: grayscale(0%);
  }
  .page-about__members--content .member .member--logo {
    width: 100%;
    height: 80px;
    position: relative;
    margin: 0 0 10px 0;
  }
  .page-about__members--content .member .member--logo img {
    position: absolute;
    bottom: 5px;
    left: 0px;
    max-width: 110px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  /*
-----------------  ANSATTE  -----------------
*/
  .page-about__people {
    width: 100%;
  }
  .page-about__people .page-about__people--person {
    width: 50%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 10px 10px 0;
    position: relative;
    margin-bottom: 10px;
  }
  .page-about__people .page-about__people--person img {
    max-width: 130px;
    position: absolute;
    left: 0px;
    margin: auto;
  }
  .page-about__people .page-about__people--person:nth-child(even) {
    padding: 10px 0 10px 10px;
  }
  .page-about__people .page-about__people--person:nth-child(even) img {
    left: 10px;
  }
  .page-about__people .page-about__people--info {
    margin-left: 140px;
  }
  .page-about__people .page-about__people--info p {
    margin: 5px 0;
  }
  .page-about__people .page-about__people--info i {
    color: #1FB468;
  }
  .page-about__people .page-about__people--info p.page-about__people--name {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
  }
  .page-about__people .page-about__people--info p.page-about__people--title {
    font-weight: 700;
    font-style: italic;
    color: #625a4e;
  }
  .page-about__people .page-about__people--info p.page-about__people--content {
    font-size: 13px;
  }
  /*
-----------------  STYRET  -----------------
*/
  .page-about__styret--person {
    width: 50%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin: 15px 0;
    min-height: 150px;
  }
  .page-about__styret--person:nth-child(odd) {
    padding: 10px 10px 10px 0;
  }
  .page-about__styret--person:nth-child(even) {
    padding: 10px 0 10px 10px;
  }
  .page-about__styret--person .image {
    position: absolute;
    width: 100px;
    height: 130px;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
  }
  .page-about__styret--person .info {
    margin-left: 120px;
  }
  .page-about__styret--person p {
    margin: 5px 0;
  }
  .page-about__styret--person p i {
    color: #1FB468;
  }
  .page-about__styret--person p.page-about__styret--name {
    font-size: 16px;
    font-weight: 700;
  }
  .page-about__styret--person p.page-about__styret--title {
    font-weight: 700;
    font-style: italic;
    color: #625a4e;
  }
  .page-about__styret--person p.page-about__styret--content {
    font-size: 13px;
  }
  /*
-----------------  HOVEDSAKER  -----------------
*/
  .page__hovedsaker h1 {
    margin: 20px 0;
    font-family: 'Playfair Display', Georgia, serif;
    font-weight: 900;
    font-size: 46px;
    line-height: 54px;
  }
  .page__hovedsaker .single__content--header {
    padding: 0;
  }
  /*
-----------------  OPPGJØRSEKSAMEN-SKJEMA  -----------------
*/
  .wpcf7 {
    width: 100%;
  }
  form.wpcf7-form {
    text-shadow: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    background: #e8e6df;
    border: 1px dashed #333;
  }
  form.wpcf7-form p {
    margin: 0;
  }
  form.wpcf7-form h2 {
    font-size: 28px;
    margin: 5px 0 15px 0;
  }
  form.wpcf7-form p.form_label {
    margin: 5px 0 0 0;
    font-size: 12px;
    font-weight: 700;
  }
  form.wpcf7-form input,
  form.wpcf7-form select {
    max-width: 100%;
    margin: 0 0 15px 0;
  }
  form.wpcf7-form input[type="text"],
  form.wpcf7-form input[type="email"],
  form.wpcf7-form textarea {
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
    margin: 0 0 15px 0;
  }
  form.wpcf7-form input[type="checkbox"] {
    margin: 0 5px 5px 0;
  }
  form.wpcf7-form input[type="submit"] {
    padding: 10px;
    background: #1FB468;
    cursor: pointer;
    border: none;
    margin: 15px 0 0 0;
    color: #FFF;
    font-weight: 700;
  }
  form.wpcf7-form .disclaimer p {
    font-size: 12px;
    line-height: 14px;
    margin: 15px 0;
  }
  form.wpcf7-form p.form_accept {
    font-size: 13px;
    font-weight: 400;
  }
  form.wpcf7-form .wpcf7-not-valid {
    border: 1px solid red;
  }
  form.wpcf7-form .wpcf7-not-valid-tip {
    display: none;
  }
  /*
-----------------  BOLIGPRISSTATISTIKK POPUP  -----------------
*/
  .terms__overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    z-index: 9999999;
  }
  .terms__content {
    width: 90%;
    max-width: 600px;
    height: auto;
    padding: 20px;
    background: #FFF;
    margin: 100px auto 0 auto;
    -moz-box-shadow: 0px 0px 8px #000;
    -webkit-box-shadow: 0px 0px 8px #000;
    box-shadow: 0px 0px 8px #000;
  }
  .terms__content h1 {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 36px;
    margin: 15px 0;
    font-weight: 400;
  }
  .terms__content p.terms__ingress {
    margin: 15px 0;
    font-size: 14px;
    font-weight: 700;
  }
  .terms__content p {
    font-size: 13px;
    margin: 15px 0;
    width: 100%;
    max-width: 500px;
    line-height: 17px;
  }
  .terms__content a {
    font-weight: 700;
  }
  .terms__content a.terms__button {
    text-decoration: none;
    color: #FFF;
    font-weight: 700;
    background: #1FB468;
    padding: 15px 10px;
    font-size: 14px;
    display: inline-block;
    margin: 10px 10px 0 0;
  }
  .terms__content a.terms__button:hover {
    background: #2bdb81;
  }
  .conditions__content p {
    font-size: 1em;
    line-height: 1.4;
  }
  .conditions__content h2 {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 1.3em;
  }
  .members_table {
    width: 100%;
    text-align: left;
    vertical-align: middle;
  }
  .members_table th,
  .members_table td {
    padding: 20px;
    vertical-align: middle;
  }
  .members_table thead tr {
    border-bottom: 1px solid #625a4e;
  }
  .members_table thead tr th {
    font-weight: bold;
  }
  .members_table tbody tr:nth-child(even) {
    background: #f3f1ef;
  }
  .members_table tbody td.firm {
    font-size: 1.1em;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px), (max-width: 600px) {
  .mobile,
  .show__on__mobile {
    display: block;
  }
  .content {
    width: 100%;
    padding: 0;
    word-wrap: break-word;
  }
  .breadcrumbs {
    height: auto;
  }
  .breadcrumbs-inner {
    margin: 0;
    float: none;
    padding: 10px;
  }
  h1,
  .single__content--header h1,
  .page__content h1 {
    font-size: 32px;
    line-height: 35px;
  }
  p.intro,
  .single__content--article .intro,
  .stats__header p.intro,
  .page__content p.intro {
    font-size: 15px;
    line-height: 16px;
  }
  .page__content .seperator {
    display: none;
  }
  /*
-----------------  HEADER  -----------------
*/
  .main__header,
  .hide__on__mobile {
    display: none;
  }
  .mobile__header {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    padding-top: 20px;
  }
  .mobile__header a.main__header__logo,
  .mobile__header a.main__header__logo__en {
    margin: 0 0 0 5px;
    width: 50%;
    float: left;
  }
  .mobile__main__menu {
    margin: 10px 0 0 0;
  }
  ul#menu-mobil,
  ul#menu-mobile {
    display: none;
    list-style: none;
  }
  ul#menu-mobil li,
  ul#menu-mobile li {
    margin: 0 0 1px 0;
  }
  ul#menu-mobil li ul,
  ul#menu-mobile li ul {
    display: none;
  }
  ul#menu-mobil li ul li,
  ul#menu-mobile li ul li {
    margin: 1px 0 0 0;
  }
  ul#menu-mobil li ul li a,
  ul#menu-mobile li ul li a {
    color: #333;
    border-bottom: 1px dotted #888;
    background: none;
    font-size: 12px;
  }
  ul#menu-mobil li ul li:last-child a,
  ul#menu-mobile li ul li:last-child a {
    border: none;
  }
  ul#menu-mobil li a,
  ul#menu-mobile li a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #1FB468;
    color: #FFF;
    padding: 13px 10px;
  }
  ul#menu-mobil li a:hover,
  ul#menu-mobile li a:hover {
    text-decoration: none;
  }
  .mobile__main__menu--button {
    float: right;
    text-align: center;
    margin: 25px 10px 0 0;
    cursor: pointer;
  }
  .mobile__main__menu--button p {
    font-size: 11px;
    text-transform: uppercase;
  }
  /*
-----------------  FORSIDE  -----------------
*/
  .home__service-boxes__box--inner {
    padding-top: 15px;
  }
  .home__service-boxes__box--top,
  .home__service-boxes__box--icon {
    display: none;
  }
  .home__service-boxes .col-4 {
    width: 100%;
    float: none;
    max-width: 100%;
    margin: 0 0 40px 0;
  }
  .main__header {
    height: auto;
  }
  .home__widget--newsletter,
  .home__widget--twitter {
    width: 100%;
    float: none;
    margin: 10px 0;
  }
  .home__slider {
    height: auto;
  }
  .home__slider h2.home__slider__quote {
    font-size: 26px;
    line-height: 32px;
    padding: 40px 0;
    float: none;
    display: block;
  }
  /*
-----------------  FORSIDE MENY  -----------------
*/
  div.nav__content {
    display: none;
  }
  .mobile__menu {
    width: 100%;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mobile__menu select {
    width: 100%;
    text-align: center;
  }
  /*
-----------------  AKTUELT  -----------------
*/
  .left-widgets {
    display: none;
  }
  .right-widgets {
    display: none;
  }
  .archive-content {
    width: 100%;
    float: none;
  }
  /*
-----------------  OM OSS  -----------------
*/
  .page__left {
    display: none;
  }
  .page__content {
    width: 100%;
    float: none;
  }
  /*
-----------------  ANSATTE  -----------------
*/
  .page-about__styret--person {
    width: 100%;
    float: none;
  }
  /*
-----------------  BLOGG OG HOVEDSAKER  -----------------
*/
  .blogg--header h1 {
    font-size: 26px;
  }
  .blogg--header .blogg--sub_title {
    font-size: 16px;
  }
  .article__blogg a.article__blogg--image {
    display: none;
  }
  .article__blogg .article__blogg--inner {
    width: 100%;
    padding: 0;
  }
  .article__blogg .article__blogg--inner h2 {
    font-size: 22px;
    line-height: 26px;
  }
  /*
-----------------  AKTUELT  -----------------
*/
  a.home-article--image {
    display: none;
  }
  .archive-image .home-article--info {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  /*
-----------------  SINGLE  -----------------
*/
  .single__content,
  .single__content--article,
  .single__content--widgets {
    width: 100%;
    float: none;
  }
  /*
-----------------  BOLIGPRISSTATISTIKKEN  -----------------
*/
  .stats__left,
  .stats__files {
    display: none;
  }
  .stats__content {
    width: 100%;
    float: none;
  }
  .stats__graphs {
    width: 100%;
    float: none;
  }
  .stats__header h1 {
    font-size: 32px;
  }
  /*
-----------------  MEDLEMSOVERSIKT  -----------------
*/
  .page-about__members--content .member {
    width: 100%;
    float: none;
    height: auto;
    min-height: 10px;
    max-width: 100%;
    margin: 10px 0 !important;
    padding: 10px;
  }
  .page-about__members--content .member .member--logo {
    display: none;
  }
  .page-about__members--content .member:nth-child(even) {
    background: #f3f2ee;
  }
}
@media print {
  header,
  footer,
  iframe,
  .nav__content,
  .mobile,
  .mobile_header,
  .left-widgets,
  .single__content--widgets,
  .fb-comments,
  .fb_iframe_widget,
  .breadcrumbs {
    display: none!important;
  }
  #wrapper,
  #content {
    width: auto;
    float: none !important;
  }
  body {
    background: white;
    font-size: 12pt;
  }
  a:link,
  a:visited {
    color: #520;
    background: transparent;
    font-weight: bold;
    text-decoration: underline;
  }
  div#content {
    margin-left: 10%;
  }
  h1 {
    margin: 20pt 0;
  }
  p {
    margin: 15pt 0;
    line-height: 1.5;
  }
}
