﻿@charset "UTF-8";
/*! normalize.css v3.0.1 | 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.
 * 3. Smooth fonts when reversed out from blocks of colour
 * 4. 
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-font-smoothing: antialiased;
  /* 3 */
  -moz-osx-font-smoothing: grayscale;
  /* 3 */
}

/**
 * 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,
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,
picture {
  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: 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, body {
  height: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  font-size: 100%;
}

a:hover {
  cursor: pointer;
}

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

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -20px;
}

[class*="block-grid-"]:before, [class*="block-grid-"]:after {
  content: " ";
  display: table;
}

[class*="block-grid-"]:after {
  clear: both;
}

[class*="block-grid-"] > li {
  display: block;
  height: auto;
  float: left;
  padding: 0 20px 20px;
}

.small-block-grid-1 > li {
  width: 100%;
  list-style: none;
}

.small-block-grid-1 > li:nth-of-type(1n) {
  clear: none;
}

.small-block-grid-1 > li:nth-of-type(1n+1) {
  clear: both;
}

.small-block-grid-2 > li {
  width: 50%;
  list-style: none;
}

.small-block-grid-2 > li:nth-of-type(1n) {
  clear: none;
}

.small-block-grid-2 > li:nth-of-type(2n+1) {
  clear: both;
}

.small-block-grid-3 > li {
  width: 33.33333%;
  list-style: none;
}

.small-block-grid-3 > li:nth-of-type(1n) {
  clear: none;
}

.small-block-grid-3 > li:nth-of-type(3n+1) {
  clear: both;
}

.small-block-grid-4 > li {
  width: 25%;
  list-style: none;
}

.small-block-grid-4 > li:nth-of-type(1n) {
  clear: none;
}

.small-block-grid-4 > li:nth-of-type(4n+1) {
  clear: both;
}

.small-block-grid-5 > li {
  width: 20%;
  list-style: none;
}

.small-block-grid-5 > li:nth-of-type(1n) {
  clear: none;
}

.small-block-grid-5 > li:nth-of-type(5n+1) {
  clear: both;
}

.small-block-grid-6 > li {
  width: 16.66667%;
  list-style: none;
}

.small-block-grid-6 > li:nth-of-type(1n) {
  clear: none;
}

.small-block-grid-6 > li:nth-of-type(6n+1) {
  clear: both;
}

.small-block-grid-7 > li {
  width: 14.28571%;
  list-style: none;
}

.small-block-grid-7 > li:nth-of-type(1n) {
  clear: none;
}

.small-block-grid-7 > li:nth-of-type(7n+1) {
  clear: both;
}

.small-block-grid-8 > li {
  width: 12.5%;
  list-style: none;
}

.small-block-grid-8 > li:nth-of-type(1n) {
  clear: none;
}

.small-block-grid-8 > li:nth-of-type(8n+1) {
  clear: both;
}

.small-block-grid-9 > li {
  width: 11.11111%;
  list-style: none;
}

.small-block-grid-9 > li:nth-of-type(1n) {
  clear: none;
}

.small-block-grid-9 > li:nth-of-type(9n+1) {
  clear: both;
}

.small-block-grid-10 > li {
  width: 10%;
  list-style: none;
}

.small-block-grid-10 > li:nth-of-type(1n) {
  clear: none;
}

.small-block-grid-10 > li:nth-of-type(10n+1) {
  clear: both;
}

.small-block-grid-11 > li {
  width: 9.09091%;
  list-style: none;
}

.small-block-grid-11 > li:nth-of-type(1n) {
  clear: none;
}

.small-block-grid-11 > li:nth-of-type(11n+1) {
  clear: both;
}

.small-block-grid-12 > li {
  width: 8.33333%;
  list-style: none;
}

.small-block-grid-12 > li:nth-of-type(1n) {
  clear: none;
}

.small-block-grid-12 > li:nth-of-type(12n+1) {
  clear: both;
}

.sys_RIcontent, .sys_RIfooter {
  width: 1246px;
  margin: 0 auto;
  padding: 0 10px;
}

.sys_col1 {
  width: 340px;
  float: left;
  margin: 26px 116px 20px 0;
}

.sys_col2 {
  width: 770px;
  float: left;
  margin: 0 0 20px;
}

.sys_left {
  float: left;
}

.sys_right {
  float: right;
}

.standardLink,
.standardLinkBold {
  color: black;
  text-decoration: none;
}

.standardLink:hover,
.standardLinkBold:hover {
  text-decoration: underline;
}

.standardLinkBold {
  font-weight: bold;
}

.sys_csBackLink, 
.sys_csBackLinkBottom{
  color: red;
  display: block;
  font-weight: bold;
  text-decoration: none;
}

.sys_csBackLink {
  	margin: 20px 0;
}

.sys_csBackLinkBottom {
  	margin: 50px 0 20px;
}

.sys_csBackLink:hover {
  text-decoration: underline;
}

/*
div { font-family:"Proxima Nova Thin", 'Helvetica Neue', Arial, Helvetica, sans-serif; font-weight:100; font-style:normal; }
div { font-family:"Proxima Nova Semibold", 'Helvetica Neue', Arial, Helvetica, sans-serif; font-weight:600; font-style:normal; }
div { font-family:"Proxima Nova Bold Italic", 'Helvetica Neue', Arial, Helvetica, sans-serif; font-weight:bold; font-style:italic; }
div { font-family:"Proxima Nova Light Italic", 'Helvetica Neue', Arial, Helvetica, sans-serif; font-weight:200; font-style:italic; }
div { font-family:"Proxima Nova Light", 'Helvetica Neue', Arial, Helvetica, sans-serif; font-weight:200; font-style:normal; }
div { font-family:"Proxima Nova Italic", 'Helvetica Neue', Arial, Helvetica, sans-serif; font-size-adjust:0.488; font-weight:normal; font-style:italic; }
div { font-family:"Proxima Nova Thin Italic", 'Helvetica Neue', Arial, Helvetica, sans-serif; font-weight:100; font-style:italic; }
div { font-family:"Proxima Nova Regular", 'Helvetica Neue', Arial, Helvetica, sans-serif; font-weight:normal; font-style:normal; }
div { font-family:"Proxima Nova Semibold Italic", 'Helvetica Neue', Arial, Helvetica, sans-serif; font-weight:600; font-style:italic; }
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Proxima Nova Bold", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-size-adjust: 0.488;
  font-weight: bold;
  font-style: normal;
}

.sys_RIcontent {
  font-family: "Proxima Nova Regular", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
}

.sys_authorPreview {
  padding: 20px 44px;
}

.sys_authorPreview ul {
  margin-right: 0;
  margin-left: 0;
}

.sys_authorPreview li {
  padding: 0 0 20px;
}

.sys_authorPreview li img {
  width: 117px;
}

.sys_csAuthor {
  overflow: hidden;
  margin: 0 0 30px 0;
}

.sys_csAuthor__img {
  float: left;
  width: 117px;
}

.sys_csAuthor__bio {
  float: left;
  width: 600px;
  padding: 10px 20px;
}

.sys_csAuthor__name {
  margin: 0 0 10px 0;
  font-family: "Proxima Nova Light", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: 200;
  font-style: normal;
}

/* General banners
----------------------------------*/
.sys_slider,
.sys_banner {
  margin: 0 0 30px;
  position: relative;
}

