.cc-window{opacity:1;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{transition:transform 1s ease}.cc-animate.cc-revoke.cc-top{transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover{transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;transition:max-height 1s}
.cc-link,.cc-revoke:hover{text-decoration:underline}.cc-revoke,.cc-window{position:fixed;overflow:hidden;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:16px;line-height:1.5em;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;-ms-flex-direction:row;flex-direction:row}.cc-revoke{padding:.5em}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:.2em}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-banner .cc-btn:last-child{min-width:140px}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{-ms-flex:1 0 auto;flex:1 0 auto}.cc-window.cc-banner{-ms-flex-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{-ms-flex:1;flex:1}.cc-compliance{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-compliance>.cc-btn{-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}
@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-ms-flex:1;flex:1}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-ms-flex-align:unset;align-items:unset}}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em 2em 1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}/*! Flickity v2.1.2
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
          tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: #333;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
@charset "UTF-8";

/** Fonts */

@font-face {
  font-family: 'AkzidensProLig';
  src: url(https://nobelcenter.se/wp-content/themes/nobelcenter/dist/fonts/AkzidGrtskProLig.woff) format("woff"), url(https://nobelcenter.se/wp-content/themes/nobelcenter/dist/fonts/AkzidGrtskProLig.woff2) format("woff2");
}

@font-face {
  font-family: 'AkzidensProMed';
  src: url(https://nobelcenter.se/wp-content/themes/nobelcenter/dist/fonts/AkzidGrtskProMed.woff2) format("woff"), url(https://nobelcenter.se/wp-content/themes/nobelcenter/dist/fonts/AkzidGrtskProMed.woff) format("woff2");
}

@font-face {
  font-family: 'AkzidensProLigIta';
  src: url(https://nobelcenter.se/wp-content/themes/nobelcenter/dist/fonts/AkzidGrtskProLigIta.woff2) format("woff"), url(https://nobelcenter.se/wp-content/themes/nobelcenter/dist/fonts/AkzidGrtskProLigIta.woff) format("woff2");
}

/** Colors */

/** Box Model  */

/** Widths */

/** Font */

/** Section sizes and padding-margin */

/** z-indexes */

/** Breakpoints */

/** Navbar breakpoints */

/** General values */

/** Import everything from autoload */

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

/* FONT PATH
 * -------------------------- */

@font-face {
  font-family: 'FontAwesome';
  src: url(https://nobelcenter.se/wp-content/themes/nobelcenter/dist/vendor/fontawesome-webfont_674f50d2.eot);
  src: url(https://nobelcenter.se/wp-content/themes/nobelcenter/dist/vendor/fontawesome-webfont_674f50d2.eot#iefix&v=4.7.0) format("embedded-opentype"), url(https://nobelcenter.se/wp-content/themes/nobelcenter/dist/vendor/fontawesome-webfont_af7ae505.woff2) format("woff2"), url(https://nobelcenter.se/wp-content/themes/nobelcenter/dist/vendor/fontawesome-webfont_fee66e71.woff) format("woff"), url(https://nobelcenter.se/wp-content/themes/nobelcenter/dist/vendor/fontawesome-webfont_b06871f2.ttf) format("truetype"), url(https://nobelcenter.se/wp-content/themes/nobelcenter/dist/vendor/fontawesome-webfont_912ec66d.svg#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  -o-animation: fa-spin 2s infinite linear;
     animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  -o-animation: fa-spin 1s infinite steps(8);
     animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-o-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    -o-transform: rotate(359deg);
       transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    -o-transform: rotate(359deg);
       transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
     transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
     transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -o-transform: rotate(270deg);
     transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
     transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -o-transform: scale(1, -1);
     transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.fa-glass:before {
  content: "\F000";
}

.fa-music:before {
  content: "\F001";
}

.fa-search:before {
  content: "\F002";
}

.fa-envelope-o:before {
  content: "\F003";
}

.fa-heart:before {
  content: "\F004";
}

.fa-star:before {
  content: "\F005";
}

.fa-star-o:before {
  content: "\F006";
}

.fa-user:before {
  content: "\F007";
}

.fa-film:before {
  content: "\F008";
}

.fa-th-large:before {
  content: "\F009";
}

.fa-th:before {
  content: "\F00A";
}

.fa-th-list:before {
  content: "\F00B";
}

.fa-check:before {
  content: "\F00C";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\F00D";
}

.fa-search-plus:before {
  content: "\F00E";
}

.fa-search-minus:before {
  content: "\F010";
}

.fa-power-off:before {
  content: "\F011";
}

.fa-signal:before {
  content: "\F012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\F013";
}

.fa-trash-o:before {
  content: "\F014";
}

.fa-home:before {
  content: "\F015";
}

.fa-file-o:before {
  content: "\F016";
}

.fa-clock-o:before {
  content: "\F017";
}

.fa-road:before {
  content: "\F018";
}

.fa-download:before {
  content: "\F019";
}

.fa-arrow-circle-o-down:before {
  content: "\F01A";
}

.fa-arrow-circle-o-up:before {
  content: "\F01B";
}

.fa-inbox:before {
  content: "\F01C";
}

.fa-play-circle-o:before {
  content: "\F01D";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\F01E";
}

.fa-refresh:before {
  content: "\F021";
}

.fa-list-alt:before {
  content: "\F022";
}

.fa-lock:before {
  content: "\F023";
}

.fa-flag:before {
  content: "\F024";
}

.fa-headphones:before {
  content: "\F025";
}

.fa-volume-off:before {
  content: "\F026";
}

.fa-volume-down:before {
  content: "\F027";
}

.fa-volume-up:before {
  content: "\F028";
}

.fa-qrcode:before {
  content: "\F029";
}

.fa-barcode:before {
  content: "\F02A";
}

.fa-tag:before {
  content: "\F02B";
}

.fa-tags:before {
  content: "\F02C";
}

.fa-book:before {
  content: "\F02D";
}

.fa-bookmark:before {
  content: "\F02E";
}

.fa-print:before {
  content: "\F02F";
}

.fa-camera:before {
  content: "\F030";
}

.fa-font:before {
  content: "\F031";
}

.fa-bold:before {
  content: "\F032";
}

.fa-italic:before {
  content: "\F033";
}

.fa-text-height:before {
  content: "\F034";
}

.fa-text-width:before {
  content: "\F035";
}

.fa-align-left:before {
  content: "\F036";
}

.fa-align-center:before {
  content: "\F037";
}

.fa-align-right:before {
  content: "\F038";
}

.fa-align-justify:before {
  content: "\F039";
}

.fa-list:before {
  content: "\F03A";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\F03B";
}

.fa-indent:before {
  content: "\F03C";
}

.fa-video-camera:before {
  content: "\F03D";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\F03E";
}

.fa-pencil:before {
  content: "\F040";
}

.fa-map-marker:before {
  content: "\F041";
}

.fa-adjust:before {
  content: "\F042";
}

.fa-tint:before {
  content: "\F043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\F044";
}

.fa-share-square-o:before {
  content: "\F045";
}

.fa-check-square-o:before {
  content: "\F046";
}

.fa-arrows:before {
  content: "\F047";
}

.fa-step-backward:before {
  content: "\F048";
}

.fa-fast-backward:before {
  content: "\F049";
}

.fa-backward:before {
  content: "\F04A";
}

.fa-play:before {
  content: "\F04B";
}

.fa-pause:before {
  content: "\F04C";
}

.fa-stop:before {
  content: "\F04D";
}

.fa-forward:before {
  content: "\F04E";
}

.fa-fast-forward:before {
  content: "\F050";
}

.fa-step-forward:before {
  content: "\F051";
}

.fa-eject:before {
  content: "\F052";
}

.fa-chevron-left:before {
  content: "\F053";
}

.fa-chevron-right:before {
  content: "\F054";
}

.fa-plus-circle:before {
  content: "\F055";
}

.fa-minus-circle:before {
  content: "\F056";
}

.fa-times-circle:before {
  content: "\F057";
}

.fa-check-circle:before {
  content: "\F058";
}

.fa-question-circle:before {
  content: "\F059";
}

.fa-info-circle:before {
  content: "\F05A";
}

.fa-crosshairs:before {
  content: "\F05B";
}

.fa-times-circle-o:before {
  content: "\F05C";
}

.fa-check-circle-o:before {
  content: "\F05D";
}

.fa-ban:before {
  content: "\F05E";
}

.fa-arrow-left:before {
  content: "\F060";
}

.fa-arrow-right:before {
  content: "\F061";
}

.fa-arrow-up:before {
  content: "\F062";
}

.fa-arrow-down:before {
  content: "\F063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\F064";
}

.fa-expand:before {
  content: "\F065";
}

.fa-compress:before {
  content: "\F066";
}

.fa-plus:before {
  content: "\F067";
}

.fa-minus:before {
  content: "\F068";
}

.fa-asterisk:before {
  content: "\F069";
}

.fa-exclamation-circle:before {
  content: "\F06A";
}

.fa-gift:before {
  content: "\F06B";
}

.fa-leaf:before {
  content: "\F06C";
}

.fa-fire:before {
  content: "\F06D";
}

.fa-eye:before {
  content: "\F06E";
}

.fa-eye-slash:before {
  content: "\F070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\F071";
}

.fa-plane:before {
  content: "\F072";
}

.fa-calendar:before {
  content: "\F073";
}

.fa-random:before {
  content: "\F074";
}

.fa-comment:before {
  content: "\F075";
}

.fa-magnet:before {
  content: "\F076";
}

.fa-chevron-up:before {
  content: "\F077";
}

.fa-chevron-down:before {
  content: "\F078";
}

.fa-retweet:before {
  content: "\F079";
}

.fa-shopping-cart:before {
  content: "\F07A";
}

.fa-folder:before {
  content: "\F07B";
}

.fa-folder-open:before {
  content: "\F07C";
}

.fa-arrows-v:before {
  content: "\F07D";
}

.fa-arrows-h:before {
  content: "\F07E";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\F080";
}

.fa-twitter-square:before {
  content: "\F081";
}

.fa-facebook-square:before {
  content: "\F082";
}

.fa-camera-retro:before {
  content: "\F083";
}

.fa-key:before {
  content: "\F084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\F085";
}

.fa-comments:before {
  content: "\F086";
}

.fa-thumbs-o-up:before {
  content: "\F087";
}

.fa-thumbs-o-down:before {
  content: "\F088";
}

.fa-star-half:before {
  content: "\F089";
}

.fa-heart-o:before {
  content: "\F08A";
}

.fa-sign-out:before {
  content: "\F08B";
}

.fa-linkedin-square:before {
  content: "\F08C";
}

.fa-thumb-tack:before {
  content: "\F08D";
}

.fa-external-link:before {
  content: "\F08E";
}

.fa-sign-in:before {
  content: "\F090";
}

.fa-trophy:before {
  content: "\F091";
}

.fa-github-square:before {
  content: "\F092";
}

.fa-upload:before {
  content: "\F093";
}

.fa-lemon-o:before {
  content: "\F094";
}

.fa-phone:before {
  content: "\F095";
}

.fa-square-o:before {
  content: "\F096";
}

.fa-bookmark-o:before {
  content: "\F097";
}

.fa-phone-square:before {
  content: "\F098";
}

.fa-twitter:before {
  content: "\F099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\F09A";
}

.fa-github:before {
  content: "\F09B";
}

.fa-unlock:before {
  content: "\F09C";
}

.fa-credit-card:before {
  content: "\F09D";
}

.fa-feed:before,
.fa-rss:before {
  content: "\F09E";
}

.fa-hdd-o:before {
  content: "\F0A0";
}

.fa-bullhorn:before {
  content: "\F0A1";
}

.fa-bell:before {
  content: "\F0F3";
}

.fa-certificate:before {
  content: "\F0A3";
}

.fa-hand-o-right:before {
  content: "\F0A4";
}

.fa-hand-o-left:before {
  content: "\F0A5";
}

.fa-hand-o-up:before {
  content: "\F0A6";
}

.fa-hand-o-down:before {
  content: "\F0A7";
}

.fa-arrow-circle-left:before {
  content: "\F0A8";
}

.fa-arrow-circle-right:before {
  content: "\F0A9";
}

.fa-arrow-circle-up:before {
  content: "\F0AA";
}

.fa-arrow-circle-down:before {
  content: "\F0AB";
}

.fa-globe:before {
  content: "\F0AC";
}

.fa-wrench:before {
  content: "\F0AD";
}

.fa-tasks:before {
  content: "\F0AE";
}

.fa-filter:before {
  content: "\F0B0";
}

.fa-briefcase:before {
  content: "\F0B1";
}

.fa-arrows-alt:before {
  content: "\F0B2";
}

.fa-group:before,
.fa-users:before {
  content: "\F0C0";
}

.fa-chain:before,
.fa-link:before {
  content: "\F0C1";
}

.fa-cloud:before {
  content: "\F0C2";
}

.fa-flask:before {
  content: "\F0C3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\F0C4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\F0C5";
}

.fa-paperclip:before {
  content: "\F0C6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\F0C7";
}

.fa-square:before {
  content: "\F0C8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\F0C9";
}

.fa-list-ul:before {
  content: "\F0CA";
}

.fa-list-ol:before {
  content: "\F0CB";
}

.fa-strikethrough:before {
  content: "\F0CC";
}

.fa-underline:before {
  content: "\F0CD";
}

.fa-table:before {
  content: "\F0CE";
}

.fa-magic:before {
  content: "\F0D0";
}

.fa-truck:before {
  content: "\F0D1";
}

.fa-pinterest:before {
  content: "\F0D2";
}

.fa-pinterest-square:before {
  content: "\F0D3";
}

.fa-google-plus-square:before {
  content: "\F0D4";
}

.fa-google-plus:before {
  content: "\F0D5";
}

.fa-money:before {
  content: "\F0D6";
}

.fa-caret-down:before {
  content: "\F0D7";
}

.fa-caret-up:before {
  content: "\F0D8";
}

.fa-caret-left:before {
  content: "\F0D9";
}

.fa-caret-right:before {
  content: "\F0DA";
}

.fa-columns:before {
  content: "\F0DB";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\F0DC";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\F0DD";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\F0DE";
}

.fa-envelope:before {
  content: "\F0E0";
}

.fa-linkedin:before {
  content: "\F0E1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\F0E2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\F0E3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\F0E4";
}

.fa-comment-o:before {
  content: "\F0E5";
}

.fa-comments-o:before {
  content: "\F0E6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\F0E7";
}

.fa-sitemap:before {
  content: "\F0E8";
}

.fa-umbrella:before {
  content: "\F0E9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\F0EA";
}

.fa-lightbulb-o:before {
  content: "\F0EB";
}

.fa-exchange:before {
  content: "\F0EC";
}

.fa-cloud-download:before {
  content: "\F0ED";
}

.fa-cloud-upload:before {
  content: "\F0EE";
}

.fa-user-md:before {
  content: "\F0F0";
}

.fa-stethoscope:before {
  content: "\F0F1";
}

.fa-suitcase:before {
  content: "\F0F2";
}

.fa-bell-o:before {
  content: "\F0A2";
}

.fa-coffee:before {
  content: "\F0F4";
}

.fa-cutlery:before {
  content: "\F0F5";
}

.fa-file-text-o:before {
  content: "\F0F6";
}

.fa-building-o:before {
  content: "\F0F7";
}

.fa-hospital-o:before {
  content: "\F0F8";
}

.fa-ambulance:before {
  content: "\F0F9";
}

.fa-medkit:before {
  content: "\F0FA";
}

.fa-fighter-jet:before {
  content: "\F0FB";
}

.fa-beer:before {
  content: "\F0FC";
}

.fa-h-square:before {
  content: "\F0FD";
}

.fa-plus-square:before {
  content: "\F0FE";
}

.fa-angle-double-left:before {
  content: "\F100";
}

.fa-angle-double-right:before {
  content: "\F101";
}

.fa-angle-double-up:before {
  content: "\F102";
}

.fa-angle-double-down:before {
  content: "\F103";
}

.fa-angle-left:before {
  content: "\F104";
}

.fa-angle-right:before {
  content: "\F105";
}

.fa-angle-up:before {
  content: "\F106";
}

.fa-angle-down:before {
  content: "\F107";
}

.fa-desktop:before {
  content: "\F108";
}

.fa-laptop:before {
  content: "\F109";
}

.fa-tablet:before {
  content: "\F10A";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\F10B";
}

.fa-circle-o:before {
  content: "\F10C";
}

.fa-quote-left:before {
  content: "\F10D";
}

.fa-quote-right:before {
  content: "\F10E";
}

.fa-spinner:before {
  content: "\F110";
}

.fa-circle:before {
  content: "\F111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\F112";
}

.fa-github-alt:before {
  content: "\F113";
}

.fa-folder-o:before {
  content: "\F114";
}

.fa-folder-open-o:before {
  content: "\F115";
}

.fa-smile-o:before {
  content: "\F118";
}

.fa-frown-o:before {
  content: "\F119";
}

.fa-meh-o:before {
  content: "\F11A";
}

.fa-gamepad:before {
  content: "\F11B";
}

.fa-keyboard-o:before {
  content: "\F11C";
}

.fa-flag-o:before {
  content: "\F11D";
}

.fa-flag-checkered:before {
  content: "\F11E";
}

.fa-terminal:before {
  content: "\F120";
}

.fa-code:before {
  content: "\F121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\F122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\F123";
}

.fa-location-arrow:before {
  content: "\F124";
}

.fa-crop:before {
  content: "\F125";
}

.fa-code-fork:before {
  content: "\F126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\F127";
}

.fa-question:before {
  content: "\F128";
}

.fa-info:before {
  content: "\F129";
}

.fa-exclamation:before {
  content: "\F12A";
}

.fa-superscript:before {
  content: "\F12B";
}

.fa-subscript:before {
  content: "\F12C";
}

.fa-eraser:before {
  content: "\F12D";
}

.fa-puzzle-piece:before {
  content: "\F12E";
}

.fa-microphone:before {
  content: "\F130";
}

.fa-microphone-slash:before {
  content: "\F131";
}

.fa-shield:before {
  content: "\F132";
}

.fa-calendar-o:before {
  content: "\F133";
}

.fa-fire-extinguisher:before {
  content: "\F134";
}

.fa-rocket:before {
  content: "\F135";
}

.fa-maxcdn:before {
  content: "\F136";
}

.fa-chevron-circle-left:before {
  content: "\F137";
}

.fa-chevron-circle-right:before {
  content: "\F138";
}

.fa-chevron-circle-up:before {
  content: "\F139";
}

.fa-chevron-circle-down:before {
  content: "\F13A";
}

.fa-html5:before {
  content: "\F13B";
}

.fa-css3:before {
  content: "\F13C";
}

.fa-anchor:before {
  content: "\F13D";
}

.fa-unlock-alt:before {
  content: "\F13E";
}

.fa-bullseye:before {
  content: "\F140";
}

.fa-ellipsis-h:before {
  content: "\F141";
}

.fa-ellipsis-v:before {
  content: "\F142";
}

.fa-rss-square:before {
  content: "\F143";
}

.fa-play-circle:before {
  content: "\F144";
}

.fa-ticket:before {
  content: "\F145";
}

.fa-minus-square:before {
  content: "\F146";
}

.fa-minus-square-o:before {
  content: "\F147";
}

.fa-level-up:before {
  content: "\F148";
}

.fa-level-down:before {
  content: "\F149";
}

.fa-check-square:before {
  content: "\F14A";
}

.fa-pencil-square:before {
  content: "\F14B";
}

.fa-external-link-square:before {
  content: "\F14C";
}

.fa-share-square:before {
  content: "\F14D";
}

.fa-compass:before {
  content: "\F14E";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\F150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\F151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\F152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\F153";
}

.fa-gbp:before {
  content: "\F154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\F155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\F156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\F157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\F158";
}

.fa-won:before,
.fa-krw:before {
  content: "\F159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\F15A";
}

.fa-file:before {
  content: "\F15B";
}

.fa-file-text:before {
  content: "\F15C";
}

.fa-sort-alpha-asc:before {
  content: "\F15D";
}

.fa-sort-alpha-desc:before {
  content: "\F15E";
}

.fa-sort-amount-asc:before {
  content: "\F160";
}

.fa-sort-amount-desc:before {
  content: "\F161";
}

.fa-sort-numeric-asc:before {
  content: "\F162";
}

.fa-sort-numeric-desc:before {
  content: "\F163";
}

.fa-thumbs-up:before {
  content: "\F164";
}

.fa-thumbs-down:before {
  content: "\F165";
}

.fa-youtube-square:before {
  content: "\F166";
}

.fa-youtube:before {
  content: "\F167";
}

.fa-xing:before {
  content: "\F168";
}

.fa-xing-square:before {
  content: "\F169";
}

.fa-youtube-play:before {
  content: "\F16A";
}

.fa-dropbox:before {
  content: "\F16B";
}

.fa-stack-overflow:before {
  content: "\F16C";
}

.fa-instagram:before {
  content: "\F16D";
}

.fa-flickr:before {
  content: "\F16E";
}

.fa-adn:before {
  content: "\F170";
}

.fa-bitbucket:before {
  content: "\F171";
}

.fa-bitbucket-square:before {
  content: "\F172";
}

.fa-tumblr:before {
  content: "\F173";
}

.fa-tumblr-square:before {
  content: "\F174";
}

.fa-long-arrow-down:before {
  content: "\F175";
}

.fa-long-arrow-up:before {
  content: "\F176";
}

.fa-long-arrow-left:before {
  content: "\F177";
}

.fa-long-arrow-right:before {
  content: "\F178";
}

.fa-apple:before {
  content: "\F179";
}

.fa-windows:before {
  content: "\F17A";
}

.fa-android:before {
  content: "\F17B";
}

.fa-linux:before {
  content: "\F17C";
}

.fa-dribbble:before {
  content: "\F17D";
}

.fa-skype:before {
  content: "\F17E";
}

.fa-foursquare:before {
  content: "\F180";
}

.fa-trello:before {
  content: "\F181";
}

.fa-female:before {
  content: "\F182";
}

.fa-male:before {
  content: "\F183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\F184";
}

.fa-sun-o:before {
  content: "\F185";
}

.fa-moon-o:before {
  content: "\F186";
}

.fa-archive:before {
  content: "\F187";
}

.fa-bug:before {
  content: "\F188";
}

.fa-vk:before {
  content: "\F189";
}

.fa-weibo:before {
  content: "\F18A";
}

.fa-renren:before {
  content: "\F18B";
}

.fa-pagelines:before {
  content: "\F18C";
}

.fa-stack-exchange:before {
  content: "\F18D";
}

.fa-arrow-circle-o-right:before {
  content: "\F18E";
}

.fa-arrow-circle-o-left:before {
  content: "\F190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\F191";
}

.fa-dot-circle-o:before {
  content: "\F192";
}

.fa-wheelchair:before {
  content: "\F193";
}

.fa-vimeo-square:before {
  content: "\F194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\F195";
}

.fa-plus-square-o:before {
  content: "\F196";
}

.fa-space-shuttle:before {
  content: "\F197";
}

.fa-slack:before {
  content: "\F198";
}

.fa-envelope-square:before {
  content: "\F199";
}

.fa-wordpress:before {
  content: "\F19A";
}

.fa-openid:before {
  content: "\F19B";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\F19C";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\F19D";
}

.fa-yahoo:before {
  content: "\F19E";
}

.fa-google:before {
  content: "\F1A0";
}

.fa-reddit:before {
  content: "\F1A1";
}

.fa-reddit-square:before {
  content: "\F1A2";
}

.fa-stumbleupon-circle:before {
  content: "\F1A3";
}

.fa-stumbleupon:before {
  content: "\F1A4";
}

.fa-delicious:before {
  content: "\F1A5";
}

.fa-digg:before {
  content: "\F1A6";
}

.fa-pied-piper-pp:before {
  content: "\F1A7";
}

.fa-pied-piper-alt:before {
  content: "\F1A8";
}

.fa-drupal:before {
  content: "\F1A9";
}

.fa-joomla:before {
  content: "\F1AA";
}

.fa-language:before {
  content: "\F1AB";
}

.fa-fax:before {
  content: "\F1AC";
}

.fa-building:before {
  content: "\F1AD";
}

.fa-child:before {
  content: "\F1AE";
}

.fa-paw:before {
  content: "\F1B0";
}

.fa-spoon:before {
  content: "\F1B1";
}

.fa-cube:before {
  content: "\F1B2";
}

.fa-cubes:before {
  content: "\F1B3";
}

.fa-behance:before {
  content: "\F1B4";
}

.fa-behance-square:before {
  content: "\F1B5";
}

.fa-steam:before {
  content: "\F1B6";
}

.fa-steam-square:before {
  content: "\F1B7";
}

.fa-recycle:before {
  content: "\F1B8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\F1B9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\F1BA";
}

.fa-tree:before {
  content: "\F1BB";
}

.fa-spotify:before {
  content: "\F1BC";
}

.fa-deviantart:before {
  content: "\F1BD";
}

.fa-soundcloud:before {
  content: "\F1BE";
}

.fa-database:before {
  content: "\F1C0";
}

.fa-file-pdf-o:before {
  content: "\F1C1";
}

.fa-file-word-o:before {
  content: "\F1C2";
}

.fa-file-excel-o:before {
  content: "\F1C3";
}

.fa-file-powerpoint-o:before {
  content: "\F1C4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\F1C5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\F1C6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\F1C7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\F1C8";
}

.fa-file-code-o:before {
  content: "\F1C9";
}

.fa-vine:before {
  content: "\F1CA";
}

.fa-codepen:before {
  content: "\F1CB";
}

.fa-jsfiddle:before {
  content: "\F1CC";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\F1CD";
}

.fa-circle-o-notch:before {
  content: "\F1CE";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\F1D0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\F1D1";
}

.fa-git-square:before {
  content: "\F1D2";
}

.fa-git:before {
  content: "\F1D3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\F1D4";
}

.fa-tencent-weibo:before {
  content: "\F1D5";
}

.fa-qq:before {
  content: "\F1D6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\F1D7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\F1D8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\F1D9";
}

.fa-history:before {
  content: "\F1DA";
}

.fa-circle-thin:before {
  content: "\F1DB";
}

.fa-header:before {
  content: "\F1DC";
}

.fa-paragraph:before {
  content: "\F1DD";
}

.fa-sliders:before {
  content: "\F1DE";
}

.fa-share-alt:before {
  content: "\F1E0";
}

.fa-share-alt-square:before {
  content: "\F1E1";
}

.fa-bomb:before {
  content: "\F1E2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\F1E3";
}

.fa-tty:before {
  content: "\F1E4";
}

.fa-binoculars:before {
  content: "\F1E5";
}

.fa-plug:before {
  content: "\F1E6";
}

.fa-slideshare:before {
  content: "\F1E7";
}

.fa-twitch:before {
  content: "\F1E8";
}

.fa-yelp:before {
  content: "\F1E9";
}

.fa-newspaper-o:before {
  content: "\F1EA";
}

.fa-wifi:before {
  content: "\F1EB";
}

.fa-calculator:before {
  content: "\F1EC";
}

.fa-paypal:before {
  content: "\F1ED";
}

.fa-google-wallet:before {
  content: "\F1EE";
}

.fa-cc-visa:before {
  content: "\F1F0";
}

.fa-cc-mastercard:before {
  content: "\F1F1";
}

.fa-cc-discover:before {
  content: "\F1F2";
}

.fa-cc-amex:before {
  content: "\F1F3";
}

.fa-cc-paypal:before {
  content: "\F1F4";
}

.fa-cc-stripe:before {
  content: "\F1F5";
}

.fa-bell-slash:before {
  content: "\F1F6";
}

.fa-bell-slash-o:before {
  content: "\F1F7";
}

.fa-trash:before {
  content: "\F1F8";
}

.fa-copyright:before {
  content: "\F1F9";
}

.fa-at:before {
  content: "\F1FA";
}

.fa-eyedropper:before {
  content: "\F1FB";
}

.fa-paint-brush:before {
  content: "\F1FC";
}

.fa-birthday-cake:before {
  content: "\F1FD";
}

.fa-area-chart:before {
  content: "\F1FE";
}

.fa-pie-chart:before {
  content: "\F200";
}

.fa-line-chart:before {
  content: "\F201";
}

.fa-lastfm:before {
  content: "\F202";
}

.fa-lastfm-square:before {
  content: "\F203";
}

.fa-toggle-off:before {
  content: "\F204";
}

.fa-toggle-on:before {
  content: "\F205";
}

.fa-bicycle:before {
  content: "\F206";
}

.fa-bus:before {
  content: "\F207";
}

.fa-ioxhost:before {
  content: "\F208";
}

.fa-angellist:before {
  content: "\F209";
}

.fa-cc:before {
  content: "\F20A";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\F20B";
}

.fa-meanpath:before {
  content: "\F20C";
}

.fa-buysellads:before {
  content: "\F20D";
}

.fa-connectdevelop:before {
  content: "\F20E";
}

.fa-dashcube:before {
  content: "\F210";
}

.fa-forumbee:before {
  content: "\F211";
}

.fa-leanpub:before {
  content: "\F212";
}

.fa-sellsy:before {
  content: "\F213";
}

.fa-shirtsinbulk:before {
  content: "\F214";
}

.fa-simplybuilt:before {
  content: "\F215";
}

.fa-skyatlas:before {
  content: "\F216";
}

.fa-cart-plus:before {
  content: "\F217";
}

.fa-cart-arrow-down:before {
  content: "\F218";
}

.fa-diamond:before {
  content: "\F219";
}

.fa-ship:before {
  content: "\F21A";
}

.fa-user-secret:before {
  content: "\F21B";
}

.fa-motorcycle:before {
  content: "\F21C";
}

.fa-street-view:before {
  content: "\F21D";
}

.fa-heartbeat:before {
  content: "\F21E";
}

.fa-venus:before {
  content: "\F221";
}

.fa-mars:before {
  content: "\F222";
}

.fa-mercury:before {
  content: "\F223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\F224";
}

.fa-transgender-alt:before {
  content: "\F225";
}

.fa-venus-double:before {
  content: "\F226";
}

.fa-mars-double:before {
  content: "\F227";
}

.fa-venus-mars:before {
  content: "\F228";
}

.fa-mars-stroke:before {
  content: "\F229";
}

.fa-mars-stroke-v:before {
  content: "\F22A";
}

.fa-mars-stroke-h:before {
  content: "\F22B";
}

.fa-neuter:before {
  content: "\F22C";
}

.fa-genderless:before {
  content: "\F22D";
}

.fa-facebook-official:before {
  content: "\F230";
}

.fa-pinterest-p:before {
  content: "\F231";
}

.fa-whatsapp:before {
  content: "\F232";
}

.fa-server:before {
  content: "\F233";
}

.fa-user-plus:before {
  content: "\F234";
}

.fa-user-times:before {
  content: "\F235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\F236";
}

.fa-viacoin:before {
  content: "\F237";
}

.fa-train:before {
  content: "\F238";
}

.fa-subway:before {
  content: "\F239";
}

.fa-medium:before {
  content: "\F23A";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\F23B";
}

.fa-optin-monster:before {
  content: "\F23C";
}

.fa-opencart:before {
  content: "\F23D";
}

.fa-expeditedssl:before {
  content: "\F23E";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\F240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\F241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\F242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\F243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\F244";
}

.fa-mouse-pointer:before {
  content: "\F245";
}

.fa-i-cursor:before {
  content: "\F246";
}

.fa-object-group:before {
  content: "\F247";
}

.fa-object-ungroup:before {
  content: "\F248";
}

.fa-sticky-note:before {
  content: "\F249";
}

.fa-sticky-note-o:before {
  content: "\F24A";
}

.fa-cc-jcb:before {
  content: "\F24B";
}

.fa-cc-diners-club:before {
  content: "\F24C";
}

.fa-clone:before {
  content: "\F24D";
}

.fa-balance-scale:before {
  content: "\F24E";
}

.fa-hourglass-o:before {
  content: "\F250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\F251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\F252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\F253";
}

.fa-hourglass:before {
  content: "\F254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\F255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\F256";
}

.fa-hand-scissors-o:before {
  content: "\F257";
}

.fa-hand-lizard-o:before {
  content: "\F258";
}

.fa-hand-spock-o:before {
  content: "\F259";
}

.fa-hand-pointer-o:before {
  content: "\F25A";
}

.fa-hand-peace-o:before {
  content: "\F25B";
}

.fa-trademark:before {
  content: "\F25C";
}

.fa-registered:before {
  content: "\F25D";
}

.fa-creative-commons:before {
  content: "\F25E";
}

.fa-gg:before {
  content: "\F260";
}

.fa-gg-circle:before {
  content: "\F261";
}

.fa-tripadvisor:before {
  content: "\F262";
}

.fa-odnoklassniki:before {
  content: "\F263";
}

.fa-odnoklassniki-square:before {
  content: "\F264";
}

.fa-get-pocket:before {
  content: "\F265";
}

.fa-wikipedia-w:before {
  content: "\F266";
}

.fa-safari:before {
  content: "\F267";
}

.fa-chrome:before {
  content: "\F268";
}

.fa-firefox:before {
  content: "\F269";
}

.fa-opera:before {
  content: "\F26A";
}

.fa-internet-explorer:before {
  content: "\F26B";
}

.fa-tv:before,
.fa-television:before {
  content: "\F26C";
}

.fa-contao:before {
  content: "\F26D";
}

.fa-500px:before {
  content: "\F26E";
}

.fa-amazon:before {
  content: "\F270";
}

.fa-calendar-plus-o:before {
  content: "\F271";
}

.fa-calendar-minus-o:before {
  content: "\F272";
}

.fa-calendar-times-o:before {
  content: "\F273";
}

.fa-calendar-check-o:before {
  content: "\F274";
}

.fa-industry:before {
  content: "\F275";
}

.fa-map-pin:before {
  content: "\F276";
}

.fa-map-signs:before {
  content: "\F277";
}

.fa-map-o:before {
  content: "\F278";
}

.fa-map:before {
  content: "\F279";
}

.fa-commenting:before {
  content: "\F27A";
}

.fa-commenting-o:before {
  content: "\F27B";
}

.fa-houzz:before {
  content: "\F27C";
}

.fa-vimeo:before {
  content: "\F27D";
}

.fa-black-tie:before {
  content: "\F27E";
}

.fa-fonticons:before {
  content: "\F280";
}

.fa-reddit-alien:before {
  content: "\F281";
}

.fa-edge:before {
  content: "\F282";
}

.fa-credit-card-alt:before {
  content: "\F283";
}

.fa-codiepie:before {
  content: "\F284";
}

.fa-modx:before {
  content: "\F285";
}

.fa-fort-awesome:before {
  content: "\F286";
}

.fa-usb:before {
  content: "\F287";
}

.fa-product-hunt:before {
  content: "\F288";
}

.fa-mixcloud:before {
  content: "\F289";
}

.fa-scribd:before {
  content: "\F28A";
}

.fa-pause-circle:before {
  content: "\F28B";
}

.fa-pause-circle-o:before {
  content: "\F28C";
}

.fa-stop-circle:before {
  content: "\F28D";
}

.fa-stop-circle-o:before {
  content: "\F28E";
}

.fa-shopping-bag:before {
  content: "\F290";
}

.fa-shopping-basket:before {
  content: "\F291";
}

.fa-hashtag:before {
  content: "\F292";
}

.fa-bluetooth:before {
  content: "\F293";
}

.fa-bluetooth-b:before {
  content: "\F294";
}

.fa-percent:before {
  content: "\F295";
}

.fa-gitlab:before {
  content: "\F296";
}

.fa-wpbeginner:before {
  content: "\F297";
}

.fa-wpforms:before {
  content: "\F298";
}

.fa-envira:before {
  content: "\F299";
}

.fa-universal-access:before {
  content: "\F29A";
}

.fa-wheelchair-alt:before {
  content: "\F29B";
}

.fa-question-circle-o:before {
  content: "\F29C";
}

.fa-blind:before {
  content: "\F29D";
}

.fa-audio-description:before {
  content: "\F29E";
}

.fa-volume-control-phone:before {
  content: "\F2A0";
}

.fa-braille:before {
  content: "\F2A1";
}

.fa-assistive-listening-systems:before {
  content: "\F2A2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\F2A3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\F2A4";
}

.fa-glide:before {
  content: "\F2A5";
}

.fa-glide-g:before {
  content: "\F2A6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\F2A7";
}

.fa-low-vision:before {
  content: "\F2A8";
}

.fa-viadeo:before {
  content: "\F2A9";
}

.fa-viadeo-square:before {
  content: "\F2AA";
}

.fa-snapchat:before {
  content: "\F2AB";
}

.fa-snapchat-ghost:before {
  content: "\F2AC";
}

.fa-snapchat-square:before {
  content: "\F2AD";
}

.fa-pied-piper:before {
  content: "\F2AE";
}

.fa-first-order:before {
  content: "\F2B0";
}

.fa-yoast:before {
  content: "\F2B1";
}

.fa-themeisle:before {
  content: "\F2B2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\F2B3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\F2B4";
}

.fa-handshake-o:before {
  content: "\F2B5";
}

.fa-envelope-open:before {
  content: "\F2B6";
}

.fa-envelope-open-o:before {
  content: "\F2B7";
}

.fa-linode:before {
  content: "\F2B8";
}

.fa-address-book:before {
  content: "\F2B9";
}

.fa-address-book-o:before {
  content: "\F2BA";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\F2BB";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\F2BC";
}

.fa-user-circle:before {
  content: "\F2BD";
}

.fa-user-circle-o:before {
  content: "\F2BE";
}

.fa-user-o:before {
  content: "\F2C0";
}

.fa-id-badge:before {
  content: "\F2C1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\F2C2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\F2C3";
}

.fa-quora:before {
  content: "\F2C4";
}

.fa-free-code-camp:before {
  content: "\F2C5";
}

.fa-telegram:before {
  content: "\F2C6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\F2C7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\F2C8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\F2C9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\F2CA";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\F2CB";
}

.fa-shower:before {
  content: "\F2CC";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\F2CD";
}

.fa-podcast:before {
  content: "\F2CE";
}

.fa-window-maximize:before {
  content: "\F2D0";
}

.fa-window-minimize:before {
  content: "\F2D1";
}

.fa-window-restore:before {
  content: "\F2D2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\F2D3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\F2D4";
}

.fa-bandcamp:before {
  content: "\F2D5";
}

.fa-grav:before {
  content: "\F2D6";
}

.fa-etsy:before {
  content: "\F2D7";
}

.fa-imdb:before {
  content: "\F2D8";
}

.fa-ravelry:before {
  content: "\F2D9";
}

.fa-eercast:before {
  content: "\F2DA";
}

.fa-microchip:before {
  content: "\F2DB";
}

.fa-snowflake-o:before {
  content: "\F2DC";
}

.fa-superpowers:before {
  content: "\F2DD";
}

.fa-wpexplorer:before {
  content: "\F2DE";
}

.fa-meetup:before {
  content: "\F2E0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/**
 * Import npm dependencies
 *
 * Prefix your imports with `~` to grab from node_modules/
 * @see https://github.com/webpack-contrib/sass-loader#imports
 */

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* 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.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* 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.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
          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 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and 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;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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 macOS.
 */

[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;
}

.wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
}

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

.row {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.row.reverse {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.col.reverse {
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.col-xs {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.col-xs-1 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 8.33333%;
  flex-basis: 8.33333%;
  max-width: 8.33333%;
}

.col-xs-2 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 16.66667%;
  flex-basis: 16.66667%;
  max-width: 16.66667%;
}

.col-xs-3 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 33.33333%;
  flex-basis: 33.33333%;
  max-width: 33.33333%;
}

.col-xs-5 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 41.66667%;
  flex-basis: 41.66667%;
  max-width: 41.66667%;
}

.col-xs-6 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 58.33333%;
  flex-basis: 58.33333%;
  max-width: 58.33333%;
}

.col-xs-8 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 66.66667%;
  flex-basis: 66.66667%;
  max-width: 66.66667%;
}

.col-xs-9 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 83.33333%;
  flex-basis: 83.33333%;
  max-width: 83.33333%;
}

.col-xs-11 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 91.66667%;
  flex-basis: 91.66667%;
  max-width: 91.66667%;
}

.col-xs-12 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-1 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 25%;
}

.col-xs-offset-4 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 50%;
}

