@charset "UTF-8";
/**
 * @file
 * Styles are organized using the SMACSS technique. @see http://smacss.com/book/
 *
 * When you turn on CSS aggregation at admin/config/development/performance, all
 * of these @include files will be combined into a single file.
 */
/* Import Sass mixins, variables, Compass modules, etc. */
/* HTML element (SMACSS base) rules */
/**
 * @file
 * Normalize.css is intended to be used as an alternative to CSS resets.
 *
 * This file is a slight fork of these original sources:
 * - normalize.css v2.1.2 | MIT License | git.io/normalize
 * - normalize.scss v2.1.2 | MIT/GPLv2 License | bit.ly/normalize-with-compass
 *
 * It's suggested that you read the normalize.scss file and customise it to meet
 * your needs, rather then including the file in your project and overriding the
 * defaults later in your CSS.
 * @see http://nicolasgallagher.com/about-normalize-css/
 *
 * Also: @see http://meiert.com/en/blog/20080419/reset-style-sheets-are-bad/
 *       @see http://snook.ca/archives/html_and_css/no_css_reset/
 */
/**
 * HTML5 display definitions
 */
/* Correct `block` display not defined in IE 8/9. */
/* line 23, ../sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}

/* Correct `inline-block` display not defined in IE 8/9. */
/* line 38, ../sass/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 52, ../sass/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* Address styling not present in IE 8/9. */
/* line 58, ../sass/_normalize.scss */
[hidden] {
  display: none;
}

/**
 * Base
 *
 * Instead of relying on the fonts that are available on a user's computer, you
 * can use web fonts which, like images, are resources downloaded to the user's
 * browser. Because of the bandwidth and rendering resources required, web fonts
 * should be used with care.
 *
 * Numerous resources for web fonts can be found on Google. Here are a few
 * websites where you can find Open Source fonts to download:
 * - http://www.fontsquirrel.com/fontface
 * - http://www.theleagueofmoveabletype.com
 *
 * In order to use these fonts, you will need to convert them into formats
 * suitable for web fonts. We recommend the free-to-use Font Squirrel's
 * Font-Face Generator:
 *   http://www.fontsquirrel.com/fontface/generator
 *
 * The following is an example @font-face declaration. This font can then be
 * used in any ruleset using a property like this:  font-family: Example, serif;
 *
 * Since we're using Sass, you'll need to declare your font faces here, then you
 * can add them to the font variables in the _init.scss partial.
 */
/*
@font-face {
  font-family: 'Example';
  src: url('../fonts/example.eot');
  src: url('../fonts/example.eot?iefix') format('eot'),
    url('../fonts/example.woff') format('woff'),
    url('../fonts/example.ttf') format('truetype'),
    url('../fonts/example.svg#webfontOkOndcij') format('svg');
  font-weight: normal;
  font-style: normal;
}
*/
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 */
/* line 106, ../sass/_normalize.scss */
html {
  font-family: Verdana, Tahoma, "DejaVu Sans", sans-serif;
  /* 1 */
  font-size: 87.5%;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  line-height: 2em;
}

/* Remove default margin. */
/* line 126, ../sass/_normalize.scss */
body {
  margin: 0;
  padding: 0;
}

/**
 * Links
 *
 * The order of link states are based on Eric Meyer's article:
 * http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states
 */
/* Address `outline` inconsistency between Chrome and other browsers. */
/* line 148, ../sass/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/* Improve readability when focused and also mouse hovered in all browsers. */
/* line 153, ../sass/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/**
 * Typography
 *
 * To achieve a pleasant vertical rhythm, we use Compass' Vertical Rhythm mixins
 * so that the line height of our base font becomes the basic unit of vertical
 * measurement. We use multiples of that unit to set the top and bottom margins
 * for our block level elements and to set the line heights of any fonts.
 * For more information, see http://24ways.org/2006/compose-to-a-vertical-rhythm
 */
/* Set 1 unit of vertical rhythm on the top and bottom margin. */
/* line 169, ../sass/_normalize.scss */
p,
pre {
  margin: 2em 0;
}

/* line 173, ../sass/_normalize.scss */
blockquote {
  /* Also indent the quote on both sides. */
  margin: 2em 30px;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 182, ../sass/_normalize.scss */
h1 {
  /* Set the font-size and line-height while keeping a proper vertical rhythm. */
  font-size: 2em;
  line-height: 2em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin-top: 1em;
  margin-bottom: 1em;
}

/* line 190, ../sass/_normalize.scss */
h2 {
  font-size: 1.5em;
  line-height: 1.33333em;
  margin-top: 1.33333em;
  margin-bottom: 1.33333em;
}

/* line 195, ../sass/_normalize.scss */
h3, #footer #block-menu-block-2 ul li a {
  font-size: 1.25em;
  line-height: 1.6em;
  margin-top: 1.6em;
  margin-bottom: 1.6em;
}

/* line 200, ../sass/_normalize.scss */
h4 {
  font-size: 1em;
  line-height: 2em;
  margin-top: 2em;
  margin-bottom: 2em;
}

/* line 205, ../sass/_normalize.scss */
h5 {
  font-size: 0.83em;
  line-height: 2.40964em;
  margin-top: 2.40964em;
  margin-bottom: 2.40964em;
}

/* line 210, ../sass/_normalize.scss */
h6 {
  font-size: 0.67em;
  line-height: 2.98507em;
  margin-top: 2.98507em;
  margin-bottom: 2.98507em;
}

/* Address styling not present in IE 8/9, Safari 5, and Chrome. */
/* line 217, ../sass/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome. */
/* line 222, ../sass/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* Address styling not present in Safari 5 and Chrome. */
/* line 228, ../sass/_normalize.scss */
dfn {
  font-style: italic;
}

/* Address differences between Firefox and other browsers. */
/* line 233, ../sass/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  border: 1px solid #666;
  padding-bottom: -1px;
  margin: 2em 0;
}

/* Address styling not present in IE 8/9. */
/* line 242, ../sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* Correct font family set oddly in Safari 5 and Chrome. */
/* line 248, ../sass/_normalize.scss */
code,
kbd,
pre,
samp,
tt,
var {
  font-family: "Courier New", "DejaVu Sans Mono", monospace, sans-serif;
  font-size: 1em;
  line-height: 2em;
}

/* Improve readability of pre-formatted text in all browsers. */
/* line 262, ../sass/_normalize.scss */
pre {
  white-space: pre-wrap;
}

/* Set consistent quote types. */
/* line 274, ../sass/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/* Address inconsistent and variable font size in all browsers. */
/* line 279, ../sass/_normalize.scss */
small {
  font-size: 80%;
}

/* Prevent `sub` and `sup` affecting `line-height` in all browsers. */
/* line 284, ../sass/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 291, ../sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 294, ../sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/**
 * Lists
 */
/* line 301, ../sass/_normalize.scss */
dl,
menu,
ol,
ul {
  /* Address margins set differently in IE 6/7. */
  margin: 2em 0;
}

/* line 310, ../sass/_normalize.scss */
ol ol,
ol ul,
ul ol,
ul ul {
  /* Turn off margins on nested lists. */
  margin: 0;
}

/* line 316, ../sass/_normalize.scss */
dd {
  margin: 0 0 0 30px;
}

/* Address paddings set differently in IE 6/7. */
/* line 321, ../sass/_normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 30px;
}

/**
 * Embedded content and figures
 *
 * @todo Look into adding responsive embedded video.
 */
/* line 341, ../sass/_normalize.scss */
img {
  /* Remove border when inside `a` element in IE 8/9. */
  border: 0;
  /* Suppress the space beneath the baseline */
  /* vertical-align: bottom; */
  /* Responsive images */
  max-width: 100%;
  height: auto;
  /* Correct IE 8 not scaling image height when resized. */
  width: auto;
}

/* Correct overflow displayed oddly in IE 9. */
/* line 362, ../sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Address margin not present in IE 8/9 and Safari 5. */
/* line 367, ../sass/_normalize.scss */
figure {
  margin: 0;
}

/**
 * Forms
 */
/* Define consistent border, margin, and padding. */
/* line 383, ../sass/_normalize.scss */
fieldset {
  margin: 0 2px;
  /* Apply borders and padding that keep the vertical rhythm. */
  border-color: #c0c0c0;
  border-top-width: 0.07143em;
  border-top-style: solid;
  padding-top: 0.62857em;
  border-bottom-width: 0.07143em;
  border-bottom-style: solid;
  padding-bottom: 1.22857em;
  border-left-width: 0.07143em;
  border-left-style: solid;
  padding-left: 1.22857em;
  border-right-width: 0.07143em;
  border-right-style: solid;
  padding-right: 1.22857em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
/* line 398, ../sass/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 * 4. Improve appearance and consistency with IE 6/7.
 * 5. Keep form elements constrained in their containers.
 */
/* line 413, ../sass/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
  max-width: 100%;
  /* 5 */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 5 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 432, ../sass/_normalize.scss */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 443, ../sass/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 457, ../sass/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 471, ../sass/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 482, ../sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 497, ../sass/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 506, ../sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* Remove inner padding and border in Firefox 4+. */
/* line 512, ../sass/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 522, ../sass/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* Drupal-style form labels. */
/* line 528, ../sass/_normalize.scss */
label {
  display: block;
  font-weight: bold;
}

/**
 * Tables
 */
/* line 536, ../sass/_normalize.scss */
table {
  /* Remove most spacing between table cells. */
  border-collapse: collapse;
  border-spacing: 0;
  /* Prevent cramped-looking tables */
  /* width: 100%; */
  /* Add vertical rhythm margins. */
  margin-top: 2em;
  margin-bottom: 2em;
}

/* Layout rules */
/* Component (SMACSS module) rules */
/**
 * @file
 * SMACSS Modules
 *
 * Adds modular sets of styles.
 *
 * Additional useful selectors can be found in Zen's online documentation.
 * https://drupal.org/node/1707736
 */
/**
 * Wireframes.
 */
/* line 15, ../sass/components/_misc.scss */
.with-wireframes #header,
.with-wireframes #main,
.with-wireframes #content,
.with-wireframes #navigation,
.with-wireframes .region-sidebar-first,
.with-wireframes .region-sidebar-second,
.with-wireframes #footer,
.with-wireframes .region-bottom {
  outline: 1px solid #ccc;
}

/**
 * Accessibility features.
 */
/* element-invisible as defined by http://snook.ca/archives/html_and_css/hiding-content-for-accessibility */
/* line 39, ../sass/components/_misc.scss */
.element-invisible,
.element-focusable {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* Turns off the element-invisible effect. */
/* line 45, ../sass/components/_misc.scss */
.element-focusable:active, .element-focusable:focus {
  position: static !important;
  clip: auto;
  height: auto;
  width: auto;
  overflow: auto;
}

/*
 * The skip-link link will be completely hidden until a user tabs to the link.
 */
/* line 62, ../sass/components/_misc.scss */
#skip-link {
  margin: 0;
}
/* line 65, ../sass/components/_misc.scss */
#skip-link a,
#skip-link a:visited {
  display: block;
  width: 100%;
  padding: 2px 0 3px 0;
  text-align: center;
  background-color: #666;
  color: #fff;
}

/**
 * Branding header.
 */
/* Wrapping link for logo. */
/* line 81, ../sass/components/_misc.scss */
.header__logo {
  float: left;
  margin: 0;
  padding: 0;
}

/* Logo image. */
/* line 88, ../sass/components/_misc.scss */
.header__logo-image {
  vertical-align: bottom;
}

/* Wrapper for website name and slogan. */
/* line 93, ../sass/components/_misc.scss */
.header__name-and-slogan {
  float: left;
}

/* The name of the website. */
/* line 98, ../sass/components/_misc.scss */
.header__site-name {
  margin: 0;
  font-size: 2em;
  line-height: 2em;
}

/* The link around the name of the website. */
/* line 105, ../sass/components/_misc.scss */
.header__site-link:link, .header__site-link:visited {
  color: #000;
  text-decoration: none;
}
/* line 111, ../sass/components/_misc.scss */
.header__site-link:hover, .header__site-link:focus {
  text-decoration: underline;
}

/* The slogan (or tagline) of a website. */
/* line 118, ../sass/components/_misc.scss */
.header__site-slogan {
  margin: 0;
}

/* The secondary menu (login, etc.) */
/* line 123, ../sass/components/_misc.scss */
.header__secondary-menu {
  float: right;
}

/* Wrapper for any blocks placed in the header region. */
/* line 128, ../sass/components/_misc.scss */
.header__region {
  /* Clear the logo. */
  clear: both;
}

/**
 * Breadcrumb navigation.
 */
/* line 137, ../sass/components/_misc.scss */
.breadcrumb ol {
  margin: 0;
  padding: 0;
}
/* line 141, ../sass/components/_misc.scss */
.breadcrumb li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/**
 * Titles.
 */
/* line 152, ../sass/components/_misc.scss */
.page__title,
.node__title,
.block__title,
.comments__title,
.comments__form-title,
.comment__title {
  /* Comment title. */
  margin: 0;
}

/**
 * Messages.
 */
/* line 164, ../sass/components/_misc.scss */
.messages, .messages--status, .messages--warning, .messages--error {
  margin: 2em 0;
  padding: 10px 10px 10px 50px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAD6UlEQVR42s2WX0xbVRzH3YwmC4k+GF/0ZS/S267/bmnX9nL7bwstZlnbjTDYyoC5GCbB0ZW5pdJCe6swbLFA6bpWIGuRMWVjKGP+21QW3SZBSAjGh4XEaTZTH82Cm/3ztS2xs7mw4KLRk3xyzj33/H6fe5Pz7zEA/yr/vUDukj9FH6drqTaqT8EoPs/UV+nX6TD1BlUh9AqLHlmgPKLcRHmoCOWmElK/FOKTYpS8UwLJkASiUyLI3pKhlClN0g46qj+qL/pbArlbrlO1q25JeiSgR2iYJ8ywXLSg/qP6LNl2ro8+Q4MMkKCd9K2t3q3KdQnkXXIF5aISkgEJzONm1F2qW52pDJN1MI2bUBIuAdVOJWSMTPNQgX6/vkjVpvpREpag6oMqWCYta1IzbsHh9ga0RJtzY8URMdRO9U/KSuWmNQUqh2pY3CtG+fvlqJyofMAFNrZAE+7e/RWR4X4cD9tgOGsA2U2CdtMDqwqyMyIzQ5KKqAKmcyaYxkzYd3YvjGNGFtXRPRj58DT+LOemRrFnrBLyITmUDmUyO/NYgu2d26ukHVJo3tXAMGpAs+cQmh0NeClan30uwN7TgnQ6nRd4r3thOGOAJqYB2UVC79AfZAnKHGUxQa8A2tNaNLW/jKvXv8Dyb8s4yryKA4O10A3roIvpUB+swTdz1/LJZ27PQBvT5lBH1RD4BChzlQ2wBNtc22aE/ULQgzRCl4P5BPcT93GMOYz9wb2QhCRgAq35d8u/L2PXe7tADVGgBlcQ+AXQtmlvsP/gzbJZvp8PMkJCFBYh8m0knyiVSsHe0YIGZz1+/uVOvt8z7QGvnwf+ST5EIRHIUyR4fh50rbp5lsDcYR4ReAXgBrng9q/Qfa0bfy035r7Ot2dvz4IX4IEIEAXwvDzscOw4zxJUd1YfEXlE4Aa4BQHMlwzSSBeI7iXvoTxWDqKPYCFsFaKmr+YVliB0JfS89DVpiuhlB9k/tSOZTuYFvq98yI7L0/MAsVWcGp0bfW61hbahwltxSeARsIKyWKesSKQSWIwvYkvvllwfx88pgOvhwthu/AzAxlVX8vz385tLbaVxwpcLZtEw0QDjsBGctzksiE4CimZFfHp++oWHbnbuUfdB0komMgHsRN1r0MWBsEmYODF5onY92/UTwcvBxuzXcN1ccHycVSn2FaPYWwzCQUDWKIt7z3utAJ5c74Hz+OLSomynY+cVfiM/xW3JiDyZpB3FuZrj4oCwE+Ad4qWMjPHjpTtL0mzMoxyZz9yM39Q7Y85Ok930icqm+k59TL2wm9l90dZv8y/8sPAigGf/iUN/Q4anM2zOsdLe+L+4VfwBVVjDs2rTYx0AAAAASUVORK5CYII=');
  background-position: 8px 8px;
  background-repeat: no-repeat;
  border: 1px solid #be7;
}

