/**
 * Style file @
 *
 * This file is compiled into style.css
 */
/* ---------- Import base files (utitilies and variables) ---------- */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/*  Better box model */
@import url("https://use.typekit.net/olz3htd.css");
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* 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;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

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

/**
 * 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
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 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"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 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;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * 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;
  /* 1 */
  font: inherit;
  /* 2 */ }

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

/**
* Mixins
*
* Snippets of reusable CSS to develop faster and keep code readable
*/
/* Consistent transition speed */
.clearfix:after {
  content: '';
  display: block;
  clear: both; }

/* Tint and shade function */
/*
 * Variables
 */
/* set base values */
/* -------------------------------- 
Layout
-------------------------------- */
/* -------------------------------- 
Colour
-------------------------------- */
/* Main colours */
/* shades */
/* feedback */
/* typography */
/* Links */
/* Borders */
/* body */
/* forms */
/* -------------------------------- 
Spacing
-------------------------------- */
/* spacing values */
/* -------------------------------- 
Typography
-------------------------------- */
/* type scale */
html {
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-size: 85%; }
  @media only screen and (min-width: 481px) {
    html {
      font-size: 90%; } }
  @media only screen and (min-width: 1025px) {
    html {
      font-size: 100%; } }

html,
button,
input,
select,
textarea {
  font-family: noto-sans, sans-serif; }

body {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-family: roboto, sans-serif;
  font-style: normal;
  font-weight: 300;
  background-color: white;
  color: #080e33;
  margin: 0;
  width: 100%; }

.list-item_desc * {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.5;
  font-family: roboto, sans-serif;
  font-style: normal;
  font-weight: 300;
  background-color: white;
  color: #080e33;
  margin: 0;
  width: 100%; }

h1 {
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 1.2;
  margin-bottom: .67em;
  font-weight: 700;
  font-family: titillium-web, sans-serif; }
  * + h1 {
    margin-top: .67em; }
  @media only screen and (max-width: 768px) {
    h1 {
      font-size: 42px;
      font-size: 2.625rem; } }

h2, h3, h4, h5, h6 {
  font-family: noto-sans, sans-serif;
  color: #080e33;
  margin-top: 0; }

h4, h5, h6 {
  font-family: noto-sans, sans-serif; }

h2 {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.2;
  margin-bottom: .25em;
  font-weight: 700; }
  * + h2 {
    margin-top: 1.5rem; }

h3, .banner_title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #080e33;
  margin-bottom: .25em;
  font-weight: 700; }
  * + h3, * + .banner_title {
    margin-top: 1.5em; }

h4 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 700;
  color: #080e33;
  margin-top: 2em; }
  * + h4 {
    margin-bottom: .5em; }

h5 {
  font-size: 14px;
  font-size: 0.875rem;
  color: #080e33;
  margin-top: 2.5em; }
  * + h5 {
    margin-bottom: .25em; }

