@charset "UTF-8";
/*! srn-screen, gör inga ändringar i denna filen direkt i sitevision */ /* WEBBPLATSSPECIFIKA INSTÄLLNINGAR */
/* GENERELLA INSTÄLLNINGAR */
/* bootstrap-select */
.bootstrap-select {
  position: relative;
}
@media screen and (max-width: 768px) {
  .bootstrap-select:after {
    display: block;
    content: "";
    position: absolute;
    bottom: 21px;
    right: 20px;
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #000000;
    width: 8px;
    height: 8px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
@media screen and (min-width: 769px) {
  .bootstrap-select select {
    display: none;
  }
}
@media screen {
  .bootstrap-select select {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .bootstrap-select select {
    display: block;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    font-size: 16px;
    padding: 15px 30px;
    border: none;
    background-color: #ffffff;
    font-family: georgia;
    border-radius: 50px;
    width: 100%;
    position: relative;
  }
}
.bootstrap-select .bs-dropdown-menu {
  position: relative;
}
.bootstrap-select .bs-dropdown-menu.inner {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 0 1px #CCCCCC;
          box-shadow: 0 0 0 1px #CCCCCC;
  list-style-type: none;
  margin: 0;
  padding: 0;
  z-index: 100;
}
.bootstrap-select .bs-dropdown-menu.inner a {
  display: block;
  text-decoration: none;
  position: relative;
  font-family: georgia, serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #1a1a1a;
  text-decoration: none;
  display: block;
  padding: 15px 22px 15px 22px;
  cursor: pointer;
}
.bootstrap-select .bs-dropdown-menu.inner a:hover, .bootstrap-select .bs-dropdown-menu.inner a:focus {
  text-decoration: underline;
  background-color: #f8f8f8;
}
.bootstrap-select .dropdown-toggle {
  font-family: georgia, serif;
  font-size: 16px;
  border-radius: 25px;
  padding: 16px 30px 14px 30px;
  border: none;
  background-color: #ffffff;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .bootstrap-select .dropdown-toggle {
    display: none;
  }
}
.bootstrap-select .dropdown-toggle:after {
  display: block;
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  border-width: 0 2px 2px 0;
  border-style: solid;
  border-color: #000000;
  width: 8px;
  height: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.bootstrap-select--white-background .dropdown-toggle {
  border: 1px solid #CCCCCC;
}

.dropdown-toggle--multiple a {
  padding-left: 53px !important;
}

.dropdown-toggle--multiple a:before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 19px;
  width: 22px;
  height: 22px;
  border-radius: 2px;
  background-color: transparent;
  border: solid 1px #CCCCCC;
}

.dropdown-toggle--multiple li.selected a:after {
  content: "";
  display: block;
  background-image: url("/webdav/files/System/svg/sprite.svg");
  background-repeat: no-repeat;
  background-position-x: -10px;
  background-position-y: -106px;
  width: 15px;
  height: 12px;
  position: absolute;
  top: 20px;
  left: 25px;
}

.bootstrap-select.open .dropdown-toggle:after {
  top: 24px;
  border-width: 2px 0 0 2px;
}

.bootstrap-select.open .bs-dropdown-menu.inner {
  display: block;
}

.bootstrap-select .filter-option {
  font-family: georgia, serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #1a1a1a;
}

.bootstrap-select .bs-placeholder .filter-option {
  color: #454545;
}

.srn-heading-1 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 47px;
  overflow-wrap: break-word;
}
@media screen and (max-width: 768px) {
  .srn-heading-1 {
    font-size: 36px;
  }
}
@media print {
  .srn-heading-1 {
    color: #000000;
    font-size: 30px;
    margin-top: 30px !important;
  }
}

.srn-heading-2 {
  margin: 20px 0;
}
@media print {
  .srn-heading-2 {
    color: #000000;
    font-size: 25px;
  }
}

.srn-heading-3 {
  margin: 20px 0;
}
@media print {
  .srn-heading-3 {
    color: #000000;
  }
}

.srn-lead {
  margin-top: 0;
  margin-bottom: 30px;
}
@media print {
  .srn-lead {
    font-size: 20px;
  }
}

.srn-pagination {
  margin-top: 70px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .srn-pagination {
    margin-top: 40px;
  }
}
.srn-pagination a {
  text-decoration: none;
}
.srn-pagination a:hover, .srn-pagination a:focus {
  background-color: #005c99;
  color: #ffffff;
}
.srn-pagination__item {
  font-family: georgia, serif;
  padding: 14px 0 15px;
  width: 50px;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
  border: 1px solid #ebebeb;
}
.srn-pagination__item--current {
  border: none;
  border-bottom: 3px solid #005c99;
}

.sv-editing-mode .sv-iw-cookie-message {
  display: none !important;
}

.sv-grid-12-column {
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .sv-grid-12-column {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .sv-grid-12-column-wide {
    padding: 0 20px;
  }
}

.iw-blur {
  display: none;
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(83, 102, 106, 0.8);
  z-index: 5000;
  cursor: default;
}
.iw-blur--transparent {
  background-color: transparent;
}
.iw-blur--prioritized {
  z-index: 7000;
}

body {
  position: relative;
}
@media print {
  body * {
    font-family: "Georgia" !important;
  }
}
@media print {
  body {
    margin: 0 40px !important;
  }
}

@media screen and (min-width: 769px) {
  footer {
    padding: 30px 0 50px 0;
  }
}
@media screen and (max-width: 768px) {
  footer {
    padding: 30px 0 20px 0;
  }
}
@media screen and (max-width: 566px) {
  footer {
    padding: 16px 0 20px 0;
  }
}
@media print {
  footer {
    display: none !important;
  }
}

@media print {
  .iw-accordion__content {
    display: block !important;
  }
}
.iw-accordion__button {
  border-top: 3px solid #ebebeb;
  display: block;
  text-decoration: none;
}
.iw-accordion__content {
  display: none;
  margin-bottom: 30px;
}
.iw-accordion__button--open, .iw-accordion__button--open ~ .iw-accordion__content {
  border-top: 3px solid #f8f8f8;
  background: #f8f8f8;
}
.iw-accordion__button--open {
  display: block;
  padding: 0 20px 0 40px;
}
.iw-accordion__button--open ~ .iw-accordion__content {
  padding: 1px 40px 20px 40px;
}
.iw-accordion .srn-heading-2 {
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 600;
  padding: 20px 40px 20px 0;
  margin: 0;
  color: #000000;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
}
.iw-accordion__expander-icon {
  position: absolute;
  top: 50%;
  right: 20px;
}
.iw-accordion__expander-icon:before, .iw-accordion__expander-icon:after {
  position: absolute;
  content: "";
  display: block;
  background-color: #000;
}
.iw-accordion__expander-icon:before {
  width: 15px;
  height: 3px;
  top: -1.5px;
  right: -7.5px;
}
.iw-accordion__expander-icon:after {
  width: 3px;
  height: 15px;
  top: -7.5px;
  right: -1.5px;
}
.iw-accordion__button--open .iw-accordion__expander-icon {
  right: 0px;
}
.iw-accordion__button--open .iw-accordion__expander-icon:after {
  display: none;
}
.iw-accordion__section:first-child {
  margin-top: 20px;
}
.iw-accordion__section:last-child {
  border-bottom: 3px solid #ebebeb;
}

.iw-skip-to a {
  display: block;
  position: static;
  overflow: hidden;
  width: 0px;
  height: 0px;
}

.iw-skip-to a:focus {
  display: block;
  top: 0;
  width: 100%;
  height: 20px;
  background-color: #d63c08;
  color: #ffffff;
  padding-top: 14px;
  padding-bottom: 14px;
  text-align: center;
  z-index: 2;
  border-bottom: 1px solid #000000;
}

@media print {
  .srn-article-list-form {
    display: none;
  }
  .srn-article-list--startpage {
    display: block !important;
  }
  .srn-article-list--startpage .sv-column-4 {
    display: block !important;
    width: 100% !important;
  }
  .srn-article-list--startpage .srn-article-list__item--startpage {
    padding: 0 !important;
  }
}
@media print {
  .srn-article-list__item .srn-article-list__section-date, .srn-article-list__item .srn-article-list__section-link {
    font-family: "Montserrat", sans-serif !important;
  }
}
.srn-article-list__item {
  border-bottom: 2px solid #ebebeb;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .srn-article-list__item {
    padding: 20px 0;
  }
}
.srn-article-list__section-separator {
  margin: 0 10px;
}
@media screen and (max-width: 566px) {
  .srn-article-list__section-separator {
    margin: 0 4px;
  }
}
.srn-article-list__link {
  display: block;
  text-decoration: none;
}
.srn-article-list__link:hover .srn-heading-1--article, .srn-article-list__link:hover .srn-heading-1--reference-code, .srn-article-list__link:hover .srn-lead--article, .srn-article-list__link:focus .srn-heading-1--article, .srn-article-list__link:focus .srn-heading-1--reference-code .srn-article-list__link:focus .srn-lead--article {
  color: #005c99;
}
.srn-article-list__section-link {
  color: #005c99;
  text-decoration: none;
  border-bottom: 2px solid transparent;
}
.srn-article-list__section-link:hover, .srn-article-list__section-link:focus {
  border-bottom: 2px solid #005c99;
}
.srn-article-list__section-date, .srn-article-list__section-link {
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 6px;
}
@media screen and (max-width: 566px) {
  .srn-article-list__section-date {
    margin-right: 6px;
  }
}
@media screen and (max-width: 566px) {
  .srn-article-list__section-link {
    padding: 16px 6px;
    margin-bottom: 0px;
  }
}
.srn-article-list section {
  font-size: 12px;
}
.srn-article-list header {
  margin-top: 10px;
}
@media screen {
  .srn-article-list header {
    max-width: 600px;
  }
}
@media screen and (max-width: 566px) {
  .srn-article-list header {
    margin-top: 4px;
  }
}
.srn-article-list .srn-heading-1--reference-code {
  margin-left: 0.5em;
}
.srn-article-list .srn-heading-1--article {
  font-size: 28px;
  color: #000000;
  margin-bottom: 0;
  display: inline-block;
  max-width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1150px) {
  .srn-article-list .srn-heading-1--article {
    font-size: 2.5vw;
  }
}
.srn-article-list .srn-lead--article {
  font-size: 18px;
}
.srn-article-list-sorting {
  width: 31.9444444444%;
  display: block;
  margin: 0 auto 50px auto;
}
@media screen and (max-width: 768px) {
  .srn-article-list-sorting {
    width: 100%;
  }
}
.srn-article-list--startpage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.srn-article-list--startpage article {
  background-color: #ffffff;
  margin-bottom: 25px;
}
.srn-article-list--startpage header {
  max-width: none;
}
.srn-article-list--startpage .srn-article-list__item--startpage {
  padding: 40px;
  border: none;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 566px) {
  .srn-article-list--startpage .srn-article-list__item--startpage {
    padding: 28px 40px 40px 40px;
  }
}
.srn-article-list--startpage .sv-column-4 {
  width: 31.9444444444%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .srn-article-list--startpage .sv-column-4 {
    -ms-flex-wrap: unset;
        flex-wrap: unset;
  }
}
.srn-article-list--startpage .sv-column-4:not(:last-child) {
  margin-right: 26px;
}
@media screen and (max-width: 768px) {
  .srn-article-list--startpage .sv-column-4:not(:last-child) {
    margin-right: 0;
  }
}
.srn-article-list--startpage .srn-heading-1--article {
  color: #005c99;
}
@media screen and (max-width: 768px) {
  .srn-article-list--startpage {
    display: block;
  }
}
.srn-article-list__no-hits {
  margin: 20px auto;
  display: block;
  text-align: center;
}
.srn-article-list__result-text {
  margin: 0;
  padding-bottom: 30px;
  border-bottom: 3px solid #ebebeb;
}
.srn-article-list__button-wrapper {
  margin-top: 40px;
  text-align: center;
}
.srn-article-list__button {
  border: none;
  display: inline-block;
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 600;
  background-color: #005c99;
  border-radius: 50px;
  padding: 16px 30px 14px 30px;
  color: #ffffff;
  white-space: pre-wrap;
  text-decoration: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media print {
  .srn-article-list__button {
    display: none;
  }
}
.srn-article-list__button:hover {
  background-color: #004675;
}
.srn-article-list__button:focus {
  background-color: #022849;
}
.srn-article-list-title p {
  text-align: center;
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 30px !important;
}
@media print {
  .srn-article-list-title p {
    font-family: "Montserrat", sans-serif !important;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
  }
}

.srn-block-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  min-height: 560px;
  padding-bottom: 70px;
}
@media print {
  .srn-block-links {
    display: block;
  }
  .srn-block-links__wrapper {
    display: block !important;
  }
  .srn-block-links__wrapper:last-child {
    width: 100% !important;
  }
  .srn-block-links__content {
    padding: 0 !important;
  }
  .srn-block-links__link:after {
    display: none !important;
  }
  .srn-block-links__name {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .srn-block-links {
    display: block;
    height: auto;
    padding-bottom: 0;
  }
}
.srn-block-links__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.srn-block-links__wrapper:first-child {
  width: 66.66%;
}
@media screen and (max-width: 768px) {
  .srn-block-links__wrapper:first-child {
    width: 100%;
  }
}
.srn-block-links__wrapper:last-child {
  width: 33.33%;
}
@media screen and (max-width: 768px) {
  .srn-block-links__wrapper:last-child {
    width: 100%;
  }
}
.srn-block-links__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
.srn-block-links__item--0 {
  background-color: #022849;
  -webkit-box-flex: 0;
      -ms-flex: 0 50%;
          flex: 0 50%;
}
@media screen and (max-width: 768px) {
  .srn-block-links__item--0 {
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
  }
}
.srn-block-links__item--1 {
  background-color: #d63c08;
  -webkit-box-flex: 0;
      -ms-flex: 0 50%;
          flex: 0 50%;
}
@media screen and (max-width: 768px) {
  .srn-block-links__item--1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
  }
}
.srn-block-links__item--2 {
  background-color: #454545;
  -webkit-box-flex: 0;
      -ms-flex: 0 50%;
          flex: 0 50%;
}
@media screen and (max-width: 768px) {
  .srn-block-links__item--2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
  }
}
.srn-block-links__item--3 {
  background-color: #005c99;
  -webkit-box-flex: 0;
      -ms-flex: 0 50%;
          flex: 0 50%;
}
@media screen and (max-width: 768px) {
  .srn-block-links__item--3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
  }
}
.srn-block-links__item--4 {
  background-color: #a80a24;
  height: 100%;
}
.srn-block-links__link {
  position: relative;
  display: block;
  color: #ffffff;
  text-decoration: none;
  height: 100%;
}
.srn-block-links__link:after {
  content: "";
  display: block;
  background-image: url("/webdav/files/System/svg/sprite.svg");
  background-repeat: no-repeat;
  background-position-x: -10px;
  background-position-y: -42px;
  width: 29px;
  height: 14px;
  position: absolute;
  bottom: 40px;
  left: 40px;
}
@media screen and (max-width: 768px) {
  .srn-block-links__link:after {
    bottom: 30px;
    left: 20px;
  }
}
.srn-block-links__link:hover:after, .srn-block-links__link:focus:after {
  left: 80px;
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
}
.srn-block-links__content {
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .srn-block-links__content {
    padding: 30px 20px 70px 20px;
  }
}
.srn-block-links__area {
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 600;
  color: #ffffff;
}
@media print {
  .srn-block-links__area {
    font-family: "Montserrat", sans-serif !important;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
  }
}
.srn-block-links__name {
  font-family: "Georgia";
  color: #ffffff;
  padding-bottom: 50px;
  font-size: 32px;
}
@media screen and (min-width: 768px) and (max-width: 1150px) {
  .srn-block-links__name {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .srn-block-links__name {
    font-size: 28px;
  }
}
.srn-block-links .sv-column-4 {
  margin: 0 !important;
  height: 100%;
}

.srn-breadcrumbs-mobile {
  display: none;
}
@media screen and (max-width: 480px) {
  .srn-breadcrumbs-mobile {
    display: block;
  }
}
.srn-breadcrumbs-mobile__link {
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 10px;
  display: block;
  background-color: #005c99;
  color: #ffffff;
  padding: 18px 0 16px 40px;
  text-decoration: none;
  position: relative;
}
.srn-breadcrumbs-mobile__link:before {
  position: absolute;
  left: 0;
  content: "";
  display: block;
  background-image: url("/webdav/files/System/svg/sprite.svg");
  background-repeat: no-repeat;
  background-position-x: -10px;
  background-position-y: -10px;
  width: 29px;
  height: 14px;
}
a:hover .srn-breadcrumbs-mobile__link-text, a:focus .srn-breadcrumbs-mobile__link-text {
  padding-bottom: 3px;
  border-bottom: 3px solid #ffffff;
}

.srn-breadcrumbs {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  color: #ffffff;
  padding: 23px 0 21px 0;
  margin: 0;
}
@media screen and (max-width: 480px) {
  .srn-breadcrumbs {
    display: none;
  }
}
@media print {
  .srn-breadcrumbs {
    display: none;
  }
}
.srn-breadcrumbs__item {
  display: inline;
}
.srn-breadcrumbs__item:not(:last-child):after {
  content: "/";
  margin: 0 1px;
}
.srn-breadcrumbs__link {
  text-decoration: none;
  color: #ffffff;
}
.srn-breadcrumbs__link:hover, .srn-breadcrumbs__link:focus {
  padding-bottom: 5px;
  border-bottom: 3px solid #ffffff;
}
.srn-breadcrumbs-container {
  background-color: #005c99;
}

.srn-button--flat {
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  border: 1px solid #ffffff;
  border-radius: 50px;
  margin-top: 15px;
  padding: 12px 30px 11px 30px;
  white-space: pre-wrap;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 15px 30px 13px 30px;
  margin-right: 15px;
}
@media print {
  .srn-button--flat {
    display: none;
  }
}
.srn-button--flat:hover {
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.3);
  background-clip: padding-box;
}
.srn-button--flat:focus {
  background-color: #ffffff;
  color: #005c99;
}
@media screen and (max-width: 768px) {
  .srn-button--flat {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.srn-button--primary {
  border: none;
  display: inline-block;
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 600;
  background-color: #005c99;
  border-radius: 50px;
  padding: 16px 30px 14px 30px;
  color: #ffffff;
  white-space: pre-wrap;
  text-decoration: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media print {
  .srn-button--primary {
    display: none;
  }
}
.srn-button--primary:hover {
  background-color: #004675;
}
.srn-button--primary:focus {
  background-color: #022849;
}

@media screen and (min-width: 481px) {
  .srn-content-column {
    float: left;
    width: calc(100% - 50px);
  }
}
@media screen and (max-width: 768px) {
  .srn-content-column {
    margin-bottom: 0 !important;
  }
}
@media print {
  .srn-content-column {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}

.srn-content-wrapper {
  padding-top: 46px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .srn-content-wrapper {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
@media print {
  .srn-content-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}

.srn-cookie-box {
  display: none;
  position: fixed;
  left: 50%;
  top: 10%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 48px;
  border-radius: 30px;
  background-color: #022849;
  -webkit-box-shadow: 0 0 6px 2px #154c7b;
          box-shadow: 0 0 6px 2px #154c7b;
  z-index: 8000;
  max-width: 750px;
  width: 95%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .srn-cookie-box {
    top: 2%;
    padding: 24px;
    max-height: 96%;
    overflow-y: scroll;
  }
  .srn-cookie-box > .srn-paragraph:first-of-type {
    padding-right: 120px;
  }
}
.srn-cookie-box .srn-paragraph {
  color: #ffffff;
  margin-bottom: 1px;
}
.srn-cookie-box .srn-paragraph:hover, .srn-cookie-box .srn-paragraph:focus {
  color: #ffffff;
  text-decoration: none;
}
.srn-cookie-box .srn-paragraph a {
  color: #ffffff;
}
.srn-cookie-box .srn-paragraph a:hover, .srn-cookie-box .srn-paragraph a:focus {
  color: #ffffff;
  text-decoration: none;
}
@media screen and (max-width: 566px) {
  .srn-cookie-box .srn-paragraph a {
    display: inline-block;
    padding: 12px 0;
  }
}
.srn-cookie-box__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  margin-bottom: 16px;
}
.srn-cookie-box__section-column:first-child {
  width: 100%;
}
.srn-cookie-box__section-column .srn-paragraph {
  margin-top: 5px !important;
  margin-bottom: 20px !important;
}
.srn-cookie-box__section-column span {
  font-size: 16px;
  color: #ffffff;
}
.srn-cookie-box__section-column > .srn-paragraph {
  font-size: 20px !important;
}
.srn-cookie-box__description {
  padding-right: 100px;
}
@media screen and (max-width: 768px) {
  .srn-cookie-box__description {
    padding-right: 0;
    margin-right: -50px;
  }
}
.srn-cookie-box__description span {
  line-height: 1.5;
  margin-top: 5px !important;
}
.srn-cookie-box__description .srn-paragraph {
  margin-bottom: 0 !important;
  font-size: 16px;
}
.srn-cookie-box__accordion-button {
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  font-size: 20px;
  position: relative;
  padding: 15px 25px 15px 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .srn-cookie-box__accordion-button {
    font-size: 18px;
  }
}
@media screen and (max-width: 566px) {
  .srn-cookie-box__accordion-button {
    font-size: 16px;
  }
}
.srn-cookie-box__accordion-button:hover, .srn-cookie-box__accordion-button:focus {
  text-decoration: underline;
}
.srn-cookie-box__accordion-button:after {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  right: 2px;
  top: 50%;
  -webkit-transform: translateY(-65%) rotate(45deg);
          transform: translateY(-65%) rotate(45deg);
}
.srn-cookie-box__accordion-button--pressed:after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  top: 50%;
}
.srn-cookie-box__section-wrapper {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  padding: 7px 0;
}
.srn-cookie-box .iw-cookie-box__checkbox {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}
.srn-cookie-box__slider {
  cursor: pointer;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 100px;
  max-height: 34px;
  height: 100%;
  display: block;
  width: 100%;
  position: relative;
}
.srn-cookie-box__slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}
.iw-cookie-box__checkbox:checked + .srn-cookie-box__slider {
  background-color: #5eba7d;
}
.iw-cookie-box__checkbox:focus + .srn-cookie-box__slider {
  -webkit-box-shadow: 0 0 0 2px #ffffff;
          box-shadow: 0 0 0 2px #ffffff;
}
.iw-cookie-box__checkbox:checked + .srn-cookie-box__slider:before {
  -webkit-transform: translate3d(26px, -50%, 0);
          transform: translate3d(26px, -50%, 0);
}
.iw-cookie-box__checkbox:checked:disabled + .srn-cookie-box__slider {
  opacity: 0.4;
  cursor: not-allowed;
}
.srn-cookie-box__button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .srn-cookie-box__button-container:first-child {
    width: 100%;
  }
}
.srn-cookie-box__button-container:last-child {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .srn-cookie-box__button-container:last-child {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .srn-cookie-box__button-container {
    display: block;
  }
}
.srn-cookie-box #settings-content,
.srn-cookie-box #statistics-content {
  display: none;
}
.srn-cookie-box .srn-cookie-message__button--close {
  color: #ffffff;
  text-decoration: none;
  margin-top: 32px;
  font-size: 20px;
}
.srn-cookie-box .srn-cookie-message__button--close:hover, .srn-cookie-box .srn-cookie-message__button--close:focus {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .srn-cookie-box .srn-cookie-message__button--close {
    display: none;
  }
}
.srn-cookie-box .srn-cookie-message__button--close-mobile {
  display: none;
  position: absolute;
  right: 12px;
  top: 12px;
  width: 72px;
  padding: 16px;
  color: #ffffff;
  text-decoration: none;
}
.srn-cookie-box .srn-cookie-message__button--close-mobile:hover, .srn-cookie-box .srn-cookie-message__button--close-mobile:focus {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .srn-cookie-box .srn-cookie-message__button--close-mobile {
    display: block;
  }
}
.srn-cookie-box .srn-cookie-message__button--close-mobile:before, .srn-cookie-box .srn-cookie-message__button--close-mobile:after {
  content: "";
  position: absolute;
  right: 16px;
  top: 18px;
  height: 18px;
  width: 2px;
  background-color: #ffffff;
}
.srn-cookie-box .srn-cookie-message__button--close-mobile:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.srn-cookie-box .srn-cookie-message__button--close-mobile:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.srn-cookie-box .srn-button--primary:focus {
  background-color: #ffffff;
  color: #006ca7;
}

.srn-cookie-message {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-color: #022849;
  padding: 48px 108px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 6010;
}
.srn-cookie-message--top {
  bottom: auto;
  top: 0;
}
.srn-cookie-message--left {
  right: auto;
  left: 30px;
  border-radius: 30px 30px 30px 0;
}
.srn-cookie-message--right {
  left: auto;
  right: 30px;
  border-radius: 30px 30px 0 30px;
}
.srn-cookie-message--left, .srn-cookie-message--right {
  padding: 48px;
  bottom: 30px;
  width: 50%;
  max-width: 600px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.srn-cookie-message__content .srn-paragraph {
  margin-bottom: 12px !important;
}
@media screen and (max-width: 566px) {
  .srn-cookie-message__content .srn-paragraph {
    margin-bottom: 0px !important;
  }
}
.srn-cookie-message__content .srn-paragraph,
.srn-cookie-message__content .srn-paragraph a {
  color: #ffffff;
}
.srn-cookie-message__content .srn-paragraph:hover, .srn-cookie-message__content .srn-paragraph:focus,
.srn-cookie-message__content .srn-paragraph a:hover,
.srn-cookie-message__content .srn-paragraph a:focus {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .srn-cookie-message__content .srn-paragraph a {
    margin-bottom: 24px !important;
  }
}
@media screen and (max-width: 566px) {
  .srn-cookie-message__content .srn-paragraph a {
    display: inline-block;
    margin-bottom: 9px !important;
    padding: 15px 0;
  }
}
.srn-cookie-message__content .srn-paragraph a:hover, .srn-cookie-message__content .srn-paragraph a:focus {
  color: #ffffff;
}
.srn-cookie-message__button {
  display: inline-block;
  margin-top: 20px;
}
@media screen and (max-width: 979px) {
  .srn-cookie-message {
    padding: 24px 48px;
  }
}
@media screen and (max-width: 768px) {
  .srn-cookie-message {
    padding: 24px 48px;
  }
  .srn-cookie-message__button {
    margin-top: 0;
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 566px) {
  .srn-cookie-message__button {
    padding: 18px 30px 18px 30px;
  }
}

.manage-cookie-button {
  padding: 16px 0;
}

.srn-description-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 100%;
  overflow: visible;
  margin-bottom: 30px;
}
@media print {
  .srn-description-list__term {
    font-family: "Montserrat", sans-serif !important;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
  }
  .srn-description-list__term, .srn-description-list__desc {
    border-bottom: 1px solid #f2f2f2;
    width: 50% !important;
  }
  .srn-description-list__term {
    padding-left: 0 !important;
  }
}
.srn-description-list__link {
  position: relative;
  padding-left: 30px;
  line-height: 1.8;
}
.srn-description-list__link:before {
  content: "";
  display: block;
  background-image: url("/webdav/files/System/svg/sprite.svg");
  background-repeat: no-repeat;
  background-position-x: -10px;
  background-position-y: -380px;
  width: 19px;
  height: 19px;
  position: absolute;
  left: 0;
  top: 3px;
}
.srn-description-list__link:hover, .srn-description-list__link:focus {
  color: #005c99;
}
.srn-description-list__term {
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 10px;
  width: 40%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 4px 10px 2px 20px;
}
.srn-description-list__desc {
  font-size: 14px;
  width: 60%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 2px 10px 2px 0;
}
.srn-description-list__desc ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
.srn-description-list__term:nth-of-type(odd), .srn-description-list__desc:nth-of-type(odd) {
  background-color: #f2f2f2;
}
@media print {
  .srn-description-list__term:nth-of-type(odd), .srn-description-list__desc:nth-of-type(odd) {
    background-color: transparent;
  }
}
@media screen and (max-width: 768px) {
  .srn-description-list__term, .srn-description-list__desc {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .srn-description-list__term {
    padding-bottom: 10px;
  }
  .srn-description-list__desc {
    padding-left: 20px;
    padding-top: 0;
  }
}

.srn-footer-blocks {
  height: 100%;
  width: 100%;
}
.srn-footer-blocks__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.srn-footer-blocks__parent {
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  color: #ffffff;
  margin: 0 0 20px 40px;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .srn-footer-blocks__parent {
    margin: 0 0 10px 20px;
  }
}
.srn-footer-blocks__title {
  display: block;
  font-size: 36px;
  color: #ffffff;
  margin: 0 40px 0 40px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .srn-footer-blocks__title {
    margin: 0 20px 0 20px;
    font-size: 28px;
  }
}
.srn-footer-blocks__item {
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 25%;
  min-width: 350px;
  min-height: 290px;
}
@media screen and (max-width: 768px) {
  .srn-footer-blocks__item {
    min-width: 100%;
    min-height: 180px;
  }
}
.srn-footer-blocks__item--0 {
  background-color: #005c99;
}
.srn-footer-blocks__item--1 {
  background-color: #022849;
}
.srn-footer-blocks__item--2 {
  background-color: #454545;
}
.srn-footer-blocks__item--3 {
  background-color: #a80a24;
}
.srn-footer-blocks__link {
  height: 100%;
  display: block;
  text-decoration: none;
  position: relative;
}
.srn-footer-blocks__link:after {
  content: "";
  display: block;
  background-image: url("/webdav/files/System/svg/sprite.svg");
  background-repeat: no-repeat;
  background-position-x: -10px;
  background-position-y: -42px;
  width: 29px;
  height: 14px;
  position: absolute;
  left: 40px;
  bottom: 40px;
}
@media screen and (max-width: 768px) {
  .srn-footer-blocks__link:after {
    left: 20px;
  }
}
.srn-footer-blocks__link:hover:after, .srn-footer-blocks__link:focus:after {
  left: 80px;
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
}
@media print {
  .srn-footer-blocks {
    display: none;
  }
}

.srn-footer-container a:hover, .srn-footer-container a:focus {
  text-decoration: none;
}
.srn-footer-container .srn-contact-information,
.srn-footer-container .srn-footer-service-menu__item {
  margin: 0;
  font-family: georgia, serif;
  font-size: 18px;
  line-height: 1.44;
}
.srn-footer-container .srn-footer-service-menu {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
.srn-footer-container .srn-footer-service-menu__link {
  text-decoration: none;
}
.srn-footer-container .srn-footer-service-menu__link:hover, .srn-footer-container .srn-footer-service-menu__link:focus {
  text-decoration: underline;
}
@media screen and (max-width: 566px) {
  .srn-footer-container .srn-footer-service-menu__link {
    padding: 12px;
    margin-left: -12px;
    display: inline-block;
  }
  .srn-footer-container .srn-contact-information li a {
    padding: 12px;
    display: inline-block;
    margin-left: -12px;
  }
}
@media screen and (min-width: 481px) {
  .srn-footer-container > div {
    float: left;
    width: 33%;
  }
  .srn-footer-container > div:not(:first-child) {
    width: 66%;
  }
}
.srn-footer-container .srn-contact-information--address {
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.srn-footer-container .srn-contact-information {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .srn-footer-container .srn-contact-information--address {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 769px) {
  .srn-footer-container .srn-contact-information {
    float: left;
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .srn-footer-container .srn-contact-information {
    margin-top: 10px;
  }
}

@media print {
  .srn-forhandsbesked-listothers {
    display: none !important;
  }
}
@media print {
  .srn-forhandsbesked-listothers .srn-forhandsbesked-more-header, .srn-forhandsbesked-listothers .srn-article-list {
    display: none;
  }
}

.srn-forhandsbesked-more-header {
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 600;
  color: #000000;
  margin-top: 80px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 3px solid #ebebeb;
}

.srn-forhandsbesked-search-form-wrapper {
  border-top: 3px solid #ebebeb;
  border-bottom: 3px solid #ebebeb;
  padding: 25px 0;
  background-color: #ebebeb;
}
@media print {
  .srn-forhandsbesked-search-form-wrapper {
    display: none;
  }
}

.srn-forhandsbesked-search-form__query-field-container {
  position: relative;
}
.srn-forhandsbesked-search-form__query-field {
  font-family: georgia, serif;
  font-size: 16px;
  border-radius: 25px;
  padding: 16px 30px 14px 30px;
  border: none;
  background-color: #ffffff;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  width: 100%;
  padding-left: 50px;
}
.srn-forhandsbesked-search-form ::-webkit-input-placeholder {
  color: #454545;
  opacity: 1 !important;
}
.srn-forhandsbesked-search-form ::-moz-placeholder {
  color: #454545;
  opacity: 1 !important;
}
.srn-forhandsbesked-search-form :-ms-input-placeholder {
  color: #454545;
}
.srn-forhandsbesked-search-form__query-field-icon {
  content: "";
  display: block;
  background-image: url("/webdav/files/System/svg/sprite.svg");
  background-repeat: no-repeat;
  background-position-x: -10px;
  background-position-y: -461px;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 14px;
  left: 16px;
}
@media screen and (max-width: 480px) {
  .srn-forhandsbesked-search-form__query-field-icon {
    top: 16px;
  }
}
@media screen and (min-width: 769px) {
  .srn-forhandsbesked-search-form__fields {
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .srn-forhandsbesked-search-form__fields {
    margin-top: 10px;
  }
}
@media screen and (min-width: 769px) {
  .srn-forhandsbesked-search-form__year-field, .srn-forhandsbesked-search-form__category-field {
    margin-right: 16px;
  }
}
@media screen and (max-width: 768px) {
  .srn-forhandsbesked-search-form__year-field, .srn-forhandsbesked-search-form__category-field {
    margin-bottom: 10px;
    width: 100%;
  }
}
.srn-forhandsbesked-search-form__year-field {
  min-width: 150px;
}
.srn-forhandsbesked-search-form__category-field {
  width: 100%;
}
.srn-forhandsbesked-search-form__appealed-field {
  min-width: 180px;
}
.srn-forhandsbesked-search-form__submit-button {
  min-width: 180px;
  border: none;
  display: inline-block;
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 600;
  background-color: #005c99;
  border-radius: 50px;
  padding: 16px 30px 14px 30px;
  color: #ffffff;
  white-space: pre-wrap;
  text-decoration: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media print {
  .srn-forhandsbesked-search-form__submit-button {
    display: none;
  }
}
.srn-forhandsbesked-search-form__submit-button:hover {
  background-color: #004675;
}
.srn-forhandsbesked-search-form__submit-button:focus {
  background-color: #022849;
}
@media screen and (max-width: 768px) {
  .srn-forhandsbesked-search-form__submit-button {
    width: 100%;
    margin-top: 20px;
  }
}

.srn-global-message {
  background-color: #d63c08;
  border-bottom: 1px solid #d4d4d4;
}
.srn-global-message .sv-grid-12-column {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}
.srn-global-message .sv-text-portlet-content {
  width: calc(100% - 150px);
  display: inline-block;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .srn-global-message .sv-text-portlet-content {
    width: 100%;
  }
}
.srn-global-message .js-hide-and-remember-button {
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 600;
  background-color: #d63c08;
  color: #ffffff;
  border-radius: 50px;
  padding: 14px 28px 12px 28px;
  border: 2px solid #ffffff;
  position: absolute;
  cursor: pointer;
  top: 30px;
  right: 40px;
  white-space: pre-wrap;
}
.srn-global-message .js-hide-and-remember-button:hover {
  background-color: rgba(255, 255, 255, 0.3);
  border: 2px solid rgba(255, 255, 255, 0.3);
  background-clip: padding-box;
}
.srn-global-message .js-hide-and-remember-button:focus {
  background-color: #ffffff;
  color: #d63c08;
  border-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .srn-global-message .js-hide-and-remember-button {
    position: unset;
    display: block;
    text-align: center;
    margin: 20px auto 10px auto;
  }
}
.srn-global-message .srn-paragraph {
  font-size: 16px;
  margin: 0;
  padding-right: 20px;
  color: #ffffff;
}
.srn-global-message span .srn-paragraph {
  font-size: 22px;
}
.srn-global-message a {
  color: #ffffff;
  text-decoration: underline;
  white-space: nowrap;
}
.srn-global-message a:hover, .srn-global-message a:focus {
  text-decoration: none;
}
@media print {
  .srn-global-message {
    display: none;
  }
}

.srn-header-wrapper {
  background-color: #005c99 !important;
  padding: 50px 0;
}
.srn-header-wrapper .srn-heading-1 {
  color: #ffffff;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .srn-header-wrapper {
    padding: 35px 0;
  }
}
@media print {
  .srn-header-wrapper {
    padding: 0;
  }
  .srn-header-wrapper .srn-heading-1 {
    margin: 30px 0 !important;
  }
}

@media screen and (min-width: 769px) {
  .srn-header {
    padding-top: 30px;
  }
}

@media screen {
  .sv-image-portlet.srn-image-full-width {
    margin: 20px 0 20px -60px;
  }
}
@media screen and (max-width: 768px) {
  .sv-image-portlet.srn-image-full-width {
    margin: 10px 0;
  }
}

.srn-logotype {
  width: 95px;
  float: left;
  color: transparent;
}
.srn-logotype__img {
  width: 100%;
  height: auto;
}
@media print {
  .srn-logotype__img {
    display: none;
  }
}
.srn-logotype__img--print {
  display: none;
}
@media print {
  .srn-logotype__img--print {
    display: block;
    width: 300px;
  }
}

.srn-main-menu {
  display: block;
  float: right;
  margin-top: 38px;
  position: relative;
}
@media print {
  .srn-main-menu {
    display: none;
  }
}
.srn-main-menu__list {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
  margin: 18px 0;
  white-space: nowrap;
}
.srn-main-menu__item {
  display: inline-block;
  white-space: nowrap;
  margin-bottom: 20px;
}
.srn-main-menu__item:not(:first-child) {
  margin-left: 15px;
}
.srn-main-menu__item:last-child {
  margin-left: 40px;
}
.srn-main-menu__link {
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  color: #000000;
}
.srn-main-menu__link:hover, .srn-main-menu__link:focus {
  color: #888888;
}
.srn-main-menu__link--active {
  padding-bottom: 5px;
  border-bottom: 3px solid #000000;
}
.srn-main-menu__link[aria-pressed=true] {
  color: #005c99;
}
.srn-main-menu__link.iw-button:after {
  content: "";
  display: block;
  background-image: url("/webdav/files/System/svg/sprite.svg");
  background-repeat: no-repeat;
  background-position-x: -10px;
  background-position-y: -461px;
  width: 22px;
  height: 22px;
  position: absolute;
  right: 32px;
  top: 18px;
}

.srn-map iframe {
  width: 100%;
  height: 300px;
  border: none;
  margin-top: 20px;
}

.srn-mobile-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .srn-mobile-menu {
    height: 100px;
  }
}
.srn-mobile-menu:after {
  content: "";
  display: block;
  clear: both;
}
.srn-mobile-menu__logotype {
  display: inline-block;
  width: 100%;
}
.srn-mobile-menu__logotype a {
  display: block;
  padding: 20px 0 20px 20px;
}
.srn-mobile-menu__logotype--tablet a {
  width: 72px;
  height: auto;
}
@media screen and (max-width: 480px) {
  .srn-mobile-menu__logotype--tablet a {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .srn-mobile-menu__logotype--tablet {
    display: none;
  }
}
.srn-mobile-menu__logotype--mobile a {
  max-width: 224px;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .srn-mobile-menu__logotype--mobile {
    display: none;
  }
}
.srn-mobile-menu__logotype-img {
  width: 100%;
  height: auto;
}
.srn-mobile-menu__search-button, .srn-mobile-menu__navigation-button {
  display: block;
  min-width: 50px;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 480px) {
  .srn-mobile-menu__search-button, .srn-mobile-menu__navigation-button {
    height: 70px;
  }
}
.srn-mobile-menu__navigation-button {
  min-width: 60px;
}
.srn-mobile-menu__search-button:after {
  content: "";
  display: block;
  background-image: url("/webdav/files/System/svg/sprite.svg");
  background-repeat: no-repeat;
  background-position-x: -10px;
  background-position-y: -461px;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 35px;
  left: 50%;
  margin-top: -11px;
  margin-left: -11px;
}
.srn-mobile-menu__navigation-button:after {
  content: "";
  display: block;
  background-image: url("/webdav/files/System/svg/sprite.svg");
  background-repeat: no-repeat;
  background-position-x: -10px;
  background-position-y: -255px;
  width: 31px;
  height: 24px;
  position: absolute;
  top: 35px;
  left: 15px;
  margin-top: -12px;
}
.srn-mobile-menu__navigation-button--expanded:after {
  content: "";
  display: block;
  background-image: url("/webdav/files/System/svg/sprite.svg");
  background-repeat: no-repeat;
  background-position-x: -10px;
  background-position-y: -136px;
  width: 23px;
  height: 23px;
  left: 19px;
}
.srn-mobile-menu__search-button--expanded:after {
  content: "";
  display: block;
  background-image: url("/webdav/files/System/svg/sprite.svg");
  background-repeat: no-repeat;
  background-position-x: -10px;
  background-position-y: -136px;
  width: 23px;
  height: 23px;
}
.srn-mobile-menu__navigation-button-text, .srn-mobile-menu__search-button-text {
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 600;
  position: absolute;
  top: 60px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .srn-mobile-menu__navigation-button-text, .srn-mobile-menu__search-button-text {
    display: none;
  }
}

.srn-startpage .srn-mobile-menu__navigation-button-text, .srn-startpage .srn-mobile-menu__search-button-text {
  color: #ffffff;
}

.srn-startpage .srn-mobile-menu__navigation-button:after {
  content: "";
  display: block;
  background-image: url("/webdav/files/System/svg/sprite.svg");
  background-repeat: no-repeat;
  background-position-x: -10px;
  background-position-y: -297px;
  width: 31px;
  height: 24px;
}
.srn-startpage .srn-mobile-menu__navigation-button--expanded:after {
  content: "";
  display: block;
  background-image: url("/webdav/files/System/svg/sprite.svg");
  background-repeat: no-repeat;
  background-position-x: -10px;
  background-position-y: -177px;
  width: 23px;
  height: 23px;
}
.srn-startpage .srn-mobile-menu__search-button:after {
  content: "";
  display: block;
  background-image: url("/webdav/files/System/svg/sprite.svg");
  background-repeat: no-repeat;
  background-position-x: -10px;
  background-position-y: -501px;
  width: 22px;
  height: 22px;
}
.srn-startpage .srn-mobile-menu__search-button--expanded:after {
  content: "";
  display: block;
  background-image: url("/webdav/files/System/svg/sprite.svg");
  background-repeat: no-repeat;
  background-position-x: -10px;
  background-position-y: -177px;
  width: 23px;
  height: 23px;
}

.srn-mobile-navigation {
  display: none;
  z-index: 9000;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  /* Nivå 1 */
  /* Nivå 2 */
  /* Nivå 3 */
  /* Nivå 4 */
  /* Nivå 5 */
  /* Alla nivåer */
}
.srn-mobile-navigation__header {
  background-color: #ffffff;
  height: 90px;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .srn-mobile-navigation__header {
    height: 100px;
  }
}
.srn-mobile-navigation__header:after {
  content: "";
  display: block;
  clear: both;
}
.srn-mobile-navigation__close-button {
  position: relative;
  width: 60px;
  height: 100%;
  float: right;
}
.srn-mobile-navigation__close-button:before {
  content: "";
  display: block;
  background-image: url("/webdav/files/System/svg/sprite.svg");
  background-repeat: no-repeat;
  background-position-x: -10px;
  background-position-y: -136px;
  width: 23px;
  height: 23px;
  position: absolute;
  left: 50%;
  top: 35px;
  margin-top: -11px;
  margin-left: -11px;
}
.srn-mobile-navigation__close-button-text {
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 10px;
  position: absolute;
  top: 60px;
  text-decoration: none;
  text-align: center;
  display: block;
  width: 100%;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .srn-mobile-navigation__close-button-text {
    font-size: 12px;
  }
}
.srn-mobile-navigation:target {
  display: block;
}
.srn-mobile-navigation__item {
  background-color: #ffffff;
  overflow: auto;
}
.srn-mobile-navigation ul, .srn-mobile-navigation li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.srn-mobile-navigation__link-wrapper {
  position: relative;
}
.srn-mobile-navigation__expander {
  border-left: 1px solid #ebebeb;
}
.iw-no-js .srn-mobile-navigation__expander {
  display: none;
}
.srn-mobile-navigation__link-text {
  padding-right: 60px;
}
.srn-mobile-navigation__item {
  border-top: 1px solid #ebebeb;
}
.srn-mobile-navigation__link {
  overflow-x: hidden;
}
.srn-mobile-navigation__list {
  display: none;
}
.iw-no-js .srn-mobile-navigation__list {
  display: block;
}
.srn-mobile-navigation__link, .srn-mobile-navigation__link-text {
  display: block;
  text-decoration: none;
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  color: #000000;
}
.srn-mobile-navigation__list-1 .srn-mobile-navigation__expander-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 100%;
}
.srn-mobile-navigation__expander-icon-image {
  display: block;
  top: 50%;
  left: 50%;
  position: absolute;
}
.srn-mobile-navigation__expander-icon-image:before, .srn-mobile-navigation__expander-icon-image:after {
  position: absolute;
  content: "";
  display: block;
  background-color: #000;
}
.srn-mobile-navigation__expander-icon-image:before {
  width: 13px;
  height: 3px;
  top: -1.5px;
  right: -6.5px;
}
.srn-mobile-navigation__expander-icon-image:after {
  width: 3px;
  height: 13px;
  top: -6.5px;
  right: -1.5px;
}
.srn-mobile-navigation__expander--expanded .srn-mobile-navigation__expander-icon-image:after {
  display: none;
}
.srn-mobile-navigation__link .srn-mobile-navigation__link-text {
  text-decoration: none;
  padding: 20px 60px 20px 16px;
}
.srn-mobile-navigation__link-1 .srn-mobile-navigation__link-text {
  padding-left: 25px;
}
.srn-mobile-navigation__list-1 > .srn-mobile-navigation__item--active {
  background-color: #005c99;
}
.srn-mobile-navigation__list-1 > .srn-mobile-navigation__item--active > div .srn-mobile-navigation__link-text {
  color: #ffffff;
}
.srn-mobile-navigation__link-2 .srn-mobile-navigation__link-text {
  padding-left: 48px;
}
.srn-mobile-navigation__item-2 {
  background-color: #f8f8f8;
}
.srn-mobile-navigation__list-2 > .srn-mobile-navigation__item--expanded {
  background-color: #ffffff;
}
.srn-mobile-navigation__link-3 .srn-mobile-navigation__link-text {
  padding-left: 68px;
}
.srn-mobile-navigation__link-4 .srn-mobile-navigation__link-text {
  padding-left: 88px;
}
.srn-mobile-navigation__link-5 .srn-mobile-navigation__link-text {
  padding-left: 108px;
}
.srn-mobile-navigation__link--active .srn-mobile-navigation__link-text {
  color: #005c99;
}
.srn-mobile-navigation__list--expanded {
  display: block;
}

.srn-mobile-search-form {
  display: none;
  z-index: 9000;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}
.srn-mobile-search-form:target {
  display: block;
}
.srn-mobile-search-form__header {
  background-color: #ffffff;
  height: 90px;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .srn-mobile-search-form__header {
    height: 100px;
  }
}
.srn-mobile-search-form__header:after {
  content: "";
  display: block;
  clear: both;
}
.srn-mobile-search-form__close-button {
  position: relative;
  width: 60px;
  height: 100%;
  float: right;
}
.srn-mobile-search-form__close-button:before {
  content: "";
  display: block;
  background-image: url("/webdav/files/System/svg/sprite.svg");
  background-repeat: no-repeat;
  background-position-x: -10px;
  background-position-y: -136px;
  width: 23px;
  height: 23px;
  position: absolute;
  left: 50%;
  top: 35px;
  margin-top: -11px;
  margin-left: -11px;
}
.srn-mobile-search-form__close-button-text {
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 10px;
  position: absolute;
  top: 60px;
  text-decoration: none;
  text-align: center;
  display: block;
  width: 100%;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .srn-mobile-search-form__close-button-text {
    font-size: 12px;
  }
}
.srn-mobile-search-form__form {
  background-color: #f2f2f2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  height: 100%;
}
.srn-mobile-search-form__query-field {
  font-family: georgia, serif;
  font-size: 16px;
  border-radius: 25px;
  padding: 16px 30px 14px 30px;
  border: none;
  background-color: #ffffff;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  width: 100%;
}
.srn-mobile-search-form__search-button {
  border: none;
  display: inline-block;
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 600;
  background-color: #005c99;
  border-radius: 50px;
  padding: 16px 30px 14px 30px;
  color: #ffffff;
  white-space: pre-wrap;
  text-decoration: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  margin-top: 20px;
}
@media print {
  .srn-mobile-search-form__search-button {
    display: none;
  }
}
.srn-mobile-search-form__search-button:hover {
  background-color: #004675;
}
.srn-mobile-search-form__search-button:focus {
  background-color: #022849;
}

.srn-navigation-menu__list {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
  padding-left: 30px;
}
.srn-navigation-menu__list-1, .srn-navigation-menu__list-2 {
  padding-left: 0;
}
.srn-navigation-menu__item {
  display: table;
  margin-bottom: 35px;
}
.srn-navigation-menu__item--active {
  padding-bottom: 5px;
  border-bottom: 3px solid #000000;
}
.srn-navigation-menu__link {
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  color: #000000;
  display: block;
}
.srn-navigation-menu__link:hover {
  color: #9D9D9D;
}
.srn-navigation-menu__list-1 > .srn-navigation-menu__item > .srn-navigation-menu__link {
  color: #005c99;
}

.srn-other-languages {
  position: relative;
}
.srn-other-languages a {
  position: absolute;
  right: 0;
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  color: #000000;
}
.srn-other-languages a:hover, .srn-other-languages a:focus {
  color: #888888;
}

.srn-startpage .srn-other-languages a {
  color: #ffffff;
}
.srn-startpage .srn-other-languages a:hover, .srn-startpage .srn-other-languages a:focus {
  padding-bottom: 5px;
  border-bottom: 3px solid #ffffff;
}

@media print {
  h1,
  h2,
  h3,
  tr {
    page-break-after: avoid !important;
    page-break-inside: avoid !important;
  }
  h1 + p,
  h2 + p,
  h3 + p {
    page-break-before: avoid !important;
  }
  table {
    page-break-inside: avoid !important;
  }
}
.srn-paragraph {
  margin-top: 0;
}
.srn-paragraph:last-child {
  margin-bottom: 0;
}
@media print {
  .srn-paragraph {
    font-size: 14px;
  }
}
.srn-paragraph a {
  color: #1876c9;
  text-decoration: none;
}
.srn-paragraph a:hover, .srn-paragraph a:focus {
  color: #005c99;
  text-decoration: underline;
}

@media print {
  ul a:after,
  ol a:after,
  p.srn-paragraph a:after {
    content: " (länk: " attr(href) ")" !important;
  }
}
.post-tags {
  padding-bottom: 20px;
}
.post-tags__list {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.post-tags__item {
  float: left;
}
.post-tags__link {
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 11px;
  position: relative;
  background: #005c99;
  color: #ffffff;
  display: inline-block;
  line-height: 16px;
  padding: 10px 35px 10px 16px;
  margin: 0 10px 10px 0;
  text-decoration: none;
  overflow: hidden;
}
.post-tags__link:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: white;
  width: 70px;
  height: 50%;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
}
.post-tags__link:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: white;
  width: 70px;
  height: 50%;
  -webkit-transform-origin: top right;
          transform-origin: top right;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}
.post-tags__icon {
  content: "";
  position: absolute;
  top: 13px;
  right: 15px;
  width: 10px;
  height: 10px;
  background: #ffffff;
  border-radius: 10px;
  z-index: 1;
}
@media print {
  .post-tags {
    display: none;
  }
}

.post-tags--search-fhb .post-tags__link:hover, .post-tags--search-fhb .post-tags__link:focus {
  background-color: #bd0000;
}
.post-tags--search-fhb .post-tags__link {
  position: relative;
}
.post-tags--search-fhb .post-tags__link:hover:after, .post-tags--search-fhb .post-tags__link:focus:after {
  border-left-color: #bd0000;
}
.post-tags--search-fhb .post-tags__link-text {
  display: block;
}
.post-tags--search-fhb .post-tags__link-icon {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
}
.post-tags--search-fhb .post-tags__link-icon:before, .post-tags--search-fhb .post-tags__link-icon:after {
  position: absolute;
  content: "";
  display: block;
  background-color: #000;
}
.post-tags--search-fhb .post-tags__link-icon:before {
  width: 10px;
  height: 2px;
  top: -1px;
  right: -5px;
}
.post-tags--search-fhb .post-tags__link-icon:after {
  width: 2px;
  height: 10px;
  top: -5px;
  right: -1px;
}
.post-tags--search-fhb .post-tags__link-icon:before, .post-tags--search-fhb .post-tags__link-icon:after {
  background-color: #ffffff;
}

.srn-readspeaker .rsexpanded {
  margin-bottom: 30px !important;
}

@media screen and (min-width: 769px) {
  .srn-related {
    margin-top: 66px;
  }
}
@media screen and (max-width: 768px) {
  .srn-related {
    margin-top: 40px;
  }
}
.srn-related__title {
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 17px;
}
@media screen {
  .srn-related__list {
    background: #f2f2f2;
    padding: 30px;
  }
}
@media print {
  .srn-related__list {
    padding-top: 30px;
  }
}
.srn-related__item {
  position: relative;
}
@media screen {
  .srn-related__link {
    padding-left: 30px;
  }
  .srn-related__link:hover, .srn-related__link:focus {
    color: #005c99;
  }
}
@media screen and (max-width: 566px) {
  .srn-related__link {
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.srn-related__link:before {
  content: "";
  display: block;
  background-image: url("/webdav/files/System/svg/sprite.svg");
  background-repeat: no-repeat;
  background-position-x: -10px;
  background-position-y: -380px;
  width: 19px;
  height: 19px;
  position: absolute;
  left: 0;
  top: 4px;
}
@media screen and (max-width: 566px) {
  .srn-related__link:before {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media print {
  .srn-related {
    margin-top: 40px;
  }
  .srn-related__title {
    font-family: "Georgia";
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    text-transform: none;
  }
  .srn-related__list {
    padding: 0;
  }
  .srn-related__link {
    padding-left: 0;
  }
  .srn-related__link:before {
    display: none;
  }
}

.srn-search-filter-mobile {
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .srn-search-filter-mobile {
    display: none;
  }
}

.srn-search-filter {
  margin: 14px 0 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .srn-search-filter {
    display: none;
  }
}
.srn-search-filter__list {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
.srn-search-filter__item {
  display: inline-block;
  width: 33.3%;
  font-size: 0;
}
.srn-search-filter__link {
  display: block;
  padding: 20px 0;
  width: 100%;
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 600;
  background-color: #f8f8f8;
  text-decoration: none;
  border: 1px solid #d4d4d4;
}
.srn-search-filter__link:hover, .srn-search-filter__link:focus {
  color: #005c99;
}
.srn-search-filter__link--active {
  background-color: #ffffff;
  color: #005c99;
}
li:first-child .srn-search-filter__link {
  border-radius: 50px 0 0 50px;
}
li:last-child .srn-search-filter__link {
  border-radius: 0 50px 50px 0;
}

.srn-search-form {
  display: none;
  background-color: #cce8f8;
}
.srn-search-form__wrapper {
  padding: 30px 40px 30px 40px;
}
.srn-search-form__field {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  background: transparent;
  font-family: Georgia;
  font-size: 36px;
  color: #242424;
  width: 85%;
}
.srn-search-form__button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  display: inline-block;
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 600;
  background-color: #005c99;
  border-radius: 50px;
  padding: 16px 30px 14px 30px;
  color: #ffffff;
  white-space: pre-wrap;
  text-decoration: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  float: right;
}
@media print {
  .srn-search-form__button {
    display: none;
  }
}
.srn-search-form__button:hover {
  background-color: #004675;
}
.srn-search-form__button:focus {
  background-color: #022849;
}
.srn-search-form ::-webkit-input-placeholder {
  color: #454545;
  opacity: 1 !important;
}
.srn-search-form ::-moz-placeholder {
  color: #454545;
  opacity: 1 !important;
}
.srn-search-form :-ms-input-placeholder {
  color: #454545;
}

.srn-search-result__search-form {
  background-color: #f2f2f2;
  padding: 25px 0;
}
@media print {
  .srn-search-result__search-form {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .srn-search-result__search-form {
    padding: 0;
    margin: 20px 20px 0;
  }
  .srn-search-result__search-form .sv-grid-12-column {
    padding: 20px;
  }
}
@media screen and (min-width: 769px) {
  .srn-search-result__search-form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.srn-search-result__submit-button {
  border: none;
  display: inline-block;
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 600;
  background-color: #005c99;
  border-radius: 50px;
  padding: 16px 30px 14px 30px;
  color: #ffffff;
  white-space: pre-wrap;
  text-decoration: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  min-width: 100px;
}
@media print {
  .srn-search-result__submit-button {
    display: none;
  }
}
.srn-search-result__submit-button:hover {
  background-color: #004675;
}
.srn-search-result__submit-button:focus {
  background-color: #022849;
}
@media screen and (max-width: 768px) {
  .srn-search-result__submit-button {
    width: 100%;
    margin-top: 20px;
  }
}
.srn-search-result__query-field-container {
  position: relative;
}
@media screen and (min-width: 769px) {
  .srn-search-result__query-field-container {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-right: 20px;
  }
}
.srn-search-result__query-field {
  font-family: georgia, serif;
  font-size: 16px;
  border-radius: 25px;
  padding: 16px 30px 14px 30px;
  border: none;
  background-color: #ffffff;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  width: 100%;
  padding-left: 50px;
}
.srn-search-result__query-field-icon {
  content: "";
  display: block;
  background-image: url("/webdav/files/System/svg/sprite.svg");
  background-repeat: no-repeat;
  background-position-x: -10px;
  background-position-y: -461px;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 14px;
  left: 16px;
}
@media screen and (max-width: 768px) {
  .srn-search-result__query-field-icon {
    top: 16px;
  }
}
.srn-search-result__search-description {
  font-family: georgia, serif;
  font-size: 22px;
  color: #005c99;
  display: block;
  margin: 0;
}
.srn-search-result--help-links {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
.srn-search-result--help-links__item {
  display: inline-block;
  margin-right: 40px;
}
.srn-search-result__advanced-search-link {
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 600;
  color: #005c99;
  display: inline-block;
  text-decoration: none;
  letter-spacing: 0;
  font-size: 11px;
  position: relative;
  padding-right: 40px;
  margin-top: 20px;
  padding-bottom: 5px;
  border-bottom: 2px solid transparent;
}
.srn-search-result__advanced-search-link--fhb {
  margin-top: 0;
  margin-bottom: 15px;
}
.srn-search-result__advanced-search-link--page {
  margin-top: 30px;
}
.srn-search-result__advanced-search-link:after {
  content: "";
  display: block;
  background-image: url("/webdav/files/System/svg/sprite.svg");
  background-repeat: no-repeat;
  background-position-x: -10px;
  background-position-y: -74px;
  width: 29px;
  height: 14px;
  position: absolute;
  top: 1px;
  right: 0;
}
@media screen and (max-width: 566px) {
  .srn-search-result__advanced-search-link:after {
    top: 16px;
    right: 10px;
  }
}
.srn-search-result__advanced-search-link:hover, .srn-search-result__advanced-search-link:focus {
  border-color: #005c99;
}
@media print {
  .srn-search-result__advanced-search-link {
    font-family: "Montserrat", sans-serif !important;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
  }
}
@media screen and (max-width: 566px) {
  .srn-search-result__advanced-search-link {
    padding: 16px 50px 16px 16px;
    margin: 0;
  }
}
.srn-search-result__list {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
  border-top: 3px solid #ebebeb;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .srn-search-result__list {
    margin-top: 30px;
  }
}
.srn-search-result__link {
  text-decoration: none;
  display: block;
}
.srn-search-result__link:hover .srn-search-result__heading,
.srn-search-result__link:hover .srn-search-result__dnr,
.srn-search-result__link:hover .srn-search-result__summary, .srn-search-result__link:focus .srn-search-result__heading,
.srn-search-result__link:focus .srn-search-result__dnr,
.srn-search-result__link:focus .srn-search-result__summary {
  color: #005c99;
}
.srn-search-result__item {
  border-bottom: 2px solid #ebebeb;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .srn-search-result__item {
    padding: 20px 0;
  }
}
.srn-search-result__hit-container {
  max-width: 710px;
}
.srn-search-result__heading {
  color: #242424;
  font-size: 28px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .srn-search-result__heading {
    margin-top: 5px;
  }
}
.srn-search-result__dnr {
  font-size: 16px;
}
.srn-search-result__category-link {
  color: #005c99;
  text-decoration: none;
  border-bottom: 2px solid transparent;
}
.srn-search-result__category-link:hover, .srn-search-result__category-link:focus {
  border-bottom: 2px solid #005c99;
}
.srn-search-result__category-link, .srn-search-result__date {
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 6px;
}
@media print {
  .srn-search-result__category-link, .srn-search-result__date {
    font-family: "Montserrat", sans-serif !important;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
  }
}
.srn-search-result__category-separator {
  margin: 0 10px;
  font-size: 12px;
}

.srn-section-with-image {
  margin-top: 50px;
}
.srn-section-with-image .srn-heading-3 {
  margin-bottom: 60px;
  padding-bottom: 20px;
  border-bottom: 3px solid #ebebeb;
}
.srn-section-with-image .sv-image-portlet {
  margin: 0 !important;
}
.srn-section-with-image .sv-column-3 .srn-paragraph {
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 600;
}
.srn-section-with-image .srn-heading-4 {
  margin-bottom: 10px;
}
.srn-section-with-image .srn-heading-4 + .srn-paragraph {
  margin-bottom: 40px;
}
.srn-section-with-image__row {
  margin-bottom: 60px;
  border-bottom: 3px solid #ebebeb;
}

@media screen and (max-width: 768px) {
  .srn-side-column {
    margin-bottom: 0 !important;
  }
}
@media print {
  .srn-side-column {
    display: none;
  }
}

.srn-skip-to {
  position: relative;
  margin: 0;
  padding: 0;
  height: 0;
  z-index: 10;
}
.srn-skip-to a {
  display: block;
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
}
.srn-skip-to a:focus {
  display: block;
  top: 0;
  width: 100%;
  height: 20px;
  background-color: #022849;
  color: #ffffff;
  padding-top: 10px;
  padding-bottom: 9px;
  text-align: center;
  z-index: 10;
  border-bottom: 1px solid #000000;
}

.srn-startpage {
  background-color: #005c99;
}
@media print {
  .srn-startpage .srn-logotype {
    display: none;
  }
}
.srn-startpage .srn-main-menu__link {
  color: #ffffff;
}
.srn-startpage .srn-main-menu__link:hover, .srn-startpage .srn-main-menu__link:focus {
  padding-bottom: 5px;
  border-bottom: 3px solid #ffffff;
}
.srn-startpage .srn-main-menu__link[aria-pressed=true] {
  padding-bottom: 5px;
  border-bottom: 3px solid #ffffff;
}
.srn-startpage .srn-main-menu__link.iw-button:after {
  content: "";
  display: block;
  background-image: url("/webdav/files/System/svg/sprite.svg");
  background-repeat: no-repeat;
  background-position-x: -10px;
  background-position-y: -501px;
  width: 22px;
  height: 22px;
  position: absolute;
  right: 32px;
  top: 18px;
}
.srn-startpage .sv-column-8 {
  margin: 50px 0 !important;
}
.srn-startpage .srn-heading-1,
.srn-startpage .srn-paragraph {
  color: #ffffff;
}

.srn-startpage--fhb {
  background-color: #f2f2f2;
  padding: 70px 0;
}

.srn-ghost-button a {
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  border: 1px solid #ffffff;
  border-radius: 50px;
  margin-top: 15px;
  padding: 12px 30px 11px 30px;
  white-space: pre-wrap;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media print {
  .srn-ghost-button a {
    display: none;
  }
}
.srn-ghost-button a:hover {
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.3);
  background-clip: padding-box;
}
.srn-ghost-button a:focus {
  background-color: #ffffff;
  color: #005c99;
}

.srn-sticky-menu {
  position: fixed;
  top: 0px;
  width: 100%;
  height: 55px;
  background-color: #005c99;
  z-index: 9999;
  display: none;
  -webkit-box-shadow: 0 2px 4px 0 rgba(85, 85, 85, 0.3);
          box-shadow: 0 2px 4px 0 rgba(85, 85, 85, 0.3);
}
@media print {
  .srn-sticky-menu {
    display: none !important;
  }
}
.srn-sticky-menu__list {
  float: right;
  list-style-type: none;
  padding-left: 0;
  margin: 0;
  margin: 15px 0 0 0;
}
.srn-sticky-menu__item {
  display: inline;
  margin-left: 20px;
}
.srn-sticky-menu__link {
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  color: #000000;
  color: #ffffff;
  padding-bottom: 5px;
  border-bottom: 3px solid transparent;
}
.srn-sticky-menu__link:hover, .srn-sticky-menu__link:focus {
  border-color: #ffffff;
}
.srn-sticky-menu__logotype {
  display: block;
  float: left;
  margin-top: 14px;
  color: transparent;
}
.srn-sticky-menu__logotype-img {
  width: auto;
  height: 27px;
}

.srn-table-type-numbers caption {
  font-size: 18px;
  margin: 0 0 10px 0;
}
.srn-table-type-numbers thead {
  background-color: #ebebeb;
}
.srn-table-type-numbers td,
.srn-table-type-numbers td p {
  text-align: right;
}
.srn-table-type-numbers td:first-child,
.srn-table-type-numbers td:first-child p,
.srn-table-type-numbers th:first-child,
.srn-table-type-numbers th:first-child p {
  text-align: left;
}
.srn-table-type-numbers th,
.srn-table-type-numbers td {
  padding: 12px 14px 10px 16px;
  border: 1px solid #d4d4d4;
}
.srn-table-type-numbers a:hover, .srn-table-type-numbers a:focus {
  color: #005c99;
  text-decoration: none;
}

.srn-table-type-text caption {
  font-size: 18px;
  margin: 0 0 10px 0;
}
.srn-table-type-text thead {
  background-color: #ebebeb;
}
.srn-table-type-text th,
.srn-table-type-text td {
  padding: 12px 14px 10px 16px;
  border: 1px solid #d4d4d4;
}
.srn-table-type-text a:hover, .srn-table-type-text a:focus {
  color: #005c99;
  text-decoration: none;
}

.srn-to-top__button {
  display: none;
}
@media print {
  .srn-to-top__button {
    display: none !important;
  }
}
.srn-to-top__button {
  cursor: pointer;
  background: #005c99;
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 8px 15px 0px 15px;
  z-index: 2000;
  display: none;
  text-align: left;
  border-radius: 20px 20px 0 0;
}
@media screen and (max-width: 566px) {
  .srn-to-top__button {
    padding: 15px 15px 6px 15px;
  }
}
.srn-to-top__button span {
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 600;
  padding-right: 14px;
  color: #ffffff;
  font-size: 11px;
}
.srn-to-top__button:after {
  content: "";
  display: block;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #ffffff;
  width: 8px;
  height: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: relative;
  bottom: 10px;
  left: 92px;
}

.srn-tool-column {
  float: left;
  width: 50px;
}
@media screen and (max-width: 480px) {
  .srn-tool-column {
    float: none;
    width: auto;
  }
}
@media print {
  .srn-tool-column {
    display: none;
  }
}

.srn-tools__mail, .srn-tools__print, .srn-tools__readspeaker {
  margin-top: 8px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: block;
}
@media screen and (max-width: 566px) {
  .srn-tools__mail, .srn-tools__print, .srn-tools__readspeaker {
    padding: 12px;
    margin-top: 0;
    height: 24px;
    max-width: 24px;
    margin-left: -12px;
  }
}
.srn-tools__mail::after {
  content: "";
  display: block;
  background-image: url("/webdav/files/System/svg/sprite.svg");
  background-repeat: no-repeat;
  background-position-x: -10px;
  background-position-y: -218px;
  width: 26px;
  height: 19px;
  margin-top: 2px;
}
.srn-tools__print::after {
  content: "";
  display: block;
  background-image: url("/webdav/files/System/svg/sprite.svg");
  background-repeat: no-repeat;
  background-position-x: -10px;
  background-position-y: -339px;
  width: 26px;
  height: 23px;
  margin-top: 3px;
}
.srn-tools__readspeaker::after {
  content: "";
  display: block;
  background-image: url("/webdav/files/System/svg/sprite.svg");
  background-repeat: no-repeat;
  background-position-x: -10px;
  background-position-y: -417px;
  width: 26px;
  height: 26px;
}
@media screen and (max-width: 480px) {
  .srn-tools__readspeaker::after {
    margin: 0 0 10px 0;
  }
}
@media screen and (max-width: 768px) {
  .srn-tools__mail, .srn-tools__print {
    display: none;
  }
}

.pagination {
  margin-top: 70px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .pagination {
    margin-top: 40px;
  }
}
.pagination a,
.pagination span {
  text-decoration: none;
  float: none;
  font-family: georgia, serif;
  padding: 14px 0 15px;
  width: 50px;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
  border: 1px solid #ebebeb;
  line-height: normal;
}
.pagination .current {
  background-color: transparent;
  border: none;
  border-bottom: 3px solid #005c99;
  font-weight: normal;
}
.pagination a:hover, .pagination a:focus {
  background-color: #005c99;
  color: #ffffff;
}
.pagination .prev,
.pagination .next {
  display: none;
}

@media print {
  #sv-editor-menu {
    display: none;
  }
}

@media print {
  .sv-grid-12-column {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}

@media print {
  .sv-image-portlet img {
    display: none;
  }
}

.sv-portlet-image-caption {
  font-size: 16px;
  font-style: italic;
  margin-left: -50px;
}
@media screen and (max-width: 768px) {
  .sv-portlet-image-caption {
    margin-left: 0;
  }
}
@media print {
  .sv-portlet-image-caption {
    display: none;
  }
}

@media print {
  .sv-template-portlet {
    display: block !important;
  }
}

@media print {
  .sv-text-portlet-content ul li,
  .sv-text-portlet-content ol li {
    font-size: 14px;
  }
}
/*# sourceMappingURL=srn-main.css.map */

