a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after, blockquote:before {
  content: "";
  content: none;
}

q:after, q:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.fixed {
  overflow-y: hidden;
}

.breakpoint-indicator {
  display: none;
}

@media only screen and (max-width: 61.25em) {
  .breakpoint-indicator[data-size="medium"] {
    display: block;
  }
}

@media only screen and (max-width: 46.875em) {
  .breakpoint-indicator[data-size="small-medium"] {
    display: block;
  }
}

.readmore {
  font-family: "GT Sectra Medium", serif;
  color: #a03c50;
  text-align: center;
  font-size: inherit;
  margin: 4rem auto !important;
}

.readmore > a:not([class]) {
  color: #a03c50 !important;
  border-bottom: 1px solid #a03c50 !important;
  line-height: 1.25;
}

.readmore > a:not([class]):hover {
  background: #a03c50 !important;
  color: white !important;
}

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

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

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  color: #000;
  overflow-x: hidden;
}

@media only screen and (max-width: 37.5em) {
  body {
    font-size: 1.2rem;
  }
}

.logo--small {
  display: inline-block;
  width: 8rem;
  height: 3.4rem;
  background: url("../images/logo-small--white.svg") no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: -999rem;
}

@media only screen and (max-width: 37.5em) {
  .logo--small {
    width: 4rem;
    height: 1.7rem;
  }
}

.button {
  display: inline-block;
  padding: 1rem 1.5rem;
  color: #FFF;
  background-color: #9f3e52;
  font-weight: 600;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.2;
  text-decoration: none;
  outline: 0;
  border: 0;
  cursor: pointer;
}

.button:hover, .button:focus {
  background-color: #8d3749;
}

.button--secondary {
  background-color: #282828;
}

.button--secondary:hover, .button--secondary:focus {
  background-color: #000;
}

.button--inline {
  position: relative;
  background-color: #9f3e52;
  font-size: 2.1rem;
  padding: 1rem;
  color: #FFF;
  border: 0.2rem solid white;
  font-weight: 600;
  text-align: center;
}

.button--inline img {
  position: absolute;
  left: 1rem;
  width: 2.5rem;
}

.button--inline:hover, .button--inline:focus {
  cursor: pointer;
  background-color: #8d3749;
}

@media only screen and (max-width: 37.5em) {
  .button--inline {
    border: none;
  }
}

.button--large {
  padding: 1.5rem 4rem;
  font-size: 1.6rem;
  line-height: 2rem;
}

@font-face {
  font-family: "GT Sectra Regular";
  src: url("../fonts/GT-Sectra-Fine-Regular.woff2") format("woff2"), url("../fonts/GT-Sectra-Fine-Regular.woff") format("woff"), url("../fonts/GT-Sectra-Fine-Regular.eot") format("eot"), url("../fonts/GT-Sectra-Fine-Regular.otf") format("otf"), url("../fonts/GT-Sectra-Fine-Regular.ttf") format("ttf");
}

@font-face {
  font-family: "GT Sectra Medium";
  src: url("../fonts/GT-Sectra-Fine-Medium.woff2") format("woff2"), url("../fonts/GT-Sectra-Fine-Medium.woff") format("woff"), url("../fonts/GT-Sectra-Fine-Medium.eot") format("eot"), url("../fonts/GT-Sectra-Fine-Medium.otf") format("otf"), url("../fonts/GT-Sectra-Fine-Medium.ttf") format("ttf");
}

@font-face {
  font-family: "GT Sectra Bold";
  src: url("../fonts/GT-Sectra-Fine-Bold.woff2") format("woff2"), url("../fonts/GT-Sectra-Fine-Bold.woff") format("woff"), url("../fonts/GT-Sectra-Fine-Bold.eot") format("eot"), url("../fonts/GT-Sectra-Fine-Bold.otf") format("otf"), url("../fonts/GT-Sectra-Fine-Bold.ttf") format("ttf");
}

a {
  outline: none;
  color: inherit;
}

h1 {
  font-size: 4.5rem;
  line-height: 1.111;
  letter-spacing: -0.44px;
  font-family: "GT Sectra Bold", serif;
}

@media only screen and (max-width: 37.5em) {
  h1 {
    font-size: 2.5rem;
    line-height: 1.133;
    letter-spacing: -0.23px;
  }
}

h2 {
  font-size: 2.4rem;
  line-height: 1.25;
  letter-spacing: -0.23px;
  font-family: "GT Sectra Bold", serif;
}

@media only screen and (max-width: 37.5em) {
  h2 {
    font-size: 1.8rem;
    line-height: 1.277;
    letter-spacing: 0;
  }
}

h2.section__title {
  text-align: center;
  margin: 4rem 0;
}

h3 {
  font-size: 2.2rem;
  line-height: 1.181;
  letter-spacing: -0.4px;
  font-family: "GT Sectra Regular", serif;
}

@media only screen and (max-width: 37.5em) {
  h3 {
    font-size: 1.8rem;
    line-height: 1.277;
    letter-spacing: 0;
  }
}

p:not([class]) {
  font-size: 1.9rem;
  line-height: 1.421;
  font-family: "Roboto", sans-serif;
  color: #63666A;
}

@media only screen and (max-width: 37.5em) {
  p:not([class]) {
    font-size: 1.4rem;
    line-height: 1.642;
  }
}

strong {
  font-weight: 600;
}

em {
  font-style: italic;
}

blockquote {
  border-left: 0.5rem solid #9f3e52;
  padding-left: 4.5rem;
  margin-top: 2em;
  margin-bottom: 2em;
  font-family: "GT Sectra Medium", serif;
  font-size: 2.3rem;
  line-height: 1.25;
}

@media only screen and (max-width: 37.5em) {
  blockquote {
    font-family: "GT Sectra Regular", serif;
    font-size: 2.1rem;
    border-left-width: 0.3rem;
    padding-left: 2rem;
    margin-top: 1em;
    margin-bottom: 1em;
  }
}

blockquote p:not([class]) {
  font-family: "GT Sectra Medium", serif;
  font-size: 2.3rem;
  line-height: 1.25;
  margin: 0;
  color: #000;
}

@media only screen and (max-width: 37.5em) {
  blockquote p:not([class]) {
    font-family: "GT Sectra Regular", serif;
    font-size: 2.1rem;
  }
}

.tab {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 600;
  color: #FFF;
  background-color: #9f3e52;
  padding: 0 0.5rem;
}

@media only screen and (max-width: 37.5em) {
  .tab {
    font-size: 1.1rem;
    line-height: 1.8rem;
  }
}

.tab[data-report-theme="Environment and Disasters"] {
  background-color: #000;
}

.tab[data-report-theme="Aid and Policy"] {
  background-color: #eb762d;
}

.tab[data-report-theme="Migration"] {
  background-color: #35b58b;
}

.tab[data-report-theme="Conflict"] {
  background-color: #3f4076;
}

.article__body a:not([class]),
.content__bulk a:not([class]),
.chapter a:not([class]),
.typeography a:not([class]) {
  color: #63666A;
  text-decoration: none;
  font-weight: 500;
  border-bottom: 1px solid #63666A;
}

.article__body a:not([class]):hover,
.content__bulk a:not([class]):hover,
.chapter a:not([class]):hover,
.typeography a:not([class]):hover {
  background: #63666A;
  color: #FFF;
}

.article__body h2,
.article__body h4,
.content__bulk h2,
.content__bulk h4,
.chapter h2,
.chapter h4,
.typeography h2,
.typeography h4 {
  color: #000;
}

.article__body h3,
.content__bulk h3,
.chapter h3,
.typeography h3 {
  color: #9f3e52;
}

.flow > * + *,
[contenteditable] > * + * {
  margin-top: 2rem;
}

.flow h2:not(:first-child),
.flow h3:not(:first-child),
[contenteditable] h2:not(:first-child),
[contenteditable] h3:not(:first-child) {
  margin-top: 5rem;
}

.flow h3 + h2:not(:first-child),
[contenteditable] h3 + h2:not(:first-child) {
  margin-top: 1rem;
}

.flow blockquote,
[contenteditable] blockquote {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.flow .incase-you,
[contenteditable] .incase-you {
  margin: 2rem 0;
}

.content__bulk ul,
.article__content ul {
  list-style: disc inside;
}

.content__bulk ul:not(.ss),
.article__content ul:not(.ss) {
  margin-bottom: 3rem;
}

.content__bulk ul.bullet-box,
.article__content ul.bullet-box {
  background: rgba(230, 230, 230, 0.5);
  padding: 2rem;
  margin: 1.5rem 1.5rem 1.5rem -12.5rem;
  width: 40rem;
  display: inline-block;
  float: left;
}

@media only screen and (max-width: 61.25em) {
  .content__bulk ul.bullet-box,
  .article__content ul.bullet-box {
    max-width: 100vw;
    width: 100%;
    margin: 2rem auto;
    padding: 1rem 2rem;
  }
}

.content__bulk li,
.article__content li {
  font-size: 1.9rem;
  line-height: 1.421;
  font-family: "Roboto", sans-serif;
  color: #63666A;
  margin-bottom: 1rem;
  position: relative;
}

@media only screen and (max-width: 37.5em) {
  .content__bulk li,
  .article__content li {
    font-size: 1.4rem;
    line-height: 1.642;
  }
}

.content__bulk li.top-bullet,
.article__content li.top-bullet {
  list-style: none;
}

.content__bulk li.top-bullet h3,
.article__content li.top-bullet h3 {
  margin: 0 0 1rem;
}

@media only screen and (max-width: 37.5em) {
  .content__bulk li,
  .article__content li {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}

.content__bulk .ss li a,
.article__content .ss li a {
  position: absolute;
  left: 0;
  top: 0;
}

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

.media-element-container {
  width: 100%;
  max-width: 100rem;
  position: relative;
  z-index: 1;
  padding: 2rem 0;
  margin-bottom: 1rem;
}

.media-element-container.media-wysiwyg_inline {
  padding: 0;
  position: relative;
  display: inline-block;
  width: auto;
  float: left;
}

.media-element-container.media-wysiwyg_large .content {
  margin-left: -15rem;
  margin-right: -15rem;
}

.media-element-container.media-wysiwyg_large .content img {
  width: 100%;
  padding: 0;
}

@media only screen and (max-width: 61.25em) {
  .media-element-container.media-wysiwyg_large .content img {
    width: 100%;
  }
}

@media only screen and (max-width: 87.5em) {
  .media-element-container.media-wysiwyg_large .content {
    margin-left: -10rem;
    margin-right: -10rem;
  }
}

@media only screen and (max-width: 61.25em) {
  .media-element-container.media-wysiwyg_large .content {
    left: 0;
    margin: 0;
    width: 100%;
  }
}

.media-element-container.media-wysiwyg_full > .content,
.media-element-container.media-wysiwyg_full > .file-image {
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: 100vw;
  right: 50%;
  width: 100vw;
  position: relative;
}

.media-element-container.media-wysiwyg_full .file-video {
  position: relative;
  width: 100vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  padding-top: 56.25vw;
}

.media-element-container.media-wysiwyg_full img {
  width: 100vw;
}

.media-element-container.media-wysiwyg_inline {
  max-width: 35rem;
  margin-left: -12rem;
  padding-right: 2rem;
}

.media-element-container.media-wysiwyg_inline.media-float-right, .media-element-container.media-wysiwyg_inline.media-float-left {
  float: left;
  position: relative;
  margin-bottom: unset;
  max-width: 100%;
}

@media only screen and (max-width: 37.5em) {
  .media-element-container.media-wysiwyg_inline.media-float-right, .media-element-container.media-wysiwyg_inline.media-float-left {
    float: none;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 61.25em) {
  .media-element-container.media-wysiwyg_inline .content {
    width: 100%;
    max-width: 100%;
  }
}

.media-element-container.media-wysiwyg_inline.media-float-right {
  float: right;
  padding-right: 0;
  padding-bottom: 2rem;
  margin-right: -8rem;
  padding-left: 2rem;
  margin-left: 0.1rem;
}

@media only screen and (max-width: 87.5em) {
  .media-element-container.media-wysiwyg_inline.media-float-right {
    margin-right: 0;
  }
}

@media only screen and (max-width: 37.5em) {
  .media-element-container.media-wysiwyg_inline.media-float-right {
    padding-left: 1rem;
    float: right;
  }
}

.media-element-container.media-wysiwyg_inline.media-float-left {
  padding-left: 0;
  padding-right: 2rem;
  margin-left: -8rem;
  padding-bottom: 2rem;
}

@media only screen and (max-width: 87.5em) {
  .media-element-container.media-wysiwyg_inline.media-float-left {
    margin-left: 0;
  }
}

@media only screen and (max-width: 37.5em) {
  .media-element-container.media-wysiwyg_inline.media-float-left {
    padding-right: 1rem;
    float: left;
  }
}

.media-element-container.media-wysiwyg_inline .QuoteBoxRight {
  float: right;
  margin: 0 0 0 1rem;
  clear: right;
  padding: 2rem 1rem;
}

.media-element-container.media-wysiwyg_inline .QuoteBoxLeft {
  float: left;
  margin: 0 1rem 0 0;
  clear: left;
  padding: 2rem 1rem;
}

@media only screen and (max-width: 87.5em) {
  .media-element-container.media-wysiwyg_inline {
    margin-left: 0;
  }
}

.media-element-container .file {
  position: relative;
  margin: 0 auto;
  text-align: center;
}

@media only screen and (max-width: 75em) {
  .media-element-container .file {
    max-width: 90rem;
  }
}

.media-element-container iframe {
  width: 100%;
}

.media-element-container img {
  display: block;
  margin: 0 auto;
}

.media-element-container .field-name-field-image-date {
  padding-top: 1rem;
}

.media-element-container .file-video {
  height: 0;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}

.media-element-container .file-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.media-element-container .wysiwyg-image-wrapper {
  position: relative;
  float: none;
}

.media-element-container .field-name-field-caption,
.media-element-container .report-photo__caption {
  font-size: 1.4rem;
  line-height: 1.142;
  font-family: "Roboto", sans-serif;
  color: #63666A;
  padding: 1rem;
  background-color: #F2F2F2;
  height: auto;
  width: 100%;
  position: relative;
  float: none;
  text-align: left;
  margin-top: 0;
}

@media only screen and (max-width: 37.5em) {
  .media-element-container .field-name-field-caption,
  .media-element-container .report-photo__caption {
    font-size: 1.2rem;
    line-height: 1.166;
  }
}

@media only screen and (max-width: 37.5em) {
  .media-element-container .field-name-field-caption,
  .media-element-container .report-photo__caption {
    margin-bottom: 1rem;
  }
}

.media-element-container .field-name-field-credit {
  display: block;
  opacity: 0.7;
  width: auto;
  float: left;
  border-left: solid 5px #9f3e52;
  color: #FFF;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.3;
  padding: 0.5rem;
  background: black;
  position: absolute;
  left: 0;
  bottom: 0;
}

.media-element-container .field-name-field-credit .field-label {
  display: none;
}

.media-element-container .field-name-field-credit:hover {
  opacity: 1;
}

@media only screen and (max-width: 37.5em) {
  .media-element-container .field-name-field-credit {
    font-size: 1.1rem;
  }
}

.media-element-container .field-name-field-file-image-title-text,
.media-element-container .field-name-field-description,
.media-element-container .field-name-field-file-image-alt-text {
  display: none;
}

@media only screen and (max-width: 61.25em) {
  .media-element-container {
    width: 100%;
    padding: 1rem 0;
  }
}

@media only screen and (max-width: 87.5em) {
  .sidebar .media-element-container.media-wysiwyg_large .content {
    left: 0;
    margin: 0;
    width: 100%;
  }
}

.media-inverted {
  width: 100vw;
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50vw, 0);
          transform: translate(-50vw, 0);
  background: #282828;
  margin: 8rem 0;
  padding: 2rem 0;
}

@media only screen and (max-width: 61.25em) {
  .media-inverted {
    padding: 0.1rem 2rem;
  }
}

.media-inverted .media-element-container {
  margin: 4rem auto;
}

.media-inverted .media-element-container .field-name-field-caption {
  color: #FFF;
}

table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}

th {
  font-weight: 600;
  padding: 1rem;
}

td {
  padding: 1rem;
}

tr,
td,
th {
  vertical-align: middle;
}

[type="color"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
textarea,
[multiple],
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  padding: 1rem;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
  border: 0.2rem solid #e6e6e6;
}

[type="color"]:focus,
[type="date"]:focus,
[type="datetime"]:focus,
[type="datetime-local"]:focus,
[type="email"]:focus,
[type="month"]:focus,
[type="number"]:focus,
[type="password"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="text"]:focus,
[type="time"]:focus,
[type="url"]:focus,
[type="week"]:focus,
textarea:focus,
[multiple]:focus,
select:focus {
  border-color: #9f3e52;
}

select {
  background-image: url("../images/arrow-down.svg");
  background-position: right 1rem center;
  background-repeat: no-repeat;
  background-size: 10px;
  cursor: pointer;
  outline: none;
}

label {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  margin-bottom: 1rem;
  display: block;
  font-size: 1.4rem;
}

.description {
  font-size: 1.4rem;
  margin-top: 1rem;
  color: rgba(0, 0, 0, 0.5);
}

textarea {
  resize: vertical;
}

[type="submit"],
.form-submit {
  display: inline-block;
  padding: 1rem 1.5rem;
  color: #FFF;
  background-color: #9f3e52;
  font-weight: 600;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.2;
  text-decoration: none;
  outline: 0;
  border: 0;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

[type="submit"]:hover, [type="submit"]:focus,
.form-submit:hover,
.form-submit:focus {
  background-color: #8d3749;
}

.page-user .support-strip {
  display: none;
}

.page-user form {
  max-width: 50rem;
  margin: auto;
  padding: 10rem 2rem;
}

.page-user .form-item {
  margin-bottom: 2rem;
}

.page-user [type="text"],
.page-user [type="email"],
.page-user [type="password"] {
  width: 100%;
}

.exposed-form-mobile-trigger {
  display: none;
}

#autocomplete {
  background: #FFF;
  position: absolute;
  top: 100%;
  width: 100%;
  padding: 0.5rem;
  border: 0.2rem solid #FFF;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  line-height: 2;
}

#autocomplete li {
  padding: 0.5rem;
  cursor: pointer;
}

#autocomplete li:hover {
  background-color: rgba(230, 230, 230, 0.5);
  color: #000;
}

.form-type-date-popup label {
  display: none;
}

.form-checkboxes {
  margin-top: 1rem;
}

.form-type-bef-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 0.5rem;
}

.form-type-bef-checkbox input {
  width: auto !important;
  margin: 0 1rem 0 0;
}

.form-type-bef-checkbox label {
  font-weight: 400;
  margin: 0;
}

.typist-border {
  border-right: none;
  border-color: #9f3e52;
  -webkit-animation: blink-caret-default 1s step-end infinite;
          animation: blink-caret-default 1s step-end infinite;
  text-align: left;
}

.typist-border.right {
  border-left: none;
  padding-right: 2rem;
  border-right: 0.5rem solid;
}

.typist-border.mint {
  -webkit-animation: blink-caret-mint 1s step-end infinite;
          animation: blink-caret-mint 1s step-end infinite;
}

.typist-border.mint {
  -webkit-animation: blink-caret-mint 1s step-end infinite;
          animation: blink-caret-mint 1s step-end infinite;
}

/* The typewriter cursor effect */
@-webkit-keyframes blink-caret-default {
  0% {
    border-color: transparent;
  }
  50% {
    border-color: #9f3e52;
  }
}
@keyframes blink-caret-default {
  0% {
    border-color: transparent;
  }
  50% {
    border-color: #9f3e52;
  }
}

