@charset "UTF-8";
/*
 Theme Name:   FiDA
 Theme URI:    http://www.financedigitalafrica.org
 Description:  Custom "readme" child theme for financedigitalafrica.org
 Author:       Will Croft
 Author URI:   http://will.croft.io
 Template:     readme
 Version:      1.0.0
 License:
 License URI:
 Tags:         light, dark, white
 Text Domain:  readme-child
*/
/* FiDA-adapted Bootstrap v4 grid */
@-ms-viewport {
  width: device-width; }

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

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

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@-ms-viewport {
  width: device-width; }

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: none !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

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

a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
  touch-action: manipulation; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #868e96;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none !important; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.3333333333%; }

.offset-2 {
  margin-left: 16.6666666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.3333333333%; }

.offset-5 {
  margin-left: 41.6666666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.3333333333%; }

.offset-8 {
  margin-left: 66.6666666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.3333333333%; }

.offset-11 {
  margin-left: 91.6666666667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.3333333333%; }
  .offset-sm-2 {
    margin-left: 16.6666666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.3333333333%; }
  .offset-sm-5 {
    margin-left: 41.6666666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.3333333333%; }
  .offset-sm-8 {
    margin-left: 66.6666666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.3333333333%; }
  .offset-sm-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.3333333333%; }
  .offset-md-2 {
    margin-left: 16.6666666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.3333333333%; }
  .offset-md-5 {
    margin-left: 41.6666666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.3333333333%; }
  .offset-md-8 {
    margin-left: 66.6666666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.3333333333%; }
  .offset-md-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.3333333333%; }
  .offset-lg-2 {
    margin-left: 16.6666666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.3333333333%; }
  .offset-lg-5 {
    margin-left: 41.6666666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.3333333333%; }
  .offset-lg-8 {
    margin-left: 66.6666666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.3333333333%; }
  .offset-lg-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.3333333333%; }
  .offset-xl-2 {
    margin-left: 16.6666666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.3333333333%; }
  .offset-xl-5 {
    margin-left: 41.6666666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.3333333333%; }
  .offset-xl-8 {
    margin-left: 66.6666666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.3333333333%; }
  .offset-xl-11 {
    margin-left: 91.6666666667%; } }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

/*!
 * Font Awesome Pro 5.0.9 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
svg:not(:root).svg-inline--fa {
  overflow: visible; }

.svg-inline--fa {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -.125em; }

.svg-inline--fa.fa-lg {
  vertical-align: -.225em; }

.svg-inline--fa.fa-w-1 {
  width: 0.0625em; }

.svg-inline--fa.fa-w-2 {
  width: 0.125em; }

.svg-inline--fa.fa-w-3 {
  width: 0.1875em; }

.svg-inline--fa.fa-w-4 {
  width: 0.25em; }

.svg-inline--fa.fa-w-5 {
  width: 0.3125em; }

.svg-inline--fa.fa-w-6 {
  width: 0.375em; }

.svg-inline--fa.fa-w-7 {
  width: 0.4375em; }

.svg-inline--fa.fa-w-8 {
  width: 0.5em; }

.svg-inline--fa.fa-w-9 {
  width: 0.5625em; }

.svg-inline--fa.fa-w-10 {
  width: 0.625em; }

.svg-inline--fa.fa-w-11 {
  width: 0.6875em; }

.svg-inline--fa.fa-w-12 {
  width: 0.75em; }

.svg-inline--fa.fa-w-13 {
  width: 0.8125em; }

.svg-inline--fa.fa-w-14 {
  width: 0.875em; }

.svg-inline--fa.fa-w-15 {
  width: 0.9375em; }

.svg-inline--fa.fa-w-16 {
  width: 1em; }

.svg-inline--fa.fa-w-17 {
  width: 1.0625em; }

.svg-inline--fa.fa-w-18 {
  width: 1.125em; }

.svg-inline--fa.fa-w-19 {
  width: 1.1875em; }

.svg-inline--fa.fa-w-20 {
  width: 1.25em; }

.svg-inline--fa.fa-pull-left {
  margin-right: .3em;
  width: auto; }

.svg-inline--fa.fa-pull-right {
  margin-left: .3em;
  width: auto; }

.svg-inline--fa.fa-border {
  height: 1.5em; }

.svg-inline--fa.fa-li {
  width: 2em; }

.svg-inline--fa.fa-fw {
  width: 1.25em; }

.fa-layers svg.svg-inline--fa {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0; }

.fa-layers {
  display: inline-block;
  height: 1em;
  position: relative;
  text-align: center;
  vertical-align: -.125em;
  width: 1em; }

.fa-layers svg.svg-inline--fa {
  -webkit-transform-origin: center center;
  transform-origin: center center; }

.fa-layers-text, .fa-layers-counter {
  display: inline-block;
  position: absolute;
  text-align: center; }

.fa-layers-text {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: center center;
  transform-origin: center center; }

.fa-layers-counter {
  background-color: #ff253a;
  border-radius: 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  height: 1.5em;
  line-height: 1;
  max-width: 5em;
  min-width: 1.5em;
  overflow: hidden;
  padding: .25em;
  right: 0;
  text-overflow: ellipsis;
  top: 0;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
  -webkit-transform-origin: top right;
  transform-origin: top right; }

.fa-layers-bottom-right {
  bottom: 0;
  right: 0;
  top: auto;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right; }

.fa-layers-bottom-left {
  bottom: 0;
  left: 0;
  right: auto;
  top: auto;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left; }

.fa-layers-top-right {
  right: 0;
  top: 0;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
  -webkit-transform-origin: top right;
  transform-origin: top right; }

.fa-layers-top-left {
  left: 0;
  right: auto;
  top: 0;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
  -webkit-transform-origin: top left;
  transform-origin: top left; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }

.fa-ul > li {
  position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1); }

.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  position: relative;
  width: 2em; }

.fa-stack-1x,
.fa-stack-2x {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0; }

.svg-inline--fa.fa-stack-1x {
  height: 1em;
  width: 1em; }

.svg-inline--fa.fa-stack-2x {
  height: 2em;
  width: 2em; }

.fa-inverse {
  color: #fff; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.aligncenter,
.alignnone,
.alignright,
.alignleft {
  display: block;
  margin: 1.6em auto;
  clear: both; }

.wp-caption {
  color: #555; }
  .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    padding: 0; }
  .wp-caption p.wp-caption-text {
    font-size: 14px;
    margin: 0;
    padding: .6em .1em 0;
    text-align: left;
    letter-spacing: 2px; }
  .wp-caption.aligncenter,
  .wp-caption.aligncenter .wp-caption-text {
    text-align: center; }

@media screen and (min-width: 768px) {
  .alignnone {
    margin: 3em 0; }
  .aligncenter {
    margin: 3em auto; }
  .alignright {
    float: right;
    margin: .4em 0 1em 2em; }
  .alignleft {
    float: left;
    margin: .4em 2em 1em 0; }
  .alignright .wp-caption-text,
  .alignleft p.wp-caption-text {
    max-width: 230px; } }

/* FiDA layout */
html {
  height: 100%;
  box-sizing: border-box; }

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

body {
  position: relative;
  margin: 0;
  padding-bottom: 8em;
  min-height: 100%;
  font-family: 'minion-pro', 'Minion Pro', serif; }
  body #curtain {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.3;
    z-index: 1000; }

#masthead {
  position: fixed;
  border-top: 3px solid #4fbdb9;
  border-bottom: 1px solid #4fbdb9; }
  #masthead a[rel=home] {
    position: relative;
    z-index: 1000; }
    #masthead a[rel=home] #logo-home {
      display: none;
      position: absolute;
      top: -10px;
      left: -4px;
      width: 55px !important;
      height: 52.5px; }
  #masthead:hover a[rel=home] #logo-home {
    display: block; }
  #masthead .site-name {
    position: relative;
    margin: 0;
    margin-top: 18px;
    font-family: 'AvantGardeGothicITCW01Bd';
    letter-spacing: -0.04em;
    font-size: 2.5em;
    line-height: 1;
    color: #122929;
    white-space: nowrap;
    overflow: hidden; }
    #masthead .site-name span.short-site-name,
    #masthead .site-name span.abbr-site-name {
      display: none; }
    #masthead .site-name span.return-to {
      position: absolute;
      right: 20px;
      bottom: 7px;
      font-family: 'minion-pro', 'Minion Pro', serif;
      letter-spacing: normal;
      font-style: italic;
      font-size: 0.4em; }
      #masthead .site-name span.return-to a {
        color: #333; }
        #masthead .site-name span.return-to a:hover {
          color: #333;
          border-bottom: 1px solid #4fcdb0; }

#main {
  padding-top: 55px; }
  #main.site-main {
    padding-bottom: 10em; }

.layout-full {
  width: auto;
  margin-left: 20px;
  margin-right: 20px; }
  .layout-full header {
    padding-top: 1em; }
  .layout-full .entry-content {
    padding-top: 1em; }

