@charset "UTF-8";
/**
 * Deprecated versions? ...
 */
/**
 * Page
 *  - page layout additions and overrides.
 ============================================================================ */
.page {
  position: relative;
  min-height: 100%;
  min-width: 100%;
}

.page-top, .page-bottom {
  padding: 0;
  margin: 0;
}

.l-pr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.l-rw {
  padding: 0 0.625em;
}

.l-r {
  -webkit-transition: all, 225ms, ease-in-out;
  -o-transition: all, 225ms, ease-in-out;
  transition: all, 225ms, ease-in-out;
}

/**
 * One column pages
 */
.pr-main__rw.hr--1 {
  max-width: 50em;
}

.pr-main__rw.hr--1 .node {
  padding: 0;
}

@media all and (min-width: 45.0625em) {
  .pr-main__rw.hr--1 .node {
    padding: 2em 3em;
  }
}

/**
 * Homepage
 */
.path-frontpage .pr-main__rw.hr--1 {
  max-width: 100%;
  padding: 0;
}

.path-frontpage .pr-main__rw.hr--1 .l-r {
  padding: 0;
}

.path-frontpage .pr-main__rw.hr--1 div.node :not(.bottom-teaser-card) {
  padding: 0;
}

@media all and (min-width: 45.0625em) {
  .path-frontpage .pr-main__rw.hr--1 div.node :not(.bottom-teaser-card) {
    padding: 0;
  }
}

/**
 * Report & Team (bio) pages
 */
.page-node-type--our-team .pr-main__rw {
  margin-top: 3em;
}

.page-node-type--our-team .pr-main__rw .l-r.pr-main__content:last-child {
  width: 100%;
}

/**
 * Research page
 */
.path-research .view-header .results {
  display: none;
}

.path-research[class*="path-query-"] .block-researchintrotext {
  display: none;
}

.path-research[class*="path-query-"] .view-header .results {
  display: block;
}

/**
 * Elements
 * - set element global styles, basically whenever this element appears
 *   it should look like this by default.
 ============================================================================ */
html {
  font-size: 100%;
  line-height: 1.5em;
}

body {
  font-family: "Nunito Sans", sans-serif;
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: subpixel-antialiased;
}

[dir="rtl"] body {
  text-align: right;
}

