html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

#header-container {
  height: 100px;
}

#header-bottom-right, #header-top-right {
  height: calc(100px / 2);
}

@media all and (max-width: 767px) {
  #header-bottom-right, #header-top-right {
    display: none;
  }
}

@media all and (max-width: 767px) {
  #header-bottom-right.mobile-menu {
    background: black;
  }
  #header-bottom-right.mobile-menu .views-exposed-form {
    display: table;
    background: black;
    width: 100%;
  }
}

#header-left {
  width: 30%;
  float: left;
}

@media all and (max-width: 767px) {
  #header-left {
    width: 100%;
  }
}

#block-logo {
  margin-top: 15px;
}

@media all and (max-width: 767px) {
  #block-logo {
    width: 60%;
    float: left;
  }
  #block-logo a img {
    width: 200px;
    padding: 10px 0px 10px 20px;
  }
}

#block-slogan {
  padding-top: 14px;
  color: #333;
  font-size: 14.4px;
  font-size: .9rem;
}

@media all and (max-width: 767px) {
  #block-slogan {
    display: none;
  }
}

.header-right-container {
  width: 70%;
  float: right;
}

@media all and (max-width: 767px) {
  .header-right-container {
    width: 100%;
    float: left;
  }
}

nav.mobile-nav {
  height: 100px;
  width: 100px;
  float: right;
}

nav.mobile-nav a {
  height: 100px;
  width: 100px;
  display: block;
  background-color: #eb1c28;
  background-image: url("../../images/source/mobile-burger.svg");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 30px;
  text-indent: -10000px;
}

nav.mobile-nav a.mobile-open {
  background-color: black;
  background-image: url("../../images/source/mobile-burger-x.svg");
}

@media all and (min-width: 768px) {
  nav.mobile-nav {
    display: none;
  }
}

#highlighted {
  clear: both;
  background: black;
}

#highlighted .container {
  padding: 20px 0;
}

@media all and (max-width: 767px) {
  #highlighted .container {
    padding: 20px;
  }
}

#content_top {
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #F0F0F1;
  background-image: url("../../images/source/SKUP-logo-line.png");
  background-repeat: no-repeat;
  background-position: top;
}

@media all and (min-width: 768px) {
  #content_top {
    margin-left: calc(-50vw + (966px / 2));
    margin-right: calc(-50vw + (966px / 2));
  }
}

@media all and (max-width: 767px) {
  #content_top {
    margin-right: 0;
    margin-left: 0;
  }
}

#content_top h2 {
  font-size: 50px;
  line-height: 54px;
  font-weight: bold;
  margin: 0;
  padding: 30px 0;
}

@media all and (max-width: 767px) {
  #content_top h2 {
    font-size: 35px;
    line-height: 40px;
    overflow-wrap: break-word;
  }
}

.node--type-article.node--view-mode-teaser {
  margin-bottom: 20px;
}

.node--type-article.node--view-mode-teaser .group-left {
  margin-right: 20px;
  width: 50%;
}

@media all and (max-width: 767px) {
  .node--type-article.node--view-mode-teaser .group-left {
    width: 100%;
  }
}

.node--type-article.node--view-mode-teaser .group-left .image__caption {
  display: none;
}

.node--type-article.node--view-mode-teaser .group-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: calc(50% - 20px);
  border-top: solid 1em black;
}

@media all and (max-width: 767px) {
  .node--type-article.node--view-mode-teaser .group-right {
    width: 100%;
    border-top: none;
    border-bottom: solid 1em black;
  }
}

.node--type-article.node--view-mode-teaser .group-right .article__node-post-date {
  margin-top: calc(-1em - 4px);
}

@media all and (max-width: 767px) {
  .node--type-article.node--view-mode-teaser .group-right .article__node-post-date {
    margin-top: 0;
    margin-bottom: calc(-1em - 4px);
    -ms-flex-order: 3;
        order: 3;
  }
}

