@charset "UTF-8";
/* Cascading applies as usual.
 * Include normalize and resets first.
  ---------------------------------------------- */
/*! normalize.css v1.1.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  background: #fff;
  /* 1 */
  color: #000;
  /* 2 */
  font-size: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 4 */
  -ms-text-size-adjust: 100%;
  /* 4 */ }

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

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

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

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

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

blockquote {
  margin: 1em 40px; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0; }

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
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 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
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.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 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).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

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

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel .owl-refresh .owl-item {
  display: none; }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d; }

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto; }

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img {
  transform-style: preserve-3d; }

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1; }

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center; }

/* Styling Next and Prev buttons */
.owl-theme .owl-controls {
  color: #000;
  display: block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5; }

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none; }

/* Styling Pagination*/
.owl-theme .owl-controls .owl-dots {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */ }

.owl-theme .owl-controls .owl-dots span {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791; }

.owl-theme .owl-controls .owl-dot.active span,
.owl-theme .owl-controls.clickable .owl-dots:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1; }

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-dots span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-prev, .owl-dots, .owl-next, .owl-dot {
  display: inline-block;
  vertical-align: middle; }

.owl-dots {
  padding: 5px 15px 0 15px; }

.owl-next, .owl-prev {
  font-size: 16px;
  font-weight: 700;
  color: transparent;
  background-size: 90% auto;
  background-repeat: no-repeat;
  background-position: center center; }

.owl-next {
  background-image: url("/wp-content/themes/curie/assets/images/misc/arrow-right.svg"); }

.owl-prev {
  background-image: url("/wp-content/themes/curie/assets/images/misc/arrow-left.svg"); }

.owl-theme .owl-controls {
  background-color: #fff;
  text-align: center;
  opacity: 1.0; }

/* Resets
============================================================================= */
/**
 * Reset the box-sizing
 * ---
 * This applies a natural box layout model to all elements, but allows
 * components, plugins etc. to change box-sizing easier.
 *
 * See http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
html {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

*,
*:before,
*:after {
  box-sizing: inherit;
  margin: 0;
  padding: 0; }

/**
 * 1. Remove vertical spacing below the image.
 * 2. Scale images proportionally with the `max-width` property.
 */
img {
  vertical-align: middle;
  /* 1 */
  max-width: 100%;
  /* 2 */
  height: auto;
  /* 2 */ }

input[type="text"],
input[type="submit"],
button {
  padding: 0;
  margin: 0;
  border: 0;
  border: none;
  outline: 0; }

@font-face {
  font-family: 'GeoSlab703';
  src: url("/wp-content/themes/curie/assets/fonts/tt0306m_-webfont.eot");
  src: url("/wp-content/themes/curie/assets/fonts/tt0306m_-webfont.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/curie/assets/fonts/tt0306m_-webfont.woff") format("woff"), url("/wp-content/themes/curie/assets/fonts/tt0306m_-webfont.ttf") format("truetype"), url("/wp-content/themes/curie/assets/fonts/tt0306m_-webfont.svg#GeoSlab703LtBTLight") format("svg");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'GeoSlab703';
  src: url("/wp-content/themes/curie/assets/fonts/tt0307m_-webfont.eot");
  src: url("/wp-content/themes/curie/assets/fonts/tt0307m_-webfont.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/curie/assets/fonts/tt0307m_-webfont.woff") format("woff"), url("/wp-content/themes/curie/assets/fonts/tt0307m_-webfont.ttf") format("truetype"), url("/wp-content/themes/curie/assets/fonts/tt0307m_-webfont.svg#GeoSlab703LtBTLightItalic") format("svg");
  font-weight: 100;
  font-style: italic; }

@font-face {
  font-family: 'GeoSlab703';
  src: url("/wp-content/themes/curie/assets/fonts/tt0308m_-webfont.eot");
  src: url("/wp-content/themes/curie/assets/fonts/tt0308m_-webfont.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/curie/assets/fonts/tt0308m_-webfont.woff") format("woff"), url("/wp-content/themes/curie/assets/fonts/tt0308m_-webfont.ttf") format("truetype"), url("/wp-content/themes/curie/assets/fonts/tt0308m_-webfont.svg#GeoSlab703MdBTMedium") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'GeoSlab703';
  src: url("/wp-content/themes/curie/assets/fonts/tt0309m_-webfont.eot");
  src: url("/wp-content/themes/curie/assets/fonts/tt0309m_-webfont.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/curie/assets/fonts/tt0309m_-webfont.woff") format("woff"), url("/wp-content/themes/curie/assets/fonts/tt0309m_-webfont.ttf") format("truetype"), url("/wp-content/themes/curie/assets/fonts/tt0309m_-webfont.svg#GeoSlab703MdBTMediumItalic") format("svg");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'GeoSlab703';
  src: url("/wp-content/themes/curie/assets/fonts/tt0310m_-webfont.eot");
  src: url("/wp-content/themes/curie/assets/fonts/tt0310m_-webfont.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/curie/assets/fonts/tt0310m_-webfont.woff") format("woff"), url("/wp-content/themes/curie/assets/fonts/tt0310m_-webfont.ttf") format("truetype"), url("/wp-content/themes/curie/assets/fonts/tt0310m_-webfont.svg#GeoSlab703MdBTBold") format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'GeoSlab703';
  src: url("/wp-content/themes/curie/assets/fonts/tt0311m_-webfont.eot");
  src: url("/wp-content/themes/curie/assets/fonts/tt0311m_-webfont.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/curie/assets/fonts/tt0311m_-webfont.woff") format("woff"), url("/wp-content/themes/curie/assets/fonts/tt0311m_-webfont.ttf") format("truetype"), url("/wp-content/themes/curie/assets/fonts/tt0311m_-webfont.svg#GeoSlab703MdBTBoldItalic") format("svg");
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: 'MinionPro';
  src: url("/wp-content/themes/curie/assets/fonts/MinionPro/minionpro-bold-webfont.eot");
  src: url("/wp-content/themes/curie/assets/fonts/MinionPro/minionpro-bold-webfont.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/curie/assets/fonts/MinionPro/minionpro-bold-webfont.woff") format("woff"), url("/wp-content/themes/curie/assets/fonts/MinionPro/minionpro-bold-webfont.ttf") format("truetype"), url("/wp-content/themes/curie/assets/fonts/MinionPro/minionpro-bold-webfont.svg#MinionProBold") format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'MinionPro';
  src: url("/wp-content/themes/curie/assets/fonts/MinionPro/minionpro-boldit-webfont.eot");
  src: url("/wp-content/themes/curie/assets/fonts/MinionPro/minionpro-boldit-webfont.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/curie/assets/fonts/MinionPro/minionpro-boldit-webfont.woff") format("woff"), url("/wp-content/themes/curie/assets/fonts/MinionPro/minionpro-boldit-webfont.ttf") format("truetype"), url("/wp-content/themes/curie/assets/fonts/MinionPro/minionpro-boldit-webfont.svg#MinionProBoldItalic") format("svg");
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: 'MinionPro';
  src: url("/wp-content/themes/curie/assets/fonts/MinionPro/minionpro-it-webfont.eot");
  src: url("/wp-content/themes/curie/assets/fonts/MinionPro/minionpro-it-webfont.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/curie/assets/fonts/MinionPro/minionpro-it-webfont.woff") format("woff"), url("/wp-content/themes/curie/assets/fonts/MinionPro/minionpro-it-webfont.ttf") format("truetype"), url("/wp-content/themes/curie/assets/fonts/MinionPro/minionpro-it-webfont.svg#MinionProItalic") format("svg");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'MinionPro';
  src: url("/wp-content/themes/curie/assets/fonts/MinionPro/minionpro-regular-webfont.eot");
  src: url("/wp-content/themes/curie/assets/fonts/MinionPro/minionpro-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/curie/assets/fonts/MinionPro/minionpro-regular-webfont.woff") format("woff"), url("/wp-content/themes/curie/assets/fonts/MinionPro/minionpro-regular-webfont.ttf") format("truetype"), url("/wp-content/themes/curie/assets/fonts/MinionPro/minionpro-regular-webfont.svg#MinionProRegular") format("svg");
  font-weight: 400;
  font-style: normal; }

/**
 * Set default styling for all heading levels.
 */
body {
  font-size: 13px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #000000;
  line-height: 1.1;
  font-style: normal;
  font-weight: bold;
  font-family: GeoSlab703; }

h1 {
  font-size: 32px; }

h2 {
  font-size: 30px;
  margin-bottom: 20px; }

h3 {
  font-size: 20px;
  margin-bottom: 20px; }

h4 {
  font-size: 20px;
  margin-bottom: 20px; }

p,
.post-content li {
  font-size: 15px;
  font-family: Georgia, Times, "Times New Roman", serif;
  line-height: 1.4; }
@media (max-width: 767px) {
  p,
  .post-content li {
    font-size: 16px; } }

