*,
*:after,
*:before {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

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

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

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

/**
 * 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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;
}

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 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 and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 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 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5;
  /* currently ems cause chrome bug misinterpreting rems on body element */
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #343536;
}

.common_hidden, .responsive {
  display: none;
}

@media (max-width: 47.5em) {
  .responsive {
    display: block;
  }
}
.common_icon_16 {
  display: inline-block;
  height: 16px;
  width: 16px;
}

.browsehappy {
  text-align: center;
  padding: 0 15px;
}

.remote-content {
  color: red;
}

.wrapper {
  margin: 0 auto;
  max-width: 1140px;
  width: 90%;
}
.wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.right {
  text-align: right;
}

.clear:after {
  content: "";
  display: table;
  clear: both;
}

.margin-top {
  margin-top: 2.02rem;
}

.margin-bottom {
  margin-bottom: 4.04rem;
}

select,
input {
  padding: 5px;
  outline: 0;
  border: 1px solid #ccc;
  transition: background .2s ease;
  -webkit-appearance: none;
}
select[type=submit],
input[type=submit] {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

a {
  color: #6b2c91;
  text-decoration: none;
  transition: all .2s ease, background .2s ease;
}
a:hover {
  text-decoration: underline;
}

img {
  height: auto !important;
  max-width: 100%;
}

.row {
  padding: 3.03rem 0;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}

.col-3-4 + .col-1-4 {
  margin-right: 2rem;
}

[class^="col"] {
  float: left;
  margin: 0 3.03rem 0 0;
}
@media (max-width: 47.5em) {
  [class^="col"] {
    margin: 0 3.03rem 0 3.03rem;
  }
}
@media (max-width: 37.5em) {
  [class^="col"] {
    margin: 0 0 3.03rem 0;
  }
}

.latest-content-container > .latest-box {
  margin-bottom: 3.03rem;
}

.col-1-1 {
  position: relative;
  width: calc((100% / 1) * 1 - 2.03rem);
}
.col-1-1:nth-of-type(1n+1), .col-1-1:last-child {
  margin-right: 0;
}
.col-1-1:nth-of-type(2n+2) {
  clear: left;
}
@media (max-width: 30em) {
  .col-1-1 {
    width: 100%;
  }
}

.col-2-1 {
  position: relative;
  width: calc((100% / 1) * 2 - 1.03rem);
}
.col-2-1:nth-of-type(1n+1), .col-2-1:last-child {
  margin-right: 0;
}
.col-2-1:nth-of-type(2n+2) {
  clear: left;
}
@media (max-width: 30em) {
  .col-2-1 {
    width: 100%;
  }
}

.col-3-1 {
  position: relative;
  width: calc((100% / 1) * 3 - 0.03rem);
}
.col-3-1:nth-of-type(1n+1), .col-3-1:last-child {
  margin-right: 0;
}
.col-3-1:nth-of-type(2n+2) {
  clear: left;
}
@media (max-width: 30em) {
  .col-3-1 {
    width: 100%;
  }
}

.col-4-1 {
  position: relative;
  width: calc((100% / 1) * 4 - -0.97rem);
}
.col-4-1:nth-of-type(1n+1), .col-4-1:last-child {
  margin-right: 0;
}
.col-4-1:nth-of-type(2n+2) {
  clear: left;
}
@media (max-width: 30em) {
  .col-4-1 {
    width: 100%;
  }
}

.col-5-1 {
  position: relative;
  width: calc((100% / 1) * 5 - -1.97rem);
}
.col-5-1:nth-of-type(1n+1), .col-5-1:last-child {
  margin-right: 0;
}
.col-5-1:nth-of-type(2n+2) {
  clear: left;
}
@media (max-width: 30em) {
  .col-5-1 {
    width: 100%;
  }
}

.col-6-1 {
  position: relative;
  width: calc((100% / 1) * 6 - -2.97rem);
}
.col-6-1:nth-of-type(1n+1), .col-6-1:last-child {
  margin-right: 0;
}
.col-6-1:nth-of-type(2n+2) {
  clear: left;
}
@media (max-width: 30em) {
  .col-6-1 {
    width: 100%;
  }
}

.col-1-2 {
  position: relative;
  width: calc((100% / 2) * 1 - 2.03rem);
}
.col-1-2:nth-of-type(2n+2), .col-1-2:last-child {
  margin-right: 0;
}
.col-1-2:nth-of-type(3n+3) {
  clear: left;
}
@media (max-width: 30em) {
  .col-1-2 {
    width: 100%;
  }
}

.col-2-2 {
  position: relative;
  width: calc((100% / 2) * 2 - 1.03rem);
}
.col-2-2:nth-of-type(2n+2), .col-2-2:last-child {
  margin-right: 0;
}
.col-2-2:nth-of-type(3n+3) {
  clear: left;
}
@media (max-width: 30em) {
  .col-2-2 {
    width: 100%;
  }
}

.col-3-2 {
  position: relative;
  width: calc((100% / 2) * 3 - 0.03rem);
}
.col-3-2:nth-of-type(2n+2), .col-3-2:last-child {
  margin-right: 0;
}
.col-3-2:nth-of-type(3n+3) {
  clear: left;
}
@media (max-width: 30em) {
  .col-3-2 {
    width: 100%;
  }
}

.col-4-2 {
  position: relative;
  width: calc((100% / 2) * 4 - -0.97rem);
}
.col-4-2:nth-of-type(2n+2), .col-4-2:last-child {
  margin-right: 0;
}
.col-4-2:nth-of-type(3n+3) {
  clear: left;
}
@media (max-width: 30em) {
  .col-4-2 {
    width: 100%;
  }
}

.col-5-2 {
  position: relative;
  width: calc((100% / 2) * 5 - -1.97rem);
}
.col-5-2:nth-of-type(2n+2), .col-5-2:last-child {
  margin-right: 0;
}
.col-5-2:nth-of-type(3n+3) {
  clear: left;
}
@media (max-width: 30em) {
  .col-5-2 {
    width: 100%;
  }
}

.col-6-2 {
  position: relative;
  width: calc((100% / 2) * 6 - -2.97rem);
}
.col-6-2:nth-of-type(2n+2), .col-6-2:last-child {
  margin-right: 0;
}
.col-6-2:nth-of-type(3n+3) {
  clear: left;
}
@media (max-width: 30em) {
  .col-6-2 {
    width: 100%;
  }
}

.col-1-3 {
  position: relative;
  width: calc((100% / 3) * 1 - 2.03rem);
}
.col-1-3:nth-of-type(3n+3), .col-1-3:last-child {
  margin-right: 0;
}
.col-1-3:nth-of-type(4n+4) {
  clear: left;
}
@media (max-width: 37.5em) {
  .col-1-3 {
    width: 100%;
  }
}
@media (max-width: 30em) {
  .col-1-3 {
    width: 100%;
  }
}

.col-2-3 {
  position: relative;
  width: calc((100% / 3) * 2 - 1.03rem);
}
.col-2-3:nth-of-type(3n+3), .col-2-3:last-child {
  margin-right: 0;
}
.col-2-3:nth-of-type(4n+4) {
  clear: left;
}
@media (max-width: 30em) {
  .col-2-3 {
    width: 100%;
  }
}

.col-3-3 {
  position: relative;
  width: calc((100% / 3) * 3 - 0.03rem);
}
.col-3-3:nth-of-type(3n+3), .col-3-3:last-child {
  margin-right: 0;
}
.col-3-3:nth-of-type(4n+4) {
  clear: left;
}
@media (max-width: 30em) {
  .col-3-3 {
    width: 100%;
  }
}

.col-4-3 {
  position: relative;
  width: calc((100% / 3) * 4 - -0.97rem);
}
.col-4-3:nth-of-type(3n+3), .col-4-3:last-child {
  margin-right: 0;
}
.col-4-3:nth-of-type(4n+4) {
  clear: left;
}
@media (max-width: 30em) {
  .col-4-3 {
    width: 100%;
  }
}

.col-5-3 {
  position: relative;
  width: calc((100% / 3) * 5 - -1.97rem);
}
.col-5-3:nth-of-type(3n+3), .col-5-3:last-child {
  margin-right: 0;
}
.col-5-3:nth-of-type(4n+4) {
  clear: left;
}
@media (max-width: 30em) {
  .col-5-3 {
    width: 100%;
  }
}

.col-6-3 {
  position: relative;
  width: calc((100% / 3) * 6 - -2.97rem);
}
.col-6-3:nth-of-type(3n+3), .col-6-3:last-child {
  margin-right: 0;
}
.col-6-3:nth-of-type(4n+4) {
  clear: left;
}
@media (max-width: 30em) {
  .col-6-3 {
    width: 100%;
  }
}

.col-1-4 {
  position: relative;
  width: calc((100% / 4) * 1 - 2.03rem);
}
.col-1-4:nth-of-type(4n+4), .col-1-4:last-child {
  margin-right: 0;
}
.col-1-4:nth-of-type(5n+5) {
  clear: left;
}
@media (max-width: 30em) {
  .col-1-4 {
    width: 100%;
  }
}

.col-2-4 {
  position: relative;
  width: calc((100% / 4) * 2 - 1.03rem);
}
.col-2-4:nth-of-type(4n+4), .col-2-4:last-child {
  margin-right: 0;
}
.col-2-4:nth-of-type(5n+5) {
  clear: left;
}
@media (max-width: 30em) {
  .col-2-4 {
    width: 100%;
  }
}

.col-3-4 {
  position: relative;
  width: calc((100% / 4) * 3 - 0.03rem);
}
.col-3-4:nth-of-type(4n+4), .col-3-4:last-child {
  margin-right: 0;
}
.col-3-4:nth-of-type(5n+5) {
  clear: left;
}
@media (max-width: 30em) {
  .col-3-4 {
    width: 100%;
  }
}

.col-4-4 {
  position: relative;
  width: calc((100% / 4) * 4 - -0.97rem);
}
.col-4-4:nth-of-type(4n+4), .col-4-4:last-child {
  margin-right: 0;
}
.col-4-4:nth-of-type(5n+5) {
  clear: left;
}
@media (max-width: 30em) {
  .col-4-4 {
    width: 100%;
  }
}

.col-5-4 {
  position: relative;
  width: calc((100% / 4) * 5 - -1.97rem);
}
.col-5-4:nth-of-type(4n+4), .col-5-4:last-child {
  margin-right: 0;
}
.col-5-4:nth-of-type(5n+5) {
  clear: left;
}
@media (max-width: 30em) {
  .col-5-4 {
    width: 100%;
  }
}

.col-6-4 {
  position: relative;
  width: calc((100% / 4) * 6 - -2.97rem);
}
.col-6-4:nth-of-type(4n+4), .col-6-4:last-child {
  margin-right: 0;
}
.col-6-4:nth-of-type(5n+5) {
  clear: left;
}
@media (max-width: 30em) {
  .col-6-4 {
    width: 100%;
  }
}

.col-1-5 {
  position: relative;
  width: calc((100% / 5) * 1 - 2.43rem);
}
.col-1-5:nth-of-type(5n+5), .col-1-5:last-child {
  margin-right: 0;
}
.col-1-5:nth-of-type(6n+6) {
  clear: left;
}
@media (max-width: 30em) {
  .col-1-5 {
    width: 100%;
  }
}

.col-2-5 {
  position: relative;
  width: calc((100% / 5) * 2 - 0.63rem);
}
.col-2-5:nth-of-type(5n+5), .col-2-5:last-child {
  margin-right: 0;
}
.col-2-5:nth-of-type(6n+6) {
  clear: left;
}
@media (max-width: 30em) {
  .col-2-5 {
    width: 100%;
  }
}

.col-3-5 {
  position: relative;
  width: calc((100% / 5) * 3 - 0.63rem);
}
.col-3-5:nth-of-type(5n+5), .col-3-5:last-child {
  margin-right: 0;
}
.col-3-5:nth-of-type(6n+6) {
  clear: left;
}
@media (max-width: 30em) {
  .col-3-5 {
    width: 100%;
  }
}

.col-4-5 {
  position: relative;
  width: calc((100% / 5) * 4 - 0.63rem);
}
.col-4-5:nth-of-type(5n+5), .col-4-5:last-child {
  margin-right: 0;
}
.col-4-5:nth-of-type(6n+6) {
  clear: left;
}
@media (max-width: 30em) {
  .col-4-5 {
    width: 100%;
  }
}

.col-5-5 {
  position: relative;
  width: calc((100% / 5) * 5 - 0.63rem);
}
.col-5-5:nth-of-type(5n+5), .col-5-5:last-child {
  margin-right: 0;
}
.col-5-5:nth-of-type(6n+6) {
  clear: left;
}
@media (max-width: 30em) {
  .col-5-5 {
    width: 100%;
  }
}

.col-6-5 {
  position: relative;
  width: calc((100% / 5) * 6 - 0.63rem);
}
.col-6-5:nth-of-type(5n+5), .col-6-5:last-child {
  margin-right: 0;
}
.col-6-5:nth-of-type(6n+6) {
  clear: left;
}
@media (max-width: 30em) {
  .col-6-5 {
    width: 100%;
  }
}

.col-1-6 {
  position: relative;
  width: calc((100% / 6) * 1 - 2.53rem);
}
.col-1-6:nth-of-type(6n+6), .col-1-6:last-child {
  margin-right: 0;
}
.col-1-6:nth-of-type(7n+7) {
  clear: left;
}
@media (max-width: 30em) {
  .col-1-6 {
    width: 100%;
  }
}

.col-2-6 {
  position: relative;
  width: calc((100% / 6) * 2 - 1.03rem);
}
.col-2-6:nth-of-type(6n+6), .col-2-6:last-child {
  margin-right: 0;
}
.col-2-6:nth-of-type(7n+7) {
  clear: left;
}
@media (max-width: 30em) {
  .col-2-6 {
    width: 100%;
  }
}

.col-3-6 {
  position: relative;
  width: calc((100% / 6) * 3 - 0.03rem);
}
.col-3-6:nth-of-type(6n+6), .col-3-6:last-child {
  margin-right: 0;
}
.col-3-6:nth-of-type(7n+7) {
  clear: left;
}
@media (max-width: 30em) {
  .col-3-6 {
    width: 100%;
  }
}

.col-4-6 {
  position: relative;
  width: calc((100% / 6) * 4 - -0.97rem);
}
.col-4-6:nth-of-type(6n+6), .col-4-6:last-child {
  margin-right: 0;
}
.col-4-6:nth-of-type(7n+7) {
  clear: left;
}
@media (max-width: 30em) {
  .col-4-6 {
    width: 100%;
  }
}

.col-5-6 {
  position: relative;
  width: calc((100% / 6) * 5 - -1.97rem);
}
.col-5-6:nth-of-type(6n+6), .col-5-6:last-child {
  margin-right: 0;
}
.col-5-6:nth-of-type(7n+7) {
  clear: left;
}
@media (max-width: 30em) {
  .col-5-6 {
    width: 100%;
  }
}

.col-6-6 {
  position: relative;
  width: calc((100% / 6) * 6 - -2.97rem);
}
.col-6-6:nth-of-type(6n+6), .col-6-6:last-child {
  margin-right: 0;
}
.col-6-6:nth-of-type(7n+7) {
  clear: left;
}
@media (max-width: 30em) {
  .col-6-6 {
    width: 100%;
  }
}

h1, h2, h3, h4, h5, p {
  margin-top: 0;
  margin-bottom: 1.01rem;
  transition: all .2s ease;
}

h1, h2, h3, h4, h5 {
  color: #000;
  font-weight: normal;
}

h1 {
  font-size: 42px;
  font-size: 4.2rem;
  font-weight: 300;
  color: #6b2c91;
  line-height: 1.1;
  margin-bottom: 21px;
}
h1 .sub-h1 {
  color: #000000;
}
h1 .sub-h1:before {
  display: inline-block;
  padding: 0 1.01rem;
  content: "/";
  color: #6b2c91;
}
@media (max-width: 47.5em) {
  h1 {
    font-size: 38px;
    font-size: 3.8rem;
    line-height: 1.3;
  }
}
@media (max-width: 30em) {
  h1 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.3;
  }
}