html,
body {
  height: 100%;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

ul,
ol,
dd,
dl,
p,
figure,
pre,
table,
hr,
form,
fieldset {
  margin: 0 0 1.25rem;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 0.5rem;
  line-height: 1.125;
}

h1 {
  font-weight: 600;
}

h2, h3, h4, h5 {
  font-weight: 600;
}

h6 {
  font-weight: 700;
}

h1, .h1 {
  font-size: 2rem;
}

h2, .h2 {
  font-size: 1.625rem;
}

h3, .h3 {
  font-size: 1.25rem;
}

h4, .h4,
h5, .h5 {
  font-size: 1rem;
}

h6, .h6 {
  font-size: 0.75rem;
}

h1 small, .h1 small {
  font-size: 1.625rem;
}

h2 small, .h2 small {
  font-size: 1.25rem;
}

h3 small, .h3 small,
h4 small, .h4 small {
  font-size: 0.75rem;
}

@media screen and (min-width: 60.0625em) {
  h1, .h1 {
    font-size: 2.625rem;
  }
  h2, .h2 {
    font-size: 2rem;
  }
  h3, .h3 {
    font-size: 1.625rem;
  }
  h4, .h4,
  h5, .h5 {
    font-size: 1.25rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
  h1 small, .h1 small {
    font-size: 2rem;
  }
  h2 small, .h2 small {
    font-size: 1.25rem;
  }
  h3 small, .h3 small {
    font-size: 1rem;
  }
  h4 small, .h4 small {
    font-size: 0.75rem;
  }
}

p:empty {
  display: none;
}

small {
  font-size: 0.75rem;
}

img {
  height: auto;
  line-height: 0;
  display: inline-block;
}

img,
embed,
object,
video {
  max-width: 100%;
}

video {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #000;
  overflow: hidden;
}

img,
audio,
canvas,
video {
  vertical-align: middle;
}

svg {
  max-height: 100%;
}

svg:not(:root) {
  overflow: hidden;
}

figcaption {
  font-size: 0.75rem;
  line-height: 1.25rem;
  padding: 0.5rem 0;
  margin: auto;
}

a {
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:focus {
  text-decoration: underline;
}

a img {
  border: 0;
}

ul,
ol,
dl {
  padding-left: 3.25rem;
  padding-right: 0;
}

dt {
  font-weight: 600;
}

dd {
  margin-left: 1rem;
}

[dir="rtl"] dd {
  margin-left: 0;
  margin-right: 1rem;
}

hr {
  height: 1px;
  border: 0;
  border-top: 1px solid;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

code,
pre,
var,
kbd,
samp {
  font-family: "Courier New", Courier, monospace;
  overflow-x: auto;
}

pre {
  padding: 1rem;
}

[hidden],
template {
  display: none !important;
}

sup,
sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
  font-size: 0.75em;
  font-weight: 400;
}

sub {
  top: 0.4em;
}

a.tooltip-trigger {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
  padding: 0 0.3125rem;
  color: #0D3165;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none !important;
  cursor: pointer;
  background-color: #ebebeb;
}

a.tooltip-trigger:hover, a.tooltip-trigger:focus {
  background-color: #FF8B00;
}

sup.tooltip-content {
  top: 0;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  background-color: #ebebeb;
}

.qtip-content {
  padding: 0.625rem 1rem 0.625rem 1rem;
}

.qtip-content sup.tooltip-content {
  background: none;
}

.caption > br {
  display: none;
}

.caption > figcaption {
  margin: 0;
  padding: 0.5rem 0;
  font-size: 14px;
  font-size: 0.875rem;
  color: #0D3165;
  font-weight: 400;
}

blockquote,
blockquote.field {
  padding: 0.5rem 1rem;
  margin: 2rem 0 2rem;
  border-left: 1px solid;
  border-color: #C4C4C4;
}

blockquote.simple-quote,
blockquote.field.simple-quote {
  border: 0 none;
  padding: 0;
  margin: 0;
}

blockquote p,
blockquote.field p {
  font-weight: 300;
  font-style: italic;
}

blockquote p:first-child,
blockquote.field p:first-child {
  margin-top: 0;
}

blockquote p:last-of-type,
blockquote.field p:last-of-type {
  margin-bottom: 0;
}

blockquote small,
blockquote.field small {
  display: block;
}

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

blockquote.pull-right,
blockquote.field.pull-right {
  padding-left: 0;
  border-right: 5px solid;
  border-left: 0;
}

blockquote.pull-right p,
blockquote.pull-right small,
blockquote.field.pull-right p,
blockquote.field.pull-right small {
  text-align: right;
}

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

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

aside.pull-quote {
  position: relative;
  padding: 1rem 1rem;
  margin: 2rem 0;
  color: #0D3165;
  text-align: center;
  line-height: 1.25;
}

@media all and (min-width: 45.0625em) {
  aside.pull-quote {
    margin: 2rem 10%;
  }
}

aside.pull-quote:before, aside.pull-quote:after {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1px;
  width: 50%;
  background: #C4C4C4;
}

aside.pull-quote:before {
  top: 0;
}

aside.pull-quote:after {
  bottom: -0.2rem;
}

aside.pull-quote .field__items .field__item p {
  font-weight: 400;
  font-size: 1.25rem;
  font-size: 26px;
  font-size: 1.625rem;
}

@media screen and (min-width: 60.0625em) {
  aside.pull-quote .field__items .field__item p {
    font-size: 1.625rem;
    font-size: 30px;
    font-size: 1.875rem;
  }
}

aside.pull-quote .field__items .field__item p:first-child {
  margin-top: 0;
}

aside.pull-quote .field__items .field__item p:last-of-type {
  margin-bottom: 0;
}

div.tweetable-quote {
  text-align: center;
  padding: 2em 0em;
}

div.tweetable-quote aside.pull-quote {
  margin-bottom: 0;
}

div.tweetable-quote:hover {
  background: #0D3165;
  color: white;
}

div.tweetable-quote:hover aside.pull-quote {
  background: #0D3165;
  color: white;
}

div.tweetable-quote:hover a.twitter {
  color: white;
}

aside.sidebar,
.field-name-field-epigraph.field {
  position: relative;
  padding: 2rem 0;
  margin: 2rem 0;
}

aside.sidebar:before, aside.sidebar:after,
.field-name-field-epigraph.field:before,
.field-name-field-epigraph.field:after {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1px;
  width: 50%;
  background: #666666;
}

aside.sidebar:before,
.field-name-field-epigraph.field:before {
  top: 0;
}

aside.sidebar:after,
.field-name-field-epigraph.field:after {
  bottom: -0.2rem;
}

aside.sidebar .field__item,
.field-name-field-epigraph.field .field__item {
  padding: 1.25rem 1.25rem;
  background: #f7f7f7;
}

@media all and (min-width: 45.0625em) {
  aside.sidebar .field__item,
  .field-name-field-epigraph.field .field__item {
    padding: 2rem 2.625rem;
  }
}

aside.sidebar h2,
.field-name-field-epigraph.field h2 {
  font-size: 1.625rem;
  margin-bottom: .5rem;
}

aside.sidebar p:first-child,
.field-name-field-epigraph.field p:first-child {
  margin-top: 0;
}

aside.sidebar p:last-of-type,
.field-name-field-epigraph.field p:last-of-type {
  margin-bottom: 0;
}

.field-name-field-epigraph.field {
  padding: 0.75rem 0 2rem;
  margin: 0 0 2rem;
}

.field-name-field-epigraph.field:before {
  display: none;
}

.a2a_kit.addtoany_list > a.addtoany_share > span.ext {
  display: none;
}

/**
 * Media
 * - styles for media objects such as iframe, video, embedding codes etc.
 ============================================================================ */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/**
 * List Styles
 ============================================================================ */
ul.inline, ul.links.inline {
  padding: 0;
}

ul.inline:before, ul.inline:after, ul.links.inline:before, ul.links.inline:after {
  content: " ";
  display: table;
}

ul.inline:after, ul.links.inline:after {
  clear: both;
}

ul.inline li {
  display: inline-block;
  margin: 0 0 0 0;
  list-style: none;
}

ul.inline li ul,
ul.inline li ol {
  display: inline-block;
}

[dir="rtl"] ul.inline li {
  margin-right: 0;
  margin-left: 0;
}

.no-bullets li {
  list-style: none;
}

.no-padding {
  padding: 0;
}

.item-list__title {
  font-weight: 700;
}

.item-list__list {
  padding: 0;
}

.item-list__item {
  list-style: none;
}

.item-list a {
  padding: 0.125rem 0;
  margin: 0.125rem 0;
}

.item-list--comma-list {
  display: inline;
}

.item-list--comma-list .item-list__comma-list,
.item-list__comma-list li,
[dir="rtl"] .item-list--comma-list .item-list__comma-list,
[dir="rtl"] .item-list__comma-list li {
  margin: 0;
}

.list-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.list-horizontal li {
  margin: 0 1rem 0 1rem;
  list-style: none;
}

[dir="rtl"] .list-horizontal li {
  margin-right: 16px;
  margin-left: 16px;
}

.list-multicolumn {
  padding: 0;
}

.list-multicolumn:before, .list-multicolumn:after {
  content: " ";
  display: table;
}

.list-multicolumn:after {
  clear: both;
}

.list-multicolumn > li {
  font-weight: 700;
  list-style: none;
}

.list-multicolumn ul, .list-multicolumn ol {
  font-weight: 400;
  padding: 0;
}

@media screen and (max-width: 60em) {
  .list-multicolumn:before, .list-multicolumn:after {
    content: " ";
    display: table;
  }
  .list-multicolumn:after {
    clear: both;
  }
  .list-multicolumn > li {
    width: 12em;
    float: left;
    list-style: none;
  }
  .list-multicolumn ul, .list-multicolumn ol {
    padding: 0;
  }
  .list-multicolumn a {
    display: block;
  }
}

@media screen and (max-width: 60em) {
  .dl-horizontal dt {
    float: left;
    clear: left;
    text-align: left;
    width: 11em;
  }
  .dl-horizontal dt:after {
    content: ":";
  }
  .dl-horizontal dd {
    margin-left: 12em;
    overflow: hidden;
  }
}

.list-group {
  padding-left: 0;
  margin-left: 0;
}

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

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

/**
 * Skip link
 *  - Allows keyboard users to quickly skip to the main content of the page.
 ============================================================================ */
.skip-link {
  color: #fff;
  background-color: #444;
  border-radius: 0 0 4px 4px;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease-in;
  -o-transition: opacity 0.15s ease-in;
  transition: opacity 0.15s ease-in;
  z-index: 50;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  text-align: center;
  padding: 0.375rem 1rem;
}

@media screen and (max-width: 45em) {
  .skip-link {
    left: 10%;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

.skip-link:visited, .skip-link:active, .skip-link:focus {
  color: #fff;
}

.skip-link:focus {
  text-decoration: none;
  opacity: 1;
}

.skip-link.visually-hidden.focusable:focus {
  position: absolute !important;
  width: 11.25rem;
}

@media screen and (max-width: 45em) {
  .skip-link.visually-hidden.focusable:focus {
    width: 80%;
  }
}

/**
 * Feed Icons
 *  - icons are SVG, SEE feed-icon.html.twig in AT Core templates directory.
 ============================================================================ */
.feed-icon {
  display: block;
  width: 1rem;
  height: 1rem;
}

/**
 * Links
 * Links are used on node and comments, e.g. read more. They're also used by
 * blocks such as the language switcher and Devel modules switch user block.
 ============================================================================ */
.links {
  list-style: none;
  padding: 0;
}

.links.inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.links.inline li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 16px 0 0;
}

.links.inline li[class*='hidden'] {
  display: none;
}

[dir="rtl"] .links.inline li {
  margin: 0 0 0 16px;
}

/**
 * Node previews
 *  - style the preview bar a little better than default.
 ============================================================================ */
.node-preview-container {
  position: relative;
  z-index: 499;
  width: 100%;
  min-width: 100%;
  background-color: #d1e8f5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d1e8f5), to(#d3e8f4));
  background-image: -webkit-linear-gradient(top, #d1e8f5, #d3e8f4);
  background-image: -o-linear-gradient(top, #d1e8f5, #d3e8f4);
  background-image: linear-gradient(to bottom, #d1e8f5, #d3e8f4);
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.3333);
          box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.3333);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 1.25rem 0;
}

.node-preview-container form {
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
}

.node-preview-container form:after {
  content: " ";
  display: block;
  clear: both;
}

@media screen and (max-width: 45em) {
  .node-preview-container .form-item-view-mode {
    display: block !important;
  }
}

.node-preview-backlink {
  float: left;
  margin-right: 1.25rem;
}

@media screen and (max-width: 45em) {
  .node-preview-backlink {
    float: none;
    display: block;
    margin: 0 0 0.75rem;
  }
}

.node-preview-backlink:before {
  font-family: FontAwesome, sans-serif;
  content: "";
  padding: 0 0.5rem 0 0;
  margin: 0;
  display: none;
}

.fa-loaded .node-preview-backlink:before {
  display: inline-block;
}

[dir="rtl"] .node-preview-backlink:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.node-preview-form-select {
  margin: 1.25rem 0;
  padding: 0 1.25rem;
}

.node-preview-form-select .form-select {
  min-width: 10rem;
}

/**
 * CK Editor
 * - classes and styles set by CK Editor.
 ============================================================================ */
.text-align-justify {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

/**
 * States.
 ============================================================================ */
/**
 * AT attribution message
 *  - a toggle setting in the theme settings, you can turn it on/off using
 *    the Markup overrides extension.
 ============================================================================ */
.l-attribution {
  -webkit-box-ordinal-group: 101;
      -ms-flex-order: 100;
          order: 100;
}

.attribution .l-rw {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 2rem;
  text-align: right;
}

.attribution__link {
  text-decoration: none;
  font-size: 0.75rem;
}

/**
 * Utility
 * - useful classes to be used anywhere.
 ============================================================================ */
.is-flexposition-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 100%;
  width: 100%;
}

.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}

.is-vertical-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.is-vertical-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.is-vertical-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.is-horizontal-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.is-horizontal-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.is-horizontal-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/**
 * Display Modes / Display Suite
 */
.ds-2col-stacked-fluid.node--view-mode-teaser .group-left {
  width: 100%;
}

.ds-2col-stacked-fluid.node--view-mode-teaser .group-left + .group-right {
  width: 100%;
}

@media all and (min-width: 45.0625em) {
  .ds-2col-stacked-fluid.node--view-mode-teaser .group-left {
    width: 27%;
  }
  .ds-2col-stacked-fluid.node--view-mode-teaser .group-left + .group-right {
    width: 69%;
  }
}

.pr-leaderboard {
  background-color: #ffffff;
  border-bottom: 1px solid #C4C4C4;
}

.pr-leaderboard .regions {
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  background-color: #ffffff;
}

.pr-leaderboard nav[aria-labelledby="block-justicemenu-menu"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pr-leaderboard nav[aria-labelledby="block-justicemenu-menu"] .block__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pr-leaderboard nav[aria-labelledby="block-justicemenu-menu"] .block__title {
  margin: 0 2rem 0 0;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #0D3165;
  text-transform: uppercase;
}

.pr-leaderboard nav[aria-labelledby="block-justicemenu-menu"] .block__title:after {
  content: url("../images/icon-arrow-right.svg");
  padding-left: 0.3em;
}

.pr-leaderboard #block-leaderboardblockgroup {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pr-leaderboard #block-leaderboardblockgroup > .block__inner {
  height: 100%;
}

.pr-leaderboard #block-leaderboardblockgroup > .block__inner > .block__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.pr-leaderboard #block-leaderboardblockgroup > .block__inner > .block__content #block-pra-twentynineteen-search {
  height: 100%;
}

.pr-leaderboard #block-leaderboardblockgroup > .block__inner > .block__content #block-pra-twentynineteen-search > .block-search__inner {
  height: 100%;
}

.pr-leaderboard #block-leaderboardblockgroup > .block__inner > .block__content #block-pra-twentynineteen-search > .block-search__inner > .block-search__content {
  height: 100%;
}

.pr-leaderboard #block-leaderboardblockgroup > .block__inner > .block__content #block-pra-twentynineteen-search > .block-search__inner > .block-search__content > #search-block-form {
  margin-bottom: 0;
  width: 50px;
  margin: auto;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.pr-leaderboard #block-leaderboardblockgroup > .block__inner > .block__content #block-pra-twentynineteen-search > .block-search__inner > .block-search__content > #search-block-form:hover {
  background: rgba(246, 246, 246, 0.3);
}