.sys_slider > div:after,
.sys_banner:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  transition: all 2.5s;
  z-index: 10;
}

.sys_banner--playing:after {
  background: black;
}

.sys_slider__overlay,
.sys_banner__overlay {
  position: absolute;
  z-index: 20;
  top: 75px;
  left: 100px;
  width: 528px;
  color: white;
}

.sys_slider__title,
.sys_slider__country,
.sys_banner__title,
.sys_banner__country {
  font-size: 48px;
  font-size: 3rem;
  margin: 0 0 10px;
}

.sys_slider__country,
.sys_banner__country {
  margin: 0 0 0px;
  font-family: "Proxima Nova Light", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: 200;
  font-style: normal;
}

.sys_slider__link {
  font-size: 24px;
  font-size: 1.5rem;
  text-decoration: none;
  color: white;
  font-family: "Proxima Nova Regular", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
}

/* Video banners
----------------------------------*/
.sys_banner__img {
  position: relative;
  z-index: 5;
}

.sys_banner__vid {
  position: absolute;
  z-index: 0;
  top: 18px;
  left: -9999em;
  display: block;
  margin: 0 0 0 -378px;
}

.sys_banner--vidShow {
  left: 50%;
  z-index: 50;
}

.sys_banner__playVid {
  display: block;
  width: 200px;
  height: 66px;
  background: url("/SiteElements/ResearchImpact/images/play-button.png") no-repeat;
  text-indent: -999em;
  cursor: pointer;
  position: absolute;
  left: 100px;
  bottom: 42px;
  z-index: 50;
}

.sys_csContent__header {
  border-bottom: 2px solid #c9d5db;
  padding: 0 0 10px;
  overflow: hidden;
}

.sys_csContent__header > h2 {
  font-family: "Proxima Nova Light", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: 200;
  font-style: normal;
}

.sys_csContent__author {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Proxima Nova Light", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: 200;
  font-style: normal;
  margin: 0 0 20px;
}

blockquote {
  font-size: 28px;
  font-size: 1.75rem;
  font-family: "Proxima Nova Light", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: 200;
  font-style: normal;
}

.sys_csContent__download {
  background: #ff4646;
  color: white;
  padding: 12px 16px;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Proxima Nova Semibold", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
  display: inline-block;
  text-decoration: none;
  transition: all 0.3s;
  margin: 0 0 20px;
}

.sys_csContent__download:hover {
  background: #6249a6;
}

.sys_csContent__resources {
  color: black;
  font-size: 20px;
  font-size: 1.25rem;
  text-decoration: none;
  display: block;
  margin: 10px 0 20px;
  font-family: "Proxima Nova Semibold", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.sys_csContent__resources:hover {
  text-decoration: underline;
}

.sys_backToTop {
  color: black;
  font-size: 16px;
  font-size: 1rem;
  text-decoration: none;
  display: block;
  margin: 0 0 40px 0;
  font-family: "Proxima Nova Semibold", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.sys_backToTop:before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background: url("/SiteElements/ResearchImpact/images/bg/top.png") no-repeat;
  float: left;
  margin: -7px 10px 0 0;
}

/* category links
-------------------------------------*/
.sys_homeCatList {
  padding: 0 86px 40px;
}

.sys_catLink.sys_catLink {
  background: transparent;
  color: black;
  text-decoration: none;
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  min-height: 24px;
}

.sys_catLink.sys_catLink:hover {
  text-decoration: underline;
}

.sys_homeCatList .sys_catLink.sys_catLink {
  font-size: 16px;
  font-size: 1rem;
  min-height: 30px;
}

.sys_catLink:before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background: #6249a6;
  float: left;
  border-radius: 0 4px 0 0;
  margin: 0 10px 0 0;
}

/* category links in filter bar
-------------------------------------*/
.sys_csFilterCats {
  padding: 0 44px;
}

.sys_csFilterCats li {
  padding-bottom: 10px;
}

.sys_csFilter {
  border-top: 4px solid #ccc;
  border-bottom: 4px solid #ccc;
  margin: 0 0 36px;
}

.sys_csFilter > h2 {
  padding: 0 44px;
  font-size: 21px;
  font-size: 1.3125rem;
  font-family: "Proxima Nova Light", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: 200;
  font-style: normal;
}

.sys_js .sys_csFilter > h2:hover {
  cursor: pointer;
}

.sys_csFilter > h2:after {
  content: '>';
  display: inline-block;
  padding: 0 0 0 5px;
  float: right;
}

.sys_js .sys_csFilter > h2.sys_active:after {
  content: '∨';
}

.sys_csFilterList {
  border-top: 4px solid #ccc;
  padding: 0;
  margin: 0;
  list-style: none;
}