@-webkit-keyframes blink-caret-mint {
  0% {
    border-color: transparent;
  }
  50% {
    border-color: #35b58b;
  }
}

@keyframes blink-caret-mint {
  0% {
    border-color: transparent;
  }
  50% {
    border-color: #35b58b;
  }
}

@-webkit-keyframes blink-caret-orange {
  0% {
    border-color: transparent;
  }
  50% {
    border-color: #eb762d;
  }
}

@keyframes blink-caret-orange {
  0% {
    border-color: transparent;
  }
  50% {
    border-color: #eb762d;
  }
}

.consent-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
}

.consent-banner__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 120rem;
  margin: 0 auto;
  padding: 3rem 2rem;
}

@media only screen and (max-width: 37.5em) {
  .consent-banner__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.consent-banner__inner p {
  color: #FFF;
  margin-bottom: 0;
  margin-right: 1rem;
}

@media only screen and (max-width: 37.5em) {
  .consent-banner__inner p {
    margin-bottom: 2rem;
    margin-right: 0;
  }
}

.consent-banner__inner p a:not([class]) {
  color: #FFF;
  text-decoration: underline;
}

.consent-banner__inner .button {
  width: 30rem;
  padding: 2rem 3rem;
}

@media only screen and (max-width: 37.5em) {
  .consent-banner__inner .button {
    width: 100%;
  }
}

.site-header {
  width: 100vw;
  height: 8rem;
  background-color: #FFF;
  border-bottom: 0.1rem solid #e6e6e6;
  padding: 2.25rem 3.5rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  z-index: 50;
  top: 0;
}

@media only screen and (max-width: 37.5em) {
  .site-header {
    height: 7rem;
    padding: 0 2rem;
  }
}

.site-header__left,
.site-header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.site-header__left {
  margin-right: auto;
}

.site-header__subscribe {
  margin-left: 2rem;
  padding: 0.8rem 1rem;
  font-size: 1.4rem;
}

@media only screen and (max-width: 46.875em) {
  .site-header__subscribe {
    display: none;
  }
}

.site-header__tagline {
  font-family: "GT Sectra Bold", serif;
  font-size: 1.6rem;
  margin-right: 1rem;
  padding-bottom: 0.3em;
}

@media only screen and (max-width: 61.25em) {
  .site-header__tagline {
    display: none;
  }
}

.site-header__disclaimer {
  display: none;
  position: absolute;
  width: 100%;
  font-size: 1.4rem;
  font-family: "GT Sectra Regular", serif;
  left: 0;
  top: 7rem;
}

@media only screen and (max-width: 37.5em) {
  .site-header__disclaimer {
    top: 5rem;
  }
}

.site-header__disclaimer a,
.site-header__disclaimer a:visited,
.site-header__disclaimer a:active {
  text-decoration: none;
  color: #282828;
}

.site-header__disclaimer a:hover {
  border-bottom: 1px solid #999;
  background: #282828;
  color: white;
}

.site-header__search,
.site-header__menu {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  border: 0;
  font-size: 0;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  cursor: pointer;
}

.site-header__search {
  width: 2.4rem;
  height: 2rem;
  background: url("../images/icon-search.svg") no-repeat center;
  background-size: 25px;
}

.site-header__menu {
  width: 2.4rem;
  height: 2rem;
  background: url("../images/icon-menu.svg") no-repeat center;
  background-size: 22px;
  z-index: 10;
}

.site-header__menu.active {
  background-image: url("../images/icon-menu-close.svg");
  background-size: 18px;
}

.logo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 16rem;
  height: 4rem;
  text-indent: -999rem;
  text-decoration: none;
  overflow: hidden;
  margin: auto;
  top: 0;
}

@media only screen and (max-width: 37.5em) {
  .logo {
    background: url("../images/logo.svg") no-repeat center;
    background-size: contain;
    width: 13.5rem;
    top: 0.25rem;
    height: 4rem;
  }
}

.logo svg {
  display: block;
}

@media only screen and (max-width: 37.5em) {
  .logo svg {
    display: none;
  }
}

.main-menu-links {
  background-color: #282828;
  text-align: center;
  font-size: 0;
  margin-top: 8rem;
}

.main-menu-links a {
  text-decoration: none;
}