.pr-leaderboard #block-leaderboardblockgroup > .block__inner > .block__content #block-pra-twentynineteen-search > .block-search__inner > .block-search__content > #search-block-form:hover > .js-form-type-search {
  opacity: 1;
  width: 350px;
}

.pr-leaderboard #block-leaderboardblockgroup > .block__inner > .block__content #block-pra-twentynineteen-search > .block-search__inner > .block-search__content > #search-block-form .js-form-type-search {
  opacity: 0;
  background: #ffffff;
  margin: auto;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  padding: 24px;
  z-index: 1;
  top: 100%;
  width: 350px;
}

.pr-leaderboard #block-leaderboardblockgroup > .block__inner > .block__content #block-pra-twentynineteen-search > .block-search__inner > .block-search__content > #search-block-form .js-form-type-search #edit-keys {
  border-top: none;
  border-right: none;
  border-left: none;
  border-radius: 0;
}

.pr-leaderboard #block-leaderboardblockgroup > .block__inner > .block__content #block-pra-twentynineteen-search > .block-search__inner > .block-search__content > #search-block-form #edit-actions {
  -ms-flex-item-align: center;
      align-self: center;
  position: unset;
}

.pr-leaderboard #block-leaderboardblockgroup > .block__inner > .block__content #block-pra-twentynineteen-search > .block-search__inner > .block-search__content > #search-block-form #edit-actions #edit-submit {
  border: none;
}