h2 {
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: 300;
  color: #111;
  line-height: 1.2;
  margin-bottom: 17px;
}
@media (max-width: 30em) {
  h2 {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.3;
  }
}

h3 {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 400;
  color: #222;
  line-height: 1.3;
  margin-bottom: 16px;
}

h4 {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 600;
  color: #333;
  line-height: 1.3;
  margin-bottom: 10px;
}

p {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 16px;
}
@media (max-width: 56.25em) {
  p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.footer {
  padding: 3.03rem 0;
}

.staff-login {
  background: #ececed;
  padding: 2.02rem;
}
.staff-login ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.staff-login ul li {
  padding: 1.01rem 0;
  position: relative;
  font-size: 1.6rem;
}
.staff-login ul li:last-child {
  border-top: 1px solid #ccc;
  padding-left: 25px;
}
.staff-login ul li:last-child i {
  font-size: 1.9rem;
  position: absolute;
  left: 0;
}

.breadcrumb {
  border-top: 1px solid #ececed;
  border-bottom: 1px solid #ececed;
  padding: 10px 0;
}
.breadcrumb a {
  position: relative;
  color: #777;
}
.breadcrumb a:hover {
  text-decoration: none;
}
.breadcrumb a:hover > span {
  border-bottom: 1px solid;
}
.breadcrumb a:not(:first-child) {
  margin-left: 15px;
}
.breadcrumb a:not(:last-child):after {
  position: absolute;
  content: '/';
  margin: 0 5px;
}
.breadcrumb .selected {
  font-weight: 800;
}
.breadcrumb span.selected {
  margin-left: 15px;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
.menu li {
  border-bottom: 1px solid #fff;
  position: relative;
}
.menu li a {
  background: #ececed;
  color: #343536;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 1.515rem;
  padding-left: 3.03rem;
}
@media (max-width: 62.5em) {
  .menu li a {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.menu li a i {
  position: absolute;
  font-size: 1.9rem;
  left: 1.01rem;
}
.menu li:last-child {
  border-bottom: 0;
}
.menu li:last-child a {
  background: #c4c4c5;
}
.menu .sub-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
.menu .sub-menu li {
  border-bottom-color: #ececed;
}
.menu .sub-menu li a {
  background: #fff;
  border-left: 8px solid #fff;
  border-right: 8px solid #fff;
  padding-left: 2.222rem;
}
@media (max-width: 62.5em) {
  .menu .sub-menu li a {
    border-left-width: 6px;
    border-right-width: 6px;
  }
}
.menu .sub-menu li.selected a, .menu .sub-menu li:hover a {
  border-left: 8px solid #6b2c91;
  border-right: 8px solid #6b2c91;
  color: #6b2c91;
}
@media (max-width: 62.5em) {
  .menu .sub-menu li.selected a, .menu .sub-menu li:hover a {
    border-left-width: 6px;
    border-right-width: 6px;
  }
}

.graph a.portal_graphviewer_button, .graph a.portal_graphviewer_button span {
  background: none;
  padding: 0;
}
.graph a.portal_graphviewer_button {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  background: url(../gfx/icon-relations.png) left no-repeat;
  background-size: 49px;
  color: #6b2c91;
  padding: 10px 0 10px 50px;
  height: 55px;
}
.graph a.portal_graphviewer_button span {
  margin-top: 7px;
}
.graph a.portal_graphviewer_button:hover {
  background-position: 0;
}

.tabs-container ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.tabs-container ul li {
  border-bottom: 8px #f1f1f1 solid;
  float: left;
  margin: 1.01rem 1.01rem 0 0;
  position: relative;
}
.tabs-container ul li:last-child {
  margin-right: 0;
}
.tabs-container ul li:hover {
  border-color: #d8d8d8;
}
.tabs-container ul li.selected {
  border-bottom-color: #6b2c91;
}
.tabs-container ul li.selected a {
  background-color: #784594;
  color: #fff;
}
.tabs-container ul li.dropdown .dropdown-menu {
  display: none;
  position: absolute;
  top: 41px;
  right: 0;
  z-index: 9;
  background: #fff;
  border: 0;
  margin: 0;
}
.tabs-container ul li.dropdown .dropdown-menu > li {
  float: none;
  margin: 0;
  bottom: 0;
  white-space: nowrap;
}
.tabs-container ul li.dropdown .dropdown-menu > li:first-child a {
  border-top: 0;
  border-bottom: 0;
}
.tabs-container ul li.dropdown .dropdown-menu > li:last-child a {
  border-bottom: 2px solid #dadada;
}
.tabs-container ul li.dropdown .fa-caret-right:before {
  transition: all .2s ease;
  transform: rotate(0deg);
}
.tabs-container ul li.dropdown.selected > a {
  background: #6b2c91;
}
.tabs-container ul li.dropdown.selected .dropdown-menu {
  display: block;
}
.tabs-container ul li.dropdown.selected .fa-caret-right {
  color: #fff;
  transform: rotate(90deg);
}
.tabs-container ul li a {
  display: block;
  background: #ececed;
  color: #6b2c91;
  padding: 12px 12px 8px;
  font-size: 16px;
}
.tabs-container ul li a:hover {
  text-decoration: none;
  border-color: #d8d8d8;
}

.return-to-content {
  border-radius: 5px;
  display: inline-block;
  background: #ececed;
  color: #6b2c91;
  float: right;
  padding: 12px;
  font-size: 16px;
}
.return-to-content:hover {
  text-decoration: underline;
  background: #dfdfe1;
}

.main-content {
  margin-bottom: 4.04rem;
}
@media (max-width: 75em) {
  .main-content .col-1-5.main-menu {
    width: calc((100% / 4) * 1 - 2.03rem);
  }
}
@media (max-width: 56.25em) {
  .main-content .col-1-5.main-menu {
    width: calc(100% / 4);
  }
}
@media (max-width: 47.5em) {
  .main-content .col-1-5.main-menu {
    display: none;
  }
}
.main-content .col-1-5.main-menu + .col-4-5 {
  float: right;
}
@media (max-width: 75em) {
  .main-content .col-1-5.main-menu + .col-4-5 {
    width: calc((100% / 4) * 3 - 1rem);
  }
}
@media (max-width: 56.25em) {
  .main-content .col-1-5.main-menu + .col-4-5 {
    width: calc((100% / 4) * 3 - 3.03rem);
  }
}
@media (max-width: 47.5em) {
  .main-content .col-1-5.main-menu + .col-4-5 {
    margin-left: 0;
    width: calc(100%);
  }
}
.main-content .view-container {
  display: flex;
  background: #eee;
  padding: 2.02rem;
  margin-bottom: 3.03rem;
}
@media (max-width: 37.5em) {
  .main-content .view-container {
    display: block;
  }
}
.main-content .view-container > .col-2-3 {
  padding-right: 3rem;
  border-right: 1px solid #ccc;
}
@media (max-width: 56.25em) {
  .main-content .view-container > .col-2-3 {
    width: 60%;
  }
}
@media (max-width: 37.5em) {
  .main-content .view-container > .col-2-3 {
    border: 0;
    padding: 0;
    width: 100%;
  }
}
.main-content .dimmed {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5;
  font-style: italic;
  margin-top: 0;
}
.main-content .properties {
  width: 100%;
}
.main-content .properties ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.main-content .properties th, .main-content .properties td {
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}
.main-content .properties th {
  font-weight: normal;
  text-align: left;
  width: 180px;
}
.main-content .properties td {
  text-align: right;
}
.main-content .search-result-container.relations-projects .filters {
  padding: 0;
  margin: 0;
  list-style: none;
}
.main-content .search-result-container.relations-projects .filters:after {
  content: "";
  display: table;
  clear: both;
}
.main-content .search-result-container.relations-projects .filters li {
  background: #6b2c91;
  position: relative;
  float: left;
  cursor: pointer;
}
.main-content .search-result-container.relations-projects .filters li a {
  color: #fff;
  display: block;
  padding: 10px 5px 10px 15px;
}
.main-content .search-result-container.relations-projects .filters li a:hover {
  text-decoration: none;
}
.main-content .search-result-container.relations-projects .filters li:after {
  border-color: transparent transparent transparent #6b2c91;
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  border-style: solid;
  border-width: 39px 0 0 12px;
  height: 38px;
  width: 12px;
  z-index: 9;
}
.main-content .search-result-container.relations-projects .filters li.selected {
  background: #ececed;
}
.main-content .search-result-container.relations-projects .filters li.selected:after {
  border-color: transparent transparent transparent #ececed;
}
.main-content .search-result-container.relations-projects .filters li.selected a {
  color: #6b2c91;
}
.main-content .search-result-container.relations-projects .filters li:hover:not(.selected) {
  background: #8838b8;
}
.main-content .search-result-container.relations-projects .filters li:hover:not(.selected):after {
  border-color: transparent transparent transparent #8838b8;
}
.main-content .search-result-container.relations-projects .search-result {
  background: #ececed;
}
.main-content .search-result-container.relations-projects .search-result > h2 {
  display: none;
}
.main-content .sidebar ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.main-content .sidebar ul.documents {
  margin-bottom: 4.04rem;
}
.main-content .sidebar ul.links {
  word-break: break-all;
}
@media (max-width: 68.75em) {
  .main-content .sidebar h3 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media (max-width: 50em) {
  .main-content .sidebar h3 {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (max-width: 56.25em) {
  .main-content .sidebar {
    width: 40%;
  }
}
@media (max-width: 37.5em) {
  .main-content .sidebar {
    width: 100%;
  }
}
.main-content .rendering_keywordsextensionportal > div:not(:last-child), .main-content .rendering_keywordgroupsportal > div:not(:last-child), .main-content .keywords > div:not(:last-child) {
  margin-bottom: 1.01rem;
}
.main-content .rendering_keywordsextensionportal ul, .main-content .rendering_keywordgroupsportal ul, .main-content .keywords ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.main-content .rendering_keywordsextensionportal ul:after, .main-content .rendering_keywordgroupsportal ul:after, .main-content .keywords ul:after {
  content: "";
  display: table;
  clear: both;
}
.main-content .rendering_keywordsextensionportal ul li, .main-content .rendering_keywordgroupsportal ul li, .main-content .keywords ul li {
  float: left;
  margin: 0 1.01rem 1.01rem 0;
}
.main-content .rendering_keywordsextensionportal ul li a, .main-content .rendering_keywordgroupsportal ul li a, .main-content .keywords ul li a {
  display: inline-block;
  background: #6b2c91;
  border: 1px solid #6b2c91;
  border-radius: 5px;
  color: #fff;
  font-weight: 400;
  padding: 0.67333rem;
}
.main-content .rendering_keywordsextensionportal ul li a:hover, .main-content .rendering_keywordgroupsportal ul li a:hover, .main-content .keywords ul li a:hover {
  background: none;
  color: #6b2c91;
  text-decoration: none;
}
.main-content .latest-content-container {
  display: flex;
  flex-wrap: wrap;
}
.main-content .latest-content-container .latest-box {
  background: #f9f9f9;
  flex: 1 1 auto;
}
.main-content .latest-content-container .latest-box .header {
  background: #5d2684;
  color: #fff;
  margin: 0;
  padding: 1.01rem;
}
.main-content .latest-content-container .latest-box .item {
  padding: 1.01rem;
}
.main-content .latest-content-container .latest-box .item .title {
  font-weight: bold;
}
.main-content .latest-content-container .latest-box .item .type {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
  margin: 0.505rem 0 0 0;
}
.main-content .latest-content-container .latest-box .item .doi_short {
  display: flex;
}
.main-content .latest-content-container .latest-box .item .download-count {
  background: #ececed;
  color: #6b2c91;
  float: right;
  margin: 0 0 5px 5px;
  padding: 3px 5px;
  display: block;
  font-weight: bold;
}
.main-content .latest-content-container .latest-box > a {
  display: inline-block;
  padding: 1.01rem;
}

.footer {
  background: #1d1d1d;
}

.frontpage .banner {
  background: #ececed;
  position: relative;
}
@media (max-width: 43.75em) {
  .frontpage .banner {
    background: #5d2684;
  }
}
.frontpage .banner > img {
  display: block;
  max-width: 1400px;
  width: 100%;
  margin: auto;
}
.frontpage .banner .text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 43.75em) {
  .frontpage .banner .text {
    position: static;
    top: auto;
    transform: translateY(0);
    padding: 1.01rem 0;
  }
}
.frontpage .banner .text h1, .frontpage .banner .text p {
  background: rgba(93, 38, 132, 0.7);
  color: #fff;
  margin: 0;
  padding: 2.02rem;
}
@media (max-width: 43.75em) {
  .frontpage .banner .text h1, .frontpage .banner .text p {
    background: none;
    padding: 1.01rem;
  }
}
.frontpage .banner .text h1 {
  font-size: 5.2rem;
  display: inline-block;
  font-weight: 300;
  line-height: 1.3;
}
@media (max-width: 81.25em) {
  .frontpage .banner .text h1 {
    font-size: 2.6rem;
    font-weight: 400;
    line-height: 1.666667;
  }
}
@media (max-width: 50em) {
  .frontpage .banner .text h1 {
    font-size: 2.4rem;
  }
}
@media (max-width: 37.5em) {
  .frontpage .banner .text h1 {
    line-height: 1;
  }
}
.frontpage .banner .text p {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.4;
  width: 400px;
}
@media (max-width: 81.25em) {
  .frontpage .banner .text p {
    font-size: 1.6rem;
  }
}
@media (max-width: 50em) {
  .frontpage .banner .text p {
    line-height: 1.2;
  }
}
@media (max-width: 43.75em) {
  .frontpage .banner .text p {
    width: 100%;
  }
}
.frontpage .search .search-box {
  background: #fff;
  padding: 0;
}
.frontpage .search .search-box input[type=text] {
  margin-bottom: 2.02rem;
}
@media (max-width: 30em) {
  .frontpage .search .search-box input[type=text] {
    margin-bottom: 0;
  }
}
@media (max-width: 47.5em) {
  .frontpage .search .search-box {
    width: 100%;
  }
}
@media (max-width: 30em) {
  .frontpage .search .search-box > p {
    display: none;
  }
}
@media (max-width: 47.5em) {
  .frontpage .search .quick-links {
    display: none;
  }
}
.frontpage .highlight {
  border-top: 1px solid #ececed;
}
@media (max-width: 47.5em) {
  .frontpage .highlight [class^="col-"] {
    margin: 0;
    width: 100%;
  }
  .frontpage .highlight [class^="col-"] h2, .frontpage .highlight [class^="col-"] p {
    text-align: left;
  }
}
.frontpage .highlight a {
  color: #343536;
  display: block;
}
.frontpage .highlight a:hover {
  text-decoration: none;
}
.frontpage .highlight .image {
  background: #6b2c91;
  overflow: hidden;
  position: relative;
}
@media (max-width: 37.5em) {
  .frontpage .highlight .image {
    margin-bottom: 3.03rem;
  }
}
.frontpage .highlight .image h2 {
  background: #fff;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 400;
  margin: 0;
  padding: 1.01rem 1.01rem 0.505rem 0;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 56.25em) {
  .frontpage .highlight .image h2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.frontpage .highlight .image img {
  display: block;
  width: 100% !important;
  height: auto !important;
}
.frontpage .highlight .col-1-3:hover img {
  opacity: .5;
}
.frontpage .highlight .text {
  padding: 1.01rem 0 0.505rem;
}
@media (max-width: 37.5em) {
  .frontpage .highlight .text {
    display: none;
  }
}
.frontpage .family-links {
  background: #ececed;
}
.frontpage .family-links [class^="col-"] {
  text-align: center;
}
@media (max-width: 50em) {
  .frontpage .family-links [class^="col-"] {
    margin: 0;
    width: 100%;
  }
  .frontpage .family-links [class^="col-"] h2, .frontpage .family-links [class^="col-"] p {
    text-align: left;
  }
}
.frontpage .family-links [class^="col-"] h2 {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 400;
}
.frontpage .family-links [class^="col-"] a {
  color: #343536;
  display: block;
}
.frontpage .family-links [class^="col-"] a:hover {
  text-decoration: none;
}
.frontpage .family-links [class^="col-"] a:hover .image:after {
  top: 0;
}
.frontpage .family-links [class^="col-"] a:hover h2 {
  color: #6b2c91;
}
.frontpage .family-links [class^="col-"] .image {
  background: #a9a9a9;
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 2.02rem;
  padding-top: 3.434rem;
  overflow: hidden;
  position: relative;
  height: 100px;
  width: 100px;
}
@media (max-width: 50em) {
  .frontpage .family-links [class^="col-"] .image {
    margin-right: 3.03rem;
    float: left;
  }
}
.frontpage .family-links [class^="col-"] .image:after {
  background: #5d2684;
  border-radius: 50%;
  content: '';
  position: absolute;
  top: 100px;
  left: 0;
  transition: top .3s ease;
  height: 100px;
  width: 100px;
  z-index: 0;
}
.frontpage .family-links [class^="col-"] .image img {
  position: relative;
  z-index: 9;
}
.frontpage .news .newsTitleContainer {
  margin: 0 auto;
  max-width: 1140px;
}
.frontpage .news .newsTitleContainer:after {
  content: "";
  display: table;
  clear: both;
}
.frontpage .news .newsTitleContainer > h2 {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 400;
  float: left;
}
.frontpage .news .newsTitleContainer > a {
  float: right;
  margin-top: 7px;
}
.frontpage .beacons {
  height: 300px;
  position: relative;
}
.frontpage .beacons:hover img {
  opacity: 0.5;
}
.frontpage .beacons .image {
  background: #6b2c91;
  height: 300px;
  overflow: hidden;
  position: absolute;
  top: 0;
}
.frontpage .beacons .text {
  background: #fff;
  padding: 1.515rem 1.515rem 0.505rem 0.505rem;
  position: absolute;
  bottom: 0;
}
.frontpage .beacons .text p {
  color: #343536;
}

.portal_textfield_completion {
  background: #fff;
  border: 1px solid #eee;
  padding: 5px;
  margin: 0;
  list-style: none;
  position: absolute;
}
.portal_textfield_completion li {
  padding: 2px 5px;
  cursor: pointer;
}
.portal_textfield_completion li:hover {
  background: #eee;
}
.portal_textfield_completion li.portal_textfield_highlighted {
  background: #6b2c91;
  color: #fff;
}

.search > h1 {
  margin-top: 1.01rem;
}
.search .search-filters {
  margin: 3.03rem 0;
}
.search .search-filters:after {
  content: "";
  display: table;
  clear: both;
}
.search .search-filters .filters {
  float: left;
  margin-bottom: 2.02rem;
}
.search .search-filters .filters:after {
  content: "";
  display: table;
  clear: both;
}
.search .search-filters .filters:nth-child(2) {
  margin-left: 2.02rem;
}
@media (max-width: 37.5em) {
  .search .search-filters .filters:nth-child(2) {
    margin-left: 0;
    float: right;
  }
}
@media (max-width: 26.25em) {
  .search .search-filters .filters:nth-child(2) {
    margin-left: 0;
    float: left;
    clear: both;
  }
}
.search .search-filters .filters ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.search .search-filters .filters ul li {
  float: left;
  margin: 2px;
}
.search .search-filters .filters ul li a {
  background: #ececed;
  display: block;
  text-align: center;
  padding: 15px 20px;
}
@media (max-width: 68.75em) {
  .search .search-filters .filters ul li a {
    padding: 10px 15px;
  }
}
@media (max-width: 37.5em) {
  .search .search-filters .filters ul li a {
    padding: 8px 10px;
  }
}
.search .search-filters .filters ul li a.selected {
  background: #383837;
  color: #fff;
}
.search .search-filters .filters ul li a:hover {
  background: #ccc;
}
.search .search-filters .letters {
  float: left;
}
.search .search-filters .letters a {
  background: #ececed;
  display: block;
  float: left;
  text-align: center;
  padding: 15px 0;
  margin: 2px;
  width: 55px;
}
@media (max-width: 68.75em) {
  .search .search-filters .letters a {
    padding: 10px 0;
    width: 45px;
  }
}
@media (max-width: 37.5em) {
  .search .search-filters .letters a {
    padding: 8px 0;
    width: 35px;
  }
}
@media (max-width: 30em) {
  .search .search-filters .letters a {
    padding: 6px 0;
    width: 33px;
  }
}
@media (max-width: 26.25em) {
  .search .search-filters .letters a {
    padding: 6px 0;
    width: 28px;
  }
}
.search .search-filters .letters a.selected {
  background: #383837;
  color: #fff;
}
.search .search-filters .letters a:hover {
  background: #ccc;
}

.search-advanced {
  padding-bottom: 3.03rem;
  margin-bottom: 1.01rem;
}
.search-advanced #keyword-select optgroup:not([label*="Research"]) {
  display: none;
}
.de_DE .search-advanced .search-advanced-criteria .project_date_filter .portal_label,
.de_DE .search-advanced .search-advanced-criteria .publication_years_filter .portal_label {
  padding: 0 4px;
}
.search-advanced > h4 {
  background: #383837;
  color: #fff;
  text-transform: uppercase;
  padding: 1.01rem;
}
.search-advanced .search-advanced-criteria {
  padding: 1.01rem;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
}
.search-advanced .search-advanced-criteria .core_filter {
  display: inline-block;
  float: left;
  margin-left: 1.01rem;
  height: 70px;
  width: calc((100% / 2) - 1.01rem);
}
@media (max-width: 37.5em) {
  .search-advanced .search-advanced-criteria .core_filter {
    width: calc(100%);
  }
}
.search-advanced .search-advanced-criteria .core_filter:first-child {
  margin-left: 0;
}
.search-advanced .search-advanced-criteria .core_filter:nth-of-type(2n+2) {
  float: right;
}
.search-advanced .search-advanced-criteria .core_filter.core_filter_authors > p {
  margin-bottom: 0;
}
.search-advanced .search-advanced-criteria .core_filter.core_filter_authors > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  background: #ececed;
  border: 1px solid #ececed;
  position: relative;
  overflow: hidden;
  margin-top: 1px;
  padding: 5px 40px 0 5px;
  height: 30px;
}
.search-advanced .search-advanced-criteria .core_filter.core_filter_authors > ul > .show-all {
  display: none;
}
.search-advanced .search-advanced-criteria .core_filter.core_filter_authors > ul.active {
  border: 1px solid #ccc;
  height: auto;
}
.search-advanced .search-advanced-criteria .core_filter.core_filter_authors > ul.all > .show-all {
  background: none;
  content: "All";
  color: #333;
  font-weight: bold;
  display: block;
  font-size: 12px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 2px;
  top: 1px;
}
.search-advanced .search-advanced-criteria .core_filter.core_filter_authors > ul.all > .show-all:hover {
  cursor: pointer;
  color: #6b2c91;
}
.search-advanced .search-advanced-criteria .core_filter.core_filter_authors > ul.all > .show-all:before {
  content: "(" attr(data-count) ")";
  font-size: 12px;
  font-weight: bold;
  margin-right: 2px;
}
.search-advanced .search-advanced-criteria .core_filter.core_filter_authors > ul li {
  background: #6b2c91;
  border-radius: 3px;
  color: #fff;
  padding: 2px 3px;
  margin-right: 5px;
  margin-bottom: 5px;
  float: left;
  font-size: 11px;
}
.search-advanced .search-advanced-criteria .core_filter.core_filter_authors > ul li > a {
  color: #fff;
  position: relative;
  display: inline-block;
  text-indent: -9999px;
  padding-right: 20px;
}
.search-advanced .search-advanced-criteria .core_filter.core_filter_authors > ul li > a:after {
  position: absolute;
  right: 0;
  font-weight: bold;
  text-indent: 0;
  content: 'X';
  padding: 0 5px;
}
.search-advanced .search-advanced-criteria .core_filter_activitypersonassociation_all {
  display: none;
}
.search-advanced .search-advanced-criteria .portal_facet_panel, .search-advanced .search-advanced-criteria .core_filter_authors, .search-advanced .search-advanced-criteria .core_filter_activitypersonassociation {
  margin: 0 0 2.02rem 0;
}
.search-advanced .search-advanced-criteria .core_filter_authors {
  position: relative;
}
.search-advanced .search-advanced-criteria .core_filter_legend {
  margin-bottom: 0;
}
.search-advanced .search-advanced-criteria input[type=text], .search-advanced .search-advanced-criteria select {
  padding: 0.67333rem;
  border-color: #ccc;
  max-width: 100%;
  width: 100%;
}
.search-advanced .search-advanced-criteria .search-buttons input[type=submit] {
  background: #6b2c91;
  color: #fff;
  padding: 5px 10px;
  border: 0;
}
.search-advanced .search-advanced-criteria .search-buttons input[type=submit]:hover {
  background: #7932a5;
}
.search-advanced .search-advanced-criteria .search-buttons .icon-right-link {
  float: right;
  margin-top: 7px;
}
.search-advanced .search-advanced-criteria .core_filter_authors_all {
  display: none;
}
.search-advanced .search-advanced-criteria .project_date_filter .portal_facet_content:after,
.search-advanced .search-advanced-criteria .core_filter_publicationyears_content:after {
  content: "";
  display: table;
  clear: both;
}
.search-advanced .search-advanced-criteria .project_date_filter .portal_facet_content,
.search-advanced .search-advanced-criteria .core_filter_publicationyears_content {
  display: flex;
}
.search-advanced .search-advanced-criteria .project_date_filter .portal_select,
.search-advanced .search-advanced-criteria .publication_years_filter .portal_select {
  width: 50%;
}
.search-advanced .search-advanced-criteria .project_date_filter .portal_label,
.search-advanced .search-advanced-criteria .publication_years_filter .portal_label {
  margin: 8.4px 0 0 0;
  padding: 0 8px;
}
.search-advanced .search-advanced-criteria .core_filter_multipleorganisations .portal_facet_content {
  position: relative;
}
.search-advanced .search-advanced-criteria .core_filter_multipleorganisations .portal_facet_content .portal_hierarchical_popup {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  z-index: 99;
}
.search-advanced .search-advanced-criteria .core_filter_multipleorganisations .portal_facet_content .portal_hierarchical_popup .popup_controls {
  background: #ececed;
}
.search-advanced .search-advanced-criteria .core_filter_multipleorganisations .portal_facet_content .portal_hierarchical_popup .popup_controls:after {
  content: "";
  display: table;
  clear: both;
}
.search-advanced .search-advanced-criteria .core_filter_multipleorganisations .portal_facet_content .portal_hierarchical_popup .popup_controls .core_filter_multiselect_reset input,
.search-advanced .search-advanced-criteria .core_filter_multipleorganisations .portal_facet_content .portal_hierarchical_popup .popup_controls .core_filter_multiselect_submit input {
  background: #383837;
  border: 0;
  color: #fff;
}
.search-advanced .search-advanced-criteria .core_filter_multipleorganisations .portal_facet_content .portal_hierarchical_popup .popup_controls .core_filter_multiselect_reset {
  float: left;
}
.search-advanced .search-advanced-criteria .core_filter_multipleorganisations .portal_facet_content .portal_hierarchical_popup .popup_controls .core_filter_multiselect_submit {
  float: right;
}
.search-advanced .search-advanced-criteria .portal_hd_children.common_hidden,
.search-advanced .search-advanced-criteria .portal_hierarchical_popup {
  display: none;
}
.search-advanced .search-advanced-criteria .multiselect_tree {
  padding: 2.02rem;
  max-height: 400px;
  min-height: 100px;
  overflow-y: auto;
}
.search-advanced .search-advanced-criteria .multiselect_tree .portal_hierarchical_renderer {
  padding-left: 2.02rem;
}
.search-advanced .search-advanced-criteria .multiselect_tree .core_filter_multipleorganisations_reset a {
  background: #6b2c91;
  color: #fff;
  display: block;
  padding: 0.505rem 0;
  text-align: center;
}
.search-advanced .search-advanced-criteria .multiselect_tree .core_filter_multipleorganisations_reset a:hover {
  background: #6b2c91;
}
.search-advanced .search-advanced-criteria .multiselect_tree ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.search-advanced .search-advanced-criteria .multiselect_tree ul .non_selectable_children .portal_hd_item .portal_hd_check_body input:checked + label,
.search-advanced .search-advanced-criteria .multiselect_tree ul .non_selectable_children .portal_hd_item .portal_hd_check_body label {
  opacity: .3;
  cursor: not-allowed;
}
.search-advanced .search-advanced-criteria .multiselect_tree ul .non_selectable_children .portal_hd_item .portal_hd_check_body label:after {
  color: #343536;
  visibility: visible;
  opacity: 1;
}
.search-advanced .search-advanced-criteria .multiselect_tree ul .portal_hd_item {
  position: relative;
  padding-bottom: 0.505rem;
}
.search-advanced .search-advanced-criteria .multiselect_tree ul .portal_hd_item .portal_hd_check_body input {
  display: none;
}
.search-advanced .search-advanced-criteria .multiselect_tree ul .portal_hd_item .portal_hd_check_body input:checked + label {
  color: #6b2c91;
  position: relative;
}
.search-advanced .search-advanced-criteria .multiselect_tree ul .portal_hd_item .portal_hd_check_body input:checked + label:after {
  visibility: visible;
  opacity: 1;
}
.search-advanced .search-advanced-criteria .multiselect_tree ul .portal_hd_item .portal_hd_check_body label {
  padding: 3px 5px;
  white-space: nowrap;
  cursor: pointer;
}
.search-advanced .search-advanced-criteria .multiselect_tree ul .portal_hd_item .portal_hd_check_body label:after {
  color: #6b2c91;
  content: '\f00c';
  font-family: fontawesome;
  margin-left: 1.01rem;
  opacity: 0;
  visibility: hidden;
  transition: all .2s ease;
}
.search-advanced .search-advanced-criteria .multiselect_tree ul .portal_hd_item .portal_hd {
  cursor: pointer;
  position: absolute;
  right: 100%;
  top: 0;
  height: 20px;
  width: 20px;
}
.search-advanced .search-advanced-criteria .multiselect_tree ul .portal_hd_item .portal_hd span {
  display: block;
  position: relative;
}
.search-advanced .search-advanced-criteria .multiselect_tree ul .portal_hd_item .portal_hd span:before {
  background: rgba(107, 44, 145, 0.6);
  content: '';
  border-radius: 4px;
  opacity: 1;
  transform: rotate(0deg);
  transition: all .3s ease;
  position: absolute;
  top: 5px;
  left: 9px;
  height: 10px;
  width: 2px;
}
.search-advanced .search-advanced-criteria .multiselect_tree ul .portal_hd_item .portal_hd span:after {
  content: '';
  background: rgba(107, 44, 145, 0.6);
  border-radius: 4px;
  position: absolute;
  top: 9px;
  left: 5px;
  height: 2px;
  width: 10px;
}
.search-advanced .search-advanced-criteria .multiselect_tree ul .portal_hd_item .portal_hd.portal_hd_open span:before {
  opacity: 0;
  transform: rotate(90deg);
}
.search-advanced .button-container {
  padding: 0 1.01rem;
}

.search-box {
  background: #ececed;
  padding: 3.03rem;
}
.search-box:after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 37.5em) {
  .search-box {
    padding: 2.02rem;
  }
}
.search-box .search-form {
  position: relative;
}
.search-box .search-form .btn-reset {
  position: absolute;
  top: 0;
  right: 6.06rem;
  padding: 1.515rem 0 1.515rem 1.01rem;
}
.search-box .search-form .btn-filters {
  display: inline-block;
  padding: 1.01rem;
}
.search-box .search-form .btn-filters i {
  font-size: 1.9rem;
  transform: rotate(0deg);
  transition: transform .2s ease;
}
.search-box .search-form .btn-filters.open i {
  transform: rotate(90deg);
}
.search-box input[type=text], .search-box input[type=submit] {
  padding: 1.01rem;
}
.search-box input[type=text] {
  border-color: #5d2684;
  border-radius: 3px;
  color: #343536;
  transition: all .2s ease;
  padding: 0.67333rem 1.515rem;
  width: 100%;
}
.search-box input[type=text]::-webkit-input-placeholder {
  color: #565758;
}
.search-box input[type=text]:-moz-placeholder {
  /* Firefox 18- */
  color: #565758;
}
.search-box input[type=text]::-moz-placeholder {
  /* Firefox 19+ */
  color: #565758;
}
.search-box input[type=text]:-ms-input-placeholder {
  color: #565758;
}
.search-box input[type=submit].search_button {
  position: absolute;
  top: 0;
  right: 0;
  background: url(../gfx/icon-search-purple.png) center no-repeat;
  background-size: 20px;
  border: none;
  text-indent: -99999px;
  padding: 1.515rem 3.03rem;
  color: #fff;
  transition: all .2s ease;
}
.search-box input[type=submit].search_button:hover {
  background-size: 23px;
}
.search-box #search_container input[type=text], .search-box #searchall_container input[type=text] {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 50em) {
  .search-box #search_container input[type=text], .search-box #searchall_container input[type=text] {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.search-result-container .portal_navigator_top {
  text-align: center;
  padding: 1.01rem;
}
.search-result-container .portal_navigator_top:after {
  content: "";
  display: table;
  clear: both;
}
.search-result-container .portal_navigator_top .portal_navigator_window_and_pagesize,
.search-result-container .portal_navigator_top .portal_navigator_ordering {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5;
  position: relative;
  cursor: pointer;
}
.search-result-container .portal_navigator_top .portal_navigator_window_and_pagesize:hover,
.search-result-container .portal_navigator_top .portal_navigator_ordering:hover {
  background: #eee;
}
.search-result-container .portal_navigator_top .portal_navigator_window_and_pagesize .portal_navigator_popup,
.search-result-container .portal_navigator_top .portal_navigator_ordering .portal_navigator_popup {
  position: relative;
}
.search-result-container .portal_navigator_top .portal_navigator_window_and_pagesize .portal_navigator_popup_control,
.search-result-container .portal_navigator_top .portal_navigator_ordering .portal_navigator_popup_control {
  padding: 1.01rem 0;
  margin: 0 1.01rem;
}
@media (max-width: 30em) {
  .search-result-container .portal_navigator_top .portal_navigator_window_and_pagesize .portal_navigator_popup_control strong,
  .search-result-container .portal_navigator_top .portal_navigator_ordering .portal_navigator_popup_control strong {
    display: none;
  }
}
.search-result-container .portal_navigator_top .portal_navigator_popup_control a > span {
  padding-right: 20px;
}
.search-result-container .portal_navigator_top .portal_navigator_sort_ascending,
.search-result-container .portal_navigator_top .portal_navigator_sort_descending {
  position: relative;
}
.search-result-container .portal_navigator_top .portal_navigator_sort_ascending:after,
.search-result-container .portal_navigator_top .portal_navigator_sort_descending:after {
  content: '\f160';
  font-family: fontawesome;
  position: absolute;
  right: 5px;
}
.search-result-container .portal_navigator_top .portal_navigator_sort_descending:after {
  content: '\f161';
}
.search-result-container .portal_navigator_top .portal_navigator_popup_content {
  background: #fff;
  border: 1px solid #ccc;
  text-align: left;
  display: none;
  visibility: hidden;
  position: absolute;
  top: 100%;
  white-space: nowrap;
  z-index: 9;
}
.search-result-container .portal_navigator_top .portal_navigator_popup_content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.search-result-container .portal_navigator_top .portal_navigator_popup_content ul li {
  margin: 3px 0;
}
.search-result-container .portal_navigator_top .portal_navigator_popup_content ul li a, .search-result-container .portal_navigator_top .portal_navigator_popup_content ul li strong {
  padding: 5px 20px 5px 10px;
  display: block;
}
.search-result-container .portal_navigator_top .portal_navigator_popup_content ul li a:hover, .search-result-container .portal_navigator_top .portal_navigator_popup_content ul li strong:hover {
  background: #b8b8b6;
}
.search-result-container .portal_navigator_top .portal_navigator_popup_content ul li .selected, .search-result-container .portal_navigator_top .portal_navigator_popup_content ul li strong {
  background: #383837;
  color: #fff;
}
.search-result-container .portal_navigator_top .portal_navigator_rss {
  display: inline;
  float: right;
  margin: 9px 3px 0;
}
.search-result-container .portal_navigator_top .portal_navigator_window_and_pagesize {
  float: left;
  position: relative;
}
.search-result-container .portal_navigator_top .portal_navigator_window_and_pagesize .portal_navigator_window + a {
  display: none;
  top: 10px;
  position: absolute;
}
.search-result-container .portal_navigator_top .portal_navigator_window_and_pagesize:hover .portal_navigator_window {
  visibility: hidden;
}
.search-result-container .portal_navigator_top .portal_navigator_window_and_pagesize:hover .portal_navigator_window + a {
  display: block;
}
.search-result-container .portal_navigator_top .portal_navigator_ordering {
  float: right;
}
.search-result-container .portal_navigator_result .warning {
  padding: 3.03rem;
  text-align: center;
}
.search-result-container .portal_navigator_result .portal_navigator_empty {
  padding: 2.02rem 1.01rem;
  text-align: center;
}
.search-result-container .portal_navigator_result .search-results {
  padding: 1.01rem;
  margin: 0;
  background: #eee;
}
.search-result-container .portal_navigator_result .search-results .highlight {
  color: #6b2c91;
}
.search-result-container .portal_navigator_result ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
.search-result-container .portal_navigator_result ol .portal_list_item_group {
  border-top: 0;
  color: #000;
  padding: 3.03rem 1.01rem;
  font-size: 24px;
}
.search-result-container .portal_navigator_result ol .portal_list_item {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 2.02rem 1.01rem;
  translate: background .2s ease;
}
.search-result-container .portal_navigator_result ol .portal_list_item .title {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 800;
}
.search-result-container .portal_navigator_result ol .portal_list_item .portal_content_properties {
  float: right;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
}
.search-result-container .portal_navigator_result ol .portal_list_item .portal_content_properties > span {
  background: #eee;
  padding: 4px 5px;
  margin-left: 3px;
  color: #6b2c91;
  transition: all .2s ease;
}
.search-result-container .portal_navigator_result ol .portal_list_item .portal_content_properties .workflow_step {
  display: block;
  margin-bottom: 10px;
}
.search-result-container .portal_navigator_result ol .portal_list_item .portal_content_properties .open_access_permission {
  border: 0;
  position: relative;
  background: url(../gfx/icons/type/openaccess16.png) center no-repeat;
  background-size: 10px 16px;
  padding: 2px 10px;
  margin-left: 15px;
}
.search-result-container .portal_navigator_result ol .portal_list_item .portal_content_properties .file_attachment {
  background: none;
}
.search-result-container .portal_navigator_result ol .portal_list_item .portal_content_properties .file_attachment a {
  color: #38a9a3;
}
.search-result-container .portal_navigator_result ol .portal_list_item .portal_content_properties .file_attachment a:before {
  content: '\f0c6';
  font-family: fontawesome;
}
.search-result-container .portal_navigator_result ol .portal_list_item .highlight {
  color: #fff;
  background: #6b2c91;
  padding: 0 2px;
}
.search-result-container .portal_navigator_result ol .portal_list_item .relations {
  padding: 0;
  margin: 0;
  list-style: none;
}
.search-result-container .portal_navigator_result ol .portal_list_item .relations li {
  margin-bottom: 1.01rem;
}
.search-result-container .portal_navigator_result ol .portal_list_item .relations .minor.dimmed {
  display: block;
}
.search-result-container .portal_navigator_result ol .portal_list_item .type {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5;
  font-style: italic;
  margin-top: 1.01rem;
}
.search-result-container .portal_navigator_result ol .portal_list_item .type .family {
  display: none;
}
.search-result-container .portal_navigator_result ol .portal_list_item:hover {
  background: #f9f9f9;
}
.search-result-container .portal_navigator_pages {
  padding: 2.02rem 0;
  margin: 2.02rem 0;
}
.search-result-container .portal_navigator_pages .portal_navigator_paging a, .search-result-container .portal_navigator_pages .portal_navigator_paging strong, .search-result-container .portal_navigator_pages .portal_navigator_paging .portal_navigator_divider {
  padding: 1.01rem 2.02rem;
}
@media (max-width: 68.75em) {
  .search-result-container .portal_navigator_pages .portal_navigator_paging a, .search-result-container .portal_navigator_pages .portal_navigator_paging strong, .search-result-container .portal_navigator_pages .portal_navigator_paging .portal_navigator_divider {
    padding: 0.77692rem 1.313rem;
  }
}
@media (max-width: 47.5em) {
  .search-result-container .portal_navigator_pages .portal_navigator_paging a, .search-result-container .portal_navigator_pages .portal_navigator_paging strong, .search-result-container .portal_navigator_pages .portal_navigator_paging .portal_navigator_divider {
    padding: 0.84167rem 1.01rem;
  }
}
@media (max-width: 30em) {
  .search-result-container .portal_navigator_pages .portal_navigator_paging a, .search-result-container .portal_navigator_pages .portal_navigator_paging strong, .search-result-container .portal_navigator_pages .portal_navigator_paging .portal_navigator_divider {
    padding: 0.91818rem 0.808rem;
  }
}
.search-result-container .portal_navigator_pages .portal_navigator_paging strong {
  background: #383837;
  color: #fff;
}
.search-result-container .portal_navigator_pages .portal_navigator_paging a {
  background: #ececed;
  color: #000;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 0.505rem;
}
.search-result-container .portal_navigator_pages .portal_navigator_paging a:hover {
  background: #ccc;
  text-decoration: none;
}
.search-result-container .portal_navigator_pages .portal_navigator_previous, .search-result-container .portal_navigator_pages .portal_navigator_next {
  padding: 1.01rem 2.02rem;
  background: #ececed;
}
@media (max-width: 68.75em) {
  .search-result-container .portal_navigator_pages .portal_navigator_previous, .search-result-container .portal_navigator_pages .portal_navigator_next {
    padding: 0.77692rem 1.313rem;
  }
}
@media (max-width: 47.5em) {
  .search-result-container .portal_navigator_pages .portal_navigator_previous, .search-result-container .portal_navigator_pages .portal_navigator_next {
    padding: 0.84167rem 1.01rem;
  }
}
@media (max-width: 30em) {
  .search-result-container .portal_navigator_pages .portal_navigator_previous, .search-result-container .portal_navigator_pages .portal_navigator_next {
    padding: 0.91818rem 0.808rem;
  }
}
.search-result-container .portal_navigator_pages .portal_navigator_previous:after, .search-result-container .portal_navigator_pages .portal_navigator_next:after {
  content: '\f104';
  font-size: 1.9rem;
  font-family: fontawesome;
}
.search-result-container .portal_navigator_pages .portal_navigator_previous:hover, .search-result-container .portal_navigator_pages .portal_navigator_next:hover {
  background: #ccc;
  text-decoration: none;
}
.search-result-container .portal_navigator_pages .portal_navigator_previous span, .search-result-container .portal_navigator_pages .portal_navigator_next span {
  display: none;
}
@media (max-width: 26.25em) {
  .search-result-container .portal_navigator_pages .portal_navigator_links {
    display: none;
  }
}
.search-result-container .portal_navigator_pages .portal_navigator_next:after {
  content: '\f105';
}
.search-result-container .portal_navigator_pages .portal_navigator_previous_disabled, .search-result-container .portal_navigator_pages .portal_navigator_next_disabled {
  display: none;
}
@media (max-width: 26.25em) {
  .search-result-container .portal_navigator_pages .portal_navigator_previous_disabled, .search-result-container .portal_navigator_pages .portal_navigator_next_disabled {
    background: #fff;
    display: inline;
  }
}

.searchall_results .searchall-block {
  margin-bottom: 4.04rem;
}
.searchall_results .searchall-block > h3 {
  background: #ccc;
  color: #000;
  padding: 1.01rem;
}
.searchall_results .searchall-block > h3 > a {
  color: #000;
}
.searchall_results .searchall-block .more {
  padding: 1.01rem;
}
.searchall_results .searchall-block .portal_list_item_group {
  padding: 0.505rem 1.01rem;
  border: 1px solid #ccc;
  border-top: 0;
  font-weight: bold;
}
.searchall_results .searchall-block ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
.searchall_results .searchall-block ol .portal_list_item {
  padding: 1.01rem;
  border-bottom: 1px dotted rgba(0, 92, 133, 0.4);
  translate: background .2s ease;
}
.searchall_results .searchall-block ol .portal_list_item .portal_content_properties {
  float: right;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
}
.searchall_results .searchall-block ol .portal_list_item .portal_content_properties > span {
  padding: 2px 5px;
  margin-left: 3px;
  border: 1px solid #ccc;
  color: #ccc;
  transition: all .2s ease;
}
.searchall_results .searchall-block ol .portal_list_item .portal_content_properties .open_access_permission {
  position: relative;
  background: url(../gfx/open_access_gray.png) center no-repeat;
  background-size: 6px 12px;
  padding: 2px 8px;
}
.searchall_results .searchall-block ol .portal_list_item .portal_content_properties .file_attachment a {
  color: #ccc;
}
.searchall_results .searchall-block ol .portal_list_item .portal_content_properties .file_attachment a:hover {
  color: #6b2c91;
}
.searchall_results .searchall-block ol .portal_list_item:hover .portal_content_properties > span, .searchall_results .searchall-block ol .portal_list_item:hover .portal_content_properties a {
  background: #6b2c91;
  color: #fff;
}
.searchall_results .searchall-block ol .portal_list_item:hover .portal_content_properties .open_access_permission {
  background: #6b2c91 url(../gfx/open_access_white.png) center no-repeat;
  background-size: 6px 12px;
}
.searchall_results .searchall-block ol .portal_list_item .highlight {
  color: #fff;
  background: #6b2c91;
  padding: 0 2px;
}

.search_hierarchy ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.search_hierarchy ul li a {
  border: none;
}
.search_hierarchy ul li a:hover {
  border: none;
}
.search_hierarchy ul .level1 {
  background: #f9f9f9;
  margin: 2.02rem 0;
  padding: 1.01rem;
  border-bottom: 1px solid #eee;
}
.search_hierarchy ul .level1 > .portal_hd_item > .portal_hd {
  display: none;
}
.search_hierarchy ul .level1 > .portal_hd_item .portal_hd_body a {
  font-size: 24px;
}
.search_hierarchy ul .level1 > .portal_hd_children {
  margin-top: 1.01rem;
}

.publications .pure_altmetric_component {
  text-align: center;
  margin: 20px 0;
}
.publications .col-2-3 .rendering_researchoutput .subheader {
  margin-top: 4.04rem;
}
.publications .rendering_associatesauthorsclassifiedsummarizedlistportal .relations.persons {
  padding: 0;
  margin: 0;
  list-style: none;
}
.publications .rendering_associatesauthorsclassifiedsummarizedlistportal .relations.persons:after {
  content: "";
  display: table;
  clear: both;
}
.publications .rendering_associatesauthorsclassifiedsummarizedlistportal .relations.persons li {
  float: left;
  margin-right: 5px;
}
.publications .rendering_associatesauthorsclassifiedsummarizedlistportal .relations.persons li:after {
  content: ',';
}
.publications .rendering_associatesauthorsclassifiedsummarizedlistportal .relations.persons li:last-child:after {
  content: '';
}
.publications .rendering_associatesauthorsclassifiedsummarizedlistportal .relations.persons li.authors-inline-heading {
  font-weight: bold;
}
.publications .rendering_associatesauthorsclassifiedsummarizedlistportal .relations.persons li.authors-inline-heading:after {
  content: '';
}
.publications .rendering_associatesauthorsclassifiedsummarizedlistportal .type {
  margin-top: 1.01rem;
  margin-bottom: 0;
  font-size: 14px;
}
.publications .citations tr.total {
  font-weight: bold;
}
.publications .citations tr td {
  border-bottom: 1px solid #ccc;
  padding: 5px 0;
}
.publications .citations tr td:last-child {
  text-align: right;
}

.rendering_ris p {
  white-space: pre-wrap;
}

.researchers .relations-publications .latest-content-container > .latest-box {
  width: 100%;
}
.researchers.old-ie .person-contact .image {
  min-width: 200px;
}
.researchers.old-ie .person-contact .image img {
  display: block;
  width: 100%;
}
.researchers .rendering_person .person-title.post {
  margin-left: 1.01rem;
}
.researchers .rendering_person .type {
  font-size: 20px;
}
.researchers .person-contact {
  display: flex;
  background: #ececed;
}
@media (max-width: 37.5em) {
  .researchers .person-contact {
    display: block;
  }
}
.researchers .person-contact.no-image .info {
  width: 100%;
}
.researchers .person-contact .image {
  overflow: hidden;
  min-width: 200px;
  max-width: 250px;
  min-height: 250px;
}
@media (max-width: 37.5em) {
  .researchers .person-contact .image {
    max-width: 100%;
    height: 300px;
    width: 100%;
  }
}
.researchers .person-contact .image img {
  display: none;
}
.researchers .person-contact .info {
  padding: 2.02rem;
  width: 75.7%;
}
@media (max-width: 37.5em) {
  .researchers .person-contact .info {
    width: 100%;
  }
}
.researchers .person-contact .info ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.researchers .person-contact .info ul:after {
  content: "";
  display: table;
  clear: both;
}
.researchers .person-contact .info ul li {
  float: left;
}
.researchers .person-contact .info .affiliations, .researchers .person-contact .info .links, .researchers .person-contact .info .email {
  margin-bottom: 2.02rem;
}
.researchers .person-contact .info .affiliations a, .researchers .person-contact .info .links a, .researchers .person-contact .info .email a {
  display: inline-block;
}
.researchers .person-contact .info .affiliations .info-header, .researchers .person-contact .info .links .info-header, .researchers .person-contact .info .email .info-header {
  font-weight: bold;
  margin-bottom: 0;
  margin-right: 4px;
}
.researchers .person-contact .info .affiliations li:not(:last-child):not(:first-child):after, .researchers .person-contact .info .links li:not(:last-child):not(:first-child):after, .researchers .person-contact .info .email li:not(:last-child):not(:first-child):after {
  content: ',';
  margin-right: 4px;
}
.researchers .person-contact .info .contact {
  position: relative;
  padding: 0 135px 17px 0;
  min-height: 70px;
  bottom: 0;
}
.researchers .person-contact .info .contact .phonenumbers p {
  font-size: 1.3rem;
}
.researchers .person-contact .info .contact .graph {
  position: absolute;
  right: 0;
  bottom: 25px;
  width: 130px;
}
@media (max-width: 37.5em) {
  .researchers .person-contact .info .contact .graph {
    position: static;
    margin-top: 1.01rem;
  }
}
.researchers .person-contact .info .contact .graph span {
  margin-top: 0;
}
.researchers .person-contact .info .contact .addthis_inline_share_toolbox {
  position: absolute;
  right: 0;
  bottom: 0;
}
.researchers .person-contact .info .contact .full-contact {
  text-decoration: underline;
}
.researchers .rendering_personorganisationsnamelistportal .seperator {
  display: none;
}
.researchers .rendering_personorganisationsnamelistportal .direct-parent {
  position: relative;
  padding: 0 0 0 0.505rem;
  margin: 0 0 0 1.01rem;
  font-weight: bold;
}
.researchers .rendering_personorganisationsnamelistportal .direct-parent:before {
  content: '/';
  position: absolute;
  left: -6px;
}
.researchers .rendering_educationqualificationlist ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.researchers .rendering_educationqualificationlist ul:after {
  content: "";
  display: table;
  clear: both;
}
.researchers .cv .fa-stack {
  width: 1.2em;
  height: 1.7em;
  vertical-align: bottom;
}
.researchers .cv .fa-stack .fa-file-pdf-o {
  color: white;
  margin-right: 5px;
  font-size: 2.55rem;
}
.researchers .cv .fa-stack .fa-file {
  color: red;
  font-size: 2.5rem;
}
.researchers .supervision {
  font-size: 1.6rem;
}
.researchers .supervision .item {
  margin-bottom: 1.01rem;
}
.researchers .supervision .item ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.researchers .supervision .item .supervision-date {
  font-style: italic;
}
.researchers .supervision .item:last-child {
  margin-bottom: 0;
}
.researchers .supervision .item .person a {
  font-weight: 800;
}
.researchers .opportunities .widget {
  background: #ececed;
  height: 300px;
}
.researchers .contact-page {
  font-size: 16px;
}
.researchers .contact-page .graph a.portal_graphviewer_button {
  font-size: 16px;
}
.researchers .contact-page ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.researchers .contact-page h4 {
  font-weight: bold;
}
.researchers .contact-page .address {
  margin-bottom: 1.01rem;
}
.researchers .contact-page .address > span {
  display: block;
}
.researchers .contact-page .address .type {
  font-weight: bold;
  clear: both;
}
.researchers .contact-page .address .type:after {
  content: ':';
}

.facultiesandschools .rendering_organisationcontactportal .address {
  margin-bottom: 1.01rem;
}
.facultiesandschools .rendering_organisationparentsportal ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.facultiesandschools .portal_expand_controls {
  display: none;
}
.facultiesandschools .portal_expand_body {
  overflow: hidden;
}
.facultiesandschools .search_hierarchy ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.facultiesandschools .search_hierarchy ul .portal_hd_item {
  position: relative;
  padding-bottom: 0.505rem;
}
.facultiesandschools .search_hierarchy ul .portal_hd_item .portal_hd {
  position: absolute;
  right: 100%;
  top: 0;
  height: 20px;
  width: 20px;
}
.facultiesandschools .search_hierarchy ul .portal_hd_item .portal_hd span {
  display: block;
  position: relative;
}
.facultiesandschools .search_hierarchy ul .portal_hd_item .portal_hd span:before {
  background: rgba(107, 44, 145, 0.6);
  content: '';
  border-radius: 4px;
  opacity: 1;
  transform: rotate(0deg);
  transition: all .3s ease;
  position: absolute;
  top: 5px;
  left: 9px;
  height: 10px;
  width: 2px;
}
.facultiesandschools .search_hierarchy ul .portal_hd_item .portal_hd span:after {
  content: '';
  background: rgba(107, 44, 145, 0.6);
  border-radius: 4px;
  position: absolute;
  top: 9px;
  left: 5px;
  height: 2px;
  width: 10px;
}
.facultiesandschools .search_hierarchy ul .portal_hd_item .portal_hd.portal_hd_open span:before {
  opacity: 0;
  transform: rotate(90deg);
}

.projects .projectdescription, .projects .laymansdescription, .projects .keyfindings {
  margin-bottom: 2.02rem;
}

.prizes .rendering_prize_detailsportal .description {
  margin-bottom: 4.04rem;
}

.activities .rendering_activity_detailsportal > .persons, .activities .rendering_activity_detailsportal > .organisations {
  display: none;
}
.activities .rendering_activity_detailsportal h3, .activities .rendering_activity_detailsportal .activity-details .rendering_event_long h2 {
  margin-top: 3.03rem;
  font-weight: 400;
  font-size: 1.8rem;
}
.activities .rendering_activity_detailsportal .subheader.externalOrganisation {
  display: none;
}
.activities .rendering_activity_detailsportal .activity-date, .activities .rendering_activity_detailsportal .activitydescription {
  margin-bottom: 1.01rem;
}
.activities .rendering_activity_detailsportal .type {
  display: none;
}

.media .rendering_clippinggroupedreferencesportal .references {
  margin-bottom: 4.04rem;
}
.media .rendering_clippinggroupedreferencesportal .references table tr:first-child th, .media .rendering_clippinggroupedreferencesportal .references table tr:first-child td {
  font-weight: bold;
}
.media .clippingShortRendererReferencesCount {
  display: none;
}

.impact .rendering_impactcategoryportal ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.impact .rendering_impactcategoryportal ul li {
  float: left;
}
.impact .rendering_impactcategoryportal ul li:not(:last-child):after {
  content: '-';
  margin: 0 5px;
}

.theses .rendering_associatesauthorsclassifiedsummarizedlistportal .relations.persons {
  padding: 0;
  margin: 0;
  list-style: none;
}
.theses .rendering_associatesauthorsclassifiedsummarizedlistportal .relations.persons:after {
  content: "";
  display: table;
  clear: both;
}
.theses .rendering_associatesauthorsclassifiedsummarizedlistportal .relations.persons li {
  float: left;
  margin-right: 5px;
}
.theses .rendering_associatesauthorsclassifiedsummarizedlistportal .relations.persons li:after {
  content: ',';
}
.theses .rendering_associatesauthorsclassifiedsummarizedlistportal .relations.persons li:last-child:after {
  content: '';
}
.theses .rendering_associatesauthorsclassifiedsummarizedlistportal .relations.persons li.authors-inline-heading {
  font-weight: bold;
}
.theses .rendering_associatesauthorsclassifiedsummarizedlistportal .relations.persons li.authors-inline-heading:after {
  content: '';
}

.browse .keywords .list-toplevel .selected > a {
  background: none;
  color: #5d2684;
  text-decoration: none;
}
.browse .keyword-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.browse .keyword-content .keyword_family {
  background: #f9f9f9;
  margin-bottom: 3.03rem;
}
.browse .keyword-content .keyword_family:nth-child(3n+4) {
  margin-left: 0;
}
.browse .keyword-content .keyword_family h3 {
  width: 100%;
  background: #5d2684;
  color: #fff;
  margin: 0;
  padding: 1.01rem;
}
.browse .keyword-content .keyword_family ul {
  padding: 0;
  margin: 0;
  list-style: none;
  padding: 1.01rem;
}
.browse .keyword-content .keyword_family ul li a {
  font-weight: bold;
}
.browse .keyword-content .keyword_family ul li .type {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
  font-style: italic;
  margin-top: 1.01rem 0 0 0;
}
.browse .keyword-content .keyword_family > div {
  padding: 1.01rem;
  align-self: flex-end;
}
.browse .keyword-no-content {
  background: #eee;
  border: 1px solid #ccc;
  border-radius: 5px;
  display: block;
  padding: 3.03rem;
  text-align: center;
}
.browse .browsetab {
  text-transform: capitalize;
}
.browse .search-result-container ol .portal_list_item:first-of-type {
  border-top: 0;
}
.browse .view_all {
  display: inline-block;
  background: #6b2c91;
  border: 1px solid #6b2c91;
  border-radius: 5px;
  color: #fff;
  font-weight: 400;
  padding: 1.01rem;
  float: right;
  margin-top: 1.01rem;
}

.datasets .rendering_classifiedpersonassociationrendererportal ul, .datasets .rendering_physicaldataportal ul, .datasets .rendering_associatesorganisationsportal ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.datasets .rendering_physicaldataportal h2 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  border-bottom: 1px solid #ccc;
  padding: 0.505rem 0;
  margin-bottom: 0.505rem;
  font-weight: bold;
}
.datasets .rendering_person_short {
  font-size: 13px;
}
.datasets .rendering_person_short .title {
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 0;
}
.datasets .rendering_person_short .type {
  font-size: 13px;
}

.export {
  font-size: 16px;
}
.export p {
  font-size: 16px;
  margin: 0;
}
.export .rendering {
  margin-bottom: 3.03rem;
}
.export strong {
  font-weight: normal;
}

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