@charset "UTF-8";
/**
 * @file
 * Styles are organized using the SMACSS technique. @see http://smacss.com/book/
 *
 * When you turn on CSS aggregation at admin/config/development/performance, all
 * of these @include files will be combined into a single file.
 */
/* Import Sass mixins, variables, etc. */
/* HTML element (SMACSS base) rules */
/**
* @file
* Normalize.css is intended to be used as an alternative to CSS resets.
*
* This file is a slight fork of these original sources:
* - normalize.css v2.1.2 | MIT License | git.io/normalize
* - normalize.scss v2.1.2 | MIT/GPLv2 License | bit.ly/normalize-with-compass
*
* It's suggested that you read the normalize.scss file and customise it to meet
* your needs, rather then including the file in your project and overriding the
* defaults later in your CSS.
* @see http://nicolasgallagher.com/about-normalize-css/
*
* Also: @see http://meiert.com/en/blog/20080419/reset-style-sheets-are-bad/
*       @see http://snook.ca/archives/html_and_css/no_css_reset/
*/
/* Box Sizing: Border box */
html {
  box-sizing: border-box;
}

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

/**
* HTML5 display definitions
*/
/* Correct `block` display not defined in IE 8/9. */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}

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

/**
* 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 8/9. */
[hidden] {
  display: none;
}

/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
*    user zoom.
*/
html {
  font-family: Georgia, "Times New Roman", Garamond, sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
  height: 100%;
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  color: black;
  background: white;
}

/**
* Links
*
* The order of link states are based on Eric Meyer's article:
* http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states
*/
a:link {
  color: black;
  text-decoration: none;
}

a:visited {
  color: black;
}

a:hover,
a:focus {
  color: black;
}

a:active {
  color: black;
}

/* 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
*/
p,
pre {
  font-size: 160%;
  line-height: 1.4;
  margin: 0 0 1.5em;
}

h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
  font-family: Helvetica, Arial, sans-serif;
}

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

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

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

/* Address differences between Firefox and other browsers. */
hr {
  box-sizing: content-box;
  height: 0;
  border: 1px solid #666;
  padding-bottom: -1px;
  margin: rhythm(1) 0;
}

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

/* Correct font family set oddly in Safari 5 and Chrome. */
code,
kbd,
pre,
samp,
tt,
var {
  font-family: "Courier New", "DejaVu Sans Mono", monospace, sans-serif;
}

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

/* Set consistent quote types. */
q {
  quotes: "“" "”" "‘" "’";
}

