@import url(https://fonts.googleapis.com/css?family=Patua+One);@charset "UTF-8";
/*!
Theme Name: Slaktforskarna
Theme URI: http://underscores.me/
Author: Robin Jensen
Author URI: http://underscores.me/
Description: Custom theme: Slaktforskarna, developed by Robin Jensen
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: slaktforskarna
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Slaktforskarna is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/* Calculates maximum width for post content */
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.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 iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * 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
	 ========================================================================== */
/**
 * 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
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

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

/**
 * 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 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
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 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; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Patua One';
  font-weight: normal; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none; }
  h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    text-decoration: underline; }

h1 {
  font-size: 36px;
  color: #42322c; }

h2 {
  font-size: 30px;
  color: #0065a0; }

h3 {
  font-size: 24px;
  color: #0065a0; }

h4 {
  font-size: 18px;
  color: #0065a0; }

p {
  margin-bottom: 1.5em;
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

hr {
  background-color: #868686;
  border: 0;
  height: 1px;
  margin: 1em auto; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  -webkit-transition: color 110ms ease-in-out;
  transition: color 110ms ease-in-out;
  color: #0065a0; }
  a:visited {
    color: #0065a0; }
  a:hover, a:active {
    color: #0d89d2;
    outline: 0;
    text-decoration: none; }
  a:focus {
    outline: thin dotted;
    text-decoration: underline; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  background-color: white;
  height: 36px;
  position: relative; }
  .main-navigation a {
    color: #58585a; }
  .main-navigation ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .main-navigation nav > ul {
    overflow-x: scroll;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none; }
    .main-navigation nav > ul::-webkit-scrollbar {
      width: 0 !important;
      height: 0 !important; }
  .main-navigation li {
    display: block;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s; }
  .main-navigation li:hover {
    cursor: pointer; }
  .main-navigation ul > li {
    float: left;
    white-space: nowrap;
    padding: 10px 15px 10px 15px;
    margin: 0 8.5px 0 8.5px;
    position: relative; }
    .main-navigation ul > li:first-of-type {
      margin-left: 17px; }
    .main-navigation ul > li:last-of-type {
      margin-right: 17px; }
  .main-navigation ul ul > li {
    float: none; }
  .main-navigation a {
    display: block;
    width: 100%;
    color: #000000;
    text-decoration: none;
    text-transform: uppercase; }
  .main-navigation ul li ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-top: 1rem;
    left: 0;
    display: none;
    background-color: white;
    z-index: 9999;
    padding-top: 1rem;
    padding-bottom: 1rem;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }
    .main-navigation ul li ul li {
      margin-bottom: 0.5rem; }
      .main-navigation ul li ul li:last-of-type {
        margin-bottom: 0; }
  .main-navigation li:hover > a {
    color: #3b98b5; }
  .main-navigation ul li:hover > ul, .main-navigation ul li ul:hover {
    visibility: visible;
    opacity: 1;
    display: block; }
  .main-navigation li.menu-item-has-children {
    background-image: url("images/down.svg");
    background-size: 20px 17px;
    background-repeat: no-repeat;
    background-position: 103%; }

/* Menu animation */
@-webkit-keyframes slide_in_right {
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); } }
@keyframes slide_in_right {
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); } }

