@charset "UTF-8";
/*! --------------------------------------------------------
Style Sheet for Central Bank of Aruba

version: 1.0
last modified: 13.11.2008 by Greg Carvalhal
author: Greg Carvalhal
email: support@caribmedia.com
website: http://www.caribmedia.com

------------------------------------------------------------

CONTENTS:
=base, colors & elements
=Links
=Header
=Wrapper
=Main Content
=Lists
=Navigation
=Comments
=Aside
=Footer
------------------------------------------------------------*/
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

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

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

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: none;
}

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

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

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

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

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

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

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 2 */
  margin: 0; /* 3 */
}

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

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

/* --------------------------------------------------------
=Colors
------------------------------------------------------------*/
:root {
  --main-bg: #EFEDE5;
  --secondary-bg: #FFFFFF;
  --tertiary-bg: #EFEDE5;
  --borders: #636159;
  --borders-light: rgba(215, 215, 215, 0.25);
  --link-primary: #25809B;
  --link-secondary: #1976D2;
  --heading-primary: #1C1F1F;
  --heading-general: #1C1F1F;
  --heading-fallback: #1C1F1F;
  --body-low-contrast: #1C1F1F;
  --body-high-contrast: #636159;
  --nav-start: #BD6815;
  --nav-end: #BD6815;
  --nav-light: #41566F;
  --nav-bg-light: #506d9f;
  --nav-color-light: #efeee5;
  --highlight-primary: #CE925B;
  --highlight-primary-inverse: #656565;
  --highlight-secondary: #25809B;
  --highlight-contrast: #FFFFFF;
  --highlight-contrast-inverse: #F4F3F0;
  --font-stack-base: "Asta Sans", Helvetica, Arial, sans-serif;
  --icon-font:"fontawesome";
  --shadows:0px 1px 2px rgba(0,0,0,0.25);
  --terra-cora:#BF732B;
  --ocean:#25809b;
  --mondi:#487b64;
  --santo: #efeee5;
  --blanco:#FFFFFF;
  --preto:#1c1f1f;
}

* {
  transition: background-color ease 300ms, color ease 300ms;
}

/* --------------------------------------------------------
=Html Element Defaults
------------------------------------------------------------*/
* {
  outline: 0px solid transparent;
}

html {
  margin: 0;
  padding: 0;
  min-width: 320px;
}

body {
  margin: 0;
  padding: 0;
  font-size: 90.75%;
  line-height: 1.4;
  font-family: var(--font-stack-base);
  background-color: var(--main-bg);
  color: var(--body-high-contrast);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-family: var(--font-stack-base);
  margin-top: 20px;
}

h1 {
  font-size: 1.5em;
  color: var(--heading-primary);
}

h2 {
  font-size: 1.3em;
  color: var(--heading-general);
}

h3,
h4,
h5,
h6 {
  color: var(--heading-general);
}

blockquote {
  font-style: italic;
  font-size: 1.1em;
  text-shadow: 1px 1px 3px #eee;
}

a {
  word-wrap: break-word;
  hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  color: var(--link-primary);
  text-decoration: underline;
  outline: none;
}

a:active,
a:hover {
  color: var(--highlight-primary);
  outline: none;
}

a.visited,
a.focus {
  outline: none;
}

h1 a,
h2 a,
h3 a {
  text-decoration: none;
  color: inherit;
}

fieldset h2 {
  font-size: 1em;
  color: #fff;
  margin-top: 0;
}

em {
  color: #222;
  text-shadow: 1px 1px 3px #eee;
}

img {
  outline: none;
}

img[src$="blank.gif"] {
  background-image: url(/styles/member/images/placeholder.webp);
  background-size: cover;
  background-position: center;
  background-color: #f3f4f4;
  background-repeat: no-repeat;
  position: absolute;
}

.cta {
  display: inline-block;
  text-align: center;
  background-color: var(--terra-cora);
  text-decoration: none;
  padding: 0.55rem 1.5em;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: capitalize;
  box-shadow: var(--shadows);
}

.decoWrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.decoWrapper .deco {
  height: 15px;
}
.decoWrapper .deco1 {
  background-color: var(--mondi);
  flex-grow: 2;
}
.decoWrapper .deco2 {
  background-color: var(--terra-cora);
  flex-grow: 2.5;
  border-right: 20px solid var(--santo);
}
.decoWrapper .deco22 {
  border-right: 0;
  border-left: 20px solid var(--santo);
}
.decoWrapper .deco3 {
  background-color: var(--ocean);
  flex-grow: 3;
}

/* Utils */
.clearfix {
  clear: both;
  visibility: hidden;
  margin: 0;
  padding: 0;
  display: block;
  height: 1px;
}

#skipToMainContent {
  position: absolute;
  clip: rect(0 0 0 0);
  left: 0;
  top: 0;
}

.no-content-msg {
  font-size: 0.875rem;
  opacity: 0.65;
  display: block;
  padding: 0 0 0.75rem 0;
}

.remove-sidebar-right .sidebar-b {
  display: none;
}

.remove-sidebar-right.sitePage #inner {
  grid-template-columns: 275px auto;
  grid-template-areas: "sb-left main-content";
}

/* To make embedded video/frames responsive */
.frame-wrap {
  position: relative;
  height: 0;
  width: 100%;
  padding: 0 0 56.25% 0;
  margin: 0;
}

.frame-wrap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* =Structural Framework
------------------------------------------------------------------*/
.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}

#header {
  background-color: var(--santo);
}

#inner {
  overflow: hidden;
  padding-top: 40px;
}

.page-content {
  min-height: 400px;
  position: relative;
}

#message {
  font-size: 1.5em;
  font-style: italic;
  text-align: center;
}

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

body:not(.home) #footer {
  margin-top: 40px;
}

#footer {
  background-color: var(--tertiary-bg);
  background-color: #e7e5dd;
}
#footer #footerUpper .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 80px;
  padding: 40px 20px;
}
#footer #footerText {
  background-color: var(--terra-cora);
  color: var(--highlight-contrast);
  font-size: 0.85rem;
  font-weight: 500;
  padding-top: 3.75rem;
  padding-bottom: 1.875rem;
}
#footer #footerText .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
#footer #footerText .footer-brand > img {
  max-width: 150px;
  height: auto;
}
#footer #footerText a {
  display: inline-block;
  color: var(--blanco);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.4px;
  text-align: left !important;
}
#footer #footerText a:hover {
  text-decoration: underline;
}
#footer #footerText #copyright a {
  text-decoration: none;
}
#footer #footerText #copyright > span {
  display: inline-block;
  color: var(--blanco);
  font-weight: 300;
  font-size: 1rem;
  letter-spacing: 0.4px;
  margin-right: 5px;
}
#footer .footer__bank-news li {
  padding: 0.625rem 0;
  border-bottom: 1px solid var(--borders);
}
#footer .footer__bank-news li a {
  text-decoration: none;
  color: var(--body-high-contrast);
  font-size: 0.85rem;
}
#footer .footer__recent-reports li {
  padding: 0.625rem 0;
  border-bottom: 1px solid transparent;
}
#footer .footer__recent-reports li a {
  text-decoration: none;
  color: var(--body-low-contrast);
}
#footer .footer__recent-reports li a::after {
  content: "\f138";
  font-family: var(--icon-font);
  margin-left: 1.125rem;
  color: var(--highlight-primary);
  font-weight: 700;
}
#footer .footer__content .article-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem 0;
}
#footer .footer__blurb p {
  font-size: 0.875rem;
  opacity: 0.875;
  max-width: 20rem;
}
#footer .footer__blurb img {
  max-height: 65px;
}

.home #footer {
  padding-top: 50px;
}

/* =UI & Form Fields
------------------------------------------------------------------*/
.note {
  background-color: var(--tertiary-bg);
  padding: 5px 10px;
  border-radius: 3px;
  border: 1px solid var(--borders);
  margin: 1rem 0;
}

.required-indicator {
  position: absolute;
  top: 0;
  right: 0;
  color: tomato;
  font-size: 0.75em;
}

.field {
  margin: 0 0 1em 0;
  position: relative;
}

label {
  display: inline-block;
  font-size: 0.9em;
  text-align: right;
  text-indent: 3px;
}

input[type=color],
input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
  padding: 5px;
  border: 1px solid var(--borders);
  background-color: var(--main-bg);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  outline: 0;
  display: inline-block;
  margin: 0;
  -webkit-box-sizing: initial;
  -ms-box-sizing: initial;
  box-sizing: initial;
}

select {
  padding: 4px 5px;
}

#listFilter h2 {
  display: none;
}

.page-controls {
  position: absolute;
  right: 20px;
}

#itemsPerPageField {
  font-size: 0.875em;
  text-align: right;
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 10px;
  align-items: center;
}

#itemsPerPageField label,
#itemsPerPageField select {
  width: auto;
}

.buttons {
  margin: 20px 0;
}

.button-primary {
  border: none;
  padding: 0.35em 0.75em;
  border-radius: 2px;
  box-shadow: var(--shadows);
  background-color: var(--link-primary);
  color: var(--highlight-contrast);
}

.result {
  margin-bottom: 2em;
}

.result .title {
  margin: 0;
}

.result .url {
  font-size: 0.875em;
}

div.pageLinks {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
  align-items: center;
  color: var(--body-low-contrast);
  text-transform: uppercase;
  font-size: 0.75rem;
}
div.pageLinks p {
  margin: 0;
  padding: 3px 0;
  opacity: 0.75;
  display: none;
}
div.pageLinks p::after {
  content: ":";
}
div.pageLinks ul.pageLinks,
div.pageLinks ul.pageLinks li {
  list-style: none;
  margin: 0;
  padding: 0;
}
div.pageLinks ul.pageLinks li {
  display: inline-block;
}
div.pageLinks ul.pageLinks li + li {
  margin-left: 10px;
}
div.pageLinks ul.pageLinks li a,
div.pageLinks ul.pageLinks li.current {
  padding: 3px 10px;
  text-decoration: none;
}
div.pageLinks ul.pageLinks li.current {
  background-color: var(--highlight-secondary);
  color: var(--highlight-contrast);
}
div.pageLinks ul.pageLinks li a {
  display: inline-block;
  background-color: var(--highlight-primary);
  color: var(--highlight-contrast);
}
div.pageLinks .range-display {
  opacity: 0.75;
}

/* =Contact forms */
.alert {
  background: ivory;
  color: red;
  padding: 10px 30px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  font-weight: 700;
}

.contactform {
  display: inline-block;
  vertical-align: top;
  padding: 1em 2%;
  background-color: var(--secondary-bg);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.contactform fieldset {
  border: none;
  margin: 0 0 2em 0;
  padding: 1em 0 0 0;
  border-top: 4px double var(--borders);
}
.contactform legend {
  border: 0;
  padding: 0 5px 0 0;
  color: #fff;
}
.contactform label {
  color: #d8d8d8;
}
.contactform input[type=color],
.contactform input[type=email],
.contactform input[type=number],
.contactform input[type=password],
.contactform input[type=tel],
.contactform input[type=text],
.contactform input[type=url],
.contactform select,
.contactform textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
}
.contactform textarea#message {
  font-size: 1em;
  font-style: normal;
  text-align: left;
}
.contactform .button {
  padding: 8px 15px;
  background-color: #333;
  border: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  color: #fff;
}

#ui-datepicker-div select.ui-datepicker-month,
#ui-datepicker-div select.ui-datepicker-year {
  padding: 3px 2%;
  width: 45%;
}

/* =captcha */
#captcha {
  background-color: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  margin: 1em 0;
  padding: 10px;
  text-align: center;
}
#captcha label {
  color: #222;
  text-align: center;
}
#captcha img {
  display: inline-block;
  vertical-align: middle;
  max-width: 49%;
}
#captcha input {
  display: inline-block;
  width: 50%;
  vertical-align: middle;
  border: 1px solid #ccc;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1) inset;
}

.field span.comments {
  color: infotext;
  background-color: infobackground;
  display: block;
  margin-top: 5px;
  border-radius: 3px;
  font-size: 0.875em;
  padding: 10px;
  position: absolute;
  z-index: 2;
  -webkit-box-shadow: 0 3px 10px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 10px 5px rgba(0, 0, 0, 0.5);
  display: none;
}
.field input:active + span.comments,
.field input:active ~ span.comments,
.field input:focus + span.comments,
.field input:focus ~ span.comments {
  display: block;
}

/* Read more links */
.read-more {
  margin: 1rem 0 0 0;
}
.read-more a {
  display: inline-block;
  text-transform: capitalize;
  text-decoration: none;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--link-secondary);
  margin: 0;
}
.read-more a:hover {
  color: var(--highlight-primary);
  transition: color ease 200ms;
}

/* =header
------------------------------------------------------------------*/
#header > .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 35px 0;
}

#header > .wrapper .header-section.two {
  -ms-flex-preferred-size: 360px;
  flex-basis: 360px;
}

#site-info {
  padding: 0;
}
#site-info #site-title {
  max-width: 405px;
  position: relative;
}
#site-info #logo {
  max-width: 100%;
  display: block;
}
#site-info #datebar,
#site-info #site-title span {
  position: absolute;
  clip: rect(0 0 0 0);
  left: 0;
  top: 0;
}
#site-info #subtitle {
  position: absolute;
  clip: rect(0 0 0 0);
  left: 0;
  top: 0;
}