.node--type-article .article__node-post-date {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: gray;
  display: inline-table;
  background: white;
  padding-right: 1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.node--type-article .article__node-title h1, .node--type-article .article__node-title h2 {
  font-size: 50px;
  line-height: 54px;
  font-weight: bold;
}

@media all and (max-width: 767px) {
  .node--type-article .article__node-title h1, .node--type-article .article__node-title h2 {
    font-size: 35px;
    line-height: 40px;
    overflow-wrap: break-word;
  }
}

.node--type-article .article__node-title h1 a, .node--type-article .article__node-title h2 a {
  color: black;
}

.node--type-article .article__node-title h1 a:hover, .node--type-article .article__node-title h2 a:hover {
  color: #eb1c28;
}

.node--type-article .article__summary {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}

.node--type-article.node--view-mode-full .media-image .image__caption,
.node--type-article.node--view-mode-full .article__node-title,
.node--type-article.node--view-mode-full .article__summary,
.node--type-article.node--view-mode-full .article__body,
.node--type-article.node--view-mode-full .article__node-post-date {
  margin: 0 0 20px 0;
}

@media all and (max-width: 767px) {
  .node--type-article.node--view-mode-full .media-image .image__caption,
  .node--type-article.node--view-mode-full .article__node-title,
  .node--type-article.node--view-mode-full .article__summary,
  .node--type-article.node--view-mode-full .article__body,
  .node--type-article.node--view-mode-full .article__node-post-date {
    margin: 0 0 10px 0;
  }
}

.node--type-article.node--view-mode-full .image__caption {
  margin-top: 20px !important;
}

.node--type-article.node--view-mode-full .article__body {
  display: table;
}

.node--type-article.node--view-mode-full .article__node-post-date {
  margin-top: 0;
}

.frontpage-articles .item-list ul li {
  display: inline-block;
  float: left;
}

.frontpage-articles .item-list ul li:nth-child(n+3):nth-child(-n+6) {
  width: 50%;
}

@media all and (max-width: 767px) {
  .frontpage-articles .item-list ul li:nth-child(n+3):nth-child(-n+6) {
    width: 100%;
  }
}

.frontpage-articles .item-list ul li:nth-child(n+3):nth-child(-n+6) .article__node-title h2 {
  font-size: 25px;
  line-height: 27px;
  font-weight: bold;
}

.frontpage-articles .item-list ul li:nth-child(n+3):nth-child(-n+6) .article__summary {
  display: none;
}

.frontpage-articles .item-list ul li:nth-child(n+3):nth-child(-n+6) .group-left {
  width: 30%;
}

.frontpage-articles .item-list ul li:nth-child(n+3):nth-child(-n+6) .group-right {
  width: calc(70% - 40px);
}

.frontpage-articles .item-list ul li:nth-child(3), .frontpage-articles .item-list ul li:nth-child(4) {
  margin-top: 3em;
}

.frontpage-articles .item-list ul li:nth-child(5) {
  clear: both;
}

.frontpage-articles .item-list ul li:nth-child(n+7):nth-child(-n+8) {
  width: 50%;
}

@media all and (max-width: 767px) {
  .frontpage-articles .item-list ul li:nth-child(n+7):nth-child(-n+8) {
    width: 100%;
  }
}

.frontpage-articles .item-list ul li:nth-child(n+7):nth-child(-n+8) .group-left, .frontpage-articles .item-list ul li:nth-child(n+7):nth-child(-n+8) .group-right {
  width: 100%;
}

.frontpage-articles .item-list ul li:nth-child(n+7):nth-child(-n+8) .group-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  border-top: none;
  border-bottom: solid 1em black;
}

.frontpage-articles .item-list ul li:nth-child(n+7):nth-child(-n+8) .group-right .article__node-post-date {
  margin-top: 1em;
  margin-bottom: calc(-1em - 4px);
  -ms-flex-order: 3;
      order: 3;
}

.frontpage-articles .item-list ul li:nth-child(7) {
  clear: both;
  padding-right: 10px;
  margin-top: 3em;
}

.frontpage-articles .item-list ul li:nth-child(8) {
  padding-left: 10px;
  margin-top: 3em;
}

.node-type--article .skuplayout .bottom {
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #F0F0F1;
}

