@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

body {
  line-height: 1; }

li {
  list-style: none; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

nav ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none; }

a {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700; }

del {
  text-decoration: line-through; }

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  border: 0;
  border-top: 1px solid #ccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0; }

input,
select {
  vertical-align: middle; }

.wrapper, .search-form, .admin-tabs, .header__container, .header__mobile-lindholmen-logo, .mobile-menu__wrapper .navigation__menu-tree, .news__more-link-wrapper, .forum-post-links ul.links, .flag-forum-report-node,
.flag-forum-report-comment, .content__wrapper {
  *zoom: 1; }
  .wrapper:before, .search-form:before, .admin-tabs:before, .header__container:before, .header__mobile-lindholmen-logo:before, .mobile-menu__wrapper .navigation__menu-tree:before, .news__more-link-wrapper:before, .forum-post-links ul.links:before, .flag-forum-report-node:before,
  .flag-forum-report-comment:before, .content__wrapper:before, .wrapper:after, .search-form:after, .admin-tabs:after, .header__container:after, .header__mobile-lindholmen-logo:after, .mobile-menu__wrapper .navigation__menu-tree:after, .news__more-link-wrapper:after, .forum-post-links ul.links:after, .flag-forum-report-node:after,
  .flag-forum-report-comment:after, .content__wrapper:after {
    content: " ";
    display: table; }
  .wrapper:after, .search-form:after, .admin-tabs:after, .header__container:after, .header__mobile-lindholmen-logo:after, .mobile-menu__wrapper .navigation__menu-tree:after, .news__more-link-wrapper:after, .forum-post-links ul.links:after, .flag-forum-report-node:after,
  .flag-forum-report-comment:after, .content__wrapper:after {
    clear: both; }

html,
body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 80%;
  min-height: 100%;
  position: relative;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%; }
  @media (min-width: 1024px) {
    html {
      font-size: 90%; } }
  @media (min-width: 1600px) {
    html {
      font-size: 100%; } }

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

body {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  color: #333;
  font-family: "apercu-regular", Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased; }
  @media (min-width: 767px) {
    body {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 1.75; } }
  @media (min-width: 580px) {
    body {
      margin-bottom: 296px; } }
  @media (min-width: 900px) {
    body {
      margin-bottom: 400px; } }