/* =search form 
------------------------------------------------------------------*/
#siteSearchForm {
  border: 1px solid var(--terra-cora);
  border-radius: 0;
  background-color: #eee;
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: space-between;
  flex-basis: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
#siteSearchForm label {
  display: none;
}
#siteSearchForm #searchText {
  border: none;
  background: none transparent;
  padding: 11px;
  font-size: 95%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#siteSearchForm .button {
  max-width: 41px;
  -ms-flex-preferred-size: 41px;
  flex-basis: 41px;
  border: none;
  background-color: var(--terra-cora);
  color: var(--blanco);
  font-size: 18px;
  outline: 0;
  text-align: center;
}
#siteSearchForm .button .s-button-text {
  display: none;
}

#searchErrors {
  position: absolute;
  color: red;
  font-size: 0.8em;
  white-space: inherit;
  text-align: right;
  right: 0;
  width: 200px;
}

/* =Tables
------------------------------------------------------------------*/
table {
  margin: 1rem 0;
  width: 100%;
  border: 1px solid var(--borders);
  background-color: var(--highlight-contrast-inverse);
  border-collapse: collapse;
  border-spacing: 0;
}
table th {
  padding: 0.75rem 0.5rem;
}
table td {
  border: 1px solid var(--borders);
  background-color: var(--highlight-contrast-inverse);
  padding: 0.5rem;
  vertical-align: top;
}

/* =Footer Menu 
------------------------------------------------------------------*/
#footerMenu li,
#footerMenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footerMenu .level1 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
}
#footerMenu .level1 li {
  display: inline-block;
}
#footerMenu .level1 li:last-child::after {
  content: normal;
}
#footerMenu a {
  display: inline-block;
}
#footerMenu .m-wrap {
  display: none;
}

/* Footer address */
/* =Grids
------------------------------------------------------------------*/
.grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}

.grid-container img {
  min-width: 100%;
}

/* =Grid Gaps */
.gap-1 {
  grid-gap: 10px;
}

.gap-2 {
  grid-gap: 20px;
}

.gap-3 {
  grid-gap: 30px;
}

.gap-4 {
  grid-gap: 40px;
}

.gap-5 {
  grid-gap: 50px;
}

.gap-6 {
  grid-gap: 60px;
}

/* =Title bar */
.title-bar {
  background: url("/styles/member/images/title-bar.png") no-repeat center transparent;
  background-size: cover;
  padding: 20px;
  margin: 0;
  position: relative;
}
.title-bar .wrapper {
  z-index: 2;
}
.title-bar h1 {
  color: var(--highlight-contrast);
  font-weight: 400;
  text-shadow: 0 0 3px #222;
}
.title-bar:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(155, 181, 202, 0.3);
  z-index: 1;
}

/* =sub pages */
.siteMap #inner,
.error #inner,
.searchResults #inner,
.default #inner,
.exchangeRates #inner,
.view-related-content #inner,
.tag-query-results #inner,
.articleList #inner,
.viewArticle #inner,
.faq #inner,
.glossary #inner,
.documentList #inner,
.viewDocument #inner,
.passwordReset #inner,
.updatePassword #inner,
.sitePage #inner {
  display: grid;
  grid-gap: 0 20px;
  grid-template-columns: 275px auto 220px;
  grid-template-areas: "sb-left main-content sb-right";
}
.siteMap #inner.sidebar-a-empty,
.error #inner.sidebar-a-empty,
.searchResults #inner.sidebar-a-empty,
.default #inner.sidebar-a-empty,
.exchangeRates #inner.sidebar-a-empty,
.view-related-content #inner.sidebar-a-empty,
.tag-query-results #inner.sidebar-a-empty,
.articleList #inner.sidebar-a-empty,
.viewArticle #inner.sidebar-a-empty,
.faq #inner.sidebar-a-empty,
.glossary #inner.sidebar-a-empty,
.documentList #inner.sidebar-a-empty,
.viewDocument #inner.sidebar-a-empty,
.passwordReset #inner.sidebar-a-empty,
.updatePassword #inner.sidebar-a-empty,
.sitePage #inner.sidebar-a-empty {
  grid-template-columns: 1fr 220px;
  grid-template-areas: "main-content sb-right";
}
.siteMap #inner.sidebar-a-empty .sidebar-a,
.error #inner.sidebar-a-empty .sidebar-a,
.searchResults #inner.sidebar-a-empty .sidebar-a,
.default #inner.sidebar-a-empty .sidebar-a,
.exchangeRates #inner.sidebar-a-empty .sidebar-a,
.view-related-content #inner.sidebar-a-empty .sidebar-a,
.tag-query-results #inner.sidebar-a-empty .sidebar-a,
.articleList #inner.sidebar-a-empty .sidebar-a,
.viewArticle #inner.sidebar-a-empty .sidebar-a,
.faq #inner.sidebar-a-empty .sidebar-a,
.glossary #inner.sidebar-a-empty .sidebar-a,
.documentList #inner.sidebar-a-empty .sidebar-a,
.viewDocument #inner.sidebar-a-empty .sidebar-a,
.passwordReset #inner.sidebar-a-empty .sidebar-a,
.updatePassword #inner.sidebar-a-empty .sidebar-a,
.sitePage #inner.sidebar-a-empty .sidebar-a {
  display: none;
}
.siteMap #inner.sidebar-a-empty .page-content,
.error #inner.sidebar-a-empty .page-content,
.searchResults #inner.sidebar-a-empty .page-content,
.default #inner.sidebar-a-empty .page-content,
.exchangeRates #inner.sidebar-a-empty .page-content,
.view-related-content #inner.sidebar-a-empty .page-content,
.tag-query-results #inner.sidebar-a-empty .page-content,
.articleList #inner.sidebar-a-empty .page-content,
.viewArticle #inner.sidebar-a-empty .page-content,
.faq #inner.sidebar-a-empty .page-content,
.glossary #inner.sidebar-a-empty .page-content,
.documentList #inner.sidebar-a-empty .page-content,
.viewDocument #inner.sidebar-a-empty .page-content,
.passwordReset #inner.sidebar-a-empty .page-content,
.updatePassword #inner.sidebar-a-empty .page-content,
.sitePage #inner.sidebar-a-empty .page-content {
  grid-area: main-content;
  grid-row: 1;
  grid-column: 1/2;
  padding-left: 0;
}
.siteMap #inner.sidebar-a-empty .sidebar-b,
.error #inner.sidebar-a-empty .sidebar-b,
.searchResults #inner.sidebar-a-empty .sidebar-b,
.default #inner.sidebar-a-empty .sidebar-b,
.exchangeRates #inner.sidebar-a-empty .sidebar-b,
.view-related-content #inner.sidebar-a-empty .sidebar-b,
.tag-query-results #inner.sidebar-a-empty .sidebar-b,
.articleList #inner.sidebar-a-empty .sidebar-b,
.viewArticle #inner.sidebar-a-empty .sidebar-b,
.faq #inner.sidebar-a-empty .sidebar-b,
.glossary #inner.sidebar-a-empty .sidebar-b,
.documentList #inner.sidebar-a-empty .sidebar-b,
.viewDocument #inner.sidebar-a-empty .sidebar-b,
.passwordReset #inner.sidebar-a-empty .sidebar-b,
.updatePassword #inner.sidebar-a-empty .sidebar-b,
.sitePage #inner.sidebar-a-empty .sidebar-b {
  grid-area: sb-right;
  grid-row: 1;
  grid-column: 2/3;
}
.siteMap #inner .page-content,
.siteMap #inner .sidebar-a,
.siteMap #inner .sidebar-b,
.error #inner .page-content,
.error #inner .sidebar-a,
.error #inner .sidebar-b,
.searchResults #inner .page-content,
.searchResults #inner .sidebar-a,
.searchResults #inner .sidebar-b,
.default #inner .page-content,
.default #inner .sidebar-a,
.default #inner .sidebar-b,
.exchangeRates #inner .page-content,
.exchangeRates #inner .sidebar-a,
.exchangeRates #inner .sidebar-b,
.view-related-content #inner .page-content,
.view-related-content #inner .sidebar-a,
.view-related-content #inner .sidebar-b,
.tag-query-results #inner .page-content,
.tag-query-results #inner .sidebar-a,
.tag-query-results #inner .sidebar-b,
.articleList #inner .page-content,
.articleList #inner .sidebar-a,
.articleList #inner .sidebar-b,
.viewArticle #inner .page-content,
.viewArticle #inner .sidebar-a,
.viewArticle #inner .sidebar-b,
.faq #inner .page-content,
.faq #inner .sidebar-a,
.faq #inner .sidebar-b,
.glossary #inner .page-content,
.glossary #inner .sidebar-a,
.glossary #inner .sidebar-b,
.documentList #inner .page-content,
.documentList #inner .sidebar-a,
.documentList #inner .sidebar-b,
.viewDocument #inner .page-content,
.viewDocument #inner .sidebar-a,
.viewDocument #inner .sidebar-b,
.passwordReset #inner .page-content,
.passwordReset #inner .sidebar-a,
.passwordReset #inner .sidebar-b,
.updatePassword #inner .page-content,
.updatePassword #inner .sidebar-a,
.updatePassword #inner .sidebar-b,
.sitePage #inner .page-content,
.sitePage #inner .sidebar-a,
.sitePage #inner .sidebar-b {
  box-sizing: border-box;
  padding: 20px;
}
.siteMap #inner .sidebar-a,
.siteMap #inner .sidebar-b,
.error #inner .sidebar-a,
.error #inner .sidebar-b,
.searchResults #inner .sidebar-a,
.searchResults #inner .sidebar-b,
.default #inner .sidebar-a,
.default #inner .sidebar-b,
.exchangeRates #inner .sidebar-a,
.exchangeRates #inner .sidebar-b,
.view-related-content #inner .sidebar-a,
.view-related-content #inner .sidebar-b,
.tag-query-results #inner .sidebar-a,
.tag-query-results #inner .sidebar-b,
.articleList #inner .sidebar-a,
.articleList #inner .sidebar-b,
.viewArticle #inner .sidebar-a,
.viewArticle #inner .sidebar-b,
.faq #inner .sidebar-a,
.faq #inner .sidebar-b,
.glossary #inner .sidebar-a,
.glossary #inner .sidebar-b,
.documentList #inner .sidebar-a,
.documentList #inner .sidebar-b,
.viewDocument #inner .sidebar-a,
.viewDocument #inner .sidebar-b,
.passwordReset #inner .sidebar-a,
.passwordReset #inner .sidebar-b,
.updatePassword #inner .sidebar-a,
.updatePassword #inner .sidebar-b,
.sitePage #inner .sidebar-a,
.sitePage #inner .sidebar-b {
  padding-bottom: 0;
}
.siteMap #inner .page-content,
.error #inner .page-content,
.searchResults #inner .page-content,
.default #inner .page-content,
.exchangeRates #inner .page-content,
.view-related-content #inner .page-content,
.tag-query-results #inner .page-content,
.articleList #inner .page-content,
.viewArticle #inner .page-content,
.faq #inner .page-content,
.glossary #inner .page-content,
.documentList #inner .page-content,
.viewDocument #inner .page-content,
.passwordReset #inner .page-content,
.updatePassword #inner .page-content,
.sitePage #inner .page-content {
  grid-area: main-content;
  grid-row: 1;
  grid-column: 2/3;
}
.siteMap #inner .sidebar-a,
.error #inner .sidebar-a,
.searchResults #inner .sidebar-a,
.default #inner .sidebar-a,
.exchangeRates #inner .sidebar-a,
.view-related-content #inner .sidebar-a,
.tag-query-results #inner .sidebar-a,
.articleList #inner .sidebar-a,
.viewArticle #inner .sidebar-a,
.faq #inner .sidebar-a,
.glossary #inner .sidebar-a,
.documentList #inner .sidebar-a,
.viewDocument #inner .sidebar-a,
.passwordReset #inner .sidebar-a,
.updatePassword #inner .sidebar-a,
.sitePage #inner .sidebar-a {
  grid-area: sb-left;
  grid-row: 1;
  grid-column: 1/2;
  padding-top: 40px;
}
.siteMap #inner .sidebar-b,
.error #inner .sidebar-b,
.searchResults #inner .sidebar-b,
.default #inner .sidebar-b,
.exchangeRates #inner .sidebar-b,
.view-related-content #inner .sidebar-b,
.tag-query-results #inner .sidebar-b,
.articleList #inner .sidebar-b,
.viewArticle #inner .sidebar-b,
.faq #inner .sidebar-b,
.glossary #inner .sidebar-b,
.documentList #inner .sidebar-b,
.viewDocument #inner .sidebar-b,
.passwordReset #inner .sidebar-b,
.updatePassword #inner .sidebar-b,
.sitePage #inner .sidebar-b {
  grid-area: sb-right;
  grid-row: 1;
  grid-column: 3/4;
  padding-top: 20px;
}
.siteMap #inner .sidebar-b .related-content,
.error #inner .sidebar-b .related-content,
.searchResults #inner .sidebar-b .related-content,
.default #inner .sidebar-b .related-content,
.exchangeRates #inner .sidebar-b .related-content,
.view-related-content #inner .sidebar-b .related-content,
.tag-query-results #inner .sidebar-b .related-content,
.articleList #inner .sidebar-b .related-content,
.viewArticle #inner .sidebar-b .related-content,
.faq #inner .sidebar-b .related-content,
.glossary #inner .sidebar-b .related-content,
.documentList #inner .sidebar-b .related-content,
.viewDocument #inner .sidebar-b .related-content,
.passwordReset #inner .sidebar-b .related-content,
.updatePassword #inner .sidebar-b .related-content,
.sitePage #inner .sidebar-b .related-content {
  list-style: none;
  padding: 0 0 0 5px;
}
.siteMap #inner .sidebar-b .related-content li,
.error #inner .sidebar-b .related-content li,
.searchResults #inner .sidebar-b .related-content li,
.default #inner .sidebar-b .related-content li,
.exchangeRates #inner .sidebar-b .related-content li,
.view-related-content #inner .sidebar-b .related-content li,
.tag-query-results #inner .sidebar-b .related-content li,
.articleList #inner .sidebar-b .related-content li,
.viewArticle #inner .sidebar-b .related-content li,
.faq #inner .sidebar-b .related-content li,
.glossary #inner .sidebar-b .related-content li,
.documentList #inner .sidebar-b .related-content li,
.viewDocument #inner .sidebar-b .related-content li,
.passwordReset #inner .sidebar-b .related-content li,
.updatePassword #inner .sidebar-b .related-content li,
.sitePage #inner .sidebar-b .related-content li {
  position: relative;
  line-height: 2rem;
}
.siteMap #inner .sidebar-b .related-content li a,
.error #inner .sidebar-b .related-content li a,
.searchResults #inner .sidebar-b .related-content li a,
.default #inner .sidebar-b .related-content li a,
.exchangeRates #inner .sidebar-b .related-content li a,
.view-related-content #inner .sidebar-b .related-content li a,
.tag-query-results #inner .sidebar-b .related-content li a,
.articleList #inner .sidebar-b .related-content li a,
.viewArticle #inner .sidebar-b .related-content li a,
.faq #inner .sidebar-b .related-content li a,
.glossary #inner .sidebar-b .related-content li a,
.documentList #inner .sidebar-b .related-content li a,
.viewDocument #inner .sidebar-b .related-content li a,
.passwordReset #inner .sidebar-b .related-content li a,
.updatePassword #inner .sidebar-b .related-content li a,
.sitePage #inner .sidebar-b .related-content li a {
  text-decoration: none;
  color: var(--body-low-contrast);
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
}
.siteMap #inner .sidebar-b .related-content li::before,
.error #inner .sidebar-b .related-content li::before,
.searchResults #inner .sidebar-b .related-content li::before,
.default #inner .sidebar-b .related-content li::before,
.exchangeRates #inner .sidebar-b .related-content li::before,
.view-related-content #inner .sidebar-b .related-content li::before,
.tag-query-results #inner .sidebar-b .related-content li::before,
.articleList #inner .sidebar-b .related-content li::before,
.viewArticle #inner .sidebar-b .related-content li::before,
.faq #inner .sidebar-b .related-content li::before,
.glossary #inner .sidebar-b .related-content li::before,
.documentList #inner .sidebar-b .related-content li::before,
.viewDocument #inner .sidebar-b .related-content li::before,
.passwordReset #inner .sidebar-b .related-content li::before,
.updatePassword #inner .sidebar-b .related-content li::before,
.sitePage #inner .sidebar-b .related-content li::before {
  content: "\f138";
  font-family: var(--icon-font);
  font-size: 0.875rem;
  text-align: center;
  color: var(--nav-end);
  margin: 0 1rem 0 0;
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
}