@media all and (min-width: 768px) {
  .node-type--article .skuplayout .bottom {
    margin-left: calc(-50vw + (966px / 2));
    margin-right: calc(-50vw + (966px / 2));
  }
}

.node-type--article .skuplayout .bottom .article__dynamic-block-fieldnode-pa-forsiden-na {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  display: table;
}

.node-type--article .skuplayout .bottom .article__dynamic-block-fieldnode-pa-forsiden-na .article__node-post-date {
  background: #F0F0F1;
}

.node-type--article .skuplayout .bottom .article__dynamic-block-fieldnode-pa-forsiden-na > div:first-child {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 3em 0;
  font-weight: 600;
  border-bottom: solid 1em #eb1c28;
  display: inline-block;
}

.views-element-container .more-link {
  clear: both;
}

.views-element-container .more-link a {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  display: table;
  margin: 0 auto 3em auto;
  padding: 5px 0;
  border-bottom: solid 1em gray;
  color: gray;
}

.views-element-container .more-link a:hover {
  color: black;
}

.node--type-metoderapport {
  margin-bottom: 3em;
  border-top: solid 1em black;
}

.node--type-metoderapport .metoderapport__node-title h2 {
  font-size: 50px;
  line-height: 54px;
  font-weight: bold;
}

@media all and (max-width: 767px) {
  .node--type-metoderapport .metoderapport__node-title h2 {
    font-size: 35px;
    line-height: 40px;
    overflow-wrap: break-word;
  }
}

.node--type-metoderapport .metoderapport__node-title h2 a {
  color: black;
}

.node--type-metoderapport .metoderapport__node-title h2 a:hover {
  color: #eb1c28;
}

.node--type-metoderapport .metoderapport__redaksjon,
.node--type-metoderapport .metoderapport__konferansear {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}

.node--type-metoderapport .metoderapport__redaksjon {
  float: left;
  margin-right: .25em;
}

.node--type-metoderapport .metoderapport__journalist {
  clear: both;
  color: gray;
}

.node--type-metoderapport .metoderapport__url-to-link,
.node--type-metoderapport .metoderapport__node-link {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: solid 1em gray;
  width: 35%;
  float: left;
  margin: 20px 10px 0 0;
}

.node--type-metoderapport .metoderapport__url-to-link::after,
.node--type-metoderapport .metoderapport__node-link::after {
  content: "";
  display: inline-block;
  height: calc(1.5em + 1px);
  width: 1.5em;
  margin-left: 1em;
  background-image: url("../../images/optimized/menu-arrow-gray.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: 0.5em;
}

.node--type-metoderapport .metoderapport__url-to-link:hover::after,
.node--type-metoderapport .metoderapport__node-link:hover::after {
  background-image: url("../../images/optimized/menu-arrow-red.svg");
}

.node--type-metoderapport .metoderapport__pris {
  margin-top: calc(-1em - 4px);
  padding-right: 10px;
  background: white;
  color: #eb1c28;
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  float: left;
}

.node--type-metoderapport .metoderapport__pris::before {
  content: "";
  display: block;
  height: 1.1em;
  width: 15px;
  background: url("../../images/optimized/winner-star.svg");
  background-repeat: no-repeat;
  background-position: bottom;
  float: left;
  margin-right: 10px;
}

.gdoc-field {
  margin: 20px 0;
  width: 100%;
  height: 1200px;
  border: 1em solid black;
}

.gdoc-filename {
  margin-top: 0;
  margin-bottom: 1.5em;
  font-style: normal;
  font-family: inherit;
  text-align: left;
}

.breadcrumb li {
  list-style-type: none;
  display: inline-block;
}

#navigation li {
  list-style-type: none;
  display: inline-block;
}

#header-region .menu--main {
  background: red;
}

#header-region .menu--main li {
  display: inline;
}

#header-bottom-right {
  background: #eb1c28;
}

@media all and (max-width: 767px) {
  #header-bottom-right {
    display: none;
  }
  #header-bottom-right.mobile-menu {
    display: table;
    width: 100%;
  }
}

#header-bottom-right .menu--main ul.menu {
  padding-left: 20px;
  float: left;
}

#header-bottom-right .menu--main li {
  display: inline-block;
}