/* line 179, ../sass/components/_misc.scss */
.messages--warning {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACuElEQVRIiWP4//8/Ay0xSYqntTpnT252zqeJBf0Njhsykrz/pyd6/e9vcNpGVQv6q2wlm0qc/r0+IPD/3UG+/61l9v9mdrjIUc2C7hqHUzc3S///eZwBjO9tF/vfWe1wjioWTKixVm8otPn38wQT3IKfxxn/t5Va/utpsNSg2ILWcttrNzdJgQ3+dpQRjEHs+9tE/zeXWt+gyILOamuTqlxrsOtPLub+7+emBsSq/88v5wL7oqHQ9H9nmbkF2RbUF1rev7lJEuziuU3i/90ddcB4UZsoJC62ifyvK7R4QJYFrcUGrmUZ5v9hYb9hosh/bzcDMN42VRgeF9W5hv8bi/XdSbagKtfs2c1NEvCIPbaQ/7+/pwkYn17Ki0hR24T/l2eZPCfJgsZ83dCiNOP/yCnn7iau/8G+5mD8aBsHSoqqyNL9X5erHUm0BcVpRm9ubhZHMoTh/4eDzP/DA23+RwTZ/P96hAlF7t5Wof8FyfpvibKgNk8noyDZ4D9quofg1Bjr/1kJlhjiIF+Upmn/r83RzCJoQXaC3qcbm8SwGMLwvybP/H8jMGlik7u7VeB/Zqz2J7wWVGdr1uTG62J1PQgfWST1/+hiCaxyIF8UJqv9r8hQrcVpQVqkzrcbG0WwGvB2H/P/lnx5MAaxsam5vYn3f2KY+jesFpSlqfZnxWjidP2OGWL/g/0swBjExu4Lhv958Ur/i5KU+lEsCA1lYI4JUv95bZ0gTo2Pt3P+z0myBmMQG5e6mxu4/kf4Kf8EmQm3oCRNebKrvSawIGPBqRG9sMOp5hjjfwdrlf/58bKT4RaUpWvtcLZV/39iscD/H0AFP46jYwYiMeP/44u4/9tbKQODSXUH3II9G7v18hI0n8YGKv+IDVT6joxj/BVx4mgcOCde/SnITPRUJAHEGlTCEkQV19TAAN8FC67hZdFXAAAAAElFTkSuQmCC');
  border-color: #ed5;
}

/* line 188, ../sass/components/_misc.scss */
.messages--error {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACpElEQVR42rWWTUgbQRiGQ0Tx4MWDeFM8eBA9iKAoggiCoCiiIiL4L3oQV1CJB0UEf6iRYFpK7UniTw9VSqL2kvQsVDBpSZrtRo35czVNW3oprRf17exSl4yzu1ikAy9h59vvedhkMrMGAGoxknAk2w8MJ/WosXThiZkZt9jdLeglPjn5ATc3mhJNuNjbK0QbG3ExMICL/n6IfX0gcxB7ekDAELu6IHZ2IlJbi1hLS1BLogmPtbUhMTv7oMSamzUlqnByMxLT0/8STQkDj9TV4ZLj5OysrODl8jIu5Gs68dFR7JG6dWkJ0fFx+TpSX89IDMnwcHU1yKec12Yz3rlc4HkeLwjkXJpPip3U3+7vIx6P4ymph4eG5PlwTQ0lMdytlmBxMWKtrXLeT0zA5XTibvj9fjxfXETkb/3N/Dz2dneVuiTZtliU/rPSUsQ5ziuxZYG03IIlJdKKUPJjdRUAKMmzuTnskB/VYbdTtd9HR4g2NCi9Z2VliDY1BSnBaUEBzsrLqXyzWCiQ9HU5HA4afniIUFWV0hOqqMBpURErOM7NxWlhIZOvCwvA7S3Uxq+DA5AnZ3pO8vJYQSArC8c5Oeqx2Rj4udeLQH6+6v2B7GxW8DkjA0JmJpONwUHY7XZGIAgCzCYTeJUewmIFfqMRfEoKlQ2yJbza2oLWcLvdeDI2hk/3+iQWKzAYkJzNjg5srq9TwJ9OJ76YTNScx+ORJT66X1/grKyEbW2NgfPp6XKd/JMZySrHaQsSU1Oe+0/w3WpVgyu5HBlR6lc+H8gioevDwz6JrWwV5+3txyoSFk5DcOX1MnCyJ4Vwfb1zt1UY9SR8aioDpuppaVpwZbPTl+hHF04dOKzk8XBF8DgJC3/woU/W/EciOtELOWi8DDwp//215Q+p7kiKh2lQSAAAAABJRU5ErkJggg==');
  border-color: #ed541d;
}

/* line 198, ../sass/components/_misc.scss */
.messages__list {
  margin: 0;
}

/* line 201, ../sass/components/_misc.scss */
.messages__item {
  list-style-image: none;
}

/* Core/module installation error messages. */
/* line 206, ../sass/components/_misc.scss */
.messages--error p.error {
  color: #333;
}

/* System status report. */
/* line 211, ../sass/components/_misc.scss */
.ok,
.messages--status {
  background-color: #f8fff0;
  color: #234600;
}

/* line 216, ../sass/components/_misc.scss */
.warning,
.messages--warning {
  background-color: #fffce5;
  color: #840;
}

/* line 221, ../sass/components/_misc.scss */
.error,
.messages--error {
  background-color: #fef5f1;
  color: #8c2e0b;
}

/**
 * Tabs.
 */
/* Basic positioning styles shared by primary and secondary tabs. */
/* line 232, ../sass/components/_misc.scss */
.tabs-primary, .tabs-secondary {
  overflow: hidden;
  *zoom: 1;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYmJiYmJiIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(100%, #bbbbbb), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -moz-linear-gradient(bottom, #bbbbbb 1px, rgba(0, 0, 0, 0) 1px);
  background-image: -webkit-linear-gradient(bottom, #bbbbbb 1px, rgba(0, 0, 0, 0) 1px);
  background-image: linear-gradient(to top, #bbbbbb 1px, rgba(0, 0, 0, 0) 1px);
  /* IE 9 and earlier don't understand gradients. */
  list-style: none;
  border-bottom: 1px solid #bbb \0/ie;
  margin: 2em 0;
  padding: 0 2px;
  white-space: nowrap;
}

/* line 242, ../sass/components/_misc.scss */
.tabs-primary__tab, .tabs-primary__tab.is-active, .tabs-secondary__tab,
.tabs-secondary__tab.is-active {
  float: left;
  margin: 0 3px;
}

/* line 246, ../sass/components/_misc.scss */
a.tabs-primary__tab-link, a.tabs-primary__tab-link.is-active, a.tabs-secondary__tab-link, a.tabs-secondary__tab-link.is-active {
  border: 1px solid #e9e9e9;
  border-right: 0;
  border-bottom: 0;
  display: block;
  line-height: 2em;
  text-decoration: none;
}

/* Primary tabs. */
/* line 259, ../sass/components/_misc.scss */
.tabs-primary__tab, .tabs-primary__tab.is-active {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  text-shadow: 1px 1px 0 #fff;
  border: 1px solid #bbb;
  border-bottom-color: transparent;
  /* IE 9 and earlier don't understand gradients. */
  border-bottom: 0 \0/ie;
}

/* line 268, ../sass/components/_misc.scss */
.tabs-primary__tab.is-active {
  border-bottom-color: #fff;
}

/* line 274, ../sass/components/_misc.scss */
a.tabs-primary__tab-link, a.tabs-primary__tab-link.is-active {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  color: #333;
  background-color: #dedede;
  letter-spacing: 1px;
  padding: 0 1em;
  text-align: center;
}

/* line 284, ../sass/components/_misc.scss */
a.tabs-primary__tab-link:hover, a.tabs-primary__tab-link:focus {
  background-color: #e9e9e9;
  border-color: #f2f2f2;
}

/* line 288, ../sass/components/_misc.scss */
a.tabs-primary__tab-link:active, a.tabs-primary__tab-link.is-active {
  background-color: transparent;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE9E9E9', endColorstr='#00E9E9E9');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e9e9e9), color-stop(100%, rgba(233, 233, 233, 0)));
  background-image: -moz-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: -webkit-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  border-color: #fff;
}

/* Secondary tabs. */
/* line 312, ../sass/components/_misc.scss */
.tabs-secondary {
  font-size: .9em;
  /* Collapse bottom margin of ul.primary. */
  margin-top: -2em;
}

/* line 318, ../sass/components/_misc.scss */
.tabs-secondary__tab,
.tabs-secondary__tab.is-active {
  margin: 1em 3px;
}

/* line 325, ../sass/components/_misc.scss */
a.tabs-secondary__tab-link, a.tabs-secondary__tab-link.is-active {
  -moz-border-radius: 0.75em;
  -webkit-border-radius: 0.75em;
  border-radius: 0.75em;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  text-shadow: 1px 1px 0 #fff;
  background-color: #f2f2f2;
  color: #666;
  padding: 0 .5em;
}

/* line 334, ../sass/components/_misc.scss */
a.tabs-secondary__tab-link:hover, a.tabs-secondary__tab-link:focus {
  background-color: #dedede;
  border-color: #999;
  color: #333;
}

/* line 339, ../sass/components/_misc.scss */
a.tabs-secondary__tab-link:active, a.tabs-secondary__tab-link.is-active {
  text-shadow: 1px 1px 0 #333;
  background-color: #666;
  border-color: #000;
  color: #fff;
}

/**
 * Inline styles.
 */
/* List of links generated by theme_links(). */
/* line 367, ../sass/components/_misc.scss */
.inline {
  display: inline;
  padding: 0;
}
/* line 371, ../sass/components/_misc.scss */
.inline li {
  display: inline;
  list-style-type: none;
  padding: 0 1em 0 0;
}

/* The inline field label used by the Fences module. */
/* line 379, ../sass/components/_misc.scss */
span.field-label {
  padding: 0 1em 0 0;
}

/**
 * "More" links.
 */
/* line 386, ../sass/components/_misc.scss */
.more-link {
  text-align: right;
}

/* line 389, ../sass/components/_misc.scss */
.more-help-link {
  text-align: right;
}

/* line 392, ../sass/components/_misc.scss */
.more-help-link a {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA7UlEQVR42qWTPQqDQBCFcwSPkCNITpAj5AjeIm1uYpkyR7Cy2Mot7OwsBAsRwUKwmOwLGRle3EIy8PyBfZ/z3J2TiPylz8VWWZZpUB40BonRKyizaxkA88MYYiqCEgv4MTvnZJom0VqWRbz3FlJZgLYtqmEY1Lg9r+sKsIXcLSC3AC019H0vqLquLeC5AfiHYSGkcdAJimKIBQiJ4+CO92OAtm0FNc8zOjkMwE5Q63FAtbeg6zpAYvG8BWR7i5qmQYwY4MIHqYhE2DOPQWcGJBQF2XU72ZzyUeZ5GCNt5/hybJgYdAXsq5sOEE/jG6dC5IOqCXTmAAAAAElFTkSuQmCC');
  background-position: 0 50%;
  background-repeat: no-repeat;
  padding: 1px 0 1px 20px;
}

/**
 * Pager.
 */
/* A list of page numbers when more than 1 page of content is available. */
/* line 407, ../sass/components/_misc.scss */
.pager {
  clear: both;
  padding: 0;
  text-align: center;
}

/* line 412, ../sass/components/_misc.scss */
.pager-item,
.pager-first,
.pager-previous,
.pager-next,
.pager-last,
.pager-ellipsis, .pager-current {
  display: inline;
  padding: 0 0.5em;
  list-style-type: none;
  background-image: none;
}

/* line 419, ../sass/components/_misc.scss */
.pager-item,
.pager-first,
.pager-previous,
.pager-next,
.pager-last,
.pager-ellipsis {
  /* A concatenation of several list items using an ellipsis. */
}

/* The current page's list item. */
/* line 429, ../sass/components/_misc.scss */
.pager-current {
  font-weight: bold;
}

/**
 * Blocks.
 */
/* Block wrapper. */
/* line 439, ../sass/components/_misc.scss */
.block {
  margin-bottom: 2em;
}

/**
 * Marker.
 */
/* The "new" or "updated" marker. */
/* line 448, ../sass/components/_misc.scss */
.new,
.update {
  color: #c00;
  /* Remove background highlighting from <mark> in normalize. */
  background-color: transparent;
}

/**
 * Unpublished note.
 */
/* The word "Unpublished" displayed underneath the content. */
/* line 460, ../sass/components/_misc.scss */
.unpublished {
  height: 0;
  overflow: visible;
  /* Remove background highlighting from <mark> in normalize. */
  background-color: transparent;
  color: #d8d8d8;
  font-size: 75px;
  line-height: 1;
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  /* A very nice CSS3 property. */
  word-wrap: break-word;
}

/**
 * Comments.
 */
/* Wrapper for the list of comments and its title. */
/* line 488, ../sass/components/_misc.scss */
.comments {
  margin: 2em 0;
}

/* Preview of the comment before submitting new or updated comment. */
/* line 493, ../sass/components/_misc.scss */
.comment-preview {
  /* Drupal core will use a #ffffea background. See #1110842. */
  background-color: #ffffea;
}

/* Wrapper for a single comment. */
/* line 499, ../sass/components/_misc.scss */
.comment {
  /* Comment's permalink wrapper. */
}
/* line 502, ../sass/components/_misc.scss */
.comment .permalink {
  text-transform: uppercase;
  font-size: 75%;
}

/* Nested comments are indented. */
/* line 509, ../sass/components/_misc.scss */
.indented {
  /* Drupal core uses a 25px left margin. */
  margin-left: 30px;
}

/**
 * Forms.
 */
/* Wrapper for a form element (or group of form elements) and its label. */
/* line 519, ../sass/components/_misc.scss */
.form-item {
  margin: 0 0 1.7em;
  /* Pack groups of checkboxes and radio buttons closer together. */
  /* Form items in a table. */
  /* Highlight the form elements that caused a form submission error. */
  /* The descriptive help text (separate from the label). */
}
/* line 523, ../sass/components/_misc.scss */
.form-checkboxes .form-item, .form-radios .form-item {
  /* Drupal core uses "0.4em 0". */
  margin: 0;
}
/* line 530, ../sass/components/_misc.scss */
tr.odd .form-item, tr.even .form-item {
  margin: 0;
}
/* line 536, ../sass/components/_misc.scss */
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #c00;
}
/* line 543, ../sass/components/_misc.scss */
.form-item .description {
  font-size: 0.85em;
}

/* line 550, ../sass/components/_misc.scss */
.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 2.4em;
}

/* The part of the label that indicates a required field. */
/* line 556, ../sass/components/_misc.scss */
.form-required {
  color: #c00;
}

/* Labels for radios and checkboxes. */
/* line 561, ../sass/components/_misc.scss */
label.option {
  display: inline;
  font-weight: normal;
}

/* Buttons used by contrib modules like Media. */
/* line 567, ../sass/components/_misc.scss */
a.button {
  -moz-appearance: button;
  -webkit-appearance: button;
}

/* Password confirmation. */
/* line 572, ../sass/components/_misc.scss */
.password-parent,
.confirm-parent {
  margin: 0;
}

/* Drupal's default login form block. */
/* line 578, ../sass/components/_misc.scss */
#user-login-form {
  text-align: left;
}