.glossary #glossaryIndex {
  background-color: var(--tertiary-bg);
  padding: 5px 10px;
  border-radius: 3px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.glossary #glossaryIndex > span {
  padding: 1px 4px;
  display: inline-block;
  border-radius: 2px;
}
.glossary #glossaryIndex > a {
  padding: 1px 4px;
  display: inline-block;
  cursor: pointer;
}
.glossary #glossaryIndex .link {
  text-decoration: underline;
  color: var(--link-secondary);
  cursor: pointer;
}
.glossary #glossaryIndex .link:hover {
  background-color: var(--highlight-primary);
  background-color: var(--blanco);
}
.glossary #glossaryListForm dl dt {
  font-weight: 600;
  color: var(--heading-primary);
}
.glossary #glossaryListForm dl dd {
  margin: 0;
  padding: 0 0 20px 0;
}

.sidebar {
  background-color: var(--highlight-contrast-inverse);
}

.notFound {
  display: grid;
  align-items: center;
  min-height: calc(100vh - 18px);
  background: url(/404-images/404.jpg) no-repeat center/cover transparent;
  transition: none;
  width: 100vw;
  align-content: center;
  text-align: center;
}
.notFound > span {
  display: none;
}
.notFound #main {
  max-width: 1024px;
  padding: 40px;
  margin: auto;
  align-self: center;
  background-color: var(--main-bg);
  box-shadow: var(--shadows);
  transition: inherit;
  text-align: left;
}
.notFound #siteSearchForm {
  max-width: 300px;
}