@media all and (max-width: 767px) {
  #header-bottom-right .menu--main li {
    display: block;
  }
}

#header-bottom-right .menu--main li a {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  color: white;
  padding: 17px 15px 0 0;
}

@media all and (min-width: 768px) {
  .menu--conference-action-links {
    float: right;
  }
}

.menu--conference-action-links ul {
  margin-top: -.7em;
}

@media all and (max-width: 767px) {
  .menu--conference-action-links ul {
    padding-top: 1em;
    clear: both;
  }
}

.menu--conference-action-links ul li {
  display: inline-block;
  width: 120px;
  margin-left: 20px;
}

.menu--conference-action-links ul li:first-child {
  margin-left: 0;
}

.menu--conference-action-links ul li a {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: solid 1em gray;
  color: white;
  padding: 0;
  display: block;
}

.menu--conference-action-links ul li a::after {
  content: "";
  display: inline-block;
  height: calc(1.5em + 1px);
  width: 1.5em;
  margin-left: 1em;
  background-image: url("../../images/optimized/menu-arrow-gray.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: 0.5em;
}

.menu--conference-action-links ul li a:hover::after {
  background-image: url("../../images/optimized/menu-arrow-red.svg");
}

.menu--conference-action-links ul li a:hover {
  border-color: #eb1c28;
}

.page-front .menu--conference-action-links ul {
  margin-top: 0;
}

@media all and (max-width: 767px) {
  .page-front .menu--conference-action-links ul {
    margin-top: 10px;
  }
}

.page-front .menu--conference-action-links ul li a {
  padding: 10px 0;
}

.menu--social-menu li a, .block-region-bottom .block-menu li a {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  display: block;
  padding: 10px 0;
  border-bottom: solid 1em gray;
}

.menu--social-menu li a::after, .block-region-bottom .block-menu li a::after {
  content: "";
  display: inline-block;
  height: calc(1.5em + 1px);
  width: 1.5em;
  margin-left: 1em;
  background-image: url("../../images/optimized/menu-arrow-gray.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: 0.5em;
}

.menu--social-menu li a:hover::after, .block-region-bottom .block-menu li a:hover::after {
  background-image: url("../../images/optimized/menu-arrow-red.svg");
}

.menu--social-menu li a:hover, .block-region-bottom .block-menu li a:hover {
  border-color: #eb1c28;
}

.block-region-bottom .block-menu li a {
  color: black;
}

#sidebar-second .menu--main li, #sidebar-second .block-booknavigation li {
  font-size: 12px;
}

#sidebar-second .menu--main li a, #sidebar-second .block-booknavigation li a {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: black;
  display: block;
  border-bottom: solid 1em gray;
  padding: 10px 0;
}

#sidebar-second .menu--main li a:hover, #sidebar-second .menu--main li a.is-active, #sidebar-second .block-booknavigation li a:hover, #sidebar-second .block-booknavigation li a.is-active {
  border-color: #eb1c28;
  color: #eb1c28;
}

#sidebar-second .menu--main li.menu-item--collapsed a::before, #sidebar-second .menu--main li.menu-item--expanded a::before, #sidebar-second .block-booknavigation li.menu-item--collapsed a::before, #sidebar-second .block-booknavigation li.menu-item--expanded a::before {
  content: "";
  display: block;
  height: 15px;
  width: 15px;
  background-image: url("../../images/optimized/menu-plus.svg");
  background-repeat: no-repeat;
  float: left;
  margin: 2px 10px 0 0;
}

#sidebar-second .menu--main li.menu-item--collapsed ul li a, #sidebar-second .menu--main li.menu-item--expanded ul li a, #sidebar-second .block-booknavigation li.menu-item--collapsed ul li a, #sidebar-second .block-booknavigation li.menu-item--expanded ul li a {
  margin-left: 25px;
}

#sidebar-second .menu--main li.menu-item--collapsed ul li a::before, #sidebar-second .menu--main li.menu-item--expanded ul li a::before, #sidebar-second .block-booknavigation li.menu-item--collapsed ul li a::before, #sidebar-second .block-booknavigation li.menu-item--expanded ul li a::before {
  display: none;
}