.sys_csFilterList > li {
  position: relative;
  font-family: "Proxima Nova Semibold", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.sys_csFilterList > li > a {
  border-bottom: 1px solid #c9d5db;
  padding: 15px 10px 15px 44px;
  position: relative;
  display: block;
  color: black;
  text-decoration: none;
}

.sys_csFilterList > li > a:after {
  content: '>';
  display: inline-block;
  padding: 0 0 0 5px;
}

.sys_csFilterList > li:hover, 
.sys_csFilterList-active {
  background: #f2f2f2;
  cursor: pointer;
}

.sys_js .sys_csFilterListSub {
  position: absolute;
  left: 360px;
  top: 0;
  width: 886px;
  background: #f2f2f2;
  display: none;
  padding: 40px;
}

.sys_csFilterListSub a {
  font-size: 15px;
  font-size: 0.9375rem;
  color: black;
  text-decoration: none;
}

.sys_csFilterListSub a:hover {
  text-decoration: underline;
}

.sys_js .sys_csFilterList > li:hover .sys_csFilterListSub {
  /*display: block;*/
}

.sys_js .sys_closed,
.sys_js .sys_csFilterListSub.sys_closed {
  display: none !important;
}

.sys_js .sys_open {
  display: block;
}

.sys_no-touch .sys_close {
  /*display: none;*/
}

.sys_close {
  position: absolute;
  z-index: 50;
  top: 10px;
  right: 10px;
  width: auto !important;
}

.sys_RIfooter {
  border-top: 4px solid #ccc;
  padding: 40px 86px;
  clear: both;
  font-family: "Proxima Nova Semibold", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.sys_footerList,
.sys_footerList > li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.sys_footerList > li {
  margin: 0 0 15px;
}

.sys_footerList a {
  color: black;
  text-decoration: none;
}

.sys_footerHomeLink {
  color: black;
  text-decoration: none;
  display: block;
  margin: 33px 0 0 0;
}

.sys_footerLegal {
  color: #64656a;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Proxima Nova Regular", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  background-color: #FFFFFF;
  border-top: 10px solid #000000;
  background-image: url(/v4global/images/backgroundtop-short.gif);
  background-repeat: repeat-x;
  font-size: 100%;
}

/*---------- Top Tabbed Menu Control ------------------- */
#editor .sys_template379993 {
  display: block;
  width: 974px;
  height: 50px;
  background-image: url(http://preview-lse.contensis.com/v4global/images/toptabs.jpg);
  background-repeat: no-repeat;
  background-position: right;
  background-color: #ECECEC;
}

#editor .sys_tabbedmenu-control {
  display: none;
}

.sys_tabbedmenu-control {
  height: 50px;
  position: relative;
  z-index: 9000;
  width: 980px;
  margin: 0 auto;
  font-size: 80%;
}

.sys_tabbedmenu-control {
  padding: 0;
  zoom: 1;
}

.sys_tabbedmenu-control .ui-tabs-nav {
  list-style: none;
  position: absolute;
  margin: 0;
  padding: 0 0 .2em 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9999;
}

.sys_tabbedmenu-control .ui-tabs-nav li {
  position: relative;
  float: left;
  margin: 2px 2px -4px 0;
  padding: 0;
  background: white url("/v4global/DynamicTemplates/Images/topnav_right_Arrow.gif") 100% 50% no-repeat;
  z-index: 902;
}

.sys_tabbedmenu-control .ui-tabs-nav li a {
  float: left;
  text-decoration: none;
  padding: 7px 33px 7px 10px;
  color: #ff0000;
  outline: none;
  cursor: default;
  border: 1px solid #cccccc;
  border-right: 1px solid #666666;
}

.sys_tabbedmenu-control .ui-tabs-nav li a:hover {
  color: #990000;
}

/* Currently Selected - Standard Tab */
.sys_tabbedmenu-control .ui-tabs-nav li.sys_current-item-standard {
  margin-top: -3px !important;
  background-repeat: no-repeat !important;
  background-position: 5px 100% !important;
  background-color: transparent !important;
  padding-bottom: 3px;
}

.sys_tabbedmenu-control .ui-tabs-nav li.sys_current-item-standard a {
  border: 1px solid #000;
  background: #000;
  color: #fff;
  padding: 12px 33px 14px 10px;
}

/* Currently Selected - Active Tab */
.sys_tabbedmenu-control .ui-tabs-nav li.sys_current-item-active {
  margin-top: -3px;
  background-repeat: no-repeat;
  background-position: 5px 100%;
  background-color: transparent;
  padding-bottom: 3px;
}

.sys_tabbedmenu-control .ui-tabs-nav li.sys_current-item-active a {
  border: 1px solid #000;
  background: black url("/v4global/DynamicTemplates/Images/topnav_right_arrow_selected.gif") 100% 50% no-repeat;
  color: #fff;
  padding: 12px 33px 14px 10px;
}

.sys_tabbedmenu-control #ExternalWebsiteTab.sys_current-item-standard {
  background-image: url("/v4global/DynamicTemplates/Images/SelectedBg1.gif");
}

.sys_tabbedmenu-control #InternalWebsiteTab.sys_current-item-standard {
  background-image: url("/v4global/DynamicTemplates/Images/SelectedBg2.gif");
}

.sys_tabbedmenu-control #AcademicDepartmentsTab.sys_current-item-active {
  background-image: url("/v4global/DynamicTemplates/Images/SelectedBg3.gif");
}

.sys_tabbedmenu-control #ResearchCentresTab.sys_current-item-active {
  background-image: url("/v4global/DynamicTemplates/Images/SelectedBg4.gif");
}

.sys_tabbedmenu-control #LibraryTab.sys_current-item-standard {
  background-image: url("/v4global/DynamicTemplates/Images/SelectedBg5.gif");
}

.sys_tabbedmenu-control .ui-tabs-nav li.ui-tabs-selected {
  padding-bottom: 0;
  border-bottom-width: 0;
  margin-top: 3px;
  margin-bottom: -3px;
  background: #fff;
  z-index: 920;
}

.sys_tabbedmenu-control .ui-tabs-nav li.sys_standardtab {
  background-image: none;
}

.sys_tabbedmenu-control .ui-tabs-nav li.ui-tabs-selected a {
  color: #990000;
  padding: 9px 33px 9px 10px;
  cursor: pointer;
  background: white url("/v4global/DynamicTemplates/Images/topnav_down_arrow.gif") 100% 50% no-repeat;
  border: 1px solid #cccccc;
  border-bottom: 1px solid #fff !important;
}

.sys_tabbedmenu-control .ui-tabs-nav li.sys_standardtab a {
  padding-right: 10px;
}

.sys_tabbedmenu-control .ui-tabs-nav li.ui-state-disabled a, .sys_tabbedmenu-control .ui-tabs-nav li.ui-state-processing a {
  cursor: text;
}