h6 {
  font-size: 12px;
  font-size: 0.75rem;
  color: #080e33;
  margin-top: 3em; }
  * + h6 {
    margin-bottom: .25em; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

mark {
  background: #ff0;
  color: #000; }

p, pre {
  margin: 1em 0;
  font-size: 16px;
  font-size: 1rem; }

code, kbd, pre, samp {
  font-family: monospace,serif;
  font-family: 'courier new',monospace;
  font-size: 16px;
  font-size: 1rem; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

blockquote {
  font-size: 24px;
  font-size: 1.5rem;
  display: inline-block;
  border-top: 1px solid #ceceda;
  border-bottom: 1px solid #ceceda;
  font-style: italic;
  line-height: 1.3;
  margin: 45px 0;
  padding: 45px 15px 30px;
  position: relative;
  font-family: roboto, sans-serif; }
  blockquote > * {
    margin: 0;
    font-size: 30px;
    font-size: 1.875rem; }

.large {
  font-size: 18px;
  font-size: 1.125rem; }

sub, sup, figcaption {
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

figcaption {
  line-height: 1; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

dl, ol, ul {
  margin: 1.5em 0; }
  dl dl, dl menu, dl ul, ol dl, ol menu, ol ul, ul dl, ul menu, ul ul {
    margin: 0; }

dd {
  margin: 0 0 0 30px; }

ul {
  padding: 0 0 0 30px;
  list-style: disc; }

ol {
  padding: 0 0 0 30px;
  list-style: decimal; }

ul li:not(.tabs-primary__tab), ol li:not(.tabs-primary__tab) {
  margin-bottom: 10px; }

ul.inline li, ol.inline li {
  margin-right: 10px; }
  ul.inline li:last-child, ol.inline li:last-child {
    margin-right: 0; }

ol ol {
  margin: 0;
  list-style: lower-alpha; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none; }

img {
  max-width: 100%;
  border: 0;
  -ms-interpolation-mode: bicubic; }

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

figure {
  margin: 0; }

.print-page-title, .print-page-path {
  display: none; }

*:focus {
  border-color: #991000 !important;
  outline-color: #991000 !important;
  outline-style: solid !important;
  outline-width: 1px !important; }

/* -------------------------------- 
Animations
-------------------------------- */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -100% 0; }
  100% {
    background-position: 100% 0; } }

@keyframes placeHolderShimmer {
  0% {
    background-position: -100% 0; }
  100% {
    background-position: 100% 0; } }

.url-textfield {
  display: none !important; }

.field-name-body li {
  font-size: 16pxpx;
  font-size: 1pxrem; }

.bookmark {
  background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath style='line-height:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;text-transform:none;block-progression:tb;isolation:auto;mix-blend-mode:normal' d='M6.01 2c-1.096 0-2 .903-2 1.998L4 22l8-3 8 3V4c0-1.093-.907-2-2-2H6.01zm0 2H18v15.113l-6-2.25-5.998 2.25L6.01 4z' font-weight='400' font-family='sans-serif' overflow='visible'/%3E%3C/svg%3E");
  text-indent: -9999px;
  border: 0;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  border-radius: 50%; }

.pill,
.listing-info .listing-type {
  display: block;
  background: #e6e6ea;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  border-radius: 3.125rem;
  line-height: 1.5;
  padding: 0.25rem 0.875rem;
  margin-top: 0.625rem;
  text-align: center; }
  .pill:hover, .pill:focus,
  .listing-info .listing-type:hover,
  .listing-info .listing-type:focus {
    background-color: #d8d8de; }
  .pill.pill_outline,
  .listing-info .pill_outline.listing-type {
    background-color: transparent;
    color: #080e33;
    border: 1px solid #ebebf0; }
  .pill.pill_keyword,
  .listing-info .pill_keyword.listing-type {
    display: inline-block;
    margin-right: 0.125rem;
    text-decoration: none; }

.element-invisible {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }

* {
  margin: 0;
  padding: 0; }

@media only print {
  header {
    display: none; }
  section > div {
    margin: 0; }
    section > div.row {
      margin: 0; }
      section > div.row > .content {
        padding: 0;
        float: none; }
      section > div.row .content_links {
        display: none; }
      section > div.row > .sidebar:not(.sidebar_right) {
        display: none; }
      section > div.row .sidebar.sidebar_right {
        float: left; }
        section > div.row .sidebar.sidebar_right .sidebar-group.sidebar-group_right {
          border: none; }
          section > div.row .sidebar.sidebar_right .sidebar-group.sidebar-group_right li {
            padding: 0;
            display: block; }
          section > div.row .sidebar.sidebar_right .sidebar-group.sidebar-group_right .content_date {
            display: block; }
        section > div.row .sidebar.sidebar_right .keywords {
          display: none; }
      section > div.row .listing-info .listing-date {
        display: block; }
      section > div.row .listing-info .listing-type {
        display: none; }
      section > div.row > .card-wrapper {
        display: none; }
      section > div.row .action-buttons {
        display: none; }
    section > div:nth-child(2) {
      height: 1rem; }
    section > div .breadcrumbs {
      display: none; } }

/* ---------- Components ---------- */
.list-item-wrapper {
  background-color: white;
  -webkit-box-shadow: 0 10px 60px -20px #9ea4b3;
          box-shadow: 0 10px 60px -20px #9ea4b3;
  border-radius: 1.5rem;
  position: relative;
  margin-bottom: 1.125rem; }

.list-item {
  padding: 2.125rem 4.5rem 1.625rem 1.625rem;
  overflow: hidden; }
  .list-item ul {
    margin: 0;
    padding: 0; }
    .list-item ul li {
      background: none;
      list-style-type: none;
      margin: 0;
      padding: 0; }
    .list-item ul li {
      margin-bottom: 3.125rem; }
      @media only screen and (min-width: 769px) {
        .list-item ul li {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; } }

.list-item_topic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (min-width: 769px) {
    .list-item_topic {
      width: 15rem; } }
  .list-item_topic h4 {
    margin-top: 0; }

.list-item_heading a {
  color: #b5121b;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600; }
  .list-item_heading a:after {
    content: "\2192";
    margin-left: 3.4px;
    margin-left: 0.25rem; }

.list-item_action .bookmark {
  margin-right: 1rem;
  border: 0;
  padding: 0;
  border-radius: 0;
  background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath style='line-height:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;text-transform:none;block-progression:tb;isolation:auto;mix-blend-mode:normal' d='M6.01 2c-1.096 0-2 .903-2 1.998L4 22l8-3 8 3V4c0-1.093-.907-2-2-2H6.01zm0 2H18v15.113l-6-2.25-5.998 2.25L6.01 4z' font-weight='400' font-family='sans-serif' overflow='visible'/%3E%3C/svg%3E"); }

.list-item_desc * {
  margin-bottom: 0.625rem; }

.list-item_desc p {
  margin-bottom: 0; }

@media only screen and (min-width: 769px) {
  .list-item_desc {
    max-width: 30rem; }
    .list-item_desc * {
      max-width: 30rem; } }

.list-item_desc a {
  text-decoration: none; }

.list-item_date {
  margin-right: 0;
  margin-left: auto;
  display: inline-block;
  padding: 1.125rem 0; }
  @media only screen and (min-width: 769px) {
    .list-item_date {
      padding: 0; } }
  .list-item_date .pill {
    color: #000;
    background-color: #e4daf6;
    margin-top: 0; }

.list-item_icon {
  margin-bottom: 0; }
  .list-item_icon ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0; }
    .list-item_icon ul li {
      background: none;
      list-style-type: none;
      margin: 0;
      padding: 0; }
    .list-item_icon ul li {
      display: inline-block;
      margin-right: 0.25rem;
      background-color: #e6e6ea;
      border-radius: 50%;
      width: 3rem;
      height: 3rem;
      padding: 0.6rem; }

.listing-info {
  padding: 0.875rem 0; }
  .listing-info ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0; }
    .listing-info ul li {
      background: none;
      list-style-type: none;
      margin: 0;
      padding: 0; }
    .listing-info ul li {
      margin-right: 1rem; }
  .listing-info .listing-type {
    margin-top: 0;
    background-color: #fff;
    border: 1px solid #e4e4e4; }
  .listing-info .listing-date {
    font-weight: 600; }
    .listing-info .listing-date span {
      font-weight: 400; }

.breadcrumbs {
  margin-bottom: 0.625rem;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis; }
  .breadcrumbs ol {
    margin: 0;
    padding: 0;
    display: inline;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .breadcrumbs ol li {
      background: none;
      list-style-type: none;
      margin: 0;
      padding: 0; }
    .breadcrumbs ol li {
      display: inline;
      width: auto; }
      .breadcrumbs ol li:after {
        content: ">";
        padding: 0 8.5px;
        padding: 0 0.625rem;
        color: black;
        font-weight: 400;
        vertical-align: text-bottom; }
      .breadcrumbs ol li:last-child::after {
        display: none; }
      .breadcrumbs ol li a {
        text-decoration: none; }
  .breadcrumbs.breadcrumbs_guidance li {
    vertical-align: top; }
    .breadcrumbs.breadcrumbs_guidance li:last-of-type {
      display: none; }
    .breadcrumbs.breadcrumbs_guidance li a {
      color: #b5121b;
      font-weight: 400;
      vertical-align: text-bottom; }
    .breadcrumbs.breadcrumbs_guidance li:first-child a {
      font-size: 0;
      vertical-align: bottom; }
      .breadcrumbs.breadcrumbs_guidance li:first-child a::before {
        background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23b5121b'%3E%3Cpath d='M12 2.1L1 12h3v9h6v-7h4v7h6v-9h3L12 2.1z'/%3E%3C/svg%3E");
        background-position: center bottom;
        background-size: 16.32px;
        background-size: 1.2rem;
        content: "";
        width: 16.32px;
        width: 1.2rem;
        height: 16.32px;
        height: 1.2rem;
        vertical-align: top;
        margin-bottom: 4.08px;
        margin-bottom: 0.3rem;
        display: inline-block; }

.row_top .breadcrumbs {
  margin-top: 0.75rem; }

@media only screen and (min-width: 769px) {
  .sidebar-group {
    padding: 1rem; } }

.sidebar-group ul {
  margin: 0;
  padding: 0; }
  .sidebar-group ul li {
    background: none;
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .sidebar-group ul li {
    display: inline-block; }
    .sidebar-group ul li a {
      text-decoration: none;
      margin-right: 1rem;
      color: #b5121b; }

.sidebar-group .sidebar-group_heading {
  margin-top: 0;
  margin-bottom: 1rem; }

.sidebar-group.filter .sidebar-group_options {
  border: 1px solid #dcdcdc;
  padding-left: 0.625rem;
  border-radius: 0.625rem; }
  .sidebar-group.filter .sidebar-group_options .collapse-panel {
    padding-top: 0.625rem;
    border: 0; }
    .sidebar-group.filter .sidebar-group_options .collapse-panel:last-of-type {
      padding-bottom: 1.625rem; }
    .sidebar-group.filter .sidebar-group_options .collapse-panel .collapsible {
      margin-top: 0.75rem;
      background-color: transparent;
      padding: 0; }
      .sidebar-group.filter .sidebar-group_options .collapse-panel .collapsible:before {
        margin-top: 10.2px;
        margin-top: 0.75rem;
        background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23080e33'%3E%3Cpath d='M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z'/%3E%3C/svg%3E");
        content: "";
        position: absolute;
        height: 13.6px;
        height: 1rem;
        width: 13.6px;
        width: 1rem;
        top: 8.5px;
        top: 0.625rem;
        left: 0;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        -webkit-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out; }
      .sidebar-group.filter .sidebar-group_options .collapse-panel .collapsible.active {
        border: 0; }
        .sidebar-group.filter .sidebar-group_options .collapse-panel .collapsible.active::before {
          background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23080e33'%3E%3Cpath d='M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zm5 11H7v-2h10v2z'/%3E%3C/svg%3E");
          -webkit-transition: all 0.1s;
          -o-transition: all 0.1s;
          transition: all 0.1s;
          -webkit-transform: translateY(-50%) rotate(180deg);
              -ms-transform: translateY(-50%) rotate(180deg);
                  transform: translateY(-50%) rotate(180deg); }
      .sidebar-group.filter .sidebar-group_options .collapse-panel .collapsible h5 {
        color: #080e33;
        margin-top: 0.75rem;
        position: relative;
        padding-left: 1.625rem; }
  .sidebar-group.filter .sidebar-group_options ul {
    -webkit-box-shadow: none;
            box-shadow: none;
    padding-top: 1rem; }
    .sidebar-group.filter .sidebar-group_options ul li {
      margin-left: 1.625rem;
      padding: 0.25rem 0; }
    .sidebar-group.filter .sidebar-group_options ul input[type="checkbox"] {
      margin-right: 0.625rem; }

.sidebar-group.section-nav .section-nav_parent {
  color: #b5121b;
  font-weight: 700;
  border-left: 0.2rem solid #b5121b;
  padding-left: 0.75rem; }

.sidebar-group.section-nav ul .section-nav_child {
  padding: 0.625rem 0.25rem 0.625rem 2.125rem; }
  .sidebar-group.section-nav ul .section-nav_child.collapse-panel {
    padding-left: 0; }
  .sidebar-group.section-nav ul .section-nav_child a {
    color: #080e33;
    font-size: 14px;
    font-size: 0.875rem; }

.sidebar-group.sidebar-group_right {
  border: 1px solid #ebebf0;
  border-radius: 0.625rem;
  margin-bottom: 1.625rem; }
  .sidebar-group.sidebar-group_right p, .sidebar-group.sidebar-group_right li, .sidebar-group.sidebar-group_right div {
    font-size: 14px;
    font-size: 0.875rem; }
  .sidebar-group.sidebar-group_right li {
    padding: 0.625rem 0; }
  .sidebar-group.sidebar-group_right .content_principles-title {
    margin-top: 3.125rem; }
  .sidebar-group.sidebar-group_right .content_type {
    margin-top: 0.625rem; }
  .sidebar-group.sidebar-group_right .content_date {
    margin-top: 1.125rem; }

.card-compact-wrapper {
  margin: 0;
  padding: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.125rem; }

.card-compact-wrapper:before {
  content: '';
  display: table; }

.card-compact-wrapper:after {
  content: '';
  display: table;
  clear: both; }

.card-compact-wrapper:before {
  content: '';
  display: table; }

.card-compact-wrapper:after {
  content: '';
  display: table;
  clear: both; }
  .card-compact-wrapper li {
    background: none;
    list-style-type: none;
    margin: 0;
    padding: 0; }
  @media only screen and (max-width: 768px) {
    .card-compact-wrapper {
      width: 100vw;
      overflow-x: scroll;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar; } }
  .card-compact-wrapper ul {
    margin: 0;
    padding: 0; }
    @media only screen and (max-width: 768px) {
      .card-compact-wrapper ul {
        white-space: nowrap; } }
  @media only screen and (max-width: 768px) {
    .card-compact-wrapper li {
      display: inline-block;
      width: 200px;
      margin-right: 1.125rem;
      margin-bottom: 0 !important; } }
  @media only screen and (min-width: 769px) {
    .card-compact-wrapper li {
      width: calc(33.16667% - 10px);
      margin: 0 0 1.125rem; }
    .card-compact-wrapper li:nth-child(1n) {
      float: left;
      margin-right: 15px;
      clear: none; }
    .card-compact-wrapper li:last-child {
      margin-right: 0; }
    .card-compact-wrapper li:nth-child(3n) {
      margin-right: 0;
      float: right; }
    .card-compact-wrapper li:nth-child(3n + 1) {
      clear: both; } }
  @media only screen and (min-width: 1025px) {
    .card-compact-wrapper li {
      width: calc(16.58333% - 12.5px); }
    .card-compact-wrapper li:nth-child(1n) {
      float: left;
      margin-right: 15px;
      clear: none; }
    .card-compact-wrapper li:last-child {
      margin-right: 0; }
    .card-compact-wrapper li:nth-child(6n) {
      margin-right: 0;
      float: right; }
    .card-compact-wrapper li:nth-child(6n + 1) {
      clear: both; } }
  @media only screen and (min-width: 1025px) {
    .card-compact-wrapper li:nth-last-child(5):first-child, .card-compact-wrapper li:nth-last-child(5):first-child ~ li {
      width: calc(19.9% - 12px); }
    .card-compact-wrapper li:nth-last-child(5):first-child:nth-child(1n), .card-compact-wrapper li:nth-last-child(5):first-child ~ li:nth-child(1n) {
      float: left;
      margin-right: 15px;
      clear: none; }
    .card-compact-wrapper li:nth-last-child(5):first-child:last-child, .card-compact-wrapper li:nth-last-child(5):first-child ~ li:last-child {
      margin-right: 0; }
    .card-compact-wrapper li:nth-last-child(5):first-child:nth-child(5n), .card-compact-wrapper li:nth-last-child(5):first-child ~ li:nth-child(5n) {
      margin-right: 0;
      float: right; }
    .card-compact-wrapper li:nth-last-child(5):first-child:nth-child(5n + 1), .card-compact-wrapper li:nth-last-child(5):first-child ~ li:nth-child(5n + 1) {
      clear: both; } }
  @media only screen and (min-width: 769px) {
    .card-compact-wrapper li:nth-last-child(4):first-child, .card-compact-wrapper li:nth-last-child(4):first-child ~ li {
      width: calc(49.75% - 7.5px); }
    .card-compact-wrapper li:nth-last-child(4):first-child:nth-child(1n), .card-compact-wrapper li:nth-last-child(4):first-child ~ li:nth-child(1n) {
      float: left;
      margin-right: 15px;
      clear: none; }
    .card-compact-wrapper li:nth-last-child(4):first-child:last-child, .card-compact-wrapper li:nth-last-child(4):first-child ~ li:last-child {
      margin-right: 0; }
    .card-compact-wrapper li:nth-last-child(4):first-child:nth-child(2n), .card-compact-wrapper li:nth-last-child(4):first-child ~ li:nth-child(2n) {
      margin-right: 0;
      float: right; }
    .card-compact-wrapper li:nth-last-child(4):first-child:nth-child(2n + 1), .card-compact-wrapper li:nth-last-child(4):first-child ~ li:nth-child(2n + 1) {
      clear: both; } }
  @media only screen and (min-width: 1025px) {
    .card-compact-wrapper li:nth-last-child(4):first-child, .card-compact-wrapper li:nth-last-child(4):first-child ~ li {
      width: calc(24.875% - 11.25px); }
    .card-compact-wrapper li:nth-last-child(4):first-child:nth-child(1n), .card-compact-wrapper li:nth-last-child(4):first-child ~ li:nth-child(1n) {
      float: left;
      margin-right: 15px;
      clear: none; }
    .card-compact-wrapper li:nth-last-child(4):first-child:last-child, .card-compact-wrapper li:nth-last-child(4):first-child ~ li:last-child {
      margin-right: 0; }
    .card-compact-wrapper li:nth-last-child(4):first-child:nth-child(4n), .card-compact-wrapper li:nth-last-child(4):first-child ~ li:nth-child(4n) {
      margin-right: 0;
      float: right; }
    .card-compact-wrapper li:nth-last-child(4):first-child:nth-child(4n + 1), .card-compact-wrapper li:nth-last-child(4):first-child ~ li:nth-child(4n + 1) {
      clear: both; } }

.card-compact {
  background: white;
  display: inline-block;
  border-radius: 0.75rem;
  padding: 2.125rem 1rem;
  text-align: center;
  margin-bottom: 1rem;
  font-weight: 500;
  width: 100%;
  text-decoration: none;
  -webkit-box-shadow: 0 10px 60px -20px #9ea4b3;
          box-shadow: 0 10px 60px -20px #9ea4b3;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer; }
  .card-compact:hover, .card-compact:focus {
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s; }
  @media only screen and (min-width: 769px) {
    .card-compact {
      min-height: 14rem; } }
  .card-compact:hover, .card-compact:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .card-compact .card-compact_image img {
    margin: 0 auto;
    margin-bottom: 1.125rem;
    text-align: center;
    display: block;
    max-width: 100%;
    height: 5.2rem;
    width: auto; }
  .card-compact .card-compact_heading {
    font-size: 14px;
    font-size: 0.875rem;
    font-family: roboto, sans-serif;
    font-weight: 400;
    padding: 0 0.625rem; }

.pagination {
  position: relative;
  padding: 1.125rem 0;
  margin-bottom: 2.125rem; }
  .pagination::after {
    content: "";
    height: 100%;
    background-color: #b5121b;
    width: calc(100vw - 8px);
    position: absolute;
    right: 50%;
    bottom: 0;
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    z-index: -1; }
  .pagination ul {
    margin: 0;
    padding: 0; }
    .pagination ul li {
      background: none;
      list-style-type: none;
      margin: 0;
      padding: 0; }
    @media only screen and (min-width: 481px) {
      .pagination ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    .pagination ul li {
      display: inline-block;
      width: 100%;
      margin-bottom: 0.75rem; }
      @media only screen and (min-width: 481px) {
        .pagination ul li {
          min-width: 9rem;
          margin-bottom: 0;
          width: auto; } }
      .pagination ul li a {
        text-decoration: none;
        color: #ffffff;
        padding: 1rem 1.125rem;
        display: block;
        text-align: center;
        position: relative;
        font-weight: 400; }
    @media only screen and (min-width: 481px) {
      .pagination ul .next a {
        padding-right: 2.125rem; } }
    @media only screen and (min-width: 481px) {
      .pagination ul .previous a {
        padding-left: 2.125rem; } }
    @media only screen and (min-width: 481px) {
      .pagination ul .all a {
        padding-left: 2.125rem; } }

.next a::after {
  background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm-1.75 14.321a1.061 1.061 0 010-1.5L13.071 12 10.25 9.179a1.061 1.061 0 011.5-1.5l3.614 3.614a.999.999 0 010 1.414l-3.614 3.614a1.061 1.061 0 01-1.5 0z'/%3E%3C/svg%3E");
  content: "";
  width: 20.4px;
  width: 1.5rem;
  height: 20.4px;
  height: 1.5rem;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.previous a::before {
  background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm-1.75 14.321a1.061 1.061 0 010-1.5L13.071 12 10.25 9.179a1.061 1.061 0 011.5-1.5l3.614 3.614a.999.999 0 010 1.414l-3.614 3.614a1.061 1.061 0 01-1.5 0z'/%3E%3C/svg%3E");
  content: "";
  width: 20.4px;
  width: 1.5rem;
  height: 20.4px;
  height: 1.5rem;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg); }

.all a::before {
  background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' fill='%23fff'%3E%3Cpath style='line-height:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;text-transform:none;block-progression:tb;isolation:auto;mix-blend-mode:normal' d='M5 8a2 2 0 100 4h40a2 2 0 100-4H5zm0 15a2 2 0 100 4h40a2 2 0 100-4H5zm0 15a2 2 0 100 4h40a2 2 0 100-4H5z' font-weight='400' font-family='sans-serif' overflow='visible'/%3E%3C/svg%3E");
  content: "";
  width: 17.68px;
  width: 1.3rem;
  height: 17.68px;
  height: 1.3rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 3px; }

.collapse {
  background-color: white;
  -webkit-box-shadow: 0 10px 60px -20px #9ea4b3;
          box-shadow: 0 10px 60px -20px #9ea4b3;
  border-radius: 1.5rem; }

.collapsible {
  padding: 1.625rem;
  width: 100%;
  border: 0;
  text-align: left;
  cursor: pointer;
  outline: none;
  position: relative;
  padding-left: 5.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .collapsible * {
    margin-bottom: 0;
    margin-top: 0; }
  .collapsible::before {
    background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z'/%3E%3C/svg%3E");
    content: "";
    position: absolute;
    height: 20.4px;
    height: 1.5rem;
    width: 20.4px;
    width: 1.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 40.8px;
    left: 3rem;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  .collapsible.active {
    background-color: #b5121b;
    border: 0; }
    .collapsible.active * {
      color: white; }
    .collapsible.active::before {
      background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zm5 11H7v-2h10v2z'/%3E%3C/svg%3E");
      -webkit-transition: all 0.1s;
      -o-transition: all 0.1s;
      transition: all 0.1s;
      -webkit-transform: translateY(-50%) rotate(180deg);
          -ms-transform: translateY(-50%) rotate(180deg);
              transform: translateY(-50%) rotate(180deg); }
  .collapsible:hover, .collapsible:focus {
    background-color: #b5121b; }
    .collapsible:hover *, .collapsible:focus * {
      color: white; }
    .collapsible:hover::before, .collapsible:focus::before {
      background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z'/%3E%3C/svg%3E"); }
  .collapsible.active:hover, .collapsible.active:focus {
    border: 0; }
    .collapsible.active:hover::before, .collapsible.active:focus::before {
      background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zm5 11H7v-2h10v2z'/%3E%3C/svg%3E"); }

.collapse-panel {
  border: 0;
  border-bottom: 1px solid #000; }
  .collapse-panel:last-of-type {
    border-bottom: 0; }
    .collapse-panel:last-of-type .collapsible {
      border-bottom-left-radius: 24px;
      border-bottom-right-radius: 24px; }
  .collapse-panel:first-of-type .collapsible {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px; }
  .collapse-panel .item-list__checkbox {
    display: none;
    padding-top: 0; }
    .collapse-panel .item-list__checkbox .facet-item {
      margin-bottom: 0; }
      .collapse-panel .item-list__checkbox .facet-item label .facet-item__value {
        position: relative;
        min-height: 2.125rem;
        display: block;
        padding-left: 1.625rem;
        margin-bottom: 0;
        font-weight: normal;
        cursor: pointer; }
        .collapse-panel .item-list__checkbox .facet-item label .facet-item__value:before {
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          margin: 3.4px;
          margin: 0.25rem;
          width: 13.6px;
          width: 1rem;
          height: 13.6px;
          height: 1rem;
          border-radius: 2px;
          border: 2px solid #b5121b; }
        .collapse-panel .item-list__checkbox .facet-item label .facet-item__value:after {
          content: '';
          display: block;
          width: 8.5px;
          width: 0.625rem;
          height: 4.216px;
          height: 0.31rem;
          border-bottom: 2px solid white;
          border-left: 2px solid white;
          -webkit-transform: rotate(-45deg) scale(0.2);
              -ms-transform: rotate(-45deg) scale(0.2);
                  transform: rotate(-45deg) scale(0.2);
          position: absolute;
          top: 7.616px;
          top: 0.56rem;
          left: 5.984px;
          left: 0.44rem; }
    .collapse-panel .item-list__checkbox input[type="checkbox"] {
      width: auto;
      position: absolute;
      left: 0;
      margin-left: -20px; }
      .collapse-panel .item-list__checkbox input[type="checkbox"]:checked ~ label:before {
        background-color: #b5121b;
        border: 2px solid #b5121b; }
      .collapse-panel .item-list__checkbox input[type="checkbox"]:checked ~ label:after {
        -webkit-transform: rotate(-45deg) scale(1);
            -ms-transform: rotate(-45deg) scale(1);
                transform: rotate(-45deg) scale(1); }
      .collapse-panel .item-list__checkbox input[type="checkbox"]:focus + label::before {
        outline: 0; }
  .collapse-panel .collapse-panel_update {
    background-color: #b8a8d3;
    padding: 0.25rem 0.625rem;
    border-radius: 1.5rem; }
  .collapse-panel > ul.list-item {
    list-style-type: none;
    padding: 0;
    display: none;
    margin: 1.125rem 0; }
    .collapse-panel > ul.list-item .collapse-panel_inner {
      padding: 0 2.125rem; }
      .collapse-panel > ul.list-item .collapse-panel_inner .collapsible {
        background-color: white;
        outline: none;
        border-radius: 0;
        padding: 1rem 1.625rem 1rem 5.5rem;
        margin: 0.75rem 0; }
        .collapse-panel > ul.list-item .collapse-panel_inner .collapsible:hover, .collapse-panel > ul.list-item .collapse-panel_inner .collapsible:focus {
          border: 0;
          background-color: #f9ebe8; }
          .collapse-panel > ul.list-item .collapse-panel_inner .collapsible:hover *, .collapse-panel > ul.list-item .collapse-panel_inner .collapsible:focus * {
            color: #b5121b; }
          .collapse-panel > ul.list-item .collapse-panel_inner .collapsible:hover::before, .collapse-panel > ul.list-item .collapse-panel_inner .collapsible:focus::before {
            background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23b5121b'%3E%3Cpath d='M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z'/%3E%3C/svg%3E"); }
        .collapse-panel > ul.list-item .collapse-panel_inner .collapsible.active {
          border: 0;
          background-color: #f9ebe8; }
          .collapse-panel > ul.list-item .collapse-panel_inner .collapsible.active::before {
            background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23b5121b'%3E%3Cpath d='M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zm5 11H7v-2h10v2z'/%3E%3C/svg%3E"); }
          .collapse-panel > ul.list-item .collapse-panel_inner .collapsible.active h4 {
            color: #b5121b; }
  .collapse-panel.section-nav_child {
    padding-left: 0;
    border: none; }
    .collapse-panel.section-nav_child .collapsible {
      padding: 0 0 0 2.125rem; }
      .collapse-panel.section-nav_child .collapsible:before {
        position: absolute;
        left: 0;
        height: 16.32px;
        height: 1.2rem;
        width: 16.32px;
        width: 1.2rem;
        top: 9.52px;
        top: 0.7rem; }
      .collapse-panel.section-nav_child .collapsible:hover, .collapse-panel.section-nav_child .collapsible:focus {
        border: 0;
        background-color: transparent; }
        .collapse-panel.section-nav_child .collapsible:hover *, .collapse-panel.section-nav_child .collapsible:focus * {
          color: #080e33; }
        .collapse-panel.section-nav_child .collapsible:hover::before, .collapse-panel.section-nav_child .collapsible:focus::before {
          background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23080e33'%3E%3Cpath d='M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z'/%3E%3C/svg%3E"); }
      .collapse-panel.section-nav_child .collapsible.active {
        border: 0;
        background-color: transparent; }
        .collapse-panel.section-nav_child .collapsible.active::before {
          background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23080e33'%3E%3Cpath d='M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zm5 11H7v-2h10v2z'/%3E%3C/svg%3E"); }
        .collapse-panel.section-nav_child .collapsible.active * {
          color: #080e33; }
    .collapse-panel.section-nav_child .collapse {
      -webkit-box-shadow: none;
              box-shadow: none; }
      .collapse-panel.section-nav_child .collapse a.current {
        font-weight: 600; }

.site-navigation {
  width: 100%;
  display: none; }
  @media only screen and (min-width: 769px) {
    .site-navigation {
      display: inline-block; } }
  .site-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    padding: 0; }
    .site-navigation ul li {
      background: none;
      list-style-type: none;
      margin: 0;
      padding: 0; }
    .site-navigation ul li {
      margin-bottom: 0;
      padding: 0.25rem 1.625rem; }
      .site-navigation ul li:first-child {
        border-right: 1px solid #000; }
    .site-navigation ul a {
      font-weight: 500;
      font-size: 16px;
      font-size: 1rem;
      text-decoration: none;
      color: #000; }

span.menu,
a.menu {
  float: right;
  border: 1px solid #ebebf0;
  padding: 1rem;
  border-radius: 2.25rem;
  text-decoration: none; }
  span.menu *,
  a.menu * {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;
    color: #b5121b;
    text-decoration: none;
    position: relative;
    padding-left: 2.125rem;
    background-color: transparent; }
    span.menu *:before,
    a.menu *:before {
      background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' fill='%23b5121b'%3E%3Cpath style='line-height:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;text-transform:none;block-progression:tb;isolation:auto;mix-blend-mode:normal' d='M5 8a2 2 0 100 4h40a2 2 0 100-4H5zm0 15a2 2 0 100 4h40a2 2 0 100-4H5zm0 15a2 2 0 100 4h40a2 2 0 100-4H5z' font-weight='400' font-family='sans-serif' overflow='visible'/%3E%3C/svg%3E");
      content: "";
      width: 20.4px;
      width: 1.5rem;
      height: 20.4px;
      height: 1.5rem;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 0; }
  span.menu.menu_dark,
  a.menu.menu_dark {
    float: left;
    background-color: #080e33; }
    @media only screen and (min-width: 769px) {
      span.menu.menu_dark,
      a.menu.menu_dark {
        margin-left: 1rem; } }
    span.menu.menu_dark span,
    a.menu.menu_dark span {
      color: white; }
      span.menu.menu_dark span:before,
      a.menu.menu_dark span:before {
        background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' fill='%23fff'%3E%3Cpath style='line-height:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;text-transform:none;block-progression:tb;isolation:auto;mix-blend-mode:normal' d='M5 8a2 2 0 100 4h40a2 2 0 100-4H5zm0 15a2 2 0 100 4h40a2 2 0 100-4H5zm0 15a2 2 0 100 4h40a2 2 0 100-4H5z' font-weight='400' font-family='sans-serif' overflow='visible'/%3E%3C/svg%3E"); }

.card-tile-wrapper .menu {
  margin-bottom: 1rem; }

.action-buttons ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0;
  padding: 0; }
  .action-buttons ul li {
    background: none;
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .action-buttons ul li {
    margin-right: 1.125rem; }
    .action-buttons ul li:last-child {
      margin-right: 0; }

.icon-bookmark {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 2a2.002 2.002 0 00-2 2v18l8-3 8 3V4a2.003 2.003 0 00-2-2H6z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-color: transparent;
  position: relative; }
  .icon-bookmark.icon-bookmark_outline {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath style='line-height:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;text-transform:none;block-progression:tb;isolation:auto;mix-blend-mode:normal' d='M6.01 2c-1.096 0-2 .903-2 1.998L4 22l8-3 8 3V4c0-1.093-.907-2-2-2H6.01zm0 2H18v15.113l-6-2.25-5.998 2.25L6.01 4z' font-weight='400' font-family='sans-serif' overflow='visible'/%3E%3C/svg%3E"); }

.action-button_icon {
  margin-right: 1rem; }

.bookmark-notification {
  text-indent: 0;
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  right: -5px;
  top: -7px;
  background: #b5121b;
  border-radius: 50%;
  color: #fff;
  padding: 0.3rem;
  font-size: 12px;
  text-align: center; }

.action-button_icon {
  text-indent: -9999px;
  border: 1px solid #e4e4e4;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  padding: 1.625rem;
  background-size: 1.5rem !important;
  background-position: center !important;
  border-radius: 50%; }
  .action-button_icon:hover, .action-button_icon:focus, .action-button_icon:active {
    background-color: #b5121b;
    border: 1px solid #b5121b; }

.icon-download {
  background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath style='line-height:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;text-transform:none;block-progression:tb;isolation:auto;mix-blend-mode:normal' d='M11 2a1 1 0 00-1 1v8H6.5a.5.5 0 00-.5.5.5.5 0 00.146.354.5.5 0 00.032.029l5.105 4.814.033.032A1 1 0 0012 17a1 1 0 00.684-.271l.013-.012a1 1 0 00.01-.012l5.104-4.812a.5.5 0 00.029-.028l.008-.006a.5.5 0 00.006-.005A.5.5 0 0018 11.5a.5.5 0 00-.5-.5H14V3a1 1 0 00-1-1h-2zM3 20a1 1 0 100 2h18a1 1 0 100-2H3z' font-weight='400' font-family='sans-serif' overflow='visible'/%3E%3C/svg%3E"); }

.icon-print {
  background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 3v3h12V3H6zM5 8c-1.65 0-3 1.35-3 3v6h4v4h12v-4h4v-6c0-1.65-1.35-3-3-3H5zm14 2c.6 0 1 .4 1 1s-.4 1-1 1-1-.4-1-1 .4-1 1-1zM8 14h8v5H8v-5z'/%3E%3C/svg%3E"); }

.icon-share {
  background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18 2a3 3 0 00-3 3 3 3 0 00.055.56L7.939 9.71A3 3 0 006 9a3 3 0 00-3 3 3 3 0 003 3 3 3 0 001.936-.713l7.119 4.152A3 3 0 0015 19a3 3 0 003 3 3 3 0 003-3 3 3 0 00-3-3 3 3 0 00-1.938.713L8.945 12.56A3 3 0 009 12a3 3 0 00-.055-.56l7.116-4.15A3 3 0 0018 8a3 3 0 003-3 3 3 0 00-3-3z'/%3E%3C/svg%3E"); }

.footer {
  position: relative;
  padding: 3.125rem 0; }
  @media only screen and (min-width: 769px) {
    .footer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .footer::after {
    content: "";
    height: 100%;
    background: #080e33;
    width: calc(100vw - 8px);
    position: absolute;
    right: 50%;
    bottom: 0;
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    z-index: -1; }
  .footer .footer-column * {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-size: 0.875rem; }
    .footer .footer-column *:hover, .footer .footer-column *:focus, .footer .footer-column *:active {
      color: #b5121b; }
  .footer .footer-column img {
    max-width: 15rem; }
  .footer .footer-column ul {
    margin: 0;
    padding: 0; }
    .footer .footer-column ul li {
      background: none;
      list-style-type: none;
      margin: 0;
      padding: 0; }
    .footer .footer-column ul li {
      margin-bottom: 1rem; }
  .footer .footer-column.footer-copyright p {
    margin-top: 0; }
  .footer .footer-column.footer-agency-crest img {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1); }
  @media only screen and (max-width: 768px) {
    .footer {
      display: none; } }

.banner {
  background: #e6e6ea;
  border-radius: 1.5rem;
  padding: 2.125rem 6rem;
  position: relative;
  margin-bottom: 3.75rem; }
  .banner.banner_overlap {
    margin-bottom: -7.5rem;
    background-image: url("../images/banner-abstract.png");
    padding-bottom: 7rem;
    background-repeat: no-repeat;
    background-size: cover; }
    .banner.banner_overlap:after {
      display: none !important; }
  @media only screen and (min-width: 769px) {
    .banner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .banner:after {
        background: #b8a8d3;
        border-radius: 50%;
        width: 54.4px;
        width: 4rem;
        height: 54.4px;
        height: 4rem;
        content: "";
        position: absolute;
        top: 50%;
        right: -27.2px;
        right: -2rem;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); } }
  .banner .banner-column {
    width: 100%; }
    @media only screen and (min-width: 769px) {
      .banner .banner-column._right {
        max-width: 20rem;
        margin-left: 25px; } }
  .banner .banner_image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 8rem;
    height: 8rem;
    max-width: 8rem;
    margin: 0 auto;
    position: relative;
    background-color: white;
    border-radius: 50%;
    -webkit-box-shadow: 0 10px 60px -20px #9ea4b3;
            box-shadow: 0 10px 60px -20px #9ea4b3; }
    .banner .banner_image img {
      max-width: 100px;
      max-height: 100px;
      width: auto;
      height: auto; }

.banner_title {
  margin: 1rem 0 1rem 0; }

@media only screen and (min-width: 769px) {
  .banner_heading {
    max-width: 40rem;
    margin-top: 0.75rem; } }

.banner_heading * {
  font-family: noto-sans, sans-serif;
  margin-top: 0; }

.banner_heading .banner_title {
  font-size: 40px;
  font-size: 2.5rem;
  margin-top: 1rem; }

.banner_heading .subtitle {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  font-family: roboto, sans-serif; }

.banner_category {
  background-color: white;
  padding: 1rem;
  border-radius: 0.75rem; }
  .banner_category p {
    margin-top: 0;
    font-weight: 500; }
  .banner_category ul {
    margin: 0;
    padding: 0; }
    .banner_category ul li {
      background: none;
      list-style-type: none;
      margin: 0;
      padding: 0; }
    .banner_category ul li {
      margin-bottom: 1rem; }
      .banner_category ul li a {
        font-size: 14px;
        font-size: 0.875rem;
        text-decoration: none;
        color: #000; }

.banner_desc {
  font-size: 18;
  margin-top: 1rem;
  padding-bottom: 3.125rem;
  font-weight: 400; }

.banner_links,
.content_links {
  padding: 1rem 1rem 1rem 0;
  margin-top: 1.125rem; }
  .banner_links p,
  .content_links p {
    font-weight: 500; }
  .banner_links ul,
  .content_links ul {
    margin: 0;
    padding: 0; }
    .banner_links ul li,
    .content_links ul li {
      background: none;
      list-style-type: none;
      margin: 0;
      padding: 0; }
    .banner_links ul li,
    .content_links ul li {
      margin-bottom: 1.125rem; }
      .banner_links ul li a,
      .content_links ul li a {
        font-size: 14px;
        font-size: 0.875rem;
        text-decoration: none;
        color: #b5121b; }

.message {
  background-color: #020630;
  border-radius: 2.125rem;
  padding: 2.125rem;
  max-width: 28rem;
  padding-bottom: 1rem; }
  .message p {
    color: #fff;
    margin-top: 0;
    font-size: 20px;
    font-size: 1.25rem; }
    @media only screen and (min-width: 769px) {
      .message p {
        max-width: 22rem; } }
  .message .link {
    color: #b8a8d3;
    text-decoration: none;
    margin: 1rem 0;
    display: inline-block; }
    .message .link:hover, .message .link:focus, .message .link:active {
      color: #c6b9dc; }
  .message .message-link {
    position: relative; }
    .message .message-link a {
      display: block;
      height: auto;
      width: 100%;
      color: #fff;
      position: relative;
      padding: 1.125rem 2.125rem 1.125rem 3rem;
      background-color: transparent;
      border: 0;
      margin-top: 0.875rem;
      text-align: left;
      text-decoration: none;
      font-weight: 400;
      cursor: pointer;
      font-size: 14px;
      font-size: 0.875rem; }
      .message .message-link a:before {
        background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath style='line-height:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;text-transform:none;block-progression:tb;isolation:auto;mix-blend-mode:normal' d='M11 2a1 1 0 00-1 1v8H6.5a.5.5 0 00-.5.5.5.5 0 00.146.354.5.5 0 00.032.029l5.105 4.814.033.032A1 1 0 0012 17a1 1 0 00.684-.271l.013-.012a1 1 0 00.01-.012l5.104-4.812a.5.5 0 00.029-.028l.008-.006a.5.5 0 00.006-.005A.5.5 0 0018 11.5a.5.5 0 00-.5-.5H14V3a1 1 0 00-1-1h-2zM3 20a1 1 0 100 2h18a1 1 0 100-2H3z' font-weight='400' font-family='sans-serif' overflow='visible'/%3E%3C/svg%3E");
        background-position: center center;
        background-size: 13.6px;
        background-size: 1rem;
        content: "";
        position: absolute;
        width: 32.64px;
        width: 2.4rem;
        height: 32.64px;
        height: 2.4rem;
        background-color: #fff;
        border-radius: 50%;
        top: 50%;
        z-index: 2;
        left: 0;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
      .message .message-link a:after {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' transform='rotate(90)' fill='%23b8a8d3'%3E%3Cpath d='M16 4.094l-.719.687-8.5 8.5L8.22 14.72 15 7.938V28h2V7.937l6.781 6.782 1.438-1.438-8.5-8.5z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 23.119px;
        background-size: 1.7rem;
        content: "";
        position: absolute;
        width: 27.2px;
        width: 2rem;
        height: 27.2px;
        height: 2rem;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
    .message .message-link.download a:before {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath style='line-height:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;text-transform:none;block-progression:tb;isolation:auto;mix-blend-mode:normal' d='M11 2a1 1 0 00-1 1v8H6.5a.5.5 0 00-.5.5.5.5 0 00.146.354.5.5 0 00.032.029l5.105 4.814.033.032A1 1 0 0012 17a1 1 0 00.684-.271l.013-.012a1 1 0 00.01-.012l5.104-4.812a.5.5 0 00.029-.028l.008-.006a.5.5 0 00.006-.005A.5.5 0 0018 11.5a.5.5 0 00-.5-.5H14V3a1 1 0 00-1-1h-2zM3 20a1 1 0 100 2h18a1 1 0 100-2H3z' font-weight='400' font-family='sans-serif' overflow='visible'/%3E%3C/svg%3E"); }
    .message .message-link.info a:before {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath style='line-height:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;text-transform:none;block-progression:tb;isolation:auto;mix-blend-mode:normal' d='M15 10v2h2v-2h-2zm0 4v8h2v-8h-2z' font-weight='400' font-family='sans-serif' overflow='hidden'/%3E%3C/svg%3E");
      background-size: 34px;
      background-size: 2.5rem; }
    .message .message-link:after {
      content: "";
      background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' transform='rotate(90)' fill='%23fff'%3E%3Cpath d='M16 4.094l-.719.687-8.5 8.5L8.22 14.72 15 7.938V28h2V7.937l6.781 6.782 1.438-1.438-8.5-8.5z'/%3E%3C/svg%3E");
      height: 1px;
      position: absolute;
      width: calc(100% + 68px);
      background: rgba(255, 255, 255, .3);
      left: -34px;
      top: -8px; }

.card-tile-wrapper {
  margin: 0;
  padding: 0; }
  .card-tile-wrapper li {
    background: none;
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .card-tile-wrapper ul {
    margin: 0;
    padding: 0; }
  .card-tile-wrapper li {
    width: 99.5%;
    margin-bottom: 1.125rem !important; }
  .card-tile-wrapper li:nth-child(1n) {
    float: left;
    margin-right: 15px;
    clear: none; }
  .card-tile-wrapper li:last-child {
    margin-right: 0; }
  .card-tile-wrapper li:nth-child(1n) {
    margin-right: 0;
    float: right; }
  .card-tile-wrapper li:nth-child(1n + 1) {
    clear: both; }
    @media only screen and (min-width: 391px) {
      .card-tile-wrapper li {
        width: calc(33.16667% - 10px);
        clear: none !important; }
      .card-tile-wrapper li:nth-child(1n) {
        float: left;
        margin-right: 15px;
        clear: none; }
      .card-tile-wrapper li:last-child {
        margin-right: 0; }
      .card-tile-wrapper li:nth-child(3n) {
        margin-right: 0;
        float: right; }
      .card-tile-wrapper li:nth-child(3n + 1) {
        clear: both; }
        .card-tile-wrapper li:first-of-type {
          width: 99.5%; }
        .card-tile-wrapper li:first-of-type:nth-child(1n) {
          float: left;
          margin-right: 15px;
          clear: none; }
        .card-tile-wrapper li:first-of-type:last-child {
          margin-right: 0; }
        .card-tile-wrapper li:first-of-type:nth-child(1n) {
          margin-right: 0;
          float: right; }
        .card-tile-wrapper li:first-of-type:nth-child(1n + 1) {
          clear: both; }
        .card-tile-wrapper li:nth-of-type(3) {
          float: left;
          margin-right: 15px; } }
    .card-tile-wrapper li a {
      text-decoration: none;
      display: block; }
  .card-tile-wrapper h3 {
    display: inline-block;
    margin-top: 0.75rem; }
  .card-tile-wrapper ul li .card-tile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 11.5rem; }
    .card-tile-wrapper ul li .card-tile .card-tile_image img {
      position: absolute;
      bottom: 0;
      width: auto; }
  .card-tile-wrapper ul li:first-of-type .card-tile {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2.125rem 0 2.125rem 8rem;
    min-height: 8rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline; }
    .card-tile-wrapper ul li:first-of-type .card-tile .card-tile_heading {
      max-width: 16rem; }
    .card-tile-wrapper ul li:first-of-type .card-tile .card-tile_image {
      position: absolute;
      left: 1rem;
      top: 0.625rem;
      width: 20%; }
      .card-tile-wrapper ul li:first-of-type .card-tile .card-tile_image img {
        position: relative;
        top: 0.625rem;
        max-width: 100%;
        max-height: 6.5rem;
        text-align: left; }

.card-tile {
  background: #ebebe6;
  border-radius: 0.75rem;
  padding: 1.125rem;
  text-align: center;
  font-weight: 500;
  width: 100%;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  .card-tile:after {
    height: 26px;
    width: 26px;
    margin-right: 3.4pxpx;
    margin-right: 0.25rempx;
    position: absolute;
    bottom: 10.88px;
    bottom: 0.8rem;
    right: 10.88px;
    right: 0.8rem;
    content: "";
    background: url("../images/icon-next.svg"); }
  .card-tile:hover, .card-tile:focus, .card-tile:active {
    background: #e0e0d8; }
  .card-tile > * {
    width: 100%;
    text-align: left; }
  .card-tile .card-tile_heading {
    margin: 0;
    font-size: 20px;
    font-size: 1.25rem; }
  .card-tile .card-tile_text {
    color: #080e33;
    font-size: 12px;
    font-size: 0.75rem; }

@media only screen and (min-width: 391px) {
  .card-tile-wrapper ul li img:not(.card-tile_next) {
    height: 5.5rem; } }

.card-tile-wrapper ul li:nth-of-type(2) .card-tile {
  background: #e6e6ea; }
  .card-tile-wrapper ul li:nth-of-type(2) .card-tile:hover, .card-tile-wrapper ul li:nth-of-type(2) .card-tile:focus, .card-tile-wrapper ul li:nth-of-type(2) .card-tile:active {
    background: #d8d8de; }

.card-tile-wrapper ul li:nth-of-type(3) .card-tile {
  background: #e6ebe8; }
  .card-tile-wrapper ul li:nth-of-type(3) .card-tile:hover, .card-tile-wrapper ul li:nth-of-type(3) .card-tile:focus, .card-tile-wrapper ul li:nth-of-type(3) .card-tile:active {
    background: #d8e0db; }

.card-tile-wrapper ul li:nth-of-type(4) .card-tile {
  background: #ebe6e6; }
  .card-tile-wrapper ul li:nth-of-type(4) .card-tile:hover, .card-tile-wrapper ul li:nth-of-type(4) .card-tile:focus, .card-tile-wrapper ul li:nth-of-type(4) .card-tile:active {
    background: #e0d8d8; }

.filter {
  max-width: 15rem;
  padding: 0;
  margin-bottom: 3.125rem; }
  .filter ul li {
    display: block;
    margin-bottom: 0.875rem;
    padding: 0.25rem 0.25rem 0.25rem 1.125rem; }
    .filter ul li * {
      font-size: 14px;
      font-size: 0.875rem; }
    .filter ul li.active {
      background-color: #fce3e5;
      border-radius: 50px; }
      .filter ul li.active * {
        color: #000; }

.search-topic {
  display: none;
  float: right;
  position: relative;
  width: 15rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 3; }
  .search-topic input[type="text"] {
    border-radius: 50px;
    padding: 0.875rem 1.125rem;
    border: 1px solid #e4e4e4;
    font-size: 14px;
    font-size: 0.875rem;
    background-color: #e6e6ea;
    width: 100%; }
    .search-topic input[type="text"]::-webkit-input-placeholder {
      font-style: italic;
      font-size: 14px;
      font-size: 0.875rem; }
    .search-topic input[type="text"]::-moz-placeholder {
      font-style: italic;
      font-size: 14px;
      font-size: 0.875rem; }
    .search-topic input[type="text"]::-ms-input-placeholder {
      font-style: italic;
      font-size: 14px;
      font-size: 0.875rem; }
    .search-topic input[type="text"]::placeholder {
      font-style: italic;
      font-size: 14px;
      font-size: 0.875rem; }
  .search-topic input[type="submit"] {
    color: transparent;
    background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'%3E%3Cpath d='M21 3C11.602 3 4 10.602 4 20s7.602 17 17 17c3.355 0 6.46-.984 9.094-2.656l12.281 12.281 4.25-4.25L34.5 30.281C36.68 27.421 38 23.88 38 20c0-9.398-7.602-17-17-17zm0 4c7.2 0 13 5.8 13 13s-5.8 13-13 13S8 27.2 8 20 13.8 7 21 7z'/%3E%3C/svg%3E");
    content: "";
    width: 2rem;
    height: 2rem;
    background-size: 1.5rem;
    background-position: center;
    position: absolute;
    right: 3%;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    border: 0; }
    .search-topic input[type="submit"]:hover {
      cursor: pointer; }
  @media only screen and (min-width: 769px) {
    .search-topic {
      display: inline-block; } }
  .search-topic .search-topic_suggestion-list {
    display: none;
    position: absolute;
    z-index: -1;
    background-color: white;
    -webkit-transform: translateY(1.5rem);
        -ms-transform: translateY(1.5rem);
            transform: translateY(1.5rem);
    top: 0;
    background-color: #e6e6ea;
    border-radius: 0 0 0.875rem 0.875rem;
    padding: 1.36rem 0 0.875rem 0;
    width: 100%;
    font-size: 14px;
    font-size: 0.875rem; }
    .search-topic .search-topic_suggestion-list .search-topic_suggestion {
      color: #080e33;
      text-decoration: none;
      display: block;
      padding: 0.625rem 1.125rem; }
      .search-topic .search-topic_suggestion-list .search-topic_suggestion:hover {
        background-color: #cacad3; }
    .search-topic .search-topic_suggestion-list .search-topic_suggestion-title {
      color: #080e33;
      font-weight: 600;
      display: block;
      padding: 0.625rem 1.125rem;
      border-top: 2px solid #cacad3; }

@media only screen and (min-width: 769px) {
  .search-landing_results {
    width: calc(24.875% - 11.25px);
    margin-top: 0.625rem; }
  .search-landing_results:nth-child(1n) {
    float: left;
    margin-right: 15px;
    clear: none; }
  .search-landing_results:last-child {
    margin-right: 0; }
  .search-landing_results:nth-child(4n) {
    margin-right: 0;
    float: right; }
  .search-landing_results:nth-child(4n + 1) {
    clear: both; } }

.search-landing_results ul {
  margin: 0;
  padding: 0; }
  .search-landing_results ul li {
    background: none;
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .search-landing_results ul li.facet-summary-item--facet {
    display: none; }

@media only screen and (min-width: 769px) {
  .search-topic {
    width: calc(49.75% - 7.5px); }
  .search-topic:nth-child(1n) {
    float: left;
    margin-right: 15px;
    clear: none; }
  .search-topic:last-child {
    margin-right: 0; }
  .search-topic:nth-child(4n) {
    margin-right: 0;
    float: right; }
  .search-topic:nth-child(4n + 1) {
    clear: both; } }

.site-search {
  width: 100%; }
  @media only screen and (min-width: 769px) {
    .site-search {
      width: calc(74.625% - 3.75px); }
    .site-search:nth-child(1n) {
      float: left;
      margin-right: 15px;
      clear: none; }
    .site-search:last-child {
      margin-right: 0; }
    .site-search:nth-child(4n) {
      margin-right: 0;
      float: right; }
    .site-search:nth-child(4n + 1) {
      clear: both; } }
  .site-search .search-topic {
    float: none;
    width: 100%;
    max-width: 30rem;
    display: block; }

.slideout-menu {
  background-color: white; }
  @media only screen and (max-width: 1024px) {
    .slideout-menu.mm-menu.mm-menu_offcanvas {
      width: 100%; } }
  .slideout-menu .slideout-menu_title-wrapper {
    background-color: white;
    width: 100%;
    padding: 1.625rem 0.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center; }
    .slideout-menu .slideout-menu_title-wrapper > .slideout-menu_title h2 {
      font-size: 2rem;
      margin-bottom: 0; }
    .slideout-menu .slideout-menu_title-wrapper .slideout-menu_close {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #080e33;
      border: none;
      background-color: transparent; }
      .slideout-menu .slideout-menu_title-wrapper .slideout-menu_close:hover {
        cursor: pointer; }
      .slideout-menu .slideout-menu_title-wrapper .slideout-menu_close span {
        font-weight: 400;
        padding-left: 0.75rem; }
  .slideout-menu #mm-1 .mm-navbar {
    display: none; }
  .slideout-menu .mm-panel.mm-panel_opened {
    background-color: white; }
    .slideout-menu .mm-panel.mm-panel_opened .mm-navbar.mm-navbar_sticky {
      background-color: white;
      border-bottom: 1px solid #dcdcdc;
      padding-bottom: 0.875rem; }
    .slideout-menu .mm-panel.mm-panel_opened .mm-btn_prev:before {
      border-color: #080e33;
      height: 6px;
      width: 6px; }
    .slideout-menu .mm-panel.mm-panel_opened .mm-listview {
      padding: 1.125rem; }
      .slideout-menu .mm-panel.mm-panel_opened .mm-listview .mm-listitem {
        margin-bottom: 0.625rem; }
        .slideout-menu .mm-panel.mm-panel_opened .mm-listview .mm-listitem:after {
          border: none; }
        .slideout-menu .mm-panel.mm-panel_opened .mm-listview .mm-listitem > * {
          padding: 0.25rem 1.125rem; }
        .slideout-menu .mm-panel.mm-panel_opened .mm-listview .mm-listitem .mm-listitem__text {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .slideout-menu .mm-panel.mm-panel_opened .mm-listview .mm-listitem .mm-listitem__text > p.slideout-menu_text-item {
            margin: 0 auto 0 0;
            font-weight: 500;
            font-size: 14px;
            font-size: 0.875rem; }
          .slideout-menu .mm-panel.mm-panel_opened .mm-listview .mm-listitem .mm-listitem__text:after {
            border-color: #080e33;
            height: 6px;
            width: 6px; }
        .slideout-menu .mm-panel.mm-panel_opened .mm-listview .mm-listitem .slideout-menu_card-tile_count {
          margin: 0 1rem;
          font-weight: 300;
          font-size: 14;
          color: #080e33;
          position: absolute;
          right: 1rem;
          top: 0;
          margin: 0; }
    .slideout-menu .mm-panel.mm-panel_opened .mm-navbar__title > span {
      font-size: 1.4rem;
      color: #5f6778;
      font-weight: 400; }
    .slideout-menu .mm-panel.mm-panel_opened .slideout-menu_tile-wrapper .slideout-menu_card-tile {
      background: #ebebe6;
      border-radius: 0.75rem;
      padding: 0.625rem 0.875rem;
      text-align: center;
      font-weight: 500;
      width: 100%;
      text-decoration: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      max-height: 4rem; }
      .slideout-menu .mm-panel.mm-panel_opened .slideout-menu_tile-wrapper .slideout-menu_card-tile > * {
        width: 100%;
        text-align: left; }
      .slideout-menu .mm-panel.mm-panel_opened .slideout-menu_tile-wrapper .slideout-menu_card-tile .slideout-menu_card-tile_heading {
        margin: 0; }
      .slideout-menu .mm-panel.mm-panel_opened .slideout-menu_tile-wrapper .slideout-menu_card-tile .slideout-menu_card-tile_image {
        width: 10%;
        margin-right: 1.5rem; }
        .slideout-menu .mm-panel.mm-panel_opened .slideout-menu_tile-wrapper .slideout-menu_card-tile .slideout-menu_card-tile_image img {
          width: 3.125rem;
          height: 2.5rem; }
      .slideout-menu .mm-panel.mm-panel_opened .slideout-menu_tile-wrapper .slideout-menu_card-tile .slideout-menu_card-tile_next {
        height: 26;
        width: 26;
        margin-right: 0.25rem; }
    .slideout-menu .mm-panel.mm-panel_opened .slideout-menu_tile-wrapper.slideout-menu_tile-last {
      margin-bottom: 4rem; }
      @media only screen and (max-width: 1024px) {
        .slideout-menu .mm-panel.mm-panel_opened .slideout-menu_tile-wrapper.slideout-menu_tile-last {
          margin-bottom: 2.4rem; } }
    .slideout-menu .mm-panel.mm-panel_opened .slideout-menu_text.mm-listitem {
      padding: 0.625rem;
      margin-left: 3.2rem; }
      @media only screen and (max-width: 1024px) {
        .slideout-menu .mm-panel.mm-panel_opened .slideout-menu_text.mm-listitem {
          padding-left: 1rem;
          margin-bottom: 0; } }
      .slideout-menu .mm-panel.mm-panel_opened .slideout-menu_text.mm-listitem.slideout-menu_link {
        color: #b5121b;
        font-weight: 400; }
    .slideout-menu .mm-panel.mm-panel_opened .slideout-menu_crest.mm-listitem {
      margin-top: 2.125rem; }
      .slideout-menu .mm-panel.mm-panel_opened .slideout-menu_crest.mm-listitem.mm-listitem > img {
        padding-left: 0.25rem; }
    .slideout-menu .mm-panel.mm-panel_opened ul li:nth-of-type(2) .slideout-menu_card-tile {
      background: #e6e6ea; }
    .slideout-menu .mm-panel.mm-panel_opened ul li:nth-of-type(3) .slideout-menu_card-tile {
      background: #e6ebe8; }
    .slideout-menu .mm-panel.mm-panel_opened ul li:nth-of-type(4) .slideout-menu_card-tile {
      background: #ebe6e6; }

.mm-wrapper_background #mm-0.mm-page {
  background: none; }

.footer-mobile {
  width: 100%;
  position: relative;
  padding: 0.625rem 0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #080e33; }
  @media only screen and (min-width: 769px) {
    .footer-mobile {
      display: none; } }
  .footer-mobile ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 1.625rem; }
    .footer-mobile ul li {
      background: none;
      list-style-type: none;
      margin: 0;
      padding: 0; }
    .footer-mobile ul > li {
      height: 3.6rem;
      width: 3.6rem;
      cursor: pointer;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .footer-mobile ul > li:not(.menu-wrapper) {
        background-color: white;
        border-radius: 50%; }
        .footer-mobile ul > li:not(.menu-wrapper) button {
          position: relative; }
          .footer-mobile ul > li:not(.menu-wrapper) button.bookmark {
            background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23080e33'%3E%3Cpath d='M6 2a2.002 2.002 0 00-2 2v18l8-3 8 3V4a2.003 2.003 0 00-2-2H6z'/%3E%3C/svg%3E"); }
          .footer-mobile ul > li:not(.menu-wrapper) button.search {
            background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' fill='%23080e33'%3E%3Cpath d='M21 3C11.602 3 4 10.602 4 20s7.602 17 17 17c3.355 0 6.46-.984 9.094-2.656l12.281 12.281 4.25-4.25L34.5 30.281C36.68 27.421 38 23.88 38 20c0-9.398-7.602-17-17-17zm0 4c7.2 0 13 5.8 13 13s-5.8 13-13 13S8 27.2 8 20 13.8 7 21 7z'/%3E%3C/svg%3E"); }
          .footer-mobile ul > li:not(.menu-wrapper) button.bookmark, .footer-mobile ul > li:not(.menu-wrapper) button.search {
            border: 0;
            text-indent: -9999px;
            height: 2rem;
            width: 2rem; }
      .footer-mobile ul > li button.menu {
        position: relative;
        color: white;
        padding-left: 2.125rem;
        background-color: transparent;
        border: none; }
        .footer-mobile ul > li button.menu:before {
          background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' fill='%23fff'%3E%3Cpath style='line-height:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;text-transform:none;block-progression:tb;isolation:auto;mix-blend-mode:normal' d='M5 8a2 2 0 100 4h40a2 2 0 100-4H5zm0 15a2 2 0 100 4h40a2 2 0 100-4H5zm0 15a2 2 0 100 4h40a2 2 0 100-4H5z' font-weight='400' font-family='sans-serif' overflow='visible'/%3E%3C/svg%3E");
          content: "";
          width: 20.4px;
          width: 1.5rem;
          height: 20.4px;
          height: 1.5rem;
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          left: 0; }

.tooltip {
  font-weight: 500;
  color: #b5121b;
  position: relative; }
  .tooltip .tooltip_content {
    display: none; }
  .tooltip:after {
    content: "?";
    background-color: #b5121b;
    color: white;
    text-align: center;
    margin-left: 3.4px;
    margin-left: 0.25rem;
    height: 13.6px;
    height: 1rem;
    width: 13.6px;
    width: 1rem;
    border-radius: 50%;
    display: inline-block;
    line-height: 1; }
  .tooltip:hover {
    background-color: #f9ebe8; }
    .tooltip:hover > .tooltip_content {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      margin-top: 1.625rem;
      background: white;
      padding: 0.25rem 0.625rem;
      -webkit-box-shadow: 0px 0px 2rem 0px #9ea4b3;
              box-shadow: 0px 0px 2rem 0px #9ea4b3;
      border-radius: 0.25rem; }
      .tooltip:hover > .tooltip_content:before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        -webkit-transform: translate(-50%, 50%) rotate(90deg);
            -ms-transform: translate(-50%, 50%) rotate(90deg);
                transform: translate(-50%, 50%) rotate(90deg);
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-right: 8px solid white;
        -webkit-box-shadow: 0px 0px 27.2px 0px #9ea4b3;
                box-shadow: 0px 0px 27.2px 0px #9ea4b3;
        -webkit-box-shadow: 0px 0px 2rem 0px #9ea4b3;
                box-shadow: 0px 0px 2rem 0px #9ea4b3;
        left: 16.32px;
        left: 1.2rem;
        top: -16.32px;
        top: -1.2rem; }
      .tooltip:hover > .tooltip_content .tooltip_title {
        color: #080e33;
        display: block; }
      .tooltip:hover > .tooltip_content .tooltip_link {
        color: #b5121b;
        text-decoration: none; }
        .tooltip:hover > .tooltip_content .tooltip_link:after {
          content: "";
          padding: 0 3.4px;
          padding: 0 0.25rem; }

.content_links {
  font-weight: 400; }
  .content_links h3 {
    margin-bottom: 1.125rem; }
  .content_links .icon-cloud-download {
    position: relative; }
    .content_links .icon-cloud-download:after {
      content: '';
      background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23b5121b'%3E%3Cpath d='M19.355 10.036A7.5 7.5 0 0012 4a7.493 7.493 0 00-6.648 4.036A6 6 0 006 20h13a5 5 0 005-5c0-2.64-2.052-4.779-4.645-4.964zM12 18l-5-5h3V9h4v4h3l-5 5z'/%3E%3C/svg%3E");
      position: absolute;
      right: -29.92px;
      right: -2.2rem;
      height: 24.48px;
      height: 1.8rem;
      width: 25.84px;
      width: 1.9rem; }
  .content_links .icon-external-link {
    position: relative; }
    .content_links .icon-external-link:after {
      content: '';
      background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' transform='rotate(-135)' fill='%23b5121b'%3E%3Cpath d='M15 4v20.063L8.219 17.28 6.78 18.72l8.5 8.5.719.687.719-.687 8.5-8.5-1.438-1.438L17 24.063V4z'/%3E%3C/svg%3E");
      background-size: 16.32px;
      background-size: 1.2rem;
      position: absolute;
      right: -17.68px;
      right: -1.3rem;
      bottom: 0;
      height: 16.32px;
      height: 1.2rem;
      width: 16.32px;
      width: 1.2rem; }

.content_background {
  margin: 3.125rem 0; }
  .content_background p {
    font-size: 0.875rem; }

.content_desc p {
  font-size: 18px;
  font-size: 1.125rem; }

.icon_decision-making {
  position: relative;
  padding-left: 2.2rem; }
  .icon_decision-making:before {
    content: '';
    background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 76 68' width='76' height='68'%3E %3Cdefs%3E %3CclipPath clipPathUnits='userSpaceOnUse' id='cp1'%3E %3Cpath d='M-1122 -467L428 -467L428 1250L-1122 1250Z'/%3E %3C/clipPath%3E %3Cimage width='220' height='187' id='img1' href='data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMjAgMTg3IiB3aWR0aD0iMjIwIiBoZWlnaHQ9IjE4NyI+Cgk8ZGVmcz4KCQk8Y2xpcFBhdGggY2xpcFBhdGhVbml0cz0idXNlclNwYWNlT25Vc2UiIGlkPSJjcDEiPgoJCQk8cGF0aCBkPSJNMCAwTDIyMCAwTDIyMCAxODdMMCAxODdaIiAvPgoJCTwvY2xpcFBhdGg+Cgk8L2RlZnM+Cgk8c3R5bGU+CgkJdHNwYW4geyB3aGl0ZS1zcGFjZTpwcmUgfQoJCS5zaHAwIHsgZmlsbDogIzAwMDAwMCB9IAoJCS5zaHAxIHsgZmlsbDogI2ZjZTFlNiB9IAoJPC9zdHlsZT4KCTxnIGlkPSJQYWdlIDEiIGNsaXAtcGF0aD0idXJsKCNjcDEpIj4KCQk8cGF0aCBpZD0iUGF0aCAxIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsYXNzPSJzaHAwIiBkPSJNMTg4IDAuMkMyMDUuNiAwLjIgMjIwIDE0LjYgMjIwIDMyLjJMMjIwIDg0QzIyMCA5OS42IDIwOC44IDExMi42IDE5NCAxMTUuNEwxOTQgMTM1LjhDMTk0IDEzOC4yIDE5Mi40IDE0MC40IDE5MC4yIDE0MS40QzE4OS42IDE0MS42IDE4OC44IDE0MS44IDE4OCAxNDEuOEMxODYuNCAxNDEuOCAxODUgMTQxLjIgMTgzLjggMTQwQzE3Ny42IDEzMy44IDE3MC42IDEyOC44IDE2Mi44IDEyNC44QzE1OS44IDEyMy40IDE1OC42IDExOS44IDE2MC4yIDExNi44QzE2MS42IDExMy44IDE2NS4yIDExMi44IDE2OC4yIDExNC4yQzE3MyAxMTYuNiAxNzcuNiAxMTkuNiAxODIgMTIyLjhMMTgyIDExMEMxODIgMTA2LjYgMTg0LjYgMTA0IDE4OCAxMDRDMTk5IDEwNCAyMDggOTUgMjA4IDg0TDIwOCAzMi4yQzIwOCAyMS4yIDE5OSAxMi4yIDE4OCAxMi4yTDEwMS4yIDEyLjJDOTAuMiAxMi4yIDgxLjIgMjEuMiA4MS4yIDMyLjJDODEuMiAzMy4yIDgxIDM0LjQgODAuNCAzNS4yTDExOC42IDM1LjJDMTM2LjIgMzUuMiAxNTAuNiA0OS42IDE1MC42IDY3LjJMMTUwLjYgMTI5QzE1MC42IDE0Ni42IDEzNi4yIDE2MSAxMTguNiAxNjFMOTQuNiAxNjFDNzIuNiAxNjEgNTEuOCAxNjkuNiAzNi4yIDE4NS4yQzM1IDE4Ni40IDMzLjYgMTg3IDMyIDE4N0MzMS40IDE4NyAzMC42IDE4NyAyOS44IDE4Ni42QzI3LjQgMTg1LjYgMjYgMTgzLjQgMjYgMTgxTDI2IDE2MC40QzExLjIgMTU3LjYgMCAxNDQuNiAwIDEyOUwwIDc3LjJDMCA1OS42IDE0LjQgNDUuMiAzMiA0NS4yTDY5LjQgNDUuMkw2OS40IDM1LjJMNzAuMiAzNS4yQzY5LjggMzQuNCA2OS40IDMzLjQgNjkuNCAzMi4yQzY5LjQgMTQuNiA4My44IDAuMiAxMDEuNCAwLjJMMTg4IDAuMlpNMTIgNzcuMkwxMiAxMjlDMTIgMTQwIDIxIDE0OSAzMiAxNDlDMzUuNCAxNDkgMzggMTUxLjYgMzggMTU1TDM4IDE2Ny44QzU0LjIgMTU1LjYgNzQgMTQ5IDk0LjYgMTQ5TDExOC42IDE0OUMxMjkuNiAxNDkgMTM4LjYgMTQwIDEzOC42IDEyOUwxMzguNiA3Ny4yQzEzOC42IDY2LjIgMTI5LjYgNTcuMiAxMTguNiA1Ny4yTDMyIDU3LjJDMjEgNTcuMiAxMiA2Ni4yIDEyIDc3LjJaTTY2LjYgMTA4QzcwIDEwOCA3Mi42IDExMC42IDcyLjYgMTE0QzcyLjYgMTE3LjQgNzAgMTIwIDY2LjYgMTIwTDQwLjYgMTIwQzM3LjQgMTIwIDM0LjYgMTE3LjQgMzQuNiAxMTRDMzQuNiAxMTAuNiAzNy4yIDEwOCA0MC42IDEwOEw2Ni42IDEwOFpNMTEwIDgyQzExMy40IDgyIDExNiA4NC42IDExNiA4OEMxMTYgOTEuNCAxMTMuNCA5NCAxMTAgOTRMNDAuNiA5NEMzNy40IDk0IDM0LjYgOTEuNCAzNC42IDg4QzM0LjYgODQuNiAzNy4yIDgyIDQwLjYgODJMMTEwIDgyWiIgLz4KCQk8cGF0aCBpZD0iUGF0aCAyIiBjbGFzcz0ic2hwMSIgZD0iTTMyIDU3LjJMMTE4LjYgNTcuMkMxMjkuNiA1Ny4yIDEzOC42IDY2LjIgMTM4LjYgNzcuMkwxMzguNiAxMjlDMTM4LjYgMTQwIDEyOS42IDE0OSAxMTguNiAxNDlMOTQuNiAxNDlDNzQgMTQ5IDU0LjIgMTU1LjYgMzggMTY3LjhMMzggMTU1QzM4IDE1MS42IDM1LjQgMTQ5IDMyIDE0OUMyMSAxNDkgMTIgMTQwIDEyIDEyOUwxMiA3Ny4yQzEyIDY2LjIgMjEgNTcuMiAzMiA1Ny4yWiIgLz4KCQk8cGF0aCBpZD0iUGF0aCAzIiBjbGFzcz0ic2hwMCIgZD0iTTQwLjYgODJDMzcuMiA4MiAzNC42IDg0LjYgMzQuNiA4OEMzNC42IDkxLjQgMzcuNCA5NCA0MC42IDk0TDExMCA5NEMxMTMuNCA5NCAxMTYgOTEuNCAxMTYgODhDMTE2IDg0LjYgMTEzLjQgODIgMTEwIDgyTDQwLjYgODJaTTQwLjYgMTA4QzM3LjIgMTA4IDM0LjYgMTEwLjYgMzQuNiAxMTRDMzQuNiAxMTcuNCAzNy40IDEyMCA0MC42IDEyMEw2Ni42IDEyMEM3MCAxMjAgNzIuNiAxMTcuNCA3Mi42IDExNEM3Mi42IDExMC42IDcwIDEwOCA2Ni42IDEwOEw0MC42IDEwOFoiIC8+Cgk8L2c+Cjwvc3ZnPg=='/%3E %3C/defs%3E %3Cstyle%3E tspan { white-space:pre } %3C/style%3E %3Cg id='V3_L2–Content page' clip-path='url(%23cp1)'%3E %3Cuse id='Vector Smart Object' href='%23img1' transform='matrix(0.345,0,0,0.364,0,0)'/%3E %3C/g%3E %3C/svg%3E");
    background-size: 20.4px;
    background-size: 1.5rem;
    position: absolute;
    left: 0;
    height: 20.4px;
    height: 1.5rem;
    width: 20.4px;
    width: 1.5rem;
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%); }

.icon_multidisciplinary {
  position: relative;
  padding-left: 2.2rem; }
  .icon_multidisciplinary:before {
    content: '';
    background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 92 56' width='92' height='56'%3E %3Cdefs%3E %3CclipPath clipPathUnits='userSpaceOnUse' id='cp1'%3E %3Cpath d='M-1120 -522L430 -522L430 1195L-1120 1195Z'/%3E %3C/clipPath%3E %3Cimage width='254' height='164' id='img1' href='data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNTQgMTY0IiB3aWR0aD0iMjU0IiBoZWlnaHQ9IjE2NCI+Cgk8ZGVmcz4KCQk8Y2xpcFBhdGggY2xpcFBhdGhVbml0cz0idXNlclNwYWNlT25Vc2UiIGlkPSJjcDEiPgoJCQk8cGF0aCBkPSJNMCAwTDI1NCAwTDI1NCAxNjRMMCAxNjRaIiAvPgoJCTwvY2xpcFBhdGg+Cgk8L2RlZnM+Cgk8c3R5bGU+CgkJdHNwYW4geyB3aGl0ZS1zcGFjZTpwcmUgfQoJCS5zaHAwIHsgZmlsbDogI2ZjZTFlNiB9IAoJCS5zaHAxIHsgZmlsbDogIzAwMDAwMCB9IAoJPC9zdHlsZT4KCTxnIGlkPSJQYWdlIDEiIGNsaXAtcGF0aD0idXJsKCNjcDEpIj4KCQk8cGF0aCBpZD0iUGF0aCAxIiBjbGFzcz0ic2hwMCIgZD0iTTE2Mi4zMiA0NkMxNjIuMzIgNjUuNjQgMTQ2LjQgODEuNTYgMTI2Ljc2IDgxLjU2QzEwNy4xMiA4MS41NiA5MS4yIDY1LjY0IDkxLjIgNDZDOTEuMiAyNi4zNiAxMDcuMTIgMTAuNDQgMTI2Ljc2IDEwLjQ0QzE0Ni40IDEwLjQ0IDE2Mi4zMiAyNi4zNiAxNjIuMzIgNDZaIiAvPgoJCTxwYXRoIGlkPSJQYXRoIDIiIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xhc3M9InNocDEiIGQ9Ik0yMDQuMzcgMTE3LjJDMjI0Ljc3IDEyMyAyNDIuMzYgMTM2LjggMjUyLjc2IDE1NUMyNTQuMzYgMTU4IDI1My4zNyAxNjEuNiAyNTAuNTYgMTYzLjJDMjQ5LjU2IDE2My44IDI0OC41NiAxNjQgMjQ3LjU2IDE2NEMyNDUuNTYgMTY0IDI0My41NiAxNjMgMjQyLjM3IDE2MUMyMzMuMzcgMTQ1LjQgMjE4LjM2IDEzMy42IDIwMS4xNiAxMjguOEMxOTcuOTYgMTI4IDE5Ni4xNiAxMjQuNiAxOTYuOTYgMTIxLjRDMTk3LjY2IDExOC42IDIwMC4zNSAxMTYuODcgMjAzLjE2IDExNy4wMkMyMDMuNTYgMTE3LjA0IDIwMy45NiAxMTcuMSAyMDQuMzcgMTE3LjJaTTU2LjU2IDEyMS40QzU3LjM3IDEyNC42IDU1LjU2IDEyOCA1Mi4zNyAxMjguOEMzNC45NiAxMzMuNiAxOS45NiAxNDUuNCAxMS4xNiAxNjFDMTAuMTYgMTYzIDcuOTYgMTY0IDUuOTYgMTY0QzQuOTYgMTY0IDMuOTYgMTYzLjggMi45NiAxNjMuMkMwLjE2IDE2MS42IC0wLjg0IDE1OCAwLjc2IDE1NUMxMS4xNiAxMzYuOCAyOC43NiAxMjMgNDkuMTYgMTE3LjJDNDkuNTYgMTE3LjEgNDkuOTcgMTE3LjA0IDUwLjM3IDExNy4wMkM1My4xNyAxMTYuODcgNTUuODcgMTE4LjYgNTYuNTYgMTIxLjRaTTIwNi4zNyAxNTVDMjA3Ljk2IDE1OCAyMDYuOTYgMTYxLjYgMjA0LjE2IDE2My4yQzIwMS4xNiAxNjQuOCAxOTcuNTYgMTYzLjggMTk1Ljk2IDE2MUMxODEuNzYgMTM2LjIgMTU1LjM2IDEyMC44IDEyNi45NiAxMjAuOEM5OC4zNiAxMjAuOCA3MS45NiAxMzYuMiA1Ny45NiAxNjFDNTYuOTYgMTYzIDU0Ljc2IDE2NCA1Mi43NiAxNjRDNTEuNzYgMTY0IDUwLjc2IDE2My44IDQ5Ljc2IDE2My4yQzQ2Ljc2IDE2MS42IDQ1Ljc3IDE1OCA0Ny4zNyAxNTVDNjMuNTYgMTI2LjYgOTMuOTYgMTA4LjggMTI2Ljc2IDEwOC44QzE1OS41NiAxMDguOCAxODkuOTYgMTI2LjYgMjA2LjM3IDE1NVpNMjIzLjc2IDYxQzIyMy43NiA4My42IDIwNS4zNyAxMDEuOCAxODIuNTYgMTAyQzE3NS4zNyAxMDIgMTY3Ljk2IDEwMCAxNjEuNzYgOTYuMkMxNTguOTYgOTQuNiAxNTguMTYgOTAuOCAxNTkuNzYgODhDMTYxLjM2IDg1LjIgMTY1LjE2IDg0LjQgMTY3Ljk2IDg2QzE3Mi4zNiA4OC42IDE3Ny41NiA5MCAxODIuNzYgOTBDMTk4Ljc2IDkwIDIxMS43NiA3NyAyMTEuNzYgNjFDMjExLjc2IDQ1LjggMTk5Ljk2IDMzLjIgMTg0Ljc2IDMyLjJDMTgxLjM2IDMyIDE3OC45NiAyOS4yIDE3OS4xNiAyNS44QzE3OS4zNiAyMi40IDE4Mi4zNyAyMCAxODUuNTYgMjAuMkMyMDYuOTYgMjEuNiAyMjMuNzYgMzkuNiAyMjMuNzYgNjFaTTc0LjE2IDI1LjhDNzQuMzYgMjkuMiA3MS45NiAzMiA2OC41NiAzMi4yQzUzLjM3IDMzLjIgNDEuNTYgNDUuOCA0MS41NiA2MUM0MS41NiA3NyA1NC41NiA5MCA3MC41NiA5MEM3NS43NiA5MCA4MC45NiA4OC42IDg1LjM3IDg2Qzg4LjE3IDg0LjIgOTEuOTYgODUuMiA5My41NiA4OEM5NS4zNyA5MC44IDk0LjM3IDk0LjYgOTEuNTYgOTYuMkM4NS4zNyAxMDAgNzguMTYgMTAyIDcwLjc2IDEwMkM0OC4xNiAxMDIgMjkuNzYgODMuNiAyOS43NiA2MUMyOS43NiAzOS40IDQ2LjU2IDIxLjQgNjcuNzYgMjAuMkM3MS4xNiAyMCA3My45NiAyMi40IDc0LjE2IDI1LjhaTTE3Mi43NiA0NkMxNzIuNzYgNzEuNCAxNTIuMTYgOTIgMTI2Ljc2IDkyQzEwMS4zNiA5MiA4MC43NiA3MS40IDgwLjc2IDQ2QzgwLjc2IDIwLjYgMTAxLjM2IDAgMTI2Ljc2IDBDMTUyLjE2IDAgMTcyLjc2IDIwLjYgMTcyLjc2IDQ2Wk05Mi43NiA0NkM5Mi43NiA2NC44IDEwNy45NiA4MCAxMjYuNzYgODBDMTQ1LjU2IDgwIDE2MC43NiA2NC44IDE2MC43NiA0NkMxNjAuNzYgMjcuMiAxNDUuNTYgMTIgMTI2Ljc2IDEyQzEwNy45NiAxMiA5Mi43NiAyNy4yIDkyLjc2IDQ2WiIgLz4KCTwvZz4KPC9zdmc+'/%3E %3C/defs%3E %3Cstyle%3E tspan { white-space:pre } %3C/style%3E %3Cg id='V3_L2–Content page new' clip-path='url(%23cp1)'%3E %3Cuse id='Vector Smart Object' href='%23img1' transform='matrix(0.362,0,0,0.341,0,0)'/%3E %3C/g%3E %3C/svg%3E");
    background-size: 20.4px;
    background-size: 1.5rem;
    position: absolute;
    left: 0;
    height: 20.4px;
    height: 1.5rem;
    width: 20.4px;
    width: 1.5rem;
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%); }

#block-canceraustralia-tabs > ul {
  max-width: 1200px;
  border-bottom: 1px solid #080e33;
  border-collapse: collapse;
  height: auto;
  line-height: normal;
  list-style: none;
  margin: 60px 30px 0px 30px;
  padding: 0 0 0 1em;
  white-space: nowrap;
  max-width: 1200px;
  min-height: 2.2rem; }
  #block-canceraustralia-tabs > ul li {
    display: inline;
    padding: 0.8rem;
    margin: 1rem 0.3rem;
    border-top: 1px #080e33 solid;
    border-left: 1px #080e33 solid;
    border-right: 1px #080e33 solid;
    border-radius: 5px 5px 0px 0px; }
    #block-canceraustralia-tabs > ul li a {
      text-decoration: none;
      color: #b5121b; }

div[data-drupal-messages] {
  background: #b8a8d3;
  padding: 1rem;
  border: solid 3px #080e33;
  color: white;
  font-weight: 400; }
  div[data-drupal-messages] a {
    color: #b5121b; }

/* ---------- layout ---------- */
/*------------------
General layout
-----------------*/
.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px; }

.row {
  clear: both; }
  .row.row_top {
    margin-top: 1.625rem;
    margin-bottom: 1.625rem; }
    @media only screen and (min-width: 769px) {
      .row.row_top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }

p {
  max-width: 30em; }

.header {
  padding: 2.125rem 0;
  position: relative; }
  @media only screen and (min-width: 769px) {
    .header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media only screen and (min-width: 769px) {
    .header.header-underline:after {
      content: "";
      border-bottom: 1px solid #ebebf0;
      width: calc(100vw - 15px);
      position: absolute;
      bottom: 0;
      left: 50%;
      height: 5px;
      -webkit-transform: translate(-50%, -100%);
          -ms-transform: translate(-50%, -100%);
              transform: translate(-50%, -100%); } }
  .header .action-buttons {
    display: none; }
    @media only screen and (min-width: 769px) {
      .header .action-buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .header .action-buttons a {
          margin-right: 1.125rem; }
          .header .action-buttons a:last-child {
            margin-right: 0; } }

.site-logo {
  max-width: 19rem;
  margin-right: 50px;
  width: 100%; }
  .site-logo h1 {
    margin-bottom: 0; }

.agency-crest {
  width: 26rem;
  display: none; }
  @media only screen and (min-width: 769px) {
    .agency-crest {
      display: inline; } }

.site-search {
  display: none; }
  @media only screen and (min-width: 769px) {
    .site-search {
      display: inline; } }

@media only screen and (min-width: 769px) {
  .two-column-layout {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
  .two-column-layout:before {
    content: '';
    display: table; }
  .two-column-layout:after {
    content: '';
    display: table;
    clear: both; }
  .two-column-layout:before {
    content: '';
    display: table; }
  .two-column-layout:after {
    content: '';
    display: table;
    clear: both; } }

.two-column-layout .column {
  width: 99.5%;
  margin-bottom: 1.625rem; }

.two-column-layout .column:nth-child(1n) {
  float: left;
  margin-right: 15px;
  clear: none; }

.two-column-layout .column:last-child {
  margin-right: 0; }

.two-column-layout .column:nth-child(1n) {
  margin-right: 0;
  float: right; }

.two-column-layout .column:nth-child(1n + 1) {
  clear: both; }
  @media only screen and (min-width: 769px) {
    .two-column-layout .column {
      width: calc(49.75% - 7.5px);
      margin: 0 0 1.125rem; }
    .two-column-layout .column:nth-child(1n) {
      float: left;
      margin-right: 15px;
      clear: none; }
    .two-column-layout .column:last-child {
      margin-right: 0; }
    .two-column-layout .column:nth-child(2n) {
      margin-right: 0;
      float: right; }
    .two-column-layout .column:nth-child(2n + 1) {
      clear: both; } }

.content {
  width: 99.5%;
  margin-bottom: 1.125rem; }

.content:nth-child(1n) {
  float: left;
  margin-right: 15px;
  clear: none; }

.content:last-child {
  margin-right: 0; }

.content:nth-child(1n) {
  margin-right: 0;
  float: right; }

.content:nth-child(1n + 1) {
  clear: both; }
  @media only screen and (min-width: 769px) {
    .content:not(:only-child) {
      width: calc(74.625% - 3.75px); }
    .content:not(:only-child):nth-child(1n) {
      float: left;
      margin-right: 15px;
      clear: none; }
    .content:not(:only-child):last-child {
      margin-right: 0; }
    .content:not(:only-child):nth-child(4n) {
      margin-right: 0;
      float: right; }
    .content:not(:only-child):nth-child(4n + 1) {
      clear: both; }
    .content.content_list {
      width: calc(74.625% - 3.75px);
      margin-left: calc(12.4375% + 1.875px) !important; }
    .content.content_list:nth-child(1n) {
      float: left;
      margin-right: 15px;
      clear: none; }
    .content.content_list:last-child {
      margin-right: 0; }
    .content.content_list:nth-child(4n) {
      margin-right: 0;
      float: right; }
    .content.content_list:nth-child(4n + 1) {
      clear: both; } }
  @media only screen and (min-width: 769px) {
    .content.content_center {
      width: calc(49.75% - 7.5px); }
    .content.content_center:nth-child(1n) {
      float: left;
      margin-right: 15px;
      clear: none; }
    .content.content_center:last-child {
      margin-right: 0; }
    .content.content_center:nth-child(4n) {
      margin-right: 0;
      float: right; }
    .content.content_center:nth-child(4n + 1) {
      clear: both; } }

aside {
  width: 99.5%;
  margin-bottom: 1.125rem; }

aside:nth-child(1n) {
  float: left;
  margin-right: 15px;
  clear: none; }

aside:last-child {
  margin-right: 0; }

aside:nth-child(1n) {
  margin-right: 0;
  float: right; }

aside:nth-child(1n + 1) {
  clear: both; }
  @media only screen and (min-width: 769px) {
    aside {
      width: calc(24.875% - 11.25px); }
    aside:nth-child(1n) {
      float: left;
      margin-right: 15px;
      clear: none; }
    aside:last-child {
      margin-right: 0; }
    aside:nth-child(4n) {
      margin-right: 0;
      float: right; }
    aside:nth-child(4n + 1) {
      clear: both; } }

@media only screen and (min-width: 769px) {
  .content .banner_desc {
    max-width: 45rem; } }

@media only screen and (min-width: 769px) {
  .related-topic {
    padding: 0 3.125rem; } }

.related-topic.related-topic_center {
  border-top: 1px solid #ebebf0;
  padding-top: 3.125rem; }
  .related-topic.related-topic_center h3 {
    text-align: center; }

/*-----------------------
General
-----------------------*/
body.path-frontpage {
  position: relative;
  overflow-x: hidden; }
  body.path-frontpage::before {
    content: "";
    background-image: url("../images/mobile-circle.png");
    height: 160px;
    width: 160px;
    position: absolute;
    top: -40px;
    right: -40px;
    background-repeat: no-repeat;
    z-index: -1;
    background-size: contain; }
  @media only screen and (min-width: 769px) {
    body.path-frontpage::before {
      background-image: url("../images/figure-header.png");
      top: 0;
      right: 100%;
      height: 760px;
      left: 0;
      width: 100%; }
    body.path-frontpage:after {
      content: "";
      background-image: url(../images/figure-footer.png);
      position: absolute;
      bottom: 0;
      right: 0;
      height: 100%;
      width: 100%;
      background-repeat: no-repeat;
      background-position: right bottom;
      z-index: -2; } }

.hero {
  padding: 3.125rem 0; }
  @media only screen and (min-width: 769px) {
    .hero {
      margin-top: 3.125rem; } }
  @media only screen and (min-width: 769px) {
    .hero {
      margin-bottom: 5rem; } }
  .hero .column-left {
    display: none; }
    @media only screen and (min-width: 769px) {
      .hero .column-left {
        margin-top: 4.3rem;
        display: inline-block; } }

.path-frontpage .card-wrapper {
  margin-bottom: 5rem; }

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