@media all and (max-width: 1240px) {
  #contentPane .hscroll {
    overflow-x: auto;
  }
  #header > .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  #footer #footerText .wrapper {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  #footer #footerText .wrapper #footerLinks,
  #footer #footerText .wrapper #copyright,
  #footer #footerText .wrapper #poweredby {
    flex-basis: 100%;
    padding: 10px 20px 0 20px;
  }
  #footer #footerText .wrapper #footerLinks {
    order: 0;
    padding-bottom: 30px;
  }
  #footer #footerText .wrapper #copyright {
    order: 1;
  }
  #footer #footerText .wrapper #poweredby {
    order: 2;
  }
  #footer #footerText .wrapper #footerMenu .level1 {
    justify-content: center;
  }
}
@media all and (max-width: 1024px) {
  #header > .wrapper {
    padding: 16px 20px;
  }
  #header > .wrapper .header-section.two {
    display: none;
  }
  #site-info #site-title {
    position: relative;
  }
  .siteMap #inner,
  .error #inner,
  .searchResults #inner,
  .default #inner,
  .view-related-content #inner,
  .exchangeRates #inner,
  .tag-query-results #inner,
  .articleList #inner,
  .viewArticle #inner,
  .faq #inner,
  .glossary #inner,
  .documentList #inner,
  .viewDocument #inner,
  .sitePage #inner {
    grid-template-columns: 275px auto;
    grid-template-rows: auto 1fr;
    grid-template-areas: "sb-left main-content" "sb-right main-content";
  }
  .siteMap #inner.sidebar-a-empty,
  .error #inner.sidebar-a-empty,
  .searchResults #inner.sidebar-a-empty,
  .default #inner.sidebar-a-empty,
  .view-related-content #inner.sidebar-a-empty,
  .exchangeRates #inner.sidebar-a-empty,
  .tag-query-results #inner.sidebar-a-empty,
  .articleList #inner.sidebar-a-empty,
  .viewArticle #inner.sidebar-a-empty,
  .faq #inner.sidebar-a-empty,
  .glossary #inner.sidebar-a-empty,
  .documentList #inner.sidebar-a-empty,
  .viewDocument #inner.sidebar-a-empty,
  .sitePage #inner.sidebar-a-empty {
    grid-template-columns: 275px auto;
    grid-template-areas: "sb-right main-content" "sb-right main-content";
  }
  .siteMap #inner.sidebar-a-empty .sidebar-a,
  .error #inner.sidebar-a-empty .sidebar-a,
  .searchResults #inner.sidebar-a-empty .sidebar-a,
  .default #inner.sidebar-a-empty .sidebar-a,
  .view-related-content #inner.sidebar-a-empty .sidebar-a,
  .exchangeRates #inner.sidebar-a-empty .sidebar-a,
  .tag-query-results #inner.sidebar-a-empty .sidebar-a,
  .articleList #inner.sidebar-a-empty .sidebar-a,
  .viewArticle #inner.sidebar-a-empty .sidebar-a,
  .faq #inner.sidebar-a-empty .sidebar-a,
  .glossary #inner.sidebar-a-empty .sidebar-a,
  .documentList #inner.sidebar-a-empty .sidebar-a,
  .viewDocument #inner.sidebar-a-empty .sidebar-a,
  .sitePage #inner.sidebar-a-empty .sidebar-a {
    display: none;
  }
  .siteMap #inner.sidebar-a-empty .page-content,
  .error #inner.sidebar-a-empty .page-content,
  .searchResults #inner.sidebar-a-empty .page-content,
  .default #inner.sidebar-a-empty .page-content,
  .view-related-content #inner.sidebar-a-empty .page-content,
  .exchangeRates #inner.sidebar-a-empty .page-content,
  .tag-query-results #inner.sidebar-a-empty .page-content,
  .articleList #inner.sidebar-a-empty .page-content,
  .viewArticle #inner.sidebar-a-empty .page-content,
  .faq #inner.sidebar-a-empty .page-content,
  .glossary #inner.sidebar-a-empty .page-content,
  .documentList #inner.sidebar-a-empty .page-content,
  .viewDocument #inner.sidebar-a-empty .page-content,
  .sitePage #inner.sidebar-a-empty .page-content {
    grid-area: main-content;
    grid-row: 1;
    grid-column: 2/3;
  }
  .siteMap #inner.sidebar-a-empty .sidebar-b,
  .error #inner.sidebar-a-empty .sidebar-b,
  .searchResults #inner.sidebar-a-empty .sidebar-b,
  .default #inner.sidebar-a-empty .sidebar-b,
  .view-related-content #inner.sidebar-a-empty .sidebar-b,
  .exchangeRates #inner.sidebar-a-empty .sidebar-b,
  .tag-query-results #inner.sidebar-a-empty .sidebar-b,
  .articleList #inner.sidebar-a-empty .sidebar-b,
  .viewArticle #inner.sidebar-a-empty .sidebar-b,
  .faq #inner.sidebar-a-empty .sidebar-b,
  .glossary #inner.sidebar-a-empty .sidebar-b,
  .documentList #inner.sidebar-a-empty .sidebar-b,
  .viewDocument #inner.sidebar-a-empty .sidebar-b,
  .sitePage #inner.sidebar-a-empty .sidebar-b {
    grid-area: sb-right;
    grid-row: 1;
    grid-column: 1/2;
  }
  .siteMap #inner .page-content,
  .error #inner .page-content,
  .searchResults #inner .page-content,
  .default #inner .page-content,
  .view-related-content #inner .page-content,
  .exchangeRates #inner .page-content,
  .tag-query-results #inner .page-content,
  .articleList #inner .page-content,
  .viewArticle #inner .page-content,
  .faq #inner .page-content,
  .glossary #inner .page-content,
  .documentList #inner .page-content,
  .viewDocument #inner .page-content,
  .sitePage #inner .page-content {
    grid-row: 1/3;
    grid-column: 2/3;
  }
  .siteMap #inner .sidebar-a,
  .error #inner .sidebar-a,
  .searchResults #inner .sidebar-a,
  .default #inner .sidebar-a,
  .view-related-content #inner .sidebar-a,
  .exchangeRates #inner .sidebar-a,
  .tag-query-results #inner .sidebar-a,
  .articleList #inner .sidebar-a,
  .viewArticle #inner .sidebar-a,
  .faq #inner .sidebar-a,
  .glossary #inner .sidebar-a,
  .documentList #inner .sidebar-a,
  .viewDocument #inner .sidebar-a,
  .sitePage #inner .sidebar-a {
    grid-row: 1;
    grid-column: 1/2;
  }
  .siteMap #inner .sidebar-b,
  .error #inner .sidebar-b,
  .searchResults #inner .sidebar-b,
  .default #inner .sidebar-b,
  .view-related-content #inner .sidebar-b,
  .exchangeRates #inner .sidebar-b,
  .tag-query-results #inner .sidebar-b,
  .articleList #inner .sidebar-b,
  .viewArticle #inner .sidebar-b,
  .faq #inner .sidebar-b,
  .glossary #inner .sidebar-b,
  .documentList #inner .sidebar-b,
  .viewDocument #inner .sidebar-b,
  .sitePage #inner .sidebar-b {
    grid-row: 2;
    grid-column: 1/2;
  }
  .page-controls {
    top: 0;
  }
  #footer #footerUpper .wrapper {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "news1 news2" "blurb blurb";
  }
  #footer #footerUpper .wrapper .footer__blurb {
    grid-area: blurb;
  }
  #footer #footerUpper .wrapper .footer__blurb p {
    max-width: none;
  }
}
@media (max-width: 950px) {
  #footer #footerText .wrapper #footerMenu .menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media all and (max-width: 840px) {
  .siteMap #inner,
  .error #inner,
  .searchResults #inner,
  .default #inner,
  .view-related-content #inner,
  .exchangeRates #inner,
  .tag-query-results #inner,
  .articleList #inner,
  .viewArticle #inner,
  .faq #inner,
  .glossary #inner,
  .documentList #inner,
  .viewDocument #inner,
  .sitePage #inner {
    grid-template-columns: 220px auto;
  }
  .siteMap #inner.sidebar-a-empty,
  .error #inner.sidebar-a-empty,
  .searchResults #inner.sidebar-a-empty,
  .default #inner.sidebar-a-empty,
  .view-related-content #inner.sidebar-a-empty,
  .exchangeRates #inner.sidebar-a-empty,
  .tag-query-results #inner.sidebar-a-empty,
  .articleList #inner.sidebar-a-empty,
  .viewArticle #inner.sidebar-a-empty,
  .faq #inner.sidebar-a-empty,
  .glossary #inner.sidebar-a-empty,
  .documentList #inner.sidebar-a-empty,
  .viewDocument #inner.sidebar-a-empty,
  .sitePage #inner.sidebar-a-empty {
    grid-template-columns: 275px auto;
  }
}
@media all and (max-width: 768px) {
  .siteMap #inner,
  .error #inner,
  .searchResults #inner,
  .default #inner,
  .view-related-content #inner,
  .exchangeRates #inner,
  .tag-query-results #inner,
  .articleList #inner,
  .viewArticle #inner,
  .faq #inner,
  .glossary #inner,
  .documentList #inner,
  .viewDocument #inner,
  .sitePage #inner {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-template-areas: "main-content" "sb-left" "sb-right";
  }
  .siteMap #inner.sidebar-a-empty,
  .error #inner.sidebar-a-empty,
  .searchResults #inner.sidebar-a-empty,
  .default #inner.sidebar-a-empty,
  .view-related-content #inner.sidebar-a-empty,
  .exchangeRates #inner.sidebar-a-empty,
  .tag-query-results #inner.sidebar-a-empty,
  .articleList #inner.sidebar-a-empty,
  .viewArticle #inner.sidebar-a-empty,
  .faq #inner.sidebar-a-empty,
  .glossary #inner.sidebar-a-empty,
  .documentList #inner.sidebar-a-empty,
  .viewDocument #inner.sidebar-a-empty,
  .sitePage #inner.sidebar-a-empty {
    grid-template-columns: 1fr;
    grid-template-areas: "main-content" "sb-right";
  }
  .siteMap #inner.sidebar-a-empty .sidebar-a,
  .error #inner.sidebar-a-empty .sidebar-a,
  .searchResults #inner.sidebar-a-empty .sidebar-a,
  .default #inner.sidebar-a-empty .sidebar-a,
  .view-related-content #inner.sidebar-a-empty .sidebar-a,
  .exchangeRates #inner.sidebar-a-empty .sidebar-a,
  .tag-query-results #inner.sidebar-a-empty .sidebar-a,
  .articleList #inner.sidebar-a-empty .sidebar-a,
  .viewArticle #inner.sidebar-a-empty .sidebar-a,
  .faq #inner.sidebar-a-empty .sidebar-a,
  .glossary #inner.sidebar-a-empty .sidebar-a,
  .documentList #inner.sidebar-a-empty .sidebar-a,
  .viewDocument #inner.sidebar-a-empty .sidebar-a,
  .sitePage #inner.sidebar-a-empty .sidebar-a {
    display: none;
  }
  .siteMap #inner.sidebar-a-empty .page-content,
  .error #inner.sidebar-a-empty .page-content,
  .searchResults #inner.sidebar-a-empty .page-content,
  .default #inner.sidebar-a-empty .page-content,
  .view-related-content #inner.sidebar-a-empty .page-content,
  .exchangeRates #inner.sidebar-a-empty .page-content,
  .tag-query-results #inner.sidebar-a-empty .page-content,
  .articleList #inner.sidebar-a-empty .page-content,
  .viewArticle #inner.sidebar-a-empty .page-content,
  .faq #inner.sidebar-a-empty .page-content,
  .glossary #inner.sidebar-a-empty .page-content,
  .documentList #inner.sidebar-a-empty .page-content,
  .viewDocument #inner.sidebar-a-empty .page-content,
  .sitePage #inner.sidebar-a-empty .page-content {
    grid-area: main-content;
    grid-row: 1;
    grid-column: 1;
    padding: 20px 0;
  }
  .siteMap #inner.sidebar-a-empty .sidebar-b,
  .error #inner.sidebar-a-empty .sidebar-b,
  .searchResults #inner.sidebar-a-empty .sidebar-b,
  .default #inner.sidebar-a-empty .sidebar-b,
  .view-related-content #inner.sidebar-a-empty .sidebar-b,
  .exchangeRates #inner.sidebar-a-empty .sidebar-b,
  .tag-query-results #inner.sidebar-a-empty .sidebar-b,
  .articleList #inner.sidebar-a-empty .sidebar-b,
  .viewArticle #inner.sidebar-a-empty .sidebar-b,
  .faq #inner.sidebar-a-empty .sidebar-b,
  .glossary #inner.sidebar-a-empty .sidebar-b,
  .documentList #inner.sidebar-a-empty .sidebar-b,
  .viewDocument #inner.sidebar-a-empty .sidebar-b,
  .sitePage #inner.sidebar-a-empty .sidebar-b {
    grid-area: sb-right;
    grid-row: 2;
    grid-column: 1;
  }
  .siteMap #inner .page-content,
  .error #inner .page-content,
  .searchResults #inner .page-content,
  .default #inner .page-content,
  .view-related-content #inner .page-content,
  .exchangeRates #inner .page-content,
  .tag-query-results #inner .page-content,
  .articleList #inner .page-content,
  .viewArticle #inner .page-content,
  .faq #inner .page-content,
  .glossary #inner .page-content,
  .documentList #inner .page-content,
  .viewDocument #inner .page-content,
  .sitePage #inner .page-content {
    grid-row: 1;
    grid-column: 1;
  }
  .siteMap #inner .sidebar-a,
  .error #inner .sidebar-a,
  .searchResults #inner .sidebar-a,
  .default #inner .sidebar-a,
  .view-related-content #inner .sidebar-a,
  .exchangeRates #inner .sidebar-a,
  .tag-query-results #inner .sidebar-a,
  .articleList #inner .sidebar-a,
  .viewArticle #inner .sidebar-a,
  .faq #inner .sidebar-a,
  .glossary #inner .sidebar-a,
  .documentList #inner .sidebar-a,
  .viewDocument #inner .sidebar-a,
  .sitePage #inner .sidebar-a {
    grid-row: 2;
    grid-column: 1;
    padding: 40px 20px 20px 20px;
  }
  .siteMap #inner .sidebar-b,
  .error #inner .sidebar-b,
  .searchResults #inner .sidebar-b,
  .default #inner .sidebar-b,
  .view-related-content #inner .sidebar-b,
  .exchangeRates #inner .sidebar-b,
  .tag-query-results #inner .sidebar-b,
  .articleList #inner .sidebar-b,
  .viewArticle #inner .sidebar-b,
  .faq #inner .sidebar-b,
  .glossary #inner .sidebar-b,
  .documentList #inner .sidebar-b,
  .viewDocument #inner .sidebar-b,
  .sitePage #inner .sidebar-b {
    grid-row: 3;
    grid-column: 1;
    padding: 20px 20px 40px 20px;
  }
  .siteMap #footerMenu .level1 li::after,
  .error #footerMenu .level1 li::after,
  .searchResults #footerMenu .level1 li::after,
  .default #footerMenu .level1 li::after,
  .view-related-content #footerMenu .level1 li::after,
  .exchangeRates #footerMenu .level1 li::after,
  .tag-query-results #footerMenu .level1 li::after,
  .articleList #footerMenu .level1 li::after,
  .viewArticle #footerMenu .level1 li::after,
  .faq #footerMenu .level1 li::after,
  .glossary #footerMenu .level1 li::after,
  .documentList #footerMenu .level1 li::after,
  .viewDocument #footerMenu .level1 li::after,
  .sitePage #footerMenu .level1 li::after {
    margin: 0 7px;
  }
  #footer #footerText .wrapper #footerMenu .level1 li {
    text-align: left;
    display: block;
  }
  #footer #footerText .wrapper #footerMenu .level1 li::after {
    content: normal;
  }
}
@media all and (max-width: 640px) {
  body {
    border-top: 3px solid var(--highlight-secondary);
  }
  .sitePage #inner .page-content {
    overflow: hidden;
  }
  table {
    width: unset;
    max-width: 100vw;
    overflow-y: scroll;
    display: block;
  }
  #footer #footerUpper .wrapper {
    grid-template-columns: 1fr;
    grid-template-areas: "news1" "news2" "blurb";
    grid-gap: 40px;
  }
  #footer #footerUpper .wrapper .footer__blurb {
    grid-area: blurb;
  }
  #footer #footerUpper .wrapper .footer__blurb p {
    max-width: none;
  }
  #footer #footerText #copyright > span {
    width: 100%;
  }
  .notFound {
    display: block;
    align-items: center;
    min-height: auto;
    background: none transparent;
    transition: none;
    width: auto;
    align-content: center;
    text-align: center;
    min-width: 360px;
    box-sizing: border-box;
  }
  .notFound > span {
    display: none;
  }
  .notFound #main {
    max-width: none;
    padding: 40px;
    margin: auto;
    align-self: center;
    background-color: var(--main-bg);
    box-shadow: var(--shadows);
    transition: inherit;
    text-align: left;
    min-height: calc(100vh - 3px);
  }
  #footer #footerText .wrapper {
    grid-template-columns: 1fr;
  }
}
/* --------------------------------------------------------
=Navigation
------------------------------------------------------------*/
#header .menu-toggle {
  display: none;
}

#nav {
  background: var(--terra-cora);
  color: #fff;
}
#nav .navigation li,
#nav .navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#nav .navigation > ul {
  display: flex;
  justify-content: space-between;
}
#nav .navigation > ul.level1 > li > a {
  padding: 1.65em 0em;
  font-weight: 300;
}
#nav .navigation > ul.level1 > li > .m-wrap {
  display: none;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 3;
}
#nav .navigation > ul > li > .m-wrap {
  position: absolute;
  z-index: 1;
}
#nav .navigation > ul > li.submenu-active > .m-wrap {
  display: block;
}
#nav .navigation a {
  display: block;
  opacity: 0.875;
  color: var(--blanco);
  line-height: 1;
  text-decoration: none;
  border: none;
  padding: 0.65rem 0;
  position: relative;
  font-weight: 300;
}
#nav .navigation > ul > li.submenu-active > a::before,
#nav .navigation > ul > li > a:hover::before {
  opacity: 1;
}
#nav .navigation > ul > li.current > a,
#nav .navigation > ul > li:hover > a {
  opacity: 1;
}
#nav .navigation > ul > li.submenu-active > a::after,
#nav .navigation > ul > li > a.submenu:hover::after {
  opacity: 1;
  color: var(--highlight-primary);
}
#nav .navigation > ul > li ul.level2 {
  background-color: var(--terra-cora);
  border-radius: 0 0 2px 2px;
  color: var(--link-secondary);
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: min-content;
  grid-auto-columns: minmax(auto, 360px);
  grid-gap: 20px 80px;
  padding: 30px;
}
#nav .navigation > ul > li ul.level2 a[href="javascript:void(0);"] {
  cursor: text;
}
#nav .navigation > ul > li ul.level2 > li > a {
  font-weight: 600;
}
#nav .navigation > ul > li ul.level3 > li {
  border-bottom: 1px solid #ebedf2;
  color: var(--nav-light);
}
#nav .navigation > ul > li ul.level3 > li > a {
  display: grid;
  grid-template-columns: 1fr 16px;
  grid-gap: 0 10px;
}
#nav .navigation > ul > li ul.level3 > li > a:hover {
  color: var(--preto);
}
#nav .navigation > ul > li ul.level3 > li > a:hover::after {
  color: var(--highlight-primary);
  opacity: unset;
}

/* subnav */
#sub-nav {
  font-size: 87.5%;
  color: #446293;
  padding: 5px 0;
}
#sub-nav li,
#sub-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#sub-nav ul {
  display: flex;
  justify-content: space-between;
}
#sub-nav ul li a {
  text-decoration: none;
  color: var(--terra-cora);
  font-size: 0.8125rem;
}
#sub-nav ul li a:hover {
  color: var(--preto);
}

#nav #sub-nav {
  font-size: 100%;
  color: inherit;
  padding: 0;
}

#nav #siteSearchForm {
  margin: 20px auto;
  max-width: 20rem;
}