label .block-labels {
  font-size: 13px; }

.post-content li {
  margin: 0 0 5px 0;
  list-style-position: inside;
  text-indent: -12px;
  padding-left: 12px; }

.post-content ul,
.post-content ol {
  padding: 0; }

.single-article h2,
.single-article h3,
.single-article h4,
.single-article h5,
.single-article h6 {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-weight: 600;
  margin-bottom: 0; }

.single-article h2 {
  font-size: 20px; }

.single-article h3 {
  font-size: 18px; }

.single-article h4 {
  font-size: 16px; }

/**
 * Set the same vertical alignment between different block elements.
 */
p,
ul,
ol,
table {
  margin: 0;
  margin-bottom: 20px;
  /* 1 */ }
p.block-labels,
ul.block-labels,
ol.block-labels,
table.block-labels {
  font-size: 13px; }

blockquote {
  margin: 30px 0;
  border-left: 2px solid black; }
blockquote p {
  margin-bottom: 0;
  padding: 0 0 0 20px;
  font-size: 20px;
  line-height: 1.2;
  font-family: Georgia, Times, "Times New Roman", serif; }
blockquote p:before {
  content: '\201C'; }
blockquote p:after {
  content: '\201D'; }

/**
 * <p class="preamble">
 */
p.preamble,
div.preamble,
.preamble p {
  font-size: 14px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", arial, sans-serif;
  line-height: 1.45; }

/**
 * Sidebar style information text
 */
.post-content .sidebar-item {
  margin-bottom: 20px;
  padding: 0;
  border: 0; }

.single-article p.preamble,
.single-article .preamble p {
  line-height: 1.4;
  font-weight: bold; }

/**
 * Smaller text
 */
p.smaller,
.type-identifier {
  font-size: 12px;
  font-family: GeoSlab703;
  text-transform: uppercase;
  line-height: 1.2; }

.type-identifier {
  font-size: 13px;
  font-style: italic; }

a {
  color: #000000; }

/**
 * TERM IDENTIFIER
 *
 * DISPLAYS CATEGORY/POSTTYPE/WE
 */
.term-identifier {
  position: absolute;
  overflow: hidden;
  right: 0;
  padding: 0 0 0 10px;
  top: 0;
  z-index: 199; }
.term-identifier .term-shape {
  position: relative;
  margin-right: -10px;
  padding: 6px 20px 5px 12.5px;
  background: #000000;
  -webkit-transform: skew(30deg);
  -moz-transform: skew(30deg);
  -o-transform: skew(30deg);
  transform: skew(30deg); }
.term-identifier .term-text {
  display: block;
  position: relative;
  font-size: 17px;
  font-family: GeoSlab703;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-transform: skew(-30deg);
  -moz-transform: skew(-30deg);
  -o-transform: skew(-30deg);
  transform: skew(-30deg); }

aside.post .term-identifier {
  display: none; }

/**
* BUTTONS
*/
.arrowed-black-button,
button.arrowed-black-button,
input[type='submit'].arrowed-black-button {
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  min-width: 85px;
  padding: 0 12px 0 35px;
  margin: 0 0 0 3px;
  background-color: #171717;
  border-radius: 2px;
  background-image: url("/wp-content/themes/curie/assets/images/misc/pixel-arrow-transparent.png");
  background-position: left 15px center;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  font-size: 17px;
  line-height: 31px;
  font-family: GeoSlab703;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.55px;
  text-transform: uppercase;
  text-decoration: none; }

.padded-btn-wrapper {
  padding-top: 20px; }

@media (max-width: 1023px) {
  .padded-btn-wrapper,
  #comment-form {
    padding-top: 0; }
  .padded-btn-wrapper .arrowed-black-button,
  #comment-form .arrowed-black-button {
    height: 45px;
    padding: 0 17px 0 35px;
    line-height: 46px; } }

/**
* SEARCHFORM
*/
#search-form {
  position: relative;
  display: table;
  float: right;
  height: 60px;
  min-width: 460px;
  padding: 0 15px 0 15px;
  margin: 45px 0 0 0;
  border-radius: 4px;
  background-color: #e8e8e8; }
#search-form .td {
  position: relative;
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle; }
#search-form input[type='text'] {
  display: inline-block;
  width: 337px;
  padding: 6px 6px 5px 6px;
  vertical-align: middle;
  border-top: 1px solid #abadb3;
  border-radius: 1px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", arial, sans-serif;
  font-size: 11px; }
@media (max-width: 1023px) {
  #search-form {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    padding: 0;
    margin: 0;
    z-index: 990;
    width: 100%;
    height: 100%;
    border-radius: initial;
    background-color: #fff; }
  #search-form .td {
    display: block; }
  #search-form button {
    display: none; }
  #search-form input[type='text'] {
    display: block;
    width: 100%;
    font-size: 28px;
    border-top: 0;
    padding: 45px 40px;
    background-image: url("/wp-content/themes/curie/assets/images/icons/search_black.svg");
    background-repeat: no-repeat;
    background-size: 40px 40px;
    background-position: right 40px center;
    border-bottom: 1px solid #8a8888; }
  #search-form.active {
    display: block; } }
@media (max-width: 767px) {
  #search-form input[type='text'] {
    font-size: 20px;
    padding: 20px 30px;
    background-size: 25px 25px;
    background-position: right 20px center; } }

.comments-heading {
  font-size: 17px;
  font-weight: 400;
  text-transform: uppercase; }

.input-wrapper {
  margin: 0 0 10px 0; }

.block-labels {
  display: block; }
@media (max-width: 1023px) {
  .block-labels {
    font-size: 14px;
    padding: 0 0 3px 0; } }

.block-input,
input[type='text'].block-input {
  display: block;
  width: 100%;
  padding: 5px;
  border: 1px solid #333; }
@media (max-width: 1023px) {
  .block-input,
  input[type='text'].block-input {
    font-size: 16px; } }

@media (max-width: 1023px) {
  .form-submit {
    padding-top: 15px; } }

#reply-title {
  display: none; }

.g-recaptcha div {
  max-width: 100% !important;
  overflow: hidden; }

#comments-pending {
  display: none;
  padding: 10px;
  border: 2px solid #E8E8E8;
  margin: 0 0 20px 0; }
#comments-pending p {
  margin-bottom: 0; }

#comments-pending.active {
  display: block; }

.comments-list {
  list-style-type: none;
  padding: 0; }
.comments-list .children {
  list-style-type: none; }

.comment-list-item {
  position: relative;
  background-color: #E8E8E8;
  margin: 0 0 5px 0;
  padding: 10px; }
.comment-list-item p {
  margin-bottom: 5px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", arial, sans-serif;
  font-size: 12px;
  line-height: 1.5; }
.comment-list-item:after {
  position: absolute;
  top: 10px;
  left: -19px;
  display: block;
  content: "";
  background-image: url("/wp-content/themes/curie/assets/images/misc/comment-arrow.png");
  width: 20px;
  height: 35px;
  background-size: contain;
  background-repeat: no-repeat; }

.breadcrumbs {
  padding: 30px 0 15px 0;
  margin-bottom: 0;
  font-size: 23px;
  font-weight: 100;
  font-style: italic;
  text-transform: uppercase; }
@media (max-width: 1023px) {
  .breadcrumbs {
    padding-top: 40px; } }
@media (max-width: 767px) {
  .breadcrumbs {
    padding-top: 30px;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto; } }

.breadcrumbs.divided-breadcrumb {
  padding: 30px 0 5px 0;
  font-size: 14px;
  font-family: MinionPro, Times, "Times New Roman", serif; }

.breadcrumbs.hidden-title {
  text-indent: -2000px;
  text-color: rgba(0, 0, 0, 0.01);
  padding: 0; }

.addthis_sharing_toolbox {
  padding: 10px 0 30px 0; }
.addthis_sharing_toolbox:empty {
  padding: 0; }

.social-media-sidebar .addthis_sharing_toolbox {
  padding: 0; }

@media (max-width: 767px) {
  .social-media-sidebar {
    display: none; } }

.action-count-wrapper {
  position: absolute;
  display: inline-block; }
@media (max-width: 767px) {
  .action-count-wrapper {
    position: relative;
    display: block;
    margin-top: 5px; } }

.total-action-count {
  position: relative;
  float: left;
  height: 18px;
  margin-bottom: 0;
  margin-left: 8px;
  padding: 0 5px;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  background-color: #AAA06E;
  color: #fff;
  border-radius: 3px;
  display: none;}
.total-action-count:before {
  content: "";
  position: absolute;
  right: 99%;
  top: 5px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-right: 6px solid #AAA06E;
  border-bottom: 4px solid transparent; }
.total-action-count:hover {
  cursor: pointer; }

.individual-action-count-indicator {
  display: none;
  float: left;
  margin-left: -1px;
  padding: 0 10px 0 0;
  border: 1px solid #AAA06E;
  background-color: #fff;
  border-left: 0; }

