/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

* html {
  font-size: 112.5%; }

html {
  font-size: 18px;
  line-height: 1.55555em;
  direction: ltr;
  font-variant-numeric: lining-nums;
  font-feature-settings: "lnum" 1, "lnum"; }

html.prevent-scroll {
  height: 100%; }
  html.prevent-scroll body {
    height: 100%;
    overflow: hidden; }

body {
  font-family: Garamond, serif;
  color: #444;
  position: relative; }
  .font--freight body {
    font-family: "Freight Text W03", "Freight Text W01", Garamond, serif; }

html[lang="he"] * {
  font-family: Arial, sans-serif !important; }

div,
section,
header,
footer,
aside,
figure,
figcaption,
article,
nav {
  box-sizing: border-box; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .font--meta h1, .font--meta
  h2, .font--meta
  h3, .font--meta
  h4, .font--meta
  h5, .font--meta
  h6 {
    font-family: "FF Meta W03", "Helvetica Neue", Helvetica, Arial, sans-serif; }

h1 {
  font-weight: 500;
  font-size: 2em;
  line-height: 1.16667em;
  font-size: 2.66667em;
  line-height: 1.125em; }

h2 {
  font-weight: 500;
  font-size: 1.66667em;
  line-height: 1.2em;
  font-size: 1.77778em;
  line-height: 1.125em; }

h3 {
  font-weight: 500;
  font-size: 1.33333em;
  line-height: 1.25em;
  font-size: 1.66667em;
  line-height: 1.2em; }

h4 {
  font-size: 1.22222em;
  line-height: 1.36364em;
  font-weight: 500; }

h5 {
  font-size: 1em;
  line-height: 1.33333em;
  font-weight: 700; }

h6 {
  font-size: 0.88889em;
  line-height: 1.5em;
  font-weight: 700; }

a {
  color: #0b81c3;
  text-decoration: none; }
  a:hover {
    color: #086193; }
  a:hover, a:focus {
    text-decoration: underline; }

a,
button {
  transition-property: color, background-color;
  transition-duration: .4s; }

p {
  margin: 0 0 28px;
  margin: 0 0 1.55556rem; }
  p + p,
  table + p,
  h1 + p,
  h2 + p,
  h3 + p,
  h4 + p,
  h5 + p,
  h6 + p,
  blockquote + p,
  ul + p,
  ol + p {
    margin-top: 28px;
    margin-top: 1.55556rem; }
  p:last-child {
    margin-bottom: 0; }
  p:empty {
    display: none;
    margin: 0 !important; }

span {
  unicode-bidi: embed; }

blockquote {
  margin: 1.55556em 6.66667% 1.55556em 6.66667%;
  color: #666666;
  position: relative;
  padding-left: 36px; }
  blockquote:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: .25em;
    bottom: .125em;
    width: 12px;
    background-color: #f5f5f5;
    margin: 0; }

address {
  font-style: normal; }

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

picture {
  display: block; }

figure {
  margin: 0; }
  figure img {
    display: block;
    margin-left: auto;
    margin-right: auto; }

dl {
  margin-bottom: 1em; }

dt {
  font-weight: bold; }

dd {
  margin-left: 30px; }

form {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500; }
  .font--meta form {
    font-family: "FF Meta W03", "Helvetica Neue", Helvetica, Arial, sans-serif; }

input {
  font-weight: 300;
  border-radius: 0; }

input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"] {
  font-size: 0.77778em;
  line-height: 1.28571em;
  font-weight: 300;
  padding: 0.64286em 10px;
  border: 1px solid #e5e5e5;
  box-sizing: border-box; }

select {
  width: 100%;
  border-radius: 0;
  background: white;
  height: 36px;
  height: 2rem;
  border: #e5e5e5;
  font-weight: 300;
  font-size: 0.88889em;
  line-height: 1.5em; }