@-webkit-keyframes fade_in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fade_in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/** === Footer menu === */
.footer-navigation {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }
  .footer-navigation ul.menu {
    list-style: none; }
    .footer-navigation ul.menu li {
      list-style: none;
      margin-right: 1rem; }
      .footer-navigation ul.menu li a, .footer-navigation ul.menu li a:visited {
        color: #58585a;
        text-decoration: none; }
    .footer-navigation ul.menu li.nav-button {
      margin-bottom: 20px; }
      .footer-navigation ul.menu li.nav-button a {
        color: white;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 35px;
        padding-right: 35px;
        background-color: #0065a0;
        border-radius: 7px; }
        .footer-navigation ul.menu li.nav-button a:hover {
          color: #c6c7c8; }

.top-navigation {
  color: #c6c7c8;
  padding-right: 2rem;
  padding-left: 2rem; }
  .top-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 0.8em;
    -ms-flex-line-pack: end;
        align-content: flex-end; }
    @media (max-width: 1023px) {
      .top-navigation ul {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    .top-navigation ul li {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
    .top-navigation ul li:not(:last-child):after {
      content: "|";
      padding: 0 5px; }
    @media (max-width: 1023px) {
      .top-navigation ul li:last-of-type {
        width: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; } }
  .top-navigation a, .top-navigation a:visited {
    color: #c6c7c8; }

/*--------------------------------------------------------------
## Next / Previous
--------------------------------------------------------------*/
/* Next/Previous navigation */
.post-navigation {
  margin: calc(3 * 1rem) 0; }
  @media only screen and (min-width: 768px) {
    .post-navigation {
      margin: calc(3 * 1rem) calc(10% + 60px);
      max-width: calc(6 * (100vw / 12)); } }
  @media only screen and (min-width: 1168px) {
    .post-navigation {
      margin: calc(3 * 1rem) 0;
      max-width: 100%; } }
  .post-navigation .nav-links {
    margin: 0 1rem;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media only screen and (min-width: 768px) {
      .post-navigation .nav-links {
        margin: 0; } }
    @media only screen and (min-width: 1168px) {
      .post-navigation .nav-links {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        margin: 0 calc(10% + 60px);
        max-width: calc(6 * (100vw / 12) - 28px); } }
    .post-navigation .nav-links a .meta-nav {
      color: #c6c7c8;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
      .post-navigation .nav-links a .meta-nav:before, .post-navigation .nav-links a .meta-nav:after {
        display: none;
        content: "—";
        width: 2em;
        color: #c6c7c8;
        height: 1em; }
    .post-navigation .nav-links a .post-title {
      -webkit-hyphens: auto;
          -ms-hyphens: auto;
              hyphens: auto; }
    .post-navigation .nav-links a:hover {
      color: #0d89d2; }
    @media only screen and (min-width: 1168px) {
      .post-navigation .nav-links .nav-previous,
      .post-navigation .nav-links .nav-next {
        min-width: calc(50% - 2 * 1rem); } }
    .post-navigation .nav-links .nav-previous {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
      @media only screen and (min-width: 1168px) {
        .post-navigation .nav-links .nav-previous {
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1; } }
      .post-navigation .nav-links .nav-previous + .nav-next {
        margin-bottom: 1rem; }
      .post-navigation .nav-links .nav-previous .meta-nav:before {
        display: inline; }
    .post-navigation .nav-links .nav-next {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
      @media only screen and (min-width: 1168px) {
        .post-navigation .nav-links .nav-next {
          -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2;
          padding-left: 1rem; } }
      .post-navigation .nav-links .nav-next .meta-nav:after {
        display: inline; }

.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 calc(.5 * 1rem); }
  .pagination .nav-links > * {
    padding: calc(.5 * 1rem); }
    .pagination .nav-links > *.dots, .pagination .nav-links > *.prev {
      padding-left: 0; }
    .pagination .nav-links > *.dots, .pagination .nav-links > *.next {
      padding-right: 0; }
  .pagination .nav-links a:focus {
    text-decoration: underline;
    outline-offset: -1px; }
    .pagination .nav-links a:focus.prev, .pagination .nav-links a:focus.next {
      text-decoration: none; }
      .pagination .nav-links a:focus.prev .nav-prev-text,
      .pagination .nav-links a:focus.prev .nav-next-text, .pagination .nav-links a:focus.next .nav-prev-text,
      .pagination .nav-links a:focus.next .nav-next-text {
        text-decoration: underline; }
  .pagination .nav-links .nav-next-text,
  .pagination .nav-links .nav-prev-text {
    display: none; }
  @media only screen and (min-width: 768px) {
    .pagination .nav-links {
      margin-left: calc(10% + 60px);
      padding: 0; }
      .pagination .nav-links .prev > *,
      .pagination .nav-links .next > * {
        display: inline-block;
        vertical-align: text-bottom; }
      .pagination .nav-links > * {
        padding: 1rem; } }

.comment-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }

.comment-navigation .nav-previous,
.comment-navigation .nav-next {
  min-width: 50%;
  width: 100%;
  font-family: "Patua One Regular", cursive;
  font-weight: bold; }
  .comment-navigation .nav-previous .secondary-text,
  .comment-navigation .nav-next .secondary-text {
    display: none; }
    @media only screen and (min-width: 768px) {
      .comment-navigation .nav-previous .secondary-text,
      .comment-navigation .nav-next .secondary-text {
        display: inline; } }
  .comment-navigation .nav-previous svg,
  .comment-navigation .nav-next svg {
    vertical-align: middle;
    position: relative;
    margin: 0 -0.35em;
    top: -1px; }

.comment-navigation .nav-next {
  text-align: right; }

/*--------------------------------------------------------------
## Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  font-family: 'Patua One', cursive;
  background-color: #f2f2f1;
  padding: 1em 4em; }
  .breadcrumbs a, .breadcrumbs a:visited {
    color: #404040; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
            clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 1145px) {
    .site-header {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  @media (max-width: 1060px) {
    .site-header {
      padding-left: 1rem;
      padding-right: 1rem; } }
  .site-header.featured-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: 90vh; }
    .site-header.featured-image .site-branding-container {
      margin-bottom: auto; }
  @media only screen and (min-width: 768px) {
    .site-header.featured-image {
      min-height: 100vh;
      margin-bottom: 3rem; } }

.site-branding {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: #c6c7c8;
  position: relative; }
  @media (max-width: 1175px) {
    .site-branding {
      width: 70px;
      -ms-flex-preferred-size: 70px;
          flex-basis: 70px; } }
  @media (max-width: 1145px) {
    .site-branding {
      width: 100px;
      -ms-flex-preferred-size: 100px;
          flex-basis: 100px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .site-branding a {
        display: block; } }

.site-header-navigations {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 1145px) {
    .site-header-navigations {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  @media (max-width: 1023px) {
    .site-header-navigations {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }

.site-logo {
  position: relative;
  z-index: 999;
  margin-bottom: calc(.66 * 1rem); }
  @media only screen and (min-width: 768px) {
    .site-logo {
      margin-bottom: 0;
      position: absolute;
      right: calc(100% + (1.25 * 1rem));
      top: 4px;
      z-index: 999; } }
  .site-logo .custom-logo-link {
    border-radius: 100%;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    -webkit-transition: -webkit-box-shadow 200ms ease-in-out;
    transition: -webkit-box-shadow 200ms ease-in-out;
    transition: box-shadow 200ms ease-in-out;
    transition: box-shadow 200ms ease-in-out, -webkit-box-shadow 200ms ease-in-out; }
    .site-logo .custom-logo-link .custom-logo {
      min-height: inherit; }
    .site-logo .custom-logo-link:hover, .site-logo .custom-logo-link:active, .site-logo .custom-logo-link:focus {
      -webkit-box-shadow: 0 0 0 2px black;
              box-shadow: 0 0 0 2px black; }
    @media only screen and (min-width: 768px) {
      .site-logo .custom-logo-link {
        width: 64px;
        height: 64px; } }

#top-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  #top-nav ul {
    padding: 0;
    margin: 0; }
  #top-nav a {
    text-decoration: none; }

#site-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: calc((100px - 19px) - 0.25rem);
  -ms-flex-preferred-size: 95%;
      flex-basis: 95%;
  width: 95%; }
  @media (max-width: 1145px) {
    #site-navigation {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  @media (max-width: 1023px) {
    #site-navigation {
      display: none; } }
  #site-navigation ul {
    margin: 0; }
  #site-navigation li {
    margin-right: 10px;
    margin-left: 0;
    padding: 0 20px; }
    @media (max-width: 1285px) {
      #site-navigation li {
        margin-right: 0;
        padding: 0 15px; } }
    #site-navigation li:last-of-type {
      margin-right: 0; }
  #site-navigation a {
    text-decoration: none;
    font-weight: normal; }

#site-navigation-mobile {
  display: none;
  position: absolute;
  background-color: white;
  height: calc(100vh - 106px - 19px);
  top: calc(106px + 19px);
  z-index: 99;
  width: 100%;
  overflow: auto; }
  #site-navigation-mobile .menu-main-container {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    #site-navigation-mobile .menu-main-container li {
      margin-bottom: 1rem;
      list-style: none; }
    #site-navigation-mobile .menu-main-container ul#primary-menu li ul li {
      margin-bottom: 0.5rem; }
    #site-navigation-mobile .menu-main-container ul.sub-menu {
      margin-top: 0.5rem; }
    #site-navigation-mobile .menu-main-container ul#primary-menu li ul {
      padding-left: 1rem;
      margin-left: 0; }
    #site-navigation-mobile .menu-main-container ul li a {
      font-weight: bold; }
    #site-navigation-mobile .menu-main-container ul.sub-menu li a {
      font-weight: normal; }
    #site-navigation-mobile .menu-main-container a {
      display: block;
      width: 100%;
      color: #000000;
      text-decoration: none;
      text-transform: uppercase; }

.mobile-menu {
  display: none; }
  @media (max-width: 1023px) {
    .mobile-menu {
      display: block; } }
  .mobile-menu #mobile-menu {
    background: none;
    border: none;
    -webkit-transition: 0.3s ease transform;
    transition: 0.3s ease transform; }
    .mobile-menu #mobile-menu.active {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
      -webkit-transition: 0.3s ease transform;
      transition: 0.3s ease transform; }

.search-button {
  width: 5%;
  -ms-flex-preferred-size: 5%;
      flex-basis: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 10px; }
  @media (max-width: 1023px) {
    .search-button {
      -ms-flex-preferred-size: 20%;
          flex-basis: 20%;
      width: 20%; } }
  .search-button button {
    background: none;
    border: none;
    cursor: pointer; }
    .search-button button:focus {
      outline: none; }
    .search-button button svg {
      width: 20px;
      margin-bottom: 10px; }

.search-holder {
  position: absolute;
  background-color: white;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  top: 100px;
  z-index: 999;
  max-width: 300px;
  right: 10%;
  height: 50px;
  display: none; }
  .search-holder input {
    border: none;
    height: 50px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px; }
  .search-holder input[type="submit"] {
    display: none; }

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
  background-color: #CBDAEA; }
  .site-footer .site-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 4em 0 6em 0; }
    @media (max-width: 1023px) {
      .site-footer .site-info {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    @media only screen and (min-width: 768px) {
      .site-footer .site-info {
        margin: 0 calc(10% + 60px); } }
    .site-footer .site-info .widget-area {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      padding: 0 2em;
      color: #58585a; }
      .site-footer .site-info .widget-area li {
        list-style: none; }
      .site-footer .site-info .widget-area p {
        margin: 0; }
      .site-footer .site-info .widget-area a, .site-footer .site-info .widget-area a:visited {
        color: #58585a;
        text-decoration: none; }

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.post,
.page {
  margin: 0 0 1.5em; }

.updated:not(.published) {
  display: none; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

.page-content > *,
.entry .entry-content > *,
.entry .entry-summary > * {
  margin: 32px 0;
  max-width: 100%; }
  @media only screen and (min-width: 768px) {
    .page-content > *,
    .entry .entry-content > *,
    .entry .entry-summary > * {
      max-width: calc(8 * (100vw / 12) - 28px); } }
  @media only screen and (min-width: 1168px) {
    .page-content > *,
    .entry .entry-content > *,
    .entry .entry-summary > * {
      max-width: calc(6 * (100vw / 12) - 28px); } }
  @media only screen and (min-width: 768px) {
    .page-content > *,
    .entry .entry-content > *,
    .entry .entry-summary > * {
      margin: 32px 0; } }
  .page-content > * > *:first-child,
  .entry .entry-content > * > *:first-child,
  .entry .entry-summary > * > *:first-child {
    margin-top: 0; }
  .page-content > * > *:last-child,
  .entry .entry-content > * > *:last-child,
  .entry .entry-summary > * > *:last-child {
    margin-bottom: 0; }
  .page-content > *.alignwide,
  .entry .entry-content > *.alignwide,
  .entry .entry-summary > *.alignwide {
    margin-left: auto;
    margin-right: auto;
    clear: both; }
    @media only screen and (min-width: 768px) {
      .page-content > *.alignwide,
      .entry .entry-content > *.alignwide,
      .entry .entry-summary > *.alignwide {
        width: 100%;
        max-width: 100%; } }
  .page-content > *.alignfull,
  .entry .entry-content > *.alignfull,
  .entry .entry-summary > *.alignfull {
    position: relative;
    left: -1rem;
    width: calc( 100% + (2 * 1rem));
    max-width: calc( 100% + (2 * 1rem));
    clear: both; }
    @media only screen and (min-width: 768px) {
      .page-content > *.alignfull,
      .entry .entry-content > *.alignfull,
      .entry .entry-summary > *.alignfull {
        margin-top: calc(2 * 1rem);
        margin-bottom: calc(2 * 1rem);
        left: calc( -12.5% - 75px);
        width: calc( 125% + 150px);
        max-width: calc( 125% + 150px); } }
  .page-content > *.alignleft,
  .entry .entry-content > *.alignleft,
  .entry .entry-summary > *.alignleft {
    /*rtl:ignore*/
    float: left;
    max-width: calc(5 * (100vw / 12));
    margin-top: 0;
    margin-left: 0;
    /*rtl:ignore*/
    margin-right: 1rem; }
    @media only screen and (min-width: 768px) {
      .page-content > *.alignleft,
      .entry .entry-content > *.alignleft,
      .entry .entry-summary > *.alignleft {
        max-width: calc(4 * (100vw / 12));
        /*rtl:ignore*/
        margin-right: calc(2 * 1rem); } }
  .page-content > *.alignright,
  .entry .entry-content > *.alignright,
  .entry .entry-summary > *.alignright {
    /*rtl:ignore*/
    float: right;
    max-width: calc(5 * (100vw / 12));
    margin-top: 0;
    margin-right: 0;
    /*rtl:ignore*/
    margin-left: 1rem; }
    @media only screen and (min-width: 768px) {
      .page-content > *.alignright,
      .entry .entry-content > *.alignright,
      .entry .entry-summary > *.alignright {
        max-width: calc(4 * (100vw / 12));
        margin-right: 0;
        /*rtl:ignore*/
        margin-left: calc(2 * 1rem); } }
  .page-content > *.aligncenter,
  .entry .entry-content > *.aligncenter,
  .entry .entry-summary > *.aligncenter {
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (min-width: 768px) {
      .page-content > *.aligncenter,
      .entry .entry-content > *.aligncenter,
      .entry .entry-summary > *.aligncenter {
        max-width: calc(8 * (100vw / 12) - 28px); } }
    @media only screen and (min-width: 1168px) {
      .page-content > *.aligncenter,
      .entry .entry-content > *.aligncenter,
      .entry .entry-summary > *.aligncenter {
        max-width: calc(6 * (100vw / 12) - 28px); } }
    @media only screen and (min-width: 768px) {
      .page-content > *.aligncenter,
      .entry .entry-content > *.aligncenter,
      .entry .entry-summary > *.aligncenter {
        margin-left: 0;
        margin-right: 0; } }

main.archive {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto; }
  main.archive article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #868686; }
    @media (max-width: 1023px) {
      main.archive article {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        padding-left: 1rem;
        padding-right: 1rem; } }
    main.archive article figure {
      padding-right: 2rem;
      width: 35%;
      -ms-flex-preferred-size: 35%;
          flex-basis: 35%;
      -ms-flex-item-align: end;
          align-self: flex-end; }
      @media (max-width: 1023px) {
        main.archive article figure {
          width: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
          text-align: center; } }
    main.archive article .content {
      width: 65%;
      -ms-flex-preferred-size: 65%;
          flex-basis: 65%; }
      @media (max-width: 1023px) {
        main.archive article .content {
          width: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%; } }
      main.archive article .content.full {
        width: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; }
    main.archive article:last-of-type {
      border-bottom: none; }

@media (max-width: 1023px) {
  .entry-content > * {
    padding-left: 1rem;
    padding-right: 1rem; }
  .entry-content .wp-block-cover {
    padding-left: 0;
    padding-right: 0; } }

@media (max-width: 1023px) {
  .image-with-text-content {
    width: 70% !important; }
    .image-with-text-content p {
      font-size: 16px !important; } }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

.alignwide {
  margin: 0 auto;
  max-width: 1200px; }

.wp-block-columns {
  margin-left: auto;
  margin-right: auto;
  max-width: 900px; }
  .wp-block-columns.alignwide {
    max-width: 1200px; }
  .wp-block-columns.alignfull {
    max-width: none; }

.wp-block-slaktforskarna-front-page-link img {
  width: 100%; }

.wp-block-slaktforskarna-front-page-link a.link-text {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold; }
  .wp-block-slaktforskarna-front-page-link a.link-text:after {
    content: ">>";
    padding-left: 5px; }

div.wp-block-media-text {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto; }
  div.wp-block-media-text.alignwide {
    max-width: 1200px; }

hr.wp-block-separator {
  background-color: #868686;
  border: 0;
  height: 1px;
  margin: 1em auto; }
  hr.wp-block-separator.is-style-default {
    max-width: 100px;
    height: 2px; }
  hr.wp-block-separator.is-style-wide {
    max-width: 900px; }

.wp-block-image figure.alignleft, .wp-block-image figure.alignright {
  margin-top: 0; }

.wp-block-slaktforskarna-image-with-text figure {
  width: 100%;
  height: 500px; }
  .wp-block-slaktforskarna-image-with-text figure img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%; }

.wp-block-slaktforskarna-checklist ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .wp-block-slaktforskarna-checklist ul li {
    position: relative;
    margin-bottom: 1rem;
    padding-left: 40px; }

.content-area ul {
  margin: 0 auto 0 auto;
  padding: 0 0 0 40px;
  max-width: 900px; }
  .content-area ul li {
    position: relative;
    margin-bottom: 1rem; }

.content-area ol {
  margin: 0 auto 0 auto;
  padding: 0;
  max-width: 900px; }

.wp-block-cover {
  background-color: transparent; }

.wp-block-cover, .wp-block-cover-image {
  min-height: 350px; }

.wp-block-image {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto; }
  .wp-block-image figcaption {
    text-align: left; }

.wp-block-table {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto; }

.wp-block-slaktforskarna-board-member h3 {
  max-width: none;
  margin-bottom: 0; }

.wp-block-slaktforskarna-board-member p {
  max-width: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0; }

iframe {
  display: block;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto; }

.has-dark-brown-color {
  color: #42322c; }

.has-light-brown-color {
  color: #996633; }

.has-light-brown-background-color {
  background-color: #996633; }

.has-blue-color {
  color: #0065a0; }

.has-blue-background-color {
  background-color: #0065a0; }

.has-grey-color {
  color: #58585a; }

.has-grey-background-color {
  background-color: #58585a; }

.has-dark-grey-color {
  color: #868686; }

.has-dark-grey-background-color {
  background-color: #868686; }

.has-medium-grey-color {
  color: #58585a; }

.has-medium-grey-background-color {
  background-color: #58585a; }

.has-light-grey-color {
  color: #c6c7c8; }

.has-light-grey-background-color {
  background-color: #c6c7c8; }

.has-sec-blue-color {
  color: #3b98b5; }

.has-sec-blue-background-color {
  background-color: #3b98b5; }

.has-white-color {
  color: white; }

.has-white-background-color {
  background-color: white; }

section.content-area.push {
  margin-top: 20px; }

.designer-block-content {
  margin: -1em -2em;
  padding: 1em 6em; }
  .designer-block-content h1, .designer-block-content h2, .designer-block-content h3, .designer-block-content h4 {
    margin-bottom: 0; }
  .designer-block-content p {
    margin-top: 0; }

.wp-block-slaktforskarna-image-with-text {
  position: relative; }
  .wp-block-slaktforskarna-image-with-text .image-with-text-content.on-image {
    width: 40%;
    position: absolute;
    top: 50%;
    left: 10%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: "";
    display: table; }
  .clearfix:after {
    clear: both; }

.scroll-list {
  max-height: 300px;
  overflow: auto;
  max-width: 900px;
  margin: 0 auto 0 auto; }
  .scroll-list ul {
    list-style: none;
    padding: 10px 0 10px 0; }
    .scroll-list ul li {
      display: inline-block;
      margin: 3px 1rem 0 0; }