.total-action-count:hover + .individual-action-count-indicator {
  display: block;
  position: relative;
  z-index: 700; }

.individual-action-count-indicator span {
  float: left;
  height: 16px;
  padding-left: 18px;
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 12px;
  color: #000;
  line-height: 17px;
  background-size: 14px 14px;
  background-position: left center;
  background-repeat: no-repeat; }
.individual-action-count-indicator span.fbCount {
  background-image: url("/wp-content/themes/curie/assets/images/icons/fb-icon.png"); }
.individual-action-count-indicator span.linkedInCount {
  background-image: url("/wp-content/themes/curie/assets/images/icons/linked-icon.png"); }
.individual-action-count-indicator span.twitterCount {
  background-image: url("/wp-content/themes/curie/assets/images/icons/tw-icon.png"); }
.individual-action-count-indicator span.googleCount {
  background-image: url("/wp-content/themes/curie/assets/images/icons/gplus-icon.png"); }
.individual-action-count-indicator span.wpCommentCount {
  padding-left: 0; }

.twitter-timeline {
  display: none !important;
  /*@include respond-to('x-small') {
		visibility: hidden;
		
	}*/ }

.translation:before {
  content: '';
  display: inline-block;
  height: 12px;
  width: 12px;
  margin: 0 2px 2px 0;
  vertical-align: middle;
  background-image: url("/wp-content/themes/curie/assets/images/icons/lang.png"); }

.content-embedded {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
  /*[1]*/
  margin-bottom: 20px; }

.single-cur_podcast .content-embedded {
  padding-bottom: 80%;
  /*[2]*/ }

.content-embedded iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0; }

/**
 * GRID
 */
/**
 * Gridwidth (content) is 940px.
 * Use padding to avoid having to implement padding in smaller breakpoints.
 */
.container-large {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px; }
@media (max-width: 1023px) {
  .container-large {
    padding-left: 40px;
    padding-right: 40px; } }
@media (max-width: 767px) {
  .container-large {
    padding-left: 20px;
    padding-right: 20px; } }

/**
 * Add padding to top when main element
 */
main.container-large {
  padding-top: 15px;
  padding-bottom: 25px;
  position: relative; }
main.container-large:before, main.container-large:after {
  content: '';
  display: table; }
main.container-large:after {
  clear: both; }

@media (max-width: 1023px) {
  .home main.container-large {
    padding-top: 40px; } }

@media (max-width: 767px) {
  .home main.container-large {
    padding-top: 20px; } }

/**
* Width of both main and small + 20px margin
*/
.container-main-small {
  width: 700px;
  float: left; }
@media (max-width: 1023px) {
  .container-main-small {
    width: 100%; } }
@media (max-width: 767px) {
  .container-main-small {
    display: block;
    float: none;
    width: 100%; } }

.container-main {
  float: left;
  width: 460px;
  min-height: 5px; }
@media (max-width: 1023px) {
  .container-main {
    width: 60%; } }
@media (max-width: 767px) {
  .container-main {
    float: none;
    padding-bottom: 30px;
    width: 100%;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto; } }

.container-small {
  position: relative;
  float: left;
  width: 220px;
  margin-left: 20px;
  margin-bottom: 20px; }
@media (max-width: 1023px) {
  .container-small {
    float: right;
    clear: right;
    width: 37%; } }
@media (max-width: 767px) {
  .container-small {
    float: none;
    width: 100%;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto; } }

.single-post .container-small + .container-small,
.single-cur_podcast .container-small + .container-small,
.page-template-single .container-small + .container-small {
  position: absolute;
  /*TWEAK FOR POSITIONIG RIGHT CONTAINER DIFFERNTLY IN SINGLE ARTICLE*/
  right: 0;
  top: 15px;
  right: 20px; }
@media (max-width: 1023px) {
  .single-post .container-small + .container-small,
  .single-cur_podcast .container-small + .container-small,
  .page-template-single .container-small + .container-small {
    position: relative;
    margin-left: 0;
    top: 0;
    right: 0; } }
@media (max-width: 767px) {
  .single-post .container-small + .container-small,
  .single-cur_podcast .container-small + .container-small,
  .page-template-single .container-small + .container-small {
    float: none;
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto; } }

/**
 * SITE HEADER
 */
.site-header {
  position: relative;
  height: 151px;
  background-repeat: repeat; }
.site-header .site-logo {
  float: left;
  width: 420px;
  height: 151px;
  background-image: url("/wp-content/themes/curie/assets/images/logos/curie-main.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat; }
@media (max-width: 1023px) {
  .site-header .site-logo {
    max-width: 230px;
    background-image: url("/wp-content/themes/curie/assets/images/logos/curie-logo-footer.png"); } }
@media (max-width: 767px) {
  .site-header {
    height: 75px; }
  .site-header .site-logo {
    height: 75px;
    background-position: left center;
    background-size: auto 40px; } }
@media (max-width: 767px) {
  .site-header .site-logo {
    max-width: 200px; } }

.scheme-black .site-header {
  background-image: url("/wp-content/themes/curie/assets/images/backgrounds/curiebg-dark.jpg"); }

.scheme-green .site-header {
  background-image: url("/wp-content/themes/curie/assets/images/backgrounds/curiebg-green.jpg"); }

.scheme-orange .site-header {
  background-image: url("/wp-content/themes/curie/assets/images/backgrounds/curiebg-orange.jpg"); }

.scheme-magenta .site-header {
  background-image: url("/wp-content/themes/curie/assets/images/backgrounds/curiebg-magenta.jpg"); }

.scheme-blue .site-header {
  background-image: url("/wp-content/themes/curie/assets/images/backgrounds/curiebg-blue.jpg"); }

.scheme-sand .site-header {
  background-image: url("/wp-content/themes/curie/assets/images/backgrounds/curiebg-sand.jpg"); }

.scheme-pink .site-header {
  background-image: url("/wp-content/themes/curie/assets/images/backgrounds/curiebg-pink.jpg"); }

.scheme-light-blue .site-header {
  background-image: url("/wp-content/themes/curie/assets/images/backgrounds/curiebg-light-blue.jpg"); }

.site-footer {
  padding: 45px 0;
  background-repeat: repeat; }
.site-footer .container-large:before, .site-footer .container-large:after {
  content: '';
  display: table; }
.site-footer .container-large:after {
  clear: both; }

.scheme-black .site-footer {
  background-image: url("/wp-content/themes/curie/assets/images/backgrounds/curiebg-dark.jpg"); }

.scheme-green .site-footer {
  background-image: url("/wp-content/themes/curie/assets/images/backgrounds/curiebg-green.jpg"); }

.scheme-orange .site-footer {
  background-image: url("/wp-content/themes/curie/assets/images/backgrounds/curiebg-orange.jpg"); }

.scheme-magenta .site-footer {
  background-image: url("/wp-content/themes/curie/assets/images/backgrounds/curiebg-magenta.jpg"); }

.scheme-blue .site-footer {
  background-image: url("/wp-content/themes/curie/assets/images/backgrounds/curiebg-blue.jpg"); }

.scheme-sand .site-footer {
  background-image: url("/wp-content/themes/curie/assets/images/backgrounds/curiebg-sand.jpg"); }

.scheme-pink .site-footer {
  background-image: url("/wp-content/themes/curie/assets/images/backgrounds/curiebg-pink.jpg"); }

.scheme-light-blue .site-footer {
  background-image: url("/wp-content/themes/curie/assets/images/backgrounds/curiebg-light-blue.jpg"); }

.footer-inner-container {
  float: left;
  width: 50%;
  /**
	* EACH BLOCK WITH BORDER
	*/ }
.footer-inner-container.first {
  padding: 0 65px 0 0; }
.footer-inner-container * {
  color: #fff;
  font-family: "Lucida Grande", "Lucida Sans Unicode", arial, sans-serif; }
.footer-inner-container .footer-block {
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #fff; }
.footer-inner-container .footer-block:last-of-type {
  margin: 0;
  padding: 0;
  border: none; }
.footer-inner-container .footer-title {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  font-style: italic; }
@media (max-width: 767px) {
  .footer-inner-container {
    float: none;
    width: 100%; }
  .footer-inner-container.first {
    padding: 0; }
  .footer-inner-container .footer-block {
    margin: 0 0 30px 0;
    padding: 0 0 30px 0; }
  .footer-inner-container.first .footer-block:last-of-type {
    margin: 0 0 30px 0;
    padding: 0 0 30px 0;
    border-bottom: 1px solid #fff; } }

/**
* SECTION WITH LOGO AND TEXT BENEATH LOGO
* Image is outside of sectionclass
*/
#footer-logo img {
  display: block;
  margin-bottom: 15px; }

.footer-logo-section p {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: bold; }

/**
* SECTION WITH CONTACT ADRESSES
*/
.footer-contact-section h2, .footer-contact-section h3:not(.footer-title), .footer-contact-section h4, .footer-contact-section h5, .footer-contact-section h6 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 5px; }

.footer-contact-section p {
  margin-bottom: 25px;
  font-weight: bold;
  font-size: 14px; }

.footer-contact-section p:last-of-type {
  margin-bottom: 0; }

/**
* SECTION WITH BRÖDTEXT (FINISHING SECTION LEFT SIDE)
*/
.footer-breadtext-section p {
  font-size: 14px;
  line-height: 1.3; }

.footer-breadtext-section p:last-of-type {
  margin-bottom: 0; }

.footer-social-media a{
  margin-right: 25px;
}
.footer-social-media img {
  width: 55px;
  height: 55px;
  /*margin-right: 25px;*/
  border-radius: 100%; }

.footer-social-media img:hover {
  opacity: 0.7; }

.apsis-form label,
.apsis-form input[type='text'] {
  display: block; }

.apsis-form input[type='text'] {
  padding: 15px 25px;
  margin: 0 0 17px 0;
  color: #000;
  width: 100%;
  max-width: 415px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 18px; }

.apsis-form .policy-disclaimer {
  display: block;
  font-size: 14px;
  margin-bottom: 15px; }

.apsis-form .policy-container {
  position: relative;
  max-width: 415px; }
.apsis-form .policy-container input {
  position: absolute;
  height: 20px;
  width: 20px; }
.apsis-form .policy-container label {
  padding: 0 0 0 30px;
  display: block;
  line-height: 1.2; }

.apsis-form input[type='submit'] {
  display: block;
  padding: 11px 25px;
  margin: 20px 0 0 0;
  border-radius: 5px;
  background-color: #fff;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: bold;
  color: #525252; }

/**
 * MENUES
 *
 * INHERTING MENUSTYLES FROM TWENTY-ELEVEN. ONLY MODIFY WHATS NOT NEEDED.
 */
@media (max-width: 1023px) {
  #top-menues {
    position: absolute;
    display: none;
    padding: 75px 0;
    z-index: 800;
    width: 100%;
    min-height: 100%;
    background-color: #fff; }
  #top-menues.active {
    display: block; } }

@media (max-width: 767px) {
  #top-menues {
    padding: 37px 0; } }

#burger,
#search-icon {
  display: none;
  float: right;
  background-repeat: no-repeat;
  background-position: center center; }
#burger:hover,
#search-icon:hover {
  cursor: pointer; }