table {
  border: 1px solid #e5e5e5;
  border-collapse: separate;
  *border-collapse: collapsed;
  border-left: 0;
  border-spacing: 0;
  max-width: 100%;
  width: 100%;
  margin-bottom: 28px;
  margin-bottom: 1.55556rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #3b3b3b;
  font-size: 0.77778em;
  line-height: 1.28571em; }
  .font--meta table {
    font-family: "FF Meta W03", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  table th,
  table td {
    border-left: 1px solid #e5e5e5; }
  table caption + thead tr:first-child th,
  table caption + tbody tr:first-child th,
  table caption + tbody tr:first-child td,
  table colgroup + thead tr:first-child th,
  table colgroup + tbody tr:first-child th,
  table colgroup + tbody tr:first-child td,
  table thead:first-child tr:first-child th,
  table tbody:first-child tr:first-child th,
  table tbody:first-child tr:first-child td {
    border-top: 0; }
  p + table,
  table + table,
  h1 + table,
  h2 + table,
  h3 + table,
  h4 + table,
  h5 + table,
  h6 + table,
  blockquote + table,
  ul + table,
  ol + table {
    margin-top: 41.999px;
    margin-top: 2.33333rem; }
  table p,
  table ul,
  table ol {
    margin-bottom: 18px;
    margin-bottom: 1rem; }
    table p:last-child,
    table ul:last-child,
    table ol:last-child {
      margin-bottom: 0; }
  table ol,
  table ul {
    padding-left: 1.5em; }
  table p + p {
    margin-top: 18px;
    margin-top: 1rem; }

thead {
  border-top: 12px #e5e5e5 solid;
  border-top: 0.66667rem #e5e5e5 solid;
  text-align: left; }
  thead th,
  thead td {
    vertical-align: bottom;
    padding: 30px 12px;
    padding: 1.66667rem 0.66667rem;
    padding: 30px 23.999px;
    padding: 1.66667rem 1.33333rem; }

th {
  font-weight: 700;
  text-align: left; }

th,
td {
  padding: 18px 12px;
  padding: 1rem 0.66667rem;
  vertical-align: top;
  border-top: 1px solid #e5e5e5;
  padding: 18px 23.999px;
  padding: 1rem 1.33333rem; }

caption + thead tr:first-child th,
caption + thead tr:first-child td,
colgroup + thead tr:first-child th,
colgroup + thead tr:first-child td,
thead:first-child tr:first-child th,
thead:first-child tr:first-child td {
  border-top: 0; }

tbody + tbody {
  border-top: 2px solid #e5e5e5; }

tbody th, tbody td {
  border-top: 1px solid #e5e5e5; }

tr.odd {
  background-color: #f5f5f5; }

tr.even {
  background-color: #ffffff; }

.is-inverse {
  color: #ffffff; }
  .is-inverse a {
    color: #3bb6fc; }
    .is-inverse a:hover {
      color: #5fcdfb; }

:focus {
  outline: 1px dashed #e5e5e5;
  outline: 1px dashed rgba(229, 229, 229, 0.4); }

pre {
  color: #666666;
  font-family: Menlo, Consolas, Monaco, monospace;
  font-size: 14px;
  line-height: 1.5em;
  -moz-tab-size: 2;
       tab-size: 2;
  white-space: pre;
  word-break: normal;
  background: #f5f5f5;
  margin-bottom: 59.999px;
  margin-bottom: 3.33333rem;
  position: relative; }
  pre[rel] {
    padding-top: 30px; }
  pre[rel]:before {
    background: #1186c7;
    content: attr(rel);
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
    padding: 5px 0;
    text-indent: 15px; }
    .font--meta pre[rel]:before {
      font-family: "FF Meta W03", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  pre code {
    display: block;
    overflow: auto;
    max-height: 400px;
    padding: 25px; }
  pre[aria-expanded="false"] {
    display: none;
    visibility: hidden; }

code {
  color: #666666;
  font-family: Menlo, Consolas, Monaco, monospace;
  white-space: pre; }

hr {
  box-sizing: content-box;
  height: 0;
  border: none;
  border-top: 1px solid #e5e5e5;
  margin: 30px 0;
  margin: 1.66667rem 0;
  margin: 59.999px 0;
  margin: 3.33333rem 0; }

.element-invisible {
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .element-invisible:focus {
    height: auto;
    width: auto; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: " ";
    display: table; }
  .clearfix:after {
    clear: both; }

.billboard {
  position: relative;
  z-index: 1;
  background-color: #007dc3;
  min-height: 330px; }
  .billboard > .billboard-image {
    width: 50%;
    float: left;
    margin-left: 0;
    margin-right: -100%;
    left: 0;
    position: absolute;
    height: 100%;
    position: absolute;
    overflow: hidden; }
    .billboard > .billboard-image + .billboard-content {
      width: 50%;
      float: right;
      margin-right: 0;
      margin-left: -100%; }
  .billboard .billboard-image-inner {
    position: absolute;
    height: 200%;
    width: 200%;
    left: -50%;
    top: -50%; }
    .billboard .billboard-image-inner img {
      position: absolute;
      margin: auto;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      min-height: 50%;
      min-width: 50%; }
  .billboard > .billboard-image + .billboard-content {
    padding-left: 85px;
    padding-right: 0;
    margin-left: 50%;
    width: 600px;
    float: left; }

.billboard--simple > .billboard-content {
  padding: 0; }

.billboard-related {
  margin-top: 27px;
  margin-top: 1.5rem;
  padding-top: 14.999px;
  padding-top: 0.83333rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2); }

.billboard.breaking {
  background-color: #b93000; }
  .billboard.breaking .featured-label {
    color: #b93000; }

.billboard-title {
  font-size: 1.77778em;
  line-height: 1.125em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500; }
  .font--meta .billboard-title {
    font-family: "FF Meta W03", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .billboard-title > a, .billboard-title > a:hover {
    color: #ffffff; }

.billboard-subtitle {
  font-size: 0.88889em;
  line-height: 1.3125em;
  margin-top: 18px;
  margin-top: 1rem;
  letter-spacing: 0.55px; }

.billboard-content {
  padding: 59.999px 35px;
  padding: 3.33333rem 35px; }
  .billboard-content p {
    font-size: 1.11111em;
    line-height: 1.35em; }
  .billboard-content p + p {
    margin-top: 18px;
    margin-top: 1rem; }
  .billboard-content > .dateline--small {
    margin-bottom: 18px;
    margin-bottom: 1rem;
    color: #ffffff;
    color: rgba(255, 255, 255, 0.75); }
  .billboard-content a, .billboard-content a:hover, .billboard-content a:focus {
    color: #ffffff; }

.billboard--detached > .billboard-content {
  padding-left: 25px;
  padding-right: 25px; }

.billboard--detached > .billboard-content {
  padding-left: 50px;
  padding-right: 50px; }

.billboard--detached > .billboard-image {
  width: 50%;
  float: left;
  margin-left: 0;
  margin-right: -100%;
  position: absolute;
  height: 100%;
  position: absolute;
  overflow: hidden; }

.billboard--detached .billboard-image-inner {
  position: absolute;
  height: 200%;
  width: 200%;
  left: -50%;
  top: -50%; }
  .billboard--detached .billboard-image-inner img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 50%;
    min-width: 50%; }

.billboard--detached > .billboard-content {
  width: 50%;
  float: right;
  margin-right: 0;
  margin-left: -100%; }

.featured-label {
  padding: 3px 1em;
  padding: 0.16667rem 1em;
  background-color: #ffffff;
  font-size: 0.92857em;
  line-height: 1.61538em;
  color: #007dc3;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-right: .5em; }
  .font--meta .featured-label {
    font-family: "FF Meta W03", "Helvetica Neue", Helvetica, Arial, sans-serif; }

body {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #000;
  background: none;
  font-size: 12pt; }

.is-inverse {
  color: #000;
  background: none; }

* {
  text-shadow: none !important;
  box-shadow: none !important; }

/* Headings */
h1, h2, h3, h4, h5, h6, .worldserve-map {
  page-break-after: avoid; }

h1 {
  font-size: 17pt; }

h2 {
  font-size: 15pt; }

h3 {
  font-size: 13pt; }

h4, h5, h6 {
  font-size: 12pt; }

p,
h2,
h3 {
  orphans: 3;
  widows: 3; }

code {
  font: 12pt Courier, monospace; }

blockquote {
  margin: 1.2em;
  padding: 1em;
  font-size: 12pt; }

hr {
  background-color: #ccc; }

/* Images */
a img {
  border: none; }

/* Links */
a:link, a:visited {
  font-weight: 700;
  color: #333; }

abbr[title]:after {
  content: " (" attr(title) ")"; }

/* Don't show linked images  */
a[href^="http://"] {
  color: #000; }

a[href$=".jpg"]:after, a[href$=".jpeg"]:after, a[href$=".gif"]:after, a[href$=".png"]:after {
  content: " (" attr(href) ") ";
  display: none; }

/* Don't show links that are fragment identifiers, or use the `javascript:` pseudo protocol .. taken from html5boilerplate */
a[href^="#"]:after, a[href^="javascript:"]:after {
  content: ""; }

/* Table */
table {
  margin: 1px;
  text-align: left; }

th {
  border-bottom: 1px solid #333;
  font-weight: bold; }

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

th, td {
  padding: 4px 10px 4px 0; }

tfoot {
  font-style: italic; }

caption {
  background: #fff;
  margin-bottom: 2em;
  text-align: left; }

thead {
  display: table-header-group; }

img, tr {
  page-break-inside: avoid; }

.header-logo {
  width: 70pt;
  margin-left: auto !important;
  margin-right: auto !important;
  position: static !important; }

.header-utility {
  background-color: transparent; }

.article-content,
.article-author,
.article-lead,
.article-related,
.report-header-content {
  max-width: none !important; }

.report-header-content {
  padding-left: 0;
  margin-bottom: 70pt; }

#header,
#header.header--report.headroom {
  position: static !important;
  padding: 12pt; }

.header-languages,
.header-utilities,
.header-title,
.header-nav,
#report-nav-toggle,
#main-header-panel,
#main-header-toggle,
#block-hrw-donation-blocks-hrw-donation-blocks-header,
.footer,
#tabs,
.article-utilities,
.article-share,
.dropdown--local,
.sharelines,
#block-panthercdn-panthercdn-cdn-flush,
.node-type-news .panel-tabs,
.node-type-report .panel-tabs,
.report-header-image-caption,
.embed-actions,
.report-utilities,
.jp-audio,
.link--top {
  display: none; }

.align-right,
.report-body #block-hrw-reports-hrw-reports-related-news {
  margin-right: 0 !important; }

.align-left {
  margin-left: 0 !important; }

.report-header {
  padding: 0; }

.billboard-title {
  font-size: 17pt !important; }

.billboard-subtitle {
  font-size: 14pt !important; }
