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

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

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

/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width; }

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 992px) {
    .container {
      padding-right: 15px;
      padding-left: 15px; } }

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1140px; } }

@media (min-width: 1400px) {
  .container {
    max-width: 1370px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -ms-flex-order: -1;
  order: -1; }

.order-last {
  -ms-flex-order: 13;
  order: 13; }

.order-0 {
  -ms-flex-order: 0;
  order: 0; }

.order-1 {
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -ms-flex-order: 12;
  order: 12; }

.offset-1 {
  margin-left: 8.333333%; }

.offset-2 {
  margin-left: 16.666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.333333%; }

.offset-5 {
  margin-left: 41.666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.333333%; }

.offset-8 {
  margin-left: 66.666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.333333%; }

.offset-11 {
  margin-left: 91.666667%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1; }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13; }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0; }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.333333%; }
  .offset-sm-2 {
    margin-left: 16.666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.333333%; }
  .offset-sm-5 {
    margin-left: 41.666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.333333%; }
  .offset-sm-8 {
    margin-left: 66.666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.333333%; }
  .offset-sm-11 {
    margin-left: 91.666667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1; }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13; }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0; }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.333333%; }
  .offset-md-2 {
    margin-left: 16.666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.333333%; }
  .offset-md-5 {
    margin-left: 41.666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.333333%; }
  .offset-md-8 {
    margin-left: 66.666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.333333%; }
  .offset-md-11 {
    margin-left: 91.666667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1; }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13; }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0; }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.333333%; }
  .offset-lg-2 {
    margin-left: 16.666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.333333%; }
  .offset-lg-5 {
    margin-left: 41.666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.333333%; }
  .offset-lg-8 {
    margin-left: 66.666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.333333%; }
  .offset-lg-11 {
    margin-left: 91.666667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1; }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13; }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0; }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.333333%; }
  .offset-xl-2 {
    margin-left: 16.666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.333333%; }
  .offset-xl-5 {
    margin-left: 41.666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.333333%; }
  .offset-xl-8 {
    margin-left: 66.666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.333333%; }
  .offset-xl-11 {
    margin-left: 91.666667%; } }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important; }

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important; }

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important; }

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important; }

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important; }

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
      align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
      align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
      align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }
.rfloat {
  float: right; }

.lfloat {
  float: left; }

.align-center {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center !important;
      justify-content: center !important; }

main {
  font-family: "Barlow", sans-serif; }

h1 {
  font-family: "Merriweather", serif; }

h2 {
  font-family: "Merriweather", serif;
  font-size: 22px; }

h3 {
  font-family: "Merriweather", serif; }

p {
  margin-bottom: 5px; }
  @media (min-width: 992px) {
    p {
      margin-bottom: 15px; } }

a {
  color: #005264; }

.text-formatted a {
  text-decoration: none;
  border-bottom: 1px solid;
  padding: 0 1px 2px 1px; }
  .text-formatted a:hover {
    background: #005264;
    color: #FFF; }
  .text-formatted a:focus, .text-formatted a:active {
    background: #005264;
    color: #FFF;
    outline: none; }

button {
  border: none;
  background: #FFF;
  padding: 10px;
  margin: 0; }

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

strong {
  font-weight: 700; }

em {
  font-style: italic; }

body {
  background-color: #E5EDEF;
  height: 100%; }

main ul {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 16px;
  margin-left: 16px;
  margin-top: 20px;
  margin-bottom: 20px; }

main ol {
  list-style-type: decimal;
  list-style-position: outside;
  padding-left: 16px;
  margin-left: 16px;
  margin-top: 20px;
  margin-bottom: 20px; }

main ul ul, main ol ul {
  list-style-type: circle;
  list-style-position: outside;
  margin: 0;
  margin-left: 15px; }

main ol ol, main ul ol {
  list-style-type: circle;
  list-style-position: outside;
  margin: 0;
  margin-left: 15px; }

#node-preview-form-select {
  margin-top: 20px; }
  #node-preview-form-select .form-item-view-mode {
    display: none; }

.node-preview-backlink {
  border: 1px solid #FFF;
  color: #FFFF;
  padding: 15px;
  background: #000;
  text-decoration: none; }
  .node-preview-backlink:hover {
    text-decoration: underline; }

.buttonBlue a {
  display: inline-block;
  line-height: 42px;
  width: auto;
  text-align: center;
  text-decoration: none;
  background-color: #79CBDC;
  font-weight: 500;
  color: #000;
  border: 0;
  transition: all 0.25s ease-in-out;
  padding: 5px 10px; }

@font-face {
  font-family: 'Barlow';
  font-display: auto;
  src: url("../fonts/Barlow/Barlow-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'Barlow';
  font-display: auto;
  src: url("../fonts/Barlow/Barlow-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'Barlow';
  font-display: auto;
  src: url("../fonts/Barlow/Barlow-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Barlow';
  font-display: auto;
  src: url("../fonts/Barlow/Barlow-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Barlow';
  font-display: auto;
  src: url("../fonts/Barlow/Barlow-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'Barlow';
  font-display: auto;
  src: url("../fonts/Barlow/Barlow-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Barlow';
  font-display: auto;
  src: url("../fonts/Barlow/Barlow-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Barlow';
  font-display: auto;
  src: url("../fonts/Barlow/Barlow-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Merriweather';
  font-display: auto;
  src: url("../fonts/Merriweather/Merriweather-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Merriweather';
  font-display: auto;
  src: url("../fonts/Merriweather/Merriweather-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Merriweather';
  font-display: auto;
  src: url("../fonts/Merriweather/Merriweather-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'Merriweather';
  font-display: auto;
  src: url("../fonts/Merriweather/Merriweather-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Ibmplexsans';
  font-display: auto;
  src: url("../fonts/imgplexsans/IBMPlexSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Ibmplexsans';
  font-display: auto;
  src: url("../fonts/imgplexsans/IBMPlexSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Ibmplexsans';
  font-display: auto;
  src: url("../fonts/imgplexsans/IBMPlexSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Ibmplexsans';
  font-display: auto;
  src: url("../fonts/imgplexsans/IBMPlexSans-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal; }

.footer {
  padding: 38px 0 162px 0;
  border-top: solid 1px #000;
  color: #FFF;
  font-family: "Barlow", sans-serif; }
  .footer p {
    margin-bottom: 20px; }
  .footer a {
    color: #FFF;
    font-weight: 300; }
    .footer a:hover {
      font-weight: 500; }
    .footer a:focus, .footer a:active {
      font-weight: 500;
      outline: none; }
  .footer__grid {
    margin-top: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    width: 100%;
    height: 100%;
    padding-bottom: 12px; }
    @media (max-width: 992px) {
      .footer__grid {
        -ms-flex-direction: column;
            flex-direction: column; } }
    .footer__grid__column {
      font-size: 14px;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%; }
      @media (max-width: 992px) {
        .footer__grid__column {
          -ms-flex: 0 auto;
              flex: 0 auto; } }
      .footer__grid__column:not(:last-of-type) {
        margin-right: 2em; }
      .footer__grid__column:last-of-type {
        -ms-flex: 1 1 35%;
            flex: 1 1 35%; }
      @media (max-width: 992px) {
        .footer__grid__column {
          margin-bottom: 40px; }
          .footer__grid__column:not(:last-of-type) {
            margin-right: 0; } }
      .footer__grid__column .menu {
        margin: 0; }
        .footer__grid__column .menu .menu-item {
          margin-bottom: 12px; }
          .footer__grid__column .menu .menu-item:last-child {
            margin-bottom: 0; }
  .footer__container {
    background: #405363; }
  .footer__header {
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: 1px solid #EEDF7B;
    padding-bottom: 10px;
    margin-bottom: 20px; }
  .footer__buttons {
    margin-bottom: 20px; }
    .footer__buttons .button {
      width: 40px;
      height: 40px;
      margin: 0 10px 0 0;
      display: inline-block;
      transition: all 0.25s ease-in-out;
      font-size: 0px;
      color: transparent; }
      .footer__buttons .button:hover {
        transform: scale(1.1);
        transition: 0.3s; }
      .footer__buttons .button:focus, .footer__buttons .button active {
        transform: scale(1.1);
        outline: none; }
    .footer__buttons .buttonFacebook {
      background: url("../svg/button_Facebook_white.svg") no-repeat; }
    .footer__buttons .buttonLinkedIn {
      background: url("../svg/button_LinkedIn_white.svg") no-repeat; }
    .footer__buttons .buttonMail {
      background: url("../svg/button_Mail_white.svg") no-repeat; }
    .footer__buttons .buttonTwitter {
      background: url("../svg/button_Twitter_white.svg") no-repeat; }
    .footer__buttons .buttonRSS {
      background: url("../svg/button_RSS_white.svg") no-repeat; }
  .footer__newsletter {
    margin-top: 30px; }
  .footer__newsletter-input {
    margin-top: 15px; }
    .footer__newsletter-input .webform-submission-newsletter-form {
      display: -ms-flexbox;
      display: flex; }
      .footer__newsletter-input .webform-submission-newsletter-form .form-item, .footer__newsletter-input .webform-submission-newsletter-form .form-actions {
        margin: 0; }
      .footer__newsletter-input .webform-submission-newsletter-form .messages {
        display: none; }
    .footer__newsletter-input label {
      display: none; }
    .footer__newsletter-input input[type=email] {
      height: 42px;
      width: 234px;
      border: 1px solid #FFF;
      background: transparent;
      color: #FFF;
      padding-left: 10px;
      margin-right: 12px; }
      .footer__newsletter-input input[type=email]::-webkit-input-placeholder {
        color: #FFF; }
      .footer__newsletter-input input[type=email]::-moz-placeholder {
        color: #FFF; }
      .footer__newsletter-input input[type=email]:-ms-input-placeholder {
        color: #FFF; }
      .footer__newsletter-input input[type=email]:-moz-placeholder {
        color: #FFF; }
    .footer__newsletter-input input[type=submit] {
      height: 42px;
      width: 91px;
      background-color: #79CBDC;
      color: #000;
      border: 0;
      transition: all 0.25s ease-in-out; }
      .footer__newsletter-input input[type=submit]:hover {
        transform: scale(1.04);
        transition: 0.3s; }
      .footer__newsletter-input input[type=submit]:focus, .footer__newsletter-input input[type=submit] active {
        transform: scale(1.04);
        transition: 0.3s;
        outline: none; }
    .footer__newsletter-input .newsletter__link {
      display: block;
      height: 42px;
      line-height: 42px;
      width: 151px;
      text-align: center;
      text-decoration: none;
      background-color: #79CBDC;
      font-weight: 500;
      color: #000;
      border: 0;
      transition: all 0.25s ease-in-out; }
      .footer__newsletter-input .newsletter__link:hover {
        transform: scale(1.04);
        transition: 0.3s;
        font-weight: 500; }
      .footer__newsletter-input .newsletter__link:focus, .footer__newsletter-input .newsletter__link active {
        transform: scale(1.04);
        transition: 0.3s;
        outline: none;
        font-weight: 500; }

.taxonomy {
  margin-top: 32px;
  font-family: "Barlow", sans-serif;
  font-weight: 400; }
  @media (min-width: 992px) {
    .taxonomy {
      margin-top: 92px; } }
  .taxonomy__heading {
    font-size: 24px;
    margin-bottom: 10px;
    color: #005E6E; }
    @media (min-width: 992px) {
      .taxonomy__heading {
        font-size: 36px;
        margin-bottom: 30px; } }
  .taxonomy__meta {
    margin-top: 10px;
    font-size: 14px;
    color: #4A4A4A; }
  .taxonomy .row {
    margin-bottom: 100px; }
  .taxonomy .article {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
    padding: 0;
    height: 100%;
    margin-bottom: 30px; }
    .taxonomy .article h1 {
      font-family: "Barlow", sans-serif;
      color: #040404; }
      @media (min-width: 992px) {
        .taxonomy .article h1 {
          font-size: 25px;
          font-weight: 500;
          line-height: 1.3; } }
      .taxonomy .article h1 a {
        color: #000;
        text-decoration: none; }
    .taxonomy .article__image {
      margin-top: 0;
      margin-bottom: 0;
      max-height: 50%;
      height: 200px;
      overflow: hidden; }
      .taxonomy .article__image img {
        width: 100%; }
    .taxonomy .article__subject {
      padding-top: 30px;
      margin-left: 32px;
      margin-right: 32px;
      font-size: 15px;
      color: #5B5B5B;
      font-weight: 500;
      text-transform: uppercase; }
      .taxonomy .article__subject a {
        font-size: 15px;
        font-weight: 500;
        color: #5B5B5B;
        text-decoration: none; }
      .taxonomy .article__subject__line {
        position: absolute;
        margin-top: 10px;
        height: 2px;
        width: 49px;
        color: #EEDF7B;
        background-color: #EEDF7B;
        border: none;
        margin-bottom: 10px; }
      .taxonomy .article__subject .field__item {
        display: inline-block;
        margin-right: 5px;
        margin-bottom: 5px; }
        .taxonomy .article__subject .field__item:last-child {
          margin-right: 0; }
    .taxonomy .article hr.article__title__line {
      position: absolute;
      height: 2px;
      color: #EEDF7B;
      background-color: #EEDF7B;
      border: none;
      width: 31px;
      margin-top: 5px;
      margin-bottom: 5px;
      margin-left: 32px; }
      @media (min-width: 992px) {
        .taxonomy .article hr.article__title__line {
          width: 62px;
          margin-top: 8px;
          margin-bottom: 10px; } }
    .taxonomy .article__title {
      padding-top: 25px;
      margin-left: 32px;
      margin-right: 32px;
      font-size: 25px;
      color: #040404;
      line-height: 32px; }
    .taxonomy .article__ingress {
      padding-top: 20px;
      margin-left: 32px;
      margin-right: 32px;
      padding-bottom: 3em;
      font-size: 18px;
      font-weight: normal;
      line-height: 1.3em;
      color: #040404; }
    .taxonomy .article__meta {
      margin-top: 20px;
      margin-left: 32px;
      margin-right: 32px;
      font-size: 14px;
      line-height: 17px;
      color: #4A4A4A;
      text-transform: none;
      position: absolute;
      bottom: 0px; }
      .taxonomy .article__meta__date {
        margin-left: 0; }
  @media (min-width: 768px) {
    .taxonomy .col-md-4 {
      -ms-flex: 1 0 33.333333%;
      flex: 1 0 33.333333%;
      max-width: unset;
      -ms-flex-align: stretch;
          align-items: stretch;
      margin: 15px 0; } }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 15px;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: .15s;
  transition-property: opacity,filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent; }

.hamburger.is-active:hover, .hamburger:hover {
  opacity: .7; }

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
  background-color: #000; }

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px; }

.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px; }

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  position: absolute;
  width: 40px;
  height: 4px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform;
  border-radius: 4px;
  background-color: #000; }

.hamburger-inner:after, .hamburger-inner:before {
  display: block;
  content: ""; }

.hamburger-inner:before {
  top: -10px; }

.hamburger-inner:after {
  bottom: -10px; }

.hamburger--3dx .hamburger-box {
  perspective: 80px; }

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s; }

.hamburger--3dx .hamburger-inner:after, .hamburger--3dx .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s; }

.hamburger--3dx.is-active .hamburger-inner {
  transform: rotateY(180deg);
  background-color: transparent !important; }

.hamburger--3dx.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dx.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

.hamburger--3dx-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s; }

.hamburger--3dx-r .hamburger-inner:after, .hamburger--3dx-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s; }

.hamburger--3dx-r.is-active .hamburger-inner {
  transform: rotateY(-180deg);
  background-color: transparent !important; }

.hamburger--3dx-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dx-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

.hamburger--3dy .hamburger-box {
  perspective: 80px; }

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s; }

.hamburger--3dy .hamburger-inner:after, .hamburger--3dy .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s; }

.hamburger--3dy.is-active .hamburger-inner {
  transform: rotateX(-180deg);
  background-color: transparent !important; }

.hamburger--3dy.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dy.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

.hamburger--3dy-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s; }

.hamburger--3dy-r .hamburger-inner:after, .hamburger--3dy-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s; }

.hamburger--3dy-r.is-active .hamburger-inner {
  transform: rotateX(180deg);
  background-color: transparent !important; }

.hamburger--3dy-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dy-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

.hamburger--3dxy .hamburger-box {
  perspective: 80px; }

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s; }

.hamburger--3dxy .hamburger-inner:after, .hamburger--3dxy .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s; }

.hamburger--3dxy.is-active .hamburger-inner {
  transform: rotateX(180deg) rotateY(180deg);
  background-color: transparent !important; }

.hamburger--3dxy.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dxy.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

.hamburger--3dxy-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s; }

.hamburger--3dxy-r .hamburger-inner:after, .hamburger--3dxy-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s; }

.hamburger--3dxy-r.is-active .hamburger-inner {
  transform: rotateX(180deg) rotateY(180deg) rotate(-180deg);
  background-color: transparent !important; }

.hamburger--3dxy-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dxy-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

.hamburger--arrow.is-active .hamburger-inner:before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7); }

.hamburger--arrow.is-active .hamburger-inner:after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7); }

.hamburger--arrow-r.is-active .hamburger-inner:before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7); }

.hamburger--arrow-r.is-active .hamburger-inner:after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7); }

.hamburger--arrowalt .hamburger-inner:before {
  transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt .hamburger-inner:after {
  transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scaleX(0.7); }

.hamburger--arrowalt.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scaleX(0.7); }

.hamburger--arrowalt-r .hamburger-inner:before {
  transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r .hamburger-inner:after {
  transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scaleX(0.7); }

.hamburger--arrowalt-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scaleX(0.7); }

.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg); }

.hamburger--arrowturn.is-active .hamburger-inner:before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7); }