/**
 * OpenID
 *
 * The default styling for the OpenID login link seems to assume Garland's
 * styling of list items.
 */
/* OpenID creates a new ul above the login form's links. */
/* line 590, ../sass/components/_misc.scss */
.openid-links {
  /* Position OpenID's ul next to the rest of the links. */
  margin-bottom: 0;
}

/* The "Log in using OpenID" and "Cancel OpenID login" links. */
/* line 596, ../sass/components/_misc.scss */
.openid-link,
.user-link {
  margin-top: 2em;
}

/* line 600, ../sass/components/_misc.scss */
html.js #user-login-form li.openid-link,
#user-login-form li.openid-link {
  /* Un-do some of the padding on the ul list. */
  margin-left: -20px;
}

/* line 605, ../sass/components/_misc.scss */
#user-login ul {
  margin: 2em 0;
}

/**
 * Drupal admin tables.
 */
/* line 613, ../sass/components/_misc.scss */
form th {
  text-align: left;
  padding-right: 1em;
  border-bottom: 3px solid #ccc;
}
/* line 618, ../sass/components/_misc.scss */
form tbody {
  border-top: 1px solid #ccc;
}
/* line 621, ../sass/components/_misc.scss */
form table ul {
  margin: 0;
}

/* line 625, ../sass/components/_misc.scss */
tr.even,
tr.odd {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
}

/* line 631, ../sass/components/_misc.scss */
tr.even {
  background-color: #fff;
}

/* Markup generated by theme_tablesort_indicator(). */
/* line 646, ../sass/components/_misc.scss */
td.active {
  background-color: #ddd;
}

/* Center checkboxes inside table cell. */
/* line 651, ../sass/components/_misc.scss */
td.checkbox,
th.checkbox {
  text-align: center;
}

/* Drupal core wrongly puts this in system.menus.css. Since we override that, add it back. */
/* line 657, ../sass/components/_misc.scss */
td.menu-disabled {
  background: #ccc;
}

/**
 * Autocomplete.
 *
 * @see autocomplete.js
 */
/* Suggestion list. */
/* line 668, ../sass/components/_misc.scss */
#autocomplete .selected {
  background: #0072b9;
  color: #fff;
}

/**
 * Collapsible fieldsets.
 *
 * @see collapse.js
 */
/* line 679, ../sass/components/_misc.scss */
html.js .collapsible .fieldset-legend {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABJJREFUeJxj+MdQw2DBIMAABgAUsAHD3c3BpwAAAABJRU5ErkJggg==');
  background-position: 5px 65%;
  background-repeat: no-repeat;
  padding-left: 15px;
}
/* line 688, ../sass/components/_misc.scss */
html.js .collapsed .fieldset-legend {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABFJREFUCB1jVmCGQClmEWYOAAZ8AMy3HPLXAAAAAElFTkSuQmCC');
  background-position: 5px 50%;
}
/* line 695, ../sass/components/_misc.scss */
.fieldset-legend .summary {
  color: #999;
  font-size: 0.9em;
  margin-left: 0.5em;
}

/**
 * TableDrag behavior.
 *
 * @see tabledrag.js
 */
/* line 707, ../sass/components/_misc.scss */
tr.drag {
  background-color: #fffff0;
}

/* line 710, ../sass/components/_misc.scss */
tr.drag-previous {
  background-color: #ffd;
}

/* line 713, ../sass/components/_misc.scss */
.tabledrag-toggle-weight {
  font-size: 0.9em;
}

/**
 * TableSelect behavior.
 *
 * @see tableselect.js
 */
/* line 722, ../sass/components/_misc.scss */
tr.selected td {
  background: #ffc;
}

/**
 * Progress bar.
 *
 * @see progress.js
 */
/* line 731, ../sass/components/_misc.scss */
.progress {
  font-weight: bold;
}
/* line 734, ../sass/components/_misc.scss */
.progress .bar {
  background: #ccc;
  border-color: #666;
  margin: 0 0.2em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 740, ../sass/components/_misc.scss */
.progress .filled {
  background-color: #0072b9;
  background-image: url('../images/progress.gif?1472680494');
}

/**
 * @file
 * Print styling
 *
 * We provide some sane print styling for Drupal using Zen's layout method.
 */
/**
 * By importing this CSS file as media "all", we allow this print file to be
 * aggregated with other stylesheets, for improved front-end performance.
 */
@media print {
  /* Underline all links. */
  /* line 15, ../sass/_print.scss */
  a:link,
  a:visited {
    text-decoration: underline !important;
    /* Don't underline header. */
  }
  /* line 20, ../sass/_print.scss */
  a:link.header__site-link,
  a:visited.header__site-link {
    text-decoration: none !important;
  }

  /* line 25, ../sass/_print.scss */
  #content {
    /* Add visible URL after links. */
    /* Only display useful links. */
    /* Add visible title after abbreviations. */
  }
  /* line 27, ../sass/_print.scss */
  #content a[href]:after {
    content: " (" attr(href) ")";
    font-weight: normal;
    font-size: 14px;
  }
  /* line 34, ../sass/_print.scss */
  #content a[href^="javascript:"]:after,
  #content a[href^="#"]:after {
    content: "";
  }
  /* line 40, ../sass/_print.scss */
  #content abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* Un-float the content. */
  /* line 46, ../sass/_print.scss */
  #content {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Turn off any background colors or images. */
  /* line 54, ../sass/_print.scss */
  body,
  #page,
  #main,
  #content {
    color: #000;
    background-color: transparent !important;
    background-image: none !important;
  }

  /* Hide sidebars and nav elements. */
  /* line 64, ../sass/_print.scss */
  #skip-link,
  #toolbar,
  #navigation,
  .region-sidebar-first,
  .region-sidebar-second,
  #footer,
  .breadcrumb,
  .tabs,
  .action-links,
  .links,
  .book-navigation,
  .forum-topic-navigation,
  .pager,
  .feed-icons {
    visibility: hidden;
    display: none;
  }
}
/* SMACSS theme rules */
/* @import "theme-A"; */
/* @import "theme-B"; */
/* line 29, ../sass/styles.scss */
* {
  box-sizing: border-box;
}

/* line 33, ../sass/styles.scss */
html {
  line-height: 1.3em;
}

/* line 37, ../sass/styles.scss */
body {
  background: #fffffe;
  color: #534741;
  font-family: "Merriweather", Arial, Helvetica, sans-serif;
  font-size: 14px;
  word-break: break-word;
}

/* line 45, ../sass/styles.scss */
h1,
h2,
h3,
#footer #block-menu-block-2 ul li a,
h4,
h5 {
  font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
  line-height: 1.2em;
}

/* line 54, ../sass/styles.scss */
p {
  margin: 1em 0;
}

/* line 58, ../sass/styles.scss */
a {
  color: #534741;
}

/* line 61, ../sass/styles.scss */
a.btn,
input[type="submit"] {
  display: inline-block;
  padding: 7px;
  background-color: #c7a78d;
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  line-height: 20px;
  border: 0;
}
/* line 72, ../sass/styles.scss */
a.btn:hover,
input[type="submit"]:hover {
  background-color: #b68d6b;
}

/* line 45, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
.grid:before, .grid:after {
  content: "";
  display: table;
}
/* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
.grid:after {
  clear: both;
}

/* line 80, ../sass/styles.scss */
.container {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
}
@media (min-width: 481px) and (max-width: 768px) {
  /* line 80, ../sass/styles.scss */
  .container {
    width: 480px;
  }
}
@media (min-width: 769px) and (max-width: 960px) {
  /* line 80, ../sass/styles.scss */
  .container {
    width: 768px;
  }
}
@media (min-width: 961px) {
  /* line 80, ../sass/styles.scss */
  .container {
    width: 960px;
  }
}

/* line 95, ../sass/styles.scss */
.block {
  position: relative;
}

/* line 98, ../sass/styles.scss */
.views-exposed-form {
  background: #e9e8e2;
  padding: 17px 15px;
}
/* line 102, ../sass/styles.scss */
.views-exposed-form .views-exposed-widget {
  padding: 0 1rem;
}
/* line 109, ../sass/styles.scss */
.views-exposed-form .views-widget-filter-field_kieli_tid .form-item.form-type-bef-checkbox {
  width: 20rem;
  float: left;
}

/* line 119, ../sass/styles.scss */
.one-sidebar #content,
.no-sidebars #content {
  width: 67%;
  float: left;
}
@media (max-width: 960px) {
  /* line 119, ../sass/styles.scss */
  .one-sidebar #content,
  .no-sidebars #content {
    width: 100%;
  }
}
/* line 126, ../sass/styles.scss */
.one-sidebar .sidebar,
.no-sidebars .sidebar {
  width: 33%;
  float: right;
  padding-left: 10px;
}
@media (max-width: 960px) {
  /* line 126, ../sass/styles.scss */
  .one-sidebar .sidebar,
  .no-sidebars .sidebar {
    width: 100%;
  }
}

/* line 135, ../sass/styles.scss */
.pane-custom.pane-3 {
  padding-bottom: 2px;
}
/* line 138, ../sass/styles.scss */
.pane-custom.pane-3 hr {
  border: 3px solid #369DE4;
  margin: 0;
  padding: 0;
}

/* line 146, ../sass/styles.scss */
.pane-custom.pane-1 {
  padding-bottom: 2px;
}
/* line 149, ../sass/styles.scss */
.pane-custom.pane-1 hr {
  border: 3px solid #99693B;
  margin: 0;
  padding: 0;
}

/* line 155, ../sass/styles.scss */
.pane-custom.pane-2 {
  padding-bottom: 2px;
}
/* line 158, ../sass/styles.scss */
.pane-custom.pane-2 hr {
  border: 3px solid #707070;
  margin: 0;
  padding: 0;
}

/* line 171, ../sass/styles.scss */
.page-node-133 #content,
.page-node-10394 #content,
.page-node-49 #content,
.page-node-149 #content,
.page-node-152 #content,
.node-type-node-gallery-gallery #content {
  width: 100%;
}

