/*
Theme Name: BCC Forbund
Theme URI: https://github.com/bcc-code
Author: BCC IT
Author URI: https://bcc.no
Description: BCC Forbund based on the Gutenberg Starter Theme.
Version: 2.1
License: GNU General Public License v2 or later
Text Domain: bcc-forbund
Template: gutenberg-starter-theme
*/
/* Variables */
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root,
#__next {
  isolation: isolate;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

html {
  font-size: 16px;
  letter-spacing: 0.25px;
}

body {
  background-color: #ffffff;
  color: #272727;
  width: 100%;
  min-height: 100vh;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

.hidden {
  display: none !important;
}

/* Make images easier to work with */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
figure.wp-block-post-featured-image {
  font-size: 0;
}

h1 {
  font-size: 2rem;
}
@media (min-width: 768px) {
  h1 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}

h2 {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: 1.375rem;
  font-weight: normal;
}
@media (min-width: 768px) {
  h3 {
    font-size: 1.5rem;
  }
}

h4 {
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  h4 {
    font-size: 1.25rem;
  }
}

h5 {
  font-size: 1rem;
}
@media (min-width: 768px) {
  h5 {
    font-size: 1.125rem;
  }
}

h6 {
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  h6 {
    font-size: 1rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  color: #272727;
}

a {
  text-decoration: none;
}

a:not(.wp-block-button__link) {
  color: #8c543d;
  transition: 400ms ease-in-out;
}
a:not(.wp-block-button__link):hover {
  color: #bd8167;
}

body,
button,
input,
select,
optgroup,
textarea {
  font-family: "Archivo";
}

.wp-block-embed,
.wp-block-gallery {
  margin-bottom: 1.5rem;
}

.has-pantone-3302-c-color {
  color: #004641;
}

.has-pantone-3302-c-background-color {
  background-color: #004641;
}

.has-pantone-7485-c-color {
  color: #dbe1c0;
}

.has-pantone-7485-c-background-color {
  background-color: #dbe1c0;
}

.has-pantone-neutral-black-color {
  color: #272727;
}
.has-pantone-neutral-black-color a {
  color: #272727;
}

.has-pantone-neutral-black-background-color {
  background-color: #272727;
}

.has-pantone-warm-grey-1-c-color {
  color: #f8f7f6;
}

.has-pantone-warm-grey-1-c-background-color {
  background-color: #f8f7f6;
}

.has-pantone-sand-500-color {
  color: #ceba97;
}

.has-pantone-sand-500-background-color {
  background-color: #ceba97;
}

.has-pantone-rust-700-color {
  color: #8c543d;
}

.has-pantone-rust-700-background-color {
  background-color: #8c543d;
}

.has-pantone-rust-500-color {
  color: #bd8167;
}
.has-pantone-rust-500-color:hover {
  color: #bd8167;
}

.has-pantone-rust-500-background-color {
  background-color: #bd8167;
}

.has-pantone-rust-100-color {
  color: #eedfd9;
}

.has-pantone-rust-100-background-color {
  background-color: #eedfd9;
}

.has-pantone-isbre-color {
  color: #98afb0;
}

.has-pantone-isbre-background-color {
  background-color: #98afb0;
}

.has-background-2-color {
  color: #f8f7f6;
}

.has-background-2-background-color {
  background-color: #f8f7f6;
}

.wp-block-button.is-style-read-more {
  font-size: 1rem;
}

.wp-block-post-terms {
  font-size: 0;
  text-transform: uppercase;
  border-radius: 2px;
  height: 18px;
  line-height: 18px;
  padding: 0 8px;
}
.wp-block-post-terms a {
  color: #bd8167;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.wp-block-post-terms a:not(:first-child) {
  display: none;
}

@media screen and (min-width: 1024px) {
  .wp-block-query.featured .wp-block-post-terms,
  .single-post .wp-block-post-terms {
    height: 1.5rem;
    line-height: 1.5rem;
  }
  .wp-block-query.featured .wp-block-post-terms a,
  .single-post .wp-block-post-terms a {
    font-size: 1rem;
  }
}
/* Header */
.wrapper {
  width: clamp(300px, 100% - 2rem, var(--w-main-wrapper));
  margin-inline: auto;
}
@media (min-width: 64em) {
  .wrapper {
    width: clamp(300px, 100% - 4rem, var(--w-main-wrapper));
  }
}

body.nav-opened {
  overflow: hidden;
}

.wpml-ls-legacy-list-horizontal {
  padding: 0;
}

.wpml-ls-statics-shortcode_actions .wpml-ls-item a {
  padding: 5px 7.5px;
  filter: grayscale(1) opacity(0.5);
}
.wpml-ls-statics-shortcode_actions .wpml-ls-item:hover > a, .wpml-ls-statics-shortcode_actions .wpml-ls-item > a:focus {
  filter: grayscale(0) opacity(1);
}
.wpml-ls-statics-shortcode_actions .wpml-ls-current-language a {
  filter: grayscale(0) opacity(1);
}

.admin-bar .portal-top-bar {
  top: 46px;
}

.header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 100;
  background-color: #fff;
  backface-visibility: hidden;
  transition: top 0.3s ease-in-out;
}
.header .wrapper {
  position: relative;
  padding-block: 1.5rem;
  display: flex;
  place-items: center;
  flex-wrap: wrap;
}
body.logged-in .header {
  top: var(--bcc-topbar-height);
}
body.nav-opened .header {
  border-bottom: 1px solid #e5e7eb;
}
.header.header-hidden {
  top: -100% !important;
}
body.logged-in .header.header-hidden {
  top: calc(-100% - var(--bcc-topbar-height)) !important;
}
.header.header-visible {
  box-shadow: 0px 8px 8px -4px rgba(16, 24, 40, 0.04), 0px 20px 24px -4px rgba(16, 24, 40, 0.1);
}
.header.header-visible .wrapper {
  padding-block: 0.25rem;
}
.header .language-switcher {
  flex: 1;
  display: none;
}
.header .header__actions {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header .wpml-ls-item:first-child a {
  padding-left: 0;
}
@media (max-width: 768px) {
  .header a.bcc-button {
    padding-inline: 8px;
  }
  .header .site-branding .logo img {
    height: 32px;
    display: block;
  }
}
@media (max-width: 1024px) {
  .header .wrapper {
    padding-block: 0.25rem;
  }
}
@media (min-width: 48em) {
  .header .language-switcher {
    display: block;
  }
  .header a.bcc-button {
    margin-right: 1rem;
  }
  .header .site-branding {
    flex: 1;
  }
}

.header__search {
  position: relative;
  order: 1;
  display: none;
  width: 100%;
  transition: 400ms ease-in-out;
}
.header__search.visible {
  opacity: 1;
  visibility: visible;
}
.header__search form {
  width: 100%;
  display: grid;
  border: 1px solid #e6ecec;
}
.header__search form input::placeholder {
  font-style: italic;
}
.header__search form input:focus {
  outline: none;
}
.header__search form label {
  position: relative;
  background: #fff;
}
.header__search form label input {
  position: relative;
  width: 100%;
  height: 3rem;
  line-height: 3em;
  padding: 0 6rem 0 1.5rem;
  border: none;
}
.header__search form .search-submit {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 1px;
  width: 6rem;
  height: 3rem;
  cursor: pointer;
  appearance: none;
  border: none;
  background: #e6ecec;
}
.header__search form ::-webkit-textfield-decoration-container {
  padding-right: 1rem;
}
.header__search form ::-webkit-search-cancel-button {
  margin-left: 4px;
  appearance: none;
  width: 1rem;
  height: 1rem;
  background: url(/wp-content/themes/bcc-forbund/assets/svg/cancel.svg) no-repeat 50% 50%;
  cursor: pointer;
}
@media (min-width: 48em) {
  .header__search {
    position: absolute;
    right: 0;
    width: 480px;
    top: calc(100% - 1rem);
  }
  .header__search form {
    border: none;
    box-shadow: 0 2px 8px 0 rgba(39, 39, 39, 0.2);
  }
  .header__search form .search-submit {
    top: 0;
  }
  .header__search form label input {
    padding: 0 6rem 0 1rem;
  }
}

.menu-toggle,
.search-toggle {
  position: relative;
  display: block;
  border: none;
  width: 3rem;
  height: 3rem;
  padding: 0;
  background: none;
  text-align: center;
  margin: 0;
}
.menu-toggle i,
.search-toggle i {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  transition: opacity 400ms ease-in-out;
  cursor: pointer;
  color: #272727;
}

.menu-toggle i.close {
  opacity: 0;
}
.menu-toggle.active i.open {
  opacity: 0;
}
.menu-toggle.active i.close {
  opacity: 1;
}

.header__username {
  align-self: center;
  font-size: 1.25em;
  margin-left: 0.75rem;
}

.main-navigation {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: calc(var(--bcc-topbar-height) + 56px) 0 0;
  z-index: 99;
  max-width: unset;
  background: #fff;
  text-align: left;
  display: none;
}
.main-navigation.nav-opened {
  display: flex;
}
.main-navigation ul {
  margin: 0;
  list-style: none;
}
.main-navigation .wrapper {
  grid-auto-rows: minmax(min-content, max-content);
  overflow-y: auto;
  display: grid;
  position: relative;
  padding: 1rem;
}
.main-navigation .wrapper::before, .main-navigation .wrapper::after {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  height: 2rem;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(#fff, rgba(255, 255, 255, 0.01));
}
.main-navigation .wrapper::before {
  top: 0;
}
.main-navigation .wrapper::after {
  bottom: 0;
  transform: scale(-1);
}
.main-navigation .wpml-ls-legacy-list-horizontal {
  text-align: center;
}
.main-navigation .language-switcher {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 1rem;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(39, 39, 39, 0.1);
}
@media screen and (min-width: 768px) {
  .main-navigation {
    padding: calc(var(--bcc-topbar-height) + 76px) 0 0;
  }
  .main-navigation .language-switcher {
    display: none;
  }
  .main-navigation .wrapper {
    grid-template-columns: 1fr 1fr;
    padding: 4rem;
  }
  .main-navigation .wrapper::before, .main-navigation .wrapper::after {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .main-navigation {
    align-items: center;
  }
}
#primary-menu {
  display: flex;
  padding: 0;
  justify-content: flex-start;
  flex-direction: column;
}
#primary-menu a {
  color: #272727;
  opacity: 0.6;
  width: auto;
  display: inline-block;
  padding: 0;
  font-size: 1.125rem;
  transition: 400ms ease-in-out;
}
#primary-menu a:hover {
  opacity: 1;
}
#primary-menu > .menu-item {
  margin-bottom: 1.375rem;
}
#primary-menu .menu-link a {
  font-size: 1.375rem;
  font-weight: bold;
}
#primary-menu .menu-item {
  position: relative;
}
#primary-menu .sub-menu {
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  float: none;
  box-shadow: none;
  display: none;
  padding: 0.75rem 0 0 2rem;
}
#primary-menu .sub-menu .menu-item {
  margin-bottom: 0.75rem;
}
#primary-menu .sub-menu.opened {
  display: block;
}
#primary-menu .current-menu-item .menu-link a,
#primary-menu .current-menu-parent .menu-link a,
#primary-menu .current-menu-parent .current-menu-item a {
  opacity: 1;
  color: #bd8167;
}
#primary-menu .current-menu-parent .menu-link a {
  text-decoration: underline;
}
#primary-menu .menu-item-has-children::after,
#primary-menu .menu-item-has-children::before {
  font-family: "icomoon" !important;
  font-size: 1.375rem;
  color: #272727;
  position: absolute;
  top: 0;
  right: 0.5rem;
  opacity: 0;
  z-index: -1;
  transition: 400ms ease-in-out;
}
#primary-menu .menu-item-has-children::after {
  content: "\e902";
  opacity: 1;
}
#primary-menu .menu-item-has-children::before {
  content: "\e903";
}
#primary-menu .menu-item-has-children.opened::after {
  opacity: 0;
}
#primary-menu .menu-item-has-children.opened::before {
  opacity: 1;
}
#primary-menu .has-empty-link > .menu-link > a {
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  #primary-menu .menu-item .sub-menu {
    display: block;
  }
  #primary-menu .menu-item-has-children::after,
  #primary-menu .menu-item-has-children::before {
    display: none;
  }
}
@media screen and (min-width: 1600px) {
  #primary-menu .menu-link a {
    font-size: 2rem;
  }
  #primary-menu .sub-menu .menu-item a {
    font-size: 1.5rem;
  }
}