.sys_tabbedmenu-control .ui-tabs-nav li a, .sys_tabbedmenu-control .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
  cursor: pointer;
}

/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.sys_tabbedmenu-control .ui-tabs-panel {
  clear: both;
  padding: 0;
  display: block;
  border: 1px solid #cccccc;
}

.sys_tabbedmenu-control .ui-tabs-hide {
  display: none !important;
}

.sys_tabbedmenu-control .ui-helper-clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.sys_tabbedmenu-control .ui-helper-clearfix {
  display: inline-block;
}

/* required comment for clearfix to work in Opera \*/
* html .sys_tabbedmenu-control .ui-helper-clearfix {
  height: 1%;
}

.sys_tabbedmenu-control .ui-helper-clearfix {
  display: block;
}

/* end clearfix */
/* make tabs fixed-width to line up with .sys_tabbedmenu-content */
.sys_tabbedmenu-control #InternalWebsiteTab a {
  width: 95px;
}

.sys_tabbedmenu-control #AcademicDepartmentsTab a {
  width: 145px;
}

.sys_tabbedmenu-control #ResearchCentresTab a {
  width: 105px;
}

.sys_tabbedmenu-control #LibraryTab a {
  width: 40px;
}

.sys_tabbedmenu-control .sys_tabbedmenu-content {
  position: absolute;
  top: 37px;
  right: 2px;
  float: right;
  z-index: 9998;
  background: #fff;
  width: 600px;
  text-align: left;
}

.sys_tabbedmenu-control .sys_tabbedmenu-content ul {
  margin: 12px 8px;
  padding: 0;
  list-style-type: none;
  float: left;
}

.sys_tabbedmenu-control .sys_tabbedmenu-content ul.sys_tabbedmenu-content-inner-one {
  width: 32%;
}

.sys_tabbedmenu-control .sys_tabbedmenu-content ul.sys_tabbedmenu-content-inner-two {
  width: 28%;
}

.sys_tabbedmenu-control .sys_tabbedmenu-content ul.sys_tabbedmenu-content-inner-three {
  width: 28%;
}

.sys_tabbedmenu-content-inner-four, .sys_tabbedmenu-content-inner-row {
  border-top: dotted 1px #666666;
  padding: 10px 0;
  margin: 0 0 0 6px;
  width: 97%;
  clear: both;
  text-align: center;
}

.sys_tabbedmenu-control div.sys_tabbedmenu-content-inner-four, .sys_tabbedmenu-control div.sys_tabbedmenu-content-inner-row {
  text-align: left;
  padding: 8px 0;
}

.sys_tabbedmenu-control div.sys_tabbedmenu-content-inner-row ul {
  margin: 0 8px 10px 2px;
}

.sys_tabbedmenu-control .sys_tabbedmenu-content ul li {
  padding: 2px 5px 2px 8px;
  background: url("/v4global/DynamicTemplates/Images/SubBullet.gif") 0 0.6em no-repeat;
}

.sys_tabbedmenu-control .sys_tabbedmenu-content a {
  color: #ff0000;
  text-decoration: none;
}

.sys_tabbedmenu-control .sys_tabbedmenu-content a:hover {
  color: #990000;
}

.sys_tabbedmenu-control .sys_tabbedmenu-content .sys_clear {
  clear: both;
  width: 100%;
  height: 0;
  line-height: 0;
  overflow: hidden;
}

.sys_container {
  width: 974px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: -45px;
  margin-bottom: 0;
}

#editor .sys_template379993 {
  display: block;
  width: 974px;
  height: 50px;
  background-image: url(/v4global/images/toptabs.jpg);
  background-repeat: no-repeat;
  background-position: right;
  background-color: #ECECEC;
}

#editor .sys_tabbedmenu-control {
  display: none;
}

.sys_header {
  margin: auto;
}

#editor .sys_header {
  background-color: #ECECEC;
}

/*LOGO AND SEARCH */
.sys_logo_search {
  text-align: left;
  clear: both;
  font-size: 80%;
  height: 100px;
  margin: 0;
}

.sys_header_search {
  float: right;
  margin: 60px 0 0 0;
  width: 475px;
  text-align: right;
}

.sys_header_logo img {
  border: none;
  margin: 0 0 0 0;
}

.sys_header_logo a {
  display: block;
  width: 74px;
  height: 74px;
  z-index: 9999;
}

.sys_textBoxWithRedirect {
  font-weight: bold;
  color: #333333;
  margin: 0;
  text-align: right;
  font-size: 120%;
  float: right;
  width: 200px;
}

#Search_redirectTextBox {
  width: 250px;
  margin-left: 5px;
}

#GoogleSearch_redirectImageButton {
  vertical-align: bottom;
}

#GoogleSearch_redirectLabel {
  display: none;
}

.sys_header_logo {
  background-image: url(/SiteElements/ResearchImpact/images/ResearchImpact198x75.png);
  background-repeat: no-repeat;
  width: 275px;
  height: 74px;
  float: left;
  margin-top: 15px;
  z-index: 9999;
  position: relative;
}

.sys_header_searchlinks {
  color: #ff0000;
  margin: 3px 0 0 0;
  text-align: right;
  margin-bottom: 10px;
  float: left;
  width: 250px;
}

.sys_header_searchlinks A {
  text-decoration: none;
  color: #ff0000;
}

.sys_header_searchlinks A:hover {
  text-decoration: underline;
}

/*HEADER BOTTOM ROW OF TABS  */
.sys_bottom_tab {
  width: 974px;
  border-bottom: 5px solid black;
  height: 55px;
  clear: both;
  margin: 5px 0 0 0;
}

#editor .sys_bottom_tab {
  background-image: url(/v4global/images/defaulttabs.jpg);
  background-repeat: no-repeat;
}

#editor #contentfinder {
  display: none;
}

#editor .sys_bottom_tab ul {
  display: none;
}

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

.sys_bottom_tab li {
  float: left;
  position: relative;
  overflow: hidden;
  text-align: left;
  font-weight: bold;
  font-size: 80%;
}

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

.sys_bottom_tab li {
  float: left;
  position: relative;
  overflow: hidden;
  text-align: left;
  font-weight: bold;
  font-size: 80%;
}

#sys_bottom_tab5 {
  background-color: #000000;
  color: #ffffff;
  width: 100px;
  height: 45px;
  padding: 10px 4px 0 10px;
  text-align: left;
  margin: 0 0 0 5px;
}