/* line 176, ../sass/styles.scss */
#header {
  background: #0f3855;
  height: 136px;
  border-bottom: 3px solid #369ce3;
  position: relative;
}
/* line 181, ../sass/styles.scss */
#header .block {
  float: left;
  margin-bottom: 0;
}
/* line 185, ../sass/styles.scss */
#header #block-blockify-blockify-logo {
  margin-top: 20px;
}
/* line 189, ../sass/styles.scss */
#header .language-switcher-locale-url {
  list-style-type: none;
  margin-top: 55px;
}
@media (max-width: 768px) {
  /* line 189, ../sass/styles.scss */
  #header .language-switcher-locale-url {
    position: absolute;
    right: -10px;
    top: 135px;
    margin-top: 10px;
    float: right;
    width: 120px;
    z-index: 100;
  }
}
@media (max-width: 480px) {
  /* line 189, ../sass/styles.scss */
  #header .language-switcher-locale-url {
    position: absolute;
    margin-top: 10px;
    left: -170px;
    float: right;
    width: 120px;
    z-index: 100;
  }
}
/* line 212, ../sass/styles.scss */
#header .language-switcher-locale-url li {
  display: inline;
  padding: 5px;
}
/* line 217, ../sass/styles.scss */
#header .language-switcher-locale-url a {
  text-decoration: none;
  font-size: 1rem;
  font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
  color: #fff;
}
/* line 223, ../sass/styles.scss */
#header .language-switcher-locale-url a:hover {
  color: #369ce3;
}
/* line 229, ../sass/styles.scss */
#header #block-block-28,
#header #block-block-26,
#header #block-search-form,
#header #block-views-exp-haku-page {
  float: right;
  margin-top: 50px;
}
@media (max-width: 768px) {
  /* line 229, ../sass/styles.scss */
  #header #block-block-28,
  #header #block-block-26,
  #header #block-search-form,
  #header #block-views-exp-haku-page {
    position: absolute;
    top: 100px;
    width: 200px;
    z-index: 100;
  }
}
@media (max-width: 480px) {
  /* line 229, ../sass/styles.scss */
  #header #block-block-28,
  #header #block-block-26,
  #header #block-search-form,
  #header #block-views-exp-haku-page {
    position: absolute;
    top: 100px;
    width: 100px;
    z-index: 100;
  }
}
/* line 249, ../sass/styles.scss */
#header #block-block-28 .views-exposed-form,
#header #block-block-26 .views-exposed-form,
#header #block-search-form .views-exposed-form,
#header #block-views-exp-haku-page .views-exposed-form {
  background: transparent;
  padding: 0;
}
/* line 252, ../sass/styles.scss */
#header #block-block-28 .views-exposed-form label,
#header #block-block-26 .views-exposed-form label,
#header #block-search-form .views-exposed-form label,
#header #block-views-exp-haku-page .views-exposed-form label {
  display: none;
}
/* line 255, ../sass/styles.scss */
#header #block-block-28 .views-exposed-form .views-exposed-widgets,
#header #block-block-26 .views-exposed-form .views-exposed-widgets,
#header #block-search-form .views-exposed-form .views-exposed-widgets,
#header #block-views-exp-haku-page .views-exposed-form .views-exposed-widgets {
  margin: 0;
  margin-bottom: 0.5em;
}
/* line 259, ../sass/styles.scss */
#header #block-block-28 .views-exposed-form .views-exposed-widget,
#header #block-block-26 .views-exposed-form .views-exposed-widget,
#header #block-search-form .views-exposed-form .views-exposed-widget,
#header #block-views-exp-haku-page .views-exposed-form .views-exposed-widget {
  float: none;
  padding: 0;
}
/* line 263, ../sass/styles.scss */
#header #block-block-28 .views-exposed-form .views-exposed-widget .form-submit,
#header #block-block-26 .views-exposed-form .views-exposed-widget .form-submit,
#header #block-search-form .views-exposed-form .views-exposed-widget .form-submit,
#header #block-views-exp-haku-page .views-exposed-form .views-exposed-widget .form-submit {
  display: none;
}
/* line 268, ../sass/styles.scss */
#header #block-block-28 .form-text,
#header #block-block-26 .form-text,
#header #block-search-form .form-text,
#header #block-views-exp-haku-page .form-text {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE2LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjYxMi4wMXB4IiBoZWlnaHQ9IjYxMi4wMXB4IiB2aWV3Qm94PSIwIDAgNjEyLjAxIDYxMi4wMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNjEyLjAxIDYxMi4wMTsiDQoJIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGcgaWQ9Il94MzRfXzRfIj4NCgkJPGc+DQoJCQk8cGF0aCBkPSJNNjA2LjIwOSw1NzguNzE0TDQ0OC4xOTgsNDIzLjIyOEM0ODkuNTc2LDM3OC4yNzIsNTE1LDMxOC44MTcsNTE1LDI1My4zOTNDNTE0Ljk4LDExMy40MzksMzk5LjcwNCwwLDI1Ny40OTMsMA0KCQkJCUMxMTUuMjgyLDAsMC4wMDYsMTEzLjQzOSwwLjAwNiwyNTMuMzkzczExNS4yNzYsMjUzLjM5MywyNTcuNDg3LDI1My4zOTNjNjEuNDQ1LDAsMTE3LjgwMS0yMS4yNTMsMTYyLjA2OC01Ni41ODYNCgkJCQlsMTU4LjYyNCwxNTYuMDk5YzcuNzI5LDcuNjE0LDIwLjI3Nyw3LjYxNCwyOC4wMDYsMEM2MTMuOTM4LDU5OC42ODYsNjEzLjkzOCw1ODYuMzI4LDYwNi4yMDksNTc4LjcxNHogTTI1Ny40OTMsNDY3LjgNCgkJCQljLTEyMC4zMjYsMC0yMTcuODY5LTk1Ljk5My0yMTcuODY5LTIxNC40MDdTMTM3LjE2NywzOC45ODYsMjU3LjQ5MywzOC45ODZjMTIwLjMyNywwLDIxNy44NjksOTUuOTkzLDIxNy44NjksMjE0LjQwNw0KCQkJCVMzNzcuODIsNDY3LjgsMjU3LjQ5Myw0NjcuOHoiLz4NCgkJPC9nPg0KCTwvZz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjwvc3ZnPg0K");
  background-size: 19px;
  background-repeat: no-repeat;
  background-position: 5px 50%;
  padding-left: 30px;
  font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
  padding: 7px 0 7px 30px;
  border: 0;
  width: 250px;
}
@media (max-width: 480px) {
  /* line 268, ../sass/styles.scss */
  #header #block-block-28 .form-text,
  #header #block-block-26 .form-text,
  #header #block-search-form .form-text,
  #header #block-views-exp-haku-page .form-text {
    width: 170px;
  }
}
/* line 281, ../sass/styles.scss */
#header #block-block-28 .form-submit,
#header #block-block-26 .form-submit,
#header #block-search-form .form-submit,
#header #block-views-exp-haku-page .form-submit {
  visibility: hidden;
}

/* line 287, ../sass/styles.scss */
.views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 0.5rem;
}

/* line 294, ../sass/styles.scss */
.node-138 table td.image,
.node-157 table td.image {
  width: 20%;
}
@media (max-width: 960px) {
  /* line 294, ../sass/styles.scss */
  .node-138 table td.image,
  .node-157 table td.image {
    width: 100%;
    display: block;
    text-align: center;
  }
}
/* line 302, ../sass/styles.scss */
.node-138 table td.text,
.node-157 table td.text {
  width: 80%;
}
@media (max-width: 960px) {
  /* line 302, ../sass/styles.scss */
  .node-138 table td.text,
  .node-157 table td.text {
    width: 100%;
    display: block;
  }
}

/* line 311, ../sass/styles.scss */
#navigation {
  background: #0e102b;
  text-align: left;
  font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
}
@media (max-width: 960px) {
  /* line 311, ../sass/styles.scss */
  #navigation {
    height: auto;
    min-height: 70px;
  }
}
/* line 319, ../sass/styles.scss */
#navigation #block-menu-block-3,
#navigation #block-menu-block-4,
#navigation #block-menu-block-5 {
  display: none;
}
/* line 324, ../sass/styles.scss */
#navigation #block-menu-block-3 ul.menu li,
#navigation #block-menu-block-4 ul.menu li,
#navigation #block-menu-block-5 ul.menu li {
  width: 100%;
  position: relative;
  border: 0;
}
/* line 330, ../sass/styles.scss */
#navigation #block-menu-block-3 ul.menu li ul li a,
#navigation #block-menu-block-4 ul.menu li ul li a,
#navigation #block-menu-block-5 ul.menu li ul li a {
  padding: 0.3em 0 0.3em 1.2em;
}
@media (max-width: 480px) {
  /* line 330, ../sass/styles.scss */
  #navigation #block-menu-block-3 ul.menu li ul li a,
  #navigation #block-menu-block-4 ul.menu li ul li a,
  #navigation #block-menu-block-5 ul.menu li ul li a {
    padding: 0.3em 1em 0.3em 1.2em;
  }
}
/* line 338, ../sass/styles.scss */
#navigation #block-menu-block-3 ul.menu li ul li ul li a,
#navigation #block-menu-block-4 ul.menu li ul li ul li a,
#navigation #block-menu-block-5 ul.menu li ul li ul li a {
  padding: 0.3em 0 0.3em 1.7em;
}
/* line 345, ../sass/styles.scss */
#navigation #block-menu-block-3 ul.menu li a,
#navigation #block-menu-block-4 ul.menu li a,
#navigation #block-menu-block-5 ul.menu li a {
  padding: 0.5em;
}
/* line 347, ../sass/styles.scss */
#navigation #block-menu-block-3 ul.menu li a.active,
#navigation #block-menu-block-4 ul.menu li a.active,
#navigation #block-menu-block-5 ul.menu li a.active {
  background: #0e102b;
}
/* line 350, ../sass/styles.scss */
#navigation #block-menu-block-3 ul.menu li a.menu-352,
#navigation #block-menu-block-4 ul.menu li a.menu-352,
#navigation #block-menu-block-5 ul.menu li a.menu-352 {
  background-image: none;
}
@media (max-width: 959px) {
  /* line 357, ../sass/styles.scss */
  #navigation #block-superfish-1,
  #navigation #block-superfish-2,
  #navigation #block-superfish-3,
  #navigation #block-superfish-4 {
    display: none;
  }
}
/* line 365, ../sass/styles.scss */
#navigation .menu-toggler {
  position: relative;
  width: 100%;
  overflow: hidden;
}
/* line 369, ../sass/styles.scss */
#navigation .menu-toggler .toggler {
  display: block;
  padding: 5px;
  display: none;
  position: relative;
  float: right;
  margin-top: 10px;
}
@media (max-width: 959px) {
  /* line 369, ../sass/styles.scss */
  #navigation .menu-toggler .toggler {
    display: block;
  }
}
/* line 379, ../sass/styles.scss */
#navigation .menu-toggler .toggler .line {
  background: #fff;
  width: 35px;
  height: 5px;
  margin: 6px 0;
  display: block;
  border-radius: 1px;
}
/* line 389, ../sass/styles.scss */
#navigation .block {
  margin: 0;
}
/* line 392, ../sass/styles.scss */
#navigation ul.menu {
  margin: 0;
  padding: 0;
  font-size: 1.1rem;
}
/* line 396, ../sass/styles.scss */
#navigation ul.menu .toggle {
  height: 35px;
  width: 40px;
  z-index: 100;
  position: absolute;
  right: 0;
  background: url(../images/menu-open.png);
  background-size: 15px;
  background-repeat: no-repeat;
  top: 0;
  background-position: 50%;
}
/* line 407, ../sass/styles.scss */
#navigation ul.menu .toggle.toggled {
  background: url(../images/menu-close.png);
  background-size: 15px;
  z-index: 100;
  background-repeat: no-repeat;
  background-position: 50%;
}
/* line 415, ../sass/styles.scss */
#navigation ul.menu li {
  display: block;
  float: left;
  border-right: 1px solid #333;
}
/* line 420, ../sass/styles.scss */
> #navigation ul.menu li.first {
  border-left: 1px solid #333;
}
/* line 423, ../sass/styles.scss */
#navigation ul.menu li a {
  color: white;
  padding: 0.7em 1em;
  text-decoration: none;
  display: block;
  height: auto;
  background-position: 20px 50%;
}
/* line 430, ../sass/styles.scss */
#navigation ul.menu li a:hover {
  color: #369ce3;
}
/* line 433, ../sass/styles.scss */
#navigation ul.menu li a.menu-348 {
  text-indent: -999em;
  background-position: 50%;
  padding: 1em 1em;
}
/* line 438, ../sass/styles.scss */
#navigation ul.menu li a.menu-352 {
  background-image: url("../images/info.png");
  background-repeat: no-repeat;
  background-position: 15px 50%;
  padding-left: 55px;
}
/* line 444, ../sass/styles.scss */
#navigation ul.menu li a.active, #navigation ul.menu li a.active-trail {
  color: #369ce3;
}
/* line 449, ../sass/styles.scss */
#navigation ul.menu li ul {
  top: 2.6rem;
  background: #0e102b;
}
/* line 453, ../sass/styles.scss */
#navigation ul.menu li ul li {
  background-color: #0e102b;
  border: 0;
  width: 100% !important;
  float: left !important;
}
/* line 459, ../sass/styles.scss */
#navigation ul.menu li ul li ol li {
  width: auto !important;
  float: left;
  max-width: 25%;
}
/* line 464, ../sass/styles.scss */
#navigation ul.menu li ul li ol li.active-trail a {
  background: #0e102b;
}
/* line 468, ../sass/styles.scss */
#navigation ul.menu li ul li ol li a {
  font-size: 1.1rem;
  padding: 0.5em 0.5em;
}
/* line 472, ../sass/styles.scss */
#navigation ul.menu li ul li ol li li {
  width: 100% !important;
  max-width: 100%;
  padding-left: 10px;
}
/* line 476, ../sass/styles.scss */
#navigation ul.menu li ul li ol li li a {
  font-size: 1.3rem;
  height: auto;
  line-height: 20px;
  padding: 0.5em 1.5em;
}
/* line 481, ../sass/styles.scss */
#navigation ul.menu li ul li ol li li a:before {
  content: "- ";
}

/* line 495, ../sass/styles.scss */
#block-blockify-blockify-page-title {
  margin: 0;
}

/* line 504, ../sass/styles.scss */
#block-blockify-blockify-breadcrumb ol,
#block-multiblock-1 ol {
  background: #F2F1EB;
  display: inline-block;
  padding: 10px;
  margin-top: 5px;
}
/* line 509, ../sass/styles.scss */
#block-blockify-blockify-breadcrumb ol li,
#block-multiblock-1 ol li {
  color: #99693b;
  font-style: italic;
}
/* line 512, ../sass/styles.scss */
#block-blockify-blockify-breadcrumb ol li a,
#block-multiblock-1 ol li a {
  color: #706b62;
  text-decoration: none;
  font-style: normal;
}

/* line 522, ../sass/styles.scss */
#main {
  min-height: 600px;
  padding-top: 35px;
  padding-bottom: 70px;
  line-height: 1.6em;
}

/* line 528, ../sass/styles.scss */
/* .region-highlighted {
  margin-top: 2em;
} */

/* line 532, ../sass/styles.scss */
.pane-webform-client-block-9741 {
  background-color: #ede7d9;
  padding-top: 30px;
  padding: 1rem;
  text-color: #534741;
}

/* line 540, ../sass/styles.scss */
#block-block-1,
#block-block-12 {
  border-top: 1px solid #ffffcb;
  border-bottom: 1px solid #ffffcb;
}
/* line 544, ../sass/styles.scss */
#block-block-1 h1,
#block-block-12 h1 {
  color: #b0885e;
  font-weight: normal;
  font-style: italic;
  font-family: "Merriweather", Arial, Helvetica, sans-serif;
  padding: 0.3em 0 0.5em 3em;
}
@media (max-width: 960px) {
  /* line 544, ../sass/styles.scss */
  #block-block-1 h1,
  #block-block-12 h1 {
    padding: 0;
  }
}
/* line 553, ../sass/styles.scss */
#block-block-1 h1:before,
#block-block-12 h1:before {
  content: "“";
  color: black;
  position: absolute;
  top: 0.7em;
  left: 0.5em;
  font-size: 2em;
}
@media (max-width: 960px) {
  /* line 553, ../sass/styles.scss */
  #block-block-1 h1:before,
  #block-block-12 h1:before {
    position: relative;
    left: 0;
    top: 0.3em;
    margin-right: 10px;
  }
}