#secondary-menu {
  list-style: none;
  display: none;
  margin: 0;
  padding: 0;
  background: #fff;
  justify-content: center;
}
#secondary-menu li {
  margin: 0 1rem;
}
#secondary-menu li a {
  color: #272727;
  font-size: 1.05rem;
}
#secondary-menu li a:hover {
  color: #bd8167;
}
@media screen and (min-width: 768px) {
  #secondary-menu {
    display: flex;
  }
}

.wp-block-post-featured-image {
  margin: 0;
}

.wp-block-buttons.is-content-justification-center {
  margin-bottom: 0.5rem;
}
.wp-block-buttons.is-content-justification-center .wp-block-button {
  margin: 0.125rem;
}
.wp-block-buttons.is-content-justification-center .wp-block-button:not(.is-style-read-more):not(.is-style-arrow-only):not(.is-style-download):not(.is-style-read-document) .wp-block-button__link {
  padding: 0.4rem 1rem;
  margin: 0 !important;
}
@media screen and (min-width: 768px) {
  .wp-block-buttons.is-content-justification-center {
    margin-bottom: 1rem;
  }
  .wp-block-buttons.is-content-justification-center .wp-block-button {
    margin: 0.25rem;
  }
}

.wp-block-button:not(.is-style-read-more):not(.is-style-arrow-only):not(.is-style-download):not(.is-style-read-document) .wp-block-button__link {
  padding: 0.6rem 1.3rem;
  margin: 0 0.25rem;
  transition: 400ms;
  border: 2px solid #004641;
  color: #fff;
  background-color: #004641;
}
.wp-block-button:not(.is-style-read-more):not(.is-style-arrow-only):not(.is-style-download):not(.is-style-read-document) .wp-block-button__link:hover {
  background-color: rgb(243, 250, 247);
  color: #004641;
}
.wp-block-button:not(.is-style-read-more):not(.is-style-arrow-only):not(.is-style-download):not(.is-style-read-document).current .wp-block-button__link {
  background-color: #004641;
  color: #fff;
}

section .wp-block-button.is-style-read-more .wp-block-button__link,
section .wp-block-button.is-style-read-more .wp-block-button__link::before,
.second-level .wp-block-button.is-style-read-more .wp-block-button__link,
.second-level .wp-block-button.is-style-read-more .wp-block-button__link::before {
  transition: 400ms ease-in-out;
}
section .wp-block-button.is-style-read-more:hover .wp-block-button__link,
section .wp-block-button.is-style-read-more:hover .wp-block-button__link::before,
.second-level .wp-block-button.is-style-read-more:hover .wp-block-button__link,
.second-level .wp-block-button.is-style-read-more:hover .wp-block-button__link::before {
  color: #bd8167;
}

.hero .wp-block-button.is-style-read-more .wp-block-button__link,
.hero .wp-block-button.is-style-read-more .wp-block-button__link::before,
.world-map .wp-block-button.is-style-read-more .wp-block-button__link,
.world-map .wp-block-button.is-style-read-more .wp-block-button__link::before,
.promo-banner .wp-block-button.is-style-read-more .wp-block-button__link,
.promo-banner .wp-block-button.is-style-read-more .wp-block-button__link::before,
.page-banner .wp-block-button.is-style-read-more .wp-block-button__link,
.page-banner .wp-block-button.is-style-read-more .wp-block-button__link::before {
  transition: 400ms ease-in-out;
}
.hero .wp-block-button.is-style-read-more:hover .wp-block-button__link,
.hero .wp-block-button.is-style-read-more:hover .wp-block-button__link::before,
.world-map .wp-block-button.is-style-read-more:hover .wp-block-button__link,
.world-map .wp-block-button.is-style-read-more:hover .wp-block-button__link::before,
.promo-banner .wp-block-button.is-style-read-more:hover .wp-block-button__link,
.promo-banner .wp-block-button.is-style-read-more:hover .wp-block-button__link::before,
.page-banner .wp-block-button.is-style-read-more:hover .wp-block-button__link,
.page-banner .wp-block-button.is-style-read-more:hover .wp-block-button__link::before {
  opacity: 0.8;
}

/* News */
.news h2,
.initiatives h2 {
  margin-bottom: 2rem;
  text-align: center;
}