#sys_bottom_tab5 a {
  text-decoration: none;
  color: #ffffff;
}

#sys_bottom_tab1 a {
  text-decoration: none;
  color: #ffffff;
  display: block;
  background-color: #ff0000;
  height: 40px;
  padding: 3px 4px 3px 6px;
  margin: 5px 0 0 0;
  width: 60px;
}

#sys_bottom_tab1 a:hover {
  background-color: #990000;
  padding: 8px 4px 3px 6px;
  margin: 0 0 2px 0;
}

#sys_bottom_tab2 a {
  text-decoration: none;
  color: #ffffff;
  display: block;
  background-color: #ff0000;
  height: 40px;
  padding: 3px 4px 3px 6px;
  margin: 5px 0 0 5px;
  width: 80px;
}

#sys_bottom_tab2 a:hover {
  margin: 0 0 0 5px;
  background-color: #990000;
  padding: 8px 4px 3px 6px;
}

#sys_bottom_tab3 a {
  text-decoration: none;
  color: #ffffff;
  display: block;
  background-color: #ff0000;
  height: 40px;
  padding: 3px 4px 3px 6px;
  margin: 5px 0 0 5px;
  width: 80px;
}

#sys_bottom_tab3 a:hover {
  margin: 0 0 0 5px;
  background-color: #990000;
  padding: 8px 4px 3px 6px;
}

#sys_bottom_tab4 a {
  text-decoration: none;
  color: #ffffff;
  display: block;
  background-color: #ff0000;
  height: 40px;
  padding: 3px 4px 3px 6px;
  margin: 5px 0 0 5px;
  width: 80px;
}

#sys_bottom_tab4 a:hover {
  margin: 0 0 0 5px;
  background-color: #990000;
  padding: 8px 4px 3px 6px;
}

#sys_bottom_tab6 a {
  text-decoration: none;
  color: #ffffff;
  display: block;
  background-color: #ff0000;
  height: 40px;
  padding: 3px 4px 3px 6px;
  margin: 5px 0 0 5px;
  width: 100px;
}

#sys_bottom_tab6 a:hover {
  margin: 0 0 0 5px;
  background-color: #990000;
  padding: 8px 4px 3px 6px;
}

#sys_bottom_tab7 a {
  text-decoration: none;
  color: #ffffff;
  display: block;
  background-color: #ff0000;
  height: 40px;
  padding: 3px 4px 3px 6px;
  margin: 5px 0 0 5px;
  width: 85px;
}

#sys_bottom_tab7 a:hover {
  margin: 0 0 0 5px;
  background-color: #990000;
  padding: 8px 4px 3px 6px;
}

#sys_bottom_tab8 a {
  text-decoration: none;
  color: #ffffff;
  display: block;
  background-color: #ff0000;
  height: 40px;
  padding: 3px 4px 3px 6px;
  margin: 5px 0 0 5px;
  width: 80px;
}

#sys_bottom_tab8 a:hover {
  margin: 0 0 0 5px;
  background-color: #990000;
  padding: 8px 4px 3px 6px;
}

#sys_bottom_tab9 a {
  text-decoration: none;
  color: #ffffff;
  display: block;
  background-color: #ff0000;
  height: 40px;
  padding: 3px 4px 3px 6px;
  margin: 5px 0 0 5px;
  width: 80px;
}

#sys_bottom_tab9 a:hover {
  margin: 0 0 0 5px;
  background-color: #990000;
  padding: 8px 4px 3px 6px;
}

#sys_bottom_tab10 a {
  text-decoration: none;
  color: #ffffff;
  display: block;
  background-color: #ff0000;
  height: 40px;
  padding: 3px 4px 3px 6px;
  margin: 5px 0 0 5px;
  width: 80px;
}

#sys_bottom_tab10 a:hover {
  margin: 0 0 0 5px;
  background-color: #990000;
  padding: 8px 4px 3px 6px;
}

/* To be used with cookieCuttr by Chris Wharton (http://cookiecuttr.com) */
/* -------- EU COOKIEBAR STYLES ---------   */
.sys_cc-cookies {
  position: fixed;
  width: 90%;
  left: 0;
  top: 0;
  padding: 0.5em 5%;
  background: #999999;
  background: rgba(153, 153, 153, 0.95);
  color: #333;
  font-size: 13px;
  font-weight: 700;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
  z-index: 99999;
  text-align: center;
  color: #fff;
}

.sys_cc-cookies a, .sys_cc-cookies a:hover {
  color: #333;
  text-decoration: underline;
}

.sys_cc-cookies a:hover {
  text-decoration: none;
}

.sys_cc-overlay {
  height: 100%;
  padding-top: 25%;
}

.sys_cc-cookies-error {
  float: left;
  width: 90%;
  text-align: center;
  margin: 1em 0 2em 0;
  background: #fff;
  padding: 2em 5%;
  border: 1px solid #ccc;
  font-size: 18px;
  color: #333;
}

.sys_cc-cookies a.sys_cc-cookie-accept, .sys_cc-cookies-error a.sys_cc-cookie-accept, .sys_cc-cookies a.sys_cc-cookie-decline, .sys_cc-cookies-error a.sys_cc-cookie-decline, .sys_cc-cookies a.sys_cc-cookie-reset {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background: #7DAF3B;
  padding: 0.5em 0.75em;
  border-radius: 3px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
  -o-transition: background 0.5s ease-in;
  -webkit-transition: background 0.25s ease-in;
  -moz-transition: background 0.25s ease-in;
}

.sys_cc-cookies a.sys_cc-cookie-decline, .sys_cc-cookies-error a.sys_cc-cookie-decline {
  background: #af3b3b;
  margin-left: 0.5em;
}

.sys_cc-cookies a.sys_cc-cookie-reset {
  background: #f15b00;
}

.sys_cc-cookies a:hover.sys_cc-cookie-accept, .sys_cc-cookies-error a:hover.sys_cc-cookie-accept, .sys_cc-cookies a:hover.sys_cc-cookie-decline, .sys_cc-cookies-error a:hover.sys_cc-cookie-decline, .sys_cc-cookies a:hover.sys_cc-cookie-reset {
  background: #000;
  -o-transition: background 0.5s ease-in;
  -webkit-transition: background 0.25s ease-in;
  -moz-transition: background 0.25s ease-in;
}