.pr-leaderboard #block-leaderboardblockgroup > .block__inner > .block__content #block-sociallinksheader .field-block-content--body {
  margin-bottom: 0;
}

.pr-leaderboard #block-leaderboardblockgroup > .block__inner > .block__content #block-sociallinksheader .field-block-content--body ul.list-inline {
  margin-left: .5rem;
}

.pr-leaderboard #block-leaderboardblockgroup > .block__inner > .block__content #block-sociallinksheader .field-block-content--body .btn__support {
  background: none;
  border: none;
  margin: .25rem;
  padding-left: 0;
  padding-right: 0;
}

.pr-leaderboard #block-leaderboardblockgroup > .block__inner > .block__content #block-sociallinksheader .field-block-content--body .btn__support a {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #ffffff;
  line-height: 1.2;
  text-transform: uppercase;
  background: #0d3164;
  border-radius: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  min-width: 86px;
  padding: 5px 15px;
  border: solid 3px #0d3164;
  background-color: #0d3164;
  text-align: center;
}

.pr-leaderboard #block-leaderboardblockgroup > .block__inner > .block__content #block-sociallinksheader .field-block-content--body .btn__support a:hover {
  color: #0d3165;
  background-color: #ffffff;
  text-decoration: none;
}

#masthead {
  background: #ffffff;
  border-bottom: 1px solid #C4C4C4;
}