/* line 570, ../sass/styles.scss */
#footer {
  background: #1e1e23;
  color: white;
  padding: 2em 0;
}
/* line 574, ../sass/styles.scss */
#footer a {
  color: white;
}
/* line 577, ../sass/styles.scss */
#footer .block {
  padding: 0 1.2em;
  width: 28%;
  float: left;
  border-right: 1px solid #333;
  min-height: 432px;
}
@media (max-width: 960px) {
  /* line 577, ../sass/styles.scss */
  #footer .block {
    width: 50%;
  }
}
/* line 586, ../sass/styles.scss */
#footer .block:last-of-type {
  border-right: 0;
}
/* line 589, ../sass/styles.scss */
#footer .block .block-title {
  text-transform: uppercase;
  font-size: 1em;
}
/* line 594, ../sass/styles.scss */
#footer #block-block-3 {
  width: 43%;
}
@media (max-width: 960px) {
  /* line 594, ../sass/styles.scss */
  #footer #block-block-3 {
    width: 50%;
    border: 0;
  }
}
/* line 603, ../sass/styles.scss */
#footer #block-menu-block-2 ul {
  margin: 0;
  padding: 0;
}
/* line 606, ../sass/styles.scss */
#footer #block-menu-block-2 ul li {
  display: block;
}
/* line 608, ../sass/styles.scss */
#footer #block-menu-block-2 ul li a {
  text-decoration: none;
  display: block;
  font-weight: bold;
}
@media (max-width: 768px) {
  /* line 619, ../sass/styles.scss */
  #footer .block {
    width: 100% !important;
    float: none;
    border-right: 0;
    border-bottom: 1px solid #333;
    min-height: 0;
  }
  /* line 625, ../sass/styles.scss */
  #footer .block:last-of-type {
    border-bottom: 0;
  }
  /* line 629, ../sass/styles.scss */
  #footer #block-menu-block-2 ul li {
    width: 100%;
    float: none;
  }
}

/* line 638, ../sass/styles.scss */
.front .region-sidebar-first,
.section-filosofiafi-pa-svenska .region-sidebar-first {
  float: right;
  width: 260px;
  height: 500px;
  overflow: hidden;
}
/* line 644, ../sass/styles.scss */
.front #content,
.section-filosofiafi-pa-svenska #content {
  float: left;
  width: 700px;
  padding-bottom: 50px;
}
@media (max-width: 960px) {
  /* line 652, ../sass/styles.scss */
  .front .region-sidebar-first,
  .front #content,
  .section-filosofiafi-pa-svenska .region-sidebar-first,
  .section-filosofiafi-pa-svenska #content {
    width: 100%;
    float: none;
    height: auto;
    overflow: visible;
  }
}

/* line 662, ../sass/styles.scss */
h2 {
  font-size: 18px;
}

/* line 666, ../sass/styles.scss */
#block-block-4,
#block-block-5,
#block-block-6,
#block-block-7,
#block-block-8,
#block-block-9,
#block-block-10,
#block-block-11 {
  width: 350px;
  height: 250px;
  float: left;
  text-align: center;
  background: #999;
  color: white;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 960px) {
  /* line 666, ../sass/styles.scss */
  #block-block-4,
  #block-block-5,
  #block-block-6,
  #block-block-7,
  #block-block-8,
  #block-block-9,
  #block-block-10,
  #block-block-11 {
    width: 50%;
  }
}
/* line 685, ../sass/styles.scss */
#block-block-4 a,
#block-block-5 a,
#block-block-6 a,
#block-block-7 a,
#block-block-8 a,
#block-block-9 a,
#block-block-10 a,
#block-block-11 a {
  color: white;
  text-decoration: none;
}
/* line 690, ../sass/styles.scss */
#block-block-4 .content,
#block-block-5 .content,
#block-block-6 .content,
#block-block-7 .content,
#block-block-8 .content,
#block-block-9 .content,
#block-block-10 .content,
#block-block-11 .content {
  border: 1px solid white;
  margin: 19px;
  height: 210px;
  padding: 40px 20px 0;
}
/* line 697, ../sass/styles.scss */
#block-block-4 h2,
#block-block-5 h2,
#block-block-6 h2,
#block-block-7 h2,
#block-block-8 h2,
#block-block-9 h2,
#block-block-10 h2,
#block-block-11 h2 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1em;
  margin: 0;
  color: white;
  text-decoration: none;
  line-height: 18px;
}
/* line 704, ../sass/styles.scss */
#block-block-4 h2:hover,
#block-block-5 h2:hover,
#block-block-6 h2:hover,
#block-block-7 h2:hover,
#block-block-8 h2:hover,
#block-block-9 h2:hover,
#block-block-10 h2:hover,
#block-block-11 h2:hover {
  text-decoration: underline;
}
/* line 708, ../sass/styles.scss */
#block-block-4 hr,
#block-block-5 hr,
#block-block-6 hr,
#block-block-7 hr,
#block-block-8 hr,
#block-block-9 hr,
#block-block-10 hr,
#block-block-11 hr {
  background: white;
  border-color: white;
  width: 3em;
  margin: 1em auto;
}
/* line 714, ../sass/styles.scss */
#block-block-4 p,
#block-block-5 p,
#block-block-6 p,
#block-block-7 p,
#block-block-8 p,
#block-block-9 p,
#block-block-10 p,
#block-block-11 p {
  margin: 1em 0;
  text-decoration: none;
}
@media (max-width: 768px) {
  /* line 666, ../sass/styles.scss */
  #block-block-4,
  #block-block-5,
  #block-block-6,
  #block-block-7,
  #block-block-8,
  #block-block-9,
  #block-block-10,
  #block-block-11 {
    width: 100%;
    height: 150px;
    float: none;
    background-size: 100%;
  }
  /* line 723, ../sass/styles.scss */
  #block-block-4 .content,
  #block-block-5 .content,
  #block-block-6 .content,
  #block-block-7 .content,
  #block-block-8 .content,
  #block-block-9 .content,
  #block-block-10 .content,
  #block-block-11 .content {
    border: 0px;
    margin: 8px 0 0 0;
    height: 70px;
    padding: 0 35px;
    border-right: 0;
    border-left: 0;
  }
  /* line 731, ../sass/styles.scss */
  #block-block-4 h2,
  #block-block-5 h2,
  #block-block-6 h2,
  #block-block-7 h2,
  #block-block-8 h2,
  #block-block-9 h2,
  #block-block-10 h2,
  #block-block-11 h2 {
    text-align: left;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAATCAYAAACk9eypAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6REYyQzEyMDBBM0VBMTFFNTlFMDA4NzY3MEFFQkZCOTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6REYyQzEyMDFBM0VBMTFFNTlFMDA4NzY3MEFFQkZCOTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpERjJDMTFGRUEzRUExMUU1OUUwMDg3NjcwQUVCRkI5OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpERjJDMTFGRkEzRUExMUU1OUUwMDg3NjcwQUVCRkI5OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsUcNz4AAACZSURBVHjaYvj///98IP4DxDOBmBmIGfBhEPHzPwIsB2I2QhpK/6OCTUDMjk8DCBehadoHxFz4NIBwJhD/RdJ0FIj58WkA4Wg0TaeAWBSfBhAOAOJfSJouA7E4Pg0g7AnE35A03QFiGXwaQNgJiD8haXoIxCoMBCIqAy30TlDNBpL8QFIokRQPJMU0SWmJ5NRKcn4gKccBBBgAxh30MEGU+IYAAAAASUVORK5CYII=') no-repeat right center;
    line-height: 25px;
    font-size: 1em;
  }
  /* line 737, ../sass/styles.scss */
  #block-block-4 h2 a,
  #block-block-5 h2 a,
  #block-block-6 h2 a,
  #block-block-7 h2 a,
  #block-block-8 h2 a,
  #block-block-9 h2 a,
  #block-block-10 h2 a,
  #block-block-11 h2 a {
    display: block;
  }
  /* line 741, ../sass/styles.scss */
  #block-block-4 hr,
  #block-block-5 hr,
  #block-block-6 hr,
  #block-block-7 hr,
  #block-block-8 hr,
  #block-block-9 hr,
  #block-block-10 hr,
  #block-block-11 hr {
    display: none !important;
  }
}

/* line 746, ../sass/styles.scss */
#block-block-4,
#block-block-8 {
  background-image: url(../images/info-bg.jpg);
}

/* line 750, ../sass/styles.scss */
#block-block-5,
#block-block-9 {
  background-image: url(../images/kalenteri-bg.jpg);
}

/* line 754, ../sass/styles.scss */
#block-block-6,
#block-block-10 {
  background-image: url(../images/tiedotteet-bg.jpg);
}

/* line 758, ../sass/styles.scss */
#block-block-7,
#block-block-11 {
  background-image: url(../images/verkkoloki-bg.jpg);
}

/* line 762, ../sass/styles.scss */
#block-views-uusimmat-artikkelit-block,
#block-views-uusimmat-artikkelit-block-1 {
  background: #ede7d9;
  padding: 20px 24px;
  height: 100%;
}
/* line 769, ../sass/styles.scss */
#block-views-uusimmat-artikkelit-block .views-row,
#block-views-uusimmat-artikkelit-block-1 .views-row {
  margin: 0.5em 0;
  padding: 0.9em 0;
}
/* line 773, ../sass/styles.scss */
#block-views-uusimmat-artikkelit-block .views-field-title,
#block-views-uusimmat-artikkelit-block-1 .views-field-title {
  line-height: 1em;
}
/* line 775, ../sass/styles.scss */
#block-views-uusimmat-artikkelit-block .views-field-title a,
#block-views-uusimmat-artikkelit-block-1 .views-field-title a {
  color: #534741;
  text-decoration: none;
}
/* line 778, ../sass/styles.scss */
#block-views-uusimmat-artikkelit-block .views-field-title a:hover,
#block-views-uusimmat-artikkelit-block-1 .views-field-title a:hover {
  text-decoration: underline;
}
/* line 783, ../sass/styles.scss */
#block-views-uusimmat-artikkelit-block .views-field-created,
#block-views-uusimmat-artikkelit-block-1 .views-field-created {
  font-size: 14px;
  color: #9a6b3e;
  font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
  font-weight: 300;
}
/* line 791, ../sass/styles.scss */
#block-views-uusimmat-artikkelit-block .field-name-body,
#block-views-uusimmat-artikkelit-block-1 .field-name-body {
  font-size: 0.8em;
  line-height: 1.3em;
}
/* line 794, ../sass/styles.scss */
#block-views-uusimmat-artikkelit-block .field-name-body p,
#block-views-uusimmat-artikkelit-block-1 .field-name-body p {
  margin: 0;
}
/* line 798, ../sass/styles.scss */
#block-views-uusimmat-artikkelit-block .pager li,
#block-views-uusimmat-artikkelit-block-1 .pager li {
  border: 1px solid #c9c5b5;
  font-size: 0.8em;
  text-transform: uppercase;
  font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
  font-weight: bold;
  padding: 5px;
}
/* line 805, ../sass/styles.scss */
#block-views-uusimmat-artikkelit-block .pager li a,
#block-views-uusimmat-artikkelit-block-1 .pager li a {
  color: #534741;
  text-decoration: none;
}
/* line 809, ../sass/styles.scss */
#block-views-uusimmat-artikkelit-block .pager li.pager-last, #block-views-uusimmat-artikkelit-block .pager li.pager-first, #block-views-uusimmat-artikkelit-block .pager li.pager-item, #block-views-uusimmat-artikkelit-block .pager li.pager-current,
#block-views-uusimmat-artikkelit-block-1 .pager li.pager-last,
#block-views-uusimmat-artikkelit-block-1 .pager li.pager-first,
#block-views-uusimmat-artikkelit-block-1 .pager li.pager-item,
#block-views-uusimmat-artikkelit-block-1 .pager li.pager-current {
  display: none;
}