.sys_cc-cookies-error a.sys_cc-cookie-accept, .sys_cc-cookies-error a.sys_cc-cookie-decline {
  display: block;
  margin-top: 1em;
}

.sys_cc-cookies.sys_cc-discreet {
  width: auto;
  padding: 0.5em 1em;
  left: auto;
  top: auto;
}

.sys_cc-cookies.sys_cc-discreet a.sys_cc-cookie-reset {
  background: none;
  text-shadow: none;
  padding: 0;
  text-decoration: underline;
}

.sys_cc-cookies.sys_cc-discreet a:hover.sys_cc-cookie-reset {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .sys_cc-cookies a.sys_cc-cookie-accept, .sys_cc-cookies a.sys_cc-cookie-decline, .sys_cc-cookies a.sys_cc-cookie-reset {
    display: block;
    margin: 1em 0;
  }
}
@media screen and (max-width: 480px) {
  .sys_cc-cookies {
    position: relative;
    float: left;
  }
}
/* ------- hides controls in editor ----------- */
#editor #OCTRL112 {
  display: none;
}

#editor #OCTRL175 {
  display: none;
}

#editor #OCTRL46 {
  display: none;
}

#editor #OCTRL31 {
  display: none;
}

#editor #OCTRL178 {
  display: none;
}

.sys_editheader {
  display: none;
}

.sys_clearfloat_both {
  clear: both;
  margin: 0;
  line-height: 0px;
  height: 0px;
}

.sys_contentcontainer {
  display: none;
}

.sys_footer_back {
  display: none;
}

.sys_footer {
  display: none;
}

.sys_header *,
.sys_header *:before,
.sys_header *:after,
.sys_tabbedmenu-control *,
.sys_tabbedmenu-control *:before,
.sys_tabbedmenu-control *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.sys_headerWrapper {
  width: 1226px;
  margin: 0 auto;
}

.sys_header {
  width: 1226px;
  margin-top: -45px;
  padding: 0 126px;
  margin-bottom: 20px;
}

.sys_header input {
  color: inherit;
  font: initial;
  margin: 0;
  font-family: arial;
  font-size: 12px;
}

.sys_promoBlocks {
  margin: 0 0 46px;
  overflow: hidden;
}

.sys_promoBlocks__col {
  width: 33.333333%;
  float: left;
}

.sys_promoBlocks__browse {
  height: 335px;
  padding: 40px 50px;
  background: #ccc;
  display: block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}

.sys_promoBlocks__cs {
  height: 254px;
  padding: 40px 50px;
  background: #efefef;
  display: block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}

.sys_promoBlocks__cs:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}

.sys_overlayFallback {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url("/SiteElements/ResearchImpact/images/bg/overlay.png");
  z-index: 10;
}

.sys_promoBlocks img {
  position: absolute;
  left: -100%;
  right: -100%;
  top: -100%;
  bottom: -100%;
  margin: auto;
  min-height: 100%;
  min-width: 164%;
}

.sys_promoBlocks__title,
.sys_promoBlocks__link {
  position: relative;
  z-index: 10;
  color: white;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Proxima Nova Bold", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-size-adjust: 0.488;
  font-weight: bold;
  font-style: normal;
  display: block;
  margin: 0 0 10px;
}

.sys_promoBlocks__link {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Proxima Nova Light", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: 200;
  font-style: normal;
}

.sys_promoBlocks__browse--all {
  background: #f70017;
}

/* Listing blocks
-------------------------------------*/
.sys_homeCsList, .sys_CsList {
  padding: 40px 86px;
  background: #f3f3f3;
  overflow: hidden;
  margin: 0 0 40px;
}

.sys_CsList {
  margin: 0 0 40px;
}

.sys_sectionTitle {
  display: block;
  margin: 0 0 30px;
  font-family: "Proxima Nova Semibold", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.sys_sectionTitleCats {
  margin-left: 85px;
}

.sys_csBlock {
  background: white;
  border-radius: 0 20px 0 0;
  box-shadow: 2px -2px 8px #ccc;
  overflow: hidden;
}

.sys_no-boxshadow .sys_csBlock {
  border: 1px solid #ddd;
}

/* Listing title 
--------------------------*/
.sys_csBlock__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Proxima Nova Light", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: 200;
  font-style: normal;
  padding: 20px 16px;
  margin: 0;
  min-height: 140px;
}

.sys_csBlock__title a {
  color: black;
  text-decoration: none;
}

/* Listing image 
--------------------------*/
.sys_csBlock__img {
  width: 100%;
  display: block;
}

/* Listing categories 
--------------------------*/
.sys_csBlock__cats {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: table;
  table-layout: fixed;
  width: 101%;
}

.sys_csBlock__catsInner {
  display: table-row;
}

.sys_csBlock__catsInner > div {
  padding: 0;
  margin: 0;
  display: table-cell;
  height: 15px;
}

/* Listing title 
--------------------------*/
.sys_listTitle {
  font-size: 16px;
  font-size: 1rem;
  margin: 0 0 46px;
  font-family: "Proxima Nova Semibold", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.sys_csList > li {
  margin-bottom: 68px;
}

/* Move to general
--------------------------*/
.sys_srOnly {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sys_socialIcon {
  padding: 7px 0 0 0;
  display: block;
}

.sys_socialIcon:before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background: url("/SiteElements/ResearchImpact/images/bg/social-icons.png") no-repeat;
  float: left;
  margin: -7px 10px 0 0;
}

.sys_linkedin:before {
  background-position: 0 0;
}

.sys_twitter:before {
  background-position: 0 -38px;
}

.sys_facebook:before {
  background-position: 0 -76px;
}

.sys_csShareSection {
  border-top: 4px solid #ccc;
  border-bottom: 4px solid #ccc;
  padding: 20px 44px;
}

.sys_csContactSection {
  margin: 0 0 40px;
}

.sys_contactLink {
  font-size: 16px;
  font-size: 1rem;
  color: black;
  text-decoration: none;
  font-family: "Proxima Nova Semibold", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
  border-bottom: 4px solid #ccc;
  padding: 30px 10px 30px 86px;
  display: block;
  position: relative;
}

.sys_contactLink:before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background: url("/SiteElements/ResearchImpact/images/bg/hi.png") no-repeat;
  position: absolute;
  left: 44px;
  top: 35px;
}