@media all and (min-width: 45.0625em) {
  #masthead {
    border-bottom: none;
  }
}

#masthead #rid-header-first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#masthead #rid-header-first #block-views-block-latest-issue-block-2 {
  margin-bottom: 0;
  margin-left: 20px;
  display: none;
}

@media screen and (min-width: 45.0625em) {
  #masthead #rid-header-first #block-views-block-latest-issue-block-2 {
    display: block;
  }
}

#masthead #rid-header-first #block-views-block-latest-issue-block-2 .view-latest-issue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

#masthead #rid-header-first #block-views-block-latest-issue-block-2 .view-latest-issue .view-header {
  max-width: 170px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

#masthead #rid-header-first #block-views-block-latest-issue-block-2 .view-latest-issue .view-header > * {
  padding: 0;
}

#masthead #rid-header-first #block-views-block-latest-issue-block-2 .view-latest-issue .view-header p {
  font-size: 0.9375rem;
  font-weight: 300;
  line-height: 1.2;
  color: #0d3164;
}

#masthead #rid-header-first #block-views-block-latest-issue-block-2 .view-latest-issue .view-header p span {
  font-weight: 600;
  font-size: 1.375rem;
  display: block;
}

#masthead #rid-header-first #block-views-block-latest-issue-block-2 .view-latest-issue .view-header span.btn__subscribe {
  background: none;
  border: none;
}