#sidebar-second .menu--main li.menu-item--expanded, #sidebar-second .block-booknavigation li.menu-item--expanded {
  border-bottom: solid 1em black;
}

#sidebar-second .menu--main li.menu-item--expanded a, #sidebar-second .block-booknavigation li.menu-item--expanded a {
  border: none;
}

#sidebar-second .menu--main li.menu-item--expanded a::before, #sidebar-second .block-booknavigation li.menu-item--expanded a::before {
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

nav.pager ul.pager__items {
  text-align: center;
  margin-bottom: 20px;
}

nav.pager ul.pager__items li.pager__item {
  display: inline;
  border-bottom: solid 10px gray;
  padding: 0 15px 20px 15px;
}

nav.pager ul.pager__items li.pager__item a {
  display: inline-block;
}

@media all and (max-width: 767px) {
  nav.pager ul.pager__items li.pager__item {
    padding: 5px;
  }
}

nav.pager ul.pager__items li.pager__item.pager__item--active {
  border-color: #eb1c28;
}

nav.pager ul.pager__items li.pager__item.pager__item--next, nav.pager ul.pager__items li.pager__item.pager__item--previous {
  background-image: url("../../images/optimized/pager-arrow-gray.svg");
  background-repeat: no-repeat;
  background-position: 50%;
  text-indent: -10000px;
  height: 20px;
  width: 20px;
  border: none;
  padding: 0;
  margin: 0;
}

nav.pager ul.pager__items li.pager__item.pager__item--previous {
  background-image: url("../../images/optimized/pager-arrow-gray-reverse.svg");
}

nav.pager ul.pager__items li.pager__item.pager__item--first, nav.pager ul.pager__items li.pager__item.pager__item--last {
  display: none;
}

.site-name {
  font-size: 2.2em;
  line-height: 1.3em;
  font-weight: 300;
  padding: 0 0 0.5em;
  margin: 0;
}

.footer-outer-container {
  background: black;
  display: table;
  width: 100%;
  color: white;
  font-size: 18px;
  padding: 3em 0;
}

.footer-outer-container nav.menu--main > h2,
.footer-outer-container nav.menu--social-menu > h2,
.footer-outer-container .block-block-content > h2 {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 0;
  border-bottom: solid 1em #eb1c28;
}

.footer-outer-container .block-block-content a {
  color: white;
  border-bottom: none;
}

.footer-outer-container nav.menu--main li a {
  color: white;
}

@media all and (max-width: 767px) {
  .footer-outer-container .container {
    padding: 0 20px;
  }
}

#footer {
  width: 25%;
  padding-right: 20px;
}

#footer-second {
  width: 50%;
  padding-right: 20px;
}

#footer-third {
  width: 25%;
}

#footer, #footer-second, #footer-third {
  float: left;
  clear: none;
  box-sizing: border-box;
  background: inherit;
}

@media all and (max-width: 767px) {
  #footer, #footer-second, #footer-third {
    width: 100%;
  }
}

.block-gijnlogo {
  margin-top: 40px;
}

.block-facets > h2 {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

.block-facets ul.item-list__checkbox li {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 4px 0;
}

.block-facets ul.item-list__checkbox li input.facets-checkbox {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: none;
}

.block-facets ul.item-list__checkbox li input.facets-checkbox + label::before {
  content: "";
  display: block;
  height: 15px;
  width: 15px;
  float: left;
  margin: 1px 10px 0 0;
  background-color: gray;
}

.block-facets ul.item-list__checkbox li input.facets-checkbox:checked + label::before, .block-facets ul.item-list__checkbox li input.facets-checkbox:hover + label::before {
  background-color: #eb1c28;
}

.block-facets ul.item-list__checkbox li label {
  cursor: pointer;
}

.block-facets ul.item-list__checkbox li label .facet-item__count {
  color: gray;
}

.facets-soft-limit-link {
  display: block;
  font-size: 11.2px;
  font-size: .7rem;
  margin: 0 0 20px 30px;
}

#main {
  margin: 3em 0;
}

