@charset "UTF-8";
/*
Theme Name: KU Leuven
Description: Base blog used for all network blogs.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@import url("https://fast.fonts.net/lt/1.css?apiType=css&c=31e0f868-80fe-44c5-b813-5c66e53c002f&fontids=1121261,1121323,1121327");
@font-face {
  font-family: "Swiss721W01-BoldCdOutli";
  src: url("fonts/1121261/58e9ea9d-f37e-4fc4-a0c4-cf91cf0059a3.eot?#iefix");
  src: url("fonts/1121261/58e9ea9d-f37e-4fc4-a0c4-cf91cf0059a3.eot?#iefix") format("eot"), url("fonts/1121261/404512ad-004a-46b4-a3c3-5242cd103577.woff2") format("woff2"), url("fonts/1121261/57b974d2-c4cf-4d2c-bc3a-b31b2931b5bf.woff") format("woff"), url("fonts/1121261/a9dc5d20-6098-4d16-9102-82983e7b8bd5.ttf") format("truetype"); }

@font-face {
  font-family: "Swiss_721 W01 Roman";
  src: url("fonts/1121323/debae208-0c7b-4232-ba62-313e2d9d14c7.eot?#iefix");
  src: url("fonts/1121323/debae208-0c7b-4232-ba62-313e2d9d14c7.eot?#iefix") format("eot"), url("fonts/1121323/c01ba868-3eaf-4bf4-b173-216c1156d174.woff2") format("woff2"), url("fonts/1121323/19c307d6-6fd8-47d3-a56d-fa998322491a.woff") format("woff"), url("fonts/1121323/61571c7a-d78e-4d50-822d-194e2b92a1f1.ttf") format("truetype"); }

@font-face {
  font-family: "Swiss_721 W01 Bold";
  src: url("fonts/1121327/5b9ccca5-47aa-44da-9a69-75a9c5b8f314.eot?#iefix");
  src: url("fonts/1121327/5b9ccca5-47aa-44da-9a69-75a9c5b8f314.eot?#iefix") format("eot"), url("fonts/1121327/b30d2835-5b41-443d-bb15-9fe76345d117.woff2") format("woff2"), url("fonts/1121327/6f8c05f7-2d01-4282-ba89-505635df2953.woff") format("woff"), url("fonts/1121327/3fa115a3-0515-4bbd-94cc-555dc6341889.ttf") format("truetype"); }

* {
  box-sizing: border-box; }

html, body, div, span, applet, object, iframe, h1, .department__title, 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; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

html, body {
  height: 100%; }

a img {
  border: none; }

blockquote {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

/**
 * General
 */
input,
select,
textarea {
  border: none;
  outline: none;
  line-height: inherit;
  padding: 0.1875em 0.625em; }
  input:focus,
  select:focus,
  textarea:focus {
    outline: none; }
  input:invalid, input:-moz-ui-invalid,
  select:invalid,
  select:-moz-ui-invalid,
  textarea:invalid,
  textarea:-moz-ui-invalid {
    box-shadow: none;
    color: red;
    border-color: red; }