.sys_contactLink:after {
  content: '';
  display: inline-block;
  width: 18px;
  height: 17px;
  background: url("/SiteElements/ResearchImpact/images/bg/chev.png") no-repeat;
  margin: 0px 0 0 12px;
  position: absolute;
  top: 42px;
}

.sys_RInav {
  border-bottom: 2px solid #c9d5db;
  padding: 20px 0;
  margin: 0 0 20px;
  font-size: 21px;
  font-size: 1.3125rem;
  font-family: "Proxima Nova Light", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: 200;
  font-style: normal;
  overflow: hidden;
}

.sys_RInav a {
  color: black;
  text-decoration: none;
}

.sys_RInav a:hover {
  text-decoration: underline;
}

ul.pagination, .sys_navigation {
  display: block;
  min-height: 1.5rem;
  margin-left: -0.3125rem;
}

ul.pagination li, .sys_page {
  color: #222222;
  margin-left: 5px;
}

ul.pagination li a, ul.pagination li button {
  display: block;
  padding: 5px;
  color: #999999;
  background: none;
  border-radius: 3px;
  font-weight: normal;
  font-size: 1em;
  line-height: inherit;
  transition: background-color 300ms ease-out;
  text-decoration: none;
}

ul.pagination li:hover a,
ul.pagination li a:focus, ul.pagination li:hover button,
ul.pagination li button:focus {
  background: #e6e6e6;
}

ul.pagination li.unavailable a, ul.pagination li.unavailable button {
  cursor: default;
  color: #999999;
}

ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus, ul.pagination li.unavailable:hover button, ul.pagination li.unavailable button:focus {
  background: transparent;
}

ul.pagination li.current a, ul.pagination li.current button, .sys_selected span {
  color: black;
  font-weight: bold;
  cursor: default;
  text-decoration: underline;
}

ul.pagination li.current a:hover, ul.pagination li.current a:focus, ul.pagination li.current button:hover, ul.pagination li.current button:focus {
  color: black;
  text-decoration: underline;
  background: transparent;
}

ul.pagination li {
  float: left;
  display: block;
}

/* Pagination centred wrapper */
.pagination-centered, .sys_navigation {
  text-align: center;
}

.pagination-centered ul.pagination li {
  float: none;
  display: inline-block;
}

.sys_page a, .sys_page span, .sys_navigationprevious a, .sys_navigationnext a {
  padding: 5px;
  color: #999999;
  background: none;
  border-radius: 3px;
  font-weight: normal;
  font-size: 1em;
  line-height: inherit;
  transition: background-color 300ms ease-out;
  text-decoration: none;
  min-width: 20px;
  display: inline-block;
}

.sys_navigationprevious a, .sys_navigationnext a {
  color: black;
}

ul.pagination li.current a, ul.pagination li.current button, .sys_selected span {
  color: black;
  font-weight: bold;
  cursor: default;
  text-decoration: underline;
}

.sys_disabled span {
  color: #999999;
}

.sys_csFunderSection,
.sys_csExtraSection {
  background: #f3f3f3;
  padding: 33px 44px;
  margin: 0 0 20px;
}

.sys_csFunderSection > h2,
.sys_csExtraSection > h2 {
  font-family: "Proxima Nova Semibold", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
}