/* line 819, ../sass/styles.scss */
.view-emeritushaastattelut .views-row,
.view-bibliografiat .views-row {
  border-bottom: 2px solid #534741;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
/* line 824, ../sass/styles.scss */
.view-emeritushaastattelut .views-row .views-field-title h2,
.view-bibliografiat .views-row .views-field-title h2 {
  font-family: "Merriweather", Arial, Helvetica, sans-serif;
  font-weight: normal;
}
/* line 827, ../sass/styles.scss */
.view-emeritushaastattelut .views-row .views-field-title h2 a,
.view-bibliografiat .views-row .views-field-title h2 a {
  color: #0e102b;
  text-decoration: none;
}

/* line 838, ../sass/styles.scss */
.node-blogimerkint-.node-teaser,
.node-tiedote.node-teaser,
.node-tapahtuma.node-teaser {
  border-bottom: 1px solid #534741;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
/* line 843, ../sass/styles.scss */
.node-blogimerkint-.node-teaser .node-title h2, .node-blogimerkint-.node-teaser .node--title h2,
.node-tiedote.node-teaser .node-title h2,
.node-tiedote.node-teaser .node--title h2,
.node-tapahtuma.node-teaser .node-title h2,
.node-tapahtuma.node-teaser .node--title h2 {
  line-height: 1.2em;
  font-family: "Merriweather", Arial, Helvetica, sans-serif;
}
/* line 848, ../sass/styles.scss */
.node-blogimerkint-.node-teaser .node-title a, .node-blogimerkint-.node-teaser .node--title a,
.node-tiedote.node-teaser .node-title a,
.node-tiedote.node-teaser .node--title a,
.node-tapahtuma.node-teaser .node-title a,
.node-tapahtuma.node-teaser .node--title a {
  color: #0e102b;
  text-decoration: none;
  font-family: "Merriweather", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 14px;
}
/* line 853, ../sass/styles.scss */
.node-blogimerkint-.node-teaser .node-title a:hover, .node-blogimerkint-.node-teaser .node--title a:hover,
.node-tiedote.node-teaser .node-title a:hover,
.node-tiedote.node-teaser .node--title a:hover,
.node-tapahtuma.node-teaser .node-title a:hover,
.node-tapahtuma.node-teaser .node--title a:hover {
  text-decoration: underline;
}
/* line 858, ../sass/styles.scss */
.node-blogimerkint-.node-teaser .field-name-field-tiedotteen-aihepiirit,
.node-blogimerkint-.node-teaser .field-name-field-verkkolokin-aihepiirit,
.node-blogimerkint-.node-teaser .field-name-field-paikkakunta,
.node-blogimerkint-.node-teaser .field-name-field-aihepiiri,
.node-tiedote.node-teaser .field-name-field-tiedotteen-aihepiirit,
.node-tiedote.node-teaser .field-name-field-verkkolokin-aihepiirit,
.node-tiedote.node-teaser .field-name-field-paikkakunta,
.node-tiedote.node-teaser .field-name-field-aihepiiri,
.node-tapahtuma.node-teaser .field-name-field-tiedotteen-aihepiirit,
.node-tapahtuma.node-teaser .field-name-field-verkkolokin-aihepiirit,
.node-tapahtuma.node-teaser .field-name-field-paikkakunta,
.node-tapahtuma.node-teaser .field-name-field-aihepiiri {
  margin: 10px 0;
  overflow: hidden;
}
/* line 864, ../sass/styles.scss */
.node-blogimerkint-.node-teaser .field-name-field-tiedotteen-aihepiirit a,
.node-blogimerkint-.node-teaser .field-name-field-verkkolokin-aihepiirit a,
.node-blogimerkint-.node-teaser .field-name-field-paikkakunta a,
.node-blogimerkint-.node-teaser .field-name-field-aihepiiri a,
.node-tiedote.node-teaser .field-name-field-tiedotteen-aihepiirit a,
.node-tiedote.node-teaser .field-name-field-verkkolokin-aihepiirit a,
.node-tiedote.node-teaser .field-name-field-paikkakunta a,
.node-tiedote.node-teaser .field-name-field-aihepiiri a,
.node-tapahtuma.node-teaser .field-name-field-tiedotteen-aihepiirit a,
.node-tapahtuma.node-teaser .field-name-field-verkkolokin-aihepiirit a,
.node-tapahtuma.node-teaser .field-name-field-paikkakunta a,
.node-tapahtuma.node-teaser .field-name-field-aihepiiri a
 {
  display: inline-block;
  padding: 10px;
  background-color: #c7a78d;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  float: left;
  margin-right: 2px;
  line-height: 20px;
}
/* line 876, ../sass/styles.scss */
.node-blogimerkint-.node-teaser .field-name-field-paikkakunta,
.node-tiedote.node-teaser .field-name-field-paikkakunta,
.node-tapahtuma.node-teaser .field-name-field-paikkakunta {
  float: left;
  margin-right: 10px;
}
/* line 880, ../sass/styles.scss */
.node-blogimerkint-.node-teaser .field-name-body,
.node-tiedote.node-teaser .field-name-body,
.node-tapahtuma.node-teaser .field-name-body {
  clear: left;
}
/* line 884, ../sass/styles.scss */
.node-blogimerkint- a.feed-icon,
.node-tiedote a.feed-icon,
.node-tapahtuma a.feed-icon {
  display: none;
}

/* line 890, ../sass/styles.scss */
.view-verkkoloki .views-row .views-field-created {
  font-size: 15px;
}
/* line 894, ../sass/styles.scss */
.view-verkkoloki .views-row .views-field-title a {
  color: #0e102b;
  text-decoration: none;
}
/* line 899, ../sass/styles.scss */
.view-verkkoloki .views-row .views-field-field-verkkolokin-aihepiirit {
  margin: 10px 0;
}
/* line 901, ../sass/styles.scss */
.view-verkkoloki .views-row .views-field-field-verkkolokin-aihepiirit a {
  display: inline-block;
  padding: 10px;
  background-color: #c7a78d;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  line-height: 20px;
}
/* line 912, ../sass/styles.scss */
.view-verkkoloki ul.views-summary {
  padding: 0;
  margin: 0;
}
/* line 915, ../sass/styles.scss */
.view-verkkoloki ul.views-summary li {
  list-style: none;
}
/* line 917, ../sass/styles.scss */
.view-verkkoloki ul.views-summary li a {
  text-decoration: none;
  color: #534741;
}
/* line 924, ../sass/styles.scss */
.view-verkkoloki.view-display-id-block_4 .views-row {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
/* line 929, ../sass/styles.scss */
.view-verkkoloki.view-display-id-block_4 .views-field-title a {
  font-size: 1em;
  text-decoration: none;
  color: #0e102b;
}
/* line 933, ../sass/styles.scss */
.view-verkkoloki.view-display-id-block_4 .views-field-title a:hover {
  text-decoration: underline;
}

/* line 943, ../sass/styles.scss */
.view-tapahtumat .views-row .field-name-field-p-iv-m-r-,
.view-tiedotteet .views-row .field-name-field-p-iv-m-r-,
.view-verkkoloki .views-row .field-name-field-p-iv-m-r- {
  font-size: 15px;
}
/* line 948, ../sass/styles.scss */
.view-tapahtumat .views-row .node-title a,
.view-tapahtumat .views-row .views-field-title a,
.view-tiedotteet .views-row .node-title a,
.view-tiedotteet .views-row .views-field-title a,
.view-verkkoloki .views-row .node-title a,
.view-verkkoloki .views-row .views-field-title a {
  text-decoration: none;
}
/* line 953, ../sass/styles.scss */
.view-tapahtumat .views-row .field-name-field-paikkakunta,
.view-tapahtumat .views-row .field-name-field-aihepiiri,
.view-tapahtumat .views-row .field-name-field-tiedotteen-aihepiirit,
.view-tapahtumat .views-row .field-name-field-verkkolokin-aihepiirit,
.view-tiedotteet .views-row .field-name-field-paikkakunta,
.view-tiedotteet .views-row .field-name-field-aihepiiri,
.view-tiedotteet .views-row .field-name-field-tiedotteen-aihepiirit,
.view-tiedotteet .views-row .field-name-field-verkkolokin-aihepiirit,
.view-verkkoloki .views-row .field-name-field-paikkakunta,
.view-verkkoloki .views-row .field-name-field-aihepiiri,
.view-verkkoloki .views-row .field-name-field-tiedotteen-aihepiirit,
.view-verkkoloki .views-row .field-name-field-verkkolokin-aihepiirit {
  margin: 10px 0;
  overflow: hidden;
}
/* line 959, ../sass/styles.scss */
.view-tapahtumat .views-row .field-name-field-paikkakunta a,
.view-tapahtumat .views-row .field-name-field-aihepiiri a,
.view-tapahtumat .views-row .field-name-field-tiedotteen-aihepiirit a,
.view-tapahtumat .views-row .field-name-field-verkkolokin-aihepiirit a,
.view-tiedotteet .views-row .field-name-field-paikkakunta a,
.view-tiedotteet .views-row .field-name-field-aihepiiri a,
.view-tiedotteet .views-row .field-name-field-tiedotteen-aihepiirit a,
.view-tiedotteet .views-row .field-name-field-verkkolokin-aihepiirit a,
.view-verkkoloki .views-row .field-name-field-paikkakunta a,
.view-verkkoloki .views-row .field-name-field-aihepiiri a,
.view-verkkoloki .views-row .field-name-field-tiedotteen-aihepiirit a,
.view-verkkoloki .views-row .field-name-field-verkkolokin-aihepiirit a {
  display: inline-block;
  padding: 10px;
  background-color: #c7a78d;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  float: left;
  margin-right: 2px;
  line-height: 20px;
}
/* line 971, ../sass/styles.scss */
.view-tapahtumat .views-row .field-name-field-paikkakunta,
.view-tiedotteet .views-row .field-name-field-paikkakunta,
.view-verkkoloki .views-row .field-name-field-paikkakunta {
  float: left;
  margin-right: 10px;
}
/* line 976, ../sass/styles.scss */
.view-tapahtumat ul.views-summary,
.view-tiedotteet ul.views-summary,
.view-verkkoloki ul.views-summary {
  padding: 0;
  margin: 0;
}
/* line 979, ../sass/styles.scss */
.view-tapahtumat ul.views-summary li,
.view-tiedotteet ul.views-summary li,
.view-verkkoloki ul.views-summary li {
  color: #fff;
  list-style: none;
}
/* line 983, ../sass/styles.scss */
.view-tapahtumat ul.views-summary li a,
.view-tiedotteet ul.views-summary li a,
.view-verkkoloki ul.views-summary li a {
  text-decoration: none;
  color: #534741;
}
/* line 990, ../sass/styles.scss */
.view-tapahtumat.view-display-id-block_1 .views-row,
.view-tiedotteet.view-display-id-block_1 .views-row,
.view-verkkoloki.view-display-id-block_1 .views-row {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
/* line 995, ../sass/styles.scss */
.view-tapahtumat.view-display-id-block_1 .views-field-title a,
.view-tiedotteet.view-display-id-block_1 .views-field-title a,
.view-verkkoloki.view-display-id-block_1 .views-field-title a {
  text-decoration: none;
  color: #000;
}
/* line 998, ../sass/styles.scss */
.view-tapahtumat.view-display-id-block_1 .views-field-title a:hover,
.view-tiedotteet.view-display-id-block_1 .views-field-title a:hover,
.view-verkkoloki.view-display-id-block_1 .views-field-title a:hover {
  text-decoration: underline;
}

/* line 1004, ../sass/styles.scss */
.view-tagit {
  overflow: hidden;
}
/* line 1008, ../sass/styles.scss */
.view-tagit .views-row .views-field-name a {
  display: inline-block;
  background-color: #c7a78d;
  color: #fff;
  text-decoration: none;
  margin: 2px;
  font-size: 14px;
  line-height: 20px;
  padding: 5px;
  float: left;
}

/* line 1022, ../sass/styles.scss */
.pane-views-tiedotteet-block,
.pane-views-tiedotteet-block-1 {
  background-color: #ede7d9;
  padding: 0;
  padding: 30px 25px;
}
/* line 1037, ../sass/styles.scss */
.pane-views-tiedotteet-block .view-header h2,
.pane-views-tiedotteet-block-1 .view-header h2 {
  color: white;
  margin: 0 0 2rem;
}

/* line 1043, ../sass/styles.scss */
.pane-views-tapahtumat-block-1,
.pane-views-tapahtumat-block-5 {
  background: #F2F2F2;
  padding: 30px 25px;
  margin-bottom: 2rem;
  color: #000;
}
/* line 1051, ../sass/styles.scss */
.pane-views-tapahtumat-block-1 a,
.pane-views-tapahtumat-block-5 a {
  color: #000;
}
/* line 1054, ../sass/styles.scss */
.pane-views-tapahtumat-block-1 .views-row,
.pane-views-tapahtumat-block-5 .views-row {
  margin: 2rem 0;
}
/* line 1057, ../sass/styles.scss */
.pane-views-tapahtumat-block-1 h4,
.pane-views-tapahtumat-block-5 h4 {
  margin: 0;
}

/* line 1061, ../sass/styles.scss */
.pane-views-verkkoloki-block-4,
.pane-views-verkkoloki-block-5 {
  background: #E5F4FF;
  padding: 30px 25px;
  color: #000;
}
/* line 1066, ../sass/styles.scss */
.pane-views-verkkoloki-block-4 a,
.pane-views-verkkoloki-block-5 a {
  color: #000 !important;
}
/* line 1069, ../sass/styles.scss */
.pane-views-verkkoloki-block-4 .views-row,
.pane-views-verkkoloki-block-5 .views-row {
  margin: 2rem 0;
}
/* line 1072, ../sass/styles.scss */
.pane-views-verkkoloki-block-4 h4,
.pane-views-verkkoloki-block-5 h4 {
  margin: 0;
}

/* line 1079, ../sass/styles.scss */
.view-kokoelma .views-row,
.view-henkil-galleria .views-row,
.view-arkistohaku2 .views-row {
  padding: 10px 0;
}
/* line 1081, ../sass/styles.scss */
.view-kokoelma .views-row h3, .view-kokoelma .views-row #footer #block-menu-block-2 ul li a, #footer #block-menu-block-2 ul li .view-kokoelma .views-row a,
.view-kokoelma .views-row h2,
.view-henkil-galleria .views-row h3,
.view-henkil-galleria .views-row #footer #block-menu-block-2 ul li a,
#footer #block-menu-block-2 ul li .view-henkil-galleria .views-row a,
.view-henkil-galleria .views-row h2,
.view-arkistohaku2 .views-row h3,
.view-arkistohaku2 .views-row #footer #block-menu-block-2 ul li a,
#footer #block-menu-block-2 ul li .view-arkistohaku2 .views-row a,
.view-arkistohaku2 .views-row h2 {
  margin-bottom: 0;
  margin-top: 0em;
}
/* line 1088, ../sass/styles.scss */
.view-kokoelma #edit-field-ta-pvm-value-wrapper .views-widget div,
.view-henkil-galleria #edit-field-ta-pvm-value-wrapper .views-widget div,
.view-arkistohaku2 #edit-field-ta-pvm-value-wrapper .views-widget div {
  float: left;
  margin-right: 2rem;
}
/* line 1093, ../sass/styles.scss */
.view-kokoelma #edit-field-kieli-tid-wrapper,
.view-henkil-galleria #edit-field-kieli-tid-wrapper,
.view-arkistohaku2 #edit-field-kieli-tid-wrapper {
  clear: both;
}

/* line 1098, ../sass/styles.scss */
.view-bibliografiat h2.node-title {
  font-family: "Merriweather", Arial, Helvetica, sans-serif;
  font-weight: normal;
}
/* line 1101, ../sass/styles.scss */
.view-bibliografiat h2.node-title a {
  color: #0e102b;
  text-decoration: none;
}
/* line 1104, ../sass/styles.scss */
.view-bibliografiat h2.node-title a:hover {
  text-decoration: underline;
}
/* line 1109, ../sass/styles.scss */
.view-bibliografiat .field-name-field-tekija,
.view-bibliografiat .field-name-field-ta-pvm {
  float: left;
  width: 50%;
}
/* line 1114, ../sass/styles.scss */
.view-bibliografiat .field-name-field-ta-pvm {
  text-align: right;
}
/* line 1118, ../sass/styles.scss */
.view-bibliografiat .views-exposed-form .form-type-bef-link {
  display: inline;
}
/* line 1120, ../sass/styles.scss */
.view-bibliografiat .views-exposed-form .form-type-bef-link a.active {
  font-weight: bold;
}

/* line 1127, ../sass/styles.scss */
.view-kuva-galleriat.view-display-id-block_1 {
  /*
  .views-row {
    display: inline-block;
    padding: 0 2rem 2rem 0;
    width: 19rem;
    vertical-align: top;
  }
  */
}

/* line 1138, ../sass/styles.scss */
.group-metatiedot {
  background: #e9e8e2;
  border: 0;
  padding: 1rem;
  margin-bottom: 2rem;
}
/* line 1143, ../sass/styles.scss */
.group-metatiedot legend {
  display: none;
}
/* line 1146, ../sass/styles.scss */
.group-metatiedot .field {
  padding: 1rem 0;
  clear: both;
}
/* line 1150, ../sass/styles.scss */
.group-metatiedot .field-label {
  width: 35%;
}
/* line 1153, ../sass/styles.scss */
.group-metatiedot .field-items {
  width: 65%;
}

/* line 1161, ../sass/styles.scss */
.node-ta-audio.node-teaser,
.node-ta-teksti.node-teaser,
.node-ta-video.node-teaser {
  margin-bottom: 2rem;
  border-bottom: 1px solid #e9e8e2;
  padding-bottom: 2rem;
}
/* line 1165, ../sass/styles.scss */
.node-ta-audio.node-teaser .field-name-field-tallennearkiston-aihepiiri,
.node-ta-teksti.node-teaser .field-name-field-tallennearkiston-aihepiiri,
.node-ta-video.node-teaser .field-name-field-tallennearkiston-aihepiiri {
  background: #e9e8e2;
  padding: 0.5rem;
  margin: 1rem 0 0;
  display: inline-block;
}
/* line 1170, ../sass/styles.scss */
.node-ta-audio.node-teaser .field-name-field-tallennearkiston-aihepiiri .field-item,
.node-ta-teksti.node-teaser .field-name-field-tallennearkiston-aihepiiri .field-item,
.node-ta-video.node-teaser .field-name-field-tallennearkiston-aihepiiri .field-item {
  display: inline;
}
/* line 1172, ../sass/styles.scss */
.node-ta-audio.node-teaser .field-name-field-tallennearkiston-aihepiiri .field-item:after,
.node-ta-teksti.node-teaser .field-name-field-tallennearkiston-aihepiiri .field-item:after,
.node-ta-video.node-teaser .field-name-field-tallennearkiston-aihepiiri .field-item:after {
  content: ", ";
}
/* line 1175, ../sass/styles.scss */
.node-ta-audio.node-teaser .field-name-field-tallennearkiston-aihepiiri .field-item:last-child:after,
.node-ta-teksti.node-teaser .field-name-field-tallennearkiston-aihepiiri .field-item:last-child:after,
.node-ta-video.node-teaser .field-name-field-tallennearkiston-aihepiiri .field-item:last-child:after {
  content: "";
}
/* line 1180, ../sass/styles.scss */
.node-ta-audio.node-teaser .field-name-field-tekij-tallennearkiston-tie,
.node-ta-teksti.node-teaser .field-name-field-tekij-tallennearkiston-tie,
.node-ta-video.node-teaser .field-name-field-tekij-tallennearkiston-tie {
  padding: 0.2rem;
}
/* line 1182, ../sass/styles.scss */
.node-ta-audio.node-teaser .field-name-field-tekij-tallennearkiston-tie .field-item,
.node-ta-teksti.node-teaser .field-name-field-tekij-tallennearkiston-tie .field-item,
.node-ta-video.node-teaser .field-name-field-tekij-tallennearkiston-tie .field-item {
  display: inline;
}
/* line 1184, ../sass/styles.scss */
.node-ta-audio.node-teaser .field-name-field-tekij-tallennearkiston-tie .field-item:after,
.node-ta-teksti.node-teaser .field-name-field-tekij-tallennearkiston-tie .field-item:after,
.node-ta-video.node-teaser .field-name-field-tekij-tallennearkiston-tie .field-item:after {
  content: ", ";
}
/* line 1187, ../sass/styles.scss */
.node-ta-audio.node-teaser .field-name-field-tekij-tallennearkiston-tie .field-item:last-child:after,
.node-ta-teksti.node-teaser .field-name-field-tekij-tallennearkiston-tie .field-item:last-child:after,
.node-ta-video.node-teaser .field-name-field-tekij-tallennearkiston-tie .field-item:last-child:after {
  content: "";
}
/* line 1192, ../sass/styles.scss */
.node-ta-audio.node-teaser .field-name-field-artikkelikuva,
.node-ta-teksti.node-teaser .field-name-field-artikkelikuva,
.node-ta-video.node-teaser .field-name-field-artikkelikuva {
  float: left;
  margin: 1rem 2rem 1rem 0;
}
/* line 1196, ../sass/styles.scss */
.node-ta-audio.node-teaser .field-name-field-kuvaus,
.node-ta-teksti.node-teaser .field-name-field-kuvaus,
.node-ta-video.node-teaser .field-name-field-kuvaus {
  clear: left;
}
/* line 1199, ../sass/styles.scss */
.node-ta-audio.node-teaser .node-readmore,
.node-ta-teksti.node-teaser .node-readmore,
.node-ta-video.node-teaser .node-readmore {
  display: none;
}
/* line 1204, ../sass/styles.scss */
.node-ta-audio .field-name-field-kuvaus p,
.node-ta-teksti .field-name-field-kuvaus p,
.node-ta-video .field-name-field-kuvaus p {
  margin: 0 0 1rem;
}

/* line 1211, ../sass/styles.scss */
.view-aihepiirit.view-display-id-block, .view-aihepiirit.view-display-id-block_1 {
  line-height: 4em;
}
/* line 1214, ../sass/styles.scss */
.view-aihepiirit.view-display-id-block .views-row,
.view-aihepiirit.view-display-id-block .views-field-name, .view-aihepiirit.view-display-id-block_1 .views-row,
.view-aihepiirit.view-display-id-block_1 .views-field-name {
  display: inline;
}
/* line 1218, ../sass/styles.scss */
.view-aihepiirit.view-display-id-block .pager li, .view-aihepiirit.view-display-id-block_1 .pager li {
  list-style: none;
}

/* line 1228, ../sass/styles.scss */
.section-filosofia-suomessa .node-page .field-name-body .field-item .masonry-box,
.section-filosofin-i-finland .node-page .field-name-body .field-item .masonry-box,
.section-filosofistudier .node-page .field-name-body .field-item .masonry-box {
  min-width: 300px;
  width: 29%;
  background: #e9e8e2;
  padding: 1rem;
  margin: 0 0 2rem;
}
/* line 1234, ../sass/styles.scss */
.section-filosofia-suomessa .node-page .field-name-body .field-item .masonry-box h2,
.section-filosofin-i-finland .node-page .field-name-body .field-item .masonry-box h2,
.section-filosofistudier .node-page .field-name-body .field-item .masonry-box h2 {
  margin-top: 0;
  line-height: 1.3em;
}

/* line 1243, ../sass/styles.scss */
.field-name-field-liitetiedostot .field-item {
  margin-bottom: 2rem;
}

/* line 1249, ../sass/styles.scss */
.view-ensyklopedia h3, .view-ensyklopedia #footer #block-menu-block-2 ul li a, #footer #block-menu-block-2 ul li .view-ensyklopedia a {
  background: #e9e8e2;
  padding: 0.5em;
  margin: 1em 0;
}
/* line 1254, ../sass/styles.scss */
.view-ensyklopedia .views-field-title-2 {
  padding-left: 2rem;
}

/* line 1260, ../sass/styles.scss */
.view-ajatuksen-kulku .description,
.view-ajatuksen-kulku .kokoelma-artikkelit,
.view-ajatuksen-kulku .view-content {
  margin-bottom: 8rem;
}

/* line 1267, ../sass/styles.scss */
.view-sanakirja-sv-ordbok ul {
  display: none;
}

/* line 1271, ../sass/styles.scss */
.view-sanakirja-sv-ordbok .wordbook--hide {
  display: none;
}

/* line 1276, ../sass/styles.scss */
.view-sanakirja-sv-ordbok h3, .view-sanakirja-sv-ordbok #footer #block-menu-block-2 ul li a, #footer #block-menu-block-2 ul li .view-sanakirja-sv-ordbok a {
  margin-bottom: 1px;
  margin-top: 1px;
  line-height: 1.5em;
}
/* line 1282, ../sass/styles.scss */
.view-sanakirja-sv-ordbok ul {
  margin-bottom: 0px;
  margin-top: 0px;
}