#burger.active,
#search-icon.active {
  background-image: url("/wp-content/themes/curie/assets/images/icons/close.svg"); }
@media (max-width: 1023px) {
  #burger,
  #search-icon {
    display: block; } }

#burger {
  margin-top: 57.5px;
  width: 35px;
  height: 35px;
  background-image: url("/wp-content/themes/curie/assets/images/icons/hamburger.svg");
  background-size: 35px 35px; }
@media (max-width: 767px) {
  #burger {
    width: 20px;
    height: 20px;
    margin-top: 27.5px;
    background-size: 20px 20px; } }

#search-icon {
  width: 37px;
  height: 37px;
  background-size: 37px 37px;
  margin-top: 56.5px;
  margin-right: 20px;
  background-image: url("/wp-content/themes/curie/assets/images/icons/search.svg"); }
@media (max-width: 767px) {
  #search-icon {
    margin-right: 15px;
    width: 22px;
    height: 22px;
    margin-top: 26.5px;
    background-size: 22px 22px; } }

/* ::::::: Wrapper for mainmenu ::::::::: */
#access {
  clear: both;
  display: block;
  margin: 0 auto 16px;
  max-width: 940px; }
#access:before, #access:after {
  content: '';
  display: table; }
#access:after {
  clear: both; }
@media (max-width: 1023px) {
  #access {
    margin: 0;
    max-width: initial; } }

#access ul {
  font-size: 14.04px;
  list-style: none;
  margin: 0;
  padding-left: 0;
  letter-spacing: 0.08em; }
#access ul li {
  border-right: solid 1px black;
  float: left;
  position: relative;
  height: 12px; }
#access ul a {
  display: block;
  font-family: 'MinionProBold',Georgia,Serif;
  line-height: 120%;
  padding: 15px 15px 6px 15px;
  text-decoration: none;
  text-transform: uppercase; }
#access ul a:hover {
  text-decoration: underline; }
#access ul li:first-of-type a {
  padding: 12px 15px 0 15px;
  text-indent: -2000px;
  background-image: url("/wp-content/themes/curie/assets/images/icons/house.gif");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 16px 15px; }
#access ul li:first-of-type a:hover {
  opacity: 0.75; }
@media (max-width: 1023px) {
  #access ul {
    padding-left: 40px;
    padding-right: 40px; }
  #access ul:before, #access ul:after {
    content: '';
    display: table; }
  #access ul:after {
    clear: both; }
  #access ul li {
    float: none;
    height: auto;
    border-right: none; }
  #access ul a {
    background: none;
    padding: 15px 0;
    font-size: 27px;
    font-weight: 700;
    text-align: right;
    font-family: MinionPro, Times, "Times New Roman", serif; }
  #access ul li:last-of-type a {
    padding: 15px 0 0 0; }
  #access ul li:first-of-type a {
    background-image: none;
    padding: 15px 0; }
  #access ul:after {
    float: right;
    display: block;
    width: 135px;
    content: "";
    padding-top: 40px;
    border-bottom: 1px solid #808080;
    padding-bottom: px;
    margin-bottom: 55px; } }
@media (max-width: 767px) {
  #access ul {
    padding-left: 20px;
    padding-right: 20px; }
  #access ul li:last-of-type a {
    padding: 7px 0 0 0; }
  #access ul a {
    font-size: 18px;
    padding: 7px 0; }
  #access ul li:first-of-type a {
    padding: 7px 0; }
  #access ul:after {
    padding-bottom: 20px;
    padding-top: 10px;
    margin-bottom: 35px;
    width: 99px; } }

/*ACTIVE MENU*/
#access .current-menu-item > a,
#access .current-menu-ancestor > a,
#access .current_page_item > a,
#access .current_page_ancestor > a {
  text-decoration: underline; }

/**
* SECONDARY MENU
*/
.secondary-navigation {
  position: absolute;
  width: 100%;
  top: 0; }
@media (max-width: 1023px) {
  .secondary-navigation {
    position: relative; } }

#menu-secondary-container {
  padding: 0;
  float: right; }
#menu-secondary-container li {
  float: left;
  height: 11px;
  border-right: 1px solid #fff;
  padding: 8px 15px 0 15px; }
#menu-secondary-container li:last-of-type {
  border: none;
  padding: 8px 0 0 15px; }
#menu-secondary-container li a {
  color: #ffffff;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 11px;
  line-height: 1.2px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none; }
#menu-secondary-container li a:hover {
  text-decoration: underline; }
@media (max-width: 1023px) {
  #menu-secondary-container {
    float: none; }
  #menu-secondary-container li {
    display: block;
    float: none;
    padding: 0;
    border-right: none;
    height: auto; }
  #menu-secondary-container li a {
    display: block;
    padding: 25px 0;
    text-align: right;
    font-size: 20px;
    color: #8a8888; }
  #menu-secondary-container li:first-of-type a {
    padding: 0 0 25px 0; }
  #menu-secondary-container li:last-of-type {
    padding: 0; } }
@media (max-width: 767px) {
  #menu-secondary-container li a {
    padding: 15px 0;
    font-size: 14px; }
  #menu-secondary-container li:first-of-type a {
    padding: 0 0 15px 0; } }

/**
 * ARTICLE LIST
 * (List articles on frontpage)
 */