input[type='text'],
input[type='email'],
input[type='url'],
select,
textarea {
  width: 100%;
  border-bottom: 2px solid #000; }
  @media (min-width: 481px) {
    input[type='text'],
    input[type='email'],
    input[type='url'],
    select,
    textarea {
      width: 60%; } }

textarea {
  line-height: 30px;
  background-image: linear-gradient(#000 2px, transparent 1px);
  background-size: 100% 30px;
  background-position: 0px 28px;
  border-bottom: none; }

label {
  vertical-align: top;
  display: block; }
  @media (min-width: 481px) {
    label {
      display: inline; } }

input {
  box-sizing: border-box; }

.form-required {
  color: inherit; }

.form-required label:after {
  color: #000;
  background: none;
  content: '*';
  font-size: 0.8em; }

.form-item {
  margin-top: 1rem;
  margin-bottom: 1rem; }
  .form-item:before, .form-item:after {
    display: table;
    content: ""; }
  .form-item:after {
    clear: both; }

tr.odd > td,
tr.even > td {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.btn-primary, .submit, .node-header .field-name-field-link a {
  display: inline-block;
  border: 2px solid black;
  background: white;
  font-weight: bold;
  text-decoration: none;
  padding: 0.3125em !important;
  cursor: pointer; }

.btn-secundary {
  display: inline-block;
  background-color: #CCC;
  border-color: #CCC;
  color: #FFF;
  text-decoration: none;
  padding: 0.3125em !important;
  cursor: pointer; }

.btn-outline {
  display: inline-block;
  border: 2px solid #FFF;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFF;
  line-height: 1rem;
  font-size: 1rem;
  margin-bottom: 0.82999rem;
  padding-top: 0.17001rem;
  margin-bottom: 0 !important;
  padding: 0.4375em 0.625em !important;
  line-height: 1.2;
  text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.6);
  cursor: pointer; }
  @media screen and (min-width: 20.0625em) {
    .btn-outline {
      font-size: 1rem;
      margin-bottom: 0.82999rem;
      padding-top: 0.17001rem; } }
  @media screen and (min-width: 30.0625em) {
    .btn-outline {
      font-size: 1rem;
      margin-bottom: 0.82999rem;
      padding-top: 0.17001rem; } }
  @media screen and (min-width: 63.75em) {
    .btn-outline {
      font-size: 1rem;
      margin-bottom: 0.82999rem;
      padding-top: 0.17001rem; } }
  @media screen and (min-width: 75em) {
    .btn-outline {
      font-size: 1rem;
      margin-bottom: 0.82999rem;
      padding-top: 0.17001rem; } }

.btn-reset {
  font-weight: bold;
  padding: 0.125em 0.625em;
  display: inline-block; }

/**
 * Checkboxes
 */
input[type=checkbox] {
  display: none; }

input[type=checkbox] + label {
  display: inline-block;
  cursor: pointer; }

input[type=checkbox]:checked + label:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20version%3D%221.0%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cline%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%22100%25%22%20y2%3D%22100%25%22%20stroke%3D%22%23333333%22%20stroke-width%3D%222%22%20%2F%3E%3Cline%20x1%3D%220%22%20y1%3D%22100%25%22%20x2%3D%22100%25%22%20y2%3D%220%22%20stroke%3D%22%23333333%22%20stroke-width%3D%222%22%20%2F%3E%3C%2Fsvg%3E");
  border: 2px solid red;
  /* Base 64 encoded SVG image, source:
  <?xml version="1.0" standalone="no"?>
  <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
  <svg width="100%" height="100%" version="1.0" xmlns="http://www.w3.org/2000/svg">
  <line x1="0" y1="0" x2="100%" y2="100%" stroke="'+ $color-base-font +'" stroke-width="2" />
  <line x1="0" y1="100%" x2="100%" y2="0" stroke="'+ $color-base-font +'" stroke-width="2" />
  </svg>
  */ }

input[type=checkbox] + label:before {
  content: " ";
  display: inline-block;
  height: .7em;
  width: .7em;
  border: 1px solid #333333;
  margin-right: .75em;
  box-sizing: border-box; }

input[type=checkbox][disabled] + label:before {
  background: white;
  border-color: #CCC; }

input[type=checkbox][disabled] + label {
  color: #CCC; }

/**
 * Radio buttons
 */
input[type=radio] {
  display: none; }

input[type=radio] + label {
  display: inline-block;
  cursor: pointer; }

input[type=radio]:checked + label:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20version%3D%221.0%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%2250%25%22%20cy%3D%2250%25%22%20r%3D%2235%25%22%20fill%3D%22black%22%20%2F%3E%3C%2Fsvg%3E");
  /* Base 64 encoded SVG image, source:
  <?xml version="1.0" standalone="no"?>
  <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
  <svg width="100%" height="100%" version="1.0" xmlns="http://www.w3.org/2000/svg">
  <circle cx="50%" cy="50%" r="35%" fill="black" />
  </svg>
  */ }

input[type=radio] + label:before {
  border-radius: 100%;
  content: " ";
  display: inline-block;
  height: .7em;
  width: .7em;
  border: 0.125em solid #333333;
  margin-right: .75em;
  box-sizing: border-box; }

input[type=radio][disabled] + label:before {
  background: white;
  border-color: #CCC; }

input[type=radio][disabled] + label {
  color: #CCC; }

/**
 * Form field types
 */
.form-type-email > label,
.form-type-textfield > label,
.form-type-password > label,
.form-type-tel > label,
.form-type-url > label,
.form-type-select > label {
  width: 23.04356%;
  float: left;
  margin-right: 2.60859%;
  text-align: right; }

.form-type-email input,
.form-type-textfield input,
.form-type-password input,
.form-type-tel input,
.form-type-url input,
.form-type-select input {
  width: 74.34785%;
  float: right;
  margin-right: 0; }

.form-type-email select,
.form-type-textfield select,
.form-type-password select,
.form-type-tel select,
.form-type-url select,
.form-type-select select {
  width: 74.34785%;
  float: right;
  margin-right: 0; }

.form-type-email .description, .form-type-email small,
.form-type-textfield .description,
.form-type-textfield small,
.form-type-password .description,
.form-type-password small,
.form-type-tel .description,
.form-type-tel small,
.form-type-url .description,
.form-type-url small,
.form-type-select .description,
.form-type-select small {
  margin-left: 25.65215%;
  width: 74.34785%;
  float: right;
  margin-right: 0; }

.confirm-parent, .password-parent {
  width: 100%; }
  .confirm-parent .form-text, .password-parent .form-text {
    width: 48.6957%;
    float: left;
    margin-right: 2.60859%; }
  .confirm-parent .password-strength, .confirm-parent .password-confirm:not(.form-text), .password-parent .password-strength, .password-parent .password-confirm:not(.form-text) {
    width: 23.04356%;
    float: right;
    margin-right: 0;
    margin-top: 0; }

div.form-item div.password-suggestions,
.form-type-password-confirm .description {
  margin-left: 25.65215%;
  width: 74.34785%;
  float: right;
  margin-right: 0; }

/**
 * Placeholders
 */
.placeholder {
  color: #333333;
  font-weight: normal; }

::-webkit-input-placeholder {
  color: #333333;
  font-weight: normal; }

::-moz-placeholder {
  color: #333333;
  font-weight: normal; }

:-moz-placeholder {
  color: #333333;
  font-weight: normal; }

:-ms-input-placeholder {
  color: #333333;
  font-weight: normal; }

:placeholder-shown {
  color: #333333;
  font-weight: normal; }

::-webkit-input-placeholder {
  color: #333333;
  font-weight: normal; }

::-moz-placeholder {
  color: #333333;
  font-weight: normal; }

:-ms-input-placeholder {
  color: #333333;
  font-weight: normal; }

::placeholder {
  color: #333333;
  font-weight: normal; }

.form-item input.error {
  border: none;
  border-bottom: 1px solid red; }

.form-item textarea.error,
.form-item select.error,
#node-award-entry-form #edit-title-wrapper input.error {
  border: 1px solid red; }

input[type=checkbox].error + label:before {
  border-color: red; }

input:invalid, input:-moz-ui-invalid, select:invalid, select:-moz-ui-invalid, textarea:invalid, textarea:-moz-ui-invalid {
  color: inherit; }

#autocomplete {
  border-color: #CCC;
  z-index: 803; }

#autocomplete li {
  background: #FFF; }
  #autocomplete li.selected {
    background: #213e70;
    color: #fff; }

.search-api-autocomplete-suggestion {
  padding: 0.3125em 0.625em; }

.search-api-autocomplete-suggestion .autocomplete-suggestion-results {
  display: none; }

a {
  color: inherit; }

td,
th {
  text-align: left; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 75%; }
  @media screen and (min-width: 20.0625em) {
    html {
      font-size: 75%; } }
  @media screen and (min-width: 30.0625em) {
    html {
      font-size: 75%; } }
  @media screen and (min-width: 63.75em) {
    html {
      font-size: 75%; } }
  @media screen and (min-width: 75em) {
    html {
      font-size: 75%; } }

body {
  font-family: 'Swiss_721 W01 Roman', sans-serif;
  font-style: normal;
  line-height: 1.2;
  font-stretch: condensed;
  color: #333333;
  font-weight: 300;
  font-size: 1.16667rem; }
  @media screen and (min-width: 20.0625em) {
    body {
      font-size: 1.16667rem; } }
  @media screen and (min-width: 30.0625em) {
    body {
      font-size: 1.33333rem; } }
  @media screen and (min-width: 63.75em) {
    body {
      font-size: 1.33333rem; } }
  @media screen and (min-width: 75em) {
    body {
      font-size: 1.33333rem; } }

.screen-reader-text {
  display: none; }

input, textarea, select {
  font-style: normal;
  font-family: 'Swiss_721 W01 Roman', sans-serif; }

h1, .department__title, h2, h3, h4, h5, h6,
.h1,
.node-header .field-name-title-field, .h2, .entry-title-post, .post_post .entry-title, .h3, .h4, .h5, .btn-primary, .submit, .node-header .field-name-field-link a, .h6, .btn-secundary {
  font-feature-settings: 'dlig', 'liga', 'lnum', 'kern';
  font-style: normal; }

h1, .department__title, .h1, .node-header .field-name-title-field, .alpha {
  font-family: 'Swiss721W01-BoldCdOutli', sans-serif;
  line-height: 3rem;
  font-size: 2.33333rem;
  margin-bottom: 1.26999rem;
  padding-top: 0.73001rem;
  text-transform: uppercase;
  color: #213e70; }
  @media screen and (min-width: 20.0625em) {
    h1, .department__title, .h1, .node-header .field-name-title-field, .alpha {
      font-size: 3.75rem;
      margin-bottom: 1.73749rem;
      padding-top: 0.26251rem; } }
  @media screen and (min-width: 30.0625em) {
    h1, .department__title, .h1, .node-header .field-name-title-field, .alpha {
      font-size: 5.83333rem;
      margin-bottom: 2.42499rem;
      padding-top: -0.42499rem; } }
  @media screen and (min-width: 63.75em) {
    h1, .department__title, .h1, .node-header .field-name-title-field, .alpha {
      font-size: 7.5rem;
      margin-bottom: 2.97499rem;
      padding-top: -0.97499rem; } }
  @media screen and (min-width: 75em) {
    h1, .department__title, .h1, .node-header .field-name-title-field, .alpha {
      font-size: 8.33333rem;
      margin-bottom: 3.24999rem;
      padding-top: -1.24999rem; } }
  @media (min-width: 1200px) {
    h1, .department__title, .h1, .node-header .field-name-title-field, .alpha {
      line-height: 4rem;
      font-size: 2.33333rem;
      margin-bottom: 0.76999rem;
      padding-top: 1.23001rem; } }
  @media screen and (min-width: 1200px) and (min-width: 20.0625em) {
    h1, .department__title, .h1, .node-header .field-name-title-field, .alpha {
      font-size: 3.75rem;
      margin-bottom: 1.23749rem;
      padding-top: 0.76251rem; } }
  @media screen and (min-width: 1200px) and (min-width: 30.0625em) {
    h1, .department__title, .h1, .node-header .field-name-title-field, .alpha {
      font-size: 5.83333rem;
      margin-bottom: 1.92499rem;
      padding-top: 0.07501rem; } }
  @media screen and (min-width: 1200px) and (min-width: 63.75em) {
    h1, .department__title, .h1, .node-header .field-name-title-field, .alpha {
      font-size: 7.5rem;
      margin-bottom: 2.47499rem;
      padding-top: -0.47499rem; } }
  @media screen and (min-width: 1200px) and (min-width: 75em) {
    h1, .department__title, .h1, .node-header .field-name-title-field, .alpha {
      font-size: 8.33333rem;
      margin-bottom: 2.74999rem;
      padding-top: -0.74999rem; } }

h1, .department__title {
  color: #000;
  font-weight: normal;
  line-height: .85;
  margin-bottom: 10px; }
  h1:empty, .department__title:empty {
    display: none; }

.entry-title-post, .post_post .entry-title {
  -webkit-text-fill-color: inherit !important;
  -webkit-text-stroke: inherit !important;
  text-transform: uppercase; }

h2, .h2, .entry-title-post, .post_post .entry-title, .beta {
  font-family: 'Swiss_721 W01 Bold', sans-serif;
  line-height: 1.5rem;
  font-size: 1.16667rem;
  margin-bottom: 0.63499rem;
  padding-top: 0.36501rem; }
  @media screen and (min-width: 20.0625em) {
    h2, .h2, .entry-title-post, .post_post .entry-title, .beta {
      font-size: 1.16667rem;
      margin-bottom: 0.63499rem;
      padding-top: 0.36501rem; } }
  @media screen and (min-width: 30.0625em) {
    h2, .h2, .entry-title-post, .post_post .entry-title, .beta {
      font-size: 1.33333rem;
      margin-bottom: 0.68999rem;
      padding-top: 0.31001rem; } }
  @media screen and (min-width: 63.75em) {
    h2, .h2, .entry-title-post, .post_post .entry-title, .beta {
      font-size: 1.33333rem;
      margin-bottom: 0.68999rem;
      padding-top: 0.31001rem; } }
  @media screen and (min-width: 75em) {
    h2, .h2, .entry-title-post, .post_post .entry-title, .beta {
      font-size: 1.33333rem;
      margin-bottom: 0.68999rem;
      padding-top: 0.31001rem; } }

h2.title {
  color: #213e70; }

h3, .h3, .gamma {
  line-height: 2rem;
  font-size: 1.25rem;
  margin-bottom: 0.41249rem;
  padding-top: 0.58751rem; }
  @media screen and (min-width: 20.0625em) {
    h3, .h3, .gamma {
      font-size: 1.25rem;
      margin-bottom: 0.41249rem;
      padding-top: 0.58751rem; } }
  @media screen and (min-width: 30.0625em) {
    h3, .h3, .gamma {
      font-size: 1.25rem;
      margin-bottom: 0.41249rem;
      padding-top: 0.58751rem; } }
  @media screen and (min-width: 63.75em) {
    h3, .h3, .gamma {
      font-size: 1.5rem;
      margin-bottom: 0.49499rem;
      padding-top: 0.50501rem; } }
  @media screen and (min-width: 75em) {
    h3, .h3, .gamma {
      font-size: 1.5rem;
      margin-bottom: 0.49499rem;
      padding-top: 0.50501rem; } }

h4, .h4, .delta {
  line-height: 2rem;
  font-size: 1.41667rem;
  margin-bottom: -0.53251rem;
  padding-top: 0.53251rem; }
  @media screen and (min-width: 20.0625em) {
    h4, .h4, .delta {
      font-size: 1.41667rem;
      margin-bottom: -0.53251rem;
      padding-top: 0.53251rem; } }
  @media screen and (min-width: 30.0625em) {
    h4, .h4, .delta {
      font-size: 1.41667rem;
      margin-bottom: -0.53251rem;
      padding-top: 0.53251rem; } }
  @media screen and (min-width: 63.75em) {
    h4, .h4, .delta {
      font-size: 1.41667rem;
      margin-bottom: -0.53251rem;
      padding-top: 0.53251rem; } }
  @media screen and (min-width: 75em) {
    h4, .h4, .delta {
      font-size: 1.41667rem;
      margin-bottom: -0.53251rem;
      padding-top: 0.53251rem; } }

h5, .h5, .btn-primary, .submit, .node-header .field-name-field-link a, .epsilon {
  line-height: 2rem;
  font-size: 1.33333rem;
  margin-bottom: -0.56001rem;
  padding-top: 0.56001rem; }
  @media screen and (min-width: 20.0625em) {
    h5, .h5, .btn-primary, .submit, .node-header .field-name-field-link a, .epsilon {
      font-size: 1.33333rem;
      margin-bottom: -0.56001rem;
      padding-top: 0.56001rem; } }
  @media screen and (min-width: 30.0625em) {
    h5, .h5, .btn-primary, .submit, .node-header .field-name-field-link a, .epsilon {
      font-size: 1.33333rem;
      margin-bottom: -0.56001rem;
      padding-top: 0.56001rem; } }
  @media screen and (min-width: 63.75em) {
    h5, .h5, .btn-primary, .submit, .node-header .field-name-field-link a, .epsilon {
      font-size: 1.33333rem;
      margin-bottom: -0.56001rem;
      padding-top: 0.56001rem; } }
  @media screen and (min-width: 75em) {
    h5, .h5, .btn-primary, .submit, .node-header .field-name-field-link a, .epsilon {
      font-size: 1.33333rem;
      margin-bottom: -0.56001rem;
      padding-top: 0.56001rem; } }

h6, .h6, .btn-secundary, .zeta {
  line-height: 2rem;
  font-size: 1.25rem;
  margin-bottom: -0.58751rem;
  padding-top: 0.58751rem; }
  @media screen and (min-width: 20.0625em) {
    h6, .h6, .btn-secundary, .zeta {
      font-size: 1.25rem;
      margin-bottom: -0.58751rem;
      padding-top: 0.58751rem; } }
  @media screen and (min-width: 30.0625em) {
    h6, .h6, .btn-secundary, .zeta {
      font-size: 1.25rem;
      margin-bottom: -0.58751rem;
      padding-top: 0.58751rem; } }
  @media screen and (min-width: 63.75em) {
    h6, .h6, .btn-secundary, .zeta {
      font-size: 1.25rem;
      margin-bottom: -0.58751rem;
      padding-top: 0.58751rem; } }
  @media screen and (min-width: 75em) {
    h6, .h6, .btn-secundary, .zeta {
      font-size: 1.25rem;
      margin-bottom: -0.58751rem;
      padding-top: 0.58751rem; } }

b, strong, .bold {
  font-weight: 600; }

em, i, .italic {
  font-style: italic; }

small, .caption, .form-item .description {
  font-style: normal;
  font-weight: 300;
  line-height: 1.5rem;
  font-size: 1rem;
  margin-bottom: 0.57999rem;
  padding-top: 0.42001rem;
  color: #666;
  font-style: italic; }
  @media screen and (min-width: 20.0625em) {
    small, .caption, .form-item .description {
      font-size: 1rem;
      margin-bottom: 0.57999rem;
      padding-top: 0.42001rem; } }
  @media screen and (min-width: 30.0625em) {
    small, .caption, .form-item .description {
      font-size: 1rem;
      margin-bottom: 0.57999rem;
      padding-top: 0.42001rem; } }
  @media screen and (min-width: 63.75em) {
    small, .caption, .form-item .description {
      font-size: 1rem;
      margin-bottom: 0.57999rem;
      padding-top: 0.42001rem; } }
  @media screen and (min-width: 75em) {
    small, .caption, .form-item .description {
      font-size: 1rem;
      margin-bottom: 0.57999rem;
      padding-top: 0.42001rem; } }

small {
  line-height: 1rem; }

.caption {
  line-height: 2rem;
  margin-bottom: 1.38499rem;
  padding-top: 0.61501rem; }
  @media screen and (min-width: 20.0625em) {
    .caption {
      margin-bottom: 1.38499rem;
      padding-top: 0.61501rem; } }
  @media screen and (min-width: 30.0625em) {
    .caption {
      margin-bottom: 1.43999rem;
      padding-top: 0.56001rem; } }
  @media screen and (min-width: 63.75em) {
    .caption {
      margin-bottom: 1.43999rem;
      padding-top: 0.56001rem; } }
  @media screen and (min-width: 75em) {
    .caption {
      margin-bottom: 1.43999rem;
      padding-top: 0.56001rem; } }

.site-content p {
  font-feature-settings: 'kern', 'onum', 'liga';
  line-height: 1.5rem;
  margin-bottom: 1.63499rem;
  padding-top: 0.36501rem; }
  @media screen and (min-width: 20.0625em) {
    .site-content p {
      margin-bottom: 1.63499rem;
      padding-top: 0.36501rem; } }
  @media screen and (min-width: 30.0625em) {
    .site-content p {
      margin-bottom: 1.68999rem;
      padding-top: 0.31001rem; } }
  @media screen and (min-width: 63.75em) {
    .site-content p {
      margin-bottom: 1.68999rem;
      padding-top: 0.31001rem; } }
  @media screen and (min-width: 75em) {
    .site-content p {
      margin-bottom: 1.68999rem;
      padding-top: 0.31001rem; } }

.site-content ul:not(.tabs), .site-content ol {
  line-height: 3rem;
  margin-bottom: 0.91249rem;
  padding-top: 1.08751rem; }
  @media screen and (min-width: 20.0625em) {
    .site-content ul:not(.tabs), .site-content ol {
      margin-bottom: 0.91249rem;
      padding-top: 1.08751rem; } }
  @media screen and (min-width: 30.0625em) {
    .site-content ul:not(.tabs), .site-content ol {
      margin-bottom: 0.91249rem;
      padding-top: 1.08751rem; } }
  @media screen and (min-width: 63.75em) {
    .site-content ul:not(.tabs), .site-content ol {
      margin-bottom: 0.91249rem;
      padding-top: 1.08751rem; } }
  @media screen and (min-width: 75em) {
    .site-content ul:not(.tabs), .site-content ol {
      margin-bottom: 0.91249rem;
      padding-top: 1.08751rem; } }
  .site-content ul:not(.tabs) li, .site-content ol li {
    font-feature-settings: 'kern', 'onum', 'liga';
    margin-left: 2rem; }
    .site-content ul:not(.tabs) li ol, .site-content ul:not(.tabs) li ul, .site-content ol li ol, .site-content ol li ul {
      padding-top: 1rem;
      margin-bottom: 1rem;
      margin-left: 2rem; }

.site-content .field-type-text-with-summary ul:not(.tabs) {
  list-style: none; }
  .site-content .field-type-text-with-summary ul:not(.tabs) li {
    padding-left: 1em;
    text-indent: -.7em;
    margin-left: 0; }
  .site-content .field-type-text-with-summary ul:not(.tabs) li:before {
    content: "■ ";
    color: #213e70; }

.site-content ol:not(.flickity-page-dots):not(.comment-list) {
  list-style-type: none; }
  .site-content ol:not(.flickity-page-dots):not(.comment-list) li {
    counter-increment: top-level;
    position: relative;
    padding-left: 3rem;
    margin-left: 0 !important; }
    .site-content ol:not(.flickity-page-dots):not(.comment-list) li:before {
      content: counter(top-level) ".";
      font-feature-settings: 'lnum', 'tnum';
      left: 0;
      position: absolute;
      text-align: right; }
    .site-content ol:not(.flickity-page-dots):not(.comment-list) li ul li:before {
      content: ''; }
    .site-content ol:not(.flickity-page-dots):not(.comment-list) li ul li ol li {
      counter-increment: alt-level; }
      .site-content ol:not(.flickity-page-dots):not(.comment-list) li ul li ol li:before {
        content: counter(alt-level) "."; }
    .site-content ol:not(.flickity-page-dots):not(.comment-list) li ol li {
      counter-increment: sub-level;
      padding-left: 4rem; }
      .site-content ol:not(.flickity-page-dots):not(.comment-list) li ol li:before {
        content: counter(top-level) "." counter(sub-level); }
      .site-content ol:not(.flickity-page-dots):not(.comment-list) li ol li ul li:before {
        content: ''; }
      .site-content ol:not(.flickity-page-dots):not(.comment-list) li ol li ol li {
        counter-increment: sub-sub-level;
        padding-left: 5rem; }
        .site-content ol:not(.flickity-page-dots):not(.comment-list) li ol li ol li:before {
          content: counter(top-level) "." counter(sub-level) "." counter(sub-sub-level); }

.site-content dl {
  line-height: 2rem;
  margin-bottom: 1.41249rem;
  padding-top: 0.58751rem; }
  @media screen and (min-width: 20.0625em) {
    .site-content dl {
      margin-bottom: 1.41249rem;
      padding-top: 0.58751rem; } }
  @media screen and (min-width: 30.0625em) {
    .site-content dl {
      margin-bottom: 1.41249rem;
      padding-top: 0.58751rem; } }
  @media screen and (min-width: 63.75em) {
    .site-content dl {
      margin-bottom: 1.41249rem;
      padding-top: 0.58751rem; } }
  @media screen and (min-width: 75em) {
    .site-content dl {
      margin-bottom: 1.41249rem;
      padding-top: 0.58751rem; } }
  .site-content dl dt, .site-content dl dd {
    font-feature-settings: 'kern', 'onum', 'liga';
    margin-left: 2rem; }
  .site-content dl dt {
    font-weight: 600; }
  .site-content dl dd + dt {
    padding-top: 1rem; }

.site-content table {
  font-family: 'Swiss_721 W01 Roman', sans-serif;
  font-feature-settings: 'liga', 'lnum', 'tnum', 'kern';
  font-style: normal;
  font-weight: 600;
  width: 100%; }
  .site-content table thead th {
    padding-bottom: 1px; }

.site-content caption, .site-content th, .site-content td {
  font-weight: inherit; }

.site-content h1 + .caption, .site-content .department__title + .caption, .site-content .alpha + .caption, .site-content h2 + .caption, .site-content .beta + .caption, .site-content h3 + .caption, .site-content .gamma + .caption {
  margin-top: -1rem; }

.site-content .delta + .caption, .site-content .epsilon + .caption, .site-content .zeta + .caption {
  margin-top: 0rem; }

.site-content sub, .site-content sup {
  font-size: 75%; }

.site-content blockquote p {
  font-style: italic;
  padding-left: 1rem;
  margin-bottom: 1.82499rem;
  padding-bottom: 0.58751rem; }
  @media screen and (min-width: 20.0625em) {
    .site-content blockquote p {
      margin-bottom: 1.82499rem;
      padding-bottom: 0.58751rem; } }
  @media screen and (min-width: 30.0625em) {
    .site-content blockquote p {
      margin-bottom: 1.82499rem;
      padding-bottom: 0.58751rem; } }
  @media screen and (min-width: 63.75em) {
    .site-content blockquote p {
      margin-bottom: 1.82499rem;
      padding-bottom: 0.58751rem; } }
  @media screen and (min-width: 75em) {
    .site-content blockquote p {
      margin-bottom: 1.82499rem;
      padding-bottom: 0.58751rem; } }

.site-content hr {
  background-position: 0 50%;
  background-repeat: repeat-x;
  background-size: 100% 0.15rem;
  border: 0;
  margin: 0;
  padding-bottom: 3rem;
  padding-top: 3rem; }

.site-content code, .site-content pre {
  font-family: 'Swiss_721 W01 Roman', sans-serif; }

.site-content pre {
  display: block;
  margin-bottom: 2rem;
  padding: 1rem;
  white-space: pre;
  white-space: pre-wrap;
  word-break: break-all;
  word-wrap: break-word; }

.site-content code {
  line-height: 1rem;
  font-size: 1.16667rem; }
  @media screen and (min-width: 20.0625em) {
    .site-content code {
      font-size: 1.16667rem; } }
  @media screen and (min-width: 30.0625em) {
    .site-content code {
      font-size: 1.33333rem; } }
  @media screen and (min-width: 63.75em) {
    .site-content code {
      font-size: 1.33333rem; } }
  @media screen and (min-width: 75em) {
    .site-content code {
      font-size: 1.33333rem; } }

.site-content .upper {
  font-kerning: normal;
  letter-spacing: 0.1rem;
  text-transform: uppercase; }

.site-content .small-caps {
  font-feature-settings: 'smcp', 'kern';
  font-kerning: normal;
  letter-spacing: 0.1rem; }

.site-content .condensed {
  letter-spacing: 0; }

.site-content .lining-numerals {
  font-feature-settings: 'lnum', 'kern'; }

.site-content .oldstyle-numerals {
  font-feature-settings: 'onum', 'kern'; }

@media (min-width: 1020px) {
  .l-2_columns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row; } }

.l-2_columns__header {
  padding: 0.625em;
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }
  @media (min-width: 1020px) {
    .l-2_columns__header {
      width: 50%;
      float: left; } }

.l-2_columns__body {
  padding: 0.625em;
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }
  @media (min-width: 1020px) {
    .l-2_columns__body {
      border-left: 2px solid #000;
      width: 50%;
      float: right;
      margin-right: 0; } }

.l-blog_grid {
  clear: left;
  margin: 0 0.625em; }
  @media (min-width: 1200px) {
    .l-blog_grid {
      background: repeating-linear-gradient(to right, #fff, #fff 259px, #000 260px, #000 261px, #fff 262px, #fff 270px); } }

.l-blog_grid .grid-sizer,
.l-blog_grid__item {
  width: 100%; }
  @media (min-width: 481px) {
    .l-blog_grid .grid-sizer,
    .l-blog_grid__item {
      width: 48%; } }
  @media (min-width: 1020px) {
    .l-blog_grid .grid-sizer,
    .l-blog_grid__item {
      width: 23%; } }
  @media (min-width: 1200px) {
    .l-blog_grid .grid-sizer,
    .l-blog_grid__item {
      width: 250px; } }

.l-blog_grid .gutter-sizer {
  width: 0px; }
  @media (min-width: 481px) {
    .l-blog_grid .gutter-sizer {
      width: 2%; } }
  @media (min-width: 1020px) {
    .l-blog_grid .gutter-sizer {
      width: 2.66%;
      background: pink; } }
  @media (min-width: 1200px) {
    .l-blog_grid .gutter-sizer {
      width: 20px; } }

.site-content {
  clear: left;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }

.content-area {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }

.site-footer {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding: 10px; }
  .site-footer:before, .site-footer:after {
    display: table;
    content: ""; }
  .site-footer:after {
    clear: both; }

.site-header {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  box-shadow: inset 0 -2px 0 black;
  position: relative; }
  .site-header:before, .site-header:after {
    display: table;
    content: ""; }
  .site-header:after {
    clear: both; }

.site-branding {
  top: 0.625em;
  left: 0.625em;
  width: 14.49284%;
  float: left;
  margin-right: 2.60859%; }

body {
  background: #FFF; }

.site-inner {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #FFF; }
  .site-inner:after {
    content: " ";
    display: block;
    clear: both; }

.blogroll-filters {
  box-shadow: inset 0 -2px 0 black, 0 -2px 0 black;
  overflow: hidden;
  background: #FFF;
  position: relative;
  z-index: 9999; }

.blogroll-filters .form-label {
  float: left;
  border-right: 2px solid #000;
  padding: 5px 0.625em 5px 0.625em;
  line-height: 1;
  background: #FFF;
  box-shadow: inset 0 -2px 0 #000, 0 -2px 0 #000; }

.blogroll-filters select {
  float: left;
  width: auto !important;
  background-color: white;
  border-right: 2px solid #000;
  border-bottom: none;
  box-shadow: inset 0 -1px 0 #000, 0 -2px 0 #000;
  padding: 0.3125em;
  font-size: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1; }

.blogroll-filters .select2 {
  float: left;
  border-right: 2px solid #000;
  box-shadow: inset 0 -2px 0 #000, 0 -2px 0 #000;
  width: auto !important;
  background-color: white; }

.select2-container--default .select2-selection--single {
  background-color: transparent;
  border: none;
  border-radius: 0;
  height: auto; }
  .select2-container--default .select2-selection--single:focus {
    outline: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 5px;
  line-height: 1;
  color: inherit; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: inherit; }

.select2-selection__arrow {
  display: none; }

.select2-selection__clear {
  display: none; }

.select2-container--open .select2-dropdown--below {
  width: auto !important;
  min-width: 9.375em;
  border: none;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  left: -2px;
  border-radius: 0; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #FFF;
  color: #000; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #FFF; }

.blogroll-filters .submit {
  display: none; }

/*
 * Blogroll
 */
/*
 * Blogs
*/
.blogs__item {
  margin-bottom: 40px; }

.blogs__item img {
  width: 100%;
  height: auto;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
  transition: -webkit-filter 0.5s ease-out;
  transition: filter 0.5s ease-out;
  transition: filter 0.5s ease-out, -webkit-filter 0.5s ease-out; }

.blog__title {
  text-decoration: underline;
  padding-top: 0;
  line-height: 1;
  margin-bottom: 0.3125em; }

.blog__meta {
  text-transform: uppercase;
  font-size: 0.6875em; }

.meta__teacher {
  text-transform: none;
  font-size: 1.45455em;
  margin-bottom: 0.3125em;
  font-style: italic; }

.blog__description {
  display: block;
  margin-top: 0.3125em;
  text-decoration: none; }

.blogs__item:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0); }

.blog__more {
  display: block;
  text-indent: -1000px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%; }

/*
 * Departments
*/
.departments__item {
  padding-top: 0.9375em;
  border-bottom: 2px solid #000;
  overflow: hidden;
  height: 100%;
  padding-left: 0.625em;
  height: 10em;
  transition: height 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  cursor: pointer; }
  .departments__item .department {
    padding-bottom: 1.25em; }

.department__title {
  margin-bottom: 10px;
  max-width: 1000px;
  line-height: .85; }
  .department__title a {
    text-decoration: none; }

.department__title--highlight {
  text-transform: capitalize; }

.department__description {
  max-width: 800px; }

.departments__item {
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%; }

.department__title {
  transition: transform 0.9s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transform-origin: 0 0%;
  transform-origin: 0 0%; }

.departments__item:not(.js-open):hover {
  -ms-transform: translateY(15px);
  transform: translateY(15px);
  z-index: 5;
  position: relative; }
  .departments__item:not(.js-open):hover .department__title {
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }

.departments__item.js-open {
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), height 0.8s cubic-bezier(0.19, 1, 0.22, 1); }

.departments__item.js-open .department__title {
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }

.comments-area {
  border-top: 2px solid #000;
  padding: 0.625em;
  clear: both; }

.comments-title {
  display: none; }

.comment-list {
  list-style-type: none; }

.comment {
  border: 2px solid #000;
  margin-bottom: 2.5em;
  margin-left: 0 !important;
  padding: 0.625em; }

.comment .avatar {
  display: none; }

.twitter-tweet {
  border: 10px solid red; }

.engagements__intro {
  padding: 0.625em; }
  @media (min-width: 1020px) {
    .engagements__intro {
      max-width: 74.34785%; } }

.site-footer {
  margin-top: 3.125em; }
  @media (min-width: 1020px) {
    .site-footer {
      margin-top: 4.375em; } }

.logo_kuleuven {
  float: none;
  height: 1.75em;
  margin-top: 0.25em;
  margin-right: 0.625em;
  margin: 10px;
  -webkit-filter: grayscale(1);
  filter: grayscale(1); }
  .logo_kuleuven:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0); }
  @media (min-width: 1020px) {
    .logo_kuleuven {
      float: right;
      margin: 0;
      margin-right: 0.625em; } }

.block-views-header-header .view-content {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow-x: hidden; }

.block-views-header-header .views-row {
  width: 100%; }

.block-views-header-header .node-header {
  background: #FFF;
  max-width: 1460px;
  margin: 0 auto;
  overflow: hidden;
  position: relative; }

.block-views-header-header .field-name-field-header-image {
  width: 100%;
  height: 0;
  padding-bottom: 52.38%;
  float: right;
  position: relative; }
  .block-views-header-header .field-name-field-header-image img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  @media (min-width: 1200px) {
    .block-views-header-header .field-name-field-header-image {
      width: 1029px;
      height: 539px;
      padding-bottom: 0; } }

.block-views-header-header .header__content__container {
  margin: 0 10px; }

@media (min-width: 1200px) {
  .block-views-header-header .header__content__container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative; }
  .block-views-header-header .header__content {
    width: 31.59427%;
    float: left;
    margin-right: 2.60859%;
    width: 25.65215%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: #FFF;
    height: 539px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center; }
    .block-views-header-header .header__content:after {
      content: "";
      background: url(../img/header-overlay.svg) no-repeat 0 0;
      position: absolute;
      left: 100%;
      top: 0;
      display: block;
      width: 318px;
      height: 539px; } }

.node-header.node-teaser > h2 {
  display: none; }

@media (max-width: 1199px) {
  .node-header .field-name-title-field {
    margin-top: 1.25em;
    margin-bottom: 0;
    clear: both; } }

.node-header .field-name-field-link {
  padding-top: 1.25em; }
  @media (max-width: 1199px) {
    .node-header .field-name-field-link {
      padding-top: 0; } }

@media (max-width: 1199px) {
  .node-header .field-name-field-link a {
    width: 100%;
    text-align: center; } }

html, body {
  height: auto; }

.header_nav__list, .secundary-navigation ul, .menu-social {
  list-style: none;
  padding-left: 0; }
  .header_nav__list > li, .secundary-navigation ul > li, .menu-social > li {
    display: inline-block;
    vertical-align: top; }

header.site-header {
  background: #FFF; }

@media (min-width: 1020px) {
  .header_nav {
    display: block;
    float: left; } }

@media (min-width: 1020px) {
  .header_nav__list {
    display: -ms-flexbox;
    display: flex; } }

.header_nav__list__item {
  margin: 0 !important;
  padding: 0.625em 0.625em;
  border-right: 2px solid #000;
  box-shadow: inset 0 -2px 0 #000, 0 -2px 0 #000;
  line-height: 1;
  display: block !important;
  background: #000;
  color: #fff; }
  .header_nav__list__item:first-child {
    padding-left: 0.625em; }
  @media (min-width: 1020px) {
    .header_nav__list__item {
      display: inline-block !important;
      float: left;
      background: #FFF;
      color: inherit; } }

.header_nav__list__item--search {
  padding: 0.3125em 0.625em; }

@media (min-width: 1020px) {
  .link--lab-o {
    position: relative;
    padding-left: 25px; }
    .link--lab-o:before {
      content: '';
      display: inline-block;
      width: 27px;
      height: 27px;
      position: absolute;
      top: -4px;
      left: -5px;
      background: url(./images/labo-club.svg) no-repeat 50% 50%;
      background-size: contain; } }

.secundary-navigation {
  float: left;
  display: none; }
  @media (min-width: 1020px) {
    .secundary-navigation {
      display: block; } }

.secundary-navigation ul li {
  margin: 0 0.9375em 0 0; }

.secundary-navigation ul li a {
  font-size: 0.6875em;
  text-decoration: none; }

.mobile-menu-toggle {
  display: inline-block;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background: url(./images/icon-menu.svg) no-repeat 50% 50%;
  width: 22px;
  height: 20px;
  float: right;
  position: relative;
  top: 12px;
  right: 12px; }
  @media (min-width: 1020px) {
    .mobile-menu-toggle {
      display: none; } }

.mobile-menu--open .mobile-menu-toggle {
  background: url(./images/icon-close.svg) no-repeat 50% 50%; }

.site-header-main .header_nav,
.news-ticker,
.blogroll-filters {
  display: none; }
  .mobile-menu--open .site-header-main .header_nav, .mobile-menu--open
  .news-ticker, .mobile-menu--open
  .blogroll-filters {
    display: block; }
  @media (min-width: 1020px) {
    .site-header-main .header_nav,
    .news-ticker,
    .blogroll-filters {
      display: block; } }

.news-ticker {
  box-shadow: inset 0 -2px 0 black, 0 -2px 0 black;
  overflow: hidden;
  width: 100%;
  float: left; }
  @media (min-width: 481px) {
    .news-ticker {
      margin: 0; } }

.news-ticker .form-label {
  float: left;
  border-right: 2px solid #000;
  padding: 0.625em 0.625em 0.625em 0.625em;
  line-height: 1; }

.marquee {
  width: auto;
  overflow: hidden; }

.news-ticker__item {
  display: inline-block;
  margin: 0.625em 0.3125em;
  font-family: 'Swiss_721 W01 Bold', sans-serif;
  font-weight: bold; }
  .news-ticker__item:before {
    content: '\2022';
    display: inline-block;
    margin-right: 0.3125em; }

.page_post {
  margin: 0 0.625em; }

.page_post .entry-content {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }
  @media (min-width: 1020px) {
    .page_post .entry-content {
      width: 57.24642%;
      float: left;
      margin-right: 2.60859%;
      max-width: 700px; } }

.entry-header {
  padding-left: 0.3125em; }

@media (min-width: 1020px) {
  .page_post--intro .entry-header {
    width: 57.24642%;
    float: left;
    margin-right: 2.60859%; } }

@media (min-width: 1020px) {
  .page_post--intro .entry-content {
    width: 40.14499%;
    float: right;
    margin-right: 0;
    max-width: 700px;
    clear: none; } }

.page_post--intro {
  margin: 0 0.625em 0.625em 0.625em; }

.back-button {
  margin-bottom: 1em;
  display: block; }

/*
 * Post (in overview)
*/
.posts__item {
  margin-bottom: 40px; }

.posts__item img {
  width: 100%;
  height: auto;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
  transition: -webkit-filter 0.5s ease-out;
  transition: filter 0.5s ease-out;
  transition: filter 0.5s ease-out, -webkit-filter 0.5s ease-out; }

.post__title {
  text-decoration: underline;
  padding-top: 0;
  line-height: 1;
  margin-bottom: 0.3125em; }

.post__date {
  text-transform: uppercase;
  font-size: 0.6875em;
  display: none; }

.post__description {
  display: block;
  margin-top: 0.3125em;
  text-decoration: none; }

.post__description .more-link {
  display: none; }

.posts__item:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0); }

.post__more {
  display: block;
  text-indent: -1000px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%; }

.search-submit {
  background-color: #FFF;
  border-color: #CCC;
  border-left: none;
  background-image: url(images/icon-search.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  width: 1em;
  height: 1em; }

.search-field {
  border-bottom: 2px solid;
  padding-left: 0; }

.post_post .entry-footer {
  display: none; }

.post_post .entry-title {
  padding-top: 0; }

.post_post .entry-header img,
.post_post .entry-body img {
  max-width: 100%;
  height: auto; }

.post_post .entry-body .entry-content {
  max-width: 700px; }

.entry-content img {
  max-width: 100%;
  height: auto; }

.site-branding {
  border: 2px solid #000;
  background: #FFF; }

.site-branding img {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

@font-face {
  font-family: 'Socicon';
  src: url("./fonts/socicon/Socicon.eot?87visu");
  src: url("./fonts/socicon/Socicon.eot?87visu#iefix") format("embedded-opentype"), url("./fonts/socicon/Socicon.woff2?87visu") format("woff2"), url("./fonts/socicon/Socicon.ttf?87visu") format("truetype"), url("./fonts/socicon/Socicon.woff?87visu") format("woff"), url("./fonts/socicon/Socicon.svg?87visu#Socicon") format("svg");
  font-weight: normal;
  font-style: normal; }

.menu-social {
  padding: 0 0.3125em; }

.menu-social__item {
  margin-right: 0.625em; }
  @media (min-width: 1020px) {
    .menu-social__item {
      margin-right: 0.4375em; } }

.menu-social__item a {
  text-decoration: none; }

.menu-social__text {
  display: none; }

.menu-social__item a:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Socicon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: center;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.5em; }
  @media (min-width: 1020px) {
    .menu-social__item a:before {
      font-size: inherit; } }

.menu-social__item a[href*="facebook.com"]::before {
  content: '\e028'; }

.menu-social__item a[href*="flickr.com"]::before {
  content: '\e02d'; }

.menu-social__item a[href*="instagram.com"]::before {
  content: '\e044'; }

.menu-social__item a[href*="linkedin.com"]::before {
  content: '\e04c'; }

.menu-social__item a[href*="pinterest.com"]::before {
  content: '\e063'; }

.menu-social__item a[href*="reddit.com"]::before {
  content: '\e06c'; }

.menu-social__item a[href*="soundcloud.com"]::before {
  content: '\e078'; }

.menu-social__item a[href*="tumblr.com"]::before {
  content: '\e08b'; }

.menu-social__item a[href*="twitter.com"]::before {
  content: '\e08d'; }

.menu-social__item a[href*="vimeo.com"]::before {
  content: '\e093'; }

.menu-social__item a[href*="vine.co"]::before {
  content: '\e094'; }

.menu-social__item a[href*="youtube.com"]::before {
  content: '\e0a5'; }

/*# sourceMappingURL=style.css.map */