/* Initiatives */
.initiatives .wp-block-image {
  margin-bottom: 0;
  transition: 0.3s ease;
}
.initiatives .wp-block-image img {
  height: 1.75rem;
  width: auto;
}
.initiatives .wp-block-buttons {
  height: 0;
}
.initiatives .wp-block-button__link {
  position: absolute;
  inset: 0;
  opacity: 0;
}
.initiatives .wp-block-cover {
  margin-inline: 0.25rem;
  overflow: hidden;
  border-radius: 4px;
}
.initiatives .wp-block-cover p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  background: linear-gradient(180deg, rgba(0, 70, 65, 0) 0%, #004641 100%);
  transition: 0.3s ease;
}
.initiatives .splide {
  padding: 0;
}
.initiatives .splide.is-initialized:not(.is-active) .splide__list {
  display: grid;
}
@media (min-width: 48em) {
  .initiatives .wp-block-cover {
    width: auto;
    margin-inline: 0;
  }
  .initiatives .wp-block-image img {
    height: auto;
  }
  .initiatives .splide__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
@media (min-width: 64em) {
  .initiatives .splide__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
  .initiatives .wp-block-cover:not(:last-child):hover .wp-block-image,
  .initiatives .wp-block-cover:not(:last-child):hover h2 {
    opacity: 0;
  }
  .initiatives .wp-block-cover:not(:last-child):hover p {
    opacity: 1;
  }
}

/* History */
.history > .wp-block-group__inner-container {
  padding-top: 2rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 2rem;
  text-align: center;
}
.history h3 {
  font-size: 2rem;
  font-weight: bold;
}
.history h4 {
  margin-bottom: 1rem;
}
.history .slick-arrow {
  background: #ebe3d5;
  display: none !important;
  z-index: 10;
  color: #8c543d;
  font-size: 1rem;
  border-radius: 50%;
}
.history .slick-arrow:hover, .history .slick-arrow:focus {
  color: #8c543d;
}
.history .slick-arrow i {
  text-shadow: none;
}
.history .slick-prev {
  left: 0;
}
.history .slick-prev i {
  margin-left: -4px;
}
.history .slick-next {
  right: 0;
}
.history .slick-next i {
  margin-right: -4px;
}
.history .slick-list {
  overflow: visible;
}
.history .history__carousel {
  max-width: 600px;
  margin: 0 auto;
}
.history .history__carousel .slick-slide {
  display: grid;
  padding: 0;
  gap: 2rem;
  margin: 0 1rem;
  opacity: 0.2;
  transition: opacity 400ms ease-in;
}
.history .history__carousel .slick-slide p {
  margin-bottom: 1.5rem;
}
.history .history__carousel .slick-slide article,
.history .history__carousel .slick-slide h3 {
  display: none;
}
.history .history__carousel .slick-center {
  opacity: 1;
}
.history .history__carousel .slick-center article {
  display: block;
}
.history .wp-block-cb-carousel .wp-block-image > img {
  border-radius: 4px;
}
.history .wp-block-cb-carousel .wp-block-image figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: linear-gradient(rgba(39, 39, 39, 0.01), rgb(39, 39, 39));
  margin: 0;
  color: #fff;
  padding: 0.5rem;
  font-style: italic;
}
.history aside > .wp-block-group__inner-container {
  position: relative;
  display: grid;
  height: 240px;
}
.history aside > .wp-block-group__inner-container figure {
  position: absolute;
  top: 0;
  height: 100%;
  display: flex;
  justify-self: center;
  width: auto;
}
.history aside > .wp-block-group__inner-container img {
  display: inline-block;
  object-fit: cover;
  object-position: 20% center;
  width: auto;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .history .slick-arrow {
    display: block !important;
  }
  .history .slick-prev {
    left: calc(-50vw + 55%);
  }
  .history .slick-next {
    right: calc(-50vw + 55%);
  }
  .history aside > .wp-block-group__inner-container {
    height: 300px;
  }
}
@media screen and (min-width: 1024px) {
  .history > .wp-block-group__inner-container {
    padding-top: 1rem;
    gap: 4rem;
  }
  .history .history__carousel {
    max-width: 80%;
  }
  .history .history__carousel .slick-slide {
    margin: 0 4rem;
    grid-template-columns: repeat(12, 1fr);
  }
  .history .history__carousel .slick-slide aside {
    grid-column: 9/span 6;
  }
  .history .history__carousel .slick-center aside,
  .history .history__carousel .slick-center + div aside {
    grid-column: span 6;
  }
  .history article {
    text-align: left;
    grid-column: span 6;
    grid-auto-rows: minmax(min-content, max-content);
  }
  .history aside > .wp-block-group__inner-container {
    height: 400px;
  }
  .history h4 {
    font-size: 1.7rem;
    margin-bottom: 1.5rem;
  }
}
.history .history__carousel .see-full-timeline {
  grid-template-columns: minmax(0, 1fr);
  min-height: 400px;
  border-radius: 4px;
  position: relative;
  background-color: #f8f7f6;
}
.history .history__carousel .see-full-timeline .wp-block-button {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.history .history__carousel .see-full-timeline .wp-block-button__link {
  width: 100%;
  height: 100%;
  justify-content: center;
  border-radius: 0;
}

.timeline {
  position: relative;
}
.timeline::before {
  content: "";
  height: 1px;
  position: absolute;
  top: 0.75rem;
  left: 0;
  right: 0;
  background: #8c543d;
}
.timeline span {
  display: inline-block;
}
.timeline .circle {
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
}
.timeline .circle::before, .timeline .circle::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  background: #f8f7f6;
  transition: 400ms ease-in-out;
}
.home .timeline .circle::before, .home .timeline .circle::after {
  background: #ffffff;
}
.timeline .circle::before {
  border: 4px solid #8c543d;
  opacity: 0;
}
.timeline .circle::after {
  border: 2px solid #8c543d;
  width: 0.75rem;
  height: 0.75rem;
}
.timeline .title {
  color: #8c543d;
}
.timeline .slick-slide {
  width: 30vw;
  margin: 0 1rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.timeline .slick-center span::before {
  opacity: 1;
}
.timeline .slick-center span::after {
  opacity: 0;
}
.timeline .slick-center .title {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .timeline::before {
    left: -2rem;
    right: -2rem;
  }
}
@media screen and (min-width: 1024px) {
  .timeline .slick-slide {
    width: 32vw;
  }
}
@media screen and (min-width: 1600px) {
  .timeline .slick-slide {
    width: 20vw;
  }
}

/* Carousel */
.slick-slider {
  cursor: grab;
}

.slick-slide {
  outline: none;
}

.slick-dots {
  bottom: 0;
  margin-top: 1rem;
  position: relative;
}
.slick-dots li {
  width: 1rem;
  opacity: 0.2;
  transition: 0.4s ease-in-out;
}
.slick-dots li.slick-active {
  width: 2rem;
  opacity: 1;
}
.slick-dots li button {
  font-size: 0;
  padding: 0;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background-color: #004641;
}
.slick-dots li button::before {
  display: none;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  width: 3rem;
  height: 3rem;
  margin-top: -1.5rem;
  z-index: 10;
  font-size: 2rem;
  color: #fff;
}
.slick-arrow::before {
  display: none;
}
.slick-arrow:hover, .slick-arrow:focus {
  color: #fff;
}
.slick-arrow i {
  text-shadow: 2px 2px 10px rgb(39, 39, 39);
}

.slick-prev {
  left: 2rem;
}

.slick-next {
  right: 2rem;
}

.slick-disabled {
  opacity: 0.2;
}

.wp-block-cb-carousel {
  visibility: hidden;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.blocks-gallery-grid .blocks-gallery-item {
  border-radius: 4px;
  overflow: hidden;
  background-color: #272727;
}
.blocks-gallery-grid .blocks-gallery-item::before {
  content: "";
  padding-bottom: 66.66%;
  display: block;
}
.blocks-gallery-grid .blocks-gallery-item figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blocks-gallery-grid .blocks-gallery-item a {
  height: 100%;
  width: 100%;
}
.blocks-gallery-grid .blocks-gallery-item img {
  object-fit: contain;
  object-position: center;
  height: 100%;
}

/* Page */
.site-main {
  overflow-x: hidden;
}

.second-level .entry-content {
  margin: 2rem 0;
}
.second-level .entry-content p {
  margin-bottom: 1.5rem;
}
.second-level .entry-content > h2,
.second-level .entry-content > h3,
.second-level .entry-content > h4 {
  margin-top: 1.5rem;
}
.second-level .entry-content > h2.featuredParagraph,
.second-level .entry-content > h3.featuredParagraph,
.second-level .entry-content > h4.featuredParagraph {
  margin-top: 1.5rem;
}
.second-level .entry-content > h2:first-child,
.second-level .entry-content > h3:first-child,
.second-level .entry-content > h4:first-child {
  margin-top: 0;
}
.second-level .entry-content h2 + h3 {
  margin-top: 0;
}
.second-level .entry-content h2,
.second-level .entry-content h3,
.second-level .entry-content h4 {
  margin-bottom: 1.5rem;
}
.second-level .entry-content h5 {
  margin-bottom: 1rem;
}
.second-level .entry-content h3 {
  font-weight: bold;
}
.second-level .entry-content ul {
  margin: 0;
  list-style: none;
}
.second-level .entry-content .featuredParagraph {
  font-size: 1.25rem;
  font-weight: bold;
  color: #004641;
}
.second-level .entry-content ul:not(.wp-block-categories):not(.splide__pagination):not(.splide__list) {
  padding-left: 2rem;
  margin-bottom: 2rem;
}
.second-level .entry-content ul:not(.wp-block-categories):not(.splide__pagination):not(.splide__list) li {
  position: relative;
  margin-bottom: 1rem;
}
.second-level .entry-content ul:not(.wp-block-categories):not(.splide__pagination):not(.splide__list) li::before {
  content: "";
  position: absolute;
  left: -1.25rem;
  top: 0.5rem;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 2px;
  background: #272727;
}
.second-level .entry-content ul:not(.wp-block-categories):not(.splide__pagination):not(.splide__list) li:last-child {
  margin-bottom: 0;
}
.second-level .entry-content ul:not(.wp-block-categories):not(.splide__pagination):not(.splide__list):last-child {
  margin-bottom: 0;
}
.second-level .entry-content figcaption {
  margin-top: 0.5rem;
  font-size: 0.85rem;
  text-align: left;
  font-style: italic;
  color: #272727;
  opacity: 0.6;
  letter-spacing: 0.4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.second-level .entry-content .wp-block-button.is-style-read-more .wp-block-button__link {
  font-size: 1.25rem;
  align-items: center;
  text-align: left;
  display: inline-flex;
}
.second-level .entry-content .wp-block-button.is-style-read-more .wp-block-button__link:before,
.second-level .entry-content .wp-block-button.is-style-arrow-only .wp-block-button__link:before {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  font-size: 1rem;
  text-align: center;
  flex: 0 0 auto;
}
.second-level .entry-content > .wp-block-columns {
  gap: 1rem;
}
.second-level .entry-content > .wp-block-columns .wp-block-column {
  margin: 0 !important;
}
.second-level .entry-content > .wp-block-columns .wp-block-image {
  width: 100%;
  margin-bottom: 0;
}
.second-level .entry-content > .wp-block-columns .wp-block-image + h4 {
  margin-top: 1rem;
}
.second-level .entry-content > .wp-block-columns img {
  height: auto;
}
.second-level .entry-content .wp-block-image img {
  border-radius: 4px;
}
.second-level .entry-content .wp-block-image.is-style-rounded img {
  border-radius: 50%;
}
.second-level .entry-content .c-accordion__item {
  margin-bottom: 1.5rem;
}
.second-level .entry-content .c-accordion__item.is-open > .c-accordion__title {
  background: #004641;
  color: #fff;
  font-weight: bold;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.second-level .entry-content .c-accordion__item.is-open > .c-accordion__title::after {
  content: "\e903";
}
.second-level .entry-content .c-accordion__title {
  margin: 0;
  color: #004641;
  font-weight: normal;
  border-radius: 4px;
  padding: 1rem 3rem 1rem 1rem;
  border: 2px solid #004641;
  font-size: 1.125rem;
}
.second-level .entry-content .c-accordion__title::after {
  color: inherit;
  font-size: 1.125rem;
  right: 1rem;
  font-family: "icomoon" !important;
  content: "\e902";
}
@media (min-width: 768px) {
  .second-level .entry-content .c-accordion__title {
    font-size: 1.25rem;
  }
  .second-level .entry-content .c-accordion__title::after {
    font-size: 1.5rem;
  }
}
.second-level .entry-content .c-accordion__content {
  padding: 1rem;
  border: 2px solid #004641;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.second-level .entry-content .c-accordion__content .wp-block-gallery {
  display: block;
}
.second-level .entry-content .c-accordion__content .wp-block-columns h3 {
  font-weight: bold;
  margin-bottom: 1rem;
}
.second-level .entry-content .c-accordion__content .wp-block-columns figure {
  margin-bottom: 1rem;
  border-radius: 4px;
}
.second-level .entry-content .c-accordion__content > figure:last-of-type {
  margin-bottom: 0;
}
.second-level .entry-content .c-accordion__content > p:last-child {
  margin-bottom: 0.5rem;
}
.second-level .entry-content .wp-block-ub-tabbed-content:first-child {
  margin-top: 0;
}
.second-level .entry-content .related_articles {
  margin-top: 3rem;
}
@media (min-width: 48em) {
  .second-level .entry-content .c-accordion__content {
    padding: 1.5rem;
  }
  .second-level .entry-content .c-accordion__title {
    padding: 1rem 4rem 1rem 1.5rem;
  }
  .second-level .entry-content .c-accordion__title::after {
    right: 1.5rem;
  }
}
@media (max-width: 767px) {
  .second-level .entry-content .wp-block-button .wp-block-button__link {
    font-size: 1em;
  }
}
.second-level .wp-block-image {
  width: 100%;
}
.second-level .is-style-infotext .wp-block-group__inner-container,
.second-level .is-style-faktaboks .wp-block-group__inner-container,
.second-level .is-style-disclaimer .wp-block-group__inner-container {
  padding: 1.25rem 1rem 1rem;
  position: relative;
}
.second-level .is-style-infotext {
  position: relative;
  margin-bottom: 1.5rem;
  border: 1px solid #004641;
  border-radius: 4px;
  background: #f9f8f7;
  font-size: 0.9rem;
}
.second-level .is-style-infotext h5 {
  color: #004641;
}
.second-level .is-style-infotext p:last-child,
.second-level .is-style-infotext ul:last-child {
  margin-bottom: 0;
}
.second-level .is-style-faktaboks {
  position: relative;
  margin-bottom: 1.5rem;
  border: 1px solid #ceba97;
  border-radius: 4px;
}
.second-level .is-style-faktaboks h3,
.second-level .is-style-faktaboks h4 {
  font-weight: bold;
  background: #e2d6c1;
  color: #272727;
  position: relative;
  left: -1rem;
  top: -1.25rem;
  width: calc(100% + 2rem);
  padding: 0.75rem 1rem;
  margin-bottom: 0;
}
.second-level .is-style-faktaboks h3 + *,
.second-level .is-style-faktaboks h4 + * {
  margin-top: 0 !important;
}
.second-level .is-style-faktaboks p:last-child,
.second-level .is-style-faktaboks ul:last-child {
  margin-bottom: 0;
}
.second-level .is-style-faktaboks:first-child {
  margin-top: 1rem;
}
.second-level .is-style-faktaboks + .is-style-faktaboks, .second-level .is-style-faktaboks + .wp-block-ub-tabbed-content {
  margin-top: 0;
}
.second-level .is-style-disclaimer {
  position: relative;
  margin-bottom: 1.5rem;
  border: 1px solid #ceba97;
  border-radius: 4px;
  background: #f5f1ea;
  font-size: 0.9rem;
}
.second-level .is-style-disclaimer p:last-child,
.second-level .is-style-disclaimer ul:last-child {
  margin-bottom: 0;
}
.second-level .is-style-disclaimer:first-child {
  margin-top: 1rem;
}
.second-level .wp-block-quote {
  border: none;
  text-align: center;
  padding: 0;
  margin: 1.5rem 0 3rem;
}
.second-level .wp-block-quote p {
  font-size: 1.25rem;
  font-weight: normal;
}
.second-level .wp-block-quote cite {
  display: inline-block;
  opacity: 0.6;
  font-size: 1rem;
}
.second-level .wp-block-quote.has-text-align-left {
  text-align: left;
}
.second-level .wp-block-pullquote {
  padding: 0;
  border: none;
  margin-top: 1rem;
}
.second-level .wp-block-pullquote blockquote p {
  font-size: 1.25rem;
  margin-bottom: 0;
}
.second-level .wp-block-pullquote blockquote cite {
  font-size: 1.25rem;
  text-transform: none;
}
.second-level .is-style-full-width.history {
  background: #f8f7f6;
  padding: 3rem 0;
}
.second-level .wp-block-button.is-style-read-more .wp-block-button__link {
  color: #8c543d;
}
.second-level .wp-block-button.is-style-read-more .wp-block-button__link::before {
  background-color: rgba(140, 84, 61, 0.2);
  color: #8c543d;
}
.second-level figure.wp-caption {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .second-level .wp-block-pullquote blockquote p,
  .second-level .wp-block-pullquote blockquote cite {
    font-size: 1rem;
  }
  .second-level .is-style-infotext .wp-block-group__inner-container,
  .second-level .is-style-faktaboks .wp-block-group__inner-container,
  .second-level .is-style-disclaimer .wp-block-group__inner-container {
    padding: 1.5rem;
  }
  .second-level .is-style-faktaboks h3,
  .second-level .is-style-faktaboks h4 {
    left: -1.5rem;
    top: -1.5rem;
    width: calc(100% + 3rem);
    padding: 0.75rem 1.5rem;
  }
}

.is-style-faktaboks ul {
  margin: 1.25rem 0 0 !important;
}

.article__image {
  overflow: hidden;
}
.article__image img {
  transition: 400ms ease-in-out;
}
.article__image::after {
  content: "";
  background: rgba(0, 70, 65, 0.4);
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: 400ms ease-in-out;
}
.article__description h4 {
  hyphens: auto;
  transition: 400ms ease-in-out;
}
.splide .article__content {
  display: grid;
}
.splide .article__description h4 {
  font-size: 1.15rem;
}
.blog .article__description h4, .archive .article__description h4, .search .article__description h4, .tag .article__description h4, .author .article__description h4, .page-template-bcc-groups-filtering .article__description h4 {
  margin-bottom: 0.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog .article__description h4::after, .archive .article__description h4::after, .search .article__description h4::after, .tag .article__description h4::after, .author .article__description h4::after, .page-template-bcc-groups-filtering .article__description h4::after {
  display: none;
}
.blog .article__content, .archive .article__content, .search .article__content, .tag .article__content, .author .article__content, .page-template-bcc-groups-filtering .article__content {
  display: grid;
}
.blog .article__image, .archive .article__image, .search .article__image, .tag .article__image, .author .article__image, .page-template-bcc-groups-filtering .article__image {
  width: 100%;
}
.blog .article__description, .archive .article__description, .search .article__description, .tag .article__description, .author .article__description, .page-template-bcc-groups-filtering .article__description {
  flex: 1;
  padding: 0.75rem 1rem;
  display: flex;
  flex-flow: column nowrap;
  gap: 0.75rem;
}
.blog .article__tags, .archive .article__tags, .search .article__tags, .tag .article__tags, .author .article__tags, .page-template-bcc-groups-filtering .article__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0px 10px;
}
.blog .article__tags span,
.blog .article__tags i, .archive .article__tags span,
.archive .article__tags i, .search .article__tags span,
.search .article__tags i, .tag .article__tags span,
.tag .article__tags i, .author .article__tags span,
.author .article__tags i, .page-template-bcc-groups-filtering .article__tags span,
.page-template-bcc-groups-filtering .article__tags i {
  font-size: 0.75rem;
}
.blog .article__tags span, .archive .article__tags span, .search .article__tags span, .tag .article__tags span, .author .article__tags span, .page-template-bcc-groups-filtering .article__tags span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
@media (min-width: 48em) {
  .blog .article__image, .archive .article__image, .search .article__image, .tag .article__image, .author .article__image, .page-template-bcc-groups-filtering .article__image {
    width: 300px;
    height: 100%;
  }
  .blog .article__content, .archive .article__content, .search .article__content, .tag .article__content, .author .article__content, .page-template-bcc-groups-filtering .article__content {
    display: flex;
  }
  .blog .article__description, .archive .article__description, .search .article__description, .tag .article__description, .author .article__description, .page-template-bcc-groups-filtering .article__description {
    padding: 2rem;
  }
  .blog .article__description h4, .archive .article__description h4, .search .article__description h4, .tag .article__description h4, .author .article__description h4, .page-template-bcc-groups-filtering .article__description h4 {
    display: block;
    margin-bottom: 1rem;
  }
  .blog .article__description p, .archive .article__description p, .search .article__description p, .tag .article__description p, .author .article__description p, .page-template-bcc-groups-filtering .article__description p {
    display: block;
    margin-bottom: 0.5rem;
  }
}
.article:hover .article__image::after {
  opacity: 1;
}
.article:hover .article__image img {
  transform: scale3d(1.05, 1.05, 1);
}
.article:hover .article__description h4 {
  color: #bd8167;
}

.blog .site-main,
.archive .site-main {
  overflow: visible;
}
.blog .page__info,
.archive .page__info {
  max-width: 70rem;
}

.search-results .page-header,
.search-no-results .page-header {
  background: #004641;
  min-height: 100px;
  display: flex;
  align-items: center;
}
.search-results .page-header .page-title,
.search-no-results .page-header .page-title {
  background: #004641;
  position: relative;
  width: clamp(300px, 100% - 2rem, var(--w-content-read));
  margin-inline: auto;
  color: #fff;
  font-size: 1.5rem;
  font-weight: normal;
  letter-spacing: 0.25px;
}
.search-results .page-header .page-title span,
.search-no-results .page-header .page-title span {
  font-weight: bold;
}
.search-results .article__description,
.search-no-results .article__description {
  padding-top: 1rem;
}
.search-results .article__description h4,
.search-no-results .article__description h4 {
  margin-bottom: 0;
}
.search-results .entry-content > *,
.search-no-results .entry-content > * {
  width: clamp(300px, 100% - 2rem, var(--w-content-read));
  margin-inline: auto;
}
@media (min-width: 48em) {
  .search-results .entry-content > *,
  .search-no-results .entry-content > * {
    width: clamp(300px, 100% - 4rem, var(--w-content-read));
  }
  .search-results .page-header,
  .search-no-results .page-header {
    margin-inline: auto;
    width: calc(100% - 2rem);
    border-radius: 4px;
  }
}
@media (min-width: 64em) {
  .search-results .page-header,
  .search-no-results .page-header {
    width: calc(100% - 4rem);
  }
}

/* Single post */
.single-post .post__excerpt p {
  color: #ffffff;
  letter-spacing: 0.25px;
  opacity: 0.8;
}
.single-post .post__thumbnail {
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
  position: relative;
  margin: 0 auto 1.5rem;
}
.single-post .post__thumbnail img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .single-post .post__thumbnail {
    max-width: 800px;
  }
}
.single-post .post__ingress-text {
  text-align: left;
}
.single-post .post__published-date,
.single-post .post__author-text {
  color: #272727;
  opacity: 0.6;
  font-style: italic;
  font-size: 0.95rem;
}
@media screen and (min-width: 768px) {
  .single-post .post.tag-innsiktartikkel .entry-header {
    padding: 0;
  }
  .single-post .post.tag-innsiktartikkel .entry-header h1.entry-title {
    color: #fff;
    background-color: #8c543d;
    border-radius: 4px;
    margin-left: 1rem;
    margin-right: 1rem;
    padding: 0 1rem;
  }
  .single-post .post.tag-innsiktartikkel .entry-header .post__ingress-text {
    margin: 0 1rem;
  }
  .single-post .post.tag-innsiktartikkel .entry-header h3.featuredParagraph {
    color: #fff;
    font-weight: normal;
    letter-spacing: 1px;
    text-align: center;
  }
  .single-post .post.tag-innsiktartikkel .post__thumbnail {
    max-width: 100%;
    margin-bottom: 0;
  }
  .single-post .post.tag-innsiktartikkel .post__thumbnail:after {
    content: "";
    background: linear-gradient(0deg, rgb(0, 70, 65) 40%, rgba(0, 70, 65, 0) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.6;
  }
  .single-post .post.tag-innsiktartikkel .post__thumbnail img {
    max-height: 600px;
    object-fit: cover;
    object-position: 0 center;
  }
  .single-post .post.tag-innsiktartikkel .post__header-wrapper {
    position: absolute;
    bottom: 2rem;
    left: 0;
    right: 0;
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .single-post .post.tag-innsiktartikkel .post__header-wrapper {
    bottom: 4rem;
  }
}

hr,
.wp-block-separator {
  margin: 0 auto 1.5rem;
  border: 1px solid #e6ecec !important;
  background: #e6ecec;
  border-radius: 4px;
  opacity: 1 !important;
  width: 100%;
}
hr + h2, hr + h3,
.wp-block-separator + h2,
.wp-block-separator + h3 {
  margin-top: 0 !important;
}
.single-post hr,
.single-post .wp-block-separator {
  margin: 1rem auto;
}

/* Map */
.leaflet-tile-container {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.leaflet-tooltip {
  top: 19px;
}

.leaflet-popup {
  margin-bottom: 17px;
}
.leaflet-popup .leaflet-popup-content-wrapper {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  border-radius: 3px;
}
.leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content {
  margin: 6px 18px 6px 8px;
  width: auto !important;
  white-space: nowrap;
}
.leaflet-popup .leaflet-popup-tip-container {
  margin-top: -6px;
}
.leaflet-popup .leaflet-popup-tip-container .leaflet-popup-tip {
  box-shadow: none;
}
.leaflet-popup .leaflet-popup-close-button {
  padding: 2px 0px 0 0 !important;
}

.leaflet-interactive {
  background-color: #004641;
  border: 2px solid transparent;
  border-radius: 50%;
  box-shadow: 0 0 0 rgba(0, 70, 65, 0.4);
  animation: pulse 2s infinite;
  transition: 0.3s ease;
}
.leaflet-interactive svg {
  display: none;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 70, 65, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 1rem rgba(0, 70, 65, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 70, 65, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(0, 70, 65, 0.4);
    box-shadow: 0 0 0 0 rgba(0, 70, 65, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 1rem rgba(0, 70, 65, 0);
    box-shadow: 0 0 0 1rem rgba(0, 70, 65, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(0, 70, 65, 0);
    box-shadow: 0 0 0 0 rgba(0, 70, 65, 0);
  }
}
.leaflet-interactive:hover {
  background-color: #fff;
  border: 2px solid #004641;
}

/* Footer */
.footer {
  font-size: 0.85rem;
}
.footer .wp-block-column {
  margin: 0 !important;
  flex-basis: auto !important;
}
.footer .wp-block-columns {
  display: grid;
  margin-bottom: 0;
}
.footer .footer-content .wp-block-columns {
  text-align: center;
  gap: 2rem;
}
@media screen and (min-width: 1024px) {
  .footer .footer-content .wp-block-columns {
    gap: 4rem;
  }
}
.footer .footer-content p.logo {
  display: inline-block;
}
.footer .footer-content p:not(.logo) {
  margin-top: 1rem;
}
.footer .copyright {
  border-top: 1px solid #e6ecec;
  padding-top: 2rem;
  margin-top: 1rem;
}
body:not(.home) .footer .copyright {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.footer .copyright .wp-block-columns {
  gap: 1rem;
  text-align: center;
}
.footer .copyright .has-text-align-center {
  text-align: center;
}
.footer .copyright .wp-block-columns {
  text-align: center;
}
.footer .copyright .wp-block-column:nth-child(2) {
  opacity: 0.8;
}
.footer .copyright .wp-block-column:last-child {
  text-align: center;
  grid-row: 1/2;
}
.footer .copyright .wp-block-column:last-child p {
  display: inline-block;
  margin-left: 0.5rem;
}
.footer .site-info {
  padding-block: 2rem;
}
.footer .wrapper {
  width: clamp(300px, 100% - 2rem, var(--w-main-wrapper));
  gap: 1rem;
}
body.home .footer .logo .white,
body.home .footer .facebook .white,
body.home .footer .instagram .white {
  display: none;
}
body:not(.home) .footer {
  padding: 0;
}
body:not(.home) .footer p,
body:not(.home) .footer h4,
body:not(.home) .footer a:not(.wp-block-button__link) {
  color: #fff;
}
body:not(.home) .footer a:not(.wp-block-button__link) {
  text-decoration: underline;
}
body:not(.home) .footer .site-info {
  background-color: #004641;
}
body:not(.home) .footer .logo .color,
body:not(.home) .footer .facebook .color,
body:not(.home) .footer .instagram .color {
  display: none;
}
@media screen and (min-width: 520px) {
  .footer .footer-content .wp-block-columns {
    grid-template-columns: repeat(2, 1fr);
    text-align: left;
  }
  .footer .footer-content .wp-block-column:first-child {
    grid-column: 1/3;
  }
  .footer .copyright .wp-block-columns {
    grid-template-columns: 1fr 2fr 1fr;
    text-align: left;
  }
  .footer .copyright .wp-block-column:last-child {
    text-align: right;
    grid-row: auto;
  }
  .footer .copyright .has-text-align-center {
    text-align: center;
  }
}
@media screen and (min-width: 48em) {
  .footer {
    font-size: 15px;
  }
  .footer .site-info {
    width: calc(100% - 2rem);
    margin-inline: auto;
    margin-bottom: 2rem;
    border-radius: 4px;
  }
  .footer .footer-content .wp-block-column:last-child {
    grid-column-start: 4;
  }
  .footer .wrapper {
    gap: 2rem;
  }
}
@media screen and (min-width: 64em) {
  .footer .footer-content .wp-block-columns {
    grid-template-columns: repeat(4, 1fr);
  }
  .footer .footer-content .wp-block-column:first-child {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .footer .site-info {
    width: calc(100% - 4rem);
  }
}
.footer div.wp-block-column:empty {
  display: none;
}

.flex-column-group > .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
}

.no-bottom-radius {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.load-more-wrapper {
  width: 100%;
  text-align: center;
  margin-top: 24px;
}

.loading-icon {
  border: none;
  background: transparent;
  display: none;
}

.wp-block-query-pagination {
  display: none;
  margin-top: 2rem;
  justify-content: center;
}
.wp-block-query-pagination .page-numbers {
  color: #272727;
  display: inline-block;
  line-height: 2.5rem;
  width: 2.5rem;
  text-align: center;
  border-radius: 4px;
  margin: 0 0.125rem;
  position: relative;
  flex: 0 0 auto;
}
.wp-block-query-pagination .page-numbers i {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.75rem;
}
.wp-block-query-pagination .page-numbers span {
  display: none;
}
.wp-block-query-pagination .page-numbers.next, .wp-block-query-pagination .page-numbers.prev {
  width: auto;
}
.wp-block-query-pagination .page-numbers.next i, .wp-block-query-pagination .page-numbers.prev i {
  font-size: 1.25rem;
}
.wp-block-query-pagination .page-numbers.prev i {
  transform: scaleX(-1);
}
.wp-block-query-pagination .page-numbers.current {
  background-color: #004641;
  color: #fff;
}
.wp-block-query-pagination .page-numbers.dots {
  color: #004641;
  width: 2.5rem;
}
.wp-block-query-pagination .page-numbers:hover {
  filter: brightness(0.95);
}
.wp-block-query-pagination .prev {
  margin-right: auto;
  margin-left: 0;
}
.wp-block-query-pagination .next {
  margin-left: auto;
  margin-right: 0;
}
@media (min-width: 768px) {
  .wp-block-query-pagination .page-numbers {
    width: 3.5rem;
  }
  .wp-block-query-pagination .page-numbers span {
    display: inline-block;
    vertical-align: middle;
  }
  .wp-block-query-pagination .page-numbers.next {
    text-align: right;
  }
  .wp-block-query-pagination .page-numbers.prev {
    text-align: left;
  }
  .wp-block-query-pagination .page-numbers.next i {
    margin-left: 1rem;
  }
  .wp-block-query-pagination .page-numbers.prev i {
    margin-right: 1rem;
  }
}
@media (max-width: 399px) {
  .wp-block-query-pagination .page-numbers {
    width: 3.5rem;
  }
  .wp-block-query-pagination .page-numbers.prev, .wp-block-query-pagination .page-numbers.next, .wp-block-query-pagination .page-numbers.prev + .page-numbers, .wp-block-query-pagination .page-numbers:nth-last-of-type(2):not(.current) {
    display: none;
  }
}

.wp-block-separator {
  width: 100% !important;
}

.wp-block-ub-tabbed-content .vertical-content-width,
.wp-block-ub-tabbed-content .vertical-tab-width {
  width: 100%;
}
.wp-block-ub-tabbed-content .vertical-tab-width {
  display: none;
}
.wp-block-ub-tabbed-content .wp-block-ub-tabbed-content-tabs-content {
  border: none;
}
.wp-block-ub-tabbed-content .wp-block-ub-tabbed-content-accordion-toggle {
  position: relative;
  color: #659591 !important;
  border: 2px solid #659591;
  padding: 1rem 2rem;
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
  border-radius: 4px;
  cursor: pointer;
}
.wp-block-ub-tabbed-content .wp-block-ub-tabbed-content-accordion-toggle::after {
  color: inherit;
  font-size: 1.5rem;
  right: 2rem;
  font-family: "icomoon" !important;
  content: "\e902";
  font-weight: 300;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.wp-block-ub-tabbed-content .wp-block-ub-tabbed-content-accordion-toggle.active {
  background-color: #659591 !important;
  color: #fff !important;
  margin-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  font-weight: bold;
}
.wp-block-ub-tabbed-content .wp-block-ub-tabbed-content-accordion-toggle.active::after {
  content: "\e903";
}
.wp-block-ub-tabbed-content .ub-tabbed-content-tablet-accordion > .wp-block-ub-tabbed-content-tab-content-wrap {
  border: 2px solid #659591;
  margin-bottom: 1.5rem;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.wp-block-ub-tabbed-content .ub-tabbed-content-tablet-accordion > .wp-block-ub-tabbed-content-tab-content-wrap .slick-list {
  padding-bottom: 66.66%;
}
@media (min-width: 900px) {
  .wp-block-ub-tabbed-content .vertical-content-width,
  .wp-block-ub-tabbed-content .vertical-tab-width {
    width: auto;
  }
  .wp-block-ub-tabbed-content .vertical-tab-width {
    display: block;
  }
  .wp-block-ub-tabbed-content .ub-tabbed-content-tablet-accordion > .wp-block-ub-tabbed-content-tab-content-wrap {
    border: none;
  }
  .wp-block-ub-tabbed-content .wp-block-ub-tabbed-content-tabs-content {
    border: none;
    padding: 0;
  }
  .wp-block-ub-tabbed-content .wp-block-ub-tabbed-content-tab-title-vertical-wrap {
    border: none !important;
    border-bottom: 1px solid #e6ecec !important;
    border-radius: 0;
    padding: 0.75rem;
  }
  .wp-block-ub-tabbed-content .wp-block-ub-tabbed-content-tab-title-vertical-wrap:last-child {
    border-bottom: 0 !important;
  }
  .wp-block-ub-tabbed-content .wp-block-ub-tabbed-content-tab-title-vertical-wrap.active {
    background-color: #f5f1ea !important;
    color: #8c543d !important;
  }
}

@media (max-width: 599px) {
  .is-style-hide-on-mobile {
    display: none;
  }
}
/* Temporary */
.wp-block-image .alignright {
  float: left;
  margin-left: 0;
}

.grid__featured-article {
  margin-bottom: 1.5rem;
}
.grid__featured-article .article.featured .article__description {
  padding: 1rem;
}
@media (min-width: 768px) {
  .grid__featured-article .article.featured .article__description {
    padding: 2rem;
  }
}

.error404,
.search-no-results {
  background: #f8f7f6;
}

.not-found {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  justify-content: center;
  padding: 2rem 1rem;
}
.not-found .page-header,
.not-found .page-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.not-found h1,
.not-found h3 {
  color: #004641;
  line-height: 1.5;
}
.not-found .search-form {
  position: relative;
  display: inline-block;
  max-width: 380px;
  width: 100%;
  margin-top: 1rem;
}
.not-found input {
  border-radius: 4px;
}
.not-found .search-field {
  width: 100%;
  height: 2.5rem;
  padding: 0 1rem;
  border: 1px solid #e6ecec;
}
.not-found .search-submit {
  position: absolute;
  top: 0;
  right: 0;
  width: 4rem;
  height: 2.5rem;
  background: #e6ecec;
  border: 1px solid #e6ecec;
}
.not-found .wp-block-button {
  margin-top: 3rem;
  display: inline-block;
}
@media (min-width: 1024px) {
  .not-found {
    padding: 4rem 1rem;
  }
  .not-found h1 {
    font-size: 8rem;
  }
  .not-found h3 {
    font-size: 3rem;
  }
}

.fancybox-caption a.download-image {
  color: #8c543d;
  font-style: italic;
}

@media (max-width: 48em) {
  .entry-content div[id*=ays-poll-container-] .apm-answers .apm-choosing .ays_label_poll > div.ays-poll-answers {
    width: 100%;
  }
}
.notification {
  position: fixed;
  display: none;
  right: 2rem;
  bottom: 2rem;
  z-index: 2;
}
.notification__close {
  position: absolute;
  top: -2.25em;
  right: 0;
  width: 2em;
  height: 2em;
  background: #004641;
  border-radius: 50%;
  cursor: pointer;
  color: #f4f7f7;
  transition: 0.4s ease;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.notification__close i {
  margin-top: 2px;
}
.notification__close:hover {
  opacity: 0.6;
}
.notification__content {
  width: 32ch;
  background: #004641;
  border-radius: 8px;
  padding: 0.5em 1em;
}
.notification__content a {
  color: #f4f7f7;
}
.notification__content a:hover {
  opacity: 0.6;
  color: #f4f7f7;
}
.notification[data-visible] {
  display: block;
}
@media (max-width: 768px) {
  .notification {
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }
  .notification__content {
    width: 100%;
  }
}

.splide {
  position: relative;
  margin-inline: auto;
}
.splide__heading {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.splide__heading h2 {
  flex: 1;
}
.splide__slide::before {
  display: none !important;
}
.splide__slide .content {
  position: relative;
  height: 100%;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.062745098);
  overflow: hidden;
}
.splide__slide .link {
  position: absolute;
  inset: 0;
}
.splide__slide .thumbnail {
  color: #fff;
  background-color: #004641;
  display: grid;
  place-content: center;
  grid-auto-rows: min-content;
  text-align: center;
  aspect-ratio: 3/2;
  overflow: hidden;
}
.splide__slide .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease-in-out;
}
.splide__slide .thumbnail span {
  line-height: 1;
}
.splide__slide .thumbnail .day {
  font-family: "IBM Plex Serif", serif;
  font-weight: bold;
  font-size: 4rem;
}
.splide__slide .thumbnail .month {
  font-size: 2rem;
}
.splide__slide .description {
  padding: 0.75rem 1rem;
  display: flex;
  flex-flow: column nowrap;
  gap: 0.75rem;
}
.splide__slide .time {
  display: flex;
  align-items: center;
  gap: 8px;
}
.splide__slide .time i {
  font-size: 1rem;
}
.splide__slide .category {
  text-transform: uppercase;
}
.splide__slide .title {
  margin-bottom: 0 !important;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.15;
  transition: color 300ms ease-in-out;
}
.splide__slide .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0px 10px;
}
.splide__slide .tags span,
.splide__slide .tags i {
  font-size: 0.75rem;
}
.splide__slide .tags span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
#related-articles .splide__slide {
  width: 280px;
}
#news-articles .splide__slide {
  width: 275px;
}
.splide__slide:hover .title {
  color: #8c543d;
}
.splide__slide:hover .thumbnail img {
  transform: scale(1.1);
}
.splide__pagination {
  list-style-type: none;
  position: relative;
  margin-top: 1rem;
  bottom: 0;
}
.splide__pagination li button {
  width: 1rem;
  height: 4px;
  border-radius: 4px;
  opacity: 0.2;
  transition: width 0.3s ease;
}
.splide__pagination li button.is-active {
  width: 2rem;
  height: 4px;
  background-color: #004641;
  transform: scale(1);
  opacity: 1;
}
.splide .wp-block-button.is-style-read-more {
  margin-top: 2rem;
  text-align: center;
  display: flex;
  place-content: center;
}
.splide .wp-block-button.is-style-read-more .wp-block-button__link {
  color: #8c543d;
}
.splide .wp-block-button.is-style-read-more .wp-block-button__link::before {
  background-color: rgba(140, 84, 61, 0.2);
  color: #8c543d;
}
.splide.has-wrapper {
  width: clamp(300px, 100% - 2rem, var(--w-main-wrapper));
}
.splide.has-wrapper .splide__arrows {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.splide.has-wrapper .splide__arrows button {
  position: relative;
  inset: 0;
  transform: none;
  color: #272727;
}
.splide.has-wrapper .splide__arrows button:disabled {
  opacity: 0.2;
  pointer-events: none;
}
.splide.has-overflow .splide__track {
  overflow: visible;
}
.splide[aria-label*=gallery] {
  width: 100%;
}
.splide[aria-label*=gallery] .splide__track {
  border-radius: 4px;
}
.wp-block-ub-tabbed-content .splide[aria-label*=gallery] .splide__list {
  aspect-ratio: 3/2;
}
.splide[aria-label*=gallery] .splide__slide {
  background-color: #272727;
  display: flex;
  place-content: center;
}
.splide[aria-label*=gallery] .splide__slide:not(.is-active) {
  height: 0;
}
.splide[aria-label*=gallery] .splide__slide img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.second-level .entry-content .splide figcaption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3) 70%, transparent);
  bottom: 0;
  color: #fff;
  font-size: 13px;
  left: 0;
  margin-bottom: 0;
  max-height: 60%;
  overflow: auto;
  padding: 0 8px 8px;
  position: absolute;
  text-align: center;
  width: 100%;
  opacity: 1;
}
.second-level .entry-content .splide .splide__pagination {
  margin-top: 1rem;
}
@media (min-width: 48em) {
  #related-articles .splide__slide {
    width: 100%;
  }
  #related-articles .splide__list {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 64em) {
  .splide.has-wrapper {
    width: clamp(300px, 100% - 4rem, var(--w-main-wrapper));
  }
}

.external-links-content {
  width: clamp(280px, 100%, 72rem);
  margin-inline: auto;
  display: grid;
  gap: 1rem;
}
.external-links .external-link-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.062745098);
  border-radius: 2px;
  padding-block: 1rem;
  padding-inline: 1.5rem;
  transition: 300ms ease-in-out;
}
.external-links .external-link-item__title {
  flex: 1;
  font-weight: 600;
}
.external-links .external-link-item__url {
  position: absolute;
  inset: 0;
}
.external-links .external-link-item:hover,
.external-links .external-link-item:focus-visible {
  background-color: #004641;
  color: #fff;
}
@media (min-width: 420px) {
  .external-links-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 48em) {
  .external-links-content {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 64em) {
  .external-links-content {
    grid-template-columns: repeat(4, 1fr);
  }
}

.accordion-item__header {
  padding: 1rem 1.3rem;
  border-top: 1px solid #ddd;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.accordion-item__header p {
  font-size: 1.2rem;
  text-transform: uppercase;
  margin-bottom: 0 !important;
}
.accordion-item__header span {
  color: #8e8e8e;
}
.accordion-item__content {
  opacity: 0;
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  display: none;
}
.accordion-item__content ul li span {
  font-weight: bold;
  color: darkgreen;
  display: block;
  margin-bottom: 0.6rem;
}
.accordion-item__thumbnail a {
  display: block;
  background: darkgreen;
  color: #fff;
  padding: 0.6rem 1rem;
  text-align: center;
  transition: box-shadow 300ms ease;
}
.accordion-item__thumbnail a:hover {
  box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2);
}
.accordion-item__date {
  display: flex;
  gap: 1rem;
}
.accordion-item__date li {
  background-color: #fff;
  border-radius: 1rem;
  padding: 0.6rem 1rem;
  flex: 1;
}
.accordion-item__fee {
  background-color: #fff;
  border-radius: 1rem;
  padding: 0.6rem 1rem;
}
.accordion-item.active .accordion-item__header {
  background-color: rgba(0, 0, 0, 0.03);
}
.accordion-item.active .accordion-item__header p {
  color: darkgreen;
  font-weight: bold;
}
.accordion-item.active .accordion-item__header span {
  font-weight: bold;
}
.accordion-item.active .accordion-item__content {
  opacity: 1;
  display: grid !important;
  gap: 1rem;
}

:root {
  --w-main-wrapper: 70rem;
  --w-post-thumbnail: 50rem;
  --w-content-read: 46rem;
  --w-content-small: 38rem;
  --w-page-title: 34rem;
  --w-sidebar: 16rem;
}

@media (min-width: 48em) {
  .margin-bottom {
    margin-bottom: 1rem;
  }
}
@media (min-width: 64em) {
  .margin-bottom {
    margin-bottom: 2rem;
  }
}

.wp-block-cover {
  margin-inline: auto;
}
.wp-block-cover .wp-block-group__inner-container {
  display: grid;
  gap: 1rem;
  padding-inline: 1rem;
}
.wp-block-cover .wp-block-group__inner-container .wp-block-buttons {
  justify-content: center;
}
.wp-block-cover.aligncenter .wp-block-group__inner-container {
  margin-inline: auto;
  place-items: center;
}
.wp-block-cover.hero {
  align-items: flex-end;
}
.wp-block-cover.hero .wp-block-group__inner-container {
  margin-bottom: 2rem;
}
.wp-block-cover.promo-banner {
  padding: 2rem !important;
}
.wp-block-cover.promo-banner .wp-block-group__inner-container {
  max-width: 100%;
}
.wp-block-cover.page-banner .wp-block-group__inner-container, .wp-block-cover.world-map .wp-block-group__inner-container {
  max-width: 100%;
  place-items: center;
  text-align: center;
}
.wp-block-cover.world-map {
  align-items: flex-start;
}
@media (min-width: 48em) {
  .wp-block-cover {
    border-radius: 4px;
    overflow: hidden;
  }
  .wp-block-cover .wp-block-group__inner-container {
    max-width: var(--w-page-title);
    width: 100%;
    padding-inline: 0;
  }
  .wp-block-cover .wp-block-group__inner-container .wp-block-buttons {
    justify-content: left;
  }
  .wp-block-cover.hero {
    align-items: center;
  }
  .wp-block-cover.hero .wp-block-group__inner-container {
    margin-bottom: 0;
  }
  .wp-block-cover.page-banner, .wp-block-cover.world-map {
    align-items: center;
  }
  .wp-block-cover.page-banner .wp-block-group__inner-container, .wp-block-cover.world-map .wp-block-group__inner-container {
    max-width: var(--w-page-title);
    width: 100%;
    place-items: start;
    text-align: left;
  }
}
@media (min-width: 64em) {
  .wp-block-cover .wp-block-group__inner-container {
    gap: 2rem;
  }
  .wp-block-cover .wp-block-group__inner-container p {
    font-size: 1.25rem;
    opacity: 0.8;
  }
  .wp-block-cover.promo-banner .wp-block-group__inner-container {
    gap: 1rem;
  }
}

@media (max-width: 767px) {
  .world-map .wp-block-cover__image-background {
    object-position: bottom !important;
  }
}

.key-roles-banner {
  width: 100%;
}
.key-roles-banner .wp-block-group__inner-container {
  width: clamp(300px, 100% - 2rem, var(--w-main-wrapper));
  margin: 0 auto;
  padding: 0.85rem 0;
}
.key-roles-banner + .hero {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
@media (max-width: 768px) {
  .key-roles-banner .wp-block-group__inner-container {
    padding-bottom: 1.25rem;
  }
  .key-roles-banner h3 {
    text-align: center;
    margin-bottom: 0.5rem;
  }
}

.world-map,
.promo-banner,
.page-banner,
.hero,
.key-roles-banner {
  margin: 0 auto;
}
.world-map .wp-block-cover__inner-container,
.promo-banner .wp-block-cover__inner-container,
.page-banner .wp-block-cover__inner-container,
.hero .wp-block-cover__inner-container,
.key-roles-banner .wp-block-cover__inner-container {
  max-width: var(--w-main-wrapper);
}
@media (min-width: 48em) {
  .world-map,
  .promo-banner,
  .page-banner,
  .hero,
  .key-roles-banner {
    width: clamp(300px, 100% - 2rem, var(--w-main-wrapper));
  }
}
@media (min-width: 64em) {
  .world-map,
  .promo-banner,
  .page-banner,
  .hero,
  .key-roles-banner {
    width: calc(100% - 4rem);
  }
}

.news,
.initiatives,
.history {
  width: clamp(300px, 100% - 2rem, var(--w-main-wrapper));
  margin-inline: auto;
}
@media (min-width: 64em) {
  .news,
  .initiatives,
  .history {
    width: clamp(300px, 100% - 4rem, var(--w-main-wrapper));
  }
}

.news .wp-block-button.is-style-read-more .wp-block-button__link,
.history .wp-block-button.is-style-read-more .wp-block-button__link {
  color: #8c543d;
}
.news .wp-block-button.is-style-read-more .wp-block-button__link::before,
.history .wp-block-button.is-style-read-more .wp-block-button__link::before {
  background-color: rgba(140, 84, 61, 0.2);
  color: #8c543d;
}
@media screen and (min-width: 768px) {
  .news .wp-block-button.is-style-read-more .wp-block-button__link,
  .history .wp-block-button.is-style-read-more .wp-block-button__link {
    font-size: 1.25rem;
  }
}

.news,
.initiatives,
.history {
  margin-block: 2rem;
}
@media (min-width: 48em) {
  .news,
  .initiatives,
  .history {
    margin-block: 3rem;
  }
}

.is-style-full-width {
  width: 100%;
}

.second-level .entry-header {
  position: relative;
  padding: 2rem 1rem;
}
.second-level .entry-header p.featuredParagraph,
.second-level .entry-header h3.featuredParagraph,
.second-level .entry-header h4.featuredParagraph {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 0;
}
.second-level .entry-header div:last-child span {
  opacity: 0.8;
}
.second-level .entry-header div:last-child a,
.second-level .entry-header div:last-child span {
  margin: 0 0.2rem;
}
.second-level .page__thumbnail {
  position: absolute;
  inset: 0;
}
.second-level .page__thumbnail img {
  object-position: center 30%;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.second-level .wp-block-separator {
  max-width: var(--w-content-read);
}
.second-level article.page .entry-header {
  background: #004641;
  min-height: 240px;
  display: flex;
  align-items: center;
}
.second-level article.page .entry-header .page__info {
  position: relative;
  width: 100%;
  max-width: var(--w-content-read);
  margin-inline: auto;
}
.second-level article.page .entry-header .page__info h1 {
  color: #fff;
}
.second-level article.page .entry-header .page__info p {
  color: #ffffff;
  margin-top: 1rem;
  opacity: 0.8;
  font-weight: normal;
  letter-spacing: 0.25px;
}
.second-level article.page.has-post-thumbnail .entry-header .page__thumbnail::before {
  content: "";
  background: linear-gradient(90deg, rgb(0, 70, 65) 0%, rgba(0, 70, 65, 0.8) 30%, rgba(0, 70, 65, 0.2) 65%, rgba(0, 70, 65, 0.8) 100%);
  position: absolute;
  inset: 0;
}
.second-level article.page.post-75577 .entry-header {
  min-height: 120px;
}
.second-level article.type-post .entry-header {
  background: #f8f7f6;
}
.second-level article.type-post .entry-header .post__tags {
  margin-block: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
}
.second-level article.type-post .entry-header .post__tags a {
  border-radius: 2px;
  padding: 6px 8px;
  color: #8c543d;
  font-size: 0.7rem;
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.second-level article.type-post .entry-header .post__thumbnail {
  width: 100%;
  max-width: var(--w-post-thumbnail);
  margin-inline: auto;
}
.second-level article.type-post .entry-header .post__thumbnail img {
  aspect-ratio: 3/2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.second-level article.type-post .entry-header .post__header-wrapper {
  width: 100%;
  max-width: var(--w-content-read);
  margin-inline: auto;
}
.second-level article.type-post .entry-header .post__published-date {
  text-align: center;
}
.second-level article.type-post .entry-header .entry-title {
  text-align: center;
  margin-block: 1.5rem 2rem;
}
.second-level article.page .entry-content > *,
.second-level article.post .entry-content > * {
  width: clamp(300px, 100% - 2rem, var(--w-content-read));
  margin-inline: auto;
}
.second-level article.page .entry-content .is-style-faktaboks,
.second-level article.page .entry-content .is-style-infotext,
.second-level article.page .entry-content .is-style-smaller,
.second-level article.page .entry-content .wp-block-quote,
.second-level article.page .entry-content .c-accordion__item,
.second-level article.post .entry-content .is-style-faktaboks,
.second-level article.post .entry-content .is-style-infotext,
.second-level article.post .entry-content .is-style-smaller,
.second-level article.post .entry-content .wp-block-quote,
.second-level article.post .entry-content .c-accordion__item {
  max-width: var(--w-content-small);
  margin-inline: auto;
}
.second-level article.page .entry-content .is-style-full-width,
.second-level article.post .entry-content .is-style-full-width {
  width: 100%;
}
.second-level article.page .entry-content .wp-block-ub-tabbed-content,
.second-level article.post .entry-content .wp-block-ub-tabbed-content {
  width: clamp(300px, 100% - 2rem, var(--w-main-wrapper));
  display: grid;
}
.second-level article.page .entry-content .wp-block-ub-tabbed-content-tabs-content,
.second-level article.post .entry-content .wp-block-ub-tabbed-content-tabs-content {
  min-width: 0;
}
@media (min-width: 48em) {
  .second-level .entry-header {
    width: calc(100% - 2rem);
    margin-inline: auto;
    border-radius: 4px;
  }
  .second-level .page__thumbnail {
    border-radius: 4px;
    overflow: hidden;
  }
}
@media (min-width: 900px) {
  .second-level article.page .entry-content .wp-block-ub-tabbed-content,
  .second-level article.post .entry-content .wp-block-ub-tabbed-content {
    grid-template-columns: auto 1fr;
  }
}
@media (min-width: 64em) {
  .second-level .entry-header {
    width: calc(100% - 4rem);
  }
  .second-level article.page .entry-content > *,
  .second-level article.post .entry-content > * {
    width: clamp(300px, 100% - 4rem, var(--w-content-read));
  }
  .second-level article.page .entry-content .is-style-faktaboks,
  .second-level article.page .entry-content .is-style-infotext,
  .second-level article.page .entry-content .is-style-smaller,
  .second-level article.page .entry-content .wp-block-quote,
  .second-level article.page .entry-content .c-accordion__item,
  .second-level article.post .entry-content .is-style-faktaboks,
  .second-level article.post .entry-content .is-style-infotext,
  .second-level article.post .entry-content .is-style-smaller,
  .second-level article.post .entry-content .wp-block-quote,
  .second-level article.post .entry-content .c-accordion__item {
    max-width: var(--w-content-small);
  }
  .second-level article.page .entry-content .wp-block-ub-tabbed-content,
  .second-level article.post .entry-content .wp-block-ub-tabbed-content {
    width: clamp(300px, 100% - 4rem, var(--w-main-wrapper));
  }
  .second-level article.page .entry-content .wp-block-ub-tabbed-content-tab-holder,
  .second-level article.post .entry-content .wp-block-ub-tabbed-content-tab-holder {
    width: var(--w-sidebar);
    margin-right: 2rem;
  }
}

.blog .entry-header,
.archive .entry-header,
.page-template-bcc-groups-filtering .entry-header {
  min-height: 200px;
  display: flex;
  align-items: center;
}
.blog .entry-header .page__thumbnail::before,
.archive .entry-header .page__thumbnail::before,
.page-template-bcc-groups-filtering .entry-header .page__thumbnail::before {
  content: "";
  background: linear-gradient(90deg, rgb(0, 70, 65) 0%, rgba(0, 70, 65, 0.8) 30%, rgba(0, 70, 65, 0.2) 65%, rgba(0, 70, 65, 0.8) 100%);
  position: absolute;
  inset: 0;
}
.blog .entry-header .page__info,
.archive .entry-header .page__info,
.page-template-bcc-groups-filtering .entry-header .page__info {
  position: relative;
  width: 100%;
  max-width: var(--w-main-wrapper);
  margin-inline: auto;
}
.blog .entry-header .page__info h1,
.archive .entry-header .page__info h1,
.page-template-bcc-groups-filtering .entry-header .page__info h1 {
  color: #fff;
}
.blog .entry-header .page__info p,
.archive .entry-header .page__info p,
.page-template-bcc-groups-filtering .entry-header .page__info p {
  color: #ffffff;
  margin-top: 1rem;
  opacity: 0.8;
  font-weight: normal;
  letter-spacing: 0.25px;
}
.blog .entry-content,
.archive .entry-content,
.page-template-bcc-groups-filtering .entry-content {
  position: relative;
  width: clamp(300px, 100% - 2rem, var(--w-main-wrapper));
  margin-inline: auto;
  display: grid;
}
.blog .categories,
.archive .categories,
.page-template-bcc-groups-filtering .categories {
  position: absolute;
  top: -72px;
  right: 1rem;
  text-align: right;
}
.blog .categories button,
.archive .categories button,
.page-template-bcc-groups-filtering .categories button {
  margin-left: auto;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  background: #fff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  color: #272727;
  line-height: 2.5rem;
  padding: 0 0.5rem 0 1rem;
  border: none;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}
.blog .categories button i,
.archive .categories button i,
.page-template-bcc-groups-filtering .categories button i {
  margin-left: 0.5rem;
}
.blog .categories .wp-block-categories-list,
.archive .categories .wp-block-categories-list,
.page-template-bcc-groups-filtering .categories .wp-block-categories-list {
  position: absolute;
  top: 3rem;
  right: 0;
  background: #fff;
  border-radius: 4px;
  display: grid;
  visibility: hidden;
  margin: 0;
  padding: 0;
  box-shadow: 0 0 2rem 0 rgba(39, 39, 39, 0.1);
  z-index: 10;
  text-align: left;
}
.blog .categories .wp-block-categories-list li,
.archive .categories .wp-block-categories-list li,
.page-template-bcc-groups-filtering .categories .wp-block-categories-list li {
  flex: 0 0 auto;
  border-bottom: 1px solid #e6ecec;
}
.blog .categories .wp-block-categories-list li:last-child,
.archive .categories .wp-block-categories-list li:last-child,
.page-template-bcc-groups-filtering .categories .wp-block-categories-list li:last-child {
  border-bottom: none;
}
.blog .categories .wp-block-categories-list li:first-child a,
.archive .categories .wp-block-categories-list li:first-child a,
.page-template-bcc-groups-filtering .categories .wp-block-categories-list li:first-child a {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.blog .categories .wp-block-categories-list li:last-child a,
.archive .categories .wp-block-categories-list li:last-child a,
.page-template-bcc-groups-filtering .categories .wp-block-categories-list li:last-child a {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.blog .categories .wp-block-categories-list li.active > a,
.archive .categories .wp-block-categories-list li.active > a,
.page-template-bcc-groups-filtering .categories .wp-block-categories-list li.active > a {
  background: #f5f1ea;
  color: #8c543d;
}
.blog .categories .wp-block-categories-list a,
.archive .categories .wp-block-categories-list a,
.page-template-bcc-groups-filtering .categories .wp-block-categories-list a {
  display: block;
  color: #272727;
  padding: 0.75rem 2rem;
  transition: background-color 400ms, color 400ms;
}
.blog .categories .wp-block-categories-list a:hover,
.archive .categories .wp-block-categories-list a:hover,
.page-template-bcc-groups-filtering .categories .wp-block-categories-list a:hover {
  background: #f5f1ea;
  color: #8c543d;
}
.blog .categories .wp-block-categories-list.active,
.archive .categories .wp-block-categories-list.active,
.page-template-bcc-groups-filtering .categories .wp-block-categories-list.active {
  visibility: visible;
}
@media (min-width: 48em) {
  .blog .entry-content,
  .archive .entry-content,
  .page-template-bcc-groups-filtering .entry-content {
    grid-template-columns: auto 1fr;
  }
}
@media screen and (min-width: 64em) {
  .blog .entry-content,
  .archive .entry-content,
  .page-template-bcc-groups-filtering .entry-content {
    width: clamp(300px, 100% - 4rem, var(--w-main-wrapper));
  }
  .blog .categories,
  .archive .categories,
  .page-template-bcc-groups-filtering .categories {
    position: relative;
    text-align: left;
    width: var(--w-sidebar);
    margin-bottom: 2rem;
    margin-right: 2rem;
    top: 0;
    right: 0;
  }
  .blog .categories button,
  .archive .categories button,
  .page-template-bcc-groups-filtering .categories button {
    margin-left: 0;
    padding: 0;
    border: none;
    pointer-events: none;
    background: transparent;
  }
  .blog .categories button i,
  .archive .categories button i,
  .page-template-bcc-groups-filtering .categories button i {
    display: none;
  }
  .blog .categories .wp-block-categories-list,
  .archive .categories .wp-block-categories-list,
  .page-template-bcc-groups-filtering .categories .wp-block-categories-list {
    position: relative;
    top: 0;
    margin-top: 1rem;
    visibility: visible;
    box-shadow: none;
    grid-template-columns: minmax(0, 1fr);
  }
  .blog .categories .wp-block-categories-list a,
  .archive .categories .wp-block-categories-list a,
  .page-template-bcc-groups-filtering .categories .wp-block-categories-list a {
    padding: 0.75rem;
  }
}

.page-template-bcc-groups-filtering .entry-header {
  min-height: auto;
}
.page-template-bcc-groups-filtering .categories {
  top: 0;
  right: 0;
}
.page-template-bcc-groups-filtering .categories .categories__button {
  display: none;
}
@media (min-width: 1024px) {
  .page-template-bcc-groups-filtering .categories .categories__button {
    display: flex;
  }
}

.list__articles {
  min-width: 0;
}
.list__articles #load-more-content .wp-block-group__inner-container {
  display: grid;
  gap: 1rem;
}
.list__articles .post__published-date {
  font-style: italic;
  text-align: left;
}
@media (min-width: 48em) {
  .list__articles .post__published-date {
    text-align: right;
  }
}

.list__actions {
  margin-bottom: 1.5rem;
  display: flex;
  place-content: end;
}

.archive .entry-header {
  background: url("/wp-content/uploads/2022/01/BANNER-nyheter-og-aktuelt-BCC-trossamfunn-web.jpg");
  background-position: center 30%;
  background-size: cover;
}
.archive .entry-header::before {
  content: "";
  background: linear-gradient(90deg, rgb(0, 70, 65) 0%, rgba(0, 70, 65, 0.8) 30%, rgba(0, 70, 65, 0.2) 65%, rgba(0, 70, 65, 0.8) 100%);
  position: absolute;
  inset: 0;
}
.archive.post-type-archive .entry-header {
  background: #004641;
  min-height: 100px;
}
.archive.post-type-archive .entry-header .page__info {
  max-width: var(--w-content-read);
}
@media (min-width: 48em) {
  .archive .entry-header {
    border-radius: 4px;
    overflow: hidden;
  }
}

.article.passed-date.hidden {
  display: none !important;
}

.entry-footer {
  margin-block: 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1.5rem;
}
.entry-footer .wp-block-button__link::before {
  transform: rotate(180deg);
}

.bcc-button {
  height: 2.5rem;
  column-gap: 0.5rem;
  border-radius: 0.5rem;
  padding: 0.625rem 1.25rem;
  font-size: 1rem;
  line-height: 1.25rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  border-width: 2px;
  font-weight: 600;
  letter-spacing: 0.025em;
}
.bcc-button a {
  color: currentColor !important;
}
.bcc-button.hidden {
  display: none !important;
}
.bcc-button:hover {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -2px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),
    0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}
.bcc-button.is-loading {
  padding: 0 1.25rem;
}
.bcc-button.is-loaded {
  display: none !important;
}

.bcc-button-center {
  justify-content: center;
}

.bcc-button-rounded {
  border-radius: 100rem;
}

.bcc-button-primary {
  border-color: transparent;
  background-color: #004641;
  color: #fff !important;
}
.bcc-button-primary:hover {
  background-color: rgb(243, 250, 247);
  color: #004641 !important;
}

.bcc-button-secondary {
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(48, 113, 94, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(48, 113, 94, var(--tw-text-opacity)) !important;
}
.bcc-button-secondary:hover {
  border-color: rgba(42, 91, 78, var(--tw-border-opacity));
  background-color: rgba(243, 250, 247, var(--tw-bg-opacity));
  color: rgba(42, 91, 78, var(--tw-text-opacity)) !important;
}

.container {
  margin-inline: auto;
  padding-inline: 1rem;
}

.container .wp-block-columns.is-layout-flex {
  gap: 1rem;
}

.container .is-style-disclaimer {
  margin-bottom: 0;
}

@media (min-width: 64em) {
  .container {
    padding-inline: 2rem;
  }
}
@media (min-width: 80em) {
  .container {
    max-width: 1280px;
  }
  .container .wp-block-columns.is-layout-flex {
    gap: 2rem;
  }
}
@media (min-width: 96em) {
  .container {
    max-width: 1536px;
  }
}
.article-card {
  position: relative;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 1px 10px 0px rgba(16, 24, 40, 0.1), 0px 1px 8px 0px rgba(16, 24, 40, 0.06);
  height: 100%;
}
.article-card_body {
  padding: 12px;
}
.article-card_link::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: auto;
  background-color: rgba(0, 0, 0, 0);
}
.article-card img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  transition: 400ms ease-in-out;
}
.article-card_thumbnail {
  background-color: #004641;
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
}
.article-card_thumbnail::after {
  content: "";
  background: rgba(0, 70, 65, 0.4);
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: 400ms ease-in-out;
}
.article-card_title {
  margin-bottom: 0 !important;
  line-height: 120%;
  transition: 400ms ease-in-out;
}
.article-card_date {
  display: block;
  margin-block: 12px;
}
.article-card:hover .article-card_thumbnail::after {
  opacity: 1;
}
.article-card:hover .article-card_thumbnail img {
  transform: scale(1.1);
}
.article-card:hover .article-card_title {
  color: #8c543d;
}

.event-card {
  position: relative;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 1px 10px 0px rgba(16, 24, 40, 0.1), 0px 1px 8px 0px rgba(16, 24, 40, 0.06);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.event-card_body {
  padding: 12px;
  flex: 1;
}
.event-card_link::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: auto;
  background-color: rgba(0, 0, 0, 0);
}
.event-card_title {
  line-height: 120%;
  transition: 400ms ease-in-out;
}
.event-card_date {
  background-color: #004641;
  padding: 12px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
}
.article.passed-date .event-card_date {
  filter: grayscale(1);
  opacity: 0.4;
}
.event-card:hover .event-card_title {
  color: #8c543d;
}

.article-card_tags,
.event-card_tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0px 10px;
}
.article-card_tags a,
.event-card_tags a {
  position: relative;
  z-index: 2;
}
.article-card_tags span,
.article-card_tags i,
.event-card_tags span,
.event-card_tags i {
  font-size: 0.75rem;
}
.article-card_tags span,
.event-card_tags span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.external-results {
  margin-top: 3rem;
}