/*
	Theme Name: SISE
	Description: Theme for SI.se
	Version: 1.5.32
	Author: Odd Alice and Fröjd
	Author URI:
*/
/* ==========================================.
	 TOC

	 01. Reset
	 02. Base
	 03. Links
	 04. Typography
	 05. Lists
	 06. Embeds and figures
	 07. Forms
	 08. Tables
	 09. Helper classes
	 10. Media queries
	 11. Print

	 */
/**
 * This mixin applies a faded background along with a icon. Used on select boxes,
 * such as dynamic-menu.
 */
@font-face {
  font-family: 'si-icons';
  src: url('fonts/si-icons.eot?eyopmk');
  src: url('fonts/si-icons.eot?#iefixeyopmk') format('embedded-opentype'), url('fonts/si-icons.woff?eyopmk') format('woff'), url('fonts/si-icons.ttf?eyopmk') format('truetype'), url('fonts/si-icons.svg?eyopmk#si-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
.icon:before {
  font-family: 'si-icons';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-align: center;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon.twitter:before {
  content: "t";
}
.icon.facebook:before {
  content: "f";
}
.icon.youtube:before {
  content: "y";
}
.icon.right:before {
  content: ">";
}
.icon.left:before {
  content: "<";
}
.icon.tag:before {
  content: "\e600";
}
.icon.cat:before {
  content: "c";
}
.icon.box:before {
  border: 2px solid;
  display: inline-block;
  width: 36px;
  height: 34px;
  margin: 3px 10px 3px 0;
  line-height: 34px;
}
.single-post #sidebar-container h3 {
  font-size: 20px !important;
  margin: 0 0 5px 5px !important;
  font-weight: normal !important;
}
.single-post #sidebar-container ul {
  display: table;
  margin: 0;
  width: 100%;
}
.single-post #sidebar-container ul span {
  width: auto;
}
@media only screen and (min-width: 980px) {
  .single-post #sidebar-container ul {
    display: block;
    margin: 0 0 0 30%;
    width: auto;
  }
}
.single-post #sidebar-container li {
  display: table-cell;
  box-sizing: border-box;
  padding: 5px;
  margin: 0;
  width: 100%;
}
.single-post #sidebar-container li:last-child {
  clear: both;
}
.single-post #sidebar-container li img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 450px) {
  .single-post #sidebar-container li {
    width: 50%;
  }
}
@media only screen and (min-width: 760px) {
  .single-post #sidebar-container li {
    width: 33%;
  }
  .single-post #sidebar-container li:last-child {
    clear: none;
  }
}
.header-logo {
  width: 40px;
  height: 40px;
  background: url(img/png/si-white-small.png) transparent 0 0 no-repeat;
  background: none, url(img/svg/si-white-small.svg) 0 0 no-repeat;
  background-size: contain;
}
@media only screen and (min-width: 591px) {
  .header-logo {
    width: 125px;
    height: 80px;
    background: url(img/png/si-white-sv.png) transparent 0 0 no-repeat;
    background: none, url(img/svg/si-white-sv.svg) 0 0 no-repeat;
    background-size: contain;
  }
  html:lang(fr) .header-logo {
    background: url(img/png/si-white-fr.png) transparent 0 0 no-repeat;
    background: none, url(img/svg/si-white-fr.svg) 0 0 no-repeat;
    background-size: contain;
  }
  html:lang(en) .header-logo {
    background: url(img/png/si-white.png) transparent 0 0 no-repeat;
    background: none, url(img/svg/si-white.svg) 0 0 no-repeat;
    background-size: contain;
  }
}
.footer-logo {
  display: block;
  width: 114px;
  height: 65px;
  background: url(img/png/si-blue.png) transparent 0 0 no-repeat;
  background: none, url(img/svg/si-blue.svg) 0 0 no-repeat;
  background-size: contain;
}
/* =================
		VARIABLES - Specifically for the blue color
=================== */
.sans-serif-bold {
  font-family: 'AkkuratBold', Helvetica, Arial, sans-serif;
  font-weight: normal !important;
}
/* =================
		Blocks
=================== */
/*
 * Dynamic menu is a updated select box design (used on project pages)
 */
.dynamic-menu {
  overflow: hidden;
  clear: both;
  position: relative;
}
.dynamic-menu select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 0;
  border: 2px solid #000;
  font-size: 14px;
  height: 45px;
  width: 90%;
  line-height: 45px;
  padding: 0 0 0 15px;
  font-weight: bold;
  cursor: pointer;
  display: block;
  float: left;
  background: url('img/icn_selectarrowsblack.png') no-repeat;
  background-size: 6%;
  background-position: 95% 50%;
}
.dynamic-menu select option {
  padding: 5px 15px;
}
.dynamic-menu select:focus {
  outline: none;
}
.dynamic-menu select::-ms-expand,
.dynamic-menu select::-ms-clear {
  display: none;
}
.dynamic-menu select::-ms-value {
  background: none;
  color: #000;
}
.ie9 .dynamic-menu select {
  background: 0 !important;
  padding: 10px;
}
.dynamic-menu select.filtered {
  color: #000;
  border: 2px solid #0099cc;
  background: url('img/icn_selectarrows.png') no-repeat;
  background-size: 6%;
  background-position: 95% 50%;
}
.dynamic-menu select.filtered::-ms-value {
  color: #000;
}
.dynamic-menu select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
/**
 * Apply special styling for browsers supporting pointer events
 */