.col-xs-offset-7 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 75%;
}

.col-xs-offset-10 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 100%;
}

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

.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
}

.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}

.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}

.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}

.around-xs {
  -ms-flex-pack: distribute;
  -moz-justify-content: space-around;
  justify-content: space-around;
}

.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.first-xs {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.last-xs {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media only screen and (min-width: 48em) {
  .container {
    width: 46rem;
  }

  .col-sm {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .col-sm-1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }

  .col-sm-2 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }

  .col-sm-3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }

  .col-sm-5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }

  .col-sm-6 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }

  .col-sm-8 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }

  .col-sm-9 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }

  .col-sm-11 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }

  .col-sm-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-sm-offset-1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 16.66667%;
  }

  .col-sm-offset-3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 41.66667%;
  }

  .col-sm-offset-6 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 66.66667%;
  }

  .col-sm-offset-9 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 91.66667%;
  }

  .col-sm-offset-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 100%;
  }

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

  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }

  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }

  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
  }

  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }

  .around-sm {
    -ms-flex-pack: distribute;
    -moz-justify-content: space-around;
    justify-content: space-around;
  }

  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }

  .first-sm {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .last-sm {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media only screen and (min-width: 62em) {
  .container {
    width: 61rem;
  }

  .col-md {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .col-md-1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }

  .col-md-2 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }

  .col-md-3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }

  .col-md-6 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-8 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }

  .col-md-9 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }

  .col-md-11 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }

  .col-md-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-md-offset-1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 16.66667%;
  }

  .col-md-offset-3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 25%;
  }

  .col-md-offset-4 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 41.66667%;
  }

  .col-md-offset-6 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 50%;
  }

  .col-md-offset-7 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 66.66667%;
  }

  .col-md-offset-9 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 75%;
  }

  .col-md-offset-10 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 91.66667%;
  }

  .col-md-offset-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 100%;
  }

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

  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }

  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }

  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
  }

  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }

  .around-md {
    -ms-flex-pack: distribute;
    -moz-justify-content: space-around;
    justify-content: space-around;
  }

  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }

  .first-md {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .last-md {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media only screen and (min-width: 75em) {
  .container {
    width: 71rem;
  }

  .col-lg {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .col-lg-1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }

  .col-lg-2 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }

  .col-lg-3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }

  .col-lg-6 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }

  .col-lg-8 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }

  .col-lg-9 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }

  .col-lg-11 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }

  .col-lg-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-lg-offset-1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 16.66667%;
  }

  .col-lg-offset-3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 41.66667%;
  }

  .col-lg-offset-6 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 66.66667%;
  }

  .col-lg-offset-9 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 91.66667%;
  }

  .col-lg-offset-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 100%;
  }

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

  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }

  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }

  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
  }

  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }

  .around-lg {
    -ms-flex-pack: distribute;
    -moz-justify-content: space-around;
    justify-content: space-around;
  }

  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }

  .first-lg {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .last-lg {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

/** Import theme styles */

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background-color: #fff;
}

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

.vis-mob {
  display: block;
}

@media (min-width: 1024px) {
  .vis-mob {
    display: none;
  }
}

.hid-mob {
  display: none;
}

@media (min-width: 1024px) {
  .hid-mob {
    display: block;
  }
}

.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

html,
body {
  font-size: 20px;
  line-height: 27px;
  letter-spacing: -0.3px;
}

@media screen and (min-width: 768px) {
  html,
  body {
    font-size: 24px;
  }
}

@media screen and (min-width: 1024px) {
  html,
  body {
    font-size: 28px;
  }
}

@media screen and (min-width: 768px) {
  html,
  body {
    line-height: 32px;
  }
}

@media screen and (min-width: 1024px) {
  html,
  body {
    line-height: 36px;
  }
}

@media screen and (min-width: 768px) {
  html,
  body {
    letter-spacing: -0.4px;
  }
}

@media screen and (min-width: 1024px) {
  html,
  body {
    letter-spacing: -0.5px;
  }
}

html,
body,
button,
input,
select,
.cc-window {
  font-family: 'AkzidensProLig', sans-serif;
}

a {
  color: inherit;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
}

p a:hover {
  opacity: 0.25;
}

h1 {
  font-size: 68px;
  line-height: 68px;
  letter-spacing: -2px;
}

@media screen and (min-width: 768px) {
  h1 {
    font-size: 120px;
  }
}

@media screen and (min-width: 768px) {
  h1 {
    line-height: 128px;
  }
}

@media screen and (min-width: 768px) {
  h1 {
    letter-spacing: -4px;
  }
}

h2 {
  font-size: 40px;
  line-height: 46px;
  letter-spacing: -1px;
}

@media screen and (min-width: 768px) {
  h2 {
    font-size: 60px;
  }
}

@media screen and (min-width: 768px) {
  h2 {
    line-height: 64px;
  }
}

@media screen and (min-width: 768px) {
  h2 {
    letter-spacing: -1.5px;
  }
}

h3 {
  font-size: 44px;
  line-height: 48px;
  letter-spacing: -1.5px;
}

h4 {
  font-size: 28px;
  line-height: 34px;
  letter-spacing: -0.8px;
}

@media screen and (min-width: 768px) {
  h4 {
    font-size: 36px;
  }
}

@media screen and (min-width: 768px) {
  h4 {
    line-height: 42px;
  }
}

@media screen and (min-width: 768px) {
  h4 {
    letter-spacing: -1px;
  }
}

h5 {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.4px;
}

@media screen and (min-width: 768px) {
  h5 {
    font-size: 22px;
  }
}

@media screen and (min-width: 768px) {
  h5 {
    line-height: 28px;
  }
}

@media screen and (min-width: 768px) {
  h5 {
    letter-spacing: -0.3px;
  }
}

h6 {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.2px;
}

@media screen and (min-width: 768px) {
  h6 {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  h6 {
    line-height: 20px;
  }
}

@media screen and (min-width: 768px) {
  h6 {
    letter-spacing: -0.2px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 10px;
  margin-bottom: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
blockquote,
.cc-btn {
  font-weight: 400;
  font-family: 'AkzidensProMed', sans-serif;
}

small {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.2px;
}

@media screen and (min-width: 768px) {
  small {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  small {
    line-height: 20px;
  }
}

@media screen and (min-width: 768px) {
  small {
    letter-spacing: -0.2px;
  }
}

em {
  font-family: 'AkzidensProLigIta', sans-serif;
  font-style: normal;
}

p.small {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.2px;
}

@media screen and (min-width: 768px) {
  p.small {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  p.small {
    line-height: 20px;
  }
}

@media screen and (min-width: 768px) {
  p.small {
    letter-spacing: -0.2px;
  }
}

blockquote {
  font-size: 28px;
  line-height: 36px;
  letter-spacing: -0.3px;
  quotes: "\201C" "\201D" "\2018" "\2019";
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
}

blockquote ::before {
  content: open-quote;
  position: absolute;
  left: -15px;
  top: 0;
}

blockquote ::after {
  content: no-close-quote;
}

ul li {
  margin-bottom: 3px;
}

.font--reg {
  font-family: 'AkzidensProLig', sans-serif;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4 {
  font-size: 36px;
  font-size: 28px;
  line-height: 34px;
  letter-spacing: -0.8px;
}

@media screen and (min-width: 768px) {
  .post-content h1,
  .post-content h2,
  .post-content h3,
  .post-content h4 {
    font-size: 36px;
  }
}

@media screen and (min-width: 768px) {
  .post-content h1,
  .post-content h2,
  .post-content h3,
  .post-content h4 {
    line-height: 42px;
  }
}

@media screen and (min-width: 768px) {
  .post-content h1,
  .post-content h2,
  .post-content h3,
  .post-content h4 {
    letter-spacing: -1px;
  }
}

.show-more-link,
.simple-button {
  font-weight: normal;
  font-family: 'AkzidensProMed', sans-serif;
}

.show-more-link {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.4px;
}

@media screen and (min-width: 768px) {
  .show-more-link {
    font-size: 22px;
  }
}

@media screen and (min-width: 1024px) {
  .show-more-link {
    font-size: 24px;
  }
}

@media screen and (min-width: 768px) {
  .show-more-link {
    line-height: 28px;
  }
}

@media screen and (min-width: 1024px) {
  .show-more-link {
    line-height: 30px;
  }
}

@media screen and (min-width: 768px) {
  .show-more-link {
    letter-spacing: -0.3px;
  }
}

@media screen and (min-width: 1024px) {
  .show-more-link {
    letter-spacing: -0.3px;
  }
}

h4.block__title,
.card__title--small,
h4.sponsor-list__item__title,
.post-content h5,
h5.paragraph {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.4px;
}

@media screen and (min-width: 768px) {
  h4.block__title,
  .card__title--small,
  h4.sponsor-list__item__title,
  .post-content h5,
  h5.paragraph {
    font-size: 24px;
  }
}

@media screen and (min-width: 1024px) {
  h4.block__title,
  .card__title--small,
  h4.sponsor-list__item__title,
  .post-content h5,
  h5.paragraph {
    font-size: 28px;
  }
}

@media screen and (min-width: 768px) {
  h4.block__title,
  .card__title--small,
  h4.sponsor-list__item__title,
  .post-content h5,
  h5.paragraph {
    line-height: 30px;
  }
}

@media screen and (min-width: 1024px) {
  h4.block__title,
  .card__title--small,
  h4.sponsor-list__item__title,
  .post-content h5,
  h5.paragraph {
    line-height: 34px;
  }
}

@media screen and (min-width: 768px) {
  h4.block__title,
  .card__title--small,
  h4.sponsor-list__item__title,
  .post-content h5,
  h5.paragraph {
    letter-spacing: -0.3px;
  }
}

@media screen and (min-width: 1024px) {
  h4.block__title,
  .card__title--small,
  h4.sponsor-list__item__title,
  .post-content h5,
  h5.paragraph {
    letter-spacing: -0.8px;
  }
}

.post-material-for-download__item small {
  font-size: 20px;
  line-height: 27px;
  letter-spacing: -0.3px;
}

@media screen and (min-width: 768px) {
  .post-material-for-download__item small {
    font-size: 24px;
  }
}

@media screen and (min-width: 768px) {
  .post-material-for-download__item small {
    line-height: 36px;
  }
}

@media screen and (min-width: 768px) {
  .post-material-for-download__item small {
    letter-spacing: -0.5px;
  }
}

.card__description {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.3px;
}

@media screen and (min-width: 768px) {
  .card__description {
    font-size: 18px;
  }
}

@media screen and (min-width: 1024px) {
  .card__description {
    font-size: 18px;
  }
}

@media screen and (min-width: 768px) {
  .card__description {
    line-height: 26px;
  }
}

@media screen and (min-width: 1024px) {
  .card__description {
    line-height: 26px;
  }
}

@media screen and (min-width: 768px) {
  .card__description {
    letter-spacing: -0.3px;
  }
}

@media screen and (min-width: 1024px) {
  .card__description {
    letter-spacing: -0.3px;
  }
}

.card__description.card__description--small,
.post-hero__caption {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.2px;
}

@media screen and (min-width: 768px) {
  .card__description.card__description--small,
  .post-hero__caption {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  .card__description.card__description--small,
  .post-hero__caption {
    line-height: 24px;
  }
}

@media screen and (min-width: 768px) {
  .card__description.card__description--small,
  .post-hero__caption {
    letter-spacing: -0.3px;
  }
}

.card__description.card__description--big {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.3px;
}

@media screen and (min-width: 768px) {
  .card__description.card__description--big {
    font-size: 18px;
  }
}

@media screen and (min-width: 1024px) {
  .card__description.card__description--big {
    font-size: 20px;
  }
}

@media screen and (min-width: 768px) {
  .card__description.card__description--big {
    line-height: 26px;
  }
}

@media screen and (min-width: 1024px) {
  .card__description.card__description--big {
    line-height: 27px;
  }
}

@media screen and (min-width: 768px) {
  .card__description.card__description--big {
    letter-spacing: -0.3px;
  }
}

@media screen and (min-width: 1024px) {
  .card__description.card__description--big {
    letter-spacing: -0.3px;
  }
}

.card__type {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.2px;
}

@media screen and (min-width: 768px) {
  .card__type {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  .card__type {
    line-height: 20px;
  }
}

@media screen and (min-width: 768px) {
  .card__type {
    letter-spacing: -0.2px;
  }
}

.card--square .card__title {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.5px;
}

@media screen and (min-width: 768px) {
  .card--square .card__title {
    font-size: 28px;
  }
}

@media screen and (min-width: 1024px) {
  .card--square .card__title {
    font-size: 36px;
  }
}

@media screen and (min-width: 768px) {
  .card--square .card__title {
    line-height: 34px;
  }
}

@media screen and (min-width: 1024px) {
  .card--square .card__title {
    line-height: 42px;
  }
}

@media screen and (min-width: 768px) {
  .card--square .card__title {
    letter-spacing: -0.8px;
  }
}

@media screen and (min-width: 1024px) {
  .card--square .card__title {
    letter-spacing: -1px;
  }
}

.card__info,
.cc-window,
.footer__opening-hours {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.2px;
}

@media screen and (min-width: 768px) {
  .card__info,
  .cc-window,
  .footer__opening-hours {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  .card__info,
  .cc-window,
  .footer__opening-hours {
    line-height: 20px;
  }
}

@media screen and (min-width: 768px) {
  .card__info,
  .cc-window,
  .footer__opening-hours {
    letter-spacing: -0.2px;
  }
}

.page-custom-navigation .block__title {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.4px;
}

@media screen and (min-width: 768px) {
  .page-custom-navigation .block__title {
    font-size: 24px;
  }
}

@media screen and (min-width: 768px) {
  .page-custom-navigation .block__title {
    line-height: 30px;
  }
}

@media screen and (min-width: 768px) {
  .page-custom-navigation .block__title {
    letter-spacing: -0.3px;
  }
}

.page-custom-navigation-list__item {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.4px;
}

@media screen and (min-width: 768px) {
  .page-custom-navigation-list__item {
    font-size: 22px;
  }
}

@media screen and (min-width: 768px) {
  .page-custom-navigation-list__item {
    line-height: 28px;
  }
}

@media screen and (min-width: 768px) {
  .page-custom-navigation-list__item {
    letter-spacing: -0.3px;
  }
}

.post-hero__title {
  font-size: 40px;
  line-height: 46px;
  letter-spacing: -1px;
}

@media screen and (min-width: 768px) {
  .post-hero__title {
    font-size: 60px;
  }
}

@media screen and (min-width: 768px) {
  .post-hero__title {
    line-height: 64px;
  }
}

@media screen and (min-width: 768px) {
  .post-hero__title {
    letter-spacing: -1.5px;
  }
}

.post-hero__ingress p {
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.5px;
}

@media screen and (min-width: 768px) {
  .post-hero__ingress p {
    font-size: 32px;
  }
}

@media screen and (min-width: 768px) {
  .post-hero__ingress p {
    line-height: 40px;
  }
}

@media screen and (min-width: 768px) {
  .post-hero__ingress p {
    letter-spacing: -0.8px;
  }
}

.footer .block__title,
.footer-nav .menu-item {
  font-family: 'AkzidensProMed', sans-serif;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: -0.4px;
}

@media screen and (min-width: 768px) {
  .footer .block__title,
  .footer-nav .menu-item {
    font-size: 24px;
  }
}

@media screen and (min-width: 1024px) {
  .footer .block__title,
  .footer-nav .menu-item {
    font-size: 28px;
  }
}

@media screen and (min-width: 768px) {
  .footer .block__title,
  .footer-nav .menu-item {
    line-height: 30px;
  }
}

@media screen and (min-width: 1024px) {
  .footer .block__title,
  .footer-nav .menu-item {
    line-height: 34px;
  }
}

@media screen and (min-width: 768px) {
  .footer .block__title,
  .footer-nav .menu-item {
    letter-spacing: -0.5px;
  }
}

@media screen and (min-width: 1024px) {
  .footer .block__title,
  .footer-nav .menu-item {
    letter-spacing: -0.8px;
  }
}

.footer-nav .menu-item-has-children,
.footer-nav .sub-menu .menu-item {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.2px;
}

@media screen and (min-width: 768px) {
  .footer-nav .menu-item-has-children,
  .footer-nav .sub-menu .menu-item {
    font-size: 18px;
  }
}

@media screen and (min-width: 1024px) {
  .footer-nav .menu-item-has-children,
  .footer-nav .sub-menu .menu-item {
    font-size: 20px;
  }
}

@media screen and (min-width: 768px) {
  .footer-nav .menu-item-has-children,
  .footer-nav .sub-menu .menu-item {
    line-height: 24px;
  }
}

@media screen and (min-width: 1024px) {
  .footer-nav .menu-item-has-children,
  .footer-nav .sub-menu .menu-item {
    line-height: 26px;
  }
}

@media screen and (min-width: 768px) {
  .footer-nav .menu-item-has-children,
  .footer-nav .sub-menu .menu-item {
    letter-spacing: -0.3px;
  }
}

@media screen and (min-width: 1024px) {
  .footer-nav .menu-item-has-children,
  .footer-nav .sub-menu .menu-item {
    letter-spacing: -0.3px;
  }
}

.footer-nav .sub-menu .menu-item {
  font-family: 'AkzidensProLig', sans-serif;
}

.footer-info__item h6,
.footer-info__item ul li,
.footer-social__title {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.2px;
}

@media screen and (min-width: 768px) {
  .footer-info__item h6,
  .footer-info__item ul li,
  .footer-social__title {
    font-size: 18px;
  }
}

@media screen and (min-width: 1024px) {
  .footer-info__item h6,
  .footer-info__item ul li,
  .footer-social__title {
    font-size: 20px;
  }
}

@media screen and (min-width: 768px) {
  .footer-info__item h6,
  .footer-info__item ul li,
  .footer-social__title {
    line-height: 24px;
  }
}

@media screen and (min-width: 1024px) {
  .footer-info__item h6,
  .footer-info__item ul li,
  .footer-social__title {
    line-height: 26px;
  }
}

@media screen and (min-width: 768px) {
  .footer-info__item h6,
  .footer-info__item ul li,
  .footer-social__title {
    letter-spacing: -0.3px;
  }
}

@media screen and (min-width: 1024px) {
  .footer-info__item h6,
  .footer-info__item ul li,
  .footer-social__title {
    letter-spacing: -0.3px;
  }
}

small.footer-footer {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.2px;
}

@media screen and (min-width: 768px) {
  small.footer-footer {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  small.footer-footer {
    line-height: 22px;
  }
}

@media screen and (min-width: 768px) {
  small.footer-footer {
    letter-spacing: -0.5px;
  }
}

.scroll-up {
  font-family: 'AkzidensProMed', sans-serif;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.2px;
}

@media screen and (min-width: 768px) {
  .scroll-up {
    font-size: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .scroll-up {
    font-size: 18px;
  }
}

@media screen and (min-width: 768px) {
  .scroll-up {
    line-height: 26px;
  }
}

@media screen and (min-width: 1024px) {
  .scroll-up {
    line-height: 22px;
  }
}

@media screen and (min-width: 768px) {
  .scroll-up {
    letter-spacing: -0.5px;
  }
}

@media screen and (min-width: 1024px) {
  .scroll-up {
    letter-spacing: -0.5px;
  }
}

.nav-text {
  font-family: 'AkzidensProMed', sans-serif;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.2px;
}

@media screen and (min-width: 768px) {
  .nav-text {
    font-size: 20px;
  }
}

@media screen and (min-width: 768px) {
  .nav-text {
    line-height: 26px;
  }
}

@media screen and (min-width: 768px) {
  .nav-text {
    letter-spacing: -0.3px;
  }
}

.nav-primary .menu-item {
  font-size: 28px;
  line-height: 34px;
  letter-spacing: -0.6px;
}

@media screen and (min-width: 768px) {
  .nav-primary .menu-item {
    font-size: 32px;
  }
}

@media screen and (min-width: 1024px) {
  .nav-primary .menu-item {
    font-size: 20px;
  }
}

@media screen and (min-width: 768px) {
  .nav-primary .menu-item {
    line-height: 40px;
  }
}

@media screen and (min-width: 1024px) {
  .nav-primary .menu-item {
    line-height: 28px;
  }
}

@media screen and (min-width: 768px) {
  .nav-primary .menu-item {
    letter-spacing: -0.8px;
  }
}

@media screen and (min-width: 1024px) {
  .nav-primary .menu-item {
    letter-spacing: -0.3px;
  }
}

.nav-primary .menu-item.menu-item-has-children .sub-menu .menu-item {
  font-size: 22px;
  line-height: 26px;
  letter-spacing: -0.3px;
}

@media screen and (min-width: 768px) {
  .nav-primary .menu-item.menu-item-has-children .sub-menu .menu-item {
    font-size: 24px;
  }
}

@media screen and (min-width: 1024px) {
  .nav-primary .menu-item.menu-item-has-children .sub-menu .menu-item {
    font-size: 20px;
  }
}

@media screen and (min-width: 1100px) {
  .nav-primary .menu-item.menu-item-has-children .sub-menu .menu-item {
    font-size: 24px;
  }
}

@media screen and (min-width: 768px) {
  .nav-primary .menu-item.menu-item-has-children .sub-menu .menu-item {
    line-height: 32px;
  }
}

@media screen and (min-width: 1024px) {
  .nav-primary .menu-item.menu-item-has-children .sub-menu .menu-item {
    line-height: 27px;
  }
}

@media screen and (min-width: 1100px) {
  .nav-primary .menu-item.menu-item-has-children .sub-menu .menu-item {
    line-height: 32px;
  }
}

@media screen and (min-width: 768px) {
  .nav-primary .menu-item.menu-item-has-children .sub-menu .menu-item {
    letter-spacing: -0.5px;
  }
}

@media screen and (min-width: 1024px) {
  .nav-primary .menu-item.menu-item-has-children .sub-menu .menu-item {
    letter-spacing: -0.3px;
  }
}

@media screen and (min-width: 1100px) {
  .nav-primary .menu-item.menu-item-has-children .sub-menu .menu-item {
    letter-spacing: -0.5px;
  }
}

.nav-primary .nav > .menu-item:last-child,
.nav-primary .nav > .menu-item:nth-last-child(2) {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.2px;
}

.filter-list .filter-list__item {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.3px;
}

@media screen and (min-width: 1024px) {
  .filter-list .filter-list__item {
    font-size: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .filter-list .filter-list__item {
    line-height: 28px;
  }
}

.filter-section .filter-title {
  font-size: 20px;
  line-height: 27px;
  letter-spacing: -0.3px;
}

@media screen and (min-width: 1024px) {
  .filter-section .filter-title {
    font-size: 24px;
  }
}

@media screen and (min-width: 1024px) {
  .filter-section .filter-title {
    line-height: 32px;
  }
}

@media screen and (min-width: 1024px) {
  .filter-section .filter-title {
    letter-spacing: -0.5px;
  }
}

.post-hero__cat,
.post-categories a {
  font-family: 'AkzidensProLigIta', sans-serif;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.3px;
}

@media screen and (min-width: 1024px) {
  .post-hero__cat,
  .post-categories a {
    font-size: 18px;
  }
}

@media screen and (min-width: 1024px) {
  .post-hero__cat,
  .post-categories a {
    line-height: 26px;
  }
}

@media screen and (min-width: 1024px) {
  .post-hero__cat,
  .post-categories a {
    letter-spacing: -0.5px;
  }
}

.filter-results__item--row .filter-results__item__title {
  font-size: 28px;
  line-height: 34px;
  letter-spacing: -0.5px;
}

@media screen and (min-width: 768px) {
  .filter-results__item--row .filter-results__item__title {
    font-size: 40px;
  }
}

@media screen and (min-width: 1024px) {
  .filter-results__item--row .filter-results__item__title {
    font-size: 44px;
  }
}

@media screen and (min-width: 768px) {
  .filter-results__item--row .filter-results__item__title {
    line-height: 46px;
  }
}

@media screen and (min-width: 1024px) {
  .filter-results__item--row .filter-results__item__title {
    line-height: 52px;
  }
}

@media screen and (min-width: 768px) {
  .filter-results__item--row .filter-results__item__title {
    letter-spacing: -1px;
  }
}

@media screen and (min-width: 1024px) {
  .filter-results__item--row .filter-results__item__title {
    letter-spacing: -1px;
  }
}

.filter-results__item--row .filter-results__item__ingress {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.3px;
}

@media screen and (min-width: 768px) {
  .filter-results__item--row .filter-results__item__ingress {
    font-size: 18px;
  }
}

@media screen and (min-width: 1024px) {
  .filter-results__item--row .filter-results__item__ingress {
    font-size: 18px;
  }
}

@media screen and (min-width: 768px) {
  .filter-results__item--row .filter-results__item__ingress {
    line-height: 24px;
  }
}

@media screen and (min-width: 1024px) {
  .filter-results__item--row .filter-results__item__ingress {
    line-height: 26px;
  }
}

@media screen and (min-width: 768px) {
  .filter-results__item--row .filter-results__item__ingress {
    letter-spacing: -0.3px;
  }
}

@media screen and (min-width: 1024px) {
  .filter-results__item--row .filter-results__item__ingress {
    letter-spacing: -0.3px;
  }
}

.front-page-info {
  font-size: 28px;
  line-height: 36px;
  letter-spacing: -0.5px;
}

@media screen and (min-width: 768px) {
  .front-page-info {
    font-size: 36px;
  }
}

@media screen and (min-width: 768px) {
  .front-page-info {
    line-height: 44px;
  }
}

@media screen and (min-width: 768px) {
  .front-page-info {
    letter-spacing: -0.8px;
  }
}

.front-page-info .front-page-info__logo {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.2px;
}

@media screen and (min-width: 768px) {
  .front-page-info .front-page-info__logo {
    font-size: 18px;
  }
}

@media screen and (min-width: 768px) {
  .front-page-info .front-page-info__logo {
    line-height: 24px;
  }
}

@media screen and (min-width: 768px) {
  .front-page-info .front-page-info__logo {
    letter-spacing: -0.4px;
  }
}

.post-split-list li {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.3px;
}

@media screen and (min-width: 768px) {
  .post-split-list li {
    font-size: 20px;
  }
}

@media screen and (min-width: 768px) {
  .post-split-list li {
    line-height: 26px;
  }
}

@media screen and (min-width: 768px) {
  .post-split-list li {
    letter-spacing: -0.4px;
  }
}

.post-split-list li:first-child,
.post-split-list .post-split-list__item--image + li {
  font-family: 'AkzidensProMed', sans-serif;
}

.searchform__input {
  font-size: 28px;
  line-height: 34px;
  letter-spacing: -0.6px;
}

@media screen and (min-width: 768px) {
  .searchform__input {
    font-size: 32px;
  }
}

@media screen and (min-width: 1024px) {
  .searchform__input {
    font-size: 36px;
  }
}

@media screen and (min-width: 768px) {
  .searchform__input {
    line-height: 40px;
  }
}

@media screen and (min-width: 1024px) {
  .searchform__input {
    line-height: 44px;
  }
}

@media screen and (min-width: 768px) {
  .searchform__input {
    letter-spacing: -0.8px;
  }
}

@media screen and (min-width: 1024px) {
  .searchform__input {
    letter-spacing: -0.8px;
  }
}

.post-sponsors__title {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.3px;
}

@media screen and (min-width: 1024px) {
  .post-sponsors__title {
    font-size: 22px;
  }
}

@media screen and (min-width: 1024px) {
  .post-sponsors__title {
    line-height: 28px;
  }
}

@media screen and (min-width: 1024px) {
  .post-sponsors__title {
    letter-spacing: -0.3px;
  }
}

.filter-breadcrumbs__list label {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.3px;
}

.newsletter input[type=text],
.newsletter input[type=email],
.newsletter__popover__text,
.newsletter__list li,
.select,
.simple-button {
  font-size: 14px;
  line-height: 44px;
  letter-spacing: -0.2px;
}

@media screen and (min-width: 768px) {
  .newsletter input[type=text],
  .newsletter input[type=email],
  .newsletter__popover__text,
  .newsletter__list li,
  .select,
  .simple-button {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  .newsletter input[type=text],
  .newsletter input[type=email],
  .newsletter__popover__text,
  .newsletter__list li,
  .select,
  .simple-button {
    line-height: 44px;
  }
}

@media screen and (min-width: 768px) {
  .newsletter input[type=text],
  .newsletter input[type=email],
  .newsletter__popover__text,
  .newsletter__list li,
  .select,
  .simple-button {
    letter-spacing: -0.5px;
  }
}

.form__input,
.form__header,
.form__select select,
.form__submit {
  font-size: 20px;
  line-height: 40px;
  letter-spacing: -0.3px;
}

@media screen and (min-width: 768px) {
  .form__input,
  .form__header,
  .form__select select,
  .form__submit {
    font-size: 24px;
  }
}

@media screen and (min-width: 1024px) {
  .form__input,
  .form__header,
  .form__select select,
  .form__submit {
    font-size: 28px;
  }
}

@media screen and (min-width: 768px) {
  .form__input,
  .form__header,
  .form__select select,
  .form__submit {
    line-height: 48px;
  }
}

@media screen and (min-width: 1024px) {
  .form__input,
  .form__header,
  .form__select select,
  .form__submit {
    line-height: 56px;
  }
}

@media screen and (min-width: 768px) {
  .form__input,
  .form__header,
  .form__select select,
  .form__submit {
    letter-spacing: -0.3px;
  }
}

@media screen and (min-width: 1024px) {
  .form__input,
  .form__header,
  .form__select select,
  .form__submit {
    letter-spacing: -0.3px;
  }
}

.form__radio label,
.form__check label {
  font-size: 18px;
  line-height: 18px;
  letter-spacing: -0.3px;
}

@media screen and (min-width: 768px) {
  .form__radio label,
  .form__check label {
    font-size: 18px;
  }
}

@media screen and (min-width: 1024px) {
  .form__radio label,
  .form__check label {
    font-size: 22px;
  }
}

@media screen and (min-width: 768px) {
  .form__radio label,
  .form__check label {
    line-height: 18px;
  }
}

@media screen and (min-width: 1024px) {
  .form__radio label,
  .form__check label {
    line-height: 22px;
  }
}

@media screen and (min-width: 768px) {
  .form__radio label,
  .form__check label {
    letter-spacing: -0.3px;
  }
}

@media screen and (min-width: 1024px) {
  .form__radio label,
  .form__check label {
    letter-spacing: -0.3px;
  }
}

.block {
  margin-left: 20px;
  margin-right: 20px;
}

.block--small {
  max-width: 586px;
}

@media (min-width: 626px) {
  .block--small {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1024px) {
  .block--small {
    max-width: 660px;
  }
}

.block--medium {
  max-width: 900px;
}

@media (min-width: 768px) {
  .block--medium {
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media (min-width: 940px) {
  .block--medium {
    margin-left: auto;
    margin-right: auto;
  }
}

.block--large {
  max-width: 1000px;
}

@media (min-width: 768px) {
  .block--large {
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media (min-width: 1040px) {
  .block--large {
    margin-left: auto;
    margin-right: auto;
  }
}

.block--fullwidth {
  max-width: 1500px;
}

@media (min-width: 660px) {
  .block--fullwidth {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (min-width: 768px) {
  .block--fullwidth {
    margin-left: auto;
    margin-right: auto;
  }
}

.block--sm-full {
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 660px) {
  .block--sm-full {
    margin-left: auto;
    margin-right: auto;
  }
}

.block__title {
  text-align: center;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .block__title {
    margin-bottom: 70px;
  }
}

.flock {
  margin-left: 20px;
  margin-right: 20px;
}

@media (min-width: 768px) {
  .flock {
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media (min-width: 768px) {
  .block--all-out {
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media (min-width: 1024px) {
  .block--all-out {
    margin-left: 60px;
    margin-right: 60px;
  }
}

.interim-learn-title {
  margin-bottom: 20px;
}

.filter-results.interim-filter-results {
  margin-top: 40px;
}

.interim-learn-section {
  margin-bottom: 50px;
}

@-webkit-keyframes fadein {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

@-o-keyframes fadein {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-o-keyframes spinner {
  to {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}

@keyframes spinner {
  to {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes slidein {
  0% {
    display: none;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }

  1% {
    display: block;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }

  100% {
    display: block;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-o-keyframes slidein {
  0% {
    display: none;
    -o-transform: translateY(100%);
       transform: translateY(100%);
  }

  1% {
    display: block;
    -o-transform: translateY(100%);
       transform: translateY(100%);
  }

  100% {
    display: block;
    -o-transform: translateY(0);
       transform: translateY(0);
  }
}

@keyframes slidein {
  0% {
    display: none;
    -webkit-transform: translateY(100%);
         -o-transform: translateY(100%);
            transform: translateY(100%);
  }

  1% {
    display: block;
    -webkit-transform: translateY(100%);
         -o-transform: translateY(100%);
            transform: translateY(100%);
  }

  100% {
    display: block;
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes slideout {
  0% {
    display: block;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  1% {
    display: block;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    display: none;
    background-color: purple;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@-o-keyframes slideout {
  0% {
    display: block;
    -o-transform: translateY(0);
       transform: translateY(0);
  }

  1% {
    display: block;
    -o-transform: translateY(0);
       transform: translateY(0);
  }

  100% {
    display: none;
    background-color: purple;
    -o-transform: translateY(100%);
       transform: translateY(100%);
  }
}

@keyframes slideout {
  0% {
    display: block;
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }

  1% {
    display: block;
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    display: none;
    background-color: purple;
    -webkit-transform: translateY(100%);
         -o-transform: translateY(100%);
            transform: translateY(100%);
  }
}

.content {
  margin-top: 100px;
  -webkit-transition: margin 200ms ease-out;
  -o-transition: margin 200ms ease-out;
  transition: margin 200ms ease-out;
}

.single .content {
  padding-bottom: 0;
}

.show-more-link {
  display: block;
  text-align: center;
  cursor: pointer;
  text-decoration: underline;
}

.filter-results + .show-more-link,
.media-results + .show-more-link {
  margin-top: 40px;
}

.show-more-link.hide {
  display: none;
}

.show-more-link.spinner {
  color: #fff;
}

.simple-button {
  border: none;
  background: transparent;
  cursor: pointer;
}

.simple-button--reverse {
  color: #fff;
}

.simple-button:focus {
  outline: none;
}

ul.filter-results {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.filter-results--special-marg {
  margin-left: 0;
  margin-right: 0;
}

.filter-results--search {
  margin-top: 40px;
}

.filter-results--press .filter-results__item {
  display: none;
}

.filter-results--press .filter-results__item.visible {
  display: block;
}

.filter-results__item {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
}

@media (min-width: 768px) {
  .filter-results__item {
    margin-bottom: 60px;
  }
}

.filter-results__item a {
  text-decoration: none;
}

.filter-results__item--row {
  display: block;
  border-top: 1px solid black;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .filter-results__item--row {
    margin-bottom: 0;
  }
}

.filter-results__item--row:last-child {
  border-bottom: 1px solid black;
}

.filter-results__item--row .filter-results__item__title {
  margin-bottom: 0;
}

.filter-results__item--row .filter-results__item__ingress {
  margin-top: 3px;
}

.filter-header {
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .filter-header {
    margin-bottom: 30px;
  }
}

.filter-header .filter-section:first-child {
  padding-left: 0;
}

.filter-header .filter-section:last-child {
  padding-right: 0;
}

.filter-title {
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid black;
}

.filter-title::after {
  content: '';
  position: absolute;
  top: 10px;
  right: 0;
  width: 11px;
  height: 5px;
  display: block;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTFweCIgaGVpZ2h0PSI1cHgiIHZpZXdCb3g9IjAgMCAxMSA1IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA0Ni4yICg0NDQ5NikgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+VHJpYW5nbGUgMiBDb3B5IDU8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0ibGVhcm4tZmlsdGVyLWRlc2t0b3AtNCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEwNjcuMDAwMDAwLCAtMjQ2LjAwMDAwMCkiIGZpbGw9IiMwMDAwMDAiPgogICAgICAgICAgICA8cG9seWdvbiBpZD0iVHJpYW5nbGUtMi1Db3B5LTUiIHBvaW50cz0iMTA3Mi41IDI1MSAxMDY3IDI0NiAxMDc4IDI0NiI+PC9wb2x5Z29uPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
  background-repeat: no-repeat;
  background-position: center right;
  -webkit-transition: -webkit-transform 100ms ease-out;
  transition: -webkit-transform 100ms ease-out;
  -o-transition: -o-transform 100ms ease-out;
  transition: transform 100ms ease-out;
  transition: transform 100ms ease-out, -webkit-transform 100ms ease-out, -o-transform 100ms ease-out;
}

@media (min-width: 1024px) {
  .filter-title::after {
    top: 15px;
  }
}

.filter-title.open {
  color: #a6a6a6;
}

.filter-title.open::after {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (min-width: 1024px) {
  .filter-body {
    padding-top: 30px;
  }
}

.filter-body.filter-body--stand-alone {
  margin-bottom: 80px;
}

@media (min-width: 768px) {
  .filter-body.filter-body--stand-alone {
    margin-bottom: 140px;
  }
}

@media (min-width: 1024px) {
  .filter-body.filter-body--stand-alone {
    margin-bottom: 180px;
  }
}

.filter-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: none;
  text-align: center;
}

@media (min-width: 768px) {
  .filter-list {
    margin-bottom: 20px;
  }
}

.filter-list.open {
  display: block;
}

.filter-list__item {
  display: block;
  margin-right: 10px;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .filter-list__item {
    display: inline-block;
    margin-bottom: 3px;
    margin-right: 20px;
  }
}

.filter-list__item label {
  padding-left: 8px;
  position: relative;
}

.filter-list__item input[type="checkbox"],
.filter-list__item input[type="radio"] {
  opacity: 0;
}

.filter-list__item input[type="checkbox"] + span,
.filter-list__item input[type="radio"] + span {
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  top: 4px;
  border-radius: 50%;
  border: 1px solid black;
  background-color: transparent;
  z-index: -100;
  -webkit-transition: background-color 300ms ease-out;
  -o-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
}

.filter-list__item input[type="checkbox"]:checked + span,
.filter-list__item input[type="radio"]:checked + span {
  background-color: black;
}

.filter-list__item:last-child {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .filter-list__item:last-child {
    margin-bottom: 3px;
  }
}

.filter-breadcrumbs {
  border-bottom: 1px solid black;
}

@media (min-width: 768px) {
  .filter-breadcrumbs {
    border-bottom: none;
  }
}

.filter-breadcrumbs__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.filter-breadcrumbs__list label {
  padding: 10px 0 20px 20px;
  display: inline-block;
  position: relative;
}

@media (min-width: 768px) {
  .filter-breadcrumbs__list label {
    padding: 10px 20px;
  }
}

.filter-breadcrumbs__list input[type="checkbox"] {
  opacity: 0;
}

.filter-breadcrumbs__list input[type="checkbox"] + span {
  position: absolute;
  width: 14px;
  height: 14px;
  left: 20px;
  top: 16px;
  background-color: transparent;
  z-index: -100;
  -webkit-transition: background-color 300ms ease-out;
  -o-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTJweCIgaGVpZ2h0PSIxMnB4IiB2aWV3Qm94PSIwIDAgMTIgMTIiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQ3ICg0NTM5NikgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+Q29tYmluZWQgU2hhcGUgQ29weSAxMDwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJsZWFybi1maWx0ZXItZGVza3RvcC02LWNvcHkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MjMuMDAwMDAwLCAtMzU2LjAwMDAwMCkiIGZpbGw9IiMwMDAwMDAiPgogICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMTIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDUxOS4wMDAwMDAsIDM0Ny4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cC0xMCI+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTguODk5NDk0OTQsMTUuODk5NDk0OSBMOC44OTk0OTQ5NCwyMS44OTk0OTQ5IEwxMC44OTk0OTQ5LDIxLjg5OTQ5NDkgTDEwLjg5OTQ5NDksMTUuODk5NDk0OSBMMTYuODk5NDk0OSwxNS44OTk0OTQ5IEwxNi44OTk0OTQ5LDEzLjg5OTQ5NDkgTDEwLjg5OTQ5NDksMTMuODk5NDk0OSBMMTAuODk5NDk0OSw3Ljg5OTQ5NDk0IEw4Ljg5OTQ5NDk0LDcuODk5NDk0OTQgTDguODk5NDk0OTQsMTMuODk5NDk0OSBMMi44OTk0OTQ5NCwxMy44OTk0OTQ5IEwyLjg5OTQ5NDk0LDE1Ljg5OTQ5NDkgTDguODk5NDk0OTQsMTUuODk5NDk0OSBaIiBpZD0iQ29tYmluZWQtU2hhcGUtQ29weS0xMCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOS44OTk0OTUsIDE0Ljg5OTQ5NSkgcm90YXRlKC00NS4wMDAwMDApIHRyYW5zbGF0ZSgtOS44OTk0OTUsIC0xNC44OTk0OTUpICI+PC9wYXRoPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center;
}

.icon {
  display: block;
  background-repeat: no-repeat;
  background-position: center left;
}

.icon--download {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMTYgMjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQ2LjIgKDQ0NDk2KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCAyIENvcHkgMzwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJEZXRhaWwtcGFnZS1sZWFybi13aXRob3V0LWluZ3Jlc3MiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00MjEuMDAwMDAwLCAtMTc0MC4wMDAwMDApIiBmaWxsPSIjMDAwMDAwIj4KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTItQ29weS0zIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0MjIuMDAwMDAwLCAxNzQwLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPHBvbHlnb24gaWQ9IlJlY3RhbmdsZS0yLUNvcHktNSIgcG9pbnRzPSI2IDAgOCAwIDggMTMgNiAxMyI+PC9wb2x5Z29uPgogICAgICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS0yLUNvcHktNyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNy4wMDAwMDAsIDE5LjAwMDAwMCkgcm90YXRlKC05MC4wMDAwMDApIHRyYW5zbGF0ZSgtNy4wMDAwMDAsIC0xOS4wMDAwMDApICIgeD0iNiIgeT0iMTIiIHdpZHRoPSIyIiBoZWlnaHQ9IjE0Ij48L3JlY3Q+CiAgICAgICAgICAgICAgICA8cG9seWdvbiBpZD0iUGF0aC0yLUNvcHktMiIgc3Ryb2tlPSIjMDAwMDAwIiBzdHJva2Utd2lkdGg9IjIiIHBvaW50cz0iMiAxMCA3IDE1IDEyIDEwIj48L3BvbHlnb24+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==);
}

.icon--link {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTNweCIgaGVpZ2h0PSIxM3B4IiB2aWV3Qm94PSIwIDAgMTMgMTMiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQ2LjIgKDQ0NDk2KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCAyIENvcHkgMzwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJEZXRhaWwtcGFnZS1sZWFybi13aXRob3V0LWluZ3Jlc3MiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00MjMuMDAwMDAwLCAtMTYzNS4wMDAwMDApIiBmaWxsPSIjMDAwMDAwIj4KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTItQ29weS0zIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0MjMuMDAwMDAwLCAxNjMzLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPHBvbHlnb24gaWQ9IlJlY3RhbmdsZS0yLUNvcHktNiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNi4wMDAwMDAsIDkuMzAzMzAxKSByb3RhdGUoLTEzNS4wMDAwMDApIHRyYW5zbGF0ZSgtNi4wMDAwMDAsIC05LjMwMzMwMSkgIiBwb2ludHM9IjUgMi44MDMzMDA4NiA3IDIuODAzMzAwODYgNyAxNS44MDMzMDA5IDUgMTUuODAzMzAwOSI+PC9wb2x5Z29uPgogICAgICAgICAgICAgICAgPHBvbHlnb24gaWQ9IlBhdGgtMi1Db3B5LTMiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLXdpZHRoPSIyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMC4wMDAwMDAsIDUuMzAzMzAxKSByb3RhdGUoLTEzNS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtNS4zMDMzMDEpICIgcG9pbnRzPSI1IDIuODAzMzAwODYgMTAgNy44MDMzMDA4NiAxNSAyLjgwMzMwMDg2Ij48L3BvbHlnb24+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==);
}

.icon--search {
  width: 24px;
  height: 24px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyM3B4IiB2aWV3Qm94PSIwIDAgMjQgMjMiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQ2LjIgKDQ0NDk2KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCA1IENvcHkgNjwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJTeW1ib2xzIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iTmF2YmFyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTAwNy4wMDAwMDAsIC0xLjAwMDAwMCkiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLXdpZHRoPSIzIj4KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDM1Mi4wMDAwMDAsIDEuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtNS1Db3B5LTYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDY1NS4wMDAwMDAsIDAuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgPGNpcmNsZSBpZD0iT3ZhbC0zIiBjeD0iOS4yNjMxNTgyNiIgY3k9IjkuMjYzMTU4MjYiIHI9IjcuNzYzMTU4MjYiPjwvY2lyY2xlPgogICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xNS44NDAwMDA2LDE0Ljk2MDAwMDYgTDIxLjE2MTkwOTgsMjAuMjgxOTA5NyIgaWQ9IkxpbmUiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiPjwvcGF0aD4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
}

.icon--facebook {
  width: 10px;
  height: 22px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTBweCIgaGVpZ2h0PSIyM3B4IiB2aWV3Qm94PSIwIDAgMTAgMjMiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQ2LjIgKDQ0NDk2KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5TaGFwZTwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJmb290ZXItdGFibGV0LWxhbmRzY2FwZS0iIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzcuMDAwMDAwLCAtODAyLjAwMDAwMCkiIGZpbGw9IiNGRkZGRkYiPgogICAgICAgICAgICA8ZyBpZD0iR3JvdXAtOCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNDAuMDAwMDAwLCA3OTUuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMjAwLjI5NDIzNSw4Ljc1OTY3ODIxIEMyMDEuMTMwODY2LDcuOTUwMjIyNzUgMjAyLjMxODAyOSw3LjY3NjE4ODM0IDIwMy40NDEyODQsNy42NDI0NjEwMyBDMjA0LjYyNDU3NSw3LjYzMTkyMTI1IDIwNS44MTA3Nyw3LjYzODI0NTEyIDIwNi45OTU5OTcsNy42MzgyNDUxMiBDMjA3LjAwMDgzOSw4LjkxMzU1OTA3IDIwNy4wMDE4MDcsMTAuMTg2NzY1MSAyMDYuOTk1OTk3LDExLjQ1OTk3MSBDMjA2LjIyOTA4NiwxMS40NTk5NzEgMjA1LjQ2MjE3NCwxMS40NjIwNzkgMjA0LjY5NjIzMSwxMS40NTk5NzEgQzIwNC4yMTAxMzIsMTEuNDI4MzUxNyAyMDMuNzExNDQ2LDExLjgwMjUxNDEgMjAzLjYyMTM5MiwxMi4yOTI2MTQgQzIwMy42MTE3MDksMTMuMTQ2MzM2NiAyMDMuNjE4NDg3LDEzLjk5Nzk1MTIgMjAzLjYxOTQ1NSwxNC44NTA2MTk4IEMyMDQuNzQyNzEsMTQuODU0ODM1NyAyMDUuODY3OTAxLDE0Ljg0ODUxMTggMjA2Ljk5MjEyNCwxNC44NTI3Mjc3IEMyMDYuOTAyODM3LDE2LjA4NTg5MjQgMjA2Ljc2NjUwOSwxNy4zMTQ0ODU5IDIwNi41ODM0OTIsMTguNTM1MzI4NSBDMjA1LjU5MTkyOSwxOC41NDU4NjgzIDIwNC41OTg0MywxOC41MzUzMjg1IDIwMy42MDQ5MzEsMTguNTQxNjUyNCBDMjAzLjU5NTI0NywyMi4xNzc4NzgxIDIwMy42MDk3NzIsMjUuODE0MTAzOCAyMDMuNTk4MTUyLDI5LjQ1MDMyOTUgQzIwMi4xMjMzOTcsMjkuNDU2NjUzNCAyMDAuNjQ3NjcyLDI5LjQ0NzE2NzYgMTk5LjE3MjkxNywyOS40NTQ1NDU1IEMxOTkuMTQzODY3LDI1LjgxODMxOTcgMTk5LjE3NDg1MywyMi4xNzk5ODYxIDE5OS4xNTc0MjMsMTguNTQyNzA2NCBDMTk4LjQzODkyOCwxOC41MzQyNzQ1IDE5Ny43MTk0NjQsMTguNTQ3OTc2MyAxOTcsMTguNTM2MzgyNSBDMTk3LjAwMjkwNSwxNy4zMTM3Njc1IDE5NywxNi4wOTExNTI0IDE5NywxNC44NzA2NDU0IEMxOTcuNzIwNDMyLDE0Ljg2MDEwNTYgMTk4LjQzOTg5NiwxNC44NzI3NTMzIDE5OS4xNTkzNiwxNC44NjUzNzU1IEMxOTkuMTgwNjYzLDEzLjY3NjQ4NzggMTk5LjEzNzA4OSwxMi40ODY1NDYxIDE5OS4xODE2MzIsMTEuMjk5NzY2MyBDMTk5LjI1MzI4NywxMC4zNTk2MTc1IDE5OS42MDU3NTcsOS40MTMxNDQ4NiAyMDAuMjk1MjAzLDguNzYxNzg2MTcgTDIwMC4yOTQyMzUsOC43NTk2NzgyMSBaIiBpZD0iU2hhcGUiPjwvcGF0aD4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
}

.icon--instagram {
  width: 20px;
  height: 22px;
  background-image: url(https://nobelcenter.se/wp-content/themes/nobelcenter/dist/images/nc-instagram-icon.svg);
}

.icon--clock {
  display: inline-block;
  width: 21px;
  height: 20px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjFweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjEgMjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQ3LjEgKDQ1NDIyKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5vcGVuaW5nIGhzIGljb24gY29weSAxMjwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJPcGVuaW5nLWhzLWJhci1kZXNrdG9wIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNjEwLjAwMDAwMCwgLTg3My4wMDAwMDApIiBmaWxsPSIjRkZGRkZGIj4KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDYxMC4wMDAwMDAsIDg3Mi4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xMS41MTg1MTg1LDEzLjU5MjU5MjYgTDExLjY2NjY2NjcsMTMuNTkyNTkyNiBMMTEuNjY2NjY2Nyw1LjQ0NDQ0NDQ0IEwxMC4xMTExMTExLDUuNDQ0NDQ0NDQgTDEwLjExMTExMTEsMTIuMDc0MDc0MSBMNS41OTI1OTI1OSwxMi4wNzQwNzQxIEw1LjU5MjU5MjU5LDEzLjYyOTYyOTYgTDExLjUxODUxODUsMTMuNjI5NjI5NiBMMTEuNTE4NTE4NSwxMy41OTI1OTI2IFogTTEwLjUsMSBDMTYuMjk4OTQsMSAyMSw1LjQ3NzIgMjEsMTEgQzIxLDE2LjUyMjggMTYuMjk4OTQsMjEgMTAuNSwyMSBDNC43MDA2NCwyMSAwLDE2LjUyMjggMCwxMSBDMCw1LjQ3NzIgNC43MDA2NCwxIDEwLjUsMSBaIiBpZD0ib3BlbmluZy1ocy1pY29uLWNvcHktMTIiPjwvcGF0aD4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
}

.media-results {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.media-results__item {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .media-results__item {
    margin-bottom: 40px;
  }
}

.media-results__item__inner {
  padding-right: 30px;
  padding-left: 0;
}

.media-page {
  padding-top: 80px;
}

.media-card img {
  max-width: 100%;
}

.card a {
  text-decoration: none;
}

.card img {
  max-width: 100%;
  margin-bottom: 10px;
}

@media (min-width: 1024px) {
  .card img {
    margin-bottom: 17px;
  }
}

.card .post-categories {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.card .post-categories a {
  text-decoration: none;
}

.card--portrait {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .card--portrait {
    margin-top: 0;
  }
}

.card--archive img {
  margin-bottom: 0;
}

.card__type {
  display: inline-block;
  margin-bottom: 8px;
}

.card__type a {
  display: none;
}

.card__type a:first-child {
  display: inline;
}

.card__description {
  margin-top: 0;
  margin-bottom: 15px;
}

.card--portrait .card__description {
  margin-top: 5px;
}

@media (min-width: 768px) {
  .card--portrait .card__description {
    margin-top: 15px;
  }
}

.card--square .card__description {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .card__image-holder {
    height: 0;
    padding-top: 133%;
    width: 100%;
    position: relative;
    overflow: hidden;
  }
}

@media (min-width: 768px) {
  .card__image-holder img {
    position: absolute;
    bottom: 0;
  }
}

.card__image-container {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.card__image-container--square {
  width: 100%;
  height: 0;
  background-color: pink;
  padding-bottom: 100%;
}

.filter-results__item.card a:hover .cover {
  opacity: 0.25;
}

.filter-results__item.card a:hover h4 {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-size: 0.05em 1px, 0.05em 1px, 1px 1px;
  background-repeat: no-repeat, no-repeat, repeat-x;
  text-shadow: 0.03em 0 #fff, -0.03em 0 #fff, 0 0.03em #fff, 0 -0.03em #fff, 0.06em 0 #fff, -0.06em 0 #fff, 0.09em 0 #fff, -0.09em 0 #fff, 0.12em 0 #fff, -0.12em 0 #fff, 0.15em 0 #fff, -0.15em 0 #fff;
  background-position: 0 92%, 100% 92%, 0 85%;
}

.filter-results__item.card .image-container {
  position: relative;
}

.filter-results__item.card .image-container .cover {
  height: calc(100% - 8px);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #000;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  opacity: 0;
}

.filter-results__item.card h4 {
  display: inline;
}

.right {
  position: absolute;
  font-style: italic;
  right: 5px;
  top: 5px;
}

@media screen and (min-width: 475px) {
  .right {
    right: 15px;
    top: 13px;
  }
}

/** Search form */

.form__agreement {
  margin-top: 60px;
  margin-bottom: 20px;
}

.form__agreement .form__check {
  margin-top: 30px;
}

.form__input,
.form__select select {
  width: 100%;
  background-color: inherit;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #000;
  color: #000;
}

.form__input:focus,
.form__select select:focus {
  outline: none;
}

.form__input::-webkit-input-placeholder,
.form__select select::-webkit-input-placeholder {
  color: #000;
}

.form__input:-ms-input-placeholder,
.form__select select:-ms-input-placeholder {
  color: #000;
}

.form__input::-ms-input-placeholder,
.form__select select::-ms-input-placeholder {
  color: #000;
}

.form__input::placeholder,
.form__select select::placeholder {
  color: #000;
}

.form__input.invalid {
  border-color: red;
}

.form__radio,
.form__check {
  margin-bottom: 13.33333px;
}

.form__radio label,
.form__check label {
  position: relative;
  display: inline-block;
  padding-left: 32px;
}

.form__radio input[type="radio"],
.form__check input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}

.form__radio input[type="radio"] + span,
.form__check input[type="checkbox"] + span {
  width: 20px;
  height: 20px;
  background-color: white;
  border: 1px solid black;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: background-color 200ms ease-out;
  -o-transition: background-color 200ms ease-out;
  transition: background-color 200ms ease-out;
}

.form__radio input[type="radio"] + span {
  border-radius: 50%;
}

.form__radio input[type="radio"].invalid + span,
.form__check input[type="checkbox"].invalid + span {
  border-color: red;
}

.form__radio input[type="radio"]:checked + span,
.form__check input[type="checkbox"]:checked + span {
  background-color: black;
}

.form__submit {
  margin-top: 20px;
  background-color: #000;
  color: #fff;
  border: none;
  padding-left: 80px;
  padding-right: 80px;
  cursor: pointer;
}

.form__select {
  border-bottom: 1px solid #000;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTFweCIgaGVpZ2h0PSI1cHgiIHZpZXdCb3g9IjAgMCAxMSA1IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA0Ni4yICg0NDQ5NikgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+VHJpYW5nbGUgMiBDb3B5IDU8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0ibGVhcm4tZmlsdGVyLWRlc2t0b3AtNCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEwNjcuMDAwMDAwLCAtMjQ2LjAwMDAwMCkiIGZpbGw9IiMwMDAwMDAiPgogICAgICAgICAgICA8cG9seWdvbiBpZD0iVHJpYW5nbGUtMi1Db3B5LTUiIHBvaW50cz0iMTA3Mi41IDI1MSAxMDY3IDI0NiAxMDc4IDI0NiI+PC9wb2x5Z29uPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
  background-repeat: no-repeat;
  background-position: center right 20px;
}

.form__select select {
  border: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.form__select select::-ms-expand {
  display: none;
}

.form__header {
  padding-top: 40px;
  padding-bottom: 10px;
}

.newsletter {
  position: relative;
  margin-top: 0;
  margin-bottom: 40px;
}

@media (min-width: 1024px) {
  .newsletter {
    margin-top: 0;
    margin-bottom: 40px;
  }
}

.newsletter__input {
  width: 100%;
  background-color: inherit;
  border: none;
  border-bottom: 1px solid #fff;
  line-height: 44px;
  color: #fff;
  font-size: 13.2px;
}

.newsletter__input:focus {
  outline: none;
}

.newsletter__input::-webkit-input-placeholder {
  color: #fff;
}

.newsletter__input:-ms-input-placeholder {
  color: #fff;
}

.newsletter__input::-ms-input-placeholder {
  color: #fff;
}

.newsletter__input::placeholder {
  color: #fff;
}

.newsletter__input.error {
  border-color: red;
}

.newsletter__submit {
  color: #fff;
  background-color: transparent;
  border: none;
  line-height: 60px;
  font-size: 13.2px;
  cursor: pointer;
}

.newsletter__submit:hover {
  color: #a6a6a6;
}

.newsletter__submit:focus {
  outline: none;
}

.newsletter__label {
  font-size: 12px;
}

.newsletter__popover {
  position: fixed;
  color: black;
  background-color: #f0f0f0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 200;
  -webkit-transform: translateY(100%);
       -o-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: -webkit-transform 200ms ease-out;
  -o-transition: -o-transform 200ms ease-out;
  transition: transform 200ms ease-out;
  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out, -o-transform 200ms ease-out;
}

.newsletter__popover.open {
  display: block;
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

.newsletter__popover__text {
  text-align: center;
  margin-bottom: 3px;
}

.newsletter__popover__text span {
  color: #ff4500;
}

.newsletter__popover .simple-button {
  position: absolute;
  right: 20px;
  top: 4px;
  padding-right: 0;
}

@media (min-width: 768px) {
  .newsletter__popover .simple-button {
    right: 30px;
    top: 5px;
  }
}

@media (min-width: 1024px) {
  .newsletter__popover .simple-button {
    right: 40px;
  }
}

@media (min-width: 1200px) {
  .newsletter__popover .simple-button {
    right: 60px;
  }
}

.newsletter__list {
  text-align: left;
  border-bottom: 1px solid #fff;
  position: relative;
}

.newsletter__list .newsletter__list__child {
  max-height: 0;
  -webkit-transition: max-height 300ms linear;
  -o-transition: max-height 300ms linear;
  transition: max-height 300ms linear;
  position: absolute;
}

.newsletter__list.open .newsletter__list__child {
  max-height: 1000px;
}

.newsletter input:-webkit-autofill,
.newsletter input:-webkit-autofill:focus,
.newsletter input:-webkit-autofill:hover {
  -webkit-box-shadow: 0 0 0 30px #000 inset !important;
  -webkit-text-fill-color: #fff !important;
}

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  color: #fff;
  width: 100%;
  height: 44px;
}

.select-styled {
  /*
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  */
  background-color: #000;
  text-align: left;
  border-bottom: 1px solid #fff;
}

.select-styled::after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #fff transparent transparent;
  position: absolute;
  top: 16px;
  right: 10px;
}

.select-styled:active,
.select-styled.active {
  padding-left: 15px;
  color: #000;
  background-color: #fff;
}

.select-styled:active::after,
.select-styled.active::after {
  top: 9px;
  border-color: transparent transparent #000;
}

.select-options {
  display: none;
  /*
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  */
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
  text-align: left;
  color: #000;
}

.select-options li {
  margin: 0;
  padding: 2px 0;
  text-indent: 15px;
  border-top: 1px solid #fff;
}

.select-options li:hover {
  background: #f0f0f0;
}

.select-options li[rel="hide"] {
  display: none;
}

.page-custom-navigation {
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .page-custom-navigation {
    padding-top: 20px;
    padding-bottom: 80px;
  }
}

.page-custom-navigation-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.page-custom-navigation-list__item {
  display: inline-block;
  margin: 5px;
}

.page-custom-navigation-list__item a {
  text-decoration: none;
}

.page-custom-navigation-list__item a.active {
  text-decoration: underline;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.flickity-viewport {
  width: 100%;
  max-height: 350px;
}

@media screen and (min-width: 768px) {
  .flickity-viewport {
    max-height: 500px;
  }
}

.flickity-page-dots {
  top: 195px;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .flickity-page-dots {
    top: 375px;
  }
}

.flickity-page-dots .dot {
  width: 6px;
  height: 6px;
  margin: 0 4px;
}

.gallery {
  margin-bottom: 60px;
}

.gallery-cell {
  width: 100%;
  margin-right: 10px;
}

.gallery-cell .gallery-cell-content {
  position: relative;
  height: 350px;
}

@media screen and (min-width: 768px) {
  .gallery-cell .gallery-cell-content {
    height: 500px;
  }
}

.gallery-cell .gallery-cell-content .gallery-cell-image {
  height: 190px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 768px) {
  .gallery-cell .gallery-cell-content .gallery-cell-image {
    height: 370px;
  }
}

.gallery-cell .gallery-cell-content .gallery-cell-text {
  position: absolute;
  top: 220px;
}

@media screen and (min-width: 768px) {
  .gallery-cell .gallery-cell-content .gallery-cell-text {
    top: 400px;
  }
}

.gallery-cell .gallery-cell-content .gallery-cell-text h5 {
  font-size: 18px;
}

.program-page {
  margin-bottom: 100px;
}

.program-page .program-header {
  margin-top: -15px;
  width: 100vw;
  height: auto;
}

.program-page .program-header img {
  width: 100vw;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 250px;
}

@media screen and (min-width: 475px) {
  .program-page .program-header img {
    max-height: 375px;
  }
}

@media screen and (min-width: 769px) {
  .program-page .program-header img {
    max-height: 625px;
  }
}

@media screen and (min-width: 769px) {
  .program-page .program-header {
    margin-bottom: 30px;
  }
}

.program-page .block__title {
  margin-bottom: 35px;
}

.program-page .program-block,
.program-page .program-sponsors,
.program-page .program-info {
  margin-top: 35px;
  margin-bottom: 70px;
}

.program-page .program-info .post-details {
  width: 100%;
  margin: 20px 0;
}

.program-page .program-info .program__description {
  margin: 15px 0 0;
}

.program-page .program-info .program__text {
  margin-top: 20px;
  max-height: 0;
  overflow: hidden;
  -o-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease;
  -webkit-transition: max-height 0.5s ease;
}

.program-page .program-info .program__text.expand {
  max-height: 999px;
  height: 100%;
}

.program-page .program-info .toggle-content {
  cursor: pointer;
}

.program-page .program-info .toggle-content::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #2f2f2f;
  margin-left: 10px;
  margin-bottom: 3px;
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.program-page .program-info .toggle-content.active::after {
  -webkit-transform: rotate(360deg);
       -o-transform: rotate(360deg);
          transform: rotate(360deg);
}

.program-page .program-block {
  max-width: 1440px;
  margin: 0 auto;
}

.program-page .program-block .card--program {
  padding: 15px;
}

.program-page .program-block .card--program .card__img {
  background-size: cover;
  background-position: center center;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.program-page .program-block .card--program .card__img.landscape {
  height: 200px;
}

.program-page .program-block .card--program .card__img.portrait {
  height: 300px;
}

.program-page .program-block .card--program .card__description {
  margin-bottom: 5px;
  margin-top: 0;
}

.program-page .program-block .card--program .card__info {
  margin: 0 0 15px;
}

.program-page .program-sponsors .sponsor-list {
  border: none;
  padding-top: 0;
  margin-top: 35px;
}

.program-page .program-sponsors .sponsor-list .sponsor-list__item__image-container {
  margin: 0 auto;
}

.program-link {
  display: block;
  margin-top: 90px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 30px 0;
  text-decoration: none;
}

@media screen and (min-width: 475px) {
  .program-link {
    padding: 55px 0;
  }
}

.program-link .program-link__title {
  margin: 0;
  display: block;
  max-width: 66.66%;
  font-size: 22px;
}

@media screen and (min-width: 475px) {
  .program-link .program-link__title {
    margin-bottom: 10px;
    font-size: 36px;
  }
}

.program-link .card__description {
  margin: 0;
  display: block;
  max-width: 66.66%;
  font-size: 16px;
}

@media screen and (min-width: 475px) {
  .program-link .card__description {
    font-size: 20px;
  }
}

.program-link .card__img {
  display: inline;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 80px;
  max-width: 100px;
}

@media screen and (min-width: 475px) {
  .program-link .card__img {
    height: 120px;
    max-width: 160px;
  }
}

@media (min-width: 1024px) {
  .searchform {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.searchform__input {
  border: none;
  color: black;
}

.searchform__input:focus {
  outline: none;
}

.searchform__input::-webkit-input-placeholder {
  color: #a6a6a6;
}

.searchform__input:-ms-input-placeholder {
  color: #a6a6a6;
}

.searchform__input::-ms-input-placeholder {
  color: #a6a6a6;
}

.searchform__input::placeholder {
  color: #a6a6a6;
}

.searchform-warning {
  text-align: center;
  padding-top: 80px;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

.spinner {
  position: relative;
}

.spinner.spinner--block {
  display: block;
  height: 80px;
}

@media (min-width: 768px) {
  .spinner.spinner--block {
    top: -20px;
    height: 40px;
  }
}

@media (min-width: 1024px) {
  .spinner.spinner--block {
    height: 40px;
    top: -40px;
  }
}

.spinner::before {
  content: '';
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border-radius: 50%;
  border: 1px solid #a6a6a6;
  border-top-color: black;
  -webkit-animation: spinner 600ms linear infinite;
  -o-animation: spinner 600ms linear infinite;
  animation: spinner 600ms linear infinite;
}

/**
 * WordPress Generated Classes
 * @see http://codex.wordpress.org/CSS#WordPress_Generated_Classes
 */

/** Media alignment */

.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
  margin: 1rem auto;
  height: auto;
}

.alignleft,
.alignright {
  margin-bottom: 1rem;
  height: auto;
  background-color: black;
}

@media (min-width: 30rem) {
  .alignleft {
    float: left;
    margin-right: 1rem;
  }

  .alignright {
    float: right;
    margin-left: 1rem;
  }
}

/** Captions */

/** Text meant only for screen readers */

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  color: #000;
  background: #fff;
}

body.menu-open main.main {
  visibility: hidden;
}

.banner {
  background-color: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  height: 80px;
  -webkit-transition: top 200ms ease-out;
  -o-transition: top 200ms ease-out;
  transition: top 200ms ease-out;
}

@media (min-width: 768px) {
  .banner {
    display: block;
  }
}

.brand {
  position: absolute;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMDAuODggMzQuMDciPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojMWQxZDFiO308L3N0eWxlPjwvZGVmcz48dGl0bGU+QXNzZXQgMTwvdGl0bGU+PGcgaWQ9IkxheWVyXzIiIGRhdGEtbmFtZT0iTGF5ZXIgMiI+PGcgaWQ9IkxhZ2VyXzEiIGRhdGEtbmFtZT0iTGFnZXIgMSI+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMjMuNDMsMzEuMDdWLjc3SDE3Ljg1YzAsLjY5LjY5LDIxLjM3LjY5LDIxLjM3TDUuMTEuNzdIMHYzMC4zSDUuNTRjMC0uNTYtLjM0LTIxLjI0LS4zNC0yMS4yNEwxOC40NSwzMS4wN1ptMjUtMTAuODJDNDguMzQsMTIuMSw0Miw5LDM3LjMxLDljLTcuNiwwLTExLDYuMTQtMTEsMTEuMjlzMy4zNSwxMS40NiwxMS4xNiwxMS40NmM3LjMsMCwxMC45LTUuNzEsMTAuOS0xMS40NlptLTE2LjY5LS4xM2MwLTQuMzQsMi41My02LjUyLDUuNTQtNi41MiwzLjk1LDAsNS43OSwzLjQ4LDUuNzksNi45MUM0MywyMy43OCw0MS4yNiwyNywzNy40OCwyN3MtNS43OS0zLjA5LTUuNzktNi44N1pNNTAuNTkuNzd2MzAuM0g1NS43VjI4Ljg0YTcuNDksNy40OSwwLDAsMCw1Ljg4LDIuODhjNC41NSwwLDkuNzQtMy44Niw5Ljc0LTExLjVDNzEuMzIsMTMuMzUsNjYuODYsOSw2MS44OCw5YTksOSwwLDAsMC02LjE0LDIuNDVWLjc3Wm01LjA2LDE5LjA1YzAtMy40OCwxLjkzLTYuMTgsNS02LjE4LDMuNjksMCw1LjM2LDMuMyw1LjM2LDYuMTgsMCw0LjU5LTIuMzYsNy01LjE1LDctMy4wOSwwLTUuMjQtMi4zNi01LjI0LTdabTM4LjY5LDEuNTVDOTQuMzUsMTUuNTQsOTIsOSw4My43OSw5LDc4LjIyLDksNzMsMTIuNTMsNzMsMjAuMjFjMCw3LjEyLDQuNjQsMTEuNSwxMSwxMS41YTEyLjUyLDEyLjUyLDAsMCwwLDEwLjQ3LTUuNDVsLTQuMzgtMi41M2E2LjIsNi4yLDAsMCwxLTUuNjIsMyw1LjgyLDUuODIsMCwwLDEtNi4wNS01LjMyWk03OC42NCwxNy42YTUuMTUsNS4xNSwwLDAsMSw1LjI0LTQuNTEsNC42Myw0LjYzLDAsMCwxLDQuODEsNC41MVptMjMuNDcsMTMuNDhWLjc3SDk2Ljg4djMwLjNabTMzLTEwLjY5Yy0uOSwzLjA5LTMuNDMsNi4wOS03LjM0LDYuMDktNi43NCwwLTguNDEtNi42NS04LjQxLTEwLjc3LDAtNi43NCwzLjUyLTEwLjUxLDguNDUtMTAuNTFhNi4zMyw2LjMzLDAsMCwxLDYuNDgsNS42Mmw1LjYyLTEuNDZDMTM4LjU5LDUsMTM1LjM3LDAsMTI3LjU2LDAsMTE3LDAsMTEzLjE4LDguODgsMTEzLjE4LDE1LjYyYzAsMTEuMzMsNywxNi4yMiwxNC4xNiwxNi4yMiw4LjcxLDAsMTIuMS02LjY1LDEzLjA5LTkuMjNsLTUuMzYtMi4yM1ptMjguNTYsMWMwLTUuODQtMi4zNi0xMi40LTEwLjU2LTEyLjQtNS41OCwwLTEwLjc3LDMuNTYtMTAuNzcsMTEuMjQsMCw3LjEyLDQuNjMsMTEuNSwxMSwxMS41YTEyLjUxLDEyLjUxLDAsMCwwLDEwLjQ3LTUuNDVsLTQuMzgtMi41M2E2LjIsNi4yLDAsMCwxLTUuNjIsMyw1LjgyLDUuODIsMCwwLDEtNi4wNS01LjMyWk0xNDcuOTMsMTcuNmE1LjE1LDUuMTUsMCwwLDEsNS4yNC00LjUxQTQuNjMsNC42MywwLDAsMSwxNTgsMTcuNlptMTguMTQtOFYzMS4wN2g1LjE5VjIxLjc2YzAtMy42OS40Ny01LjQ5LDItNi43OGE0LjA4LDQuMDgsMCwwLDEsMi43LTFjMy4xOCwwLDMuNzgsMi42NiwzLjc4LDVWMzEuMDdoNS4wNlYxNi4xNGMwLTQuMjEtMi40LTcuMTctNy03LjE3LS44NiwwLTQuNjguMjYtNi42MSwzLjE4VjkuNjFabTE5Ljg3LDMuNjVoMy4xM1YyNi4wNWMwLDMuNTIsMS40Niw1LjE5LDYuMDUsNS4xOWEyMy42NywyMy42NywwLDAsMCwzLjY5LS4zNFYyNi41N2E4LjY4LDguNjgsMCwwLDEtMi4xNS4yNiwyLjgsMi44LDAsMCwxLTEuOTMtLjY0LDMuNTMsMy41MywwLDAsMS0uNTItMi4yN1YxMy4yNmg0LjU5VjkuNjFoLTQuNTlWMmgtNS4xNVY5LjYxaC0zLjEzdjMuNjVabTM1LjI5LDguMTFjMC01Ljg0LTIuMzYtMTIuNC0xMC41Ni0xMi40LTUuNTgsMC0xMC43NywzLjU2LTEwLjc3LDExLjI0LDAsNy4xMiw0LjY0LDExLjUsMTEsMTEuNWExMi41MiwxMi41MiwwLDAsMCwxMC40Ny01LjQ1TDIxNywyMy43M2E2LjIsNi4yLDAsMCwxLTUuNjIsMyw1LjgyLDUuODIsMCwwLDEtNi4wNS01LjMyWk0yMDUuNTEsMTcuNmE1LjE1LDUuMTUsMCwwLDEsNS4yNC00LjUxLDQuNjMsNC42MywwLDAsMSw0LjgxLDQuNTFabTE4LjE1LThWMzEuMDdoNVYyMS44OWExMC44NCwxMC44NCwwLDAsMSwuMzktMy41MmMxLjI1LTMuOTUsNS4zNy0zLjk1LDYuNDQtMy45NVY5LjE0SDIzNWMtMSwwLTQuNzYuMTMtNi4zOSwzLjUydi0zWm0zOSwxNi4yMkE2LDYsMCwwLDEsMjU3LDI5LjMzYy00Ljc2LDAtNi44NS00LTYuODUtOC42NFMyNTIuNDUsMTIsMjU3LjI1LDEyYTUuOCw1LjgsMCwwLDEsNS42MywzLjQ5bDIuNC0uNTdjLTEuMDktMi44OC0zLjQ1LTUuMjQtNy45LTUuMjQtNS44NSwwLTEwLDQuMjgtMTAsMTEuMDgsMCw2LjQxLDMuNjcsMTAuNzgsOS41NiwxMC43OGE4LjUyLDguNTIsMCwwLDAsOC4zMy01LjE1bC0yLjYyLS42MVpNMjg1LjUyLDMuMjdoLTMuMjNsLTE2LjgsMzAuOGgzLjMybDE2LjcxLTMwLjhabTE1LjM3LDE3LjI5QzMwMC44LDE1LjI4LDI5OCw5Ljc0LDI5MS41LDkuNzRjLTYsMC05LjUxLDQuNzEtOS41MSwxMS4xNywwLDYuNzIsNCwxMC42OSw5LjM0LDEwLjY5LDQuNTQsMCw5LjU1LTMuMjcsOS41NS0xMVptLTIuNzUsMGMwLDYuNjctMy41Myw4Ljc3LTYuNzYsOC43N3MtNi42My0yLTYuNjMtOC40MmMwLTYuMjQsMy05LDYuNzItOSwzLjI3LDAsNi42OCwyLjA5LDYuNjgsOC42NFoiLz48L2c+PC9nPjwvc3ZnPg==);
  background-repeat: no-repeat;
  top: 24px;
  left: 20px;
  width: 180px;
  height: 20px;
  display: block;
  z-index: 100;
}

@media (min-width: 768px) {
  .brand {
    left: 30px;
    top: 29px;
    width: 172px;
    height: 19px;
  }
}

@media (min-width: 1024px) {
  .brand {
    left: 40px;
  }
}

@media (min-width: 1100px) {
  .brand {
    left: 40px;
  }
}

@media (min-width: 1200px) {
  .brand {
    left: 60px;
  }
}

.nav-info {
  position: relative;
  width: 100%;
  height: 80px;
  background-color: #fff;
  z-index: 2;
}

@media (min-width: 1100px) {
  .nav-info {
    background-color: transparent;
    display: inline-block;
    width: 200px;
  }
}

nav a:hover {
  opacity: 1;
}

.nav-primary {
  background-color: #fff;
  position: absolute;
  width: 100%;
  -webkit-transform: translateY(-100%);
       -o-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: -webkit-transform 200ms ease-out;
  -o-transition: -o-transform 200ms ease-out;
  transition: transform 200ms ease-out;
  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out, -o-transform 200ms ease-out;
  z-index: 1;
  padding-left: 20px;
  min-height: 100vh;
}

@media (min-width: 768px) {
  .nav-primary {
    padding-left: 30px;
  }
}

@media (min-width: 1024px) {
  .nav-primary {
    padding-left: 60px;
  }
}

@media (min-width: 1100px) {
  .nav-primary {
    background-color: #fff;
    min-height: auto;
    position: relative;
    overflow-y: visible;
    top: -80px;
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }

  .nav-primary::after {
    content: "";
    display: table;
    clear: both;
  }
}

.nav-primary.open {
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
  overflow: scroll;
  padding-bottom: 100px;
}

.nav-primary .nav,
.nav-primary .nav .sub-menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

@media (min-width: 1100px) {
  .nav-primary .nav {
    display: inline-block;
    position: relative;
    float: right;
    padding-right: 40px;
  }
}

@media (min-width: 1100px) {
  .nav-primary .nav {
    padding-right: 40px;
  }
}

@media (min-width: 1200px) {
  .nav-primary .nav {
    padding-right: 60px;
  }
}

.nav-primary .nav a,
.nav-primary .nav .sub-menu a {
  text-decoration: none;
}

.nav-primary .nav .menu-item {
  margin-bottom: 20px;
  cursor: pointer;
}

.nav-primary .nav .menu-item a {
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media (min-width: 768px) {
  .nav-primary .nav .menu-item {
    margin-bottom: 25px;
  }
}

@media (min-width: 1100px) {
  .nav-primary .nav .menu-item {
    display: inline-block;
    margin-bottom: 20px;
  }
}

.nav.search-open .icon--search {
  background-image: none;
}

.nav.search-open .menu-item,
.nav.search-open .menu-item a {
  cursor: default;
}

.nav-primary .nav .menu-item.menu-item--search .icon--search::after {
  position: absolute;
  display: block;
  content: "close";
  top: 4px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.2px;
  left: 0;
  opacity: 0;
  color: #000;
  font-family: 'AkzidensProMed', sans-serif;
  font-weight: 400;
  -webkit-transform: translateX(-9px);
       -o-transform: translateX(-9px);
          transform: translateX(-9px);
  cursor: pointer;
}

@media (min-width: 768px) {
  .nav-primary .nav .menu-item.menu-item--search {
    margin-bottom: 15px;
  }
}

@media (min-width: 1100px) {
  .nav-primary .nav .menu-item.menu-item--search {
    margin-bottom: 20px;
    margin-left: 10px;
    position: relative;
    top: 6px;
  }
}

@media (min-width: 1100px) {
  .nav-primary .nav .menu-item.menu-item--search {
    margin-left: 15px;
  }
}

.nav-primary .nav .menu-item.menu-item--search.open .icon--search {
  background-image: none;
}

.nav-primary .nav .menu-item.menu-item--search.open .icon--search::after {
  opacity: 1;
}

@media (min-width: 1100px) {
  .nav-primary .nav > .menu-item:last-child {
    margin-top: 0;
  }
}

@media (min-width: 1100px) {
  .nav-primary .nav > .menu-item > a {
    padding-top: 17px;
    padding-left: 10px;
  }
}

@media (min-width: 1100px) {
  .nav-primary .nav > .menu-item:last-child > a {
    padding-left: 10px;
  }
}

.nav-primary .nav .menu-item.current_page_item a,
.nav-primary .nav .menu-item.current-menu-parent > a {
  text-decoration: underline;
}

.nav-primary .nav .menu-item-has-children.open > a {
  color: #a6a6a6;
}

.nav-primary .nav .menu-item-has-children .sub-menu {
  display: none;
}

.nav-primary .nav .menu-item-has-children {
  position: relative;
}

.nav-primary .nav .menu-item-has-children > a {
  padding-right: 20px;
  display: inline-block;
  position: relative;
}

@media (min-width: 1100px) {
  .nav-primary .nav .menu-item-has-children > a {
    padding-right: 12px;
  }
}

.nav-primary .nav .menu-item-has-children.menu-item--search > a::after {
  display: none;
  height: 0;
  width: 0;
  top: 0;
}

.nav-primary .nav .menu-item-has-children > .sub-menu {
  margin-top: 15px;
}

@media (min-width: 768px) {
  .nav-primary .nav .menu-item-has-children > .sub-menu {
    margin-bottom: 30px;
  }
}

@media (min-width: 1100px) {
  .nav-primary .nav .menu-item-has-children > .sub-menu {
    margin-bottom: 0;
  }
}

.nav-primary .nav .menu-item-has-children.menu-item--search.open > a {
  margin-bottom: 0;
}

@media (min-width: 1100px) {
  .nav-primary .nav .menu-item .sub-menu {
    position: absolute;
    background-color: #fff;
    padding-left: 10px;
  }
}

@media (min-width: 1100px) {
  .nav-primary .nav .menu-item .sub-menu {
    padding-left: 15px;
  }
}

@media (min-width: 1100px) {
  .nav-primary .nav .menu-item .sub-menu::after,
  .nav-primary .nav .menu-item .sub-menu::before {
    content: '';
    background-color: #fff;
    width: 100vw;
    height: 100%;
    display: block;
  }
}

@media (min-width: 1100px) {
  .nav-primary .nav .menu-item .sub-menu::before {
    position: absolute;
    -webkit-transform: translateX(-100%);
         -o-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@media (min-width: 768px) {
  .nav-primary .nav .menu-item .sub-menu .menu-item {
    margin-bottom: 10px;
  }
}

@media (min-width: 1100px) {
  .nav-primary .nav .menu-item .sub-menu .menu-item {
    display: block;
    margin-bottom: 20px;
  }
}

.nav-text {
  position: absolute;
  top: 29px;
  right: 20px;
  cursor: pointer;
  z-index: 100;
}

@media (min-width: 768px) {
  .nav-text {
    right: 30px;
  }
}

@media (min-width: 1024px) {
  .nav-text {
    right: 60px;
  }
}

@media (min-width: 1100px) {
  .nav-text {
    right: 60px;
    display: none;
  }
}

.nav-primary .nav .menu-item--search {
  position: relative;
}

.nav-primary .nav .menu-item--search .sub-menu {
  cursor: auto;
  position: absolute;
  top: -5px;
  left: 40px;
}

@media (min-width: 1100px) {
  .nav-primary .nav .menu-item--search .sub-menu {
    position: fixed;
    left: 0;
    padding-left: 0;
    height: 100vh;
    z-index: -1;
  }
}

@media (min-width: 1100px) {
  .nav-primary .nav .menu-item--search .sub-menu .searchform .searchform__input {
    width: 330px;
    position: absolute;
    left: 50%;
    top: 50vh;
    -webkit-transform: translate(-50%, -100%);
         -o-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
  }
}

.nav-primary .menu-item-has-children > a {
  position: relative;
}

.nav-primary .menu-item-has-children .nav-arrow {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTFweCIgaGVpZ2h0PSI1cHgiIHZpZXdCb3g9IjAgMCAxMSA1IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA0Ni4yICg0NDQ5NikgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+VHJpYW5nbGUgMiBDb3B5IDU8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0ibGVhcm4tZmlsdGVyLWRlc2t0b3AtNCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEwNjcuMDAwMDAwLCAtMjQ2LjAwMDAwMCkiIGZpbGw9IiMwMDAwMDAiPgogICAgICAgICAgICA8cG9seWdvbiBpZD0iVHJpYW5nbGUtMi1Db3B5LTUiIHBvaW50cz0iMTA3Mi41IDI1MSAxMDY3IDI0NiAxMDc4IDI0NiI+PC9wb2x5Z29uPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
  display: inline-block;
  height: 6px;
  width: 11px;
  position: absolute;
  background-repeat: no-repeat;
  right: -2px;
  z-index: 0;
  top: 17px;
}

@media (min-width: 768px) {
  .nav-primary .menu-item-has-children .nav-arrow {
    top: 12px;
  }
}

@media (min-width: 1100px) {
  .nav-primary .menu-item-has-children .nav-arrow {
    top: 29px;
  }

  .nav-primary .menu-item:last-child.menu-item-has-children .nav-arrow {
    top: 24px;
  }
}

.nav-primary .menu-item-has-children.open .nav-arrow {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjExcHgiIGhlaWdodD0iNXB4IiB2aWV3Qm94PSIwIDAgMTEgNSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNDYuMiAoNDQ0OTYpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPgogICAgPHRpdGxlPm5jLXRyaWFuZ2xlLWRvd24tYmxrPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Im5jLXRyaWFuZ2xlLWRvd24tYmxrIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg1LjUwMDAwMCwgMi41MDAwMDApIHNjYWxlKDEsIC0xKSB0cmFuc2xhdGUoLTUuNTAwMDAwLCAtMi41MDAwMDApICIgZmlsbC1ydWxlPSJub256ZXJvIiBmaWxsPSIjMDAwMDAwIj4KICAgICAgICAgICAgPHBvbHlnb24gaWQ9IlRyaWFuZ2xlLTItQ29weS01IiBwb2ludHM9IjUuNSA1IDAgMCAxMSAwIj48L3BvbHlnb24+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=);
}

@media (min-width: 1100px) {
  .menu-item-has-children {
    margin-bottom: 0 !important;
  }

  .menu-item-has-children .sub-menu {
    margin-top: 0 !important;
  }

  .menu-item-has-children .sub-menu li:first-child {
    margin-top: 20px;
  }

  .menu-item-has-children .sub-menu .nav-arrow {
    display: none !important;
  }
}

.nav.search-open .menu-item {
  opacity: 1;
}

@media (min-width: 1100px) {
  .nav.search-open .menu-item {
    opacity: 0;
  }
}

.nav.search-open .menu-item--search {
  opacity: 1;
}

.nav.search-open .menu-item--search.open {
  top: 11px;
}

@media (min-width: 1100px) {
  .nav.search-open .menu-item--search.open {
    top: 0;
  }
}

.archive-section {
  padding-top: 50px;
}

.archive-section:first-child {
  padding-top: 30px;
}

.archive-section:last-child {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .archive-section:last-child {
    margin-bottom: 90px;
  }
}

@media (min-width: 1024px) {
  .archive-section:last-child {
    margin-bottom: 130px;
  }
}

.archive__year {
  margin-top: 0;
}

@media (min-width: 1024px) {
  .archive__year {
    font-size: 8vw;
    line-height: 8vw;
  }
}

.archive-section .card {
  margin-bottom: 50px;
}

.sponsor-list {
  margin-top: 80px;
  margin-bottom: 80px;
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 1px solid rgba(0, 0, 0, 0.35);
  border-bottom: 1px solid rgba(0, 0, 0, 0.35);
}

.sponsor-wrapper + .sponsor-wrapper .sponsor-list {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}

.sponsor-list__item a {
  text-decoration: none;
}

.sponsor-list__item__image-container {
  width: 60%;
  height: 0;
  padding-bottom: 60%;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
}

/* Force cc window to be banner */

.cc-window,
.cc-window.cc-floating {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 100%;
  left: 0;
  right: 0;
  top: 0;
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: -webkit-transform 200ms ease-out;
  -o-transition: -o-transform 200ms ease-out;
  transition: transform 200ms ease-out;
  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out, -o-transform 200ms ease-out;
  background-color: #f0f0f0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) {
  .cc-window,
  .cc-window.cc-floating {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.cc-floating .cc-message {
  margin-bottom: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.cc-window.cc-floating .cc-compliance {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (min-width: 768px) {
  .cc-window.cc-floating .cc-compliance {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}

.cc-window,
.cc-window.cc-floating {
  padding: 12px 20px;
}

@media (min-width: 768px) {
  .cc-window,
  .cc-window.cc-floating {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 1024px) {
  .cc-window,
  .cc-window.cc-floating {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 1200px) {
  .cc-window,
  .cc-window.cc-floating {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.cc-btn {
  padding: 0;
  border: none;
  position: relative;
  top: 2px;
}

.cc-window .cc-btn,
.cc-window .cc-btn:last-child {
  min-width: 0;
}

.cc-window.cc-invisible {
  -webkit-transform: translateY(-100%);
       -o-transform: translateY(-100%);
          transform: translateY(-100%);
}

.footer__opening-hours {
  background-color: #000;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: left;
  padding: 10px 20px;
  z-index: 100;
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: -webkit-transform 200ms ease-out;
  -o-transition: -o-transform 200ms ease-out;
  transition: transform 200ms ease-out;
  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out, -o-transform 200ms ease-out;
}

@media (min-width: 768px) {
  .footer__opening-hours {
    padding: 5px 30px;
  }
}

@media (min-width: 1024px) {
  .footer__opening-hours {
    padding: 5px 40px;
  }
}

@media (min-width: 1200px) {
  .footer__opening-hours {
    padding: 5px 60px;
  }
}

.footer__opening-hours.close {
  -webkit-transform: translateY(100%);
       -o-transform: translateY(100%);
          transform: translateY(100%);
}

.footer__opening-hours p {
  margin-top: 0;
  margin-bottom: 0;
}

.footer__opening-hours .icon {
  display: none;
}

@media (min-width: 768px) {
  .footer__opening-hours .icon {
    display: inline-block;
    position: relative;
    top: 6px;
    left: -4px;
  }
}

.footer__opening-hours__close {
  text-align: right;
}

.footer__opening-hours__close .simple-button {
  padding: 0;
}

@media (min-width: 768px) {
  .opening-hours__link {
    position: absolute;
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media (min-width: 1024px) {
  .opening-hours__link {
    left: 40px;
  }
}

@media (min-width: 1200px) {
  .opening-hours__link {
    left: 60px;
  }
}

@media (min-width: 768px) {
  .opening-hours__info {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.footer {
  padding-top: 50px;
  padding-bottom: 20px;
  background-color: black;
  color: white;
  text-align: center;
  position: relative;
}

@media (min-width: 768px) {
  .footer {
    padding-top: 160px;
  }
}

.footer ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.footer.wish {
  margin-bottom: 0;
}

.footer-info {
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 768px) {
  .footer-info {
    margin-bottom: 40px;
  }
}

@media (min-width: 1024px) {
  .footer-info {
    margin-bottom: 20px;
  }
}

.footer-info__item {
  margin-bottom: 20px;
  width: 100%;
}

.footer-info__item:nth-child(1n+4) {
  display: none;
}

@media (min-width: 1024px) {
  .footer-info__item:nth-child(3n+2) {
    border-left: 1px solid rgba(255, 255, 255, 0.25);
    border-right: 1px solid rgba(255, 255, 255, 0.25);
    padding-top: 15px;
    padding-bottom: 20px;
  }
}

.footer-info__item a {
  text-decoration: none;
}

.footer-nav {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .footer-nav {
    margin-bottom: 20px;
  }
}

@media (min-width: 1024px) {
  .footer-nav {
    margin-bottom: 60px;
  }
}

.footer-nav .menu-item {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .footer-nav .menu-item {
    margin-bottom: 20px;
  }
}

.footer-nav .menu-item-has-children > a {
  margin-bottom: 12px;
  display: block;
}

.footer-nav .menu-item a {
  text-decoration: none;
}

.footer-nav .sub-menu .menu-item {
  margin-bottom: 3px;
}

.footer-social {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .footer-social {
    margin-bottom: 50px;
  }
}

@media (min-width: 1024px) {
  .footer-social {
    margin-bottom: 0;
    position: absolute;
    left: 40px;
    bottom: 1px;
  }
}

@media (min-width: 1200px) {
  .footer-social {
    left: 60px;
  }
}

.footer-social__text {
  text-align: right;
}

.footer-social__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: center;
  vertical-align: top;
}

.footer-social__list__item {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}

.footer-social__list__item:first-child {
  padding-left: 0;
}

.footer-social__list__item:nth-child(1n+2) {
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}

.footer-social__list__item:first-child {
  display: block;
}

@media (min-width: 768px) {
  .footer-social__list__item:first-child {
    display: inline-block;
  }
}

.footer-social__list__item:first-child h5 {
  position: relative;
  top: -5px;
}

.footer-social__list__item:last-child {
  border-right: none;
  padding-left: 5px;
}

.footer-footer {
  display: block;
  text-align: left;
}

@media (min-width: 768px) {
  .footer-footer {
    text-align: center;
  }
}

.footer .block__title {
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  .footer .block__title {
    margin-bottom: 40px;
  }
}

@media (min-width: 1024px) {
  .footer .block__title:first-child {
    margin-bottom: 20px;
  }
}

.scroll-up {
  display: block;
  position: absolute;
  right: 20px;
  bottom: 18px;
  cursor: pointer;
}

@media (min-width: 768px) {
  .scroll-up {
    right: 30px;
  }
}

@media (min-width: 1024px) {
  .scroll-up {
    right: 40px;
    bottom: 20px;
  }
}

@media (min-width: 1200px) {
  .scroll-up {
    right: 60px;
  }
}

.post-hero {
  margin-bottom: 40px;
}

.post-hero .row {
  margin-left: -30px;
}

.post-portrait {
  margin-top: -20px;
}

.post-portrait::after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 768px) {
  .post-portrait {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.post-portait__block {
  padding-left: 20px;
  padding-right: 20px;
}

.post-portait__block:first-child {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 768px) {
  .post-portait__block {
    float: left;
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }

  .post-portait__block:first-child {
    padding-right: 10px;
  }

  .post-portait__block:last-child {
    padding-left: 15px;
  }
}

@media (min-width: 1024px) {
  .post-portait__block:first-child {
    padding-right: 30px;
  }

  .post-portait__block:last-child {
    padding-left: 30px;
  }
}

.post-hero__portrait img {
  max-width: 100%;
  min-width: 100%;
}

.post-hero__ingress {
  max-width: 540px;
}

.post-hero__ingress.post-hero__no-image {
  max-width: 100%;
}

header::after {
  content: "";
  display: table;
  clear: both;
}

.post-hero__cat,
.post-categories {
  list-style: none;
  padding: 0;
  margin: 0;
}

.post-hero__cat li,
.post-categories li {
  display: inline;
}

.post-hero__cat li a,
.post-categories li a {
  text-decoration: none;
}

.post-hero__caption {
  margin-left: 20px;
}

@media (min-width: 768px) {
  .post-hero__caption {
    margin-left: calc(50vw - 660px / 2);
  }
}

@media (min-width: 900px) {
  .post-hero__caption--portrait {
    margin-left: 120px;
  }
}

.post-categories li {
  display: none;
}

.post-categories li:last-child {
  display: inline;
}

.post-hero__ingress--top {
  margin-bottom: 40px;
  max-width: 100%;
}

.post-hero__cat li {
  list-style-type: none;
}

.post-hero__cat li a {
  color: inherit;
  text-decoration: none;
}

.post-details {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.post-details__item {
  border-top: 1px solid black;
  padding-top: 10px;
  padding-bottom: 5px;
  font-family: 'AkzidensProMed', sans-serif;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.4px;
}

@media screen and (min-width: 768px) {
  .post-details__item {
    font-size: 22px;
  }
}

@media screen and (min-width: 768px) {
  .post-details__item {
    line-height: 28px;
  }
}

@media screen and (min-width: 768px) {
  .post-details__item {
    letter-spacing: -0.3px;
  }
}

.post-details__item:last-child {
  border-bottom: 1px solid black;
}

.post-details__item a {
  text-decoration: none;
}

.post-gallery-wrapper {
  margin-top: 70px;
  margin-bottom: 70px;
}

.post-gallery {
  list-style-type: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.post-gallery__item img {
  max-width: 100%;
}

.post-single-image {
  margin-top: 60px;
  margin-bottom: 60px;
}

.post-single-image__image {
  max-width: 100%;
  min-width: 100%;
}

.post-material {
  margin-bottom: 30px;
}

@media (min-width: 1024px) {
  .post-material {
    margin-bottom: 100px;
  }
}

.post-material-for-download {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-top: 30px;
}

@media (min-width: 1024px) {
  .post-material-for-download {
    margin-top: 70px;
  }
}

.post-material-for-download__item {
  border-top: 1px solid rgba(0, 0, 0, 0.35);
  padding-top: 14px;
  padding-bottom: 14px;
  position: relative;
  min-height: 108px;
}

.post-material-for-download__item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.35);
}

.post-material-for-download__item a {
  display: block;
  text-decoration: none;
  padding-left: 50px;
}

.post-material-for-download__item p {
  margin-top: 0;
  margin-bottom: 5px;
}

.post-material-for-download__item p.track--download {
  pointer-events: none;
}

.post-material-for-download__item small {
  color: #a6a6a6;
  bottom: 14px;
  text-transform: uppercase;
}

.post-material-for-download__item a.icon {
  background-position: left 12px;
  -webkit-transition: background-position 200ms ease-out;
  -o-transition: background-position 200ms ease-out;
  transition: background-position 200ms ease-out;
}

.post-material-for-download__item:hover a.icon {
  background-position: left 50%;
}

.post-split .block__title {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .post-split .block__title {
    margin-bottom: 50px;
  }
}

.post-split-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .post-split-list {
    margin-bottom: 0;
  }
}

@media (min-width: 1024px) {
  .post-split-list {
    margin-top: 10px;
  }
}

.post-split-list .post-split-list__item--image img {
  max-width: 60%;
}

@media (min-width: 768px) {
  .post-split-list-wrapper > div:first-child {
    border-right: 1px solid rgba(0, 0, 0, 0.35);
  }
}

.post-split-list li {
  margin-bottom: 0;
}

.post-split-list li:first-child,
.post-split-list .post-split-list__item--image + li {
  margin-bottom: 5px;
}

.post-sponsors {
  margin-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.35);
}

.post-sponsors .post-sponsors__title {
  margin-top: 25px;
  margin-bottom: 25px;
}

.post-sponsors .post-sponsors__list::after {
  content: "";
  display: table;
  clear: both;
}

.post-sponsors .post-sponsors__list .post-sponsors__list__item a {
  float: left;
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  margin-right: 20px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .post-sponsors .post-sponsors__list .post-sponsors__list__item a {
    margin-right: 20px;
    width: 150px;
    height: 150px;
  }
}

@media (min-width: 768px) {
  .post-sponsors .post-sponsors__list .post-sponsors__list__item:nth-child(4n) a {
    margin-right: 0;
  }
}

.post-content {
  margin-bottom: 80px;
  /*
  p.paragraph {
    text-indent: 40px;
    margin-top: 0;
    margin-bottom: 0;
  }

  h1 + p.paragraph,
  h2 + p.paragraph,
  h3 + p.paragraph,
  h4 + p.paragraph,
  h5 + p.paragraph,
  h6 + p.paragraph,
  blockquote + p.paragraph,
  iframe + p.paragraph,
  img + p.paragraph,
  ul + p.paragraph,
  .block.block--small .paragraph:first-child {
    text-indent: 0;
  }
  */
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5 {
  margin-bottom: 15px;
  margin-top: 40px;
}

.post-content img,
.post-content iframe {
  max-width: 100%;
}

@media (min-width: 768px) {
  .post-content {
    margin-bottom: 140px;
  }
}

@media (min-width: 1024px) {
  .post-content {
    margin-bottom: 180px;
  }
}

/*
.post-content .block--small > p {
  text-indent: 40px;
  margin-top: 0;
  margin-bottom: 0;
}

.post-content .block--small > h1 + p,
.post-content .block--small > h2 + p,
.post-content .block--small > h3 + p,
.post-content .block--small > h4 + p,
.post-content .block--small > h5 + p,
.post-content .block--small > blockquote + p,
.post-content .block--small > iframe + p,
.post-content .block--small > img + p,
.post-content .block--small > img + ul,
.post-content .block--small > img + p,
.post-content .block--small > p:first-child {
  text-indent: 0;
}

.post-content--forced > .block--small > p {
  text-indent: 40px;
  margin-top: 0;
  margin-bottom: 0;
}

.post-content--forced > .block--small .block__title + p {
  text-indent: 0;
}
*/

.post-related-content {
  background-color: #f0f0f0;
  padding-top: 80px;
  padding-bottom: 80px;
}

.related-post {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.post-related-content__title {
  border-bottom: 1px solid black;
  padding-bottom: 15px;
  margin-bottom: 0;
}

.related-post__item {
  border-bottom: 1px solid black;
  padding-top: 20px;
  padding-bottom: 20px;
}

.front-page-grid {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  max-width: 100vw;
  overflow: hidden;
  z-index: 1;
}

.front-page-grid::after {
  content: "";
  display: table;
  clear: both;
}

.front-page-grid__item {
  padding-bottom: 80px;
  max-width: 100vw;
  overflow-x: hidden;
}

.front-page-grid__item .headline-container {
  display: block;
  position: relative;
}

.front-page-grid__item .headline-container .underline {
  display: inline-block;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 0;
  bottom: 12px;
  opacity: 0;
}

.front-page-grid__item .image-container {
  position: relative;
}

.front-page-grid__item .image-container img {
  display: inline-block;
}

.front-page-grid__item .image-container .cover {
  height: calc(100% - 8px);
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  opacity: 0;
}

@media (min-width: 1024px) {
  .front-page-grid__item .image-container .cover {
    height: calc(100% - 25px);
  }
}

.front-page-grid__item a:hover .cover {
  opacity: 0.25;
}

.front-page-grid__item a:hover h4 {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-size: 0.05em 1px, 0.05em 1px, 1px 1px;
  background-repeat: no-repeat, no-repeat, repeat-x;
  text-shadow: 0.03em 0 #fff, -0.03em 0 #fff, 0 0.03em #fff, 0 -0.03em #fff, 0.06em 0 #fff, -0.06em 0 #fff, 0.09em 0 #fff, -0.09em 0 #fff, 0.12em 0 #fff, -0.12em 0 #fff, 0.15em 0 #fff, -0.15em 0 #fff;
  background-position: 0 92%, 100% 92%, 0 85%;
}

.front-page-grid__item h4 {
  display: inline;
}

.front-page-grid__item h4,
.front-page-grid__item .headline-container {
  max-width: 70%;
}

.front-page-grid__item:nth-child(4n+1) {
  padding-left: 20px;
}

.front-page-grid__item:nth-child(4n+1) img {
  max-width: 70%;
}

@media (min-width: 768px) {
  .front-page-grid__item:nth-child(4n+1) {
    padding-left: 30px;
  }
}

@media (min-width: 1024px) {
  .front-page-grid__item:nth-child(4n+1) {
    padding-left: 60px;
  }

  .front-page-grid__item:nth-child(4n+1) img,
  .front-page-grid__item:nth-child(4n+1) h4,
  .front-page-grid__item:nth-child(4n+1) .card__description {
    max-width: 60%;
  }
}

.front-page-grid__item:nth-child(4n+2) {
  padding-left: 17%;
}

@media (min-width: 1024px) {
  .front-page-grid__item:nth-child(4n+2) {
    padding-top: 250px;
    padding-left: 10%;
  }
}

.front-page-grid__item:nth-child(4n+3) {
  padding-left: 20px;
  width: 100%;
}

.front-page-grid__item:nth-child(4n+3) img {
  max-width: 80%;
  position: relative;
  left: -20px;
}

.front-page-grid__item:nth-child(4n+3) .cover {
  left: -20px;
}

@media (min-width: 768px) {
  .front-page-grid__item:nth-child(4n+3) {
    padding-left: 30px;
    position: relative;
  }

  .front-page-grid__item:nth-child(4n+3) img,
  .front-page-grid__item:nth-child(4n+3) .cover {
    left: -30px;
  }
}

@media (min-width: 1024px) {
  .front-page-grid__item:nth-child(4n+3) {
    width: 50%;
    padding-left: 60px;
  }

  .front-page-grid__item:nth-child(4n+3) img,
  .front-page-grid__item:nth-child(4n+3) .cover {
    left: -60px;
  }
}

.front-page-grid__item:nth-child(4n+4) {
  padding-left: 30%;
  padding-right: 20px;
}

@media (min-width: 768px) {
  .front-page-grid__item:nth-child(4n+4) {
    padding-right: 30px;
  }
}

.front-page-grid__item:nth-child(4n+4) h4,
.front-page-grid__item:nth-child(4n+4) .card__description {
  max-width: 100%;
}

@media (min-width: 1024px) {
  .front-page-grid__item:nth-child(4n+4) {
    padding-left: 4%;
  }

  .front-page-grid__item:nth-child(4n+4) img {
    max-width: 70%;
  }

  .front-page-grid__item:nth-child(4n+4) h4,
  .front-page-grid__item:nth-child(4n+4) .card__description {
    max-width: 70%;
  }
}

.front-page-grid__item:nth-child(4n+5) {
  padding-left: 20px;
}

@media (min-width: 768px) {
  .front-page-grid__item:nth-child(4n+5) {
    padding-left: 30px;
  }
}

@media (min-width: 1024px) {
  .front-page-grid__item:nth-child(4n+5) {
    position: relative;
    padding-bottom: 160px;
    padding-left: 60px;
  }
}

@media (min-width: 1024px) {
  .front-page-grid__item:nth-child(4n+5) {
    padding-left: 120px;
  }

  .front-page-grid__item:nth-child(4n+5) img,
  .front-page-grid__item:nth-child(4n+5) h4,
  .front-page-grid__item:nth-child(4n+5) .card__description {
    max-width: 70%;
  }
}

.front-page-grid__item:nth-child(even) {
  float: right;
}

@media (min-width: 1024px) {
  .front-page-grid__item {
    float: left;
    width: 50%;
    padding-bottom: 200px;
  }

  .front-page-grid__item h4,
  .front-page-grid__item .card__description {
    max-width: 70%;
  }
}

.front-page-info .show-more-link {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .front-page-info .show-more-link {
    text-align: center;
    margin-top: 75px;
    margin-bottom: 75px;
  }
}

@media (min-width: 1024px) {
  .front-page-info .show-more-link {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

.front-page-extra {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) {
  .front-page-extra {
    padding-top: 130px;
    padding-bottom: 140px;
  }
}

@media (min-width: 1024px) {
  .front-page-extra {
    padding-bottom: 180px;
  }
}

.front-page-extra__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.front-page-extra__card {
  margin-bottom: 50px;
}

.front-page-extra__card h4 {
  display: inline;
}

.front-page-extra__card:last-child {
  margin-bottom: 0;
}

.front-page-extra__card a:hover h4 {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-size: 0.05em 1px, 0.05em 1px, 1px 1px;
  background-repeat: no-repeat, no-repeat, repeat-x;
  text-shadow: 0.03em 0 #fff, -0.03em 0 #fff, 0 0.03em #fff, 0 -0.03em #fff, 0.06em 0 #fff, -0.06em 0 #fff, 0.09em 0 #fff, -0.09em 0 #fff, 0.12em 0 #fff, -0.12em 0 #fff, 0.15em 0 #fff, -0.15em 0 #fff;
  background-position: 0 92%, 100% 92%, 0 92%;
}

.front-page-extra__card a:hover .cover {
  opacity: 0.25;
}

.front-page-extra__card .col-xs-6 {
  position: relative;
}

.front-page-extra__card .col-xs-6 .cover {
  position: absolute;
  top: 0;
  width: calc(100% - 30px);
  height: 100%;
  background-color: #000;
  opacity: 0;
  -webkit-transition: 0.5s opacity;
  -o-transition: 0.5s opacity;
  transition: 0.5s opacity;
}

.animation-background {
  height: 100%;
  width: 100%;
  background: #fff;
  position: fixed;
  z-index: 101;
  top: 0;
}

.animation-background .center {
  position: absolute;
  top: 42%;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  width: 285px;
}

@media (min-width: 768px) {
  .animation-background .center {
    width: 400px;
  }
}

.animation-background .first-word,
.animation-background .second-word {
  font-size: 38px;
  display: inline-block;
  font-family: 'AkzidensProMed', sans-serif;
}

@media (min-width: 768px) {
  .animation-background .first-word,
  .animation-background .second-word {
    font-size: 58px;
  }
}

.animation-background .first-word {
  margin-right: 5px;
}

@media (min-width: 768px) {
  .animation-background .first-word {
    margin-right: 10px;
  }
}

.animation-background .co-icon {
  position: relative;
}

.animation-background .co-icon::after {
  content: " ";
  margin-left: 10px;
  width: 78px;
  height: 40px;
  bottom: 5px;
  position: absolute;
  background-size: 51px 43px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNDdweCIgaGVpZ2h0PSIyOHB4IiB2aWV3Qm94PSIwIDAgNDcgMjgiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQ2LjIgKDQ0NDk2KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Db21iaW5lZCBTaGFwZSBDb3B5PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9ImlQaG9uZS1TRSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTI0Ny4wMDAwMDAsIC0zNTcuMDAwMDAwKSIgZmlsbC1ydWxlPSJub256ZXJvIiBmaWxsPSIjMDAwMDAwIj4KICAgICAgICAgICAgPHBhdGggZD0iTTI4NS42NzYzMDEsMzgzLjk5MzUxNiBDMjgxLjAxMDMxNywzODMuOTkzNTE2IDI3Ny41NjczMjYsMzgwLjU0MDk4MyAyNzcuNTY3MzI2LDM3NC42NjIzNDQgQzI3Ny41NjczMjYsMzY5LjAzNjk4IDI4MC42MzgxMDIsMzY0LjkzMTI2NSAyODUuODIyNTI4LDM2NC45MzEyNjUgQzI5MS40NzIyMjQsMzY0LjkzMTI2NSAyOTMuODkxNjIzLDM2OS43NTY4MTQgMjkzLjk3MTM4NCwzNzQuMzU1NzQ4IEMyOTMuOTcxMzg0LDM4MS4xMTQxODMgMjg5LjYxMTE0OCwzODMuOTkzNTE2IDI4NS42NzYzMDEsMzgzLjk5MzUxNiBaIE0yODUuNzgyNjQ4LDM2Ni44NjQxNSBDMjgyLjUyNTc2NSwzNjYuODY0MTUgMjc5Ljk0Njg0NSwzNjkuMjYzNTk1IDI3OS45NDY4NDUsMzc0LjY4OTAwNSBDMjc5Ljk0Njg0NSwzODAuMTE0NDE1IDI4Mi44NzEzOTMsMzgyLjAyMDY0IDI4NS43MDI4ODgsMzgyLjAyMDY0IEMyODguNTM0MzgyLDM4Mi4wMjA2NCAyOTEuNTM4NjkxLDM4MC4xNjc3MzYgMjkxLjUzODY5MSwzNzQuMzU1NzQ4IEMyOTEuNTM4NjkxLDM2OC41NDM3NjEgMjg4LjYyNzQzNiwzNjYuODI0MTYgMjg1Ljc4MjY0OCwzNjYuODI0MTYgTDI4NS43ODI2NDgsMzY2Ljg2NDE1IFogTTI2My4wOTA4MTIsMzc5LjQ4Nzg5MyBDMjYxLjg2ODQzLDM4Mi4zNjgyNDEgMjU4Ljk3NTg4MiwzODQuMTcwNDMxIDI1NS44NTkyMDEsMzgzLjk5MzUxNiBDMjUwLjc0MTI0MiwzODMuOTkzNTE2IDI0Ny41NjQxMTksMzgwLjE5NDM5NiAyNDcuNTY0MTE5LDM3NC42NjIzNDQgQzI0Ny41NjQxMTksMzY4LjczMDM4NSAyNTEuMTY2NjMxLDM2NS4wMTEyNDYgMjU2LjI0NDcxLDM2NS4wMTEyNDYgQzI1OS4yOTcxMTYsMzY0Ljc5NzA2IDI2Mi4xMTE2OSwzNjYuNjY3NzA0IDI2My4xMDQxMDUsMzY5LjU3MDE5IEwyNjEuMDE3MDQxLDM3MC4wNjM0MDkgQzI2MC4xODA1NjQsMzY4LjEyNDIyNyAyNTguMjI5MDY5LDM2Ni45MTE3OTggMjU2LjEyNTA2OSwzNjcuMDI0MTEzIEMyNTEuOTY0MjM1LDM2Ny4wMjQxMTMgMjQ5Ljk4MzUxOCwzNzAuNTk2NjE5IDI0OS45ODM1MTgsMzc0LjU0MjM3MiBDMjQ5Ljk4MzUxOCwzNzguNDg4MTI1IDI1MS44MDQ3MTQsMzgyLjA2MDYzMSAyNTUuOTI1NjY4LDM4Mi4wNjA2MzEgQzI1OC4wMTc4NzIsMzgyLjEyNzc2IDI1OS45NDYwNjcsMzgwLjkyOTgwNiAyNjAuODE3NjQsMzc5LjAyMTMzNSBMMjYzLjA5MDgxMiwzNzkuNDg3ODkzIFogTTI3OC4zNzgyMjQsMzU3LjIyNjM4MyBMMjgxLjE4MzEzMSwzNTcuMjI2MzgzIEwyNjYuMjk0NTIyLDM4NC43ODAwMDEgTDI2My40MDk4NTMsMzg0Ljc4MDAwMSBMMjc4LjM3ODIyNCwzNTcuMjI2MzgzIFoiIGlkPSJDb21iaW5lZC1TaGFwZS1Db3B5Ij48L3BhdGg+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=);
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .animation-background .co-icon::after {
    margin-left: 14px;
    bottom: 14px;
    width: 78px;
    height: 43px;
    background-size: 78px 43px;
  }
}

.animation-background ul {
  display: none;
}

.animate {
  opacity: 0;
}

body#tinymce {
  margin: 12px !important;
}


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