.sys_funderlist {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.sys_funderlist li {
  margin: 0 0 5px;
}

.sys_funderlist a {
  color: black;
  text-decoration: none;
}

.sys_funderlist a:hover {
  text-decoration: underline;
}

.sys_button {
  display: inline-block;
  padding: 10px;
  background: #f3f3f3;
  text-align: center;
  color: black;
  text-decoration: none;
  transition: all 0.3s;
}

.sys_button:hover {
  background: #006491;
  color: white;
}

.sys_tags {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sys_tags li {
  list-style: none;
  padding: 0;
  margin: 0 5px 5px 0;
  display: inline-block;
}


/* headers for case studies and explore more */
.sys_csContent h1, 
.sys_impact_text_content h1 {
    font-size: 2em;
}
.sys_csContent h2, 
.sys_impact_text_content h2 {
    font-size: 1.75em;
}
.sys_csContent h3, 
.sys_impact_text_content h3 {
    font-size: 1.375em;
}
.sys_csContent h4, 
.sys_impact_text_content h4 {
    font-size: 1.25em;
}
.sys_csContent h5, 
.sys_impact_text_content h5 {
    font-size: 1.125em;
}
.sys_csContent h6, 
.sys_impact_text_content h6 {
    font-size: 1em;
}


.sys_catLink.sys_cat1:before,
.sys_catLink.sys_cat-01133413391367:before,
.sys_cat1,
.sys_cat-01133413391367 {
  background: #6249a6;
}

.sys_catLink.sys_cat2:before,
.sys_catLink.sys_cat-01133413391366:before,
.sys_cat2,
.sys_cat-01133413391366 {
  background: #730046;
}

.sys_catLink.sys_cat3:before,
.sys_catLink.sys_cat-01133413391365:before,
.sys_cat3,
.sys_cat-01133413391365 {
  background: #0d243e;
}

.sys_catLink.sys_cat4:before,
.sys_catLink.sys_cat-01133413391364:before,
.sys_cat4,
.sys_cat-01133413391364 {
  background: #d76749;
}

.sys_catLink.sys_cat5:before,
.sys_catLink.sys_cat-01133413391363:before,
.sys_cat5,
.sys_cat-01133413391363 {
  background: #00809c;
}

.sys_catLink.sys_cat6:before,
.sys_catLink.sys_cat-01133413391362:before,
.sys_cat6,
.sys_cat-01133413391362 {
  /*background: yellow;*/
  background: #9A9A00
}

.sys_catLink.sys_cat7:before,
.sys_catLink.sys_cat-01133413391361:before,
.sys_cat7,
.sys_cat-01133413391361 {
  /*background: #f5f2de;*/
  background: #979589;
}

.sys_catLink.sys_cat8:before,
.sys_catLink.sys_cat-01133413391360:before,
.sys_cat8,
.sys_cat-01133413391360 {
  background: cyan;
}

.sys_catLink.sys_cat9:before,
.sys_catLink.sys_cat-01133413391359:before,
.sys_cat9,
.sys_cat-01133413391359 {
  background: blue;
}

.sys_catLink.sys_cat10:before,
.sys_catLink.sys_cat-01133413391358:before,
.sys_cat10,
.sys_cat-01133413391358 {
  background: #ffc200;
}

.sys_catLink.sys_cat11:before,
.sys_catLink.sys_cat-01133413391357:before,
.sys_cat11,
.sys_cat-01133413391357 {
  background: #8cc387;
}

.sys_catLink.sys_cat12:before,
.sys_catLink.sys_cat-01133413391356:before,
.sys_cat12,
.sys_cat-01133413391356 {
  background: #ff4646;
}

.sys_catLink.sys_cat13:before,
.sys_catLink.sys_cat-01133413391355:before,
.sys_cat13,
.sys_cat-01133413391355 {
  background: #4d4b4b;
}

.sys_catLink.sys_cat14:before,
.sys_catLink.sys_cat-01133413391354:before,
.sys_cat14,
.sys_cat-01133413391354 {
  /*background: #e6e63c;*/
  background: #7B7B20;
}

.sys_catLink.sys_cat15:before,
.sys_catLink.sys_cat-01133413391353:before,
.sys_cat15,
.sys_cat-01133413391353 {
  background: magenta;
}

.sys_catLink.sys_cat16:before,
.sys_catLink.sys_cat-01133413391352:before,
.sys_cat16,
.sys_cat-01133413391352 {
  background: #f29136;
}

.sys_catLink.sys_cat17:before,
.sys_catLink.sys_cat-01133413391351:before,
.sys_cat17,
.sys_cat-01133413391351 {
  /*background: #69d7be;*/
  background: #5CBBA5;
}

.sys_catLink.sys_cat18:before,
.sys_catLink.sys_cat-01133413391350:before,
.sys_cat18,
.sys_cat-01133413391350 {
  background: #c1272d;
}

.sys_catLink.sys_cat19:before,
.sys_catLink.sys_cat-01133413391349:before,
.sys_cat19,
.sys_cat-01133413391349 {
  background: #898588;
}

.sys_catLink.sys_cat20:before,
.sys_catLink.sys_cat-01133413391348:before,
.sys_cat20,
.sys_cat-01133413391348 {
  background: #87a79a;
}

.sys_catLink.sys_cat21:before,
.sys_catLink.sys_cat-01133413391347:before,
.sys_cat21,
.sys_cat-01133413391347 {
  background: #003c5e;
}

.sys_catLink.sys_cat22:before,
.sys_catLink.sys_cat-01133413391346:before,
.sys_cat22,
.sys_cat-01133413391346 {
  background: #f2385a;
}

.sys_catLink.sys_cat23:before,
.sys_catLink.sys_cat-01133413391345:before,
.sys_cat23,
.sys_cat-01133413391345 {
  /*background: #cdf9f5;*/
  background: #7E9A97;
}

.sys_catLink.sys_cat24:before,
.sys_catLink.sys_cat-01133413391344:before,
.sys_cat24,
.sys_cat-01133413391344 {
  background: #006491;
}

.sys_catLink.sys_cat25:before,
.sys_catLink.sys_cat-01133413391343:before,
.sys_cat25,
.sys_cat-01133413391343 {
  background: #f15a24;
}

.sys_catLink.sys_cat26:before,
.sys_catLink.sys_cat-01133413391342:before,
.sys_cat26,
.sys_cat-01133413391342 {
  background: #f2b48a;
}

/*





.sys_catLink.sys_cat1:before,
.sys_catLink.sys_cat-01332337351:before,
.sys_cat1,
.sys_cat-01332337351{
    background:$cat1;
}
.sys_catLink.sys_cat2:before,
.sys_catLink.sys_cat-01332337352:before,
.sys_cat2,
.sys_cat-01332337352{
	background:$cat2;
}
.sys_catLink.sys_cat3:before,
.sys_catLink.sys_cat-01332337366:before,
.sys_cat3,
.sys_cat-01332337366{
	background:$cat3;
}
.sys_catLink.sys_cat4:before,
.sys_catLink.sys_cat-01332337367:before,
.sys_cat4,
.sys_cat-01332337367{
	background:$cat4;
}
.sys_catLink.sys_cat5:before,
.sys_catLink.sys_cat-01332337368:before,
.sys_cat5,
.sys_cat-01332337368{
	background:$cat5;
}
.sys_catLink.sys_cat6:before,
.sys_cat6 {
	background:$cat6;
}
.sys_catLink.sys_cat7:before,
.sys_cat7 {
	background:$cat7;
}
.sys_catLink.sys_cat8:before,
.sys_cat8 {
	background:$cat8;
}
.sys_catLink.sys_cat9:before,
.sys_cat9 {
	background:$cat9;
}
.sys_catLink.sys_cat10:before,
.sys_cat10 {
	background:$cat10;
}
.sys_catLink.sys_cat11:before,
.sys_cat11 {
	background:$cat11;
}
.sys_catLink.sys_cat12:before,
.sys_cat12 {
	background:$cat12;
}
.sys_catLink.sys_cat13:before,
.sys_cat13 {
	background:$cat13;
}
.sys_catLink.sys_cat14:before,
.sys_cat14 {
	background:$cat14;
}
.sys_catLink.sys_cat15:before,
.sys_cat15 {
	background:$cat15;
}
.sys_catLink.sys_cat16:before,
.sys_cat16 {
	background:$cat16;
}
.sys_catLink.sys_cat17:before,
.sys_cat17 {
	background:$cat17;
}
.sys_catLink.sys_cat18:before,
.sys_cat18 {
	background:$cat18;
}
.sys_catLink.sys_cat19:before,
.sys_cat19 {
	background:$cat19;
}
.sys_catLink.sys_cat20:before,
.sys_cat20 {
	background:$cat20;
}
.sys_catLink.sys_cat21:before,
.sys_cat21 {
	background:$cat21;
}
.sys_catLink.sys_cat22:before,
.sys_cat22 {
	background:$cat22;
}
.sys_catLink.sys_cat23:before,
.sys_cat23 {
	background:$cat23;
}
.sys_catLink.sys_cat24:before,
.sys_cat24 {
	background:$cat24;
}
.sys_catLink.sys_cat25:before,
.sys_cat25 {
	background:$cat25;
}
.sys_catLink.sys_cat26:before,
.sys_cat26 {
	background:$cat26;
}

*/