/* sidebar nav */
.sidebar .navigation .menu,
.sidebar .navigation .menu li,
.sidebar .navigation .menu li ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar .navigation .menu a {
  text-decoration: none;
}
.sidebar .navigation .level1 > li > a {
  display: none;
}
.sidebar .navigation .menu li ul.level2 > li {
  margin: 0 0 3rem 0;
  padding: 0 0 3rem 0;
  border-bottom: 1px solid var(--borders);
}
.sidebar .navigation .menu li ul.level2 > li:last-child {
  border-bottom: none;
  margin: 0;
  padding-bottom: 20px;
}
.sidebar .navigation .menu li ul.level2 > li > a {
  font-weight: 700;
}
.sidebar .navigation .menu li ul.level2 > li.current > a + .m-wrap,
.sidebar .navigation .menu li ul.level2 > li > a + .m-wrap {
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.sidebar .navigation .menu li ul.level2 > li.current > a + .m-wrap.no-sub,
.sidebar .navigation .menu li ul.level2 > li > a + .m-wrap.no-sub {
  display: none;
}
.sidebar .navigation .menu li ul.level2 > li.submenu-active > a + .m-wrap {
  height: auto;
  max-height: 9999px;
  overflow: visible;
  opacity: 1;
}
.sidebar .navigation .menu li ul.level2 > li > a:before {
  content: "\f067";
  font-family: var(--icon-font);
  margin-right: 5px;
  font-weight: 100;
  opacity: 0.65;
  font-size: 0.75rem;
}
.sidebar .navigation .menu li ul.level2 > li.submenu-active > a::before {
  content: "\f068";
}
.sidebar .navigation .menu li ul.level3,
.sidebar .navigation .menu li ul.level3 li {
  list-style: square outside;
}
.sidebar .navigation .menu li ul.level3 {
  padding: 0 0 0 2.5rem;
  color: var(--body-low-contrast);
}
.sidebar .navigation .menu li ul.level3 li {
  padding: 0;
  margin: 1rem 0 1rem 0;
  position: relative;
}
.sidebar .navigation .menu li ul.level3 li a {
  color: inherit;
  transition: color ease 500ms;
  font-size: 0.85rem;
  display: grid;
  grid-template-columns: 1fr 16px;
  grid-gap: 0 10px;
}
.sidebar .navigation .menu li ul.level3 li.current > a,
.sidebar .navigation .menu li ul.level3 li:hover > a {
  color: var(--highlight-primary);
  font-weight: normal;
}
.sidebar .navigation .menu li ul.level3 li.current > a::after,
.sidebar .navigation .menu li ul.level3 li:hover > a::after {
  color: var(--highlight-primary);
  font-weight: 700;
}

@media all and (min-width: 1025px) {
  .mobile nav #sub-nav,
  .mobile nav #siteSearchForm {
    display: none;
  }
}
@media all and (max-width: 1024px) {
  #header .menu-toggle {
    display: block;
    text-transform: uppercase;
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--highlight-primary);
    overflow: hidden;
    padding: 0px 8px;
    text-align: center;
    border-radius: 3px;
    position: relative;
    right: -6px;
  }
  #header .menu-toggle::before {
    content: "\f0c9";
    font-family: var(--icon-font);
  }
  #header .menu-toggle:hover, #header .menu-toggle:focus {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15) inset;
    background-color: var(--highlight-primary);
    color: var(--highlight-contrast);
  }
  #nav {
    display: block;
    overflow: hidden;
    height: 0;
    opacity: 0;
    transition: all ease 300ms;
  }
  #nav .wrapper {
    padding: 0;
  }
  #nav .navigation > ul {
    display: block;
  }
  #nav .navigation .menu > li {
    border-bottom: 1px solid var(--highlight-secondary);
    border-color: var(--santo);
  }
  #nav .navigation .menu > li.submenu-active > a.submenu::after {
    transform: rotate(-90deg);
  }
  #nav .navigation .menu > li > a + .m-wrap {
    display: none;
  }
  #nav .navigation .menu > li.submenu-active > a + .m-wrap {
    display: block;
  }
  #nav .navigation > ul.level1 > li > a {
    padding: 1.2em 20px;
    display: grid;
    grid-template-columns: 1fr 20px;
  }
  #nav .navigation > ul > li > a::before {
    content: normal;
  }
  #nav .navigation > ul > li > a.submenu::after {
    opacity: 1;
    color: var(--nav-color-light);
  }
  #nav .navigation > ul > li > .m-wrap {
    position: relative;
  }
  #nav .navigation > ul > li ul.level2 {
    border-top: 1px solid var(--nav-color-light);
    border-left: none;
    border-right: none;
    border-bottom: none;
    background-color: var(--nav-bg-light);
    background-color: var(--terra-cora);
    color: var(--nav-color-light);
    grid-template-columns: 1fr;
    grid-auto-flow: unset;
    grid-gap: 20px;
    padding: 20px 0;
  }
  #nav .navigation > ul > li ul.level2 ul.level3 {
    padding: 0;
  }
  #nav .navigation > ul > li ul.level2 ul.level3 a {
    padding: 0.65rem 30px;
  }
  #nav .navigation > ul > li ul.level2 ul.level3 > li {
    border: none;
  }
  #nav .navigation > ul > li ul.level2 ul.level3 > li > a::after {
    content: normal;
  }
  #nav .navigation > ul > li ul.level2 a {
    color: var(--nav-color-light);
    padding: 0.65rem 20px;
  }
  @-webkit-keyframes animateNavArrow {
    from {
      bottom: -40px;
      opacity: 1;
    }
    to {
      bottom: -16px;
      opacity: 1;
    }
  }
  .nav-active #nav {
    display: block;
    height: 100%;
    max-height: 100vh;
    overflow: auto;
    position: relative;
    opacity: 1;
  }
  .nav-active #header {
    position: relative;
  }
  .nav-active #header::after {
    content: "";
    background-color: #436192;
    display: block;
    width: 16px;
    height: 16px;
    transform: rotate(45deg) skew(10deg, 10deg);
    position: absolute;
    right: 23px;
    transform-origin: 100% 0;
    bottom: -16px;
    opacity: 0;
    animation-name: animateNavArrow;
    animation-duration: 500ms;
    animation-delay: 300ms;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
  }
}
@media all and (max-width: 400px) {
  #nav #siteSearchForm {
    margin: 20px;
  }
}
/* Article list */
.articleList .article-list .article-item {
  margin: 40px 0 60px 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
.articleList .article-list .article-item .entry-title {
  margin-top: 0;
}
.articleList .article-list .article-item .publishDate .label {
  display: none;
}
.articleList .article-list .article-item .publishDate .value {
  display: inline-block;
  padding: 5px;
  font-size: 0.8rem;
  line-height: 1;
  color: var(--body-high-contrast);
  background-color: var(--secondary-bg);
}
.articleList .article-list .article-item .featured-image {
  position: relative;
  height: 0;
  padding: 0 0 35% 0;
  overflow: hidden;
}
.articleList .article-list .article-item .featured-image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.articleList .article-list .article-item .read-more a {
  color: var(--highlight-contrast) !important;
  background: var(--terra-cora);
  padding: 0.8rem;
}
.articleList .article-list .article-item .read-more a:hover {
  opacity: 0.9;
  transition: color ease 200ms;
}

/* Article detail */
.viewArticle .hentry .featured-image-wrapper {
  position: relative;
}
.viewArticle .hentry .featured-image-wrapper .featured-image {
  position: relative;
  height: 0;
  padding: 0 0 35% 0;
  overflow: hidden;
}
.viewArticle .hentry .featured-image-wrapper .featured-image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.viewArticle .hentry .publishDate .label {
  display: none;
}
.viewArticle .hentry .publishDate .value {
  display: inline-block;
  padding: 5px;
  font-size: 0.8rem;
  line-height: 1;
  color: var(--body-high-contrast);
  background-color: var(--secondary-bg);
}
.viewArticle .hentry .publishDate + .printlink {
  margin-left: 1rem;
}
.viewArticle .hentry .printlink {
  font-size: 0.8rem;
  cursor: pointer;
}
.viewArticle .hentry .printlink::before {
  content: "\f02f";
  font-family: var(--icon-font);
  margin-right: 5px;
}
.viewArticle .hentry #edit {
  background-color: var(--tertiary-bg);
  padding: 20px;
}

.view-related-content .inline-content.tag-results .article-list .article {
  margin: 0 0 40px 0;
  display: grid;
  grid-gap: 0 20px;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "image date" "image title" "image description" "image link";
}
.view-related-content .inline-content.tag-results .article-list .article .featured-image {
  grid-area: image;
  position: relative;
  display: block;
  max-height: 200px;
  overflow: hidden;
}
.view-related-content .inline-content.tag-results .article-list .article .featured-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.view-related-content .inline-content.tag-results .article-list .article .entry-title {
  grid-area: title;
  margin: 0;
  padding: 0.75em 0;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1;
}
.view-related-content .inline-content.tag-results .article-list .article .publish-date {
  grid-area: date;
}
.view-related-content .inline-content.tag-results .article-list .article .publish-date .value {
  display: inline-block;
  padding: 5px;
  font-size: 0.8rem;
  line-height: 1;
  color: var(--body-high-contrast);
  background-color: var(--secondary-bg);
}
.view-related-content .inline-content.tag-results .article-list .article .publish-date .label {
  display: none;
}
.view-related-content .inline-content.tag-results .article-list .article .categories {
  display: none;
}
.view-related-content .inline-content.tag-results .article-list .article .description {
  grid-area: description;
  font-size: 0.875rem;
}

@media (max-width: 460px) {
  .view-related-content .inline-content.tag-results .article-list .article {
    grid-gap: 5px;
    grid-template-columns: 1fr;
    grid-template-areas: "title" "date" "image" "description" "link";
  }
}
.documentList .document-list .document-item {
  padding: 20px;
  background-color: var(--tertiary-bg);
  background-color: var(--highlight-contrast-inverse);
  margin: 40px 0;
  border-radius: 2px;
  display: grid;
  grid-template-areas: "title title" "attachments attachments" "description description" "link category";
  grid-template-columns: minmax(auto, 150px) auto;
}
.documentList .document-list .document-item .entry-title {
  margin-top: 0;
  grid-area: title;
}
.documentList .document-list .document-item .entry-meta {
  grid-area: date;
  margin: 0;
  padding: 0;
}
.documentList .document-list .document-item #documentBody {
  grid-area: description;
}
.documentList .document-list .document-item .entry-categories {
  grid-area: category;
  text-align: right;
  opacity: 0.65;
  font-size: 0.8rem;
}
.documentList .document-list .document-item .entry-categories a {
  color: inherit;
  text-decoration: none;
}
.documentList .document-list .document-item .attachments-list {
  margin: 0;
  font-size: 0.8rem;
  opacity: 0.65;
  grid-area: attachments;
  text-align: left;
  align-self: center;
}
.documentList .document-list .document-item .read-more {
  grid-area: link;
  margin: 0;
}

.documentList .entry-categories,
.viewDocument .entry-categories {
  font-size: 0.8rem;
  margin: 0 0 0.5rem 0;
}
.documentList .entry-categories .label,
.viewDocument .entry-categories .label {
  font-size: 0.7rem;
  text-transform: uppercase;
}
.documentList .entry-meta,
.viewDocument .entry-meta {
  margin: 0.5rem 0 2rem 0;
}
.documentList .publishDate .label,
.viewDocument .publishDate .label {
  display: none;
}
.documentList .publishDate .value,
.viewDocument .publishDate .value {
  display: inline-block;
  display: none;
  padding: 5px;
  font-size: 0.8rem;
  line-height: 1;
  color: var(--highlight-contrast);
  background-color: var(--highlight-primary);
}
.documentList .publishDate + .printlink,
.viewDocument .publishDate + .printlink {
  margin-left: 1rem;
}
.documentList .printlink,
.viewDocument .printlink {
  font-size: 0.8rem;
  cursor: pointer;
}
.documentList .printlink::before,
.viewDocument .printlink::before {
  content: "\f02f";
  font-family: var(--icon-font);
  margin-right: 5px;
}
.documentList .document-attachments,
.viewDocument .document-attachments {
  margin: 1rem 0;
  padding: 20px 15px;
  background-color: var(--secondary-bg);
  border: 1px solid var(--borders);
  border-radius: 3px;
}
.documentList .document-attachments h2,
.viewDocument .document-attachments h2 {
  margin-top: 0;
}
.documentList .document-attachments .attachment-wrapper,
.viewDocument .document-attachments .attachment-wrapper {
  border-bottom: 1px dotted var(--borders);
  margin-bottom: 1rem;
}
.documentList .document-attachments .attachment,
.viewDocument .document-attachments .attachment {
  margin-bottom: 1.25rem;
  display: grid;
  grid-template-columns: 48px auto;
  grid-template-areas: "image label" "image button";
  grid-gap: 5px 20px;
  align-items: center;
}
.documentList .document-attachments .attachment .icon-wrap,
.viewDocument .document-attachments .attachment .icon-wrap {
  grid-area: image;
  grid-column: 1/2;
  grid-row: 1/3;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin-right: 10px;
}
.documentList .document-attachments .media-thumb.attachment .single-thumb-wrap,
.viewDocument .document-attachments .media-thumb.attachment .single-thumb-wrap {
  grid-area: image;
  grid-column: 1/2;
  grid-row: 1/3;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin-right: 10px;
}
.documentList .document-attachments .media-thumb.attachment .single-thumb-wrap img,
.viewDocument .document-attachments .media-thumb.attachment .single-thumb-wrap img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.documentList .document-attachments .attachment > span,
.viewDocument .document-attachments .attachment > span {
  margin: 0 10px 0 0;
}
.documentList .document-attachments .attachment a.dl-link,
.viewDocument .document-attachments .attachment a.dl-link {
  display: inline-block;
  margin: 0;
  font-size: 1rem;
  background-color: var(--link-primary);
  color: #fff;
  padding: 3px 7px 5px;
  text-decoration: none;
  line-height: 1;
  font-variant: all-small-caps;
  border-radius: 3px;
  box-shadow: var(--shadows);
  transition: background-color ease 100ms;
  max-width: fit-content;
}
.documentList .document-attachments .attachment a.dl-link:hover,
.viewDocument .document-attachments .attachment a.dl-link:hover {
  background-color: var(--link-secondary);
}
.documentList .document-attachments .attachment a.dl-link::before,
.viewDocument .document-attachments .attachment a.dl-link::before {
  content: "\f019";
  font-family: var(--icon-font);
  margin-right: 5px;
}
.documentList .document-attachments .attachment a.dl-link .lang,
.viewDocument .document-attachments .attachment a.dl-link .lang {
  font-weight: 700;
  margin-left: 0.5rem;
}
.documentList .document-attachments .attachment .text,
.viewDocument .document-attachments .attachment .text {
  margin: 0;
}
.documentList .document-attachments .attachment i,
.viewDocument .document-attachments .attachment i {
  font-size: 24px;
  width: 48px;
  text-align: center;
  border-radius: 100%;
  color: var(--highlight-contrast);
  display: inline-block;
  vertical-align: middle;
  background-color: var(--body-high-contrast);
  line-height: 48px;
  margin-right: 8px;
}