.pointerevents .dynamic-menu:before {
  position: absolute;
  box-sizing: border-box;
  content: "";
  width: 90%;
  height: 45px;
  left: 0;
  pointer-events: none;
  border: 2px solid #000;
  background: url('img/icn_selectarrowsblack.png') 95% 50% no-repeat, -moz-linear-gradient(left, rgba(30, 87, 153, 0) 0%, rgba(255, 255, 255, 0) 80%, #ffffff 90%);
  /* FF3.6+ */
  background: url('img/icn_selectarrowsblack.png') 95% 50% no-repeat, -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(30, 87, 153, 0)), color-stop(80%, rgba(255, 255, 255, 0)), color-stop(90%, #ffffff));
  /* Chrome,Safari4+ */
  background: url('img/icn_selectarrowsblack.png') 95% 50% no-repeat, -webkit-linear-gradient(left, rgba(30, 87, 153, 0) 0%, rgba(255, 255, 255, 0) 80%, #ffffff 90%);
  /* Chrome10+,Safari5.1+ */
  background: url('img/icn_selectarrowsblack.png') 95% 50% no-repeat, -o-linear-gradient(left, rgba(30, 87, 153, 0) 0%, rgba(255, 255, 255, 0) 80%, #ffffff 90%);
  /* Opera 11.10+ */
  background: url('img/icn_selectarrowsblack.png') 95% 50% no-repeat, -ms-linear-gradient(left, rgba(30, 87, 153, 0) 0%, rgba(255, 255, 255, 0) 80%, #ffffff 90%);
  /* IE10+ */
  background: url('img/icn_selectarrowsblack.png') 95% 50% no-repeat, linear-gradient(to right, rgba(30, 87, 153, 0) 0%, rgba(255, 255, 255, 0) 80%, #ffffff 90%);
  /* W3C */
  background-size: 6%, 100%;
}
.pointerevents .dynamic-menu.dynamic-menu--filtered:before {
  border: 2px solid #0099cc;
  background: url('img/icn_selectarrows.png') 95% 50% no-repeat, -moz-linear-gradient(left, rgba(30, 87, 153, 0) 0%, rgba(255, 255, 255, 0) 80%, #ffffff 90%);
  /* FF3.6+ */
  background: url('img/icn_selectarrows.png') 95% 50% no-repeat, -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(30, 87, 153, 0)), color-stop(80%, rgba(255, 255, 255, 0)), color-stop(90%, #ffffff));
  /* Chrome,Safari4+ */
  background: url('img/icn_selectarrows.png') 95% 50% no-repeat, -webkit-linear-gradient(left, rgba(30, 87, 153, 0) 0%, rgba(255, 255, 255, 0) 80%, #ffffff 90%);
  /* Chrome10+,Safari5.1+ */
  background: url('img/icn_selectarrows.png') 95% 50% no-repeat, -o-linear-gradient(left, rgba(30, 87, 153, 0) 0%, rgba(255, 255, 255, 0) 80%, #ffffff 90%);
  /* Opera 11.10+ */
  background: url('img/icn_selectarrows.png') 95% 50% no-repeat, -ms-linear-gradient(left, rgba(30, 87, 153, 0) 0%, rgba(255, 255, 255, 0) 80%, #ffffff 90%);
  /* IE10+ */
  background: url('img/icn_selectarrows.png') 95% 50% no-repeat, linear-gradient(to right, rgba(30, 87, 153, 0) 0%, rgba(255, 255, 255, 0) 80%, #ffffff 90%);
  /* W3C */
  background-size: 6%, 100%;
}
.pointerevents .dynamic-menu select {
  background: transparent;
}
.cubes {
  margin-left: -10px;
}
.cubes__item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: calc(50% - 10px);
  float: left;
  height: 140px;
  margin-left: 10px;
  margin-bottom: 10px;
}
.cubes__item:first-of-type {
  height: 280px;
  width: calc(100% - 10px);
}
.cubes__item.crisis-1,
.cubes__item.crisis-2 {
  height: auto;
}
.cubes__header {
  bottom: 0;
  padding: 10px;
  position: absolute;
  width: 100%;
  background: rgba(0, 150, 225, 0.75);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.crisis-1 .cubes__header,
.cubes__item.crisis-1:first-of-type .cubes__header {
  height: 100%;
  background-color: #000000;
  position: relative;
}
.crisis-2 .cubes__header,
.cubes__item.crisis-2:first-of-type .cubes__header {
  height: 100%;
  background-color: #f4e006;
  position: relative;
}
.cubes__item:first-of-type .cubes__header {
  background-color: rgba(244, 224, 6, 0.75);
  padding: 20px;
}
.cubes__item:nth-child(2) .cubes__header,
.cubes__item:nth-child(5) .cubes__header {
  background-color: rgba(68, 183, 25, 0.75);
}
.cubes__header a:link,
.cubes__header a:visited {
  color: #0099cc;
  text-decoration: none;
}
.cubes__header a:hover {
  text-decoration: underline;
}
.cubes__header p {
  display: block;
  margin-bottom: 16px;
  font-size: 15px;
}
.crisis-1 .cubes__header p,
.cubes__item.crisis-1:first-of-type .cubes__header p {
  color: #ffffff;
}
.cubes__content {
  padding: 0;
  height: 100%;
  position: absolute;
  width: 100%;
}
.crisis-1 .cubes__content,
.cubes__item.crisis-1:first-of-type .cubes__content,
.crisis-2 .cubes__content,
.cubes__item.crisis-2:first-of-type .cubes__content {
  position: relative;
}
.cubes__content span {
  font-weight: bold;
  display: block;
}
.cubes__title {
  color: #ffffff;
  font-size: 15px;
  line-height: 21px;
  margin-bottom: 0;
}
.crisis-1 .cubes__title,
.crisis-2 .cubes__title {
  font-size: 20px;
  padding-bottom: 20px;
}
.cubes__item:first-of-type .cubes__title {
  color: #000000;
}
.crisis-1 .cubes__title,
.cubes__item.crisis-1:first-of-type .cubes__title {
  color: #ffffff;
}
@media only screen and (min-width: 980px) {
  .cubes {
    margin-left: -20px;
  }
  .cubes__item {
    width: 225px;
    height: 225px;
    margin-bottom: 20px;
    margin-left: 20px;
  }
  .cubes__item:first-of-type {
    width: 470px;
    height: 470px;
  }
}
/* ==========================================.
	 01. RESET */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
audio[controls],
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/* From HTML5 Boilerplate */
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
select {
  font-family: inherit;
}
.button {
  font-size: 14px;
  border: 2px solid #0096e1;
  color: #0096e1;
  display: inline-block;
  padding: 9px 58px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.button:link {
  color: #0096e1;
  text-decoration: none;
}
/* GOOGLE CUSTOM SEARCH */
.gsc-result-info {
  padding-left: 0 !important;
}
.gs-webResult .gsc-thumbnail-inside,
.gs-webResult .gsc-url-top {
  padding-left: 0 !important;
}
.gs-title {
  font-family: 'Akkurat', Helvetica, Arial, sans-serif;
  font-size: 22px !important;
  font-weight: bold;
  text-decoration: none !important;
  color: #0099cc !important;
  margin-bottom: 7px;
}
.gs-title:hover,
.gs-title b:hover {
  color: #000 !important;
  text-decoration: underline !important;
}
.gsc-wrapper .gs-title b,
.gsc-wrapper .gs-title i {
  font-size: inherit !important;
  text-decoration: inherit !important;
  color: inherit !important;
}
.gsc-url-top div {
  color: #777 !important;
  font-size: 14px !important;
}
.gsc-table-result {
  margin-top: 7px;
}
.gsc-table-result div {
  font-size: 16px !important;
  line-height: 30px !important;
}
.gs-webResult .gsc-cursor-bo {
  margin-left: 0 !important;
}
.gcsc-branding {
  display: none !important;
}
#cse {
  margin-bottom: 20px;
}
.gsc-webResult {
  width: 100% !important;
}
.gsc-cursor-box {
  margin-left: 0 !important;
}
.gsc-cursor-box .gsc-cursor-page {
  font-size: 16px !important;
}
.gsc-cursor-box .gsc-cursor-current-page {
  color: #0099cc !important;
}
.gs-snippet {
  margin: 0 !important;
}
.cse .gsc-control-cse,
.gsc-control-cse {
  background-color: transparent !important;
  border: 0 !important;
}
.cse .gsc-control-cse,
.gsc-control-cse {
  padding: 0 !important;
}
.gsc-search-box-tools .gsc-search-box .gsc-input {
  padding-right: 0 !important;
}
td.gsc-search-button {
  display: none !important;
}
#top-nav table.gsc-search-box,
#top-nav form.gsc-search-box {
  margin-bottom: 0 !important;
}
#top-nav .cse .gsc-control-cse div,
#top-nav .gsc-control-cse div {
  height: 20px !important;
}
#top-nav .gsib_a input {
  height: 17px !important;
}
/* ==========================================.
	 02. BASE */
body {
  background: #ffffff url(img/si_blobb.jpg) no-repeat top left;
}
.loader {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #fff;
  display: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  opacity: 0.5;
  z-index: -1;
}
.loading .loader {
  display: block;
  z-index: 10;
}
.loader--takeover {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  z-index: 1000;
}
.loader--endless:after {
  content: attr(data-load_label);
  padding-top: 30px;
  border-top: 1px solid #CCC;
  display: block;
  width: 100%;
  float: left;
  text-align: center;
}
::-moz-selection {
  background: #feae0b;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #feae0b;
  color: #fff;
  text-shadow: none;
}
#outer-wrap {
  margin: 0 auto;
}
#header-container,
#site-nav,
#top-nav,
#main-container,
#sidebar-container,
#footer-container,
#footer-copy {
  float: left;
  width: 100%;
}
#sidebar-container {
  border-top: 1px solid #eaeaea;
  padding: 30px 0;
}
#header-container {
  padding: 20px 0 14px 0;
  background-color: #0096e1;
  z-index: 900;
  height: 80px;
  position: relative;
}
#header-container .wrapper {
  width: 90%;
  margin: 0 auto;
}
#site-title {
  position: absolute;
  height: 80px;
}
#site-title img {
  width: auto;
  height: 100%;
  max-height: 80px;
}
#site-nav li {
  float: right;
  margin: 0 0 5px 15px;
  padding-right: 15px;
  text-align: right;
}
#site-nav li a {
  font-family: 'AkkuratBold', Helvetica, Arial, sans-serif;
  font-weight: normal !important;
}
#top-nav .search {
  border-right: 1px solid #0287c6;
  padding: 0 15px;
  float: right;
  text-align: right;
}
#top-nav nav {
  border-right: 1px solid #0287c6;
  height: 18px;
  float: right;
}
#top-nav nav {
  position: relative;
  z-index: 10;
}
#top-nav nav ul {
  overflow: hidden;
  position: relative;
  top: -3px;
  background-color: #0096E1;
  padding: 3px 10px 0 28px;
  height: 20px;
  -webkit-box-shadow: inset 0 0 0 1px #0096E1;
  box-shadow: inset 0 0 0 1px #0096E1;
}
#top-nav nav ul.out {
  height: auto;
  background-color: #ffffff;
}
#top-nav nav ul.out:before {
  border-color: #0096E1 transparent transparent;
}
#top-nav nav ul.out li {
  color: #0096E1;
}
#top-nav nav ul.out a {
  color: #0096E1;
}
#top-nav nav ul:before {
  content: "";
  border-color: #fff transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0;
  display: block;
  width: 1px;
  height: 0;
  position: absolute;
  top: 9px;
  left: 10px;
  z-index: 1;
  pointer-events: none;
}
#top-nav nav li {
  cursor: pointer;
  width: 100%;
  white-space: nowrap;
}
#top-nav nav li:last-child {
  padding: 0 0 3px 0;
}
#top-nav nav li.group {
  padding: 10px 0 0 0;
  margin: 10px 0 0 0;
  border-top: 1px dotted #0096E1;
}
#top-nav nav li.group:last-child {
  padding: 10px 0 3px 0;
}
#top-nav nav li a,
#top-nav nav li.selected {
  padding: 3px 7px 3px 0;
  display: block;
}
#site-nav li:first-child {
  padding-right: 0;
}
#site-nav {
  margin-top: 45px;
  margin-bottom: -40px;
  font-weight: normal;
}
#site-nav li.current-menu-item,
#site-nav li.current-page-ancestor {
  padding-bottom: 40px;
  position: relative;
}
#site-nav li.current-menu-item:after,
#site-nav li.current-page-ancestor:after {
  content: "";
  border-style: solid;
  border-color: #0096e1 transparent transparent;
  border-width: 10px 10px 0;
  width: 0px;
  height: 0;
  margin-left: -10px;
  position: absolute;
  top: 31px;
  left: 50%;
}
#top-nav .search input.submit,
#top-nav .search label,
#site-nav-mobile .search,
#site-nav .search {
  display: none;
}
#top-nav .search .field {
  width: 190px;
  padding: 3px;
  height: 14px;
  background: #ffffff url(img/icn_search.png) right 3px center no-repeat;
  text-transform: capitalize;
  margin-top: -6px;
  border: 0;
  -webkit-transition-timing-function: ease;
  -webkit-transition-duration: 300ms;
  -webkit-transition-property: background, width;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 300ms;
  -moz-transition-property: background, width;
  -ms-transition-timing-function: ease;
  -ms-transition-duration: 300ms;
  -ms-transition-property: background, width;
  transition-timing-function: ease;
  transition-duration: 300ms;
  transition-property: background, width;
  outline: none;
}
#main-container,
#sidebar-container {
  margin-top: 22px;
}
.entry-all {
  width: 100%;
  float: left;
}
.page-header {
  margin: 50px 0 80px 0;
}
/*#nav-below {
	margin-bottom: 40px;
}*/
.nav-previous {
  float: left;
  width: 40%;
}
.nav-next {
  float: right;
  text-align: right;
  width: 40%;
}
#sidebar-container {
  float: right;
}
#sidebar-widgets li.widget-container {
  margin-bottom: 20px;
}
#footer-widgets li.widget-container {
  float: left;
  width: 25%;
  margin-bottom: 20px;
}
#footer-widgets li.widget-container li {
  text-align: left;
}
#footer-widgets li.widget-container li a {
  display: block;
}
#footer-widgets li.widget-container li a .menu-item-icon {
  width: 36px;
  height: 36px;
  display: inline-block;
  border: 2px solid;
  margin: 3px 10px 3px 0;
  position: relative;
  vertical-align: middle;
}
#footer-widgets li.widget-container li a .menu-item-icon svg {
  fill: #09C;
  width: 75%;
  height: 75%;
  overflow: auto;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#footer-widgets li.widget-container li a .menu-item-icon svg * {
  fill: #09C;
}
#footer-widgets li.widget-container li a:hover .menu-item-icon svg {
  fill: #000;
}
#footer-widgets li.widget-container li a:hover .menu-item-icon svg * {
  fill: #000;
}
#footer-container {
  padding: 35px 0;
  margin: 30px 0 0 0;
  border-top: 6px solid #0096e1;
}
#footer-copy {
  margin-top: 20px;
  padding-bottom: 40px;
  text-align: center;
}
#nav-single,
.navigation,
.entry-meta,
.page-link {
  float: left;
  width: 100%;
  clear: both;
  margin: 0 0 30px 0;
}
body.home .entry-meta {
  margin: 0;
}
#featured-image {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 50px;
  font-size: 12px;
  line-height: 16px;
  color: #777;
  text-align: right;
}
#featured-image img,
article embed,
article iframe {
  width: 100%;
}
#featured-image img {
  height: auto;
  margin-bottom: 5px;
}
#featured-video {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  margin-bottom: 50px;
  position: relative;
}
#featured-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
article {
  padding: 15px 0 40px 0;
  float: left;
  width: 100%;
}
section.calendar article .entry-meta,
section.projects article .entry-meta {
  width: 100%;
}
section.calendar article:last-child {
  border-top: 5px solid #333;
  text-align: center;
}
section.calendar article:last-child .featured-image {
  background: url(img/icn_big_calendar.png) center center no-repeat;
}
section.news article:last-child,
section.projects article:last-child {
  border-top: 5px solid #333;
  text-align: center;
}
section.news article:last-child .featured-image,
section.projects article:last-child .featured-image {
  background: url(img/icn_big_news.png) center center no-repeat;
}
body.home #content-container section.project-cubes {
  border-top: 0;
}
body.home #content-container section {
  width: 100%;
  float: left;
  padding: 34px 0 0 0;
}
body.home #content-container section:first-child {
  border-top: 0px solid #eaeaea;
}
body.home #content-container article {
  border-bottom: 0;
}
body.home #content-container h2 span {
  border-top: 1px solid #ccc;
  padding-top: 14px;
  font-size: 24px;
  font-weight: bold;
  display: block;
  float: left;
  margin-bottom: 12px;
  width: 100%;
}
body.home #content-container h2.entry-title {
  font-size: 18px;
  margin: 12px 0 19px 0;
  border-top: none;
  font-family: 'AkkuratBold', Helvetica, Arial, sans-serif;
  font-weight: normal !important;
}
h1.entry-title {
  border-top: 3px solid #333;
  padding-top: 15px;
  line-height: 36px;
  font-size: 36px;
}
body.archive .page-header.calendar,
body.page-template-page-calendar-archive-php .page-header.calendar {
  margin-bottom: 0px;
}
.meta-info h3 {
  margin-top: 0;
}
#sidebar-container ul {
  margin: 0 0 0 30%;
}
#sidebar-container li {
  margin: 0 0 0 13px;
  list-style: none;
  float: left;
}
#sidebar-container li:first-child {
  margin: 0 0 0 0;
}
#sidebar-container ul span {
  display: block;
  margin: 15px 0 0 0;
  font-weight: bold;
  width: 215px;
}
#site-nav-mobile .menu {
  width: 100%;
  background: #0096e1;
  margin-top: -9000px;
  z-index: 350;
}
#site-nav-mobile {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  margin: 65px 0;
  z-index: 300;
  overflow: hidden;
}
#header-container .trigger {
  width: 25px;
  height: 25px;
  background: url(img/icn_menu.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  right: 15px;
  top: 20px;
}
#site-nav-mobile .menu li {
  display: block;
  width: 100%;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  padding: 20px;
}
#site-nav-mobile .menu li a {
  color: #fff;
  font-size: 16px;
}
select#page_id {
  width: 100%;
}
select#cat {
  width: 100%;
  padding: 5px;
}
.personal-photo {
  width: 20%;
  margin-left: 4%;
  float: left;
}
.personal-photo .dummy {
  background-color: #d4d4d4;
  width: 100%;
  height: 0;
  padding: 0 0 100% 0;
}
.personal-content {
  float: right;
  width: 72%;
}
.personal-content .entry-title {
  border-top: none;
  margin: 0 0 5px;
  padding: 0;
  font-size: 18px;
}
.personal-content .contact-categories {
  line-height: 1.5;
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 10px;
  padding-bottom: 8px;
  color: #333;
}
.personal-content .contact-phone {
  margin-bottom: 10px;
  padding-bottom: 8px;
  color: #888;
  font-size: 14px;
  border-bottom: 1px solid #D4D4D4;
}
.personal-content .contact-phone span {
  display: block;
}
.personal-content .contact-web {
  color: #888;
  font-size: 12px;
}
.personal-content .contact-description {
  font-size: 14px;
  color: #333;
}
.personal-content .uppercase {
  font-weight: bold;
  text-transform: uppercase;
}
.personal-content .lowercase {
  font-weight: normal;
  text-transform: lowercase;
}
.personal-content .first {
  margin-right: 20px;
}
.personal-list,
.personal-search,
.post-type-archive-personal .personal-paging,
.personal-cat-info {
  margin-left: 30px;
}
.hentry .entry-content .child-pages {
  margin: 70px 0 0 0;
  padding: 17px 0 0 0;
  border-top: 5px solid black;
}
.hentry .entry-content .child-pages h2,
.hentry .entry-content .child-pages h3 {
  font-size: 24px;
  line-height: 26px;
  margin: 0;
}
.hentry .entry-content .child-pages ul {
  margin: 0;
  padding: 0;
}
.hentry .entry-content .child-pages li {
  list-style: none;
  border-top: 1px solid #cccccc;
  padding: 14px 0 10px 0;
  margin: 0;
}
.hentry .entry-content .child-pages li:first-child {
  margin: 15px 0 0 0;
}
.hentry .entry-content .child-pages li:last-child {
  border-bottom: none;
}
.hentry .entry-content .child-pages li p {
  margin: 0;
  line-height: 25px;
}
.personal-list li {
  width: 100%;
  margin: 0;
  padding-bottom: 10px;
  float: left;
  list-style: none;
}
.personal-list li h2 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
  float: left;
}
.personal-list li div {
  float: right;
  width: 20%;
  color: #666;
  font-family: 'Akkurat', Helvetica, Arial, sans-serif;
  font-size: 14px;
  text-align: left;
}
.personal-list li.not-matching,
.personal-list li.unpaged {
  display: none;
}
.personal-list li.matching {
  display: block;
}
.personal-paging {
  border-top: 1px solid #ccc;
  clear: both;
}
.personal-paging .category {
  margin: 0 0 10px;
  font-size: 0.8888em;
  font-weight: bold;
  text-align: left;
  padding: 20px 0 10px 0;
}
.personal-paging .category .stay-down {
  display: inline-block;
  line-height: 1.3;
  vertical-align: bottom;
}
.personal-paging .category .stay-down span {
  vertical-align: bottom;
}
.personal-paging a,
.personal-paging .page-numbers {
  border: 2px solid #0099cc;
  display: inline-block;
  width: 45px;
  height: 46px;
  margin: 0 10px 10px 0;
  color: #0099cc;
  line-height: 46px;
  text-align: center;
  vertical-align: middle;
}
.personal-paging a.active,
.personal-paging .page-numbers.active,
.personal-paging a.current,
.personal-paging .page-numbers.current,
.personal-paging a:hover,
.personal-paging .page-numbers:hover {
  background-color: #0099cc;
  color: #fff;
  text-decoration: none;
}
.personal-paging a.right,
.personal-paging .page-numbers.right,
.personal-paging a.left,
.personal-paging .page-numbers.left,
.personal-paging a.prev,
.personal-paging .page-numbers.prev,
.personal-paging a.next,
.personal-paging .page-numbers.next {
  font-size: 25px;
}
.personal-paging a.right:before,
.personal-paging .page-numbers.right:before,
.personal-paging a.left:before,
.personal-paging .page-numbers.left:before,
.personal-paging a.prev:before,
.personal-paging .page-numbers.prev:before,
.personal-paging a.next:before,
.personal-paging .page-numbers.next:before,
.personal-paging a.right i:before,
.personal-paging .page-numbers.right i:before,
.personal-paging a.left i:before,
.personal-paging .page-numbers.left i:before,
.personal-paging a.prev i:before,
.personal-paging .page-numbers.prev i:before,
.personal-paging a.next i:before,
.personal-paging .page-numbers.next i:before {
  display: inline-block;
  margin-top: 10px;
}
.personal-paging.disabled {
  display: none;
}
.entry-content .personal-cat-info {
  border-bottom: 5px solid #000;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.entry-content .personal-cat-info h2 {
  margin: 0.8em 0 0.4em;
  font-size: 1em;
}
.entry-content .personal-cat-info h2:first-child {
  margin-top: 0;
}
#personal-search-input {
  background: #f5f5f5;
  border: none;
  width: 40%;
  height: 20px;
  margin-bottom: 30px;
  padding: 9px 16px;
  color: #333;
  font-family: 'Akkurat', Helvetica, Arial, sans-serif;
  border: 1px solid #999;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 12px;
}
#personal-search-input::-webkit-input-placeholder {
  color: #666;
}
#personal-search-input:-moz-input-placeholder {
  color: #666;
}
#personal-search-input:-ms-input-placeholder {
  color: #666;
}
#personal-search-button {
  margin-left: 10px;
  padding: 9px 60px 8px;
  color: #0099cc;
  font-size: 0.7777em;
}
.search #content-container article {
  padding: 0;
}
.breadcrumbs {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
  display: none;
}
.breadcrumbs li {
  display: inline;
}
.breadcrumbs + .entry-title {
  margin-top: 20px !important;
}
/* ==========================================.
	 03. LINKS */