@media all and (max-width: 767px) {
  #main {
    padding: 20px 20px 0px 20px;
    margin: 0;
  }
}

.page-front #main,
.node-type--article #main {
  margin-bottom: 0;
}

.page-front section#content,
body.node-type--article section#content,
body.node-type--metoderapport section#content {
  width: 100% !important;
}

.page-front aside#sidebar-second,
body.node-type--article aside#sidebar-second,
body.node-type--metoderapport aside#sidebar-second {
  display: none !important;
}

.page-front .skuplayout .bottom {
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #F0F0F1;
  padding-top: 3em;
  padding-bottom: 3em;
  margin-top: 3em;
}

@media all and (min-width: 768px) {
  .page-front .skuplayout .bottom {
    margin-left: calc(-50vw + (966px / 2));
    margin-right: calc(-50vw + (966px / 2));
  }
}

.page-front .skuplayout .block-region-bottom {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  display: table;
}

.page-front .skuplayout .block-region-bottom .block-block-content {
  width: 80%;
  float: left;
  padding-right: 3em;
}

@media all and (max-width: 767px) {
  .page-front .skuplayout .block-region-bottom .block-block-content {
    width: 100%;
  }
}

.page-front .skuplayout .block-region-bottom .block-block-content .basic__body {
  font-size: inherit;
  text-transform: uppercase;
}

.page-front .skuplayout .block-region-bottom .block-block-content .basic__body strong {
  font-size: 40px;
  line-height: 45px;
  text-transform: none;
}

.page-front .skuplayout .block-region-bottom .block-menu {
  width: 20%;
  float: left;
}

@media all and (max-width: 767px) {
  .page-front .skuplayout .block-region-bottom .block-menu {
    width: 100%;
    clear: both;
  }
}

.basic__body a,
.article__summary a,
.article__body a {
  color: black;
  border-bottom: solid 5px #eb1c28;
}

.basic__body a:hover,
.article__summary a:hover,
.article__body a:hover {
  color: #eb1c28;
}

.basic__body ul, .basic__body ol,
.article__summary ul,
.article__summary ol,
.article__body ul,
.article__body ol {
  padding: 0 0 1em 2em;
}

.basic__body ul li, .basic__body ol li,
.article__summary ul li,
.article__summary ol li,
.article__body ul li,
.article__body ol li {
  list-style: initial;
}

.basic__body ol li,
.article__summary ol li,
.article__body ol li {
  list-style: decimal;
}

.basic__body blockquote,
.article__summary blockquote,
.article__body blockquote {
  font-size: larger;
  font-style: italic;
}

.ramsalt-ckeditor-widgets-factbox {
  border: solid 10px #eb1c28;
  padding: 10px;
  width: 30%;
}

.ramsalt-ckeditor-widgets-factbox.align-left, .ramsalt-ckeditor-widgets-factbox.align-center {
  float: left;
  margin-right: 2em;
}

.ramsalt-ckeditor-widgets-factbox.align-right {
  float: right;
  margin-left: 2em;
}

.ramsalt-ckeditor-widgets-factbox .factbox-title h2 {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

iframe {
  border: none;
}

.block-exposedformsearchsearchresults form {
  width: 120px;
  position: relative;
  white-space: nowrap;
  margin: 8px 20px 0 0;
  float: right;
}

@media all and (max-width: 767px) {
  .block-exposedformsearchsearchresults form {
    width: 90%;
    float: left;
    margin-left: 20px;
  }
}

.block-exposedformsearchsearchresults form label {
  display: none;
}

.block-exposedformsearchsearchresults form #edit-search-api-fulltext {
  padding: 4px 25px 3px 3px;
  width: 100%;
  border: none;
  background: #ef4b54;
  background: inherit;
  border-bottom: solid 5px #f37a81;
  color: white;
}

@media all and (max-width: 767px) {
  .block-exposedformsearchsearchresults form #edit-search-api-fulltext {
    border-color: gray;
  }
}

.block-exposedformsearchsearchresults form #edit-search-api-fulltext::-webkit-input-placeholder {
  display: none;
  color: white;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