.hamburger--arrowturn.is-active .hamburger-inner:after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7); }

.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg); }

.hamburger--arrowturn-r.is-active .hamburger-inner:before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7); }

.hamburger--arrowturn-r.is-active .hamburger-inner:after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7); }

.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner:after, .hamburger--boring .hamburger-inner:before {
  transition-property: none; }

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg); }

.hamburger--boring.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0; }

.hamburger--boring.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg); }

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: .13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: .13s; }

.hamburger--collapse .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear; }

.hamburger--collapse .hamburger-inner:before {
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  transition-delay: .22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

.hamburger--collapse.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  opacity: 0; }

.hamburger--collapse.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transform: rotate(-90deg); }

.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: .13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: .13s; }

.hamburger--collapse-r .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear; }

.hamburger--collapse-r .hamburger-inner:before {
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r.is-active .hamburger-inner {
  transition-delay: .22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(45deg); }

.hamburger--collapse-r.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  opacity: 0; }

.hamburger--collapse-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transform: rotate(90deg); }

.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-duration: .275s; }

.hamburger--elastic .hamburger-inner:before {
  top: 10px;
  transition: opacity .125s ease .275s; }

.hamburger--elastic .hamburger-inner:after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.is-active .hamburger-inner {
  transition-delay: 75ms;
  transform: translate3d(0, 10px, 0) rotate(135deg); }

.hamburger--elastic.is-active .hamburger-inner:before {
  transition-delay: 0s;
  opacity: 0; }

.hamburger--elastic.is-active .hamburger-inner:after {
  transition-delay: 75ms;
  transform: translate3d(0, -20px, 0) rotate(-270deg); }

.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-duration: .275s; }

.hamburger--elastic-r .hamburger-inner:before {
  top: 10px;
  transition: opacity .125s ease .275s; }

.hamburger--elastic-r .hamburger-inner:after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic-r.is-active .hamburger-inner {
  transition-delay: 75ms;
  transform: translate3d(0, 10px, 0) rotate(-135deg); }

.hamburger--elastic-r.is-active .hamburger-inner:before {
  transition-delay: 0s;
  opacity: 0; }

.hamburger--elastic-r.is-active .hamburger-inner:after {
  transition-delay: 75ms;
  transform: translate3d(0, -20px, 0) rotate(270deg); }

.hamburger--emphatic {
  overflow: hidden; }

.hamburger--emphatic .hamburger-inner {
  transition: background-color .125s ease-in .175s; }

.hamburger--emphatic .hamburger-inner:before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s; }

.hamburger--emphatic .hamburger-inner:after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s; }

.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important; }

.hamburger--emphatic.is-active .hamburger-inner:before {
  top: -80px;
  left: -80px;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(80px, 80px, 0) rotate(45deg); }

.hamburger--emphatic.is-active .hamburger-inner:after {
  top: -80px;
  right: -80px;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg); }

.hamburger--emphatic-r {
  overflow: hidden; }

.hamburger--emphatic-r .hamburger-inner {
  transition: background-color .125s ease-in .175s; }

.hamburger--emphatic-r .hamburger-inner:before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s; }

.hamburger--emphatic-r .hamburger-inner:after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s; }

.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important; }

.hamburger--emphatic-r.is-active .hamburger-inner:before {
  top: 80px;
  left: -80px;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(80px, -80px, 0) rotate(-45deg); }

.hamburger--emphatic-r.is-active .hamburger-inner:after {
  top: 80px;
  right: -80px;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(-80px, -80px, 0) rotate(45deg); }

.hamburger--minus .hamburger-inner:after, .hamburger--minus .hamburger-inner:before {
  transition: bottom .08s ease-out 0s,top .08s ease-out 0s,opacity 0s linear; }

.hamburger--minus.is-active .hamburger-inner:after, .hamburger--minus.is-active .hamburger-inner:before {
  transition: bottom .08s ease-out,top .08s ease-out,opacity 0s linear .08s;
  opacity: 0; }

.hamburger--minus.is-active .hamburger-inner:before {
  top: 0; }

.hamburger--minus.is-active .hamburger-inner:after {
  bottom: 0; }

.hamburger--slider .hamburger-inner {
  top: 2px; }

.hamburger--slider .hamburger-inner:before {
  top: 10px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform,opacity; }

.hamburger--slider .hamburger-inner:after {
  top: 20px; }

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--slider.is-active .hamburger-inner:before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0; }

.hamburger--slider.is-active .hamburger-inner:after {
  transform: translate3d(0, -20px, 0) rotate(-90deg); }

.hamburger--slider-r .hamburger-inner {
  top: 2px; }

.hamburger--slider-r .hamburger-inner:before {
  top: 10px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform,opacity; }

.hamburger--slider-r .hamburger-inner:after {
  top: 20px; }

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg); }

.hamburger--slider-r.is-active .hamburger-inner:before {
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0; }

.hamburger--slider-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -20px, 0) rotate(90deg); }

.hamburger--spin .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: .22s; }

.hamburger--spin .hamburger-inner:before {
  transition: top .1s ease-in .25s,opacity .1s ease-in; }

.hamburger--spin .hamburger-inner:after {
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(225deg); }

.hamburger--spin.is-active .hamburger-inner:before {
  top: 0;
  transition: top .1s ease-out,opacity .1s ease-out .12s;
  opacity: 0; }

.hamburger--spin.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg); }

.hamburger--spin-r .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: .22s; }

.hamburger--spin-r .hamburger-inner:before {
  transition: top .1s ease-in .25s,opacity .1s ease-in; }

.hamburger--spin-r .hamburger-inner:after {
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r.is-active .hamburger-inner {
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(-225deg); }

.hamburger--spin-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top .1s ease-out,opacity .1s ease-out .12s;
  opacity: 0; }

.hamburger--spin-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(90deg); }

.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s linear .13s; }

.hamburger--spring .hamburger-inner:before {
  top: 10px;
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring .hamburger-inner:after {
  top: 20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: .22s;
  background-color: transparent !important; }

.hamburger--spring.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--spring.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: translate3d(0, 10px, 0) rotate(-45deg); }

.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: .13s; }

.hamburger--spring-r .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0s linear; }

.hamburger--spring-r .hamburger-inner:before {
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring-r.is-active .hamburger-inner {
  transition-delay: .22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

.hamburger--spring-r.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s linear 0.22s;
  opacity: 0; }

.hamburger--spring-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: rotate(90deg); }

.hamburger--stand .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms; }

.hamburger--stand .hamburger-inner:before {
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s; }

.hamburger--stand .hamburger-inner:after {
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s; }

.hamburger--stand.is-active .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s;
  transform: rotate(90deg);
  background-color: transparent !important; }

.hamburger--stand.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(-45deg); }

.hamburger--stand.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(45deg); }

.hamburger--stand-r .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms; }

.hamburger--stand-r .hamburger-inner:before {
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s; }

.hamburger--stand-r .hamburger-inner:after {
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s; }

.hamburger--stand-r.is-active .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s;
  transform: rotate(-90deg);
  background-color: transparent !important; }

.hamburger--stand-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(-45deg); }

.hamburger--stand-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(45deg); }

.hamburger--squeeze .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 75ms; }

.hamburger--squeeze .hamburger-inner:before {
  transition: top 75ms ease .12s,opacity 75ms ease; }

.hamburger--squeeze .hamburger-inner:after {
  transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(45deg); }

.hamburger--squeeze.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease,opacity 75ms ease .12s;
  opacity: 0; }

.hamburger--squeeze.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg); }

.hamburger--vortex .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: .2s; }

.hamburger--vortex .hamburger-inner:after, .hamburger--vortex .hamburger-inner:before {
  transition-delay: .1s;
  transition-timing-function: linear;
  transition-duration: 0s; }