a:link,
a:active,
a:visited {
  color: #0099cc;
  text-decoration: none;
}
a:hover {
  color: #111;
  text-decoration: underline;
}
a.btn,
button.btn {
  border: 2px solid;
  display: inline-block;
  padding: 4px 60px 3px;
  font-size: 0.875em;
}
button.btn {
  background: none;
  border-color: #0099cc;
  margin: 0;
  vertical-align: top;
  cursor: pointer;
}
.widget_search label {
  display: none;
}
.widget_search .submit {
  display: none;
}
.widget_search input.field {
  background: #0096e1;
  border-radius: 50px;
  line-height: 20px;
  padding: 5px 15px;
  border: 0;
  color: #fff;
  outline-style: none;
  -moz-outline-style: none;
  min-width: 200px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.widget_search input::-webkit-input-placeholder {
  color: #fff !important;
}
.widget_search input:-moz-placeholder {
  color: #fff !important;
}
.widget_search input:-ms-input-placeholder {
  color: #fff !important;
}
/* ==========================================.
	 04. TYPOGRAPHY */
@font-face {
  font-family: 'Akkurat';
  src: url('fonts/lineto-akkurat-regular.eot');
  src: url('fonts/lineto-akkurat-regular.eot?#iefix') format('embedded-opentype'), url('fonts/lineto-akkurat-regular.woff') format('woff'), url('fonts/lineto-akkurat-regular.ttf') format('truetype'), url('fonts/lineto-akkurat-regular.svg#AkkuratRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Akkurat';
  src: url('fonts/lineto-akkurat-bold.eot');
  src: url('fonts/lineto-akkurat-bold.eot?#iefix') format('embedded-opentype'), url('fonts/lineto-akkurat-bold.woff') format('woff'), url('fonts/lineto-akkurat-bold.ttf') format('truetype'), url('fonts/lineto-akkurat-bold.svg#AkkuratBold') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Akkurat';
  src: url('fonts/lineto-akkurat-italic.eot');
  src: url('fonts/lineto-akkurat-italic.eot?#iefix') format('embedded-opentype'), url('fonts/lineto-akkurat-italic.woff') format('woff'), url('fonts/lineto-akkurat-italic.ttf') format('truetype'), url('fonts/lineto-akkurat-italic.svg#AkkuratBold') format('svg');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Akkurat';
  src: url('fonts/lineto-akkurat-bolditalic.eot');
  src: url('fonts/lineto-akkurat-bolditalic.eot?#iefix') format('embedded-opentype'), url('fonts/lineto-akkurat-bolditalic.woff') format('woff'), url('fonts/lineto-akkurat-bolditalic.ttf') format('truetype'), url('fonts/lineto-akkurat-bolditalic.svg#AkkuratBold') format('svg');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'AkkuratBold';
  src: url('fonts/lineto-akkurat-bold.eot');
  src: url('fonts/lineto-akkurat-bold.eot?#iefix') format('embedded-opentype'), url('fonts/lineto-akkurat-bold.woff') format('woff'), url('fonts/lineto-akkurat-bold.ttf') format('truetype'), url('fonts/lineto-akkurat-bold.svg#AkkuratBold') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  color: #333;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 0 40px;
}
i,
em {
  font-style: italic;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 20px 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
/* Redeclare monospace font family: en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 100%;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
small {
  font-size: 85%;
}
/* Position subscript and superscript content without affecting line-height: gist.github.com/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
body {
  font-family: 'Akkurat', Helvetica, Arial, sans-serif;
}
article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
  font-weight: 700;
}
h1.post-title {
  margin-bottom: 24px;
  font-size: 225%;
}
h1.page-title,
.page-template-page-calendar-archive-php h1.entry-title {
  margin-bottom: 0;
  padding-top: 15px;
  font-size: 36px;
  line-height: 1;
}
h1.page-title span,
.page-header p {
  color: #777;
}
.page .hentry .entry-content {
  margin-top: -8px;
}
.hentry .entry-content {
  font-family: 'Times New Roman', Times, serif;
  font-size: 1.125em;
  line-height: 1.7;
}
.hentry .entry-content > p:first-of-type {
  font-family: 'Akkurat', Helvetica, Arial, sans-serif;
  font-size: 27px;
  font-weight: bold;
  line-height: 1.2;
}
.hentry .entry-content h2,
.hentry .entry-content h3 {
  margin-bottom: 6px;
  margin-top: 24px;
  font-family: 'Akkurat', Helvetica, Arial, sans-serif;
  font-size: 27px;
  font-weight: bold;
}
.page-header p {
  font-size: 30px;
  font-weight: 300;
  line-height: 42px;
  margin-top: 10px;
}
article h1,
article h2 {
  margin-bottom: 12px;
  font-size: 175%;
}
.entry-title {
  margin: 50px 0 53px 0;
  padding-top: 15px;
  font-size: 36px;
  font-weight: bold;
  line-height: 21px;
}
article h3 {
  margin-top: 36px;
  margin-bottom: 12px;
  font-size: 150%;
}
article h4 {
  margin-top: 24px;
  margin-bottom: 6px;
  font-size: 125%;
  font-weight: bold;
}
article h5 {
  margin-bottom: 6px;
  font-size: 112.5%;
  font-weight: bold;
}
article h6 {
  margin-bottom: 6px;
  font-size: 100%;
  font-weight: bold;
}
article p {
  margin-bottom: 24px;
  line-height: 1.7;
}
.puff-link,
.yarpp-related a {
  display: block;
}
.header-navigation {
  color: #fff;
}
#top-nav {
  height: 18px;
  font-size: 14px;
  line-height: 14px;
}
#site-nav {
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
}
#site-nav li a:link,
#site-nav li a:active,
#site-nav li a:visited,
#top-nav li a:link,
#top-nav li a:active,
#top-nav li a:visited {
  color: #fff;
}
.flag-en a {
  background: url(img/flag-en.png) no-repeat;
  background-position: 0 5px;
  padding-left: 25px;
}
.flag-se a {
  background: url(img/flag-se.png) no-repeat;
  background-position: 0 5px;
  padding-left: 25px;
}
.flag-fr a {
  background: url(img/flag-fr.png) no-repeat;
  background-position: 0 5px;
  padding-left: 25px;
}
#site-nav-mobile a {
  background-position: 0 7px;
}
.widget-title {
  margin-bottom: 6px;
  font-size: 125%;
}
#footer-widgets .widget-title {
  color: #000;
}
.entry-content {
  margin-bottom: 30px;
}
.entry-related {
  border-top: 1px solid #000;
  clear: both;
}
.entry-related .related-post {
  width: 24%;
  margin-right: 1.3%;
  float: left;
}
.entry-related .related-post .featured-image {
  max-height: 140px;
  overflow: hidden;
  margin-bottom: 20px;
}
.entry-related .related-post .entry-meta {
  width: 100%;
  margin-bottom: 10px;
}
.entry-related .related-post p {
  font-size: 14px;
  line-height: 1.6;
}
.entry-related .related-post .meta-icon {
  margin-bottom: 0;
}
.entry-related .related-post:nth-child(5) {
  margin-right: 0;
  float: right;
}
.entry-postmeta .tags a:last-child:after {
  display: none;
}
.entry-postmeta .tags a:after {
  content: ', ';
}
.entry-postmeta .event-archive-title {
  line-height: 2em;
}
.entry-meta .date,
.entry-meta .time,
.entry-meta .category,
.entry-meta .comments,
.entry-meta .tags,
.entry-meta .place,
.entry-meta li.page_item {
  display: block;
  padding-left: 25px;
  font-size: 14px;
  color: #777;
  line-height: 200%;
}
.entry-meta.calendar .place,
.entry-meta.calendar .date {
  display: block;
  margin-right: 10px;
  padding-left: 20px;
}
.entry-meta.calendar .tags {
  padding-left: 20px;
}
.entry-header {
  margin-bottom: 5px;
}
.entry-header .date,
.entry-header .time,
.entry-header .category,
.entry-header .comments,
.entry-header .tags,
.entry-header .place,
.entry-header li.page_item {
  display: inline;
  padding-left: 20px;
  margin-right: 10px;
  font-size: 14px;
  color: #777;
  line-height: 200%;
}
.news .entry-header .date {
  font-weight: normal;
  display: inline-block;
  background-position: 0 5px;
  padding-bottom: 2px;
}
.home .entry-header {
  margin-bottom: 0;
}
.entry-meta {
  position: relative;
}
.entry-meta .menu {
  padding-right: 15%;
}
@media only screen and (max-width: 590px) {
  .entry-meta .menu.desktop-and-mobile {
    padding-right: 0;
  }
}
.entry-meta .menu ul {
  list-style-type: none;
  margin: 0;
  width: 100%;
}
.entry-meta .menu li {
  list-style-type: none;
  display: block;
  padding-left: 0;
  color: #0099cc;
  line-height: 20px;
  margin: 0 0 15px 0;
}
.entry-meta .menu h3 {
  font-size: 18px;
  margin: 0 0 15px;
  font-family: 'AkkuratBold', Helvetica, Arial, sans-serif;
  font-weight: normal !important;
}
.entry-meta .menu h3:not(:first-child) {
  margin-top: 2em;
}
.entry-meta .menu h3 .tag,
.entry-meta .menu h3 .cat {
  margin-right: 2px;
  color: #000;
  font-size: 15px;
}
.entry-meta .menu .headline-icon {
  width: 20px;
  height: 16px;
  float: left;
  padding: 0;
  display: block;
}
.entry-meta .menu .headline-icon.place {
  background: url('img/icn_blackneedle@2x.png') no-repeat;
  background-size: 12px 17px;
  background-position: left top;
}
.entry-meta .menu .headline-icon.program {
  background: url('img/icn_blackfolder@2x.png') no-repeat;
  background-size: 16px 12px;
  background-position: left center;
}
.entry-meta .menu .headline-icon.tags {
  background: url('img/icn_blacktags@2x.png') no-repeat;
  background-size: 14px 16px;
  background-position: left center;
}
.entry-meta .menu .headline-icon.search {
  background: url('img/icn_blacksearch@2x.png') no-repeat;
  background-size: 14px 17px;
  background-position: left center;
}
.entry-meta .menu .clear-menu {
  margin: 2em 0 15px;
}
.entry-meta .menu .notice {
  margin-top: 1em;
  display: none;
}
.entry-meta .menu .dynamic-menu-reset {
  display: none;
  overflow: hidden;
  width: 15px;
  height: 15px;
  margin-top: 15px;
  float: right;
  color: transparent;
  background: url('img/icn_clearall.png') no-repeat;
  background-size: 100%;
  background-position: 50%;
}
.entry-meta .menu .reset-all {
  display: block;
}
.entry-meta .menu .reset-all:before {
  width: 15px;
  height: 15px;
  margin-right: 8px;
  display: block;
  float: left;
  content: " ";
  background: url('img/icn_clearall.png') no-repeat;
  background-size: 100%;
  background-position: 50%;
}
.entry-meta .menu .keyword-searchform {
  background: #eee;
  border: 0;
  width: 90%;
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
  box-sizing: border-box;
}
.entry-meta .menu .keyword-searchform:focus {
  outline: none;
}
.entry-meta .menu > ul > .cat-item > a {
  font-family: 'AkkuratBold', Helvetica, Arial, sans-serif;
  font-weight: normal !important;
}
.entry-meta .menu .cat-item ul {
  margin-top: 3px;
  margin-left: 15px;
}
.entry-meta .menu .cat-item ul li {
  margin-bottom: 0;
}
.entry-meta .menu .cat-item ul li a {
  font-size: 16px;
}
.entry-meta .menu .cat-item.current-cat > a,
.entry-meta .menu .cat-item.current-cat-parent > a {
  color: #111;
}
.entry-meta .menu .tag-list {
  width: auto;
  padding-right: 30px;
}
.entry-meta .menu .tag-list li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.entry-meta .menu .tag-list li a {
  display: inline-block;
  border: 1px solid #0099cc;
  padding: 0px 6px;
  margin: 0 2px 4px 0;
  font-size: 12px;
}
.entry-meta .menu .tag-list li.current-tag a,
.entry-meta .menu .tag-list li a:hover {
  background: #0099cc;
  color: #fff;
  text-decoration: none;
}
.entry-meta .menu li.current_page_item a {
  font-family: 'AkkuratBold', Helvetica, Arial, sans-serif;
  font-weight: normal !important;
  color: #000;
}
.entry-meta .date,
.entry-header .date {
  background: url(img/icn_calendar.png) left 5px no-repeat;
}
.entry-meta .time,
.entry-header .time {
  background: url(img/icn_clock.png) left 6px no-repeat;
}
.entry-meta .category,
.entry-header .category {
  background: url(img/icn_category.png) left 6px no-repeat;
}
.entry-meta .comments,
.entry-header .comments {
  background: url(img/icn_comment.png) left 6px no-repeat;
}
.entry-meta .tags,
.entry-header .tags {
  background: url(img/icn_tags.png) left 6px no-repeat;
}
.entry-meta .place,
.entry-header .place {
  background: url(img/icn_needle.png) left 6px no-repeat;
}
.entry-meta .program,
.entry-header .program {
  background: url(img/icn_folder.png) left 6px no-repeat;
}
.entry-header .date,
.entry-header .time,
.entry-header .category,
.entry-header .comments,
.entry-header .tags,
.entry-header .place,
.entry-header .program {
  background-position: left top;
}
.entry-meta .menu a:link,
.entry-meta .menu a:active,
.entry-meta .menu a:visited {
  font-size: 18px;
  text-decoration: none;
}
.entry-meta .menu a:hover {
  text-decoration: underline;
}
.entry-content {
  position: relative;
}
.entry-content .status-menu {
  margin-bottom: 20px;
}
.archive-list .entry-content {
  color: #777;
}
.project .entry-meta {
  margin-bottom: 15px;
}
.entry-meta .period {
  font-size: 14px;
  color: #777;
  line-height: 200%;
}
.entry-meta .meta-icon {
  padding-left: 25px;
  font-size: 14px;
  line-height: 160%;
  margin-bottom: 0;
}
.entry-meta .meta-icon.place {
  background: url(img/icn_needle.png) no-repeat;
  background-position: left 46%;
}
.entry-meta .meta-icon.place .more {
  display: none;
}
.entry-meta .meta-icon.program {
  background: url(img/icn_folder.png) no-repeat;
  background-position: left 40%;
}
.entry-meta .meta-icon.tags {
  background: url(img/icn_tags.png) no-repeat;
  background-position: left 3px;
}
.entry-meta .meta-label {
  line-height: 100%;
}
.entry-meta .meta-partners ul {
  margin: 0;
  list-style: none;
}
.entry-meta .meta-partners ul li {
  list-style: none;
  display: inline;
}
.entry-meta .meta-partners ul li:after {
  content: ",";
}
.entry-meta .meta-partners ul li:last-child:after {
  content: "";
}
.entry-meta .topic-label:after,
.entry-meta .meta-topics a:after,
.entry-meta .meta-country a:after,
.entry-meta .country-label:after {
  content: ",";
}
.entry-meta .topic-label:last-child:after,
.entry-meta .meta-topics a:last-child:after,
.entry-meta .meta-country a:last-child:after,
.entry-meta .country-label:last-child:after {
  content: "";
}
.entry-postmeta .postmeta {
  display: block;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
}
.entry-postmeta .postmeta .js-show-more::after,
.entry-postmeta .postmeta .more {
  display: none;
}
.entry-postmeta .postmeta strong {
  display: block;
}
.meta-name,
.meta-name a {
  font-weight: bold;
  color: #333;
}
#nav-below {
  color: #E7E7E7;
  text-align: center;
  margin: 25px 0;
}
#nav-below a:link,
#nav-below a:active,
#nav-below a:visited {
  text-decoration: none;
  padding: 0 10px;
}
#nav-below a:hover {
  text-decoration: underline;
}
#footer-widgets {
  line-height: 150%;
}
#footer-widgets .textwidget {
  color: #000;
  font-size: 14px;
}
.meta-info {
  font-size: 12px;
}
.meta-info h3 {
  font-size: 14px;
}
body.archive article.calendar .entry-title,
body.page-template-page-calendar-archive-php article.calendar .entry-title,
article.archive-list .entry-title {
  margin: 0;
  line-height: 22px;
  font-size: 22px;
}
section.calendar .entry-title,
section.project .entry-title,
section.news .entry-title {
  font-size: 18px;
  margin: 20px 0;
}
section.calendar article,
section.project article,
section.news article {
  font-size: 14px;
  font-weight: normal;
  line-height: 150%;
}
section.calendar article .entry-meta span {
  font-size: 14px;
  font-weight: normal;
  text-transform: inherit;
  display: block;
  line-height: 18px;
  margin: 0 0 8px 0;
}
section.calendar article span,
section.news article span {
  font-weight: bold;
  display: block;
}
body.home section.headline {
  font-size: 24px;
  color: #333;
  font-weight: 300;
}
body.home section.headline .entry-title {
  font-size: 36px;
  color: #333;
  margin: 20px 0;
}
section.calendar article .featured-image img,
section.news article .featured-image img,
section.project article .featured-image img {
  width: 100%;
  height: auto;
}
/* ==========================================.
	 05. LISTS */
article ul,
article ol {
  margin: 0 40px 16px 40px;
}
article ul li,
article ol li {
  margin: 6px 0;
  line-height: 1.7;
}
article ul li {
  list-style: square;
}
article ol li {
  list-style: decimal;
}
ul#sidebar-widgets li {
  list-style: none;
  float: left;
  width: 32%;
}
/* ==========================================.
	 06. EMBEDS AND FIGURES */
.entry-content img {
  max-width: 100%;
  height: auto;
}
.wp-caption {
  /*background: #fff;*/
  max-width: 100%;
  padding: 0;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 0 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 0 20px 20px 0;
}
.wp-caption.alignright {
  margin: 0 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: 100%;
}
.wp-caption p.wp-caption-text {
  color: #777;
  font-size: 12px;
  line-height: 16px;
  margin: 0;
  padding: 5px 0;
  margin: 0 4px;
  text-align: right;
}
/* ==========================================.
	 07. FORMS */
.ui-menu {
  border: 1px solid #eee !important;
}
.ui-menu .ui-menu-item {
  font-family: 'Akkurat', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold !important;
  background: #fff;
  border: 0 !important;
  display: block;
  padding: 5px !important;
  background: #fff !important;
  box-sizing: border-box;
  cursor: pointer;
}
.ui-menu .ui-menu-item:hover {
  border: 0;
  color: #0099cc;
  font-weight: bold;
}
/* ==========================================.
	 08. TABLES */
/* ==========================================.
	 09. HELPER CLASSES */
.alignnone {
  margin: 5px 0 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 20px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.aligncenter {
  display: block;
  margin: 5px auto 20px auto;
}
/* ==========================================.
	 10. MEDIA QUERIES */
@media only screen and (max-width: 860px) {
  .entry-related .related-post .related-post-meta p {
    font-size: 75%;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 640px) {
  .entry-related .related-post {
    width: 48%;
    margin-right: 4%;
  }
  .entry-related .related-post .featured-image {
    max-height: none;
  }
  .entry-related .related-post:nth-child(3) {
    margin-right: 0;
    float: right;
  }
  .entry-related .related-post:nth-child(4) {
    clear: left;
  }
  .entry-related .related-post .related-post-meta .meta-icon {
    font-size: 87.5%;
    margin-bottom: 0;
  }
}
/* Under 590 px */
/* @media only screen and (max-width: 480px) { */
@media only screen and (max-width: 590px) {
  .entry-related .related-post {
    width: 100%;
    margin-right: 0%;
  }
  .button {
    width: 100%;
    text-align: center;
  }
  .personal-list li div {
    float: none;
  }
  body.home #content-container .puff-link .entry-header {
    margin: 0;
    padding: 0 0 20px 0;
  }
  body.home #content-container .puff-link h2 {
    padding: 0;
  }
  #footer-container .wrapper {
    width: 90%;
    margin: 0 auto;
  }
  .personal-paging a,
  .personal-paging .page-numbers {
    width: 43px;
  }
  article.archive-list {
    padding: 30px 0 0 0;
  }
  #featured-image {
    margin: 0;
  }
  .personal-list,
  .personal-search,
  .post-type-archive-personal .personal-paging,
  .personal-cat-info {
    margin-left: 0;
  }
  .page-header {
    margin: 0 0 50px 0;
  }
  .entry-title {
    margin: 0 0 50px 0;
  }
  .personal-content,
  .personal-photo {
    margin: 30px 0 0 0;
  }
  body {
    background: #fff;
  }
  #outer-wrap {
    width: 90%;
    margin: 0 auto;
  }
  .entry-postmeta,
  .entry-archive {
    width: 100%;
    float: left;
    margin: 10px 0;
  }
  #footer-container {
    padding-bottom: 10px;
  }
  #footer-widgets li.widget-container {
    width: 100%;
  }
  img.alignleft,
  img.alignright {
    max-width: 35%;
    height: auto;
  }
  /* Begin project boxes (Updated design) */
  section.project-cubes {
    width: 100%;
  }
  body.home #content-container section > h2 span {
    padding-top: 10px;
  }
  /* End project boxes */
  #top-nav,
  #site-nav {
    display: none;
  }
  /* Front page calendar and new */
  body.home #content-container section.calendar article,
  body.home #content-container section.news article,
  body.home #content-container section.project article {
    padding: 0 0 30px 0;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #EAEAEA;
  }
  body.home #content-container section.calendar article.type-page,
  body.home #content-container section.news article.type-page,
  body.home #content-container section.project article.type-page {
    padding: 0;
  }
  section.calendar article .featured-image img,
  section.news article .featured-image img,
  section.project article .featured-image img {
    width: 100%;
    height: auto;
  }
  section.calendar article .entry-header,
  section.calendar article .entry-meta,
  section.news article .entry-header,
  section.news article .entry-meta,
  section.project article .entry-meta,
  section.project article .entry-meta {
    float: left;
    width: 100%;
  }
  body.home #content-container section.calendar article h2,
  body.home #content-container section.news article h2,
  body.home #content-container section.project article h2 {
    margin: 0;
  }
  section.calendar article:last-child,
  section.news article:last-child,
  section.project article:last-child {
    border-top: none;
  }
  section.calendar article:last-child .entry-header,
  section.news article:last-child .entry-header,
  section.project article:last-child .entry-header {
    width: 100%;
    margin-left: 0;
  }
  body.home #content-container h2 span {
    padding: 0 0 10px 0;
    margin-bottom: 0;
    background: transparent;
  }
  .entry-title {
    font-size: 24px;
  }
  #header-container .trigger {
    display: block;
  }
  .entry-content {
    float: left;
    width: 100%;
  }
  /*Archive list*/
  article.archive-list .featured-image {
    margin-bottom: 0;
    padding-top: 0;
  }
  article.archive-list .featured-image img {
    height: auto;
    margin-top: 10px;
    margin-bottom: 5px;
    width: 100%;
  }
  article.archive-list .entry-content {
    border-top: 0;
    padding-top: 0;
    margin-left: 0;
  }
  article.archive-list .entry-header {
    margin-bottom: 15px;
  }
  .mobile {
    display: block;
  }
  .desktop {
    display: none;
  }
  #header-container {
    height: 35px;
    padding-top: 15px;
  }
  #site-title img {
    display: none;
  }
  #site-title {
    height: 40px;
    width: 40px;
  }
  #personal-search-input {
    margin-top: 10px;
    margin-bottom: 30px;
    height: 20px;
    padding: 5px;
    width: 97%;
  }
}
@media only screen and (min-width: 591px) {
  #site-nav-mobile {
    display: none;
  }
}
/* From 480 px to 959 px */
@media only screen and (min-width: 591px) and (max-width: 979px) {
  body.home #content-container .puff-link .entry-header {
    margin: 0;
  }
  body.home #content-container .puff-link h2 {
    padding: 0;
  }
  #footer-container .wrapper {
    width: 90%;
    margin: 0 auto;
  }
  body {
    background: #fff;
  }
  #outer-wrap {
    width: 90%;
    margin: 0 auto;
  }
  #main-container {
    margin-top: 30px;
  }
  .entry-postmeta {
    float: left;
  }
  .entry-archive {
    float: right;
    width: 65%;
  }
  .entry-content,
  .commentlist,
  #respond {
    width: 65%;
    margin-left: 5%;
    float: left;
  }
  #content-container > .entry-meta {
    min-height: 1px;
    width: 30%;
  }
  .comments-title {
    width: 30%;
  }
  .entry-meta {
    float: left;
    width: 30%;
    clear: both;
  }
  .archive-list .entry-meta {
    width: 100%;
  }
  #footer-container {
    padding-bottom: 30px;
  }
  #footer-widgets li.widget-container {
    width: 50%;
  }
  img.alignleft,
  img.alignright {
    max-width: 50%;
    height: auto;
  }
  /* Begin project boxes (Updated design) */
  section.project-cubes {
    width: 100%;
  }
  /* End project boxes */
  /* Front page calendar and new */
  body.home #content-container section.calendar article,
  body.home #content-container section.news article {
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #EAEAEA;
  }
  section.calendar article .featured-image,
  section.news article .featured-image {
    width: 30%;
    float: left;
  }
  section.calendar article .featured-image img,
  section.news article .featured-image img {
    width: 100%;
    height: auto;
    margin-top: 10px;
  }
  section.calendar article .entry-header,
  section.news article .entry-header {
    margin-top: 10px;
    float: left;
    width: 65%;
    margin-left: 5%;
  }
  body.home #content-container section.calendar article h2,
  body.home #content-container section.news article h2 {
    margin: 0;
  }
  section.calendar article:last-child,
  section.news article:last-child {
    border-top: none;
  }
  section.calendar article:last-child .entry-header,
  section.news article:last-child .entry-header {
    width: 100%;
    margin-left: 0;
  }
  #header-container .trigger {
    display: none;
  }
  .entry-title {
    font-size: 24px;
  }
  /*Archive list*/
  article.archive-list {
    padding: 30px 0 0 0;
  }
  article.archive-list .featured-image {
    margin-bottom: 0;
    width: 25%;
    float: left;
  }
  article.archive-list .featured-image img {
    height: auto;
    margin-bottom: 5px;
    width: 100%;
  }
  article.archive-list .entry-content {
    margin-left: 3%;
    width: 72%;
    margin: 0 0 0 3%;
  }
  article.archive-list .no-thumbnail .entry-content {
    margin-left: 0;
  }
  article.archive-list .entry-header {
    margin-bottom: 15px;
  }
  article.archive-list .entry-header h2 {
    padding-top: 0;
  }
  article.archive-list .entry-postmeta {
    float: left;
    width: 100%;
  }
  .mobile {
    display: none;
  }
  .desktop {
    display: block;
  }
  .header-navigation {
    float: right;
  }
  #site-nav {
    font-size: 14px;
  }
}
@media only screen and (min-width: 591px) and (max-width: 730px) {
  #top-nav .search .field {
    width: 100px;
  }
}
/* 960 px and up */
@media only screen and (min-width: 980px) {
  .breadcrumbs {
    display: block;
  }
  #header-container .trigger {
    display: none;
  }
  #header-container .wrapper,
  #footer-container .wrapper {
    margin: 0 auto;
    width: 960px;
  }
  #outer-wrap {
    width: 960px;
  }
  .entry-postmeta {
    float: left;
    width: 225px;
  }
  .entry-archive {
    /*float: right;
		width: 720px;*/
  }
  #comments {
    width: 100%;
    border-top: 1px solid #eaeaea;
    float: left;
    padding-top: 30px;
  }
  .entry-content,
  .commentlist,
  #respond {
    width: 70%;
    float: left;
  }
  .entry-meta {
    min-height: 1px;
    width: 30%;
  }
  .comments-title {
    width: 30%;
  }
  body.archive article.calendar .entry-meta,
  body.archive article.project .entry-meta,
  body.page-template-page-calendar-archive-php article.calendar .entry-meta {
    width: 225px;
  }
  .meta-info {
    width: 30%;
    float: left;
    max-width: 210px;
  }
  section.calendar .featured-image,
  section.news .featured-image,
  section.projects .featured-image {
    margin: 0;
    height: 140px;
    width: 225px;
    overflow: hidden;
    display: block;
  }
  section.news article,
  section.calendar article,
  section.projects article {
    width: 225px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 0;
  }
  section.news article:nth-child(4n+1),
  section.calendar article:nth-child(4n+1),
  section.projects article:nth-child(4n+1) {
    margin-right: 0px;
  }
  section.news article:nth-child(4n+2),
  section.calendar article:nth-child(4n+2),
  section.projects article:nth-child(4n+2) {
    clear: left;
  }
  /*Archive list*/
  article.archive-list {
    border-top: 1px solid #ccc;
    border-bottom: 0;
    padding: 30px 0;
  }
  article.archive-list .featured-image {
    width: 33%;
    min-height: 150px;
    margin-bottom: 0;
    padding: 0;
    float: left;
  }
  article.archive-list .featured-image img {
    width: 100%;
    height: auto;
    margin-bottom: 5px;
  }
  article.archive-list .no-thumbnail .featured-image {
    width: 0;
  }
  article.archive-list .no-thumbnail .entry-content {
    margin-left: 0;
  }
  article.archive-list .entry-content {
    width: 64%;
    margin-left: 3%;
    padding: 0;
    float: left;
    margin-bottom: 0;
  }
  article.archive-list .entry-content p {
    margin-bottom: 0;
  }
  article.archive-list .entry-meta {
    float: none;
    width: 100%;
  }
  article.archive-list .entry-header h2 {
    padding-top: 0;
  }
  .mobile {
    display: none;
  }
  .desktop {
    display: block;
  }
  .header-navigation {
    float: right;
    width: 70%;
  }
}
/* RETINA SCREENS */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .entry-meta .date {
    background: url(img/icn_calendar@2x.png) left top no-repeat;
    background-size: 16px 16px;
  }
  .entry-meta .time {
    background: url(img/icn_clock@2x.png) left top no-repeat;
    background-size: 16px 16px;
  }
  .entry-meta .category {
    background: url(img/icn_category@2x.png) left top no-repeat;
    background-size: 16px 14px;
  }
  .entry-meta .comments {
    background: url(img/icn_comment@2x.png) left top no-repeat;
    background-size: 17px 15px;
  }
  .entry-meta .tags {
    background: url(img/icn_tags@2x.png) left top no-repeat;
    background-size: 13px 16px;
  }
  .project .entry-meta .tags {
    background-position: left 3px;
  }
  .entry-meta .place {
    background: url(img/icn_needle@2x.png) left top no-repeat;
    background-size: 12px 17px;
  }
  .project .entry-meta .place {
    background-position: left center;
  }
}
/* ==========================================.
	 11. PRINT */
/* Helpers
============================================================================= */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.faq__question {
  line-height: 1.15;
}
.faq__question:before {
  content: '>';
  float: left;
  position: relative;
  font-family: 'Akkurat', Helvetica, Arial, sans-serif;
  font-size: 23px;
  margin-right: 10px;
  font-weight: bold;
  margin-top: 2px;
  transition: transform 0.2s ease-out;
}
.faq__question--active:before {
  transform: rotate(90deg);
}
.faq__question-text {
  overflow: hidden;
  font-size: 24px;
}
.faq__question-headline {
  font-size: 24px !important;
}
.faq__answer {
  display: none;
}
.faq__question--active + .faq__answer {
  display: block;
  animation: fade-in 1s;
}
