/* Minification failed. Returning unminified contents.
(1363,61): run-time error CSS1062: Expected semicolon or closing curly-brace, found '='
 */
@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*------------------------------------*/
/*  #MEDIA-QUERIES
/*------------------------------------*/
/*------------------------------------*\
    #EXTENDS
\*------------------------------------*/
.article-page__content, .calendar-page, .error-page, .filter-page__content, .find-employee-page__header, .find-employee-page__content, .menu-page, .project-page__main, .project-page__content-box, .search-page__header, .search-page__infobox, .theme-page {
  background-color: #ffffff;
  margin-bottom: 15px;
  padding: 15px; }
  @media (min-width: 900px) {
    .article-page__content, .calendar-page, .error-page, .filter-page__content, .find-employee-page__header, .find-employee-page__content, .menu-page, .project-page__main, .project-page__content-box, .search-page__header, .search-page__infobox, .theme-page {
      margin-bottom: 40px;
      padding: 40px; } }

/*------------------------------------*\
    #MIXINS
\*------------------------------------*/
/*------------------------------------*\
    #ANIMATION
\*------------------------------------*/
/**
 * Various animations used on elements throughout the site
 */
.animation {
  -webkit-animation-duration: 200ms;
          animation-duration: 200ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

@-webkit-keyframes bounce-in {
  from, 50%, to {
    -webkit-animation-timing-function: cubic-bezier(1);
            animation-timing-function: cubic-bezier(1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; } }

@keyframes bounce-in {
  from, 50%, to {
    -webkit-animation-timing-function: cubic-bezier(1);
            animation-timing-function: cubic-bezier(1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; } }

.animation--bounce-in {
  -webkit-animation-name: bounce-in;
          animation-name: bounce-in; }

html {
  line-height: 1.618;
  margin: 0 auto;
  overflow-y: scroll; }

body {
  background: #f5f4ef;
  margin: 0 auto; }

* {
  box-sizing: border-box; }

hr {
  border: none;
  background: #cdc9af;
  color: #cdc9af;
  height: 3px !important;
  margin: 20px 0 15px;
  text-align: center;
  width: 100%; }

iframe {
  width: 100% !important; }

::-moz-selection {
  background: #003f51;
  color: #ffffff; }

::selection {
  background: #003f51;
  color: #ffffff; }

@font-face {
  font-family: 'oswald';
  src: url(/Static/fonts/oswald/oswaldbold.woff2) format("woff2"), url(/Static/fonts/oswald/oswaldbold.woff) format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'oswald';
  src: url(/Static/fonts/oswald/oswaldsemibold.woff2) format("woff2"), url(/Static/fonts/oswald/oswaldsemibold.woff) format("woff");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'oswald';
  src: url(/Static/fonts/oswald/oswaldmedium.woff2) format("woff2"), url(/Static/fonts/oswald/oswaldmedium.woff) format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'oswald';
  src: url(/Static/fonts/oswald/oswaldregular.woff2) format("woff2"), url(/Static/fonts/oswald/oswaldregular.woff) format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'oswald';
  src: url(/Static/fonts/oswald/oswaldlight.woff2) format("woff2"), url(/Static/fonts/oswald/oswaldlight.woff) format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'muli';
  src: url(/Static/fonts/muli/muliextralight.woff2) format("woff2"), url(/Static/fonts/muli/muliextralight.woff) format("woff");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'muli';
  src: url(/Static/fonts/muli/muliextralightitalic.woff2) format("woff2"), url(/Static/fonts/muli/muliextralightitalic.woff) format("woff");
  font-weight: 200;
  font-style: italic; }

@font-face {
  font-family: 'muli';
  src: url(/Static/fonts/muli/mulilight.woff2) format("woff2"), url(/Static/fonts/muli/mulilight.woff) format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'muli';
  src: url(/Static/fonts/muli/mulilightitalic.woff2) format("woff2"), url(/Static/fonts/muli/mulilightitalic.woff) format("woff");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'muli';
  src: url(/Static/fonts/muli/muliregular.woff2) format("woff2"), url(/Static/fonts/muli/muliregular.woff) format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'muli';
  src: url(/Static/fonts/muli/muliregularitalic.woff2) format("woff2"), url(/Static/fonts/muli/muliregularitalic.woff) format("woff");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'muli';
  src: url(/Static/fonts/muli/mulisemibold.woff2) format("woff2"), url(/Static/fonts/muli/mulisemibold.woff) format("woff");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'muli';
  src: url(/Static/fonts/muli/mulisemibolditalic.woff2) format("woff2"), url(/Static/fonts/muli/mulisemibolditalic.woff) format("woff");
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: 'muli';
  src: url(/Static/fonts/muli/mulibold.woff2) format("woff2"), url(/Static/fonts/muli/mulibold.woff) format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'muli';
  src: url(/Static/fonts/muli/mulibolditalic.woff2) format("woff2"), url(/Static/fonts/muli/mulibolditalic.woff) format("woff");
  font-weight: 700;
  font-style: italic; }

/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

.svg-design-element-trondelag-teal {
  background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
  background-size: 3447px 3387px;
  background-position: 0 0;
  width: 104.53px;
  height: 116.53px; }

.svg-design-element-trondelag-teal-small, .filter-page__header-icon, .project-page__tag::before {
  background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
  background-size: 3447px 3387px;
  background-position: -105px -117px;
  width: 63.71px;
  height: 70.94px; }

.svg-design-element-trondelag-white, .footer__design-element {
  background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
  background-size: 3447px 3387px;
  background-position: -169px -188px;
  width: 104.53px;
  height: 116.53px; }

.svg-design-element-trondelag-white-large {
  background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
  background-size: 3447px 3387px;
  background-position: -274px -305px;
  width: 195.02px;
  height: 217.62px; }

.svg-design-element-trondelag-white-xl {
  background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
  background-size: 3447px 3387px;
  background-position: -470px -523px;
  width: 261.96px;
  height: 292.41px; }

.svg-design-element-trondelag-yellow {
  background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
  background-size: 3447px 3387px;
  background-position: -732px -816px;
  width: 104.7px;
  height: 116.7px; }

.svg-icon-45-degree-beige {
  background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
  background-size: 3447px 3387px;
  background-position: -837px -933px;
  width: 26px;
  height: 26px; }

.svg-icon-45-degree-find-employee {
  background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
  background-size: 3447px 3387px;
  background-position: -863px -959px;
  width: 60px;
  height: 60px; }

.svg-icon-45-degree-white {
  background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
  background-size: 3447px 3387px;
  background-position: -923px -1019px;
  width: 23px;
  height: 23px; }

.svg-icon-45-degree-yellow-left-title {
  background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
  background-size: 3447px 3387px;
  background-position: -946px -1042px;
  width: 36px;
  height: 35px; }

.svg-icon-about-us {
  background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
  background-size: 3447px 3387px;
  background-position: -982px -1077px;
  width: 32px;
  height: 39px; }

.svg-icon-about-us-small, .navigation-heading__icon--about::before {
  background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
  background-size: 3447px 3387px;
  background-position: -1014px -1116px;
  width: 26px;
  height: 30px; }

.svg-icon-arrow-down, .button--anchor::after {
  background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
  background-size: 3447px 3387px;
  background-position: -1040px -1146px;
  width: 18px;
  height: 21px; }

.svg-icon-calendar, .dropdown--calendar .dropdown__icon::after {
  background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
  background-size: 3447px 3387px;
  background-position: -1058px -1167px;
  width: 29px;
  height: 29px; }

.svg-icon-calendar-large {
  background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
  background-size: 3447px 3387px;
  background-position: -1087px -1196px;
  width: 38px;
  height: 38px; }

.svg-icon-cross-blue {
  background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
  background-size: 3447px 3387px;
  background-position: -1125px -1234px;
  width: 32px;
  height: 25px; }

.svg-icon-cross-red, .filter-item__remove-filter::before {
  background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
  background-size: 3447px 3387px;
  background-position: -1157px -1259px;
  width: 14px;
  height: 14px; }

.svg-icon-cross-turquoise, .header-toggle__icon:after {
  background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
  background-size: 3447px 3387px;
  background-position: -1171px -1273px;
  width: 16px;
  height: 16px; }

.svg-icon-document {
  background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
  background-size: 3447px 3387px;
  background-position: -1187px -1289px;
  width: 29px;
  height: 31px; }

.svg-icon-document-large {
  background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
  background-size: 3447px 3387px;
  background-position: -1216px -1320px;
  width: 38px;
  height: 40px; }

.svg-icon-document-mini, .emphasized-link--document::before {
  background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
  background-size: 3447px 3387px;
  background-position: -1254px -1360px;
  width: 18px;
  height: 19px; }

.svg-icon-double-arrow-black {
  background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
  background-size: 3447px 3387px;
  background-position: -1272px -1379px;
  width: 18px;
  height: 16px; }

.svg-icon-download, .icon-button--download .icon-button__icon {
  background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
  background-size: 3447px 3387px;
  background-position: -1290px -1395px;
  width: 17px;
  height: 18px; }

.svg-icon-download-calendar, .icon-button--download-calendar .icon-button__icon {
  background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
  background-size: 3447px 3387px;
  background-position: -1307px -1413px;
  width: 28px;
  height: 27px; }

.svg-icon-email {
  background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
  background-size: 3447px 3387px;
  background-position: -1335px -1440px;
  width: 32px;
  height: 29px; }

.svg-icon-email-small, .contact-link--email .contact-link__icon::before {
  background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
  background-size: 3447px 3387px;
  background-position: -1367px -1469px;
  width: 25px;
  height: 23px; }

.svg-icon-email-teal-large, .contact-link--minimal.contact-link--email .contact-link__icon::before, .footer--school .footer__contact-links > .contact-link--email.contact-link .contact-link__icon::before {
  background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
  background-size: 3447px 3387px;
  background-position: -1392px -1492px;
  width: 39px;
  height: 35px; }

.svg-icon-email-xs, .icon-link::before, .person__email::before, .icon-text::before, .person__number::before {
  background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
  background-size: 3447px 3387px;
  background-position: -1431px -1527px;
  width: 20px;
  height: 18px; }

.svg-icon-employee, .navigation-heading__icon--find-employee::before {
  background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
  background-size: 3447px 3387px;
  background-position: -1451px -1545px;
  width: 25px;
  height: 38px; }

.svg-icon-employee-black, .porthole::before {
  background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
  background-size: 3447px 3387px;
  background-position: -1476px -1583px;
  width: 25px;
  height: 38px; }

.svg-icon-employee-black-large {
  background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
  background-size: 3447px 3387px;
  background-position: -1501px -1621px;
  width: 36px;
  height: 56px; }

.svg-icon-employee-blue {
  background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
  background-size: 3447px 3387px;
  background-position: -1537px -1677px;
  width: 22px;
  height: 34px; }

.svg-icon-employee-large, .find-employee-page__heading::before {
  background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
  background-size: 3447px 3387px;
  background-position: -1559px -1711px;
  width: 36px;
  height: 56px; }

.svg-icon-employee-xl {
  background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
  background-size: 3447px 3387px;
  background-position: -1595px -1767px;
  width: 48px;
  height: 74px; }

.svg-icon-english {
  background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
  background-size: 3447px 3387px;
  background-position: -1643px -1841px;
  width: 25px;
  height: 26px; }

.svg-icon-external-link {
  background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
  background-size: 3447px 3387px;
  background-position: -1668px -1867px;
  width: 26px;
  height: 26px; }

.svg-icon-external-link-small, .emphasized-link--external::before, .see-all-link--external .see-all-link__link::before {
  background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
  background-size: 3447px 3387px;
  background-position: -1694px -1893px;
  width: 20px;
  height: 20px; }

.svg-icon-external-link-small-black {
  background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
  background-size: 3447px 3387px;
  background-position: -1714px -1913px;
  width: 20px;
  height: 20px; }

.svg-icon-external-link-xs {
  background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
  background-size: 3447px 3387px;
  background-position: -1734px -1933px;
  width: 14px;
  height: 14px; }

.svg-icon-external-link-xs-black {
  background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
  background-size: 3447px 3387px;
  background-position: -1748px -1947px;
  width: 14px;
  height: 14px; }

.svg-icon-facebook {
  background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
  background-size: 3447px 3387px;
  background-position: -1762px -1961px;
  width: 18px;
  height: 34px; }

.svg-icon-facebook-circle {
  background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
  background-size: 3447px 3387px;
  background-position: -1780px -1995px;
  width: 92px;
  height: 92px; }

.svg-icon-facebook-circle-small, .contact-link--turquoise.contact-link--facebook .contact-link__icon::before, .footer--school .footer__social-links > .contact-link--facebook.contact-link .contact-link__icon::before {
  background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
  background-size: 3447px 3387px;
  background-position: -1872px -2087px;
  width: 44px;
  height: 44px; }

.svg-icon-facebook-small, .contact-link--facebook .contact-link__icon::before {
  background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
  background-size: 3447px 3387px;
  background-position: -1916px -2131px;
  width: 14px;
  height: 26px; }

.svg-icon-facebook-teal, .contact-link--minimal.contact-link--facebook .contact-link__icon::before, .footer--school .footer__contact-links > .contact-link--facebook.contact-link .contact-link__icon::before {
  background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
  background-size: 3447px 3387px;
  background-position: -1930px -2157px;
  width: 18px;
  height: 34px; }

.svg-icon-grid, .display-switch__icon--grid {
  background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
  background-size: 3447px 3387px;
  background-position: -1948px -2191px;
  width: 22px;
  height: 22px; }

.svg-icon-hamburger, .header-toggle__icon--menu:before {
  background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
  background-size: 3447px 3387px;
  background-position: -1970px -2213px;
  width: 18px;
  height: 17px; }

.svg-icon-hamburger-blue {
  background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
  background-size: 3447px 3387px;
  background-position: -1988px -2230px;
  width: 32px;
  height: 25px; }

.svg-icon-instagram-circle-small, .contact-link--turquoise.contact-link--instagram .contact-link__icon::before, .footer--school .footer__social-links > .contact-link--instagram.contact-link .contact-link__icon::before {
  background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
  background-size: 3447px 3387px;
  background-position: -2020px -2255px;
  width: 44px;
  height: 44px; }

.svg-icon-link-arrow-black, .button--arrow::after, .round-button--icon::before, .round-button--next::before, .calendar__navigate-button--next::before, .slick__tfk-wrap .slick-arrow.slick-next::before, .round-button--previous::before, .calendar__navigate-button--previous::before, .slick__tfk-wrap .slick-arrow.slick-prev::before, .round-button--last::before, .round-button--first::before, .dropdown__icon::after, .menu-link::after, .menu-links__title-link::after, .navigation__link::after, .top-menu__link--language::after, .theme-page__link::after {
  background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
  background-size: 3447px 3387px;
  background-position: -2064px -2299px;
  width: 11px;
  height: 16px; }

.svg-icon-link-arrow-teal, .emphasized-link::before, .see-all-link__link::before {
  background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
  background-size: 3447px 3387px;
  background-position: -2075px -2315px;
  width: 11px;
  height: 16px; }

.svg-icon-list, .display-switch__icon--list {
  background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
  background-size: 3447px 3387px;
  background-position: -2086px -2331px;
  width: 23px;
  height: 22px; }

.svg-icon-minus {
  background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
  background-size: 3447px 3387px;
  background-position: -2109px -2353px;
  width: 22px;
  height: 6px; }

.svg-icon-minus-small {
  background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
  background-size: 3447px 3387px;
  background-position: -2131px -2359px;
  width: 16px;
  height: 5px; }

.svg-icon-mobile {
  background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
  background-size: 3447px 3387px;
  background-position: -2147px -2364px;
  width: 23px;
  height: 36px; }

.svg-icon-mobile-small, .contact-link--telephone .contact-link__icon::before {
  background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
  background-size: 3447px 3387px;
  background-position: -2170px -2400px;
  width: 17px;
  height: 26px; }

.svg-icon-mobile-teal-large, .contact-link--minimal.contact-link--telephone .contact-link__icon::before, .footer--school .footer__contact-links > .contact-link--telephone.contact-link .contact-link__icon::before {
  background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
  background-size: 3447px 3387px;
  background-position: -2187px -2426px;
  width: 23px;
  height: 36px; }

.svg-icon-mobile-xs {
  background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
  background-size: 3447px 3387px;
  background-position: -2210px -2462px;
  width: 14px;
  height: 21px; }

.svg-icon-norsk, .language-link::before {
  background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
  background-size: 3447px 3387px;
  background-position: -2224px -2483px;
  width: 25px;
  height: 26px; }

.svg-icon-our-services, .navigation-heading__icon--services::before {
  background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
  background-size: 3447px 3387px;
  background-position: -2249px -2509px;
  width: 39px;
  height: 39px; }

.svg-icon-pin {
  background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
  background-size: 3447px 3387px;
  background-position: -2288px -2548px;
  width: 26px;
  height: 33px; }

.svg-icon-pin-small, .contact-link--map .contact-link__icon::before {
  background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
  background-size: 3447px 3387px;
  background-position: -2314px -2581px;
  width: 17px;
  height: 22px; }

.svg-icon-pin-teal, .contact-link--minimal.contact-link--map .contact-link__icon::before, .footer--school .footer__contact-links > .contact-link--map.contact-link .contact-link__icon::before {
  background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
  background-size: 3447px 3387px;
  background-position: -2331px -2603px;
  width: 26px;
  height: 33px; }

.svg-icon-plus {
  background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
  background-size: 3447px 3387px;
  background-position: -2357px -2636px;
  width: 22px;
  height: 22px; }

.svg-icon-plus-small {
  background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
  background-size: 3447px 3387px;
  background-position: -2379px -2658px;
  width: 16px;
  height: 16px; }

.svg-icon-politics, .navigation-heading__icon--politics::before {
  background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
  background-size: 3447px 3387px;
  background-position: -2395px -2674px;
  width: 36px;
  height: 39px; }

.svg-icon-registration, .icon-button--registration .icon-button__icon {
  background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
  background-size: 3447px 3387px;
  background-position: -2431px -2713px;
  width: 29px;
  height: 29px; }

.svg-icon-samisk {
  background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
  background-size: 3447px 3387px;
  background-position: -2460px -2742px;
  width: 25px;
  height: 26px; }

.svg-icon-search {
  background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
  background-size: 3447px 3387px;
  background-position: -2485px -2768px;
  width: 29px;
  height: 32px; }

.svg-icon-search-large {
  background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
  background-size: 3447px 3387px;
  background-position: -2514px -2800px;
  width: 35px;
  height: 39px; }

.svg-icon-search-small, .search-form__submit::before {
  background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
  background-size: 3447px 3387px;
  background-position: -2549px -2839px;
  width: 22px;
  height: 24px; }

.svg-icon-search-turquoise-small, .header-toggle__icon--search:before {
  background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
  background-size: 3447px 3387px;
  background-position: -2571px -2863px;
  width: 16px;
  height: 17px; }

.svg-icon-telephone {
  background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
  background-size: 3447px 3387px;
  background-position: -2587px -2880px;
  width: 23px;
  height: 31px; }

.svg-icon-telephone-small {
  background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
  background-size: 3447px 3387px;
  background-position: -2610px -2911px;
  width: 18px;
  height: 24px; }

.svg-icon-telephone-xs, .icon-text::before, .person__number::before {
  background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
  background-size: 3447px 3387px;
  background-position: -2628px -2935px;
  width: 15px;
  height: 20px; }

.svg-icon-twitter {
  background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
  background-size: 3447px 3387px;
  background-position: -2643px -2955px;
  width: 36px;
  height: 28px; }

.svg-icon-twitter-small, .contact-link--twitter .contact-link__icon::before {
  background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
  background-size: 3447px 3387px;
  background-position: -2679px -2983px;
  width: 28px;
  height: 22px; }

.svg-icon-twitter-teal, .contact-link--minimal.contact-link--twitter .contact-link__icon::before, .footer--school .footer__contact-links > .contact-link--twitter.contact-link .contact-link__icon::before {
  background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
  background-size: 3447px 3387px;
  background-position: -2707px -3005px;
  width: 36px;
  height: 28px; }

.svg-icon-up-arrow {
  background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
  background-size: 3447px 3387px;
  background-position: -2743px -3033px;
  width: 35px;
  height: 23px; }

.svg-logo {
  background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
  background-size: 3447px 3387px;
  background-position: -2778px -3056px;
  width: 533.9px;
  height: 165.1px; }

.svg-logo-plain {
  background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
  background-size: 3447px 3387px;
  background-position: -3312px -3222px;
  width: 134.57px;
  height: 164.92px; }

/*------------------------------------*\
    #FORMS
\*------------------------------------*/
fieldset {
  border: 0;
  padding: 0;
  margin: 0; }

label {
  font-weight: 600; }

input[type="text"],
input[type="search"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="url"],
select,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0.5rem 0.65rem;
  transition: 150ms; }

button,
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "muli", sans-serif;
  cursor: pointer; }

input[type=search]::-ms-clear {
  display: none; }

.grid, .footer__columns, .feedback {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .grid__wrapper {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 15px; }
    @media (min-width: 600px) {
      .grid__wrapper {
        -webkit-flex: 0 0 50%;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        margin-bottom: 20px; } }
    @media (min-width: 1200px) {
      .grid__wrapper {
        -webkit-flex: 0 0 33.3%;
            -ms-flex: 0 0 33.3%;
                flex: 0 0 33.3%; } }
    .grid__wrapper--four-columns {
      margin-bottom: 0; }
      @media (min-width: 1441px) {
        .grid__wrapper--four-columns {
          -webkit-flex: 0 0 25%;
              -ms-flex: 0 0 25%;
                  flex: 0 0 25%; } }
  .grid__box {
    margin: 0 0 15px; }
    @media (min-width: 600px) {
      .grid__box {
        margin: 0 10px 15px; } }
    .grid__box--no-gutter {
      margin: 0; }
      @media (min-width: 600px) {
        .grid__box--no-gutter {
          margin: 0 10px 20px; } }

@media (min-width: 600px) {
  .grid__wrapper:nth-child(2n + 1) .grid__box {
    margin-left: 0; }
  .grid__wrapper:nth-child(2n) .grid__box {
    margin-right: 0; } }

@media (min-width: 1200px) {
  .grid__wrapper:nth-child(2n + 1) .grid__box {
    margin-left: 10px; }
  .grid__wrapper:nth-child(2n) .grid__box {
    margin-right: 10px; }
  .grid__wrapper:nth-child(3n + 1) .grid__box {
    margin-left: 0; }
  .grid__wrapper:nth-child(3n) .grid__box {
    margin-right: 0; } }

@media (min-width: 1441px) {
  .grid__wrapper:nth-child(2n + 1) .grid__box {
    margin-left: 10px; }
  .grid__wrapper:nth-child(2n) .grid__box {
    margin-right: 10px; }
  .grid__wrapper:nth-child(3n + 1) .grid__box {
    margin-left: 0; }
  .grid__wrapper:nth-child(3n) .grid__box {
    margin-right: 0; }
  .grid__wrapper--four-columns:nth-child(3n + 1) .grid__box {
    margin-left: 10px; }
  .grid__wrapper--four-columns:nth-child(3n) .grid__box {
    margin-right: 10px; }
  .grid__wrapper--four-columns:nth-child(4n + 1) .grid__box {
    margin-left: 0; }
  .grid__wrapper--four-columns:nth-child(4n) .grid__box {
    margin-right: 0; } }

/*------------------------------------*\
    #IMAGES
\*------------------------------------*/
figure {
  margin: 0; }

svg,
img {
  max-width: 100%; }

.grayscale {
  filter: url(/Static/css/data:image/svg+xml;utf8,<svg xmlns='http:/www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/></filter></svg>#grayscale);
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-filter: gray;
          filter: gray; }

/*------------------------------------*/
/* #LINKS
/*------------------------------------*/
/**
 * Generell lenkestil
 */
a {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: manual;
     -moz-hyphens: manual;
      -ms-hyphens: manual;
          hyphens: manual;
  border-bottom: 2px solid #000000;
  color: #000000;
  text-decoration: none;
  transition: all 150ms; }
  a:hover {
    border-bottom: 2px solid transparent; }
  a:focus {
    outline: #008A93 solid thick; }
    a:focus:hover {
      outline: none; }

/*------------------------------------*\
    #LISTS
\*------------------------------------*/
ul, ol {
  margin: 0 0 30px; }

/*------------------------------------*\
    #TABLES
\*------------------------------------*/
/*------------------------------------*\
    #TYPOGRAPHY
\*------------------------------------*/
body {
  font-size: 15px;
  font-family: "muli", sans-serif;
  font-weight: 400;
  line-height: 1.618;
  -webkit-font-smoothing: subpixel-antialiased; }
  @media (min-width: 900px) {
    body {
      font-size: 18px; } }

h1,
h2,
h3,
.meta-block h2,
.link-list__heading,
h4,
h5,
h6 {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: manual;
     -moz-hyphens: manual;
      -ms-hyphens: manual;
          hyphens: manual;
  margin-bottom: 0.6em;
  margin-top: 0;
  font-weight: 400;
  line-height: 1.2; }
  h1 a,
  h2 a,
  h3 a,
  .meta-block h2 a,
  .link-list__heading a,
  h4 a,
  h5 a,
  h6 a {
    color: inherit;
    text-decoration: none; }

h1,
.heading--xxl {
  font-family: "oswald", sans-serif;
  font-size: 40px; }
  @media (min-width: 900px) {
    h1,
    .heading--xxl {
      font-size: 60px; } }

h2,
.heading--xl {
  font-family: "oswald", sans-serif;
  font-size: 24px; }
  @media (min-width: 900px) {
    h2,
    .heading--xl {
      font-size: 36px; } }


h3,
.meta-block h2,
.link-list__heading,
.heading--large {
  font-family: "muli", sans-serif;
  font-size: 18px;
  font-weight: 700; }
  @media (min-width: 900px) {
    
    h3,
    .meta-block h2,
    .link-list__heading,
    .heading--large {
      font-size: 22px; } }

h4,
.heading--medium {
  font-family: "muli", sans-serif;
  font-size: 15px;
  font-weight: 700; }
  @media (min-width: 900px) {
    h4,
    .heading--medium {
      font-size: 18px; } }

h5,
.heading--small {
  font-family: "muli", sans-serif;
  font-size: 15px;
  font-weight: 600; }
  @media (min-width: 900px) {
    h5,
    .heading--small {
      font-size: 18px; } }

h6,
.heading--xs {
  font-family: "muli", sans-serif;
  font-size: 15px;
  font-weight: 400; }
  @media (min-width: 900px) {
    h6,
    .heading--xs {
      font-size: 18px; } }

.heading--hidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

p {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: manual;
     -moz-hyphens: manual;
      -ms-hyphens: manual;
          hyphens: manual;
  margin: 0;
  margin-bottom: 30px; }
  @media (min-width: 900px) {
    p {
      margin-bottom: 40px; } }

strong {
  font-weight: 700; }

mark {
  background: #fade29; }

@media (min-width: 900px) {
  .l-2-column {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .l-2-column > *:first-child {
      padding-right: 40px; } }

.l-2-column__wide-column {
  -webkit-flex: 0 0 66.66667%;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%; }
  @media (min-width: 900px) {
    .l-2-column__wide-column {
      max-width: 66.66667%; } }

.l-2-column__narrow-column {
  -webkit-flex: 1 1 33.33333%;
      -ms-flex: 1 1 33.33333%;
          flex: 1 1 33.33333%; }

/*------------------------------------*/
/* #L-CONTAINER
/*------------------------------------*/
/**
 * Max width container with gutter padding
 */
.l-container {
  position: relative;
  max-width: 1310px;
  margin: 0 auto;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  /**
   * For modern browsers
   * 1. The space content is one way to avoid an Opera bug when the
   *    contenteditable attribute is included anywhere else in the document.
   *    Otherwise it causes space to appear at the top and bottom of elements
   *    that are clearfixed.
   * 2. The use of `table` rather than `block` is only necessary if using
   *    `:before` to contain the top-margins of child elements.
   */ }
  .l-container::before, .l-container::after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .l-container::after {
    clear: both; }
  .l-container--no-pad {
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
    padding: 0; }

/*------------------------------------*/
/*  #L-GRID
/*------------------------------------*/
/**
 * Styles for columned layout. Used in conjuction with utility classes to
 * set column width at different breakpoints. Idea taken from the Inuit CSS
 * framework: https://github.com/inuitcss/inuitcss/blob/develop/objects/_objects.layout.scss
 */
.l-grid {
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -15px; }
  .l-grid__item {
    width: 100%;
    padding-left: 15px; }
  .l-grid--overflow {
    overflow: visible; }
  .l-grid--gutter-sm {
    margin-left: -20px; }
    .l-grid--gutter-sm .l-grid__item {
      padding-left: 20px; }
  .l-grid--gutter-md {
    margin-left: -30px; }
    .l-grid--gutter-md .l-grid__item {
      padding-left: 30px; }

.layout {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh; }
  .layout__header {
    margin: 0;
    padding: 0; }
  .layout__main-content {
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    margin: 0 auto;
    max-width: 1310px;
    margin: 0 auto;
    width: 100%;
    padding: 15px; }
    .layout__main-content--full-size {
      max-width: none;
      padding: 0; }

/*------------------------------------*/
/* #BYLINE
/*------------------------------------*/
/**
 * Byline that shows information connected to an article
 */
.byline {
  background: #ffffff;
  padding: 15px; }
  @media (min-width: 1200px) {
    .byline {
      padding: 40px; } }
  .byline__author {
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 15px; }
  .byline--clipped {
    padding-bottom: 40px;
    background: linear-gradient(-45deg, transparent 21.2132px, #ffffff 0); }
    @media (min-width: 900px) {
      .byline--clipped {
        background: linear-gradient(-45deg, transparent 28.28427px, #ffffff 0); } }

/*------------------------------------*/
/* #CARD
/*------------------------------------*/
/**
 * Card component
 */
.card {
  background-color: #ffffff;
  border-bottom: none;
  display: block;
  transition: background-color 150ms linear;
  /**
     * Make sure we are only applying the following styles if our card
     * is a link
     */
  /**
     * Image grid showing 3 columns of images on larger screen
     * sizes (tablet-ish and up)
     *
     * (1) Set base bottom margins between images.
     * (2) Initialize grid for larger viewports
     */ }
  a.card:hover,
  a.card:focus {
    background-color: #fade29;
    border-bottom: none;
    outline: none; }
    a.card:hover .card__image::before,
    a.card:focus .card__image::before {
      opacity: 1; }
    a.card:hover .card__image figure::before,
    a.card:focus .card__image figure::before {
      opacity: 0.5; }
    a.card:hover .card__tag::before,
    a.card:focus .card__tag::before {
      background-color: #ffffff; }
  .card__tag {
    font-family: "muli", sans-serif;
    font-size: 15px;
    font-weight: 400;
    font-family: "oswald", sans-serif;
    text-transform: uppercase;
    padding: 15px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media (min-width: 900px) {
      .card__tag {
        font-size: 18px; } }
    .card__tag::before {
      content: "";
      display: block;
      background-color: #fade29;
      border-radius: 2.5px;
      height: 19.6px;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      -webkit-transform-origin: bottom center;
          -ms-transform-origin: bottom center;
              transform-origin: bottom center;
      width: 5px;
      margin-right: 22px;
      transition: background-color 150ms linear; }
      @media (min-width: 900px) {
        .card__tag::before {
          display: block;
          background-color: #fade29;
          border-radius: 3px;
          height: 23.8px;
          -webkit-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
                  transform: rotate(45deg);
          -webkit-transform-origin: bottom center;
              -ms-transform-origin: bottom center;
                  transform-origin: bottom center;
          width: 6px;
          margin-right: 25px; } }
  .card__image-wrapper {
    margin: 15px 0; }
  .card__image {
    position: relative;
    overflow: hidden;
    background-color: #ebe9df; }
    .card__image::before {
      background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
      background-size: 3447px 3387px;
      background-position: -169px -188px;
      width: 104.53px;
      height: 116.53px;
      content: '';
      display: block;
      opacity: 0;
      position: absolute;
      right: 25px;
      transition: opacity 150ms linear;
      top: 20px;
      z-index: 2; }
      @media (min-width: 1200px) {
        .card__image::before {
          background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
          background-size: 3447px 3387px;
          background-position: -274px -305px;
          width: 195.02px;
          height: 217.62px; } }
  .card__image-grid {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: -15px;
    margin-top: -15px;
    /* (1) */
    /**
         * Create decoration on hover
         */ }
    .card__image-grid > * {
      width: 100%;
      padding-left: 15px;
      padding-top: 15px; }
    @media (min-width: 600px) {
      .card__image-grid {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        margin-left: -15px;
        margin-top: -15px;
        /* (2) */ }
        .card__image-grid > * {
          width: 33.33333%;
          padding-left: 15px;
          padding-top: 15px; } }
    .card__image-grid a {
      border: none; }
    .card__image-grid .image {
      position: relative;
      margin-bottom: 0; }
      .card__image-grid .image::before, .card__image-grid .image::after {
        content: '';
        display: block;
        opacity: 0;
        position: absolute;
        transition: opacity 150ms linear; }
      .card__image-grid .image::before {
        background-color: rgba(250, 222, 41, 0.5);
        width: 100%;
        height: 100%;
        z-index: 2; }
      .card__image-grid .image::after {
        background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
        background-size: 3447px 3387px;
        background-position: -169px -188px;
        width: 104.53px;
        height: 116.53px;
        right: 5%;
        top: 20px;
        z-index: 2; }
    .card__image-grid a:hover .image::before, .card__image-grid a:hover .image::after {
      opacity: 1; }
    @media (min-width: 900px) {
      .card-grid__item:first-child:nth-last-child(n + 3) .card__image-grid,
      .card-grid__item:first-child:nth-last-child(n + 3) ~ * .card__image-grid, .card__image-grid--odd {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        margin-left: -20px;
        margin-top: -20px; }
        .card-grid__item:first-child:nth-last-child(n + 3) .card__image-grid > *,
        .card-grid__item:first-child:nth-last-child(n + 3) ~ * .card__image-grid > *, .card__image-grid--odd > * {
          width: 50%;
          padding-left: 20px;
          padding-top: 20px; } }
  .card__body {
    padding: 20px 15px;
    position: relative;
    /**
         * Remove top pad if body is immediate sibling og tag
         */ }
    .card__body > *:last-child {
      margin-bottom: 0; }
    @media (min-width: 600px) {
      .card__body {
        padding: 30px 15px; } }
    @media (min-width: 900px) {
      .card__body {
        padding: 25px 15px 30px; } }
    .card__tag + .card__body {
      padding-top: 0; }
  .card__title {
    font-family: "oswald", sans-serif;
    font-size: 24px; }
    @media (min-width: 900px) {
      .card__title {
        font-size: 36px; } }
    @media (min-width: 600px) {
      .card__title {
        font-size: 36px;
        margin-bottom: 15px; } }
  .card__date {
    margin-bottom: 5px;
    font-size: 14px; }
    @media (min-width: 600px) {
      .card__date {
        font-size: 15px; } }
  .card__description {
    color: #4a4a4a; }

.event-summary {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px; }
  @media (min-width: 900px) {
    .event-summary {
      background-color: #e1dfcf;
      display: block;
      padding: 0 10px; } }
  .event-summary__date {
    background-color: #e1dfcf;
    display: block;
    -webkit-flex: 0 1 140px;
        -ms-flex: 0 1 140px;
            flex: 0 1 140px;
    line-height: 1;
    margin-right: 10px;
    padding: 20px 0;
    text-align: center; }
    @media (min-width: 900px) {
      .event-summary__date {
        margin-bottom: 14px;
        position: relative;
        margin: 0; }
        .event-summary__date::after {
          background-color: #fade29;
          border-radius: 2px;
          bottom: -4px;
          content: '';
          display: block;
          height: 4px;
          left: 0;
          position: absolute;
          transition: background-color 150ms linear, width 300ms ease-in-out;
          width: 100%; } }
    .event-summary__date--double {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
  .event-summary__day {
    font-family: "oswald", sans-serif;
    font-size: 40px;
    display: block;
    margin-bottom: 10px; }
    @media (min-width: 900px) {
      .event-summary__day {
        font-size: 60px; } }
  .event-summary__month {
    font-size: 24px;
    text-transform: uppercase; }
    .event-summary__month > abbr {
      text-decoration: none; }
  .event-summary__details {
    background-color: #e1dfcf;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding: 15px;
    text-align: center; }
    @media (min-width: 900px) {
      .event-summary__details {
        display: block;
        padding: 20px 0; } }
  .event-summary__label {
    font-size: 11px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    -webkit-hyphens: manual;
       -moz-hyphens: manual;
        -ms-hyphens: manual;
            hyphens: manual;
    text-transform: uppercase; }
    @media (min-width: 900px) {
      .event-summary__label {
        font-size: 15px; } }
  .event-summary__date-detail {
    display: block;
    font-weight: 700;
    margin-bottom: 5px; }
    .event-summary__date-detail:last-child {
      margin-bottom: 0; }
    @media (min-width: 900px) {
      .event-summary__date-detail {
        margin-bottom: 10px; } }
  .event-summary__divider {
    margin-bottom: 14px;
    position: relative;
    display: block;
    padding-top: 10px;
    margin-bottom: 15px; }
    .event-summary__divider::after {
      background-color: #fade29;
      border-radius: 2px;
      bottom: -4px;
      content: '';
      display: block;
      height: 4px;
      left: 0;
      position: absolute;
      transition: background-color 150ms linear, width 300ms ease-in-out;
      width: 100%; }
    @media (min-width: 900px) {
      .event-summary__divider {
        margin-bottom: 20px; } }

.fact-box {
  background-color: #ebe9df; }
  @media (min-width: 900px) {
    .fact-box {
      -webkit-align-items: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 50px; } }
  .fact-box__facts {
    padding: 15px; }
    @media (min-width: 900px) {
      .fact-box__facts {
        -webkit-flex: 1 1 33.3%;
            -ms-flex: 1 1 33.3%;
                flex: 1 1 33.3%;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2;
        padding: 20px; } }
  .fact-box__title {
    margin-bottom: 20px; }
  .fact-box__table {
    display: table;
    margin-bottom: 10px; }
  .fact-box__row {
    display: table-row; }
    .fact-box__row > * {
      display: table-cell;
      padding-bottom: 10px; }
      .fact-box__row > *:first-child {
        padding-right: 10px; }
  .fact-box__label {
    font-weight: 700;
    margin-bottom: 10px; }
  .fact-box__figures {
    min-height: 100%; }
    @media (min-width: 900px) {
      .fact-box__figures {
        -webkit-flex: 0 0 66.6%;
            -ms-flex: 0 0 66.6%;
                flex: 0 0 66.6%;
        max-width: 66.6%;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1; } }
  .fact-box__placeholder-image:nth-child(n+2) {
    display: none; }
  @media (min-width: 900px) {
    .fact-box__placeholder-image {
      background-image: url(/Static/images/layout/teaser-background.svg);
      background-repeat: no-repeat;
      background-size: 100%;
      height: 0;
      padding-bottom: 60%;
      width: 100%; } }

/*------------------------------------*/
/* #META-BLOCK
/*------------------------------------*/
/**
 * Block component that contains suplemental information for the context.
 * The block has a yellow border and and a cut corner.
 */
.meta-block {
  max-width: 386px;
  padding: 3px;
  background: linear-gradient(-45deg, transparent 21.2132px, #fade29 0);
  margin-bottom: 30px;
  /* Make h2 one size smaller for this component */ }
  .meta-block__content {
    padding: 30px 25px;
    background: linear-gradient(-45deg, transparent 20.2132px, #ffffff 0); }
    .meta-block__content > *:last-child {
      margin-bottom: 0; }
  @media (min-width: 900px) {
    .meta-block {
      margin-bottom: 40px; } }
  @media (min-width: 900px) {
    .meta-block {
      padding: 3px;
      background: linear-gradient(-45deg, transparent 28.28427px, #fade29 0); }
      .meta-block__content {
        padding: 30px 25px;
        background: linear-gradient(-45deg, transparent 27.28427px, #ffffff 0); }
        .meta-block__content > *:last-child {
          margin-bottom: 0; } }

/*------------------------------------*/
/*  #NOSCRIPT
/*------------------------------------*/
/**
 * Components to be shown when JS is disabled
 */
.noscript__component {
  display: none !important; }
  .noscript .noscript__component {
    display: block !important;
    width: 100%; }
  .noscript__component > *:last-child {
    margin-bottom: 0; }

.noscript .noscript__hide {
  display: none !important; }

.notice-box {
  background: #fafaf7;
  border: 3px solid #008A93;
  margin: 0 auto 15px;
  padding: 30px 30px 40px;
  text-align: left; }
  @media (min-width: 900px) {
    .notice-box {
      margin: 0 auto 40px;
      padding: 40px; } }
  .notice-box__title {
    font-family: "oswald", sans-serif;
    font-size: 24px; }
    @media (min-width: 900px) {
      .notice-box__title {
        font-size: 36px; } }
  .notice-box__ingress {
    margin-bottom: 40px; }

.organisation-map {
  margin: 0;
  padding-left: 0; }
  .organisation-map__list-item {
    list-style: none;
    margin: 0;
    padding: 0; }
  .organisation-map__toggle-content {
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: none; }
    .organisation-map__toggle-content--open,
    .noscript .organisation-map__toggle-content {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
  .organisation-map__level {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 0;
    padding-left: 20px;
    -webkit-padding-start: 20px; }
    @media (min-width: 900px) {
      .organisation-map__level {
        padding-left: 40px;
        -webkit-padding-start: 40px; } }

.people__heading {
  font-family: "muli", sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 40px; }
  @media (min-width: 900px) {
    .people__heading {
      font-size: 22px; } }
  @media (min-width: 900px) {
    .people__heading {
      margin-bottom: 50px; } }

.people__person {
  margin-bottom: 40px; }
  .people__person:last-child {
    margin-bottom: 0; }
  @media (min-width: 900px) {
    .people__person {
      margin-bottom: 50px; } }

.quote__text {
  font-style: italic;
  margin-bottom: 15px; }
  @media (min-width: 900px) {
    .quote__text {
      margin-bottom: 20px; } }

.quote--rich {
  position: relative;
  margin: 0;
  padding: 15px 15px 15px 60px; }
  .rich-text .quote--rich {
    margin-bottom: 30px; }
    @media (min-width: 900px) {
      .rich-text .quote--rich {
        margin-bottom: 40px; } }
  .quote--rich:before {
    content: '“';
    font-family: Georgia, serif;
    font-size: calc(60px * 2);
    line-height: 1;
    color: #cdc9af;
    position: absolute;
    left: 0;
    top: 0; }
  .quote--rich .quote__text {
    font-style: normal;
    margin-bottom: 10px;
    font-size: 18px; }
    @media (min-width: 900px) {
      .quote--rich .quote__text {
        font-size: 22px; } }
    @media (min-width: 900px) {
      .quote--rich .quote__text {
        margin-bottom: 15px; } }
  .quote--rich .quote__source {
    color: #4a4a4a; }
    .quote--rich .quote__source:before {
      content: '— ';
      display: inline-block; }

@media (min-width: 900px) {
  .read-more {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

.read-more__text {
  font-family: "muli", sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px; }
  @media (min-width: 900px) {
    .read-more__text {
      font-size: 22px; } }
  @media (min-width: 900px) {
    .read-more__text {
      -webkit-flex: 0 0 50%;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      margin: 0 20px 0 0; } }

@media (min-width: 900px) {
  .read-more__buttons {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    margin-left: 20px; } }

.rss-feed__list {
  margin: 6px 0 0 0;
  padding: 0; }

.rss-feed__item {
  margin-bottom: 6px;
  position: relative;
  list-style: none;
  padding: 10px 0; }
  .rss-feed__item::after {
    background-color: #fade29;
    border-radius: 3px;
    bottom: -6px;
    content: '';
    display: block;
    height: 6px;
    left: 0;
    position: absolute;
    transition: background-color 150ms linear, width 300ms ease-in-out;
    width: 86px; }
  .rss-feed__item:first-child {
    padding-top: 16px;
    position: relative; }
    .rss-feed__item:first-child::before {
      background-color: #fade29;
      border-radius: 3px;
      content: '';
      display: block;
      height: 6px;
      left: 0;
      position: absolute;
      transition: background-color 150ms linear, width 300ms ease-in-out;
      top: 0;
      width: 86px; }
  .rss-feed__item > * {
    margin-bottom: 5px; }
    .rss-feed__item > *:last-child {
      margin-bottom: 0; }
  @media (min-width: 900px) {
    .rss-feed__item {
      padding: 15px 0; } }

.rss-feed__date {
  font-size: 11px;
  display: block; }
  @media (min-width: 900px) {
    .rss-feed__date {
      font-size: 15px; } }

.rss-feed__title {
  font-family: "muli", sans-serif;
  font-size: 15px;
  font-weight: 700;
  border: none;
  display: block; }
  @media (min-width: 900px) {
    .rss-feed__title {
      font-size: 18px; } }
  .rss-feed__title:hover {
    border: none;
    text-decoration: underline; }

.rss-feed--muted .rss-feed__item {
  border-bottom: 3px solid #cdc9af; }
  .rss-feed--muted .rss-feed__item::after {
    content: none; }
  .rss-feed--muted .rss-feed__item:first-child {
    border-top: 3px solid #cdc9af; }
    .rss-feed--muted .rss-feed__item:first-child::before {
      content: none; }

.rss-feed--columnized:nth-child(n+2) .rss-feed__item:first-child {
  padding-top: 10px; }
  .rss-feed--columnized:nth-child(n+2) .rss-feed__item:first-child::before {
    content: none; }
  @media (min-width: 900px) {
    .rss-feed--columnized:nth-child(n+2) .rss-feed__item:first-child {
      padding-top: 16px; }
      .rss-feed--columnized:nth-child(n+2) .rss-feed__item:first-child::before {
        content: ''; } }

.supplementary-box {
  background-color: #ffffff;
  padding: 20px;
  /* Cut corner bg */ }
  .supplementary-box__title {
    font-family: "muli", sans-serif;
    font-size: 18px;
    font-weight: 700; }
    @media (min-width: 900px) {
      .supplementary-box__title {
        font-size: 22px; } }
  .supplementary-box > * {
    margin-bottom: 15px; }
    .supplementary-box > *:last-child {
      margin-bottom: 0; }
  .supplementary-box--clipped {
    padding-bottom: 40px;
    background: linear-gradient(-45deg, transparent 21.2132px, #ffffff 0);
    padding-bottom: 60px; }
    @media (min-width: 900px) {
      .supplementary-box--clipped {
        background: linear-gradient(-45deg, transparent 28.28427px, #ffffff 0); } }

.table {
  border-top: 3px solid #fade29;
  border-bottom: 3px solid #fade29;
  border-collapse: separate;
  border-spacing: 0 1em;
  margin-left: auto;
  margin-right: auto;
  table-layout: fixed;
  text-align: left;
  width: 100%;
  margin-bottom: 30px; }
  @media (min-width: 900px) {
    .table {
      margin-bottom: 40px; } }
  @media (min-width: 900px) {
    .table {
      border-collapse: collapse;
      border-spacing: 0;
      border-top: 3px solid transparent !important;
      display: table;
      table-layout: auto; } }
  .table tr {
    display: block;
    padding: 20px;
    width: 100%; }
    .table tr:nth-child(odd) {
      background: #e1dfcf; }
    @media (min-width: 900px) {
      .table tr {
        display: table;
        padding: 0;
        width: 100%; } }
  .table th, .table td {
    background-clip: padding-box;
    display: block;
    padding: 0 10px;
    white-space: normal;
    width: 100%; }
    @media (min-width: 900px) {
      .table th, .table td {
        display: table-cell;
        padding: 10px; }
        .table th:nth-child(1), .table td:nth-child(1) {
          width: 60% !important; }
        .table th:nth-child(2), .table td:nth-child(2) {
          width: 25%; }
        .table th:nth-child(3), .table td:nth-child(3) {
          width: 15%; } }
  .table td {
    position: relative;
    vertical-align: top; }
  .table thead {
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    /* IE6, IE7 */
    border: 0;
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
    @media (min-width: 900px) {
      .table thead {
        clip: auto;
        height: auto;
        overflow: auto;
        position: relative;
        width: auto; } }
    .table thead th {
      background-color: #ffffff !important;
      border-bottom: 3px solid #fade29 !important; }
  .table tbody {
    display: table-row-group;
    width: 100%; }
    @media (min-width: 900px) {
      .table tbody {
        display: table-row; } }
    .table tbody th {
      padding-bottom: 10px; }
    .table tbody th[data-title]:before {
      content: attr(data-title);
      display: block;
      float: left;
      font-weight: 700;
      padding-right: 10px;
      display: none; }
      @media (min-width: 900px) {
        .table tbody th[data-title]:before {
          content: none; } }
    .table tbody td[data-title]:before {
      content: attr(data-title) ": ";
      display: block;
      float: left;
      font-weight: 700;
      padding-right: 10px; }
      @media (min-width: 900px) {
        .table tbody td[data-title]:before {
          content: none; } }

/*------------------------------------*/
/* #TEXT-BLOCK
/*------------------------------------*/
/**
 * Block component that contains suplemental information for the context.
 * The block has a different shade of background-color
 */
.text-block {
  background-color: #ebe9df;
  padding: 25px;
  margin-bottom: 30px; }
  @media (min-width: 900px) {
    .text-block {
      margin-bottom: 40px; } }
  @media (min-width: 900px) {
    .text-block {
      padding: 40px; } }
  .text-block p:last-child {
    margin-bottom: 0; }

/*------------------------------------*/
/* #FACEBOOK-FEED
/*------------------------------------*/
/**
 * Container for the Facebook Page plugin (https://developers.facebook.com/docs/plugins/page-plugin/)
 */
.facebook-feed {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 400px; }

.button, .icon-button, form.EPiServerForms .Form__NavigationBar .btnPrev, form.EPiServerForms .Form__NavigationBar .btnNext, .FormSubmitButton, .FormResetButton,
.FormCaptcha__Refresh {
  background: #fade29;
  border: none;
  display: inline-block;
  font-family: "muli", sans-serif;
  font-size: 15px;
  font-weight: 700;
  padding: 12px 30px;
  text-align: center;
  transition: background-color 150ms linear; }
  @media (min-width: 900px) {
    .button, .icon-button, form.EPiServerForms .Form__NavigationBar .btnPrev, form.EPiServerForms .Form__NavigationBar .btnNext, .FormSubmitButton, .FormResetButton,
    .FormCaptcha__Refresh {
      font-size: 18px;
      font-weight: 600; } }
  .button:hover, .icon-button:hover, form.EPiServerForms .Form__NavigationBar .btnPrev:hover, form.EPiServerForms .Form__NavigationBar .btnNext:hover, .FormSubmitButton:hover, .FormResetButton:hover,
  .FormCaptcha__Refresh:hover, .button:focus, .icon-button:focus, form.EPiServerForms .Form__NavigationBar .btnPrev:focus, form.EPiServerForms .Form__NavigationBar .btnNext:focus, .FormSubmitButton:focus, .FormResetButton:focus,
  .FormCaptcha__Refresh:focus {
    background: #cdc9af;
    border: none;
    box-shadow: none;
    outline: none; }
  .button--muted, .icon-button--muted {
    background-color: #ebe9df;
    color: #003f51;
    font-weight: 400;
    padding: 5px 30px; }
  .button--inverted, .button--anchor, form.EPiServerForms .Form__NavigationBar .btnPrev, form.EPiServerForms .Form__NavigationBar .btnNext, .FormResetButton,
  .FormCaptcha__Refresh {
    background: #ebe9df; }
    .button--inverted:hover, .button--anchor:hover, form.EPiServerForms .Form__NavigationBar .btnPrev:hover, form.EPiServerForms .Form__NavigationBar .btnNext:hover, .FormResetButton:hover,
    .FormCaptcha__Refresh:hover, .button--inverted:focus, .button--anchor:focus, form.EPiServerForms .Form__NavigationBar .btnPrev:focus, form.EPiServerForms .Form__NavigationBar .btnNext:focus, .FormResetButton:focus,
    .FormCaptcha__Refresh:focus {
      background: #fade29; }
    .button--inverted:disabled:hover, .button--anchor:disabled:hover, form.EPiServerForms .Form__NavigationBar .btnPrev:disabled:hover, form.EPiServerForms .Form__NavigationBar .btnNext:disabled:hover, .FormResetButton:disabled:hover,
    .FormCaptcha__Refresh:disabled:hover, .button--inverted:disabled:focus, .button--anchor:disabled:focus, form.EPiServerForms .Form__NavigationBar .btnPrev:disabled:focus, form.EPiServerForms .Form__NavigationBar .btnNext:disabled:focus, .FormResetButton:disabled:focus,
    .FormCaptcha__Refresh:disabled:focus {
      background: #ebe9df; }
  .button--anchor {
    padding-left: 20px;
    padding-right: 50px;
    position: relative; }
    .button--anchor::after {
      bottom: 0;
      content: '';
      display: block;
      margin: auto 0;
      position: absolute;
      right: 20px;
      top: 0; }
  .button--arrow {
    padding-left: 20px;
    padding-right: 50px;
    position: relative;
    text-align: left; }
    .button--arrow::after {
      bottom: 0;
      content: '';
      display: block;
      margin: auto 0;
      position: absolute;
      right: 20px;
      top: 0; }
  .button--heavy {
    font-size: 18px;
    font-weight: 700; }
    @media (min-width: 900px) {
      .button--heavy {
        font-size: 22px; } }
  .button--block {
    display: block; }

.elevator-button {
  background-color: #fade29;
  border-bottom: none;
  display: inline-block;
  padding: 15px 20px 10px;
  text-align: center; }
  .elevator-button:focus, .elevator-button:hover {
    background-color: #cdc9af;
    border-bottom: none;
    outline: none; }
  @media (min-width: 900px) {
    .elevator-button__icon {
      background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
      background-size: 3447px 3387px;
      background-position: -2743px -3033px;
      width: 35px;
      height: 23px;
      display: block;
      margin: 0 auto 5px; } }
  .elevator-button__label {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase; }

.filter-item {
  border-bottom: 3px solid #cdc9af;
  display: table;
  padding: 5px 15px;
  vertical-align: middle;
  transition: background-color 150ms linear;
  width: 100%; }
  .filter-item:focus, .filter-item:hover {
    background: #ebe9df;
    border-bottom: 3px solid #cdc9af;
    outline: none; }
  .filter-item--active {
    background: #ebe9df;
    border-left: 3px solid #cdc9af;
    border-right: 3px solid #cdc9af;
    padding: 5px 12px; }
    .filter-item--active .filter-item__remove-filter {
      visibility: visible; }
    .filter-item--active:focus, .filter-item--active:hover {
      background-color: #cdc9af;
      outline: none; }
  .filter-item--disabled {
    color: #727061;
    pointer-events: none; }
    .filter-item--disabled:focus, .filter-item--disabled:hover {
      background-color: transparent;
      outline: none; }
  .filter-item--small, .filter-list--small .filter-item {
    padding-left: 23px;
    padding-right: 23px; }
    .filter-item--small:hover, .filter-list--small .filter-item:hover {
      border-left: 3px solid #cdc9af;
      border-right: 3px solid #cdc9af;
      padding-left: 20px;
      padding-right: 20px; }
    .filter-item--small.filter-item--active, .filter-list--small .filter-item--active.filter-item {
      background-color: #ebe9df;
      border-left: 3px solid #cdc9af;
      border-right: 3px solid #cdc9af;
      font-weight: bold;
      padding-left: 20px;
      padding-right: 20px; }
  .filter-item > * {
    display: table-cell;
    height: 100%;
    margin: 0;
    vertical-align: middle; }
    .filter-item > *:nth-child(1) {
      width: 75%; }
    .filter-item > *:nth-child(2) {
      width: calc(25% - 16px); }
    .filter-item > *:nth-child(3) {
      width: 16px; }
  .filter-item__count {
    color: #003f51;
    font-weight: 700;
    text-align: center; }
  .filter-item__remove-filter {
    height: 16px;
    margin-left: 15px;
    text-align: right;
    width: 16px;
    visibility: hidden; }
    .filter-item__remove-filter::before {
      content: '';
      display: block;
      margin: 0 0 0 auto; }

.header-toggle {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  color: #000000;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: "oswald", sans-serif;
  font-size: 18px;
  line-height: 1;
  margin-right: 20px;
  padding: 15px 0;
  position: relative;
  text-transform: uppercase;
  transition: color 150ms linear; }
  .header-toggle:focus {
    color: #008A93;
    outline: #008A93 solid thick; }
    .header-toggle:focus:hover {
      outline: none; }
  .header-toggle:last-child {
    margin-right: 0; }
  .header-toggle:after {
    background-color: #fade29;
    bottom: -1px;
    content: '';
    display: block;
    height: 0;
    left: 0;
    position: absolute;
    width: 100%;
    transition: height 150ms ease-in-out; }
  .header-toggle__icon {
    display: inline-block;
    height: 18px;
    margin-right: 3px;
    position: relative; }
    .header-toggle__icon:before, .header-toggle__icon:after {
      bottom: 0;
      content: '';
      display: block;
      position: absolute;
      right: 0;
      transition: opacity 150ms linear; }
    .header-toggle__icon:before {
      opacity: 1; }
    .header-toggle__icon:after {
      opacity: 0; }
    .header-toggle__icon--search {
      width: 16px; }
    .header-toggle__icon--menu {
      width: 18px; }
  .header-toggle.is-active:after {
    height: 8px; }
  .header-toggle.is-active .header-toggle__icon:before {
    opacity: 0; }
  .header-toggle.is-active .header-toggle__icon:after {
    opacity: 1; }

.icon-button {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0; }
  .icon-button__icon {
    display: inline-block;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin: 0 5px 0 15px;
    position: relative; }
  .icon-button__label {
    padding-right: 8%;
    text-align: center;
    width: 100%; }
  .icon-button--muted {
    padding: 5px 0; }
  .icon-button--registration .icon-button__icon {
    margin-top: -4px; }

.organisation-toggle {
  background-color: #ebe9df;
  border: none;
  display: block;
  font-weight: 700;
  height: 50px;
  line-height: 50px;
  margin: 0 0 10px;
  padding: 0 20px 0 48px;
  text-align: left;
  transition: background-color 150ms linear;
  width: 100%;
  position: relative;
  z-index: 1; }
  .organisation-toggle__icon {
    display: block;
    height: 18px;
    position: absolute;
    width: 18px;
    bottom: 0;
    left: 15px;
    margin: auto 0;
    position: absolute;
    top: 0; }
    .organisation-toggle__icon::after, .organisation-toggle__icon::before {
      bottom: 0;
      background-color: #000000;
      border-radius: 2px;
      content: '';
      display: block;
      left: 0;
      margin: auto;
      position: absolute;
      right: 0;
      top: 0; }
    .organisation-toggle__icon::before {
      height: 100%;
      transition: height 150ms ease-in-out;
      width: 4px; }
    .organisation-toggle__icon::after {
      height: 4px;
      width: 100%; }
    .noscript .organisation-toggle__icon {
      display: none; }
  .organisation-toggle--active {
    background-color: #fade29; }
    .organisation-toggle--active .organisation-toggle__icon::before {
      height: 0; }
  .organisation-toggle--button {
    cursor: pointer; }
    .organisation-toggle--button:hover {
      background-color: #fade29; }
    .organisation-toggle--button:focus {
      outline: 0;
      background-color: #cdc9af; }

.round-button, .calendar__navigate-button, .slick__tfk-wrap .slick-arrow {
  background-color: #cdc9af;
  border: 3px solid #cdc9af;
  border-radius: 50%;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  height: 37px;
  padding: 0;
  text-align: center;
  transition: background-color 150ms linear;
  vertical-align: middle;
  width: 37px; }
  @media (min-width: 900px) {
    .round-button, .calendar__navigate-button, .slick__tfk-wrap .slick-arrow {
      height: 42px;
      width: 42px; } }
  .round-button:focus:not(:disabled), .calendar__navigate-button:focus:not(:disabled), .slick__tfk-wrap .slick-arrow:focus:not(:disabled), .round-button:hover:not(:disabled), .calendar__navigate-button:hover:not(:disabled), .slick__tfk-wrap .slick-arrow:hover:not(:disabled) {
    background-color: #fade29;
    cursor: pointer;
    outline: none; }
  .round-button--active {
    background-color: #fade29;
    transition: border-color 150ms linear; }
    .round-button--active:focus, .round-button--active:hover {
      border-color: #fade29; }
  @media (min-width: 900px) {
    .round-button--small, .calendar__navigate-button {
      height: 37px;
      width: 37px; } }
  .round-button--icon::before, .round-button--next::before, .calendar__navigate-button--next::before, .slick__tfk-wrap .slick-arrow.slick-next::before, .round-button--previous::before, .calendar__navigate-button--previous::before, .slick__tfk-wrap .slick-arrow.slick-prev::before, .round-button--last::before, .round-button--first::before {
    content: '';
    display: block;
    margin: auto; }
  .round-button--icon span, .round-button--next span, .calendar__navigate-button--next span, .slick__tfk-wrap .slick-arrow.slick-next span, .round-button--previous span, .calendar__navigate-button--previous span, .slick__tfk-wrap .slick-arrow.slick-prev span, .round-button--last span, .round-button--first span {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden; }
  .round-button--next, .calendar__navigate-button--next, .slick__tfk-wrap .slick-arrow.slick-next {
    padding-left: 3px; }
  .round-button--previous, .calendar__navigate-button--previous, .slick__tfk-wrap .slick-arrow.slick-prev {
    padding-right: 3px; }
    .round-button--previous::before, .calendar__navigate-button--previous::before, .slick__tfk-wrap .slick-arrow.slick-prev::before {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
  .round-button--last {
    padding-left: 2px; }
    .round-button--last::before {
      background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
      background-size: 3447px 3387px;
      background-position: -1272px -1379px;
      width: 18px;
      height: 16px; }
  .round-button--first {
    padding-right: 2px; }
    .round-button--first::before {
      background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
      background-size: 3447px 3387px;
      background-position: -1272px -1379px;
      width: 18px;
      height: 16px;
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
  .round-button--flex {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }

.control {
  cursor: pointer;
  display: block;
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative; }
  .control input {
    opacity: 0;
    position: absolute;
    z-index: -1; }
  .control__indicator {
    background: #ffffff;
    border: 2px solid #000000;
    border-radius: 2px;
    display: inline-block;
    height: 20px;
    position: absolute;
    width: 20px;
    top: 4px;
    left: 0; }

/* Hover and focus states */
/*.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: $color-primary;
}*/
.control input:focus ~ .control__indicator {
  background: #fade29; }

/* Checked state */
.control input:checked ~ .control__indicator {
  background: #fade29; }

/* Hover state whilst checked */
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #fcec81;
  border-color: #4a4a4a; }

/* Disabled state */
.control input:disabled ~ .control__indicator {
  pointer-events: none;
  opacity: .6;
  background: #e6e6e6; }

/* Check mark */
.control__indicator:after {
  content: '';
  display: none;
  position: absolute; }

/* Show check mark */
.control input:checked ~ .control__indicator:after {
  display: block; }

/* Checkbox tick */
.control--checkbox .control__indicator:after {
  border: solid #000000;
  border-width: 0 2px 2px 0;
  height: 8px;
  width: 3px;
  top: 2px;
  left: 6px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

/* Disabled tick colour */
.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b; }

.dropdown__label {
  font-family: "muli", sans-serif;
  font-size: 15px;
  font-weight: 600;
  display: block;
  padding-bottom: 3px; }
  @media (min-width: 900px) {
    .dropdown__label {
      font-size: 18px; } }

.dropdown__input {
  min-height: 50px;
  position: relative; }

.dropdown__button {
  background-color: #cdc9af;
  border: 3px solid #cdc9af;
  font-family: "muli", sans-serif;
  padding: 0 47px 0 0;
  position: relative;
  text-align: left;
  transition: all 150ms linear;
  width: 100%; }
  .dropdown__button:focus, .dropdown__button:hover {
    cursor: pointer;
    outline: none; }
    .dropdown__button:focus > .dropdown__icon, .dropdown__button:hover > .dropdown__icon {
      background-color: #ebe9df; }
  .dropdown__button:focus > .dropdown__icon {
    background-color: #fade29; }
  .dropdown__button--active > .dropdown__text {
    background-color: #ebe9df; }

.dropdown__text {
  font-weight: 700;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  display: block;
  min-height: 44px;
  padding: 13px 20px;
  width: 100%; }
  @media (min-width: 900px) {
    .dropdown__text {
      padding: 11px 20px; } }

.dropdown__icon {
  background-color: transparent;
  border-left: 3px solid #cdc9af;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  transition: background-color 300ms linear;
  width: 47px; }
  .dropdown__icon::after {
    content: '';
    display: block;
    position: absolute;
    right: 16px;
    top: 15px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    transition: top 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out, top 300ms ease-in-out;
    transition: transform 300ms ease-in-out, top 300ms ease-in-out, -webkit-transform 300ms ease-in-out; }

.dropdown__content {
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-color: #ffffff;
  border: 3px solid #cdc9af;
  border-top: none;
  display: none; }
  .noscript .dropdown__content {
    display: block; }

.dropdown__select {
  width: 100%; }

.dropdown__item {
  border-top: 2px solid #cdc9af;
  border-bottom: none;
  display: block;
  padding: 5px 20px;
  width: 100%; }
  .dropdown__item:first-child {
    border-top: none; }
  .dropdown__item:focus, .dropdown__item:hover {
    background: #fade29;
    border-top: 2px solid #fade29;
    border-bottom: none;
    outline: none; }
    .dropdown__item:focus:first-child, .dropdown__item:hover:first-child {
      border-top: none; }
    .dropdown__item:focus + .dropdown__item, .dropdown__item:hover + .dropdown__item {
      border-top: 2px solid #fade29; }
  .dropdown__item--selected {
    background: #ebe9df;
    border-top: 2px solid #ebe9df; }
    .dropdown__item--selected:first-child {
      border-top: none; }
    .dropdown__item--selected + .dropdown__item {
      border-top: 2px solid #ebe9df; }

.dropdown--open .dropdown__icon::after {
  top: 12px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg); }

.dropdown--open .dropdown__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.dropdown--calendar .dropdown__icon::after {
  right: 7px;
  top: 7px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none; }

.dropdown--calendar .dropdown__content {
  padding: 10px 5px 5px; }

.dropdown--filter .dropdown__content {
  padding: 10px 10px 20px; }

@media (min-width: 900px) {
  .dropdown--small-screens-only .dropdown__label {
    display: none; }
  .dropdown--small-screens-only .dropdown__input {
    border: none; }
  .dropdown--small-screens-only .dropdown__button {
    display: none; }
  .dropdown--small-screens-only .dropdown__content {
    border: none;
    display: block;
    padding: 0; } }

@media (min-width: 900px) {
  .dropdown--overlap .dropdown__content {
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 10; } }

.content-box, .digdem-page__header, .event-page__aside, .event-page__content-box, .search-page__content-box, .standard-page__header {
  background-color: #ffffff;
  padding: 15px;
  margin-bottom: 20px;
  /**
   * If the content box start with a large heading it will look like ther is
   * more padding on the top than on the bottom of the box
   */ }
  @media (min-width: 1200px) {
    .content-box, .digdem-page__header, .event-page__aside, .event-page__content-box, .search-page__content-box, .standard-page__header {
      margin-bottom: 40px; } }
  @media (min-width: 900px) {
    .content-box, .digdem-page__header, .event-page__aside, .event-page__content-box, .search-page__content-box, .standard-page__header {
      padding: 40px; } }
  .content-box--half-width {
    max-width: 640px; }
  .content-box--clipped, .digdem-page--school .standard-page__content-box, .event-page__content-box--clipped, .standard-page--school .standard-page__content-box {
    padding-bottom: 40px;
    background: linear-gradient(-45deg, transparent 21.2132px, #ffffff 0); }
    @media (min-width: 900px) {
      .content-box--clipped, .digdem-page--school .standard-page__content-box, .event-page__content-box--clipped, .standard-page--school .standard-page__content-box {
        background: linear-gradient(-45deg, transparent 28.28427px, #ffffff 0); } }
  .content-box--added-bottom-pad {
    padding-bottom: 50px; }
    @media (min-width: 900px) {
      .content-box--added-bottom-pad {
        padding-bottom: 80px; } }

.footer__top {
  max-width: 1310px;
  margin: 0 auto;
  width: 100%;
  padding: 15px;
  padding: 0 15px;
  text-align: right; }

.footer__main {
  background: #008A93;
  border-top: 10px solid #fade29;
  color: white; }

.footer__wrapper {
  max-width: 1310px;
  margin: 0 auto;
  width: 100%;
  padding: 15px; }

.footer__container {
  display: table;
  padding: 50px 0;
  width: 100%; }

.footer__row {
  display: table-row;
  display: table;
  width: 100%; }

.footer__cell {
  display: block;
  padding: 15px;
  width: 100%; }
  @media (min-width: 900px) {
    .footer__cell {
      display: table-cell;
      padding: 0 15px;
      vertical-align: top; }
      .footer__cell:first-child:not(.footer__cell---background) {
        width: 33%; }
      .footer__cell:last-child {
        width: 66%; } }

.footer__logo {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  @media (min-width: 900px) {
    .footer__logo {
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .footer__logo::before {
    background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
    background-size: 3447px 3387px;
    background-position: -274px -305px;
    width: 195.02px;
    height: 217.62px;
    content: '';
    display: block; }

.footer__column {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  margin-bottom: 25px; }
  @media (min-width: 900px) {
    .footer__column {
      -webkit-flex-basis: 50%;
          -ms-flex-preferred-size: 50%;
              flex-basis: 50%; } }

@media (min-width: 900px) {
  .footer__heading {
    max-width: 250px;
    padding-top: 6px;
    margin-bottom: 30px; } }

.footer__heading--hidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.footer .contact-link {
  color: #fade29;
  margin-bottom: 30px; }
  .footer .contact-link:hover {
    color: #cdc9af; }

.footer__rich-text {
  margin-bottom: 40px; }

.footer__map-link {
  margin-bottom: 40px; }

.footer__technical-link {
  border: none;
  color: #003f51; }
  .footer__technical-link:hover {
    border: none;
    text-decoration: underline; }

.footer__bottom {
  background-color: #008A93;
  width: 100%; }

.footer__design-element {
  margin: 15px auto 100px 15px; }
  @media (min-width: 900px) {
    .footer__design-element {
      background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
      background-size: 3447px 3387px;
      background-position: -470px -523px;
      width: 261.96px;
      height: 292.41px;
      margin: 75px auto 75px 15px; } }

.footer--school .footer__main {
  background-color: #fade29; }

.footer--school .footer__contact-links {
  margin-bottom: 50px; }
  .footer--school .footer__contact-links > .contact-link {
    margin-bottom: 20px; }
  @media (min-width: 900px) {
    .footer--school .footer__contact-links {
      margin-bottom: 60px; } }

.footer--school .footer__social-links {
  margin-bottom: 50px; }
  .footer--school .footer__social-links > .contact-link {
    margin-bottom: 20px; }
    @media (min-width: 600px) {
      .footer--school .footer__social-links > .contact-link {
        margin: 0 50px 0 0; } }
  @media (min-width: 600px) {
    .footer--school .footer__social-links {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 60px; } }

.footer--school .footer__editor-links {
  margin-bottom: 15px; }
  .footer--school .footer__editor-links > * {
    margin-bottom: 10px; }
  @media (min-width: 900px) {
    .footer--school .footer__editor-links {
      margin-bottom: 40px; } }

.footer--school .footer__technical-link {
  display: block;
  margin-bottom: 15px; }
  @media (min-width: 900px) {
    .footer--school .footer__technical-link {
      margin-bottom: 40px; } }

.header {
  /**
   * Modifier to ensure that the header lies on top of the folowing
   * .tab-drawer component which utilizes a negative top-margin.
   */ }
  .header:focus {
    outline: none;
    /* Header gets focus when using elevator button */ }
  .header__banner {
    background: #ffffff;
    margin: 0;
    padding: 0; }
    @media (min-width: 900px) {
      .header__banner {
        border-bottom: 7px solid #fade29;
        padding: 20px 0 0; } }
  .header__wrapper {
    max-width: 1310px;
    margin: 0 auto;
    width: 100%;
    padding: 15px;
    padding: 0; }
    @media (min-width: 900px) {
      .header__wrapper {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding: 0; } }
  .header__logo-row {
    border-bottom: 3px solid #fade29;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 15px; }
    @media (min-width: 900px) {
      .header__logo-row {
        border: none;
        padding: 0; } }
  .header__logo {
    padding: 10px 20px 10px 0; }
    @media (min-width: 900px) {
      .header__logo {
        padding: 0; } }
  .header__mobile-buttons {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media (min-width: 900px) {
      .header__mobile-buttons {
        display: none; } }
    .noscript .header__mobile-buttons {
      display: none; }
  .header__secondary-navigation {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (min-width: 900px) {
      .header__secondary-navigation {
        display: block; } }
  .header__top-menu {
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    border-bottom: 3px solid #fade29;
    display: none;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
    .header__top-menu--open,
    .noscript .header__top-menu {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    @media (min-width: 900px) {
      .header__top-menu {
        border-bottom: none;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }
  .header__search {
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    border-bottom: 5px solid #fade29;
    display: none;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    padding: 15px; }
    @media (min-width: 900px) {
      .header__search:not(.header__search--school) {
        border-bottom: none;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 25px;
        width: 470px; } }
    .header__search--school {
      width: 100%;
      -webkit-order: 0;
          -ms-flex-order: 0;
              order: 0;
      margin: 0 auto;
      padding-top: 25px;
      padding-bottom: 25px; }
      @media (min-width: 900px) {
        .header__search--school {
          position: relative;
          max-width: 742px;
          padding-top: 50px;
          padding-bottom: 50px;
          border: none; } }
    .header__search--open,
    .noscript .header__search {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
  .header__primary-navigation {
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: none; }
    .header__primary-navigation--school {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
    @media (min-width: 900px) {
      .header__primary-navigation--school:not(.header__primary-navigation--open) .navigation {
        display: none; }
        .noscript .header__primary-navigation--school:not(.header__primary-navigation--open) .navigation {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; } }
    .header__primary-navigation--open,
    .noscript .header__primary-navigation {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    @media (min-width: 900px) {
      .header__primary-navigation {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-basis: 100%;
            -ms-flex-preferred-size: 100%;
                flex-basis: 100%; } }
  @media (min-width: 600px) {
    .header__primary-navigation-group {
      border-bottom: 3px solid #fade29;
      padding: 15px; } }
  @media (min-width: 900px) {
    .header__primary-navigation-group {
      border-bottom: 0;
      padding: 20px 0; } }
  @media (min-width: 1200px) {
    .header__primary-navigation-group {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .header__breadcrumbs {
    max-width: 1310px;
    margin: 0 auto;
    width: 100%;
    padding: 15px;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    background-color: #ffffff;
    border-bottom: 3px solid #fade29;
    display: none; }
    .header__breadcrumbs--open,
    .noscript .header__breadcrumbs {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    @media (min-width: 900px) {
      .header__breadcrumbs {
        background-color: transparent;
        border-bottom: none;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }
  .header__separator {
    display: none;
    position: absolute;
    width: 100%;
    height: 3px;
    margin: 0;
    background: #fade29; }
    @media (min-width: 900px) {
      .header__separator {
        display: block; } }
  .header--school {
    position: relative;
    z-index: 2; }

.rich-text {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: manual;
     -moz-hyphens: manual;
      -ms-hyphens: manual;
          hyphens: manual;
  width: 100%; }
  .rich-text p, .rich-text h1, .rich-text h2, .rich-text h3, .rich-text .meta-block h2, .meta-block .rich-text h2, .rich-text .link-list__heading, .rich-text h4, .rich-text h5, .rich-text h6 {
    max-width: 800px; }
  .rich-text p + ul:not([class]) {
    margin-top: -30px; }
    @media (min-width: 900px) {
      .rich-text p + ul:not([class]) {
        margin-top: -40px; } }

/*------------------------------------*/
/* #HERO-IMAGE
/*------------------------------------*/
/**
 * Large image used on top of pages.
 * Currently only used on school front page
 */
.hero-image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  background: #ebe9df;
  margin-bottom: 15px; }
  .hero-image img {
    position: absolute;
    bottom: 0;
    width: 100%;
    object-fit: cover; }
    @supports (object-fit: cover) {
      .hero-image img {
        height: 100%; } }
  @media (min-width: 900px) {
    .hero-image {
      position: relative;
      overflow: hidden;
      width: 100%;
      height: 0;
      padding-bottom: 33.33333%;
      background: #ebe9df;
      margin-bottom: 40px; }
      .hero-image img {
        position: absolute;
        bottom: 0;
        width: 100%;
        object-fit: cover; }
        @supports (object-fit: cover) {
          .hero-image img {
            height: 100%; } } }

/*------------------------------------*/
/* #IMAGE
/*------------------------------------*/
/**
 * Image styles. 
 * Contains classes for constrainig aspect ratios, captions and decorations.
 */
.image {
  margin-bottom: 30px; }
  @media (min-width: 900px) {
    .image {
      margin-bottom: 40px; } }
  .image__image,
  .image img {
    display: block;
    width: 100%; }
  .image__caption {
    font-size: 15px;
    font-weight: 600;
    color: #4a4a4a;
    margin-top: 15px; }
    .standard-page__top-content-area .image__caption::after {
      content: "";
      display: block;
      width: 100%;
      height: 3px;
      margin-top: 15px;
      background: #cdc9af; }
  .image--square .image__img-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background: #ebe9df; }
    .image--square .image__img-wrapper img {
      position: absolute;
      bottom: 0;
      width: 100%;
      object-fit: cover; }
      @supports (object-fit: cover) {
        .image--square .image__img-wrapper img {
          height: 100%; } }
  .image--wide .image__img-wrapper, .standard-page__top-content-area .image .image__img-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    background: #ebe9df; }
    .image--wide .image__img-wrapper img, .standard-page__top-content-area .image .image__img-wrapper img {
      position: absolute;
      bottom: 0;
      width: 100%;
      object-fit: cover; }
      @supports (object-fit: cover) {
        .image--wide .image__img-wrapper img, .standard-page__top-content-area .image .image__img-wrapper img {
          height: 100%; } }
  .image--cut-corner .image__img-wrapper {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%); }
    @media (min-width: 900px) {
      .image--cut-corner .image__img-wrapper {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%);
                clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%); } }

.logo {
  display: block;
  width: 100%; }
  .logo__link {
    border: none;
    text-align: left;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .logo__link:focus {
      outline: #008A93 solid thick; }
      .logo__link:focus:hover {
        outline: none; }
    .logo__link:hover {
      border: none; }
  .logo__image {
    display: block;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    height: 40px;
    margin: 1px;
    max-width: none; }
    @media (min-width: 900px) {
      .logo__image {
        height: 70px;
        margin: 0 0 0 15px; } }
  .logo__text {
    margin-left: 10px;
    font-family: "oswald", sans-serif;
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: .3px;
    white-space: nowrap;
    font-weight: 400; }
    .logo__text:not(.logo__text--visible) {
      position: absolute;
      left: -10000px;
      top: auto;
      width: 1px;
      height: 1px;
      overflow: hidden; }
    @media (min-width: 900px) {
      .logo__text {
        margin-left: 15px;
        font-size: 28px; } }
  .logo__text-first {
    font-size: .9em; }
  .logo__text-second {
    font-weight: 300; }

.map-graphic {
  border: none;
  display: block;
  max-width: 419px; }
  @media (min-width: 900px) {
    .map-graphic {
      margin-left: auto; } }
  .map-graphic__wrapper {
    height: 0;
    padding-bottom: 108%;
    position: relative;
    width: 100%; }
    .map-graphic__wrapper svg {
      position: absolute;
      width: 100%;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
  .map-graphic #place-name {
    font-family: "oswald", sans-serif; }
  .map-graphic #google-link {
    font-family: "muli", sans-serif; }
  .map-graphic #map * {
    fill: #ffffff;
    transition: fill 150ms linear; }
  .map-graphic #dot {
    fill: #008A93;
    transition: fill 150ms linear; }
  .map-graphic:focus, .map-graphic:hover {
    border: none;
    outline: none; }
    .map-graphic:focus #google-link, .map-graphic:hover #google-link {
      text-decoration: underline; }
    .map-graphic:focus #map *, .map-graphic:hover #map * {
      fill: #008A93; }
    .map-graphic:focus #dot, .map-graphic:hover #dot {
      fill: #ffffff; }

.map iframe {
  border: none;
  height: 70vh;
  margin: 0 auto;
  width: 100%; }

.porthole {
  border-radius: 50%;
  border: 2px solid #fade29;
  height: 60px;
  overflow: hidden;
  position: relative;
  width: 60px;
  /*&--small {
    height: 100px;
    width: 100px;
  }*/ }
  .porthole::before {
    content: '';
    display: block;
    left: 50%;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 0; }
  .porthole__image {
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
    position: relative;
    z-index: 1; }
  @media (min-width: 900px) {
    .porthole {
      height: 90px;
      width: 90px; }
      .porthole::before {
        background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
        background-size: 3447px 3387px;
        background-position: -1501px -1621px;
        width: 36px;
        height: 56px; } }
  .porthole--document::before {
    background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
    background-size: 3447px 3387px;
    background-position: -1187px -1289px;
    width: 29px;
    height: 31px;
    margin-top: 0; }
    @media (min-width: 900px) {
      .porthole--document::before {
        background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
        background-size: 3447px 3387px;
        background-position: -1216px -1320px;
        width: 38px;
        height: 40px; } }
  .porthole--event::before {
    background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
    background-size: 3447px 3387px;
    background-position: -1058px -1167px;
    width: 29px;
    height: 29px;
    margin-top: 0; }
    @media (min-width: 900px) {
      .porthole--event::before {
        background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
        background-size: 3447px 3387px;
        background-position: -1087px -1196px;
        width: 38px;
        height: 38px; } }

.teaser-image, .carousel__image-wrap {
  height: 0;
  overflow: hidden;
  padding-bottom: 60%;
  position: relative;
  width: 100%; }
  .teaser-image::before, .carousel__image-wrap::before {
    background-color: #fade29;
    content: '';
    display: block;
    height: 100%;
    opacity: 0;
    position: absolute;
    width: 100%;
    transition: opacity 150ms linear;
    z-index: 1; }
  .teaser-image__image, .carousel__image {
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .teaser-image--stretchy, .card__image .teaser-image, .card__image .carousel__image-wrap, .featured-service__image .teaser-image, .featured-service__image .carousel__image-wrap, .filter-teaser__image .teaser-image, .filter-teaser__image .carousel__image-wrap, .carousel__image-wrap {
    min-height: 100%; }
    .teaser-image--stretchy .teaser-image__image, .card__image .teaser-image .teaser-image__image, .featured-service__image .teaser-image .teaser-image__image, .filter-teaser__image .teaser-image .teaser-image__image, .carousel__image-wrap .teaser-image__image, .teaser-image--stretchy .carousel__image, .card__image .teaser-image .carousel__image, .featured-service__image .teaser-image .carousel__image, .filter-teaser__image .teaser-image .carousel__image, .carousel__image-wrap .carousel__image {
      height: 100%;
      max-width: none; }
  .teaser-image--fixed, .filter-teaser--list-view .filter-teaser__image .teaser-image, .filter-page__results--list-view .filter-teaser .filter-teaser__image .teaser-image, .filter-teaser--list-view .filter-teaser__image .carousel__image-wrap, .filter-page__results--list-view .filter-teaser .filter-teaser__image .carousel__image-wrap {
    min-height: unset; }
    .teaser-image--fixed .teaser-image__image, .filter-teaser--list-view .filter-teaser__image .teaser-image .teaser-image__image, .filter-page__results--list-view .filter-teaser .filter-teaser__image .teaser-image .teaser-image__image, .filter-teaser--list-view .filter-teaser__image .carousel__image-wrap .teaser-image__image, .filter-page__results--list-view .filter-teaser .filter-teaser__image .carousel__image-wrap .teaser-image__image, .teaser-image--fixed .carousel__image, .filter-teaser--list-view .filter-teaser__image .teaser-image .carousel__image, .filter-page__results--list-view .filter-teaser .filter-teaser__image .teaser-image .carousel__image, .filter-teaser--list-view .filter-teaser__image .carousel__image-wrap .carousel__image, .filter-page__results--list-view .filter-teaser .filter-teaser__image .carousel__image-wrap .carousel__image {
      height: auto;
      max-width: 100%; }
  .teaser-image--video iframe {
    height: 100%; }

.video-container {
  height: 0;
  margin: 10px auto 40px;
  overflow: hidden;
  padding-bottom: 60%;
  padding-top: 30px;
  position: relative; }
  .video-container iframe,
  .video-container object,
  .video-container embed {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0; }

.warning-sign {
  max-height: 62px;
  overflow: hidden;
  padding: 2px; }
  .warning-sign__stripe {
    min-width: 58px;
    padding-left: 58px;
    position: relative;
    display: inline-block;
    height: 58px;
    margin-left: -15px; }
    .warning-sign__stripe::before {
      background-color: #fade29;
      border-radius: 3px;
      top: 2px;
      content: '';
      display: block;
      height: 81.2px;
      left: 54px;
      position: absolute;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      -webkit-transform-origin: top right;
          -ms-transform-origin: top right;
              transform-origin: top right;
      width: 6px; }
    .warning-sign__stripe:first-child {
      margin-left: 0; }

.contact-link {
  border-bottom: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: "muli", sans-serif;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 50px; }
  .contact-link:focus, .contact-link:hover {
    border-bottom: none;
    color: #008A93; }
  .contact-link:last-child {
    margin-bottom: 0; }
  @media (min-width: 900px) {
    .contact-link {
      font-family: "oswald", sans-serif;
      font-size: 30px;
      font-weight: 400; } }
  .contact-link__icon {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fade29;
    border-radius: 50%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    height: 42px;
    margin-right: 15px;
    position: relative;
    vertical-align: middle;
    width: 42px; }
    .contact-link__icon::before {
      content: '';
      display: block;
      left: 50%;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    @media (min-width: 900px) {
      .contact-link__icon {
        height: 60px;
        width: 60px; } }
  .contact-link__text {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center; }
  @media (min-width: 900px) {
    .contact-link--telephone .contact-link__icon::before {
      background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
      background-size: 3447px 3387px;
      background-position: -2147px -2364px;
      width: 23px;
      height: 36px; } }
  .contact-link--email .contact-link__icon::before {
    padding-left: 4px; }
    @media (min-width: 900px) {
      .contact-link--email .contact-link__icon::before {
        background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
        background-size: 3447px 3387px;
        background-position: -1335px -1440px;
        width: 32px;
        height: 29px; } }
  @media (min-width: 900px) {
    .contact-link--facebook .contact-link__icon::before {
      background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
      background-size: 3447px 3387px;
      background-position: -1762px -1961px;
      width: 18px;
      height: 34px; } }
  @media (min-width: 900px) {
    .contact-link--twitter .contact-link__icon::before {
      background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
      background-size: 3447px 3387px;
      background-position: -2643px -2955px;
      width: 36px;
      height: 28px; } }
  .contact-link--map:hover {
    text-decoration: underline; }
  .contact-link--map .contact-link__text {
    font-family: "muli", sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #fade29;
    line-height: 1.3; }
    @media (min-width: 900px) {
      .contact-link--map .contact-link__text {
        font-size: 18px; } }
  .contact-link--map .contact-link__icon {
    background-color: #fade29; }
    @media (min-width: 900px) {
      .contact-link--map .contact-link__icon {
        height: 42px;
        width: 42px; } }
  .contact-link--small, .contact-link--minimal, .footer--school .footer__contact-links > .contact-link, .contact-link--turquoise, .footer--school .footer__social-links > .contact-link {
    font-family: "oswald", sans-serif;
    font-size: 18px;
    font-weight: 400;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 900px) {
      .contact-link--small, .contact-link--minimal, .footer--school .footer__contact-links > .contact-link, .contact-link--turquoise, .footer--school .footer__social-links > .contact-link {
        font-size: 24px; } }
    @media (min-width: 900px) {
      .contact-link--small .contact-link__icon, .contact-link--minimal .contact-link__icon, .footer--school .footer__contact-links > .contact-link .contact-link__icon, .contact-link--turquoise .contact-link__icon, .footer--school .footer__social-links > .contact-link .contact-link__icon {
        height: 42px;
        width: 42px; } }
    .contact-link--small.contact-link--map:hover, .contact-link--map.contact-link--minimal:hover, .footer--school .footer__contact-links > .contact-link--map.contact-link:hover, .contact-link--map.contact-link--turquoise:hover, .footer--school .footer__social-links > .contact-link--map.contact-link:hover {
      text-decoration: none; }
      .contact-link--small.contact-link--map:hover .contact-link__text, .contact-link--map.contact-link--minimal:hover .contact-link__text, .footer--school .footer__contact-links > .contact-link--map.contact-link:hover .contact-link__text, .contact-link--map.contact-link--turquoise:hover .contact-link__text, .footer--school .footer__social-links > .contact-link--map.contact-link:hover .contact-link__text {
        color: #008A93; }
    .contact-link--small.contact-link--map .contact-link__text, .contact-link--map.contact-link--minimal .contact-link__text, .footer--school .footer__contact-links > .contact-link--map.contact-link .contact-link__text, .contact-link--map.contact-link--turquoise .contact-link__text, .footer--school .footer__social-links > .contact-link--map.contact-link .contact-link__text {
      font-family: "oswald", sans-serif;
      font-size: 18px;
      font-weight: 400;
      color: #000000;
      line-height: 1.618; }
      @media (min-width: 900px) {
        .contact-link--small.contact-link--map .contact-link__text, .contact-link--map.contact-link--minimal .contact-link__text, .footer--school .footer__contact-links > .contact-link--map.contact-link .contact-link__text, .contact-link--map.contact-link--turquoise .contact-link__text, .footer--school .footer__social-links > .contact-link--map.contact-link .contact-link__text {
          font-size: 24px; } }
    .contact-link--small.contact-link--span:hover .contact-link__text, .contact-link--span.contact-link--minimal:hover .contact-link__text, .footer--school .footer__contact-links > .contact-link--span.contact-link:hover .contact-link__text, .contact-link--span.contact-link--turquoise:hover .contact-link__text, .footer--school .footer__social-links > .contact-link--span.contact-link:hover .contact-link__text {
      color: #000000; }
  .contact-link--minimal .contact-link__icon, .footer--school .footer__contact-links > .contact-link .contact-link__icon {
    background: none; }

.emphasized-link, .see-all-link__link {
  font-size: 15px;
  display: block;
  padding-left: 20px;
  position: relative;
  border-bottom: none;
  color: #003f51; }
  @media (min-width: 900px) {
    .emphasized-link, .see-all-link__link {
      font-size: 18px; } }
  .emphasized-link::before, .see-all-link__link::before {
    content: '';
    display: block;
    left: 0;
    position: absolute;
    top: 0.809em;
    -webkit-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
            transform: translateY(-8px); }
  .emphasized-link:hover, .see-all-link__link:hover {
    border-bottom: none;
    text-decoration: underline; }
  .emphasized-link--external, .see-all-link--external .see-all-link__link {
    display: block;
    padding-left: 25px;
    position: relative; }
    .emphasized-link--external::before, .see-all-link--external .see-all-link__link::before {
      content: '';
      display: block;
      left: 0;
      position: absolute;
      top: 0.809em;
      -webkit-transform: translateY(-10px);
          -ms-transform: translateY(-10px);
              transform: translateY(-10px); }
    .emphasized-link--external::before, .see-all-link--external .see-all-link__link::before {
      background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
      background-size: 3447px 3387px;
      background-position: -1694px -1893px;
      width: 20px;
      height: 20px; }
  .emphasized-link--document {
    display: block;
    padding-left: 25px;
    position: relative; }
    .emphasized-link--document::before {
      content: '';
      display: block;
      left: 0;
      position: absolute;
      top: 0.809em;
      -webkit-transform: translateY(-9.5px);
          -ms-transform: translateY(-9.5px);
              transform: translateY(-9.5px); }
    .emphasized-link--document::before {
      background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
      background-size: 3447px 3387px;
      background-position: -1254px -1360px;
      width: 18px;
      height: 19px; }

.icon-link, .person__email, .icon-text, .person__number {
  border-bottom: none;
  color: #003f51;
  display: inline-block;
  margin-bottom: 3px;
  padding: 2px 0 0 25px;
  position: relative; }
  .icon-link:hover, .person__email:hover, .icon-text:hover, .person__number:hover {
    border-bottom: none;
    text-decoration: underline; }
  .icon-link::before, .person__email::before, .icon-text::before, .person__number::before {
    content: '';
    display: block;
    left: 0;
    position: absolute;
    top: 4px; }
  @media (min-width: 900px) {
    .icon-link, .person__email, .icon-text, .person__number {
      padding: 0 0 0 30px; }
      .icon-link::before, .person__email::before, .icon-text::before, .person__number::before {
        background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
        background-size: 3447px 3387px;
        background-position: -1367px -1469px;
        width: 25px;
        height: 23px;
        top: 3px; } }

.job-link {
  border-bottom: 2px solid transparent;
  color: #003f51;
  font-weight: 700; }
  @media (min-width: 900px) {
    .job-link {
      position: relative;
      left: 20px; } }
  .job-link:before {
    display: none; }
    @media (min-width: 900px) {
      .job-link:before {
        background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
        background-size: 3447px 3387px;
        background-position: -2075px -2315px;
        width: 11px;
        height: 16px;
        content: '';
        display: inline-block;
        padding-right: 20px;
        position: absolute;
        left: -20px;
        top: 4px; } }
  .job-link:hover {
    border-bottom: 2px solid #003f51; }

.language-link {
  border-bottom: none;
  padding-left: 33px;
  position: relative; }
  .language-link::before {
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    margin: auto 0;
    position: absolute;
    top: 0; }
  .language-link:hover {
    border-bottom: none;
    color: #008A93; }
  .language-link--english::before {
    background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
    background-size: 3447px 3387px;
    background-position: -1643px -1841px;
    width: 25px;
    height: 26px; }
  .language-link--samisk::before {
    background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
    background-size: 3447px 3387px;
    background-position: -2460px -2742px;
    width: 25px;
    height: 26px; }

.menu-link {
  display: block;
  position: relative;
  border-bottom: 2px solid transparent;
  display: block;
  font-weight: 600;
  padding: 8px 30px 8px 15px;
  /**
   * Remove arrow icon on mobile on smallest viewports
   * When used in the header primary nav
   */ }
  .menu-link::after {
    bottom: 0;
    content: '';
    display: block;
    margin: auto 0;
    position: absolute;
    right: 15px;
    top: 0; }
  @media (min-width: 600px) {
    .menu-link {
      border-bottom: 2px solid #fade29;
      padding: 10px 30px 10px 10px; } }
  .menu-link:hover, .menu-link:focus {
    background-color: #fade29;
    outline: none; }
  .menu-link--no-icon::after {
    content: none; }
  .menu-link--no-icon:hover {
    background-color: transparent; }
  .menu-link--highlighted {
    background-color: #e1dfcf; }
  @media (max-width: 599px) {
    .header__primary-navigation-group .menu-link::after {
      content: none; } }

.person-link__title {
  display: block;
  font-weight: 600; }
  @media (min-width: 600px) {
    .person-link__title {
      display: inline-block;
      margin-right: 10px; } }

.person-link__name {
  display: block; }
  @media (min-width: 600px) {
    .person-link__name {
      min-width: 18px;
      padding-left: 30px;
      position: relative;
      display: inline-block;
      margin-right: 20px; }
      .person-link__name::before {
        background-color: #008A93;
        border-radius: 1.5px;
        top: 7px;
        content: '';
        display: block;
        height: 25.2px;
        left: 16px;
        position: absolute;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        -webkit-transform-origin: top right;
            -ms-transform-origin: top right;
                transform-origin: top right;
        width: 3px; } }

.person-link__email {
  display: block; }
  @media (min-width: 600px) {
    .person-link__email {
      display: inline-block; } }

.see-all-link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 10px 0 40px; }
  .see-all-link:last-child {
    margin-bottom: 0; }
  .see-all-link--down .see-all-link__link {
    padding-left: 25px; }
    .see-all-link--down .see-all-link__link::before {
      -webkit-transform: rotate(90deg) translateX(-8px);
          -ms-transform: rotate(90deg) translateX(-8px);
              transform: rotate(90deg) translateX(-8px); }

.skip-navigation-link {
  border: none;
  display: block;
  height: 1px;
  overflow: hidden;
  margin-top: -1px;
  text-align: center; }
  .skip-navigation-link:focus {
    border: none;
    height: auto;
    outline: none;
    text-decoration: underline; }
  .skip-navigation-link:hover {
    border: none; }

.article-list {
  margin: 0;
  padding: 0; }
  .article-list__item {
    border-bottom: 3px solid #fade29;
    list-style: none; }
    .article-list__item:first-child {
      border-top: 3px solid #fade29; }

.event-list {
  margin: 0;
  padding: 0; }
  .event-list__item {
    list-style: none; }
  .event-list__divider {
    margin-bottom: 14px;
    position: relative;
    display: block;
    height: 1px;
    margin: -1px 0 14px; }
    .event-list__divider::after {
      background-color: #fade29;
      border-radius: 2px;
      bottom: -4px;
      content: '';
      display: block;
      height: 4px;
      left: 0;
      position: absolute;
      transition: background-color 150ms linear, width 300ms ease-in-out;
      width: 100%; }
    @media (min-width: 900px) {
      .event-list__divider {
        margin-bottom: 29px; } }

.filter-list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%; }
  .filter-list__item:first-child > * {
    border-top: 3px solid #cdc9af; }
  .filter-list--small {
    font-size: 15px; }

.link-list {
  margin-bottom: 50px; }
  .link-list:last-child {
    margin-bottom: 0; }
  .link-list__list {
    list-style: none;
    margin-bottom: 0;
    padding: 0; }
  .link-list__item {
    margin-bottom: 10px; }

.list, .rich-text ul:not([class]) {
  padding: 0;
  max-width: 800px; }
  .list li, .rich-text ul:not([class]) li {
    list-style: none;
    padding-left: 20px;
    position: relative; }
    .list li::before, .rich-text ul:not([class]) li::before {
      background-color: #cdc9af;
      border-radius: 50%;
      content: '';
      display: block;
      height: 10px;
      left: 0;
      position: absolute;
      top: 0.809em;
      -webkit-transform: translateY(-5px);
          -ms-transform: translateY(-5px);
              transform: translateY(-5px);
      width: 10px; }
  .list--simple {
    list-style: none;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0; }
    .list--simple a {
      border-bottom: none;
      color: #003f51; }
      .list--simple a:hover {
        border-bottom: none;
        text-decoration: underline; }
    .list--simple li {
      padding: 0; }
      .list--simple li:before {
        display: none; }

.shortcut-list {
  list-style: none;
  margin: 0 0 30px 0;
  overflow: hidden;
  padding: 0;
  /**
   * Does not stack
   */ }
  .shortcut-list:last-child {
    margin-bottom: 0; }
  p + .shortcut-list {
    margin-top: -15px; }
    @media (min-width: 600px) {
      p + .shortcut-list {
        margin-top: -25px; } }
  .shortcut-list__item {
    display: block;
    margin-bottom: 5px; }
    .shortcut-list__item > * {
      display: block; }
    @media (min-width: 600px) {
      .shortcut-list__item {
        float: left;
        margin-right: 5px; }
        .shortcut-list__item > * {
          display: inline-block; } }
  .shortcut-list::after {
    content: '';
    clear: both;
    display: block; }
  .shortcut-list--inline {
    margin-right: 5px; }
    .shortcut-list--inline > * {
      display: inline-block; }
    .shortcut-list--inline .button, .shortcut-list--inline .icon-button, .shortcut-list--inline form.EPiServerForms .Form__NavigationBar .btnPrev, form.EPiServerForms .Form__NavigationBar .shortcut-list--inline .btnPrev, .shortcut-list--inline form.EPiServerForms .Form__NavigationBar .btnNext, form.EPiServerForms .Form__NavigationBar .shortcut-list--inline .btnNext, .shortcut-list--inline .FormSubmitButton, .shortcut-list--inline .FormResetButton,
    .shortcut-list--inline .FormCaptcha__Refresh {
      text-align: left; }

.breadcrumbs {
  font-size: 15px; }
  .breadcrumbs__label {
    font-weight: 700;
    margin-right: 10px; }
    @media (min-width: 900px) {
      .breadcrumbs__label {
        display: none; } }
  .breadcrumbs__item, .breadcrumbs__link {
    min-width: 14px;
    padding-left: 25px;
    position: relative;
    border: none;
    display: inline-block;
    margin-right: 10px; }
    .breadcrumbs__item::before, .breadcrumbs__link::before {
      background-color: #cdc9af;
      border-radius: 2px;
      top: 7.33333px;
      content: '';
      display: block;
      height: 19.6px;
      left: 11.33333px;
      position: absolute;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      -webkit-transform-origin: top right;
          -ms-transform-origin: top right;
              transform-origin: top right;
      width: 4px; }
    .breadcrumbs__item:first-child, .breadcrumbs__link:first-child {
      padding-left: 0; }
      .breadcrumbs__item:first-child:before, .breadcrumbs__link:first-child:before {
        content: none; }
  .breadcrumbs__link {
    border: none;
    text-decoration: underline; }
    .breadcrumbs__link:hover {
      border: none;
      text-decoration: none; }

.collapsed-menu {
  border-top: 2px solid #fade29; }
  @media (min-width: 900px) {
    .collapsed-menu {
      border-top: none;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-right: -50px; } }
  .collapsed-menu__list {
    margin: 0;
    padding: 0; }
    @media (min-width: 900px) {
      .collapsed-menu__list {
        -webkit-flex: 1 0 1px;
            -ms-flex: 1 0 1px;
                flex: 1 0 1px;
        padding-right: 50px; } }
  .collapsed-menu__item {
    list-style: none; }
    @media (min-width: 900px) {
      .collapsed-menu__item:first-child {
        border-top: 2px solid #fade29; } }

.language {
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: none;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: -5px;
  padding-top: 5px; }
  .language--open,
  .noscript .language:target {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  @media (min-width: 900px) {
    .language {
      background: #ffffff;
      border: 5px solid #fade29;
      margin: 0;
      padding: 20px;
      position: absolute;
      right: 15px;
      width: 250px;
      z-index: 1; } }
  .language__link {
    margin-bottom: 10px; }
    .language__link:last-child {
      margin-bottom: 0; }

.menu-links__title {
  font-family: "muli", sans-serif;
  font-size: 18px;
  font-weight: 700;
  border-bottom: 2px solid #fade29;
  margin: 0;
  padding: 15px; }
  @media (min-width: 900px) {
    .menu-links__title {
      font-size: 22px; } }
  @media (min-width: 600px) {
    .menu-links__title {
      padding: 10px; } }
  .menu-links__title--collapsed, .menu-links__title--linked {
    padding-right: 30px; }
  .menu-links__title--expanded {
    display: none; }
    @media (min-width: 600px) {
      .menu-links__title--expanded {
        display: block; } }

.menu-links__toggle {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: block;
  padding: 0;
  position: relative;
  text-align: left;
  width: 100%; }
  .menu-links__toggle:focus, .menu-links__toggle:hover {
    background-color: #fade29;
    outline: none; }
  .menu-links__toggle--active {
    background-color: #fade29; }
  @media (min-width: 600px) {
    .menu-links__toggle {
      display: none; } }

.menu-links__toggle-icon {
  display: block;
  height: 15px;
  position: absolute;
  width: 15px;
  bottom: 0;
  right: 15px;
  margin: auto 0;
  position: absolute;
  top: 0; }
  .menu-links__toggle-icon::after, .menu-links__toggle-icon::before {
    bottom: 0;
    background-color: #000000;
    border-radius: 1.5px;
    content: '';
    display: block;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0; }
  .menu-links__toggle-icon::before {
    height: 100%;
    transition: height 150ms ease-in-out;
    width: 3px; }
  .menu-links__toggle-icon::after {
    height: 3px;
    width: 100%; }
  .menu-links__toggle--active .menu-links__toggle-icon::before {
    height: 0; }
  .noscript .menu-links__toggle-icon {
    display: none; }

.menu-links__title-link {
  border-bottom: none;
  display: block;
  position: relative; }
  .menu-links__title-link::after {
    bottom: 0;
    content: '';
    display: block;
    margin: auto 0;
    position: absolute;
    right: 15px;
    top: 0; }
  .menu-links__title-link:hover {
    border-bottom: none;
    background-color: #fade29; }

.menu-links__links {
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: none; }
  .menu-links__links--open,
  .noscript .menu-links__links {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  @media (min-width: 600px) {
    .menu-links__links {
      display: block; } }

.menu-links__list {
  border-bottom: 2px solid #fade29;
  display: block;
  list-style: none;
  margin-bottom: 0;
  padding: 0;
  width: 100%; }
  @media (min-width: 600px) {
    .menu-links__list {
      border-bottom: 2px solid transparent; } }

.menu-links__item--submenu .menu-links__toggle {
  display: block; }

.menu-links__item--submenu .menu-links__title {
  font-family: "muli", sans-serif;
  font-size: 15px;
  font-weight: 600;
  border-bottom: none;
  line-height: 1.618;
  padding: 8px 30px 8px 15px; }
  @media (min-width: 900px) {
    .menu-links__item--submenu .menu-links__title {
      font-size: 18px; } }
  @media (min-width: 600px) {
    .menu-links__item--submenu .menu-links__title {
      border-bottom: 2px solid #fade29;
      padding: 10px 30px 10px 10px; } }

.menu-links__item--submenu .menu-links__links {
  display: none; }
  .menu-links__item--submenu .menu-links__links--open {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

.menu-links__item--submenu .menu-links__list {
  border-bottom: 2px solid #fade29; }
  .menu-links__item--submenu .menu-links__list .menu-link {
    border-bottom: none;
    padding-left: 30px; }

.menu-links--collapsed .menu-links__title {
  font-family: "muli", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.618; }
  @media (min-width: 900px) {
    .menu-links--collapsed .menu-links__title {
      font-size: 18px; } }

@media (min-width: 600px) {
  .menu-links--collapsed .menu-links__toggle {
    display: block; }
  .menu-links--collapsed .menu-links__title--expanded {
    display: none; }
  .menu-links--collapsed .menu-links__links {
    display: none; }
    .menu-links--collapsed .menu-links__links--open,
    .noscript .menu-links--collapsed .menu-links__links {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
  .menu-links--collapsed .menu-links__list {
    border-bottom: 2px solid #fade29; }
  .menu-links--collapsed .menu-links__item > * {
    border-bottom: none; } }

.navigation {
  width: 100%; }
  @media (min-width: 900px) {
    .navigation {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 0 15px; } }
  @media (min-width: 900px) {
    .navigation__group {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  .navigation__group--right {
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
    @media (min-width: 900px) {
      .navigation__group--right {
        min-width: 57px;
        padding-left: 80px;
        position: relative; }
        .navigation__group--right::before {
          background-color: #fade29;
          border-radius: 3px;
          top: 5px;
          content: '';
          display: block;
          height: 79.8px;
          left: 53px;
          position: absolute;
          -webkit-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
                  transform: rotate(45deg);
          -webkit-transform-origin: top right;
              -ms-transform-origin: top right;
                  transform-origin: top right;
          width: 6px; } }
  .navigation__link {
    display: block;
    position: relative;
    border-bottom: 3px solid #fade29;
    display: block;
    padding: 5px 30px 5px 15px;
    position: relative;
    transition: color 150ms linear; }
    .navigation__link::after {
      bottom: 0;
      content: '';
      display: block;
      margin: auto 0;
      position: absolute;
      right: 15px;
      top: 0; }
    .navigation__link::before {
      background-color: #fade29;
      bottom: -1px;
      content: '';
      display: block;
      height: 0;
      left: 0;
      position: absolute;
      width: 100%;
      transition: height 150ms ease-in-out; }
    .navigation__link:focus, .navigation__link:hover {
      border-bottom: 3px solid #fade29;
      color: #008A93;
      outline: none; }
      @media (min-width: 900px) {
        .navigation__link:focus::before, .navigation__link:hover::before {
          height: 8px; } }
    @media (min-width: 900px) {
      .navigation__link {
        border-bottom: none;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        padding: 0 0 15px;
        margin-right: 50px; }
        .navigation__link:last-child {
          margin-right: 0; }
        .navigation__link:focus, .navigation__link:hover {
          border-bottom: none; }
        .navigation__link::after {
          content: none; }
        .navigation__link--active::before {
          height: 8px; } }
  .navigation--school .navigation__group {
    width: 100%; }
  .navigation--school .menu-links__title,
  .navigation--school .menu-link {
    padding-left: 15px;
    padding-right: 15px; }

.siblings-menu {
  background-color: #ffffff;
  margin-bottom: 15px;
  /* Cut corner bg */ }
  @media (min-width: 900px) {
    .siblings-menu {
      margin-bottom: 40px; } }
  .siblings-menu__title {
    font-family: "muli", sans-serif;
    font-size: 18px;
    font-weight: 700;
    background-color: #fade29;
    margin: 0;
    padding: 20px 20px 15px; }
    @media (min-width: 900px) {
      .siblings-menu__title {
        font-size: 22px; } }
  .siblings-menu__link-list {
    list-style: none;
    margin: 0;
    padding: 15px 20px 30px; }
  .siblings-menu__link-item > * {
    border-bottom: 2px solid #fade29; }
  .siblings-menu__link-item:first-child > * {
    border-top: 2px solid #fade29; }
  .siblings-menu--clipped {
    padding-bottom: 40px;
    background: linear-gradient(-45deg, transparent 21.2132px, #ffffff 0); }
    @media (min-width: 900px) {
      .siblings-menu--clipped {
        background: linear-gradient(-45deg, transparent 28.28427px, #ffffff 0); } }
    .siblings-menu--clipped .siblings-menu__link-list {
      padding-bottom: 20px; }

/*------------------------------------*/
/* #TAB-DRAWER
/*------------------------------------*/
/**
 * Accordion-like component with a skewed toggle button. When pressed, the
 * contents slide down from the top
 */
.tab-drawer {
  position: relative;
  background: #ffffff;
  border-bottom: 3px solid #fade29;
  /**
     * If the component is to be used in content flow we need to reserve some
     * space when the component is closed since it will not have any explicit
     * height.
     */
  /**
     * Negative margin to hide the border, under the .header's, border when the
     * contents are hidden.
     */ }
  .tab-drawer__toggle {
    display: inline-block;
    left: 15px;
    top: 0;
    position: absolute;
    z-index: 1;
    border: none;
    margin: 0;
    padding: 0;
    width: auto;
    overflow: visible;
    background: transparent;
    cursor: pointer;
    /* inherit font & color from ancestor */
    color: inherit;
    font: inherit;
    /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
    line-height: normal;
    /* Corrects font smoothing for webkit */
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;
    /* Corrects inability to style clickable `input` types in iOS */
    -webkit-appearance: none;
    /* Remove excess padding and border in Firefox 4+ */ }
    .tab-drawer__toggle::-moz-focus-inner {
      border: 0;
      padding: 0; }
    .tab-drawer__toggle:focus {
      outline: #008A93 solid thick; }
      .tab-drawer__toggle:focus:hover {
        outline: none; }
  .tab-drawer__toggle-icon {
    display: block;
    height: 15px;
    position: absolute;
    width: 15px;
    display: inline-block;
    position: relative;
    margin: 3px 10px 0 0; }
    .tab-drawer__toggle-icon::after, .tab-drawer__toggle-icon::before {
      bottom: 0;
      background-color: #000000;
      border-radius: 1.5px;
      content: '';
      display: block;
      left: 0;
      margin: auto;
      position: absolute;
      right: 0;
      top: 0; }
    .tab-drawer__toggle-icon::before {
      height: 100%;
      transition: height 150ms ease-in-out;
      width: 3px; }
    .tab-drawer__toggle-icon::after {
      height: 3px;
      width: 100%; }
    @media (min-width: 900px) {
      .tab-drawer__toggle-icon {
        margin: 5px 15px 0 0; } }
    .is-active .tab-drawer__toggle-icon::before {
      height: 0; }
  .tab-drawer__toggle-text {
    position: relative;
    z-index: 1;
    height: 40px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 20px;
    padding: 0 0 5px 15px;
    background: #fade29;
    margin: 0 75px 0 0;
    white-space: nowrap; }
    @media (min-width: 900px) {
      .tab-drawer__toggle-text {
        height: 70px;
        padding: 0 0 5px 25px;
        font-size: 32px; } }
    .tab-drawer__toggle-text::after {
      content: "";
      position: absolute;
      left: 100%;
      top: 0;
      z-index: -1;
      height: 100%;
      width: 100px;
      display: block;
      background: #fade29;
      -webkit-transform: skew(-45deg) translateX(-50%);
          -ms-transform: skew(-45deg) translateX(-50%);
              transform: skew(-45deg) translateX(-50%); }
    .tab-drawer__toggle-text, .tab-drawer__toggle-text::after {
      transition: all 150ms linear; }
    button:focus .tab-drawer__toggle-text, button:focus .tab-drawer__toggle-text::after,
    button:hover .tab-drawer__toggle-text,
    button:hover .tab-drawer__toggle-text::after {
      background: #ebe9df; }
  .tab-drawer__drawer {
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: none; }
    .tab-drawer__drawer.is-active {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    .noscript .tab-drawer__drawer {
      display: block; }
  .tab-drawer__content-wrapper {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-top: 60px;
    padding-bottom: 20px; }
    @media (min-width: 900px) {
      .tab-drawer__content-wrapper {
        padding-top: 110px; } }
  .tab-drawer__content-heading {
    font-family: "oswald", sans-serif;
    font-weight: 400; }
  .tab-drawer--in-flow {
    margin-bottom: 40px; }
    @media (min-width: 900px) {
      .tab-drawer--in-flow {
        margin-bottom: 70px; } }
  .layout__main-content > .tab-drawer:first-child {
    margin-top: -3px; }

.top-menu {
  padding: 15px;
  position: relative;
  text-align: left;
  width: 100%; }
  @media (min-width: 900px) {
    .top-menu {
      padding: 0;
      text-align: right; } }
  .top-menu__link {
    border-bottom: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: "oswald", sans-serif;
    font-size: 22px;
    transition: color 150ms linear; }
    @media (min-width: 900px) {
      .top-menu__link {
        min-width: 18px;
        padding-left: 35px;
        position: relative;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin-right: 15px; }
        .top-menu__link::before {
          background-color: #cdc9af;
          border-radius: 2px;
          top: 11.33333px;
          content: '';
          display: block;
          height: 25.2px;
          left: 15.33333px;
          position: absolute;
          -webkit-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
                  transform: rotate(45deg);
          -webkit-transform-origin: top right;
              -ms-transform-origin: top right;
                  transform-origin: top right;
          width: 4px; }
        .top-menu__link:first-child::before {
          content: none; } }
    .top-menu__link:focus, .top-menu__link:hover {
      border-bottom: none;
      color: #008A93; }
    .top-menu__link:focus {
      outline: #008A93 solid thick; }
      .top-menu__link:focus:hover {
        outline: none; }
    .top-menu__link--language {
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      padding-right: 20px;
      position: relative; }
      @media (min-width: 900px) {
        .top-menu__link--language {
          padding-right: 25px; } }
      .top-menu__link--language::after {
        content: '';
        display: block;
        position: absolute;
        right: 0;
        top: 13px;
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg);
        transition: top 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
        transition: transform 300ms ease-in-out, top 300ms ease-in-out;
        transition: transform 300ms ease-in-out, top 300ms ease-in-out, -webkit-transform 300ms ease-in-out; }
      .top-menu__link--language.top-menu__link--active::after {
        -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
                transform: rotate(-90deg);
        top: 12px; }
    .top-menu__link--school {
      text-transform: uppercase; }
      @media (min-width: 900px) {
        .top-menu__link--school {
          min-width: 35px;
          padding-left: 50px;
          position: relative; }
          .top-menu__link--school::before {
            background-color: #fade29;
            border-radius: 2.5px;
            top: 1.66667px;
            content: '';
            display: block;
            height: 49px;
            left: 31.66667px;
            position: absolute;
            -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                    transform: rotate(45deg);
            -webkit-transform-origin: top right;
                -ms-transform-origin: top right;
                    transform-origin: top right;
            width: 5px; } }
  .top-menu__icon-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 10px;
    width: 34px;
    height: 34px; }
  .top-menu__icon-employee {
    background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
    background-size: 3447px 3387px;
    background-position: -1537px -1677px;
    width: 22px;
    height: 34px; }
  .top-menu__icon-search {
    background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
    background-size: 3447px 3387px;
    background-position: -2485px -2768px;
    width: 29px;
    height: 32px; }
    .is-active .top-menu__icon-search {
      background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
      background-size: 3447px 3387px;
      background-position: -1125px -1234px;
      width: 32px;
      height: 25px; }
  .top-menu__icon-menu {
    background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
    background-size: 3447px 3387px;
    background-position: -1988px -2230px;
    width: 32px;
    height: 25px; }
    .is-active .top-menu__icon-menu {
      background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
      background-size: 3447px 3387px;
      background-position: -1125px -1234px;
      width: 32px;
      height: 25px; }
  .top-menu--school {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }

.article-page__content--variant-top {
  margin-bottom: 0; }

.article-page__content--variant-bottom {
  padding-top: 0; }

@media (min-width: 600px) {
  .article-page__content--narrow {
    padding: 15px; } }

@media (min-width: 900px) {
  .article-page__content--narrow {
    margin-left: 15px; } }

@media (min-width: 1200px) {
  .article-page__content--narrow {
    margin-left: 40px;
    padding: 40px; } }

.article-page__article-author {
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 15px; }

.calendar-page__header {
  margin-bottom: 0;
  padding-bottom: 25px; }
  @media (min-width: 900px) {
    .calendar-page__header {
      max-width: 58%; } }

@media (min-width: 900px) {
  .calendar-page__content-columns {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

@media (min-width: 900px) {
  .calendar-page__aside {
    -webkit-flex: 1 1 42%;
        -ms-flex: 1 1 42%;
            flex: 1 1 42%;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; } }

.calendar-page__calendar {
  margin-bottom: 15px; }
  @media (min-width: 900px) {
    .calendar-page__calendar {
      margin: 0 -5px 30px; } }

.calendar-page__tags {
  margin-bottom: 20px; }
  @media (min-width: 900px) {
    .calendar-page__tags {
      margin-bottom: 30px; } }

.calendar-page__button {
  margin-bottom: 20px; }
  .calendar-page__button .button, .calendar-page__button .icon-button, .calendar-page__button form.EPiServerForms .Form__NavigationBar .btnPrev, form.EPiServerForms .Form__NavigationBar .calendar-page__button .btnPrev, .calendar-page__button form.EPiServerForms .Form__NavigationBar .btnNext, form.EPiServerForms .Form__NavigationBar .calendar-page__button .btnNext, .calendar-page__button .FormSubmitButton, .calendar-page__button .FormResetButton,
  .calendar-page__button .FormCaptcha__Refresh {
    width: 100%; }
    @media (min-width: 900px) {
      .calendar-page__button .button, .calendar-page__button .icon-button, .calendar-page__button form.EPiServerForms .Form__NavigationBar .btnPrev, form.EPiServerForms .Form__NavigationBar .calendar-page__button .btnPrev, .calendar-page__button form.EPiServerForms .Form__NavigationBar .btnNext, form.EPiServerForms .Form__NavigationBar .calendar-page__button .btnNext, .calendar-page__button .FormSubmitButton, .calendar-page__button .FormResetButton,
      .calendar-page__button .FormCaptcha__Refresh {
        width: auto; } }

@media (min-width: 900px) {
  .calendar-page__main {
    -webkit-flex: 0 0 58%;
        -ms-flex: 0 0 58%;
            flex: 0 0 58%;
    margin-right: 40px;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; } }

.calendar-page__events {
  margin-bottom: 50px; }

.digdem-page {
  margin: 0 auto;
  max-width: 1280px;
  /**
   * (1) Same as bottom margin of h1
   */
  /**
   * (1) Same as bottom margin of h1
   */
  /**
   * Content area inside the aside, that holds dynamic blocks of content.
   *
   * (1) This selector accounts for the fact that many blocks are wrapped in a
   *     div. Resetting the bottom margins of this div does not affect the
   *     element inside it, we therefore try to reset the last element of the
   *     wrapping div as well. Note that this does not work if the block is
   *     further nested
   */
  /**
   * (1) Add cut corner to content boxes
   */ }
  .digdem-page__header {
    margin-bottom: 0;
    padding-bottom: 24px;
    /* 1 */
    /**
      * (1) Remove top padding for the first content-box after header
      */ }
    .digdem-page__header > *:last-child {
      margin-bottom: 0; }
    .digdem-page__header + * .content-box:first-child, .digdem-page__header + * .digdem-page__header:first-child, .digdem-page__header + * .event-page__aside:first-child, .digdem-page__header + * .event-page__content-box:first-child, .digdem-page__header + * .search-page__content-box:first-child, .digdem-page__header + * .standard-page__header:first-child {
      padding-top: 0;
      /* 1 */ }
    @media (min-width: 900px) {
      .digdem-page__header {
        max-width: 66.7%;
        padding-bottom: 36px;
        /* 1 */ } }
  .digdem-page__top-content-area {
    margin-bottom: 24px;
    /* 1 */ }
    .digdem-page__top-content-area > *:last-child {
      margin-bottom: 0; }
    @media (min-width: 900px) {
      .digdem-page__top-content-area {
        margin-bottom: 36px;
        /* 1 */ } }
  @media (min-width: 900px) {
    .digdem-page__content-columns {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  .digdem-page__main {
    /**
      * (1) Remove top padding for the first content-box inside main
      */ }
    @media (min-width: 900px) {
      .digdem-page__main {
        -webkit-flex: 0 0 66.66667%;
            -ms-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;
        margin-right: 15px;
        min-width: 1px; } }
    @media (min-width: 1200px) {
      .digdem-page__main {
        margin-right: 40px; } }
    .digdem-page__main > *:first-child.content-box, .digdem-page__main > *.digdem-page__header:first-child, .digdem-page__main > *.event-page__aside:first-child, .digdem-page__main > *.event-page__content-box:first-child, .digdem-page__main > *.search-page__content-box:first-child, .digdem-page__main > *.standard-page__header:first-child {
      /* 2 */ }
      .digdem-page__main > *:first-child.content-box:only-child, .digdem-page__main > *.digdem-page__header:first-child:only-child, .digdem-page__main > *.event-page__aside:first-child:only-child, .digdem-page__main > *.event-page__content-box:first-child:only-child, .digdem-page__main > *.search-page__content-box:first-child:only-child, .digdem-page__main > *.standard-page__header:first-child:only-child {
        height: 100%; }
  @media (min-width: 900px) {
    .digdem-page__aside {
      -webkit-flex: 1 1 33.33333%;
          -ms-flex: 1 1 33.33333%;
              flex: 1 1 33.33333%;
      overflow-x: hidden; } }
  .digdem-page__aside > * {
    margin-bottom: 20px; }
    @media (min-width: 1200px) {
      .digdem-page__aside > * {
        margin-bottom: 40px; } }
    .digdem-page__aside > *:last-child {
      margin-bottom: 0; }
  .digdem-page__formatted-body {
    white-space: pre-line; }
  .digdem-page__aside-blocks > * {
    margin-bottom: 20px; }
    @media (min-width: 1200px) {
      .digdem-page__aside-blocks > * {
        margin-bottom: 40px; } }
    .digdem-page__aside-blocks > *:last-child {
      margin-bottom: 0;
      /* 1 */ }
      .digdem-page__aside-blocks > *:last-child > *:last-child {
        margin-bottom: 0; }
  .digdem-page__featured-image {
    margin-bottom: 30px; }
    @media (min-width: 900px) {
      .digdem-page__featured-image {
        margin-bottom: 40px; } }
  .digdem-page--school {
    /* 1 */ }

.error-page__response-code {
  color: #fade29;
  font-family: "oswald", sans-serif;
  font-size: 160px;
  line-height: 1;
  margin-bottom: 25px; }
  @media (min-width: 900px) {
    .error-page__response-code {
      font-size: 200px;
      margin-bottom: 40px; } }

.error-page__warning-sign {
  margin-bottom: 30px; }

.error-page__title {
  margin-bottom: 20px; }

.error-page__description {
  font-size: 18px;
  margin-bottom: 25px;
  max-width: 800px; }
  @media (min-width: 900px) {
    .error-page__description {
      font-size: 22px; } }

.error-page__button {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.error-page__contact-text {
  font-size: 18px;
  margin-bottom: 15px; }
  @media (min-width: 900px) {
    .error-page__contact-text {
      font-size: 22px; } }

.error-page__contact-links, .project-page__contact-links {
  max-width: 800px; }
  .error-page__contact-links > *, .project-page__contact-links > * {
    margin-bottom: 25px; }
    .error-page__contact-links > *:last-child, .project-page__contact-links > *:last-child {
      margin-bottom: 25px; }
  @media (min-width: 900px) {
    .error-page__contact-links, .project-page__contact-links {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .error-page__contact-links > *, .project-page__contact-links > * {
        -webkit-flex: 0 0 50%;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
        padding-right: 50px; } }

@media (min-width: 900px) {
  .event-page__content-columns {
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

.event-page__aside {
  margin-bottom: 10px; }
  @media (min-width: 600px) {
    .event-page__aside {
      max-width: 320px; } }
  @media (min-width: 900px) {
    .event-page__aside {
      -webkit-flex: 0 0 260px;
          -ms-flex: 0 0 260px;
              flex: 0 0 260px;
      margin-right: 40px;
      max-width: 260px; } }

.event-page__summary {
  margin-bottom: 10px; }

@media (min-width: 900px) {
  .event-page__main {
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; } }

.event-page__header {
  border-top: 2px solid #fade29;
  border-bottom: 2px solid #fade29;
  margin-bottom: 20px;
  padding: 15px 0; }

.event-page__tag {
  margin-bottom: 14px;
  position: relative;
  padding-bottom: 5px;
  text-transform: uppercase; }
  .event-page__tag::after {
    background-color: #fade29;
    border-radius: 2px;
    bottom: -4px;
    content: '';
    display: block;
    height: 4px;
    left: 0;
    position: absolute;
    transition: background-color 150ms linear, width 300ms ease-in-out;
    width: 20px; }

.event-page__heading {
  font-family: "oswald", sans-serif;
  font-size: 24px;
  margin-bottom: 10px; }
  @media (min-width: 900px) {
    .event-page__heading {
      font-size: 36px; } }

.event-page__body {
  margin-bottom: 50px; }
  .event-page__body h2 {
    font-family: "muli", sans-serif;
    font-size: 18px;
    font-weight: 700; }
    @media (min-width: 900px) {
      .event-page__body h2 {
        font-size: 22px; } }
  .event-page__body h3, .event-page__body .meta-block h2, .meta-block .event-page__body h2, .event-page__body .link-list__heading {
    font-family: "muli", sans-serif;
    font-size: 15px;
    font-weight: 700; }
    @media (min-width: 900px) {
      .event-page__body h3, .event-page__body .meta-block h2, .meta-block .event-page__body h2, .event-page__body .link-list__heading {
        font-size: 18px; } }
  .event-page__body h4 {
    font-family: "muli", sans-serif;
    font-size: 15px;
    font-weight: 600; }
    @media (min-width: 900px) {
      .event-page__body h4 {
        font-size: 18px; } }

@media (min-width: 900px) {
  .event-page__download-calendar {
    max-width: 330px; } }

.filter-page__main-header {
  background-color: #fade29;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px; }
  @media (min-width: 900px) {
    .filter-page__main-header {
      padding: 25px 40px; } }

.filter-page__header-icon {
  display: block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 20px; }
  @media (min-width: 900px) {
    .filter-page__header-icon {
      background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
      background-size: 3447px 3387px;
      background-position: 0 0;
      width: 104.53px;
      height: 116.53px;
      margin-right: 30px; } }

.filter-page__heading {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  margin: 0; }

.filter-page__content {
  margin-top: 0; }

.filter-page__introduction {
  display: table;
  margin-bottom: 40px;
  width: 100%; }

.filter-page__ingress {
  font-size: 18px;
  display: block;
  width: 100%; }
  @media (min-width: 900px) {
    .filter-page__ingress {
      font-size: 22px; } }
  @media (min-width: 900px) {
    .filter-page__ingress {
      display: table-cell;
      padding-right: 40px;
      vertical-align: top;
      width: 60%; } }

.filter-page__map-link {
  background: #e1dfcf;
  display: block;
  height: 100%;
  margin: 15px auto 0;
  padding: 15px 20px;
  width: 100%; }
  @media (min-width: 900px) {
    .filter-page__map-link {
      display: table-cell;
      margin: 0 0 0 30px;
      padding: 15px 30px;
      vertical-align: middle;
      width: 40%; } }

.filter-page__back {
  margin: 0 0 40px; }

.filter-page__filter-heading {
  border-bottom: 10px solid #fade29;
  padding-bottom: 20px; }

.filter-page__filter-subheading {
  font-family: "muli", sans-serif;
  font-size: 15px;
  font-weight: 700;
  display: block;
  margin-bottom: 10px; }
  @media (min-width: 900px) {
    .filter-page__filter-subheading {
      font-size: 18px; } }

@media (min-width: 900px) {
  .filter-page__filters, .find-employee-page__filters {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -15px; } }

@media (min-width: 1441px) {
  .filter-page__filters, .find-employee-page__filters {
    margin-right: -40px; } }

.filter-page__filter, .find-employee-page__filter {
  margin-bottom: 15px; }
  @media (min-width: 900px) {
    .filter-page__filter, .find-employee-page__filter {
      -webkit-flex: 0 1 50%;
          -ms-flex: 0 1 50%;
              flex: 0 1 50%;
      max-width: 50%;
      padding-right: 15px; } }
  @media (min-width: 1441px) {
    .filter-page__filter, .find-employee-page__filter {
      padding-right: 40px;
      max-width: 500px; } }

.filter-page__result {
  padding-bottom: 15px; }
  @media (min-width: 900px) {
    .filter-page__result {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex: 0 0 50%;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
      padding-right: 15px; } }
  @media (min-width: 1200px) {
    .filter-page__result {
      -webkit-flex: 0 0 33.3%;
          -ms-flex: 0 0 33.3%;
              flex: 0 0 33.3%;
      max-width: 33.3%; } }
  @media (min-width: 1441px) {
    .filter-page__result {
      -webkit-flex: 0 0 25%;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%; } }

.filter-page__results {
  list-style: none;
  margin: 0;
  padding: 0; }
  @media (min-width: 900px) {
    .filter-page__results {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin-right: -15px; } }
  @media (min-width: 1441px) {
    .filter-page__results {
      margin: 0; } }
  @media (min-width: 900px) {
    .filter-page__results--list-view {
      display: block;
      margin: 0; }
      .filter-page__results--list-view .filter-page__result {
        margin-bottom: 15px;
        max-width: 100%;
        padding: 0; } }

.find-employee-page__header {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fade29;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 0; }
  @media (min-width: 900px) {
    .find-employee-page__header {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }

.find-employee-page__heading {
  font-family: "oswald", sans-serif;
  font-size: 40px;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  line-height: 1;
  margin: 0 0 15px;
  padding: 12px 0 0 50px;
  position: relative; }
  @media (min-width: 900px) {
    .find-employee-page__heading {
      font-size: 60px; } }
  .find-employee-page__heading::before {
    bottom: -2px;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    -webkit-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
            transform-origin: bottom left; }
  @media (min-width: 900px) {
    .find-employee-page__heading {
      margin: 0 50px 0 0;
      padding-left: 70px; }
      .find-employee-page__heading::before {
        background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
        background-size: 3447px 3387px;
        background-position: -1595px -1767px;
        width: 48px;
        height: 74px; } }

.find-employee-page__search {
  -webkit-flex: 0 1 550px;
      -ms-flex: 0 1 550px;
          flex: 0 1 550px;
  margin-bottom: 15px; }
  @media (min-width: 900px) {
    .find-employee-page__search {
      margin: 0;
      max-width: 550px; } }

.find-employee-page__content {
  margin-top: 0; }

.find-employee-page__results {
  list-style: none;
  margin: 0;
  padding: 0; }
  @media (min-width: 900px) {
    .find-employee-page__results {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      margin-right: -40px; } }
  @media (min-width: 900px) {
    .find-employee-page__results--list-view {
      display: block;
      margin: 0; } }

.find-employee-page__employee {
  margin-bottom: 40px; }
  @media (min-width: 900px) {
    .find-employee-page__employee {
      -webkit-flex: 0 0 50%;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      margin-bottom: 50px;
      max-width: 50%;
      padding-right: 40px; } }
  @media (min-width: 1441px) {
    .find-employee-page__employee {
      -webkit-flex: 0 0 33.3%;
          -ms-flex: 0 0 33.3%;
              flex: 0 0 33.3%;
      max-width: 33.3%; } }
  @media (min-width: 900px) {
    .find-employee-page__results--list-view .find-employee-page__employee {
      border-bottom: 2px solid #cdc9af;
      margin-bottom: 0;
      max-width: 100%;
      padding: 15px 0; }
      .find-employee-page__results--list-view .find-employee-page__employee:first-child {
        border-top: 2px solid #cdc9af; } }

.front-page {
  margin: 0 auto;
  max-width: 1280px;
  overflow: hidden;
  padding-top: 25px; }
  .front-page__heading {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden; }
  @media (min-width: 1200px) {
    .front-page__featured-services {
      -webkit-align-items: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-right: -25px; }
      .front-page__featured-services > * {
        -webkit-flex: 1 1 33.3%;
            -ms-flex: 1 1 33.3%;
                flex: 1 1 33.3%;
        padding-right: 25px; } }
  .front-page__featured-service {
    margin-bottom: 15px; }
    @media (min-width: 1200px) {
      .front-page__featured-service {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-bottom: 40px; } }

.menu-page {
  padding: 0 0 25px; }
  @media (min-width: 600px) {
    .menu-page {
      padding: 15px; } }
  @media (min-width: 900px) {
    .menu-page {
      padding: 40px; } }
  .menu-page__header {
    border-bottom: 2px solid #fade29;
    padding: 0 15px 15px; }
    @media (min-width: 600px) {
      .menu-page__header {
        border-bottom: none; } }
    @media (min-width: 900px) {
      .menu-page__header {
        padding: 0; } }
  .menu-page__heading {
    display: block;
    font-size: 24px;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase; }
    @media (min-width: 600px) {
      .menu-page__heading {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-around;
            -ms-flex-pack: distribute;
                justify-content: space-around; } }
    @media (min-width: 900px) {
      .menu-page__heading {
        position: absolute;
        left: -10000px;
        top: auto;
        width: 1px;
        height: 1px;
        overflow: hidden; } }
  .menu-page__box {
    margin-bottom: 0 !important; }
    @media (min-width: 600px) {
      .menu-page__box {
        margin-bottom: 30px !important; } }

.project-page__heading {
  margin-bottom: 50px;
  max-width: 800px; }

.project-page__tag {
  font-family: "muli", sans-serif;
  font-size: 18px;
  font-weight: 700;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70.94px;
  margin-bottom: 75px;
  min-height: 70.94px;
  padding-left: 63.71px;
  position: relative; }
  @media (min-width: 900px) {
    .project-page__tag {
      font-size: 22px; } }
  .project-page__tag::before {
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    position: absolute; }
  @media (min-width: 900px) {
    .project-page__tag {
      min-height: 116.53px;
      padding-left: 104.53px; }
      .project-page__tag::before {
        background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
        background-size: 3447px 3387px;
        background-position: 0 0;
        width: 104.53px;
        height: 116.53px; } }

.project-page__fact-box {
  margin-bottom: 50px; }
  @media (min-width: 900px) {
    .project-page__fact-box {
      margin-bottom: 100px; } }

.project-page__article {
  max-width: 800px; }

.project-page__content-box {
  max-width: 880px; }

@media (min-width: 900px) {
  .search-page__content-box {
    padding-top: 80px;
    padding-bottom: 80px; } }

.search-page__search-wrap {
  margin-bottom: 20px; }
  @media (min-width: 900px) {
    .search-page__search-wrap {
      margin-bottom: 50px;
      max-width: 575px; } }

.search-page__filters {
  margin-bottom: 40px; }

.search-page__results-container:not(.is-visible) {
  display: none; }

.search-page__results {
  margin: 0;
  padding: 0; }

.search-page__result {
  border-bottom: 3px solid #cdc9af;
  list-style: none; }
  .search-page__result:first-child {
    border-top: 3px solid #cdc9af; }

.search-page__header {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fade29;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  @media (min-width: 900px) {
    .search-page__header {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  .search-page__header h1 {
    font-family: "oswald", sans-serif;
    font-size: 40px;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    line-height: 1;
    margin: 0 0 15px;
    padding: 12px 0 0 50px;
    position: relative; }
    @media (min-width: 900px) {
      .search-page__header h1 {
        font-size: 60px; } }
    @media (min-width: 900px) {
      .search-page__header h1 {
        margin: 0 50px 0 0;
        padding-left: 70px; } }

.search-page__search {
  -webkit-flex: 0 1 550px;
      -ms-flex: 0 1 550px;
          flex: 0 1 550px;
  margin-bottom: 15px; }
  @media (min-width: 900px) {
    .search-page__search {
      margin: 0;
      max-width: 550px; } }

.search-page__infobox {
  background: #cdc9af;
  margin-bottom: 40px;
  padding: 30px; }

.standard-page {
  margin: 0 auto;
  max-width: 1280px;
  /**
   * (1) Same as bottom margin of h1
   */
  /**
   * (1) Same as bottom margin of h1
   */
  /**
   * Content area inside the aside, that holds dynamic blocks of content.
   *
   * (1) This selector accounts for the fact that many blocks are wrapped in a
   *     div. Resetting the bottom margins of this div does not affect the
   *     element inside it, we therefore try to reset the last element of the
   *     wrapping div as well. Note that this does not work if the block is
   *     further nested
   */
  /**
   * (1) Add cut corner to content boxes
   */ }
  .standard-page__header {
    margin-bottom: 0;
    padding-bottom: 24px;
    /* 1 */
    /**
      * (1) Remove top padding for the first content-box after header
      */ }
    .standard-page__header > *:last-child {
      margin-bottom: 0; }
    .standard-page__header + * .content-box:first-child, .standard-page__header + * .digdem-page__header:first-child, .standard-page__header + * .event-page__aside:first-child, .standard-page__header + * .event-page__content-box:first-child, .standard-page__header + * .search-page__content-box:first-child, .standard-page__header + * .standard-page__header:first-child {
      padding-top: 0;
      /* 1 */ }
    @media (min-width: 900px) {
      .standard-page__header {
        max-width: 66.7%;
        padding-bottom: 36px;
        /* 1 */ } }
  .standard-page__top-content-area {
    margin-bottom: 24px;
    /* 1 */ }
    .standard-page__top-content-area > *:last-child {
      margin-bottom: 0; }
    @media (min-width: 900px) {
      .standard-page__top-content-area {
        margin-bottom: 36px;
        /* 1 */ } }
  @media (min-width: 900px) {
    .standard-page__content-columns {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  .standard-page__main {
    /**
      * (1) Remove top padding for the first content-box inside main
      */ }
    @media (min-width: 900px) {
      .standard-page__main {
        -webkit-flex: 0 0 66.66667%;
            -ms-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;
        margin-right: 15px;
        min-width: 1px; } }
    @media (min-width: 1200px) {
      .standard-page__main {
        margin-right: 40px; } }
    .standard-page__main > *:first-child.content-box, .standard-page__main > *.digdem-page__header:first-child, .standard-page__main > *.event-page__aside:first-child, .standard-page__main > *.event-page__content-box:first-child, .standard-page__main > *.search-page__content-box:first-child, .standard-page__main > *.standard-page__header:first-child {
      /* 2 */ }
      .standard-page__main > *:first-child.content-box:only-child, .standard-page__main > *.digdem-page__header:first-child:only-child, .standard-page__main > *.event-page__aside:first-child:only-child, .standard-page__main > *.event-page__content-box:first-child:only-child, .standard-page__main > *.search-page__content-box:first-child:only-child, .standard-page__main > *.standard-page__header:first-child:only-child {
        height: 100%; }
  @media (min-width: 900px) {
    .standard-page__aside {
      -webkit-flex: 1 1 33.33333%;
          -ms-flex: 1 1 33.33333%;
              flex: 1 1 33.33333%;
      overflow-x: hidden; } }
  .standard-page__aside > * {
    margin-bottom: 20px; }
    @media (min-width: 1200px) {
      .standard-page__aside > * {
        margin-bottom: 40px; } }
    .standard-page__aside > *:last-child {
      margin-bottom: 0; }
  .standard-page__aside-blocks > * {
    margin-bottom: 20px; }
    @media (min-width: 1200px) {
      .standard-page__aside-blocks > * {
        margin-bottom: 40px; } }
    .standard-page__aside-blocks > *:last-child {
      margin-bottom: 0;
      /* 1 */ }
      .standard-page__aside-blocks > *:last-child > *:last-child {
        margin-bottom: 0; }
  .standard-page__featured-image {
    margin-bottom: 30px; }
    @media (min-width: 900px) {
      .standard-page__featured-image {
        margin-bottom: 40px; } }
  .standard-page--school {
    /* 1 */ }

.theme-page__header {
  margin-bottom: 20px;
  width: 100%; }
  @media (min-width: 600px) {
    .theme-page__header {
      margin-bottom: 40px; } }

.theme-page__header-columns {
  width: 100%; }
  @media (min-width: 600px) {
    .theme-page__header-columns {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-align-content: space-between;
          -ms-flex-line-pack: justify;
              align-content: space-between;
      -webkit-align-items: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.theme-page__header-column {
  position: relative;
  width: 100%; }
  @media (min-width: 1200px) {
    .theme-page__header-column:first-child {
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2;
      padding-right: 15px;
      width: 60%; }
    .theme-page__header-column:last-child {
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1;
      z-index: 1;
      width: 40%; } }

.theme-page__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
  height: 140px;
  -webkit-transform: rotate(360deg);
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  z-index: 0; }
  @media (min-width: 900px) {
    .theme-page__image {
      height: 20vh;
      margin: 0 0 0 auto; } }
  @media (min-width: 1200px) {
    .theme-page__image {
      height: 23vh;
      margin: 0 0 0 auto; } }
  .theme-page__image svg {
    bottom: 0;
    height: 100%;
    left: -1px;
    position: absolute;
    top: -1px;
    width: 25%; }
    @media (min-width: 1200px) {
      .theme-page__image svg {
        width: 28%; } }

.theme-page__heading {
  line-height: 1;
  margin: 25px 0 0 0;
  padding: 0; }
  @media (min-width: 1200px) {
    .theme-page__heading {
      margin: 0;
      padding: 0 40px 0 0; } }

.theme-page__box {
  background: #e1dfcf;
  border: 1px solid transparent;
  margin-bottom: 15px;
  height: 100%; }
  @media (min-width: 900px) {
    .theme-page__box {
      margin-bottom: 20px; } }

.theme-page__title {
  margin: 0; }

.theme-page__link {
  display: block;
  position: relative;
  font-size: 18px;
  background-color: #fade29;
  border: none;
  display: block;
  font-family: "muli", sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 15px 30px 15px 15px;
  transition: background-color 150ms; }
  .theme-page__link::after {
    bottom: 0;
    content: '';
    display: block;
    margin: auto 0;
    position: absolute;
    right: 15px;
    top: 0; }
  @media (min-width: 900px) {
    .theme-page__link {
      font-size: 22px; } }
  .theme-page__link:hover, .theme-page__link:focus {
    background-color: #cdc9af;
    border: none; }
  .theme-page__link:focus {
    outline: none; }

.theme-page__text {
  font-size: 15px;
  line-height: 1.4;
  padding: 15px; }
  @media (min-width: 900px) {
    .theme-page__text {
      font-size: 18px; } }
  .theme-page__text p {
    margin: 0; }

.search-form {
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%; }
  .search-form__form {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0; }
  .search-form__label {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    padding-bottom: 5px;
    padding-bottom: 3px; }
  .search-form__field {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: #ffffff;
    border: 3px solid #cdc9af;
    border-radius: 0;
    border-right: none;
    color: #000000;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    font-family: "muli", sans-serif;
    font-size: 16px;
    height: 50px;
    padding: 0 20px;
    width: 100%; }
    .search-form__field:focus {
      outline: 0; }
    @media (min-width: 900px) {
      .search-form__field {
        font-size: 18px; } }
  .search-form__submit {
    background-color: #cdc9af;
    border: 3px solid #cdc9af;
    border-radius: 0;
    color: transparent;
    cursor: pointer;
    display: inline-block;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    font-size: 0;
    height: 50px;
    padding: 0;
    text-align: center;
    transition: background-color 150ms linear;
    width: 50px; }
    .search-form__submit:hover {
      background-color: #ebe9df;
      outline: none; }
    .search-form__submit:focus {
      background-color: #fade29;
      outline: none; }
    .search-form__submit::before {
      content: '';
      display: inline-block; }
  .search-form__autocomplete {
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    background-color: #ffffff;
    border: 3px solid #cdc9af;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 4; }
  .search-form__autocomplete-select {
    width: 100%; }
  .search-form__autocomplete-item {
    border-bottom: none;
    display: block;
    padding: 5px 20px;
    width: 100%; }
    .search-form__autocomplete-item:focus, .search-form__autocomplete-item:hover {
      background-color: #ebe9df;
      border-bottom: none;
      outline: none; }
  .search-form--yellow .search-form__field {
    border-color: #fade29; }
  .search-form--yellow .search-form__submit {
    background-color: #fade29;
    border-color: #fade29; }
    .search-form--yellow .search-form__submit:focus, .search-form--yellow .search-form__submit:hover {
      background-color: #fcec81; }
  .search-form--white {
    background-color: #ffffff; }
    .search-form--white .search-form__field {
      border-color: #ffffff; }
    .search-form--white .search-form__submit {
      background-color: #fade29;
      border-color: #ffffff; }
      .search-form--white .search-form__submit:focus {
        background-color: #cdc9af; }
      .search-form--white .search-form__submit:hover {
        background-color: #fcec81; }
  .search-form--large .search-form__field {
    height: 60px; }
  .search-form--large .search-form__submit {
    height: 60px;
    width: 60px; }
  @media (min-width: 900px) {
    .search-form--large .search-form__field {
      height: 86px; }
    .search-form--large .search-form__submit {
      height: 86px;
      width: 86px; }
      .search-form--large .search-form__submit::before {
        background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
        background-size: 3447px 3387px;
        background-position: -2514px -2800px;
        width: 35px;
        height: 39px; } }
  .search-form--visible-label .search-form__form {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .search-form--visible-label .search-form__label {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    height: auto;
    overflow: visible;
    position: static;
    width: 100%; }
  .search-form--visible-label .search-form__field {
    -webkit-flex: 1 1 1px;
        -ms-flex: 1 1 1px;
            flex: 1 1 1px; }

.search-result {
  padding: 15px 0; }
  .search-result__breadcrumbs {
    font-size: 11px;
    margin-top: 20px; }
    @media (min-width: 900px) {
      .search-result__breadcrumbs {
        font-size: 15px; } }
    .search-result__breadcrumbs a {
      border: none;
      color: #003f51;
      text-decoration: underline; }
      .search-result__breadcrumbs a:hover {
        border: none;
        text-decoration: none; }
    .search-result__breadcrumbs > * {
      margin-right: 0.5em; }
  .search-result__icon {
    margin-right: 15px; }
    @media (min-width: 900px) {
      .search-result__icon {
        margin-right: 20px; } }
  .search-result__heading {
    font-family: "muli", sans-serif;
    font-size: 18px;
    font-weight: 700;
    font-family: "muli", sans-serif;
    margin: 0; }
    @media (min-width: 900px) {
      .search-result__heading {
        font-size: 22px; } }
  .search-result__link {
    border-bottom: 2px solid transparent;
    color: #003f51; }
    .search-result__link:hover {
      border-bottom: 2px solid #003f51; }
  .search-result__date {
    font-family: "muli", sans-serif;
    font-size: 18px;
    font-weight: 700; }
    @media (min-width: 900px) {
      .search-result__date {
        font-size: 22px; } }
  .search-result__ingress {
    margin: 15px 0 0; }
  .search-result__search-word {
    background: #fade29; }
  .search-result--document {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .search-result--event .search-result__icon {
    float: left;
    margin-bottom: 15px; }
  .search-result--event .search-result__heading {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 60px; }
  .search-result--event .search-result__date::before {
    clear: both;
    content: '';
    display: block; }
  @media (min-width: 900px) {
    .search-result--event {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .search-result--event .search-result__icon {
        float: none;
        margin-bottom: 0; }
      .search-result--event .search-result__heading {
        margin-bottom: 7px;
        min-height: 0; } }

/*------------------------------------*/
/* #CARD-GRID
/*------------------------------------*/
/**
 * Grid that holds a selection of card components.
 * Each child takes up 1/2 width, unless 3 or more children,
 * in which case width is 1/3
 */
.card-grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  /**
     * Modifier makes columns equal height (100% of container)
     */
  /**
     * For those times we want to only have 1 column in the grid,
     * (when the car should take 100% width).
     */ }
  @media (min-width: 900px) {
    .card-grid {
      margin-right: -15px; } }
  @media (min-width: 1200px) {
    .card-grid {
      margin-right: -40px; } }
  .card-grid__item {
    width: 100%;
    margin-bottom: 20px; }
    @media (min-width: 1200px) {
      .card-grid__item {
        margin-bottom: 40px; } }
    @media (min-width: 900px) {
      .card-grid__item {
        width: 50%;
        padding-right: 15px; }
        .card-grid__item:first-child:nth-last-child(n + 3),
        .card-grid__item:first-child:nth-last-child(n + 3) ~ * {
          width: 33.33333%; } }
    @media (min-width: 1200px) {
      .card-grid__item {
        padding-right: 40px; } }
  .card-grid--equal-height .card-grid__item > * {
    height: 100%; }
  .card-grid--single .card-grid__item {
    width: 100%; }

.featured-section {
  background-color: #ffffff;
  margin-bottom: 15px;
  padding: 15px; }
  @media (min-width: 900px) {
    .featured-section {
      margin-bottom: 40px;
      padding: 40px 0; } }
  @media (min-width: 900px) {
    .featured-section__columns {
      -webkit-align-items: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-right: -25px; }
      .featured-section__columns > * {
        -webkit-flex: 1 1 33.3%;
            -ms-flex: 1 1 33.3%;
                flex: 1 1 33.3%;
        padding-right: 25px; }
      .featured-section__columns > *:nth-child(even) {
        -webkit-flex: 0 0 66.6%;
            -ms-flex: 0 0 66.6%;
                flex: 0 0 66.6%;
        max-width: 66.6%; } }
  .featured-section__title {
    margin-bottom: 25px; }
    @media (min-width: 900px) {
      .featured-section__title {
        margin-bottom: 0;
        padding-left: 40px; }
        .featured-section__title .pretty-heading {
          margin-top: -8.712px; } }
  @media (min-width: 900px) {
    .featured-section__body {
      padding-right: 40px; } }
  @media (min-width: 900px) {
    .featured-section__content-columns {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-right: -25px; }
      .featured-section__content-columns > * {
        -webkit-flex: 0 0 50%;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
        padding-right: 25px; } }

.meeting-details ul {
  list-style-type: none;
  padding: 0; }
  .meeting-details ul li.accordion--alternate {
    border-bottom: 2px solid #000; }

.meeting-details__heading {
  margin-bottom: 30px; }

.meeting-details .accordion__content {
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

.study-schedule {
  margin: 0;
  padding: 0; }
  .study-schedule__year {
    border-bottom: 3px solid #fade29;
    list-style: none;
    margin-bottom: 20px;
    padding-bottom: 20px; }
    .study-schedule__year:last-child {
      border-bottom: none;
      margin-bottom: 0;
      padding-bottom: 0; }
    @media (min-width: 900px) {
      .study-schedule__year {
        margin-bottom: 40px;
        padding-bottom: 40px; } }
  .study-schedule__ingress {
    max-width: 800px; }
  .study-schedule__module {
    margin-bottom: 20px;
    padding-bottom: 20px;
    outline: none; }
    .study-schedule__module:last-child {
      border-bottom: none;
      margin-bottom: 0;
      padding-bottom: 0; }
    @media (min-width: 600px) {
      .study-schedule__module {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 20px; } }
    @media (min-width: 900px) {
      .study-schedule__module {
        margin-bottom: 40px;
        padding-bottom: 40px; } }
  .study-schedule__image {
    margin-bottom: 15px; }
    @media (min-width: 600px) {
      .study-schedule__image {
        margin-bottom: 0;
        min-width: calc(50% + 20px);
        padding-right: 40px; } }
  .study-schedule__module-details {
    max-width: 800px; }
  @media (min-width: 900px) {
    .study-schedule__module-title {
      font-size: 28px;
      margin-bottom: 20px; } }

.article-teaser {
  border-bottom: none;
  display: block;
  padding: 15px 0;
  transition: background-color 150ms linear; }
  .article-teaser figure {
    background-image: url(/Static/images/layout/teaser-background.svg);
    background-repeat: no-repeat;
    background-size: cover; }
  .article-teaser:hover, .article-teaser:focus {
    background: #fce869;
    border-bottom: none;
    outline: none; }
    .article-teaser:hover figure::before, .article-teaser:focus figure::before {
      opacity: 0.7; }
  @media (min-width: 900px) {
    .article-teaser {
      padding: 15px; } }
  @media (min-width: 900px) {
    .article-teaser__columns {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  .article-teaser__image-column {
    margin-bottom: 10px; }
    @media (min-width: 900px) {
      .article-teaser__image-column {
        -webkit-flex: 0 1 290px;
            -ms-flex: 0 1 290px;
                flex: 0 1 290px;
        margin-bottom: 0;
        max-width: 290px; } }
  .article-teaser__content-column {
    -webkit-flex: 1 0 62%;
        -ms-flex: 1 0 62%;
            flex: 1 0 62%; }
  @media (min-width: 900px) {
    .article-teaser__content {
      padding: 0 25px; } }
  .article-teaser__published {
    font-size: 11px;
    display: block;
    margin-bottom: 10px; }
    @media (min-width: 900px) {
      .article-teaser__published {
        font-size: 15px; } }
  .article-teaser__title {
    font-family: "muli", sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px; }
    @media (min-width: 900px) {
      .article-teaser__title {
        font-size: 22px; } }
  .article-teaser__ingress {
    margin-bottom: 0; }
  .article-teaser--compact .article-teaser__image-column, .article-list--compact .article-list__item:nth-child(n+2) .article-teaser .article-teaser__image-column,
  .article-teaser--compact .article-teaser__ingress,
  .article-list--compact .article-list__item:nth-child(n+2) .article-teaser .article-teaser__ingress {
    display: none; }
  .article-teaser--compact .article-teaser__title, .article-list--compact .article-list__item:nth-child(n+2) .article-teaser .article-teaser__title {
    margin-bottom: 0; }
  @media (min-width: 900px) {
    .article-teaser--compact .article-teaser__image-column, .article-list--compact .article-list__item:nth-child(n+2) .article-teaser .article-teaser__image-column,
    .article-teaser--compact .article-teaser__ingress,
    .article-list--compact .article-list__item:nth-child(n+2) .article-teaser .article-teaser__ingress {
      display: block; }
    .article-teaser--compact .article-teaser__title, .article-list--compact .article-list__item:nth-child(n+2) .article-teaser .article-teaser__title {
      margin-bottom: 10px; } }

.event-teaser {
  border-bottom: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 11px;
  margin-bottom: 10px; }
  .event-teaser:hover {
    border-bottom: none; }
  @media (min-width: 900px) {
    .event-teaser {
      font-size: 15px; } }
  .event-teaser abbr {
    text-decoration: none; }
  .event-teaser__date-time {
    background-color: #d7d4bf;
    display: block;
    -webkit-flex: 0 0 90px;
        -ms-flex: 0 0 90px;
            flex: 0 0 90px;
    line-height: 1;
    max-width: 90px;
    padding: 10px;
    text-align: center;
    transition: background-color 150ms linear; }
    @media (min-width: 900px) {
      .event-teaser__date-time {
        -webkit-flex: 0 0 190px;
            -ms-flex: 0 0 190px;
                flex: 0 0 190px;
        margin-right: 10px;
        max-width: 190px;
        padding: 15px; } }
  .event-teaser__date {
    display: block;
    margin-bottom: 14px;
    position: relative; }
    .event-teaser__date::after {
      background-color: #fade29;
      border-radius: 2px;
      bottom: -4px;
      content: '';
      display: block;
      height: 4px;
      left: 0;
      position: absolute;
      transition: background-color 150ms linear, width 300ms ease-in-out;
      width: 100%; }
    .event-teaser__date--double {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
  .event-teaser__day {
    display: block;
    font-family: "oswald", sans-serif;
    font-size: 26px;
    margin-bottom: 10px; }
    @media (min-width: 900px) {
      .event-teaser__day {
        font-size: 36px; } }
  .event-teaser__month {
    display: block;
    text-transform: uppercase;
    padding-bottom: 10px; }
  .event-teaser__time-range {
    display: block;
    font-weight: 700; }
    @media (min-width: 900px) {
      .event-teaser__time-range {
        font-size: 18px; } }
  .event-teaser__body {
    background-color: #ebe9df;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding: 10px;
    transition: background-color 150ms linear; }
    @media (min-width: 900px) {
      .event-teaser__body {
        padding: 15px; } }
  .event-teaser__tag {
    margin-bottom: 14px;
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
    text-transform: uppercase; }
    .event-teaser__tag::after {
      background-color: #fade29;
      border-radius: 2px;
      bottom: -4px;
      content: '';
      display: block;
      height: 4px;
      left: 0;
      position: absolute;
      transition: background-color 150ms linear, width 300ms ease-in-out;
      width: 20px; }
  .event-teaser__title {
    font-family: "muli", sans-serif;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 15px; }
    @media (min-width: 900px) {
      .event-teaser__title {
        font-size: 18px; } }
  .event-teaser__location {
    line-height: 1; }
    @media (min-width: 900px) {
      .event-teaser__location {
        font-size: 18px; } }
  .event-teaser:hover, .event-teaser:focus {
    outline: none; }
    .event-teaser:hover .event-teaser__date-time, .event-teaser:focus .event-teaser__date-time {
      background-color: #fade29; }
    .event-teaser:hover .event-teaser__date::after, .event-teaser:focus .event-teaser__date::after {
      background-color: #ffffff; }
    .event-teaser:hover .event-teaser__body, .event-teaser:focus .event-teaser__body {
      background-color: #fade29; }
    .event-teaser:hover .event-teaser__tag::after, .event-teaser:focus .event-teaser__tag::after {
      background-color: #ffffff;
      width: 100%; }
    .event-teaser:hover .event-teaser__title::after, .event-teaser:focus .event-teaser__title::after {
      background-color: #ffffff; }
  .event-teaser--external .event-teaser__date-time {
    background-color: #fade29;
    text-align: left; }
  .event-teaser--external .event-teaser__date {
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 46px; }
    .event-teaser--external .event-teaser__date::after {
      background-color: #ffffff; }
  .event-teaser--external .event-teaser__month {
    margin-left: 0.5em; }
  .event-teaser--external .event-teaser__body {
    position: relative; }
    .event-teaser--external .event-teaser__body::before {
      background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
      background-size: 3447px 3387px;
      background-position: -1694px -1893px;
      width: 20px;
      height: 20px;
      content: '';
      position: absolute;
      right: 10px;
      top: 10px; }
  .event-teaser--external .event-teaser__title {
    margin-bottom: 14px;
    position: relative;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 46px;
    padding: 0 20px 10px 0; }
    .event-teaser--external .event-teaser__title::after {
      background-color: #fade29;
      border-radius: 2px;
      bottom: -4px;
      content: '';
      display: block;
      height: 4px;
      left: 0;
      position: absolute;
      transition: background-color 150ms linear, width 300ms ease-in-out;
      width: 100px; }
  .event-teaser--highlighted .event-teaser__date-time {
    background-color: #54b1b7; }
  .event-teaser--large .event-teaser__description {
    display: none; }
  @media (min-width: 900px) {
    .event-teaser--large {
      margin-bottom: 25px; }
      .event-teaser--large .event-teaser__date {
        margin-bottom: 24px;
        min-height: 118px; }
      .event-teaser--large .event-teaser__day {
        font-size: 60px; }
      .event-teaser--large .event-teaser__month {
        font-size: 24px; }
      .event-teaser--large .event-teaser__time-range {
        line-height: 1.618; }
      .event-teaser--large .event-teaser__header {
        margin-bottom: 14px;
        position: relative;
        margin-bottom: 24px;
        min-height: 118px;
        padding-bottom: 20px; }
        .event-teaser--large .event-teaser__header::after {
          background-color: #fade29;
          border-radius: 2px;
          bottom: -4px;
          content: '';
          display: block;
          height: 4px;
          left: 0;
          position: absolute;
          transition: background-color 150ms linear, width 300ms ease-in-out;
          width: 100%; }
      .event-teaser--large .event-teaser__description {
        display: block; }
      .event-teaser--large:hover .event-teaser__header::after {
        background-color: #ffffff; } }
  @media (min-width: 900px) {
    .event-teaser--narrow .event-teaser__date-time, .event-list--narrow .event-teaser .event-teaser__date-time {
      -webkit-flex: 0 0 120px;
          -ms-flex: 0 0 120px;
              flex: 0 0 120px;
      font-size: 14px;
      margin-right: 0;
      max-width: 120px;
      padding: 15px 10px; } }
  @media (min-width: 900px) {
    .event-teaser--narrow .event-teaser__time-range, .event-list--narrow .event-teaser .event-teaser__time-range {
      font-size: 14px; } }

.featured-service {
  background-color: #ffffff;
  border-bottom: none;
  display: block;
  transition: background-color 150ms linear; }
  .featured-service__image {
    position: relative; }
    .featured-service__image::before {
      background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
      background-size: 3447px 3387px;
      background-position: -169px -188px;
      width: 104.53px;
      height: 116.53px;
      content: '';
      display: block;
      opacity: 0;
      position: absolute;
      right: 25px;
      transition: opacity 150ms linear;
      top: 20px;
      z-index: 2; }
      @media (min-width: 900px) {
        .featured-service__image::before {
          background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
          background-size: 3447px 3387px;
          background-position: -274px -305px;
          width: 195.02px;
          height: 217.62px; } }
  .featured-service__body {
    padding: 10px 15px 15px;
    position: relative; }
    @media (min-width: 600px) {
      .featured-service__body {
        padding: 15px; } }
    @media (min-width: 900px) {
      .featured-service__body {
        padding: 25px; } }
  .featured-service__tag {
    min-width: 14px;
    padding-left: 20px;
    position: relative;
    font-family: "muli", sans-serif;
    font-size: 15px;
    font-weight: 400;
    font-family: "oswald", sans-serif;
    margin-bottom: 5px;
    text-transform: uppercase; }
    .featured-service__tag::before {
      background-color: #fade29;
      border-radius: 2px;
      top: 6.33333px;
      content: '';
      display: block;
      height: 19.6px;
      left: 11.33333px;
      position: absolute;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      -webkit-transform-origin: top right;
          -ms-transform-origin: top right;
              transform-origin: top right;
      width: 4px; }
    @media (min-width: 900px) {
      .featured-service__tag {
        font-size: 18px; } }
    .featured-service__tag::before {
      transition: background-color 150ms linear; }
    @media (min-width: 600px) {
      .featured-service__tag {
        margin-bottom: 10px; } }
    @media (min-width: 900px) {
      .featured-service__tag {
        min-width: 17px;
        padding-left: 25px;
        position: relative; }
        .featured-service__tag::before {
          background-color: #fade29;
          border-radius: 2.5px;
          top: 7.66667px;
          content: '';
          display: block;
          height: 23.8px;
          left: 13.66667px;
          position: absolute;
          -webkit-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
                  transform: rotate(45deg);
          -webkit-transform-origin: top right;
              -ms-transform-origin: top right;
                  transform-origin: top right;
          width: 5px; } }
  .featured-service__title {
    font-family: "oswald", sans-serif;
    font-size: 24px;
    margin: 0; }
    @media (min-width: 900px) {
      .featured-service__title {
        font-size: 36px; } }
    @media (min-width: 600px) {
      .featured-service__title {
        margin-bottom: 15px; } }
  .featured-service__description {
    color: #4a4a4a;
    display: none;
    margin-bottom: 0; }
    @media (min-width: 600px) {
      .featured-service__description {
        display: block; } }
  .featured-service:hover, .featured-service:focus {
    background-color: #fade29;
    border-bottom: none;
    outline: none; }
    .featured-service:hover .featured-service__image::before, .featured-service:focus .featured-service__image::before {
      opacity: 1; }
    .featured-service:hover .featured-service__image figure::before, .featured-service:focus .featured-service__image figure::before {
      opacity: 0.5; }
    .featured-service:hover .featured-service__tag::before, .featured-service:focus .featured-service__tag::before {
      background-color: #ffffff; }
  @media (min-width: 600px) {
    .featured-service {
      -webkit-align-items: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-right: -25px; }
      .featured-service > * {
        -webkit-flex: 1 1 33.3%;
            -ms-flex: 1 1 33.3%;
                flex: 1 1 33.3%;
        padding-right: 25px; }
      .featured-service > *:nth-child(odd) {
        -webkit-flex: 0 0 66.6%;
            -ms-flex: 0 0 66.6%;
                flex: 0 0 66.6%;
        max-width: 66.6%;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1; }
      .featured-service > *:nth-child(even) {
        -webkit-order: 0;
            -ms-flex-order: 0;
                order: 0; }
      .featured-service .featured-service__image::before {
        right: 50px; } }
  @media (min-width: 1200px) {
    .featured-service {
      display: block;
      margin-right: 0;
      -webkit-flex: 1 0 auto;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto; }
      .featured-service > * {
        padding-right: 0; }
        .featured-service > *:nth-child(odd), .featured-service > *:nth-child(even) {
          max-width: none;
          -webkit-order: 0;
              -ms-flex-order: 0;
                  order: 0; }
      .featured-service .featured-service__image::before {
        right: 25px; }
      .featured-service .featured-service__body {
        padding: 20px 25px 25px; } }
  .featured-service--main-feature .featured-service__image::before, .front-page__featured-services--one-feature .featured-service .featured-service__image::before {
    content: none; }
  @media (min-width: 600px) {
    .featured-service--main-feature .featured-service__image::before, .front-page__featured-services--one-feature .featured-service .featured-service__image::before {
      content: none; }
    .featured-service--main-feature .featured-service__body, .front-page__featured-services--one-feature .featured-service .featured-service__body {
      padding-top: 120px; }
      .featured-service--main-feature .featured-service__body::before, .front-page__featured-services--one-feature .featured-service .featured-service__body::before {
        background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
        background-size: 3447px 3387px;
        background-position: -732px -816px;
        width: 104.7px;
        height: 116.7px;
        content: '';
        display: block;
        position: absolute;
        right: 15px;
        top: 15px; }
    .featured-service--main-feature:hover .featured-service__body::before, .front-page__featured-services--one-feature .featured-service:hover .featured-service__body::before, .featured-service--main-feature:focus .featured-service__body::before, .front-page__featured-services--one-feature .featured-service:focus .featured-service__body::before {
      background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
      background-size: 3447px 3387px;
      background-position: -169px -188px;
      width: 104.53px;
      height: 116.53px; } }
  @media (min-width: 900px) {
    .featured-service--main-feature .featured-service__body::before, .front-page__featured-services--one-feature .featured-service .featured-service__body::before {
      right: 25px;
      top: 25px; } }
  @media (min-width: 1200px) {
    .featured-service--main-feature, .front-page__featured-services--one-feature .featured-service {
      -webkit-align-items: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-right: -25px; }
      .featured-service--main-feature > *, .front-page__featured-services--one-feature .featured-service > * {
        -webkit-flex: 1 1 33.3%;
            -ms-flex: 1 1 33.3%;
                flex: 1 1 33.3%;
        padding-right: 25px; }
      .featured-service--main-feature > *:nth-child(odd), .front-page__featured-services--one-feature .featured-service > *:nth-child(odd) {
        -webkit-flex: 0 0 66.6%;
            -ms-flex: 0 0 66.6%;
                flex: 0 0 66.6%;
        max-width: 66.6%;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1; }
      .featured-service--main-feature > *:nth-child(even), .front-page__featured-services--one-feature .featured-service > *:nth-child(even) {
        -webkit-order: 0;
            -ms-flex-order: 0;
                order: 0; } }
  .featured-service--video:hover {
    background-color: #ffffff; }
    .featured-service--video:hover .featured-service__image::before {
      content: none; }
    .featured-service--video:hover .featured-service__image figure::before {
      content: none; }
    .featured-service--video:hover .featured-service__tag::before {
      background-color: #fade29; }
  .featured-service--video .featured-service__body {
    border-bottom: none;
    display: block; }
    .featured-service--video .featured-service__body:hover, .featured-service--video .featured-service__body:focus {
      background-color: #fade29;
      outline: none; }
      .featured-service--video .featured-service__body:hover .featured-service__tag::before, .featured-service--video .featured-service__body:focus .featured-service__tag::before {
        background-color: #ffffff; }

.filter-teaser {
  background: #f5f4ef;
  border-bottom: none;
  border-top: 3px solid #fade29;
  display: block;
  min-width: 100%;
  transition: background 0.5s; }
  .filter-teaser:hover, .filter-teaser:focus {
    background-color: #fade29;
    border-bottom: none; }
    .filter-teaser:hover .filter-teaser__image figure::before, .filter-teaser:focus .filter-teaser__image figure::before {
      opacity: 0.5; }
  .filter-teaser__content {
    padding: 15px; }
  .filter-teaser__heading {
    font-family: "muli", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3; }
    @media (min-width: 900px) {
      .filter-teaser__heading {
        font-size: 22px; } }
    .filter-teaser__heading:after {
      border-bottom: 3px solid #cdc9af;
      content: '';
      display: block;
      margin-top: 10px;
      width: 60px; }
  .filter-teaser__category {
    border-bottom: 3px solid #cdc9af;
    margin-bottom: 10px;
    padding-bottom: 10px; }
    .filter-teaser__category:last-child {
      border-bottom: none;
      margin-bottom: 0; }
  .filter-teaser__ingress {
    margin: 0; }
  .filter-teaser--list-view, .filter-page__results--list-view .filter-teaser {
    background-color: transparent; }
    .filter-teaser--list-view:hover, .filter-page__results--list-view .filter-teaser:hover, .filter-teaser--list-view:focus, .filter-page__results--list-view .filter-teaser:focus {
      outline: none;
      background-color: transparent; }
      .filter-teaser--list-view:hover .filter-teaser__content, .filter-page__results--list-view .filter-teaser:hover .filter-teaser__content, .filter-teaser--list-view:focus .filter-teaser__content, .filter-page__results--list-view .filter-teaser:focus .filter-teaser__content {
        background-color: #fade29; }
    .filter-teaser--list-view .filter-teaser__content, .filter-page__results--list-view .filter-teaser .filter-teaser__content {
      background-color: #f5f4ef;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
    .filter-teaser--list-view .filter-teaser__image, .filter-page__results--list-view .filter-teaser .filter-teaser__image {
      -webkit-flex: 0 0 330px;
          -ms-flex: 0 0 330px;
              flex: 0 0 330px; }
    @media (min-width: 900px) {
      .filter-teaser--list-view, .filter-page__results--list-view .filter-teaser {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }

.person {
  font-size: 15px;
  margin-bottom: 30px; }
  @media (min-width: 900px) {
    .person {
      font-size: 18px; } }
  @media (min-width: 900px) {
    .person {
      margin-bottom: 40px; } }
  .person:last-child {
    margin-bottom: 0; }
  .person__image {
    margin-right: 15px; }
    @media (min-width: 900px) {
      .person__image {
        margin-right: 20px; } }
  .person__details {
    min-width: 0; }
  .person__name {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 4px;
    padding-top: 9px; }
    .person__name::after {
      clear: both;
      content: '';
      display: block; }
    @media (min-width: 900px) {
      .person__name {
        font-size: 20px;
        padding-top: 0; }
        .person__name::after {
          content: none; } }
  @media (min-width: 900px) {
    .person__first-name, .person__last-name {
      display: block; } }
  .person__position > * {
    margin-bottom: 3px; }
  @media (min-width: 900px) {
    .person__position > * {
      margin-bottom: 4px; } }
  .person__title {
    font-weight: 600; }
  .person__affiliation a {
    border-bottom: none;
    color: #003f51; }
    .person__affiliation a:hover {
      border-bottom: none;
      text-decoration: underline; }
  .person__department {
    font-weight: 600; }
  .person__additional-information {
    margin-bottom: 3px; }
    @media (min-width: 900px) {
      .person__additional-information {
        margin-bottom: 4px; } }
  .person__information-label {
    min-width: 15px;
    padding-right: 30px;
    position: relative;
    margin-right: 15px; }
    .person__information-label::after {
      background-color: #cdc9af;
      border-radius: 2px;
      top: 4.33333px;
      content: '';
      display: block;
      height: 21px;
      right: -1.33333px;
      position: absolute;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      -webkit-transform-origin: top right;
          -ms-transform-origin: top right;
              transform-origin: top right;
      width: 4px; }
    @media (min-width: 900px) {
      .person__information-label {
        min-width: 18px;
        padding-right: 33px;
        position: relative; }
        .person__information-label::after {
          background-color: #cdc9af;
          border-radius: 2px;
          top: 4.33333px;
          content: '';
          display: block;
          height: 25.2px;
          right: -1.33333px;
          position: absolute;
          -webkit-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
                  transform: rotate(45deg);
          -webkit-transform-origin: top right;
              -ms-transform-origin: top right;
                  transform-origin: top right;
          width: 4px; } }
  .person__contact-information {
    margin-bottom: 15px; }
    .person__contact-information > * {
      margin-bottom: 3px; }
    @media (min-width: 900px) {
      .person__contact-information {
        margin-bottom: 0; }
        .person__contact-information > * {
          margin-bottom: 4px; } }
  .person__email {
    cursor: pointer; }
  .person__number {
    display: inline-block;
    margin-right: 20px; }
    .person__number:last-child {
      margin-right: 0; }
  .person__download-button {
    max-width: 200px; }
    @media (min-width: 900px) {
      .person__download-button {
        display: none; } }
  .person__links {
    margin: 5px 0; }
  @media (min-width: 900px) {
    .person {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  .person--politician .person__image {
    float: left; }
  .person--politician .person__first-name,
  .person--politician .person__last-name {
    display: block; }
  @media (min-width: 900px) {
    .person--politician {
      display: block; }
      .person--politician .person__name {
        margin-bottom: 10px; }
      .person--politician .person__title {
        margin-bottom: 10px; }
        .person--politician .person__title::after {
          clear: both;
          content: '';
          display: block; } }
  .person--search-view .person__affiliation, .person--list-view .person__affiliation, .find-employee-page__results--list-view .find-employee-page__employee > .person .person__affiliation {
    font-weight: 600; }
  @media (min-width: 900px) {
    .person--search-view, .person--list-view, .find-employee-page__results--list-view .find-employee-page__employee > .person {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .person--search-view .person__details, .person--list-view .person__details, .find-employee-page__results--list-view .find-employee-page__employee > .person .person__details {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex: 1 1 auto;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
      .person--search-view .person__name, .person--list-view .person__name, .find-employee-page__results--list-view .find-employee-page__employee > .person .person__name {
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        font-size: 22px; }
      .person--search-view .person__first-name, .person--list-view .person__first-name, .find-employee-page__results--list-view .find-employee-page__employee > .person .person__first-name,
      .person--search-view .person__last-name,
      .person--list-view .person__last-name,
      .find-employee-page__results--list-view .find-employee-page__employee > .person .person__last-name {
        display: inline; }
      .person--search-view .person__position, .person--list-view .person__position, .find-employee-page__results--list-view .find-employee-page__employee > .person .person__position {
        -webkit-flex: 0 1 50%;
            -ms-flex: 0 1 50%;
                flex: 0 1 50%;
        padding-right: 40px; }
      .person--search-view .person__title, .person--list-view .person__title, .find-employee-page__results--list-view .find-employee-page__employee > .person .person__title {
        margin-bottom: 5px; }
      .person--search-view .person__contact-information, .person--list-view .person__contact-information, .find-employee-page__results--list-view .find-employee-page__employee > .person .person__contact-information {
        -webkit-flex: 1 0 50%;
            -ms-flex: 1 0 50%;
                flex: 1 0 50%; }
      .person--search-view .person__email, .person--list-view .person__email, .find-employee-page__results--list-view .find-employee-page__employee > .person .person__email {
        margin-bottom: 5px; }
      .person--search-view .person__number, .person--list-view .person__number, .find-employee-page__results--list-view .find-employee-page__employee > .person .person__number {
        display: block; } }
  @media (min-width: 900px) {
    .person--list-view .person__name, .find-employee-page__results--list-view .find-employee-page__employee > .person .person__name {
      font-size: 20px; } }
  @media (min-width: 1441px) {
    .person--list-view .person__details, .find-employee-page__results--list-view .find-employee-page__employee > .person .person__details {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
      .person--list-view .person__details > *, .find-employee-page__results--list-view .find-employee-page__employee > .person .person__details > * {
        -webkit-flex: 1 1 33.3%;
            -ms-flex: 1 1 33.3%;
                flex: 1 1 33.3%;
        padding-right: 40px;
        max-width: 33.3%; }
    .person--list-view .person__title, .find-employee-page__results--list-view .find-employee-page__employee > .person .person__title {
      margin-bottom: 10px; }
    .person--list-view .person__name, .find-employee-page__results--list-view .find-employee-page__employee > .person .person__name {
      -webkit-align-self: center;
          -ms-flex-item-align: center;
              align-self: center; }
    .person--list-view .person__position, .find-employee-page__results--list-view .find-employee-page__employee > .person .person__position {
      padding-top: 10px; }
    .person--list-view .person__contact-information, .find-employee-page__results--list-view .find-employee-page__employee > .person .person__contact-information {
      padding-top: 10px; }
    .person--list-view .person__email, .find-employee-page__results--list-view .find-employee-page__employee > .person .person__email {
      margin-bottom: 10px; }
    .person--list-view .person__number, .find-employee-page__results--list-view .find-employee-page__employee > .person .person__number {
      display: inline-block; } }

.bold-heading__text {
  background-color: #fade29;
  margin: 0;
  padding: 15px; }
  @media (min-width: 900px) {
    .bold-heading__text {
      padding: 25px 40px 30px; } }

.bold-heading--school {
  overflow: hidden;
  padding-right: 30px;
  position: relative;
  background-color: #ffffff; }
  .bold-heading--school::after {
    background-color: #fade29;
    -webkit-backface-visibility: initial;
            backface-visibility: initial;
    bottom: 0;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    -webkit-transform: skew(0, -45deg);
        -ms-transform: skew(0, -45deg);
            transform: skew(0, -45deg);
    -webkit-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
            transform-origin: bottom left;
    width: 30px; }
  @media (min-width: 900px) {
    .bold-heading--school {
      padding-right: 50px; }
      .bold-heading--school::after {
        width: 50px; } }

.divider {
  margin-bottom: 14px;
  position: relative; }
  .divider::after {
    background-color: #fade29;
    border-radius: 2px;
    bottom: -4px;
    content: '';
    display: block;
    height: 4px;
    left: 0;
    position: absolute;
    transition: background-color 150ms linear, width 300ms ease-in-out;
    width: 100%; }

.filter-heading {
  font-family: "muli", sans-serif;
  font-size: 15px;
  font-weight: 700;
  border-bottom: 3px solid #cdc9af;
  display: none;
  line-height: 1.618;
  margin-bottom: 25px;
  min-height: 34px;
  padding: 0 0 5px; }
  @media (min-width: 900px) {
    .filter-heading {
      font-size: 18px; } }
  @media (min-width: 900px) {
    .filter-heading {
      display: block; } }
  .filter-heading--no-border {
    border-bottom: none;
    margin-bottom: 0; }

.icon-text, .person__number {
  color: #000000; }
  .icon-text:hover, .person__number:hover {
    text-decoration: none; }
  @media (min-width: 900px) {
    .icon-text::before, .person__number::before {
      background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
      background-size: 3447px 3387px;
      background-position: -2610px -2911px;
      width: 18px;
      height: 24px;
      left: 4px; } }
  .icon-text--mobile::before, .person__number--mobile::before {
    background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
    background-size: 3447px 3387px;
    background-position: -2210px -2462px;
    width: 14px;
    height: 21px;
    top: 3px; }
    @media (min-width: 900px) {
      .icon-text--mobile::before, .person__number--mobile::before {
        background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
        background-size: 3447px 3387px;
        background-position: -2170px -2400px;
        width: 17px;
        height: 26px;
        left: 4px;
        top: 2px; } }

.ingress, .study-schedule__ingress {
  font-size: 18px;
  color: #4a4a4a; }
  @media (min-width: 900px) {
    .ingress, .study-schedule__ingress {
      font-size: 22px; } }
  .ingress--article-width {
    max-width: 800px; }

.last-updated {
  padding: 20px 25px; }
  @media (min-width: 1200px) {
    .last-updated {
      padding: 25px 40px; } }
  .last-updated__label {
    margin-right: 10px; }
    @media (min-width: 900px) {
      .last-updated__label {
        margin-right: 15px; } }
  .last-updated__date {
    min-width: 18px;
    padding-left: 28px;
    position: relative; }
    .last-updated__date::before {
      background-color: #cdc9af;
      border-radius: 3px;
      top: 2px;
      content: '';
      display: block;
      height: 25.2px;
      left: 14px;
      position: absolute;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      -webkit-transform-origin: top right;
          -ms-transform-origin: top right;
              transform-origin: top right;
      width: 6px; }
    @media (min-width: 900px) {
      .last-updated__date {
        min-width: 21px;
        padding-left: 36px;
        position: relative; }
        .last-updated__date::before {
          background-color: #cdc9af;
          border-radius: 3px;
          top: 2px;
          content: '';
          display: block;
          height: 29.4px;
          left: 17px;
          position: absolute;
          -webkit-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
                  transform: rotate(45deg);
          -webkit-transform-origin: top right;
              -ms-transform-origin: top right;
                  transform-origin: top right;
          width: 6px; } }
  .last-updated--byline {
    font-size: 15px;
    margin-bottom: 5px;
    padding: 0; }
    .last-updated--byline .last-updated__label {
      font-weight: 700;
      margin: 0 5px 0 0; }
    .last-updated--byline .last-updated__date {
      min-width: 17px;
      padding-left: 23px;
      position: relative; }
      .last-updated--byline .last-updated__date::before {
        background-color: #fade29;
        border-radius: 2.5px;
        top: 3.66667px;
        content: '';
        display: block;
        height: 23.8px;
        left: 13.66667px;
        position: absolute;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        -webkit-transform-origin: top right;
            -ms-transform-origin: top right;
                transform-origin: top right;
        width: 5px; }
      @media (min-width: 900px) {
        .last-updated--byline .last-updated__date {
          min-width: 17px;
          padding-left: 23px;
          position: relative; }
          .last-updated--byline .last-updated__date::before {
            background-color: #fade29;
            border-radius: 2.5px;
            top: 3.66667px;
            content: '';
            display: block;
            height: 23.8px;
            left: 13.66667px;
            position: absolute;
            -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                    transform: rotate(45deg);
            -webkit-transform-origin: top right;
                -ms-transform-origin: top right;
                    transform-origin: top right;
            width: 5px; } }

.navigation-heading {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 72px; }
  @media (min-width: 900px) {
    .navigation-heading {
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end;
      min-height: inherit; } }
  .navigation-heading__text {
    font-family: "oswald", sans-serif;
    font-size: 28px;
    padding: 10px 0;
    text-transform: uppercase; }
    @media (min-width: 600px) {
      .navigation-heading__text {
        -webkit-flex: 1 0 auto;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto; } }
    @media (min-width: 900px) {
      .navigation-heading__text {
        font-size: 24px;
        line-height: 1;
        padding: 0; } }
  .navigation-heading__icon {
    display: block;
    -webkit-flex: 0 0 40px;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
    margin-right: 20px; }
    @media (min-width: 900px) {
      .navigation-heading__icon {
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        margin-right: 10px; } }
    .navigation-heading__icon::before {
      content: '';
      display: block;
      margin: 0 auto; }
    @media (min-width: 900px) {
      .navigation-heading__icon--about::before {
        background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
        background-size: 3447px 3387px;
        background-position: -982px -1077px;
        width: 32px;
        height: 39px; } }

.pretty-heading {
  font-family: "oswald", sans-serif;
  font-size: 24px;
  min-width: 22px;
  padding-left: 30px;
  position: relative;
  margin-bottom: 0; }
  @media (min-width: 900px) {
    .pretty-heading {
      font-size: 36px; } }
  .pretty-heading::before {
    background-color: #fade29;
    border-radius: 3px;
    top: 7px;
    content: '';
    display: block;
    height: 30.8px;
    left: 18px;
    position: absolute;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: top right;
        -ms-transform-origin: top right;
            transform-origin: top right;
    width: 6px; }
  @media (min-width: 900px) {
    .pretty-heading {
      min-width: 30px;
      padding-left: 50px;
      position: relative; }
      .pretty-heading::before {
        background-color: #fade29;
        border-radius: 3px;
        top: 11px;
        content: '';
        display: block;
        height: 42px;
        left: 26px;
        position: absolute;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        -webkit-transform-origin: top right;
            -ms-transform-origin: top right;
                transform-origin: top right;
        width: 6px; } }
  .pretty-heading--turquoise::before {
    background-color: #008A93; }

.search-hits {
  font-family: "muli", sans-serif;
  font-size: 15px;
  font-weight: 700;
  display: block;
  padding-bottom: 5px;
  min-height: 34px; }
  @media (min-width: 900px) {
    .search-hits {
      font-size: 18px; } }
  .search-hits:focus {
    outline: none; }
  @media (min-width: 900px) {
    .search-hits--mobile {
      display: none; } }
  .search-hits--desktop {
    display: none; }
    @media (min-width: 900px) {
      .search-hits--desktop {
        display: block; } }

.accordion {
  border-top: 3px solid #fade29;
  border-bottom: 3px solid #fade29;
  /**
   * 1. This property does not exist unprefixed
   */
  /**
   * Accordion with minimal styling
   */
  /**
  * Accordion with alternate styling, used for DigDem
  */ }
  .accordion:last-child {
    margin-bottom: 30px; }
    @media (min-width: 900px) {
      .accordion:last-child {
        margin-bottom: 40px; } }
  .accordion__button {
    -webkit-appearance: none;
    /* 1 */
    -moz-appearance: none;
    /* 1 */
    background: #ffffff;
    border: none;
    cursor: pointer;
    margin: 0;
    padding: 20px 15px;
    position: relative;
    text-align: left;
    width: 100%; }
    .accordion__button:focus, .accordion__button:hover {
      background-color: #fcec81;
      outline: none; }
    .accordion__button--open {
      background-color: #fade29; }
  .accordion__icon {
    display: block;
    height: 18px;
    position: absolute;
    width: 18px;
    bottom: 0;
    left: 15px;
    margin: auto 0;
    position: absolute;
    top: 0; }
    .accordion__icon::after, .accordion__icon::before {
      bottom: 0;
      background-color: #000000;
      border-radius: 2px;
      content: '';
      display: block;
      left: 0;
      margin: auto;
      position: absolute;
      right: 0;
      top: 0; }
    .accordion__icon::before {
      height: 100%;
      transition: height 150ms ease-in-out;
      width: 4px; }
    .accordion__icon::after {
      height: 4px;
      width: 100%; }
    @media (min-width: 900px) {
      .accordion__icon {
        height: 22px;
        width: 22px; } }
    .accordion__button--open .accordion__icon::before {
      height: 0; }
    .noscript .accordion__icon {
      display: none; }
  .accordion__heading {
    display: block;
    margin-bottom: 0;
    padding: 0 0 2px 50px; }
    @media (min-width: 900px) {
      .accordion__heading {
        padding-bottom: 3px; } }
    .noscript .accordion__heading {
      padding-left: 0; }
  .accordion__content {
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    border-top: 3px solid #fade29;
    display: none;
    padding: 25px 15px; }
    .accordion__content--open,
    .noscript .accordion__content {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
  .accordion__content-wrap {
    width: 100%; }
  .accordion + .accordion {
    border-top: none; }
  .accordion--small {
    border-color: #cdc9af; }
    .accordion--small .accordion__button:focus, .accordion--small .accordion__button:hover {
      background-color: #ebe9df; }
    .accordion--small .accordion__button--open {
      background-color: #cdc9af; }
    .accordion--small .accordion__icon {
      height: 15px;
      width: 15px; }
      .accordion--small .accordion__icon::before {
        border-radius: 1.5px;
        width: 3px; }
      .accordion--small .accordion__icon::after {
        border-radius: 1.5px;
        height: 3px; }
      @media (min-width: 900px) {
        .accordion--small .accordion__icon {
          height: 17px;
          width: 17px; } }
    .accordion--small .accordion__heading {
      padding: 0 0 0 40px; }
    .accordion--small .accordion__content {
      border-top: 3px solid #cdc9af; }
  .accordion--xs {
    border-color: #cdc9af; }
    .accordion--xs .accordion__button {
      padding: 15px 10px; }
      .accordion--xs .accordion__button:focus, .accordion--xs .accordion__button:hover {
        background-color: #ebe9df; }
      .accordion--xs .accordion__button--open {
        background-color: #cdc9af; }
    .accordion--xs .accordion__heading {
      font-family: "muli", sans-serif;
      font-size: 15px;
      font-weight: 700; }
      @media (min-width: 900px) {
        .accordion--xs .accordion__heading {
          font-size: 18px; } }
    .accordion--xs .accordion__content {
      border-top: 3px solid #cdc9af; }
  .accordion--small-screens-only {
    border: none; }
    .accordion--small-screens-only .accordion__button {
      border-top: 3px solid #cdc9af;
      border-bottom: 3px solid #cdc9af; }
    .accordion--small-screens-only .accordion__content {
      border: none;
      padding-bottom: 0; }
    @media (min-width: 900px) {
      .accordion--small-screens-only .accordion__button {
        display: none; }
      .accordion--small-screens-only .accordion__content {
        border: none;
        display: block;
        padding: 0; } }
  .accordion--simple {
    margin: 0 0 20px;
    border: none; }
    .accordion--simple .accordion__button {
      background-color: transparent;
      padding: 0; }
      .accordion--simple .accordion__button:hover, .accordion--simple .accordion__button:focus {
        background: transparent;
        text-decoration: underline; }
      .accordion--simple .accordion__button:focus {
        outline: #008A93 solid thick; }
        .accordion--simple .accordion__button:focus:hover {
          outline: none; }
      .accordion--simple .accordion__button--open {
        background: transparent; }
    .accordion--simple .accordion__icon {
      left: 0; }
    .accordion--simple .accordion__heading {
      padding: 0 0 0 35px; }
    .accordion--simple .accordion__content {
      padding: 0; }
      .accordion--simple .accordion__content--open {
        border: none; }
  .accordion--alternate {
    border-color: #000;
    border-width: 2px; }
    .accordion--alternate:first-of-type:not(:last-child):not(li) {
      border-bottom: none; }
    .accordion--alternate .accordion__button {
      padding: 0.5rem 1rem; }
      .accordion--alternate .accordion__button:hover, .accordion--alternate .accordion__button:focus {
        background-color: #CDC9AF; }
      .accordion--alternate .accordion__button[aria-expanded="true"] {
        background-color: #CDC9AF; }
    .accordion--alternate .accordion__icon {
      height: 10px;
      width: 10px; }
      .accordion--alternate .accordion__icon:before, .accordion--alternate .accordion__icon:after {
        border-radius: 1px; }
    .accordion--alternate .accordion__heading {
      padding-left: 2rem; }
    .accordion--alternate .accordion__content {
      border-color: #000; }
    .accordion--alternate ul {
      padding: 0;
      margin: 0;
      list-style-type: none; }

/*------------------------------------*\
    #CALENDAR
\*------------------------------------*/
/**
 * Calendar widget to be used on the calendar listings page
 */
.calendar {
  background-color: #ffffff;
  width: 100%; }
  .calendar__header {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 5px 15px; }
  .calendar__heading {
    font-family: "muli", sans-serif;
    font-size: 15px;
    font-weight: 600;
    min-width: 18px;
    padding-left: 28px;
    position: relative;
    min-width: 18px;
    padding-right: 28px;
    position: relative;
    display: inline;
    margin: 0; }
    @media (min-width: 900px) {
      .calendar__heading {
        font-size: 18px; } }
    .calendar__heading::before {
      background-color: #fade29;
      border-radius: 2.5px;
      top: 1.66667px;
      content: '';
      display: block;
      height: 25.2px;
      left: 14.66667px;
      position: absolute;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      -webkit-transform-origin: top right;
          -ms-transform-origin: top right;
              transform-origin: top right;
      width: 5px; }
    .calendar__heading::after {
      background-color: #fade29;
      border-radius: 2.5px;
      top: 1.66667px;
      content: '';
      display: block;
      height: 25.2px;
      right: -1.66667px;
      position: absolute;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      -webkit-transform-origin: top right;
          -ms-transform-origin: top right;
              transform-origin: top right;
      width: 5px; }
    @media (min-width: 900px) {
      .calendar__heading {
        min-width: 22px;
        padding-left: 42px;
        position: relative;
        min-width: 22px;
        padding-right: 42px;
        position: relative; }
        .calendar__heading::before {
          background-color: #fade29;
          border-radius: 3px;
          top: 2px;
          content: '';
          display: block;
          height: 30.8px;
          left: 18px;
          position: absolute;
          -webkit-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
                  transform: rotate(45deg);
          -webkit-transform-origin: top right;
              -ms-transform-origin: top right;
                  transform-origin: top right;
          width: 6px; }
        .calendar__heading::after {
          background-color: #fade29;
          border-radius: 3px;
          top: 2px;
          content: '';
          display: block;
          height: 30.8px;
          right: -2px;
          position: absolute;
          -webkit-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
                  transform: rotate(45deg);
          -webkit-transform-origin: top right;
              -ms-transform-origin: top right;
                  transform-origin: top right;
          width: 6px; } }
  .calendar__table {
    border: none;
    border-collapse: collapse;
    text-align: center;
    width: 100%; }
  .calendar__table-heading {
    font-size: 15px;
    height: 30px;
    padding: 0 3px;
    position: relative; }
    @media (min-width: 900px) {
      .calendar__table-heading {
        font-size: 18px; } }
    .calendar__table-heading > abbr {
      left: 0;
      position: absolute;
      text-decoration: none;
      top: 0;
      width: 100%; }
  .calendar__day {
    font-size: 18px;
    padding: 5px; }
    @media (min-width: 900px) {
      .calendar__day {
        font-size: 22px; } }
    .calendar__day > * {
      background-color: #ebe9df;
      border: none;
      display: block;
      height: 0;
      padding-bottom: 100%;
      position: relative;
      width: 100%; }
      .calendar__day > * > * {
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        border: 3px solid transparent;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        left: 0;
        position: absolute;
        top: 0;
        transition: border-color 150ms linear;
        width: 100%; }
    .calendar__day > a:focus, .calendar__day > a:hover {
      border: none;
      outline: none; }
      .calendar__day > a:focus > *, .calendar__day > a:hover > * {
        border: 3px solid #54b1b7; }
    .calendar__day--is-past > * {
      background-color: #fafaf7;
      color: #727061; }
    .calendar__day--is-today > * {
      background-color: #54b1b7; }
    .calendar__day--is-past.calendar__day--has-event > a:before, .calendar__day--is-today.calendar__day--has-event > a:before, .calendar__day--next-month.calendar__day--has-event > a:before {
      border-color: transparent #d1eaec transparent transparent; }
    .calendar__day--is-past.calendar__day--has-event > a:focus:before, .calendar__day--is-past.calendar__day--has-event > a:hover:before, .calendar__day--next-month.calendar__day--has-event > a:focus:before, .calendar__day--next-month.calendar__day--has-event > a:hover:before {
      border-color: transparent #54b1b7 transparent transparent; }
    .calendar__day--is-selected > * > * {
      border: 3px solid #54b1b7; }
    .calendar__day--is-selected.calendar__day--has-event > a:before {
      -webkit-transform: translate(-3px, 3px);
          -ms-transform: translate(-3px, 3px);
              transform: translate(-3px, 3px); }
    .calendar__day--is-selected.calendar__day--has-event:not(.calendar__day--is-today) > a:before {
      border-color: transparent #54b1b7 transparent transparent; }
    .calendar__day--next-month > * {
      background-color: #f5f4ef; }
    .calendar__day--has-event > a:before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 8px 8px 0;
      border-color: transparent #54b1b7 transparent transparent;
      transition: border-color 150ms linear, -webkit-transform 150ms linear;
      transition: border-color 150ms linear, transform 150ms linear;
      transition: border-color 150ms linear, transform 150ms linear, -webkit-transform 150ms linear; }
    .calendar__day--has-event > a:focus:before, .calendar__day--has-event > a:hover:before {
      -webkit-transform: translate(-3px, 3px);
          -ms-transform: translate(-3px, 3px);
              transform: translate(-3px, 3px); }

.carousel {
  position: relative; }
  .carousel__figure {
    height: 100%;
    position: relative; }
  .carousel__image-wrap {
    display: block;
    margin-bottom: 40px; }
    @media (min-width: 900px) {
      .carousel__image-wrap {
        margin-bottom: 0; } }
  .carousel__caption {
    padding: 0 15px 15px;
    width: 100%; }
    @media (min-width: 900px) {
      .carousel__caption {
        background-color: rgba(255, 255, 255, 0.77);
        bottom: 0;
        left: 0;
        padding-top: 15px;
        position: absolute; } }
  .carousel__arrow {
    margin-top: calc(30% - 19px);
    position: absolute;
    top: 0; }
    .carousel__arrow--prev {
      left: 10px; }
    .carousel__arrow--next {
      right: 10px; }
    @media (min-width: 900px) {
      .carousel__arrow {
        margin-top: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
        .carousel__arrow--prev {
          left: 20px; }
        .carousel__arrow--next {
          right: 20px; } }
  .carousel__dots {
    margin-top: 60%;
    position: absolute;
    top: 10px;
    width: 100%; }
    @media (min-width: 900px) {
      .carousel__dots {
        margin-top: 10px;
        top: auto; } }
  @media (min-width: 900px) {
    .carousel--solo .carousel__image-wrap {
      margin-bottom: 61px; } }
  .carousel--solo .carousel__caption {
    color: #4a4a4a;
    padding: 15px 0 0;
    width: 100%; }
    @media (min-width: 900px) {
      .carousel--solo .carousel__caption {
        background-color: transparent;
        position: static; } }
  .carousel--solo .carousel__dots {
    border-bottom: 3px solid #fade29;
    padding-bottom: 7px; }
    @media (min-width: 900px) {
      .carousel--solo .carousel__dots {
        margin-top: 60%;
        top: 15px;
        padding-bottom: 12px; } }
  @media (min-width: 900px) {
    .carousel--solo .carousel__arrow {
      margin-top: calc(30% - 21px);
      top: 0;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; } }

.display-switch {
  display: none;
  margin-bottom: 40px; }
  @media (min-width: 900px) {
    .display-switch {
      display: block; } }
  .display-switch__button {
    background: #ffffff;
    border: none;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    padding: 0;
    vertical-align: bottom; }
    .display-switch__button:first-child {
      margin-right: 20px; }
    .display-switch__button:last-child {
      min-width: 20px;
      padding-left: 42px;
      position: relative; }
      .display-switch__button:last-child::before {
        background-color: #cdc9af;
        border-radius: 2.5px;
        top: 2.66667px;
        content: '';
        display: block;
        height: 28px;
        left: 16.66667px;
        position: absolute;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        -webkit-transform-origin: top right;
            -ms-transform-origin: top right;
                transform-origin: top right;
        width: 5px; }
    .display-switch__button:focus {
      outline: none;
      outline: #008A93 solid thick; }
    .display-switch__button:hover {
      outline: none;
      text-decoration: underline; }
      .display-switch__button:hover .display-switch__icon::after {
        background-color: #fade29; }
  .display-switch__icon {
    margin-bottom: 0px;
    position: relative;
    display: inline-block;
    margin-right: 10px;
    vertical-align: bottom; }
    .display-switch__icon::after {
      background-color: transparent;
      border-radius: 2px;
      bottom: -9px;
      content: '';
      display: block;
      height: 4px;
      left: 0;
      position: absolute;
      transition: background-color 150ms linear, width 300ms ease-in-out;
      width: 100%; }
    .display-switch__icon--active::after {
      background-color: #fade29; }

.feedback {
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 40px 0;
  text-align: center; }
  .feedback__text {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    text-align: center; }
    @media (min-width: 900px) {
      .feedback__text {
        -webkit-flex: 0 0 calc(100% - 220px);
            -ms-flex: 0 0 calc(100% - 220px);
                flex: 0 0 calc(100% - 220px);
        text-align: right; } }
  .feedback__buttons {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    text-align: center; }
    @media (min-width: 900px) {
      .feedback__buttons {
        -webkit-flex: 0 0 220px;
            -ms-flex: 0 0 220px;
                flex: 0 0 220px;
        text-align: right; } }
  .feedback__button {
    border: none;
    font-family: "muli", sans-serif;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 100px; }
    .feedback__button--yes {
      background: #95cec6; }
      .feedback__button--yes:hover {
        background: #61b6aa;
        color: #ffffff; }
    .feedback__button--no {
      background: #ec8f8f; }
      .feedback__button--no:hover {
        background: #e14e4e;
        color: #ffffff; }

.filter {
  margin-bottom: 40px; }
  .filter:last-child {
    margin-bottom: 0; }
  .filter__heading {
    /*@include font-heading-medium;*/
    display: inline-block;
    font-size: 18px;
    font-family: "muli", sans-serif;
    font-weight: 600;
    margin-bottom: 5px; }

.pagination {
  font-size: 0;
  margin-top: 15px;
  text-align: center; }
  .pagination > * {
    margin: 0 5px 5px 0; }
    .pagination > *:last-child {
      margin-right: 0; }
  @media (min-width: 900px) {
    .pagination {
      margin-top: 40px; } }
  .pagination:not(:last-child) {
    margin-bottom: 15px; }

/*------------------------------------*\
    #EPISERVER FORMS
\*------------------------------------*/
form.EPiServerForms {
  max-width: 800px; }
  form.EPiServerForms .Form__NavigationBar {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 10px 0 15px; }
    form.EPiServerForms .Form__NavigationBar .btnPrev, form.EPiServerForms .Form__NavigationBar .btnNext {
      border-radius: 0;
      cursor: pointer;
      display: inline-block;
      height: auto;
      max-width: inherit; }
      form.EPiServerForms .Form__NavigationBar .btnPrev:disabled, form.EPiServerForms .Form__NavigationBar .btnNext:disabled {
        cursor: inherit;
        display: none; }
        @media (min-width: 900px) {
          form.EPiServerForms .Form__NavigationBar .btnPrev:disabled, form.EPiServerForms .Form__NavigationBar .btnNext:disabled {
            display: inline-block; } }
    form.EPiServerForms .Form__NavigationBar .Form__NavigationBar__ProgressBar {
      background-color: #ebe9df;
      border: none;
      border-radius: 5px;
      display: none;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      margin: 0 15px;
      overflow: hidden; }
      form.EPiServerForms .Form__NavigationBar .Form__NavigationBar__ProgressBar .Form__NavigationBar__ProgressBar--Progress {
        background-color: #fade29;
        border-radius: 5px;
        height: 10px;
        overflow: hidden; }
      form.EPiServerForms .Form__NavigationBar .Form__NavigationBar__ProgressBar .Form__NavigationBar__ProgressBar--Text {
        position: absolute;
        left: -10000px;
        top: auto;
        width: 1px;
        height: 1px;
        overflow: hidden; }
      @media (min-width: 900px) {
        form.EPiServerForms .Form__NavigationBar .Form__NavigationBar__ProgressBar {
          display: inline-block; } }
  form.EPiServerForms .Form__Description,
  form.EPiServerForms .Form__Element {
    margin: 0 0 25px; }
    @media (min-width: 900px) {
      form.EPiServerForms .Form__Description,
      form.EPiServerForms .Form__Element {
        margin: 0 0 40px; } }
    form.EPiServerForms .Form__Description--NonData,
    form.EPiServerForms .Form__Element--NonData {
      margin-bottom: 0; }
  form.EPiServerForms .FormTextbox__Input, form.EPiServerForms .FormSelection select, .FormSelection form.EPiServerForms select {
    padding: 13px 20px; }
  form.EPiServerForms .Form__Status__Message {
    margin: 15px 0;
    padding: 15px; }
    form.EPiServerForms .Form__Status__Message > *:last-child {
      margin-bottom: 0; }
    form.EPiServerForms .Form__Status__Message.hide {
      display: none; }

.Form__Success__Message {
  background-color: #fefadd; }

.Form__Warning__Message {
  border: 2px solid #db3b19; }

.Form__Element__Caption {
  font-family: "muli", sans-serif;
  font-size: 15px;
  font-weight: 600;
  display: block;
  margin: 0 0 3px; }
  @media (min-width: 900px) {
    .Form__Element__Caption {
      font-size: 18px; } }

.FormTextbox__Input, .FormSelection select {
  background-color: #ffffff;
  border: 2px solid #cdc9af;
  display: block;
  font-family: "muli", sans-serif;
  min-height: 44px;
  width: 100%; }
  @media (min-width: 900px) {
    .FormTextbox__Input, .FormSelection select {
      min-width: 300px;
      padding: 11px 20px;
      width: auto; } }
  .FormTextbox__Input:focus, .FormSelection select:focus {
    border-color: #fade29;
    outline: none; }

.FormTextbox--Textarea .FormTextbox__Input, .FormTextbox--Textarea .FormSelection select, .FormSelection .FormTextbox--Textarea select {
  min-height: 200px; }
  @media (min-width: 900px) {
    .FormTextbox--Textarea .FormTextbox__Input, .FormTextbox--Textarea .FormSelection select, .FormSelection .FormTextbox--Textarea select {
      min-width: 552px; } }

.FormSelection select {
  background-image: url(/Static/images/layout/select-button-icon.svg);
  background-repeat: no-repeat;
  background-position: top right; }
  .FormSelection select:focus {
    background-image: url(/Static/images/layout/select-button-icon-focus.svg); }

.FormRange > span {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.FormRange .FormRange__Input {
  margin: 0 5px; }

.FormChoice label {
  display: block;
  font-weight: 500;
  margin-bottom: 3px; }

.FormCaptcha .FormCaptcha__Image {
  display: block;
  margin-top: 15px; }

.FormCaptcha .FormCaptcha__Input {
  margin-top: 15px;
  width: 350px;
  max-width: 100%; }

.FormSubmitButton {
  margin-top: 15px;
  width: auto !important; }

.FormResetButton,
.FormCaptcha__Refresh {
  margin-top: 15px;
  width: auto !important; }
  .FormResetButton::after,
  .FormCaptcha__Refresh::after {
    display: none; }

.Form__Element__ValidationError {
  color: #db3b19;
  display: block;
  margin: 5px 0; }
  .Form__Element__ValidationError::before {
    color: #db3b19;
    content: '! ';
    display: inline; }

.ValidationRequired .Form__Element__Caption::after {
  content: ' *'; }

.ValidationFail > .FormTextbox__Input, .FormSelection .ValidationFail > select,
.ValidationFail > .FormSelection select {
  border-color: #db3b19; }
  .ValidationFail > .FormTextbox__Input:focus, .FormSelection .ValidationFail > select:focus,
  .ValidationFail > .FormSelection select:focus {
    border-color: #fade29; }

/*------------------------------------*/
/*  #OVERRIDES
/*------------------------------------*/
/**
 * Classes that need higher specificity than regular components
 */
.compat-object-fit {
  background-size: cover;
  background-position: center center; }
  .compat-object-fit img {
    opacity: 0; }

/*------------------------------------*\
    #SHAME
\*------------------------------------*/
/**
 * The thing that should not be.
 * Your 1-stop place for all nasty hacks and overrides that are
 * sometimes necessary for the greater good.
 *
 * This file should be as small as possible and should be routinely reviewed
 * in order to refactor out unecessary hacks.
 */
@media (min-width: 900px) {
  .carousel-fix {
    width: 1px; } }

.slick__tfk-wrap {
  height: 100%; }
  .slick__tfk-wrap .slick-slider, .slick__tfk-wrap .slick-list, .slick__tfk-wrap .slick-track, .slick__tfk-wrap .slick-slide {
    height: 100%; }
  .slick__tfk-wrap .slick-slide:focus {
    outline: none; }
  .slick__tfk-wrap .slick-arrow.slick-prev::before {
    background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
    background-size: 3447px 3387px;
    background-position: -2075px -2315px;
    width: 11px;
    height: 16px; }
  .slick__tfk-wrap .slick-arrow.slick-next::before {
    background: url(/Static/images/sprite.svg?v=1662717882349) no-repeat;
    background-size: 3447px 3387px;
    background-position: -2075px -2315px;
    width: 11px;
    height: 16px; }
  .slick__tfk-wrap .slick-dots {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0; }
    .slick__tfk-wrap .slick-dots li {
      background-color: #cdc9af;
      border-radius: 50%;
      cursor: pointer;
      display: inline-block;
      height: 11px;
      margin: 5px;
      width: 11px; }
      @media (min-width: 900px) {
        .slick__tfk-wrap .slick-dots li {
          height: 16px;
          margin: 8px;
          width: 16px; } }
      .slick__tfk-wrap .slick-dots li button {
        display: none; }
      .slick__tfk-wrap .slick-dots li.slick-active {
        background-color: #fade29;
        border: solid 2px #cdc9af; }
  .slick__tfk-wrap--inverted .slick-dots li {
    box-sizing: content-box; }
    .slick__tfk-wrap--inverted .slick-dots li.slick-active {
      background-color: #cdc9af;
      border: solid 3px #fade29;
      margin-left: 2px;
      margin-right: 2px; }
      @media (min-width: 900px) {
        .slick__tfk-wrap--inverted .slick-dots li.slick-active {
          margin-left: 5px;
          margin-right: 5px; } }

/*------------------------------------*/
/*  #UTILITY-CLASSES
/*------------------------------------*/
/**
 * Utility classes
 */
.font-secondary {
  font-family: Georgia, Times, "Times New Roman", serif; }

.u-text-left {
  text-align: left; }

.u-text-right {
  text-align: right; }

.u-text-center {
  text-align: center; }

.u-text-visually-hidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.u-list-reset {
  list-style: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0; }

/**
 * Utility classes to hide content
 */
@media (max-width: 599px) {
  .u-hide-phone {
    display: none; } }

@media (min-width: 600px) {
  .u-hide-tablet-portrait-up {
    display: none; } }

@media (max-width: 600px) {
  .u-hide-tablet-portrait-down {
    display: none; } }

@media (min-width: 900px) {
  .u-hide-tablet-landscape-up {
    display: none; } }

@media (max-width: 900px) {
  .u-hide-tablet-landscape-down {
    display: none; } }

@media (min-width: 1200px) {
  .u-hide-laptop-up {
    display: none; } }

@media (max-width: 1200px) {
  .u-hide-laptop-down {
    display: none; } }

@media (min-width: 1441px) {
  .u-hide-desktop-up {
    display: none; } }

@media (max-width: 1441px) {
  .u-hide-desktop-down {
    display: none; } }

@media (min-width: 1600px) {
  .u-hide-big-desktop-up {
    display: none; } }

@media (max-width: 1600px) {
  .u-hide-big-desktop-down {
    display: none; } }

/**
 * Utility classes to add margins to top or bottom
 */
.u-mg-top-none {
  margin-top: 0; }
  @media (max-width: 599px) {
    .u-mg-top-none\@phone {
      margin-top: 0; } }
  @media (min-width: 600px) {
    .u-mg-top-none\@tablet-portrait-up {
      margin-top: 0; } }
  @media (max-width: 600px) {
    .u-mg-top-none\@tablet-portrait-down {
      margin-top: 0; } }
  @media (min-width: 900px) {
    .u-mg-top-none\@tablet-landscape-up {
      margin-top: 0; } }
  @media (max-width: 900px) {
    .u-mg-top-none\@tablet-landscape-down {
      margin-top: 0; } }
  @media (min-width: 1200px) {
    .u-mg-top-none\@laptop-up {
      margin-top: 0; } }
  @media (max-width: 1200px) {
    .u-mg-top-none\@laptop-down {
      margin-top: 0; } }
  @media (min-width: 1441px) {
    .u-mg-top-none\@desktop-up {
      margin-top: 0; } }
  @media (max-width: 1441px) {
    .u-mg-top-none\@desktop-down {
      margin-top: 0; } }
  @media (min-width: 1600px) {
    .u-mg-top-none\@big-desktop-up {
      margin-top: 0; } }
  @media (max-width: 1600px) {
    .u-mg-top-none\@big-desktop-down {
      margin-top: 0; } }

.u-mg-bottom-none {
  margin-bottom: 0; }
  @media (max-width: 599px) {
    .u-mg-bottom-none\@phone {
      margin-bottom: 0; } }
  @media (min-width: 600px) {
    .u-mg-bottom-none\@tablet-portrait-up {
      margin-bottom: 0; } }
  @media (max-width: 600px) {
    .u-mg-bottom-none\@tablet-portrait-down {
      margin-bottom: 0; } }
  @media (min-width: 900px) {
    .u-mg-bottom-none\@tablet-landscape-up {
      margin-bottom: 0; } }
  @media (max-width: 900px) {
    .u-mg-bottom-none\@tablet-landscape-down {
      margin-bottom: 0; } }
  @media (min-width: 1200px) {
    .u-mg-bottom-none\@laptop-up {
      margin-bottom: 0; } }
  @media (max-width: 1200px) {
    .u-mg-bottom-none\@laptop-down {
      margin-bottom: 0; } }
  @media (min-width: 1441px) {
    .u-mg-bottom-none\@desktop-up {
      margin-bottom: 0; } }
  @media (max-width: 1441px) {
    .u-mg-bottom-none\@desktop-down {
      margin-bottom: 0; } }
  @media (min-width: 1600px) {
    .u-mg-bottom-none\@big-desktop-up {
      margin-bottom: 0; } }
  @media (max-width: 1600px) {
    .u-mg-bottom-none\@big-desktop-down {
      margin-bottom: 0; } }

.u-mg-bottom-p {
  margin-bottom: 30px; }
  @media (min-width: 900px) {
    .u-mg-bottom-p {
      margin-bottom: 40px; } }

.u-mg-top-xxxs {
  margin-top: 5px; }
  @media (max-width: 599px) {
    .u-mg-top-xxxs\@phone {
      margin-top: 5px; } }
  @media (min-width: 600px) {
    .u-mg-top-xxxs\@tablet-portrait-up {
      margin-top: 5px; } }
  @media (max-width: 600px) {
    .u-mg-top-xxxs\@tablet-portrait-down {
      margin-top: 5px; } }
  @media (min-width: 900px) {
    .u-mg-top-xxxs\@tablet-landscape-up {
      margin-top: 5px; } }
  @media (max-width: 900px) {
    .u-mg-top-xxxs\@tablet-landscape-down {
      margin-top: 5px; } }
  @media (min-width: 1200px) {
    .u-mg-top-xxxs\@laptop-up {
      margin-top: 5px; } }
  @media (max-width: 1200px) {
    .u-mg-top-xxxs\@laptop-down {
      margin-top: 5px; } }
  @media (min-width: 1441px) {
    .u-mg-top-xxxs\@desktop-up {
      margin-top: 5px; } }
  @media (max-width: 1441px) {
    .u-mg-top-xxxs\@desktop-down {
      margin-top: 5px; } }
  @media (min-width: 1600px) {
    .u-mg-top-xxxs\@big-desktop-up {
      margin-top: 5px; } }
  @media (max-width: 1600px) {
    .u-mg-top-xxxs\@big-desktop-down {
      margin-top: 5px; } }

.u-mg-bottom-xxxs {
  margin-bottom: 5px; }
  @media (max-width: 599px) {
    .u-mg-bottom-xxxs\@phone {
      margin-bottom: 5px; } }
  @media (min-width: 600px) {
    .u-mg-bottom-xxxs\@tablet-portrait-up {
      margin-bottom: 5px; } }
  @media (max-width: 600px) {
    .u-mg-bottom-xxxs\@tablet-portrait-down {
      margin-bottom: 5px; } }
  @media (min-width: 900px) {
    .u-mg-bottom-xxxs\@tablet-landscape-up {
      margin-bottom: 5px; } }
  @media (max-width: 900px) {
    .u-mg-bottom-xxxs\@tablet-landscape-down {
      margin-bottom: 5px; } }
  @media (min-width: 1200px) {
    .u-mg-bottom-xxxs\@laptop-up {
      margin-bottom: 5px; } }
  @media (max-width: 1200px) {
    .u-mg-bottom-xxxs\@laptop-down {
      margin-bottom: 5px; } }
  @media (min-width: 1441px) {
    .u-mg-bottom-xxxs\@desktop-up {
      margin-bottom: 5px; } }
  @media (max-width: 1441px) {
    .u-mg-bottom-xxxs\@desktop-down {
      margin-bottom: 5px; } }
  @media (min-width: 1600px) {
    .u-mg-bottom-xxxs\@big-desktop-up {
      margin-bottom: 5px; } }
  @media (max-width: 1600px) {
    .u-mg-bottom-xxxs\@big-desktop-down {
      margin-bottom: 5px; } }

.u-mg-bottom-p {
  margin-bottom: 30px; }
  @media (min-width: 900px) {
    .u-mg-bottom-p {
      margin-bottom: 40px; } }

.u-mg-top-xxs {
  margin-top: 10px; }
  @media (max-width: 599px) {
    .u-mg-top-xxs\@phone {
      margin-top: 10px; } }
  @media (min-width: 600px) {
    .u-mg-top-xxs\@tablet-portrait-up {
      margin-top: 10px; } }
  @media (max-width: 600px) {
    .u-mg-top-xxs\@tablet-portrait-down {
      margin-top: 10px; } }
  @media (min-width: 900px) {
    .u-mg-top-xxs\@tablet-landscape-up {
      margin-top: 10px; } }
  @media (max-width: 900px) {
    .u-mg-top-xxs\@tablet-landscape-down {
      margin-top: 10px; } }
  @media (min-width: 1200px) {
    .u-mg-top-xxs\@laptop-up {
      margin-top: 10px; } }
  @media (max-width: 1200px) {
    .u-mg-top-xxs\@laptop-down {
      margin-top: 10px; } }
  @media (min-width: 1441px) {
    .u-mg-top-xxs\@desktop-up {
      margin-top: 10px; } }
  @media (max-width: 1441px) {
    .u-mg-top-xxs\@desktop-down {
      margin-top: 10px; } }
  @media (min-width: 1600px) {
    .u-mg-top-xxs\@big-desktop-up {
      margin-top: 10px; } }
  @media (max-width: 1600px) {
    .u-mg-top-xxs\@big-desktop-down {
      margin-top: 10px; } }

.u-mg-bottom-xxs {
  margin-bottom: 10px; }
  @media (max-width: 599px) {
    .u-mg-bottom-xxs\@phone {
      margin-bottom: 10px; } }
  @media (min-width: 600px) {
    .u-mg-bottom-xxs\@tablet-portrait-up {
      margin-bottom: 10px; } }
  @media (max-width: 600px) {
    .u-mg-bottom-xxs\@tablet-portrait-down {
      margin-bottom: 10px; } }
  @media (min-width: 900px) {
    .u-mg-bottom-xxs\@tablet-landscape-up {
      margin-bottom: 10px; } }
  @media (max-width: 900px) {
    .u-mg-bottom-xxs\@tablet-landscape-down {
      margin-bottom: 10px; } }
  @media (min-width: 1200px) {
    .u-mg-bottom-xxs\@laptop-up {
      margin-bottom: 10px; } }
  @media (max-width: 1200px) {
    .u-mg-bottom-xxs\@laptop-down {
      margin-bottom: 10px; } }
  @media (min-width: 1441px) {
    .u-mg-bottom-xxs\@desktop-up {
      margin-bottom: 10px; } }
  @media (max-width: 1441px) {
    .u-mg-bottom-xxs\@desktop-down {
      margin-bottom: 10px; } }
  @media (min-width: 1600px) {
    .u-mg-bottom-xxs\@big-desktop-up {
      margin-bottom: 10px; } }
  @media (max-width: 1600px) {
    .u-mg-bottom-xxs\@big-desktop-down {
      margin-bottom: 10px; } }

.u-mg-bottom-p {
  margin-bottom: 30px; }
  @media (min-width: 900px) {
    .u-mg-bottom-p {
      margin-bottom: 40px; } }

.u-mg-top-xs {
  margin-top: 15px; }
  @media (max-width: 599px) {
    .u-mg-top-xs\@phone {
      margin-top: 15px; } }
  @media (min-width: 600px) {
    .u-mg-top-xs\@tablet-portrait-up {
      margin-top: 15px; } }
  @media (max-width: 600px) {
    .u-mg-top-xs\@tablet-portrait-down {
      margin-top: 15px; } }
  @media (min-width: 900px) {
    .u-mg-top-xs\@tablet-landscape-up {
      margin-top: 15px; } }
  @media (max-width: 900px) {
    .u-mg-top-xs\@tablet-landscape-down {
      margin-top: 15px; } }
  @media (min-width: 1200px) {
    .u-mg-top-xs\@laptop-up {
      margin-top: 15px; } }
  @media (max-width: 1200px) {
    .u-mg-top-xs\@laptop-down {
      margin-top: 15px; } }
  @media (min-width: 1441px) {
    .u-mg-top-xs\@desktop-up {
      margin-top: 15px; } }
  @media (max-width: 1441px) {
    .u-mg-top-xs\@desktop-down {
      margin-top: 15px; } }
  @media (min-width: 1600px) {
    .u-mg-top-xs\@big-desktop-up {
      margin-top: 15px; } }
  @media (max-width: 1600px) {
    .u-mg-top-xs\@big-desktop-down {
      margin-top: 15px; } }

.u-mg-bottom-xs {
  margin-bottom: 15px; }
  @media (max-width: 599px) {
    .u-mg-bottom-xs\@phone {
      margin-bottom: 15px; } }
  @media (min-width: 600px) {
    .u-mg-bottom-xs\@tablet-portrait-up {
      margin-bottom: 15px; } }
  @media (max-width: 600px) {
    .u-mg-bottom-xs\@tablet-portrait-down {
      margin-bottom: 15px; } }
  @media (min-width: 900px) {
    .u-mg-bottom-xs\@tablet-landscape-up {
      margin-bottom: 15px; } }
  @media (max-width: 900px) {
    .u-mg-bottom-xs\@tablet-landscape-down {
      margin-bottom: 15px; } }
  @media (min-width: 1200px) {
    .u-mg-bottom-xs\@laptop-up {
      margin-bottom: 15px; } }
  @media (max-width: 1200px) {
    .u-mg-bottom-xs\@laptop-down {
      margin-bottom: 15px; } }
  @media (min-width: 1441px) {
    .u-mg-bottom-xs\@desktop-up {
      margin-bottom: 15px; } }
  @media (max-width: 1441px) {
    .u-mg-bottom-xs\@desktop-down {
      margin-bottom: 15px; } }
  @media (min-width: 1600px) {
    .u-mg-bottom-xs\@big-desktop-up {
      margin-bottom: 15px; } }
  @media (max-width: 1600px) {
    .u-mg-bottom-xs\@big-desktop-down {
      margin-bottom: 15px; } }

.u-mg-bottom-p {
  margin-bottom: 30px; }
  @media (min-width: 900px) {
    .u-mg-bottom-p {
      margin-bottom: 40px; } }

.u-mg-top-sm {
  margin-top: 20px; }
  @media (max-width: 599px) {
    .u-mg-top-sm\@phone {
      margin-top: 20px; } }
  @media (min-width: 600px) {
    .u-mg-top-sm\@tablet-portrait-up {
      margin-top: 20px; } }
  @media (max-width: 600px) {
    .u-mg-top-sm\@tablet-portrait-down {
      margin-top: 20px; } }
  @media (min-width: 900px) {
    .u-mg-top-sm\@tablet-landscape-up {
      margin-top: 20px; } }
  @media (max-width: 900px) {
    .u-mg-top-sm\@tablet-landscape-down {
      margin-top: 20px; } }
  @media (min-width: 1200px) {
    .u-mg-top-sm\@laptop-up {
      margin-top: 20px; } }
  @media (max-width: 1200px) {
    .u-mg-top-sm\@laptop-down {
      margin-top: 20px; } }
  @media (min-width: 1441px) {
    .u-mg-top-sm\@desktop-up {
      margin-top: 20px; } }
  @media (max-width: 1441px) {
    .u-mg-top-sm\@desktop-down {
      margin-top: 20px; } }
  @media (min-width: 1600px) {
    .u-mg-top-sm\@big-desktop-up {
      margin-top: 20px; } }
  @media (max-width: 1600px) {
    .u-mg-top-sm\@big-desktop-down {
      margin-top: 20px; } }

.u-mg-bottom-sm {
  margin-bottom: 20px; }
  @media (max-width: 599px) {
    .u-mg-bottom-sm\@phone {
      margin-bottom: 20px; } }
  @media (min-width: 600px) {
    .u-mg-bottom-sm\@tablet-portrait-up {
      margin-bottom: 20px; } }
  @media (max-width: 600px) {
    .u-mg-bottom-sm\@tablet-portrait-down {
      margin-bottom: 20px; } }
  @media (min-width: 900px) {
    .u-mg-bottom-sm\@tablet-landscape-up {
      margin-bottom: 20px; } }
  @media (max-width: 900px) {
    .u-mg-bottom-sm\@tablet-landscape-down {
      margin-bottom: 20px; } }
  @media (min-width: 1200px) {
    .u-mg-bottom-sm\@laptop-up {
      margin-bottom: 20px; } }
  @media (max-width: 1200px) {
    .u-mg-bottom-sm\@laptop-down {
      margin-bottom: 20px; } }
  @media (min-width: 1441px) {
    .u-mg-bottom-sm\@desktop-up {
      margin-bottom: 20px; } }
  @media (max-width: 1441px) {
    .u-mg-bottom-sm\@desktop-down {
      margin-bottom: 20px; } }
  @media (min-width: 1600px) {
    .u-mg-bottom-sm\@big-desktop-up {
      margin-bottom: 20px; } }
  @media (max-width: 1600px) {
    .u-mg-bottom-sm\@big-desktop-down {
      margin-bottom: 20px; } }

.u-mg-bottom-p {
  margin-bottom: 30px; }
  @media (min-width: 900px) {
    .u-mg-bottom-p {
      margin-bottom: 40px; } }

.u-mg-top-base {
  margin-top: 25px; }
  @media (max-width: 599px) {
    .u-mg-top-base\@phone {
      margin-top: 25px; } }
  @media (min-width: 600px) {
    .u-mg-top-base\@tablet-portrait-up {
      margin-top: 25px; } }
  @media (max-width: 600px) {
    .u-mg-top-base\@tablet-portrait-down {
      margin-top: 25px; } }
  @media (min-width: 900px) {
    .u-mg-top-base\@tablet-landscape-up {
      margin-top: 25px; } }
  @media (max-width: 900px) {
    .u-mg-top-base\@tablet-landscape-down {
      margin-top: 25px; } }
  @media (min-width: 1200px) {
    .u-mg-top-base\@laptop-up {
      margin-top: 25px; } }
  @media (max-width: 1200px) {
    .u-mg-top-base\@laptop-down {
      margin-top: 25px; } }
  @media (min-width: 1441px) {
    .u-mg-top-base\@desktop-up {
      margin-top: 25px; } }
  @media (max-width: 1441px) {
    .u-mg-top-base\@desktop-down {
      margin-top: 25px; } }
  @media (min-width: 1600px) {
    .u-mg-top-base\@big-desktop-up {
      margin-top: 25px; } }
  @media (max-width: 1600px) {
    .u-mg-top-base\@big-desktop-down {
      margin-top: 25px; } }

.u-mg-bottom-base {
  margin-bottom: 25px; }
  @media (max-width: 599px) {
    .u-mg-bottom-base\@phone {
      margin-bottom: 25px; } }
  @media (min-width: 600px) {
    .u-mg-bottom-base\@tablet-portrait-up {
      margin-bottom: 25px; } }
  @media (max-width: 600px) {
    .u-mg-bottom-base\@tablet-portrait-down {
      margin-bottom: 25px; } }
  @media (min-width: 900px) {
    .u-mg-bottom-base\@tablet-landscape-up {
      margin-bottom: 25px; } }
  @media (max-width: 900px) {
    .u-mg-bottom-base\@tablet-landscape-down {
      margin-bottom: 25px; } }
  @media (min-width: 1200px) {
    .u-mg-bottom-base\@laptop-up {
      margin-bottom: 25px; } }
  @media (max-width: 1200px) {
    .u-mg-bottom-base\@laptop-down {
      margin-bottom: 25px; } }
  @media (min-width: 1441px) {
    .u-mg-bottom-base\@desktop-up {
      margin-bottom: 25px; } }
  @media (max-width: 1441px) {
    .u-mg-bottom-base\@desktop-down {
      margin-bottom: 25px; } }
  @media (min-width: 1600px) {
    .u-mg-bottom-base\@big-desktop-up {
      margin-bottom: 25px; } }
  @media (max-width: 1600px) {
    .u-mg-bottom-base\@big-desktop-down {
      margin-bottom: 25px; } }

.u-mg-bottom-p {
  margin-bottom: 30px; }
  @media (min-width: 900px) {
    .u-mg-bottom-p {
      margin-bottom: 40px; } }

.u-mg-top-md {
  margin-top: 30px; }
  @media (max-width: 599px) {
    .u-mg-top-md\@phone {
      margin-top: 30px; } }
  @media (min-width: 600px) {
    .u-mg-top-md\@tablet-portrait-up {
      margin-top: 30px; } }
  @media (max-width: 600px) {
    .u-mg-top-md\@tablet-portrait-down {
      margin-top: 30px; } }
  @media (min-width: 900px) {
    .u-mg-top-md\@tablet-landscape-up {
      margin-top: 30px; } }
  @media (max-width: 900px) {
    .u-mg-top-md\@tablet-landscape-down {
      margin-top: 30px; } }
  @media (min-width: 1200px) {
    .u-mg-top-md\@laptop-up {
      margin-top: 30px; } }
  @media (max-width: 1200px) {
    .u-mg-top-md\@laptop-down {
      margin-top: 30px; } }
  @media (min-width: 1441px) {
    .u-mg-top-md\@desktop-up {
      margin-top: 30px; } }
  @media (max-width: 1441px) {
    .u-mg-top-md\@desktop-down {
      margin-top: 30px; } }
  @media (min-width: 1600px) {
    .u-mg-top-md\@big-desktop-up {
      margin-top: 30px; } }
  @media (max-width: 1600px) {
    .u-mg-top-md\@big-desktop-down {
      margin-top: 30px; } }

.u-mg-bottom-md {
  margin-bottom: 30px; }
  @media (max-width: 599px) {
    .u-mg-bottom-md\@phone {
      margin-bottom: 30px; } }
  @media (min-width: 600px) {
    .u-mg-bottom-md\@tablet-portrait-up {
      margin-bottom: 30px; } }
  @media (max-width: 600px) {
    .u-mg-bottom-md\@tablet-portrait-down {
      margin-bottom: 30px; } }
  @media (min-width: 900px) {
    .u-mg-bottom-md\@tablet-landscape-up {
      margin-bottom: 30px; } }
  @media (max-width: 900px) {
    .u-mg-bottom-md\@tablet-landscape-down {
      margin-bottom: 30px; } }
  @media (min-width: 1200px) {
    .u-mg-bottom-md\@laptop-up {
      margin-bottom: 30px; } }
  @media (max-width: 1200px) {
    .u-mg-bottom-md\@laptop-down {
      margin-bottom: 30px; } }
  @media (min-width: 1441px) {
    .u-mg-bottom-md\@desktop-up {
      margin-bottom: 30px; } }
  @media (max-width: 1441px) {
    .u-mg-bottom-md\@desktop-down {
      margin-bottom: 30px; } }
  @media (min-width: 1600px) {
    .u-mg-bottom-md\@big-desktop-up {
      margin-bottom: 30px; } }
  @media (max-width: 1600px) {
    .u-mg-bottom-md\@big-desktop-down {
      margin-bottom: 30px; } }

.u-mg-bottom-p {
  margin-bottom: 30px; }
  @media (min-width: 900px) {
    .u-mg-bottom-p {
      margin-bottom: 40px; } }

.u-mg-top-lg {
  margin-top: 40px; }
  @media (max-width: 599px) {
    .u-mg-top-lg\@phone {
      margin-top: 40px; } }
  @media (min-width: 600px) {
    .u-mg-top-lg\@tablet-portrait-up {
      margin-top: 40px; } }
  @media (max-width: 600px) {
    .u-mg-top-lg\@tablet-portrait-down {
      margin-top: 40px; } }
  @media (min-width: 900px) {
    .u-mg-top-lg\@tablet-landscape-up {
      margin-top: 40px; } }
  @media (max-width: 900px) {
    .u-mg-top-lg\@tablet-landscape-down {
      margin-top: 40px; } }
  @media (min-width: 1200px) {
    .u-mg-top-lg\@laptop-up {
      margin-top: 40px; } }
  @media (max-width: 1200px) {
    .u-mg-top-lg\@laptop-down {
      margin-top: 40px; } }
  @media (min-width: 1441px) {
    .u-mg-top-lg\@desktop-up {
      margin-top: 40px; } }
  @media (max-width: 1441px) {
    .u-mg-top-lg\@desktop-down {
      margin-top: 40px; } }
  @media (min-width: 1600px) {
    .u-mg-top-lg\@big-desktop-up {
      margin-top: 40px; } }
  @media (max-width: 1600px) {
    .u-mg-top-lg\@big-desktop-down {
      margin-top: 40px; } }

.u-mg-bottom-lg {
  margin-bottom: 40px; }
  @media (max-width: 599px) {
    .u-mg-bottom-lg\@phone {
      margin-bottom: 40px; } }
  @media (min-width: 600px) {
    .u-mg-bottom-lg\@tablet-portrait-up {
      margin-bottom: 40px; } }
  @media (max-width: 600px) {
    .u-mg-bottom-lg\@tablet-portrait-down {
      margin-bottom: 40px; } }
  @media (min-width: 900px) {
    .u-mg-bottom-lg\@tablet-landscape-up {
      margin-bottom: 40px; } }
  @media (max-width: 900px) {
    .u-mg-bottom-lg\@tablet-landscape-down {
      margin-bottom: 40px; } }
  @media (min-width: 1200px) {
    .u-mg-bottom-lg\@laptop-up {
      margin-bottom: 40px; } }
  @media (max-width: 1200px) {
    .u-mg-bottom-lg\@laptop-down {
      margin-bottom: 40px; } }
  @media (min-width: 1441px) {
    .u-mg-bottom-lg\@desktop-up {
      margin-bottom: 40px; } }
  @media (max-width: 1441px) {
    .u-mg-bottom-lg\@desktop-down {
      margin-bottom: 40px; } }
  @media (min-width: 1600px) {
    .u-mg-bottom-lg\@big-desktop-up {
      margin-bottom: 40px; } }
  @media (max-width: 1600px) {
    .u-mg-bottom-lg\@big-desktop-down {
      margin-bottom: 40px; } }

.u-mg-bottom-p {
  margin-bottom: 30px; }
  @media (min-width: 900px) {
    .u-mg-bottom-p {
      margin-bottom: 40px; } }

.u-mg-top-xl {
  margin-top: 50px; }
  @media (max-width: 599px) {
    .u-mg-top-xl\@phone {
      margin-top: 50px; } }
  @media (min-width: 600px) {
    .u-mg-top-xl\@tablet-portrait-up {
      margin-top: 50px; } }
  @media (max-width: 600px) {
    .u-mg-top-xl\@tablet-portrait-down {
      margin-top: 50px; } }
  @media (min-width: 900px) {
    .u-mg-top-xl\@tablet-landscape-up {
      margin-top: 50px; } }
  @media (max-width: 900px) {
    .u-mg-top-xl\@tablet-landscape-down {
      margin-top: 50px; } }
  @media (min-width: 1200px) {
    .u-mg-top-xl\@laptop-up {
      margin-top: 50px; } }
  @media (max-width: 1200px) {
    .u-mg-top-xl\@laptop-down {
      margin-top: 50px; } }
  @media (min-width: 1441px) {
    .u-mg-top-xl\@desktop-up {
      margin-top: 50px; } }
  @media (max-width: 1441px) {
    .u-mg-top-xl\@desktop-down {
      margin-top: 50px; } }
  @media (min-width: 1600px) {
    .u-mg-top-xl\@big-desktop-up {
      margin-top: 50px; } }
  @media (max-width: 1600px) {
    .u-mg-top-xl\@big-desktop-down {
      margin-top: 50px; } }

.u-mg-bottom-xl {
  margin-bottom: 50px; }
  @media (max-width: 599px) {
    .u-mg-bottom-xl\@phone {
      margin-bottom: 50px; } }
  @media (min-width: 600px) {
    .u-mg-bottom-xl\@tablet-portrait-up {
      margin-bottom: 50px; } }
  @media (max-width: 600px) {
    .u-mg-bottom-xl\@tablet-portrait-down {
      margin-bottom: 50px; } }
  @media (min-width: 900px) {
    .u-mg-bottom-xl\@tablet-landscape-up {
      margin-bottom: 50px; } }
  @media (max-width: 900px) {
    .u-mg-bottom-xl\@tablet-landscape-down {
      margin-bottom: 50px; } }
  @media (min-width: 1200px) {
    .u-mg-bottom-xl\@laptop-up {
      margin-bottom: 50px; } }
  @media (max-width: 1200px) {
    .u-mg-bottom-xl\@laptop-down {
      margin-bottom: 50px; } }
  @media (min-width: 1441px) {
    .u-mg-bottom-xl\@desktop-up {
      margin-bottom: 50px; } }
  @media (max-width: 1441px) {
    .u-mg-bottom-xl\@desktop-down {
      margin-bottom: 50px; } }
  @media (min-width: 1600px) {
    .u-mg-bottom-xl\@big-desktop-up {
      margin-bottom: 50px; } }
  @media (max-width: 1600px) {
    .u-mg-bottom-xl\@big-desktop-down {
      margin-bottom: 50px; } }

.u-mg-bottom-p {
  margin-bottom: 30px; }
  @media (min-width: 900px) {
    .u-mg-bottom-p {
      margin-bottom: 40px; } }

.u-mg-top-xxl {
  margin-top: 60px; }
  @media (max-width: 599px) {
    .u-mg-top-xxl\@phone {
      margin-top: 60px; } }
  @media (min-width: 600px) {
    .u-mg-top-xxl\@tablet-portrait-up {
      margin-top: 60px; } }
  @media (max-width: 600px) {
    .u-mg-top-xxl\@tablet-portrait-down {
      margin-top: 60px; } }
  @media (min-width: 900px) {
    .u-mg-top-xxl\@tablet-landscape-up {
      margin-top: 60px; } }
  @media (max-width: 900px) {
    .u-mg-top-xxl\@tablet-landscape-down {
      margin-top: 60px; } }
  @media (min-width: 1200px) {
    .u-mg-top-xxl\@laptop-up {
      margin-top: 60px; } }
  @media (max-width: 1200px) {
    .u-mg-top-xxl\@laptop-down {
      margin-top: 60px; } }
  @media (min-width: 1441px) {
    .u-mg-top-xxl\@desktop-up {
      margin-top: 60px; } }
  @media (max-width: 1441px) {
    .u-mg-top-xxl\@desktop-down {
      margin-top: 60px; } }
  @media (min-width: 1600px) {
    .u-mg-top-xxl\@big-desktop-up {
      margin-top: 60px; } }
  @media (max-width: 1600px) {
    .u-mg-top-xxl\@big-desktop-down {
      margin-top: 60px; } }

.u-mg-bottom-xxl {
  margin-bottom: 60px; }
  @media (max-width: 599px) {
    .u-mg-bottom-xxl\@phone {
      margin-bottom: 60px; } }
  @media (min-width: 600px) {
    .u-mg-bottom-xxl\@tablet-portrait-up {
      margin-bottom: 60px; } }
  @media (max-width: 600px) {
    .u-mg-bottom-xxl\@tablet-portrait-down {
      margin-bottom: 60px; } }
  @media (min-width: 900px) {
    .u-mg-bottom-xxl\@tablet-landscape-up {
      margin-bottom: 60px; } }
  @media (max-width: 900px) {
    .u-mg-bottom-xxl\@tablet-landscape-down {
      margin-bottom: 60px; } }
  @media (min-width: 1200px) {
    .u-mg-bottom-xxl\@laptop-up {
      margin-bottom: 60px; } }
  @media (max-width: 1200px) {
    .u-mg-bottom-xxl\@laptop-down {
      margin-bottom: 60px; } }
  @media (min-width: 1441px) {
    .u-mg-bottom-xxl\@desktop-up {
      margin-bottom: 60px; } }
  @media (max-width: 1441px) {
    .u-mg-bottom-xxl\@desktop-down {
      margin-bottom: 60px; } }
  @media (min-width: 1600px) {
    .u-mg-bottom-xxl\@big-desktop-up {
      margin-bottom: 60px; } }
  @media (max-width: 1600px) {
    .u-mg-bottom-xxl\@big-desktop-down {
      margin-bottom: 60px; } }

.u-mg-bottom-p {
  margin-bottom: 30px; }
  @media (min-width: 900px) {
    .u-mg-bottom-p {
      margin-bottom: 40px; } }

/**
 * Utility classes to add padding to top or bottom
 */
.u-pad-top-none {
  padding-top: 0; }
  @media (max-width: 599px) {
    .u-pad-top-none\@phone {
      padding-top: 0; } }
  @media (min-width: 600px) {
    .u-pad-top-none\@tablet-portrait-up {
      padding-top: 0; } }
  @media (max-width: 600px) {
    .u-pad-top-none\@tablet-portrait-down {
      padding-top: 0; } }
  @media (min-width: 900px) {
    .u-pad-top-none\@tablet-landscape-up {
      padding-top: 0; } }
  @media (max-width: 900px) {
    .u-pad-top-none\@tablet-landscape-down {
      padding-top: 0; } }
  @media (min-width: 1200px) {
    .u-pad-top-none\@laptop-up {
      padding-top: 0; } }
  @media (max-width: 1200px) {
    .u-pad-top-none\@laptop-down {
      padding-top: 0; } }
  @media (min-width: 1441px) {
    .u-pad-top-none\@desktop-up {
      padding-top: 0; } }
  @media (max-width: 1441px) {
    .u-pad-top-none\@desktop-down {
      padding-top: 0; } }
  @media (min-width: 1600px) {
    .u-pad-top-none\@big-desktop-up {
      padding-top: 0; } }
  @media (max-width: 1600px) {
    .u-pad-top-none\@big-desktop-down {
      padding-top: 0; } }

.u-pad-bottom-none {
  padding-bottom: 0; }
  @media (max-width: 599px) {
    .u-pad-bottom-none\@phone {
      padding-bottom: 0; } }
  @media (min-width: 600px) {
    .u-pad-bottom-none\@tablet-portrait-up {
      padding-bottom: 0; } }
  @media (max-width: 600px) {
    .u-pad-bottom-none\@tablet-portrait-down {
      padding-bottom: 0; } }
  @media (min-width: 900px) {
    .u-pad-bottom-none\@tablet-landscape-up {
      padding-bottom: 0; } }
  @media (max-width: 900px) {
    .u-pad-bottom-none\@tablet-landscape-down {
      padding-bottom: 0; } }
  @media (min-width: 1200px) {
    .u-pad-bottom-none\@laptop-up {
      padding-bottom: 0; } }
  @media (max-width: 1200px) {
    .u-pad-bottom-none\@laptop-down {
      padding-bottom: 0; } }
  @media (min-width: 1441px) {
    .u-pad-bottom-none\@desktop-up {
      padding-bottom: 0; } }
  @media (max-width: 1441px) {
    .u-pad-bottom-none\@desktop-down {
      padding-bottom: 0; } }
  @media (min-width: 1600px) {
    .u-pad-bottom-none\@big-desktop-up {
      padding-bottom: 0; } }
  @media (max-width: 1600px) {
    .u-pad-bottom-none\@big-desktop-down {
      padding-bottom: 0; } }

.u-pad-top-xxxs {
  padding-top: 5px; }
  @media (max-width: 599px) {
    .u-pad-top-xxxs\@phone {
      padding-top: 5px; } }
  @media (min-width: 600px) {
    .u-pad-top-xxxs\@tablet-portrait-up {
      padding-top: 5px; } }
  @media (max-width: 600px) {
    .u-pad-top-xxxs\@tablet-portrait-down {
      padding-top: 5px; } }
  @media (min-width: 900px) {
    .u-pad-top-xxxs\@tablet-landscape-up {
      padding-top: 5px; } }
  @media (max-width: 900px) {
    .u-pad-top-xxxs\@tablet-landscape-down {
      padding-top: 5px; } }
  @media (min-width: 1200px) {
    .u-pad-top-xxxs\@laptop-up {
      padding-top: 5px; } }
  @media (max-width: 1200px) {
    .u-pad-top-xxxs\@laptop-down {
      padding-top: 5px; } }
  @media (min-width: 1441px) {
    .u-pad-top-xxxs\@desktop-up {
      padding-top: 5px; } }
  @media (max-width: 1441px) {
    .u-pad-top-xxxs\@desktop-down {
      padding-top: 5px; } }
  @media (min-width: 1600px) {
    .u-pad-top-xxxs\@big-desktop-up {
      padding-top: 5px; } }
  @media (max-width: 1600px) {
    .u-pad-top-xxxs\@big-desktop-down {
      padding-top: 5px; } }

.u-pad-bottom-xxxs {
  padding-bottom: 5px; }
  @media (max-width: 599px) {
    .u-pad-bottom-xxxs\@phone {
      padding-bottom: 5px; } }
  @media (min-width: 600px) {
    .u-pad-bottom-xxxs\@tablet-portrait-up {
      padding-bottom: 5px; } }
  @media (max-width: 600px) {
    .u-pad-bottom-xxxs\@tablet-portrait-down {
      padding-bottom: 5px; } }
  @media (min-width: 900px) {
    .u-pad-bottom-xxxs\@tablet-landscape-up {
      padding-bottom: 5px; } }
  @media (max-width: 900px) {
    .u-pad-bottom-xxxs\@tablet-landscape-down {
      padding-bottom: 5px; } }
  @media (min-width: 1200px) {
    .u-pad-bottom-xxxs\@laptop-up {
      padding-bottom: 5px; } }
  @media (max-width: 1200px) {
    .u-pad-bottom-xxxs\@laptop-down {
      padding-bottom: 5px; } }
  @media (min-width: 1441px) {
    .u-pad-bottom-xxxs\@desktop-up {
      padding-bottom: 5px; } }
  @media (max-width: 1441px) {
    .u-pad-bottom-xxxs\@desktop-down {
      padding-bottom: 5px; } }
  @media (min-width: 1600px) {
    .u-pad-bottom-xxxs\@big-desktop-up {
      padding-bottom: 5px; } }
  @media (max-width: 1600px) {
    .u-pad-bottom-xxxs\@big-desktop-down {
      padding-bottom: 5px; } }

.u-pad-top-xxs {
  padding-top: 10px; }
  @media (max-width: 599px) {
    .u-pad-top-xxs\@phone {
      padding-top: 10px; } }
  @media (min-width: 600px) {
    .u-pad-top-xxs\@tablet-portrait-up {
      padding-top: 10px; } }
  @media (max-width: 600px) {
    .u-pad-top-xxs\@tablet-portrait-down {
      padding-top: 10px; } }
  @media (min-width: 900px) {
    .u-pad-top-xxs\@tablet-landscape-up {
      padding-top: 10px; } }
  @media (max-width: 900px) {
    .u-pad-top-xxs\@tablet-landscape-down {
      padding-top: 10px; } }
  @media (min-width: 1200px) {
    .u-pad-top-xxs\@laptop-up {
      padding-top: 10px; } }
  @media (max-width: 1200px) {
    .u-pad-top-xxs\@laptop-down {
      padding-top: 10px; } }
  @media (min-width: 1441px) {
    .u-pad-top-xxs\@desktop-up {
      padding-top: 10px; } }
  @media (max-width: 1441px) {
    .u-pad-top-xxs\@desktop-down {
      padding-top: 10px; } }
  @media (min-width: 1600px) {
    .u-pad-top-xxs\@big-desktop-up {
      padding-top: 10px; } }
  @media (max-width: 1600px) {
    .u-pad-top-xxs\@big-desktop-down {
      padding-top: 10px; } }

.u-pad-bottom-xxs {
  padding-bottom: 10px; }
  @media (max-width: 599px) {
    .u-pad-bottom-xxs\@phone {
      padding-bottom: 10px; } }
  @media (min-width: 600px) {
    .u-pad-bottom-xxs\@tablet-portrait-up {
      padding-bottom: 10px; } }
  @media (max-width: 600px) {
    .u-pad-bottom-xxs\@tablet-portrait-down {
      padding-bottom: 10px; } }
  @media (min-width: 900px) {
    .u-pad-bottom-xxs\@tablet-landscape-up {
      padding-bottom: 10px; } }
  @media (max-width: 900px) {
    .u-pad-bottom-xxs\@tablet-landscape-down {
      padding-bottom: 10px; } }
  @media (min-width: 1200px) {
    .u-pad-bottom-xxs\@laptop-up {
      padding-bottom: 10px; } }
  @media (max-width: 1200px) {
    .u-pad-bottom-xxs\@laptop-down {
      padding-bottom: 10px; } }
  @media (min-width: 1441px) {
    .u-pad-bottom-xxs\@desktop-up {
      padding-bottom: 10px; } }
  @media (max-width: 1441px) {
    .u-pad-bottom-xxs\@desktop-down {
      padding-bottom: 10px; } }
  @media (min-width: 1600px) {
    .u-pad-bottom-xxs\@big-desktop-up {
      padding-bottom: 10px; } }
  @media (max-width: 1600px) {
    .u-pad-bottom-xxs\@big-desktop-down {
      padding-bottom: 10px; } }

.u-pad-top-xs {
  padding-top: 15px; }
  @media (max-width: 599px) {
    .u-pad-top-xs\@phone {
      padding-top: 15px; } }
  @media (min-width: 600px) {
    .u-pad-top-xs\@tablet-portrait-up {
      padding-top: 15px; } }
  @media (max-width: 600px) {
    .u-pad-top-xs\@tablet-portrait-down {
      padding-top: 15px; } }
  @media (min-width: 900px) {
    .u-pad-top-xs\@tablet-landscape-up {
      padding-top: 15px; } }
  @media (max-width: 900px) {
    .u-pad-top-xs\@tablet-landscape-down {
      padding-top: 15px; } }
  @media (min-width: 1200px) {
    .u-pad-top-xs\@laptop-up {
      padding-top: 15px; } }
  @media (max-width: 1200px) {
    .u-pad-top-xs\@laptop-down {
      padding-top: 15px; } }
  @media (min-width: 1441px) {
    .u-pad-top-xs\@desktop-up {
      padding-top: 15px; } }
  @media (max-width: 1441px) {
    .u-pad-top-xs\@desktop-down {
      padding-top: 15px; } }
  @media (min-width: 1600px) {
    .u-pad-top-xs\@big-desktop-up {
      padding-top: 15px; } }
  @media (max-width: 1600px) {
    .u-pad-top-xs\@big-desktop-down {
      padding-top: 15px; } }

.u-pad-bottom-xs {
  padding-bottom: 15px; }
  @media (max-width: 599px) {
    .u-pad-bottom-xs\@phone {
      padding-bottom: 15px; } }
  @media (min-width: 600px) {
    .u-pad-bottom-xs\@tablet-portrait-up {
      padding-bottom: 15px; } }
  @media (max-width: 600px) {
    .u-pad-bottom-xs\@tablet-portrait-down {
      padding-bottom: 15px; } }
  @media (min-width: 900px) {
    .u-pad-bottom-xs\@tablet-landscape-up {
      padding-bottom: 15px; } }
  @media (max-width: 900px) {
    .u-pad-bottom-xs\@tablet-landscape-down {
      padding-bottom: 15px; } }
  @media (min-width: 1200px) {
    .u-pad-bottom-xs\@laptop-up {
      padding-bottom: 15px; } }
  @media (max-width: 1200px) {
    .u-pad-bottom-xs\@laptop-down {
      padding-bottom: 15px; } }
  @media (min-width: 1441px) {
    .u-pad-bottom-xs\@desktop-up {
      padding-bottom: 15px; } }
  @media (max-width: 1441px) {
    .u-pad-bottom-xs\@desktop-down {
      padding-bottom: 15px; } }
  @media (min-width: 1600px) {
    .u-pad-bottom-xs\@big-desktop-up {
      padding-bottom: 15px; } }
  @media (max-width: 1600px) {
    .u-pad-bottom-xs\@big-desktop-down {
      padding-bottom: 15px; } }

.u-pad-top-sm {
  padding-top: 20px; }
  @media (max-width: 599px) {
    .u-pad-top-sm\@phone {
      padding-top: 20px; } }
  @media (min-width: 600px) {
    .u-pad-top-sm\@tablet-portrait-up {
      padding-top: 20px; } }
  @media (max-width: 600px) {
    .u-pad-top-sm\@tablet-portrait-down {
      padding-top: 20px; } }
  @media (min-width: 900px) {
    .u-pad-top-sm\@tablet-landscape-up {
      padding-top: 20px; } }
  @media (max-width: 900px) {
    .u-pad-top-sm\@tablet-landscape-down {
      padding-top: 20px; } }
  @media (min-width: 1200px) {
    .u-pad-top-sm\@laptop-up {
      padding-top: 20px; } }
  @media (max-width: 1200px) {
    .u-pad-top-sm\@laptop-down {
      padding-top: 20px; } }
  @media (min-width: 1441px) {
    .u-pad-top-sm\@desktop-up {
      padding-top: 20px; } }
  @media (max-width: 1441px) {
    .u-pad-top-sm\@desktop-down {
      padding-top: 20px; } }
  @media (min-width: 1600px) {
    .u-pad-top-sm\@big-desktop-up {
      padding-top: 20px; } }
  @media (max-width: 1600px) {
    .u-pad-top-sm\@big-desktop-down {
      padding-top: 20px; } }

.u-pad-bottom-sm {
  padding-bottom: 20px; }
  @media (max-width: 599px) {
    .u-pad-bottom-sm\@phone {
      padding-bottom: 20px; } }
  @media (min-width: 600px) {
    .u-pad-bottom-sm\@tablet-portrait-up {
      padding-bottom: 20px; } }
  @media (max-width: 600px) {
    .u-pad-bottom-sm\@tablet-portrait-down {
      padding-bottom: 20px; } }
  @media (min-width: 900px) {
    .u-pad-bottom-sm\@tablet-landscape-up {
      padding-bottom: 20px; } }
  @media (max-width: 900px) {
    .u-pad-bottom-sm\@tablet-landscape-down {
      padding-bottom: 20px; } }
  @media (min-width: 1200px) {
    .u-pad-bottom-sm\@laptop-up {
      padding-bottom: 20px; } }
  @media (max-width: 1200px) {
    .u-pad-bottom-sm\@laptop-down {
      padding-bottom: 20px; } }
  @media (min-width: 1441px) {
    .u-pad-bottom-sm\@desktop-up {
      padding-bottom: 20px; } }
  @media (max-width: 1441px) {
    .u-pad-bottom-sm\@desktop-down {
      padding-bottom: 20px; } }
  @media (min-width: 1600px) {
    .u-pad-bottom-sm\@big-desktop-up {
      padding-bottom: 20px; } }
  @media (max-width: 1600px) {
    .u-pad-bottom-sm\@big-desktop-down {
      padding-bottom: 20px; } }

.u-pad-top-base {
  padding-top: 25px; }
  @media (max-width: 599px) {
    .u-pad-top-base\@phone {
      padding-top: 25px; } }
  @media (min-width: 600px) {
    .u-pad-top-base\@tablet-portrait-up {
      padding-top: 25px; } }
  @media (max-width: 600px) {
    .u-pad-top-base\@tablet-portrait-down {
      padding-top: 25px; } }
  @media (min-width: 900px) {
    .u-pad-top-base\@tablet-landscape-up {
      padding-top: 25px; } }
  @media (max-width: 900px) {
    .u-pad-top-base\@tablet-landscape-down {
      padding-top: 25px; } }
  @media (min-width: 1200px) {
    .u-pad-top-base\@laptop-up {
      padding-top: 25px; } }
  @media (max-width: 1200px) {
    .u-pad-top-base\@laptop-down {
      padding-top: 25px; } }
  @media (min-width: 1441px) {
    .u-pad-top-base\@desktop-up {
      padding-top: 25px; } }
  @media (max-width: 1441px) {
    .u-pad-top-base\@desktop-down {
      padding-top: 25px; } }
  @media (min-width: 1600px) {
    .u-pad-top-base\@big-desktop-up {
      padding-top: 25px; } }
  @media (max-width: 1600px) {
    .u-pad-top-base\@big-desktop-down {
      padding-top: 25px; } }

.u-pad-bottom-base {
  padding-bottom: 25px; }
  @media (max-width: 599px) {
    .u-pad-bottom-base\@phone {
      padding-bottom: 25px; } }
  @media (min-width: 600px) {
    .u-pad-bottom-base\@tablet-portrait-up {
      padding-bottom: 25px; } }
  @media (max-width: 600px) {
    .u-pad-bottom-base\@tablet-portrait-down {
      padding-bottom: 25px; } }
  @media (min-width: 900px) {
    .u-pad-bottom-base\@tablet-landscape-up {
      padding-bottom: 25px; } }
  @media (max-width: 900px) {
    .u-pad-bottom-base\@tablet-landscape-down {
      padding-bottom: 25px; } }
  @media (min-width: 1200px) {
    .u-pad-bottom-base\@laptop-up {
      padding-bottom: 25px; } }
  @media (max-width: 1200px) {
    .u-pad-bottom-base\@laptop-down {
      padding-bottom: 25px; } }
  @media (min-width: 1441px) {
    .u-pad-bottom-base\@desktop-up {
      padding-bottom: 25px; } }
  @media (max-width: 1441px) {
    .u-pad-bottom-base\@desktop-down {
      padding-bottom: 25px; } }
  @media (min-width: 1600px) {
    .u-pad-bottom-base\@big-desktop-up {
      padding-bottom: 25px; } }
  @media (max-width: 1600px) {
    .u-pad-bottom-base\@big-desktop-down {
      padding-bottom: 25px; } }

.u-pad-top-md {
  padding-top: 30px; }
  @media (max-width: 599px) {
    .u-pad-top-md\@phone {
      padding-top: 30px; } }
  @media (min-width: 600px) {
    .u-pad-top-md\@tablet-portrait-up {
      padding-top: 30px; } }
  @media (max-width: 600px) {
    .u-pad-top-md\@tablet-portrait-down {
      padding-top: 30px; } }
  @media (min-width: 900px) {
    .u-pad-top-md\@tablet-landscape-up {
      padding-top: 30px; } }
  @media (max-width: 900px) {
    .u-pad-top-md\@tablet-landscape-down {
      padding-top: 30px; } }
  @media (min-width: 1200px) {
    .u-pad-top-md\@laptop-up {
      padding-top: 30px; } }
  @media (max-width: 1200px) {
    .u-pad-top-md\@laptop-down {
      padding-top: 30px; } }
  @media (min-width: 1441px) {
    .u-pad-top-md\@desktop-up {
      padding-top: 30px; } }
  @media (max-width: 1441px) {
    .u-pad-top-md\@desktop-down {
      padding-top: 30px; } }
  @media (min-width: 1600px) {
    .u-pad-top-md\@big-desktop-up {
      padding-top: 30px; } }
  @media (max-width: 1600px) {
    .u-pad-top-md\@big-desktop-down {
      padding-top: 30px; } }

.u-pad-bottom-md {
  padding-bottom: 30px; }
  @media (max-width: 599px) {
    .u-pad-bottom-md\@phone {
      padding-bottom: 30px; } }
  @media (min-width: 600px) {
    .u-pad-bottom-md\@tablet-portrait-up {
      padding-bottom: 30px; } }
  @media (max-width: 600px) {
    .u-pad-bottom-md\@tablet-portrait-down {
      padding-bottom: 30px; } }
  @media (min-width: 900px) {
    .u-pad-bottom-md\@tablet-landscape-up {
      padding-bottom: 30px; } }
  @media (max-width: 900px) {
    .u-pad-bottom-md\@tablet-landscape-down {
      padding-bottom: 30px; } }
  @media (min-width: 1200px) {
    .u-pad-bottom-md\@laptop-up {
      padding-bottom: 30px; } }
  @media (max-width: 1200px) {
    .u-pad-bottom-md\@laptop-down {
      padding-bottom: 30px; } }
  @media (min-width: 1441px) {
    .u-pad-bottom-md\@desktop-up {
      padding-bottom: 30px; } }
  @media (max-width: 1441px) {
    .u-pad-bottom-md\@desktop-down {
      padding-bottom: 30px; } }
  @media (min-width: 1600px) {
    .u-pad-bottom-md\@big-desktop-up {
      padding-bottom: 30px; } }
  @media (max-width: 1600px) {
    .u-pad-bottom-md\@big-desktop-down {
      padding-bottom: 30px; } }

.u-pad-top-lg {
  padding-top: 40px; }
  @media (max-width: 599px) {
    .u-pad-top-lg\@phone {
      padding-top: 40px; } }
  @media (min-width: 600px) {
    .u-pad-top-lg\@tablet-portrait-up {
      padding-top: 40px; } }
  @media (max-width: 600px) {
    .u-pad-top-lg\@tablet-portrait-down {
      padding-top: 40px; } }
  @media (min-width: 900px) {
    .u-pad-top-lg\@tablet-landscape-up {
      padding-top: 40px; } }
  @media (max-width: 900px) {
    .u-pad-top-lg\@tablet-landscape-down {
      padding-top: 40px; } }
  @media (min-width: 1200px) {
    .u-pad-top-lg\@laptop-up {
      padding-top: 40px; } }
  @media (max-width: 1200px) {
    .u-pad-top-lg\@laptop-down {
      padding-top: 40px; } }
  @media (min-width: 1441px) {
    .u-pad-top-lg\@desktop-up {
      padding-top: 40px; } }
  @media (max-width: 1441px) {
    .u-pad-top-lg\@desktop-down {
      padding-top: 40px; } }
  @media (min-width: 1600px) {
    .u-pad-top-lg\@big-desktop-up {
      padding-top: 40px; } }
  @media (max-width: 1600px) {
    .u-pad-top-lg\@big-desktop-down {
      padding-top: 40px; } }

.u-pad-bottom-lg {
  padding-bottom: 40px; }
  @media (max-width: 599px) {
    .u-pad-bottom-lg\@phone {
      padding-bottom: 40px; } }
  @media (min-width: 600px) {
    .u-pad-bottom-lg\@tablet-portrait-up {
      padding-bottom: 40px; } }
  @media (max-width: 600px) {
    .u-pad-bottom-lg\@tablet-portrait-down {
      padding-bottom: 40px; } }
  @media (min-width: 900px) {
    .u-pad-bottom-lg\@tablet-landscape-up {
      padding-bottom: 40px; } }
  @media (max-width: 900px) {
    .u-pad-bottom-lg\@tablet-landscape-down {
      padding-bottom: 40px; } }
  @media (min-width: 1200px) {
    .u-pad-bottom-lg\@laptop-up {
      padding-bottom: 40px; } }
  @media (max-width: 1200px) {
    .u-pad-bottom-lg\@laptop-down {
      padding-bottom: 40px; } }
  @media (min-width: 1441px) {
    .u-pad-bottom-lg\@desktop-up {
      padding-bottom: 40px; } }
  @media (max-width: 1441px) {
    .u-pad-bottom-lg\@desktop-down {
      padding-bottom: 40px; } }
  @media (min-width: 1600px) {
    .u-pad-bottom-lg\@big-desktop-up {
      padding-bottom: 40px; } }
  @media (max-width: 1600px) {
    .u-pad-bottom-lg\@big-desktop-down {
      padding-bottom: 40px; } }

.u-pad-top-xl {
  padding-top: 50px; }
  @media (max-width: 599px) {
    .u-pad-top-xl\@phone {
      padding-top: 50px; } }
  @media (min-width: 600px) {
    .u-pad-top-xl\@tablet-portrait-up {
      padding-top: 50px; } }
  @media (max-width: 600px) {
    .u-pad-top-xl\@tablet-portrait-down {
      padding-top: 50px; } }
  @media (min-width: 900px) {
    .u-pad-top-xl\@tablet-landscape-up {
      padding-top: 50px; } }
  @media (max-width: 900px) {
    .u-pad-top-xl\@tablet-landscape-down {
      padding-top: 50px; } }
  @media (min-width: 1200px) {
    .u-pad-top-xl\@laptop-up {
      padding-top: 50px; } }
  @media (max-width: 1200px) {
    .u-pad-top-xl\@laptop-down {
      padding-top: 50px; } }
  @media (min-width: 1441px) {
    .u-pad-top-xl\@desktop-up {
      padding-top: 50px; } }
  @media (max-width: 1441px) {
    .u-pad-top-xl\@desktop-down {
      padding-top: 50px; } }
  @media (min-width: 1600px) {
    .u-pad-top-xl\@big-desktop-up {
      padding-top: 50px; } }
  @media (max-width: 1600px) {
    .u-pad-top-xl\@big-desktop-down {
      padding-top: 50px; } }

.u-pad-bottom-xl {
  padding-bottom: 50px; }
  @media (max-width: 599px) {
    .u-pad-bottom-xl\@phone {
      padding-bottom: 50px; } }
  @media (min-width: 600px) {
    .u-pad-bottom-xl\@tablet-portrait-up {
      padding-bottom: 50px; } }
  @media (max-width: 600px) {
    .u-pad-bottom-xl\@tablet-portrait-down {
      padding-bottom: 50px; } }
  @media (min-width: 900px) {
    .u-pad-bottom-xl\@tablet-landscape-up {
      padding-bottom: 50px; } }
  @media (max-width: 900px) {
    .u-pad-bottom-xl\@tablet-landscape-down {
      padding-bottom: 50px; } }
  @media (min-width: 1200px) {
    .u-pad-bottom-xl\@laptop-up {
      padding-bottom: 50px; } }
  @media (max-width: 1200px) {
    .u-pad-bottom-xl\@laptop-down {
      padding-bottom: 50px; } }
  @media (min-width: 1441px) {
    .u-pad-bottom-xl\@desktop-up {
      padding-bottom: 50px; } }
  @media (max-width: 1441px) {
    .u-pad-bottom-xl\@desktop-down {
      padding-bottom: 50px; } }
  @media (min-width: 1600px) {
    .u-pad-bottom-xl\@big-desktop-up {
      padding-bottom: 50px; } }
  @media (max-width: 1600px) {
    .u-pad-bottom-xl\@big-desktop-down {
      padding-bottom: 50px; } }

.u-pad-top-xxl {
  padding-top: 60px; }
  @media (max-width: 599px) {
    .u-pad-top-xxl\@phone {
      padding-top: 60px; } }
  @media (min-width: 600px) {
    .u-pad-top-xxl\@tablet-portrait-up {
      padding-top: 60px; } }
  @media (max-width: 600px) {
    .u-pad-top-xxl\@tablet-portrait-down {
      padding-top: 60px; } }
  @media (min-width: 900px) {
    .u-pad-top-xxl\@tablet-landscape-up {
      padding-top: 60px; } }
  @media (max-width: 900px) {
    .u-pad-top-xxl\@tablet-landscape-down {
      padding-top: 60px; } }
  @media (min-width: 1200px) {
    .u-pad-top-xxl\@laptop-up {
      padding-top: 60px; } }
  @media (max-width: 1200px) {
    .u-pad-top-xxl\@laptop-down {
      padding-top: 60px; } }
  @media (min-width: 1441px) {
    .u-pad-top-xxl\@desktop-up {
      padding-top: 60px; } }
  @media (max-width: 1441px) {
    .u-pad-top-xxl\@desktop-down {
      padding-top: 60px; } }
  @media (min-width: 1600px) {
    .u-pad-top-xxl\@big-desktop-up {
      padding-top: 60px; } }
  @media (max-width: 1600px) {
    .u-pad-top-xxl\@big-desktop-down {
      padding-top: 60px; } }

.u-pad-bottom-xxl {
  padding-bottom: 60px; }
  @media (max-width: 599px) {
    .u-pad-bottom-xxl\@phone {
      padding-bottom: 60px; } }
  @media (min-width: 600px) {
    .u-pad-bottom-xxl\@tablet-portrait-up {
      padding-bottom: 60px; } }
  @media (max-width: 600px) {
    .u-pad-bottom-xxl\@tablet-portrait-down {
      padding-bottom: 60px; } }
  @media (min-width: 900px) {
    .u-pad-bottom-xxl\@tablet-landscape-up {
      padding-bottom: 60px; } }
  @media (max-width: 900px) {
    .u-pad-bottom-xxl\@tablet-landscape-down {
      padding-bottom: 60px; } }
  @media (min-width: 1200px) {
    .u-pad-bottom-xxl\@laptop-up {
      padding-bottom: 60px; } }
  @media (max-width: 1200px) {
    .u-pad-bottom-xxl\@laptop-down {
      padding-bottom: 60px; } }
  @media (min-width: 1441px) {
    .u-pad-bottom-xxl\@desktop-up {
      padding-bottom: 60px; } }
  @media (max-width: 1441px) {
    .u-pad-bottom-xxl\@desktop-down {
      padding-bottom: 60px; } }
  @media (min-width: 1600px) {
    .u-pad-bottom-xxl\@big-desktop-up {
      padding-bottom: 60px; } }
  @media (max-width: 1600px) {
    .u-pad-bottom-xxl\@big-desktop-down {
      padding-bottom: 60px; } }

/**
 * Utility classes for sizing content widths
 * Mainly used in conjunction with .l-grid
 */
.u-1 {
  width: 100%; }
  @media (max-width: 599px) {
    .u-1\@phone {
      width: 100%; } }
  @media (min-width: 600px) {
    .u-1\@tablet-portrait-up {
      width: 100%; } }
  @media (min-width: 900px) {
    .u-1\@tablet-landscape-up {
      width: 100%; } }
  @media (min-width: 1200px) {
    .u-1\@laptop-up {
      width: 100%; } }
  @media (min-width: 1441px) {
    .u-1\@desktop-up {
      width: 100%; } }
  @media (min-width: 1600px) {
    .u-1\@big-desktop-up {
      width: 100%; } }

.u-1of2 {
  width: 50%; }
  @media (max-width: 599px) {
    .u-1of2\@phone {
      width: 50%; } }
  @media (min-width: 600px) {
    .u-1of2\@tablet-portrait-up {
      width: 50%; } }
  @media (min-width: 900px) {
    .u-1of2\@tablet-landscape-up {
      width: 50%; } }
  @media (min-width: 1200px) {
    .u-1of2\@laptop-up {
      width: 50%; } }
  @media (min-width: 1441px) {
    .u-1of2\@desktop-up {
      width: 50%; } }
  @media (min-width: 1600px) {
    .u-1of2\@big-desktop-up {
      width: 50%; } }

.u-1of3 {
  width: 33.33333%; }
  @media (max-width: 599px) {
    .u-1of3\@phone {
      width: 33.33333%; } }
  @media (min-width: 600px) {
    .u-1of3\@tablet-portrait-up {
      width: 33.33333%; } }
  @media (min-width: 900px) {
    .u-1of3\@tablet-landscape-up {
      width: 33.33333%; } }
  @media (min-width: 1200px) {
    .u-1of3\@laptop-up {
      width: 33.33333%; } }
  @media (min-width: 1441px) {
    .u-1of3\@desktop-up {
      width: 33.33333%; } }
  @media (min-width: 1600px) {
    .u-1of3\@big-desktop-up {
      width: 33.33333%; } }

.u-2of3 {
  width: 66.66667%; }
  @media (max-width: 599px) {
    .u-2of3\@phone {
      width: 66.66667%; } }
  @media (min-width: 600px) {
    .u-2of3\@tablet-portrait-up {
      width: 66.66667%; } }
  @media (min-width: 900px) {
    .u-2of3\@tablet-landscape-up {
      width: 66.66667%; } }
  @media (min-width: 1200px) {
    .u-2of3\@laptop-up {
      width: 66.66667%; } }
  @media (min-width: 1441px) {
    .u-2of3\@desktop-up {
      width: 66.66667%; } }
  @media (min-width: 1600px) {
    .u-2of3\@big-desktop-up {
      width: 66.66667%; } }

.u-1of4 {
  width: 25%; }
  @media (max-width: 599px) {
    .u-1of4\@phone {
      width: 25%; } }
  @media (min-width: 600px) {
    .u-1of4\@tablet-portrait-up {
      width: 25%; } }
  @media (min-width: 900px) {
    .u-1of4\@tablet-landscape-up {
      width: 25%; } }
  @media (min-width: 1200px) {
    .u-1of4\@laptop-up {
      width: 25%; } }
  @media (min-width: 1441px) {
    .u-1of4\@desktop-up {
      width: 25%; } }
  @media (min-width: 1600px) {
    .u-1of4\@big-desktop-up {
      width: 25%; } }

.u-3of4 {
  width: 75%; }
  @media (max-width: 599px) {
    .u-3of4\@phone {
      width: 75%; } }
  @media (min-width: 600px) {
    .u-3of4\@tablet-portrait-up {
      width: 75%; } }
  @media (min-width: 900px) {
    .u-3of4\@tablet-landscape-up {
      width: 75%; } }
  @media (min-width: 1200px) {
    .u-3of4\@laptop-up {
      width: 75%; } }
  @media (min-width: 1441px) {
    .u-3of4\@desktop-up {
      width: 75%; } }
  @media (min-width: 1600px) {
    .u-3of4\@big-desktop-up {
      width: 75%; } }

.u-1of5 {
  width: 20%; }
  @media (max-width: 599px) {
    .u-1of5\@phone {
      width: 20%; } }
  @media (min-width: 600px) {
    .u-1of5\@tablet-portrait-up {
      width: 20%; } }
  @media (min-width: 900px) {
    .u-1of5\@tablet-landscape-up {
      width: 20%; } }
  @media (min-width: 1200px) {
    .u-1of5\@laptop-up {
      width: 20%; } }
  @media (min-width: 1441px) {
    .u-1of5\@desktop-up {
      width: 20%; } }
  @media (min-width: 1600px) {
    .u-1of5\@big-desktop-up {
      width: 20%; } }

.u-2of5 {
  width: 40%; }
  @media (max-width: 599px) {
    .u-2of5\@phone {
      width: 40%; } }
  @media (min-width: 600px) {
    .u-2of5\@tablet-portrait-up {
      width: 40%; } }
  @media (min-width: 900px) {
    .u-2of5\@tablet-landscape-up {
      width: 40%; } }
  @media (min-width: 1200px) {
    .u-2of5\@laptop-up {
      width: 40%; } }
  @media (min-width: 1441px) {
    .u-2of5\@desktop-up {
      width: 40%; } }
  @media (min-width: 1600px) {
    .u-2of5\@big-desktop-up {
      width: 40%; } }

.u-3of5 {
  width: 60%; }
  @media (max-width: 599px) {
    .u-3of5\@phone {
      width: 60%; } }
  @media (min-width: 600px) {
    .u-3of5\@tablet-portrait-up {
      width: 60%; } }
  @media (min-width: 900px) {
    .u-3of5\@tablet-landscape-up {
      width: 60%; } }
  @media (min-width: 1200px) {
    .u-3of5\@laptop-up {
      width: 60%; } }
  @media (min-width: 1441px) {
    .u-3of5\@desktop-up {
      width: 60%; } }
  @media (min-width: 1600px) {
    .u-3of5\@big-desktop-up {
      width: 60%; } }

.u-4of5 {
  width: 80%; }
  @media (max-width: 599px) {
    .u-4of5\@phone {
      width: 80%; } }
  @media (min-width: 600px) {
    .u-4of5\@tablet-portrait-up {
      width: 80%; } }
  @media (min-width: 900px) {
    .u-4of5\@tablet-landscape-up {
      width: 80%; } }
  @media (min-width: 1200px) {
    .u-4of5\@laptop-up {
      width: 80%; } }
  @media (min-width: 1441px) {
    .u-4of5\@desktop-up {
      width: 80%; } }
  @media (min-width: 1600px) {
    .u-4of5\@big-desktop-up {
      width: 80%; } }

/*# sourceMappingURL=style.css.map */