.document-single.document-embed {
  padding: 20px;
  background-color: var(--tertiary-bg);
  background-color: #e7e5dd;
  margin: 40px 0;
  border-radius: 2px;
  display: grid;
  grid-template-areas: "title title" "category category" ". ." "description description" "link link";
  grid-template-columns: minmax(auto, 150px) auto;
}
.document-single.document-embed .entry-title {
  margin-top: 0;
  grid-area: title;
}
.document-single.document-embed .entry-meta {
  grid-area: date;
  margin: 0;
  padding: 0;
}
.document-single.document-embed .publishDate .label {
  display: none;
}
.document-single.document-embed .publishDate .value {
  display: inline-block;
  display: none;
  padding: 5px;
  font-size: 0.8rem;
  line-height: 1;
  color: var(--highlight-contrast);
  background-color: var(--highlight-primary);
}
.document-single.document-embed #documentBody {
  grid-area: description;
}
.document-single.document-embed .entry-categories {
  font-size: 0.8rem;
  margin: 0 0 0.5rem 0;
  grid-area: category;
  text-align: left;
}
.document-single.document-embed .entry-categories a {
  color: var(--link-primary);
}
.document-single.document-embed .read-more {
  grid-area: link;
  margin: 0;
}

.faq-cat-item {
  padding: 20px;
  background-color: var(--secondary-bg);
  margin: 0 0 20px 0;
}

#faqBreadCrumbs > span {
  font-size: 0.9rem;
  display: inline-block;
  margin: 1rem 0;
  border-bottom: 1px solid var(--borders);
}
#faqBreadCrumbs > span a {
  text-decoration: none;
}
#faqBreadCrumbs > span a + a::before {
  content: "/";
  margin: 0 7px 0 5px;
  opacity: 0.75;
}

.faq .buttons a.back {
  display: inline-block;
  font-size: 0.9rem;
  margin: 20x 0;
}

.faq.list .faq-list .faq-item {
  padding: 0;
  background-color: var(--secondary-bg);
  margin: 0 0 1px 0;
}
.faq.list .faq-list .faq-item.hide {
  display: none;
}
.faq.list .faq-list .faq-item .question {
  background-color: var(--heading-general);
  background-color: var(--terra-cora);
  color: var(--highlight-contrast);
  margin: 0;
  padding: 10px;
  display: grid;
  grid-template-columns: 1fr 30px;
  cursor: pointer;
}
.faq.list .faq-list .faq-item .question p {
  margin: 0;
  padding: 0;
}
.faq.list .faq-list .faq-item .question::after {
  content: "\f067";
  font-family: var(--icon-font);
  font-weight: normal;
  text-align: center;
}
.faq.list .faq-list .faq-item .answer {
  display: none;
  padding: 0.5rem 10px;
}
.faq.list .faq-list .faq-item.active .answer {
  display: block;
}
.faq.list .faq-list .faq-item.active .question::after {
  content: "\f068";
}
.faq.list .pagination-wrap {
  margin: 1rem 0;
  opacity: 0.75;
  font-size: 0.8rem;
}
.faq.list .searchFilter.filter-field {
  padding: 10px;
  text-align: left;
  background-color: var(--heading-general);
  background-color: var(--terra-cora);
  display: inline-block;
  margin: 1rem 0;
}
.faq.list .searchFilter.filter-field label {
  display: block;
  text-align: left;
  padding: 5px 0;
  font-size: 0.9rem;
  text-transform: capitalize;
  font-weight: 600;
  color: var(--highlight-contrast);
}
.faq.list .searchFilter.filter-field input {
  display: block;
  text-align: left;
  padding: 7px;
  font-size: 1rem;
  width: 20rem;
  border: none;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 300px;
  max-width: 800px;
  background-color: #ffffff;
}

@media all and (max-width: 1024px) {
  .faq.list .searchFilter.filter-field {
    width: calc(100% - 1.3rem);
  }
  .faq.list .searchFilter.filter-field input {
    width: 100%;
    max-width: unset;
  }
}
/* --------------------------------------------------------
=CXL Gallery
------------------------------------------------------------*/
.cxl-gallery.cols-2 .col {
  width: 49.5%;
  display: inline-block;
  vertical-align: top;
}

.cxl-gallery.cols-3 .col {
  width: 33%;
  display: inline-block;
  vertical-align: top;
}

.cxl-gallery.cols-4 .col {
  width: 24.5%;
  display: inline-block;
  vertical-align: top;
}

.cxl-gallery.cols-5 .col {
  width: 19.5%;
  display: inline-block;
  vertical-align: top;
}

.cxl-gallery {
  position: relative;
}

.cxl-gallery ul,
.cxl-gallery li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cxl-gallery li {
  display: inline-block;
  vertical-align: top;
  margin: 0 1% 1em 0;
  width: 32%;
}

.cxl-gallery li.col3 {
  margin-right: 0;
}

.cxl-gallery li.active {
  padding-bottom: 80px;
}

.cxl-gallery li > a,
.cxl-gallery li > a img {
  display: block;
}

.cxl-gallery a.mbi {
  width: 200px;
  height: 200px;
  padding: 0;
  overflow: hidden;
  position: relative;
}

#contentPane .cxl-gallery li > a img {
  margin: auto;
  position: absolute;
  width: auto;
  height: auto;
  min-width: 100%;
  max-width: none;
  min-height: 100%;
  max-height: none;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.cxl-gallery .img-preview {
  position: absolute;
  left: 0;
  background-color: #333333;
  height: auto;
  margin: 20px 0;
  z-index: 1;
  width: 100%;
}

.cxl-gallery .img-preview .img-wrap {
  padding-top: 35px;
}

.cxl-gallery .indicator {
  background: url(images/indicator_up.png) no-repeat center transparent;
  position: absolute;
  margin: 0;
  height: 25px;
  min-width: 30%;
}

.cxl-gallery .img-preview .close {
  color: #ffffff;
  position: absolute;
  right: 0;
  top: 0;
  margin: 20px;
  height: 24px;
  width: 24px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background: url(images/close.png) no-repeat center transparent;
  text-indent: 100px;
  overflow: hidden;
  white-space: nowrap;
}

#contentPane .cxl-gallery .img-preview .img-wrap img {
  margin: 35px 4%;
  box-shadow: 0 0 30px #000000;
  -webkit-box-shadow: 0 0 30px #000000;
  -moz-box-shadow: 0 0 30px #000000;
  width: auto;
  max-width: 92%;
  height: auto;
  display: block;
}

.img-info {
  display: none;
}

#colors .img-info {
  color: #ffffff;
  margin: -20px 4% 0;
  text-align: right;
  padding-bottom: 10px;
  font-size: 0.9em;
  display: block;
}

@media only screen and (max-width: 1280px) {
  .cxl-gallery li {
    display: inline-block;
    vertical-align: top;
    margin: 0 1% 1em 0;
    width: unset;
  }
}
/* --------------------------------------------------------
=Home Page
------------------------------------------------------------*/
.home .hero-wrapper {
  display: grid;
  grid-template-columns: 1fr minmax(auto, 780px) minmax(auto, 380px) 1fr;
  align-items: center;
  grid-gap: 40px;
}
.home .hero-wrapper .slideshow-wrapper {
  grid-column: 1/-1;
  grid-row: 1;
  z-index: 1;
}
.home .hero-wrapper #home-exchange-rates {
  grid-column: 3;
  grid-row: 1;
  z-index: 2;
  position: relative;
}
.home .hero-wrapper #home-exchange-rates #exchange-rates {
  max-width: none;
}

.home.mobile .hero-wrapper {
  grid-template-columns: 1fr minmax(auto, 1200px) 1fr;
  grid-gap: 0;
  margin: 20px 0;
}
.home.mobile .hero-wrapper #home-exchange-rates {
  grid-column: 2;
  grid-row: 1;
  z-index: 2;
}

.home .page-content {
  margin: auto;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.home .page-content > section {
  display: grid;
  padding: 40px 0;
  grid-gap: 40px;
}
.home .page-content > section:first-child {
  padding-top: 0;
}
.home .page-content > section .home-links {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  grid-gap: 40px;
}
.home .page-content > section .home-links > div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 25%;
}
.home .page-content > section .home-links h2 {
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 0;
  min-height: 2lh;
  position: relative;
  padding-top: 55px;
}
.home .page-content > section .home-links h2.entry-title::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px; /* The width of the block */
  height: 40px; /* The height of the block */
}
.home .page-content > section .home-links p {
  font-size: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6; /* number of lines to show */
  line-clamp: 6;
  -webkit-box-orient: vertical;
}
.home .page-content > section .home-links .read-more a {
  color: var(--body-low-contrast);
}

/* Item 1: Legislation & foreign exchange regulation */
#item_1 h2.entry-title::before {
  background-color: var(--terra-cora);
}

/* Item 2: Statistics */
#item_2 h2.entry-title::before {
  background-color: var(--ocean);
}

/* Item 3: Supervision */
#item_3 h2.entry-title::before {
  background-color: var(--blanco);
}

/* Item 4: State of the economy */
#item_4 h2.entry-title::before {
  background-color: var(--mondi);
}

.home .page-content > .home-main {
  grid-template-columns: 2fr 1fr;
  grid-gap: 80px;
}

.home .page-content > .home-downloads {
  grid-template-columns: repeat(3, 1fr);
}

/*! =Home Page bank News */
.home__bank-news > h2 {
  font-size: 1.5em;
  margin-bottom: 15px;
}
.home__bank-news > a.read-all {
  display: inline-block;
  text-transform: capitalize;
  text-decoration: none;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--link-secondary);
}
.home__bank-news > a.read-all::after {
  content: "\f0da";
  font-family: var(--icon-font);
  font-size: 0.8rem;
  vertical-align: bottom;
  margin-left: 0.75em;
}
.home__bank-news .article-list .article {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 20px;
  grid-template-areas: "image date" "image title" "image description" "image link";
  margin: 0 0 40px 0;
}
.home__bank-news .article-list .article .featured-image {
  grid-area: image;
  position: relative;
  display: block;
  max-height: 185px;
  overflow: hidden;
}
.home__bank-news .article-list .article .featured-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.home__bank-news .article-list .article .title {
  grid-area: title;
  margin: 0;
  padding: 0.75em 0;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.275rem;
}
.home__bank-news .article-list .article .publish-date {
  grid-area: date;
}
.home__bank-news .article-list .article .publish-date .value {
  display: inline-block;
  padding: 5px 15px;
  font-size: 0.7rem;
  line-height: 1;
  color: var(--preto);
  background-color: var(--blanco);
}
.home__bank-news .article-list .article .publish-date .label {
  display: none;
}
.home__bank-news .article-list .article .categories {
  display: none;
}
.home__bank-news .article-list .article .description {
  grid-area: description;
  font-size: 0.875rem;
  line-height: 1.25;
}
.home__bank-news .article-list .article .description p:first-child {
  margin-top: 0;
  max-height: 5em;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home__bank-news .article-list .article .description p:not(:first-child) {
  display: none;
}
.home__bank-news .article-list .article .read-more {
  grid-area: link;
  margin-top: 0;
}
.home__bank-news .article-list .article .read-more a {
  color: var(--body-low-contrast);
}

.home__recent-reports .report-section {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid var(--border-light);
}
.home__recent-reports .report-section .inline-content {
  padding: 10px 20px;
  background-color: var(--highlight-contrast);
  border-left: 1px solid var(--highlight-contrast-inverse);
  border-right: 1px solid var(--highlight-contrast-inverse);
  display: none;
}
.home__recent-reports .report-section .inline-content ul {
  list-style: none;
  padding: 0;
  margin: 10px 0;
}
.home__recent-reports .report-section .inline-content ul li {
  padding: 10px 0;
  display: grid;
}
.home__recent-reports .report-section .inline-content ul li a {
  display: inline-block;
  padding-top: 5px;
}
.home__recent-reports .report-section .inline-content ul li + li {
  border-top: 1px solid var(--borders-light);
}
.home__recent-reports .report-section.active > h3 {
  color: var(--highlight-contrast);
  background-color: var(--highlight-primary-inverse);
}
.home__recent-reports .report-section.active > h3::after {
  transform: rotate(90deg);
  color: var(--highlight-contrast);
  opacity: 0.8;
}
.home__recent-reports .report-section.active .inline-content {
  display: block;
}
.home__recent-reports .report-container {
  background-color: var(--highlight-contrast-inverse);
  padding: 32px 48px;
}
.home__recent-reports .report-section > h3 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--preto);
  background-color: var(--highlight-contrast-inverse);
  margin: 0;
  padding: 15px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