/* line 1289, ../sass/styles.scss */
.view-ensyklopedia h3, .view-ensyklopedia #footer #block-menu-block-2 ul li a, #footer #block-menu-block-2 ul li .view-ensyklopedia a {
  background: #e9e8e2;
  padding: 0.5em;
  margin: 1em 0;
}
/* line 1295, ../sass/styles.scss */
.view-ensyklopedia .views-field-title-2 {
  padding-left: 2rem;
}

/* line 1300, ../sass/styles.scss */
.show-extra,
.hide-extra,
.show {
  font-weight: 900;
  text-decoration: underline;
  display: inline-block;
  margin-top: 5px;
}

/* line 1307, ../sass/styles.scss */
.wordbook--body {
  display: none;
}

/* line 1311, ../sass/styles.scss */
.bef-checkboxes > .form-item-edit-l2-385,
.bef-checkboxes > .form-item-edit-l2-57,
.bef-checkboxes > .form-item-edit-l2-380,
.bef-checkboxes > .form-item-edit-l2-370,
.bef-checkboxes > .form-item-edit-l2-53,
.bef-checkboxes > .form-item-edit-l2-60,
.bef-checkboxes > .form-item-edit-l2-50,
.bef-checkboxes > .form-item-edit-l2-150,
.bef-checkboxes > .form-item-edit-l2-372,
.bef-checkboxes > .form-item-edit-l2-se-57,
.bef-checkboxes > .form-item-edit-l2-se-380,
.bef-checkboxes > .form-item-edit-l2-se-370,
.bef-checkboxes > .form-item-edit-l2-se-53,
.bef-checkboxes > .form-item-edit-l2-se-60,
.bef-checkboxes > .form-item-edit-l2-se-50,
.bef-checkboxes > .form-item-edit-l2-se-150,
.bef-checkboxes > .form-item-edit-l2-se-372 {
  display: none;
}

/* line 1331, ../sass/styles.scss */
.hide-extra,
.bef-checkboxes > .form-item-edit-l-57,
.bef-checkboxes > .form-item-edit-l-380,
.bef-checkboxes > .form-item-edit-l-370,
.bef-checkboxes > .form-item-edit-l-53,
.bef-checkboxes > .form-item-edit-l-60,
.bef-checkboxes > .form-item-edit-l-50,
.bef-checkboxes > .form-item-edit-l-150,
.bef-checkboxes > .form-item-edit-l-372,
.bef-checkboxes > .form-item-edit-l-se-57,
.bef-checkboxes > .form-item-edit-l-se-380,
.bef-checkboxes > .form-item-edit-l-se-370,
.bef-checkboxes > .form-item-edit-l-se-53,
.bef-checkboxes > .form-item-edit-l-se-60,
.bef-checkboxes > .form-item-edit-l-se-50,
.bef-checkboxes > .form-item-edit-l-se-150,
.bef-checkboxes > .form-item-edit-l-se-372 {
  display: none;
}

/* line 1353, ../sass/styles.scss */
.view-arkistohaku2 .views-exposed-form .views-exposed-widget {
  width: 33%;
  line-height: 1.3em;
  float: left;
  padding: 0.5em;
}
/* line 1359, ../sass/styles.scss */
.view-arkistohaku2 .views-exposed-form .views-widget-filter-search_api_views_fulltext {
  margin-bottom: 0px;
}

@media (max-width: 768px) {
  /* line 1366, ../sass/styles.scss */
  .view-arkistohaku2 .views-exposed-form .views-exposed-widget {
    width: 100%;
    line-height: 1.3em;
    float: left;
    padding: 0.5em 1em 0 0;
  }
}
/* line 1374, ../sass/styles.scss */
.view-kuva-galleriat .view-content,
.view-kuva-arkisto .view-content {
  display: grid;
  grid-template-columns: repeat(4, 250px);
  grid-column-gap: 5px;
  grid-row-gap: 0px;
}

/* line 1382, ../sass/styles.scss */
.views-column {
  margin-bottom: 20px;
  text-align: center;
}

@media (max-width: 480px) {
  /* line 1388, ../sass/styles.scss */
  .view-kuva-galleriat .view-content,
  .view-kuva-arkisto .view-content {
    display: block !important;
    width: 100%;
  }
  /* line 1393, ../sass/styles.scss */
  .view-kuva-galleriat .view-content img,
  .view-kuva-arkisto .view-content img {
    width: 100%;
  }
}
/* line 1399, ../sass/styles.scss */
strong {
  font-weight: 700;
}

/* line 1403, ../sass/styles.scss */
#cboxTitle {
  font-size: 0.8em;
}

/* line 1407, ../sass/styles.scss */
.section-personer #page-title {
  display: none;
}

/* line 1412, ../sass/styles.scss */
.submitted-by, .submitted {
  font-size: 14px;
  color: #9a6b3e;
  margin: 0;
}

/* line 1421, ../sass/styles.scss */
.view-header hr {
  margin-bottom: 2em;
  padding: 0;
}

/* line 1430, ../sass/styles.scss */
.node-page {
  margin: 0;
}