.hamburger--vortex .hamburger-inner:before {
  transition-property: top,opacity; }

.hamburger--vortex .hamburger-inner:after {
  transition-property: bottom,transform; }

.hamburger--vortex.is-active .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: rotate(765deg); }

.hamburger--vortex.is-active .hamburger-inner:after, .hamburger--vortex.is-active .hamburger-inner:before {
  transition-delay: 0s; }

.hamburger--vortex.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0; }

.hamburger--vortex.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(90deg); }

.hamburger--vortex-r .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: .2s; }

.hamburger--vortex-r .hamburger-inner:after, .hamburger--vortex-r .hamburger-inner:before {
  transition-delay: .1s;
  transition-timing-function: linear;
  transition-duration: 0s; }

.hamburger--vortex-r .hamburger-inner:before {
  transition-property: top,opacity; }

.hamburger--vortex-r .hamburger-inner:after {
  transition-property: bottom,transform; }

.hamburger--vortex-r.is-active .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: rotate(-765deg); }

.hamburger--vortex-r.is-active .hamburger-inner:after, .hamburger--vortex-r.is-active .hamburger-inner:before {
  transition-delay: 0s; }

.hamburger--vortex-r.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0; }

.hamburger--vortex-r.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg); }

.article {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  width: 100%;
  z-index: 2;
  top: 0;
  position: relative;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
  background-color: #fff;
  padding: 50px 30px; }
  @media (min-width: 992px) {
    .article--single {
      margin-top: -125px; } }
  @media (min-width: 992px) {
    .article {
      padding: 50px 120px; } }
  .article__container {
    max-width: 940px;
    height: 100%;
    padding-top: 70px;
    padding-bottom: 60px; }
  .article__title h1 {
    font-family: "Merriweather", serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.3; }
    @media (min-width: 600px) {
      .article__title h1 {
        font-size: 30px; } }
    @media (min-width: 992px) {
      .article__title h1 {
        font-size: 45px; } }
    .article__title h1 a {
      color: #000;
      text-decoration: none; }
  .article__title hr.article__title__line {
    display: inline-block;
    height: 3px;
    color: #EEDF7B;
    background-color: #EEDF7B;
    border: none;
    width: 31px;
    margin-top: 5px;
    margin-bottom: 5px; }
    @media (min-width: 992px) {
      .article__title hr.article__title__line {
        width: 62px;
        margin-top: 10px;
        margin-bottom: 10px; } }
  .article__event {
    margin-top: 10px;
    margin-bottom: 10px; }
    @media (min-width: 992px) {
      .article__event {
        margin-top: 25px;
        margin-bottom: 25px; } }
    .article__event__date {
      font-size: 18px;
      line-height: 1.2;
      font-weight: 600; }
      @media (min-width: 992px) {
        .article__event__date {
          font-size: 22px; } }
    .article__event__info {
      display: -ms-flexbox;
      display: flex;
      margin-top: 10px;
      font-weight: 600;
      font-size: 12px; }
      @media (min-width: 992px) {
        .article__event__info {
          font-size: 16px; } }
    .article__event__location {
      display: -ms-flexbox;
      display: flex; }
      .article__event__location__label {
        margin-right: 5px; }
    .article__event__price {
      display: -ms-flexbox;
      display: flex; }
      .article__event__price__label {
        margin-right: 5px; }
    .article__event__signup {
      font-size: 12px; }
      @media (min-width: 992px) {
        .article__event__signup {
          font-size: 19px; } }
      .article__event__signup a {
        color: #005065; }
        .article__event__signup a:hover {
          font-weight: 700; }
        .article__event__signup a:focus, .article__event__signup a active {
          font-weight: 700;
          outline: none; }
    .article__event__separator {
      margin-left: 10px;
      margin-right: 10px;
      color: #EEDF7B; }
  .article__ingress {
    font-size: 18px;
    font-weight: 300;
    margin-top: 10px;
    margin-bottom: 5px;
    line-height: 1.2em;
    word-break: break-word; }
    @media (min-width: 992px) {
      .article__ingress {
        font-size: 25px;
        margin-top: 20px;
        margin-bottom: 20px;
        padding-left: 0;
        padding-right: 0; } }
  .article__meta {
    width: 100%;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    font-size: 16px;
    text-transform: uppercase;
    padding-bottom: 10px;
    color: #575859;
    margin-top: 20px;
    margin-bottom: 3px; }
    @media (min-width: 992px) {
      .article__meta {
        display: -ms-flexbox;
        display: flex;
        font-size: 18px;
        margin-top: 40px;
        margin-bottom: 10px; } }
    .article__meta__text {
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      color: #575859; }
      .article__meta__text a {
        color: #575859;
        text-decoration: none; }
    .article__meta__category {
      color: #575859;
      margin-right: 10px;
      padding-right: 10px;
      border-right: 2px solid #EEDF7B; }
      .article__meta__category a {
        color: #575859;
        text-decoration: none; }
      .article__meta__category .field__items .field__item {
        margin-bottom: 10px; }
      .article__meta__category .field__items .field__item:last-child {
        margin-bottom: 0; }
    .article__meta__date {
      -ms-flex-order: 1;
          order: 1;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
    .article__meta__icons {
      color: #6B6A6B;
      -ms-flex-order: 2;
          order: 2;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-item-align: center;
          -ms-grid-row-align: center;
          align-self: center; }
  .article__service {
    margin-bottom: 10px;
    display: block; }
  .article__image {
    margin-top: 20px;
    margin-bottom: 15px; }
    @media (min-width: 992px) {
      .article__image {
        margin-top: 40px;
        margin-bottom: 30px; } }
    .article__image__text {
      margin-top: 10px;
      font-size: 13px;
      font-style: italic;
      line-height: 21px; }
    .article__image img {
      height: auto; }
  .article__main {
    width: 100%; }
  .article__body {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-direction: column;
        flex-direction: column;
    padding-left: 20px;
    padding-right: 20px; }
    @media (min-width: 992px) {
      .article__body {
        -ms-flex-direction: row;
            flex-direction: row;
        padding-left: 0;
        padding-right: 0; } }
  .article__content {
    line-height: 22px;
    width: 100%;
    -ms-flex-order: 1;
        order: 1; }
    @media (min-width: 992px) {
      .article__content {
        -ms-flex-order: 2;
            order: 2; } }
    .article__content p {
      margin-bottom: 15px; }
    .article__content h2 {
      font-size: 18px;
      font-weight: 400;
      margin-top: 16px;
      margin-bottom: 8px; }
      @media (min-width: 992px) {
        .article__content h2 {
          font-size: 33px;
          line-height: 41px;
          margin-top: 32px;
          margin-bottom: 16px; } }
    .article__content h3 {
      font-size: 16px;
      font-weight: 400;
      margin-top: 25px;
      margin-bottom: 6px; }
      @media (min-width: 992px) {
        .article__content h3 {
          font-size: 27px;
          font-weight: 400;
          line-height: 36px;
          margin-top: 24px;
          margin-bottom: 8px; } }
    .article__content .field--name-field-references {
      margin-top: 40px; }
      .article__content .field--name-field-references .field__label {
        text-align: center;
        font-size: 23px;
        font-weight: 600;
        text-transform: uppercase; }
      .article__content .field--name-field-references .field__items {
        margin-top: 15px; }
        .article__content .field--name-field-references .field__items .field__item {
          margin-top: 15px;
          font-size: 16px;
          font-style: italic; }
    .article__content blockquote {
      font-size: 16px;
      margin-top: 10px;
      margin-bottom: 10px;
      background: url("../svg/ikon_sitat.svg") no-repeat;
      background-size: 20px;
      padding-left: 30px;
      padding-top: 5px; }
      @media (min-width: 992px) {
        .article__content blockquote {
          font-size: 18px;
          margin-top: 30px;
          margin-bottom: 30px;
          background-size: 40px;
          padding-left: 70px;
          padding-top: 10px; } }
    .article__content table {
      margin-top: 10px;
      margin-bottom: 10px;
      width: 100%;
      display: block;
      overflow-x: auto; }
      @media (min-width: 992px) {
        .article__content table {
          margin-top: 20px;
          margin-bottom: 20px;
          display: table; } }
    .article__content tbody, .article__content tr, .article__content td {
      border: 1px solid #36AFC8; }
    .article__content tr {
      height: 26px; }
      @media (min-width: 992px) {
        .article__content tr {
          height: 53px; } }
    .article__content tr:nth-child(even) {
      background-color: #F2F5F8; }
    .article__content td {
      padding: 7px; }
      @media (min-width: 992px) {
        .article__content td {
          padding: 15px; } }
  .article__line {
    height: 1px;
    color: #36AFC8;
    background-color: #36AFC8;
    border: none; }
  .article .factbox {
    border: 1px solid #36AFC8;
    background-color: #F2F5F8;
    text-align: center;
    margin-top: 20px;
    padding: 10px 14px 10px 14px; }
    @media (min-width: 992px) {
      .article .factbox {
        padding: 30px 43px 30px 43px; } }
    .article .factbox__heading {
      font: inherit;
      margin: 0 !important;
      font-size: 18px;
      font-weight: 600; }
      @media (min-width: 992px) {
        .article .factbox__heading {
          font-size: 23px;
          font-weight: 600;
          line-height: 28px; } }
    .article .factbox__content {
      text-align: left;
      font-size: 16px;
      margin-top: 10px; }
  .article__buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    margin: 0 auto;
    margin-top: 15px;
    text-align: center;
    -ms-flex-order: 2;
        order: 2;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-item-align: center;
        align-self: center; }
    @media (min-width: 992px) {
      .article__buttons {
        -ms-flex-order: 1;
            order: 1;
        margin-top: 25px;
        width: 250px; } }
    .article__buttons__text {
      margin-right: 10px; }
    .article__buttons .button {
      width: 25px;
      height: 25px;
      margin-left: 10px;
      margin-right: 0;
      display: inline-block;
      transition: all 0.25s ease-in-out;
      font-size: 0px;
      color: transparent; }
      @media (min-width: 992px) {
        .article__buttons .button {
          width: 40px;
          height: 40px;
          display: block;
          margin-left: 7px; } }
      .article__buttons .button:hover {
        transform: scale(1.1);
        transition: 0.3s; }
      .article__buttons .button:focus, .article__buttons .button active {
        transform: scale(1.1);
        outline: none; }
    .article__buttons .buttonLinkedIn {
      background: url("../svg/button_LinkedIn_blue.svg") no-repeat;
      background-size: 25px; }
      @media (min-width: 992px) {
        .article__buttons .buttonLinkedIn {
          background-size: 40px; } }
    .article__buttons .buttonFacebook {
      background: url("../svg/button_Facebook_blue.svg") no-repeat;
      background-size: 25px; }
      @media (min-width: 992px) {
        .article__buttons .buttonFacebook {
          background-size: 40px; } }
    .article__buttons .buttonMail {
      background: url("../svg/button_Mail_blue.svg") no-repeat;
      background-size: 25px; }
      @media (min-width: 992px) {
        .article__buttons .buttonMail {
          background-size: 40px; } }
    .article__buttons .buttonTwitter {
      background: url("../svg/button_Twitter_blue.svg") no-repeat;
      background-size: 25px; }
      @media (min-width: 992px) {
        .article__buttons .buttonTwitter {
          background-size: 40px; } }
    .article__buttons .buttonPrint {
      background: url("../svg/button_Print_blue.svg") no-repeat;
      background-size: 25px; }
      @media (min-width: 992px) {
        .article__buttons .buttonPrint {
          background-size: 40px; } }
    .article__buttons .buttonLinkedIn.open_unit_local {
      background: url("../svg/button_LinkedIn_black.svg") no-repeat; }
    .article__buttons .buttonFacebook.open_unit_local {
      background: url("../svg/button_Facebook_black.svg") no-repeat; }
    .article__buttons .buttonMail.open_unit_local {
      background: url("../svg/button_Mail_black.svg") no-repeat; }
    .article__buttons .buttonTwitter.open_unit_local {
      background: url("../svg/button_Twitter_black.svg") no-repeat; }
    .article__buttons .open_unit_local {
      background-size: 25px !important; }
      @media (min-width: 992px) {
        .article__buttons .open_unit_local {
          background-size: 40px !important; } }
  .article__item--featured {
    margin-bottom: 40px; }
  .article__subject--featured {
    color: #405363;
    text-transform: uppercase;
    font-size: 20px;
    margin: 10px 0 20px 0; }
    .article__subject--featured a {
      text-decoration: none;
      transition: 0.3s; }
      .article__subject--featured a:hover {
        border-bottom: 1px solid #005E6E;
        transition: 0.3s; }
      .article__subject--featured a:focus, .article__subject--featured a active {
        border-bottom: 1px solid #005E6E;
        outline: none; }
  .article__title--featured {
    color: #005E6E;
    text-decoration: none; }
    .article__title--featured:focus {
      outline: none; }
      .article__title--featured:focus h2 {
        text-decoration: underline; }
    .article__title--featured h2 {
      font-size: 30px;
      line-height: 1.2em;
      font-weight: 700;
      transition: 0.3s; }
      .article__title--featured h2:hover {
        text-decoration: underline;
        transition: 0.3s; }
      .article__title--featured h2:focus, .article__title--featured h2 active {
        text-decoration: underline;
        outline: none; }

.articles__frontpage .views-field-title {
  font-family: "Merriweather", serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 38px;
  color: #005E6E;
  margin-top: 10px; }
  .articles__frontpage .views-field-title a {
    color: #005E6E;
    text-decoration: none; }

.article-project {
  background: #FFF;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
  height: 364px;
  margin-bottom: 30px;
  overflow: hidden; }
  .article-project__link {
    text-decoration: none;
    display: block;
    height: 100%;
    padding: 40px; }
    .article-project__link:hover h2 {
      text-decoration: underline;
      transition: 0.3s; }
    .article-project__link:focus h2 {
      text-decoration: underline;
      outline: none; }
  .article-project__title {
    font-family: "Barlow", sans-serif;
    color: #000;
    line-height: 1.3em;
    font-size: 30px;
    word-wrap: break-word; }
    @media (min-width: 768px) and (max-width: 992px) {
      .article-project__title {
        font-size: 24px; } }
  .article-project__teaser {
    font-size: 18px;
    line-height: 1.3em;
    color: #000; }
    @media (min-width: 768px) and (max-width: 992px) {
      .article-project__teaser {
        font-size: 16px; } }
  .article-project__separator {
    background-color: #EEDF7B;
    height: 5px;
    border: 0;
    width: 58px;
    display: inline-block;
    margin: 10px 0 20px 0; }

@media (max-width: 991px) {
  .view-display-id-front_news .view-content {
    display: block; }
    .view-display-id-front_news .view-content .col-md-3 {
      width: 100%;
      max-width: 100%;
      display: block; }
      .view-display-id-front_news .view-content .col-md-3 article {
        min-height: auto; }
        .view-display-id-front_news .view-content .col-md-3 article .news__teaser-external {
          position: static;
          margin-left: 20px;
          margin-bottom: 10px; } }

.backtotop {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  font-family: "Barlow", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #2c3944;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 20px;
  position: fixed;
  right: 30px;
  bottom: 40px;
  z-index: 999;
  border-bottom: 1px solid transparent;
  padding-bottom: 5px; }
  .backtotop:hover {
    border-bottom: 1px solid; }
  .backtotop:focus, .backtotop active {
    border-bottom: 1px solid;
    outline: none; }
  .backtotop--blend {
    mix-blend-mode: multiply; }
  .backtotop.backtotop--blend {
    color: #405363; }
  .backtotop__icon {
    display: block;
    width: 65px;
    height: 65px;
    margin-bottom: 10px;
    background: #405363;
    border-radius: 50%;
    background-image: url(../../assets/svg/til-toppen.svg);
    background-repeat: no-repeat;
    background-position: center center; }

.banner {
  text-decoration: none;
  display: block;
  max-width: 900px;
  margin: 0 auto;
  background: #FFF;
  position: relative;
  top: 50px;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.5);
  padding: 42px 0;
  padding-top: 40px;
  border: 0;
  box-sizing: border-box;
  transition: 0.3s; }
  .banner:hover {
    transition: 0.3s; }
  .banner:focus, .banner active {
    border: 4px solid #3eafc6;
    outline: none; }
  .banner__item {
    text-align: center;
    border-right: 1px solid #EEDF7B;
    padding: 0 40px;
    color: #005E6E;
    text-decoration: none; }
    .banner__item:last-child {
      border: none; }
    .banner__item img {
      width: 70px;
      height: auto; }
    @media (max-width: 992px) {
      .banner__item {
        border: none;
        margin-bottom: 35px; } }
    .banner__item:hover .banner__summary {
      border-bottom: 1px solid #000; }
  .banner__summary {
    margin-top: 20px;
    font-size: 20px;
    max-height: 75px;
    overflow: hidden;
    border-bottom: 1px solid #FFF;
    padding-bottom: 5px; }
  .banner__text {
    text-align: center;
    text-decoration: none;
    margin: 0 auto;
    margin-top: 30px;
    font-size: 20px;
    color: #005E6E; }
    .banner__text span {
      border-bottom: 1px solid;
      padding-bottom: 5px; }
      @media (max-width: 992px) {
        .banner__text span {
          line-height: 1.8em; } }
    .banner__text a {
      text-decoration: none; }

.bg-wide {
  background: url("../../assets/img/unit_fjord_scaled.jpg") no-repeat center center fixed;
  background-size: cover;
  min-height: 350px; }
  .bg-wide--article {
    background: none;
    position: relative; }
    @media (min-width: 992px) {
      .bg-wide--article {
        background: url("../../assets/img/unit_fjord_scaled.jpg") no-repeat center center fixed;
        height: 255px; } }
    .bg-wide--article__transparent {
      height: 140px;
      position: absolute;
      bottom: 0;
      background-color: rgba(255, 255, 255, 0.8);
      width: 100%;
      z-index: 2;
      padding-top: 30px; }
    .bg-wide--article__breadcrumb {
      margin: 0;
      padding: 0; }
      .bg-wide--article__breadcrumb li {
        display: inline-block; }
        .bg-wide--article__breadcrumb li a {
          text-decoration: none;
          color: #222; }
        .bg-wide--article__breadcrumb li::after {
          content: '>';
          display: inline-block;
          padding: 0 20px; }
        .bg-wide--article__breadcrumb li::before {
          display: none; }
        .bg-wide--article__breadcrumb li:last-child {
          font-weight: 500; }
          .bg-wide--article__breadcrumb li:last-child::after {
            display: none; }
  .bg-wide--max-height {
    position: relative;
    background: none;
    min-height: 235px;
    z-index: 10; }
    .bg-wide--max-height:after {
      background: url("../../assets/img/unit_fjord_scaled.jpg") no-repeat center center fixed;
      background-size: cover;
      position: absolute;
      top: 0;
      min-height: 340px;
      width: 100%;
      content: ""; }

.employee {
  padding: 20px;
  font-family: "Barlow", sans-serif;
  min-width: 400px; }
  @media (min-width: 992px) {
    .employee {
      min-height: 262px; } }
  @media (max-width: 600px) {
    .employee {
      min-width: 100%;
      margin: 0; } }
  .employee__heading {
    font-family: "Merriweather", serif;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    width: 100%; }
    @media (min-width: 992px) {
      .employee__heading {
        width: 500px;
        font-size: 24px;
        margin-top: 50px;
        margin-bottom: 20px; } }
  .employee__content {
    width: 100%;
    padding: 30px 0 30px 0;
    min-height: 75px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center; }
    @media (min-width: 992px) {
      .employee__content {
        width: 100%;
        line-height: 22px;
        min-height: 180px; } }
    .employee__content--centered {
      -ms-flex-pack: center;
          justify-content: center; }
      .employee__content--centered .employee__image-container {
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
      .employee__content--centered .employee__info {
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
  .employee__image-container {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    padding-left: 20px;
    padding-right: 25px; }
    @media (max-width: 500px) {
      .employee__image-container {
        padding-left: 0;
        padding-right: 20px; } }
  .employee__info {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto; }
  .employee__image {
    float: right;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    background-color: lightgrey;
    width: 85px;
    height: 85px;
    border-radius: 50%; }
    @media (min-width: 992px) {
      .employee__image {
        width: 160px;
        height: 160px; } }
    @media (max-width: 500px) {
      .employee__image {
        width: 70px;
        height: 70px; } }
    .employee__image > div {
      height: 100%; }
    .employee__image--empty-image {
      background: url("../../assets/img/default.png") center center no-repeat;
      background-size: cover;
      border-radius: 50%;
      box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5); }
    .employee__image--smaller {
      max-width: 85px;
      max-height: 85px; }
    .employee__image img {
      border-radius: 50%;
      max-height: 100%;
      height: 100%;
      width: 100%;
      max-width: 100%;
      -o-object-fit: fill;
         object-fit: fill; }
  .employee__name {
    position: relative;
    font-family: "Merriweather", serif;
    font-size: 17px;
    font-weight: 600;
    padding: 4px 0 6px 0;
    margin-top: 0; }
    @media (min-width: 992px) {
      .employee__name {
        padding: 10px 0  12px 0;
        font-size: 20px; } }
    .employee__name:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      height: 0;
      width: 49px;
      border: 2px solid #EEDF7B; }
  .employee__title {
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    font-style: italic;
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 13px; }
    @media (min-width: 992px) {
      .employee__title {
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 25px; } }
  .employee__mail {
    font-family: "Barlow", sans-serif;
    font-weight: normal;
    font-size: 16px;
    background: url("../../assets/svg/button_Mail_small.svg") left center no-repeat;
    background-size: 12px 8px;
    padding-left: 17px;
    margin-bottom: 5px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word; }
    .employee__mail a {
      letter-spacing: 1px; }
      .employee__mail a:hover {
        font-weight: 700; }
        @supports (text-shadow: 1px 0px 0px currentColor) {
          .employee__mail a:hover {
            text-shadow: 1px 0px 0px currentColor;
            font-weight: unset; } }
      .employee__mail a:focus {
        font-weight: 700;
        outline: none; }
    @media (min-width: 992px) {
      .employee__mail {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 5px;
        background-size: 23px 16px;
        padding-left: 30px; } }
    @media (min-width: 992px) and (max-width: 1400px) {
      .employee__mail {
        padding-right: 1em; } }
    .employee__mail a {
      padding-bottom: 2px;
      display: block;
      width: 100%; }
  .employee__phone {
    font-family: "Barlow", sans-serif;
    font-weight: normal;
    font-size: 16px;
    background: url("../../assets/svg/button_Phone_small.svg") left center no-repeat;
    background-size: 12px 12px;
    padding-left: 17px; }
    @media (min-width: 992px) {
      .employee__phone {
        font-size: 18px;
        line-height: 25px;
        background-size: 21px 21px;
        padding-left: 30px; } }
    .employee__phone a {
      text-decoration: none;
      color: black; }
      .employee__phone a:hover {
        font-weight: 700; }
      .employee__phone a:focus, .employee__phone a active {
        font-weight: 700;
        outline: none; }
  .employee__department {
    position: absolute;
    right: 0;
    top: 0;
    color: #005065;
    font-family: Barlow;
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
    text-align: right;
    text-transform: uppercase; }
    @media (min-width: 992px) {
      .employee__department {
        font-size: 16px; } }
    .employee__department a {
      text-decoration: none; }

.employee-card {
  position: relative; }

.talks {
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    .talks {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .talks__container {
    background: #FFF; }
  .talks > div:nth-child(odd) {
    background: #f7f7f7; }

.talk {
  padding: 30px 30px;
  background: #FFF;
  border: 1px solid #f3db83;
  width: 24%;
  -ms-flex-positive: 1;
      flex-grow: 1; }
  @media only screen and (max-width: 767px) {
    .talk {
      width: 50%; } }
  @media only screen and (max-width: 560px) {
    .talk {
      width: 100%; } }
  .talk:last-child {
    border-right: 2px solid #f3db83; }
  .talk:first-child {
    border-left: 2px solid #f3db83; }
  .talk__speaker-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    .talk__speaker-container .talk__speaker {
      margin-left: 10px;
      margin-top: -10px; }
  .talk__location {
    background: url("../svg/sted.svg") no-repeat left center;
    padding-left: 31px;
    height: 30px;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 18px; }
  .talk__speaker-image img {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: block;
    margin-bottom: 10px;
    margin-left: -8px;
    max-width: none; }
  .talk__speaker {
    /*color: #167791;*/
    font-size: 18px; }
  .talk__description {
    font-family: "Barlow", sans-serif;
    font-size: 18px;
    margin-top: 15px;
    word-break: break-word;
    line-height: 25px; }
    .talk__description-showmore {
      display: block;
      background: none;
      padding: 0;
      color: #005264;
      margin: 15px 0;
      text-decoration: underline;
      font-size: 16px;
      outline: 0; }
  .talk__time {
    font-size: 23px;
    margin-bottom: 15px; }
  .talk__subject {
    margin-top: 20px;
    border: 1px solid #000000;
    padding: 10px 30px;
    display: inline-block; }
  .talk.featured {
    font-size: 20px;
    width: 100%; }
    .talk.featured .talk__description {
      margin-top: 25px; }
    .talk.featured .talk__speaker {
      color: #000;
      margin-top: 10px;
      text-align: center;
      font-weight: 500;
      font-size: 20px; }
      @media only screen and (max-width: 767px) {
        .talk.featured .talk__speaker {
          text-align: left;
          margin-left: 22px; } }
    .talk.featured .talk__speaker-image img {
      width: 120px;
      height: 120px;
      margin: 0 auto; }
      @media only screen and (max-width: 767px) {
        .talk.featured .talk__speaker-image img {
          margin: 0; } }
    .talk.featured .talk__left-content {
      width: 70%; }
      @media only screen and (max-width: 767px) {
        .talk.featured .talk__left-content {
          width: 100%; } }
    .talk.featured .talk__right-content {
      width: 25%; }
      @media only screen and (max-width: 767px) {
        .talk.featured .talk__right-content {
          width: 100%; } }
    .talk.featured .talk__container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between; }
      @media only screen and (max-width: 767px) {
        .talk.featured .talk__container {
          display: block; } }
    .talk.featured .talk__speaker-container {
      display: block; }
  .talk__featured-heading {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px; }
  .talk__title {
    letter-spacing: 1px;
    margin-bottom: 5px;
    font-size: 27px;
    line-height: 37px;
    word-break: break-word; }

.talks__day {
  height: 150px;
  line-height: 150px;
  font-size: 30px;
  width: 100%;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto; }
  .talks__day__container {
    max-width: 1200px;
    margin: 0 auto; }

.article__program-filters {
  /*margin: 0 auto;*/ }
  @media only screen and (min-width: 1400px) {
    .article__program-filters {
      margin-left: 70px; } }
  .article__program-filters div {
    margin-bottom: 20px; }
    @media only screen and (max-width: 767px) {
      .article__program-filters div {
        display: -ms-flexbox;
        display: flex;
        text-align: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-align: center;
            align-items: center; } }
    .article__program-filters div:last-child {
      margin-bottom: 0; }
    .article__program-filters div a {
      border: 1px solid #005065;
      display: inline-block;
      padding: 10px 20px;
      text-decoration: none;
      margin-right: 15px;
      color: inherit;
      background: #FFF;
      min-width: 150px;
      text-align: center; }
      .article__program-filters div a:hover, .article__program-filters div a.active {
        background: #005065;
        color: #FFF; }
      @media only screen and (max-width: 767px) {
        .article__program-filters div a {
          margin-bottom: 15px; } }

.view-event-program .view-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto; }
  .view-event-program .view-content .views-row {
    width: 25%;
    border-left: 1px solid #d2b600;
    border-right: 1px solid #d2b600; }
    .view-event-program .view-content .views-row .talk {
      padding: 25px; }

.event-meta-teaser__wrapper {
  padding: 100px 0; }
  @media only screen and (max-width: 767px) {
    .event-meta-teaser__wrapper {
      padding: 40px 0; } }

.event-meta-teaser__wrapper.video {
  background: #e4edef; }

.event-meta-teaser__wrapper.presentation {
  background: #ebf7f9; }

.event-meta-teaser h2 {
  margin-bottom: 35px;
  text-align: center;
  font-family: "Barlow", sans-serif;
  font-size: 29px; }

.event-meta-teaser .field__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .event-meta-teaser .field__items > .field__item {
    width: 23%;
    margin-bottom: 30px;
    margin-right: 2%;
    display: none; }
    @media only screen and (max-width: 767px) {
      .event-meta-teaser .field__items > .field__item {
        width: 100%; } }

.event-meta-teaser__title {
  text-align: center;
  margin-top: 10px;
  font-size: 23px;
  font-family: "Barlow", sans-serif; }

.event-meta-teaser__image {
  width: 100%; }

.event-meta-teaser__link {
  text-decoration: none;
  color: #000; }

.event-meta-teaser iframe {
  height: 176px; }

.event-meta-teaser button {
  margin: 0 auto;
  display: none;
  border: 1px solid #167791;
  padding-left: 20px;
  height: 56px;
  width: 352px;
  text-align: left;
  background: #FFF url("../svg/chevron_down_blue.svg") no-repeat 95% 20px;
  font-size: 20px; }
  .event-meta-teaser button:hover, .event-meta-teaser button:focus {
    background: #005065 url("../svg/chevron_down_white.svg") no-repeat 95% 20px;
    color: #FFF; }

.event-meta-teaser__heading {
  color: #005065;
  margin-bottom: 30px;
  font-size: 25px; }

.event__body {
  line-height: 22px;
  word-break: break-word; }
  .event__body h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 32px; }

.event__signup a {
  color: #FFF;
  background: #75267c url("../svg/pil_hvit.svg") no-repeat 90% center;
  height: 41px;
  width: 135px;
  line-height: 41px;
  padding-left: 10px;
  text-decoration: none;
  display: inline-block;
  margin-top: 30px; }

.event__programlink {
  background: url("../svg/pil_blaa.svg") no-repeat right 4px;
  padding-right: 30px;
  background-size: 20px;
  height: 25px;
  line-height: 25px; }

.event__showInMap {
  background: url("../svg/sted.svg") no-repeat left center;
  padding-left: 24px;
  margin-top: 10px;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  text-decoration: none;
  padding-bottom: 5px;
  border-bottom: 1px solid #005264; }

.event__title {
  margin-bottom: 30px;
  font-size: 40px;
  margin-left: 5.4%;
  margin-top: 20px;
  width: 62%; }
  @media only screen and (max-width: 1200px) {
    .event__title {
      margin-left: 0;
      width: 100%; } }

.event__main-content-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  @media only screen and (max-width: 1200px) {
    .event__main-content-wrapper {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.event__social {
  width: 3%; }
  @media only screen and (max-width: 1200px) {
    .event__social {
      width: 100%;
      -ms-flex-order: 3;
          order: 3; } }
  .event__social .article__buttons {
    display: block;
    text-align: center;
    width: 60px;
    color: #005a6e;
    margin-top: 10px; }
    @media only screen and (max-width: 1200px) {
      .event__social .article__buttons {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        width: auto; } }
    .event__social .article__buttons .buttonLinkedIn {
      margin-top: 15px; }
    .event__social .article__buttons .button {
      margin-bottom: 10px; }
      @media only screen and (max-width: 1200px) {
        .event__social .article__buttons .button {
          margin: 0 5px; } }
      @media only screen and (max-width: 991px) {
        .event__social .article__buttons .button {
          background-size: 40px;
          width: 40px;
          height: 40px; } }

.event__main-content {
  width: 62%; }
  @media only screen and (max-width: 1200px) {
    .event__main-content {
      width: 60%; } }
  @media only screen and (max-width: 767px) {
    .event__main-content {
      width: 100%; } }

.event__metainfo {
  width: 30%; }
  @media only screen and (max-width: 1200px) {
    .event__metainfo {
      width: 38%; } }
  @media only screen and (max-width: 767px) {
    .event__metainfo {
      width: 100%;
      margin-top: 20px; } }

.event__metainfo-block {
  background: #FFF;
  padding: 30px;
  margin-bottom: 30px;
  border: 1px solid #c3cacc; }
  .event__metainfo-block h2 {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 20px; }

.event__section {
  margin-bottom: 40px; }
  .event__section .field__item img {
    margin-bottom: 20px; }
  .event__section.event__logos h2 {
    margin-bottom: 20px; }

.event__image img {
  width: 100%; }

.event__map-container {
  background: #bddade;
  display: -ms-flexbox;
  display: flex;
  min-height: 500px; }
  @media only screen and (max-width: 767px) {
    .event__map-container {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.event__useful-info {
  color: #005065;
  width: 40%;
  padding: 80px 100px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  @media only screen and (max-width: 767px) {
    .event__useful-info {
      width: 100%;
      padding: 30px 10px; } }
  .event__useful-info h3 {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 23px;
    font-family: "Barlow", sans-serif; }
  .event__useful-info p {
    font-size: 18px; }

.event__useful-info-section {
  margin-bottom: 40px; }

.event__useful-info-heading {
  margin-bottom: 30px;
  font-family: "Barlow", sans-serif;
  font-size: 29px; }

.event__contact-heading {
  margin: 15px 0; }

.event__map {
  width: 60%; }
  @media only screen and (max-width: 767px) {
    .event__map {
      width: 100%;
      height: 300px; }
      .event__map #map {
        height: 300px; } }
  .event__map #map {
    width: 100%;
    height: 100%; }

.event__talkTime {
  font-size: 20px;
  background: #f3db83 url("../svg/klokkeslett_svart.svg") no-repeat left 1px;
  padding-left: 30px;
  width: 220px;
  margin: 0 auto; }
  .event__talkTime-date {
    margin-top: 5px;
    margin-left: 15px; }

.event__talkTime-container {
  background: #f3db83;
  padding: 20px; }

.event__talkDate {
  max-width: 1200px;
  margin: 60px auto 30px auto; }

.event__program-heading {
  font-size: 48px;
  margin-top: 100px;
  margin-bottom: 35px; }

.event__date-value div {
  margin-bottom: 10px; }

.event-overview {
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  .event-overview__row {
    padding: 30px 0;
    padding-right: 15px;
    border-top: 1px solid #EEDF7B; }
    .event-overview__row:last-child {
      border-bottom: 1px solid #EEDF7B; }
  .event-overview__list {
    background: #FFF;
    padding: 40px 40px 40px 0;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
    margin-bottom: 40px; }
  .event-overview__prev {
    opacity: 0.4;
    filter: alpha(opacity=40); }
  .event-overview__toggle {
    margin-top: 30px;
    float: right; }
    .event-overview__toggle label {
      margin-right: 10px;
      color: #01586F;
      font-size: 18px; }
    .event-overview__toggle select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearence: none;
      border: 1px solid #005065;
      width: 220px;
      padding: 10px;
      background: #FFF;
      border-radius: 0;
      background: url("../../assets/svg/nedtrekksliste.svg") #FFF no-repeat right center; }
    @media (max-width: 992px) {
      .event-overview__toggle {
        margin-top: 20px;
        float: none; } }
  .event-overview__date-wrapper {
    width: 25%;
    padding: 40px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
    @media (max-width: 767px) {
      .event-overview__date-wrapper {
        display: block; } }
  .event-overview__date {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-direction: column;
        flex-direction: column;
    color: #005E6E; }
  .event-overview__icon {
    background: url("../../assets/svg/pil_blaa.svg") no-repeat center top;
    width: 60px;
    height: 60px; }
    @media (max-width: 767px) {
      .event-overview__icon {
        transform: rotate(90deg);
        background-position: center center;
        width: 100%; } }
  .event-overview__day {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 5px; }
  .event-overview__month {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700; }
  .event-overview__year {
    margin-top: 3px; }
  .event-overview__info {
    width: 75%;
    padding-top: 40px; }
    @media (max-width: 768px) {
      .event-overview__info {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: center;
            justify-content: center; } }
  .event-overview__title {
    line-height: 1.2em;
    margin-bottom: 10px;
    color: #01586F; }
    .event-overview__title span {
      word-wrap: break-word;
      overflow-wrap: break-word;
      -webkit-hyphens: auto;
          -ms-hyphens: auto;
              hyphens: auto; }
  .event-overview__link {
    text-decoration: none;
    font-size: 20px;
    color: #000;
    display: block; }
    .event-overview__link:hover {
      text-decoration: underline;
      transition: 0.3s; }
    .event-overview__link:focus, .event-overview__link active {
      text-decoration: underline;
      outline: none; }
  .event-overview__teaser {
    line-height: 1.2em;
    font-size: 18px;
    margin-bottom: 30px;
    padding-right: 10px; }
  .event-overview__time {
    font-size: 18px;
    background: url("../../assets/svg/klokkeslett.svg") no-repeat left center;
    padding: 5px 0 5px 30px;
    text-transform: lowercase; }
  .event-overview__location {
    font-size: 18px;
    background: url("../../assets/svg/sted.svg") no-repeat left center;
    padding: 5px 0 5px 30px; }
  .event-overview__signup {
    padding: 11px 55px 11px 15px;
    background: #721E7F;
    border: 1px solid #979797;
    color: #FFF;
    text-decoration: none;
    float: right;
    font-size: 17px;
    font-weight: 300;
    margin-top: -40px;
    background: url("../../assets/svg/pil_hvit.svg") #721E7F no-repeat right 10px center;
    transition: all 0.25s ease-in-out; }
    @media (max-width: 992px) {
      .event-overview__signup {
        margin-right: 20px; } }
    @media (max-width: 768px) {
      .event-overview__signup {
        float: none;
        display: block;
        margin-top: 20px; } }
    .event-overview__signup:hover {
      transform: scale(1.04);
      transition: 0.3s; }
    .event-overview__signup:focus, .event-overview__signup active {
      transform: scale(1.04);
      transition: 0.3s;
      outline: none; }

.events-upcoming {
  margin-top: 95px; }
  @media (max-width: 992px) {
    .events-upcoming {
      margin-top: 20px; } }

.events-prev {
  display: none;
  margin-top: 95px; }
  @media (max-width: 992px) {
    .events-prev {
      margin-top: 20px; } }

#checkin_registration .button-group > .btn--active, .checkin_registration .button-group .btn-squared--active, .checkin_registration .button-group > .btn--active {
  background-color: #405363 !important; }

#checkin_registration {
  margin-top: 30px !important; }
  #checkin_registration h2 {
    font-weight: 600 !important;
    font-size: 20px !important; }
  #checkin_registration .btn-success {
    background-color: #75267c !important; }
  #checkin_registration .btn-disabled {
    background-color: rgba(28, 43, 57, 0.38) !important; }
  #checkin_registration .right {
    padding-bottom: 20px !important; }

.registration--body {
  width: 100% !important;
  padding: 0 !important; }

.featured-links {
  font-family: "Barlow", sans-serif;
  background: #E5EDEF;
  padding: 65px 0; }
  .featured-links__featured {
    max-width: 825px;
    min-height: 147px;
    width: 100%;
    margin: 20px auto;
    display: block;
    border: 1px solid #979797;
    background: #FFF;
    text-decoration: none;
    color: #000;
    transition: 0.3s; }
    @media (max-width: 767px) {
      .featured-links__featured {
        padding: 20px; } }
    .featured-links__featured:hover {
      text-decoration: underline;
      transition: 0.3s; }
    .featured-links__featured:focus, .featured-links__featured active {
      text-decoration: underline;
      outline: none; }
  .featured-links__image {
    float: left;
    margin-right: 30px; }
    @media (max-width: 767px) {
      .featured-links__image {
        float: none; } }
  .featured-links__title {
    font-size: 23px;
    font-weight: 500;
    margin-top: 25px;
    margin-bottom: 20px;
    font-family: "Barlow", sans-serif; }
  .featured-links__summary {
    font-size: 18px;
    line-height: 22px; }
  .featured-links__links {
    max-width: 825px;
    margin: 0 auto; }
  .featured-links__link {
    margin-bottom: 20px; }
    .featured-links__link a {
      font-size: 20px;
      text-decoration: none;
      padding: 0 40px 0 20px;
      height: 81px;
      width: 100%;
      background: #FFF;
      border: 1px solid #979797;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      line-height: 1.1em;
      color: #000;
      background: url("../../assets/svg/lenkepil.svg") #FFF no-repeat right 10px center; }
      .featured-links__link a:hover {
        text-decoration: underline;
        transition: 0.3s; }
      .featured-links__link a:focus, .featured-links__link a active {
        text-decoration: underline;
        outline: none; }

/* Så menyen ikke forsvinner under administratormenyen */
body.toolbar-fixed .header-and-menu--sticky {
  top: 39px; }

body.toolbar-fixed.toolbar-tray-open:not(.toolbar-vertical) .header-and-menu--sticky {
  top: 79px; }

.header-and-menu {
  min-height: 0;
  width: 100%;
  height: auto;
  z-index: 19;
  background-color: #405363;
  transition: min-height 0.2s linear; }
  @media (min-width: 992px) {
    .header-and-menu--sticky {
      position: -webkit-sticky;
      /* Safari */
      position: sticky;
      top: 0; } }
  .header-and-menu--expand {
    min-height: 300px; }

.header {
  min-height: 76px;
  background: #405363; }
  .header .row {
    padding-top: 10px;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    .header .row .col-md-3 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      max-width: 33%;
      width: auto;
      min-width: auto; }
      @media (max-width: 1200px) {
        .header .row .col-md-3 {
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
          max-width: 50%; } }
    .header .row .col-md-4 {
      -ms-flex: 0 1 33.33%;
          flex: 0 1 33.33%;
      max-width: 33.33%;
      min-width: 20%; }
      @media (max-width: 1200px) {
        .header .row .col-md-4 {
          -ms-flex: 1 1 50%;
              flex: 1 1 50%;
          max-width: 50%;
          width: 50%; } }
      @media (max-width: 992px) {
        .header .row .col-md-4 {
          max-width: 60%;
          width: 60%; } }
    .header .row .col-md-5 {
      -ms-flex-positive: 1;
          flex-grow: 1;
      max-width: 100%; }
      @media (max-width: 1200px) {
        .header .row .col-md-5 {
          display: none; } }
  @media (max-width: 992px) {
    .header .container {
      max-width: unset;
      padding: 0 20px; } }
  @media (max-width: 700px) {
    .header .header__branding-text {
      display: none; }
    .header .hamburger-text {
      display: none; } }
  .header__logo {
    color: #FFF;
    font-family: "Barlow", sans-serif;
    text-decoration: none;
    font-size: 14px;
    line-height: 19px;
    font-weight: 100;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
    padding: 12px 0; }
  .header__branding-text {
    margin-left: 20px;
    margin-bottom: -2px; }
  .header__main-menu {
    height: 100%; }
    .header__main-menu ul {
      list-style-image: url(data:0);
      list-style: none;
      height: 100%;
      padding-bottom: 18px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: end;
          align-items: flex-end;
      -ms-flex-line-pack: distribute;
          align-content: space-around; }
      .header__main-menu ul li {
        display: inline-block;
        margin-left: 40px; }
        .header__main-menu ul li a {
          color: #FFF;
          text-decoration: none;
          font-family: "Barlow", sans-serif;
          display: inline-block;
          color: #FFFFFF;
          font-size: 16px;
          font-weight: normal;
          line-height: 19px;
          text-align: center;
          -ms-word-break: keep-all;
          word-break: keep-all;
          white-space: nowrap;
          border-bottom: 1px solid transparent;
          letter-spacing: 1px; }
          .header__main-menu ul li a:hover {
            border-bottom: 1px solid white;
            font-weight: bold; }
            @supports (text-shadow: 1px 0px 0px currentColor) {
              .header__main-menu ul li a:hover {
                text-shadow: 1px 0px 0px currentColor;
                font-weight: unset; } }
          .header__main-menu ul li a:focus, .header__main-menu ul li a:active {
            outline: none;
            border-bottom: 1px solid white; }
          .header__main-menu ul li a.is-active {
            border-bottom: 2px solid white; }
  .header__buttons .hamburger-inner, .header__buttons .hamburger-inner:after, .header__buttons .hamburger-inner:before, .header__buttons .hamburger-inner.is-active {
    background: #FFF !important;
    width: 20px;
    height: 3px; }
  .header__buttons .hamburger-inner {
    position: relative;
    top: 18px; }
  .header__buttons .hamburger-inner:before {
    top: -8px; }
  .header__buttons .hamburger-inner:after {
    bottom: -8px; }
  .header__buttons .hamburger-box {
    width: 25px; }
  .header__buttons .hamburger-text {
    color: #FFF; }
  .header__button {
    font-family: "Barlow", sans-serif;
    text-transform: uppercase;
    background: none;
    color: #FFF;
    font-weight: 500;
    letter-spacing: 1.2px; }
    .header__button .hamburger-text {
      padding-bottom: 5px; }
    .header__button:hover {
      opacity: 1 !important; }
      .header__button:hover .hamburger-text {
        border-bottom: 2px solid; }
    .header__button:focus, .header__button:active {
      opacity: 1 !important;
      outline: none; }
    .header__button.is-active .hamburger-text {
      border-bottom: 2px solid; }
  .header__button--search {
    background: url("../../dev/svg/search_white.svg") no-repeat left center;
    display: inline-block;
    background-size: 30px;
    height: 50px;
    line-height: 50px;
    padding-left: 40px;
    text-decoration: none;
    text-transform: capitalize; }
    .header__button--search.is-active span {
      border-bottom: 2px solid white; }
    .header__button--search span {
      padding-bottom: 5px; }
    .header__button--search:hover span {
      border-bottom: 2px solid;
      padding-bottom: 5px; }
    .header__button--search:focus, .header__button--search:active {
      outline: none; }
      .header__button--search:focus span, .header__button--search:active span {
        border-bottom: 2px solid;
        padding-bottom: 5px; }
  .header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    transition: all 0.25s linear; }

.language-switcher-language-url {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  margin-top: 10px;
  position: relative;
  z-index: 11; }
  .language-switcher-language-url ul {
    list-style-type: none; }
  .language-switcher-language-url li {
    list-style: none;
    margin-left: 20px; }
    .language-switcher-language-url li.is-active {
      display: none; }
    .language-switcher-language-url li a {
      font-family: "Barlow", sans-serif;
      font-size: 13px;
      color: #000;
      text-decoration: none; }

.language_block--lower .language-switcher-language-url {
  z-index: 1;
  top: 127px;
  position: relative; }
  @media (max-width: 992px) {
    .language_block--lower .language-switcher-language-url {
      top: 143px; } }
  @media (max-width: 600px) {
    .language_block--lower .language-switcher-language-url {
      top: 173px; } }

.tabs-bar #block-tabs {
  background: #E5EDEF;
  padding: 3px;
  font-family: "Barlow", sans-serif; }

.heading-summary {
  background: #FFF;
  padding: 100px 0 180px 0; }
  .heading-summary__heading {
    font-size: 45px;
    text-align: center;
    margin-bottom: 40px; }
  .heading-summary__summary {
    max-width: 700px;
    font-size: 25px;
    text-align: center;
    line-height: 1.3em;
    margin: 0 auto;
    font-weight: 300; }

.landing-page__section {
  padding-top: 80px;
  padding-bottom: 60px; }

.landing-page__services {
  background: #005065; }

.landing-page__featured {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #F2F5F8; }

.landing-page__news {
  background-color: #F2F5F8; }

.landing-page__projects {
  background-color: #DFE6EA; }

.landing-page__events {
  background-color: #FFF; }

.landing-page__events-container {
  max-width: 950px; }

.landing-page__heading {
  text-align: center;
  color: #005E6E;
  font-size: 29px;
  margin-bottom: 40px;
  font-weight: normal;
  font-family: "Barlow", sans-serif; }

.landing-page .more-link {
  text-align: center;
  margin-top: 30px; }
  .landing-page .more-link a {
    text-decoration: none;
    color: #005E6E;
    font-size: 20px;
    border-bottom: 1px solid #005E6E;
    padding-bottom: 5px; }
    .landing-page .more-link a:hover {
      font-weight: 500;
      border-bottom: 2px solid #005E6E; }
    .landing-page .more-link a:focus, .landing-page .more-link a:active {
      font-weight: 500;
      border-bottom: 2px solid #005E6E;
      outline: none; }

.links {
  padding: 80px 0;
  background: #E5EDEF; }
  .links__container {
    max-width: 1230px; }
  .links__item a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    height: 82px;
    padding: 30px 60px 30px 20px;
    border: 1px solid #7E7E7E;
    font-size: 20px;
    text-decoration: none;
    line-height: 1.2em;
    color: #000;
    background: #FFF;
    margin-bottom: 30px;
    background: url("../../assets/svg/lenkepil.svg") #FFF no-repeat right 20px center; }
    .links__item a:hover {
      text-decoration: underline; }
    .links__item a:focus, .links__item a:active {
      text-decoration: underline;
      outline: none; }

.link-boxes {
  padding: 80px 0; }
  .link-boxes__container {
    max-width: 1100px; }

.link-box {
  margin-bottom: 30px; }
  .link-box__link {
    height: 336px;
    display: block;
    padding: 40px 30px;
    text-decoration: none;
    background: #FFF;
    border: 1px solid #979797;
    color: #000;
    overflow: hidden; }
    .link-box__link:hover .link-box__title {
      text-decoration: underline; }
    .link-box__link:focus, .link-box__link:active {
      outline: none; }
      .link-box__link:focus .link-box__title, .link-box__link:active .link-box__title {
        text-decoration: underline; }
  .link-box__title {
    font-family: "Merriweather", serif;
    font-size: 22px;
    margin-bottom: 40px;
    padding-right: 40px;
    line-height: 1.3em;
    min-height: 56px;
    background: url("../../assets/svg/pil_blaa.svg") #FFF no-repeat right top;
    background-size: 40px; }
  .link-box__summary {
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 300; }

.main-menu {
  font-family: "Barlow", sans-serif; }
  .main-menu ul ul .menu-item--expanded {
    display: none; }
  .main-menu__container {
    background-color: #405363;
    min-height: 300px;
    position: absolute;
    width: 100%;
    z-index: 51;
    border-bottom: 1px solid #364654; }
    @media (max-width: 992px) {
      .main-menu__container {
        position: relative; } }
  .main-menu li.menu-item--expanded {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    margin: 0 10px;
    height: 100%;
    color: #FFF;
    max-width: 20%; }
    .main-menu li.menu-item--expanded > a {
      border-bottom: 1px solid #EEDF7B;
      margin-bottom: 20px;
      padding-bottom: 10px;
      display: block;
      margin-top: 0;
      text-transform: uppercase;
      font-size: 17px;
      font-weight: 600;
      letter-spacing: 1.5px;
      line-height: 20px; }
      .main-menu li.menu-item--expanded > a:hover {
        font-weight: 800; }
      .main-menu li.menu-item--expanded > a:focus, .main-menu li.menu-item--expanded > a:active {
        font-weight: 800;
        outline: none; }
      .main-menu li.menu-item--expanded > a.is-active {
        border-bottom: 4px solid white;
        padding-bottom: 8px;
        margin-bottom: 18px; }
  .main-menu li.menu-item--hide {
    display: none; }
  .main-menu li a {
    color: currentColor;
    text-decoration: none;
    padding-bottom: 20px;
    display: block;
    line-height: 1.2; }
    .main-menu li a:hover {
      font-weight: 600; }
    .main-menu li a:focus, .main-menu li a:active {
      font-weight: 600;
      outline: none; }
  .main-menu > ul.menu {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    height: 100%;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 60px 0; }
    .main-menu > ul.menu ul.show {
      display: block; }
    .main-menu > ul.menu > .menu-item--active-trail > a {
      border-bottom: 4px solid white;
      padding-bottom: 8px;
      margin-bottom: 19px; }
    .main-menu > ul.menu .is-active {
      font-weight: bold; }
  .main-menu__close-helper {
    height: 85vh;
    width: 100%;
    position: absolute;
    z-index: 50;
    display: none;
    margin-top: -2px; }

/* MOBILMENY */
@media (max-width: 992px) {
  .main-menu {
    padding: 5px 0; }
    .main-menu__container .container {
      max-width: 100%;
      max-width: unset;
      padding: unset; }
    .main-menu > ul.menu {
      width: 100%;
      height: 100%;
      padding: 20px 0;
      color: #fff;
      -ms-flex-direction: column;
          flex-direction: column; }
      .main-menu > ul.menu ul {
        display: block;
        opacity: 0;
        height: 0;
        width: 100%;
        color: #405363;
        transition: all 0.25s linear; }
        .main-menu > ul.menu ul > li {
          display: none; }
        .main-menu > ul.menu ul.show {
          height: auto;
          opacity: 1;
          padding: 0.5em 2em 0.5em 2em;
          background-color: #fff;
          transition: all 0.25s linear; }
          .main-menu > ul.menu ul.show > li {
            display: block; }
            .main-menu > ul.menu ul.show > li a {
              padding: 10px 0; }
          .main-menu > ul.menu ul.show > li:not(:last-child) {
            border-bottom: 1px solid rgba(64, 83, 99, 0.1); }
    .main-menu li.menu-item--expanded {
      position: relative;
      break-inside: unset;
      position: relative;
      max-width: 100%;
      max-width: unset;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .main-menu li.menu-item--expanded > a {
        padding-left: 1em;
        padding-right: 1em;
        margin-bottom: 0;
        border: 0;
        padding-top: 20px;
        color: currentColor;
        width: 50%;
        -ms-flex: 1 auto;
            flex: 1 auto; }
        .main-menu li.menu-item--expanded > a.is-active {
          border-bottom: 0 solid transparent;
          border-bottom: unset;
          padding-bottom: 10px;
          margin-bottom: 0; }
      .main-menu li.menu-item--expanded:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 1px;
        width: calc(100% - 2em);
        margin: 0 1em;
        border-bottom: 1px solid #eedf7b; }
      .main-menu li.menu-item--expanded.menu-item--active-trail > a {
        color: #EEDF7B;
        border-bottom: 0 solid transparent;
        border-bottom: unset;
        margin-bottom: 0;
        margin-bottom: unset;
        padding-bottom: 10px; }
    .main-menu__undermenuToggle {
      display: block;
      position: relative;
      background: url("../svg/pil_opp.svg") no-repeat 90% 15px;
      width: 50px;
      right: 25px;
      cursor: pointer;
      -ms-flex: 1 auto;
          flex: 1 auto; }
      .main-menu__undermenuToggle--expanded {
        background: url("../svg/pil_ned.svg") no-repeat 90% 15px; }
    .main-menu__close-helper {
      height: unset;
      width: 100%;
      position: unset; } }

.news {
  background: #FFF;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
  min-height: 450px;
  height: 100%;
  max-height: 500px;
  margin-bottom: 30px;
  transition: 0.3s; }
  @media (max-width: 768px) {
    .news {
      height: auto;
      min-height: 150px; } }
  .news:hover h2 {
    text-decoration: underline;
    transition: 0.3s; }
  .news__link {
    text-decoration: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    height: 100%; }
    .news__link:focus, .news__link active {
      outline: none; }
      .news__link:focus h2, .news__link active h2 {
        text-decoration: underline; }
  .news__text {
    padding: 20px;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
  .news__changed {
    color: #4A4A4A;
    font-size: 14px; }
  .news__title {
    font-family: "Barlow", sans-serif;
    color: #000;
    line-height: 1.3em;
    font-size: 25px;
    margin-top: 30px;
    word-wrap: break-word; }
    @media (min-width: 768px) and (max-width: 992px) {
      .news__title {
        font-size: 18px;
        margin-top: 10px; } }
  .news__teaser {
    font-size: 18px;
    line-height: 1.3em;
    color: #000;
    padding-top: 10px;
    display: -ms-flexbox;
    display: flex; }
    .news__teaser-external {
      background: url("../svg/external_link.svg") no-repeat;
      background-size: 20px;
      width: 25px;
      height: 25px;
      position: absolute;
      bottom: 10px;
      right: 30px; }
    @media (min-width: 768px) and (max-width: 992px) {
      .news__teaser {
        font-size: 16px;
        max-height: 155px; } }
    .news__teaser > div {
      max-height: 100%;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
      overflow: hidden;
      text-overflow: ellipsis; }

.paragraph__heading--darkblue {
  color: #FFF !important; }

.paragraph--background-color-blue {
  background: #C1D9DE !important; }

.paragraph--background-color-darkblue {
  background: #405363 !important; }

.search-filters {
  background: #405363;
  padding-top: 30px; }
  .search-filters .views-exposed-form {
    position: relative;
    color: #FFF;
    width: 40%;
    margin: 0 auto; }
    @media (max-width: 992px) {
      .search-filters .views-exposed-form {
        width: 70%; } }
    @media (max-width: 600px) {
      .search-filters .views-exposed-form {
        width: 90%; } }
    .search-filters .views-exposed-form input {
      -ms-flex: 1  auto;
          flex: 1  auto;
      border: unset;
      border-bottom: solid 2px white;
      padding-left: 1em; }
      .search-filters .views-exposed-form input::-webkit-input-placeholder {
        color: rgba(255, 255, 255, 0.5);
        font-size: 0.9em;
        opacity: 1; }
        @media (max-width: 1500px) {
          .search-filters .views-exposed-form input::-webkit-input-placeholder {
            color: transparent; } }
      .search-filters .views-exposed-form input:-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.5);
        font-size: 0.9em;
        opacity: 1; }
      .search-filters .views-exposed-form input::placeholder {
        color: rgba(255, 255, 255, 0.5);
        font-size: 0.9em;
        opacity: 1; }
        @media (max-width: 1500px) {
          .search-filters .views-exposed-form input:-ms-input-placeholder {
            color: transparent; }
          .search-filters .views-exposed-form input::placeholder {
            color: transparent; } }
    .search-filters .views-exposed-form label {
      -ms-flex: 1  auto;
          flex: 1  auto;
      white-space: nowrap;
      -ms-flex-item-align: center;
          -ms-grid-row-align: center;
          align-self: center;
      padding-right: 15px;
      font-family: Barlow;
      font-size: 25px;
      line-height: 30px; }
      @media (max-width: 600px) {
        .search-filters .views-exposed-form label {
          width: 100%; } }
    .search-filters .views-exposed-form .form-submit {
      position: absolute;
      bottom: 34px;
      right: 0;
      color: white;
      background: transparent url("../../dev/svg/search_white.svg") no-repeat 15px 12px;
      width: 46px;
      height: 46px;
      text-indent: -9999px;
      border: 0; }
    .search-filters .views-exposed-form .form-type-search-api-autocomplete {
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      padding-bottom: 20px; }
      @media (max-width: 600px) {
        .search-filters .views-exposed-form .form-type-search-api-autocomplete {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
      .search-filters .views-exposed-form .form-type-search-api-autocomplete .form-autocomplete {
        width: 100%;
        height: 46px;
        background: none !important; }

.facets {
  margin-top: 30px; }
  .facets ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .facets ul li {
      margin-bottom: 20px;
      width: calc(25% - 20px);
      border: 1px solid black; }
      .facets ul li a {
        display: blocK;
        text-align: center;
        height: 50px;
        line-height: 50px; }
        .facets ul li a.is-active {
          background: black;
          color: #FFF; }
      .facets ul li .facet-item__status {
        display: none; }

.search-page {
  background: #E5EDEF; }
  .search-page__title {
    display: none; }
  .search-page .view-empty {
    padding: 15px 0 50px 50px;
    margin: 0 auto; }
  .search-page .view-content {
    margin-top: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: stretch;
        justify-content: stretch; }
  .search-page .views-row {
    margin: 0 auto;
    min-width: 400px;
    max-width: 100%;
    margin: 0 10px 20px 10px;
    -ms-flex: 1 1 45%;
        flex: 1 1 45%;
    background: #fff;
    min-height: 282px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5); }
    @media (max-width: 600px) {
      .search-page .views-row {
        min-width: auto;
        min-width: 100%;
        margin: 0 0 1em 0; } }
    .search-page .views-row a {
      display: block;
      text-decoration: none;
      height: 100%; }
      .search-page .views-row a:hover .search-result__title {
        text-decoration: underline; }
      .search-page .views-row a:focus, .search-page .views-row a:active {
        outline: none; }
        .search-page .views-row a:focus .search-result__title, .search-page .views-row a:active .search-result__title {
          text-decoration: underline; }
  .search-page .view-count {
    width: 100%;
    padding: 1em;
    color: #005065;
    font-family: Barlow;
    font-size: 1rem;
    font-weight: 600;
    line-height: 25px; }

.search-result {
  position: relative;
  margin: 31px 44px 56px 37px;
  height: 100%;
  overflow: hidden; }
  .search-result__employee {
    background: #FFF url(../../assets/svg/employee.svg) no-repeat left center;
    background-size: 25px;
    padding-left: 32px;
    height: 25px;
    line-height: 25px; }
  .search-result__date {
    color: #005065;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    line-height: 17px;
    text-align: right; }
    @media (max-width: 992px) {
      .search-result__date span {
        display: block; } }
  .search-result__type {
    color: #005065;
    position: absolute;
    top: 0;
    left: 0;
    height: 31px;
    color: #005065;
    font-family: Barlow;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    text-transform: uppercase; }
    .search-result__type a {
      text-decoration: none;
      color: #005065;
      text-transform: uppercase; }
    .search-result__type:after {
      content: "";
      position: absolute;
      height: 100%;
      bottom: 0;
      left: 0;
      height: 0;
      width: 49px;
      border: 2px solid #EEDF7B; }
  .search-result__title {
    margin-bottom: 10px;
    margin-top: 55px;
    color: #000000;
    font-family: Barlow;
    font-size: 1.3em;
    font-weight: 500;
    line-height: 35px;
    text-decoration: none; }
  .search-result__text {
    color: #000000;
    font-family: Barlow;
    font-size: 0.9rem;
    line-height: 22px; }

.facets-dropdown {
  background: #FFF url(../../assets/img/arrow_down_select.png) no-repeat right center !important;
  background-size: 41px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: auto;
  background: none;
  border-radius: 0;
  padding: 0 10px;
  padding-top: 4px;
  height: 43px;
  margin-left: 10px;
  padding-right: 50px;
  float: right; }

.facets-widget-dropdown {
  width: 100%; }

.servicelink {
  margin-bottom: 30px; }
  .servicelink__link {
    border: 1px solid #FFF;
    padding: 30px 25px 30px 25px;
    display: block;
    color: #FFF;
    text-decoration: none;
    font-family: "Barlow", sans-serif;
    transition: all 0.25s ease-in-out;
    height: 200px; }
    @media (max-width: 1400px) {
      .servicelink__link {
        height: 240px; } }
    @media (max-width: 992px) {
      .servicelink__link {
        height: 151px; } }
    @media (max-width: 992px) {
      .servicelink__link {
        height: 151px; } }
    @media (max-width: 767px) {
      .servicelink__link {
        height: 170px; } }
    @media (max-width: 400px) {
      .servicelink__link {
        height: 200px; } }
    .servicelink__link:hover {
      border: 4px solid #EEDF7B;
      transform: scale(1.04);
      transition: 0.3s; }
    .servicelink__link:focus, .servicelink__link active {
      border: 4px solid #EEDF7B;
      outline: none; }
  .servicelink__title {
    font-family: "Barlow", sans-serif;
    margin-bottom: 25px;
    font-size: 27px;
    padding-top: 20px;
    padding-left: 70px;
    font-weight: 200; }
    @media (max-width: 1400px) {
      .servicelink__title {
        margin-top: -10px; } }
    @media (max-width: 1200px) {
      .servicelink__title {
        font-size: 20px; } }
  .servicelink__summary {
    font-weight: 100;
    line-height: 22px; }
  .servicelink__icon--admin {
    background: url("../../assets/svg/admin.svg") no-repeat left center;
    background-size: 40px; }
  .servicelink__icon--library {
    background: url("../../assets/svg/bibliotek.svg") no-repeat left center;
    background-size: 40px; }
  .servicelink__icon--digital {
    background: url("../../assets/svg/digitalisering.svg") no-repeat left center;
    background-size: 40px; }
  .servicelink__icon--science {
    background: url("../../assets/svg/forskning.svg") no-repeat left center;
    background-size: 40px; }
  .servicelink__icon--brain {
    background: url("../../assets/svg/hjerne.svg") no-repeat left center;
    background-size: 40px; }
  .servicelink__icon--tools {
    background: url("../../assets/svg/verktoy.svg") no-repeat left center;
    background-size: 40px; }

.tabs {
  margin: 5px 0 !important; }
  .tabs a {
    padding: 10px 15px; }
    .tabs a.is-active {
      background: #CCC; }

.pager {
  width: 100%;
  padding-bottom: 145px;
  color: #005E6E; }
  .pager__items {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding-left: 0;
    margin-left: 0; }
    @media (max-width: 768px) {
      .pager__items {
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-left: 0; } }
  .pager__pages-items {
    display: -ms-inline-flexbox;
    display: inline-flex; }
    @media (max-width: 768px) {
      .pager__pages-items {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center; } }
  .pager__item {
    margin: 0.5em 8px 0.5em 0;
    display: inline-block;
    height: 46px;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    @media (max-width: 500px) {
      .pager__item {
        margin: 0.5em 6px 0.5em 0; } }
    .pager__item span, .pager__item a {
      display: inline-block; }
    .pager__item--first {
      border: 0.95px solid #979797; }
    .pager__item--last {
      border: 0.95px solid #979797; }
      @media (max-width: 768px) {
        .pager__item--last {
          margin-right: 0; } }
    .pager__item--previous {
      padding-right: 40px;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto; }
      @media (max-width: 992px) {
        .pager__item--previous {
          padding-right: 10px; } }
      @media (max-width: 768px) {
        .pager__item--previous {
          padding-right: 0; } }
    .pager__item--next {
      padding-left: 40px;
      margin-right: 0;
      -ms-flex: 1 auto;
          flex: 1 auto; }
      @media (max-width: 992px) {
        .pager__item--next {
          padding-left: 10px; } }
      @media (max-width: 768px) {
        .pager__item--next {
          padding-left: 0;
          text-align: right; } }
    .pager__item--previous a, .pager__item--next a {
      width: auto;
      font-size: 24px;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: start;
          justify-content: flex-start; }
      .pager__item--previous a span:not(.pager__arrow), .pager__item--next a span:not(.pager__arrow) {
        padding-bottom: 3px; }
    .pager__item a {
      height: 100%;
      width: 100%; }
    .pager__item:not(.pager__item--next):not(.pager__item--previous):not(.pager__item--ellipsis) {
      background: #FFF;
      height: 46px;
      width: 46px;
      border: 1px solid #005E6E; }
      @media (max-width: 600px) {
        .pager__item:not(.pager__item--next):not(.pager__item--previous):not(.pager__item--ellipsis) {
          height: 34px;
          width: 34px; } }
      .pager__item:not(.pager__item--next):not(.pager__item--previous):not(.pager__item--ellipsis) a {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center; }
      .pager__item:not(.pager__item--next):not(.pager__item--previous):not(.pager__item--ellipsis).is-active {
        background-color: #01586F; }
        .pager__item:not(.pager__item--next):not(.pager__item--previous):not(.pager__item--ellipsis).is-active a {
          color: #fff; }
    @media (max-width: 768px) {
      .pager__item--previous {
        -ms-flex-order: 1;
            order: 1;
        -ms-flex: 1 50%;
            flex: 1 50%; }
      .pager__item--next {
        -ms-flex-order: 2;
            order: 2;
        -ms-flex: 1 30%;
            flex: 1 30%; }
        .pager__item--next a {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .pager__item--previous a, .pager__item--next a {
        -ms-flex-align: center;
            align-items: center; } }
  .pager__arrow {
    display: inline-block;
    height: 46px;
    width: 46px;
    color: transparent;
    background: url("../svg/lenkepil.svg") no-repeat center; }
    .pager__arrow--pre {
      transform: rotate(180deg); }
  .pager a {
    text-decoration: none; }

.page-view {
  background: #E5EDEF; }
  .page-view__title {
    display: none; }
  .page-view__empty {
    margin: 0 auto;
    padding: 1em;
    color: #005065;
    font-family: Barlow;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 25px; }
  .page-view__content {
    margin-top: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: stretch;
        justify-content: stretch; }
    .page-view__content .card {
      -ms-flex: 1 0 45%;
          flex: 1 0 45%;
      background: #fff;
      margin: 0 10px 20px 10px;
      box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
      min-width: 500px;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; }
      @media (max-width: 600px) {
        .page-view__content .card {
          margin: 0;
          margin-bottom: 15px;
          min-width: 100%;
          width: 100%; } }
  .page-view__row {
    margin: 0 auto;
    min-width: 400px;
    max-width: 100%;
    margin: 0 10px 20px 10px;
    -ms-flex: 1 1 45%;
        flex: 1 1 45%;
    background: #fff;
    min-height: 282px;
    height: 282px; }
    @media (max-width: 992px) {
      .page-view__row {
        height: calc(282px + ( 120px - 10vw)); } }
    @media (max-width: 600px) {
      .page-view__row {
        min-width: 100%;
        margin: 0; } }
    .page-view__row a {
      display: block;
      text-decoration: none;
      height: 100%; }
  .page-view__count {
    width: 100%;
    padding: 1em;
    color: #005065;
    font-family: Barlow;
    font-size: 1rem;
    font-weight: 600;
    line-height: 25px; }
  .page-view__filters {
    background: #405363;
    padding-top: 30px; }
    .page-view__filters .views-exposed-form {
      position: relative;
      color: #FFF;
      width: 40%;
      margin: 0 auto; }
      @media (max-width: 992px) {
        .page-view__filters .views-exposed-form {
          width: 70%; } }
      @media (max-width: 600px) {
        .page-view__filters .views-exposed-form {
          width: 90%; } }
      .page-view__filters .views-exposed-form label {
        -ms-flex: 1  auto;
            flex: 1  auto;
        white-space: nowrap;
        -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center;
        padding-right: 15px;
        font-family: Barlow;
        font-size: 25px;
        line-height: 30px; }
        @media (max-width: 600px) {
          .page-view__filters .views-exposed-form label {
            width: 100%; } }
      .page-view__filters .views-exposed-form input {
        -ms-flex: 1  auto;
            flex: 1  auto;
        border: unset;
        border-bottom: solid 2px white;
        padding-left: 1em; }
      .page-view__filters .views-exposed-form .form-submit {
        position: absolute;
        bottom: 34px;
        right: 0;
        color: white;
        background: transparent url("../../dev/svg/search_white.svg") no-repeat 15px 12px;
        width: 46px;
        height: 46px;
        text-indent: -9999px;
        border: 0; }
      .page-view__filters .views-exposed-form .form-type-search-api-autocomplete {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        padding-bottom: 20px; }
        @media (max-width: 600px) {
          .page-view__filters .views-exposed-form .form-type-search-api-autocomplete {
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
        .page-view__filters .views-exposed-form .form-type-search-api-autocomplete .form-autocomplete {
          width: 100%;
          height: 46px;
          background: none !important; }

.feedback .button {
  border: 1px solid #005065;
  height: 46px;
  width: 147px;
  color: #005065;
  font-size: 19px; }
  .feedback .button:hover, .feedback .button:focus {
    background: #005065;
    color: #FFF; }

.feedback__yesno {
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  color: #FFF; }

.feedback label {
  margin-bottom: 7px;
  display: block; }

.feedback textarea:focus {
  background: rgba(0, 80, 101, 0.2); }

#block-feedbackblock {
  padding-top: 40px;
  border-top: 2px solid #36AFC8;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 20px; }

.external-links {
  background: #405363;
  padding: 50px 0;
  margin-bottom: 50px; }
  .external-links__heading {
    color: #FFF;
    margin-bottom: 30px; }
  .external-links .field__items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .external-links .field__item {
    width: 31%;
    background: #FFF;
    margin-bottom: 30px; }
    .external-links .field__item a {
      color: #222;
      font-size: 20px;
      padding: 20px;
      display: block;
      text-decoration: none;
      background: #FFF;
      background: url(/themes/custom/unit/assets/css/../../assets/svg/lenkepil_orange.svg) #FFF no-repeat calc(100% - 20px) center; }
      .external-links .field__item a:hover {
        text-decoration: underline; }

.open-access .external-links {
  background: #424242; }

.subpages {
  background: #5E778D;
  padding: 50px 0; }
  .subpages__heading {
    color: #FFF;
    margin-bottom: 30px; }
  .subpages__link {
    width: 31%;
    background: #FFF;
    margin-bottom: 30px;
    color: #222;
    font-size: 20px;
    padding: 20px;
    display: block;
    text-decoration: none;
    background: #FFF;
    background: url(/themes/custom/unit/assets/css/../../assets/svg/lenkepil_orange.svg) #FFF no-repeat calc(100% - 20px) center; }
    .subpages__link:hover {
      text-decoration: underline; }
  .subpages__items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

.accordion {
  margin-bottom: 5px; }
  .accordion--open .accordion__header {
    background-image: url("../../assets/svg/minus.svg"); }
  .accordion--open .accordion__content {
    display: block; }
  .accordion__header {
    background-color: #FEECDB;
    background-image: url("../../assets/svg/plus.svg");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 19px 31px;
    border: 1px solid #F68212;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .accordion__title {
    margin: 0 !important;
    font-size: 20px !important;
    font-weight: 700;
    padding: 24px 55px;
    color: #000 !important;
    line-height: 34px !important; }
    .accordion__title::after {
      display: none; }
  .accordion__content {
    display: none;
    padding: 15px 55px; }

.important-information {
  text-decoration: none;
  display: block;
  max-width: 900px;
  margin: 0 auto;
  background: #FFF;
  position: relative;
  top: 50px;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  transition: 0.3s; }
  @media (max-width: 1200px) {
    .important-information {
      max-width: 700px; } }
  @media (max-width: 991px) {
    .important-information {
      max-width: 500px; } }
  .important-information .field__items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (max-width: 767px) {
      .important-information .field__items {
        display: block; } }
    .important-information .field__items .field__item {
      width: 50%;
      text-align: center;
      color: #005E6E; }
      @media (max-width: 767px) {
        .important-information .field__items .field__item {
          width: 100%; } }
      .important-information .field__items .field__item a {
        padding-top: 40px;
        padding-bottom: 20px;
        text-decoration: none;
        display: block; }
        .important-information .field__items .field__item a:hover {
          text-decoration: underline; }
      .important-information .field__items .field__item:nth-child(2) {
        background: #E5EDEF; }
      .important-information .field__items .field__item:nth-child(3) {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        background: #D01500;
        height: 80px;
        padding: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center; }
        .important-information .field__items .field__item:nth-child(3) a {
          color: #FFF;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          width: 100%;
          height: 100%;
          -ms-flex-pack: center;
              justify-content: center;
          padding-top: 20px; }
          .important-information .field__items .field__item:nth-child(3) a .important-information__summary {
            -ms-flex-order: 2;
                order: 2;
            margin: 0;
            color: #FFF;
            height: auto; }
          .important-information .field__items .field__item:nth-child(3) a img {
            -ms-flex-order: 1;
                order: 1;
            width: 50px;
            margin-right: 20px; }
      .important-information .field__items .field__item img {
        width: 100px;
        height: auto; }
        @media (max-width: 991px) {
          .important-information .field__items .field__item img {
            width: 50px; } }
      .important-information .field__items .field__item .important-information__summary {
        max-height: 75px;
        overflow: hidden;
        font-size: 23px;
        height: 75px; }
        @media (max-width: 991px) {
          .important-information .field__items .field__item .important-information__summary {
            font-size: 18px;
            height: auto;
            margin-bottom: 20px; } }