.home__recent-reports .report-section:hover {
  cursor: pointer;
}
.home__recent-reports .report-section:hover h3 {
  border-color: rgba(0, 0, 0, 0.2);
}
.home__recent-reports .report-section:hover h3::after {
  color: var(--highlight-primary);
  opacity: 1;
}

.home__downloads-block .inline-content ul {
  margin: 0 0 1.5rem 0;
  padding: 0;
  list-style: none;
}
.home__downloads-block .inline-content ul li {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0.75rem 0;
  font-size: 0.85rem;
  border-bottom: 1px solid var(--borders);
}
.home__downloads-block .inline-content ul li a {
  text-decoration: none;
  text-align: right;
}

@media all and (max-width: 1024px) {
  .home .page-content > section .home-links,
  .home .page-content > .home-downloads {
    grid-template-columns: 1fr 1fr;
  }
  .home .page-content > .home-main {
    grid-gap: 40px;
  }
  .home__bank-news {
    padding: 20px 0;
  }
  .home__recent-reports {
    padding: 20px 0;
    background-color: transparent;
  }
  .report-container {
    padding: 30px;
  }
  .home__recent-reports h2 {
    margin-top: 0;
  }
  .slideshow-wrapper .slide-item > .wrapper {
    grid-template-columns: 1fr !important;
  }
  .slideshow-wrapper .slide-details h2 {
    font-size: 1.7rem !important;
  }
}
@media (max-width: 950px) {
  .home .page-content > section .home-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .home .page-content > section .home-links > div {
    width: unset;
  }
}
@media all and (max-width: 768px) {
  .home .page-content > .home-main {
    grid-template-columns: 1fr;
    padding: 0;
  }
  .home__recent-reports {
    padding: 40px 20px;
    background-color: var(--tertiary-bg);
    border-top: 1px solid var(--highlight-secondary);
    margin: 0 -20px;
  }
  .home .page-content > .home-downloads {
    grid-template-columns: 1fr;
  }
}
@media all and (max-width: 640px) {
  table#rates {
    width: 100%;
    display: table;
  }
  .home__bank-news .article-list .article {
    grid-template-columns: 1fr;
    grid-template-areas: "image" "date" "title" "description" "link";
  }
}
@media all and (max-width: 480px) {
  .home .page-content > section .home-links {
    grid-template-columns: 1fr;
  }
}
/* --------------------------------------------------------
=Banknotes and Coins page
------------------------------------------------------------*/
.notes-and-coins-bank-notes table td {
  vertical-align: middle;
  text-align: center;
}

/* =Slideshow
------------------------------------------------------------------*/
@keyframes slideLeftIn {
  from {
    left: 100%;
    right: -100%;
  }
  to {
    left: 0;
    right: 0;
  }
}
@keyframes slideLeftOut {
  from {
    left: 0;
    right: 0;
  }
  to {
    left: -100%;
    right: 100%;
  }
}
@keyframes slideRightIn {
  from {
    left: -100%;
    right: 100%;
  }
  to {
    left: 0;
    right: 0;
  }
}
@keyframes slideRightOut {
  from {
    left: 0;
    right: 0;
  }
  to {
    left: 100%;
    right: -100%;
  }
}
.slideshow-wrapper {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 56vh;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
  z-index: 1;
}
.slideshow-wrapper .slide-item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: 1;
  animation-duration: 1500ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-direction: normal;
}
.slideshow-wrapper .slide-item.showing {
  z-index: 3;
  animation-name: slideLeftIn;
  left: 0;
  right: 0;
}
.slideshow-wrapper .slide-item.showing.reverse {
  animation-name: slideRightIn;
}
.slideshow-wrapper .slide-item.hide {
  z-index: 2;
  animation-name: slideLeftOut;
  left: 100%;
  right: -100%;
}
.slideshow-wrapper .slide-item.hide.reverse {
  animation-name: slideRightOut;
  left: -100%;
  right: 100%;
}
.slideshow-wrapper .slide-item .image-wrap {
  height: 100%;
  width: 100%;
  position: absolute;
  padding: 0;
  margin: 0;
}
.slideshow-wrapper .slide-item img {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  object-fit: cover;
  z-index: 1;
}
.slideshow-wrapper .slide-item > .wrapper, .slideshow-wrapper .slide-item.has-rates .wrapper {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 40px;
  align-items: center;
  height: 100%;
  z-index: 2;
}
.slideshow-wrapper .slide-details {
  color: var(--highlight-contrast);
  font-size: 1.2em;
}
.slideshow-wrapper .slide-details * {
  color: inherit;
}
.slideshow-wrapper .slide-details h2 {
  margin-bottom: 0;
  font-size: 2.1rem;
}
.slideshow-wrapper .slide-details h2,
.slideshow-wrapper .slide-details p {
  text-shadow: 0 0 5px black;
}
.slideshow-wrapper .slide-details p {
  margin-bottom: 1.75rem;
  margin-top: 0;
  font-size: 1.4rem;
}
.slideshow-wrapper .slide-nav .pause-slide,
.slideshow-wrapper .slide-nav .prev-slide,
.slideshow-wrapper .slide-nav .next-slide {
  position: absolute;
  margin: auto;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  border: 3px solid;
  color: var(--highlight-contrast);
  z-index: 5;
  opacity: 0.55;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  padding-left: 1px;
}
.slideshow-wrapper .slide-nav .pause-slide::before,
.slideshow-wrapper .slide-nav .prev-slide::before,
.slideshow-wrapper .slide-nav .next-slide::before {
  font-family: "fontawesome";
}
.slideshow-wrapper .slide-nav .pause-slide {
  opacity: 0.35;
}
.slideshow-wrapper .slide-nav .pause-slide:hover,
.slideshow-wrapper .slide-nav .prev-slide:hover,
.slideshow-wrapper .slide-nav .next-slide:hover {
  opacity: 0.9;
  color: var(--highlight-contrast);
}
.slideshow-wrapper .slide-nav .prev-slide,
.slideshow-wrapper .slide-nav .next-slide {
  top: 0;
  bottom: 0;
}
.slideshow-wrapper .slide-nav .prev-slide {
  left: 20px;
  right: auto;
}
.slideshow-wrapper .slide-nav .prev-slide::before {
  content: "\f104";
  font-size: 30px;
  padding: 0 3px 0 0;
}
.slideshow-wrapper .slide-nav .next-slide {
  left: auto;
  right: 20px;
}
.slideshow-wrapper .slide-nav .next-slide::before {
  content: "\f105";
  font-size: 30px;
  padding: 0 0 0 3px;
}
.slideshow-wrapper .slide-nav .pause-slide {
  top: auto;
  bottom: 20px;
  left: 0;
  right: 0;
}
.slideshow-wrapper .slide-nav .pause-slide.status-playing::before {
  content: "\f04c";
  font-size: 20px;
}
.slideshow-wrapper .slide-nav .pause-slide.status-paused::before {
  content: "\f04b";
  font-size: 20px;
}
.slideshow-wrapper .slides-selector {
  position: absolute;
  top: auto;
  bottom: 20px;
  left: 20px;
  z-index: 3;
}
.slideshow-wrapper .slides-selector ul,
.slideshow-wrapper .slides-selector li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.slideshow-wrapper .slides-selector li {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--nav-end);
  border: none;
  cursor: pointer;
}
.slideshow-wrapper .slides-selector li:not(.active) {
  margin-top: 2px;
  margin-bottom: 2px;
}
.slideshow-wrapper .slides-selector li.active {
  background-color: transparent;
  border: 2px solid var(--nav-end);
}
.slideshow-wrapper .slides-selector li + li {
  margin-left: 5px;
}

@media all and (max-width: 1440px) {
  .slideshow-wrapper {
    height: 70vh;
  }
}
@media all and (max-width: 1024px) {
  .home .hero-wrapper .slideshow-wrapper {
    display: none;
  }
  .home .hero-wrapper {
    grid-template-columns: 1fr minmax(auto, 1200px) 1fr;
    grid-gap: 0;
    margin: 0 0 20px 0;
  }
  .home .hero-wrapper #home-exchange-rates {
    grid-column: 2;
    grid-row: 1;
    z-index: 2;
  }
}
.home #exchange-rates {
  background-color: var(--santo);
  padding: 32px 48px;
  color: var(--preto);
  box-shadow: var(--shadowsX2);
  width: 340px;
  box-sizing: border-box;
  display: block;
  float: right;
}
.home #exchange-rates .section-title {
  margin: 0;
  color: var(--preto);
  font-weight: 400;
  font-size: 1.6rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  line-height: 1.6rem;
}
.home #exchange-rates .section-title span {
  font-size: 11px;
  margin-left: 0.5rem;
  margin-top: 5px;
}
.home #exchange-rates .date {
  opacity: 1;
  font-size: 1rem;
}
.home #exchange-rates table {
  margin-bottom: 0.3125rem;
}
.home #exchange-rates table,
.home #exchange-rates td,
.home #exchange-rates th {
  background-color: transparent;
  border: none;
  border-collapse: collapse;
  padding: 5px 0;
  font-size: 0.8rem;
}
.home #exchange-rates tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  font-size: 0.875rem;
}
.home #exchange-rates th {
  color: var(--preto);
  font-size: 14px;
}
.home #exchange-rates table .currency {
  text-align: left;
}
.home #exchange-rates table .right {
  text-align: right;
}
.home #exchange-rates .small {
  margin: 0 0 0.9375rem 0;
  padding: 0 0 1rem 0;
  font-size: 0.6875rem;
  opacity: 1;
}
.home #exchange-rates .cta {
  display: block;
  background-color: var(--terra-cora);
  color: var(--blanco);
  text-transform: inherit;
}

.exchangeRates #exchangeRateForm .field.rates-selection {
  padding: 10px 10px;
  background-color: var(--nav-end);
  margin: 0;
}
.exchangeRates #exchangeRateForm .field.rates-selection label {
  color: var(--highlight-contrast);
  margin-right: 10px;
}
.exchangeRates #exchangeRateForm .fields-wrap {
  background-color: var(--highlight-contrast-inverse);
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  margin: 0 0 1rem 0;
}
.exchangeRates #exchangeRateForm .fields-wrap .field + .field {
  margin-left: 1rem;
}
.exchangeRates #exchangeRateForm .fields-wrap .field label {
  display: block;
  text-align: left;
}
.exchangeRates #exchangeRateForm .cta {
  display: inline-block;
  border: none;
  background-color: var(--highlight-primary);
  background-color: var(--terra-cora);
  color: var(--highlight-contrast);
  line-height: normal;
}
.exchangeRates #exchangeRateForm .cta:hover {
  background-color: var(--highlight-primary);
}

.exchangeRates .rates-table {
  background-color: var(--nav-end);
  color: var(--highlight-contrast);
  box-shadow: var(--shadowsX2);
  border: 20px solid var(--nav-end);
}
.exchangeRates .rates-table th {
  color: var(--highlight-contrast-inverse);
  font-size: 1.05rem;
}
.exchangeRates .rates-table td {
  text-align: right;
  background-color: inherit;
  border-color: var(--borders-light);
}
.exchangeRates .rates-table .date {
  text-align: center;
}
.exchangeRates .rates-table .currency {
  font-weight: 600;
  text-align: center;
}

.exchangeRates #maxAmount {
  margin-bottom: 2rem;
  font-size: 0.9rem;
}

.exchangeRates .rates-source {
  font-weight: 600;
}
.exchangeRates .rates-source::before {
  content: "Source: ";
}

.exchangeRates .advance-rate {
  opacity: 0.875;
  font-size: 0.9rem;
}
.exchangeRates .advance-rate > span {
  display: block;
}

@media all and (max-width: 1024px) {
  .home .hero-wrapper #home-exchange-rates {
    grid-column: 2;
    grid-row: 1;
    z-index: 2;
    width: 100%;
  }
  .home .hero-wrapper #home-exchange-rates #exchange-rates {
    width: 100%;
    float: none;
    padding: 30px;
    margin-bottom: 0;
  }
}
/* --------------------------------------------------------
=Tag Results
------------------------------------------------------------*/
#searchTagsForm {
  margin: 1rem 0 2rem 0;
  display: grid;
  grid-template-columns: 0.6fr 0.4fr 1fr;
  grid-template-rows: 1fr;
  grid-gap: 10px 10px;
  align-items: center;
  background-color: var(--tertiary-bg);
  padding: 10px;
}
#searchTagsForm label.check-operator {
  text-align: left;
}
#searchTagsForm button.button-primary {
  width: fit-content;
}
#searchTagsForm #tag-search-message {
  grid-column: 1/4;
  margin: 0;
  background-color: transparent;
  border: none;
  padding: 5px 0 0 0;
}

.shortcode-wrapper {
  background-color: var(--santo);
  background-color: var(--highlight-contrast-inverse);
  padding: 10px;
  margin: 1.5em 0;
}

.result-wrapper {
  margin: 0 0 40px 0;
  padding: 0;
}