/* 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
*/
dl,
ol,
ul {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
* Embedded content and figures
*
* @todo Look into adding responsive embedded video.
*/
img {
  /* Remove border when inside `a` element in IE 8/9. */
  border: 0;
  /* Responsive images */
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

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

/* Address margin not present in IE 8/9 and Safari 5. */
figure {
  margin: 0;
}

/**
* Forms
*/
/**
* 1. Correct `color` not being inherited in IE 8/9.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
* 1. Correct font family not being inherited in all browsers.
* 2. Correct font size not being inherited in all browsers.
* 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
*/
button,
input,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 2 */
  margin: 0; /* 3 */
  max-width: 100%; /* 5 */
}

/**
* Address Firefox 4+ 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 8+.
* 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.
*/
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

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

/**
* 2. Remove excess padding in IE 8/9.
*/
input[type=checkbox],
input[type=radio] {
  padding: 0; /* 2 */
}

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

/**
* 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 4+. */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

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

/* Drupal-style form labels. */
label {
  display: block;
  font-weight: bold;
}

/**
* Tables
*/
table {
  /* Remove most spacing between table cells. */
  border-collapse: collapse;
  border-spacing: 0;
  /* Prevent cramped-looking tables */
  width: 100%;
}

/* Component (SMACSS module) rules */
/**
* @file
* SMACSS Modules
*
* Adds modular sets of styles.
*/
/**
* Accessibility features.
*/
/* element-invisible as defined by http://snook.ca/archives/html_and_css/hiding-content-for-accessibility */
.element-invisible,
.element-focusable {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

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

.views-field-edit-node {
  position: absolute;
  bottom: 3px;
  right: 0;
}
.views-field-edit-node a {
  display: inline-block;
  font-size: 200%;
  text-align: center;
  text-transform: uppercase;
  color: #999;
  padding: 7px 20px 6px;
  background: none;
  border: 2px solid #999;
  transition: all 0.3s ease;
  min-width: 0;
  padding: 4px 6px;
  font-size: 100%;
}
.views-field-edit-node a:hover {
  background-color: #999;
  color: white;
}

a.entityEditButton {
  display: inline-block;
  font-size: 200%;
  text-align: center;
  text-transform: uppercase;
  color: #999;
  padding: 7px 20px 6px;
  background: none;
  border: 2px solid #999;
  transition: all 0.3s ease;
  position: absolute;
  top: 5px;
  right: 5px;
  min-width: 0;
  padding: 4px 6px;
  font-size: 150%;
}
a.entityEditButton:hover {
  background-color: #999;
  color: white;
}

.block-local-tasks-block {
  max-width: 670px;
  margin: 0 auto;
}
body.path-user .block-local-tasks-block, body.page-node-type-activity .block-local-tasks-block {
  display: none;
}

ul.tabs {
  padding: 0 5px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
ul.tabs li {
  margin-right: 4px;
}
ul.tabs li.is-active a {
  color: black;
}
ul.tabs li a {
  padding: 0.5em;
  font-size: 140%;
  color: #999;
}
ul.tabs li a:hover {
  color: black;
}

time.datetime {
  text-transform: capitalize;
}

.messages {
  font-size: 180%;
}

.view-empty {
  font-size: 180%;
  list-style-type: 1.4;
  color: #4A4A4A;
  text-align: center;
  padding: 2em;
}

/**
* @file
* Page modules
*
*/
.layout-container {
  max-width: 1000px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 640px) {
  .layout-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

header[role=banner] {
  height: 350px;
}
@media screen and (max-width: 640px) {
  header[role=banner] {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 30;
    width: 100%;
    height: 70px;
    background-color: white;
  }
}
header[role=banner] .region-header {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
header[role=banner] .region-header:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 280px;
  background: url("../images/cecups-01.jpg") no-repeat;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  header[role=banner] .region-header:after {
    content: none;
  }
}
body.research-social-change header[role=banner] .region-header:after {
  background-image: url("../images/cecups-05.jpg");
}
body.research-policy-diplomacy header[role=banner] .region-header:after {
  background-image: url("../images/cecups-03.jpg");
}
body.research-sociology header[role=banner] .region-header:after {
  background-image: url("../images/cecups-07.jpg");
}
body.research-art header[role=banner] .region-header:after {
  background-image: url("../images/cecups-04.jpg");
}
header[role=banner] .block-system-branding-block {
  z-index: 2;
  width: 300px;
  position: absolute;
  top: 40px;
  left: 20px;
}
@media screen and (max-width: 1080px) {
  header[role=banner] .block-system-branding-block {
    width: 260px;
  }
}
@media screen and (max-width: 640px) {
  header[role=banner] .block-system-branding-block {
    width: 190px;
    top: 10px;
    left: 15px;
  }
}
header[role=banner] .block-system-branding-block a.site-logo {
  display: block;
}
header[role=banner] nav.menu--main {
  z-index: 2;
  position: absolute;
  top: 40px;
  right: 0;
}
@media screen and (max-width: 800px) {
  header[role=banner] nav.menu--main {
    display: none;
  }
}
header[role=banner] nav.menu--main > ul.menu {
  font-family: Helvetica, Arial, sans-serif;
  display: flex;
}
header[role=banner] nav.menu--main > ul.menu > li {
  margin-left: 25px;
}
@media screen and (max-width: 1080px) {
  header[role=banner] nav.menu--main > ul.menu > li {
    margin-left: 12px;
  }
}
header[role=banner] nav.menu--main > ul.menu > li.menu-item--active-trail a, header[role=banner] nav.menu--main > ul.menu > li a:hover {
  opacity: 1;
}
header[role=banner] nav.menu--main > ul.menu > li a {
  display: block;
  font-size: 150%;
  font-weight: bold;
  opacity: 0.5;
  transition: all ease 0.3s;
}
@media screen and (max-width: 1080px) {
  header[role=banner] nav.menu--main > ul.menu > li a {
    font-size: 140%;
  }
}
header[role=banner] nav.menu--main > ul.menu > li > ul {
  display: none;
}

#block-language-switcher {
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  #block-language-switcher {
    right: 15px;
  }
}
#block-language-switcher ul.links {
  display: flex;
}
#block-language-switcher ul.links li {
  margin-left: 15px;
}
#block-language-switcher ul.links li.is-active {
  display: none;
}
#block-language-switcher ul.links li a {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 110%;
  font-weight: bold;
  text-transform: uppercase;
}