.content-area.with-sidebar .layout-fixed {
  max-width: 968px; }
  .content-area.with-sidebar .layout-fixed::after {
    display: block;
    clear: both;
    content: ""; }
  .content-area.with-sidebar .layout-fixed .blog-regular,
  .content-area.with-sidebar .layout-fixed .sidebar {
    float: left; }
  .content-area.with-sidebar .layout-fixed .blog-regular,
  .content-area.with-sidebar .layout-fixed .entry-content {
    max-width: 740px; }
  .content-area.with-sidebar .layout-fixed .sidebar {
    width: 200px;
    min-height: 400px;
    margin-left: 28px; }
    .content-area.with-sidebar .layout-fixed .sidebar .sidebar-module {
      border-top: 4px solid #74cbc8;
      margin-bottom: 2em;
      padding-top: 18px; }

.site-header .site-title {
  position: relative;
  top: -4px;
  margin-right: 0; }
  .site-header .site-title img {
    width: 230px !important;
    max-width: 230px !important; }

.site-header .menu-toggle {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 65px;
  border-left: 1px solid #4fbdb9; }

.site-header nav.fida-site-navigation {
  position: relative;
  top: -3px;
  width: 100%;
  background: #4fbdb9;
  border-bottom: 1px solid #fff;
  overflow: hidden; }
  .site-header nav.fida-site-navigation .fida-nav-menu {
    max-width: 800px;
    margin: 0 auto; }
    .site-header nav.fida-site-navigation .fida-nav-menu ul {
      margin: 0;
      padding: 0; }
      .site-header nav.fida-site-navigation .fida-nav-menu ul li {
        padding-left: 24px;
        float: left;
        line-height: 54px; }
        .site-header nav.fida-site-navigation .fida-nav-menu ul li a {
          color: #fff;
          border-bottom: #4fbdb9 4px solid;
          padding: 17px 0; }
        .site-header nav.fida-site-navigation .fida-nav-menu ul li.current-menu-item a,
        .site-header nav.fida-site-navigation .fida-nav-menu ul li a:hover {
          border-bottom: #fff 4px solid;
          text-decoration: none; }
        .site-header nav.fida-site-navigation .fida-nav-menu ul li:first-child {
          margin-left: 0;
          padding-left: 0; }
  .site-header nav.fida-site-navigation.fida-primary-navigation {
    height: 59px; }
    .site-header nav.fida-site-navigation.fida-primary-navigation .fida-nav-menu {
      height: 58px; }
  .site-header nav.fida-site-navigation.fida-secondary-navigation {
    height: 0;
    background: #fff;
    border-bottom: 0; }
    .site-header nav.fida-site-navigation.fida-secondary-navigation .fida-nav-menu {
      font-family: 'minion-pro', 'Minion Pro', serif;
      font-style: italic; }
      .site-header nav.fida-site-navigation.fida-secondary-navigation .fida-nav-menu ul {
        width: 1000px;
        /* Allow wider menu than the max-width: 800px parent */ }
        .site-header nav.fida-site-navigation.fida-secondary-navigation .fida-nav-menu ul li {
          line-height: 48px; }
          .site-header nav.fida-site-navigation.fida-secondary-navigation .fida-nav-menu ul li a {
            color: #333;
            border-bottom: #fff 4px solid;
            padding: 13px 0 12px; }
          .site-header nav.fida-site-navigation.fida-secondary-navigation .fida-nav-menu ul li.current-menu-item a,
          .site-header nav.fida-site-navigation.fida-secondary-navigation .fida-nav-menu ul li a:hover {
            border-bottom: #4fbdb9 4px solid;
            text-decoration: none; }

.site-header ul.menu-default li {
  font-family: 'AvantGardeGothicITCW02Dm', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: normal; }
  .site-header ul.menu-default li .smallcaps {
    font-family: 'minion-pro';
    text-transform: lowercase;
    font-style: italic;
    padding-right: 2px; }
  .site-header ul.menu-default li:first-child {
    margin-left: 3px; }

.site-header .menu-subnavs-container {
  display: none; }

.site-footer {
  color: #fff;
  background-color: #4fbdb9;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0; }
  .site-footer .site-title img {
    width: 180px !important;
    max-width: 180px !important; }
  .site-footer ul.list-links {
    margin: 0 0 2em;
    padding: 0; }
    .site-footer ul.list-links::after {
      display: block;
      clear: both;
      content: ""; }
    .site-footer ul.list-links li {
      float: left;
      padding: 0;
      margin-left: 1em; }
      .site-footer ul.list-links li .svg-inline--fa {
        position: relative;
        margin-right: 6px;
        top: 1px; }
      .site-footer ul.list-links li:first-child {
        margin-left: 0; }
      .site-footer ul.list-links li.close-up {
        margin-left: .7em; }
      .site-footer ul.list-links li:hover a {
        color: #122929; }
  .site-footer a {
    color: #fff; }
    .site-footer a:hover {
      border-bottom: 1px solid #122929; }
    .site-footer a[rel=icon]:hover {
      border-bottom: 0; }
  .site-footer p {
    font-size: 14px; }
  .site-footer p:last-child {
    margin-bottom: 0; }

/* FiDA typography */
h1, h2, h3, h4, h5, h6 {
  font-family: 'AvantGardeGothicITCW02Dm', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  letter-spacing: -0.02em;
  font-weight: normal;
  font-style: normal;
  line-height: 0.93; }

h1 em {
  font-family: 'AvantGardeGothicITCW02DmObl';
  font-weight: normal;
  font-style: normal; }

h1.entry-title {
  font-size: 4em; }

@media screen and (max-width: 768px) {
  h1.entry-title {
    font-size: 3em;
    overflow-wrap: break-word; }
  .content-area.with-sidebar .layout-fixed .sidebar {
    margin-left: 0; } }

@media screen and (max-width: 790px) {
  #masthead .site-name span.short-site-name {
    display: none !important; }
  #masthead .site-name span.abbr-site-name {
    display: block; } }

@media screen and (max-width: 900px) {
  body {
    position: relative;
    left: -1px;
    border-left: 1px solid #4fbdb9; }
  .site-header .site-title {
    margin-left: 56px; }
  .site-header .menu-toggle {
    display: block; }
  .site-header nav.fida-site-navigation {
    width: 240px;
    background: #fff;
    border-top: 3px solid #4fbdb9;
    overflow: hidden; }
    .site-header nav.fida-site-navigation .fida-nav-menu {
      height: auto;
      max-width: 240px;
      width: 240px;
      margin-top: 1em; }
      .site-header nav.fida-site-navigation .fida-nav-menu ul {
        width: 100%; }
        .site-header nav.fida-site-navigation .fida-nav-menu ul li {
          display: block;
          width: 100%;
          float: none;
          padding: 0;
          margin-bottom: 1.2em;
          line-height: 20px; }
          .site-header nav.fida-site-navigation .fida-nav-menu ul li a {
            display: block;
            padding: 5px 0 23px 1em;
            color: #333;
            border-bottom: 1px solid #4fbdb9; }
          .site-header nav.fida-site-navigation .fida-nav-menu ul li.current-menu-item a,
          .site-header nav.fida-site-navigation .fida-nav-menu ul li:hover a {
            color: #4fbdb9;
            border-bottom: 1px solid #4fbdb9; }
          .site-header nav.fida-site-navigation .fida-nav-menu ul li:first-child {
            padding: 0; }
    .site-header nav.fida-site-navigation.fida-primary-navigation {
      height: auto; }
      .site-header nav.fida-site-navigation.fida-primary-navigation .fida-nav-menu {
        height: auto; }
  #page .fida-site-navigation {
    position: absolute;
    top: -3px;
    left: -240px; }
  .is-header-fixed #main {
    top: 0;
    padding-top: 67px; } }

@media screen and (max-width: 1020px) {
  #masthead .site-name span.short-site-name {
    display: block; }
  #masthead .site-name span.full-site-name {
    display: none; } }

@media screen and (max-width: 1200px) {
  .site-name span.return-to {
    display: none; } }

@media screen and (min-width: 1100px) {
  .layout-fixed,
  .fida-nav-menu {
    margin-left: 272px !important;
    margin-right: auto !important; }
  .content-area.with-sidebar .layout-fixed {
    width: 968px; }
    .content-area.with-sidebar .layout-fixed .blog-regular,
    .content-area.with-sidebar .layout-fixed .entry-content {
      width: 740px; } }

::selection {
  text-shadow: none;
  color: #333;
  background: #efefef; }

::-moz-selection {
  text-shadow: none;
  color: #333;
  background: #efefef; }

em.amp {
  font-family: Baskerville, Palatino, Constantia, 'Book Antiqua', serif;
  font-weight: normal;
  font-style: italic;
  padding: 0 3px 0 0; }

.smallprint {
  font-size: 14px;
  line-height: 1.4; }

.closeup {
  letter-spacing: -0.2em; }

a.file {
  border: 0; }
  a.file img {
    border: 1px solid #ccc !important; }
  a.file:hover {
    border: 0; }
    a.file:hover img {
      border: 1px solid #aaa !important; }

.responsive-embed {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 0;
  padding-bottom: 62.5%;
  overflow: hidden; }
  .responsive-embed .embed-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    border: 1px solid #cacaca; }
    .responsive-embed .embed-frame.slideshare {
      height: 98.3%; }
    .responsive-embed .embed-frame iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      max-width: 100%;
      height: 100%; }

.image-row .col-sm-4 {
  text-align: center;
  padding: 1.5em 0; }
  .image-row .col-sm-4 img {
    max-width: 75%;
    max-height: 50px; }

.unstyled-list {
  list-style-type: none; }

.media-columns {
  margin: 0 0 2em; }
  .media-columns .wp-block-column {
    flex: none;
    padding: 1em 0 0;
    margin: 0; }
  .media-columns .wp-block-column:first-child {
    width: 100px !important;
    padding-top: 0;
    margin-right: 2em !important; }
    .media-columns .wp-block-column:first-child figure {
      margin-bottom: 0; }
  .media-columns h3 {
    margin-bottom: 8px !important; }
    .media-columns h3 a {
      color: #212529;
      border-bottom: 1px solid #74cbc8; }

.media-label {
  display: inline-block;
  position: relative;
  padding: 3px 4px;
  margin-right: .2em;
  background: #e3dfd7;
  color: #696b6d;
  font-size: .9rem;
  line-height: 1rem; }

.media-list {
  list-style-type: none;
  margin: 0;
  padding-left: 0; }
  .media-list.with-border-top {
    border-top: 1px solid #eee; }
    .media-list.with-border-top li:first-child {
      margin-top: .8em; }
  .media-list.with-border-bottom {
    border-bottom: 1px solid #eee; }
  .media-list.with-borders li {
    margin-bottom: 0 !important;
    padding: .5em 7.5em .5em 0;
    border-top: 1px solid #eee;
    line-height: 23px !important; }
    .media-list.with-borders li a {
      border-bottom: 0 !important; }
      .media-list.with-borders li a:hover {
        border-bottom: 1px solid #74cbc8 !important; }
  .media-list.with-metadata li {
    position: relative; }
    .media-list.with-metadata li span.metadata:not(.meta-inline) {
      position: absolute;
      top: .5em;
      right: 0; }
    .media-list.with-metadata li.metadata-only span.metadata {
      top: 0; }
  .media-list li {
    position: relative;
    padding-left: 0; }
    .media-list li a {
      font-weight: normal !important; }
    .media-list li .media-thumb,
    .media-list li .media-title {
      display: block; }
    .media-list li .media-thumb {
      position: absolute;
      right: 0; }
      .media-list li .media-thumb.file img {
        position: relative;
        top: 0;
        width: 53px;
        height: 75px; }
      .media-list li .media-thumb.file-horizontal img {
        top: 12px;
        height: 35px; }
      .media-list li .media-thumb.media-label {
        margin-top: 6px; }
    .media-list li .media-title {
      padding: 0 60px 0 0; }
      .media-list li .media-title h3 {
        font-size: 1.4em;
        line-height: 1.2;
        margin-bottom: 0.1em; }
        .media-list li .media-title h3 a {
          font-weight: normal;
          border: 0; }
          .media-list li .media-title h3 a:hover {
            border-bottom: 1px solid #74cbc8; }
    .media-list li.list-item-disabled .media-thumb {
      opacity: 0.5; }
    .media-list li.list-item-disabled .media-title {
      color: #6c757d; }
    .media-list li.list-item-secondary {
      opacity: 0.8; }
  .media-list.media-list-documents li {
    margin-bottom: 1.6em !important; }
    .media-list.media-list-documents li .media-thumb.file img {
      top: -6px; }
    .media-list.media-list-documents li .media-thumb.file-horizontal img {
      top: 8px; }
    .media-list.media-list-documents li .media-title p {
      line-height: 24px;
      margin: 12px 0 36px;
      width: 90%; }
  .media-list.media-list-bios {
    margin-top: 2em; }
    .media-list.media-list-bios li .media-thumb {
      left: 0;
      right: auto; }
      .media-list.media-list-bios li .media-thumb img {
        width: 60px;
        height: 60px;
        padding: 2px;
        border: 1px solid #ccc; }
    .media-list.media-list-bios li .media-title {
      width: 100%;
      padding-top: 4px;
      padding-left: 76px; }

.media-list + .post-extract {
  margin-top: -1em; }

p.tags {
  margin-bottom: 0; }
  p.tags + hr {
    padding-bottom: .8em; }

.columns {
  position: relative;
  counter-reset: item;
  display: flex;
  flex-wrap: wrap; }
  .columns::after {
    display: block;
    clear: both;
    content: ""; }
  .columns .col {
    float: left;
    width: 44%;
    display: flex;
    flex-direction: column; }
    .columns .col:first-child {
      margin-right: 10%; }

@media screen and (max-width: 768px) {
  .columns {
    display: block; }
    .columns .col {
      display: block;
      float: none;
      width: 100%;
      margin-right: 0; } }

.entry-content .fragment-search-filters {
  margin: 14px 0;
  padding-left: 4px; }
  .entry-content .fragment-search-filters > ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .entry-content .fragment-search-filters > ul::after {
      display: block;
      clear: both;
      content: ""; }
    .entry-content .fragment-search-filters > ul > li {
      position: relative;
      margin-bottom: 0;
      float: left;
      color: #868e96; }
      .entry-content .fragment-search-filters > ul > li a {
        color: #868e96;
        border-bottom: 0; }
        .entry-content .fragment-search-filters > ul > li a.active, .entry-content .fragment-search-filters > ul > li a:hover {
          color: #333;
          text-decoration: none;
          border-bottom: 0 !important; }
      .entry-content .fragment-search-filters > ul > li button {
        display: none;
        margin: 0 0 0 14px;
        padding: 2px 6px;
        border: 0;
        background-color: #74cbc8;
        color: #fff;
        font-size: 14px;
        line-height: 22px; }
      .entry-content .fragment-search-filters > ul > li.active a {
        color: #333 !important;
        font-weight: bold;
        border-bottom: 1px solid #74cbc8; }
      .entry-content .fragment-search-filters > ul > li:first-child {
        padding-left: 0.2em;
        color: #333; }
      .entry-content .fragment-search-filters > ul > li .fragment-filter-list {
        position: absolute;
        top: 32px;
        left: 19px;
        z-index: 120;
        overflow-y: auto;
        overflow-x: hidden; }

.fragment-filter-list {
  display: none;
  width: auto;
  width: 250px;
  background-color: #f9f9f9;
  padding: 8px 15px 9px 13px;
  border: 1px solid #eee;
  border-top: 3px solid #74cbc8;
  border-bottom: 1px solid #ced4da; }
  .fragment-filter-list > p {
    color: #343a40;
    font-size: 0.8em;
    margin: 0.2em 0 0.8em; }
  .fragment-filter-list > ul {
    list-style-type: none;
    margin: 0;
    margin-top: 2px;
    padding: 0; }
    .fragment-filter-list > ul > li {
      position: relative;
      padding: 0 0 6px 20px;
      margin-bottom: 0 !important;
      font-size: 14px;
      color: #343a40; }
      .fragment-filter-list > ul > li input {
        position: absolute;
        left: 0;
        top: 6px; }
      .fragment-filter-list > ul > li.filter-disabled {
        color: #ced4da; }
      .fragment-filter-list > ul > li:before {
        content: '' !important; }
      .fragment-filter-list > ul > li:last-child {
        padding-bottom: 0; }
  .fragment-filter-list.fragment-filter-list-thin {
    width: 140px; }
  .fragment-filter-list.fragment-filter-list-thin-with-label {
    width: 300px; }

form p {
  position: relative;
  margin: 1.6em 0; }

fieldset {
  margin-bottom: 1em; }

label {
  display: block;
  margin-bottom: .1em;
  color: #666; }
  label input {
    font-size: 16px !important; }
  label.required {
    font-weight: bold; }

form + hr,
div.form-wrapper + hr {
  padding-top: 0; }

input:not([type=submit]):not([type=button]):not([type=file]):not([type=radio]):not([type=checkbox]) {
  width: 100%;
  font-size: 1em;
  color: #333;
  padding: .3em .5em;
  border: 1px solid #ddd;
  background: #fff;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

/* Buttons */
input[type=submit],
input[type=button],
button,
a.button,
.button {
  position: relative;
  display: inline-block;
  padding: .5em 1em;
  font-family: 'AvantGardeGothicITCW02Dm', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 0.9em;
  line-height: 1.3;
  border: 0;
  outline: 0;
  background: #74cbc8;
  border: 1px solid #74cbc8;
  color: #fff !important;
  text-shadow: none; }
  input[type=submit]:hover,
  input[type=submit]:hover i,
  input[type=button]:hover,
  input[type=button]:hover i,
  button:hover,
  button:hover i,
  a.button:hover,
  a.button:hover i,
  .button:hover,
  .button:hover i {
    color: #74cbc8 !important;
    background: #fff;
    border-color: #74cbc8;
    cursor: pointer; }
  input[type=submit]:active,
  input[type=button]:active,
  button:active,
  a.button:active,
  .button:active {
    background-color: #fafafa; }
  input[type=submit] .svg-inline--fa,
  input[type=button] .svg-inline--fa,
  button .svg-inline--fa,
  a.button .svg-inline--fa,
  .button .svg-inline--fa {
    margin-right: 3px; }

/* FiDA (long-form) content */
ol,
ul {
  margin: .2em 0 1em -59px;
  line-height: 1.8; }

ol {
  margin-left: -49px; }

#content {
  padding-bottom: 6em; }

.post-thumbnail + article .entry-content,
.post-thumbnail + article .sidebar {
  padding-top: 4em; }

.post-thumbnail + .layout-fixed > article {
  padding-top: 1em; }

.post-thumbnail + .layout-fixed > .blog-regular,
.post-thumbnail + .layout-fixed > .sidebar {
  padding-top: 2em; }

.layout-fixed + .layout-fixed .blog-regular,
.layout-fixed + .layout-fixed .sidebar {
  border-top: 1px solid #eee;
  padding-top: 1.2em; }

.blog-regular > .entry-content {
  padding-top: 0 !important; }

.home .post-thumbnail h1 {
  letter-spacing: -0.04em;
  font-size: 3em;
  line-height: 0.9; }
  .home .post-thumbnail h1 span.whiteout-background {
    padding-bottom: .1em; }

.home .entry-content h5 {
  padding: 0 0 .8em; }

.post-thumbnail {
  padding: 2em 0 .5em;
  background-color: #4fbdb9; }
  .post-thumbnail.with-breadcrumbs {
    padding: 1.4em 0 2.4em; }
  .post-thumbnail.thumbnail-bg-client {
    background-color: #d3bbe0; }
  .post-thumbnail.thumbnail-bg-institution {
    background-color: #e3dfd7; }
  .post-thumbnail.thumbnail-bg-ecosystem {
    background-color: #89abd1; }
  .post-thumbnail.thumbnail-bg-impact {
    background-color: #74cbc8; }
  .post-thumbnail.post-thumbnail-hero {
    background-color: #4fbdb9;
    background-image: none;
    padding-bottom: 2em; }
    .post-thumbnail.post-thumbnail-hero h1 {
      color: #fff; }
      .post-thumbnail.post-thumbnail-hero h1 .whiteout-background {
        background: none;
        box-shadow: none; }
    .post-thumbnail.post-thumbnail-hero .entry-content {
      margin-top: 2em;
      color: #fff; }
    .post-thumbnail.post-thumbnail-hero a {
      color: #fff !important;
      border-bottom-color: #fff !important; }
      .post-thumbnail.post-thumbnail-hero a:hover {
        color: #122929 !important;
        border-bottom-color: #122929 !important; }
      .post-thumbnail.post-thumbnail-hero a.button {
        background-color: #4fbdb9;
        border-color: #fff; }
        .post-thumbnail.post-thumbnail-hero a.button:hover {
          color: #122929 !important;
          border-color: #122929;
          background: none; }
    .post-thumbnail.post-thumbnail-hero + .layout-fixed .entry-content {
      margin-top: 1em; }
  .post-thumbnail ul.breadcrumbs {
    display: inline-block;
    list-style-type: none;
    margin: 0 0 0.8em;
    padding: 0;
    font-family: 'minion-pro', 'Minion Pro', serif;
    background-color: #122929;
    box-shadow: 10px 0 0px 0px #122929, -10px 0 0px 0px #122929; }
    .post-thumbnail ul.breadcrumbs::after {
      display: block;
      clear: both;
      content: ""; }
    .post-thumbnail ul.breadcrumbs li {
      position: relative;
      float: left;
      display: block;
      margin: 0 30px 0 0;
      padding: 0;
      color: #fff; }
      .post-thumbnail ul.breadcrumbs li a {
        color: #fff; }
        .post-thumbnail ul.breadcrumbs li a:hover {
          border-bottom: 1px solid #fff; }
      .post-thumbnail ul.breadcrumbs li:last-child {
        font-style: italic;
        margin-right: 0; }
      .post-thumbnail ul.breadcrumbs li:after {
        position: absolute;
        top: -1px;
        right: -19px;
        content: '»';
        color: #fff;
        z-index: 11; }
      .post-thumbnail ul.breadcrumbs li:last-child:after {
        content: ''; }
  .post-thumbnail h1 {
    font-family: 'minion-pro', 'Minion Pro', serif;
    font-size: 3.5em;
    color: #122929; }
    .post-thumbnail h1 em {
      font-family: 'minion-pro', 'Minion Pro', serif;
      font-style: italic; }
  .post-thumbnail h2 {
    font-family: 'minion-pro', 'Minion Pro', serif;
    font-style: italic;
    font-weight: bold;
    font-size: 1.4em;
    margin-top: 1.1em; }
  .post-thumbnail h1 span.whiteout-background, .post-thumbnail h2 span.whiteout-background {
    position: relative;
    z-index: 2;
    background: #fff;
    padding-right: 10px;
    line-height: 1.05;
    box-shadow: 12px 0 0px 0px #fff, -10px 0 0px 0px #fff; }
  .post-thumbnail h1 span.whiteout-text, .post-thumbnail h2 span.whiteout-text {
    position: relative;
    z-index: 10; }
  .post-thumbnail h2 span.whiteout-background {
    box-shadow: 5px 0 0px 0px #fff, -10px 0 0px 0px #fff; }
  .post-thumbnail h2 span.whiteout-text {
    color: #455a58; }

.entry-header {
  position: relative;
  padding-top: 2em; }
  .entry-header h5 {
    padding: 0 !important; }
  .entry-header p.shares {
    position: absolute;
    right: 0;
    top: 33px; }
    .entry-header p.shares a.share-twitter {
      padding-right: 1px; }
    .entry-header p.shares a.share-linkedin {
      padding-right: 3px; }
    .entry-header p.shares a.share-email {
      position: relative;
      top: -1px;
      font-size: 0.9em; }
  .entry-header p {
    margin: 0;
    color: #666; }
  .entry-header hr {
    margin-bottom: 0; }

.blog-regular article {
  border-bottom: 2px solid #74cbc8;
  padding-bottom: 4em;
  margin-bottom: 4em; }
  .blog-regular article:first-child .entry-header {
    padding-top: 0; }
  .blog-regular article:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 1em; }

.navigation a {
  display: inline-block;
  margin-bottom: .6em;
  padding: .3em .4em .2em;
  border: 1px solid #ddd;
  border-bottom-color: #74cbc8;
  color: #666; }

.entry-header + div.entry-content {
  padding-top: 2em; }

.page.home .entry-content h2 {
  font-size: 4em; }

.entry-header h2,
.entry-content h2 {
  position: relative;
  font-family: 'AvantGardeGothicITCW01Bd';
  letter-spacing: -0.04em;
  font-size: 5em;
  line-height: 0.9;
  color: #122929; }
  .entry-header h2 .highlight,
  .entry-content h2 .highlight {
    display: block;
    background-color: inherit;
    color: #74cbc8; }
  .entry-header h2 span.§,
  .entry-content h2 span.§ {
    position: absolute;
    left: -1em;
    color: #d5bae0; }

.entry-header h3,
.entry-content h3 {
  font-size: 1.6em;
  line-height: 1.3;
  margin-bottom: 0.8em; }
  .entry-header h3 span.§,
  .entry-content h3 span.§ {
    position: absolute;
    left: -1.1em;
    text-align: right;
    font-weight: bold;
    color: #205352; }

.entry-header h4,
.entry-content h4 {
  position: relative;
  font-family: 'minion-pro';
  font-size: 1.3em;
  font-weight: 600;
  font-style: italic;
  color: #205352;
  line-height: 1.2;
  letter-spacing: 0; }
  .entry-header h4:before,
  .entry-content h4:before {
    content: '—';
    position: absolute;
    left: -1.5em; }

.entry-header h5,
.entry-content h5 {
  position: relative;
  font-size: 1.6em;
  line-height: 1.2;
  padding: 1.3em 0 1.4em 0; }
  .entry-header h5 span,
  .entry-content h5 span {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    background-color: #d5bae0;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    padding: 4px; }
    .entry-header h5 span:after,
    .entry-content h5 span:after {
      content: "\A";
      white-space: pre; }
  .entry-header h5 .bigfoot-footnote__button,
  .entry-content h5 .bigfoot-footnote__button {
    font-size: 15px; }
  .entry-header h5:first-child,
  .entry-content h5:first-child {
    padding-top: 0; }

.entry-header p a:not([rel=tag]),
.entry-header li a:not([rel=tag]),
.entry-header td a:not([rel=tag]),
.entry-content p a:not([rel=tag]),
.entry-content li a:not([rel=tag]),
.entry-content td a:not([rel=tag]),
.sidebar p a:not([rel=tag]),
.sidebar li a:not([rel=tag]),
.sidebar td a:not([rel=tag]) {
  color: #333;
  border-bottom: 1px solid #4fcdb0;
  line-height: 22px !important; }
  .entry-header p a:not([rel=tag]):hover,
  .entry-header li a:not([rel=tag]):hover,
  .entry-header td a:not([rel=tag]):hover,
  .entry-content p a:not([rel=tag]):hover,
  .entry-content li a:not([rel=tag]):hover,
  .entry-content td a:not([rel=tag]):hover,
  .sidebar p a:not([rel=tag]):hover,
  .sidebar li a:not([rel=tag]):hover,
  .sidebar td a:not([rel=tag]):hover {
    border-bottom: 1px solid #333; }
  .entry-header p a:not([rel=tag]).button, .entry-header p a:not([rel=tag]).file, .entry-header p a:not([rel=tag])[rel=footnote],
  .entry-header li a:not([rel=tag]).button,
  .entry-header li a:not([rel=tag]).file,
  .entry-header li a:not([rel=tag])[rel=footnote],
  .entry-header td a:not([rel=tag]).button,
  .entry-header td a:not([rel=tag]).file,
  .entry-header td a:not([rel=tag])[rel=footnote],
  .entry-content p a:not([rel=tag]).button,
  .entry-content p a:not([rel=tag]).file,
  .entry-content p a:not([rel=tag])[rel=footnote],
  .entry-content li a:not([rel=tag]).button,
  .entry-content li a:not([rel=tag]).file,
  .entry-content li a:not([rel=tag])[rel=footnote],
  .entry-content td a:not([rel=tag]).button,
  .entry-content td a:not([rel=tag]).file,
  .entry-content td a:not([rel=tag])[rel=footnote],
  .sidebar p a:not([rel=tag]).button,
  .sidebar p a:not([rel=tag]).file,
  .sidebar p a:not([rel=tag])[rel=footnote],
  .sidebar li a:not([rel=tag]).button,
  .sidebar li a:not([rel=tag]).file,
  .sidebar li a:not([rel=tag])[rel=footnote],
  .sidebar td a:not([rel=tag]).button,
  .sidebar td a:not([rel=tag]).file,
  .sidebar td a:not([rel=tag])[rel=footnote] {
    border-bottom: inherit; }
    .entry-header p a:not([rel=tag]).button:hover, .entry-header p a:not([rel=tag]).file:hover, .entry-header p a:not([rel=tag])[rel=footnote]:hover,
    .entry-header li a:not([rel=tag]).button:hover,
    .entry-header li a:not([rel=tag]).file:hover,
    .entry-header li a:not([rel=tag])[rel=footnote]:hover,
    .entry-header td a:not([rel=tag]).button:hover,
    .entry-header td a:not([rel=tag]).file:hover,
    .entry-header td a:not([rel=tag])[rel=footnote]:hover,
    .entry-content p a:not([rel=tag]).button:hover,
    .entry-content p a:not([rel=tag]).file:hover,
    .entry-content p a:not([rel=tag])[rel=footnote]:hover,
    .entry-content li a:not([rel=tag]).button:hover,
    .entry-content li a:not([rel=tag]).file:hover,
    .entry-content li a:not([rel=tag])[rel=footnote]:hover,
    .entry-content td a:not([rel=tag]).button:hover,
    .entry-content td a:not([rel=tag]).file:hover,
    .entry-content td a:not([rel=tag])[rel=footnote]:hover,
    .sidebar p a:not([rel=tag]).button:hover,
    .sidebar p a:not([rel=tag]).file:hover,
    .sidebar p a:not([rel=tag])[rel=footnote]:hover,
    .sidebar li a:not([rel=tag]).button:hover,
    .sidebar li a:not([rel=tag]).file:hover,
    .sidebar li a:not([rel=tag])[rel=footnote]:hover,
    .sidebar td a:not([rel=tag]).button:hover,
    .sidebar td a:not([rel=tag]).file:hover,
    .sidebar td a:not([rel=tag])[rel=footnote]:hover {
      border-bottom: inherit; }

.sidebar h5 {
  margin-bottom: 1em; }

.entry-content {
  position: relative; }
  .entry-content > section {
    margin-bottom: 8em; }
  .entry-content .section-title {
    position: relative;
    margin-bottom: 1em;
    padding-top: .6em;
    padding-bottom: .3em;
    font-size: 1.0em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border-bottom: 1px solid #ddd; }
  .entry-content h2.hero-block {
    font-family: 'minion-pro', 'Minion Pro', serif;
    font-size: 3em !important;
    color: #fff;
    padding-top: .5em;
    padding-bottom: .5em;
    line-height: 1; }
    .entry-content h2.hero-block em {
      font-family: 'minion-pro', 'Minion Pro', serif;
      font-style: italic; }
  .entry-content p.hero-block {
    padding-bottom: 2em; }
  .entry-content .hero-block {
    padding: 1em 1000px;
    margin: 0 -1000px;
    background-color: #4fbdb9;
    color: #fff; }
    .entry-content .hero-block a {
      color: #fff !important;
      border-bottom-color: #fff !important; }
      .entry-content .hero-block a:hover {
        color: #122929 !important;
        border-bottom-color: #122929 !important; }
      .entry-content .hero-block a.button {
        background-color: #4fbdb9;
        border-color: #fff; }
        .entry-content .hero-block a.button:hover {
          color: #122929 !important;
          border-color: #122929;
          background: none; }
  .entry-content .hero-block:first-child {
    margin-top: 0; }
  .entry-content p.shares {
    position: absolute;
    top: 1.8em;
    left: -3.2em; }
    .entry-content p.shares a {
      display: block; }
  .entry-content p,
  .entry-content li {
    font-variant-numeric: oldstyle-nums;
    font-feature-settings: 'onum'; }
    .entry-content p.smallcaps,
    .entry-content li.smallcaps {
      font-variant-caps: all-small-caps;
      -moz-font-feature-settings: 'c2sc', 'smcp';
      -webkit-font-feature-settings: 'c2sc', 'smcp';
      font-feature-settings: 'c2sc', 'smcp'; }
    .entry-content p.caption,
    .entry-content li.caption {
      font-size: 16px;
      line-height: 23px; }
  .entry-content p + hr {
    margin-top: -1.1em; }
  .entry-content figcaption {
    font-size: .9em;
    text-align: left;
    margin-bottom: 1.4em; }
  .entry-content ol {
    list-style-type: none; }
    .entry-content ol li {
      position: relative;
      counter-increment: item; }
      .entry-content ol li:before {
        position: absolute;
        left: -1em;
        content: counter(item);
        font-family: 'AvantGardeGothicITCW02Dm';
        font-weight: bold;
        font-size: 80%;
        color: #205352;
        line-height: 2; }
  .entry-content ul:not(.unstyled-list) {
    list-style-type: none; }
    .entry-content ul:not(.unstyled-list) li {
      position: relative; }
      .entry-content ul:not(.unstyled-list) li:before {
        position: absolute;
        left: -.5em;
        content: '•';
        font-family: 'AvantGardeGothicITCW02Dm';
        font-weight: bold;
        color: #205352; }
  .entry-content li {
    margin-bottom: 1em; }
    .entry-content li ul:not(.unstyled-list) {
      margin-top: 1em;
      margin-left: 10px;
      padding-left: 0; }
      .entry-content li ul:not(.unstyled-list) li {
        line-height: 28px; }
        .entry-content li ul:not(.unstyled-list) li:before {
          content: '−';
          font-family: 'minion-pro', 'Minion Pro', serif !important;
          font-weight: normal !important;
          padding-right: 1ch; }
  .entry-content blockquote {
    margin-bottom: 1.4em; }
    .entry-content blockquote p {
      border-left: 0.2em solid #ccc4bc;
      padding-left: 1em;
      padding-bottom: 0.3em;
      font-size: 21px;
      line-height: 31px;
      font-style: italic;
      color: #122929; }
    .entry-content blockquote footer {
      margin-left: 1.4em; }
    .entry-content blockquote cite {
      font-style: normal;
      font-weight: bold;
      color: #122929; }
      .entry-content blockquote cite:before {
        content: "\2014 \2009"; }
  .entry-content .callout {
    background-color: #f5f3f1;
    padding: 1em;
    margin-bottom: 1.4em; }
    .entry-content .callout h4:before {
      content: ''; }
    .entry-content .callout h5 {
      padding-top: 1.4em;
      padding-bottom: 0; }
    .entry-content .callout p:last-child {
      margin-bottom: 0; }
    .entry-content .callout ul, .entry-content .callout ol {
      margin-left: -24px; }
      .entry-content .callout ul li:before, .entry-content .callout ol li:before {
        color: #a09182; }
    .entry-content .callout a {
      border-bottom: 1px solid #b6ab9f !important; }
  .entry-content .ref {
    display: block;
    font-weight: bold; }
    .entry-content .ref:before {
      position: absolute;
      left: 0;
      content: '“';
      font-weight: bold; }
    .entry-content .ref:after {
      content: '”';
      font-weight: bold; }
    .entry-content .ref a {
      display: inline !important; }
  .entry-content .frontmatter {
    width: 90%; }
    .entry-content .frontmatter h2 {
      font-size: 3em; }
    .entry-content .frontmatter h3 {
      font-size: 1.2em;
      text-transform: uppercase; }
    .entry-content .frontmatter p,
    .entry-content .frontmatter li {
      font-size: 16px !important;
      line-height: 24px !important; }
    .entry-content .frontmatter ul {
      list-style-type: none; }
      .entry-content .frontmatter ul li {
        margin-bottom: .5em !important; }
        .entry-content .frontmatter ul li:before {
          content: '' !important; }

p.shares {
  font-size: 1.3em; }
  p.shares a {
    text-align: center;
    color: #333;
    line-height: 26px !important;
    border-bottom: 0 !important; }

.type-post .entry-content table,
.type-snapshot .entry-content table {
  width: 100%;
  border-bottom: 1px solid #6e7f7c;
  margin-bottom: 1.4em; }
  .type-post .entry-content table th,
  .type-post .entry-content table td,
  .type-snapshot .entry-content table th,
  .type-snapshot .entry-content table td {
    padding: 4px; }
  .type-post .entry-content table thead th,
  .type-post .entry-content table tbody td.row-heading,
  .type-snapshot .entry-content table thead th,
  .type-snapshot .entry-content table tbody td.row-heading {
    font-family: 'AvantGardeGothicITCW01Bd';
    font-weight: 400;
    letter-spacing: -0.04em;
    color: #455b58; }
  .type-post .entry-content table td.row-heading,
  .type-snapshot .entry-content table td.row-heading {
    width: 20%; }
  .type-post .entry-content table tbody tr td,
  .type-snapshot .entry-content table tbody tr td {
    border-bottom: 0;
    border-top: 1px solid #6e7f7c;
    vertical-align: top; }
    .type-post .entry-content table tbody tr td p,
    .type-snapshot .entry-content table tbody tr td p {
      margin-bottom: 0; }
    .type-post .entry-content table tbody tr td ul,
    .type-post .entry-content table tbody tr td ol,
    .type-snapshot .entry-content table tbody tr td ul,
    .type-snapshot .entry-content table tbody tr td ol {
      list-style-type: none; }
      .type-post .entry-content table tbody tr td ul li,
      .type-post .entry-content table tbody tr td ol li,
      .type-snapshot .entry-content table tbody tr td ul li,
      .type-snapshot .entry-content table tbody tr td ol li {
        line-height: 1.2;
        margin-bottom: .5em; }
        .type-post .entry-content table tbody tr td ul li:before,
        .type-post .entry-content table tbody tr td ol li:before,
        .type-snapshot .entry-content table tbody tr td ul li:before,
        .type-snapshot .entry-content table tbody tr td ol li:before {
          content: ''; }
      .type-post .entry-content table tbody tr td ul:last-child,
      .type-post .entry-content table tbody tr td ol:last-child,
      .type-snapshot .entry-content table tbody tr td ul:last-child,
      .type-snapshot .entry-content table tbody tr td ol:last-child {
        margin-bottom: 0; }
    .type-post .entry-content table tbody tr td ol,
    .type-snapshot .entry-content table tbody tr td ol {
      list-style-type: decimal; }
      .type-post .entry-content table tbody tr td ol li,
      .type-snapshot .entry-content table tbody tr td ol li {
        padding-left: 0;
        margin-left: 27px; }
        .type-post .entry-content table tbody tr td ol li > ol,
        .type-snapshot .entry-content table tbody tr td ol li > ol {
          list-style-type: lower-alpha; }

footer.entry-meta {
  padding: 0.5em 0; }
  footer.entry-meta form {
    margin-top: 1.4em; }
    footer.entry-meta form fieldset,
    footer.entry-meta form label {
      display: inline-block; }
    footer.entry-meta form label {
      margin-right: 7px; }
      footer.entry-meta form label .width-constrained {
        display: none; }
    footer.entry-meta form input:not([type=submit]):not([type=button]):not([type=file]):not([type=radio]):not([type=checkbox]) {
      width: 112px;
      margin-right: 21px; }

@media screen and (max-width: 768px) {
  .entry-content h2 {
    font-size: 3.2em;
    overflow-wrap: break-word; }
  .entry-content h3 {
    font-size: 1.4em; }
  .entry-content h4 {
    font-size: 1.3em; }
  .entry-content .frontmatter h2 {
    font-size: 3.2em; } }

.entry-content .entry-nav-toc {
  position: absolute;
  width: 200px;
  right: -224px; }

@media screen and (max-width: 1200px) {
  .entry-content .entry-nav-toc {
    position: relative;
    width: 100%;
    right: auto;
    margin-bottom: 4em; }
    .entry-content .entry-nav-toc::after {
      display: block;
      clear: both;
      content: ""; }
  .entry-nav-toc section {
    width: 200px;
    float: left;
    margin-right: 30px; }
    .entry-nav-toc section:last-child {
      margin-right: 0; } }

@media screen and (max-width: 460px) {
  .entry-nav-toc section {
    width: 100%;
    margin-right: 0; } }

.entry-nav-toc {
  opacity: 0.8; }
  .entry-nav-toc section {
    margin-bottom: 1em; }
  .entry-nav-toc h6 {
    text-transform: uppercase;
    border-top: 4px solid #74cbc8;
    margin: 27px 0 27px;
    padding: 18px 0 0; }
    .entry-nav-toc h6:first-child {
      margin-top: 0; }
  .entry-nav-toc ul {
    list-style-type: none; }
    .entry-nav-toc ul li {
      position: relative;
      font-size: 15px;
      line-height: 20px;
      margin-bottom: 8px; }
      .entry-nav-toc ul li a {
        display: inline !important;
        overflow-wrap: break-word;
        border-bottom: none !important; }
      .entry-nav-toc ul li:before {
        content: '' !important; }
      .entry-nav-toc ul li.active:before {
        position: absolute;
        top: 2px;
        left: 0;
        content: '\25B6 \FE0E' !important;
        font-size: 14px !important;
        color: #74cbc8; }
  .entry-nav-toc .smallprint {
    margin-top: 3em; }
  .entry-nav-toc:hover {
    opacity: 1; }
  .entry-nav-toc:hover li a {
    border-bottom: 1px solid #4fcdb0 !important; }
    .entry-nav-toc:hover li a:hover {
      border-bottom-color: #333 !important; }

.bibliography ul {
  list-style-type: none;
  overflow: hidden; }
  .bibliography ul li:before {
    content: '' !important; }

.bibliography li,
.footnotes li {
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 24px; }

.bibliography li > span {
  display: block;
  margin-left: 1.5em;
  text-indent: -1.5em; }

.bibliography li a,
.footnotes li a {
  display: inline !important;
  overflow-wrap: break-word; }

a[rel=author] {
  color: #333; }

a[rel=footnote] {
  font-family: 'minion-pro-caption';
  font-weight: 500;
  color: #f38b00; }

a[rel=tag] {
  display: inline-block;
  margin-bottom: .6em;
  padding: .2em .4em;
  border: 1px solid #ddd;
  border-bottom-color: #74cbc8;
  color: #666; }
  a[rel=tag]:hover {
    border-color: #333; }

.sidebar a[rel=tag] {
  font-size: 14px; }

.shares {
  font-size: 1.4em;
  text-align: right; }
  .shares a:hover {
    color: #74cbc8 !important; }

ul.archive {
  list-style-type: none; }
  ul.archive li a {
    color: #333; }
    ul.archive li a:hover {
      border-bottom: 1px solid #74cbc8; }

.metadata {
  color: #6c757d; }

.highlight {
  background-color: #ffffcf; }

a.highlight {
  box-shadow: 4px 2px 0px 0px #ffffcf, -4px 2px 0px 0px #ffffcf; }

.nav-more {
  margin-top: 2em;
  text-align: right; }
  .nav-more a {
    font-size: 0.8em; }

@media screen and (min-width: 1100px) {
  .home p.hero-block {
    background-image: url("/wp-content/themes/readme-child/images/mses/hero-bg-daniel.jpg");
    background-repeat: no-repeat;
    background-position: bottom 0 left 750px;
    background-size: 10.5%; }
  article .profile-illustration {
    position: absolute;
    top: -23px;
    left: 0;
    width: 250px;
    height: 300px;
    background-repeat: no-repeat;
    background-position: bottom 0 left 0;
    background-size: 100%;
    z-index: 2; }
  #post-72 .profile-illustration {
    background-image: url("/wp-content/themes/readme-child/images/mses/bernard.png"); }
  #post-74 .profile-illustration {
    background-image: url("/wp-content/themes/readme-child/images/mses/daniel.png");
    left: 10px; }
  #post-76 .profile-illustration {
    background-image: url("/wp-content/themes/readme-child/images/mses/dorcas.png"); }
  #post-78 .profile-illustration {
    background-image: url("/wp-content/themes/readme-child/images/mses/faith.png");
    background-size: 79%;
    left: 25px; }
  #post-80 .profile-illustration {
    background-image: url("/wp-content/themes/readme-child/images/mses/robert.png");
    background-size: 90%;
    left: 20px; } }

/* Bigfoot foonotes */
.bigfoot-footnote__button {
  position: relative;
  z-index: 5;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: inline-block;
  padding: 0.35em;
  margin: 0 0 0 0.3em;
  font-family: 'AvantGardeGothicITCW02Dm';
  font-weight: bold;
  color: #fff;
  border: none;
  cursor: pointer;
  background-color: #74cbc8;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-size: 0.9em;
  line-height: 0;
  vertical-align: middle;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s; }

.bigfoot-footnote__button:hover, .bigfoot-footnote__button:focus {
  outline: none;
  background-color: #333; }

.bigfoot-footnote__button:active {
  background-color: #333; }

.bigfoot-footnote__button.is-active {
  background-color: #333;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s; }

.bigfoot-footnote__button:after {
  content: '';
  display: table;
  clear: both; }

.bigfoot-footnote__button__circle {
  display: inline-block;
  width: 0.25em;
  height: 0.25em;
  margin-right: 0.25em;
  float: left; }

.bigfoot-footnote__button__circle:last-child {
  margin-right: 0; }

.bigfoot-footnote__container {
  display: inline-block;
  position: relative;
  top: -1px;
  text-indent: 0; }

@media not print {
  .footnote-print-only {
    display: none !important; } }

@media print {
  .bigfoot-footnote,
  .bigfoot-footnote__button {
    display: none !important; } }

.bigfoot-footnote {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  display: inline-block;
  box-sizing: border-box;
  max-width: 90%;
  margin: 1.96924em 0;
  background-color: #fff;
  line-height: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transform: scale(0.1) translateZ(0);
  transform: scale(0.1) translateZ(0);
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0; }

.bigfoot-footnote.is-positioned-top {
  top: auto;
  bottom: 0; }

.bigfoot-footnote.is-active {
  -webkit-transform: scale(1) translateZ(0);
  transform: scale(1) translateZ(0);
  opacity: 1; }

.bigfoot-footnote.is-bottom-fixed {
  position: fixed;
  bottom: 0;
  top: auto;
  left: 0;
  right: auto;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  width: 100%;
  margin: 0;
  opacity: 1;
  border-width: 1px 0 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease; }

.bigfoot-footnote.is-bottom-fixed.is-active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.bigfoot-footnote.is-bottom-fixed .bigfoot-footnote__wrapper {
  margin: 0 0 0 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 100%; }

.bigfoot-footnote.is-bottom-fixed .bigfoot-footnote__tooltip {
  display: none; }

.bigfoot-footnote.is-scrollable:after {
  content: '';
  position: absolute;
  bottom: 0.3375em;
  left: 0.3375em;
  z-index: 14;
  display: block;
  height: 0.78125em;
  width: 0.625em;
  background-size: cover;
  opacity: 0.1;
  transition-properties: opacity;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.bigfoot-footnote.is-scrollable .bigfoot-footnote__wrapper:before, .bigfoot-footnote.is-scrollable .bigfoot-footnote__wrapper:after {
  content: '';
  position: absolute;
  width: 100%;
  z-index: 12;
  left: 0; }

.bigfoot-footnote.is-scrollable .bigfoot-footnote__wrapper:before {
  top: -1px;
  height: 1.1em;
  background-image: -webkit-linear-gradient(top, #fafafa 50%, rgba(250, 250, 250, 0) 100%);
  background-image: linear-gradient(to bottom, #fafafa 50%, rgba(250, 250, 250, 0) 100%); }

.bigfoot-footnote.is-scrollable .bigfoot-footnote__wrapper:after {
  bottom: -1px;
  height: 1.2em;
  background-image: -webkit-linear-gradient(bottom, #fafafa 50%, rgba(250, 250, 250, 0) 100%);
  background-image: linear-gradient(to top, #fafafa 50%, rgba(250, 250, 250, 0) 100%); }

.bigfoot-footnote.is-scrollable ::-webkit-scrollbar {
  display: none; }

.bigfoot-footnote.is-fully-scrolled:after, .bigfoot-footnote.is-fully-scrolled:before {
  opacity: 0;
  -webkit-transition-delay: 0;
  transition-delay: 0; }

.bigfoot-footnote__wrapper {
  position: relative;
  z-index: 14;
  width: 22em;
  display: inline-block;
  box-sizing: inherit;
  overflow: hidden;
  margin: 0;
  background-color: #fafafa;
  line-height: 0; }

.bigfoot-footnote__content {
  position: relative;
  display: inline-block;
  z-index: 8;
  max-height: 15em;
  box-sizing: inherit;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #f2f2f2;
  border-top: 4px solid #74cbc8;
  padding: 12px 12px 18px 18px;
  font-size: 16px;
  line-height: 24px; }

.bigfoot-footnote__content a {
  display: inline !important;
  overflow-wrap: break-word; }

.bigfoot-footnote__content img {
  max-width: 100%; }

.bigfoot-footnote__content *:last-child {
  margin-bottom: 0 !important; }

.bigfoot-footnote__content *:first-child {
  margin-top: 0 !important; }

.bigfoot-footnote__tooltip {
  position: absolute;
  z-index: 12;
  box-sizing: border-box;
  margin-left: -0.65em;
  width: 1.3em;
  height: 1.3em;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #74cbc8; }

.is-positioned-bottom .bigfoot-footnote__tooltip {
  top: -0.65em; }

.is-positioned-top .bigfoot-footnote__tooltip {
  bottom: -0.65em; }

.bigfoot-footnote__button {
  position: relative;
  height: 0.95em;
  width: 1.5em; }

.bigfoot-footnote__button:after {
  content: attr(data-footnote-number);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  font-size: 0.65em;
  font-weight: bold;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease; }

.bigfoot-footnote__button:hover:after, .bigfoot-footnote__button.is-active:after {
  color: white; }

.bigfoot-footnote__button__circle {
  display: none; }

/* DataTables */
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */ }

table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold; }

table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #111; }

table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none; }

table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #111; }

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  *cursor: hand;
  background-repeat: no-repeat;
  background-position: center right; }

table.dataTable thead .sorting {
  background-image: url("DataTables-1.10.16/images/sort_both.png"); }

table.dataTable thead .sorting_asc {
  background-image: url("DataTables-1.10.16/images/sort_asc.png"); }

table.dataTable thead .sorting_desc {
  background-image: url("DataTables-1.10.16/images/sort_desc.png"); }

table.dataTable thead .sorting_asc_disabled {
  background-image: url("DataTables-1.10.16/images/sort_asc_disabled.png"); }

table.dataTable thead .sorting_desc_disabled {
  background-image: url("DataTables-1.10.16/images/sort_desc_disabled.png"); }

table.dataTable tbody tr {
  background-color: #ffffff; }

table.dataTable tbody tr.selected {
  background-color: #B0BED9; }

table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 10px; }

table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  border-top: 1px solid #ddd; }

table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none; }

table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd; }

table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #ddd; }

table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none; }

table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9; }

table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
  background-color: #acbad4; }

table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
  background-color: #f6f6f6; }

table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
  background-color: #aab7d1; }

table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
  background-color: #fafafa; }

table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad5; }

table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1; }

table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3; }

table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke; }

table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b4cd; }

table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a8b5cf; }

table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b7d1; }

table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #fafafa; }

table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fcfcfc; }

table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fefefe; }

table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad5; }

table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #aebcd6; }

table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8; }

table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea; }

table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ececec; }

table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #efefef; }

table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #a2aec7; }

table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #a3b0c9; }

table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: #a5b2cb; }

table.dataTable.no-footer {
  border-bottom: 1px solid #111; }

table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap; }

table.dataTable.compact thead th,
table.dataTable.compact thead td {
  padding: 4px 17px 4px 4px; }

table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
  padding: 4px; }

table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px; }

table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left; }

table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center; }

table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right; }

table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify; }

table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap; }

table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left; }

table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center; }

table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right; }

table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify; }

table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap; }

table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left; }

table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center; }

table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right; }

table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify; }

table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap; }

table.dataTable,
table.dataTable th,
table.dataTable td {
  box-sizing: content-box; }

/*
 * Control feature layout
 */
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1; }

.dataTables_wrapper .dataTables_length {
  float: left; }

.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right; }

.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em; }

.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em; }

.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em; }

.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important;
  border: 1px solid transparent;
  border-radius: 2px; }

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333 !important;
  border: 1px solid #979797;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dcdcdc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, white 0%, #dcdcdc 100%);
  /* W3C */ }

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none; }

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #585858;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #585858 0%, #111 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #585858 0%, #111 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #585858 0%, #111 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #585858 0%, #111 100%);
  /* W3C */ }

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  /* W3C */
  box-shadow: inset 0 0 3px #111; }

.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em; }

.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%); }

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333; }

.dataTables_wrapper .dataTables_scroll {
  clear: both; }

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch; }

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
  vertical-align: middle; }

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important; }

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111; }

.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,
.dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
  border-bottom: none; }

.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0; }

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center; }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em; } }

@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center; }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em; } }

table.DTFC_Cloned thead,
table.DTFC_Cloned tfoot {
  background-color: white; }

div.DTFC_Blocker {
  background-color: white; }

div.DTFC_LeftWrapper table.dataTable,
div.DTFC_RightWrapper table.dataTable {
  margin-bottom: 0;
  z-index: 2; }

div.DTFC_LeftWrapper table.dataTable.no-footer,
div.DTFC_RightWrapper table.dataTable.no-footer {
  border-bottom: none; }

table.fixedHeader-floating {
  position: fixed !important;
  background-color: white; }

table.fixedHeader-floating.no-footer {
  border-bottom-width: 0; }

table.fixedHeader-locked {
  position: absolute !important;
  background-color: white; }

@media print {
  table.fixedHeader-floating {
    display: none; } }

/* EGM */
.entry-content .tab-switcher {
  border-bottom: 1px solid #74cbc8; }
  .entry-content .tab-switcher ul {
    list-style-type: none;
    margin-bottom: 0; }
    .entry-content .tab-switcher ul::after {
      display: block;
      clear: both;
      content: ""; }
    .entry-content .tab-switcher ul li {
      float: left;
      position: relative;
      top: 1px;
      padding: 2px 7px 3px;
      margin: 0 0 0 19px;
      border: 1px solid #ddd;
      border-bottom: 0; }
      .entry-content .tab-switcher ul li a {
        font-weight: normal;
        border-bottom: 0; }
        .entry-content .tab-switcher ul li a:hover {
          border-bottom: 0; }
      .entry-content .tab-switcher ul li:hover {
        background: #efefef; }
      .entry-content .tab-switcher ul li.selected {
        border-color: #74cbc8;
        border-bottom: 1px solid #fff; }
        .entry-content .tab-switcher ul li.selected a {
          font-weight: bold; }
        .entry-content .tab-switcher ul li.selected:hover {
          background: inherit; }

.tabs .tab {
  display: none;
  position: relative;
  margin-top: 2em; }
  .tabs .tab.tab-default {
    display: block; }
  .tabs .tab.tab-nospacing {
    margin-top: 0; }
  .tabs .tab #nav-hint-tabs {
    position: absolute;
    top: -.5em;
    left: -1.2em;
    font-size: 2.5em;
    color: #74cbc8; }

td {
  text-align: left;
  line-height: 1.2; }

tr td {
  border-bottom: 1px solid #eee; }

.filter-list p label,
.filter-list p select {
  display: inline-block; }

.filter-list p label {
  font-weight: bold; }

.filter-list p select {
  width: 120px;
  margin-right: 14px; }

table.fida-table {
  margin: 0;
  margin-bottom: 0; }
  table.fida-table thead th {
    padding: 2px 0 4px 6px; }
    table.fida-table thead th.table-col-data {
      padding-right: 4px; }
  table.fida-table tbody td {
    padding: 8px 0 7px 6px;
    min-height: 42px; }
  table.fida-table thead tr:first-child th,
  table.fida-table thead tr:last-child th {
    border-bottom: 1px solid #333; }
  table.fida-table th.table-row-heading,
  table.fida-table td.table-row-heading {
    width: 190px;
    height: 42px;
    text-align: left; }
  table.fida-table tr.table-row-heading-title td {
    background-color: #f2f2f2;
    min-height: 30px;
    height: 30px;
    font-weight: bold; }
  table.fida-table th.table-row-heading select {
    width: 130px;
    display: none; }
  table.fida-table.table-smallprint th,
  table.fida-table.table-smallprint td,
  table.fida-table .table-smallprint th,
  table.fida-table .table-smallprint td {
    font-size: 13px; }
  table.fida-table tr.table-col-heading th {
    vertical-align: top;
    padding-top: 0;
    font-weight: normal; }
  table.fida-table tr.table-col-heading-no-divider th {
    border-bottom: 0; }
  table.fida-table tr th.table-col-heading-divider {
    border-left: 1px solid #ccc; }

td.table-row-heading span {
  color: #777;
  display: inline-block;
  font-size: 14px; }

@media only screen and (max-width: 767px) {
  .pinned {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 35%;
    overflow: hidden;
    overflow-x: scroll;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc; }
    .pinned table {
      border-right: none;
      border-left: none;
      width: 100%; }
      .pinned table th,
      .pinned table td {
        white-space: nowrap; }
    .pinned td:last-child {
      border-bottom: 0; }
  div.table-wrapper {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-right: 1px solid #ccc; }
    div.table-wrapper div.scrollable {
      margin-left: 35%;
      overflow: scroll;
      overflow-y: hidden; }
  table.table-responsive td,
  table.table-responsive th {
    position: relative;
    white-space: nowrap;
    overflow: hidden; }
  table.table-responsive th:first-child,
  table.table-responsive td:first-child,
  table.table-responsive.pinned td {
    display: none; } }

.text-left {
  text-align: left; }

.text-center {
  text-align: center !important; }

.text-right {
  text-align: right; }

.bubble.bubble-study {
  background-color: #e3dfd7;
  color: #4d4c49; }

.bubble.bubble-positive {
  background-color: #48b288; }

.bubble.bubble-neutral {
  background-color: #eeb260; }

.bubble.bubble-negative {
  background-color: #cc3232; }

.table-legend {
  margin-left: 6px; }
  .table-legend .bubble {
    margin-left: 4px; }

.bubble {
  display: inline-block;
  width: 24px;
  height: 24px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-color: #aeaeae;
  color: #fff;
  font-family: 'AvantGardeGothicITCW02Dm', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 24px;
  text-align: center; }

.bubble-1 {
  position: relative;
  top: -1px;
  width: 18px;
  height: 18px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  font-size: 12px;
  line-height: 18px; }

.bubble-2 {
  width: 20px;
  height: 20px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 20px; }

.bubble-3 {
  width: 22px;
  height: 22px;
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
  border-radius: 11px;
  font-size: 14px;
  line-height: 22px; }

.bubble-4 {
  width: 26px;
  height: 26px;
  -moz-border-radius: 13px;
  -webkit-border-radius: 13px;
  border-radius: 13px;
  line-height: 26px; }

#bubble-bibliography {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -200px;
  margin-left: -300px;
  width: 600px;
  max-height: 400px;
  overflow-y: scroll;
  background-color: #f7f7f7;
  border-top: 4px solid #74cbc8;
  border-bottom: 1px solid #74cbc8;
  padding: 20px 15px 0;
  z-index: 1010; }
  #bubble-bibliography a {
    color: #333; }
    #bubble-bibliography a:hover {
      border-bottom: 1px solid #333; }
  #bubble-bibliography h3 .bubble {
    position: relative;
    margin-right: 4px;
    top: -2px;
    font-size: 16px; }
    #bubble-bibliography h3 .bubble.bubble-1 {
      top: -2px; }
    #bubble-bibliography h3 .bubble.bubble-2 {
      top: -2px; }
    #bubble-bibliography h3 .bubble.bubble-3 {
      top: -1px; }
  #bubble-bibliography > ul {
    margin: 1.2em 0;
    padding: 1.2em 0 0;
    border-top: 1px solid #d9d9d9; }
    #bubble-bibliography > ul > li {
      font-size: 16px !important;
      line-height: 24px;
      padding-left: 0;
      padding-bottom: 1.2em;
      margin-bottom: 1.2em;
      border-bottom: 1px solid #d9d9d9; }
      #bubble-bibliography > ul > li ul.tags {
        margin: 0;
        padding: 0;
        line-height: 21px;
        text-indent: 0; }
        #bubble-bibliography > ul > li ul.tags > li {
          display: block;
          margin-bottom: 0;
          padding-left: 0;
          font-size: 13px;
          line-height: 18px; }
          #bubble-bibliography > ul > li ul.tags > li label {
            display: inline-block;
            width: 40px;
            letter-spacing: normal;
            text-transform: none;
            margin-bottom: 0;
            font-size: inherit;
            line-height: inherit;
            font-weight: bold; }
          #bubble-bibliography > ul > li ul.tags > li:before {
            content: '';
            padding: 0; }
          #bubble-bibliography > ul > li ul.tags > li:first-child {
            padding-top: 14px; }
      #bubble-bibliography > ul > li:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0; }