.tag-results.no-tags .result-item,
.tagged-item-list .result-item {
  display: grid;
  grid-template-columns: minmax(100px, auto) 1fr;
  grid-gap: 0 10px;
  grid-template-areas: "date title" ". description" ". link";
}
.tag-results.no-tags .result-item .publishdate,
.tagged-item-list .result-item .publishdate {
  display: block;
  margin: 0;
  font-size: 90%;
}
.tag-results.no-tags .result-item .publishdate.no-date,
.tagged-item-list .result-item .publishdate.no-date {
  display: none;
}
.tag-results.no-tags .result-item .publishdate,
.tagged-item-list .result-item .publishdate {
  grid-area: date;
  align-self: end;
}
.tag-results.no-tags .result-item .publishdate .label,
.tagged-item-list .result-item .publishdate .label {
  display: none;
}
.tag-results.no-tags .result-item .publishdate .value,
.tagged-item-list .result-item .publishdate .value {
  display: inline-block;
  padding: 5px;
  font-size: 0.8rem;
  line-height: 1;
  color: var(--preto);
  background-color: var(--blanco);
}
.tag-results.no-tags .result-item .result-item-title,
.tagged-item-list .result-item .result-item-title {
  grid-area: title;
  display: grid;
  grid-template-columns: 1fr 30px;
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 1.125rem;
  border-bottom: 1px solid var(--borders);
  grid-gap: 0 10px;
  align-items: end;
}
.tag-results.no-tags .result-item .result-item-title .toggle,
.tagged-item-list .result-item .result-item-title .toggle {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  padding: 4px 0;
  cursor: pointer;
  background-color: var(--terra-cora);
  color: var(--blanco);
}
.tag-results.no-tags .result-item .result-item-content-wrap,
.tagged-item-list .result-item .result-item-content-wrap {
  grid-area: description;
  line-height: 1.25em;
}
.tag-results.no-tags .result-item .result-item-attachments,
.tagged-item-list .result-item .result-item-attachments {
  list-style: none;
  margin: 1rem 0;
  padding: 0;
}
.tag-results.no-tags .result-item .result-item-attachments .attachment,
.tagged-item-list .result-item .result-item-attachments .attachment {
  display: grid;
  grid-template-columns: 1fr minmax(auto, 130px);
  grid-gap: 20px;
  align-items: baseline;
}
.tag-results.no-tags .result-item .result-item-attachments .attachment:last-child,
.tagged-item-list .result-item .result-item-attachments .attachment:last-child {
  margin-bottom: 0;
}
.tag-results.no-tags .result-item .result-item-attachments .attachment > span,
.tagged-item-list .result-item .result-item-attachments .attachment > span {
  margin: 0 10px 0 0;
}
.tag-results.no-tags .result-item .result-item-attachments .attachment a,
.tagged-item-list .result-item .result-item-attachments .attachment a {
  display: inline-block;
  margin: 0;
  font-size: 1rem;
  background-color: var(--link-primary);
  color: #fff;
  padding: 4px 8px 7px 8px;
  text-decoration: none;
  line-height: 1;
  font-variant: all-small-caps;
  border-radius: 3px;
  box-shadow: var(--shadows);
  transition: background-color ease 100ms;
  text-align: center;
}
.tag-results.no-tags .result-item .result-item-attachments .attachment a:hover,
.tagged-item-list .result-item .result-item-attachments .attachment a:hover {
  background-color: var(--link-secondary);
}
.tag-results.no-tags .result-item .result-item-attachments .attachment a::before,
.tagged-item-list .result-item .result-item-attachments .attachment a::before {
  content: "\f019";
  font-family: var(--icon-font);
  margin-right: 5px;
}
.tag-results.no-tags .result-item .result-item-attachments .attachment .text,
.tagged-item-list .result-item .result-item-attachments .attachment .text {
  margin: 0;
}
.tag-results.no-tags .result-item .result-item-attachments .attachment i,
.tagged-item-list .result-item .result-item-attachments .attachment i {
  font-size: 110%;
  width: 30px;
  text-align: center;
  border-radius: 100%;
  color: rgba(0, 0, 0, 0.5);
}

.tag-results.no-tags .result-item.item-document .result-item-content-wrap .result-item-content,
.tag-results.no-tags .result-item.item-document .result-item-content-wrap .result-item-attachments,
.tagged-item-list .result-item.item-document .result-item-content-wrap .result-item-content,
.tagged-item-list .result-item.item-document .result-item-content-wrap .result-item-attachments {
  display: none;
}
.tag-results.no-tags .result-item.item-document.toggled .result-item-content-wrap .result-item-content,
.tagged-item-list .result-item.item-document.toggled .result-item-content-wrap .result-item-content {
  display: block;
  overflow: auto;
  background-color: var(--secondary-bg);
  padding: 0 20px 20px 20px;
  border-bottom: 1px solid var(--borders);
}
.tag-results.no-tags .result-item.item-document.toggled .result-item-content-wrap .result-item-attachments,
.tagged-item-list .result-item.item-document.toggled .result-item-content-wrap .result-item-attachments {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1rem 40px;
  background-color: var(--secondary-bg);
  padding: 10px;
  margin: 0;
}
.tag-results.no-tags .result-item.item-document.toggled .result-item-content-wrap .result-item-attachments .attachment > span,
.tagged-item-list .result-item.item-document.toggled .result-item-content-wrap .result-item-attachments .attachment > span {
  display: grid;
  grid-template-columns: 30px 1fr;
}

/* Articles */
.tag-results.no-tags .result-item.item-article,
.tagged-item-list .result-item.item-article {
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "image date" "image title" "image description" "image link";
}
.tag-results.no-tags .result-item.item-article .img-wrap,
.tagged-item-list .result-item.item-article .img-wrap {
  grid-area: image;
  position: relative;
  display: block;
  height: 0;
  padding: 0 0 56.25% 0;
  overflow: hidden;
}
.tag-results.no-tags .result-item.item-article .img-wrap img,
.tagged-item-list .result-item.item-article .img-wrap img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.tag-results.no-tags .result-item.item-article .result-item-content-wrap .result-item-content,
.tagged-item-list .result-item.item-article .result-item-content-wrap .result-item-content {
  display: none;
}
.tag-results.no-tags .result-item.item-article.toggled .result-item-content-wrap .result-item-content,
.tagged-item-list .result-item.item-article.toggled .result-item-content-wrap .result-item-content {
  display: block;
}
.tag-results.no-tags .result-item.item-article .result-item.item-article .img-wrap img,
.tagged-item-list .result-item.item-article .result-item.item-article .img-wrap img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media all and (max-width: 1024px) {
  #searchTagsForm {
    grid-template-columns: 1fr 120px auto;
  }
  .tag-results.no-tags .result-item,
  .tagged-item-list .result-item {
    grid-gap: 5px 0;
    grid-template-columns: 1fr;
    grid-template-areas: "date" "title" "description" "link";
  }
  .tag-results.no-tags .result-item.toggled.item-document .result-item-content-wrap .result-item-content,
  .tagged-item-list .result-item.toggled.item-document .result-item-content-wrap .result-item-content {
    padding: 0 0 20px 0;
  }
  .tag-results.no-tags .result-item .result-item-attachments,
  .tagged-item-list .result-item .result-item-attachments {
    padding: 10px 0;
  }
}
@media all and (max-width: 460px) {
  #searchTagsForm {
    display: flex;
    flex-direction: column;
  }
  #searchTagsForm input {
    width: 100%;
  }
  #searchTagsForm input[type=checkbox],
  #searchTagsForm input[type=radio] {
    width: unset;
  }
  .tag-results.no-tags .result-item,
  .tagged-item-list .result-item {
    grid-template-columns: 1fr;
    grid-gap: 0;
    grid-template-areas: "title" "date" "description" "link";
  }
  .tag-results.no-tags .result-item.item-document.toggled .result-item-content-wrap .result-item-attachments,
  .tagged-item-list .result-item.item-document.toggled .result-item-content-wrap .result-item-attachments {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }
}
@media all and (min-width: 769px) and (max-width: 1024px) {
  .view-related-content .inline-content.tag-results .article-list .article {
    margin: 0 0 40px 0;
    display: grid;
    grid-gap: 0 20px;
    grid-template-columns: 1fr;
    grid-template-areas: "image" "date" "title" "description" "link";
  }
  .view-related-content .inline-content.tag-results .article-list .article .featured-image {
    margin-bottom: 20px;
  }
  .tag-results.no-tags .result-item .result-item-attachments .attachment,
  .tagged-item-list .result-item .result-item-attachments .attachment {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 5px 0;
  }
  .tag-results.no-tags .result-item .result-item-attachments .attachment a,
  .tagged-item-list .result-item .result-item-attachments .attachment a {
    max-width: fit-content;
    margin-left: 30px;
  }
  .tag-results.no-tags .result-item .result-item-attachments .attachment .text,
  .tagged-item-list .result-item .result-item-attachments .attachment .text {
    word-break: break-all;
  }
}
@media all and (max-width: 680px) {
  .tag-results.no-tags .result-item,
  .tagged-item-list .result-item {
    grid-gap: 5px 0;
    grid-template-columns: 1fr;
    grid-template-areas: "date" "title" "description" "link";
  }
  .tag-results.no-tags .result-item.toggled.item-document .result-item-content-wrap .result-item-content,
  .tagged-item-list .result-item.toggled.item-document .result-item-content-wrap .result-item-content {
    padding: 0 0 20px 0;
  }
  .tag-results.no-tags .result-item .result-item-attachments,
  .tagged-item-list .result-item .result-item-attachments {
    padding: 10px 0;
  }
  .tag-results.no-tags .result-item .result-item-attachments .attachment,
  .tagged-item-list .result-item .result-item-attachments .attachment {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 5px 0;
  }
  .tag-results.no-tags .result-item .result-item-attachments .attachment a,
  .tagged-item-list .result-item .result-item-attachments .attachment a {
    max-width: fit-content;
    margin-left: 30px;
  }
  .tag-results.no-tags .result-item .result-item-attachments .attachment .text,
  .tagged-item-list .result-item .result-item-attachments .attachment .text {
    word-break: break-all;
  }
}
.institution-filter-wrapper {
  background-color: var(--nav-bg-light);
  display: flex;
  justify-content: space-between;
  margin: 1rem 0;
  padding: 7px;
  align-items: center;
}
.institution-filter-wrapper .institution-filter {
  display: flex;
  align-items: inherit;
}
.institution-filter-wrapper .institution-filter label {
  color: var(--highlight-contrast);
  margin-right: 5px;
  font-weight: 600;
}
.institution-filter-wrapper .institution-filter input {
  border-radius: 0;
  border: none;
}
.institution-filter-wrapper a {
  color: var(--highlight-contrast);
  text-transform: uppercase;
  font-size: 0.9rem;
}

.institutions-list.list .hide {
  display: none;
}
.institutions-list.list .institution-item {
  margin: 0;
  padding: 10px 0;
  border-top: 1px solid var(--borders);
}
.institutions-list.list .institution-item .ins-name {
  flex-basis: 100%;
  margin: 0;
  font-weight: 600;
  color: var(--heading-general);
}
.institutions-list.list .institution-item div {
  margin-left: 20px;
}
.institutions-list.list .institution-item div .topcat {
  min-width: 200px;
  display: inline-block;
  color: var(--heading-general);
}
.institutions-list.list .institution-item div .subcat {
  background-color: var(--highlight-primary);
  display: inline-block;
  padding: 0px 5px;
  margin: 2px 0;
  color: var(--highlight-contrast);
}
.institutions-list.list .institution-item div .subcat + .subcat {
  margin: 2px 0 2px 2px;
}
.institutions-list.list .institution-item div .subcat a {
  color: inherit;
  text-decoration: none;
}
.institutions-list.list .institution-item div .subcat a:hover {
  color: var(--body-high-contrast);
  text-decoration: underline;
}
.institutions-list.list .institution-item .insurance-types .insurance-type + .insurance-type::before {
  content: ", ";
}
.institutions-list.list .institution-item .insurance-types::before {
  content: " (";
}
.institutions-list.list .institution-item .insurance-types::after {
  content: ")";
}

.jobs-list .job-vacancy {
  padding: 20px;
  background: none var(--tertiary-bg);
}
.jobs-list .job-vacancy h2 {
  margin-top: 0;
  font-size: 1.1rem;
}

/* Print Styles */
@media print {
  #header,
  #footer,
  .banner,
  nav {
    display: none;
  }
  body,
  #outer,
  #inner,
  #contentPane {
    background: none;
    width: auto;
  }
}
/*
 * =================================================================================
 * FONT FACE DECLARATIONS
 *
 * Defines the custom webfonts used in the project.
 * The `font-display: swap;` property ensures that fallback text is shown
 * while the custom font is loading, which improves perceived performance.
 * =================================================================================
 */
@font-face {
  font-family: "Asta Sans";
  src: url("fonts/AstaSans-Light.woff2") format("woff2"), url("fonts/AstaSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Asta Sans";
  src: url("fonts/AstaSans-Regular.woff2") format("woff2"), url("fonts/AstaSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Asta Sans";
  src: url("fonts/AstaSans-Medium.woff2") format("woff2"), url("fonts/AstaSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Asta Sans";
  src: url("fonts/AstaSans-SemiBold.woff2") format("woff2"), url("fonts/AstaSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Asta Sans";
  src: url("fonts/AstaSans-Bold.woff2") format("woff2"), url("fonts/AstaSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Asta Sans";
  src: url("fonts/AstaSans-ExtraBold.woff2") format("woff2"), url("fonts/AstaSans-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

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