h1, h2, h3, h4, h5 {
  font-family: "apercu-bold";
  font-weight: normal;
  color: #333; }

p {
  font-family: "apercu-regular";
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 2rem; }
  @media (min-width: 767px) {
    p {
      font-size: 1.2rem;
      line-height: 1.6; } }

strong, b {
  font-family: "apercu-bold";
  font-weight: normal; }

strong, b {
  font-family: "apercu-bold";
  font-weight: normal; }
  strong em,
  strong i,
  b em,
  b i {
    font-family: "apercu-bold-italic";
    font-style: normal; }

em,
i {
  font-family: "apercu-italic";
  font-style: normal; }
  em strong,
  em b,
  i strong,
  i b {
    font-family: "apercu-bold-italic";
    font-weight: normal; }

.hidden {
  display: none; }

.wrapper, .search-form {
  margin: 0 4.6875%;
  max-width: 1440px; }
  @media (min-width: 767px) {
    .wrapper, .search-form {
      margin: 0 8%; } }
  @media (min-width: 1420px) {
    .wrapper, .search-form {
      margin: 0 auto; } }

.wrapper--header {
  height: 100%;
  position: relative; }

.wrapper--content {
  margin-top: 35px;
  padding-bottom: 15px; }

.wrapper--footer {
  height: 100%; }

.main-content {
  float: left;
  margin-right: -100%;
  width: 100%; }
  @media (min-width: 900px) {
    .main-content--has-sidebar {
      width: 65.6576%; } }

.sidebar {
  clear: left;
  float: left;
  margin-right: -100%;
  width: 100%; }
  @media (min-width: 900px) {
    .sidebar {
      clear: none;
      margin-left: 68.5872%;
      width: 31.3639%; } }
  .sidebar .block {
    float: left;
    width: 100%; }

.sidebar__section {
  border-bottom: 1px solid rgba(0, 26, 100, 0.12);
  float: left;
  margin-bottom: 20px;
  padding-bottom: 30px;
  width: 100%; }

.sidebar__section-header {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 10px; }

@media (min-width: 580px) {
  .footer__region--1 {
    float: left;
    margin-right: -100%;
    width: 45.3125%; } }

@media (min-width: 900px) {
  .footer__region--1 {
    width: 31.3639%; } }

.footer__region--2 {
  float: left;
  margin-left: 34.2936%;
  margin-right: -100%;
  width: 31.3639%; }

@media (min-width: 580px) {
  .footer__region--3 {
    float: left;
    margin-left: 54.6875%;
    margin-right: -100%;
    width: 45.3125%; } }

@media (min-width: 900px) {
  .footer__region--3 {
    margin-left: 68.5872%;
    width: 31.3639%; } }

.footer__region--bottom {
  clear: left;
  float: left;
  width: 100%; }

.limited-content p {
  max-width: 790px; }

/*
 * Web Fonts from colophon-foundry.org
 *
 * The fonts included in this stylesheet are subject to the End User License you purchased
 * from Colophon Foundry. The fonts are protected under domestic and international trademark and
 * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
 * distributing this font software.
 *
 * (c) 2017 Colophon Foundry
 *
 * Licenced to Andr&eacute; Aznar Kodamera
 */
/* * * * * * * * * * * * * * * * * * * *
 *  Apercu font
 * * * * * * * * * * * * * * * * * * * */
@font-face {
  font-family: "apercu-bold-italic";
  src: url("../../fonts/apercu/apercu-bold-italic.eot");
  src: url("../../fonts/apercu/apercu-bold-italic.eot?#iefix") format("embedded-opentype"), url("../../fonts/apercu/apercu-bold-italic.woff") format("woff"), url("../../fonts/apercu/apercu-bold-italic.woff2") format("woff2"), url("../../fonts/apercu/apercu-bold-italic.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "apercu-italic";
  src: url("../../fonts/apercu/apercu-italic.eot");
  src: url("../../fonts/apercu/apercu-italic.eot?#iefix") format("embedded-opentype"), url("../../fonts/apercu/apercu-italic.woff") format("woff"), url("../../fonts/apercu/apercu-italic.woff2") format("woff2"), url("../../fonts/apercu/apercu-italic.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: 'Apercu';
  src: url("Apercu-Medium.woff2") format("woff2"), url("Apercu-Medium.woff") format("woff"), url("Apercu-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'apercu-medium';
  src: url("../../fonts/apercu/Apercu-Medium.eot");
  src: url("../../fonts/apercu/Apercu-Medium.eot?#iefix") format("embedded-opentype"), url("../../fonts/apercu/Apercu-Medium.woff2") format("woff2"), url("../../fonts/apercu/Apercu-Medium.woff") format("woff"), url("../../fonts/apercu/Apercu-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: "apercu-regular";
  src: url("../../fonts/apercu/apercu-regular.eot");
  src: url("../../fonts/apercu/apercu-regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/apercu/apercu-regular.woff") format("woff"), url("../../fonts/apercu/apercu-regular.woff2") format("woff2"), url("../../fonts/apercu/apercu-regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "apercu-bold";
  src: url("../../fonts/apercu/apercu-bold.eot");
  src: url("../../fonts/apercu/apercu-bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/apercu/apercu-bold.woff") format("woff"), url("../../fonts/apercu/apercu-bold.woff2") format("woff2"), url("../../fonts/apercu/apercu-bold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

/* * * * * * * * * * * * * * * * * * * *
*  Tiempos font
* * * * * * * * * * * * * * * * * * * */
@font-face {
  font-family: "tiempos-bold-italic";
  src: url("../../fonts/tiempos/TiemposTextWeb-BoldItalic.eot");
  src: url("../../fonts/tiempos/TiemposTextWeb-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../../fonts/tiempos/TiemposTextWeb-BoldItalic.woff") format("woff"), url("../../fonts/tiempos/TiemposTextWeb-BoldItalic.woff2") format("woff2");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "tiempos-bold";
  src: url("../../fonts/tiempos/TiemposTextWeb-Bold.eot");
  src: url("../../fonts/tiempos/TiemposTextWeb-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/tiempos/TiemposTextWeb-Bold.woff") format("woff"), url("../../fonts/tiempos/TiemposTextWeb-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "tiempos-italic";
  src: url("../../fonts/tiempos/TiemposTextWeb-RegularItalic.eot");
  src: url("../../fonts/tiempos/TiemposTextWeb-RegularItalic.eot?#iefix") format("embedded-opentype"), url("../../fonts/tiempos/TiemposTextWeb-RegularItalic.woff") format("woff"), url("../../fonts/tiempos/TiemposTextWeb-RegularItalic.woff2") format("woff2");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "tiempos-regular";
  src: url("../../fonts/tiempos/TiemposTextWeb-Regular.eot");
  src: url("../../fonts/tiempos/TiemposTextWeb-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/tiempos/TiemposTextWeb-Regular.woff") format("woff"), url("../../fonts/tiempos/TiemposTextWeb-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

.skip-to-content__link {
  background: #333;
  clip: rect(1px, 1px, 1px, 1px);
  color: #fff;
  display: block;
  height: 1px;
  overflow: hidden;
  padding: 5px;
  position: absolute;
  text-decoration: none; }
  .skip-to-content__link:focus {
    clip: auto;
    height: auto;
    outline: 0;
    overflow: visible;
    position: static; }

.admin-tabs {
  margin: 12px 0; }
  .admin-tabs .tabs {
    background: #f8f8f8;
    border: 1px solid #ededed;
    border-radius: 3px; }
    @media (min-width: 767px) {
      .admin-tabs .tabs {
        float: left; } }

.admin-tabs__list-item {
  border-bottom: 1px solid #ededed; }
  @media (min-width: 767px) {
    .admin-tabs__list-item {
      border-bottom: 0;
      border-right: 1px solid #ededed;
      float: left; }
      .admin-tabs__list-item:last-child {
        border-right: 0; } }
  .admin-tabs__list-item:first-child .admin-tabs__link {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    @media (min-width: 767px) {
      .admin-tabs__list-item:first-child .admin-tabs__link {
        border-bottom-left-radius: 3px;
        border-top-left-radius: 3px;
        border-top-right-radius: 0; } }
  .admin-tabs__list-item:last-child {
    border-bottom: 0; }
    .admin-tabs__list-item:last-child .admin-tabs__link {
      border-bottom-left-radius: 3px;
      border-bottom-right-radius: 3px; }
      @media (min-width: 767px) {
        .admin-tabs__list-item:last-child .admin-tabs__link {
          border-bottom-left-radius: 0;
          border-top-right-radius: 3px; } }

.admin-tabs__link {
  color: #333;
  display: block;
  padding: 5px 10px;
  text-decoration: none; }
  @media (min-width: 767px) {
    .admin-tabs__link {
      padding: 10px 15px; } }
  .admin-tabs__link:hover {
    background: #f0f0f0;
    color: black; }
  .admin-tabs__link:focus {
    background: #333;
    color: #fff;
    outline: 0; }

.js .language-switch--mobile {
  display: none; }

.mobile-nav--is-open .language-switch--mobile {
  display: block; }

.language-switch--mobile .language-switch__link {
  border: 1px solid #fff;
  color: #fff;
  display: block;
  padding: 8px;
  text-align: center;
  text-decoration: none;
  width: 100%; }
  .language-switch--mobile .language-switch__link:hover {
    background: rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.2); }

.language-switch--desktop {
  display: none; }
  @media (min-width: 767px) {
    .language-switch--desktop {
      display: block;
      margin-bottom: 0;
      margin-top: 16px;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 20; } }
  .language-switch--desktop .language-switch__link {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.2;
    color: #fff;
    margin-left: 20px;
    text-decoration: none;
    text-transform: uppercase; }
    .language-switch--desktop .language-switch__link:hover {
      text-decoration: underline; }

.header {
  background-color: #001A64;
  position: relative; }

.header__bg {
  background-position: center;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.header__gradient {
  height: 100%;
  left: 0;
  opacity: .9;
  position: absolute;
  top: 0;
  width: 100%; }

.header__container {
  margin-bottom: 20px;
  padding: 12px 4.6875%;
  position: relative; }
  @media (min-width: 767px) {
    .header__container {
      float: left;
      margin-bottom: 0;
      padding: 24px 8% 12px;
      width: 100%;
      z-index: 10; } }
  @media (min-width: 1420px) {
    .header__container {
      margin: 0 auto; } }

.header__inner-wrapper {
  margin: 0 auto;
  max-width: 1440px; }

.header__mobile-lindholmen-logo {
  background: #fff;
  max-width: 1440px;
  padding: 0 4.6875%; }
  @media (min-width: 767px) {
    .header__mobile-lindholmen-logo {
      display: none; } }

.header__lindholmen-link--mobile {
  color: #000;
  display: block;
  padding: 4px 0;
  text-decoration: none; }

@media (min-width: 767px) {
  .header__lindholmen-link--desktop {
    background: url("../../images/lsp-logo.svg") no-repeat 0 0;
    background-position: center center;
    background-size: contain;
    display: block;
    float: left;
    height: 74px;
    text-indent: -9999px;
    width: 174px; } }

.header__desktop-lindholmen-logo {
  display: none; }
  @media (min-width: 767px) {
    .header__desktop-lindholmen-logo {
      border-right: 1px solid #fff;
      display: block;
      float: left;
      margin-right: 20px;
      padding-right: 20px; } }

.header__site-name {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.2;
  float: left;
  font-weight: 300; }
  @media (min-width: 767px) {
    .header__site-name {
      font-size: 66px;
      font-size: 4.125rem;
      line-height: 1.1; } }

.header__site-link {
  color: #fff;
  text-decoration: none; }
  .header__site-link img {
    display: block;
    max-width: 200px; }
    @media (min-width: 416px) {
      .header__site-link img {
        max-width: 300px; } }
    @media (min-width: 1024px) {
      .header__site-link img {
        max-height: 70px;
        max-width: 600px; } }
    @media (min-width: 1200px) {
      .header__site-link img {
        max-width: 760px; } }

.header__logo {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  float: left; }
  @media (min-width: 416px) {
    .header__logo {
      font-size: 28px;
      font-size: 1.75rem;
      line-height: 1.5; } }
  @media (min-width: 767px) {
    .header__logo {
      font-size: 36px;
      font-size: 2.25rem;
      line-height: 1.5; } }

.mobile-menu__wrapper {
  max-height: 0;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  width: 100%; }
  .mobile-nav--is-open .mobile-menu__wrapper {
    margin: 0 0 40px;
    max-height: 800px;
    overflow: visible; }
  .no-js .mobile-menu__wrapper {
    max-height: 800px;
    overflow: visible; }
  @media (min-width: 767px) {
    .mobile-menu__wrapper {
      clear: left;
      float: left;
      margin: 20px 0 40px;
      max-height: none;
      opacity: 1;
      overflow: visible; } }
  .mobile-menu__wrapper .navigation__menu-tree {
    opacity: 0; }
    .mobile-nav--is-open .mobile-menu__wrapper .navigation__menu-tree {
      -webkit-animation: mainNavfadeIn .5s;
      animation: mainNavfadeIn .5s;
      opacity: 1; }
    @media (min-width: 767px) {
      .mobile-menu__wrapper .navigation__menu-tree {
        opacity: 1; } }
    @media (min-width: 767px) {
      .mobile-menu__wrapper .navigation__menu-tree .leaf,
      .mobile-menu__wrapper .navigation__menu-tree .expanded,
      .mobile-menu__wrapper .navigation__menu-tree .collapsed {
        float: left; } }
    .mobile-menu__wrapper .navigation__menu-tree .leaf a,
    .mobile-menu__wrapper .navigation__menu-tree .expanded a,
    .mobile-menu__wrapper .navigation__menu-tree .collapsed a {
      color: #fff;
      display: block;
      padding: 10px 13px 9px;
      text-decoration: none; }
      @media (min-width: 767px) {
        .mobile-menu__wrapper .navigation__menu-tree .leaf a,
        .mobile-menu__wrapper .navigation__menu-tree .expanded a,
        .mobile-menu__wrapper .navigation__menu-tree .collapsed a {
          font-size: 18px;
          font-size: 1.125rem;
          line-height: 1.5; } }
      @media (min-width: 1200px) {
        .mobile-menu__wrapper .navigation__menu-tree .leaf a,
        .mobile-menu__wrapper .navigation__menu-tree .expanded a,
        .mobile-menu__wrapper .navigation__menu-tree .collapsed a {
          font-size: 24px;
          font-size: 1.5rem;
          line-height: 1.5; } }
      .mobile-menu__wrapper .navigation__menu-tree .leaf a:hover,
      .mobile-menu__wrapper .navigation__menu-tree .expanded a:hover,
      .mobile-menu__wrapper .navigation__menu-tree .collapsed a:hover {
        background: rgba(0, 0, 0, 0.1); }
      .mobile-menu__wrapper .navigation__menu-tree .leaf a:focus,
      .mobile-menu__wrapper .navigation__menu-tree .expanded a:focus,
      .mobile-menu__wrapper .navigation__menu-tree .collapsed a:focus {
        background: rgba(0, 0, 0, 0.1);
        outline: 0; }
      .mobile-menu__wrapper .navigation__menu-tree .leaf a.active, .mobile-menu__wrapper .navigation__menu-tree .leaf a.active-trail,
      .mobile-menu__wrapper .navigation__menu-tree .expanded a.active,
      .mobile-menu__wrapper .navigation__menu-tree .expanded a.active-trail,
      .mobile-menu__wrapper .navigation__menu-tree .collapsed a.active,
      .mobile-menu__wrapper .navigation__menu-tree .collapsed a.active-trail {
        background: rgba(0, 0, 0, 0.2); }
    .mobile-menu__wrapper .navigation__menu-tree .leaf .navigation__show-hidden-links,
    .mobile-menu__wrapper .navigation__menu-tree .expanded .navigation__show-hidden-links,
    .mobile-menu__wrapper .navigation__menu-tree .collapsed .navigation__show-hidden-links {
      margin-right: 0; }
    .mobile-menu__wrapper .navigation__menu-tree .leaf .leaf a,
    .mobile-menu__wrapper .navigation__menu-tree .leaf .expanded a,
    .mobile-menu__wrapper .navigation__menu-tree .leaf .collapsed a,
    .mobile-menu__wrapper .navigation__menu-tree .expanded .leaf a,
    .mobile-menu__wrapper .navigation__menu-tree .expanded .expanded a,
    .mobile-menu__wrapper .navigation__menu-tree .expanded .collapsed a,
    .mobile-menu__wrapper .navigation__menu-tree .collapsed .leaf a,
    .mobile-menu__wrapper .navigation__menu-tree .collapsed .expanded a,
    .mobile-menu__wrapper .navigation__menu-tree .collapsed .collapsed a {
      padding-left: 26px; }
    @media (min-width: 767px) {
      .mobile-menu__wrapper .navigation__menu-tree .leaf .leaf,
      .mobile-menu__wrapper .navigation__menu-tree .leaf .expanded,
      .mobile-menu__wrapper .navigation__menu-tree .leaf .collapsed,
      .mobile-menu__wrapper .navigation__menu-tree .expanded .leaf,
      .mobile-menu__wrapper .navigation__menu-tree .expanded .expanded,
      .mobile-menu__wrapper .navigation__menu-tree .expanded .collapsed,
      .mobile-menu__wrapper .navigation__menu-tree .collapsed .leaf,
      .mobile-menu__wrapper .navigation__menu-tree .collapsed .expanded,
      .mobile-menu__wrapper .navigation__menu-tree .collapsed .collapsed {
        display: none; } }
    .mobile-menu__wrapper .navigation__menu-tree .expanded {
      background: rgba(0, 0, 0, 0.1); }
      @media (min-width: 767px) {
        .mobile-menu__wrapper .navigation__menu-tree .expanded {
          background: transparent; } }
  .mobile-menu__wrapper .leaf .navigation__hidden-menu-links {
    background: #fff;
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
    position: absolute;
    right: 0;
    top: 47px;
    white-space: nowrap;
    z-index: 10000; }
    @media (min-width: 1200px) {
      .mobile-menu__wrapper .leaf .navigation__hidden-menu-links {
        top: 50px; } }
    .mobile-menu__wrapper .leaf .navigation__hidden-menu-links .leaf,
    .mobile-menu__wrapper .leaf .navigation__hidden-menu-links .expanded,
    .mobile-menu__wrapper .leaf .navigation__hidden-menu-links .collapsed {
      display: block;
      float: none;
      opacity: 1;
      width: 100%;
      z-index: 1000; }
      .mobile-menu__wrapper .leaf .navigation__hidden-menu-links .leaf a,
      .mobile-menu__wrapper .leaf .navigation__hidden-menu-links .expanded a,
      .mobile-menu__wrapper .leaf .navigation__hidden-menu-links .collapsed a {
        color: #001A64;
        margin-right: 0;
        padding-right: 26px; }
    .mobile-menu__wrapper .leaf .navigation__hidden-menu-links > .expanded {
      display: block;
      width: 100%; }
      .mobile-menu__wrapper .leaf .navigation__hidden-menu-links > .expanded a {
        display: block;
        margin-right: 0;
        padding-right: 26px; }
      .mobile-menu__wrapper .leaf .navigation__hidden-menu-links > .expanded .navigation__menu-tree {
        display: none; }
    .mobile-menu__wrapper .leaf .navigation__hidden-menu-links > .collapsed {
      display: block; }
      .mobile-menu__wrapper .leaf .navigation__hidden-menu-links > .collapsed .collapsed {
        display: none; }

@-webkit-keyframes mainNavfadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes mainNavfadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.navigation__mobile-toggle {
  margin-top: 5px; }
  @media (min-width: 416px) {
    .navigation__mobile-toggle {
      margin-top: 6px; } }
  @media (min-width: 1024px) {
    .navigation__mobile-toggle {
      display: none; } }

.navigation__mobile-button {
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  float: right;
  font-size: 16px;
  font-weight: 500;
  outline: none;
  padding: 7px 8px;
  position: relative;
  text-transform: uppercase; }
  .navigation__mobile-button:active {
    background: rgba(0, 0, 0, 0.1); }

.navigation__mobile-toggle-label {
  float: right;
  line-height: 1;
  margin-right: 24px; }

.navigation__mobile-toggle-label--on {
  display: none; }
  .mobile-nav--is-open .navigation__mobile-toggle-label--on {
    display: block; }

.mobile-nav--is-open .navigation__mobile-toggle-label--off {
  display: none; }

.navigation__mobile-hamburger {
  background: #fff;
  border: 0;
  display: inline-block;
  height: 2px;
  margin-bottom: 5px;
  margin-left: 4px;
  position: absolute;
  right: 9px;
  top: 14px;
  -webkit-transition: .1s;
  transition: .1s;
  width: 16px; }
  .mobile-nav--is-open .navigation__mobile-hamburger {
    background: transparent; }
  .navigation__mobile-hamburger::before, .navigation__mobile-hamburger::after {
    background: #fff;
    content: "";
    display: inline-block;
    height: 2px;
    left: 0;
    position: absolute;
    -webkit-transition: .1s;
    transition: .1s;
    width: 16px; }
  .navigation__mobile-hamburger::before {
    top: 5px; }
    .mobile-nav--is-open .navigation__mobile-hamburger::before {
      top: 0;
      -webkit-transform: rotate3d(0, 0, 1, 45deg);
      transform: rotate3d(0, 0, 1, 45deg);
      -webkit-transform-origin: 50% 50%;
      transform-origin: 50% 50%; }
  .navigation__mobile-hamburger::after {
    top: -5px; }
    .mobile-nav--is-open .navigation__mobile-hamburger::after {
      top: 0;
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
      transform: rotate3d(0, 0, 1, -45deg);
      -webkit-transform-origin: 50% 50%;
      transform-origin: 50% 50%; }

.navigation__arrow {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 13px solid #fff;
  display: inline-block;
  height: 0;
  margin-left: 5px;
  width: 0; }

.js-navigation__show-hidden-links {
  position: relative; }

.js-navigation__hidden-menu-links--closed {
  display: none; }

.js-navigation__hidden-menu-links--open {
  display: block; }

.navigation__show-hidden-links {
  position: relative; }

/**
  * @name Site-Navigation--Secondary
  * @description Style for the site-navigation--secondary class
  */
.site-navigation--secondary {
  position: absolute;
  right: 60px;
  top: 50%;
  z-index: 1;
  margin-top: -18px; }

@media only screen and (min-width: 836px) {
  .site-navigation--secondary {
    right: 20px;
    top: -5px;
    margin-top: 0; } }

.site-navigation--secondary li {
  margin-left: 10px; }

.site-navigation--secondary li.first {
  margin-left: 0; }

@media only screen and (max-width: 835px) {
  .site-navigation--secondary li {
    float: right; } }

.site-navigation--secondary li > a {
  color: #bbbbbb; }

.site-intro__container {
  float: left;
  width: 100%; }
  .site-intro__container h2 {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.3;
    color: #fff;
    font-weight: 400;
    margin: 0 0 10px;
    text-align: left; }
    @media (min-width: 767px) {
      .site-intro__container h2 {
        font-size: 46px;
        font-size: 2.875rem;
        line-height: 1.2;
        display: block; } }
  .site-intro__container p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.3;
    color: #fff;
    display: inline-block;
    max-width: 790px;
    padding: 0 6px;
    text-align: left; }
    @media (min-width: 767px) {
      .site-intro__container p {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1.3; } }

.secondary-navigation {
  border-bottom: 1px solid rgba(0, 26, 100, 0.12);
  float: left;
  margin-bottom: 20px;
  padding-bottom: 30px;
  width: 100%; }
  .secondary-navigation .block__title a {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.3;
    background: transparent;
    border-bottom: 1px solid rgba(0, 26, 100, 0.12);
    color: #000;
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 10px 13px 9px;
    text-decoration: none; }
    .secondary-navigation .block__title a:hover {
      text-decoration: underline; }
  .secondary-navigation .leaf a,
  .secondary-navigation .collapsed a,
  .secondary-navigation .expanded a {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.3;
    color: #333;
    display: block;
    padding: 10px 13px;
    text-decoration: none; }
    .secondary-navigation .leaf a:hover,
    .secondary-navigation .collapsed a:hover,
    .secondary-navigation .expanded a:hover {
      background: #001A64;
      color: #fff; }
    .secondary-navigation .leaf a.active,
    .secondary-navigation .collapsed a.active,
    .secondary-navigation .expanded a.active {
      background: #001A64;
      font-weight: 700; }
    .secondary-navigation .leaf a.active-trail,
    .secondary-navigation .collapsed a.active-trail,
    .secondary-navigation .expanded a.active-trail {
      background: #001A64;
      color: #fff; }
      .secondary-navigation .leaf a.active-trail:hover,
      .secondary-navigation .collapsed a.active-trail:hover,
      .secondary-navigation .expanded a.active-trail:hover {
        background: #001A64;
        color: #fff; }
  .secondary-navigation .leaf .leaf,
  .secondary-navigation .collapsed .leaf,
  .secondary-navigation .expanded .leaf {
    background: #e9f7f7;
    padding-bottom: 10px; }
  .secondary-navigation .leaf .leaf,
  .secondary-navigation .leaf .collapsed,
  .secondary-navigation .leaf .expanded,
  .secondary-navigation .collapsed .leaf,
  .secondary-navigation .collapsed .collapsed,
  .secondary-navigation .collapsed .expanded,
  .secondary-navigation .expanded .leaf,
  .secondary-navigation .expanded .collapsed,
  .secondary-navigation .expanded .expanded {
    padding-bottom: 0; }
    .secondary-navigation .leaf .leaf a,
    .secondary-navigation .leaf .collapsed a,
    .secondary-navigation .leaf .expanded a,
    .secondary-navigation .collapsed .leaf a,
    .secondary-navigation .collapsed .collapsed a,
    .secondary-navigation .collapsed .expanded a,
    .secondary-navigation .expanded .leaf a,
    .secondary-navigation .expanded .collapsed a,
    .secondary-navigation .expanded .expanded a {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 1.3;
      padding: 10px 26px; }
      .secondary-navigation .leaf .leaf a:hover,
      .secondary-navigation .leaf .collapsed a:hover,
      .secondary-navigation .leaf .expanded a:hover,
      .secondary-navigation .collapsed .leaf a:hover,
      .secondary-navigation .collapsed .collapsed a:hover,
      .secondary-navigation .collapsed .expanded a:hover,
      .secondary-navigation .expanded .leaf a:hover,
      .secondary-navigation .expanded .collapsed a:hover,
      .secondary-navigation .expanded .expanded a:hover {
        background: #001A64;
        color: #fff; }
      .secondary-navigation .leaf .leaf a.active,
      .secondary-navigation .leaf .collapsed a.active,
      .secondary-navigation .leaf .expanded a.active,
      .secondary-navigation .collapsed .leaf a.active,
      .secondary-navigation .collapsed .collapsed a.active,
      .secondary-navigation .collapsed .expanded a.active,
      .secondary-navigation .expanded .leaf a.active,
      .secondary-navigation .expanded .collapsed a.active,
      .secondary-navigation .expanded .expanded a.active {
        background: transparent;
        color: #333;
        font-weight: 700; }
      .secondary-navigation .leaf .leaf a.active::before,
      .secondary-navigation .leaf .collapsed a.active::before,
      .secondary-navigation .leaf .expanded a.active::before,
      .secondary-navigation .collapsed .leaf a.active::before,
      .secondary-navigation .collapsed .collapsed a.active::before,
      .secondary-navigation .collapsed .expanded a.active::before,
      .secondary-navigation .expanded .leaf a.active::before,
      .secondary-navigation .expanded .collapsed a.active::before,
      .secondary-navigation .expanded .expanded a.active::before {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1;
        content: "\e60d";
        font-family: "Lindholmen icons";
        -webkit-font-smoothing: antialiased;
        font-style: normal;
        font-weight: normal;
        left: 0;
        padding-right: 8px;
        position: relative;
        text-transform: none;
        top: 1px; }

.news--view {
  float: left; }

.news__grid-1 {
  margin-right: -100%;
  width: 100%; }
  @media (min-width: 580px) {
    .news__grid-1 {
      clear: left;
      float: left;
      width: 47.7791878%; } }

.news__grid-2 {
  margin-right: -100%;
  width: 100%; }
  @media (min-width: 580px) {
    .news__grid-2 {
      float: left;
      margin-left: 52.2208122%;
      width: 47.7791878%; } }

.news__grid-first {
  clear: none; }

.news__list-item {
  border-bottom: 1px solid rgba(0, 26, 100, 0.12);
  margin-bottom: 20px;
  padding-bottom: 30px; }

.main-content a.news__item:hover {
  text-decoration: none; }
  .main-content a.news__item:hover .news__title {
    text-decoration: underline; }

.news__title {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.2;
  font-family: "apercu-regular";
  font-weight: 400;
  margin-bottom: .5rem; }
  .news__item--teaser .news__title {
    color: #333; }
  .news__item--featured .news__title {
    color: #666; }

.news__date,
.news__date-created {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2;
  color: #999;
  display: block;
  margin-bottom: 1rem;
  text-transform: uppercase; }

.news__image-wrapper {
  position: relative; }

.news__label {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2;
  background: #001A64;
  color: #fff;
  display: inline;
  padding: 3px 6px;
  text-transform: uppercase; }

.news__label--featured,
.news__label--super {
  display: block;
  left: 0;
  position: absolute;
  top: 10px;
  z-index: 10; }

.post__meta--teaser {
  display: inline; }

.post__teaser {
  color: #333;
  font-family: "tiempos-regular", "Georgia", serif;
  line-height: 1.5; }

.news__label--super {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2;
  top: 40px; }

.news__label-wrapper {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.2;
  color: #999;
  display: inline; }

.news__label--teaser {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.2;
  background: #001A64;
  border-radius: 2px;
  color: #fff;
  display: inline;
  margin-left: 2px;
  padding: 4px 5px 2px 6px; }

.news__super-list {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 20px;
  padding-bottom: 30px; }

.news__super-list-item {
  background: #262626;
  padding: 20px 20px 40px; }
  .news__super-list-item .news__super-link {
    color: #fff; }

.blog__super-list-item {
  padding: 20px 20px 0; }

.news__super-title {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 5px; }

.news__super-teaser {
  color: #aaa; }
  .blog__super-list-item .news__super-teaser {
    color: #333; }

.news__video--super {
  margin-bottom: 10px;
  position: relative; }

.news__more-link-wrapper {
  background: #001A64;
  float: left;
  margin-bottom: 60px;
  width: 100%; }

.main-content .news__more-link {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.2;
  color: #fff;
  float: right;
  padding: 11px 16px 8px; }

.news__more-link::before {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2;
  content: "\e60d";
  float: right;
  font-family: "Lindholmen icons";
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  left: 6px;
  position: relative;
  text-transform: none;
  top: 3px; }

.section {
  background: #f7f7f7;
  border: 1px solid #e4e4e4;
  clear: both;
  float: left;
  margin-bottom: 1.611111111em;
  padding: 0 20px;
  width: 100%; }

.section__title {
  color: #7f8389;
  font-weight: normal;
  margin-bottom: 30px;
  margin-top: 22px;
  text-align: center;
  text-transform: uppercase; }

.section--view {
  float: left;
  width: 100%; }

.partners__list-item {
  padding: 2em 0; }

.partners__list-item--sidebar {
  float: left;
  padding: 1em 0;
  width: 45.508982%; }
  .partners__list-item--sidebar.odd {
    margin-right: 8.9820359%; }
  @media (min-width: 568px) {
    .partners__list-item--sidebar.odd {
      margin-right: 0; }
    .partners__list-item--sidebar.pl-1 {
      clear: left;
      float: left;
      margin-right: -100%;
      width: 29.8122%; }
    .partners__list-item--sidebar.pl-2 {
      float: left;
      margin-left: 35.0939%;
      margin-right: -100%;
      width: 29.8122%; }
    .partners__list-item--sidebar.pl-3 {
      float: left;
      margin-left: 70.1878%;
      margin-right: -100%;
      width: 29.8122%; } }
  @media (min-width: 900px) {
    .partners__list-item--sidebar.pl-1, .partners__list-item--sidebar.pl-2, .partners__list-item--sidebar.pl-3 {
      clear: none;
      margin-left: 0;
      width: 45.508982%; }
    .partners__list-item--sidebar.odd {
      margin-right: 8.9820359%; } }

.partners__logo {
  display: block;
  width: auto; }

.contacts__list-item {
  margin-bottom: 40px;
  width: 100%; }
  @media (min-width: 650px) {
    .contacts__list-item {
      width: 45.3125%; } }

.contact__image {
  max-width: 170px; }

.contact__role {
  color: #777; }

.contact__role-description {
  font-size: 1rem;
  line-height: 1.3rem;
  margin-bottom: 1rem;
  max-width: 240px;
  width: 100%; }

.contact__name {
  font-weight: 700; }

.contact__phone,
.contact__email {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis; }
  .contact__phone a,
  .contact__email a {
    color: #001A64;
    text-decoration: none; }
    .contact__phone a:hover,
    .contact__email a:hover {
      text-decoration: underline; }

.contact__phone {
  margin-top: 8px; }

.referenced__list-title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 20px; }
  @media (min-width: 580px) {
    .referenced__list-title {
      font-size: 30px;
      font-size: 1.875rem;
      line-height: 1.2; } }

.referenced-content--view {
  float: left;
  margin-bottom: 20px; }

.referenced-content__list-item {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 30px;
  padding-bottom: 10px; }

.referenced-content__list-item--odd {
  margin-right: -100%;
  width: 100%; }
  @media (min-width: 580px) {
    .referenced-content__list-item--odd {
      clear: left;
      float: left;
      width: 47.7791878%; } }

.referenced-content__list-item--even {
  margin-right: -100%;
  width: 100%; }
  @media (min-width: 580px) {
    .referenced-content__list-item--even {
      float: left;
      margin-left: 52.2208122%;
      width: 47.7791878%; } }

.referenced-content__list-item--first {
  clear: none; }

.referenced-content__wrapper .referenced-content__link {
  display: block; }
  .referenced-content__wrapper .referenced-content__link:hover {
    text-decoration: none; }
    .referenced-content__wrapper .referenced-content__link:hover .referenced-content__title {
      text-decoration: underline; }

.referenced-content__title {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.2;
  margin-bottom: 8px; }
  @media (min-width: 580px) {
    .referenced-content__title {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 1.2; } }

.referenced-content__preamble {
  color: #333;
  text-decoration: none; }
  .referenced-content__preamble:hover {
    text-decoration: none; }

.resources__main-wrapper {
  margin-top: 40px; }

.resources__main-title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2;
  float: left;
  margin-bottom: 30px;
  width: 100%; }
  @media (min-width: 580px) {
    .resources__main-title {
      font-size: 30px;
      font-size: 1.875rem;
      line-height: 1.2; } }

.resources__preamble {
  float: left;
  width: 100%; }

.resources--view {
  float: left;
  margin-bottom: 20px;
  width: 100%; }

.resource__list-item {
  border-bottom: 1px solid rgba(0, 26, 100, 0.12);
  margin: 20px 0;
  padding: 20px 0; }
  .resource__list-item.last {
    border-bottom: 0; }

.resources__group {
  border-top: 1px solid rgba(0, 26, 100, 0.12); }
  .resources__group:last-child {
    border-bottom: 1px solid rgba(0, 26, 100, 0.12); }

.resources__group-title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  color: #333;
  padding: 20px 0 20px 10px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .resources__group-title::after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #333;
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .resources__group-title:hover {
    cursor: pointer; }
  .resources__group-title:focus {
    text-decoration: underline; }

.resources__group-title--open::after {
  border-bottom: 10px solid #333;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 0; }

.resources__list {
  margin: 0 10px; }
  .js .resources__group .resources__list {
    display: none; }

.resource__item {
  margin-bottom: 30px; }
  .resources__list-item:last-child .resource__item {
    margin-bottom: 10px; }

.resource__item--author {
  -webkit-box-shadow: 0 2px 36px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 36px 0 rgba(0, 0, 0, 0.08);
  margin-bottom: 5.1764706%; }
  @media (min-width: 568px) {
    .resource__item--author {
      margin-bottom: 12.7478754%; } }
  .main-content .resource__item--author a:hover {
    text-decoration: none; }

.resource__title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2; }

.resource__title--author {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #333;
  font-weight: bold;
  margin-bottom: 15px; }

.resource__link-separator,
.resource__external-link {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2; }

.resource__link-separator {
  color: #aaa;
  font-weight: 400; }

.resource__external-link {
  font-weight: 400;
  text-overflow: ellipsis; }

.resource__phone-number {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2;
  display: block;
  margin-bottom: 4px; }
  .resource__phone-number::before {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.2;
    content: "\e6111";
    float: left;
    font-family: "Lindholmen icons";
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    margin-right: 8px;
    position: relative;
    text-transform: none;
    top: 2px; }

.resource__address {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2;
  color: #999;
  float: left;
  margin: 10px 0; }
  .resource__address::before {
    content: "\e608";
    display: block;
    float: left;
    font-family: "Lindholmen icons";
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    margin-right: 8px;
    position: relative;
    text-transform: none; }
  .resource__address p {
    float: left;
    margin-bottom: 0; }

.resource__image-wrapper {
  float: left;
  position: relative;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  width: 100%; }
  @media (min-width: 416px) {
    .resource__image-wrapper {
      padding-right: 2rem;
      width: 30%; } }

.resource__image-wrapper--author {
  float: none;
  margin: 0;
  width: 100%; }

.resource__image-link {
  display: block;
  text-align: center; }
  .resource__image-link:hover .resource__image-overlay-wrapper,
  .resource__image-link:hover .resource__image-overlay {
    display: block; }

.resource__image-overlay-wrapper {
  background: #333;
  bottom: 0;
  left: 0;
  opacity: .7;
  position: absolute;
  right: 0;
  top: 0; }
  .js .resource__image-overlay-wrapper {
    display: none; }

.resource__image-overlay {
  color: #fff;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .js .resource__image-overlay {
    display: none; }

.resource__image {
  display: block; }

.resource__data-wrapper {
  border-bottom: 1px dotted #e3e3e3;
  float: left;
  padding-bottom: 40px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 1rem;
  width: 100%; }
  @media (min-width: 416px) {
    .resource__data-wrapper {
      margin-top: 0;
      width: 70%; } }
  .resource__data-wrapper .spamspan {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.2;
    clear: both;
    display: block;
    margin: 10px 0 4px; }
    .resource__data-wrapper .spamspan::before {
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 1.2;
      content: "\e612";
      float: left;
      font-family: "Lindholmen icons";
      -webkit-font-smoothing: antialiased;
      font-style: normal;
      font-weight: normal;
      margin-right: 6px;
      position: relative;
      text-transform: none;
      top: 3px; }
  .resource__data-wrapper .resource__link--button {
    background: #001A64;
    color: #fff;
    display: inline-block;
    margin-right: 5px;
    padding: 6px 19px; }
    .resource__data-wrapper .resource__link--button:hover {
      background: #001140;
      text-decoration: none; }
  .resources__list-item:last-child .resource__data-wrapper {
    border-bottom: 0; }

.resource__data-wrapper--author {
  border: 0;
  float: none;
  margin: 0;
  padding: 35px;
  width: 100%; }

.resource__description {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
  color: #999; }
  .resource__description p {
    margin-bottom: 0; }

.resource__description--author {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.88;
  color: #333; }

.resource__description--gallery-image {
  color: #333; }

.resource__image-credit {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
  background: url("../../images/resource-camera.png") no-repeat 0 50%;
  background-size: 14px 10px;
  color: #999;
  margin-top: 6px;
  padding-left: 18px; }

.resource__publish-date {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
  color: #999; }

.resource__file-meta {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.3;
  color: #999; }

.breadcrumbs__wrapper {
  bottom: -18px;
  position: absolute;
  width: 100%; }
  .breadcrumbs__wrapper::after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(70%, #fff));
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 70%);
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px; }

.breadcrumbs {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.4;
  background: #fff;
  overflow: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 10px 13px;
  text-transform: uppercase;
  white-space: nowrap; }
  .breadcrumbs a {
    border-radius: 3px;
    color: #001A64;
    padding: 5px 2px 5px 5px;
    text-decoration: none; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
    .breadcrumbs a:focus {
      background: #001A64;
      color: #fff;
      outline: 0; }

.breadcrumbs__separator {
  color: #b4b4b4; }

.breadcrumbs__current-page {
  padding-left: 2px; }

.content__wrap--with-sidebar {
  float: left;
  margin-right: -100%;
  width: 100%; }
  @media (min-width: 900px) {
    .content__wrap--with-sidebar {
      width: 65.6576%; } }

.content__sidebar {
  clear: left;
  float: left;
  margin-right: -100%;
  width: 100%; }
  @media (min-width: 900px) {
    .content__sidebar {
      clear: none;
      margin-left: 68.5872%;
      width: 31.3639%; } }

.content__title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #666;
  font-weight: 300;
  margin-bottom: 5px; }
  @media (min-width: 767px) {
    .content__title {
      font-size: 48px;
      font-size: 3rem;
      line-height: 1.2; } }

.content__subtitle--h2 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.3;
  color: #333;
  font-weight: 700;
  margin-bottom: .5rem; }
  @media (min-width: 767px) {
    .content__subtitle--h2 {
      font-size: 25px;
      font-size: 1.5625rem;
      line-height: 1.3; } }

.content__subtitle--h3 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.3;
  color: #333;
  margin-bottom: .5rem; }

.content__subtitle--h4 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
  color: #667177;
  margin-bottom: .5rem;
  text-transform: uppercase; }

.content__code {
  background: #fafafa;
  border: 1px solid #f0f2f3;
  border-radius: 3px;
  color: #292e31;
  font-weight: 600;
  padding: 2px 4px; }

.content__cta {
  background: #fafafa;
  border: 1px solid #e8eaeb;
  border-radius: 5px;
  color: #6f7c82;
  margin: 35px 0 15px;
  padding: 20px;
  text-align: center; }

.content__back-link {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
  font-family: "apercu-regular", Helvetica, sans-serif; }
  @media (min-width: 416px) {
    .content__back-link {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 1.3; } }
  .content__back-link a {
    color: #999;
    font-weight: 100; }

.content__preamble,
.content__preamble p,
.content__body .content__preamble,
.content__body .content__preamble p {
  font-family: "tiempos-regular";
  font-size: 1.3rem;
  line-height: 1.5;
  color: #aaa;
  margin-bottom: 2rem; }
  @media (min-width: 767px) {
    .content__preamble,
    .content__preamble p,
    .content__body .content__preamble,
    .content__body .content__preamble p {
      font-size: 1.6rem; } }

.content__body iframe {
  max-width: 100%; }

.content__body h2 {
  font-size: 1.75rem;
  line-height: 1.2;
  margin-bottom: .25em; }
  @media (min-width: 767px) {
    .content__body h2 {
      font-size: 2.25rem; } }
  @media (min-width: 1200px) {
    .content__body h2 {
      font-size: 2.75rem; } }

.content__body h3 {
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: .25em; }
  @media (min-width: 767px) {
    .content__body h3 {
      font-size: 1.75rem; } }
  @media (min-width: 1200px) {
    .content__body h3 {
      font-size: 2rem; } }

.content__body h4 {
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: .25em; }
  @media (min-width: 767px) {
    .content__body h4 {
      font-size: 1.5rem; } }
  @media (min-width: 1200px) {
    .content__body h4 {
      font-size: 1.75rem; } }

.content__body h5 {
  font-size: 1rem;
  line-height: 1.2;
  margin-bottom: .25em; }
  @media (min-width: 767px) {
    .content__body h5 {
      font-size: 1.25rem; } }
  @media (min-width: 1200px) {
    .content__body h5 {
      font-size: 1.5rem; } }

.content__body p {
  font-size: 1.1rem;
  line-height: 1.5; }
  @media (min-width: 767px) {
    .content__body p {
      font-size: 1.3rem;
      line-height: 1.6; } }

.content__body strong,
.content__body b {
  font-family: "apercu-bold";
  font-weight: normal; }
  .content__body strong em,
  .content__body strong i,
  .content__body b em,
  .content__body b i {
    font-family: "apercu-bold-italic";
    font-weight: normal; }

.content__body em,
.content__body i {
  font-family: "apercu-italic";
  font-weight: normal; }
  .content__body em strong,
  .content__body em b,
  .content__body i strong,
  .content__body i b {
    font-family: "apercu-bold-italic";
    font-weight: normal; }

.content__body ul,
.content__body ol {
  margin: 0 0 1.5rem; }

.content__body ul {
  list-style: none !important;
  padding: 0; }
  .content__body ul li {
    background: transparent;
    font-family: "apercu-regular";
    list-style: none;
    margin: 0 0 .3rem;
    padding-left: 1.5em;
    position: relative; }
    .content__body ul li p {
      margin: 0; }
    .content__body ul li::before {
      color: #001A64;
      content: "•";
      font-size: 3rem;
      left: 0;
      line-height: .7em;
      position: absolute;
      top: 0; }

.content__body ol li {
  font-family: "apercu-regular";
  list-style: decimal;
  margin: 0 0 .3rem 1.3em;
  padding-left: .2em; }
  .content__body ol li p {
    margin: 0; }

.content__body .cta {
  border-radius: 2px; }

.content__body .right-arrow {
  font-family: "apercu-medium"; }

.content__body--frontpage {
  margin-bottom: 70px; }

.content__image--right {
  float: right;
  margin: 0 0 10px 10px; }

.content__image--left {
  float: left;
  margin: 0 10px 10px 0; }

.content__figure {
  margin-bottom: 16px; }

.content__caption {
  font-size: .9rem;
  line-height: 1.5; }
  @media (min-width: 767px) {
    .content__caption {
      font-size: 1rem; } }

.main-content a {
  color: #001A64;
  text-decoration: none; }
  .main-content a:hover {
    text-decoration: underline; }

.primary-pushers__container {
  float: left;
  position: absolute;
  top: -540px;
  width: 100%; }
  @media (min-width: 560px) {
    .primary-pushers__container {
      top: -440px; } }
  @media (min-width: 1230px) {
    .primary-pushers__container {
      top: -350px; } }
  .primary-pushers__container.primary-pushers__count--1 {
    top: -200px; }
    @media (min-width: 560px) {
      .primary-pushers__container.primary-pushers__count--1 {
        top: -130px; } }
  .primary-pushers__container.primary-pushers__count--2 {
    top: -360px; }
    @media (min-width: 560px) {
      .primary-pushers__container.primary-pushers__count--2 {
        padding-bottom: -440px; } }
    @media (min-width: 1230px) {
      .primary-pushers__container.primary-pushers__count--2 {
        padding-bottom: -350px; } }

.primary-pushers__sort-link {
  background: rgba(0, 0, 0, 0.42);
  border-bottom-right-radius: 3px;
  color: #fff;
  display: none;
  font-size: 15px;
  left: 0;
  padding: 6px 10px;
  position: absolute;
  text-decoration: none;
  top: 0; }
  .primary-pushers__container:hover .primary-pushers__sort-link {
    display: inline-block; }
  .primary-pushers__sort-link:hover {
    text-decoration: underline; }

.front .header.primary-pushers__count--1 {
  padding-bottom: 200px; }
  @media (min-width: 560px) {
    .front .header.primary-pushers__count--1 {
      padding-bottom: 130px; } }

.front .header.primary-pushers__count--2 {
  padding-bottom: 360px; }
  @media (min-width: 1230px) {
    .front .header.primary-pushers__count--2 {
      padding-bottom: 350px; } }

.front .header.primary-pushers__count--3 {
  padding-bottom: 540px; }
  @media (min-width: 560px) {
    .front .header.primary-pushers__count--3 {
      padding-bottom: 440px; } }
  @media (min-width: 1230px) {
    .front .header.primary-pushers__count--3 {
      padding-bottom: 350px; } }

.front .wrapper--content {
  position: relative; }
  @media (min-width: 560px) {
    .front .wrapper--content {
      padding-top: 140px; } }
  .front .wrapper--content.primary-pushers__count--1 {
    padding-top: 50px; }
    @media (min-width: 560px) {
      .front .wrapper--content.primary-pushers__count--1 {
        padding-top: 210px; } }
    @media (min-width: 980px) {
      .front .wrapper--content.primary-pushers__count--1 {
        padding-top: 320px; } }
    @media (min-width: 1230px) {
      .front .wrapper--content.primary-pushers__count--1 {
        padding-top: 370px; } }
  .front .wrapper--content.primary-pushers__count--2 {
    padding-top: 120px; }
    @media (min-width: 560px) {
      .front .wrapper--content.primary-pushers__count--2 {
        padding-top: 30px; } }
    @media (min-width: 1230px) {
      .front .wrapper--content.primary-pushers__count--2 {
        padding-top: 130px; } }
  .front .wrapper--content.primary-pushers__count--3 {
    padding-top: 160px; }
    @media (min-width: 560px) {
      .front .wrapper--content.primary-pushers__count--3 {
        padding-top: 140px; } }

.primary-pusher {
  background-color: #000;
  background-position: center;
  background-size: cover;
  border-bottom: 2px solid #fff;
  position: relative; }
  .primary-pusher__grid--1-1 .primary-pusher {
    border-bottom: 0; }
  @media (min-width: 980px) {
    .primary-pusher__grid--3-2 .primary-pusher {
      border-right: 2px solid #fff; }
    .primary-pusher__grid--3-2 .primary-pusher,
    .primary-pusher__grid--3-3 .primary-pusher {
      border-bottom: 0;
      float: left;
      width: 50%; } }
  @media (min-width: 700px) {
    .primary-pusher__grid--2-1 .primary-pusher {
      border-right: 2px solid #fff; }
    .primary-pusher__grid--2-1 .primary-pusher,
    .primary-pusher__grid--2-2 .primary-pusher {
      float: left;
      width: 50%; } }
  @media (min-width: 1230px) {
    .primary-pusher__grid--3-1 .primary-pusher {
      border-bottom: 0;
      border-right: 2px solid #fff;
      float: left;
      width: 50%; }
    .primary-pusher__grid--3-2 .primary-pusher {
      border-bottom: 2px solid #fff; }
    .primary-pusher__grid--3-2 .primary-pusher,
    .primary-pusher__grid--3-3 .primary-pusher {
      border-right: 0;
      float: left;
      width: 50%; } }

.primary-pusher__inner-wrapper {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), color-stop(80%, rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 220px;
  padding: 15px;
  position: relative; }
  .primary-pusher__show-only-image .primary-pusher__inner-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0; }
  @media (min-width: 560px) {
    .primary-pusher__inner-wrapper {
      height: 180px; }
      .primary-pusher__grid--1-1 .primary-pusher__inner-wrapper {
        height: 320px; } }
  @media (min-width: 700px) {
    .primary-pusher__grid--2-1 .primary-pusher__inner-wrapper,
    .primary-pusher__grid--2-2 .primary-pusher__inner-wrapper {
      height: 362px; } }
  @media (min-width: 980px) {
    .primary-pusher__grid--1-1 .primary-pusher__inner-wrapper {
      height: 420px;
      padding: 34px; }
    .primary-pusher__grid--3-1 .primary-pusher__inner-wrapper,
    .primary-pusher__grid--3-2 .primary-pusher__inner-wrapper,
    .primary-pusher__grid--3-3 .primary-pusher__inner-wrapper {
      height: 272px; }
    .primary-pusher__grid--3-1 .primary-pusher__inner-wrapper {
      padding: 34px; } }
  @media (min-width: 1230px) {
    .primary-pusher__grid--1-1 .primary-pusher__inner-wrapper,
    .primary-pusher__grid--2-1 .primary-pusher__inner-wrapper,
    .primary-pusher__grid--2-2 .primary-pusher__inner-wrapper {
      height: 460px;
      padding: 24px; }
    .primary-pusher__grid--3-1 .primary-pusher__inner-wrapper {
      height: 462px; }
    .primary-pusher__grid--3-2 .primary-pusher__inner-wrapper,
    .primary-pusher__grid--3-3 .primary-pusher__inner-wrapper {
      height: 230px;
      padding: 24px; } }

.primary-pusher__title {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.2;
  color: #fff;
  font-weight: 400;
  margin-bottom: 8px;
  word-wrap: break-word; }
  @media (min-width: 980px) {
    .primary-pusher__title {
      margin-bottom: 10px; }
      .primary-pusher__grid--1-1 .primary-pusher__title {
        font-size: 42px;
        font-size: 2.625rem;
        line-height: 1.2; }
      .primary-pusher__grid--3-1 .primary-pusher__title {
        font-size: 42px;
        font-size: 2.625rem;
        line-height: 1.2; }
      .primary-pusher__grid--3-2 .primary-pusher__title,
      .primary-pusher__grid--3-3 .primary-pusher__title {
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 1.2; } }
  @media (min-width: 1230px) {
    .primary-pusher__grid--2-1 .primary-pusher__title,
    .primary-pusher__grid--2-2 .primary-pusher__title {
      font-size: 42px;
      font-size: 2.625rem;
      line-height: 1.2; }
    .primary-pusher__grid--1-1 .primary-pusher__title,
    .primary-pusher__grid--3-1 .primary-pusher__title {
      font-size: 48px;
      font-size: 3rem;
      line-height: 1; } }
  .primary-pusher__show-only-image .primary-pusher__title {
    display: none; }

.primary-pusher__byline {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 8px;
  opacity: .9; }
  @media (min-width: 980px) {
    .primary-pusher__byline {
      font-size: 17px;
      font-size: 1.0625rem;
      line-height: 1.4;
      margin-bottom: 16px; } }
  .primary-pusher__show-only-image .primary-pusher__byline {
    display: none; }

.primary-pusher__link {
  background: #001A64;
  color: #fff;
  display: inline-block;
  padding: 12px 18px 8px;
  position: relative;
  text-decoration: none; }
  .primary-pusher__link:hover {
    background: #001140; }
  @media (min-width: 980px) {
    .primary-pusher__link {
      padding: 12px 18px 8px; } }
  .primary-pusher__show-only-image .primary-pusher__link {
    display: none; }

.primary-pusher__content {
  width: 100%; }
  @media (min-width: 700px) {
    .primary-pusher__grid--1-1 .primary-pusher__content {
      left: 50%;
      position: absolute;
      text-align: center;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); } }
  @media (min-width: 980px) {
    .primary-pusher__grid--2-1 .primary-pusher__content,
    .primary-pusher__grid--2-2 .primary-pusher__content,
    .primary-pusher__grid--3-1 .primary-pusher__content {
      padding: 30px; } }

.secondary-pushers__list-item {
  margin-bottom: 20px; }

.secondary-pushers__list-item--last {
  margin-bottom: 0; }

.secondary-pusher__wrapper {
  background: #666;
  padding: 20px;
  position: relative; }

.secondary-pusher__corner {
  border-left: 26px solid #4d4d4d;
  border-top: 26px solid #fff;
  position: absolute;
  right: 0;
  top: 0; }

.secondary-pusher__link {
  color: #fff;
  float: left;
  text-decoration: none;
  width: 100%; }
  .secondary-pusher__link:hover .secondary-pusher__label {
    text-decoration: underline; }

.secondary-pusher__prefix {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
  color: #999; }

.secondary-pusher__title {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.1;
  color: #fff;
  font-weight: bold; }

.secondary-pusher__suffix {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.4;
  color: #fff; }

.secondary-pusher__label {
  float: right;
  margin-top: 20px; }
  .secondary-pusher__label::before {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1;
    content: "\e60d";
    float: right;
    font-family: "Lindholmen icons";
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    margin-left: 6px;
    position: relative;
    text-transform: none;
    top: 6px; }

@media (min-width: 767px) {
  .date-box-container {
    padding-left: 60px; } }

.date-box {
  background: #fff;
  border-radius: 2px;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 50px; }

.date-box__pusher {
  min-height: auto;
  padding-left: 60px; }
  @media (min-width: 767px) {
    .date-box__pusher {
      padding-left: 0; } }
  .event__list-item .date-box__pusher {
    min-height: 75px;
    padding-left: 60px; }
  .date-box__pusher .post__link {
    color: #333;
    text-decoration: none; }
    .date-box__pusher .post__link:hover {
      text-decoration: underline; }

.date-box__year {
  background: #001A64;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  line-height: 1em;
  padding: 2px 0 1px; }

.date-box__day {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.2;
  border: 1px solid #e5e5e5;
  border-width: 0 1px;
  font-weight: bold; }

.date-box__month {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  border: 1px solid #e5e5e5;
  border-radius: 0 0 2px 2px;
  border-width: 0 1px 1px;
  color: #666;
  text-transform: uppercase; }

.form-text,
.form-file {
  border: 1px solid rgba(0, 26, 100, 0.12);
  color: #333;
  font-family: inherit;
  font-size: inherit;
  padding: 10px 14px;
  width: 100%; }
  @media (min-width: 767px) {
    .form-text,
    .form-file {
      width: auto; } }

.form-submit {
  -webkit-appearance: none;
  background: #333;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  margin-right: 10px;
  padding: 12px 30px;
  vertical-align: middle; }
  .form-submit:hover {
    background: #008c8d; }

.form-item .description {
  color: #999; }

.cke {
  max-width: none; }

.webform-client-form label {
  font-family: "apercu-bold", "helvetica", sans-serif; }

.webform-client-form .webform-component {
  float: left;
  width: 100%; }
  .webform-client-form .webform-component .form-item .description {
    font-size: 75%; }

.webform-client-form .webform-component-select select {
  -webkit-appearance: none;
  background: transparent;
  border-radius: 2px;
  border: 1px solid rgba(0, 26, 100, 0.12);
  font-size: .9rem;
  height: 2rem;
  max-width: 100%;
  padding: 0 .5rem; }
  @media (min-width: 767px) {
    .webform-client-form .webform-component-select select {
      height: 3rem;
      padding: 0 1rem; } }

.webform-client-form .webform-component-textfield,
.webform-client-form .webform-component-email {
  margin: 0 0 1rem; }
  .webform-client-form .webform-component-textfield .form-text,
  .webform-client-form .webform-component-email .form-text {
    max-width: 100%;
    width: 100%; }
    .webform-client-form .webform-component-textfield .form-text:not([size='60']),
    .webform-client-form .webform-component-email .form-text:not([size='60']) {
      width: auto; }
  @media (min-width: 767px) {
    .webform-client-form .webform-component-textfield,
    .webform-client-form .webform-component-email {
      float: left;
      margin: 0 5% 1rem 0;
      width: 45%; }
      .webform-client-form .webform-component-textfield + .webform-component-textfield,
      .webform-client-form .webform-component-textfield + .webform-component-email,
      .webform-client-form .webform-component-email + .webform-component-textfield,
      .webform-client-form .webform-component-email + .webform-component-email {
        margin: 0 0 1rem 5%; }
        .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-textfield,
        .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-email,
        .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-textfield,
        .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-email,
        .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-textfield,
        .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-email,
        .webform-client-form .webform-component-email + .webform-component-email + .webform-component-textfield,
        .webform-client-form .webform-component-email + .webform-component-email + .webform-component-email {
          margin: 0 5% 1rem 0; }
          .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield,
          .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email,
          .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield,
          .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email,
          .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield,
          .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email,
          .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield,
          .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email,
          .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield,
          .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email,
          .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield,
          .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email,
          .webform-client-form .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield,
          .webform-client-form .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email,
          .webform-client-form .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield,
          .webform-client-form .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email {
            margin: 0 0 1rem 5%; }
            .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield,
            .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email,
            .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield,
            .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email,
            .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield,
            .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email,
            .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield,
            .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email,
            .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield,
            .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email,
            .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield,
            .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email,
            .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield,
            .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email,
            .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield,
            .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email,
            .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield,
            .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email,
            .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield,
            .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email,
            .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield,
            .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email,
            .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield,
            .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email,
            .webform-client-form .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield,
            .webform-client-form .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email,
            .webform-client-form .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield,
            .webform-client-form .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email,
            .webform-client-form .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield,
            .webform-client-form .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email,
            .webform-client-form .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield,
            .webform-client-form .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email {
              margin: 0 5% 1rem 0; }
              .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield,
              .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email,
              .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield,
              .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email,
              .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield,
              .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email,
              .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield,
              .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email,
              .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield,
              .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email,
              .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield,
              .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email,
              .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield,
              .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email,
              .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield,
              .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email,
              .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield,
              .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email,
              .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield,
              .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email,
              .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield,
              .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email,
              .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield,
              .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email,
              .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield,
              .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email,
              .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield,
              .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email,
              .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield,
              .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email,
              .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield,
              .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email,
              .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield,
              .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email,
              .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield,
              .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email,
              .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield,
              .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email,
              .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield,
              .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email,
              .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield,
              .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email,
              .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield,
              .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email,
              .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield,
              .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email,
              .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield,
              .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email,
              .webform-client-form .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield,
              .webform-client-form .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email,
              .webform-client-form .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield,
              .webform-client-form .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email,
              .webform-client-form .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield,
              .webform-client-form .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email,
              .webform-client-form .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield,
              .webform-client-form .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email,
              .webform-client-form .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield,
              .webform-client-form .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email,
              .webform-client-form .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield,
              .webform-client-form .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email,
              .webform-client-form .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield,
              .webform-client-form .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email,
              .webform-client-form .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield,
              .webform-client-form .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email {
                margin: 0 0 1rem 5%; }
                .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield,
                .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email,
                .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield,
                .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email,
                .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield,
                .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email,
                .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield,
                .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email,
                .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield,
                .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email,
                .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield,
                .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email,
                .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield,
                .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email,
                .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield,
                .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email,
                .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield,
                .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email,
                .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield,
                .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email,
                .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield,
                .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email,
                .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield,
                .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email,
                .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield,
                .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email,
                .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield,
                .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email,
                .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield,
                .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email,
                .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield,
                .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email,
                .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield,
                .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email,
                .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield,
                .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email,
                .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield,
                .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email,
                .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield,
                .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email,
                .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield,
                .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email,
                .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield,
                .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email,
                .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield,
                .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email,
                .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield,
                .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email,
                .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield,
                .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email,
                .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield,
                .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email,
                .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield,
                .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email,
                .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield,
                .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email,
                .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield,
                .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email,
                .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield,
                .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email,
                .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield,
                .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email,
                .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield,
                .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email,
                .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield,
                .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email,
                .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield,
                .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email,
                .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield,
                .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email,
                .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield,
                .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email,
                .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield,
                .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email,
                .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield,
                .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email,
                .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield,
                .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email,
                .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield,
                .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email,
                .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield,
                .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email,
                .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield,
                .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email,
                .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield,
                .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email,
                .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield,
                .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email,
                .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield,
                .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email,
                .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield,
                .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email,
                .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield,
                .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email,
                .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield,
                .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email,
                .webform-client-form .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield,
                .webform-client-form .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email,
                .webform-client-form .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield,
                .webform-client-form .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email,
                .webform-client-form .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield,
                .webform-client-form .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email,
                .webform-client-form .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield,
                .webform-client-form .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email,
                .webform-client-form .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield,
                .webform-client-form .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email,
                .webform-client-form .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield,
                .webform-client-form .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email,
                .webform-client-form .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield,
                .webform-client-form .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email,
                .webform-client-form .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield,
                .webform-client-form .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email,
                .webform-client-form .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield,
                .webform-client-form .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email,
                .webform-client-form .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield,
                .webform-client-form .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email,
                .webform-client-form .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield,
                .webform-client-form .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email,
                .webform-client-form .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield,
                .webform-client-form .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email,
                .webform-client-form .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield,
                .webform-client-form .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email,
                .webform-client-form .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield,
                .webform-client-form .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email,
                .webform-client-form .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield,
                .webform-client-form .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email,
                .webform-client-form .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield,
                .webform-client-form .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email {
                  margin: 0 5% 1rem 0; }
                  .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield,
                  .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email,
                  .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield,
                  .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email,
                  .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield,
                  .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email,
                  .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield,
                  .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email,
                  .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield,
                  .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email,
                  .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield,
                  .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email,
                  .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield,
                  .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email,
                  .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield,
                  .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email,
                  .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield,
                  .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email,
                  .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield,
                  .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email,
                  .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield,
                  .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email,
                  .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield,
                  .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email,
                  .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield,
                  .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email,
                  .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield,
                  .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email,
                  .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield,
                  .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email,
                  .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield,
                  .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email,
                  .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield,
                  .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email,
                  .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield,
                  .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email,
                  .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield,
                  .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email,
                  .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield,
                  .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email,
                  .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield,
                  .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email,
                  .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield,
                  .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email,
                  .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield,
                  .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email,
                  .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield,
                  .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email,
                  .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield,
                  .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email,
                  .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield,
                  .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email,
                  .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield,
                  .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email,
                  .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield,
                  .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email,
                  .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield,
                  .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email,
                  .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield,
                  .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email,
                  .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield,
                  .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email,
                  .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield,
                  .webform-client-form .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email,
                  .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield,
                  .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email,
                  .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield,
                  .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email,
                  .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield,
                  .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email,
                  .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield,
                  .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email,
                  .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield,
                  .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email,
                  .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield,
                  .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email,
                  .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield,
                  .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email,
                  .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield,
                  .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email,
                  .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield,
                  .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email,
                  .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield,
                  .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email,
                  .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield,
                  .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email,
                  .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield,
                  .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email,
                  .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield,
                  .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email,
                  .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield,
                  .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email,
                  .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield,
                  .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email,
                  .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield,
                  .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email,
                  .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield,
                  .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email,
                  .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield,
                  .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email,
                  .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield,
                  .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email,
                  .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield,
                  .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email,
                  .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield,
                  .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email,
                  .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield,
                  .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email,
                  .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield,
                  .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email,
                  .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield,
                  .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email,
                  .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield,
                  .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email,
                  .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield,
                  .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email,
                  .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield,
                  .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email,
                  .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield,
                  .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email,
                  .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield,
                  .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email,
                  .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield,
                  .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email,
                  .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield,
                  .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email,
                  .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield,
                  .webform-client-form .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email,
                  .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield,
                  .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email,
                  .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield,
                  .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email,
                  .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield,
                  .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email,
                  .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield,
                  .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email,
                  .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield,
                  .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email,
                  .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield,
                  .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email,
                  .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield,
                  .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email,
                  .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield,
                  .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email,
                  .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield,
                  .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email,
                  .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield,
                  .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email,
                  .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield,
                  .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email,
                  .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield,
                  .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email,
                  .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield,
                  .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email,
                  .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield,
                  .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email,
                  .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield,
                  .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email,
                  .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield,
                  .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email,
                  .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield,
                  .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email,
                  .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield,
                  .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email,
                  .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield,
                  .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email,
                  .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield,
                  .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email,
                  .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield,
                  .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email,
                  .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield,
                  .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email,
                  .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield,
                  .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email,
                  .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield,
                  .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email,
                  .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield,
                  .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email,
                  .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield,
                  .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email,
                  .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield,
                  .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email,
                  .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield,
                  .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email,
                  .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield,
                  .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email,
                  .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield,
                  .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email,
                  .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield,
                  .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email,
                  .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield,
                  .webform-client-form .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email,
                  .webform-client-form .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield,
                  .webform-client-form .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email,
                  .webform-client-form .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield,
                  .webform-client-form .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email,
                  .webform-client-form .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield,
                  .webform-client-form .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email,
                  .webform-client-form .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield,
                  .webform-client-form .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email,
                  .webform-client-form .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield,
                  .webform-client-form .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email,
                  .webform-client-form .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield,
                  .webform-client-form .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email,
                  .webform-client-form .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield,
                  .webform-client-form .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email,
                  .webform-client-form .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield,
                  .webform-client-form .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email,
                  .webform-client-form .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield,
                  .webform-client-form .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email,
                  .webform-client-form .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield,
                  .webform-client-form .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email,
                  .webform-client-form .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield,
                  .webform-client-form .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email,
                  .webform-client-form .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield,
                  .webform-client-form .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email,
                  .webform-client-form .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield,
                  .webform-client-form .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email,
                  .webform-client-form .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield,
                  .webform-client-form .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email,
                  .webform-client-form .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield,
                  .webform-client-form .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email,
                  .webform-client-form .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield,
                  .webform-client-form .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email,
                  .webform-client-form .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield,
                  .webform-client-form .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email,
                  .webform-client-form .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield,
                  .webform-client-form .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email,
                  .webform-client-form .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield,
                  .webform-client-form .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email,
                  .webform-client-form .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield,
                  .webform-client-form .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email,
                  .webform-client-form .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield,
                  .webform-client-form .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email,
                  .webform-client-form .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield,
                  .webform-client-form .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email,
                  .webform-client-form .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield,
                  .webform-client-form .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email,
                  .webform-client-form .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield,
                  .webform-client-form .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email,
                  .webform-client-form .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield,
                  .webform-client-form .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield + .webform-component-email,
                  .webform-client-form .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-textfield,
                  .webform-client-form .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email + .webform-component-email,
                  .webform-client-form .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-textfield,
                  .webform-client-form .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield + .webform-component-email,
                  .webform-client-form .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-textfield,
                  .webform-client-form .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email + .webform-component-email,
                  .webform-client-form .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-textfield,
                  .webform-client-form .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield + .webform-component-email,
                  .webform-client-form .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-textfield,
                  .webform-client-form .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email + .webform-component-email,
                  .webform-client-form .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-textfield,
                  .webform-client-form .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield + .webform-component-email,
                  .webform-client-form .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-textfield,
                  .webform-client-form .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email + .webform-component-email {
                    margin: 0 0 1rem 5%; } }

.webform-client-form .webform-component-file {
  border-bottom: 1px solid rgba(0, 26, 100, 0.12);
  margin: 0 0 2rem;
  padding-bottom: 2rem; }
  .webform-client-form .webform-component-file label {
    margin-bottom: 1rem; }
  .webform-client-form .webform-component-file .form-managed-file {
    font-size: 80%; }

.webform-client-form .webform-component-multifile {
  margin: 0; }
  .webform-client-form .webform-component-multifile .form-type-file {
    margin: 0; }
    .webform-client-form .webform-component-multifile .form-type-file label {
      font-size: 1.2rem; }
    .webform-client-form .webform-component-multifile .form-type-file .MultiFile-wrap {
      font-size: 80%; }

.webform-client-form .webform-component-markup {
  font-size: 80%;
  margin: 0; }
  .webform-client-form .webform-component-markup h2 {
    margin: 1.5rem 0 2rem; }
  .webform-client-form .webform-component-markup h3 {
    font-size: 1.2rem;
    margin-left: 0; }
  .webform-client-form .webform-component-markup p {
    margin: 0 0 1rem; }
  .webform-client-form .webform-component-markup .accent {
    color: #f00; }

.webform-client-form .form-radios,
.webform-client-form .form-checkboxes {
  font-size: 80%; }

.webform-client-form .form-actions {
  float: left;
  margin-bottom: 4rem;
  width: 100%; }
  @media (min-width: 900px) {
    .webform-client-form .form-actions {
      margin-bottom: 0; } }

.webform-client-form .form-submit {
  -webkit-appearance: none;
  background: #666;
  margin-top: .5rem; }
  .webform-client-form .form-submit:hover {
    background: #333; }
  @media (min-width: 767px) {
    .webform-client-form .form-submit {
      margin-top: 0; } }

.event__list-item--teaser {
  margin-bottom: 20px; }

.event__list-item--last {
  margin-bottom: 0; }

.event__title--teaser {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4; }

.event__title--list {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 5px; }

.event__title--full {
  font-size: 46px;
  font-size: 2.875rem;
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 20px; }

.event__label {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 2px; }
  .event__label a {
    color: #333;
    text-decoration: none; }
    .event__label a:hover {
      text-decoration: underline; }

.event__organizers {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4; }

.event__organizers--teaser {
  margin-top: 8px; }

.event__organizers--full {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.3; }

.event__organizer {
  font-family: "apercu-medium"; }

.event__show-more-link {
  color: #001A64;
  float: right;
  text-decoration: none; }
  .event__show-more-link:hover {
    text-decoration: underline; }
  .event__show-more-link::before {
    content: "\e60d";
    float: right;
    font-family: "Lindholmen icons";
    padding-left: 5px;
    position: relative;
    top: 2px; }

.events-archive__header {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.3;
  border-bottom: 1px solid rgba(0, 26, 100, 0.12);
  color: #000;
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 10px 13px 9px;
  text-decoration: none; }

.sidebar__section--events-archive li {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2;
  color: #999; }
  .sidebar__section--events-archive li a {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.2;
    color: #333;
    text-decoration: none; }
    .sidebar__section--events-archive li a:hover {
      text-decoration: underline; }

.event-archive__grouping-header {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2;
  margin-top: 10px;
  text-transform: capitalize; }
  @media (min-width: 416px) {
    .event-archive__grouping-header {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 1.2; } }

.event-archive__list {
  margin-bottom: 20px; }

.event-archive__list-item {
  border-bottom: 1px solid rgba(0, 26, 100, 0.12);
  margin-left: 10px;
  padding: 10px 0; }

.event-archive__list-item:last-child {
  border-bottom: 0; }

.event-archive__title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2;
  font-weight: 400; }
  @media (min-width: 416px) {
    .event-archive__title {
      font-size: 22px;
      font-size: 1.375rem;
      line-height: 1.2; } }

.event-archive__date {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2;
  color: #999; }

.content__body img {
  height: auto !important;
  max-width: 100% !important; }

img {
  height: auto;
  max-width: 100%; }

.footer {
  background: #001A64;
  border-top: 1px solid rgba(0, 26, 100, 0.12); }
  @media (min-width: 580px) {
    .footer {
      bottom: 0;
      position: absolute;
      width: 100%; } }

.footer__region {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 42px; }
  .footer__region a {
    color: #333;
    text-decoration: none; }
    .footer__region a:hover {
      text-decoration: underline; }

.footer__region--bottom {
  border-top: 1px solid rgba(0, 26, 100, 0.12);
  color: #666;
  margin-top: 20px;
  padding: 14px 0 0; }

.footer__lindholmen-logo {
  background: url("../../images/lsp-logo--black.svg") no-repeat 0 0;
  background-position: left center;
  background-size: contain;
  display: block;
  height: 82px;
  margin-bottom: 20px;
  text-indent: -9999px;
  width: 174px; }

.video-container {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative; }
  .video-container iframe,
  .video-container object,
  .video-container embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.video-container--node {
  margin-bottom: 16px; }

.video-container--pusher {
  padding-bottom: 220px;
  padding-top: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10; }
  .primary-pusher__grid--1-1 .video-container--pusher {
    padding-bottom: 180px; }
    @media (min-width: 560px) {
      .primary-pusher__grid--1-1 .video-container--pusher {
        padding-bottom: 320px; } }
  @media (min-width: 700px) {
    .primary-pusher__grid--2-1 .video-container--pusher,
    .primary-pusher__grid--2-2 .video-container--pusher {
      padding-bottom: 362px; } }
  @media (min-width: 980px) {
    .primary-pusher__grid--1-1 .video-container--pusher {
      padding-bottom: 420px; }
    .primary-pusher__grid--3-1 .video-container--pusher,
    .primary-pusher__grid--3-2 .video-container--pusher,
    .primary-pusher__grid--3-3 .video-container--pusher {
      padding-bottom: 272px; } }
  @media (min-width: 1230px) {
    .primary-pusher__grid--1-1 .video-container--pusher,
    .primary-pusher__grid--2-1 .video-container--pusher,
    .primary-pusher__grid--2-2 .video-container--pusher {
      padding-bottom: 460px; }
    .primary-pusher__grid--3-1 .video-container--pusher {
      padding-bottom: 462px; }
    .primary-pusher__grid--3-2 .video-container--pusher,
    .primary-pusher__grid--3-3 .video-container--pusher {
      padding-bottom: 230px; } }

.video__play-button {
  padding-left: 25px; }
  .video__play-button::before {
    border-bottom: 7px solid transparent;
    border-left: 7px solid white;
    border-top: 7px solid transparent;
    content: "";
    display: block;
    float: left;
    height: 7px;
    position: relative;
    right: 8px;
    top: 6px;
    width: 7px; }

.primary-pusher__show-only-image .video__play-button {
  background: rgba(0, 0, 0, 0.25);
  display: block;
  height: 100%;
  left: 0;
  padding-left: 0;
  position: absolute;
  top: 0;
  width: 100%; }
  .primary-pusher__show-only-image .video__play-button::before {
    content: none; }
  .primary-pusher__show-only-image .video__play-button .video__play-icon {
    background: url("../../images/video-play-button.png") no-repeat 0 0;
    height: 72px;
    left: 50%;
    position: absolute;
    text-indent: -9999999px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 72px; }
    @media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .primary-pusher__show-only-image .video__play-button .video__play-icon {
        background-image: url("../../images/video-play-button@2x.png");
        background-size: 72px 72px; } }

.item-list .pager li {
  margin-left: 0; }

.pager-current {
  font-weight: normal; }

.blog-type__header::after {
  clear: both;
  content: " ";
  display: block;
  height: 0;
  visibility: hidden; }

.blog-type__title {
  float: left; }

.blog-type__feed {
  float: right; }

.google-map {
  height: 500px;
  margin-bottom: 50px; }
  .google-map--dynamic-map {
    float: left;
    width: 100%; }
  .google-map__marker {
    display: none; }

.responsive-embed {
  padding-bottom: 56.25%;
  position: relative;
  width: 100%; }
  .responsive-embed iframe {
    height: 100%;
    position: absolute;
    width: 100%; }

.social-share {
  float: left;
  margin: 35px 0 25px;
  width: 100%; }
  .social-share::after {
    clear: both;
    content: "";
    display: table; }
  .social-share__link {
    display: block;
    float: left;
    font-family: "Lindholmen icons";
    font-size: 0;
    -webkit-font-smoothing: antialiased;
    height: 35px;
    margin-right: 15px;
    width: 35px; }
    .main-content .social-share__link {
      color: #666; }
      .main-content .social-share__link:hover {
        color: #001A64;
        text-decoration: none; }
    .social-share__link::before {
      font-size: 35px;
      line-height: 35px; }
    .social-share__link--facebook::before {
      content: "\e604"; }
    .social-share__link--twitter::before {
      content: "\e601"; }
    .social-share__link--linkedin::before {
      content: "\e603"; }

.grid-item {
  background-color: #666;
  background-position: center;
  background-size: cover;
  display: block;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%; }
  .main-content .grid-item {
    color: #fff; }
  .grid-item__content {
    background: rgba(0, 0, 0, 0.4);
    bottom: 0;
    left: 0;
    padding: 20px;
    position: absolute;
    width: 100%; }
    .grid-item__content::before {
      background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(transparent));
      background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
      content: " ";
      display: block;
      height: 2rem;
      left: 0;
      position: absolute;
      top: -2rem;
      width: 100%; }
  .grid-item__title {
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.8rem; }
  .grid-item__byline {
    font-size: .9rem;
    line-height: 1.5;
    margin-bottom: 0; }

.resource-grid__header p {
  max-width: 790px; }

.resource-grid__filters .form-item {
  float: left;
  margin-right: 50px; }
  .resource-grid__filters .form-item:last-child {
    margin-right: 0; }
  .resource-grid__filters .form-item .option {
    text-transform: uppercase; }
    .resource-grid__filters .form-item .option:hover {
      cursor: pointer; }
  .resource-grid__filters .form-item .form-radio {
    display: none; }
    .resource-grid__filters .form-item .form-radio:checked + .option {
      text-decoration: underline; }

.resource-grid__filters .ajax-progress .throbber {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }

.resource-grid__item {
  float: left;
  padding-bottom: 30px;
  width: 100%; }
  @media (min-width: 767px) {
    .resource-grid__item {
      width: 50%; }
      .resource-grid__item:nth-child(2n+1) {
        padding-right: 15px; }
      .resource-grid__item:nth-child(2n+2) {
        padding-left: 15px; } }
  @media (min-width: 1200px) {
    .resource-grid__item {
      width: 33.33%; }
      .resource-grid__item:nth-child(3n+1) {
        padding-left: 0;
        padding-right: 20px; }
      .resource-grid__item:nth-child(3n+2) {
        padding-left: 10px;
        padding-right: 10px; }
      .resource-grid__item:nth-child(3n+3) {
        padding-left: 20px;
        padding-right: 0; } }

.swiper-container--slider {
  width: 100%; }
  .swiper-container--slider.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0; }
  .swiper-container--slider .swiper-pagination-bullet-active {
    background-color: #001A64; }
  .swiper-container--slider figure {
    margin-bottom: 16px; }
  .swiper-container--slider img {
    height: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
    width: 100% !important; }

@media (min-width: 1200px) {
  .domain-lh-emil-kodamera-dev .swiper-container--content-slider {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
    max-width: none;
    width: calc(100% + 8rem); } }

.swiper-container--with-caption {
  margin-bottom: 4rem !important; }
  .swiper-container--with-caption .content__caption {
    font-family: tiempos-regular, georgia, serif;
    margin-bottom: 1.8rem; }
    @media (min-width: 1200px) {
      .domain-lh-emil-kodamera-dev .swiper-container--with-caption .content__caption {
        margin-left: 4rem;
        margin-right: 4rem; } }

.list-filter {
  list-style: none;
  margin: 0 0 2rem;
  overflow: hidden;
  padding: 0; }
  .list-filter--center {
    text-align: center; }
    .page-events-archive .list-filter--center {
      text-align: left; }
  @media (min-width: 767px) {
    .list-filter {
      margin: 0 0 4rem; } }
  @media (min-width: 1200px) {
    .list-filter {
      margin: 0 0 5.25rem; } }
  .list-filter__item {
    float: left;
    margin-bottom: .5rem;
    margin-right: .5rem; }
    @media (min-width: 767px) {
      .list-filter__item {
        margin-bottom: .75rem;
        margin-right: .75rem; } }
    .list-filter--center .list-filter__item {
      float: none;
      display: inline-block; }
  .list-filter__btn {
    border-radius: 2px;
    border: 2px solid #001A64;
    color: #001A64;
    cursor: pointer;
    float: left;
    font-family: "apercu-medium";
    font-size: .9rem;
    line-height: normal;
    outline: none;
    padding: .4rem .8rem;
    position: relative;
    -webkit-transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }
    @media (min-width: 767px) {
      .list-filter__btn {
        font-size: 1rem;
        padding: .5rem 1rem; } }
    @media (min-width: 1200px) {
      .list-filter__btn {
        font-size: 1.1rem;
        padding: .65rem 1.5rem; } }
    .list-filter__btn:hover, .list-filter__btn.is-active {
      background: #001A64;
      color: #fff;
      text-decoration: none !important; }
    .list-filter__btn:active {
      top: 1px; }

.card {
  background: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 10px 38px rgba(0, 26, 100, 0.05);
  box-shadow: 0 10px 38px rgba(0, 26, 100, 0.05);
  display: block;
  float: left;
  margin-bottom: 2rem;
  margin-left: 1rem;
  margin-right: 1rem;
  overflow: hidden;
  position: relative;
  text-decoration: none; }
  @media (min-width: 767px) {
    .card {
      margin-bottom: 3rem; } }
  @media (min-width: 1200px) {
    .card {
      margin-bottom: 4rem; } }
  .l-section--darkblue .card {
    background-color: #001A64; }
  .card__img {
    position: relative;
    -webkit-transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }
    .card__img img {
      display: block; }
    .program-portfolio .card__img::after {
      background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.85)));
      background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.85) 100%);
      content: "";
      display: block;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
  .card__img-placeholder {
    background: #001A64;
    padding-top: 66.67%; }
  .card__date {
    background: #0ed3d9;
    border-radius: 2px;
    color: #fff;
    font-family: "apercu-medium";
    font-size: 1rem;
    height: 4.5rem;
    left: 1.5rem;
    line-height: 2.25rem;
    overflow: hidden;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 1.5rem;
    width: 4.5rem; }
    @media (min-width: 1200px) {
      .card__date {
        left: 2rem;
        top: 2rem; } }
    .card__date span {
      display: block;
      height: 2.25rem;
      width: 100%; }
      .card__date span:nth-child(1) {
        background: rgba(0, 0, 0, 0.12); }
  .card .date-all-day-label {
    display: none; }
  .card__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 160px;
    padding: 1.5rem; }
    .l-section--darkblue .card__content {
      background-color: #fff; }
    @media (min-width: 767px) {
      .card__content {
        min-height: 192px; } }
    @media (min-width: 1200px) {
      .card__content {
        min-height: 224px; }
        .card-list--2-col .card__content {
          min-height: 375px; } }
    @media (min-width: 1600px) {
      .card__content {
        min-height: 256px;
        padding: 2rem; }
        .card-list--2-col .card__content {
          min-height: 448px; } }
    .program-portfolio .card__content {
      bottom: 0;
      height: 100%;
      left: 0;
      min-height: 0;
      position: absolute;
      width: 100%; }
    .card__content .icon-before {
      line-height: 1.5;
      padding-left: 25px;
      position: relative; }
      @media (min-width: 767px) {
        .card__content .icon-before {
          font-size: 1.2rem;
          line-height: 1.6;
          padding-left: 30px; } }
      .card__content .icon-before::before {
        left: 0;
        line-height: 1.2;
        position: absolute; }
        @media (min-width: 767px) {
          .card__content .icon-before::before {
            line-height: 1.3; } }
    .card__content .icon-before--pin::before {
      left: 1px; }
      @media (min-width: 767px) {
        .card__content .icon-before--pin::before {
          left: 2px; } }
  .program-portfolio .card__heading {
    bottom: 0;
    color: #fff;
    left: 0;
    line-height: 1.2;
    padding: 2rem;
    position: absolute;
    width: 100%; }
  .card__title {
    font-family: "apercu-medium";
    font-size: 1.4rem;
    line-height: 1.2;
    margin: 0 0 .33rem; }
    .program-portfolio .card__title {
      color: #fff; }
    @media (min-width: 767px) {
      .card-list--2-col .card__title {
        font-size: 1.75rem; } }
  .card__sub-title {
    margin: 0;
    font-size: 1rem; }
    .card__sub-title::before {
      font-size: .9rem; }
    .node-program-pusher .card__sub-title {
      margin-bottom: .33rem; }
    .node-event .card__sub-title {
      line-height: 1.5; }
    .card__sub-title--larger {
      font-size: 1.15rem; }
  .card__meta {
    margin: 0 0 1rem; }
  .card__stamp {
    background: #53E5AF;
    border-radius: 4px;
    display: inline-block;
    font-family: "apercu-medium";
    font-size: .7rem;
    line-height: 1;
    margin-right: .075rem;
    padding: 0.25rem .3rem .2rem;
    position: relative;
    text-transform: uppercase;
    top: -.1rem; }
  .card__teaser {
    font-family: "tiempos-regular"; }
  .program-portfolio .card__bottom {
    display: none; }
  .card__bottom a {
    display: block; }
    .node-contact-person .card__bottom a {
      font-size: 1.1rem; }
  .card__read-more {
    font-family: "apercu-medium"; }
    .card__read-more--external::after {
      background-image: url("../../images/external.svg");
      background-repeat: no-repeat;
      background-size: contain;
      content: "";
      display: inline-block;
      height: 1rem;
      margin-left: .5rem;
      position: relative;
      top: .05em;
      width: 1rem; }
  .js-animate .card {
    -webkit-transform: translate3d(0, -1rem, 0);
    transform: translate3d(0, -1rem, 0);
    -webkit-transition-duration: 3s;
    transition-duration: 3s;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
  .is-visible .card {
    opacity: 1 !important;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .card:hover {
    text-decoration: none !important; }
    .card:hover .card__img {
      opacity: .75; }

.card.contacts__person:hover .card__img {
  opacity: 1; }

.node-type-portfolio-type .card-list {
  margin-top: 5rem; }

.card-list::after {
  content: "";
  display: block; }

@media (min-width: 767px) {
  .card-list.card-list--2-col .card,
  .card-list.card-list--3-col .card,
  .card-list.card-list--4-col .card {
    width: calc(50% - 2rem); } }

@media (min-width: 1200px) {
  .card-list.card-list--2-col .card {
    width: calc(50% - 2rem); }
  .card-list.card-list--3-col .card {
    width: calc(33.3333% - 2rem); }
  .card-list.card-list--4-col .card {
    width: calc(25% - 2rem); } }

.card-list .view-content {
  margin-left: -1rem;
  margin-right: -1rem;
  width: calc(100% + 2rem); }
  .card-list .view-content div:nth-child(1) .card {
    -webkit-transition-delay: .15s;
    transition-delay: .15s; }
  .card-list .view-content div:nth-child(2) .card {
    -webkit-transition-delay: .3s;
    transition-delay: .3s; }
  .card-list .view-content div:nth-child(3) .card {
    -webkit-transition-delay: .45s;
    transition-delay: .45s; }
  .card-list .view-content div:nth-child(4) .card {
    -webkit-transition-delay: .6s;
    transition-delay: .6s; }
  .card-list .view-content div:nth-child(5) .card {
    -webkit-transition-delay: .75s;
    transition-delay: .75s; }
  .card-list .view-content div:nth-child(6) .card {
    -webkit-transition-delay: .9s;
    transition-delay: .9s; }
  .card-list .view-content div:nth-child(7) .card {
    -webkit-transition-delay: 1.15s;
    transition-delay: 1.15s; }
  .card-list .view-content div:nth-child(8) .card {
    -webkit-transition-delay: 1.3s;
    transition-delay: 1.3s; }

.card-list.card-list--2-col {
  margin: 0 auto;
  max-width: 1200px; }
  @media (min-width: 767px) {
    .card-list.card-list--2-col .view-content ul li:nth-child(2n+1) {
      clear: left; } }

@media (min-width: 767px) {
  .card-list.card-list--3-col .view-content div:nth-child(2n+1) {
    clear: left; } }

@media (min-width: 1200px) {
  .card-list.card-list--3-col .view-content div {
    clear: none !important; }
    .card-list.card-list--3-col .view-content div:nth-child(3n+1) {
      clear: left !important; } }

@media (min-width: 767px) {
  .card-list.card-list--4-col .view-content div:nth-child(2n+1) {
    clear: left; } }

@media (min-width: 1200px) {
  .card-list.card-list--4-col .view-content div {
    clear: none !important; }
    .card-list.card-list--4-col .view-content div:nth-child(4n+1) {
      clear: left !important; } }

.call-out-box {
  background: #F7F8FA;
  border-left: 4px solid #53E5AF;
  border-radius: 2px;
  font-family: "apercu-regular";
  margin: 3rem 0;
  padding: 2rem 2.2rem 1.8rem; }
  .call-out-box p {
    margin: 0 0 1.5rem; }
    .call-out-box p:last-child {
      margin: 0; }
  .call-out-box a {
    color: #001A64;
    font-family: "apercu-medium"; }

blockquote {
  line-height: 1.6;
  margin: 6rem 0 2rem;
  position: relative; }
  blockquote,
  blockquote p,
  .content__body blockquote,
  .content__body blockquote p {
    font-size: 1.3rem;
    font-family: "apercu-italic";
    line-height: 1.6; }
    @media (min-width: 767px) {
      blockquote,
      blockquote p,
      .content__body blockquote,
      .content__body blockquote p {
        font-size: 1.6rem; } }
  blockquote::before {
    background-image: url("../../images/quote-icon.svg");
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: block;
    height: 10rem;
    margin: -2.5rem 0 0 -1rem;
    position: absolute;
    width: 10rem; }
    @media (min-width: 767px) {
      blockquote::before {
        margin-left: -4rem; } }

.wrapper, .search-form, .admin-tabs, .header__container, .header__mobile-lindholmen-logo, .mobile-menu__wrapper .navigation__menu-tree, .news__more-link-wrapper, .forum-post-links ul.links, .flag-forum-report-node,
.flag-forum-report-comment, .content__wrapper {
  *zoom: 1; }
  .wrapper:before, .search-form:before, .admin-tabs:before, .header__container:before, .header__mobile-lindholmen-logo:before, .mobile-menu__wrapper .navigation__menu-tree:before, .news__more-link-wrapper:before, .forum-post-links ul.links:before, .flag-forum-report-node:before,
  .flag-forum-report-comment:before, .content__wrapper:before, .wrapper:after, .search-form:after, .admin-tabs:after, .header__container:after, .header__mobile-lindholmen-logo:after, .mobile-menu__wrapper .navigation__menu-tree:after, .news__more-link-wrapper:after, .forum-post-links ul.links:after, .flag-forum-report-node:after,
  .flag-forum-report-comment:after, .content__wrapper:after {
    content: " ";
    display: table; }
  .wrapper:after, .search-form:after, .admin-tabs:after, .header__container:after, .header__mobile-lindholmen-logo:after, .mobile-menu__wrapper .navigation__menu-tree:after, .news__more-link-wrapper:after, .forum-post-links ul.links:after, .flag-forum-report-node:after,
  .flag-forum-report-comment:after, .content__wrapper:after {
    clear: both; }

.domain-civic .header__mobile-lindholmen-logo,
.domain-civic .header__desktop-lindholmen-logo {
  display: none; }

.domain-civic .header__container {
  background: #fff; }
  @media (min-width: 767px) {
    .domain-civic .header__container {
      padding-bottom: 24px; } }

.domain-civic .header__site-link,
.domain-civic .language-switch__link,
.domain-civic .navigation__mobile-toggle-label {
  color: #000; }

.domain-civic .navigation__mobile-hamburger {
  background: #000; }
  .domain-civic .navigation__mobile-hamburger::before, .domain-civic .navigation__mobile-hamburger::after {
    background: #000; }

.domain-civic.mobile-nav--is-open .navigation__mobile-hamburger {
  background: transparent; }

.domain-civic .header__site-link {
  background: url("../../images/site-specific/civic-logo.png") no-repeat;
  background-size: 100%;
  display: block;
  height: 32px;
  margin-top: 5px;
  text-indent: -99999px;
  width: 64px; }
  @media (min-width: 767px) {
    .domain-civic .header__site-link {
      height: 48px;
      width: 95px; } }
  @media (min-width: 1024px) {
    .domain-civic .header__site-link {
      height: 64px;
      width: 127px; } }

.domain-mimic .header__mobile-lindholmen-logo,
.domain-mimic .header__desktop-lindholmen-logo {
  display: none; }

.domain-mimic .header__container {
  background: #fff; }
  @media (min-width: 767px) {
    .domain-mimic .header__container {
      padding-bottom: 24px; } }

.domain-mimic .header__site-link,
.domain-mimic .language-switch__link,
.domain-mimic .navigation__mobile-toggle-label {
  color: #000; }

.domain-mimic .navigation__mobile-hamburger {
  background: #000; }
  .domain-mimic .navigation__mobile-hamburger::before, .domain-mimic .navigation__mobile-hamburger::after {
    background: #000; }

.domain-mimic.mobile-nav--is-open .navigation__mobile-hamburger {
  background: transparent; }

.domain-electricity-lindholmen-se .header__mobile-lindholmen-logo,
.domain-electricity-lindholmen-se .header__desktop-lindholmen-logo {
  display: none; }

.domain-electricity-lindholmen-se .header__container {
  background: #fff; }
  @media (min-width: 767px) {
    .domain-electricity-lindholmen-se .header__container {
      padding-bottom: 24px; } }

.domain-electricity-lindholmen-se .header__site-link,
.domain-electricity-lindholmen-se .navigation__mobile-toggle-label {
  color: #001A64; }

.domain-electricity-lindholmen-se .language-switch__link {
  color: #fff; }
  @media (min-width: 767px) {
    .domain-electricity-lindholmen-se .language-switch__link {
      color: #001A64; } }

.domain-electricity-lindholmen-se .navigation__mobile-hamburger {
  background: #001A64; }
  .domain-electricity-lindholmen-se .navigation__mobile-hamburger::before, .domain-electricity-lindholmen-se .navigation__mobile-hamburger::after {
    background: #001A64; }

.domain-electricity-lindholmen-se.mobile-nav--is-open .navigation__mobile-hamburger {
  background: transparent; }

.domain-electricity-lindholmen-se .custom-mod__clearfix {
  clear: left; }

.domain-drivesweden .header__mobile-lindholmen-logo,
.domain-drivesweden .header__desktop-lindholmen-logo {
  display: none; }

.domain-drivesweden .header__container {
  background: #fff; }
  @media (min-width: 767px) {
    .domain-drivesweden .header__container {
      padding-bottom: 24px; } }

.domain-drivesweden .header__site-link,
.domain-drivesweden .navigation__mobile-toggle-label {
  color: #001A64; }

.domain-drivesweden .language-switch__link {
  color: #fff; }
  @media (min-width: 767px) {
    .domain-drivesweden .language-switch__link {
      color: #001A64; } }

.domain-drivesweden .navigation__mobile-hamburger {
  background: #001A64; }
  .domain-drivesweden .navigation__mobile-hamburger::before, .domain-drivesweden .navigation__mobile-hamburger::after {
    background: #001A64; }

.domain-drivesweden.mobile-nav--is-open .navigation__mobile-hamburger {
  background: transparent; }

.domain-drivesweden .custom-mod__clearfix {
  clear: left; }

.domain-softwareday .header__site-name {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.1;
  max-width: 68%; }
  @media (min-width: 416px) {
    .domain-softwareday .header__site-name {
      font-size: 32px;
      font-size: 2rem;
      line-height: 1.2; } }
  @media (min-width: 767px) {
    .domain-softwareday .header__site-name {
      font-size: 37px;
      font-size: 2.3125rem;
      line-height: 1.1;
      margin-top: -4px;
      width: 64%; } }
  @media (min-width: 960px) {
    .domain-softwareday .header__site-name {
      font-size: 48px;
      font-size: 3rem;
      line-height: 1.1; } }
  @media (min-width: 1200px) {
    .domain-softwareday .header__site-name {
      font-size: 48px;
      font-size: 3rem;
      line-height: 1.1;
      margin-top: 10px;
      max-width: 78%;
      width: 100%; } }
  @media (min-width: 1400px) {
    .domain-softwareday .header__site-name {
      font-size: 56px;
      font-size: 3.5rem;
      line-height: 1.1;
      margin-top: 2px; } }

@media (min-width: 1024px) {
  .domain-softwareday .header__site-link img {
    max-height: none;
    max-width: 600px; } }

.domain-softwareday .secondary-pusher__prefix {
  color: rgba(255, 255, 255, 0.5); }

.domain-softwareday .content__body--frontpage {
  margin-bottom: 35px; }
  .domain-softwareday .content__body--frontpage p {
    line-height: 1.5; }

.domain-visualarena .header {
  background-color: transparent;
  background-image: url("../../images/site-specific/visualarena-header-bg.jpg");
  background-position: 0 -380px;
  background-repeat: no-repeat;
  background-size: 2560px; }
  @media (min-width: 1200px) {
    .domain-visualarena .header {
      background-position: 0 -330px; } }
  @media (min-width: 1230px) {
    .front .domain-visualarena .header.primary-pushers__count--1 {
      padding-bottom: 350px; } }

.domain-visualarena.mobile-nav--is-open .language-switch--mobile .language-switch__link {
  margin-top: 20px; }

.domain-visualarena .navigation__mobile-button {
  background-color: rgba(0, 0, 0, 0.2); }

.domain-visualarena .mobile-menu__wrapper .navigation__menu-tree {
  background-color: rgba(0, 0, 0, 0.4); }
  @media (min-width: 767px) {
    .domain-visualarena .mobile-menu__wrapper .navigation__menu-tree {
      background-color: transparent; } }
  .domain-visualarena .mobile-menu__wrapper .navigation__menu-tree .leaf a.active, .domain-visualarena .mobile-menu__wrapper .navigation__menu-tree .leaf a.active-trail,
  .domain-visualarena .mobile-menu__wrapper .navigation__menu-tree .expanded a.active,
  .domain-visualarena .mobile-menu__wrapper .navigation__menu-tree .expanded a.active-trail,
  .domain-visualarena .mobile-menu__wrapper .navigation__menu-tree .collapsed a.active,
  .domain-visualarena .mobile-menu__wrapper .navigation__menu-tree .collapsed a.active-trail {
    background: rgba(255, 255, 255, 0.3); }
  .domain-visualarena .mobile-menu__wrapper .navigation__menu-tree .leaf a:hover,
  .domain-visualarena .mobile-menu__wrapper .navigation__menu-tree .expanded a:hover,
  .domain-visualarena .mobile-menu__wrapper .navigation__menu-tree .collapsed a:hover {
    background: rgba(255, 255, 255, 0.3); }

.domain-visualarena .mobile-menu__wrapper .navigation__hidden-menu-links .leaf a.active, .domain-visualarena .mobile-menu__wrapper .navigation__hidden-menu-links .leaf a.active-trail,
.domain-visualarena .mobile-menu__wrapper .navigation__hidden-menu-links .expanded a.active,
.domain-visualarena .mobile-menu__wrapper .navigation__hidden-menu-links .expanded a.active-trail,
.domain-visualarena .mobile-menu__wrapper .navigation__hidden-menu-links .collapsed a.active,
.domain-visualarena .mobile-menu__wrapper .navigation__hidden-menu-links .collapsed a.active-trail {
  background-color: rgba(0, 0, 0, 0.1); }

.domain-visualarena .mobile-menu__wrapper .navigation__hidden-menu-links .leaf a:hover,
.domain-visualarena .mobile-menu__wrapper .navigation__hidden-menu-links .expanded a:hover,
.domain-visualarena .mobile-menu__wrapper .navigation__hidden-menu-links .collapsed a:hover {
  background-color: rgba(0, 0, 0, 0.1); }

@media (min-width: 1230px) {
  .domain-visualarena .primary-pushers__container.primary-pushers__count--1 {
    padding-bottom: -350px; } }

@media (min-width: 1230px) {
  .front .domain-visualarena .wrapper--content.primary-pushers__count--1 {
    padding-top: 140px; } }

.domain-visualarena .primary-pusher__grid .primary-pusher {
  border: 2px solid #fff; }

.domain-visualarena .primary-pusher__grid--2-2 .primary-pusher,
.domain-visualarena .primary-pusher__grid--3-2 .primary-pusher,
.domain-visualarena .primary-pusher__grid--3-3 .primary-pusher {
  border-top: 0; }

@media (min-width: 700px) {
  .domain-visualarena .primary-pusher__grid--2-2 .primary-pusher {
    border-left: 0;
    border-top: 2px solid #fff; } }

@media (min-width: 980px) {
  .domain-visualarena .primary-pusher__grid--3-3 .primary-pusher {
    border-left: 0; } }

@media (min-width: 1230px) {
  .domain-visualarena .primary-pusher__grid--3-2 .primary-pusher {
    border-left: 0;
    border-top: 2px solid #fff; } }

.domain-visualarena .secondary-pusher__prefix {
  color: rgba(255, 255, 255, 0.6); }

.domain-manusfabriken {
  font-family: 'Droid Serif', 'Georgia', serif; }
  .domain-manusfabriken .header__container {
    background: #fff; }
  .domain-manusfabriken .header__mobile-lindholmen-logo,
  .domain-manusfabriken .header__desktop-lindholmen-logo {
    display: none; }
  .domain-manusfabriken .header__site-name {
    float: none; }
    @media (min-width: 416px) {
      .domain-manusfabriken .header__site-name {
        float: left; } }
  .domain-manusfabriken .navigation__mobile-button {
    float: left; }
    @media (min-width: 416px) {
      .domain-manusfabriken .navigation__mobile-button {
        float: right;
        margin-top: 18px; } }
  .domain-manusfabriken .navigation__mobile-toggle-label {
    color: #000; }
  .domain-manusfabriken .language-switch__link {
    color: #fff; }
    @media (min-width: 767px) {
      .domain-manusfabriken .language-switch__link {
        color: #000; } }
  .domain-manusfabriken .navigation__mobile-hamburger {
    background: #000; }
    .domain-manusfabriken .navigation__mobile-hamburger::before, .domain-manusfabriken .navigation__mobile-hamburger::after {
      background: #000; }
  .domain-manusfabriken.mobile-nav--is-open .navigation__mobile-hamburger {
    background: transparent; }
  @media (max-width: 767px) {
    .domain-manusfabriken .wrapper--header {
      padding-bottom: 25px; } }
  .domain-manusfabriken .header__site-link {
    background: url("../../images/site-specific/manusfabriken-logo-mobile.png") no-repeat;
    background-size: 100%;
    display: block;
    height: 53px;
    margin-bottom: 10px;
    margin-top: 5px;
    text-indent: -99999px;
    width: 280px; }
    @media (min-width: 1024px) {
      .domain-manusfabriken .header__site-link {
        background-image: url("../../images/site-specific/manusfabriken-logo-desktop.png");
        height: 60px;
        margin-bottom: 20px;
        width: 430px; } }
  @media (min-width: 900px) {
    .domain-manusfabriken.page-forfattare .main-content {
      width: 100%; } }
  .domain-manusfabriken.front .wrapper--content {
    padding-top: 0; }
  .domain-manusfabriken.front .content__title {
    margin-bottom: 22px; }
  .domain-manusfabriken .content__body a {
    color: #d0021b; }
    .domain-manusfabriken .content__body a:hover {
      text-decoration: underline; }
  .domain-manusfabriken .main-content .cta {
    background: #d0021b;
    color: #fff;
    font-family: "apercu-regular", "Helvetica", sans-serif;
    padding: 15px 30px 10px;
    text-decoration: none; }
  .domain-manusfabriken .content__body .cta:hover,
  .domain-manusfabriken .content__body .cta-arrow:hover,
  .domain-manusfabriken .content__body .cta-arrow-short:hover {
    background-color: #8a0101;
    text-decoration: none; }
  .domain-manusfabriken .secondary-pusher__prefix {
    color: rgba(255, 255, 255, 0.6); }
  .domain-manusfabriken .main-content .content__blog-list .news__super-link {
    color: #333; }

.domain-film.page-our-projects .main-content,
.domain-film.node-type-resource-film-tv .main-content {
  width: 100%; }

.domain-film.page-our-projects .sidebar,
.domain-film.node-type-resource-film-tv .sidebar {
  display: none; }

.forum-topic-header .last-post-link {
  margin: 0; }

.forum-topic-header .button,
.forum-node-create-links .button {
  display: inline-block;
  margin-right: 8px; }

.button + .button,
.last-post-link a {
  margin-right: 8px; }

.af-button-large, .af-button-small, .author-pane-link {
  font-family: inherit; }

#advanced-forum-forum-topic-list-sort-form#advanced-forum-forum-topic-list-sort-form input {
  padding: 5px 10px !important; }

.forum-post-links {
  line-height: 1.3;
  margin: 0;
  text-align: left; }
  .forum-post-links ul.links {
    margin: 0; }
    .forum-post-links ul.links li {
      background: none;
      float: right;
      padding-left: 0; }

.comment-add a.af-button-small,
.comment-add .af-button-small,
.comment-add a,
.comment-reply a.af-button-small,
.comment-reply .af-button-small,
.comment-reply a,
.comment-edit a.af-button-small,
.comment-edit .af-button-small,
.comment-edit a,
.comment-delete a.af-button-small,
.comment-delete .af-button-small,
.comment-delete a,
.reportabuse a.af-button-small,
.reportabuse .af-button-small,
.reportabuse a,
.post-edit a.af-button-small,
.post-edit .af-button-small,
.post-edit a,
.post-delete a.af-button-small,
.post-delete .af-button-small,
.post-delete a {
  background: #eee;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  line-height: normal;
  margin-left: 1px;
  margin-top: 1px;
  padding: 4px 12px;
  text-shadow: none; }
  .comment-add a.af-button-small span,
  .comment-add .af-button-small span,
  .comment-add a span,
  .comment-reply a.af-button-small span,
  .comment-reply .af-button-small span,
  .comment-reply a span,
  .comment-edit a.af-button-small span,
  .comment-edit .af-button-small span,
  .comment-edit a span,
  .comment-delete a.af-button-small span,
  .comment-delete .af-button-small span,
  .comment-delete a span,
  .reportabuse a.af-button-small span,
  .reportabuse .af-button-small span,
  .reportabuse a span,
  .post-edit a.af-button-small span,
  .post-edit .af-button-small span,
  .post-edit a span,
  .post-delete a.af-button-small span,
  .post-delete .af-button-small span,
  .post-delete a span {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.4;
    background: none;
    color: #000;
    display: block;
    line-height: normal;
    margin: 0;
    padding: 0;
    text-shadow: none; }
    .comment-add a.af-button-small span:first-letter,
    .comment-add .af-button-small span:first-letter,
    .comment-add a span:first-letter,
    .comment-reply a.af-button-small span:first-letter,
    .comment-reply .af-button-small span:first-letter,
    .comment-reply a span:first-letter,
    .comment-edit a.af-button-small span:first-letter,
    .comment-edit .af-button-small span:first-letter,
    .comment-edit a span:first-letter,
    .comment-delete a.af-button-small span:first-letter,
    .comment-delete .af-button-small span:first-letter,
    .comment-delete a span:first-letter,
    .reportabuse a.af-button-small span:first-letter,
    .reportabuse .af-button-small span:first-letter,
    .reportabuse a span:first-letter,
    .post-edit a.af-button-small span:first-letter,
    .post-edit .af-button-small span:first-letter,
    .post-edit a span:first-letter,
    .post-delete a.af-button-small span:first-letter,
    .post-delete .af-button-small span:first-letter,
    .post-delete a span:first-letter {
      text-transform: uppercase; }
  .comment-add a.af-button-small:hover,
  .comment-add .af-button-small:hover,
  .comment-add a:hover,
  .comment-reply a.af-button-small:hover,
  .comment-reply .af-button-small:hover,
  .comment-reply a:hover,
  .comment-edit a.af-button-small:hover,
  .comment-edit .af-button-small:hover,
  .comment-edit a:hover,
  .comment-delete a.af-button-small:hover,
  .comment-delete .af-button-small:hover,
  .comment-delete a:hover,
  .reportabuse a.af-button-small:hover,
  .reportabuse .af-button-small:hover,
  .reportabuse a:hover,
  .post-edit a.af-button-small:hover,
  .post-edit .af-button-small:hover,
  .post-edit a:hover,
  .post-delete a.af-button-small:hover,
  .post-delete .af-button-small:hover,
  .post-delete a:hover {
    background: #ccc; }
    .comment-add a.af-button-small:hover span,
    .comment-add .af-button-small:hover span,
    .comment-add a:hover span,
    .comment-reply a.af-button-small:hover span,
    .comment-reply .af-button-small:hover span,
    .comment-reply a:hover span,
    .comment-edit a.af-button-small:hover span,
    .comment-edit .af-button-small:hover span,
    .comment-edit a:hover span,
    .comment-delete a.af-button-small:hover span,
    .comment-delete .af-button-small:hover span,
    .comment-delete a:hover span,
    .reportabuse a.af-button-small:hover span,
    .reportabuse .af-button-small:hover span,
    .reportabuse a:hover span,
    .post-edit a.af-button-small:hover span,
    .post-edit .af-button-small:hover span,
    .post-edit a:hover span,
    .post-delete a.af-button-small:hover span,
    .post-delete .af-button-small:hover span,
    .post-delete a:hover span {
      color: #000; }

.flag-forum-report-node,
.flag-forum-report-comment {
  background: #eee;
  display: block;
  margin-top: 1px;
  padding: 4px 12px; }
  .flag-forum-report-node.flag-waiting,
  .flag-forum-report-comment.flag-waiting {
    padding-right: 23px; }
  .flag-forum-report-node .flag,
  .flag-forum-report-comment .flag {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.4;
    display: block;
    float: left; }
  .flag-forum-report-node .flag-action,
  .flag-forum-report-node .unflag-action,
  .flag-forum-report-comment .flag-action,
  .flag-forum-report-comment .unflag-action {
    color: #000; }
  .flag-forum-report-node .flag-throbber,
  .flag-forum-report-comment .flag-throbber {
    float: left;
    position: absolute;
    top: 1px; }
  .flag-forum-report-node:hover,
  .flag-forum-report-comment:hover {
    background: #d8d7d7; }

.forum-table-wrap {
  margin-bottom: 16px; }
  @media (min-width: 767px) {
    .forum-table-wrap {
      margin-bottom: 32px; } }

.forum-topic-header .topic-reply-link,
.forum-topic-header .topic-new-post-link,
.forum-topic-header .topic-post-count {
  margin: 0;
  padding: 0; }

#forum-topic-header .topic-reply-link {
  float: right; }
  #forum-topic-header .topic-reply-link a {
    display: block;
    margin-bottom: 8px; }

#forum-topic-header,
.forum-node-create-links {
  margin: 0px 0px 16px;
  padding: 0;
  width: 100%; }
  #forum-topic-header .button,
  .forum-node-create-links .button {
    margin-bottom: 8px; }
  @media (min-width: 767px) {
    #forum-topic-header .button,
    .forum-node-create-links .button {
      margin-bottom: 0; } }

#forum-topic-header {
  margin-bottom: 0; }

.page-forum .l-content,
.node-type-forum .l-content {
  padding: 0; }
  @media (min-width: 767px) {
    .page-forum .l-content,
    .node-type-forum .l-content {
      padding-bottom: 40px; } }

.page-forum .page-title,
.node-type-forum .page-title {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.3; }

.page-forum .pane-forum-topic-list,
.node-type-forum .pane-forum-topic-list {
  margin: 0; }

.forum-table-wrap .forum-table-superheader,
.forum-table-topics thead tr {
  background: #eeeeee;
  border-bottom: none; }

.forum-header th, .forum-table thead tr th {
  padding: 8px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3; }
  @media (min-width: 767px) {
    .forum-header th, .forum-table thead tr th {
      padding: 8px 16px;
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 1.3; } }

.forum-table {
  display: table; }

.forum-table tbody {
  display: table-row-group; }

.forum-table tbody td {
  border: none;
  padding: 8px;
  vertical-align: middle; }
  @media (min-width: 767px) {
    .forum-table tbody td {
      padding: 8px 16px; } }

.forum-table tbody tr.forum-row {
  padding: 0; }

.forum-table tbody .odd {
  background: #f9f9f9; }

.forum-table tbody .even {
  background: #fff; }

.form-textarea {
  border: 1px solid #ebebeb; }

#forum-sort {
  float: none;
  margin: 20px 0; }
  @media (min-width: 767px) {
    #forum-sort {
      float: left; } }

#forum-pager-top .pager,
#forum-pager-bottom .pager {
  padding: 0; }

.forum-pager .pager {
  margin: 10px 0;
  width: 100%; }
  @media (min-width: 767px) {
    .forum-pager .pager {
      width: 70%; } }

.forum-tools {
  float: none;
  margin: 10px 0; }
  .forum-tools #edit-jump {
    width: 100%; }
  @media (min-width: 767px) {
    .forum-tools {
      float: left; } }

.forum__flagged-title {
  padding: 8px 16px;
  margin: 0; }

#forum-comments .pager li {
  padding: 0; }

.forum-pager .pager a,
.forum-pager .pager .pager-current,
#forum-comments .pager a,
#forum-comments .pager .pager-current {
  padding: 1px 4px; }

.forum-pager .pager li,
#forum-comments .pager li {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.3; }

th.views-field-last-updated, th.forum-last-post, th.forum-last-reply, th.forum-icon, th.forum-list-icon, th.views-field-topic-icon, td.views-field-last-updated, td.forum-last-post, td.forum-last-reply, td.forum-icon, td.forum-list-icon, td.views-field-topic-icon {
  display: none; }
  @media (min-width: 767px) {
    th.views-field-last-updated, th.forum-last-post, th.forum-last-reply, th.forum-icon, th.forum-list-icon, th.views-field-topic-icon, td.views-field-last-updated, td.forum-last-post, td.forum-last-reply, td.forum-icon, td.forum-list-icon, td.views-field-topic-icon {
      display: table-cell; } }

.forum__date {
  color: #515151;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3; }

.forum__notification-badge {
  background: #ababab;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  margin-left: 4px;
  padding: 3px 4px; }

.forum-table-topics td.views-field-title .forum__user--list a {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3; }

.forum--reported-content {
  display: block;
  margin-bottom: 30px; }

span.forum-collapsible {
  display: none; }

td.forum-details .forum-description {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3; }
  @media (min-width: 767px) {
    td.forum-details .forum-description {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 1.3; } }

.forum-table thead tr th.forum-icon  {
  padding-right: 0; }

tr.odd td.forum-list-icon-default.forum-list-icon,
tr.even td.forum-list-icon-default.forum-list-icon,
tr.odd td.forum-list-icon-new-posts.forum-list-icon,
tr.even td.forum-list-icon-new-posts.forum-list-icon {
  padding-right: 0;
  width: 24px; }

tr.odd td.forum-list-icon-default .forum-list-icon-wrapper,
tr.even td.forum-list-icon-default .forum-list-icon-wrapper,
tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper,
tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: inline-block;
  margin: 0; }
  tr.odd td.forum-list-icon-default .forum-list-icon-wrapper, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span,
  tr.even td.forum-list-icon-default .forum-list-icon-wrapper,
  tr.even td.forum-list-icon-default .forum-list-icon-wrapper span,
  tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper,
  tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span,
  tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper,
  tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span {
    height: 26px;
    width: 26px; }
  tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span,
  tr.even td.forum-list-icon-default .forum-list-icon-wrapper span,
  tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span,
  tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span {
    background-position: center;
    background-repeat: no-repeat; }

tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span,
tr.even td.forum-list-icon-default .forum-list-icon-wrapper span {
  background-image: url("../../images/forum--no-new-posts.png"); }

tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span,
tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span {
  background-image: url("../../images/forum--new-posts.png"); }

.forum-list-icon-legend div {
  margin-bottom: 8px; }

.forum-list-icon-legend .forum-list-icon-wrapper {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: inline-block;
  margin: 0; }
  .forum-list-icon-legend .forum-list-icon-wrapper, .forum-list-icon-legend .forum-list-icon-wrapper span {
    width: 26px;
    height: 26px; }
  .forum-list-icon-legend .forum-list-icon-wrapper span {
    background-position: center;
    background-repeat: no-repeat; }
  .forum-list-icon-legend .forum-list-icon-wrapper .forum-list-icon-new-posts {
    background-image: url("../../images/forum--new-posts.png"); }
  .forum-list-icon-legend .forum-list-icon-wrapper .forum-list-icon-default {
    background-image: url("../../images/forum--no-new-posts.png"); }

.view-forum-search .views-exposed-widget .form-submit {
  margin-top: 0; }

#forum-statistics  {
  border: 1px solid #c1c1c1; }

#forum-statistics-header {
  background: #eeeeee;
  border-top: 0;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.3;
  padding: 12px; }

.forum-statistics-sub-header {
  padding: 8px 16px; }

.forum-statistics-sub-body {
  background: #f9f9f9;
  padding: 8px 24px; }

.forum-topic-header-wrapper {
  position: relative; }
  .forum-topic-header-wrapper .forum-topic__subscribe-link {
    float: right; }

.form-item-node-notify-subscribe {
  margin-bottom: 15px; }

.forum-topic-header .topic-post-count {
  float: left;
  margin: 10px 0; }

div.forum-post {
  border: 0;
  margin-bottom: 16px; }
  div.forum-post .forum-post-info {
    padding: 4px 8px;
    background: #eeeeee;
    border: 1px solid #C1C1C1;
    border-bottom: 0; }
    div.forum-post .forum-post-info .forum-posted-on,
    div.forum-post .forum-post-info .forum-post-number {
      margin: 0;
      padding: 0;
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 1.2; }
  div.forum-post .forum-post-wrapper {
    border: 1px solid #C1C1C1; }
    div.forum-post .forum-post-wrapper .forum-post-panel-sub {
      float: none;
      width: 100%; }
      @media (min-width: 767px) {
        div.forum-post .forum-post-wrapper .forum-post-panel-sub {
          float: left;
          width: 200px; } }
      div.forum-post .forum-post-wrapper .forum-post-panel-sub .author-pane {
        margin: 0;
        padding: 8px; }
    div.forum-post .forum-post-wrapper .forum-post-panel-main {
      border-left: none;
      min-height: 0;
      margin-left: 0; }
      @media (min-width: 767px) {
        div.forum-post .forum-post-wrapper .forum-post-panel-main {
          margin-left: 200px;
          border-left: 1px solid #c1c1c1; } }
      div.forum-post .forum-post-wrapper .forum-post-panel-main .forum-post-title,
      div.forum-post .forum-post-wrapper .forum-post-panel-main .post-title {
        padding: 8px;
        font-weight: bold;
        border-bottom: 1px solid #c1c1c1; }
        @media (min-width: 767px) {
          div.forum-post .forum-post-wrapper .forum-post-panel-main .forum-post-title,
          div.forum-post .forum-post-wrapper .forum-post-panel-main .post-title {
            padding: 4px 16px; } }
      div.forum-post .forum-post-wrapper .forum-post-panel-main .forum-post-content,
      div.forum-post .forum-post-wrapper .forum-post-panel-main .post-edited {
        padding: 16px 12.03008px; }
        @media (min-width: 767px) {
          div.forum-post .forum-post-wrapper .forum-post-panel-main .forum-post-content,
          div.forum-post .forum-post-wrapper .forum-post-panel-main .post-edited {
            padding: 12.03008px 16px; } }
      div.forum-post .forum-post-wrapper .forum-post-panel-main .post-edited {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 1.3;
        margin: 0;
        padding: 16px 12.03008px; }
        @media (min-width: 767px) {
          div.forum-post .forum-post-wrapper .forum-post-panel-main .post-edited {
            padding: 12.03008px 16px; } }
  div.forum-post .forum-post-footer {
    border-top: 0; }
    .page-comment-reply div.forum-post .forum-post-footer {
      display: none; }
    div.forum-post .forum-post-footer .forum-jump-links {
      display: none; }
    div.forum-post .forum-post-footer .forum-post-links {
      float: none; }

.forum-post-content ul,
.forum-post-content ol {
  margin-bottom: 16px; }
  .forum-post-content ul li,
  .forum-post-content ol li {
    background: url("../../images/list-style-image-micro.png") no-repeat 0 8px;
    margin-bottom: .444444444em;
    margin-left: .444444444em;
    list-style: none;
    padding-left: .944444444em; }

.forum-post-content ol li {
  list-style: decimal; }

.forum-post-content blockquote {
  background: #fff;
  border-left: 3px solid #ccc;
  -webkit-box-shadow: 0 0 0 1px #ccc;
  box-shadow: 0 0 0 1px #ccc;
  color: #444;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.3;
  margin: 16px 2px;
  max-width: 600px;
  padding: 12px 24px; }
  .forum-post-content blockquote p:last-child {
    margin-bottom: 0; }

.forum-post__attached-content {
  margin-top: 20px; }

.forum-post__image-thumb {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: left;
  padding: 0px 10px 0px 0px;
  width: 50%; }

.comment-form .field-type-text-long .filter-wrapper,
.node-forum-form .field-type-text-with-summary .filter-wrapper {
  display: none; }

.node-forum-form .field-type-text-with-summary .ckeditor_links,
.node-ads-form .field-type-text-with-summary .ckeditor_links,
.comment-form .field-type-text-long .ckeditor_links {
  display: none !important; }

.comment-form .field-type-image,
.node-forum-form .field-type-image,
.comment-form .field-type-file,
.node-forum-form .field-type-file {
  border: 1px solid #c1c1c1;
  margin: 16px 0;
  padding: 16px; }
  .comment-form .field-type-image label,
  .node-forum-form .field-type-image label,
  .comment-form .field-type-file label,
  .node-forum-form .field-type-file label {
    display: none; }
  .comment-form .field-type-image .tabledrag-toggle-weight-wrapper,
  .node-forum-form .field-type-image .tabledrag-toggle-weight-wrapper,
  .comment-form .field-type-file .tabledrag-toggle-weight-wrapper,
  .node-forum-form .field-type-file .tabledrag-toggle-weight-wrapper {
    display: none; }
  .comment-form .field-type-image .tabledrag-hide,
  .node-forum-form .field-type-image .tabledrag-hide,
  .comment-form .field-type-file .tabledrag-hide,
  .node-forum-form .field-type-file .tabledrag-hide {
    display: none; }
  .comment-form .field-type-image tr .form-type-select,
  .node-forum-form .field-type-image tr .form-type-select,
  .comment-form .field-type-file tr .form-type-select,
  .node-forum-form .field-type-file tr .form-type-select {
    margin-bottom: 0; }
  .comment-form .field-type-image .even,
  .node-forum-form .field-type-image .even,
  .comment-form .field-type-file .even,
  .node-forum-form .field-type-file .even {
    background: #fafafa; }
  .comment-form .field-type-image .odd,
  .node-forum-form .field-type-image .odd,
  .comment-form .field-type-file .odd,
  .node-forum-form .field-type-file .odd {
    background: #fff; }
  .comment-form .field-type-image th,
  .node-forum-form .field-type-image th,
  .comment-form .field-type-file th,
  .node-forum-form .field-type-file th {
    background: #eee;
    border-bottom: 1px solid #e1e1e1;
    padding: 7px;
    text-align: left; }
  .comment-form .field-type-image td,
  .node-forum-form .field-type-image td,
  .comment-form .field-type-file td,
  .node-forum-form .field-type-file td {
    padding: 5px;
    vertical-align: middle; }
    .comment-form .field-type-image td .image-preview,
    .node-forum-form .field-type-image td .image-preview,
    .comment-form .field-type-file td .image-preview,
    .node-forum-form .field-type-file td .image-preview {
      display: none; }
      @media (min-width: 767px) {
        .comment-form .field-type-image td .image-preview,
        .node-forum-form .field-type-image td .image-preview,
        .comment-form .field-type-file td .image-preview,
        .node-forum-form .field-type-file td .image-preview {
          display: block;
          padding-bottom: 0; }
          .comment-form .field-type-image td .image-preview img,
          .node-forum-form .field-type-image td .image-preview img,
          .comment-form .field-type-file td .image-preview img,
          .node-forum-form .field-type-file td .image-preview img {
            display: block; } }

.node-forum-form .field-type-file,
.comment-form .field-type-file {
  margin-top: 0; }

.comment-form .form-item-notify {
  margin: 5px 0; }
  .comment-form .form-item-notify .form-checkbox,
  .comment-form .form-item-notify .option {
    display: inline; }
  .comment-form .form-item-notify .option {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.3;
    font-weight: 500; }

.comment-form #edit-notify-type .form-item-notify-type {
  display: block;
  margin-bottom: 0; }
  .comment-form #edit-notify-type .form-item-notify-type label {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.3; }

.googtube-embed-wrapper {
  margin-bottom: 10px;
  max-height: 250px;
  max-width: 400px; }

.googtube-embed {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  /* 16/9 ratio */
  padding-top: 30px;
  /* IE6 workaround*/
  position: relative; }

.googtube-embed iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  /* iOS workaround */
  width: 100%; }

.attached-images {
  margin-bottom: 10px; }

.forum__attached-files-header {
  margin-bottom: 4px; }

.forum-table-topics td.views-field-topic-icon {
  padding-right: 0; }

body {
  color: #202F5B;
  font-family: "apercu-regular";
  margin-bottom: 0; }

p {
  font-family: "apercu-regular";
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 2rem; }
  @media (min-width: 767px) {
    p {
      font-size: 1.2rem;
      line-height: 1.6; } }

h1, h2, h3, h4, h5 {
  font-family: "apercu-bold";
  font-weight: normal;
  color: #001A64; }

strong, b {
  font-family: "apercu-bold";
  font-weight: normal; }

.secondary-navigation {
  border: none;
  float: none; }
  .secondary-navigation .navigation__menu-tree {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.header {
  background: transparent;
  overflow: hidden;
  z-index: 2;
  position: relative; }
  .node-type-mainsite-frontpage .header {
    background: #001A64; }
    .node-type-mainsite-frontpage .header::before {
      background: -webkit-gradient(linear, left bottom, left top, from(transparent), to(rgba(0, 0, 0, 0.5)));
      background: linear-gradient(to top, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
      width: 100%;
      height: 50%;
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0; }
    .node-type-mainsite-frontpage .header::after {
      background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#001a64));
      background: linear-gradient(to bottom, transparent 0%, #001a64 100%);
      width: 100%;
      height: 65%;
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 0; }
    .node-type-mainsite-frontpage .header .wrapper--header {
      z-index: 1; }
  .header__mobile-lindholmen-logo {
    display: none; }
  .header__container {
    float: none;
    margin: 0 auto;
    padding: 2rem 0;
    position: relative;
    width: 100%;
    z-index: 2; }
    .mobile-nav--is-open .header__container {
      min-height: 100vh; }
      @media (min-width: 1200px) {
        .mobile-nav--is-open .header__container {
          min-height: 0; } }
    @media (min-width: 1200px) {
      .header__container {
        max-width: 1600px;
        padding: 2.75rem 0; } }
  .header__inner-wrapper {
    max-width: none;
    margin: 0 4.6875%; }
    @media (min-width: 1600px) {
      .header__inner-wrapper {
        margin: 0 auto; } }
    @media (min-width: 1200px) {
      .header__inner-wrapper {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    .mobile-nav--is-open .header__inner-wrapper {
      min-height: 100vh; }
      @media (min-width: 1200px) {
        .mobile-nav--is-open .header__inner-wrapper {
          min-height: 0; } }
  .header__right {
    -webkit-animation: header 1.5s 0.2s forwards cubic-bezier(0.165, 0.84, 0.44, 1);
    animation: header 1.5s 0.2s forwards cubic-bezier(0.165, 0.84, 0.44, 1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    opacity: 0;
    padding-top: 9rem;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%; }
    @media (min-width: 1200px) {
      .header__right {
        display: block;
        float: right;
        padding: 0;
        position: relative;
        right: auto;
        top: auto;
        width: auto; } }
  .header__top-bar {
    display: none;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
    .header__top-bar::before {
      background: #001A64;
      content: "";
      display: block;
      height: 1px;
      margin: 2rem 4.6875%;
      width: 4rem; }
      @media (min-width: 1200px) {
        .header__top-bar::before {
          display: none; } }
    .mobile-nav--is-open .header__top-bar {
      display: block; }
    @media (min-width: 1200px) {
      .header__top-bar {
        display: block;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; } }
    .header__top-bar .block__title {
      display: none; }
    @media (min-width: 1200px) {
      .header__top-bar ul li {
        float: right; } }
    .header__top-bar ul li + li {
      margin-right: 1.5rem; }
    .header__top-bar ul li a {
      color: #001A64;
      display: block;
      font-family: "apercu-medium";
      font-size: 1.2rem;
      padding: .5rem 4.6875%;
      text-decoration: none;
      -webkit-transition: .3s ease;
      transition: .3s ease; }
      @media (min-width: 1200px) {
        .header__top-bar ul li a {
          font-size: 1.05rem;
          padding: 0; } }
      .node-type-mainsite-frontpage:not(.mobile-nav--is-open) .header__top-bar ul li a {
        color: #fff; }
      .header__top-bar ul li a:hover {
        opacity: .65; }
      .header__top-bar ul li a.header__lang-flag {
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 4.6875%;
        overflow: hidden;
        padding: 0.5rem 0 0;
        position: relative;
        text-indent: -999em;
        width: 29px; }
        @media (min-width: 1200px) {
          .header__top-bar ul li a.header__lang-flag {
            margin-left: 0;
            padding: 0 0 0 29px;
            top: 5px; } }
        .i18n-sv .header__top-bar ul li a.header__lang-flag {
          background-image: url("../../images/Flag_United_Kingdom_B.svg"); }
        .i18n-en .header__top-bar ul li a.header__lang-flag {
          background-image: url("../../images/Flag_Sweden.svg"); }
  .header__hero {
    clear: both;
    float: left;
    width: 100%; }
    @media (min-width: 1600px) {
      .header__hero {
        margin-top: 20vh; } }
  .header .mobile-menu__wrapper {
    display: none;
    margin-bottom: 0; }
    .mobile-nav--is-open .header .mobile-menu__wrapper {
      display: block; }
    @media (min-width: 1200px) {
      .header .mobile-menu__wrapper {
        clear: both;
        display: block; } }
  .header__site-name {
    -webkit-animation: header 1.5s forwards cubic-bezier(0.165, 0.84, 0.44, 1);
    animation: header 1.5s forwards cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0;
    position: relative;
    z-index: 1;
    -webkit-transition: -webkit-filter 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-filter 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: filter 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: filter 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-filter 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }
    .node-type-mainsite-frontpage.mobile-nav--is-open .header__site-name {
      -webkit-filter: invert(100%);
      filter: invert(100%); }
  .header__site-link img {
    max-height: 64px; }
    @media (min-width: 1200px) {
      .header__site-link img {
        max-height: 88px; } }
  .header__search {
    display: none;
    height: 1.75rem;
    width: 1.75rem;
    margin-left: 2.5rem;
    margin-top: .15rem; }
    @media (min-width: 1200px) {
      .header__search {
        display: inline-block; } }
    .header__search svg g {
      fill: #001A64; }
      .node-type-mainsite-frontpage .header__search svg g {
        fill: #fff; }
  .header__slider-bg {
    background-position: center;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  @media screen and (max-width: 1200px) {
    .header .mobile-menu__wrapper {
      margin-top: 0; }
      .header .mobile-menu__wrapper .navigation__menu-tree li.expanded {
        background: #F7F8FA; }
      .header .mobile-menu__wrapper .navigation__menu-tree li a {
        color: #001A64;
        font-family: "apercu-medium";
        font-size: 2rem;
        padding: .33rem 4.6875%;
        -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }
      .header .mobile-menu__wrapper .navigation__menu-tree li.active a, .header .mobile-menu__wrapper .navigation__menu-tree li:hover a {
        background: rgba(0, 26, 100, 0.05); }
      .header .mobile-menu__wrapper .navigation__menu-tree li ul li a {
        font-size: 1.1rem;
        padding: 0.5rem 10% !important; } }
  @media (min-width: 1200px) {
    .header .mobile-menu__wrapper > div {
      float: left; }
    .header .mobile-menu__wrapper .navigation__menu-tree li {
      font-size: 1.25rem; }
      .header .mobile-menu__wrapper .navigation__menu-tree li + li {
        margin-left: 1.75rem; }
      .header .mobile-menu__wrapper .navigation__menu-tree li a {
        font-family: "apercu-medium";
        font-size: 1.2rem;
        margin: 0;
        padding: 0;
        position: relative;
        color: #001A64; }
        .node-type-mainsite-frontpage .header .mobile-menu__wrapper .navigation__menu-tree li a {
          color: #fff; }
        .header .mobile-menu__wrapper .navigation__menu-tree li a::after {
          background: #001A64;
          content: "";
          height: 2px;
          opacity: .2;
          pointer-events: none;
          position: absolute;
          right: 0;
          top: 100%;
          top: calc(100% + 2px);
          -webkit-transition-duration: .5s;
          transition-duration: .5s;
          -webkit-transition-property: width, opacity;
          transition-property: width, opacity;
          -webkit-transition-timing-function: cubic-bezier(0.83, 0.01, 0.18, 1.01);
          transition-timing-function: cubic-bezier(0.83, 0.01, 0.18, 1.01);
          width: 0;
          z-index: -1; }
          .node-type-mainsite-frontpage .header .mobile-menu__wrapper .navigation__menu-tree li a::after {
            background: #fff; }
        .header .mobile-menu__wrapper .navigation__menu-tree li a:focus, .header .mobile-menu__wrapper .navigation__menu-tree li a.active, .header .mobile-menu__wrapper .navigation__menu-tree li a.active-trail, .header .mobile-menu__wrapper .navigation__menu-tree li a:hover {
          background: transparent; }
          .header .mobile-menu__wrapper .navigation__menu-tree li a:focus::after, .header .mobile-menu__wrapper .navigation__menu-tree li a.active::after, .header .mobile-menu__wrapper .navigation__menu-tree li a.active-trail::after, .header .mobile-menu__wrapper .navigation__menu-tree li a:hover::after {
            left: 0;
            right: auto;
            width: 100%;
            opacity: 1; } }
  .header__overlay {
    background: #F7F8FA;
    height: 0;
    left: 0;
    position: fixed;
    top: 0;
    -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    visibility: hidden;
    width: 100%;
    z-index: 1; }
    .mobile-nav--is-open .header__overlay {
      height: 100%;
      visibility: visible; }
      @media (min-width: 1200px) {
        .mobile-nav--is-open .header__overlay {
          display: none; } }

@media screen and (min-width: 1680px) {
  .header .mobile-menu__wrapper .navigation__menu-tree li + li {
    margin-left: 2.5rem; }
  .header .mobile-menu__wrapper .navigation__menu-tree li a {
    font-size: 1.4rem; } }

.mobile-nav--is-open .wrapper--header {
  min-height: 100vh; }

.navigation__mobile-toggle {
  margin: 2rem 4.6875% 0; }

.navigation__mobile-button {
  margin-right: -1rem; }

.navigation__mobile-toggle-label {
  margin-right: 2.5rem;
  text-transform: none;
  color: #001A64; }
  .node-type-mainsite-frontpage .navigation__mobile-toggle-label {
    color: #fff; }
  .mobile-nav--is-open .navigation__mobile-toggle-label {
    color: #001A64; }

.navigation__mobile-hamburger {
  border-radius: 2px;
  width: 1.75rem;
  background: #001A64; }
  .node-type-mainsite-frontpage .navigation__mobile-hamburger {
    background: #fff; }
  .mobile-nav--is-open.node-type-mainsite-frontpage .navigation__mobile-hamburger {
    background: transparent; }
  .navigation__mobile-hamburger::before, .navigation__mobile-hamburger::after {
    border-radius: 2px;
    width: 100%;
    background: #001A64; }
    .node-type-mainsite-frontpage .navigation__mobile-hamburger::before, .node-type-mainsite-frontpage .navigation__mobile-hamburger::after {
      background: #fff; }
    .mobile-nav--is-open .navigation__mobile-hamburger::before, .mobile-nav--is-open .navigation__mobile-hamburger::after {
      background: #001A64; }
  .navigation__mobile-hamburger::before {
    top: .5rem; }
  .navigation__mobile-hamburger::after {
    top: -.5rem; }

@media (min-width: 767px) {
  .mobile-menu__wrapper .navigation__menu-tree .leaf,
  .mobile-menu__wrapper .navigation__menu-tree .expanded,
  .mobile-menu__wrapper .navigation__menu-tree .collapsed {
    float: none; } }

@media (min-width: 1200px) {
  .mobile-menu__wrapper .navigation__menu-tree .leaf,
  .mobile-menu__wrapper .navigation__menu-tree .expanded,
  .mobile-menu__wrapper .navigation__menu-tree .collapsed {
    float: left; } }

@media (min-width: 767px) {
  .mobile-menu__wrapper .navigation__menu-tree .leaf .leaf,
  .mobile-menu__wrapper .navigation__menu-tree .leaf .expanded,
  .mobile-menu__wrapper .navigation__menu-tree .leaf .collapsed,
  .mobile-menu__wrapper .navigation__menu-tree .expanded .leaf,
  .mobile-menu__wrapper .navigation__menu-tree .expanded .expanded,
  .mobile-menu__wrapper .navigation__menu-tree .expanded .collapsed,
  .mobile-menu__wrapper .navigation__menu-tree .collapsed .leaf,
  .mobile-menu__wrapper .navigation__menu-tree .collapsed .expanded,
  .mobile-menu__wrapper .navigation__menu-tree .collapsed .collapsed {
    display: block; } }

@media (min-width: 1200px) {
  .mobile-menu__wrapper .navigation__menu-tree .leaf .leaf,
  .mobile-menu__wrapper .navigation__menu-tree .leaf .expanded,
  .mobile-menu__wrapper .navigation__menu-tree .leaf .collapsed,
  .mobile-menu__wrapper .navigation__menu-tree .expanded .leaf,
  .mobile-menu__wrapper .navigation__menu-tree .expanded .expanded,
  .mobile-menu__wrapper .navigation__menu-tree .expanded .collapsed,
  .mobile-menu__wrapper .navigation__menu-tree .collapsed .leaf,
  .mobile-menu__wrapper .navigation__menu-tree .collapsed .expanded,
  .mobile-menu__wrapper .navigation__menu-tree .collapsed .collapsed {
    display: none; } }

.navigation__mobile-toggle {
  position: absolute;
  right: 0;
  top: 0; }
  @media (min-width: 1024px) {
    .navigation__mobile-toggle {
      display: block; } }
  @media (min-width: 1200px) {
    .navigation__mobile-toggle {
      display: none; } }

@-webkit-keyframes header {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2rem, 0);
    transform: translate3d(0, -2rem, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes header {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2rem, 0);
    transform: translate3d(0, -2rem, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.breadcrumbs__wrapper {
  position: relative; }

.footer {
  background-color: #001A64;
  background-image: url("../../images/footer-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  border: 0;
  color: #fff;
  height: auto;
  overflow: hidden;
  padding: 2rem 0;
  position: inherit; }
  @media (min-width: 767px) {
    .footer {
      padding: 4rem 0; } }
  @media (min-width: 1200px) {
    .footer {
      padding: 0; } }
  .footer .wrapper, .footer .search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
  .footer * {
    font-size: 1.1rem !important; }
  .footer .block__title {
    color: #fff;
    font-size: 1.5rem !important;
    margin-bottom: 2rem; }
  .footer a {
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out; }
    .footer a:hover {
      opacity: .65; }
  .footer p, .footer p a {
    font-family: "apercu-regular";
    font-size: 1.25rem !important;
    margin: 0; }
    .footer p a, .footer p a a {
      font-family: "apercu-bold";
      text-decoration: underline; }

.footer__block {
  line-height: 1.5;
  margin: 0;
  opacity: 0;
  -webkit-transform: translate3d(0, 1.25rem, 0);
  transform: translate3d(0, 1.25rem, 0);
  -webkit-transition-duration: 2s;
  transition-duration: 2s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%; }
  .footer__block:nth-child(1) {
    -webkit-transition-delay: .1s;
    transition-delay: .1s; }
  .footer__block:nth-child(2) {
    -webkit-transition-delay: .25s;
    transition-delay: .25s; }
  .footer__block:nth-child(3) {
    -webkit-transition-delay: .4s;
    transition-delay: .4s; }
  .footer__block:nth-child(4) {
    -webkit-transition-delay: .55s;
    transition-delay: .55s; }
  .footer__block:nth-child(5) {
    -webkit-transition-delay: .7s;
    transition-delay: .7s; }
  .footer__block.is-visible {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .footer__block + .footer__block {
    margin-top: 2rem; }
  @media (min-width: 767px) {
    .footer__block {
      width: calc(50% - .5px); }
      .footer__block:first-child + .footer__block {
        margin-top: 0; } }
  @media (min-width: 1024px) {
    .footer__block {
      width: calc(25% - .25px);
      padding: 10rem 0 8rem; }
      .footer__block + .footer__block {
        margin-top: 0; } }
  .footer__block--bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    color: inherit;
    padding: 2.5rem 0;
    width: 100%; }
  .footer__block .contact-info {
    margin-top: 4rem; }
  .footer__block li + li {
    margin-top: .5rem; }
  .footer__block li a {
    position: relative;
    text-decoration: none !important; }
    .footer__block li a::before {
      display: none; }
    .footer__block li a::after {
      background: #fff;
      content: "";
      height: 2px;
      pointer-events: none;
      position: absolute;
      right: 0;
      top: 100%;
      -webkit-transition-duration: .5s;
      transition-duration: .5s;
      -webkit-transition-property: width;
      transition-property: width;
      -webkit-transition-timing-function: cubic-bezier(0.83, 0.01, 0.18, 1.01);
      transition-timing-function: cubic-bezier(0.83, 0.01, 0.18, 1.01);
      width: 0;
      z-index: -1; }
    .footer__block li a:hover {
      background: transparent; }
      .footer__block li a:hover::after {
        left: 0;
        right: auto;
        width: 100%; }
  .footer__block a,
  .footer__block .block-mailchimp-signup h2 {
    color: #fff; }

.footer__lindholmen-logo {
  background: none;
  text-indent: inherit;
  height: auto;
  width: 200px; }
  .footer__lindholmen-logo img {
    width: 100%; }

.footer .block-mailchimp-signup input[type="submit"] {
  background: #53E5AF;
  color: #001A64;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  font-family: "apercu-bold"; }
  .footer .block-mailchimp-signup input[type="submit"]:hover {
    background: #1fcd8c; }

.footer .block-mailchimp-signup input[type="text"] {
  border-radius: 2px 0 0 2px;
  border: none; }

.footer .block-mailchimp-signup label {
  color: rgba(0, 26, 100, 0.25);
  cursor: text;
  top: 1em; }

.footer .block-mailchimp-signup input[type="text"], .footer .block-mailchimp-signup input[type="submit"] {
  height: 3.5rem;
  outline: none; }

.footer .block-mailchimp-signup .mailchimp-signup-subscribe-form-description {
  margin: 0 0 2rem; }

.language-switch--mobile {
  cursor: pointer; }
  .js .language-switch--mobile {
    display: none; }
  .mobile-nav--is-open .language-switch--mobile {
    display: block; }
  .language-switch--mobile .language-switch__link {
    border: 1px solid #fff;
    color: #fff;
    display: block;
    padding: 8px;
    text-align: center;
    text-decoration: none;
    width: 100%; }
    .language-switch--mobile .language-switch__link:hover {
      background: rgba(0, 0, 0, 0.1);
      border: 1px solid rgba(0, 0, 0, 0.2); }

.language-switch--desktop {
  display: none; }
  @media (min-width: 767px) {
    .language-switch--desktop {
      display: block;
      margin-top: 0;
      position: static;
      text-align: right; } }
  .language-switch--desktop .language-switch__link {
    color: #001A64;
    text-transform: none; }
    .language-switch--desktop .language-switch__link:hover {
      text-decoration: underline; }
    .node-type-mainsite-frontpage .language-switch--desktop .language-switch__link {
      color: #fff; }

.content__wrapper {
  margin: 0 auto;
  max-width: 1440px;
  max-width: 720px !important;
  padding: 0 4.6875%; }
  @media (min-width: 767px) {
    .content__wrapper {
      padding: 0 8%; } }
  @media (min-width: 1200px) {
    .content__wrapper {
      padding: 0; } }
  @media (min-width: 1600px) {
    .content__wrapper {
      max-width: 960px !important; } }

.content__date {
  display: block;
  margin-bottom: 2rem; }
  .content__date .icon-before--pin {
    margin-left: 3px; }
    @media (min-width: 767px) {
      .content__date .icon-before--pin {
        margin-left: 4px; } }
    .content__date .icon-before--pin::before {
      margin-right: 8px; }
      @media (min-width: 767px) {
        .content__date .icon-before--pin::before {
          margin-right: 9px; } }

.content__back-link {
  margin-bottom: 15px; }

.content__title {
  color: #001A64;
  font-size: 2rem; }
  @media (min-width: 767px) {
    .content__title {
      font-size: 3rem; } }
  @media (min-width: 1024px) {
    .content__title {
      font-size: 4rem; } }
  @media (min-width: 1200px) {
    .content__title {
      font-size: 4rem; } }
  .content__title--full {
    max-width: none; }
  .content__title::after {
    background: #001A64;
    content: "";
    display: block;
    height: 2px;
    margin: 1rem 0 1rem;
    width: 3rem; }
    @media (min-width: 767px) {
      .content__title::after {
        width: 3.75rem; } }
    @media (min-width: 1200px) {
      .content__title::after {
        margin: 1.5rem 0 2rem;
        width: 4.5rem; } }

.content__subtitle--h2, .content__subtitle--h3, .content__subtitle--h4, .content__subtitle--h5 {
  color: #001A64; }

.content__preamble,
.content__preamble p,
.content__body .content__preamble,
.content__body .content__preamble p {
  font-family: "tiempos-regular";
  font-size: 1.3rem;
  line-height: 1.5;
  color: #202F5B; }
  @media (min-width: 767px) {
    .content__preamble,
    .content__preamble p,
    .content__body .content__preamble,
    .content__body .content__preamble p {
      font-size: 1.6rem; } }

.content__body h2 {
  font-size: 1.75rem;
  line-height: 1.2;
  margin-bottom: .25em; }
  @media (min-width: 767px) {
    .content__body h2 {
      font-size: 2.25rem; } }
  @media (min-width: 1200px) {
    .content__body h2 {
      font-size: 2.75rem; } }

.content__body h3 {
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: .25em; }
  @media (min-width: 767px) {
    .content__body h3 {
      font-size: 1.75rem; } }
  @media (min-width: 1200px) {
    .content__body h3 {
      font-size: 2rem; } }

.content__body h4 {
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: .25em; }
  @media (min-width: 767px) {
    .content__body h4 {
      font-size: 1.5rem; } }
  @media (min-width: 1200px) {
    .content__body h4 {
      font-size: 1.75rem; } }

.content__body h5 {
  font-size: 1rem;
  line-height: 1.2;
  margin-bottom: .25em; }
  @media (min-width: 767px) {
    .content__body h5 {
      font-size: 1.25rem; } }
  @media (min-width: 1200px) {
    .content__body h5 {
      font-size: 1.5rem; } }

.content__body p {
  font-size: 1.1rem;
  line-height: 1.5; }
  @media (min-width: 767px) {
    .content__body p {
      font-size: 1.3rem;
      line-height: 1.6; } }

.content__body strong,
.content__body b {
  font-family: "apercu-bold";
  font-weight: normal; }
  .content__body strong em,
  .content__body strong i,
  .content__body b em,
  .content__body b i {
    font-family: "apercu-bold-italic";
    font-weight: normal; }

.content__body em,
.content__body i {
  font-family: "apercu-italic";
  font-weight: normal; }
  .content__body em strong,
  .content__body em b,
  .content__body i strong,
  .content__body i b {
    font-family: "apercu-bold-italic";
    font-weight: normal; }

@media (min-width: 1200px) {
  .content__body p img:not(.image-unformatted):not(.image-left):not(.image-right) {
    margin-left: -4rem;
    margin-right: -4rem;
    width: calc(100% + 8rem) !important;
    max-width: none !important; } }

.content__body a {
  color: #1cb67d; }

.content__body ul,
.content__body ol {
  margin: 0 0 1.5rem; }

.content__body ul {
  list-style: none !important;
  padding: 0; }
  .content__body ul li {
    background: transparent;
    font-family: "apercu-regular";
    list-style: none;
    margin: 0 0 .3rem;
    padding-left: 1.5em;
    position: relative; }
    .content__body ul li p {
      margin: 0; }
    .content__body ul li::before {
      color: #001A64;
      content: "•";
      font-size: 3rem;
      left: 0;
      line-height: .7em;
      position: absolute;
      top: 0; }

.content__body .cta {
  border-radius: 2px; }

.content__body .right-arrow {
  font-family: "apercu-medium"; }

.content__figure {
  margin-bottom: 2rem;
  margin-top: 2rem; }
  @media (min-width: 767px) {
    .content__figure {
      margin-bottom: 3rem;
      margin-top: 3rem; } }
  @media (min-width: 1200px) {
    .content__figure {
      margin-bottom: 4rem;
      margin-top: 4rem; }
      .content__figure .responsive-embed,
      .content__figure img {
        margin-left: -4rem;
        margin-right: -4rem;
        max-width: none !important;
        width: calc(100% + 8rem); } }

.content__caption {
  font-size: .9rem;
  line-height: 1.5; }
  @media (min-width: 767px) {
    .content__caption {
      font-size: 1rem; } }
  .content__caption--editor {
    margin: -2rem 0 2rem; }
    @media (min-width: 767px) {
      .content__caption--editor {
        margin-bottom: 3rem; } }
    @media (min-width: 1200px) {
      .content__caption--editor {
        margin-bottom: 4rem; } }

.site-intro__container h1, .site-intro__container h2, .site-intro__container h3, .site-intro__container h4, .site-intro__container h5 {
  -webkit-animation: site_intro 0.75s 0.4s forwards cubic-bezier(0.165, 0.84, 0.44, 1);
  animation: site_intro 0.75s 0.4s forwards cubic-bezier(0.165, 0.84, 0.44, 1);
  font-family: "apercu-bold";
  font-size: 2rem;
  opacity: 0; }
  @media (min-width: 767px) {
    .site-intro__container h1, .site-intro__container h2, .site-intro__container h3, .site-intro__container h4, .site-intro__container h5 {
      font-size: 3rem; } }
  @media (min-width: 1200px) {
    .site-intro__container h1, .site-intro__container h2, .site-intro__container h3, .site-intro__container h4, .site-intro__container h5 {
      font-size: 4.5rem; } }
  .site-intro__container h1::after, .site-intro__container h2::after, .site-intro__container h3::after, .site-intro__container h4::after, .site-intro__container h5::after {
    background: #001A64;
    content: "";
    display: block;
    height: 2px;
    margin: 1rem 0 1rem;
    width: 3rem;
    -webkit-animation: site_intro 1s 0.5s forwards cubic-bezier(0.165, 0.84, 0.44, 1);
    animation: site_intro 1s 0.5s forwards cubic-bezier(0.165, 0.84, 0.44, 1);
    background: #fff;
    opacity: 0; }
    @media (min-width: 767px) {
      .site-intro__container h1::after, .site-intro__container h2::after, .site-intro__container h3::after, .site-intro__container h4::after, .site-intro__container h5::after {
        width: 3.75rem; } }
    @media (min-width: 1200px) {
      .site-intro__container h1::after, .site-intro__container h2::after, .site-intro__container h3::after, .site-intro__container h4::after, .site-intro__container h5::after {
        margin: 1.5rem 0 2rem;
        width: 4.5rem; } }

.site-intro__container p {
  font-family: "tiempos-regular";
  font-size: 1.3rem;
  line-height: 1.5;
  -webkit-animation: site_intro 1.5s 0.6s forwards cubic-bezier(0.165, 0.84, 0.44, 1);
  animation: site_intro 1.5s 0.6s forwards cubic-bezier(0.165, 0.84, 0.44, 1);
  font-family: "tiempos-regular", "Georgia", serif;
  margin: 0;
  opacity: 0;
  padding: 0; }
  @media (min-width: 767px) {
    .site-intro__container p {
      font-size: 1.6rem; } }

@-webkit-keyframes site_intro {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2.5rem, 0, 0);
    transform: translate3d(-2.5rem, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes site_intro {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2.5rem, 0, 0);
    transform: translate3d(-2.5rem, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.view-frontpage-primary-pushers .view-content div.last .featured-pusher {
  margin-right: 0; }

.view-frontpage-primary-pushers .view-content div:nth-child(1) .featured-pusher {
  background: #eee;
  -webkit-animation-delay: .9s;
  animation-delay: .9s; }

.view-frontpage-primary-pushers .view-content div:nth-child(2) .featured-pusher {
  background: #CEDFE6;
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s; }

.view-frontpage-primary-pushers .view-content div:nth-child(3) .featured-pusher {
  background: #7EECC3;
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s; }

.featured-pushers {
  background: #001A64;
  padding: 2rem 0; }
  @media (min-width: 767px) {
    .featured-pushers {
      padding: 4rem 0; } }
  @media (min-width: 1200px) {
    .featured-pushers {
      padding: 6rem 0; } }

.featured-pusher {
  -webkit-animation: featured_pusher 3s forwards cubic-bezier(0.165, 0.84, 0.44, 1);
  animation: featured_pusher 3s forwards cubic-bezier(0.165, 0.84, 0.44, 1);
  background: #001A64;
  border-radius: 2px;
  color: #202F5B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  float: left;
  height: 160px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  opacity: 0;
  padding: 1.5rem;
  text-decoration: none;
  width: 100%;
  margin-bottom: 1rem; }
  @media (min-width: 767px) {
    .featured-pusher {
      height: 256px;
      margin-bottom: 0;
      margin-right: .5rem;
      padding: 2.5rem;
      width: calc(33% - .3333rem); } }
  @media (min-width: 1200px) {
    .featured-pusher {
      height: 280px; } }
  .featured-pusher:hover {
    text-decoration: none !important; }
    .featured-pusher:hover .featured-pusher__content::after {
      -webkit-transform: translate3d(0.5rem, 0, 0);
      transform: translate3d(0.5rem, 0, 0); }
  .featured-pusher__sub-title {
    font-size: 1rem;
    margin: 0 0 .25rem; }
  .featured-pusher__title {
    font-size: 1.75rem;
    margin: 0;
    line-height: 1.25; }
  .featured-pusher__content {
    padding-right: 3rem;
    position: relative; }
    .featured-pusher__content p {
      font-family: "tiempos-regular";
      font-size: 1.3rem;
      line-height: 1.4;
      margin: 0; }
      @media (min-width: 767px) {
        .featured-pusher__content p {
          font-size: 1.2rem;
          line-height: 1.3; } }
      @media (min-width: 1200px) {
        .featured-pusher__content p {
          font-size: 1.2rem;
          line-height: 1.4; } }
    .featured-pusher__content::after {
      background-image: url("../../images/arrow-right.svg");
      background-repeat: no-repeat;
      background-size: contain;
      bottom: 0;
      content: "";
      display: block;
      height: 2rem;
      position: absolute;
      right: 0;
      -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
      width: 2rem; }

@-webkit-keyframes featured_pusher {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2rem, 0);
    transform: translate3d(0, -2rem, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes featured_pusher {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2rem, 0);
    transform: translate3d(0, -2rem, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.card .icon-before {
  margin-top: .5rem; }

.js-animate .card {
  opacity: 0; }

html {
  font-size: 80%; }
  @media (min-width: 1024px) {
    html {
      font-size: 90%; } }
  @media (min-width: 1600px) {
    html {
      font-size: 100%; } }

@media (min-width: 1024px) {
  .wrapper, .search-form {
    max-width: 1280px; } }

@media (min-width: 1600px) {
  .wrapper, .search-form {
    max-width: 1440px; } }

@media (min-width: 1024px) {
  .wrapper--thin {
    margin: 0 auto;
    max-width: 960px; } }

.main-content {
  -webkit-animation: main_content 1s 0.33s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  animation: main_content 1s 0.33s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  display: block;
  float: none;
  opacity: 0;
  overflow: hidden;
  padding: 2rem 0; }
  @media (min-width: 767px) {
    .main-content {
      padding: 4rem 0; } }
  @media (min-width: 1200px) {
    .main-content {
      padding: 5rem 0; } }
  .main-content--flat-top {
    padding-top: 0; }
  .page-events:not(.page-events-archive) .main-content,
  .page-news .main-content {
    padding: 0; }
  .main-content .node-full {
    margin-bottom: 0; }

@-webkit-keyframes main_content {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -1rem, 0);
    transform: translate3d(0, -1rem, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes main_content {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -1rem, 0);
    transform: translate3d(0, -1rem, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.l-section {
  padding: 2rem 0;
  position: relative; }
  @media (min-width: 767px) {
    .l-section {
      padding: 4rem 0; } }
  @media (min-width: 1200px) {
    .l-section {
      padding: 6rem 0; } }
  .l-section--cta {
    background-color: #001A64;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 4rem 0; }
    @media (min-width: 767px) {
      .l-section--cta {
        padding: 7rem 0; } }
    @media (min-width: 1200px) {
      .l-section--cta {
        padding: 10rem 0; } }
    .l-section--cta::after {
      background: rgba(0, 26, 100, 0.75);
      content: "";
      display: block;
      height: 100%;
      left: 0;
      mix-blend-mode: multiply;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 0; }
  .l-section--header-image {
    padding: 2rem 0 0; }
    @media (min-width: 767px) {
      .l-section--header-image {
        padding: 4rem 0 0; } }
    @media (min-width: 1200px) {
      .l-section--header-image {
        padding: 5rem 0 0; } }
  @media (min-width: 767px) {
    .l-section--search-results {
      padding: 2rem 0; } }
  @media (min-width: 1200px) {
    .l-section--search-results {
      padding: 2rem 0; } }
  .l-section--lightgray {
    background: #F7F8FA; }
  .l-section--darkblue {
    background: #001A64; }
  .l-section--flat-top {
    padding-top: 0; }
  .l-section__header {
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 720px;
    position: relative;
    text-align: center;
    z-index: 1; }
    @media (min-width: 767px) {
      .l-section__header {
        margin-bottom: 4rem; } }
    @media (min-width: 1200px) {
      .l-section__header {
        margin-bottom: 6rem; } }
    .l-section__header--small-margin {
      margin-bottom: 2rem; }
      @media (min-width: 767px) {
        .l-section__header--small-margin {
          margin-bottom: 2rem; } }
      @media (min-width: 1200px) {
        .l-section__header--small-margin {
          margin-bottom: 3rem; } }
    .l-section__header--fullwidth {
      max-width: 100%;
      width: 100%; }
    .l-section__header--left-align {
      text-align: left; }
    .l-section--cta .l-section__header {
      margin-bottom: 0; }
  .l-section__title {
    font-size: 2rem;
    line-height: 1.2;
    margin: 0 0 1.5rem; }
    @media (min-width: 767px) {
      .l-section__title {
        font-size: 3rem; } }
    @media (min-width: 1200px) {
      .l-section__title {
        font-size: 3.5rem; } }
    .l-section--cta .l-section__title,
    .l-section--darkblue .l-section__title {
      color: #fff; }
  .l-section__intro, .l-section__intro p {
    font-family: "tiempos-regular";
    font-size: 1.3rem;
    line-height: 1.5;
    margin: 0; }
    @media (min-width: 767px) {
      .l-section__intro, .l-section__intro p {
        font-size: 1.6rem; } }
  .l-section--cta .l-section__intro,
  .l-section--darkblue .l-section__intro {
    color: #fff; }
  .l-section--cta .l-section__intro, .l-section--cta .l-section__intro p {
    font-family: "tiempos-regular";
    font-size: 1.3rem;
    line-height: 1.5;
    margin: 0; }
    @media (min-width: 767px) {
      .l-section--cta .l-section__intro, .l-section--cta .l-section__intro p {
        font-size: 1.6rem; } }
  .l-section--cta .l-section__intro .cta-arrow {
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 2rem !important; }
  .l-section__btn {
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 2rem !important; }
  .l-section__mega-btn {
    background: #fff;
    -webkit-box-shadow: 0 10px 38px rgba(0, 26, 100, 0.05);
    box-shadow: 0 10px 38px rgba(0, 26, 100, 0.05);
    color: #001A64;
    display: block;
    font-family: "apercu-medium";
    font-size: 1.3rem;
    line-height: 1;
    margin: 0 auto;
    max-width: 1440px;
    overflow: hidden;
    padding: 1.75rem;
    position: relative;
    text-align: center;
    text-decoration: none !important;
    -webkit-transition: all 0.75s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.75s cubic-bezier(0.165, 0.84, 0.44, 1);
    width: 100%;
    border-radius: 2px; }
    @media (min-width: 1600px) {
      .l-section__mega-btn {
        padding: 2.25rem; } }
    .l-section__mega-btn--full {
      max-width: none; }
    .l-section__mega-btn::after {
      background-image: url("../../images/arrow-right.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: 2rem;
      content: "";
      display: inline-block;
      height: 100%;
      position: absolute;
      right: 0;
      top: 0;
      -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
      width: 6rem; }
    .l-section__mega-btn:hover, .l-section__mega-btn:focus {
      background: #53E5AF; }
      .l-section__mega-btn:hover::after, .l-section__mega-btn:focus::after {
        -webkit-transform: translate3d(0.33rem, 0, 0);
        transform: translate3d(0.33rem, 0, 0); }
    .l-section__mega-btn:active {
      top: 1px; }

.partners__list-item {
  opacity: 0;
  padding: 1.5rem 0;
  -webkit-transform: translate3d(-1.5rem, 0, 0);
  transform: translate3d(-1.5rem, 0, 0);
  -webkit-transition-duration: 2s;
  transition-duration: 2s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
  .is-visible .partners__list-item {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .partners__list-item:nth-child(1), .partners__list-item:nth-child(2), .partners__list-item:nth-child(3), .partners__list-item:nth-child(4), .partners__list-item:nth-child(5) {
    -webkit-transition-delay: .3s;
    transition-delay: .3s; }
  .partners__list-item:nth-child(6), .partners__list-item:nth-child(7), .partners__list-item:nth-child(8), .partners__list-item:nth-child(9), .partners__list-item:nth-child(10) {
    -webkit-transition-delay: .45s;
    transition-delay: .45s; }
  .partners__list-item:nth-child(11), .partners__list-item:nth-child(12), .partners__list-item:nth-child(13), .partners__list-item:nth-child(14), .partners__list-item:nth-child(15) {
    -webkit-transition-delay: .6s;
    transition-delay: .6s; }

.main-content a.cta-arrow,
a.cta-arrow {
  background-color: #53E5AF;
  border-radius: 2px;
  -webkit-box-shadow: 0 8px 16px rgba(83, 229, 175, 0.33);
  box-shadow: 0 8px 16px rgba(83, 229, 175, 0.33);
  color: #001A64;
  font-family: "apercu-medium";
  font-size: 1.25rem;
  margin: 0;
  max-width: 384px;
  padding: .75rem 2rem .75rem 1rem;
  position: relative;
  text-align: center;
  -webkit-transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .main-content a.cta-arrow::before,
  a.cta-arrow::before {
    font-size: 1.1em;
    right: 1.25rem;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .main-content a.cta-arrow:hover, .main-content a.cta-arrow:focus,
  a.cta-arrow:hover,
  a.cta-arrow:focus {
    background: #32e0a0;
    -webkit-box-shadow: 0 8px 24px rgba(83, 229, 175, 0.5);
    box-shadow: 0 8px 24px rgba(83, 229, 175, 0.5);
    color: #001A64;
    text-decoration: none; }
    .main-content a.cta-arrow:hover::before, .main-content a.cta-arrow:focus::before,
    a.cta-arrow:hover::before,
    a.cta-arrow:focus::before {
      -webkit-transform: translate3d(0.175rem, 0, 0);
      transform: translate3d(0.175rem, 0, 0); }
  .main-content a.cta-arrow:active,
  a.cta-arrow:active {
    top: 1px; }

.promo-news {
  background-color: #001A64;
  color: #fff !important;
  cursor: default;
  display: block;
  text-decoration: none; }
  @media (min-width: 767px) {
    .promo-news {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }
  .promo-news__content {
    width: 100%;
    cursor: pointer; }
    @media (min-width: 767px) {
      .promo-news__content {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        float: left;
        position: relative;
        width: 50%; }
        .even .promo-news__content {
          -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
          order: 1; } }
    .promo-news__content::before {
      background-color: rgba(0, 0, 0, 0.15);
      content: "";
      display: block;
      height: 100%;
      opacity: 0;
      position: absolute;
      right: 0;
      top: 0;
      -webkit-transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
      width: 100%;
      z-index: 0; }
    .promo-news__content:hover::before {
      opacity: 1; }
    .promo-news__content:hover .promo-news__bottom::after {
      -webkit-transform: translate3d(0.75rem, 0, 0);
      transform: translate3d(0.75rem, 0, 0); }
  .promo-news__inner {
    padding: 2rem;
    position: relative;
    width: 100%;
    z-index: 1; }
    @media (min-width: 767px) {
      .promo-news__inner {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 4rem; } }
    @media (min-width: 1200px) {
      .promo-news__inner {
        padding: 5rem; } }
    @media (min-width: 1600px) {
      .promo-news__inner {
        min-height: 640px;
        padding: 7rem; } }
  .promo-news__top {
    width: 100%; }
  .promo-news__bottom {
    position: relative;
    width: 100%; }
    .promo-news__bottom::after {
      background-image: url("../../images/arrow-right-white.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      content: "";
      display: block;
      -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
      height: 1.75rem;
      width: 1.75rem;
      margin-top: 1rem; }
      @media (min-width: 767px) {
        .promo-news__bottom::after {
          bottom: 0;
          height: 2.75rem;
          margin: 0;
          position: absolute;
          right: 0;
          width: 2.75rem; } }
      .promo-news--turquoise .promo-news__bottom::after,
      .promo-news--yellow .promo-news__bottom::after,
      .promo-news--cyan .promo-news__bottom::after {
        background-image: url("../../images/arrow-right.svg"); }
  .promo-news__sub-title {
    font-size: 1rem;
    margin: 0; }
    .promo-news--turquoise .promo-news__sub-title,
    .promo-news--yellow .promo-news__sub-title,
    .promo-news--cyan .promo-news__sub-title {
      color: #001A64; }
  .promo-news__title {
    color: #fff;
    font-size: 1.75rem;
    line-height: 1.2; }
    .promo-news--turquoise .promo-news__title,
    .promo-news--yellow .promo-news__title,
    .promo-news--cyan .promo-news__title {
      color: #001A64; }
    .promo-news__title::after {
      background: #001A64;
      content: "";
      display: block;
      height: 2px;
      margin: 1rem 0 1rem;
      width: 3rem;
      background: #fff; }
      @media (min-width: 767px) {
        .promo-news__title::after {
          width: 3.75rem; } }
      @media (min-width: 1200px) {
        .promo-news__title::after {
          margin: 1.5rem 0 2rem;
          width: 4.5rem; } }
      .promo-news--turquoise .promo-news__title::after,
      .promo-news--yellow .promo-news__title::after,
      .promo-news--cyan .promo-news__title::after {
        background: #001A64; }
    @media (min-width: 767px) {
      .promo-news__title {
        font-size: 2.25rem;
        margin: 0 0 3rem; } }
    @media (min-width: 1200px) {
      .promo-news__title {
        font-size: 2.75rem;
        margin: 0 0 5rem; } }
  .promo-news__text {
    font-family: "tiempos-regular";
    font-size: 1.1rem;
    line-height: 1.4;
    margin: 0;
    max-width: 720px; }
    @media (min-width: 767px) {
      .promo-news__text {
        font-size: 1.3rem;
        padding-right: 6rem; } }
    .promo-news--turquoise .promo-news__text,
    .promo-news--yellow .promo-news__text,
    .promo-news--cyan .promo-news__text {
      color: #001A64; }
  .promo-news__img {
    width: 100%;
    position: relative; }
    @media (min-width: 767px) {
      .promo-news__img {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        float: left;
        width: 50%; }
        .even .promo-news__img {
          -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
          order: 2; } }
    .promo-news__img img {
      display: block;
      width: 100%; }
      @media (min-width: 767px) {
        .promo-news__img img {
          height: 100%;
          left: 0;
          -o-object-fit: cover;
          object-fit: cover;
          position: absolute;
          top: 0; } }
  .promo-news.js-animate {
    opacity: 0;
    -webkit-transition-duration: 1.5s;
    transition-duration: 1.5s;
    -webkit-transition-property: background-color, opacity, -webkit-transform;
    transition-property: background-color, opacity, -webkit-transform;
    transition-property: background-color, opacity, transform;
    transition-property: background-color, opacity, transform, -webkit-transform;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
  .promo-news.is-visible {
    opacity: 1; }
  .promo-news:hover {
    text-decoration: none !important; }
  .promo-news--orange {
    background-color: #FF6901; }
  .promo-news--yellow {
    background-color: #E3E934; }
  .promo-news--cyan {
    background-color: #53E5AF; }
  .promo-news--turquoise {
    background-color: #10E9F0; }
  .promo-news--red {
    background-color: #FF153C; }
  .promo-news--darkblue {
    background-color: #001A64; }

/**
 * Companies
 */
.view-companies .views-exposed-widgets .views-exposed-widget {
  float: left;
  margin-right: 0;
  padding: 0;
  position: relative; }
  .view-companies .views-exposed-widgets .views-exposed-widget.views-widget-filter-title {
    padding: 0;
    width: 70%; }
  .view-companies .views-exposed-widgets .views-exposed-widget.views-submit-button {
    padding-top: 0;
    padding-right: 15px;
    width: 20%; }
    .view-companies .views-exposed-widgets .views-exposed-widget.views-submit-button input {
      margin: 0; }
  .view-companies .views-exposed-widgets .views-exposed-widget.views-reset-button input[type="submit"] {
    background: none;
    color: #001A64;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased; }
    .view-companies .views-exposed-widgets .views-exposed-widget.views-reset-button input[type="submit"]::hover {
      text-decoration: underline; }
  .view-companies .views-exposed-widgets .views-exposed-widget label {
    position: absolute;
    color: #bbb;
    font-size: 0.888888889em;
    /* ≈ 16px */
    font-weight: normal;
    top: .45em;
    left: 1em; }
  .view-companies .views-exposed-widgets .views-exposed-widget input[type="text"] {
    width: 100%; }
  .view-companies .views-exposed-widgets .views-exposed-widget input[type="submit"] {
    background: #001A64;
    border-radius: 0 2px 2px 0;
    padding: 0 20px;
    height: 38px; }

.view-companies .form-text {
  border-radius: 2px 0 0 2px;
  width: 100%; }

.view-companies .feed-icon {
  float: right;
  padding-top: 11px; }

.view-companies .pager {
  margin-top: 20px; }

.view-companies .views-widget-filter-keys {
  width: 70%; }

.view-companies .table-list__row {
  padding: 1em; }

.view-companies .company-name {
  font-family: "apercu-medium";
  text-transform: none;
  font-size: 1.5rem;
  margin: 0;
  max-width: none; }
  .view-companies .company-name a {
    color: #1cb67d; }

.view-companies .view-filters {
  margin-bottom: 2em; }

.company__back-link {
  margin-bottom: 0; }

.node-company.node-full a {
  color: #1cb67d; }

.node-company.node-full .company-name {
  margin: 0; }

.node-company.node-full .company-facts {
  margin-bottom: 1em; }
  @media (min-width: 767px) {
    .node-company.node-full .company-facts {
      width: 50%;
      float: left; } }

@media (min-width: 767px) {
  .node-company.node-full .company-description {
    width: 50%;
    float: left; } }

.facts__label {
  font-size: 1.2rem;
  text-transform: none; }
  @media (min-width: 767px) {
    .facts__label {
      font-size: 1.35rem; } }
  @media (min-width: 1200px) {
    .facts__label {
      font-size: 1.5rem; } }

@media (min-width: 767px) {
  .view-companies .views-exposed-widgets .views-exposed-widget.views-widget-filter-title {
    width: auto; }
  .view-companies .views-exposed-widgets .views-exposed-widget.views-submit-button {
    width: auto; }
  .view-companies .views-widget-filter-keys {
    width: 40%; } }

blockquote {
  line-height: 1.6;
  margin: 6rem 0 2rem;
  position: relative; }
  blockquote,
  blockquote p,
  .content__body blockquote,
  .content__body blockquote p {
    font-size: 1.3rem;
    font-family: "apercu-italic";
    line-height: 1.6; }
    @media (min-width: 767px) {
      blockquote,
      blockquote p,
      .content__body blockquote,
      .content__body blockquote p {
        font-size: 1.6rem; } }
  blockquote::before {
    background-image: url("../../images/quote-icon.svg");
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: block;
    height: 10rem;
    margin: -2.5rem 0 0 -1rem;
    position: absolute;
    width: 10rem; }
    @media (min-width: 767px) {
      blockquote::before {
        margin-left: -4rem; } }

.main-content div.social-share {
  float: none; }
  .main-content div.social-share a {
    color: #53E5AF;
    -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }
    .main-content div.social-share a:hover {
      color: #1cb67d; }

.page-header {
  padding: 4rem 0; }
  @media (min-width: 767px) {
    .page-header {
      padding: 4rem 0; } }
  @media (min-width: 1200px) {
    .page-header {
      padding: 6rem 0; } }
  @media (min-width: 1600px) {
    .page-header {
      padding: 8rem 0; } }
  .page-header__content {
    text-align: center; }
  .page-header__title {
    font-size: 2rem;
    line-height: 1; }
    @media (min-width: 767px) {
      .page-header__title {
        font-size: 3rem; } }
    @media (min-width: 1200px) {
      .page-header__title {
        font-size: 4rem; } }
    .page-header__title::after {
      background: #001A64;
      content: "";
      display: block;
      height: 2px;
      margin: 1rem 0 1rem;
      width: 3rem;
      margin-left: auto !important;
      margin-right: auto !important; }
      @media (min-width: 767px) {
        .page-header__title::after {
          width: 3.75rem; } }
      @media (min-width: 1200px) {
        .page-header__title::after {
          margin: 1.5rem 0 2rem;
          width: 4.5rem; } }
  .page-header__intro p {
    font-family: "tiempos-regular";
    font-size: 1.3rem;
    line-height: 1.5;
    max-width: 768px;
    margin: 0 auto; }
    @media (min-width: 767px) {
      .page-header__intro p {
        font-size: 1.6rem; } }

.admin-tabs {
  margin-left: auto;
  margin-right: auto; }

.resources__list {
  margin: 0; }

.resources__main-title {
  font-size: 1.75rem;
  line-height: 1.2;
  margin-bottom: .25em; }
  @media (min-width: 767px) {
    .resources__main-title {
      font-size: 2.25rem; } }
  @media (min-width: 1200px) {
    .resources__main-title {
      font-size: 2.75rem; } }

.resource__item {
  border-bottom: 1px solid rgba(0, 26, 100, 0.12);
  margin-bottom: 3rem;
  padding-bottom: 3rem; }
  .resources__list-item:last-child .resource__item {
    border: 0; }

.resource__data-wrapper {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0; }

.resource__title {
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: .25em;
  margin: 0 0 .5rem; }
  @media (min-width: 767px) {
    .resource__title {
      font-size: 1.75rem; } }
  @media (min-width: 1200px) {
    .resource__title {
      font-size: 2rem; } }

.resource__description {
  color: #202F5B;
  line-height: 1.5;
  margin-bottom: 1.5rem; }

.resource__data-wrapper a.spamspan,
.resource__data-wrapper a.resource__phone-number {
  font-family: "apercu-medium";
  font-size: 1.25rem !important; }

.resources__group:last-child {
  border-bottom: 0; }

/**
 * Restaurants
 */
#main-content .view-restaurants .view-content .odd {
  background: #F7F8FA; }

#main-content .view-restaurants .restaurant-name {
  font-size: 1.5rem; }

.restaurant__back-link {
  margin-bottom: 0; }

.node-restaurant a {
  color: #1cb67d; }

.node-restaurant .restaurant-facts {
  margin-bottom: 1em; }
  @media (min-width: 767px) {
    .node-restaurant .restaurant-facts {
      width: 50%;
      float: left; } }

@media (min-width: 767px) {
  .node-restaurant .restaurant-description {
    width: 50%;
    float: left; } }

.node-restaurant .restaurant-name {
  margin: 0;
  max-width: none; }

/**
 * Lunch
 */
#main-content .view-dagens-lunch select,
#main-content .view-dagens-lunch input {
  background: transparent;
  font-size: .9rem;
  height: 2rem; }
  @media (min-width: 767px) {
    #main-content .view-dagens-lunch select,
    #main-content .view-dagens-lunch input {
      height: 3rem; } }

#main-content .view-dagens-lunch select {
  -webkit-appearance: none;
  border-radius: 2px;
  border: 1px solid rgba(0, 26, 100, 0.12);
  padding: 0 .5rem; }
  @media (min-width: 767px) {
    #main-content .view-dagens-lunch select {
      padding: 0 1rem; } }

#main-content .view-dagens-lunch .views-submit-button {
  padding-top: .5em; }
  #main-content .view-dagens-lunch .views-submit-button::before {
    content: "Submit";
    display: block;
    font-size: 1rem;
    text-indent: -9999px;
    visibility: hidden; }

#main-content .view-dagens-lunch .title {
  background: #F7F8FA; }

#main-content .view-dagens-lunch input[type="submit"] {
  background: #001A64;
  border-radius: 2px;
  font-size: .9rem;
  margin: 0;
  -webkit-transition: .15s ease;
  transition: .15s ease; }
  #main-content .view-dagens-lunch input[type="submit"]:hover {
    background: #002797; }

.view-dagens-lunch label {
  font-family: "apercu-medium"; }

.secondary-menu {
  -webkit-animation: header 1.5s 0.3s forwards cubic-bezier(0.165, 0.84, 0.44, 1);
  animation: header 1.5s 0.3s forwards cubic-bezier(0.165, 0.84, 0.44, 1);
  background: #F7F8FA;
  display: none;
  opacity: 0;
  padding: 1rem 0; }
  .secondary-menu__wrapper {
    margin: 0 4.6875%;
    max-width: 1440px;
    overflow: hidden; }
    @media (min-width: 1600px) {
      .secondary-menu__wrapper {
        margin: 0 auto;
        max-width: 1600px; } }
  @media (min-width: 1200px) {
    .secondary-menu {
      display: block; } }
  .secondary-menu ul li {
    -webkit-animation: sub_menu_item 2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    animation: sub_menu_item 2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    display: block;
    float: left;
    margin: .5rem 2rem .5rem 0;
    opacity: 0; }
    .secondary-menu ul li a {
      color: #001A64;
      display: block;
      font-family: "apercu-medium";
      position: relative;
      text-decoration: none;
      -webkit-transition: opacity .15s ease-in-out;
      transition: opacity .15s ease-in-out; }
      .secondary-menu ul li a:hover {
        opacity: .65; }
      .secondary-menu ul li a.active-trail::after, .secondary-menu ul li a.active::after {
        content: "";
        display: block;
        height: 2px;
        width: 100%;
        background: #001A64;
        position: absolute;
        top: 100%;
        left: 0; }
    .secondary-menu ul li:nth-child(1) {
      -webkit-animation-delay: .5s;
      animation-delay: .5s; }
    .secondary-menu ul li:nth-child(2) {
      -webkit-animation-delay: .6s;
      animation-delay: .6s; }
    .secondary-menu ul li:nth-child(3) {
      -webkit-animation-delay: .7s;
      animation-delay: .7s; }
    .secondary-menu ul li:nth-child(4) {
      -webkit-animation-delay: .8s;
      animation-delay: .8s; }
    .secondary-menu ul li:nth-child(5) {
      -webkit-animation-delay: .9s;
      animation-delay: .9s; }
    .secondary-menu ul li:nth-child(6) {
      -webkit-animation-delay: 1s;
      animation-delay: 1s; }
    .secondary-menu ul li:nth-child(7) {
      -webkit-animation-delay: 1.1s;
      animation-delay: 1.1s; }
    .secondary-menu ul li:nth-child(8) {
      -webkit-animation-delay: 1.2s;
      animation-delay: 1.2s; }
    .secondary-menu ul li:nth-child(9) {
      -webkit-animation-delay: 1.3s;
      animation-delay: 1.3s; }
    .secondary-menu ul li:nth-child(10) {
      -webkit-animation-delay: 1.4s;
      animation-delay: 1.4s; }
    .secondary-menu ul li:nth-child(11) {
      -webkit-animation-delay: 1.5s;
      animation-delay: 1.5s; }
    .secondary-menu ul li:nth-child(12) {
      -webkit-animation-delay: 1.6s;
      animation-delay: 1.6s; }
    .secondary-menu ul li:nth-child(13) {
      -webkit-animation-delay: 1.7s;
      animation-delay: 1.7s; }
    .secondary-menu ul li:nth-child(14) {
      -webkit-animation-delay: 1.8s;
      animation-delay: 1.8s; }
    .secondary-menu ul li:nth-child(15) {
      -webkit-animation-delay: 1.9s;
      animation-delay: 1.9s; }
    .secondary-menu ul li:nth-child(16) {
      -webkit-animation-delay: 2s;
      animation-delay: 2s; }

@-webkit-keyframes sub_menu_item {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -0.25rem, 0);
    transform: translate3d(0, -0.25rem, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes sub_menu_item {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -0.25rem, 0);
    transform: translate3d(0, -0.25rem, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.hero-image img {
  display: block;
  width: 100%; }

.referenced-content__list-item {
  border-bottom: 1px solid rgba(0, 26, 100, 0.12); }

.referenced-content__title {
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: .25em;
  margin-bottom: 1rem;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease; }
  @media (min-width: 767px) {
    .referenced-content__title {
      font-size: 1.75rem; } }
  @media (min-width: 1200px) {
    .referenced-content__title {
      font-size: 2rem; } }
  .referenced-content__title:hover {
    opacity: .75; }

.referenced-content__preamble {
  color: #001A64; }

.referenced-content__image {
  display: block;
  margin: 0 0 1rem; }

.event-archive__list-item {
  border-bottom: 1px solid rgba(0, 26, 100, 0.12);
  margin-left: 0;
  padding: 1rem 0; }

.event-archive__date {
  color: rgba(32, 47, 91, 0.5);
  font-size: 1rem;
  margin-top: .3rem; }

.event-archive__grouping-header {
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: .25em;
  margin: 0 0 1.5rem; }
  @media (min-width: 767px) {
    .event-archive__grouping-header {
      font-size: 1.75rem; } }
  @media (min-width: 1200px) {
    .event-archive__grouping-header {
      font-size: 2rem; } }

.wifi-guidance__items {
  padding: 0 8px; }

.wifi-guidance__item {
  float: left;
  margin-bottom: 20px;
  margin-top: 20px;
  width: 100%; }
  @media (min-width: 767px) {
    .wifi-guidance__item {
      margin-bottom: 32px;
      margin-top: 32px;
      width: 50%; } }
  @media (min-width: 1024px) {
    .wifi-guidance__item {
      width: 33.33%; } }

.wifi-guidance__icon {
  float: left;
  height: 38px;
  margin-right: 16px;
  width: 38px; }
  @media (min-width: 767px) {
    .wifi-guidance__icon {
      height: 48px;
      width: 48px; } }

.wifi-guidance__title {
  float: left;
  line-height: 38px;
  margin: 0;
  font-weight: normal;
  font-size: 24px; }
  @media (min-width: 767px) {
    .wifi-guidance__title {
      line-height: 48px; } }

.item-list .pager li {
  font-size: 1.4rem;
  line-height: 3.1rem; }
  .item-list .pager li.pager-item, .item-list .pager li.pager-current, .item-list .pager li.pager-ellipsis {
    display: inline-block;
    height: 3rem;
    padding: 0;
    width: 3rem; }

.item-list .pager-current {
  background-color: #001A64;
  border-radius: 50%;
  color: #fff; }

.page-user .form-submit:hover {
  background: #001A64; }

.block-mailchimp-signup-multiple .mailchimp-signup-subscribe-form-description {
  margin-top: 2rem; }
  .block-mailchimp-signup-multiple .mailchimp-signup-subscribe-form-description a {
    text-decoration: underline; }

.block-mailchimp-signup-multiple .form-actions {
  margin-top: 2rem; }

.block-mailchimp-signup-multiple .mailchimp-newsletter-wrapper label {
  color: #202F5B;
  position: static; }

.block-mailchimp-signup-multiple .mailchimp-newsletter-mergefields label {
  top: .35em; }

.content__body p .image-unformatted {
  height: auto !important;
  max-width: 100% !important; }

.content__body p .image-left,
.content__body p .image-right {
  height: auto !important;
  max-width: 100% !important;
  width: auto !important; }

.content__body p .image-left {
  float: left;
  padding-right: .75rem; }

.content__body p .image-right {
  float: right;
  padding-left: .75rem; }

.contact__divider {
  font-size: 2.25rem;
  border-bottom: 1px solid rgba(0, 26, 100, 0.12);
  margin-bottom: 4rem; }

div.contact-intro {
  font-size: 1.25rem;
  padding: 0; }
  div.contact-intro a:not(.cta-arrow) {
    font-family: "apercu-medium";
    position: relative;
    text-decoration: none;
    -webkit-transition: .15s ease;
    transition: .15s ease; }
    div.contact-intro a:not(.cta-arrow)::before {
      background: #001A64;
      bottom: 0;
      content: "";
      display: block;
      height: 2px;
      left: 0;
      position: absolute;
      width: 100%; }
    div.contact-intro a:not(.cta-arrow):hover {
      opacity: .75; }
  div.contact-intro table.responsive-table {
    margin: 0 -1rem;
    width: calc(100% + 2rem) !important; }
    div.contact-intro table.responsive-table td {
      overflow: visible !important;
      padding: 0 1rem; }
  div.contact-intro p {
    margin-bottom: 1rem; }
  @media (min-width: 767px) {
    div.contact-intro .cta-arrow {
      max-width: none;
      width: 100%; } }

.search-form {
  margin: 0 auto;
  max-width: 1440px;
  max-width: 720px !important;
  padding: 0 4.6875%; }
  @media (min-width: 767px) {
    .search-form {
      padding: 0 8%; } }
  @media (min-width: 1200px) {
    .search-form {
      padding: 0; } }
  @media (min-width: 1600px) {
    .search-form {
      max-width: 960px !important; } }

.search-result__stamp {
  background: #53E5AF;
  border-radius: 4px;
  display: inline-block;
  font-family: "apercu-medium";
  font-size: .7rem;
  line-height: 1;
  margin-right: .075rem;
  padding: 0.25rem .3rem .2rem;
  position: relative;
  text-transform: uppercase;
  top: -.1rem; }

.search-form .form-item-keys label {
  display: none !important; }

.search-form input[type="submit"] {
  background: #53E5AF;
  color: #001A64;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  font-family: "apercu-bold"; }
  .search-form input[type="submit"]:hover {
    background: #1fcd8c; }
  @media (min-width: 767px) {
    .search-form input[type="submit"] {
      margin-left: -5px; } }

.search-form input[type="text"] {
  border-color: rgba(0, 26, 100, 0.12);
  border-radius: 2px 0 0 2px; }

.search-form input[type="text"], .search-form input[type="submit"] {
  height: 3.5rem;
  outline: none; }

/**
 * Contacts
 */
.contact-list,
.contact-intro {
  padding: 0 20px; }

.contact-list {
  margin-top: 3.888888889em; }

.contacts__person {
  margin-bottom: 4em; }

.contact__role {
  font-weight: bold; }

.contact__program {
  /*color: #e98b4a;*/
  font-weight: bold; }

.contact-list__main .contact__program {
  display: none; }

.contact__name {
  color: #777; }

.contact__image img {
  max-width: 170px; }

.contact__phone {
  margin-top: .444444444em; }

.contact__phone,
.contact__email {
  font-size: .888888889em;
  /* ≈16px */
  line-height: 1.5em; }

.view-contacts.view-display-id-default {
  margin-top: 1.277777778em; }

/**
 * Exposed widgets
 */
@media only screen and (min-width: 450px) {
  .views-exposed-widget {
    float: left;
    margin-right: 1em; } }

.views-exposed-widget.views-submit-button {
  margin-right: 0;
  padding-top: 15px; }

.views-exposed-widgets .form-select {
  max-width: 100%; }

.form-text {
  max-width: 100%;
  height: 38px;
  vertical-align: middle;
  padding: 0 14px;
  font-size: 0.888888889em;
  /* ≈ 16px */
  border: 1px solid #ebebeb;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.views-exposed-widget label {
  font-weight: bold; }

.form-type-date-select .form-item {
  float: left;
  margin-right: 5px; }

.form-type-date-select .form-item-date-value-day {
  margin-right: 0; }

/**
 * Table list (e.g. Lunch of the day, Company index)
 */
.table-list__heading {
  border-bottom: 1px solid #ebebeb;
  color: #001A64;
  font-family: "apercu-medium";
  font-size: 1.222222222em;
  font-weight: normal;
  padding-bottom: .333333333em; }

.table-list__heading--lunch {
  border: none;
  font-family: apercu-bold;
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 5px;
  padding: 0; }
  @media (min-width: 767px) {
    .table-list__heading--lunch {
      font-size: 3rem; } }
  @media (min-width: 1024px) {
    .table-list__heading--lunch {
      font-size: 4rem; } }
  @media (min-width: 1200px) {
    .table-list__heading--lunch {
      font-size: 4rem; } }

.table-list__heading--company {
  padding-bottom: 0.5em;
  margin-bottom: 2.272727273em; }

.table-list__heading--lunch:before,
.table-list__heading--company:before {
  color: #001A64;
  padding-right: .45em; }

.table-list__row {
  padding: 1.222222222em 0; }

.table-list__row--stripe {
  background: #F7F8FA; }

.table-list__column {
  float: left; }

.table-list__column--type {
  padding-top: .166666667em;
  width: 10%; }

.table-list__column--price {
  color: #d93e3c;
  font-weight: bold;
  width: 10%; }

.table-list__column--dish {
  width: 80%; }

.table-list__restaurant-label {
  font-weight: bold; }

@media only screen and (max-width: 767px) {
  .table-list__column--type {
    width: 20%; }
  .table-list__column--price {
    width: 80%;
    float: right; }
  .table-list__column--dish {
    width: 80%; } }

/**
 * Lunch of the day
 */
.view-dagens-lunch .view-header {
  position: relative; }

.view-dagens-lunch .view-header .right-link {
  bottom: calc(50% - 7px);
  font-size: 14px;
  position: absolute;
  right: 0; }

.view-dagens-lunch .title {
  background: #eee;
  margin-top: 30px;
  padding: 10px 20px; }

.view-dagens-lunch .table-list__row--stripe {
  background: none; }

.dish-name {
  display: inline-block;
  padding-right: 20px; }

.icon-dish {
  min-height: 38px;
  background: url(../../images/lsp-food-icons.png) no-repeat top center;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap; }

.icon-dish--meat {
  background-position: center 0; }

.icon-dish--poultry {
  background-position: center -48px; }

.icon-dish--other {
  background-position: center -96px; }

.icon-dish--pasta {
  background-position: center -144px; }

.icon-dish--vegetarian {
  background-position: center -192px; }

.icon-dish--fish {
  background-position: center -240px; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx), only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-resolution: 120dpi) {
  .icon-dish--meat,
  .icon-dish--poultry,
  .icon-dish--other,
  .icon-dish--pasta,
  .icon-dish--vegetarian,
  .icon-dish--fish {
    background-image: url(../../images/lsp-food-icons@2x.png);
    background-size: 38px; }
  .icon-dish--meat {
    background-position: center 0; }
  .icon-dish--poultry {
    background-position: center -48px; }
  .icon-dish--other {
    background-position: center -96px; }
  .icon-dish--pasta {
    background-position: center -144px; }
  .icon-dish--vegetarian {
    background-position: center -192px; }
  .icon-dish--fish {
    background-position: center -240px; } }

/**
 * Restaurants
 */
.view-restaurants .view-header {
  position: relative; }

.view-restaurants .view-header .right-link {
  bottom: calc(50% - 7px);
  font-size: 14px;
  position: absolute;
  right: 0; }

.view-restaurants .restaurant--teaser {
  padding: 10px 20px; }

.view-restaurants .view-content .first {
  margin-top: 30px; }

.view-restaurants .view-content .odd {
  background: #eee; }

.view-restaurants .view-content .even {
  background: transparent; }

/*# sourceMappingURL=main.css.map */