#masthead #rid-header-first #block-views-block-latest-issue-block-2 .view-latest-issue .view-header span.btn__subscribe a {
  margin-bottom: 0;
  margin-right: 0;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #0d3164;
  line-height: 1.75;
  text-transform: uppercase;
  background: #0d3164;
  border-radius: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 86px;
  height: 26px;
  padding: 2px 15px;
  border: solid 3px #0d3164;
  background-color: transparent;
}

#masthead #rid-header-first #block-views-block-latest-issue-block-2 .view-latest-issue .view-header span.btn__subscribe a:hover {
  color: #fff;
  background-color: #0d3164;
  text-decoration: none;
}

#masthead #rid-header-first #block-views-block-latest-issue-block-2 .view-latest-issue .view-content {
  margin-left: 130px;
}

#masthead #rid-header-first #block-views-block-latest-issue-block-2 .view-latest-issue .view-content .view-content {
  margin-left: 0px;
}

#masthead #rid-header-first #block-socialmediaiconsmobile {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#masthead #rid-header-first #block-socialmediaiconsmobile * {
  margin: 0;
  padding: 0;
  line-height: 0;
}

@media all and (min-width: 45.0625em) {
  #masthead #rid-header-first #block-socialmediaiconsmobile {
    display: none;
  }
}