.block-exposedformsearchsearchresults form #edit-search-api-fulltext:-ms-input-placeholder {
  display: none;
  color: white;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

.block-exposedformsearchsearchresults form #edit-search-api-fulltext::placeholder {
  display: none;
  color: white;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

.block-exposedformsearchsearchresults form #edit-actions, .block-exposedformsearchsearchresults form .form-actions {
  position: absolute;
  left: 100px;
  top: 5px;
}

@media all and (max-width: 767px) {
  .block-exposedformsearchsearchresults form #edit-actions, .block-exposedformsearchsearchresults form .form-actions {
    right: 0px;
    left: initial;
  }
}

.media-image .image__caption {
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
  color: gray;
}

.wp-caption {
  float: left;
  margin-right: 1em;
}

.wp-caption .wp-caption-text {
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
  color: gray;
  border-bottom: solid 1em gray;
  padding: 10px 0;
}

article.embedded-entity .media-image {
  display: table;
}

article.embedded-entity .media-image .image__caption {
  display: table-caption;
  caption-side: bottom;
  border-bottom: solid 10px #F0F0F1;
  padding: 10px 0;
}

article.embedded-entity .media-image.view-mode-en-tredjedels-bredde {
  float: left;
  margin-right: 20px;
}

article.embedded-entity .media-image.view-mode-en-tredjedels-bredde-hoyrejustert {
  float: right;
  margin-left: 20px;
}

[class*="block-countdown"] {
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
}

[class*="block-countdown"] h2 {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 12px;
  color: white;
  float: left;
  padding: 0;
  margin: 0 1em 0 0;
}

@media all and (max-width: 767px) {
  [class*="block-countdown"] h2 {
    margin: 0 0 1em 0;
  }
}

[class*="block-countdown"] .countdown__countdown-to {
  display: none;
}

[class*="block-countdown"] .time-element {
  color: white;
  float: left;
  margin-right: 10px;
}

[class*="block-countdown"] .time-element:last-child:after {
  display: none;
}

[class*="block-countdown"] .time-element .number {
  float: left;
}

[class*="block-countdown"] .time-element .number:after {
  content: " ";
  display: block;
  width: .25em;
  float: right;
}

[class*="block-countdown"] .time-element .text {
  clear: none;
  float: left;
}

@media all and (max-width: 767px) {
  [class*="block-countdown"] .countdown__countdown-placeholder {
    clear: both;
    margin-top: 1em;
  }
}

.page-front [class*="block-countdown"] {
  text-transform: none;
  line-height: inherit;
}

.page-front [class*="block-countdown"] h2 {
  float: none;
}

.page-front [class*="block-countdown"] .time-element {
  color: white;
  float: left;
  margin-right: 20px;
}

.page-front [class*="block-countdown"] .time-element .number {
  font-size: 48px;
  font-size: 3rem;
  float: none;
}

@media all and (max-width: 767px) {
  .page-front [class*="block-countdown"] .time-element .number {
    font-size: 2rem;
  }
}

.page-front [class*="block-countdown"] .time-element .number:after {
  content: ":";
  display: block;
  float: right;
}

.page-front [class*="block-countdown"] .time-element:last-child .number:after {
  display: none;
}

.page-front [class*="block-countdown"] .time-element .text {
  font-size: 9.6px;
  font-size: .6rem;
  clear: both;
}

@media all and (max-width: 767px) {
  .webform-submission-form input[type=text], .webform-submission-form textarea {
    width: 100%;
  }
}

.webform-submission-form .form-text, .webform-submission-form .form-email, .webform-submission-form .form-textarea {
  padding: 10px;
  margin-bottom: 10px;
  border: none;
  border-bottom: solid 10px #F0F0F1;
}

.webform-submission-form .webform-document-file .description {
  font-size: smaller;
  margin-bottom: 10px;
}

.webform-submission-form label {
  display: inline;
}

.webform-submission-form .form-item-jobbstatus {
  margin-bottom: 10px;
}

.webform-submission-form a {
  color: red;
}

.webform-submission-form input#edit-submit, .webform-submission-form input#edit-actions-submit {
  background-color: #eb1c28;
  color: white;
  margin-top: 20px;
}