/* Custom CSS */
.more--news, .more{
  font-weight: bold;
  color:#000;
  text-decoration: none;
}
.more--news:hover, .more--events:hover{
  text-decoration: underline;
}
#block-views-uusimmat-artikkelit-block .content{
  height: 100%;
}
#block-views-uusimmat-artikkelit-block .content .view-uusimmat-artikkelit{
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
}
#block-views-uusimmat-artikkelit-block .content .view-uusimmat-artikkelit .view-footer p{
  margin: 0;
  margin-bottom: 25px;
}
#block-blockify-blockify-breadcrumb{
  margin-bottom: 0;
}
.pane-title{
  margin-top: 0;
  margin-bottom: 30px;
}
h2 a{
  text-decoration: none;
}
h2 a:hover{
  text-decoration: underline;
}
.node-tiedote.node-teaser .node-title a, .view-tapahtumat .views-row .node-title a{
  font-size: 14px;
  font-weight: bold;
  color: #534741;
}
.view-verkkoloki .views-row .node-title a{
  font-weight: bold;
  color: #534741 !important;
}
.submitted-by, .meta.submitted{
  font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
  color: #9A6B3E;
}
.node-tiedote.node-teaser{
  border-color: #C7A78D;
}
.node-tapahtuma.node-teaser{
  border-color: #C7C7C7;
}
.node-blogimerkint-.node-teaser{
  border-color: #A9C2D4;
}
.view-footer p{
  margin-bottom: 0;
}
.date-display-single, .date-display-range span{
  font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
  color: #9A6B3E;
  font-size: 14px;
}
#block-webform-client-block-9741, .pane-webform-client-block-9741, .pane-block-29, .pane-block-30{
  border: 10px solid #E5F4FF;
  background: #CEEAFF;
  padding: 20px 15px 15px;
}
.pane-block-29 p, .pane-block-30 p{
  background-color: transparent !important;
}
.pane-webform-client-block-9741 .pane-title, #block-webform-client-block-9741 .block__title.block-title{
  margin-bottom: 14px;
}
.pane-webform-client-block-9741 label, #block-webform-client-block-9741 label{
  font-weight: 400;
}
.pane-webform-client-block-9741 input[type="submit"], #block-webform-client-block-9741 input[type="submit"]{
  background: #369DE4;
  padding: 5px 17px;
}
.pane-webform-client-block-9741 input[type="email"], #block-webform-client-block-9741 input[type="email"]{
  min-height: 32px;
}
.title--separator{
  width: 313px;
  height: 6px;
  background: #99693B;
  margin: 17px 0 31px 0;
  border: none;
}
.section-tiedotteet .view-tiedotteet{
  padding-right: 41px;
}
.pager{
  margin-top: 36px;
}
.bold{
  font-weight: bold;
}
.node-tapahtuma.hr--brown{
  border-color: #C7A78D;
}
.node-tapahtuma.node-teaser .node-title a{
  font-weight: bold;
}
.view-tapahtumat .node-tapahtuma.node-teaser{
  border-color: #C7A78D;
}
h1.page-title{
  margin-bottom: 0;
}
.view-tapahtumat .title--separator{
  background: #707070;
}
.one-sidebar.page-verkkoloki .sidebar{
  width: 25%;
}
.view-verkkoloki .view-header hr{
  width: 313px;
  height: 6px;
  background: #369DE4;
  border: none;
  margin-top: 0;
}
.view-verkkoloki .view-header{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 26px;
}
.view-verkkoloki form{
  margin-bottom: 30px;
}
.view-verkkoloki form .views-exposed-form{
  padding: 17px 15px;
}
.view-verkkoloki form .views-exposed-form label{
  text-transform: uppercase;
  padding-bottom: 10px;
}
.view-verkkoloki h2.field-content{
  margin-bottom: 0;
}
.view-verkkoloki .views-row{
  padding-bottom: 20px;
  border-bottom: 1px solid #C7A78D;
}
.view-verkkoloki .views-row, .view-verkkoloki .views-row a[typeof="skos:Concept"]{
  font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
  color: #9A6B3E;
}
.view-verkkoloki h2.field-content a {
  font-family: "Merriweather", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
}
.view-verkkoloki .field-content{
  font-family: "Merriweather", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #534741;
  line-height: 22px;
}
#block-views-verkkoloki-block-3 h2{
  margin-bottom: 37px;
}
.section-arkisto .view-arkistohaku2 .title--separator{
  background: #707070;
}
.section-arkisto .view-arkistohaku2 .views-row{
  margin-bottom: 4px;
}
.section-arkisto .view-arkistohaku2 .views-row h2 a{
  font-family: "Merriweather", Arial, Helvetica, sans-serif;
  font-size: 14px;
}
.section-arkisto .view-arkistohaku2 .field-content, .section-arkisto .view-arkistohaku2 .field-content a{
  font-size: 14px;
}
.one-sidebar.section-arkisto .sidebar{
  width: 25%;
}
.section-kokoelmat table, .section-filosofia-suomessa table{
  border-spacing: 0px 20px;
  border-collapse: inherit;
}
.placholder--effect{
  display: inline-flex;
  width: 53px;
  height: 65px;
  padding: 0;
  background: #D4EEFF;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.placholder--effect strong{
  display: inline-flex;
  position: absolute;
  font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
  color: #99C8E8;
  font-size: 84px;
  line-height: 84px;
  top: 1px;
  left: -27px;
  text-transform: uppercase;
}
td.placeholder{
  width: 15%;
}
.--left strong{
  left:-17px !important;
}
.--left.--2x strong{
  left: -12px !important;
}
.section-kokoelmat table .text a, .section-filosofia-suomessa table .text a{
  font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.section-kokoelmat .title--separator, .section-filosofia-suomessa .title--separator{
  background: #707070;
}
.view-arkistohaku2 .views-exposed-form .views-exposed-widget.views-submit-button{
  width: 100%;
}
.view-arkistohaku2 .views-exposed-form .views-exposed-widget.views-submit-button input{
  width: 222px;
  margin-top: 0 !important;
}
.not-front h1{
  margin-bottom: 19px;
}
.view-arkistohaku2 .date-display-single{
  font-family: "Merriweather", Arial, Helvetica, sans-serif;
  color: #534741;
  font-size: 14px;
}
.page-arkisto .views-exposed-form{
  padding: 14px 17px 27px;
}
.page-arkisto .views-exposed-form h2{
  font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 16px;
  margin-top: 0;
  margin-bottom: 18px;
  text-transform: uppercase;
}
.view-arkistohaku2 .views-exposed-form .views-exposed-widget{
  padding: 0;
}
.view-arkistohaku2 .views-exposed-form .views-exposed-widget .views-widget{
  margin-bottom: 10px;
}
.views-exposed-form label{
  padding-bottom: 5px;
}
.view-arkistohaku2 .views-exposed-form .views-widget-filter-search_api_views_fulltext{
  width: 68%;
  position: relative;
}
.view-arkistohaku2 .views-exposed-form .views-widget-filter-search_api_views_fulltext input{
  width: 100%;
  border: 1px solid #707070;
  min-height: 32px;
}
.views-widget-filter-field_kieli label[for="edit-l"]{
  margin-bottom: 3px;
}
.views-widget-filter-field_kieli .form-item{
  margin: 5px 0;
}
.bef-toggle{
  margin-bottom: 5px;
}
.view-arkistohaku2 .views-exposed-form .views-exposed-widget.views-submit-button{
  padding: 0;
}
#edit-sort-by, #edit-sort-order{
  padding: 0 0 0 8px;
    height: 23px;
    border: 1px solid #aaa;
    border-radius: 5px;
    background-color: #fff;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
    background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background-clip: padding-box;
    box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px;
}
.view-tapahtumat h2.field-content{
  font-family: "Merriweather", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 18px;
  margin: 0;
}
.view-tapahtumat .views-row{
  font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
  color: #9A6B3E;
  font-size: 14px;
  padding: 10px 0;
  margin-bottom: 5px;
}
.view-tapahtumat .views-row p{
  font-family: "Merriweather", Arial, Helvetica, sans-serif;
  color: #534741;
  margin: 0;
}
.view-tapahtumat .view-content{
  margin-top: 20px;
  padding-bottom: 21px;
  border-bottom: 1px solid #C7A78D;
}
.view-tapahtumat p.field-content {
  margin-top: 18px;
}
.section-filosofia-suomessa .field-item.even, .section-filosofin-i-finland .field-item.even{
  height: auto !important;
}
.section-filosofia-suomessa td.placeholder, .section-samlingar td.placeholder{
  width: 10%;
}
#edit-name-i18n-wrapper{
  padding: 0;
}
label[for="edit-name-i18n"]{
  text-transform: uppercase;
  padding-bottom: 13px;
}
.form-item-name-i18n{
  width: 100%;
}
#edit-name-i18n{
  min-height: 32px;
  width: 471px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #707070;
}
#views-exposed-form-arkisto-aihepiirit-catpage-1 .views-submit-button{
  width: 100%;
  padding: 0;
}
#views-exposed-form-arkisto-aihepiirit-catpage-1 .views-exposed-form .views-exposed-widget .form-submit{
  margin-top: 17px;
}
#views-exposed-form-arkisto-aihepiirit-catpage-1 .views-submit-button input[type="submit"]{
  width: 232px;
  height: 32px;
  text-align: center;
}
.view-arkisto-aihepiirit .view-content h3{
  margin-top: 36px;
  margin-bottom: 6px;
}
.page-panels .block-block:hover{
  filter: brightness(1.1);
}
.pane-views-verkkoloki-block-4, .pane-views-verkkoloki-block-5{
  margin-bottom: 2rem;
}
.section-aktuellt .view-verkkoloki .views-row{
  padding-bottom: 0;
  border-bottom: none;
}
.views-submit-button{
  width: 100%;
}
.views-submit-button input{
  width: 222px;
  height: 32px;
  margin-top: 17px !important;
}
.views-exposed-widget label{
  text-transform: uppercase;
}
.bef-checkboxes label{
  text-transform: capitalize;
}
.letter-effect a{
  font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
  font-weight: bold;
}
#views-exposed-form-arkistohaku2-archive .views-exposed-widgets{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
  grid-template-rows: repeat(4,auto);
  row-gap: 25px;
  column-gap: 20px;
}
.view-arkistohaku2 .views-exposed-form .views-exposed-widget{
  width: 100%;
}
.views-widget-filter-field_kieli{
  grid-row: 1/4;
  grid-column: 3/3;
}
.views-widget-filter-search_api_views_fulltext{
  grid-row: 2/3;
  grid-column: 1/3;
}
.view-arkistohaku2 .views-exposed-form .views-exposed-widget.views-submit-button{
  grid-row: 4/4;
  grid-column: 1/3;
}
.chosen-container{
  width: 100% !important;
}
.views-widget-filter-field_kieli{
  padding-left: 20px !important;
}
.views-widget-filter-search_api_views_fulltext .views-widget{
  margin-bottom: 0 !important;
}
#views-exposed-form-arkistohaku2-archive .views-exposed-widget label{
  text-transform: capitalize;
}
#views-exposed-form-arkistohaku2-archive label.option{
  padding-left: 7px;
  text-transform: lowercase;
}
#views-exposed-form-arkistohaku2-archive{
  margin-bottom: 30px;
}
.node-type-tapahtuma .field-name-field-p-iv-m-r-, .node-type-tapahtuma .field-name-field-p-iv-m-r- div,.node-type-tapahtuma .field-type-taxonomy-term-reference,.node-type-tapahtuma .field-type-taxonomy-term-reference div,.node-type-tapahtuma .field-name-field-time, .field-name-field-time div, .node-type-tiedote .field-name-field-tiedotteen-aihepiirit, .node-type-blogimerkint- .field-name-field-verkkolokin-aihepiirit {
  display: inline-block;
  font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
  color: #9A6B3E;
  font-size: 14px;
}
.node-type-tapahtuma .field-name-field-p-iv-m-r-,.node-type-tapahtuma .field-name-field-time,.node-type-tapahtuma .field-type-taxonomy-term-reference{
  padding-right: 5px;
}

.--brown{
  background-color: #EDE7D9;
}
.--brown strong{
  color: #CEC4BA;
}
.--brown.--left.--2x strong{
  left: -7px !important;
}
.section-biografia #block-blockify-blockify-page-title, .section-biografi #block-blockify-blockify-page-title{
  display: none;
}
.section-biografia h1.field-content, .section-biografi h1.field-content{
  margin-bottom: 0;
}
.section-ajankohtaista .view-tapahtumat .view-content{
  border-bottom: none;
  padding-bottom: 0;
}
/* Custom mobile CSS */
@media (max-width: 768px){
  #main{
    padding-bottom: 45px;
  }
  .front #content{
    padding-bottom: 12px;
  }
  #block-block-4, #block-block-5, #block-block-6, #block-block-7, #block-block-8, #block-block-9, #block-block-10, #block-block-11{
    height: 185px;
    margin-bottom: 6px;
  }
  #block-block-4 .content, #block-block-5 .content, #block-block-6 .content, #block-block-7 .content, #block-block-8 .content, #block-block-9 .content, #block-block-10 .content, #block-block-11 .content{
    border: 1px solid white;
    margin: 19px;
    height: auto;
    padding: 20px;
  }
  #block-block-5 .content{
    padding: 8px;
  }
  #block-block-6 .content{
    padding: 31px;
  }
  #block-block-8 .content{
    padding: 0;
  }
  #block-block-9 .content{
    padding: 8px;
  }
  #block-block-4 h2, #block-block-5 h2, #block-block-6 h2, #block-block-7 h2,  #block-block-8 h2, #block-block-9 h2, #block-block-10 h2, #block-block-11 h2{
    background: none;
    text-align: center;
  }
  #block-block-4 hr, #block-block-5 hr, #block-block-6 hr, #block-block-7 hr, #block-block-8 hr, #block-block-9 hr, #block-block-10 hr, #block-block-11 hr{
    display: inline-flex !important;
    margin-bottom: 0;
  }
  #block-block-4 p, #block-block-5 p, #block-block-6 p, #block-block-7 p, #block-block-8 p, #block-block-9 p, #block-block-10 p, #block-block-11 p{
    margin-bottom: 0;
  }
  .one-sidebar .sidebar{
    padding-left: 0;
  }
  #block-views-uusimmat-artikkelit-block, #block-views-uusimmat-artikkelit-block-1 {
    margin-bottom: 0;
}
.section-tiedotteet .view-tiedotteet{
  padding-right: 0;
}
.page-tiedotteet .node-tiedote.node-teaser{
    padding-bottom: 9.5px;
    margin-bottom: 9.5px;
}
.section-ajankohtaista .panel-panel{
  width: 100%;
}
.section-aktuellt .panel-panel{
  width: 100%;
}
#views-exposed-form-arkistohaku2-archive .views-exposed-widgets{
  display: flex;
  flex-direction: column;
}
.views-widget-filter-field_kieli{
  order: 1;
  padding-left: 0 !important;
}
.view-arkistohaku2 .views-exposed-form .views-exposed-widget.views-submit-button{
  order: 2;
}
.one-sidebar.section-arkisto .sidebar{
  width: 100%;
}
#edit-name-i18n{
  width: 100%;
}
.views-exposed-form .views-exposed-widget{
  padding: 0;
}
.view-arkistohaku2 .views-exposed-form .views-exposed-widget{
  margin-bottom: 18px;
}
#views-exposed-form-arkistohaku2-archive .views-exposed-widgets{
  row-gap: 0;
}
#views-exposed-form-arkistohaku2-archive label{
 text-transform: capitalize;
}
#views-exposed-form-arkistohaku2-archive label.option{
  padding-left: 7px;
  text-transform: lowercase;
}
#views-exposed-form-arkistohaku2-archive .show{
  display: inline-block;
  margin-top: 5px;
}
#views-exposed-form-arkistohaku2-archive .show-extra{
  margin-top: 10px;
}
.view-arkistohaku2 .views-exposed-form .views-exposed-widget .views-widget{
  margin-bottom: 0;
}
#views-exposed-form-arkistohaku2-archive .views-submit-button input{
  margin-top: 0 !important;
}
.view-arkistohaku2 .views-exposed-form .views-exposed-widget.views-submit-button{
  margin-bottom: 0;
}
#views-exposed-form-arkistohaku2-archive .views-exposed-widgets{
  margin-bottom: 0;
}
.view-arkistohaku2 .views-exposed-form .views-exposed-widget.views-submit-button input{
  width: 222px;
}
.page-arkisto .views-exposed-form h2{
  margin-bottom: 18px;
}
.page-arkisto .view-filters{
  margin-bottom: 28px;
}
.page-arkisto .views-row-last{
  padding: 0;
}
.header__region{
  display: flex;
}
#header{
  height: 105px;
}
#header .container{
  width: 100%;
  padding: 18px 10px;
}
#header #block-blockify-blockify-logo{
  margin-top: 0;
}
#header .language-switcher-locale-url{
  position: relative;
  left: 0;
  top: 0;
}
#header #block-block-26, #header #block-block-28{
  width: 237px;
  top: 120px;
  margin-top: 0;
}
#header #block-block-26 input.form-text, #header #block-block-28 input.form-text{
  width: 100%;
  height: 36px;
  border: 1px solid #707070;
  border-radius: 5px;
}
#header .language-switcher-locale-url a{
  font-size: 18px;
}
#header .language-switcher-locale-url{
  display: inline-flex;
  flex-direction: column;
  margin: 0;
  border-left: 1px solid #2C516A;
  margin-left: 18px;
  padding-left: 18px;
  height: 66px;
  justify-content: space-between;
}
}
.field-type-taxonomy-term-reference .field-items{
  display: inline-flex;
}
.field-type-taxonomy-term-reference .field-items .field-item{
  margin-right: 5px;
}
.node-tiedote .field-type-taxonomy-term-reference{
  display: inline-flex;
  margin-left: 5px !important;
}
.node-tiedote .field-type-taxonomy-term-reference .field-items .field-item{
  font-family: "Josefin Sans",Arial,Helvetica,sans-serif;
    color: #9A6B3E;
}