#masthead #rid-header-first #block-socialmediaiconsmobile ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#masthead #rid-header-first #block-socialmediaiconsmobile ul li {
  display: inline;
  margin-left: 10px;
}

#masthead #rid-header-first #block-socialmediaiconsmobile .social {
  width: 60px;
  height: 60px;
}

#masthead #rid-header-first #block-socialmediaiconsmobile .social a {
  /* hide text w/o using negative indent */
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  width: 40px;
  height: 40px;
}

#masthead #rid-header-first #block-socialmediaiconsmobile .social a.twitter {
  content: url("../images/icon-twitter-header.svg");
}

#masthead #rid-header-first #block-socialmediaiconsmobile .social a.facebook {
  content: url("../images/icon-facebook-header.svg");
}

#masthead #rid-header-first #block-socialmediaiconsmobile .social a.instagram {
  content: url("../images/icon-instagram-header.svg");
}

.l-footer {
  margin-top: 3rem;
}

@media all and (min-width: 45.0625em) {
  .l-footer {
    margin-top: 5rem;
  }
}

.pr-footer .pr-footer__rw {
  padding: 0.75rem 2rem 0;
}

@media all and (min-width: 60.0625em) {
  .pr-footer .pr-footer__rw {
    padding: 0.75rem 0.625rem 0;
  }
}

.pr-footer .block-sociallinksfooter p {
  font-size: 18px;
  font-size: 1.125rem;
}

.pr-footer .block-sociallinksfooter .list-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
}