[data-action=open-mobile-menu] {
  position: fixed;
  top: 30px;
  right: 15px;
  width: 26px;
  height: 18px;
  outline: none;
  padding: 0;
  z-index: 40;
  background: url("../images/burger-menu.svg") no-repeat center;
  background-size: contain;
  border: none;
  transition: all 0.5s ease;
}
@media screen and (min-width: 800px) {
  [data-action=open-mobile-menu] {
    display: none;
  }
}
body.mobile-menu-opened [data-action=open-mobile-menu] {
  background-image: url("../images/burger-menu-close.svg");
}

.mobile-menu {
  z-index: 20;
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}
@media screen and (min-width: 800px) {
  .mobile-menu {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .mobile-menu {
    top: 70px;
  }
}
body.mobile-menu-opened .mobile-menu {
  right: 0;
}
body.mobile-menu-opened .mobile-menu > nav {
  opacity: 1;
}
.mobile-menu > nav {
  opacity: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 1;
  background: white;
  transition: all 0.5s ease;
}
.mobile-menu > nav .menu > ul {
  padding: 6px 0;
}
.mobile-menu > nav .menu > ul > li {
  list-style-type: none;
  list-style-image: none;
}
.mobile-menu > nav .menu > ul > li.menu-item--active-trail a {
  opacity: 1;
}
.mobile-menu > nav .menu > ul > li a {
  display: block;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 200%;
  font-weight: bold;
  opacity: 0.5;
  padding: 10px 15px;
}
.mobile-menu > nav .menu > ul > li ul {
  display: none;
}

main {
  padding-bottom: 50px;
}
@media screen and (max-width: 640px) {
  main {
    padding-top: 70px;
  }
}

.region-content {
  padding-top: 30px;
}

.block-page-title-block {
  padding: 0 20px;
}
@media screen and (max-width: 640px) {
  .block-page-title-block {
    padding: 60px 15px 20px;
  }
}
body.path-node .block-page-title-block {
  display: none;
}

h1.page-title {
  font-size: 200%;
  padding-bottom: 0.2em;
  margin-bottom: 0.7em;
  border-bottom: 1px solid black;
}

.sidebarWrapper {
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 640px) {
  .sidebarWrapper {
    flex-direction: column-reverse;
  }
}
.sidebarWrapper .region-content {
  flex: 3;
}
.sidebarWrapper .region-sidebar-first {
  flex: 1;
  padding-top: 30px;
  padding-right: 15px;
}
@media screen and (max-width: 640px) {
  .sidebarWrapper .region-sidebar-first {
    padding-right: 0;
  }
}
.sidebarWrapper .region-sidebar-first ul li {
  border-bottom: 1px solid #999;
}
.sidebarWrapper .region-sidebar-first ul li.menu-item--active-trail a, .sidebarWrapper .region-sidebar-first ul li a.bef-link--selected, .sidebarWrapper .region-sidebar-first ul li .views-field-field-last-name a.active {
  color: #2caae2;
}
.sidebarWrapper .region-sidebar-first ul li a, .sidebarWrapper .region-sidebar-first ul li .views-field-field-last-name {
  display: block;
  padding: 6px 0;
  font-size: 140%;
}
.sidebarWrapper .region-sidebar-first ul li a a, .sidebarWrapper .region-sidebar-first ul li .views-field-field-last-name a {
  padding: 0;
  font-size: 100%;
}
.sidebarWrapper .region-sidebar-first .views-exposed-form .bef-links {
  margin-bottom: 30px;
}
.sidebarWrapper .region-sidebar-first .views-exposed-form label {
  display: block;
  margin-bottom: 1em;
  font-size: 140%;
  font-weight: bold;
  padding-bottom: 7px;
  font-family: Helvetica, Arial, sans-serif;
  border-bottom: 1px solid black;
}
.sidebarWrapper .region-sidebar-first .views-exposed-form .form--inline > .form-item {
  float: none;
}
.sidebarWrapper .region-sidebar-first .views-exposed-form .form-item-autor input[name=autor] {
  display: none;
}
.sidebarWrapper .region-sidebar-first .view-members-list .item-list {
  margin-bottom: 30px;
}
.sidebarWrapper .region-sidebar-first .view-members-list .item-list > h3 {
  font-size: 140%;
  color: #999;
  border-bottom: 1px solid #999;
  padding-bottom: 10px;
  margin-bottom: 1em;
}

article.node--view-mode-full .field--type-text-with-summary h2, article.node--view-mode-full .field--type-text-with-summary h3, article.node--view-mode-full .field--type-text-with-summary h4, article.node--view-mode-full .field--type-text-long h2, article.node--view-mode-full .field--type-text-long h3, article.node--view-mode-full .field--type-text-long h4 {
  margin: 0.5em 0 0.6em;
}
article.node--view-mode-full .field--type-text-with-summary h2, article.node--view-mode-full .field--type-text-long h2 {
  font-size: 200%;
}
article.node--view-mode-full .field--type-text-with-summary h3, article.node--view-mode-full .field--type-text-long h3 {
  font-size: 180%;
}
article.node--view-mode-full .field--type-text-with-summary h4, article.node--view-mode-full .field--type-text-long h4 {
  font-size: 160%;
}
article.node--view-mode-full .field--type-text-with-summary ul, article.node--view-mode-full .field--type-text-with-summary ol, article.node--view-mode-full .field--type-text-long ul, article.node--view-mode-full .field--type-text-long ol {
  padding: 0 0 20px 40px;
  list-style: square;
}
article.node--view-mode-full .field--type-text-with-summary ul li, article.node--view-mode-full .field--type-text-with-summary ol li, article.node--view-mode-full .field--type-text-long ul li, article.node--view-mode-full .field--type-text-long ol li {
  font-size: 160%;
  line-height: 1.4;
  margin: 0 0 0.4em;
}
article.node--view-mode-full .field--type-text-with-summary a, article.node--view-mode-full .field--type-text-long a {
  text-decoration: underline;
}
article.node--view-mode-full .field.field--label-inline {
  display: flex;
  font-size: 160%;
  margin-bottom: 0.2em;
}
article.node--view-mode-full .field.field--label-inline .field__label {
  font-weight: bold;
  color: #999;
}
article.node--view-mode-full .field.field--label-inline .field__label:after {
  content: ":";
  padding-right: 0.4em;
}
article.node--view-mode-full.node--type-member .field--name-body {
  margin-top: 20px;
}
article.node--view-mode-full.node--type-publication .field--name-body {
  margin-top: 20px;
}
article.node--view-mode-full.node--type-training .field--name-body {
  margin-top: 20px;
}
article.node--view-mode-full.node--type-event .field--name-body {
  margin-top: 20px;
}

footer[role=contentinfo] {
  border-top: 1px solid #4A4A4A;
  padding: 15px 0 25px;
  font-family: Helvetica, Arial, sans-serif;
}
footer[role=contentinfo] .block {
  margin-top: 10px;
}
footer[role=contentinfo] .block .field--name-body p {
  font-size: 100%;
  margin-bottom: 0;
  text-align: center;
  color: #999;
}
footer[role=contentinfo] .block .field--name-body a {
  color: #4A4A4A;
  text-decoration: underline;
}

.view-publications .view-content > h3 {
  font-family: Georgia, "Times New Roman", Garamond, sans-serif;
  font-size: 180%;
  font-weight: normal;
  padding: 0.3em 0.5em;
  background-color: #DDD;
  margin-top: 20px;
}
.view-publications .view-content > h3:first-child {
  margin-top: 0;
}
.view-publications .views-row {
  position: relative;
  font-size: 140%;
  border-bottom: 1px solid #DDD;
  padding: 15px 0;
}
.view-publications .views-row .views-field-body, .view-publications .views-row .views-field-nothing {
  display: none;
}

.view-publication-authors .views-field-field-last-name .field-content > div {
  cursor: pointer;
}
.view-publication-authors .views-field-field-last-name .field-content > div.active {
  color: #2caae2;
}

.view-training .view-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
@media screen and (max-width: 640px) {
  .view-training .view-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .view-training .view-content {
    grid-template-columns: repeat(1, 1fr);
  }
}
.view-training .views-row {
  position: relative;
  padding-bottom: 15px;
  border-bottom: 1px solid #DDD;
}
.view-training .views-row .views-field {
  font-size: 140%;
}
.view-training .views-row .views-field.views-field-title {
  font-weight: bold;
  margin-bottom: 0.3em;
}
.view-training .views-row .views-field.views-field-title a:hover {
  text-decoration: underline;
}
.view-training .views-row .views-field.views-field-field-date {
  color: #999;
}

.view-events .view-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
@media screen and (max-width: 480px) {
  .view-events .view-content {
    grid-template-columns: repeat(1, 1fr);
  }
}
.view-events .views-row {
  position: relative;
  padding-bottom: 15px;
  border-bottom: 1px solid #DDD;
}
.view-events .views-row .views-field {
  font-size: 140%;
  margin-bottom: 0.3em;
}
.view-events .views-row .views-field p {
  font-size: 100%;
  margin-bottom: 0;
}
.view-events .views-row .views-field.views-field-title {
  font-weight: bold;
}
.view-events .views-row .views-field.views-field-title a:hover {
  text-decoration: underline;
}
.view-events .views-row .views-field.views-field-field-date {
  color: #999;
}

/**
 * @file
 * Home styles
 *
 */
body.path-frontpage .sidebarWrapper .region-sidebar-first {
  display: none;
}
body.path-frontpage .region-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
body.path-frontpage .region-content > .block {
  flex: 1;
  padding-left: 10px;
  padding-right: 10px;
  border-right: 1px solid black;
}
@media screen and (max-width: 800px) {
  body.path-frontpage .region-content > .block {
    width: 50%;
    flex: auto;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 480px) {
  body.path-frontpage .region-content > .block {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    border-right: none;
  }
}
body.path-frontpage .region-content > .block.block-system-main-block {
  display: none;
}
body.path-frontpage .region-content > .block#block-home-presentation {
  padding-left: 0;
}
@media screen and (max-width: 800px) {
  body.path-frontpage .region-content > .block#block-mainmenu-research {
    padding-right: 0;
    border-right: none;
  }
}
body.path-frontpage .region-content > .block#block-home-calendar {
  padding-right: 0;
  border-right: none;
}
body.path-frontpage .region-content > .block > .inner > h2, body.path-frontpage .region-content > .block > h2 {
  font-size: 140%;
  padding-bottom: 0.3em;
  border-bottom: 1px solid black;
  margin-bottom: 10px;
}
body.path-frontpage .region-content > .block p {
  font-size: 140%;
}
body.path-frontpage .block-page-title-block {
  display: none;
}
body.path-frontpage article.node {
  display: none;
}