.article-list-item {
  border-top: 2px solid #000; }
.article-list-item h2 {
  font-size: 26px;
  margin-bottom: 15px;
  margin-top: 10px; }
.article-list-item header {
  padding: 3px 5px; }
.article-list-item a {
  display: inline-block;
  text-decoration: none; }
.article-list-item a:hover h2, .article-list-item a:hover .preamble, .article-list-item a:hover p {
  text-decoration: underline; }
.article-list-item.article-list-item--featured {
  border-top: none;
  padding-bottom: 15px; }
.article-list-item.article-list-item--featured .article-list-item-header {
  padding: 0 5px 3px 0;
  border-top: 2px solid #000; }
.article-list-item.article-list-item--featured h2 {
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 0; }
.article-list-item.article-list-item--featured img {
  display: block;
  width: 100%;
  height: auto; }
.article-list-item.article-list-item--featured .date {
  display: block;
  font-size: 10px;
  text-transform: lowercase; }
.article-list-item .preamble {
  margin-bottom: 20px; }
@media (max-width: 1023px) {
  .article-list-item {
    margin-bottom: 50px; }
  .article-list-item.article-list-item--featured {
    padding-bottom: 0; } }

/**
* OVERRIDE IN blog template (newsfeed)
*/
.blog .article-list-item {
  padding-bottom: 20px; }
.blog .article-list-item h2 {
  margin-bottom: 10px;
  margin-top: 5px; }
@media (max-width: 1023px) {
  .blog .article-list-item {
    padding-bottom: 0; } }

/**
* Less spacing downwards on lastitem on frontpage.
* Exist to reduce spacing to "newsarchive" button
*/
@media (max-width: 1023px) {
  .home .article-list-item:last-of-type {
    margin-bottom: 35px; } }

/**
* Only in listitems
* If listitem has thumbnail
* Class only exist if thumbnail exist
*
* 1.) Set margin on wrapping article-thumbnail instead of textblock to prevent
*     faulty margin if image is larger than text.
*/
.article-thubmnail {
  margin-bottom: 20px; }
.article-thubmnail:before, .article-thubmnail:after {
  content: '';
  display: table; }
.article-thubmnail:after {
  clear: both; }
.article-thubmnail .author-avatars {
  float: left;
  max-width: 100px; }
.article-thubmnail img {
  float: left;
  width: 125px;
  height: auto; }
.article-thubmnail p {
  overflow: hidden;
  margin-bottom: 0;
  padding-left: 15px; }
.article-thubmnail .preamble {
  /*[1]*/
  margin-bottom: 0; }
.article-thubmnail .preamble img {
  margin: 0 15px 0 0; }

/**
 * Only in listitems
 */
.article-list-item .date-section:before, .article-list-item .date-section:after {
  content: '';
  display: table; }

.article-list-item .date-section:after {
  clear: both; }

.article-list-item .date-section .date {
  float: left;
  font-size: 10px;
  padding: 10px 10px 7.5px 0;
  border-right: 1px solid #000;
  text-transform: lowercase; }

.article-list-item .date-section .date.uppercase {
  text-transform: uppercase; }

.article-list-item .date-section .author {
  text-transform: uppercase;
  font-size: 10px;
  padding: 10px 0 7.5px 10px;
  display: block;
  overflow: hidden; }

/**
 * SINGLE.PHP AND ALSO
 * (type-article/single.php)
 */
/**
* Target last small container.
* (Actually targets div, make sure element is last div inside parent container).
*/
.image-container {
  margin: 0 0 20px 0; }

.single-article {
  /*
	* Date section here only on type-article/single
	*/ }
.single-article .date {
  display: block;
  padding: 0;
  font-family: MinionPro, Times, "Times New Roman", serif;
  font-size: 12px; }
.single-article header {
  margin: 0 0 20px 0; }
.single-article .date-section {
  border-top: 3px solid #C05131;
  font-family: MinionPro, Times, "Times New Roman", serif;
  font-style: italic; }
.single-article .date-section:before, .single-article .date-section:after {
  content: '';
  display: table; }
.single-article .date-section:after {
  clear: both; }
.single-article .date-section .single-date {
  float: left;
  font-size: 13px;
  padding: 10px 10px 7.5px 0;
  border-right: 1px solid #C05131; }
.single-article .date-section .author {
  font-size: 13px;
  padding: 10px 0 7.5px 10px;
  display: block;
  overflow: hidden; }

.darrad-single {
  display: block;
  font-size: 14px;
  font-family: MinionPro, Times, "Times New Roman", serif;
  font-style: italic;
  text-transform: uppercase;
  line-height: 1.2; }

.creds {
  margin-bottom: 20px; }
.creds span {
  display: inline-block;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Lucida Grande", "Lucida Sans Unicode", arial, sans-serif; }
.creds .bolder {
  font-weight: bold; }

.generated-author-images {
  float: left;
  margin: 0 10px 0 0;
  max-width: 100px; }
.generated-author-images img {
  float: left; }
.generated-author-images.multiple-author-images {
  max-width: 115px; }
.generated-author-images.multiple-author-images img {
  width: 55px; }

/**
 * DEBATT LIST
 * INHERITS STYLE FROM /snippets/article-list
 */
.debate-group {
  margin: 0 0 20px 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #e8e8e8; }
@media (max-width: 1023px) {
  .debate-group {
    margin: 0 0 50px 0; } }

.debate-thread {
  display: none; }

.active.debate-thread {
  display: block; }

.article-list-item.debatt-list-item {
  padding: 0 20px 0 20px;
  background-color: #e8e8e8;
  border-top: 2px solid #c05131; }
.article-list-item.debatt-list-item h2 {
  margin-bottom: 10px;
  margin-top: 15px;
  font-size: 22px;
  letter-spacing: 0.65px;
  font-weight: normal;
  line-height: 1.0; }
.article-list-item.debatt-list-item span {
  font-family: "Lucida Grande", "Lucida Sans Unicode", arial, sans-serif;
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 0; }
.article-list-item.debatt-list-item header {
  padding: 0; }
.article-list-item.debatt-list-item .no-images {
  margin-bottom: 20px; }
@media (max-width: 1023px) {
  .article-list-item.debatt-list-item {
    margin-bottom: 0; } }
@media (max-width: 767px) {
  .article-list-item.debatt-list-item .author-avatars {
    margin: 0 13px 0 0; }
  .article-list-item.debatt-list-item .article-thubmnail p {
    overflow: initial;
    padding-left: 0;
    font-size: 14px;
    line-height: 1.3; } }

.article-thubmnail.author-images.multiple-authors img {
  width: 50px;
  height: auto; }

.article-list-item.debatt-list-item .date-section .date {
  padding: 4px 5px 2px 0;
  border-right: 1px solid #c05131; }

.article-list-item.debatt-list-item .date-section .author {
  text-transform: none;
  font-style: italic;
  padding: 4px 0 2px 5px; }

.tag-list {
  border-bottom: 1px solid #b8c0c1; }
.tag-list:before, .tag-list:after {
  content: '';
  display: table; }
.tag-list:after {
  clear: both; }

.tag-list span {
  float: left;
  padding: 0 5px 2px;
  margin: 5px 5px 5px 0 !important;
  background-color: #fff;
  border-radius: 5px; }

.debate-thread-data {
  margin-top: 12px;
  padding: 0 20px 13px 20px; }
.debate-thread-data:before, .debate-thread-data:after {
  content: '';
  display: table; }
.debate-thread-data:after {
  clear: both; }

.thread-counter {
  position: relative;
  float: left;
  margin: 0 10px 0 0;
  height: 22px;
  width: 30px;
  background-color: #000;
  border-radius: 2px;
  font-family: GeoSlab703;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  line-height: 23px;
  text-align: center; }

.toggle-thread,
.toggle-thread.active {
  float: left;
  font-family: "Lucida Grande", "Lucida Sans Unicode", arial, sans-serif;
  font-size: 12px;
  padding: 0 15px 0 0;
  border-bottom: 1px dotted #c05131;
  color: #c05131;
  cursor: pointer;
  background-image: url("/wp-content/themes/curie/assets/images/misc/debate-arrow-down.png");
  background-position: right center;
  background-size: 9px 6px;
  background-repeat: no-repeat; }

.toggle-thread.active {
  background-image: url("/wp-content/themes/curie/assets/images/misc/debate-arrow-up.png"); }

/**
 * KRÖNIKA LIST
 */
.person-list-item-link {
  display: block;
  text-decoration: none;
  margin: 0 0 10px 0; }
@media (max-width: 1023px) {
  .person-list-item-link {
    margin: 0 0 50px 0; } }

.person-list-item {
  position: relative;
  padding: 8px 40px 20px 5px;
  background-color: #E6D2DC;
  border-radius: 8px; }
.person-list-item img {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  top: calc(50% - 50px);
  left: 20px; }
.person-list-item .inner-container {
  padding-left: 150px; }
.person-list-item .author-data {
  margin: 12px 0; }
@media (max-width: 767px) {
  .person-list-item {
    padding: 20px; }
  .person-list-item img {
    position: relative;
    display: inline-block;
    margin: 0 20px 10px 0;
    top: initial;
    left: initial; }
  .person-list-item .inner-container {
    padding-left: 0; }
  .person-list-item .author-data {
    display: inline-block;
    margin: 0 20px 0 0; }
  .person-list-item .author-data span {
    font-size: 15px;
    display: block; }
  .person-list-item .author-data span:first-of-type {
    border-right: none;
    padding: 0 0 3px 0; } }

.person-list-item.no-featured-image .inner-container {
  padding-left: 20px; }

.author-data span {
  display: inline-block;
  font-size: 13px;
  font-style: italic;
  font-family: GeoSlab703; }
.author-data span:first-of-type {
  border-right: 1px solid #000;
  padding: 0 4px 0 0; }

.kronike-title {
  font-size: 26px;
  margin-bottom: 10px; }

.kronike-content {
  font-size: 13px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", arial, sans-serif;
  line-height: 1.5;
  margin-bottom: 0; }
@media (max-width: 767px) {
  .kronike-content {
    font-size: 15px;
    margin-bottom: 20px; } }

.kronika-list-item:hover .kronike-content,
.kronika-list-item:hover .kronike-title {
  text-decoration: underline; }

.pagination {
  margin: 40px 0; }
.pagination:before, .pagination:after {
  content: '';
  display: table; }
.pagination:after {
  clear: both; }

.page-numbers {
  display: inline-block;
  float: left;
  height: 30px;
  width: 30px;
  margin: 0 10px 10px 0;
  line-height: 30px;
  text-align: center;
  border: 1px solid #000;
  text-decoration: none;
  font-size: 14px; }
.page-numbers.next, .page-numbers.previous {
  line-height: 27px; }
.page-numbers.current, .page-numbers:hover {
  background-color: #000;
  color: #fff; }
@media (max-width: 1023px) {
  .page-numbers {
    height: 45px;
    width: 45px;
    font-size: 16px;
    line-height: 45px; }
  .page-numbers.next, .page-numbers.previous {
    line-height: 42px; } }

.scheme-magenta .page-numbers {
  border-color: #E6D2DC; }
.scheme-magenta .page-numbers.current, .scheme-magenta .page-numbers:hover {
  background-color: #E6D2DC; }

.scheme-orange .page-numbers {
  border-color: #C05131; }
.scheme-orange .page-numbers.current, .scheme-orange .page-numbers:hover {
  background-color: #C05131; }

.scheme-sand .page-numbers {
  border-color: #AAA06E; }
.scheme-sand .page-numbers.current, .scheme-sand .page-numbers:hover {
  background-color: #AAA06E; }

.scheme-green .page-numbers {
  border-color: #5A730F; }
.scheme-green .page-numbers.current, .scheme-green .page-numbers:hover {
  background-color: #5A730F; }

.scheme-blue .page-numbers {
  border-color: #5B7382; }
.scheme-blue .page-numbers.current, .scheme-blue .page-numbers:hover {
  background-color: #5B7382; }

.scheme-light-blue .page-numbers {
  border-color: #7ccfd2; }
.scheme-light-blue .page-numbers.current, .scheme-light-blue .page-numbers:hover {
  background-color: #7ccfd2; }

.scheme-pink .page-numbers {
  border-color: #c6598c; }
.scheme-pink .page-numbers.current, .scheme-pink .page-numbers:hover {
  background-color: #c6598c; }

.featured-image-description {
  display: block;
  padding: 6px 0 0;
  font-size: 12px;
  line-height: 15px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", arial, sans-serif;
  color: #666666; }

/**
 * ARTICLE SIDEBAR
 * Most of sidebar items is puffs. (See /components/_puffs.scss
 *
 */
.container-small aside {
  margin-top: 20px; }
.container-small aside:first-of-type {
  margin-top: 0; }

/**
* REMOVE PADDING FROM EACH DEFUALT WIDGETTEMPLATE
*/
.sidebar-item.single-sidebar-item {
  padding: 0; }

/**
* 1.)RESTORE PADDING FIRST DEFUALT WIDGETTEMPLATE THAT ARE
*    DIRECTLY AFTER A ELEMENT THAT IS NOT DEFUALT.
*    (HAX TO CIRCUMVENT NO LAST-OF-TYPE FOR CLASS or ATTRIBUTE SELECTOR
*
* 2.)RESTORE PADDING IF FIRST ELEMENT IN SIDEBARITEMS
*/
.container-small aside:not(.single-sidebar-item) + .sidebar-item.single-sidebar-item,
.container-small > .sidebar-item.single-sidebar-item {
  /*[2]*/
  padding: 10px 0 1px 0; }

.sidebar-item {
  padding: 10px 0 1px 0;
  border-top: 12px solid #AAA06E; }
.sidebar-item h1, .sidebar-item h2, .sidebar-item h3, .sidebar-item h4, .sidebar-item h5, .sidebar-item h6, .sidebar-item strong {
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", arial, sans-serif; }
.sidebar-item strong {
  font-weight: 700;
  font-size: 12px !important; }
.sidebar-item h3:first-of-type {
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-family: GeoSlab703; }
.sidebar-item p {
  margin-bottom: 10px;
  line-height: 1.4;
  font-size: 12px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", arial, sans-serif; }
.sidebar-item p:last-of-type {
  margin-bottom: 0; }
.sidebar-item a {
  display: inline-block;
  margin: 0;
  padding: 0 0 0 13px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", arial, sans-serif;
  background-image: url("/wp-content/themes/curie/assets/images/misc/dubbelpil.gif");
  background-position: left top 1px;
  background-repeat: no-repeat;
  background-size: 8px 12px;
  font-size: 12px;
  line-height: 1.6;
  text-decoration: none; }
.sidebar-item a:hover {
  text-decoration: underline; }
.sidebar-item ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
.sidebar-item li {
  border-bottom: 1px solid #dbdbdb;
  font-size: 11px;
  background-image: url("/wp-content/themes/curie/assets/images/misc/arrow-right.svg");
  background-size: 6px 10px;
  background-repeat: no-repeat;
  background-position: right center; }
.sidebar-item li a {
  padding: 8px 10px 8px 0;
  display: block;
  background-image: none;
  font-size: 11px;
  line-height: 1.3;
  margin: 0; }
.sidebar-item ul.plain-list {
  list-style-type: disc;
  list-style-position: inside; }
.sidebar-item ul.plain-list li {
  background-image: none;
  padding: 2px 10px 2px 0;
  font-size: 11px;
  border-bottom: 0;
  font-family: "Lucida Grande", "Lucida Sans Unicode", arial, sans-serif; }
.sidebar-item ul.plain-list li a {
  padding: 0; }
.sidebar-item .thetime {
  color: #acabab;
  display: block;
  padding: 2px 0 0;
  font-size: 9px; }
@media (max-width: 1023px) {
  .sidebar-item li a {
    padding: 12px 10px 12px 0;
    font-size: 15px; }
  .sidebar-item .thetime {
    font-size: 12px; } }

.sidebar-item a.tag-link-item {
  background-color: #e8e8e8;
  border-radius: 3px;
  display: inline-block;
  background-image: none;
  line-height: initial;
  font-size: 10px;
  margin: 0 0 5px 0;
  padding: 3px 7px; }
@media (max-width: 1023px) {
  .sidebar-item a.tag-link-item {
    font-size: 12px; } }

.sidebar-item h3.tag-heading {
  margin-bottom: 15px; }

.scheme-magenta .sidebar-item {
  border-color: #E6D2DC; }

.scheme-orange .sidebar-item {
  border-color: #C05131; }
.scheme-orange .sidebar-item h3:first-of-type {
  color: #C05131; }

.scheme-sand .sidebar-item {
  border-color: #AAA06E; }

.scheme-green .sidebar-item {
  border-color: #5A730F; }
.scheme-green .sidebar-item h3:first-of-type {
  color: #5A730F; }

.scheme-blue .sidebar-item {
  border-color: #5B7382; }
.scheme-blue .sidebar-item h3:first-of-type {
  color: #5B7382; }

.scheme-pink .sidebar-item {
  border-color: #c6598c; }

.scheme-light-blue .sidebar-item {
  border-color: #7ccfd2; }

aside #fb-like-btn {
  width: 100%;
  height: 75px; }

.single-sidebar-item + .single-sidebar-item {
  border: none; }

.compact-sidebar-item {
  padding: 0;
  border: none; }
.compact-sidebar-item a {
  padding: 0;
  background: 0; }

/* SITE DESCRIPTION AND TITLE
  ----------------------------*/
.sidebar-item.bio-description h3 {
  color: black;
  font-weight: bold;
  font-size: 25px;
  letter-spacing: initial;
  text-transform: initial; }

aside.bio-image + aside.sidebar-item {
  margin-top: 10px; }

.scheme-magenta aside.bio-image + aside.sidebar-item {
  border-top: 0; }

.bio-image {
  padding: 20px 0 20px 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px; }
.bio-image img {
  border-radius: 100%; }

.scheme-magenta .bio-image {
  background-color: #E6D2DC; }

.scheme-green .bio-image {
  background-color: #E2E2E2; }

.scheme-blue .bio-image {
  background-color: #e7e7e7; }

.sidebar-item--taglist {
  /**
	* 1.) Inline fontsize coming from wp.
	*/ }
.sidebar-item--taglist header {
  padding: 12px 12px 10px 12px;
  background-color: #6CA0A2;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px; }
.sidebar-item--taglist footer {
  padding: 8px 12px;
  background-color: #6CA0A2;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px; }
.sidebar-item--taglist footer * {
  color: #fff;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.6px;
  margin-bottom: 0; }
.sidebar-item--taglist h3 {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 0;
  color: #fff; }
.sidebar-item--taglist ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
.sidebar-item--taglist li {
  border-bottom: 1px solid #fff;
  background-color: #8fd8d8; }
.sidebar-item--taglist li a {
  padding: 8px 22px 8px 12px;
  display: block;
  margin: 0;
  font-size: 13px !important;
  /*[1]*/
  font-weight: 700;
  text-decoration: none;
  line-height: 1.1;
  background-image: url("/wp-content/themes/curie/assets/images/misc/arrow-right.svg");
  background-size: 6px 10px;
  background-repeat: no-repeat;
  background-position: right 10px center; }
.sidebar-item--taglist li:hover {
  background-color: #6CA0A2; }
.sidebar-item--taglist li:hover a {
  color: #fff; }
@media (max-width: 1023px) {
  .sidebar-item--taglist li a {
    font-size: 16px !important;
    padding: 12px 22px 12px 12px; } }

/**
 * STANDALONE PUFFS
 * WILL HAVE DIFFERENT COLORING AND FONT SIZE DEPENDING ON TYPE.
 *
 */
a.wrapping-anchor-puff {
  display: block;
  text-decoration: none; }
a.wrapping-anchor-puff:hover, a.wrapping-anchor-puff:active {
  text-decoration: none; }

/**
 *  1.) Add relative to allow identifier to place within element
 *  2.) The first element will hold a termidentifier. Compensate padding.
 */
.puff {
  position: relative;
  /*[1]*/ }
.puff .puff-item {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  margin-bottom: 3px; }
.puff .table {
  display: table; }
.puff .td {
  display: table-cell;
  width: 100%;
  vertical-align: middle; }

.puff-item > a,
.puff-item > a:hover,
.puff-item > a:active {
  text-decoration: none; }

.puff-footer {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: #505550;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px; }
.puff-footer span {
  display: block;
  text-transform: uppercase;
  font-size: 13px;
  font-family: Georgia, Times, "Times New Roman", serif;
  color: #fff;
  padding: 7.5px 10px; }

.puff-type-debatt {
  position: relative;
  background-color: #c05231;
  padding: 20px 10px; }
.puff-type-debatt h4 {
  font-size: 16px;
  margin-bottom: 3px;
  color: #fff; }
.puff-type-debatt p {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 12px;
  margin-bottom: 10px;
  color: #fff; }
.puff-type-debatt:after {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 28px;
  right: -11px;
  top: 26px;
  background-image: url("/wp-content/themes/curie/assets/images/misc/speech-bubble-puff.png");
  background-size: contain;
  background-repeat: no-repeat; }
@media (max-width: 767px) {
  .puff-type-debatt p {
    font-size: 18px; }
  .puff-type-debatt h4 {
    font-size: 18px; } }

.wrapping-anchor-puff:first-of-type .puff-type-debatt {
  padding-top: 50px; }

.puff-type-debatt.author-images img {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  margin-right: 3px;
  border-radius: 100%; }

.puff-type-debatt.author-images.infinite img {
  width: 40px;
  height: 40px; }

/**
 * 1.) Max widht of puff image
 */
.puff-type-news {
  position: relative;
  margin-left: auto;
  margin-right: auto; }
.puff-type-news .text-overlay {
  padding: 7px 10px 5px 10px;
  background-color: #000; }
.puff-type-news h3 {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  line-height: 18px; }
.puff-type-news h3:hover {
  text-decoration: underline; }

.puff-type-redaktor {
  padding: 50px 0 20px;
  background-color: #587282;
  color: #fff; }
.puff-type-redaktor .td {
  display: -webkit-flex;
  -webkit-align-items: center;
  display: flex;
  align-items: center; }
.puff-type-redaktor img {
  display: inline-block;
  vertical-align: middle;
  width: 111px;
  height: auto;
  margin: 0 5px; }
.puff-type-redaktor p {
  display: inline-block;
  vertical-align: middle;
  width: 96px;
  font-size: 14px;
  line-height: 1.2;
  font-family: GeoSlab703;
  color: #fff;
  margin-bottom: 0; }
@media (max-width: 767px) {
  .puff-type-redaktor {
    padding: 50px 10px 20px; }
  .puff-type-redaktor img {
    margin: 0 20px 0 0; }
  .puff-type-redaktor p {
    margin: 10px 0;
    padding: 0;
    width: initial;
    max-width: 300px;
    font-size: 18px; } }

/**
 *
 * 1.) Compensate padding down to enable absolute positioning of name with correct spacing.
 * 2.) Padding left calculation = bgimagesize + padding-right + space between arrow and name
 *      (10px + 9px + 4px).
 */
.puff-type-guestblog {
  position: relative;
  background-color: #e2e2e2;
  padding-left: 10px;
  padding-top: 20px; }
.puff-type-guestblog.puff-item {
  padding-bottom: 50px;
  /*[1]*/ }
.puff-type-guestblog .td {
  display: -webkit-flex;
  -webkit-align-items: center;
  display: flex;
  align-items: center; }
.puff-type-guestblog img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100px;
  max-height: 100px;
  min-width: 100px;
  min-height: 100px;
  width: 100px;
  height: 100px;
  border-radius: 100%; }
.puff-type-guestblog p {
  display: inline-block;
  vertical-align: middle;
  width: 80px;
  font-size: 14px;
  line-height: 1.2;
  font-family: GeoSlab703;
  margin: 0 0 0 10px; }
.puff-type-guestblog:first-of-type {
  border-top-right-radius: 0;
  padding-top: 50px;
  /*[2]*/ }
.puff-type-guestblog .puff-footer span {
  padding: 7.5px 10px 7.5px 23px;
  /*[2]*/
  background-image: url("/wp-content/themes/curie/assets/images/misc/pixel-arrow.png");
  background-position: left -12px center;
  background-origin: content-box;
  background-repeat: no-repeat;
  background-size: 9px 9px; }
.puff-type-guestblog .puff-footer span a {
  color: #fff;
  text-decoration: none; }
.puff-type-guestblog .puff-footer span a:hover {
  text-decoration: underline; }
@media (max-width: 767px) {
  .puff-type-guestblog {
    padding-right: 10px; }
  .puff-type-guestblog p {
    font-size: 18px;
    width: auto;
    max-width: 300px; } }

/**
 *
 * 1.) Compensate padding down to enable absolute positioning of name with correct spacing.
 * 2.) Padding left calculation = bgimagesize + padding-right + space between arrow and name
 *      (10px + 9px + 4px).
 */
.puff-type-kronika {
  position: relative;
  background-color: #e6d2dc;
  padding-left: 10px;
  padding-top: 20px; }
.puff-type-kronika.puff-item {
  padding-bottom: 50px;
  /*[1]*/ }
.puff-type-kronika .td {
  display: -webkit-flex;
  -webkit-align-items: center;
  display: flex;
  align-items: center; }
.puff-type-kronika img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100px;
  max-height: 100px;
  min-width: 100px;
  min-height: 100px;
  width: 100px;
  height: 100px;
  border-radius: 100%; }
.puff-type-kronika p {
  display: inline-block;
  vertical-align: middle;
  width: 80px;
  font-size: 14px;
  line-height: 1.0;
  font-style: italic;
  font-family: GeoSlab703;
  margin: 0 0 0 10px;
  text-align: right; }
.puff-type-kronika:first-of-type {
  border-top-right-radius: 0;
  padding-top: 50px;
  /*[2]*/ }
.puff-type-kronika .puff-footer {
  background-color: #8e7787; }
.puff-type-kronika .puff-footer span {
  padding: 7.5px 10px; }
.puff-type-kronika .puff-footer span a {
  color: #fff;
  text-decoration: none; }
.puff-type-kronika .puff-footer span a:hover {
  text-decoration: underline; }
@media (max-width: 767px) {
  .puff-type-kronika p {
    margin: 10px 0 10px 10px;
    padding: 0 10px 0 0;
    width: auto;
    font-size: 18px;
    max-width: 300px; } }

.puff-type-bulletin {
  background-color: #c6598c;
  padding: 20px 10px; }
.puff-type-bulletin:first-of-type {
  padding-top: 50px; }
.puff-type-bulletin h4 {
  font-size: 16px;
  margin-bottom: 3px;
  color: #fff; }
.puff-type-bulletin p {
  font-size: 14px;
  font-family: Georgia, Times, "Times New Roman", serif;
  margin-bottom: 0;
  color: #fff; }
@media (max-width: 767px) {
  .puff-type-bulletin p {
    font-size: 16px; }
  .puff-type-bulletin h4 {
    font-size: 18px; } }

.puff-type-podcast {
  padding: 50px 10px 20px 10px;
  background-color: #7ccfd2;
  color: #fff; }
.puff-type-podcast .td {
  display: -webkit-flex;
  -webkit-align-items: center;
  display: flex;
  align-items: center; }
.puff-type-podcast img {
  display: inline-block;
  vertical-align: middle;
  width: 55px;
  height: auto;
  margin: 0 10px 0 0; }
.puff-type-podcast p {
  display: inline-block;
  vertical-align: middle;
  width: 120px;
  font-size: 14px;
  line-height: 1.2;
  font-family: GeoSlab703;
  margin: 0 0 0 10px; }
@media (max-width: 767px) {
  .puff-type-podcast {
    padding: 50px 10px 20px; }
  .puff-type-podcast img {
    margin: 0 20px 0 0; }
  .puff-type-podcast p {
    margin: 10px 0;
    padding: 0;
    width: initial;
    max-width: 300px; } }

.puff-type-follow {
  padding: 50px 0 30px 0;
  background-color: #AAA06E; }
.puff-type-follow .icon-wrapper {
  text-align: center; }

.puff-type-follow a{
  margin-right: 15px;
}
.puff-type-follow img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  /*margin: 0 0 0 15px; */
}
.puff-type-follow img:hover {
  opacity: 0.7; }
.puff-type-follow a:first-of-type img {
  margin: 0; }

.scheme-magenta .puff-type-follow {
  background-color: #E6D2DC; }

.scheme-orange .puff-type-follow {
  background-color: #C05131; }

.scheme-sand .puff-type-follow {
  background-color: #AAA06E; }

.scheme-green .puff-type-follow {
  background-color: #5A730F; }

.scheme-blue .puff-type-follow {
  background-color: #5B7382; }

.scheme-pink .puff-type-follow {
  background-color: #c6598c; }

.scheme-light-blue .puff-type-follow {
  background-color: #7ccfd2; }

/* =WordPress Core
-------------------------------------------------------------- */
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 5px 15px; }

.alignleft {
  float: left;
  margin: 5px 15px 5px 0; }

a img.alignright {
  float: right; }

a img.alignleft {
  float: left;
  margin: 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.alignnone {
  max-width: 100%;
  /* Image does not overflow the content area */
  margin: 20px 0; }
.alignnone:first-child:last-child {
  margin: 0;
  /* Don't set a margin in an empty p-tag */ }

.wp-caption {
  background-color: #E8E8E8;
  padding: 5px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  margin: 0;
  padding: 5px 0 0 0;
  font-size: 11px;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
  color: #000; }

/**
* FRONT PAGE SPECIFIC STYLES
*/
/**
* KRONIKA SINGLE
*/
.post-author {
  margin: 0;
  color: #000000;
  line-height: 1.1;
  font-style: normal;
  font-weight: bold;
  font-family: GeoSlab703;
  text-align: right;
  font-size: 26px; }

.person-list-item.blog-list-item {
  padding: 15px 40px 55px 5px;
  margin: 0 0 10px 0;
  background-color: #E6E6E6;
  border-radius: 5px; }
@media (max-width: 1023px) {
  .person-list-item.blog-list-item {
    margin: 0 0 50px 0; } }
@media (max-width: 767px) {
  .person-list-item.blog-list-item {
    padding: 0; } }

.blog-list-item .blog-title {
  font-size: 28px;
  margin-bottom: 5px;
  padding-top: 8px; }

.blog-list-item .blog-link {
  text-decoration: none;
  display: inline-block; }
.blog-list-item .blog-link:hover {
  text-decoration: underline; }

.blog-list-item footer {
  position: absolute;
  background-color: #5a730f;
  color: white;
  display: block;
  padding: 8px 10px;
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }
.blog-list-item footer a, .blog-list-item footer span {
  color: white;
  text-decoration: none;
  float: left; }
.blog-list-item footer a:hover {
  text-decoration: underline;
  color: #E9E9E9; }
.blog-list-item footer span {
  border-right: 1px solid #fff;
  margin: 0 5px 0 0;
  padding: 0 5px 0 0; }

@media (max-width: 767px) {
  .blog-list-item .inner-container {
    padding: 20px; }
  .blog-list-item .blog-title {
    display: inline-block;
    margin-bottom: 15px; }
  .blog-list-item footer {
    position: relative;
    bottom: initial; }
  .blog-list-item footer:before, .blog-list-item footer:after {
    content: '';
    display: table; }
  .blog-list-item footer:after {
    clear: both; } }

.person-list-item.blog-list-item.blog-list-archive {
  padding: 15px 40px 45px 5px; }
@media (max-width: 767px) {
  .person-list-item.blog-list-item.blog-list-archive {
    padding: 0; } }

.blog-list-archive a {
  text-decoration: none; }
.blog-list-archive a:hover {
  text-decoration: underline; }

.inactive-site-indicator {
  color: #646464;
  font-size: 28px;
  font-weight: 100;
  letter-spacing: 1.5px;
  line-height: 25px;
  margin: 20px 0;
  text-transform: uppercase; }

.search-data h1 {
  padding: 20px 0 10px;
  margin-bottom: 0;
  font-size: 23px;
  font-weight: 100;
  font-style: italic;
  text-transform: uppercase; }

.search-data .search-keyword {
  font-style: italic; }

.search-data .search-count {
  font-weight: 700; }

/**
* 404 PAGE SPECIFIC STYLES
*/
.error-heading {
  padding-bottom: 20px; }

.newsletter-lang-switch img {
  margin: 0 3px 0 0; }

#apsis-form-page.apsis-form input[type='text'] {
  background-color: #eee;
  margin: 35px 0; }

#apsis-form-page.apsis-form .submission {
  margin: 30px 0; }

#apsis-form-page.apsis-form input[type='submit'] {
  display: inline-block;
  max-width: 415px;
  margin: 0;
  background-color: #eee; }

#apsis-form-page.apsis-form input[type='submit']:first-of-type {
  margin: 0 15px 0 0; }

@media (max-width: 767px) {
  #apsis-form-page.apsis-form input[type='submit'] {
    display: block;
    width: 100%; }
  #apsis-form-page.apsis-form input[type='submit']:first-of-type {
    margin: 0 0 20px 0; } }

#newsletter-frame {
  border: none;
  outline: none;
  max-width: 100%; }

form.subscribeForm .form-input_email {
  margin: 8px; }
form.subscribeForm .form-input_email label {
  display: block;
  padding: 4px; }
form.subscribeForm .form-input_email .email-field {
  padding: 10px;
  width: 100%;
  display: block;
  box-sizing: border-box;
  border: 1px solid #e2e2e2;
  background-color: #eaeaea; }
form.subscribeForm .form-input_email .email-field.is-active {
  transition: background 0.4s, border-color 0.4s, color 0.4s;
  background-color: #d8d8d8 !important;
  border-color: #0e0e0e !important; }

form.subscribeForm .form-input_checkbox {
  margin-bottom: 16px; }
form.subscribeForm .form-input_checkbox span {
  margin: 0;
  padding: 10px;
  width: 100%;
  /* checked mark aspect */
  /* checked mark aspect changes */
  /* hover style just for information */ }
form.subscribeForm .form-input_checkbox span a {
  color: #000000; }
form.subscribeForm .form-input_checkbox span [type="checkbox"]:not(:checked),
form.subscribeForm .form-input_checkbox span [type="checkbox"]:checked {
  position: relative;
  left: 20px;
  top: 9px;
  appearance: none;
  opacity: 0; }
form.subscribeForm .form-input_checkbox span [type="checkbox"]:not(:checked) + label,
form.subscribeForm .form-input_checkbox span [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.5em;
  padding-bottom: 0.4em;
  cursor: pointer; }
form.subscribeForm .form-input_checkbox span [type="checkbox"]:not(:checked) + label:before,
form.subscribeForm .form-input_checkbox span [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5em;
  height: 1.5em;
  border: 2px solid #ccc;
  background: #f8f8f8;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1); }
form.subscribeForm .form-input_checkbox span [type="checkbox"]:not(:checked) + label:after,
form.subscribeForm .form-input_checkbox span [type="checkbox"]:checked + label:after {
  content: '\2713\0020';
  position: absolute;
  top: .15em;
  left: .22em;
  font-size: 1.3em;
  line-height: 0.8;
  background-color: #f8f8f8;
  color: #b2b2b2;
  transition: all .2s;
  font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial; }
form.subscribeForm .form-input_checkbox span [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0); }
form.subscribeForm .form-input_checkbox span [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1); }
form.subscribeForm .form-input_checkbox span label:hover:before {
  border: 2px solid #2e2e2e !important; }

form.subscribeForm .form-input_submit {
  width: 100%;
  border: 3px solid #9b9b9b;
  border-radius: 4px;
  min-height: 41px; }
form.subscribeForm .form-input_submit.is-active {
  transition: background 0.4s, border-color 0.4s, color 0.4s;
  border: 3px solid black; }
form.subscribeForm .form-input_submit input {
  width: 100%;
  min-height: 41px;
  font-weight: bold;
  color: #ffffff;
  background: #9b9b9b;
  font-size: 14px;
  border: 3px solid #9b9b9b; }