@media all and (min-width: 60.0625em) {
  .pr-footer .block-sociallinksfooter .list-inline {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.pr-footer .block-sociallinksfooter .list-inline > li {
  margin: 0 0.75rem;
  padding: 0;
  vertical-align: top;
}

@media all and (min-width: 60.0625em) {
  .pr-footer .block-sociallinksfooter .list-inline > li {
    margin: 0 1rem 0 0;
  }
}

.pr-footer .block-sociallinksfooter .list-inline a.link--menu {
  width: auto;
  margin-bottom: 0;
  margin-right: 0;
  padding: 2px 15px;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #ffffff;
  line-height: 1.75;
  text-transform: uppercase;
  font-weight: 700;
  border: solid 3px #ffffff;
  background: none;
  border-radius: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.pr-footer .block-sociallinksfooter .list-inline a.link--menu:hover {
  color: #0D3165;
  background-color: #ffffff;
  text-decoration: none;
}

.pr-footer .block-sociallinksfooter .social-icons {
  margin-bottom: 1.5em;
}

.pr-footer .block-sociallinksfooter .social {
  width: 40px;
  height: 40px;
}

.pr-footer .block-sociallinksfooter .social a {
  /* hide text w/o using negative indent */
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}

.pr-footer .block-sociallinksfooter .social a.twitter {
  content: url("../images/icon-twitter-footer.svg");
}

.pr-footer .block-sociallinksfooter .social a.facebook {
  content: url("../images/icon-facebook-footer.svg");
}

.pr-footer .block-sociallinksfooter .social a.instagram {
  content: url("../images/icon-instagram-footer.svg");
}

.pr-footer .pr-footer__footer-second {
  margin-top: 1em;
  border-top: 1px solid #ffffff;
}

@media all and (min-width: 60.0625em) {
  .pr-footer .pr-footer__footer-second {
    border-top: none;
    border-left: 1px solid #ffffff;
  }
}

@media all and (min-width: 45.0625em) {
  .pr-footer .pr-footer__footer-second {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.pr-footer .block-menu {
  margin: 2rem 0 3.25rem;
}

@media all and (min-width: 60.0625em) {
  .pr-footer .block-menu {
    margin: 0;
  }
}

.pr-footer .block-menu h2.block__title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
  text-transform: uppercase;
}

.pr-footer .block-menu a.menu__link {
  margin: 0.5rem 0;
  font-size: 18px;
  font-size: 1.125rem;
}

@media all and (min-width: 60.0625em) {
  .pr-footer .block-menu a.menu__link {
    font-size: 16px;
    font-size: 1rem;
  }
}

.pr-footer .block-menu a.menu__link:hover {
  text-decoration: underline;
}

@media all and (min-width: 60.0625em) {
  .pr-footer .block-copyright-2 {
    margin: 3.25rem 0 0;
    text-align: center;
  }
}

.l-attribution {
  display: none;
}

.pr-main__sidebar-first .block {
  margin: 0 0 1.25em;
}

.pr-main__sidebar-first h2.block__title,
.pr-main__sidebar-first .block-tocjsblock .toc-title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
  text-transform: uppercase;
}

.pr-main__sidebar-first .block-leftdrawermenu-5 li.menu__item--active-trail,
.pr-main__sidebar-first .block-views-block-research-block-2 h2.block__title,
.pr-main__sidebar-first .block-tocjsblock .toc-title {
  padding: 0.75rem 0 0.625rem 0.75rem;
  border-top: 1px solid #C4C4C4;
  border-bottom: 1px solid #C4C4C4;
  border-left: none;
  background: none;
}

.pr-main__sidebar-first li.menu__item {
  padding-left: 12px;
}

.pr-main__sidebar-first li.menu__item--active-trail {
  padding-left: 8px;
  background-color: #ffffff;
  border-left: 4px solid #FF8B00;
}

.pr-main__sidebar-first .block-tocjsblock {
  margin-top: 2.5rem;
}

.pr-main__sidebar-first .block-tocjsblock .toc-js.is-sticked {
  position: relative;
  z-index: 1;
}

@media all and (min-width: 45.0625em) {
  .pr-main__sidebar-first .block-tocjsblock .toc-js.is-sticked {
    width: 231px;
  }
}

.pr-main__sidebar-first .block-tocjsblock .toc-title.h2 {
  display: none;
}

.pr-main__sidebar-first .block-tocjsblock ul {
  margin: 0.75rem 0;
  padding: 0;
}

.pr-main__sidebar-first .block-tocjsblock li {
  list-style: none;
  padding-left: 12px;
}

.pr-main__sidebar-first .block-tocjsblock li.toc-h3 {
  margin-left: 12px;
  font-weight: 300;
}

.pr-main__sidebar-first .block-tocjsblock li a {
  display: block;
  padding: 0.375rem 0;
  margin: 0.5rem 0;
  line-height: 1.1;
}

.pr-main__sidebar-first .block-tocjsblock li.toc-active {
  padding-left: 8px;
  background-color: #ffffff;
  border-left: 4px solid #FF8B00;
}

#block-leftdrawermenu-5 li.menu__item {
  display: none;
}

#block-leftdrawermenu-5 li.menu__item--active-trail {
  display: block;
}

#block-leftdrawermenu-5 li.menu__item--active-trail a {
  font-size: 22px;
  font-size: 1.375rem;
  color: #000000;
  font-weight: 600;
  text-transform: uppercase;
}
/*# sourceMappingURL=base.css.map */