#block-mainmenu-research > h2 {
  margin-bottom: 0;
}
#block-mainmenu-research ul.menu li {
  border-bottom: 1px solid white;
}
#block-mainmenu-research ul.menu li a {
  display: block;
  padding: 8px;
  font-size: 140%;
  background-color: #DDD;
  transition: all 0.3s ease-in-out;
}
#block-highlighted-publication .view-publications .views-row {
  border-bottom: none;
  padding: 0;
}
#block-highlighted-publication .view-publications .views-row .views-field p {
  font-size: 100%;
  margin-bottom: 0;
}
#block-highlighted-publication .view-publications .views-row .views-field.views-field-title a {
  text-decoration: underline;
}
#block-highlighted-publication .view-publications .views-row .views-field.views-field-body {
  display: block;
  margin-top: 15px;
}
#block-highlighted-publication .view-publications .views-row .views-field.views-field-nothing {
  display: block;
}

.view-home-calendar {
  position: relative;
  font-family: Helvetica, Arial, sans-serif;
}
.view-home-calendar .view-filters {
  display: none;
}
.view-home-calendar table.calendar-view-table caption {
  line-height: 1;
  font-size: 150%;
  font-weight: normal;
  padding: 0.5em 0;
}
.view-home-calendar table.calendar-view-table thead {
  display: none;
}
.view-home-calendar table.calendar-view-table td {
  font-size: 140%;
  color: #999;
  border-bottom: 1px solid black;
}
.view-home-calendar table.calendar-view-table td:hover .calendar-view-day .calendar-view-day__number {
  text-decoration: none;
}
.view-home-calendar table.calendar-view-table td.previous-month, .view-home-calendar table.calendar-view-table td.next-month {
  opacity: 0;
}
.view-home-calendar table.calendar-view-table td[data-calendar-today] .calendar-view-day.empty {
  background-color: #C3D6E4;
}
.view-home-calendar table.calendar-view-table td .calendar-view-day {
  padding: 8px;
  background-color: #6ecff6;
}
.view-home-calendar table.calendar-view-table td .calendar-view-day.empty {
  background: none;
}
.view-home-calendar table.calendar-view-table td .calendar-view-day .calendar-view-day__number {
  margin: 0;
}
.view-home-calendar .calendar-view-pager {
  padding-top: 10px;
}
.view-home-calendar .calendar-view-pager .pager__item.pager__previous a:before {
  content: "<";
  padding-right: 5px;
}
.view-home-calendar .calendar-view-pager .pager__item.pager__current {
  display: none;
}
.view-home-calendar .calendar-view-pager .pager__item.pager__next a:after {
  content: ">";
  padding-left: 5px;
}
.view-home-calendar .calendar-view-pager .pager__item.pager__reset {
  text-transform: lowercase;
  color: #4A4A4A;
}
.view-home-calendar .calendar-view-pager .pager__item a {
  font-size: 140%;
}

.calendar-view-day__row {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #DDD;
}
.calendar-view-day__row:first-child {
  padding: 0;
  margin: 0;
  border: none;
}
.calendar-view-day__row .views-field-type {
  text-transform: uppercase;
  font-size: 120%;
  color: #999;
  margin-bottom: 0.2em;
}
.calendar-view-day__row .views-field-title {
  font-size: 160%;
  font-weight: bold;
  margin-bottom: 0.2em;
}
.calendar-view-day__row .views-field-field-date {
  font-size: 160%;
  color: #999;
}