@media only screen and (max-width: 37.5em) {
  .main-menu-links {
    margin-top: 7rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.main-menu-links li {
  display: inline-block;
  background: #9f3e52;
}

.main-menu-links li:nth-last-child(-n+5) {
  background: transparent;
}

.main-menu-links a {
  display: block;
  padding: 1rem 2rem;
  font-size: 1.6rem;
  line-height: 1.3;
  color: #e6e6e6;
  font-family: "GT Sectra Medium", serif;
}

@media only screen and (max-width: 37.5em) {
  .main-menu-links a {
    padding: 1rem;
    font-size: 1.4rem;
  }
}

.main-menu-links a:hover, .main-menu-links a:focus {
  text-decoration: underline;
}

.global-header,
.mobile-menu {
  display: none;
}

.quick-links .links {
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
}

.quick-links::-webkit-scrollbar {
  display: none;
}

@media only screen and (max-width: 37.5em) {
  .quick-links {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .quick-links::-webkit-overflow-scrolling {
    display: none;
  }
}

.search-box {
  width: 60rem;
  position: absolute;
  top: 5rem;
  right: -2rem;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  background: #f2f2f2;
  padding: 2rem;
  display: none;
}

@media only screen and (max-width: 37.5em) {
  .search-box {
    width: 100vw;
  }
}

.search-box.active {
  display: block;
}

.search-box:before {
  content: "";
  width: 0;
  height: 0;
  border-left: .8rem solid transparent;
  border-right: .8rem solid transparent;
  border-bottom: 0.8rem solid #f2f2f2;
  position: absolute;
  top: -.8rem;
  right: 2.5rem;
}

.search-box .gsc-input {
  position: relative;
  font-size: 1.3rem;
  line-height: 1.5em;
  padding: .4rem .7rem .4rem 0;
  margin: 0;
  height: auto;
  width: 85%;
}

@media only screen and (max-width: 37.5em) {
  .search-box .gsc-input {
    width: 78%;
  }
}

.search-box .gsc-control-cse {
  padding: 0;
  background: none;
  border: none;
}

.search-box .gsc-results-wrapper-visible {
  max-height: 60vh;
  overflow-y: scroll;
  padding: 0.6rem 1rem;
  background: #FFF;
}

.search-box .gsc-control-wrapper-cse {
  width: 100%;
}

.search-box td.gsc-search-button {
  width: auto;
}

@media only screen and (max-width: 37.5em) {
  .search-box td.gsc-search-button {
    width: 22%;
  }
}

.search-box .gsst_b {
  position: relative;
}

.search-box .gsst_a {
  padding-top: 0;
  position: absolute;
  top: -0.4rem;
  right: 1.6rem;
}

.search-box .gsc-thumbnail-inside {
  text-align: left;
}

.search-box .gs-snippet {
  margin-left: 20%;
}

.search-box__advanced-search {
  text-align: left;
  font-size: 1.4rem;
  margin-top: 0.5rem;
}

.feedback-banner {
  padding: 1rem 3rem;
  background-color: #9f3e52;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 37.5em) {
  .feedback-banner {
    padding: 1rem 2rem;
  }
}

.feedback-banner p {
  margin-bottom: 0;
  line-height: 1.2;
}

.feedback-banner p,
.feedback-banner a:not([class]) {
  color: #FFF;
}

.feedback-banner a:not([class]) {
  font-weight: 600;
  text-decoration: underline;
}

.feedback-banner a:not([class]):hover {
  text-decoration: none;
}

.feedback-banner__button {
  display: inline-block;
  padding: 1rem 1.5rem;
  color: #FFF;
  background-color: #9f3e52;
  font-weight: 600;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.2;
  text-decoration: none;
  outline: 0;
  border: 0;
  cursor: pointer;
  background-color: #FFF;
  color: #9f3e52;
  margin-left: 2rem;
}

.feedback-banner__button:hover, .feedback-banner__button:focus {
  background-color: #8d3749;
}

.feedback-banner__button:hover, .feedback-banner__button:focus {
  background-color: rgba(255, 255, 255, 0.8);
  color: #9f3e52;
}

.site-footer {
  text-align: center;
  padding: 4rem 2rem;
  position: relative;
  background-color: #FFF;
}

@media only screen and (max-width: 61.25em) {
  .site-footer {
    padding: 4rem 2rem 10rem;
  }
}

.site-footer__logo {
  font-size: 0;
  display: inline-block;
  width: 15rem;
  height: 4rem;
  background-image: url("../images/logo.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  text-indent: -999rem;
  text-decoration: none;
  overflow: hidden;
  margin: 0 auto 4rem;
}

@media only screen and (max-width: 46.875em) {
  .site-footer__logo {
    margin: 0 auto 2rem;
  }
}

.site-footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 46.875em) {
  .site-footer__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.site-footer__menu a {
  font-size: 1.4rem;
  color: #000;
  text-decoration: none;
}

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

.site-footer__menu .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 46.875em) {
  .site-footer__menu .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 3rem;
  }
}

.site-footer__menu .menu li {
  margin: 0 2rem;
}

@media only screen and (max-width: 46.875em) {
  .site-footer__menu .menu li {
    margin: 1rem 0;
  }
}

.site-footer__copy {
  font-size: 1.4rem;
  color: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 4rem;
  left: 3.5rem;
}

@media only screen and (max-width: 61.25em) {
  .site-footer__copy {
    bottom: 2rem;
    left: 2rem;
  }
}

.site-footer__return-button {
  width: 6rem;
  height: 6rem;
  background-image: url("../images/icon-return.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  display: block;
  outline: 0;
  border: 0;
  position: absolute;
  right: 0;
  bottom: 4rem;
  cursor: pointer;
  font-size: 0;
  text-indent: -999rem;
  overflow: hidden;
}

@media only screen and (max-width: 61.25em) {
  .site-footer__return-button {
    bottom: 2rem;
  }
}

.sb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sb__item {
  font-size: 0;
  text-indent: -999rem;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  margin: 0 1.5rem;
}

.sb__item a {
  width: 3rem;
  height: 1.5rem;
  display: block;
}

.sb__item--twitter {
  background-image: url("../images/icon-twitter.svg");
}

.sb__item--facebook {
  background-image: url("../images/icon-facebook.svg");
}

.sb__item--youtube {
  background-image: url("../images/icon-youtube.svg");
}

.ss {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ss__item {
  width: 3rem;
  height: 3rem;
  font-size: 0;
  text-indent: -999rem;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 70%;
  margin: 1rem;
}

.ss__item a {
  width: 100%;
  height: 100%;
  display: block;
}

.ss__item--twitter {
  background-image: url("../images/icon-twitter.svg");
  background-size: auto 50%;
}

.ss__item--twitter-inverted {
  display: none;
  background-image: url("../images/icon-twitter-inverted.svg");
  background-size: auto 50%;
}

.ss__item--facebook {
  background-image: url("../images/icon-facebook.svg");
  background-size: auto 50%;
}

.ss__item--whatsapp {
  background-image: url("../images/icon-whatsapp.svg");
  background-size: auto 50%;
}

.ss__item--email {
  background-image: url("../images/icon-email.svg");
}

.signup-cta {
  width: 100%;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #9f3e52;
  background: radial-gradient(circle, #ba3c56 50%, #8c3143 100%);
}

@media only screen and (max-width: 87.5em) {
  .signup-cta {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media only screen and (max-width: 61.25em) {
  .signup-cta {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
}

@media only screen and (max-width: 37.5em) {
  .signup-cta {
    margin-top: 4rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.not-front .signup-cta {
  margin-top: 0;
}

@media only screen and (max-width: 37.5em) {
  .not-front .signup-cta {
    margin-top: 0;
  }
}

.signup-cta__content {
  margin: 0 auto;
  max-width: 70rem;
}

.signup-cta__title {
  max-width: 55rem;
  font-size: 3.6rem;
  line-height: 1.2;
  color: #FFF;
  margin-bottom: 3rem;
  position: relative;
}

@media only screen and (max-width: 61.25em) {
  .signup-cta__title {
    padding-top: 3.5rem;
    font-size: 2.3rem;
  }
}

@media only screen and (max-width: 37.5em) {
  .signup-cta__title {
    margin-bottom: 2rem;
  }
}

.signup-cta__title::before {
  content: "";
  display: block;
  position: absolute;
  width: 4.5rem;
  height: 2rem;
  background: url("../images/icon-newsletter.svg") no-repeat center;
  background-size: 100%;
  top: 1.2rem;
  left: -6.5rem;
}

@media only screen and (max-width: 61.25em) {
  .signup-cta__title::before {
    top: 0;
    left: 0;
  }
}

.signup-cta__description {
  max-width: 55rem;
  font-family: "GT Sectra Medium", serif;
  font-size: 2.1rem;
  line-height: 1.25;
  color: #FFF;
  margin-bottom: 3rem;
}

@media only screen and (max-width: 37.5em) {
  .signup-cta__description {
    font-size: 1.6rem;
  }
}

.support-cta {
  width: 100%;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #282828;
}

@media only screen and (max-width: 87.5em) {
  .support-cta {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media only screen and (max-width: 37.5em) {
  .support-cta {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.support-cta__content {
  margin: 0 auto;
  max-width: 80rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 46.875em) {
  .support-cta__content {
    display: block;
  }
}

.support-cta__content--text {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  padding-right: 5rem;
}

@media only screen and (max-width: 61.25em) {
  .support-cta__content--text {
    padding-right: 2rem;
  }
}

@media only screen and (max-width: 46.875em) {
  .support-cta__content--text {
    padding-right: 0;
  }
}

.support-cta__title {
  font-size: 2.3rem;
  line-height: 1.2;
  color: #FFF;
  margin-bottom: 2rem;
}

.support-cta__description {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #FFF;
}

@media only screen and (max-width: 46.875em) {
  .support-cta__description {
    margin-bottom: 3rem;
  }
}

@media only screen and (max-width: 37.5em) {
  .support-cta__description {
    font-size: 1.4rem;
  }
}

.support-cta__button {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}

@media only screen and (max-width: 46.875em) {
  .support-cta__button .button {
    width: auto;
  }
}

.main-navigation {
  background-color: #FFF;
  top: 0;
  position: fixed;
  z-index: 10;
  font-family: "GT Sectra Medium", serif;
  height: 100vh;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media only screen and (max-width: 46.875em) {
  .main-navigation {
    width: 100%;
  }
}

@media only screen and (max-width: 37.5em) {
  .main-navigation {
    top: 0 !important;
  }
}

.main-navigation a {
  display: block;
  text-align: left;
  padding: 0;
  text-decoration: none;
  color: #000;
}

.main-navigation a:hover, .main-navigation a:active, .main-navigation a:focus, .main-navigation a.active {
  text-decoration: none;
  color: #000;
}

.main-navigation.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.main-navigation__parent {
  padding: 8rem 2rem;
  background-color: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 40rem;
  z-index: 20;
  -webkit-transition: all .3s;
  transition: all .3s;
  overflow-y: auto;
}

.main-navigation__parent.child-active a {
  opacity: 0.3;
}

.main-navigation__parent.child-active .js-menu-browse.active {
  opacity: 1;
}

@media only screen and (max-width: 46.875em) {
  .main-navigation__parent {
    width: 100%;
    padding: 4rem 2rem;
  }
  .main-navigation__parent.child-active {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.main-navigation__child {
  background-color: #FFF;
  padding: 4rem;
  top: 0;
  left: 0;
  height: 100vh;
  width: 40rem;
  z-index: 15;
  -webkit-transition: all .3s;
  transition: all .3s;
  overflow-y: auto;
  position: relative;
}

@media only screen and (max-width: 46.875em) {
  .main-navigation__child {
    width: 100%;
    top: 8rem;
    padding-top: 4rem;
  }
}

.main-navigation__child.active {
  -webkit-transform: translateX(40rem);
          transform: translateX(40rem);
}

@media only screen and (max-width: 46.875em) {
  .main-navigation__child.active {
    z-index: 500;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@media only screen and (max-width: 37.5em) {
  .main-navigation__child.active {
    background-color: #FFF;
    top: 7rem;
  }
}

.main-navigation .main-menu-links {
  background: none;
}

.main-navigation .main-menu-links li {
  display: block;
  margin-bottom: 1.6rem;
}

.main-navigation .main-menu-links a {
  font-size: 2rem;
}

.main-navigation .main-menu-links a:hover, .main-navigation .main-menu-links a:active, .main-navigation .main-menu-links a:focus, .main-navigation .main-menu-links a.active {
  text-decoration: none;
  color: #000;
}

.browse-by-menu {
  font-size: 1.6rem;
  margin: 3rem 0 3rem 2rem;
  padding: 4rem 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
}

.browse-by-menu a {
  position: relative;
}

.browse-by-menu a:after {
  content: "";
  position: absolute;
  right: 0;
  width: 1rem;
  height: 1rem;
  background: url("../images/arrow.svg") no-repeat center;
  background-size: 1rem 1rem;
  font-size: 2rem;
}

.browse-by-menu li:not(:last-child) {
  margin-bottom: 2rem;
}

.useful-links-menu {
  font-size: 1.6rem;
  margin-left: 2rem;
}

.useful-links-menu a {
  margin: 2rem 0;
}

.slide-menu {
  display: none;
}

.slide-menu a {
  margin-bottom: 2rem;
  font-size: 1.6rem;
}

.slide-menu li.active > .menu {
  display: block;
}

.slide-menu li.active > a {
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  color: #000;
}

.slide-menu .menu .menu {
  display: none;
}

.slide-menu .menu .menu.active {
  display: block;
}

.slide-menu.active {
  display: block;
}

.slide-menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.slide-menu .js-menu-close {
  margin-left: auto;
}

.slide-menu .migration {
  position: relative;
}

.slide-menu .migration a {
  margin-left: 1rem;
}

.slide-menu .migration:before {
  content: "";
  display: inline-block;
  width: 0.3rem;
  height: 1.6rem;
  background: #35b58b;
  position: absolute;
  bottom: 0;
  left: 0;
}

.slide-menu .aid_and_policy {
  position: relative;
}

.slide-menu .aid_and_policy a {
  margin-left: 1rem;
}

.slide-menu .aid_and_policy:before {
  content: "";
  display: inline-block;
  width: 0.3rem;
  height: 1.6rem;
  background: #eb762d;
  position: absolute;
  bottom: 0;
  left: 0;
}

.slide-menu .conflict {
  position: relative;
}

.slide-menu .conflict a {
  margin-left: 1rem;
}

.slide-menu .conflict:before {
  content: "";
  display: inline-block;
  width: 0.3rem;
  height: 1.6rem;
  background: #3f4076;
  position: absolute;
  bottom: 0;
  left: 0;
}

.slide-menu .environment_and_disasters {
  position: relative;
}

.slide-menu .environment_and_disasters a {
  margin-left: 1rem;
}

.slide-menu .environment_and_disasters:before {
  content: "";
  display: inline-block;
  width: 0.3rem;
  height: 1.6rem;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
}

.main-navigation__close-child {
  position: absolute;
  top: 2.7rem;
  right: 2rem;
  font-size: 2rem;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  text-indent: -999rem;
  background: url("../images/arrow-menu.svg") no-repeat center;
  display: block;
  height: 2.5rem;
  width: 2.5rem;
}

.main-navigation__parent > .main-menu-links li a:before {
  content: "";
  display: inline-block;
  width: .2rem;
  height: 2rem;
  background: #9f3e52;
  margin-right: 1rem;
  vertical-align: bottom;
}

.main-navigation__parent > .main-menu-links li:nth-child(1) a:before {
  background: #eb762d;
}

.main-navigation__parent > .main-menu-links li:nth-child(2) a:before {
  background: #3f4076;
}

.main-navigation__parent > .main-menu-links li:nth-child(3) a:before {
  background: #000;
}

.main-navigation__parent > .main-menu-links li:nth-child(4) a:before {
  background: #35b58b;
}

.main-navigation__parent > .main-menu-links li:nth-child(5) a:before {
  background: #9f3e52;
}

.page__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 15rem;
  background-color: #9f3e52;
}

.page__header--image {
  min-height: 40rem;
  max-height: 60rem;
}

.page-title--header {
  padding: 5rem;
}

.page-title--header h1 {
  text-align: center;
}

.page-title--header .header__description {
  width: 60%;
  min-width: 70rem;
  max-width: 85rem;
  margin: 5rem auto 2rem;
}

@media only screen and (max-width: 61.25em) {
  .page-title--header .header__description {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}

.header__title {
  position: absolute;
  padding: 4rem 4rem 4rem 8rem;
  color: #FFF;
}

@media only screen and (max-width: 61.25em) {
  .header__title {
    padding: 5rem;
  }
}

@media only screen and (max-width: 37.5em) {
  .header__title {
    padding: 2rem;
  }
}

.header__title h1 {
  font-size: 3.6rem;
}

@media only screen and (max-width: 46.875em) {
  .header__title h1 {
    font-size: 2.3rem;
  }
}

.header__background {
  width: 100%;
}

.header__background img {
  display: block;
  width: 100%;
}

.page__content {
  width: 100%;
  position: relative;
}

.content__bulk {
  padding: 5rem;
  max-width: 90rem;
  margin: 0 auto;
}

@media only screen and (max-width: 37.5em) {
  .content__bulk {
    padding: 5rem 2rem;
  }
}

.content__bulk.sidebar {
  margin-left: 34rem;
}

@media only screen and (max-width: 75em) {
  .content__bulk.sidebar {
    margin-left: 26rem;
  }
}

@media only screen and (max-width: 61.25em) {
  .content__bulk.sidebar {
    margin-left: 0;
  }
}

.content__bulk .field-name-body > p:first-of-type {
  font-size: 2.4rem;
  line-height: 1.25;
  font-family: "GT Sectra Bold", serif;
  letter-spacing: -0.23px;
  color: #000;
  text-align: left;
}

@media only screen and (max-width: 37.5em) {
  .content__bulk .field-name-body > p:first-of-type {
    font-size: 1.8rem;
    line-height: 1.277;
  }
}

.taxonomy-list__full-list,
.view-display-id-page_1 {
  max-width: 120rem;
  margin: 0 auto;
  margin-top: 5rem;
}

@media only screen and (max-width: 87.5em) {
  .taxonomy-list__full-list,
  .view-display-id-page_1 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media only screen and (max-width: 37.5em) {
  .taxonomy-list__full-list,
  .view-display-id-page_1 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.view-tnh-taxonomy-terms .view-header {
  -webkit-box-flex: 100%;
      -ms-flex: 100% 0 0px;
          flex: 100% 0 0;
}

.view-tnh-taxonomy-terms .view-title {
  border-top: 0.2rem solid #e6e6e6;
  padding: 1.5rem 0 3rem;
}

@media only screen and (max-width: 37.5em) {
  .view-tnh-taxonomy-terms .view-title {
    padding: 1rem 0 2rem;
    font-size: 1.6rem;
  }
}

.view-tnh-taxonomy-terms .view-title__link {
  color: #282828;
  text-decoration: none;
}

.view-tnh-taxonomy-terms .view-footer {
  clear: both;
}

.view-tnh-taxonomy-terms.view-display-id-just_cheat_sheets .view-header .view-title {
  padding: 3rem 0;
}

.view-tnh-taxonomy-terms.view-display-id-just_cheat_sheets .view-header p {
  margin-bottom: 3rem;
}

.republish .article__header {
  background-color: #282828;
}

.republish h3 {
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #FFF;
}

@media only screen and (max-width: 61.25em) {
  .republish h3 {
    font-size: 1.8rem;
    margin-top: 1rem;
  }
}

.republish .article__overview {
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  padding: 1rem 12rem;
}

@media only screen and (max-width: 61.25em) {
  .republish .article__overview {
    padding: 1rem 2rem;
  }
}

.republish .article__title {
  margin-top: 1rem;
  color: #FFF;
}

@media only screen and (max-width: 61.25em) {
  .republish .article__title {
    font-size: 3.2rem;
  }
}

.republish .republish__textarea {
  width: 100%;
  border: 0.1rem solid #979797;
  background-color: #F6F6F6;
}

.republish .republish__textarea--caption {
  height: 4.2rem;
}

.republish .republish__textarea--html {
  height: 40rem;
}

.republish .field-name-body {
  margin-bottom: 5rem;
}

.republish .content__bulk ol li {
  margin-bottom: 3rem;
}

.media-wrapper {
  max-width: 160rem;
  margin: auto;
}

.file-library-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 1rem 3.5rem 0;
}

@media only screen and (max-width: 61.25em) {
  .file-library-form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media only screen and (max-width: 37.5em) {
  .file-library-form {
    padding: 1rem 2rem 0;
  }
}

.file-library-form .clearfix:after {
  display: none;
}

.file-library-form .form-item-field-image-date-value-min .date-padding,
.file-library-form .form-item-field-image-date-value-max .date-padding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.file-library-form .form-item-field-image-date-value-min .form-item-field-image-date-value-min-month,
.file-library-form .form-item-field-image-date-value-min .form-item-field-image-date-value-max-month,
.file-library-form .form-item-field-image-date-value-max .form-item-field-image-date-value-min-month,
.file-library-form .form-item-field-image-date-value-max .form-item-field-image-date-value-max-month {
  padding-right: 0.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.file-library-form .form-item-field-image-date-value-min .form-item-field-image-date-value-min-year,
.file-library-form .form-item-field-image-date-value-min .form-item-field-image-date-value-max-year,
.file-library-form .form-item-field-image-date-value-max .form-item-field-image-date-value-min-year,
.file-library-form .form-item-field-image-date-value-max .form-item-field-image-date-value-max-year {
  padding-left: 0.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.file-library-form [type="text"],
.file-library-form [type="submit"],
.file-library-form select {
  width: 100%;
}

.file-library-form [type="submit"] {
  height: 100%;
  padding: 1.55rem 1.5rem;
}

.file-library-form__widget {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 17.2%;
          flex: 1 0 17.2%;
  padding: 0;
  padding-right: 1rem;
  padding-bottom: 1rem;
}

@media only screen and (max-width: 61.25em) {
  .file-library-form__widget {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 33.333%;
            flex: 1 0 33.333%;
  }
}

@media only screen and (max-width: 37.5em) {
  .file-library-form__widget {
    padding-left: 0;
    padding-right: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
}

@media only screen and (max-width: 61.25em) {
  .file-library-form__widget:nth-child(3) {
    padding-right: 0;
  }
}

.file-library-form__widget--edit-field-image-date-value {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 35.2%;
          flex: 1 0 35.2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 61.25em) {
  .file-library-form__widget--edit-field-image-date-value {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 75%;
            flex: 1 0 75%;
  }
}

@media only screen and (max-width: 37.5em) {
  .file-library-form__widget--edit-field-image-date-value {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
}

.file-library-form__widget--edit-field-image-date-value > label {
  display: none;
}

.file-library-form__widget--edit-field-image-date-value > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.file-library-form__widget--edit-field-image-date-value > div:first-of-type {
  padding-right: 0.5rem;
}

.file-library-form__widget--edit-field-image-date-value > div:last-of-type {
  padding-left: 0.5rem;
}

.file-library-form__widget--submit {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 0;
}

.file-library {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 2.5rem;
}

@media only screen and (max-width: 37.5em) {
  .file-library {
    padding: 0 1rem;
  }
}

.file-library li {
  padding: 1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 25%;
          flex: 1 0 25%;
}

@media only screen and (max-width: 75em) {
  .file-library li {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 33.333%;
            flex: 1 0 33.333%;
  }
}

@media only screen and (max-width: 61.25em) {
  .file-library li {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
  }
}

@media only screen and (max-width: 37.5em) {
  .file-library li {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
}

.node-file__header {
  padding: 3.5rem;
}

@media only screen and (max-width: 37.5em) {
  .node-file__header {
    padding: 2.5rem 2rem;
  }
}

.node-file__header h1 {
  margin-bottom: 2rem;
}

.node-file__header .tab-block {
  margin-bottom: 2rem;
}

.node-file__header p {
  margin-bottom: 0;
}

.button-back {
  color: #282828;
  font-size: 1.4rem;
  margin-top: 4rem;
  margin-bottom: -2rem;
  text-align: center;
  display: block;
}

.file-entity {
  position: relative;
  margin-bottom: 4rem;
  padding-top: 3rem;
  text-align: center;
}

@media only screen and (max-width: 61.25em) {
  .file-entity iframe {
    max-width: 100%;
  }
}

.file-entity__image {
  position: relative;
  display: inline-block;
  padding: 0 2rem;
}

.file-entity__image img {
  display: block;
}

.file-entity__credit {
  position: absolute;
  z-index: 22;
  right: 0;
  bottom: 0;
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0.4);
  color: #FFF;
  font-size: 1.2rem;
  border-left: solid 5px #9f3e52;
}

.file-entity__credit:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

@media only screen and (max-width: 37.5em) {
  .file-entity__credit {
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0.5;
  }
}

.file-metadata {
  list-style: none;
  border-top: 0.2rem solid #e6e6e6;
  margin: 0 auto 6rem;
  padding: 0 2rem;
  max-width: 80rem;
  font-size: 1.2rem;
  line-height: 1.8;
}

.file-metadata__title {
  margin: 2rem 0;
}

.file-metadata__item {
  padding: 2rem;
  border-bottom: 0.1rem solid #e6e6e6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  word-break: break-word;
}

.file-metadata__type {
  color: #282828;
  font-weight: 600;
  padding-right: 3rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10rem;
          flex: 0 0 10rem;
}

.file-metadata__text {
  max-width: 60rem;
}

.file-metadata__date {
  padding-bottom: 2rem;
  padding-right: 2rem;
  display: inline-block;
}

.file-metadata__credit {
  padding-bottom: 2rem;
  display: inline-block;
}

.file-metadata__label {
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: block;
}

.sb--right {
  text-align: left;
  padding-top: 2rem;
  padding-left: 0;
}

.view-irin-media-views .views-exposed-widgets {
  padding: 0 3.5rem 3.5rem;
}

.tab-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tab-block__item {
  font-size: 2rem;
  margin-right: 2rem;
  color: #999;
  text-decoration: none;
  font-weight: 400;
}

.tab-block__item:hover {
  color: #9f3e52;
}

.tab-block__item--active {
  color: #9f3e52;
  font-weight: 600;
}

.file-teaser {
  position: relative;
}

.file-teaser a {
  display: block;
  width: 100%;
  height: 100%;
}

.file-teaser img {
  width: 100%;
}

.file-teaser:hover .file-teaser__caption, .file-teaser:focus .file-teaser__caption {
  opacity: 1;
}

.file-teaser__caption {
  opacity: 0;
  -webkit-transition: opacity ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s;
  background-color: rgba(255, 255, 255, 0.75);
  position: absolute;
  top: 1rem;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  padding: 1rem;
  color: #000;
  line-height: 1.4;
  font-size: 1.4rem;
}

.wysiwyg-image-wrapper {
  position: relative;
}

.wysiwyg-image-wrapper img {
  display: block;
}

@media only screen and (max-width: 37.5em) {
  .wysiwyg-image-wrapper img.image--inline {
    max-width: 100%;
  }
}

.media-float-left img.image--inline {
  padding-left: 0;
}

.media-float-right {
  margin-left: 0.1rem;
}

.media-float-right img.image--inline {
  padding-right: 0;
}

.article__header {
  position: relative;
  background-color: rgba(230, 230, 230, 0.5);
  padding: 5rem 0 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 61.25em) {
  .article__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1rem 3rem 2rem;
  }
}

@media only screen and (max-width: 37.5em) {
  .article__header {
    padding: 1rem 1rem 2rem;
  }
}

.article__header:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1rem;
  height: 100%;
  background-color: #9f3e52;
  z-index: 2;
}

@media only screen and (max-width: 61.25em) {
  .article__header:before {
    width: 100%;
    height: 1rem;
  }
}

.article__header--no-image {
  padding-bottom: 0;
}

.article__header--no-image .article__overview {
  -webkit-box-flex: 100%;
      -ms-flex: 100% 0 0px;
          flex: 100% 0 0;
  padding: 1rem 0 0 1rem;
}

.article__header--no-image .article__intro {
  padding: 0 4rem 6rem;
  max-width: 110rem;
}

.article__header--no-image .article__subheading {
  max-width: 50rem;
}

.article__header--no-image .article__authors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 3rem;
  padding: 2.5rem 5rem;
  background-color: #E3E3E3;
}

.article__header--no-image .article__author-info {
  width: auto;
  margin-right: 4rem;
  padding: 1rem 0;
  border: none;
  min-width: calc(33% - 8rem);
}

@media only screen and (max-width: 61.25em) {
  .article__header--no-image {
    padding: 0;
  }
  .article__header--no-image .article__overview {
    padding: 2rem 0 0 0;
  }
  .article__header--no-image .article__authors {
    margin-top: 2rem;
  }
  .article__header--no-image .article__intro {
    padding: 0 4rem 5rem;
  }
}

@media only screen and (max-width: 37.5em) {
  .article__header--no-image .article__intro {
    padding: 0 3rem 3rem;
  }
  .article__header--no-image .article__authors {
    margin-top: 1rem;
    padding: 1rem 3rem;
  }
}

.article__overview {
  position: relative;
  padding: 1rem 5rem;
  -webkit-box-flex: 40%;
      -ms-flex: 40% 0 0px;
          flex: 40% 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 61.25em) {
  .article__overview {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 3rem 4rem;
  }
}

@media only screen and (max-width: 37.5em) {
  .article__overview {
    padding: 2rem;
  }
}

.article__overview--fullscreen {
  z-index: 5;
  position: relative;
  background: #282828;
  color: white;
  width: 100%;
  height: calc(100vh - 120px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-repeat: no-repeat;
  background-size: cover;
}

.article__overview--fullscreen .field-name-field-fullscreen-header-media {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.article__overview--fullscreen .field-name-field-fullscreen-header-media .content *:not(img) {
  display: none;
}

.article__overview--fullscreen .field-name-field-fullscreen-header-media .file-video-mp4,
.article__overview--fullscreen .field-name-field-fullscreen-header-media .file-video-mp4 video {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.article__overview--fullscreen .field-name-field-fullscreen-header-media .file-image-jpeg,
.article__overview--fullscreen .field-name-field-fullscreen-header-media img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 46.875em) {
  .article__overview--fullscreen {
    height: calc(100vh - 108px);
  }
}

.node-in-depth .article__overview {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}

@media only screen and (max-width: 75em) {
  .node-in-depth .article__overview {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
}

.article__title {
  margin-top: 3rem;
}

@media only screen and (max-width: 61.25em) {
  .article__title {
    margin-top: 2rem;
  }
}

@media only screen and (max-width: 37.5em) {
  .article__title {
    margin-top: 1rem;
  }
}

.article__title--fullscreen {
  z-index: 5;
  max-width: 70rem;
  text-align: center;
}

@media only screen and (max-width: 61.25em) {
  .article__title--fullscreen {
    margin-top: 0;
  }
}

@media only screen and (max-width: 37.5em) {
  .article__title--fullscreen {
    margin-top: 0;
  }
}

.article__subheading {
  font-size: 2.2rem;
  line-height: 1.181;
  letter-spacing: -0.4px;
  font-family: "GT Sectra Regular", serif;
  margin-top: 3rem;
  margin-bottom: 0;
  max-width: 38rem;
  color: #000;
}

@media only screen and (max-width: 37.5em) {
  .article__subheading {
    font-size: 1.8rem;
    line-height: 1.277;
    letter-spacing: 0;
  }
}

@media only screen and (max-width: 46.875em) {
  .article__subheading {
    margin-top: 2rem;
  }
}

@media only screen and (max-width: 37.5em) {
  .article__subheading {
    margin-top: 1rem;
  }
}

.article__subheading--fullscreen {
  font-size: 2.2rem;
  line-height: 1.181;
  letter-spacing: -0.4px;
  font-family: "GT Sectra Regular", serif;
  font-size: 2.1rem;
  z-index: 5;
  margin-top: 3rem;
  margin-bottom: 0;
  max-width: 38rem;
  color: white;
  text-align: center;
}

@media only screen and (max-width: 37.5em) {
  .article__subheading--fullscreen {
    font-size: 1.8rem;
    line-height: 1.277;
    letter-spacing: 0;
  }
}

@media only screen and (max-width: 46.875em) {
  .article__subheading--fullscreen {
    margin-top: 2rem;
  }
}

@media only screen and (max-width: 37.5em) {
  .article__subheading--fullscreen {
    margin-top: 1rem;
  }
}

.article__subheading-in-depth p {
  font-size: 2.2rem;
  line-height: 1.181;
  letter-spacing: -0.4px;
  font-family: "GT Sectra Regular", serif;
  margin-top: 3rem;
  margin-bottom: 0;
  padding-right: 10rem;
  color: #000;
}

@media only screen and (max-width: 37.5em) {
  .article__subheading-in-depth p {
    font-size: 1.8rem;
    line-height: 1.277;
    letter-spacing: 0;
  }
}

@media only screen and (max-width: 61.25em) {
  .article__subheading-in-depth p {
    padding-right: 0;
  }
}

@media only screen and (max-width: 46.875em) {
  .article__subheading-in-depth p {
    margin-top: 2rem;
  }
}

@media only screen and (max-width: 37.5em) {
  .article__subheading-in-depth p {
    margin-top: 1rem;
  }
}

.article__audio {
  width: 100%;
  color: #282828;
  font-size: 1.4rem;
  line-height: 1.25;
  font-weight: 400;
  margin: 0 0 5rem 0;
  padding: 2rem;
  border-left: 5px solid #282828;
  font-family: "Roboto", sans-serif;
  background: rgba(230, 230, 230, 0.5);
  text-align: left;
  border-radius: 2px;
}

.article__audio p:not([class]) {
  margin-bottom: 0;
  line-height: 1.7;
}

@media only screen and (max-width: 37.5em) {
  .article__audio {
    font-size: 1.2rem;
  }
}

.article__audio audio {
  width: 100%;
  display: block;
}

.article__author-location {
  font-size: 2rem;
  line-height: 1.2;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #C8C8C8;
  letter-spacing: -0.19px;
  text-transform: none;
  display: block;
  margin-bottom: 1rem;
}

@media only screen and (max-width: 37.5em) {
  .article__author-location {
    font-size: 1.8rem;
    line-height: 1.166;
    letter-spacing: -0.18px;
  }
}

.article__banner {
  -webkit-box-flex: 60%;
      -ms-flex: 60% 0 0px;
          flex: 60% 0 0;
  position: relative;
}

@media only screen and (max-width: 61.25em) {
  .article__banner {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.article__banner img {
  width: 100%;
  height: auto;
  display: block;
}

.node-in-depth .article__banner {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
}

@media only screen and (max-width: 75em) {
  .node-in-depth .article__banner {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
  }
}

.node-in-depth .article__banner img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 75em) {
  .node-in-depth .article__banner img {
    height: auto;
    -o-object-fit: fill;
       object-fit: fill;
  }
}

.image__credit {
  font-size: 1.4rem;
  line-height: 1.142;
  font-family: "Roboto", sans-serif;
  color: #63666A;
  padding: 0.5rem 10rem 0.5rem 0;
  position: absolute;
}

@media only screen and (max-width: 37.5em) {
  .image__credit {
    font-size: 1.2rem;
    line-height: 1.166;
  }
}

@media only screen and (max-width: 61.25em) {
  .image__credit {
    position: relative;
    padding: 0.5rem 0;
    font-size: 1.1rem;
  }
}

.image__credit--in-depth {
  right: 40rem;
}

@media only screen and (max-width: 61.25em) {
  .image__credit--in-depth {
    right: 0;
  }
}

.article__bulk {
  position: relative;
}

.article__aside-share {
  position: fixed;
  width: 5rem;
  height: 15rem;
  left: 10rem;
  top: calc(50vh - 10rem);
  background-color: transparent;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  /* Disable social share aside buttons when invisible */
  pointer-events: none;
}

.article__aside-share.visible {
  opacity: 1;
  z-index: 1;
  pointer-events: auto;
}

@media only screen and (max-width: 87.5em) {
  .article__aside-share {
    left: 5rem;
  }
}

@media only screen and (max-width: 75em) {
  .article__aside-share {
    display: none;
  }
}

.article__aside-share .ss {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.article__aside-related__view-more {
  text-align: center;
}

.article__aside-related {
  position: fixed;
  width: 25rem;
  left: calc(50% + 47.5rem);
  top: 16rem;
  background-color: transparent;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  /* Disable related aside buttons when invisible */
  pointer-events: none;
}

.article__aside-related .teaser__content {
  border-color: #E9E9E9 !important;
}

@media only screen and (max-width: 87.5em) {
  .article__aside-related {
    left: calc(50% + 37.5rem);
  }
}

.article__aside-related .field-name-field-credit {
  display: none;
}

.article__aside-related .article__aside-related__header {
  margin-bottom: 3rem;
  margin-left: 0.5rem;
}

.article__aside-related .article__aside-related__spacer {
  height: 0.1rem;
  background-color: #E9E9E9;
  margin-bottom: 0.3rem;
}

.article__aside-related .article__aside-related__spacer:first-child {
  margin-top: 0.5rem;
}

.article__aside-related .article__aside-related__spacer:last-child {
  margin-bottom: 0;
}

.article__aside-related .teaser-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.article__aside-related .teaser-list--item {
  margin-bottom: 2.5rem;
}

.article__aside-related .teaser-list--item a {
  text-decoration: none;
}

.article__aside-related .teaser-list--item .views-field-field-header-image {
  display: none;
  height: 0;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  margin-bottom: 1rem;
}

.article__aside-related .teaser-list--item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.article__aside-related .teaser-list--item:first-child .views-field-field-header-image {
  display: block;
}

.article__aside-related .teaser-list--item:first-child .teaser__image {
  padding-top: 56.25%;
}

.article__aside-related h3 {
  font-family: "GT Sectra Medium";
  font-size: 1.8rem;
  text-decoration: none;
}

.article__aside-related.visible {
  opacity: 1;
  z-index: 1;
  pointer-events: auto;
}

@media only screen and (max-width: 81.25em) {
  .article__aside-related {
    display: none;
  }
}

.article__bulk.sidebar,
.page__content.sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(230, 230, 230, 0.5);
}

@media only screen and (max-width: 61.25em) {
  .article__bulk.sidebar,
  .page__content.sidebar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.sidebar .content__bulk {
  margin-left: 0;
  background: white;
}

.article__content {
  max-width: 90rem;
  margin: 0 auto;
}

@media only screen and (max-width: 61.25em) {
  .article__content {
    margin-left: 5rem;
    margin-right: 5rem;
  }
}

@media only screen and (max-width: 37.5em) {
  .article__content {
    margin-left: 3rem;
    margin-right: 3rem;
  }
}

.article__authors {
  margin-top: 3rem;
}

@media only screen and (max-width: 61.25em) {
  .article__authors {
    margin-top: 2rem;
  }
}

.article__authors--fullscreen {
  margin-top: 3rem;
  z-index: 5;
  margin: 2rem auto 0 auto;
  display: grid;
  grid-gap: 1rem;
  max-width: 70rem;
}

@media only screen and (max-width: 61.25em) {
  .article__authors--fullscreen {
    margin-top: 2rem;
  }
}

.article__author-info {
  width: 100%;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #ddd;
}

@media only screen and (max-width: 61.25em) {
  .article__author-info {
    background-color: transparent;
  }
}

.article__author-info:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
}

.article__author-info--fullscreen {
  font-size: 2rem;
  z-index: 5;
  text-align: center;
}

.author-info__image {
  background: #e6e6e6;
  -webkit-box-flex: 7rem;
      -ms-flex: 7rem 0 0px;
          flex: 7rem 0 0;
  min-height: 7rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border-radius: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media only screen and (max-width: 75em) {
  .author-info__image {
    -ms-flex-preferred-size: 7rem;
        flex-basis: 7rem;
  }
}

@media only screen and (max-width: 61.25em) {
  .author-info__image {
    -ms-flex-preferred-size: 7rem;
        flex-basis: 7rem;
    margin-right: 1rem;
  }
}

@media only screen and (max-width: 37.5em) {
  .author-info__image {
    -ms-flex-preferred-size: 5rem;
        flex-basis: 5rem;
    min-height: 5rem;
  }
}

.author-info__text {
  padding: 1rem;
}

.author-info__text--fullscreen {
  z-index: 5;
  color: white;
}

@media only screen and (max-width: 61.25em) {
  .author-info__text {
    padding: 0;
  }
}

.author-info__text p {
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}

@media only screen and (max-width: 75em) {
  .author-info__text p {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 61.25em) {
  .author-info__text p {
    font-size: 1.1rem;
  }
}

.author-info__text p a {
  display: inline-block;
  margin-bottom: 0;
}

.author-info__text p a:hover {
  background: #282828;
  color: #FFF;
}

.author-info__text p:not([class]) {
  margin-bottom: 0;
}

.author-info__text a {
  font-weight: 500;
  text-decoration: none;
  display: block;
  float: none;
  margin-bottom: 0.5rem;
  color: #282828;
}

.author-info__text a span {
  display: inline-block;
  text-decoration: none;
}

.author-info__text a span:hover {
  background: #282828;
  color: #FFF;
}

.author-info__text a.ss__item {
  width: 2.5rem;
  height: 2.5rem;
  margin: -3px 0 0 0;
  color: #e6e6e6;
}

@media only screen and (max-width: 37.5em) {
  .author-info__text a.ss__item {
    width: 2.2rem;
    height: 2.2rem;
  }
}

.author-info__text a.author-info__name {
  float: left;
  font-family: "GT Sectra Medium", serif;
  font-size: 1.6rem;
}

@media only screen and (max-width: 61.25em) {
  .author-info__text a.author-info__name {
    font-size: 1.4rem;
  }
}

.author-info__text p {
  margin-bottom: 0;
  clear: both;
}

.article__body {
  position: relative;
  padding-top: 5rem;
  margin: 0 auto;
  max-width: 70rem;
  color: #282828;
}

@media only screen and (max-width: 37.5em) {
  .article__body {
    padding-top: 3rem;
  }
}

.article__body h2.equal-margins,
.article__body h3.equal-margins {
  margin: 2rem auto;
}

.article__body h2.centered,
.article__body h3.centered {
  text-align: center;
}

.article__body h3 strong {
  font-weight: normal;
}

.article__body .incase-you h3 {
  margin: 0 0 1em 0;
}

.article__body .question,
.article__body .namecredit {
  font-size: 2rem;
  color: #9f3e52;
  font-family: "GT Sectra Bold", serif;
  margin: 1.5em 0;
}

.article__body .nameheader {
  color: #9f3e52;
  font-family: "GT Sectra Bold", serif;
}

.field-name-body > p:first-child {
  font-size: 2.4rem;
  line-height: 1.25;
  font-family: "GT Sectra Bold", serif;
  letter-spacing: -0.23px;
  color: #000;
  text-align: left;
}

@media only screen and (max-width: 37.5em) {
  .field-name-body > p:first-child {
    font-size: 1.8rem;
    line-height: 1.277;
  }
}

.field-name-body > p:first-child a {
  line-height: inherit;
  color: #000;
}

.field-name-body > p:first-child a:hover {
  background: #000;
}

.article__actions {
  margin: 0 auto;
  max-width: 70rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem 0;
}

@media only screen and (max-width: 37.5em) {
  .article__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.article__republish {
  font-size: 1.6rem;
  font-weight: 600;
}

.article__republish a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.article__republish a:after {
  content: "";
  background: url("../images/republish.svg") no-repeat center;
  display: block;
  background-size: 1.2rem 1.4rem;
  width: 1.2rem;
  height: 1.4rem;
  margin-left: 0.8rem;
}

@media only screen and (max-width: 37.5em) {
  .article__republish {
    font-size: 1.4rem;
  }
}

.article__post-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  font-weight: 600;
  margin-right: 1rem;
}

@media only screen and (max-width: 37.5em) {
  .article__post-share {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 1.4rem;
    padding: 2rem;
  }
}

.article__post-share .ss {
  margin-left: 2rem;
}

@media only screen and (max-width: 37.5em) {
  .article__post-share .ss {
    margin-left: 0;
    margin-top: 2rem;
  }
}

.article-comments {
  width: 100%;
  padding-top: 4rem;
  border-top: 0.3rem solid #000;
}

.article-comments.active .article-comments__trigger:before {
  content: "\2014";
}

.article-comments.active .article-comments__comments {
  display: block;
}

.article-comments__header {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.article-comments__title {
  font-family: "GT Sectra Regular", serif;
  text-align: center;
}

.article-comments__trigger {
  width: 3rem;
  height: 3rem;
  position: relative;
  margin-left: 3rem;
  cursor: pointer;
}

.article-comments__trigger:before {
  font-size: 4rem;
  line-height: 3rem;
  content: "+";
}

.article-comments__comments {
  display: none;
  width: 100%;
  padding-bottom: 4rem;
}

.article-comments__comments iframe {
  width: 100%;
}

.chapter {
  max-width: 70rem;
  margin: 0 auto;
}

.chapter .chapter-header {
  position: relative;
  width: 100vw;
  left: 50%;
  -webkit-transform: translate(-50vw, 0);
          transform: translate(-50vw, 0);
  padding: 15rem 0;
  margin: 6rem 0;
  min-height: 70vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 37.5em) {
  .chapter .chapter-header {
    padding: 5rem 0 7rem;
    min-height: 40vh;
  }
}

.chapter .chapter-header__text {
  max-width: 100rem;
  margin: 0 auto;
  padding: 0 2rem;
  color: #FFF;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
  text-align: center;
}

.chapter .chapter-header__text h1,
.chapter .chapter-header__text h2 {
  color: #FFF;
}

.chapter .chapter-header__text h1 {
  font-size: 3.6rem;
}

.chapter .media-element-container .content {
  position: relative;
  margin: 4rem auto;
}

.chapter .media-element-container .video-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
}

.chapter .media-element-container .video-container iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.in-depth-flag {
  background-color: #9f3e52;
  color: #FFF;
  font-family: "Roboto", sans-serif;
}

.in-depth-flag__content {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media only screen and (max-width: 61.25em) {
  .in-depth-flag__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.in-depth-flag__label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
  background-color: #7a303f;
  padding: 3rem;
  /* h3 exception for the in-depth label */
}

.in-depth-flag__label h3 {
  font-family: "GT Sectra Bold", serif;
}

@media only screen and (max-width: 61.25em) {
  .in-depth-flag__label {
    text-align: left;
    padding: 1.5rem 3rem;
  }
}

.in-depth-flag__link {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  padding: 3rem;
  color: transparent;
}

.in-depth-flag__link:hover span {
  text-decoration: underline;
}

.in-depth-flag__link h3,
.in-depth-flag__link span {
  color: #FFF;
  display: inline-block;
}

.in-depth-flag__link h3 {
  margin-right: 1rem;
  font-family: "GT Sectra Bold", serif;
}

.in-depth-flag__link span {
  font-size: 1.4rem;
}

@media only screen and (max-width: 61.25em) {
  .in-depth-flag__link {
    padding: 1.5rem 3rem;
  }
}

.article__notes {
  margin-bottom: 3rem;
}

.article__notes--divider {
  width: 100%;
  margin: 0 auto;
  display: block;
  height: 1rem;
}

.article__author-note {
  color: #282828;
  border-radius: 2px;
  font-size: 1.4rem;
  line-height: 1.25;
  font-weight: 400;
  padding: 2rem;
  border-left: 5px solid #282828;
  font-family: "Roboto", sans-serif;
  background: rgba(230, 230, 230, 0.5);
}

.article__author-note img {
  max-width: 8rem;
}

.article__author-note p:not([class]) {
  margin-bottom: 0;
  line-height: 1.7;
}

.article__author-note .title {
  font-family: "GT Sectra Medium", serif;
  color: #282828;
  font-size: 1.6rem;
}

.article__author-note a {
  color: #FFF;
}

.article__author-note a:hover {
  color: white;
}

@media only screen and (max-width: 37.5em) {
  .article__author-note {
    font-size: 1.2rem;
  }
}

.read-more-block-pull {
  padding-right: 7rem;
  max-width: 30rem;
  width: 100%;
  float: left;
  margin-left: -30rem;
}

.sidebar .read-more-block-pull {
  float: none;
  max-width: 100%;
  margin-left: 0;
  margin-bottom: 2rem;
  padding-right: 0;
}

@media only screen and (max-width: 82.5em) {
  .read-more-block-pull {
    float: none;
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 2rem;
    padding-right: 0;
  }
}

.read-more-block-pull .read-more-block {
  padding-top: 0.5rem;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
}

.read-more-block {
  padding-bottom: 3rem;
  padding-top: 2rem;
  background: #FFF;
}

.read-more-block > * + * {
  margin-top: 1rem;
}

.read-more-block__title {
  font-size: 1.8rem;
  line-height: 1.277;
  font-family: "GT Sectra Bold", serif;
  color: #000;
}

@media only screen and (max-width: 37.5em) {
  .read-more-block__title {
    font-size: 1.6rem;
    line-height: 1.25;
  }
}

.read-more-block__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.read-more-block__items a:not([class]) {
  color: #FFF;
  text-decoration: none;
  border: 0;
  font-weight: bold;
}

.read-more-block__items a:not([class]):hover, .read-more-block__items a:not([class]):focus {
  background: transparent;
}

.read-more-block__item {
  margin-top: 0.5rem;
}

[data-theme="theme-environment"] .read-more-block__item {
  background-color: #000;
}

[data-theme="theme-aid"] .read-more-block__item {
  background-color: #eb762d;
}

[data-theme="theme-migration"] .read-more-block__item {
  background-color: #35b58b;
}

[data-theme="theme-conflict"] .read-more-block__item {
  background-color: #3f4076;
}

.read-more-block__item:not(:last-child) {
  margin-right: 0.5rem;
}

.addendum {
  background: rgba(45, 180, 35, 0.1);
  border-top: 0.5rem solid #2db487;
  padding: 2rem;
  max-width: 70rem;
  margin: 2rem auto 0 auto;
}

.addendum--grey {
  border-top: 0.5rem solid #989898;
  background-color: #F3F3F3;
}

.addendum--mint {
  border-top: 0.5rem solid #2DB487;
  background-color: #ECF7EB;
}

.addendum--burgandy {
  border-top: 0.5rem solid #9F3E52;
  background-color: #FFEEEE;
}

.addendum--purple {
  border-top: 0.5rem solid #3F4075;
  background-color: #F1EEFE;
}

.addendum--orange {
  border-top: 0.5rem solid #EB762D;
  background-color: #FDF0E8;
}

.article__body,
.content__bulk-inner {
  /* Flexbox Grid Classes */
  /* CSS Grid Classes */
}

.article__body .flex-grid,
.content__bulk-inner .flex-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.article__body .flex-grid .col,
.content__bulk-inner .flex-grid .col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.article__body .flex-grid-one,
.article__body .flex-grid-two,
.article__body .flex-grid-three,
.article__body .flex-grid-four,
.article__body .flex-grid-five,
.article__body .flex-grid-six,
.content__bulk-inner .flex-grid-one,
.content__bulk-inner .flex-grid-two,
.content__bulk-inner .flex-grid-three,
.content__bulk-inner .flex-grid-four,
.content__bulk-inner .flex-grid-five,
.content__bulk-inner .flex-grid-six {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.article__body .flex-grid-one.centered,
.article__body .flex-grid-two.centered,
.article__body .flex-grid-three.centered,
.article__body .flex-grid-four.centered,
.article__body .flex-grid-five.centered,
.article__body .flex-grid-six.centered,
.content__bulk-inner .flex-grid-one.centered,
.content__bulk-inner .flex-grid-two.centered,
.content__bulk-inner .flex-grid-three.centered,
.content__bulk-inner .flex-grid-four.centered,
.content__bulk-inner .flex-grid-five.centered,
.content__bulk-inner .flex-grid-six.centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.article__body .flex-grid-one .col,
.content__bulk-inner .flex-grid-one .col {
  width: 100%;
}

.article__body .flex-grid-two .col,
.content__bulk-inner .flex-grid-two .col {
  width: 48%;
}

.article__body .flex-grid-three .col,
.content__bulk-inner .flex-grid-three .col {
  width: 32%;
}

.article__body .flex-grid-four .col,
.content__bulk-inner .flex-grid-four .col {
  width: 23%;
}

.article__body .flex-grid-five .col,
.content__bulk-inner .flex-grid-five .col {
  width: 18%;
}

.article__body .flex-grid-six .col,
.content__bulk-inner .flex-grid-six .col {
  width: 16%;
}

@media only screen and (max-width: 46.875em) {
  .article__body .flex-grid,
  .article__body .flex-grid-one,
  .article__body .flex-grid-two,
  .article__body .flex-grid-three,
  .article__body .flex-grid-four,
  .article__body .flex-grid-five,
  .article__body .flex-grid-six,
  .content__bulk-inner .flex-grid,
  .content__bulk-inner .flex-grid-one,
  .content__bulk-inner .flex-grid-two,
  .content__bulk-inner .flex-grid-three,
  .content__bulk-inner .flex-grid-four,
  .content__bulk-inner .flex-grid-five,
  .content__bulk-inner .flex-grid-six {
    display: block;
  }
  .article__body .flex-grid .col,
  .article__body .flex-grid-one .col,
  .article__body .flex-grid-two .col,
  .article__body .flex-grid-three .col,
  .article__body .flex-grid-four .col,
  .article__body .flex-grid-five .col,
  .article__body .flex-grid-six .col,
  .content__bulk-inner .flex-grid .col,
  .content__bulk-inner .flex-grid-one .col,
  .content__bulk-inner .flex-grid-two .col,
  .content__bulk-inner .flex-grid-three .col,
  .content__bulk-inner .flex-grid-four .col,
  .content__bulk-inner .flex-grid-five .col,
  .content__bulk-inner .flex-grid-six .col {
    width: 100%;
    margin: 0 0 1rem 0;
  }
  .article__body .flex-grid .col.doubling,
  .article__body .flex-grid-one .col.doubling,
  .article__body .flex-grid-two .col.doubling,
  .article__body .flex-grid-three .col.doubling,
  .article__body .flex-grid-four .col.doubling,
  .article__body .flex-grid-five .col.doubling,
  .article__body .flex-grid-six .col.doubling,
  .content__bulk-inner .flex-grid .col.doubling,
  .content__bulk-inner .flex-grid-one .col.doubling,
  .content__bulk-inner .flex-grid-two .col.doubling,
  .content__bulk-inner .flex-grid-three .col.doubling,
  .content__bulk-inner .flex-grid-four .col.doubling,
  .content__bulk-inner .flex-grid-five .col.doubling,
  .content__bulk-inner .flex-grid-six .col.doubling {
    width: 48%;
  }
  .article__body .flex-grid .col.tripling,
  .article__body .flex-grid-one .col.tripling,
  .article__body .flex-grid-two .col.tripling,
  .article__body .flex-grid-three .col.tripling,
  .article__body .flex-grid-four .col.tripling,
  .article__body .flex-grid-five .col.tripling,
  .article__body .flex-grid-six .col.tripling,
  .content__bulk-inner .flex-grid .col.tripling,
  .content__bulk-inner .flex-grid-one .col.tripling,
  .content__bulk-inner .flex-grid-two .col.tripling,
  .content__bulk-inner .flex-grid-three .col.tripling,
  .content__bulk-inner .flex-grid-four .col.tripling,
  .content__bulk-inner .flex-grid-five .col.tripling,
  .content__bulk-inner .flex-grid-six .col.tripling {
    width: 33%;
  }
  .article__body .flex-grid .col.quadrupling,
  .article__body .flex-grid-one .col.quadrupling,
  .article__body .flex-grid-two .col.quadrupling,
  .article__body .flex-grid-three .col.quadrupling,
  .article__body .flex-grid-four .col.quadrupling,
  .article__body .flex-grid-five .col.quadrupling,
  .article__body .flex-grid-six .col.quadrupling,
  .content__bulk-inner .flex-grid .col.quadrupling,
  .content__bulk-inner .flex-grid-one .col.quadrupling,
  .content__bulk-inner .flex-grid-two .col.quadrupling,
  .content__bulk-inner .flex-grid-three .col.quadrupling,
  .content__bulk-inner .flex-grid-four .col.quadrupling,
  .content__bulk-inner .flex-grid-five .col.quadrupling,
  .content__bulk-inner .flex-grid-six .col.quadrupling {
    width: 23%;
  }
}

.article__body .row,
.content__bulk-inner .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.article__body .row.no-margin,
.content__bulk-inner .row.no-margin {
  margin: 0;
}

@media only screen and (max-width: 46.875em) {
  .article__body .row,
  .content__bulk-inner .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.article__body .column,
.content__bulk-inner .column {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: 1;
      flex-basis: 1;
  margin: 0 auto;
  text-align: left;
  -ms-flex-item-align: center;
      align-self: center;
}

.article__body .column.inverted,
.content__bulk-inner .column.inverted {
  background: #282828;
  color: #FFF;
}

.article__body .column.padded,
.content__bulk-inner .column.padded {
  padding: 1rem;
}

.article__body .column.left-aligned,
.content__bulk-inner .column.left-aligned {
  text-align: left;
}

.article__body .column.center-aligned,
.content__bulk-inner .column.center-aligned {
  text-align: center;
}

.article__body .column.right-aligned,
.content__bulk-inner .column.right-aligned {
  text-align: right;
}

.article__body .column.vertical-middle,
.content__bulk-inner .column.vertical-middle {
  -ms-flex-item-align: center;
      align-self: center;
}

.article__body .column.vertical-bottom,
.content__bulk-inner .column.vertical-bottom {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.article__body .column.vertical-top,
.content__bulk-inner .column.vertical-top {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

@media only screen and (max-width: 46.875em) {
  .article__body .column.simplify-mobile,
  .content__bulk-inner .column.simplify-mobile {
    -ms-flex-item-align: center;
        align-self: center;
    text-align: center;
  }
}

.article__body .column.border-left,
.content__bulk-inner .column.border-left {
  padding-left: 2rem;
  border-left: 0.5rem solid;
}

.article__body .column.border-right,
.content__bulk-inner .column.border-right {
  padding-right: 2rem;
  border-right: 0.5rem solid;
}

@media only screen and (max-width: 46.875em) {
  .article__body .column,
  .content__bulk-inner .column {
    min-width: 100%;
    width: 100%;
    margin: 1rem 0;
  }
}

@media only screen and (max-width: 46.875em) {
  .article__body .column.tripling,
  .content__bulk-inner .column.tripling {
    min-width: 33%;
    width: 33%;
    margin: 1rem 0;
  }
}

@media only screen and (max-width: 46.875em) {
  .article__body .column.doubling,
  .content__bulk-inner .column.doubling {
    min-width: 50%;
    width: 50%;
    margin: 1rem 0;
  }
}

.article__body .col-1,
.content__bulk-inner .col-1 {
  max-width: calc(100% / 12);
}

.article__body .col-2,
.content__bulk-inner .col-2 {
  max-width: calc(100% / 12 * 2);
}

.article__body .col-3,
.content__bulk-inner .col-3 {
  max-width: calc(100% / 12 * 3);
}

.article__body .col-4,
.content__bulk-inner .col-4 {
  max-width: calc(100% / 12 * 4);
}

.article__body .col-5,
.content__bulk-inner .col-5 {
  max-width: calc(100% / 12 * 5);
}

.article__body .col-6,
.content__bulk-inner .col-6 {
  max-width: calc(100% / 2);
}

.article__body .margin-break,
.content__bulk-inner .margin-break {
  margin: 2rem -10rem;
}

@media only screen and (max-width: 61.25em) {
  .article__body .margin-break,
  .content__bulk-inner .margin-break {
    margin: 2rem auto;
  }
}

.translation-links {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  position: absolute;
  right: -20rem;
  font-size: 1.4rem;
}

.translation-links a {
  font-size: 1.4rem;
}

@media only screen and (max-width: 81.25em) {
  .translation-links {
    right: 0;
    top: 1rem;
  }
}

.translation-links .links {
  list-style: none;
  margin-left: 0.5rem;
}

.translation-links li,
.translation-links ul {
  margin-bottom: 0 !important;
}

.translation-links li:not(.en):not(.fr) {
  display: none;
}

.grid {
  background: white;
  display: grid;
  grid-gap: 1rem;
  margin: 2rem auto;
  padding: 1rem 2rem;
  -webkit-box-shadow: 35px 0 55px 25px white;
          box-shadow: 35px 0 55px 25px white;
}

@media only screen and (max-width: 46.875em) {
  .grid {
    padding: 1rem;
    margin: auto;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.field-name-field-caption {
  font-size: 115% !important;
}

.grid .field-name-field-caption {
  height: 100%;
}

.grid > div {
  position: relative;
}

.grid img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Grid for two images next to each other with a caption underneath them */
.grid--container_double-image {
  grid-template-areas: "one two" "three three";
}

.grid--item_double-image-one {
  grid-area: one;
}

.grid--item_double-image-two {
  grid-area: two;
}

.grid--item_double-image-three {
  grid-area: three;
}

/* Breaks to one photo per row on mobile */
@media only screen and (max-width: 46.875em) {
  .grid--container_double-image {
    grid-template-areas: "one" "two" "three";
  }
}

/* Standard teaser */
.teaser {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
  height: 100%;
}

@media only screen and (max-width: 37.5em) {
  .teaser {
    padding-bottom: 1rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    border-bottom: 0.1rem solid #e6e6e6;
  }
}

.teaser .teaser__title {
  font-family: "GT Sectra Bold", serif;
}

.teaser:hover .teaser__image img {
  -webkit-filter: brightness(110%) contrast(110%);
          filter: brightness(110%) contrast(110%);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.teaser:hover .teaser__title {
  color: #9f3e52;
}

.teaser:hover .teaser__content {
  border-color: #bfbfbf;
}

.teaser .meta-list__item--theme {
  display: none;
  color: #9f3e52;
}

@media only screen and (max-width: 37.5em) {
  .teaser .meta-list__item--theme {
    display: inline-block;
  }
}

.teaser .meta-list__item--theme[data-report-theme="Environment and Disasters"] {
  color: #000;
}

.teaser .meta-list__item--theme[data-report-theme="Aid and Policy"] {
  color: #eb762d;
}

.teaser .meta-list__item--theme[data-report-theme="Migration"] {
  color: #35b58b;
}

.teaser .meta-list__item--theme[data-report-theme="Conflict"] {
  color: #3f4076;
}

@media only screen and (max-width: 37.5em) {
  .teaser .meta-list__item--date {
    display: none;
  }
}

.teaser__image {
  margin-bottom: 0.5rem;
  background-color: rgba(230, 230, 230, 0.5);
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 37.5em) {
  .teaser__image {
    margin-right: 1rem;
    margin-bottom: 0;
    -webkit-box-flex: 10rem;
        -ms-flex: 10rem 0 0px;
            flex: 10rem 0 0;
  }
}

.teaser__image .tab {
  position: absolute;
  top: 0;
  left: 1rem;
  z-index: 1;
}

@media only screen and (max-width: 37.5em) {
  .teaser__image .tab {
    display: none;
  }
}

.teaser__image img {
  width: 100%;
  height: 20rem;
  display: block;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

@media only screen and (max-width: 37.5em) {
  .teaser__image img {
    height: auto;
  }
}

.teaser__image img.loaded {
  height: auto;
}

.teaser__content {
  border-bottom: 0.1rem solid #e6e6e6;
  -webkit-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  padding-bottom: 1.5rem;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 37.5em) {
  .teaser__content {
    border: none;
    padding-bottom: 0;
    -webkit-transition: none;
    transition: none;
    display: block;
  }
}

.teaser__title {
  font-size: 1.6rem;
  line-height: 1.3;
  color: #000;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  margin-bottom: 1rem;
}

@media only screen and (max-width: 37.5em) {
  .teaser__title {
    font-size: 1.4rem;
  }
}

.meta-list__item {
  font-size: 1.4rem;
  color: #999;
  display: inline-block;
  margin-right: 1rem;
}

@media only screen and (max-width: 37.5em) {
  .meta-list__item {
    font-size: 1.1rem;
    margin-right: 0.8rem;
  }
}

.meta-list__item .date--short {
  display: none;
}

.meta-list__item a {
  text-decoration: none;
}

.meta-list__item--hidden {
  display: none;
}

.meta-list__item--theme {
  font-weight: 600;
}

.meta-list__item--type {
  color: #000;
  font-weight: 600;
}

/* Teaser alt */
.teaser-alt {
  display: block;
  position: relative;
  padding-top: 80%;
}

.teaser-alt:hover .teaser-alt__image img {
  -webkit-filter: brightness(110%) contrast(110%);
          filter: brightness(110%) contrast(110%);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.teaser-alt__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 0;
}

.teaser-alt__image .tab {
  position: absolute;
  top: 0;
  left: 1rem;
  z-index: 1;
}

.teaser-alt__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.teaser-alt__content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 2rem 3rem 2rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.teaser-alt__content:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: "";
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(75%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.4) 75%, rgba(0, 0, 0, 0.6) 100%);
}

.teaser-alt__content .meta-list__item,
.teaser-alt__content .meta-list__item--type {
  color: #FFF;
}

.teaser-alt__title {
  font-size: 1.6rem;
  /* Bold font exception for teaser titles */
  font-family: "GT Sectra Bold", serif;
  line-height: 1.3;
  color: #FFF;
  margin-bottom: 1.5rem;
}

.teaser-alt__body,
.teaser-alt__body p:not([class]) {
  /* Bold font exception for alt teaser titles */
  font-family: "GT Sectra Regular", serif;
  font-size: 1.6rem;
  line-height: 1.3;
  color: #FFF;
  margin-bottom: 1.5rem;
  display: none;
}

/* Teaser Masthead */
.teaser-masthead {
  position: relative;
  border-bottom: 0.2rem solid #e6e6e6;
  padding: 15rem 0;
  background-color: #FFF;
}

@media only screen and (max-width: 61.25em) {
  .teaser-masthead {
    padding: 5rem 0 10rem;
  }
}

@media only screen and (max-width: 46.875em) {
  .teaser-masthead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0;
    border: none;
  }
}

.teaser-masthead::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1rem;
  height: 100%;
  background-color: #9f3e52;
  z-index: 2;
}

@media only screen and (max-width: 46.875em) {
  .teaser-masthead::before {
    width: 100%;
    height: 1rem;
  }
}

.teaser-masthead .meta-list {
  font-size: 0;
}

.teaser-masthead .meta-list__item {
  font-size: 1.4rem;
  color: #999;
  display: inline-block;
  margin-right: 2rem;
  margin-bottom: 1rem;
}

@media only screen and (max-width: 61.25em) {
  .teaser-masthead .meta-list__item {
    margin-right: 1rem;
  }
}

@media only screen and (max-width: 37.5em) {
  .teaser-masthead .meta-list__item {
    font-size: 1.1rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
  }
}

.teaser-masthead .meta-list__item a {
  font-weight: 600;
  text-decoration: none;
}

.teaser-masthead .meta-list__item--theme {
  display: inline;
}

.teaser-masthead .meta-list__item--type {
  color: #000;
}

.teaser-masthead .meta-list__item:nth-child(1) {
  color: #282828;
  font-weight: 600;
}

.teaser-masthead .teaser__url {
  color: #000;
  text-decoration: none;
  -webkit-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
}

.teaser-masthead .teaser__url:hover {
  color: #9f3e52;
}

.teaser-masthead__content {
  position: relative;
  padding: 8rem 5rem 5rem 5rem;
  width: 40%;
  z-index: 1;
}

@media only screen and (max-width: 61.25em) {
  .teaser-masthead__content {
    padding: 6rem 4rem 5rem 4rem;
  }
}

@media only screen and (max-width: 46.875em) {
  .teaser-masthead__content {
    width: 100%;
    padding: 3rem 10rem 8rem 3rem;
  }
}

@media only screen and (max-width: 37.5em) {
  .teaser-masthead__content {
    padding: 2rem 6rem 6rem 2rem;
  }
}

.teaser-masthead__banner {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  z-index: 0;
}

@media only screen and (max-width: 46.875em) {
  .teaser-masthead__banner {
    position: relative;
    width: 100%;
    height: 60vw;
  }
}

.teaser-masthead__banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.masthead-dateline {
  position: absolute;
  z-index: 1;
  top: 4rem;
  left: 5rem;
  font-family: "GT Sectra Bold", serif;
  font-size: 2rem;
  line-height: 1.25;
}

@media only screen and (max-width: 61.25em) {
  .masthead-dateline {
    display: none;
  }
}

.view-tnh-taxonomy-terms .masthead-dateline {
  display: none;
}

.video-teaser {
  display: block;
  padding-bottom: 0.5rem;
  text-decoration: none;
  height: 100%;
}

.video-teaser .video-teaser__title {
  font-family: "GT Sectra Bold", serif;
}

.video-teaser:hover .video-teaser__image img {
  -webkit-filter: brightness(110%) contrast(110%);
          filter: brightness(110%) contrast(110%);
}

.video-teaser:hover .video-teaser__title {
  color: #9f3e52;
}

.video-teaser__image {
  margin-bottom: 0.5rem;
  position: relative;
}

.video-teaser__image:after {
  content: "";
  width: 4rem;
  height: 4rem;
  background: #9f3e52 url("../images/button--play.svg") no-repeat center;
  background-size: 20px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.video-teaser__image img {
  width: 100%;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.video-teaser__title {
  font-size: 1.6rem;
  line-height: 1.3;
  color: #000;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

/*
**
** Teaser Lists
**
*/
.teaser-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.teaser-list > li {
  max-width: 40rem;
}

.teaser-list .node-report--no-image {
  background-color: #F2F2F2;
}

.teaser-list .node-report--no-image .teaser-alt__content {
  max-width: 45rem;
}

.teaser-list .node-report--no-image .teaser-alt__content:after {
  content: none;
}

.teaser-list .node-report--no-image .teaser-alt__title,
.teaser-list .node-report--no-image .teaser__title {
  font-size: 2.4rem;
  margin-bottom: 1rem;
}

.teaser-list .node-report--no-image .teaser-alt__title:after,
.teaser-list .node-report--no-image .teaser__title:after {
  content: "";
  display: block;
  width: 3.2rem;
  height: 0.5rem;
  background-color: #9f3e52;
  z-index: 2;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.teaser-list .node-report--no-image .teaser-alt__body {
  margin-bottom: 1rem;
  color: #000;
}

.teaser-list .node-report--no-image p,
.teaser-list .node-report--no-image li,
.teaser-list .node-report--no-image .teaser-alt__title {
  color: #000;
}

.teaser-list .node-report--no-image .date--long,
.teaser-list .node-report--no-image .date--short {
  color: #999;
}

.teaser-list .node-report--no-image.teaser-alt .tab {
  position: absolute;
  top: 0;
  left: 1rem;
  z-index: 1;
}

.teaser-list .node-report--no-image.teaser .teaser__content {
  padding: 4rem 1rem 1.6rem 1rem;
  border: none;
}

.teaser-list .node-report--no-image.teaser .teaser__title {
  line-height: 1.2;
}

.teaser-list .node-report--no-image.teaser .tab {
  position: absolute;
  top: 0;
  left: 1rem;
  z-index: 1;
}

@media only screen and (max-width: 37.5em) {
  .teaser-list .node-report--no-image.teaser .tab {
    display: none;
  }
}

.teaser-list--in-depths {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.teaser-list--in-depths .teaser-list--item {
  width: 49%;
  margin: 1rem auto;
}

@media only screen and (max-width: 46.875em) {
  .teaser-list--in-depths .teaser-list--item {
    width: 100%;
  }
}

.teaser-list--in-depths .teaser__content {
  opacity: 0.95;
}

.teaser-list--in-depths .teaser {
  height: 100%;
  width: 100%;
}

.teaser-list--grid {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

@media only screen and (max-width: 37.5em) {
  .teaser-list--grid {
    margin-left: 0;
    margin-right: 0;
  }
}

.teaser-list--grid > li {
  -webkit-box-flex: 25%;
      -ms-flex: 25% 0 0px;
          flex: 25% 0 0;
  max-width: 25%;
  padding: 0 0.5rem 3rem;
}

@media only screen and (max-width: 61.25em) {
  .teaser-list--grid > li {
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
    max-width: 33%;
  }
}

@media only screen and (max-width: 46.875em) {
  .teaser-list--grid > li {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 37.5em) {
  .teaser-list--grid > li {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 1rem;
  }
  .teaser-list--grid > li:last-child {
    padding-bottom: 0;
  }
}

/* Alternate reports list style (for Editors' picks/related stories...) */
.alt-reports {
  margin: 4rem 0 0 0;
  padding: 6rem 0;
  background-color: #282828;
}

@media only screen and (max-width: 37.5em) {
  .alt-reports {
    margin: 3rem 0 0 0;
    padding: 4rem 0 4rem;
  }
}

.related-reports {
  margin-bottom: 0;
}

@media only screen and (max-width: 37.5em) {
  .related-reports {
    margin-bottom: 0;
  }
}

.alt-reports__list {
  max-width: 120rem;
  margin: 0 auto;
}

@media only screen and (max-width: 87.5em) {
  .alt-reports__list {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media only screen and (max-width: 37.5em) {
  .alt-reports__list {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.alt-reports__list .teaser-list {
  margin-left: -1rem;
  margin-right: -1rem;
}

@media only screen and (max-width: 37.5em) {
  .alt-reports__list .teaser-list {
    margin-left: 0;
    margin-right: 0;
  }
}

.alt-reports__list .teaser-list > li {
  -webkit-box-flex: 33%;
      -ms-flex: 33% 0 0px;
          flex: 33% 0 0;
  max-width: none;
  padding: 1rem;
}

@media only screen and (max-width: 61.25em) {
  .alt-reports__list .teaser-list > li {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

@media only screen and (max-width: 37.5em) {
  .alt-reports__list .teaser-list > li {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 1rem;
  }
  .alt-reports__list .teaser-list > li:last-child {
    padding-bottom: 0;
  }
}

.alt-reports__list .teaser-list > li:first-child {
  -ms-flex-preferred-size: 66%;
      flex-basis: 66%;
}

@media only screen and (max-width: 61.25em) {
  .alt-reports__list .teaser-list > li:first-child {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.alt-reports__list .teaser-list > li:first-child .teaser-alt {
  padding-top: 39%;
}

@media only screen and (max-width: 37.5em) {
  .alt-reports__list .teaser-list > li:first-child .teaser-alt {
    padding-top: 80%;
  }
}

.alt-reports__list .teaser-list > li:first-child .teaser-alt__body,
.alt-reports__list .teaser-list > li:first-child .teaser-alt__body p:not([class]) {
  display: block;
}

@media only screen and (max-width: 37.5em) {
  .alt-reports__list .teaser-list > li:first-child .teaser-alt__body,
  .alt-reports__list .teaser-list > li:first-child .teaser-alt__body p:not([class]) {
    display: none;
  }
}

@media only screen and (max-width: 37.5em) {
  .alt-reports__list .teaser-list > li:nth-child(n+4) {
    display: none;
  }
}

@media only screen and (max-width: 37.5em) {
  .alt-reports--in-depths .teaser-list > li:nth-child(n+4) {
    display: block;
  }
}

.alt-reports__header {
  border-top: 0.2rem solid #FFF;
  padding: 1.5rem 0 3rem;
  color: #FFF;
}

@media only screen and (max-width: 37.5em) {
  .alt-reports__header {
    padding: 1rem 0 2rem;
    font-size: 1.6rem;
  }
}

/* Teaser scroller */
.teaser-list--scroller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding-left: 1rem;
  width: 85%;
  width: calc(85% - 1rem);
  margin: 0 auto 5rem;
}

@media only screen and (max-width: 46.875em) {
  .teaser-list--scroller {
    overflow-x: auto;
    overflow-y: hidden;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .teaser-list--scroller::-webkit-scrollbar {
    display: none;
  }
}

.teaser-list--scroller > li {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  width: 20%;
}

@media only screen and (max-width: 87.5em) {
  .teaser-list--scroller > li {
    width: 25%;
  }
}

@media only screen and (max-width: 75em) {
  .teaser-list--scroller > li {
    width: 33.33%;
  }
}

@media only screen and (max-width: 61.25em) {
  .teaser-list--scroller > li {
    width: 50%;
  }
}

@media only screen and (max-width: 46.875em) {
  .teaser-list--scroller > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 85%;
  }
}

.teaser-list--scroller .teaser,
.teaser-list--scroller .teaser-overlay {
  margin-right: 1rem;
  margin-bottom: 1rem;
  height: calc(100% - 1rem);
}

@media only screen and (max-width: 46.875em) {
  .teaser-list--scroller .teaser,
  .teaser-list--scroller .teaser-overlay {
    margin: 1rem;
  }
}

.teaser-list--scroller .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.teaser-list--scroller .slick-slide {
  height: inherit;
}

.teaser-list--scroller .slick-slide > div {
  height: 100%;
}

.teaser-list--scroller .slick-slide .teaser-list--item {
  height: 100%;
}

.teaser-list--scroller .slick-list {
  margin-bottom: 5rem;
}

.teaser-list--scroller .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  right: 0;
  margin: 0 10rem;
}

.teaser-list--scroller .slick-dots li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 1rem;
}

.teaser-list--scroller .slick-dots li:last-child {
  margin-right: 0;
}

.teaser-list--scroller .slick-dots button {
  border: none;
  background-color: #e6e6e6;
  text-indent: -999rem;
  height: 1rem;
  width: 100%;
  outline: none;
  cursor: pointer;
}

.teaser-list--scroller .slick-dots .slick-active button {
  background-color: #9f3e52;
}

.teaser-list--scroller .slick-prev {
  position: absolute;
  bottom: 0;
  left: 5rem;
  background: url("../images/swiper-arrow.svg") no-repeat 2px 0;
  background-size: 3rem;
  text-indent: -999rem;
  border: none;
  outline: none;
  cursor: pointer;
}

.teaser-list--scroller .slick-next {
  position: absolute;
  bottom: 0;
  right: 5rem;
  background: url("../images/swiper-arrow.svg") no-repeat -18px 0;
  background-size: 3rem;
  text-indent: -999rem;
  border: none;
  outline: none;
  cursor: pointer;
}

.alert-teaser {
  width: 100%;
  background-color: #35b58b;
  padding: 2rem 4rem;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 61.25em) {
  .alert-teaser {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (max-width: 37.5em) {
  .alert-teaser {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.alert-teaser .button {
  font-size: 1.2rem;
  line-height: 2rem;
  color: #FFF;
  background-color: transparent;
  border: 0.1rem solid #FFF;
  padding: 0.4rem 1.5rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.alert-teaser .button:hover {
  background-color: #FFF;
  color: #9f3e52;
}

.alert-teaser__title {
  font-family: "GT Sectra Bold", serif;
  font-size: 1.6rem;
  line-height: 2.6rem;
  padding: 0.2rem 2rem;
  position: relative;
  color: #FFF;
}

@media only screen and (max-width: 61.25em) {
  .alert-teaser__title {
    padding-right: 0;
    margin-bottom: 0.8rem;
  }
}

@media only screen and (max-width: 37.5em) {
  .alert-teaser__title {
    font-size: 1.4rem;
    line-height: 1.8rem;
    padding: 0;
  }
}

.alert-teaser__title::before {
  content: "";
  display: block;
  width: 0.2rem;
  height: 100%;
  background-color: #FFF;
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 37.5em) {
  .alert-teaser__title::before {
    display: none;
  }
}

[data-theme="theme-aid"] .theme-color {
  color: #eb762d;
  text-decoration: none;
}

[data-theme="theme-aid"] .column.border-left,
[data-theme="theme-aid"] .column.border-right {
  border-color: #eb762d;
}

[data-theme="theme-aid"] .column.theme-color {
  background: #eb762d;
  color: #FFF;
}

[data-theme="theme-aid"] blockquote {
  border-left-color: #eb762d;
}

[data-theme="theme-aid"] .teaser__content {
  border-color: #eb762d;
}

[data-theme="theme-aid"] .article__header:before {
  background-color: #eb762d;
}

[data-theme="theme-aid"].teaser-masthead:before {
  background-color: #eb762d;
}

[data-theme="theme-aid"] .author-info__image {
  border-color: #eb762d;
}

[data-theme="theme-aid"] .article__body h3 {
  color: #eb762d;
}

[data-theme="theme-aid"] .article__body h3 a {
  color: #eb762d;
  border-bottom: 2px solid #eb762d;
}

[data-theme="theme-aid"] .article__body h3 a:hover {
  background: #eb762d;
}

[data-theme="theme-aid"] .teaser-overlay__theme {
  background-color: #eb762d;
}

[data-theme="theme-aid"] .teaser-list--scroller .slick-active button {
  background-color: #eb762d;
}

[data-theme="theme-aid"] .article__body .media-element-container .field-name-field-credit,
[data-theme="theme-aid"] .article__author-note,
[data-theme="theme-aid"] .article__audio {
  border-left: 0.5rem solid #eb762d;
}

[data-theme="theme-aid"] .article__body .nameheader {
  color: #eb762d;
}

[data-theme="theme-aid"] .article__body .question,
[data-theme="theme-aid"] .article__body .namecredit {
  color: #eb762d;
}

[data-theme="theme-aid"] .wysiwyg-read-more__trigger span {
  color: #eb762d;
}

[data-theme="theme-conflict"] .theme-color {
  color: #3f4076;
  text-decoration: none;
}

[data-theme="theme-conflict"] .column.border-left,
[data-theme="theme-conflict"] .column.border-right {
  border-color: #3f4076;
}

[data-theme="theme-conflict"] .column.theme-color {
  background: #3f4076;
  color: #FFF;
}

[data-theme="theme-conflict"] blockquote {
  border-left-color: #3f4076;
}

[data-theme="theme-conflict"] .teaser__content {
  border-color: #3f4076;
}

[data-theme="theme-conflict"] .article__header:before {
  background-color: #3f4076;
}

[data-theme="theme-conflict"].teaser-masthead:before {
  background-color: #3f4076;
}

[data-theme="theme-conflict"] .author-info__image {
  border-color: #3f4076;
}

[data-theme="theme-conflict"] .article__body h3 {
  color: #3f4076;
}

[data-theme="theme-conflict"] .article__body h3 a {
  color: #3f4076;
  border-bottom: 2px solid #3f4076;
}

[data-theme="theme-conflict"] .article__body h3 a:hover {
  background: #3f4076;
}

[data-theme="theme-conflict"] .teaser-overlay__theme {
  background-color: #3f4076;
}

[data-theme="theme-conflict"] .teaser-list--scroller .slick-active button {
  background-color: #3f4076;
}

[data-theme="theme-conflict"] .article__body .media-element-container .field-name-field-credit,
[data-theme="theme-conflict"] .article__author-note,
[data-theme="theme-conflict"] .article__audio {
  border-left: 0.5rem solid #3f4076;
}

[data-theme="theme-conflict"] .article__body .nameheader {
  color: #3f4076;
}

[data-theme="theme-conflict"] .article__body .question,
[data-theme="theme-conflict"] .article__body .namecredit {
  color: #3f4076;
}

[data-theme="theme-conflict"] .wysiwyg-read-more__trigger span {
  color: #3f4076;
}

[data-theme="theme-environment"] .theme-color {
  color: #000;
  text-decoration: none;
}

[data-theme="theme-environment"] .column.border-left,
[data-theme="theme-environment"] .column.border-right {
  border-color: #000;
}

[data-theme="theme-environment"] .column.theme-color {
  background: #000;
  color: #FFF;
}

[data-theme="theme-environment"] blockquote {
  border-left-color: #000;
}

[data-theme="theme-environment"] .teaser__content {
  border-color: #000;
}

[data-theme="theme-environment"] .article__header:before {
  background-color: #000;
}

[data-theme="theme-environment"].teaser-masthead:before {
  background-color: #000;
}

[data-theme="theme-environment"] .author-info__image {
  border-color: #000;
}

[data-theme="theme-environment"] .article__body h3 {
  color: #000;
}

[data-theme="theme-environment"] .article__body h3 a {
  color: #000;
  border-bottom: 2px solid #000;
}

[data-theme="theme-environment"] .article__body h3 a:hover {
  background: #000;
}

[data-theme="theme-environment"] .teaser-overlay__theme {
  background-color: #000;
}

[data-theme="theme-environment"] .teaser-list--scroller .slick-active button {
  background-color: #000;
}

[data-theme="theme-environment"] .article__body .media-element-container .field-name-field-credit,
[data-theme="theme-environment"] .article__author-note,
[data-theme="theme-environment"] .article__audio {
  border-left: 0.5rem solid #000;
}

[data-theme="theme-environment"] .article__body .nameheader {
  color: #000;
}

[data-theme="theme-environment"] .article__body .question,
[data-theme="theme-environment"] .article__body .namecredit {
  color: #000;
}

[data-theme="theme-environment"] .wysiwyg-read-more__trigger span {
  color: #000;
}

[data-theme="theme-migration"] .theme-color {
  color: #35b58b;
  text-decoration: none;
}

[data-theme="theme-migration"] .column.border-left,
[data-theme="theme-migration"] .column.border-right {
  border-color: #35b58b;
}

[data-theme="theme-migration"] .column.theme-color {
  background: #35b58b;
  color: #FFF;
}

[data-theme="theme-migration"] blockquote {
  border-left-color: #35b58b;
}

[data-theme="theme-migration"] .teaser__content {
  border-color: #35b58b;
}

[data-theme="theme-migration"] .article__header:before {
  background-color: #35b58b;
}

[data-theme="theme-migration"].teaser-masthead:before {
  background-color: #35b58b;
}

[data-theme="theme-migration"] .author-info__image {
  border-color: #35b58b;
}

[data-theme="theme-migration"] .article__body h3 {
  color: #35b58b;
}

[data-theme="theme-migration"] .article__body h3 a {
  color: #35b58b;
  border-bottom: 2px solid #35b58b;
}

[data-theme="theme-migration"] .article__body h3 a:hover {
  background: #35b58b;
}

[data-theme="theme-migration"] .teaser-overlay__theme {
  background-color: #35b58b;
}

[data-theme="theme-migration"] .teaser-list--scroller .slick-active button {
  background-color: #35b58b;
}

[data-theme="theme-migration"] .article__body .media-element-container .field-name-field-credit,
[data-theme="theme-migration"] .article__author-note,
[data-theme="theme-migration"] .article__audio {
  border-left: 0.5rem solid #35b58b;
}

[data-theme="theme-migration"] .article__body .nameheader {
  color: #35b58b;
}

[data-theme="theme-migration"] .article__body .question,
[data-theme="theme-migration"] .article__body .namecredit {
  color: #35b58b;
}

[data-theme="theme-migration"] .wysiwyg-read-more__trigger span {
  color: #35b58b;
}

.team-member {
  margin-bottom: 5rem;
}

.team-member__name {
  width: 100%;
}

@media only screen and (max-width: 37.5em) {
  .team-member__name {
    text-align: center;
  }
}

.team-member__image {
  width: 20rem;
  float: left;
  margin: 0 2rem 1rem 0;
}

@media only screen and (max-width: 37.5em) {
  .team-member__image {
    float: none;
    margin: 2rem auto;
  }
}

.team-member__social {
  font-style: italic;
}

.homepage-reports {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  overflow: hidden;
}

@media only screen and (max-width: 61.25em) {
  .homepage-reports {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.homepage-reports__nav {
  width: 34rem;
  position: relative;
}

@media only screen and (max-width: 75em) {
  .homepage-reports__nav {
    width: 26rem;
  }
}

@media only screen and (max-width: 61.25em) {
  .homepage-reports__nav {
    width: 100%;
    padding: 0;
  }
  .homepage-reports__nav.fixed {
    position: fixed;
    top: 10rem;
    width: 100%;
    z-index: 3;
  }
}

.homepage-reports__lists {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.homepage-reports__lists .all-articles {
  text-decoration: none;
  color: #000;
}

.homepage-reports__lists .more-link {
  text-align: right;
  padding: 0 1.5rem 3rem 0;
  background-image: url("../images/arrow--black.svg");
  background-size: 8px;
  background-repeat: no-repeat;
  background-position: 100% 8px;
}

@media only screen and (max-width: 37.5em) {
  .homepage-reports__lists .more-link {
    padding: 1rem 1.5rem 0 0;
    background-position: 100% 14px;
  }
}

.homepage-reports__lists .more-link a {
  color: #000;
  text-decoration: none;
  font-size: 2.1rem;
  line-height: 1.25;
  font-family: "GT Sectra Bold", serif;
}

@media only screen and (max-width: 37.5em) {
  .homepage-reports__lists .more-link a {
    font-size: 1.6rem;
  }
}

.homepage-reports__lists .alt-reports {
  margin-top: 1rem;
  margin-bottom: 4rem;
}

.homepage-reports__list {
  max-width: 120rem;
  margin: 0 auto;
  margin-top: 1rem;
}

@media only screen and (max-width: 87.5em) {
  .homepage-reports__list {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media only screen and (max-width: 37.5em) {
  .homepage-reports__list {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media only screen and (max-width: 37.5em) {
  .homepage-reports__list {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}

.homepage-reports__list:first-child {
  margin-top: 4rem;
}

@media only screen and (max-width: 37.5em) {
  .homepage-reports__list:first-child {
    margin-top: 3rem;
  }
}

.reports-list__header {
  border-top: 0.2rem solid #e6e6e6;
  padding: 1.5rem 0 3rem;
}

@media only screen and (max-width: 37.5em) {
  .reports-list__header {
    padding: 1rem 0 2rem;
    font-size: 1.6rem;
  }
}

.homepage-spotlight {
  background-color: #282828;
}

.homepage-spotlight .homepage-spotlight__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 125rem;
  margin: 0 auto;
  padding: 7rem 4rem;
}

.homepage-spotlight .homepage-spotlight__body {
  font-family: "GT Sectra Regular", serif;
  font-size: 1.8rem;
  line-height: 1.5;
  margin-top: 2.7rem;
  margin-bottom: 3rem;
}

.homepage-spotlight .homepage-spotlight__title {
  font-size: 3.6rem;
}

.homepage-spotlight .homepage-spotlight__title:after {
  content: "";
  display: block;
  width: 4.6rem;
  height: 0.6rem;
  background-color: #9f3e52;
  z-index: 2;
  margin-top: 1.8rem;
  margin-bottom: 1rem;
}

.homepage-spotlight .homepage-spotlight__img {
  -webkit-box-flex: calc(50% - 2.5rem);
      -ms-flex: calc(50% - 2.5rem) 0 0px;
          flex: calc(50% - 2.5rem) 0 0;
}

.homepage-spotlight .homepage-spotlight__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 35rem;
}

.homepage-spotlight .homepage-spotlight__img video,
.homepage-spotlight .homepage-spotlight__img iframe {
  width: 100%;
}

.homepage-spotlight .homepage-spotlight__info {
  -webkit-box-flex: calc(50% - 2.5rem);
      -ms-flex: calc(50% - 2.5rem) 0 0px;
          flex: calc(50% - 2.5rem) 0 0;
  color: #FFF;
}

.homepage-spotlight .homepage-spotlight__cta {
  padding: 1.7rem 4rem;
}

@media only screen and (max-width: 46.875em) {
  .homepage-spotlight .homepage-spotlight__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 4rem;
  }
  .homepage-spotlight .homepage-spotlight__img img {
    max-height: 30rem;
  }
  .homepage-spotlight .homepage-spotlight__info {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    margin-top: 2.5rem;
  }
}

@media only screen and (max-width: 37.5em) {
  .homepage-spotlight .homepage-spotlight__title {
    font-size: 2.3rem;
  }
  .homepage-spotlight .homepage-spotlight__title:after {
    margin-top: 1.3rem;
  }
  .homepage-spotlight .homepage-spotlight__body {
    font-size: 1.6rem;
    margin-top: 1.5rem;
    margin-bottom: 2rem;
  }
  .homepage-spotlight .homepage-spotlight__wrapper {
    padding: 4rem 2rem;
  }
}

.homepage-spotlight[data-iframe="1"] {
  background-color: #282828;
}

.homepage-spotlight[data-iframe="1"] .homepage-spotlight__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 125rem;
  margin: 0 auto;
  padding: 5rem 2rem;
}

.homepage-spotlight[data-iframe="1"] .homepage-spotlight__body {
  font-family: "GT Sectra Regular", serif;
  font-size: 1.8rem;
  line-height: 1.5;
  margin-top: 2.7rem;
  margin-bottom: 3rem;
}

.homepage-spotlight[data-iframe="1"] .homepage-spotlight__title {
  font-size: 3.6rem;
}

.homepage-spotlight[data-iframe="1"] .homepage-spotlight__title:after {
  content: "";
  display: block;
  width: 4.6rem;
  height: 0.6rem;
  background-color: #9f3e52;
  z-index: 2;
  margin-top: 1.8rem;
  margin-bottom: 1rem;
}

.homepage-spotlight[data-iframe="1"] div.field-iframe.field-iframe-instance {
  width: 100%;
  height: 0;
  padding-top: 60%;
  position: relative;
}

.homepage-spotlight[data-iframe="1"][data-iframe-height="40"] div.field-iframe.field-iframe-instance {
  padding-top: 40%;
}

.homepage-spotlight[data-iframe="1"][data-iframe-height="50"] div.field-iframe.field-iframe-instance {
  padding-top: 50%;
}

.homepage-spotlight[data-iframe="1"][data-iframe-height="60"] div.field-iframe.field-iframe-instance {
  padding-top: 60%;
}

.homepage-spotlight[data-iframe="1"][data-iframe-height="70"] div.field-iframe.field-iframe-instance {
  padding-top: 70%;
}

.homepage-spotlight[data-iframe="1"][data-iframe-height="80"] div.field-iframe.field-iframe-instance {
  padding-top: 80%;
}

.homepage-spotlight[data-iframe="1"][data-iframe-height="90"] div.field-iframe.field-iframe-instance {
  padding-top: 90%;
}

.homepage-spotlight[data-iframe="1"][data-iframe-height="100"] div.field-iframe.field-iframe-instance {
  padding-top: 100%;
}

.homepage-spotlight[data-iframe="1"] .homepage-spotlight__img {
  -webkit-box-flex: calc(50% - 2.5rem);
      -ms-flex: calc(50% - 2.5rem) 0 0px;
          flex: calc(50% - 2.5rem) 0 0;
  width: 100%;
}

.homepage-spotlight[data-iframe="1"] .homepage-spotlight__img iframe.field-iframe.field-iframe-instance {
  width: 100% !important;
  height: 100% !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  padding: 0 !important;
}

.homepage-spotlight[data-iframe="1"] .homepage-spotlight__info {
  -webkit-box-flex: calc(50% - 2.5rem);
      -ms-flex: calc(50% - 2.5rem) 0 0px;
          flex: calc(50% - 2.5rem) 0 0;
  color: #FFF;
}

.homepage-spotlight[data-iframe="1"] .homepage-spotlight__cta {
  padding: 1.7rem 4rem;
}

@media only screen and (max-width: 46.875em) {
  .homepage-spotlight[data-iframe="1"] .homepage-spotlight__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1rem 0;
  }
  .homepage-spotlight[data-iframe="1"] .homepage-spotlight__info {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    margin-top: 2.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media only screen and (max-width: 37.5em) {
  .homepage-spotlight[data-iframe="1"] .homepage-spotlight__title {
    font-size: 2.3rem;
  }
  .homepage-spotlight[data-iframe="1"] .homepage-spotlight__title:after {
    margin-top: 1.3rem;
  }
  .homepage-spotlight[data-iframe="1"] .homepage-spotlight__info {
    padding-left: 4rem;
    padding-right: 4rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .homepage-spotlight[data-iframe="1"] .homepage-spotlight__body {
    font-size: 1.6rem;
    margin-top: 1.5rem;
    margin-bottom: 2rem;
  }
  .homepage-spotlight[data-iframe="1"] .homepage-spotlight__wrapper {
    padding: 2rem 0 2rem 0;
  }
}

.donate-banner--top {
  background: #FFF;
  padding: 12px 0;
  width: 100%;
}

@media only screen and (max-width: 37.5em) {
  .donate-banner--top {
    padding: 10px;
  }
}

.donate-banner--top .wrapper {
  padding: 0 20px;
}

@media only screen and (max-width: 37.5em) {
  .donate-banner--top .wrapper {
    padding: 0;
  }
}

.donate-banner--top .btn {
  float: right;
  margin-left: 40px;
  padding: 10px 40px;
}

@media only screen and (max-width: 37.5em) {
  .donate-banner--top .btn {
    float: none;
    width: 100%;
    margin: 0;
    text-align: center;
    padding: 5px;
  }
}

.donate-banner--top p {
  margin: 0;
  font-size: 17px;
}

@media only screen and (max-width: 37.5em) {
  .donate-banner--top p {
    display: none;
  }
}

.donate-banner--homepage-mid {
  position: relative;
  background: #FFF;
  padding: 40px 50px 40px 55%;
  padding-left: calc(50% + 40px);
  width: 100%;
  margin: 40px 0 80px;
  color: #9f3e52;
}

@media only screen and (max-width: 37.5em) {
  .donate-banner--homepage-mid {
    padding: 70vw 40px 50px 40px;
    padding-top: calc(60vw + 30px);
  }
}

.donate-banner--homepage-mid .donate-banner__image {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: url("../images/donate-banner--homepage-mid.jpg") no-repeat center;
  background-size: cover;
}

@media only screen and (max-width: 37.5em) {
  .donate-banner--homepage-mid .donate-banner__image {
    width: 100%;
    height: 60vw;
  }
}

.donate-banner--homepage-mid h2 {
  font-size: 2rem;
  line-height: 1.25;
  margin-bottom: 20px;
  font-family: "GT Sectra Regular", serif;
  font-weight: 600;
  color: #282828;
  word-wrap: break-word;
}

.donate-banner--footer {
  width: 50%;
  padding-left: 20px;
  color: #fff;
}

@media only screen and (max-width: 61.25em) {
  .donate-banner--footer {
    width: 80%;
    padding: 0;
  }
}

@media only screen and (max-width: 37.5em) {
  .donate-banner--footer {
    width: 100%;
  }
}

.donate-banner--footer h2 {
  margin-bottom: 10px;
}

.donate-banner--footer p {
  color: #fff;
  max-width: 75%;
  margin-bottom: 20px;
  font-weight: 500;
}

@media only screen and (max-width: 37.5em) {
  .donate-banner--footer p {
    max-width: 100%;
  }
}

.donate-banner--footer .btn {
  padding: 14px 25px;
}

.page-node-259378 .global-header {
  margin-bottom: 0;
}

.page-node-259378 .donate-banner--top {
  display: none;
}

.page-node-259378 .main-wrapper {
  max-width: 100%;
}

@media only screen and (max-width: 87.5em) {
  .page-node-259378 .main-content {
    padding: 0;
  }
}

.support-page__header {
  position: relative;
  background: #FFF;
}

.support-page__header .wrapper {
  max-width: 1200px;
  margin: 0 auto;
  clear: both;
}

.support-page__header:after {
  content: "";
  display: block;
  width: 100%;
  height: 200px;
  position: absolute;
  top: 100%;
  left: 0;
  background: #9f3e52;
}

.support-page__intro {
  color: #282828;
  background-size: auto 90%;
  padding: 100px 50px 150px 0;
  width: 50%;
}

@media only screen and (max-width: 87.5em) {
  .support-page__intro {
    padding-left: 20px;
  }
}

@media only screen and (max-width: 61.25em) {
  .support-page__intro {
    width: 100%;
    padding: 50px;
  }
}

@media only screen and (max-width: 37.5em) {
  .support-page__intro {
    width: 100%;
    padding: 50px 20px 30px;
  }
}

.support-page__intro h1 {
  margin-bottom: 3rem;
}

.support-page__banner {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: url("../images/support-banner.jpg") no-repeat center;
  background-size: cover;
}

@media only screen and (max-width: 61.25em) {
  .support-page__banner {
    position: static;
    width: 100%;
    height: 60vw;
  }
}

.support-page__paypal {
  margin: -120px auto 40px;
  background: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 50px;
  color: #282828;
  max-width: 800px;
  position: relative;
  z-index: 1;
  font-family: "Roboto", sans-serif;
}

@media only screen and (max-width: 61.25em) {
  .support-page__paypal {
    width: 90%;
    margin-top: -40px;
  }
}

@media only screen and (max-width: 37.5em) {
  .support-page__paypal {
    padding: 30px 20px;
  }
}

.support-page__paypal h2 {
  margin-bottom: 20px;
  font-family: "Roboto", sans-serif;
}

.support-page__paypal h3 {
  font-size: 16px;
  margin-bottom: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}

.support-page__paypal .explanation {
  max-width: 75%;
  margin: 0;
  font-size: 1.6rem;
  line-height: 2;
}

@media only screen and (max-width: 37.5em) {
  .support-page__paypal .explanation {
    max-width: 100%;
  }
}

.currency-toggle {
  float: right;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #FFF url("../images/form-arrow@2x.png") no-repeat center right 15px;
  cursor: pointer;
  background-size: 1.2rem;
  padding: 1.4rem 4rem 1.4rem 1.4rem;
  border-radius: 0;
  outline: 0;
  color: #282828;
  border: 0.2rem solid #999;
  font-size: 1.6rem;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

@media only screen and (max-width: 37.5em) {
  .currency-toggle {
    float: none;
    margin-bottom: 20px;
  }
}

.paypal-option {
  padding-top: 20px;
}

.paypal-option.single {
  padding-bottom: 20px;
  border-bottom: 1px solid gray;
}

.donate-toggle {
  display: none;
  margin-right: 10px;
}

.donate-toggle.active {
  display: inline-block;
  vertical-align: top;
}

.donate-amount {
  color: #000;
  border: 2px solid #999;
  font-size: "Roboto", sans-serif;
  font-weight: 600;
  padding: 12px 18px;
  width: 100px;
  text-align: center;
  background: #FFF;
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  cursor: pointer;
}

.donate-amount:hover {
  background-color: #999;
  color: #FFF;
}

.donate-amount.active {
  border-color: #9f3e52;
  background-color: #9f3e52;
  color: #fff;
}

@media only screen and (max-width: 37.5em) {
  .donate-amount {
    margin-bottom: 10px;
    padding: 12px 12px;
    width: auto;
  }
}

.js-own-amount {
  display: block;
  margin-top: 20px;
}

.js-own-amount [type="submit"] {
  background-color: #FFF;
  border: 2px solid #9f3e52;
  color: #9f3e52;
  padding: 10px 20px;
  font-size: 1.4rem;
  opacity: 0.7;
  -webkit-transition: opacity 100ms ease-in-out;
  transition: opacity 100ms ease-in-out;
  cursor: pointer;
}

.js-own-amount [type="submit"]:hover {
  opacity: 1;
}

.support-page__body {
  max-width: 70rem;
  line-height: 2;
  font-weight: 400;
  margin: 40px auto;
}

@media only screen and (max-width: 61.25em) {
  .support-page__body {
    padding: 0 20px;
  }
}

.support-page__body h2 {
  font-family: "GT Sectra Medium", serif;
  text-align: left;
  font-size: 2.1rem;
  margin: 50px 0 20px;
}

.support-page__body blockquote {
  float: none;
  width: 100%;
  max-width: 70rem;
  margin: 7rem auto 3rem;
  background: #FFF;
  padding-left: 4.5rem;
  text-align: left;
}

.support-page__body blockquote p {
  font-size: 2.3rem;
  line-height: 1.2;
  margin: 0;
}

@media only screen and (max-width: 37.5em) {
  .support-page__body blockquote p {
    font-size: 2.1rem;
  }
}

.support-page__body blockquote strong {
  display: block;
  padding-top: 2rem;
  font-size: 1.6rem;
  color: #666;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

@media only screen and (max-width: 37.5em) {
  .support-page__body blockquote {
    padding-left: 2rem;
  }
}

.support-page__body ul {
  background: #9f3e52;
  padding: 50px 40px;
  color: #FFF;
  list-style: none;
  margin-bottom: 40px;
  display: table;
}

@media only screen and (max-width: 37.5em) {
  .support-page__body ul {
    padding: 30px 20px;
  }
}

.support-page__body ul li {
  background: url("../images/bullet--round.svg") no-repeat left top;
  background-size: 2.5rem 2.5rem;
  padding: 0 0 20px 60px;
  max-width: 95%;
  line-height: 140%;
  margin-bottom: 0;
}

@media only screen and (max-width: 37.5em) {
  .support-page__body ul li {
    padding-left: 40px;
  }
}

.support-page__body ol {
  background: #FFF;
  padding: 50px 40px;
  list-style: none;
}

@media only screen and (max-width: 37.5em) {
  .support-page__body ol {
    padding: 30px 20px;
  }
}

.support-page__body ol li {
  color: #282828;
  counter-increment: step-counter;
  position: relative;
  padding: 0 0 20px 60px;
  max-width: 95%;
  margin-bottom: 0;
  font-size: 1.6rem;
}

@media only screen and (max-width: 37.5em) {
  .support-page__body ol li {
    padding-left: 40px;
  }
}

.support-page__body ol li:before {
  content: counter(step-counter);
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 1px solid #282828;
  line-height: 2.5rem;
  text-align: center;
  color: #3f4076;
  font-size: 1.4rem;
  font-weight: 500;
}

.support-page__badges {
  background: #9f3e52;
  color: white;
  padding: 30px 0 60px;
  margin: 70px 0 100px;
  text-align: center;
}

.support-page__badges h2 {
  font-family: "GT Sectra Regular", serif;
  text-align: center;
  font-size: 25px;
  margin: 20px 0 40px;
}

@media only screen and (max-width: 37.5em) {
  .support-page__badges h2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.support-page__badges ul {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}

@media only screen and (max-width: 46.875em) {
  .support-page__badges ul {
    margin-bottom: 20px;
  }
}

.support-page__badges li {
  width: 12.6%;
  margin: 0 2%;
  padding-top: 10%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 80%;
  background-color: #FFF;
  font-size: 0;
}

@media only screen and (max-width: 46.875em) {
  .support-page__badges li {
    width: 29%;
    margin-bottom: 20px;
    padding-top: 30%;
  }
}

@media only screen and (max-width: 37.5em) {
  .support-page__badges li {
    width: 46%;
  }
}

.support-page__badges li[rel="geneva-engage"] {
  background-image: url("../images/award-geneva-engage.png");
}

.support-page__badges li[rel="one-world-media"] {
  background-image: url("../images/award-one-world-media.png");
}

.support-page__badges li[rel="unca"] {
  background-image: url("../images/award-unca.jpg");
}

.support-page__badges li[rel="global-media-competition"] {
  background-image: url("../images/award-global-media-competition.png");
}

.support-page__badges li[rel="migration-media"] {
  background-image: url("../images/award-migration-media.png");
}

.support-page__badges li[rel="sopa"] {
  background-image: url("../images/award-sopa.png");
}

@media only screen and (max-width: 37.5em) {
  .support-page__badges {
    padding: 30px 0;
    margin: 50px auto 70px auto;
  }
}

.support-page__footnote {
  text-align: center;
  margin: 50px 0;
  padding-bottom: 50px;
}

@media only screen and (max-width: 37.5em) {
  .support-page__footnote {
    padding-bottom: 20px;
  }
}

.js-paypal-button {
  display: inline-block;
}

.js-paypal-button [type="submit"],
.donate-button {
  color: #9f3e52;
  background-size: 1.8rem;
  background: #FFF url("../images/paypal--blue.svg") no-repeat 25px center;
  padding: 1.3rem 1.8rem 1.3rem 5rem;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  border: 2px solid #9f3e52;
  cursor: pointer;
  text-decoration: none;
  will-change: border;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.js-paypal-button [type="submit"]:hover,
.donate-button:hover {
  border: 2px solid #009be1;
  color: #1b5c98;
}

.js-paypal-button [type="submit"]:focus, .js-paypal-button [type="submit"]:active,
.donate-button:focus,
.donate-button:active {
  background-color: white;
}

.view-advanced-search,
.view-advanced-search-reports {
  max-width: 120rem;
  margin: 0 auto;
  margin-top: 5rem;
  margin-bottom: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media only screen and (max-width: 87.5em) {
  .view-advanced-search,
  .view-advanced-search-reports {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media only screen and (max-width: 37.5em) {
  .view-advanced-search,
  .view-advanced-search-reports {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media only screen and (max-width: 37.5em) {
  .view-advanced-search,
  .view-advanced-search-reports {
    margin-top: 3rem;
    margin-bottom: 5rem;
  }
}

.view-advanced-search .view-header,
.view-advanced-search-reports .view-header {
  -webkit-box-flex: 100%;
      -ms-flex: 100% 0 0px;
          flex: 100% 0 0;
}

.view-advanced-search .view-title,
.view-advanced-search-reports .view-title {
  border-top: 0.2rem solid #e6e6e6;
  padding: 1.5rem 0 3rem;
}

@media only screen and (max-width: 37.5em) {
  .view-advanced-search .view-title,
  .view-advanced-search-reports .view-title {
    padding: 1rem 0 2rem;
    font-size: 1.6rem;
  }
}

.view-advanced-search .view-filters,
.view-advanced-search-reports .view-filters {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 30rem;
  padding-right: 2rem;
}

@media only screen and (max-width: 75em) {
  .view-advanced-search .view-filters,
  .view-advanced-search-reports .view-filters {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
  }
}

@media only screen and (max-width: 61.25em) {
  .view-advanced-search .view-filters,
  .view-advanced-search-reports .view-filters {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding-right: 0;
    padding-bottom: 3rem;
  }
}

.view-advanced-search .view-filters.mobile-filters-active .exposed-form-mobile-trigger::after,
.view-advanced-search-reports .view-filters.mobile-filters-active .exposed-form-mobile-trigger::after {
  background-image: url("../images/icon-minus.svg");
}

.view-advanced-search .view-filters.mobile-filters-active .exposed-form__open-text,
.view-advanced-search-reports .view-filters.mobile-filters-active .exposed-form__open-text {
  display: none;
}

.view-advanced-search .view-filters.mobile-filters-active .exposed-form__close-text,
.view-advanced-search-reports .view-filters.mobile-filters-active .exposed-form__close-text {
  display: block;
}

.view-advanced-search .view-filters.mobile-filters-active .views-exposed-form,
.view-advanced-search-reports .view-filters.mobile-filters-active .views-exposed-form {
  display: block;
}

.view-advanced-search .view-filters form,
.view-advanced-search-reports .view-filters form {
  background-color: rgba(230, 230, 230, 0.5);
  padding: 1.5rem 1rem;
}

.view-advanced-search .view-filters .exposed-form-mobile-trigger,
.view-advanced-search-reports .view-filters .exposed-form-mobile-trigger {
  position: relative;
  cursor: pointer;
  font-weight: 600;
  font-size: 1.4rem;
  height: 2rem;
  line-height: 2rem;
}

@media only screen and (max-width: 61.25em) {
  .view-advanced-search .view-filters .exposed-form-mobile-trigger,
  .view-advanced-search-reports .view-filters .exposed-form-mobile-trigger {
    display: block;
  }
}

.view-advanced-search .view-filters .exposed-form-mobile-trigger::after,
.view-advanced-search-reports .view-filters .exposed-form-mobile-trigger::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 0;
  right: 0;
  background: #FFF url("../images/icon-plus.svg") no-repeat center;
  background-size: 70%;
}

.view-advanced-search .view-filters .exposed-form__close-text,
.view-advanced-search-reports .view-filters .exposed-form__close-text {
  display: none;
}

@media only screen and (max-width: 61.25em) {
  .view-advanced-search .view-filters .views-exposed-form,
  .view-advanced-search-reports .view-filters .views-exposed-form {
    display: none;
    margin-top: 2rem;
  }
}

.view-advanced-search .view-filters .views-exposed-widget,
.view-advanced-search-reports .view-filters .views-exposed-widget {
  margin-bottom: 1.5rem;
}

.view-advanced-search .view-filters .views-widget-per-page,
.view-advanced-search-reports .view-filters .views-widget-per-page {
  border-top: 0.1rem solid rgba(230, 230, 230, 0.5);
  padding-top: 1rem;
}

.view-advanced-search .view-filters .views-submit-button,
.view-advanced-search-reports .view-filters .views-submit-button {
  margin-top: 2rem;
  margin-bottom: 0;
}

.view-advanced-search .view-filters label,
.view-advanced-search-reports .view-filters label {
  margin-bottom: 0.5rem;
}

.view-advanced-search .view-filters .description,
.view-advanced-search-reports .view-filters .description {
  margin-top: 0.5rem;
}

.view-advanced-search .view-filters select,
.view-advanced-search .view-filters input,
.view-advanced-search-reports .view-filters select,
.view-advanced-search-reports .view-filters input {
  width: 100%;
}

.view-advanced-search .view-content,
.view-advanced-search-reports .view-content {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
}

@media only screen and (max-width: 75em) {
  .view-advanced-search .view-content,
  .view-advanced-search-reports .view-content {
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
  }
}

@media only screen and (max-width: 61.25em) {
  .view-advanced-search .view-content,
  .view-advanced-search-reports .view-content {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.view-advanced-search .teaser-list--grid > li,
.view-advanced-search-reports .teaser-list--grid > li {
  max-width: 33%;
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
}

@media only screen and (max-width: 75em) {
  .view-advanced-search .teaser-list--grid > li,
  .view-advanced-search-reports .teaser-list--grid > li {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 37.5em) {
  .view-advanced-search .teaser-list--grid > li,
  .view-advanced-search-reports .teaser-list--grid > li {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}

.view-advanced-search .item-list,
.view-advanced-search-reports .item-list {
  width: 100%;
}

#ui-datepicker-div {
  padding: 0.5rem 0.5rem 0;
  background: #FFF;
  border: 0.1rem solid #999;
}

.ui-widget-header {
  background: #9f3e52;
  color: #FFF;
  border: none;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  color: #000;
}

.region-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1rem 2rem 1.5rem 5rem;
  background-color: #FFF;
  position: relative;
}

@media only screen and (max-width: 61.25em) {
  .region-breadcrumb {
    padding-left: 7rem;
  }
}

@media only screen and (max-width: 37.5em) {
  .region-breadcrumb {
    padding-left: 3rem;
  }
}

.region-breadcrumb__link {
  font-size: 1.4rem;
  line-height: 1.1428571429;
  padding-bottom: 0.5rem;
  color: #63666A;
  border-bottom: 0.1rem solid rgba(99, 102, 106, 0.35);
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.region-breadcrumb__link:hover, .region-breadcrumb__link:focus {
  color: #000;
  border-color: #000;
}

@media only screen and (max-width: 37.5em) {
  .region-breadcrumb__link {
    font-size: 1.2rem;
  }
}

.region-breadcrumb__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.5rem;
}

.region-breadcrumb__item:not(:last-child):after {
  content: "";
  margin: 0 1rem;
  width: 0.5rem;
  height: 1rem;
  background-image: url("../images/arrow--black.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 5px;
  opacity: 0.3;
  display: inline-block;
}

.messages {
  color: #FFF;
}

.messages.status {
  background-color: #92B558;
}

.messages.warning {
  background-color: #E47A2E;
}

.messages.error {
  background-color: #BD3D3A;
}

.messages li {
  margin-bottom: 1rem;
}

.messages li:last-child {
  margin-bottom: 0;
}

.messages a {
  color: #FFF;
  font-weight: 600;
  text-decoration: underline;
}

section.messages {
  max-width: 160rem;
  margin: 1rem auto 0;
}

div.messages {
  padding: 2rem 3.5rem;
}

.messages .messages {
  margin-bottom: 1rem;
}

.tabs {
  text-align: center;
  background-color: #9f3e52;
  font-size: 0;
}

.tabs li {
  display: inline-block;
}

.tabs a {
  display: block;
  padding: 2rem;
  color: #FFF;
  font-size: 1.6rem;
  text-decoration: none;
}

.tabs a:hover, .tabs a:focus {
  background-color: #8d3749;
}

.tabs .active {
  font-weight: 600;
}

.pager {
  text-align: center;
  margin: 4rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: right;
}

@media only screen and (max-width: 37.5em) {
  .pager {
    margin: 2rem 0;
  }
}

.pager-item,
.pager-current,
.pager-next,
.pager-previous,
.pager-last,
.pager-first {
  width: 4rem;
  height: 4rem;
  border: 0.1rem solid #999;
  background-color: #FFF;
  margin: 0 0.5rem;
  font-weight: 600;
  font-size: 1.6rem;
  color: #000;
  border-radius: 100%;
  line-height: 3.6rem;
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  cursor: pointer;
}

.pager-item:hover,
.pager-current:hover,
.pager-next:hover,
.pager-previous:hover,
.pager-last:hover,
.pager-first:hover {
  opacity: 1;
}

@media only screen and (max-width: 37.5em) {
  .pager-item,
  .pager-current,
  .pager-next,
  .pager-previous,
  .pager-last,
  .pager-first {
    margin: 0 0.25rem;
    width: 3rem;
    height: 3rem;
    line-height: 2.6rem;
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 25em) {
  .pager-item,
  .pager-current,
  .pager-next,
  .pager-previous,
  .pager-last,
  .pager-first {
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.2rem;
    font-size: 1.2rem;
  }
}

.pager-item a,
.pager-current a,
.pager-next a,
.pager-previous a,
.pager-last a,
.pager-first a {
  color: inherit;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}

.pager-item a:hover,
.pager-current a:hover,
.pager-next a:hover,
.pager-previous a:hover,
.pager-last a:hover,
.pager-first a:hover {
  color: #000;
}

.pager-current {
  background-color: #9f3e52;
  border-color: #9f3e52;
  color: #FFF;
  opacity: 1;
  cursor: default;
}

.pager-ellipsis {
  display: none;
}

.pager-next,
.pager-previous,
.pager-last,
.pager-first {
  text-indent: -999rem;
  background-repeat: no-repeat;
}

.pager-next {
  background-image: url("../images/arrow--black.svg");
  background-position: 55% 50%;
  background-size: 8px;
}

@media only screen and (max-width: 37.5em) {
  .pager-next {
    background-size: 7px;
  }
}

.pager-previous {
  background-image: url("../images/arrow--black.svg");
  background-position: 52% 50%;
  background-size: 8px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media only screen and (max-width: 37.5em) {
  .pager-previous {
    background-size: 7px;
  }
}

.pager-last {
  background-image: url("../images/arrow-double--black.svg");
  background-position: 55% 50%;
  background-size: 14px;
}

.pager-first {
  background-image: url("../images/arrow-double--black.svg");
  background-position: 52% 50%;
  background-size: 14px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/**
 * Hide elements from all users.
 *
 * Used for elements which should not be immediately displayed to any user. An
 * example would be a collapsible fieldset that will be expanded with a click
 * from a user. The effect of this class can be toggled with the jQuery show()
 * and hide() functions.
 */
.element-hidden {
  display: none;
}

/**
 * Hide elements visually, but keep them available for screen-readers.
 *
 * Used for information required for screen-reader users to understand and use
 * the site where visual display is undesirable. Information provided in this
 * manner should be kept concise, to avoid unnecessary burden on the user.
 * "!important" is used to prevent unintentional overrides.
 */
.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  display: none;
}

/**
 * The .element-focusable class extends the .element-invisible class to allow
 * the element to be focusable when navigated to via the keyboard.
 */
.element-invisible.element-focusable:active,
.element-invisible.element-focusable:focus {
  position: static !important;
  clip: auto;
  overflow: visible;
  height: auto;
}

/**
 * Markup free clearing.
 *
 * @see http://perishablepress.com/press/2009/12/06/new-clearfix-hack
 */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.sidebar-panel {
  color: #63666A;
  padding: 6rem 4rem;
  min-width: 25rem;
  text-align: right;
}

@media only screen and (max-width: 75em) {
  .sidebar-panel {
    padding: 6rem 3rem;
    color: #999;
  }
}

@media only screen and (max-width: 61.25em) {
  .sidebar-panel {
    background-color: #282828;
    padding: 0;
    margin-right: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .sidebar-panel::-webkit-scrollbar {
    display: none;
  }
}

.sidebar-panel--page {
  width: 100%;
  position: sticky;
  top: 0;
  left: 0;
  height: 100%;
  display: none;
  color: #e6e6e6;
  z-index: 3;
}

.sidebar-panel--page::-webkit-scrollbar {
  display: none;
}

.sidebar-panel--page.fixed .sidebar-menu--page {
  position: fixed;
  top: 8rem;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

@media only screen and (max-width: 61.25em) {
  .sidebar-panel--page.fixed .sidebar-menu--page {
    padding: 0;
  }
}

.sidebar-panel--page.absolute .sidebar-menu--page {
  position: absolute;
  top: unset;
  bottom: 0;
  height: calc(100vh - 8rem);
  padding-top: 6rem;
}

@media only screen and (max-width: 87.5em) {
  .sidebar-panel--page {
    width: 30rem;
  }
}

@media only screen and (max-width: 61.25em) {
  .sidebar-panel--page {
    width: 100%;
    height: auto;
    padding: 0;
  }
  .sidebar-panel--page.fixed {
    position: fixed;
    top: 8rem;
  }
  .sidebar-panel--page.fixed .sidebar-menu--page {
    position: relative;
    top: 0;
    width: auto;
  }
}

@media only screen and (max-width: 37.5em) {
  .sidebar-panel--page.fixed {
    top: 8rem;
  }
}

.sidebar-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "GT Sectra Medium", serif;
  font-size: 2rem;
  line-height: 1.25;
  color: #e6e6e6;
}

@media only screen and (max-width: 61.25em) {
  .sidebar-menu {
    max-width: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-flex: 1;
        -ms-flex: auto 0 0px;
            flex: auto 0 0;
    white-space: nowrap;
    overflow-x: auto;
    margin-right: 4rem;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .sidebar-menu::-webkit-overflow-scrolling {
    display: none;
  }
}

@media only screen and (max-width: 37.5em) {
  .sidebar-menu {
    font-size: 1.6rem;
  }
}

.sidebar-menu--page {
  width: 100%;
  max-height: 100%;
  overflow-y: scroll;
  overflow-x: visible;
}

.sidebar-menu--page::-webkit-scrollbar {
  display: none;
}

@media only screen and (max-width: 61.25em) {
  .sidebar-menu--page {
    width: auto;
    padding: 0 0 0 4rem;
  }
}

@media only screen and (max-width: 37.5em) {
  .sidebar-menu--page {
    width: auto;
    padding: 0 0 0 1rem;
  }
}

.sidebar-menu--page a {
  text-decoration: none;
  font-size: 1.6rem;
  color: #63666A;
  font-family: "GT Sectra Medium", serif;
}

@media only screen and (max-width: 61.25em) {
  .sidebar-menu--page a {
    color: #e6e6e6;
  }
}

@media only screen and (max-width: 37.5em) {
  .sidebar-menu--page a {
    font-size: 1.4rem;
  }
}

.sidebar-menu--page a:hover, .sidebar-menu--page a:focus {
  color: #9f3e52;
}

@media only screen and (max-width: 61.25em) {
  .sidebar-menu--page a:hover, .sidebar-menu--page a:focus {
    color: #9f3e52;
  }
}

.sidebar-menu--page a.active-scroll {
  color: #FFF;
  text-decoration: none;
}

.sidebar-menu__item {
  margin: 0;
  line-height: 1.3;
  color: #63666A;
  cursor: pointer;
  -webkit-transition: color .2s;
  transition: color .2s;
}

@media only screen and (max-width: 75em) {
  .sidebar-menu__item {
    padding: 0;
    color: #FFF;
    line-height: 1.25;
  }
}

@media only screen and (max-width: 61.25em) {
  .sidebar-menu__item {
    margin: 1rem;
  }
}

.sidebar-menu__item.active {
  background-image: url("../images/arrow--white.svg");
  background-repeat: no-repeat;
  background-size: 0.8rem auto;
  background-position: right center;
}

@media only screen and (max-width: 61.25em) {
  .sidebar-menu__item.active {
    background: none;
  }
}

.sidebar-menu__item.active, .sidebar-menu__item:hover {
  color: #000;
}

@media only screen and (max-width: 61.25em) {
  .sidebar-menu__item.active, .sidebar-menu__item:hover {
    color: #e6e6e6;
  }
}

.sidebar-panel__spacer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 75em) {
  .sidebar-panel__spacer {
    display: none;
  }
}

.sidebar-panel--clear {
  z-index: 1;
  height: 100vh;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media only screen and (max-width: 61.25em) {
  .sidebar-panel--clear {
    height: auto;
  }
}

.sidebar-panel--clear:after {
  content: "";
  height: 100vh;
  background-color: #282828;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
}

@media only screen and (max-width: 61.25em) {
  .sidebar-panel--clear:after {
    display: none;
  }
}

.related-reports,
.signup-cta,
.support-cta,
.site-footer {
  position: relative;
  z-index: 2;
}

.sidebar .field-name-body * {
  margin-left: auto !important;
  margin-right: auto !important;
}

.sidebar .field-name-body img {
  width: auto !important;
}

.homepage-masthead {
  position: relative;
}

@media only screen and (max-width: 46.875em) {
  .homepage-masthead {
    padding: 1rem;
    background-color: rgba(230, 230, 230, 0.5);
  }
}

.homepage-masthead .slick-prev {
  display: none !important;
}

@media only screen and (max-width: 46.875em) {
  .homepage-masthead .slick-prev {
    display: block;
  }
}

.homepage-masthead .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 20rem;
  position: absolute;
  top: 18rem;
  left: 5rem;
  cursor: pointer;
}

@media only screen and (max-width: 61.25em) {
  .homepage-masthead .slick-dots {
    top: auto;
    bottom: 5rem;
  }
}

@media only screen and (max-width: 46.875em) {
  .homepage-masthead .slick-dots {
    bottom: 3rem;
    left: 4rem;
  }
}

@media only screen and (max-width: 37.5em) {
  .homepage-masthead .slick-dots {
    left: 3rem;
  }
}

.homepage-masthead .slick-dots li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 1rem;
  cursor: pointer;
}

.homepage-masthead .slick-dots button {
  border: none;
  background-color: #e6e6e6;
  text-indent: -999rem;
  height: 1rem;
  width: 100%;
  outline: none;
  cursor: pointer;
}

.homepage-masthead .slick-dots .slick-active button {
  background-color: #9f3e52;
}

.homepage-masthead .slick-slide .teaser-masthead__banner {
  opacity: 0.01;
  -webkit-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
}

.homepage-masthead .slick-active .teaser-masthead__banner {
  opacity: 1;
}

@media only screen and (max-width: 37.5em) {
  .homepage-masthead .article__overview {
    padding-top: 6rem;
  }
}

.homepage-masthead__prev-trigger {
  position: absolute;
  left: 1rem;
  top: 60vw;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 0;
  width: 4rem;
  height: 4rem;
  background: #FFF url("../images/arrow--black.svg") no-repeat 1.6rem center;
  background-size: 10px;
  -webkit-transform: translateY(-100%) rotate(180deg);
          transform: translateY(-100%) rotate(180deg);
  z-index: 1;
  text-indent: -999rem;
  overflow: hidden;
  visibility: hidden;
}

@media only screen and (max-width: 46.875em) {
  .homepage-masthead__prev-trigger {
    visibility: visible;
  }
}

.homepage-masthead__next-trigger {
  position: absolute;
  right: 0;
  width: 30rem;
  background: rgba(0, 0, 0, 0.5);
  color: #FFF;
  padding: 2rem 5rem 2rem 3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media only screen and (max-width: 61.25em) {
  .homepage-masthead__next-trigger {
    padding: 1rem 5rem 1rem 1rem;
  }
}

@media only screen and (max-width: 46.875em) {
  .homepage-masthead__next-trigger {
    padding: 0;
    width: 4rem;
    height: 4rem;
    right: 1rem;
    background: #FFF url("../images/arrow--black.svg") no-repeat center;
    background-size: 10px;
    top: 60vw;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.homepage-masthead__next-trigger:after {
  content: "";
  display: block;
  width: 3rem;
  height: 4rem;
  background: url("../images/arrow-white.svg") no-repeat center;
  background-size: 1.2rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.5rem;
}

@media only screen and (max-width: 46.875em) {
  .homepage-masthead__next-trigger:after {
    display: none;
  }
}

.homepage-masthead__next-text {
  font-size: 1.4rem;
  display: block;
  margin-bottom: 1rem;
}

@media only screen and (max-width: 46.875em) {
  .homepage-masthead__next-text {
    display: none !important;
  }
}

.homepage-masthead__next-title {
  font-family: "GT Sectra Bold", serif;
  font-weight: 500;
  line-height: 1.4;
}

@media only screen and (max-width: 46.875em) {
  .homepage-masthead__next-title {
    display: none !important;
  }
}

.masthead-list--item {
  margin-bottom: 2rem;
}

.masthead-list--item a {
  color: #5b5b5b;
  font-size: 1.6rem;
  font-family: "GT Sectra Medium", serif;
  line-height: 1.25;
}

.masthead-list--item a:hover, .masthead-list--item a:active, .masthead-list--item a:focus {
  color: #FFF;
}

.masthead__in-depth-scrollable {
  position: relative;
}

.masthead__in-depth-scrollable::after {
  content: "";
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 5rem;
  background: rgba(230, 230, 230, 0);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, rgba(230, 230, 231, 0.9)), to(rgba(230, 230, 231, 0)));
  background: linear-gradient(0deg, rgba(230, 230, 231, 0.9) 10%, rgba(230, 230, 231, 0) 100%);
}

.masthead__in-depth-list {
  -webkit-box-flex: 25%;
      -ms-flex: 25% 0 0px;
          flex: 25% 0 0;
  position: relative;
  overflow-y: auto;
  background: rgba(230, 230, 230, 0.5);
  color: #000;
  padding: 3rem;
  text-align: left;
  max-height: 60vh;
}

.masthead__in-depth-list a {
  color: #63666A;
  font-size: 1.6rem;
  font-family: "GT Sectra Medium", serif;
  line-height: 1.25;
  text-decoration: none;
}

.masthead__in-depth-list a:hover, .masthead__in-depth-list a:active, .masthead__in-depth-list a:focus {
  color: #000;
}

@media only screen and (max-width: 75em) {
  .masthead__in-depth-list {
    display: none;
  }
}

.masthead__in-depth-list .section__title {
  color: #000;
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  margin: 0 0 2rem 0;
  padding: 0;
  text-align: left;
}

@media only screen and (max-width: 61.25em) {
  .masthead__in-depth-list {
    display: none;
  }
}

.accordion:not(.slick) {
  margin: 3rem 0;
  border-top: 0.3rem solid #000;
  border-bottom: 0.3rem solid #000;
}

.accordion:not(.slick)__trigger {
  text-align: center;
  padding: 4rem;
  font-size: 2.1rem;
  font-family: "GT Sectra Medium", serif;
  cursor: pointer;
}

.accordion:not(.slick)__trigger:after {
  content: "\002B";
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 2.3rem;
  vertical-align: baseline;
  margin-left: 1rem;
}

.accordion:not(.slick)__trigger.active:after {
  content: "\2212";
}

.accordion:not(.slick)__content {
  display: none;
  padding-bottom: 4rem;
}

.accordion:not(.slick)__content p:not([class]) {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 2em;
}

@media only screen and (max-width: 37.5em) {
  .accordion:not(.slick)__content p:not([class]) {
    font-size: 1.2rem;
  }
}

.accordion:not(.slick)__content.active {
  display: block;
}

.accordion {
  position: relative;
  margin: 0;
  border-top: 0;
  border-bottom: 0.1rem solid #000;
}

.accordion__trigger {
  text-align: left;
  padding: 1rem 1rem 1rem 3rem;
  font-size: 2.1rem;
  font-family: "GT Sectra Medium", serif;
  cursor: pointer;
}

.accordion__trigger.active {
  border-radius: 2px;
  background: rgba(230, 230, 230, 0.5);
}

.accordion__trigger:after {
  content: "\002B";
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 2.3rem;
  vertical-align: baseline;
  margin-left: 1rem;
  position: absolute;
  left: 0;
  top: 0.8rem;
}

.accordion__trigger.active:after {
  content: "\2212";
}

.accordion__content {
  display: none;
  padding: 1rem 2rem;
}

.accordion__content p:not([class]) {
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 0 auto 1rem auto;
}

@media only screen and (max-width: 37.5em) {
  .accordion__content p:not([class]) {
    font-size: 1.2rem;
  }
}

.accordion__content.active {
  border-radius: 2px;
  background: rgba(230, 230, 230, 0.5);
  display: block;
}

.accordion--open-bottom {
  border-bottom: none;
}

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