@charset "UTF-8";
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  letter-spacing: 0.09375rem;
  color: #000;
  font-weight: 600; }

blockquote {
  font-family: inherit;
  font-size: 2.125rem;
  font-weight: 300;
  border-left: 0;
  line-height: 1.411; }

.preamble-heading {
  text-transform: uppercase;
  margin-bottom: 3rem; }

.preamble-heading:before {
  font-size: 40%;
  font-weight: 600;
  content: attr(data-preamble);
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 0.75rem;
  display: block;
  line-height: 1.5; }

.preamble-paragraph {
  margin-bottom: 4rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid #f2f2f2; }

.preamble-paragraph:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0; }

.preamble-paragraph h3 {
  text-transform: inherit;
  letter-spacing: 0;
  line-height: 1.45;
  width: 80%;
  margin-bottom: 1rem; }

.preamble-paragraph h3.preamble-heading:before {
  font-size: 40%;
  font-weight: 600;
  content: attr(data-preamble);
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 0.75rem;
  display: block;
  line-height: 1.5; }

.preamble-paragraph h3.preamble-heading:before {
  margin-bottom: 0.25rem; }

.preamble-paragraph:before {
  font-family: inherit;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.75rem;
  line-height: 1.2;
  content: attr(data-preamble);
  color: rgba(0, 0, 0, 0.5);
  display: block;
  margin-bottom: 1rem; }

::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.25); }

::-moz-placeholder {
  color: rgba(255, 255, 255, 0.25); }

::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.25); }

::placeholder {
  color: rgba(255, 255, 255, 0.25); }

.inlineBlock,
.inline-block {
  display: inline-block; }

.inlineBlock a,
.inline-block a {
  display: inline; }

.inlineBlock p,
.inline-block p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media all and (max-width: 640px) {
  .inlineBlock,
  .inline-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }
.center-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.center-block a.button,
.center-block .view-content.row + .more-link a,
.view-content.row + .more-link .center-block a {
  -webkit-align-self: unset;
  -ms-flex-item-align: unset;
  align-self: unset; }

.alert-wrapper {
  position: relative;
  z-index: 1; }

.alert-wrapper > .alert {
  opacity: 1; }

.no-padding {
  padding: 0 !important; }

a {
  text-decoration: none;
  color: #0033a0; }

a:hover {
  color: #001f63;
  text-decoration: none; }

.link {
  font-weight: 700;
  color: #0033a0;
  text-decoration: none; }

.link.-alternate {
  text-transform: uppercase; }

.link.-with-preamble:before {
  font-size: 40%;
  font-weight: 600;
  content: attr(data-preamble);
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 0.75rem;
  display: block;
  line-height: 1.5; }

.label {
  text-align: initial;
  line-height: initial;
  color: initial;
  white-space: initial;
  vertical-align: initial;
  border-radius: initial;
  padding: 0; }

.view-switch-card,
.view-switch-list,
.view-switch-map {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.5); }

.view-switch-card:hover,
.view-switch-list:hover,
.view-switch-map:hover,
.-active.view-switch-card,
.-active.view-switch-list,
.-active.view-switch-map {
  color: #0033a0; }

.dropdown {
  font-size: 0.875rem; }

.previous-link {
  color: #ffffff;
  opacity: 0.8; }

.previous-link:hover {
  opacity: 1; }

.current-date {
  font-size: 0.875rem;
  color: #ffffff;
  opacity: 0.8;
  font-weight: 600; }

.current-date:hover {
  opacity: 1; }

.date,
.author {
  font-size: 0.875rem;
  line-height: 1.3;
  color: rgba(0, 0, 0, 0.5); }

.date:before,
.author:before {
  opacity: 0.5; }

.disclaimer {
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.5); }

.disclaimer > a {
  color: rgba(0, 0, 0, 0.5);
  border-bottom: 0.1em solid #f2f2f2; }

.disclaimer > a:hover {
  border-color: #0035ad; }

.session-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5rem; }

.session-details > .detail {
  color: rgba(0, 0, 0, 0.5);
  padding-right: 2rem; }

.session-details > .detail:before {
  font-size: 0.875rem;
  font-family: inherit;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  content: attr(data-label);
  display: block;
  margin-bottom: 0.5rem; }

@media all and (max-width: 640px) {
  .session-details > .detail:before {
    font-size: 0.75rem; } }
.tag-label,
.timestamp.-view-as-tag > .tag,
.tag-button,
.field--name-field-tags .item-list li a,
.event-detail.-regions a,
.table .field--type-file span a,
.table .field--type-file a,
.table .field--type-link span a,
.table .field--type-link a {
  padding: 0.5rem 0.75rem;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  margin-bottom: 0.5rem; }

@media all and (max-width: 640px) {
  .tag-label,
  .timestamp.-view-as-tag > .tag,
  .tag-button,
  .field--name-field-tags .item-list li a,
  .event-detail.-regions a,
  .table .field--type-file span a,
  .table .field--type-file a,
  .table .field--type-link span a,
  .table .field--type-link a {
    padding: 0.375rem 0.5rem; } }
.tag {
  font-size: 0.875rem;
  font-family: inherit;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  color: #0033a0;
  font-weight: bold;
  position: relative;
  white-space: nowrap; }

@media all and (max-width: 640px) {
  .tag {
    font-size: 0.75rem; } }
.tag-fluid {
  white-space: inherit; }

.tag-label,
.timestamp.-view-as-tag > .tag {
  background-color: #0033a0;
  color: #ffffff;
  font-size: 0.875rem;
  font-family: inherit;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em; }

@media all and (max-width: 640px) {
  .tag-label,
  .timestamp.-view-as-tag > .tag {
    font-size: 0.75rem; } }
.tag-button,
.field--name-field-tags .item-list li a,
.event-detail.-regions a {
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.5);
  font-family: inherit;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.75rem;
  line-height: 1.2; }

.tag-button:hover,
.field--name-field-tags .item-list li a:hover,
.event-detail.-regions a:hover {
  background-color: #0033a0;
  color: #ffffff; }

.tag-button.-active,
.field--name-field-tags .item-list li a.-active,
.event-detail.-regions a.-active {
  background-color: #0033a0;
  color: #ffffff; }

.tag-button.-on-dark,
.field--name-field-tags .item-list li a.-on-dark,
.event-detail.-regions a.-on-dark {
  background: #000;
  color: #ffffff; }

.tag-button.-on-dark:hover,
.field--name-field-tags .item-list li a.-on-dark:hover,
.event-detail.-regions a.-on-dark:hover {
  background: #0033a0; }

.field--name-field-tags {
  margin-top: 1rem; }

.field--name-field-tags .item-list li {
  padding: 0;
  border-radius: 0;
  padding: 0 1rem 0 0;
  border: 0; }

.tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 0.875rem;
  font-family: inherit;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 700;
  position: relative;
  white-space: nowrap; }

@media all and (max-width: 640px) {
  .tag {
    font-size: 0.75rem; } }
.tag-button,
.field--name-field-tags .item-list li a,
.event-detail.-regions a {
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.5);
  font-family: inherit;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.75rem;
  line-height: 1.2; }

.tag-button:hover,
.field--name-field-tags .item-list li a:hover,
.event-detail.-regions a:hover {
  background-color: #0033a0;
  color: #ffffff; }

.tag-button.-active,
.field--name-field-tags .item-list li a.-active,
.event-detail.-regions a.-active {
  background-color: #0033a0;
  color: #ffffff; }

.tag-button.-on-dark,
.field--name-field-tags .item-list li a.-on-dark,
.event-detail.-regions a.-on-dark {
  background: #000;
  color: #ffffff; }

.tag-button.-on-dark:hover,
.field--name-field-tags .item-list li a.-on-dark:hover,
.event-detail.-regions a.-on-dark:hover {
  background: #0033a0; }

.subscribe-button {
  font-size: 0.875rem;
  font-family: inherit;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  background-color: #0033a0;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.25);
  padding: 1rem 2.5rem; }

@media all and (max-width: 640px) {
  .subscribe-button {
    font-size: 0.75rem; } }
.subscribe-button:before {
  content: attr(data-label);
  display: block; }

.copyright {
  color: #000;
  opacity: 0.8;
  font-size: 0.875rem !important; }

@media all and (max-width: 640px) {
  .copyright {
    text-align: center; } }
.copyright-and-legal > .copyright {
  margin-bottom: 0.5rem !important; }

.copyright-and-legal.-on-dark > .copyright {
  color: #ffffff; }

.copyright-and-legal.-on-dark .footer-link {
  color: #ffffff;
  text-decoration: underline; }

.language-switcher-language-url nav.links {
  background-color: rgba(0, 0, 0, 0.05);
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.125rem;
  list-style: none;
  padding: 0; }

.language-switcher-language-url nav.links:first-child {
  border-left: 1px solid rgba(0, 0, 0, 0.15); }

.language-switcher-language-url nav.links .nav-link {
  padding: 0.1875rem 0; }

.language-switcher-language-url nav.links .language,
.language-switcher-language-url nav.links .language-link {
  font-family: inherit;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.625rem;
  letter-spacing: 0.18em;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
  display: inline-block;
  padding: 0 0.5rem; }

.language-switcher-language-url nav.links .language.is-active,
.language-switcher-language-url nav.links .language:hover,
.language-switcher-language-url nav.links .language-link.is-active,
.language-switcher-language-url nav.links .language-link:hover {
  background-color: transparent;
  color: #000; }

.selected-language {
  font-family: inherit;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.625rem;
  letter-spacing: 0.18em;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
  display: block;
  padding: 0.75rem;
  background-color: rgba(0, 0, 0, 0.05); }

.selected-language:after {
  margin-left: 0.25rem; }

.selected-language:hover {
  color: #000; }

.language-switcher-language-url {
  position: relative; }

.language-switcher-language-url > .selected-language {
  display: none; }

.language-switcher-language-url.-mobile .selected-language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem; }

.language-switcher-language-url.-mobile .links {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  background: #EBECF0;
  display: none; }

.language-switcher-language-url.-mobile .links.-active {
  display: block;
  width: 100%;
  z-index: 3; }

.form-field {
  width: 100%; }

.form-field > .field-label {
  font-family: inherit;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.75rem;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 0.5rem;
  display: block; }

.form-field > .field-input {
  font-size: 1.25rem;
  line-height: 1.6;
  font-family: inherit;
  font-weight: 400;
  letter-spacing: 0.18em;
  padding-bottom: 0.5rem;
  border: 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.15);
  width: 100%;
  outline: none; }

.form-field > .field-input:focus {
  border-color: #0033a0; }

.arrow-blue,
.homepage-campaign .flexslider .flex-direction-nav a,
.photo-slider .view-content.row .slick .slick-arrow,
.researchers .view-content.row .flex-direction-nav a {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  width: 60px;
  height: 3.75rem;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.arrow-blue:before,
.homepage-campaign .flexslider .flex-direction-nav a:before,
.photo-slider .view-content.row .slick .slick-arrow:before,
.researchers .view-content.row .flex-direction-nav a:before {
  content: "";
  width: 16px;
  height: 1rem;
  margin: auto;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.arrow {
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.5); }

.arrow:hover {
  background-color: #0033a0;
  color: #ffffff; }

.arrow.flex-prev:before,
.arrow.slick-prev:before {
  background: url("../images/icons-sprite-sheet.svg") -96px 0px no-repeat;
  background-size: 192px; }

.arrow.flex-prev:hover:before,
.arrow.slick-prev:hover:before {
  background: url("../images/icons-sprite-sheet.svg") -112px 0px no-repeat;
  background-size: 192px; }

.arrow.flex-next:before,
.arrow.slick-next:before {
  background: url("../images/icons-sprite-sheet.svg") -64px 0px no-repeat;
  background-size: 192px; }

.arrow.flex-next:hover:before,
.arrow.slick-next:hover:before {
  background: url("../images/icons-sprite-sheet.svg") -80px 0px no-repeat;
  background-size: 192px; }

.arrow-blue {
  background-color: #0033a0;
  color: #ffffff; }

.arrow-blue.flex-prev:before,
.arrow-blue.slick-prev:before {
  background: url("../images/icons-sprite-sheet.svg") -112px 0px no-repeat;
  background-size: 192px; }

.arrow-blue.flex-next:before,
.arrow-blue.slick-next:before {
  background: url("../images/icons-sprite-sheet.svg") -80px 0px no-repeat;
  background-size: 192px; }

.arrow-transparent {
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.5);
  background-color: transparent; }

.arrow-transparent:hover {
  background-color: #0033a0;
  color: #ffffff; }

.arrow-transparent.flex-prev:before,
.arrow-transparent.slick-prev:before {
  background: url("../images/icons-sprite-sheet.svg") -96px 0px no-repeat;
  background-size: 192px; }

.arrow-transparent.flex-prev:hover:before,
.arrow-transparent.slick-prev:hover:before {
  background: url("../images/icons-sprite-sheet.svg") -112px 0px no-repeat;
  background-size: 192px; }

.arrow-transparent.flex-next:before,
.arrow-transparent.slick-next:before {
  background: url("../images/icons-sprite-sheet.svg") -64px 0px no-repeat;
  background-size: 192px; }

.arrow-transparent.flex-next:hover:before,
.arrow-transparent.slick-next:hover:before {
  background: url("../images/icons-sprite-sheet.svg") -80px 0px no-repeat;
  background-size: 192px; }

.directional-button {
  font-size: 1rem;
  padding: 1rem 1.5rem;
  color: #ffffff;
  text-decoration: none;
  background-color: #0033a0;
  color: #ffffff;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-line-pack: center;
  align-content: center; }

.directional-button:after {
  background: url("../images/icons-sprite-sheet.svg") 0px -64px no-repeat;
  background-size: 192px;
  width: 16px;
  height: 1rem;
  content: "";
  display: block;
  margin: auto 0 auto auto; }

.directional-button .label {
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  display: inline-block;
  color: #ffffff;
  margin-right: 2rem;
  padding-right: 2rem; }

.field.blazy {
  float: none; }

.view-types {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.view-types .view-type {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.view-types .view-switch-card {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-line-pack: center;
  align-content: center; }

.view-types .view-switch-card:after {
  background: url("../images/icons-sprite-sheet.svg") 0px -64px no-repeat;
  background-size: 192px;
  width: 16px;
  height: 1rem;
  content: "";
  display: block;
  margin: auto 0 auto auto; }

.view-type {
  padding: 1rem; }

.view-type:first-of-type {
  padding-left: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.1); }

.view-switch-card {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-line-pack: center;
  align-content: center; }

.view-switch-card:hover,
.view-switch-card.-active {
  color: #0033a0; }

.view-switch-card:before {
  background: url("../images/icons-sprite-sheet.svg") 0px 0px no-repeat;
  background-size: 216px;
  width: 18px;
  height: 1.125rem;
  content: "";
  display: block;
  margin: auto 0.25rem auto 0; }

.view-switch-card:hover,
.view-switch-card.-active {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-line-pack: center;
  align-content: center; }

.view-switch-card:hover:before,
.view-switch-card.-active:before {
  background: url("../images/icons-sprite-sheet.svg") -18px 0px no-repeat;
  background-size: 216px;
  width: 18px;
  height: 1.125rem;
  content: "";
  display: block;
  margin: auto 0.25rem auto 0; }

.view-switch-list {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-line-pack: center;
  align-content: center; }

.view-switch-list:hover,
.view-switch-list.-active {
  color: #0033a0; }

.view-switch-list:before {
  background: url("../images/icons-sprite-sheet.svg") -36px 0px no-repeat;
  background-size: 216px;
  width: 18px;
  height: 1.125rem;
  content: "";
  display: block;
  margin: auto 0.25rem auto 0; }

.view-switch-list:hover,
.view-switch-list.-active {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-line-pack: center;
  align-content: center; }

.view-switch-list:hover:before,
.view-switch-list.-active:before {
  background: url("../images/icons-sprite-sheet.svg") -54px 0px no-repeat;
  background-size: 216px;
  width: 18px;
  height: 1.125rem;
  content: "";
  display: block;
  margin: auto 0.25rem auto 0; }

.view-switch-map {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-line-pack: center;
  align-content: center; }

.view-switch-map:hover,
.view-switch-map.-active {
  color: #0033a0; }

.view-switch-map:before {
  background: url("../images/icons-sprite-sheet.svg") -18px -126px no-repeat;
  background-size: 216px;
  width: 18px;
  height: 1.125rem;
  content: "";
  display: block;
  margin: auto 0.25rem auto 0; }

.view-switch-map:hover,
.view-switch-map.-active {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-line-pack: center;
  align-content: center; }

.view-switch-map:hover:before,
.view-switch-map.-active:before {
  background: url("../images/icons-sprite-sheet.svg") -72px -126px no-repeat;
  background-size: 216px;
  width: 18px;
  height: 1.125rem;
  content: "";
  display: block;
  margin: auto 0.25rem auto 0; }

.chosen-single > span {
  font-weight: 600 !important; }

.bg-orange {
  background: #ff671f !important; }

.field--name-dynamic-token-fieldnode-edit-link {
  z-index: 10; }

.is-b-loaded.media--loading:not([data-animation])::before,
.is-b-loaded.is-b-loading:not([data-animation])::before {
  display: none; }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }

.embed-responsive > .video-embed-field-responsive-video {
  position: unset; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.main-content .text-formatted h1,
.main-content .text-formatted h2,
.main-content .text-formatted h3,
.main-content .text-formatted h4,
.main-content .text-formatted h5,
.main-content .text-formatted h6,
.highlighted .text-formatted h1,
.highlighted .text-formatted h2,
.highlighted .text-formatted h3,
.highlighted .text-formatted h4,
.highlighted .text-formatted h5,
.highlighted .text-formatted h6,
.text-formatted h1,
.text-formatted h2,
.text-formatted h3,
.text-formatted h4,
.text-formatted h5,
.text-formatted h6,
.mini-caption h1,
.mini-caption h2,
.mini-caption h3,
.mini-caption h4,
.mini-caption h5,
.mini-caption h6 {
  margin-top: 2rem;
  margin-bottom: 2rem; }

.main-content .text-formatted img,
.highlighted .text-formatted img,
.text-formatted img,
.mini-caption img {
  max-width: 100%; }

.main-content .text-formatted img[align="left"],
.highlighted .text-formatted img[align="left"],
.text-formatted img[align="left"],
.mini-caption img[align="left"] {
  padding-right: 1.5rem;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0; }

.main-content .text-formatted img[align="right"],
.highlighted .text-formatted img[align="right"],
.text-formatted img[align="right"],
.mini-caption img[align="right"] {
  padding-left: 1.5rem;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0; }

.main-content .text-formatted sup,
.highlighted .text-formatted sup,
.text-formatted sup,
.mini-caption sup {
  font-size: 0.618em;
  margin-left: 0.25em; }

.main-content .text-formatted ol,
.highlighted .text-formatted ol,
.text-formatted ol,
.mini-caption ol {
  counter-reset: number;
  list-style: none;
  margin: 0 0 2rem 0; }

.main-content .text-formatted ol li,
.highlighted .text-formatted ol li,
.text-formatted ol li,
.mini-caption ol li {
  counter-increment: number;
  display: list-item;
  margin-left: 1rem; }

.main-content .text-formatted ol li:before,
.highlighted .text-formatted ol li:before,
.text-formatted ol li:before,
.mini-caption ol li:before {
  color: #0033a0;
  content: counter(number);
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.618;
  text-align: right;
  top: 3px; }

.main-content .text-formatted ol[start],
.highlighted .text-formatted ol[start],
.text-formatted ol[start],
.mini-caption ol[start] {
  counter-reset: auto; }

.main-content .text-formatted ol[type="a"],
.highlighted .text-formatted ol[type="a"],
.text-formatted ol[type="a"],
.mini-caption ol[type="a"] {
  counter-reset: chapter; }

.main-content .text-formatted ol[type="a"] li,
.highlighted .text-formatted ol[type="a"] li,
.text-formatted ol[type="a"] li,
.mini-caption ol[type="a"] li {
  counter-increment: chapter; }

.main-content .text-formatted ol[type="a"] li:before,
.highlighted .text-formatted ol[type="a"] li:before,
.text-formatted ol[type="a"] li:before,
.mini-caption ol[type="a"] li:before {
  content: counter(chapter,lower-alpha); }

.main-content .text-formatted ol,
.main-content .text-formatted ul,
.highlighted .text-formatted ol,
.highlighted .text-formatted ul,
.text-formatted ol,
.text-formatted ul,
.mini-caption ol,
.mini-caption ul {
  margin-bottom: 1rem; }

.main-content .text-formatted ol li,
.main-content .text-formatted ul li,
.highlighted .text-formatted ol li,
.highlighted .text-formatted ul li,
.text-formatted ol li,
.text-formatted ul li,
.mini-caption ol li,
.mini-caption ul li {
  margin: -0.0625rem 0 0.5em 0;
  padding-left: 1.5625rem;
  padding-top: 0.0625rem;
  position: relative; }

.main-content .text-formatted ol li:before,
.main-content .text-formatted ul li:before,
.highlighted .text-formatted ol li:before,
.highlighted .text-formatted ul li:before,
.text-formatted ol li:before,
.text-formatted ul li:before,
.mini-caption ol li:before,
.mini-caption ul li:before {
  left: -4px;
  position: absolute; }

.main-content .text-formatted em,
.highlighted .text-formatted em,
.text-formatted em,
.mini-caption em {
  font-style: italic; }

.main-content .text-formatted p img,
.highlighted .text-formatted p img,
.text-formatted p img,
.mini-caption p img {
  max-width: 100%; }

.main-content .text-formatted p img.align-left,
.highlighted .text-formatted p img.align-left,
.text-formatted p img.align-left,
.mini-caption p img.align-left {
  margin-right: 0.625rem; }

.main-content .text-formatted p a,
.highlighted .text-formatted p a,
.text-formatted p a,
.mini-caption p a {
  color: #0033a0;
  font-weight: 600;
  border: none; }

.main-content .text-formatted p a.btn.btn-primary,
.main-content .text-formatted p .read-more a,
.read-more .main-content .text-formatted p a,
.main-content .text-formatted p .statistics-segment.-country .more-link > a.btn-primary,
.statistics-segment.-country .main-content .text-formatted p .more-link > a.btn-primary,
.main-content .text-formatted p .statistics-segment.-country .read-more .more-link > a,
.statistics-segment.-country .read-more .main-content .text-formatted p .more-link > a,
.main-content .text-formatted p .read-more .statistics-segment.-country .more-link > a,
.read-more .statistics-segment.-country .main-content .text-formatted p .more-link > a,
.highlighted .text-formatted p a.btn.btn-primary,
.highlighted .text-formatted p .read-more a,
.read-more .highlighted .text-formatted p a,
.highlighted .text-formatted p .statistics-segment.-country .more-link > a.btn-primary,
.statistics-segment.-country .highlighted .text-formatted p .more-link > a.btn-primary,
.highlighted .text-formatted p .statistics-segment.-country .read-more .more-link > a,
.statistics-segment.-country .read-more .highlighted .text-formatted p .more-link > a,
.highlighted .text-formatted p .read-more .statistics-segment.-country .more-link > a,
.read-more .statistics-segment.-country .highlighted .text-formatted p .more-link > a,
.text-formatted p a.btn.btn-primary,
.text-formatted p .read-more a,
.read-more .text-formatted p a,
.text-formatted p .statistics-segment.-country .more-link > a.btn-primary,
.statistics-segment.-country .text-formatted p .more-link > a.btn-primary,
.text-formatted p .statistics-segment.-country .read-more .more-link > a,
.statistics-segment.-country .read-more .text-formatted p .more-link > a,
.text-formatted p .read-more .statistics-segment.-country .more-link > a,
.read-more .statistics-segment.-country .text-formatted p .more-link > a,
.mini-caption p a.btn.btn-primary,
.mini-caption p .read-more a,
.read-more .mini-caption p a,
.mini-caption p .statistics-segment.-country .more-link > a.btn-primary,
.statistics-segment.-country .mini-caption p .more-link > a.btn-primary,
.mini-caption p .statistics-segment.-country .read-more .more-link > a,
.statistics-segment.-country .read-more .mini-caption p .more-link > a,
.mini-caption p .read-more .statistics-segment.-country .more-link > a,
.read-more .statistics-segment.-country .mini-caption p .more-link > a {
  color: #ffffff; }

.main-content .text-formatted p iframe,
.highlighted .text-formatted p iframe,
.text-formatted p iframe,
.mini-caption p iframe {
  margin: 0 auto;
  display: block; }

.main-content .text-formatted p.highlight,
.highlighted .text-formatted p.highlight,
.text-formatted p.highlight,
.mini-caption p.highlight {
  font-size: 1.25rem;
  line-height: 1.6;
  font-family: inherit;
  font-weight: 400;
  letter-spacing: 0.18em;
  color: #000;
  line-height: 1.6; }

.main-content .text-formatted p.highlight strong,
.main-content .text-formatted p.highlight a,
.highlighted .text-formatted p.highlight strong,
.highlighted .text-formatted p.highlight a,
.text-formatted p.highlight strong,
.text-formatted p.highlight a,
.mini-caption p.highlight strong,
.mini-caption p.highlight a {
  font-size: 0.875rem;
  font-family: inherit;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  color: #0033a0;
  font-weight: 700;
  position: relative; }

@media all and (max-width: 640px) {
  .main-content .text-formatted p.highlight strong,
  .main-content .text-formatted p.highlight a,
  .highlighted .text-formatted p.highlight strong,
  .highlighted .text-formatted p.highlight a,
  .text-formatted p.highlight strong,
  .text-formatted p.highlight a,
  .mini-caption p.highlight strong,
  .mini-caption p.highlight a {
    font-size: 0.75rem; } }
.main-content .text-formatted p.highlight strong,
.main-content .text-formatted p.highlight a,
.highlighted .text-formatted p.highlight strong,
.highlighted .text-formatted p.highlight a,
.text-formatted p.highlight strong,
.text-formatted p.highlight a,
.mini-caption p.highlight strong,
.mini-caption p.highlight a {
  font-size: 0.85em; }

.main-content .text-formatted .highlight a,
.highlighted .text-formatted .highlight a,
.text-formatted .highlight a,
.mini-caption .highlight a {
  border-color: #0033a0; }

.main-content .text-formatted strong,
.highlighted .text-formatted strong,
.text-formatted strong,
.mini-caption strong {
  font-weight: 600; }

.main-content .text-formatted strong a,
.highlighted .text-formatted strong a,
.text-formatted strong a,
.mini-caption strong a {
  font-weight: 700;
  border-bottom: 2px solid #f2f2f2; }

.main-content .text-formatted strong.newsletter-label,
.highlighted .text-formatted strong.newsletter-label,
.text-formatted strong.newsletter-label,
.mini-caption strong.newsletter-label {
  color: #ffffff;
  font-weight: normal; }

.main-content .text-formatted hr,
.highlighted .text-formatted hr,
.text-formatted hr,
.mini-caption hr {
  border: 1px solid #f2f2f2;
  margin: 4rem 0; }

.main-content .text-formatted .inlineBlock,
.highlighted .text-formatted .inlineBlock,
.text-formatted .inlineBlock,
.mini-caption .inlineBlock {
  display: inline-block; }

@media all and (max-width: 640px) {
  .main-content .text-formatted .inlineBlock,
  .highlighted .text-formatted .inlineBlock,
  .text-formatted .inlineBlock,
  .mini-caption .inlineBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }
.main-content .text-formatted ul,
.highlighted .text-formatted ul,
.text-formatted ul,
.mini-caption ul {
  margin: 0 0 2rem 0;
  counter-reset: number; }

.main-content .text-formatted ul > li,
.highlighted .text-formatted ul > li,
.text-formatted ul > li,
.mini-caption ul > li {
  clear: none;
  list-style-type: none; }

.main-content .text-formatted ul > li:before,
.highlighted .text-formatted ul > li:before,
.text-formatted ul > li:before,
.mini-caption ul > li:before {
  background: #0035a0;
  content: "";
  height: 1rem;
  top: 3px;
  width: 1rem;
  -webkit-transform: scale(0.35);
  transform: scale(0.35); }

.main-content .text-formatted ul.-segmented > li,
.highlighted .text-formatted ul.-segmented > li,
.text-formatted ul.-segmented > li,
.mini-caption ul.-segmented > li {
  padding-bottom: 1em; }

.main-content .text-formatted ul.-segmented > li p,
.highlighted .text-formatted ul.-segmented > li p,
.text-formatted ul.-segmented > li p,
.mini-caption ul.-segmented > li p {
  max-width: 640px; }

.main-content .text-formatted ul.-segmented > li h3.preamble-heading,
.highlighted .text-formatted ul.-segmented > li h3.preamble-heading,
.text-formatted ul.-segmented > li h3.preamble-heading,
.mini-caption ul.-segmented > li h3.preamble-heading {
  font-weight: 600; }

.main-content .text-formatted ul.list-items,
.highlighted .text-formatted ul.list-items,
.text-formatted ul.list-items,
.mini-caption ul.list-items {
  margin: 0 0 2rem 0; }

.main-content .text-formatted ul.list-items > li,
.highlighted .text-formatted ul.list-items > li,
.text-formatted ul.list-items > li,
.mini-caption ul.list-items > li {
  padding-left: 2rem;
  margin-bottom: .5em;
  position: relative;
  display: block;
  clear: both;
  color: #000;
  padding-top: 0.0625rem;
  margin-top: -0.0625rem; }

.main-content .text-formatted ul.list-items > li h2,
.main-content .text-formatted ul.list-items > li h3,
.highlighted .text-formatted ul.list-items > li h2,
.highlighted .text-formatted ul.list-items > li h3,
.text-formatted ul.list-items > li h2,
.text-formatted ul.list-items > li h3,
.mini-caption ul.list-items > li h2,
.mini-caption ul.list-items > li h3 {
  font-size: 0.875rem;
  font-family: inherit;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 1em;
  margin-bottom: 0.5em; }

@media all and (max-width: 640px) {
  .main-content .text-formatted ul.list-items > li h2,
  .main-content .text-formatted ul.list-items > li h3,
  .highlighted .text-formatted ul.list-items > li h2,
  .highlighted .text-formatted ul.list-items > li h3,
  .text-formatted ul.list-items > li h2,
  .text-formatted ul.list-items > li h3,
  .mini-caption ul.list-items > li h2,
  .mini-caption ul.list-items > li h3 {
    font-size: 0.75rem; } }
.main-content .text-formatted ul.list-items > li h2:first-child,
.main-content .text-formatted ul.list-items > li h3:first-child,
.highlighted .text-formatted ul.list-items > li h2:first-child,
.highlighted .text-formatted ul.list-items > li h3:first-child,
.text-formatted ul.list-items > li h2:first-child,
.text-formatted ul.list-items > li h3:first-child,
.mini-caption ul.list-items > li h2:first-child,
.mini-caption ul.list-items > li h3:first-child {
  padding-top: 0.0625em; }

.main-content .text-formatted ul.list-items > li > ul,
.main-content .text-formatted ul.list-items > li > ol,
.highlighted .text-formatted ul.list-items > li > ul,
.highlighted .text-formatted ul.list-items > li > ol,
.text-formatted ul.list-items > li > ul,
.text-formatted ul.list-items > li > ol,
.mini-caption ul.list-items > li > ul,
.mini-caption ul.list-items > li > ol {
  margin: 1em 0 0 0; }

.main-content .text-formatted ul.list-items > li p,
.highlighted .text-formatted ul.list-items > li p,
.text-formatted ul.list-items > li p,
.mini-caption ul.list-items > li p {
  font-size: 1em;
  margin-bottom: 1.6em; }

.main-content .text-formatted ul.list-items > li p > strong,
.highlighted .text-formatted ul.list-items > li p > strong,
.text-formatted ul.list-items > li p > strong,
.mini-caption ul.list-items > li p > strong {
  font-family: inherit;
  font-weight: 600;
  font-size: 1em; }

.main-content .text-formatted ul.list-items > li p:last-of-type,
.highlighted .text-formatted ul.list-items > li p:last-of-type,
.text-formatted ul.list-items > li p:last-of-type,
.mini-caption ul.list-items > li p:last-of-type {
  margin-bottom: 0; }

.main-content .text-formatted ul.list-items > li a,
.highlighted .text-formatted ul.list-items > li a,
.text-formatted ul.list-items > li a,
.mini-caption ul.list-items > li a {
  text-decoration: none;
  color: #000b75; }

.main-content .text-formatted ul.list-items > li a:hover,
.highlighted .text-formatted ul.list-items > li a:hover,
.text-formatted ul.list-items > li a:hover,
.mini-caption ul.list-items > li a:hover {
  border-color: #0035AD;
  color: #0033a0; }

.main-content .text-formatted ul.list-items > li > .photo-with-attributation,
.highlighted .text-formatted ul.list-items > li > .photo-with-attributation,
.text-formatted ul.list-items > li > .photo-with-attributation,
.mini-caption ul.list-items > li > .photo-with-attributation {
  margin-top: 0.5rem;
  margin-bottom: 2rem;
  width: 100%;
  max-width: 400px; }

.main-content .text-formatted ul.list-items > li > .photo-with-attributation > .photo-details,
.highlighted .text-formatted ul.list-items > li > .photo-with-attributation > .photo-details,
.text-formatted ul.list-items > li > .photo-with-attributation > .photo-details,
.mini-caption ul.list-items > li > .photo-with-attributation > .photo-details {
  border-bottom: none; }

.main-content .text-formatted ul.list-items > li > .photo-with-attributation.align-right,
.highlighted .text-formatted ul.list-items > li > .photo-with-attributation.align-right,
.text-formatted ul.list-items > li > .photo-with-attributation.align-right,
.mini-caption ul.list-items > li > .photo-with-attributation.align-right {
  margin-right: 0.125rem; }

.main-content .text-formatted ul.list-items > li > .photo-with-attributation.align-right,
.main-content .text-formatted ul.list-items > li > .photo-with-attributation.align-left,
.highlighted .text-formatted ul.list-items > li > .photo-with-attributation.align-right,
.highlighted .text-formatted ul.list-items > li > .photo-with-attributation.align-left,
.text-formatted ul.list-items > li > .photo-with-attributation.align-right,
.text-formatted ul.list-items > li > .photo-with-attributation.align-left,
.mini-caption ul.list-items > li > .photo-with-attributation.align-right,
.mini-caption ul.list-items > li > .photo-with-attributation.align-left {
  width: 50%; }

.main-content .text-formatted ul.list-items > li > .align-left,
.highlighted .text-formatted ul.list-items > li > .align-left,
.text-formatted ul.list-items > li > .align-left,
.mini-caption ul.list-items > li > .align-left {
  float: left;
  margin-right: 2rem;
  margin-bottom: 2rem; }

.main-content .text-formatted ul.list-items > li > .align-right,
.highlighted .text-formatted ul.list-items > li > .align-right,
.text-formatted ul.list-items > li > .align-right,
.mini-caption ul.list-items > li > .align-right {
  float: right;
  margin-left: 2rem;
  margin-bottom: 2rem; }

.main-content .text-formatted ul.list-items.-timeline > li,
.highlighted .text-formatted ul.list-items.-timeline > li,
.text-formatted ul.list-items.-timeline > li,
.mini-caption ul.list-items.-timeline > li {
  margin-bottom: 3rem; }

.main-content .text-formatted ul.list-items.-timeline > li > h2:first-child,
.highlighted .text-formatted ul.list-items.-timeline > li > h2:first-child,
.text-formatted ul.list-items.-timeline > li > h2:first-child,
.mini-caption ul.list-items.-timeline > li > h2:first-child {
  padding-top: 0; }

.main-content .text-formatted ul.list-items.-timeline > li:last-of-type,
.highlighted .text-formatted ul.list-items.-timeline > li:last-of-type,
.text-formatted ul.list-items.-timeline > li:last-of-type,
.mini-caption ul.list-items.-timeline > li:last-of-type {
  margin-bottom: 0; }

.main-content .text-formatted ul.list-items.-timeline > li:before,
.highlighted .text-formatted ul.list-items.-timeline > li:before,
.text-formatted ul.list-items.-timeline > li:before,
.mini-caption ul.list-items.-timeline > li:before {
  display: inline-block;
  color: #0033a0;
  top: 5px;
  left: 0;
  -webkit-transform: scale(1);
  transform: scale(1); }

.main-content .text-formatted ul.list-items.-timeline > li:after,
.highlighted .text-formatted ul.list-items.-timeline > li:after,
.text-formatted ul.list-items.-timeline > li:after,
.mini-caption ul.list-items.-timeline > li:after {
  content: '';
  position: absolute;
  display: block;
  top: 21px;
  left: 8px;
  height: calc(100% + 2rem);
  width: 1px;
  background-color: rgba(0, 0, 0, 0.15); }

.main-content .text-formatted ul.list-items.-timeline > li:last-child:after,
.highlighted .text-formatted ul.list-items.-timeline > li:last-child:after,
.text-formatted ul.list-items.-timeline > li:last-child:after,
.mini-caption ul.list-items.-timeline > li:last-child:after {
  display: none; }

.main-content .block {
  margin-bottom: 2.5rem; }

.field--type-image img {
  margin: 0; }

.field--name-dynamic-token-fieldnode-edit-link {
  position: absolute;
  top: 0;
  right: 15px;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0.7; }

.field--name-dynamic-token-fieldnode-edit-link a {
  color: #ffffff;
  padding: 0.1875rem 0.3125rem; }

.field--name-dynamic-token-fieldnode-edit-link a:hover {
  color: #fff;
  opacity: 0.5; }

.alert {
  opacity: 1 !important; }

.read-more.text-center {
  width: 100%; }

.article-detail {
  position: relative;
  z-index: 10; }

.article-detail .timestamp {
  margin-bottom: 1rem;
  -ms-flex-line-pack: start;
  align-content: flex-start; }

.article-detail .mini-caption {
  color: #ffffff; }

.sidebar_second .article-detail .title {
  border: 0; }

.article-detail .title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: normal; }

@media (max-width: 640px) {
  .article-detail .title {
    -webkit-line-clamp: 5; } }
body.node--type-press-release .article-detail .article-card .title,
body.node--type-press-release .article-card .title,
body.node--type-press-release .article-detail .title {
  height: auto; }

.button,
.view-content.row + .more-link a {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  font-size: 0.875rem;
  font-family: inherit;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  padding: 1rem 2rem;
  background-color: #0033a0;
  color: #ffffff;
  margin: 0; }

@media all and (max-width: 640px) {
  .button,
  .view-content.row + .more-link a {
    font-size: 0.75rem; } }
.button.-ghost,
.view-content.row + .more-link a.-ghost {
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: none;
  color: rgba(0, 0, 0, 0.5); }

.button.-ghost:hover,
.view-content.row + .more-link a.-ghost:hover,
.button.-ghost:active,
.view-content.row + .more-link a.-ghost:active {
  background-color: #0033a0;
  border-color: #0033a0;
  color: #ffffff; }

.button.-ghost-on-dark,
.view-content.row + .more-link a.-ghost-on-dark {
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: none;
  color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
  border: 1px solid #f7f7f7;
  color: #ffffff;
  font-weight: 800; }

.button.-ghost-on-dark:hover,
.view-content.row + .more-link a.-ghost-on-dark:hover,
.button.-ghost-on-dark:active,
.view-content.row + .more-link a.-ghost-on-dark:active {
  background-color: #0033a0;
  border-color: #0033a0;
  color: #ffffff; }

.button.-on-dark,
.view-content.row + .more-link a.-on-dark {
  background-color: #0033a0;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.25); }

.button.-slim,
.view-content.row + .more-link a.-slim {
  padding: 0.5rem 1rem; }

.button.-green,
.view-content.row + .more-link a.-green {
  background-color: #28a745;
  color: #ffffff; }

.button.-green:hover,
.view-content.row + .more-link a.-green:hover {
  background-color: #1e7e34;
  color: #ffffff;
  border-bottom: 2px #1e7e34; }

.btn,
.read-more a,
.statistics-segment.-country .more-link > a {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  font-size: 0.875rem;
  font-family: inherit;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  padding: 1rem 2rem;
  background-color: #0033a0;
  color: #ffffff;
  display: inline-block;
  margin: 0;
  border-radius: 0; }

@media all and (max-width: 640px) {
  .btn,
  .read-more a,
  .statistics-segment.-country .more-link > a {
    font-size: 0.75rem; } }
.btn span,
.read-more a span,
.statistics-segment.-country .more-link > a span {
  color: #fff; }

.btn.btn-primary,
.read-more a,
.statistics-segment.-country .more-link > a.btn-primary,
.statistics-segment.-country .read-more .more-link > a,
.read-more .statistics-segment.-country .more-link > a {
  background-color: #0033a0;
  color: #ffffff; }

.btn.btn-primary:hover,
.read-more a:hover,
.statistics-segment.-country .more-link > a.btn-primary:hover,
.statistics-segment.-country .read-more .more-link > a:hover,
.read-more .statistics-segment.-country .more-link > a:hover,
.btn.btn-primary:active,
.read-more a:active,
.statistics-segment.-country .more-link > a.btn-primary:active,
.statistics-segment.-country .read-more .more-link > a:active,
.read-more .statistics-segment.-country .more-link > a:active {
  background-color: #000b75;
  border-color: #000b75;
  color: #ffffff !important; }

.btn.btn-primary span,
.read-more a span,
.statistics-segment.-country .more-link > a.btn-primary span,
.statistics-segment.-country .read-more .more-link > a span,
.read-more .statistics-segment.-country .more-link > a span {
  color: #ffffff; }

.btn.btn-default,
.read-more a.btn-default,
.statistics-segment.-country .read-more .more-link > a,
.statistics-segment.-country .more-link > a {
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: none;
  color: #fff; }

.btn.btn-default span,
.read-more a.btn-default span,
.statistics-segment.-country .read-more .more-link > a span,
.statistics-segment.-country .more-link > a span {
  color: #ffffff; }

.btn.btn-default:hover,
.read-more a.btn-default:hover,
.statistics-segment.-country .read-more .more-link > a:hover,
.statistics-segment.-country .more-link > a:hover,
.btn.btn-default:active,
.read-more a.btn-default:active,
.statistics-segment.-country .read-more .more-link > a:active,
.statistics-segment.-country .more-link > a:active {
  background: #fff;
  color: #0033a0; }

.btn.btn-default:hover span,
.read-more a.btn-default:hover span,
.statistics-segment.-country .read-more .more-link > a:hover span,
.statistics-segment.-country .more-link > a:hover span,
.btn.btn-default:active span,
.read-more a.btn-default:active span,
.statistics-segment.-country .read-more .more-link > a:active span,
.statistics-segment.-country .more-link > a:active span {
  color: #0033a0; }

.btn.btn-success,
.read-more a.btn-success,
.statistics-segment.-country .more-link > a.btn-success {
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: none;
  color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
  border: 1px solid #f7f7f7;
  color: #ffffff;
  font-weight: 800; }

.btn.btn-success:hover,
.read-more a.btn-success:hover,
.statistics-segment.-country .more-link > a.btn-success:hover,
.btn.btn-success:active,
.read-more a.btn-success:active,
.statistics-segment.-country .more-link > a.btn-success:active {
  background-color: #0033a0;
  border-color: #0033a0;
  color: #ffffff; }

.btn.btn-success:hover,
.read-more a.btn-success:hover,
.statistics-segment.-country .more-link > a.btn-success:hover,
.btn.btn-success:active,
.read-more a.btn-success:active,
.statistics-segment.-country .more-link > a.btn-success:active {
  background-color: #000b75;
  border-color: #000b75;
  color: #ffffff !important; }

.btn.btn-success span,
.read-more a.btn-success span,
.statistics-segment.-country .more-link > a.btn-success span {
  color: #ffffff; }

.btn.btn-secondary,
.read-more a.btn-secondary,
.statistics-segment.-country .more-link > a.btn-secondary {
  border: 1px solid #0033a0; }

.btn.btn-secondary:hover,
.read-more a.btn-secondary:hover,
.statistics-segment.-country .more-link > a.btn-secondary:hover,
.btn.btn-secondary:active,
.read-more a.btn-secondary:active,
.statistics-segment.-country .more-link > a.btn-secondary:active {
  background-color: #000b75;
  border-color: #000b75;
  color: #ffffff !important; }

.btn.btn-secondary span,
.read-more a.btn-secondary span,
.statistics-segment.-country .more-link > a.btn-secondary span {
  color: #ffffff; }

.btn.btn-danger span,
.read-more a.btn-danger span,
.statistics-segment.-country .more-link > a.btn-danger span {
  color: #ffffff; }

.btn.btn-warning span,
.read-more a.btn-warning span,
.statistics-segment.-country .more-link > a.btn-warning span {
  color: #ffffff; }

.btn.btn-info span,
.read-more a.btn-info span,
.statistics-segment.-country .more-link > a.btn-info span {
  color: #ffffff; }

.btn.btn-dark span,
.read-more a.btn-dark span,
.statistics-segment.-country .more-link > a.btn-dark span {
  color: #ffffff; }

.btn.btn-outline-primary,
.read-more a.btn-outline-primary,
.statistics-segment.-country .more-link > a.btn-outline-primary {
  border-color: #0033a0;
  color: #0033a0;
  background: none; }

.btn.btn-outline-primary:hover,
.read-more a.btn-outline-primary:hover,
.statistics-segment.-country .more-link > a.btn-outline-primary:hover,
.btn.btn-outline-primary:active,
.read-more a.btn-outline-primary:active,
.statistics-segment.-country .more-link > a.btn-outline-primary:active {
  background-color: #000b75;
  border-color: #000b75;
  color: #ffffff !important; }

.btn.btn-outline-primary span,
.read-more a.btn-outline-primary span,
.statistics-segment.-country .more-link > a.btn-outline-primary span {
  color: #0033a0; }

.btn.btn-outline-secondary,
.read-more a.btn-outline-secondary,
.statistics-segment.-country .more-link > a.btn-outline-secondary {
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: none;
  color: #fff; }

.btn.btn-outline-secondary span,
.read-more a.btn-outline-secondary span,
.statistics-segment.-country .more-link > a.btn-outline-secondary span {
  color: #ffffff; }

.btn.btn-outline-secondary:hover,
.read-more a.btn-outline-secondary:hover,
.statistics-segment.-country .more-link > a.btn-outline-secondary:hover,
.btn.btn-outline-secondary:active,
.read-more a.btn-outline-secondary:active,
.statistics-segment.-country .more-link > a.btn-outline-secondary:active {
  background: #fff !important;
  color: #0033a0 !important; }

.btn.btn-outline-secondary:hover span,
.read-more a.btn-outline-secondary:hover span,
.statistics-segment.-country .more-link > a.btn-outline-secondary:hover span,
.btn.btn-outline-secondary:active span,
.read-more a.btn-outline-secondary:active span,
.statistics-segment.-country .more-link > a.btn-outline-secondary:active span {
  color: #0033a0; }

.btn.btn-sm,
.read-more a.btn-sm,
.statistics-segment.-country .more-link > a.btn-sm {
  padding: 0.25rem 0.5rem; }

.btn.btn-sm .icon,
.read-more a.btn-sm .icon,
.statistics-segment.-country .more-link > a.btn-sm .icon {
  padding: 0.625rem; }

.btn.btn-lg,
.read-more a.btn-lg,
.statistics-segment.-country .more-link > a.btn-lg {
  padding: 1.25rem 1rem; }

.btn.btn-lg .icon,
.read-more a.btn-lg .icon,
.statistics-segment.-country .more-link > a.btn-lg .icon {
  padding: 1.25rem; }

.btn.btn-download,
.read-more a.btn-download,
.statistics-segment.-country .more-link > a.btn-download {
  padding-left: 0 !important;
  position: relative;
  overflow: hidden; }

.btn.btn-download::before,
.read-more a.btn-download::before,
.statistics-segment.-country .more-link > a.btn-download::before {
  content: "";
  background: #0033a0;
  position: absolute;
  top: -1px;
  left: -1px;
  height: 103%;
  width: 32px;
  z-index: 1; }

.btn.btn-download .icon,
.read-more a.btn-download .icon,
.statistics-segment.-country .more-link > a.btn-download .icon {
  color: #fff;
  position: relative;
  z-index: 2; }

.btn.btn-download:hover:before,
.read-more a.btn-download:hover:before,
.statistics-segment.-country .more-link > a.btn-download:hover:before {
  background: #fff; }

.btn.btn-download:hover .icon,
.read-more a.btn-download:hover .icon,
.statistics-segment.-country .more-link > a.btn-download:hover .icon {
  color: #0033a0; }

.header-button {
  margin-right: 0.5rem; }

.btn-primary:not(:disabled):not(.disabled):active:focus,
.read-more a:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.read-more a:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus,
.read-more .show > a.dropdown-toggle:focus {
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn,
.read-more a,
.statistics-segment.-country .more-link > a,
.bluebg .btn,
.bluebg .read-more a,
.read-more .bluebg a,
.bluebg .statistics-segment.-country .more-link > a,
.statistics-segment.-country .bluebg .more-link > a,
.bluebg .btn.btn-outline-primary,
.bluebg .read-more a.btn-outline-primary,
.read-more .bluebg a.btn-outline-primary,
.bluebg .statistics-segment.-country .more-link > a.btn-outline-primary,
.statistics-segment.-country .bluebg .more-link > a.btn-outline-primary {
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff; }

.bluebg .btn:hover,
.bluebg .read-more a:hover,
.read-more .bluebg a:hover,
.bluebg .statistics-segment.-country .more-link > a:hover,
.statistics-segment.-country .bluebg .more-link > a:hover,
.bluebg .btn.btn-outline-primary:hover,
.bluebg .read-more a.btn-outline-primary:hover,
.read-more .bluebg a.btn-outline-primary:hover,
.bluebg .statistics-segment.-country .more-link > a.btn-outline-primary:hover,
.statistics-segment.-country .bluebg .more-link > a.btn-outline-primary:hover {
  background: #ffffff;
  color: #0035a0; }

.read-more a {
  display: inline-block; }

.language-switcher-language-url {
  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; }

.language-switcher-language-url nav.links {
  background: transparent !important;
  line-height: 0.5625rem;
  border: none !important; }

.language-switcher-language-url nav.links .language,
.language-switcher-language-url nav.links .language-link {
  padding: 0 0.625rem !important; }

.language-switcher-language-url nav.links:first-child {
  border-left: none !important; }

.language-switcher-language-url nav.links .nav-link {
  position: relative;
  border: none; }

.language-switcher-language-url nav.links .nav-link:not(:last-of-type):after {
  position: absolute;
  right: 0;
  background: rgba(39, 55, 68, 0.5);
  content: "";
  display: inline-block;
  width: 1px;
  height: 0.75rem;
  opacity: 1;
  bottom: 1px; }

.language-switcher-language-url nav.links .nav-link:last-child {
  border-right: none !important; }

.block-views-blocknews-language-block-1 {
  max-width: 975px;
  margin: auto; }

.view-news-language > .view-content.row {
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left; }

.view-news-language > .view-content.row > .views-row {
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  padding: 0; }

.view-news-language > .view-header {
  float: left; }

.view-news-language > .view-content a {
  display: inline-block;
  padding: 0 0.625rem;
  background-color: #eee;
  margin: 0 0.625rem; }

.view-display-id-attachment_1 {
  padding: 0 1rem; }

.timestamp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1rem; }

.timestamp > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  letter-spacing: 0.0625rem;
  line-height: 0.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.timestamp > *:after {
  content: '';
  width: 1px;
  height: 0.75rem;
  background: rgba(0, 0, 0, 0.15);
  display: block;
  margin: 0 0.4375rem; }

.timestamp > *:last-child:after {
  display: none; }

.timestamp .tag,
.timestamp .date {
  letter-spacing: initial;
  font-weight: 700;
  line-height: 0.75rem; }

.timestamp > .tag .field--name-field-press-release-type:before {
  content: "-";
  margin-left: 0.1875rem;
  margin-right: 0.1875rem; }

.timestamp > .tag * {
  margin: 0; }

.timestamp > .date {
  margin: auto 0;
  letter-spacing: 0.0625rem; }

.timestamp > .tag-label,
.timestamp.-view-as-tag > .tag {
  margin-right: 1rem; }

.timestamp > .tag-label + .date,
.timestamp.-view-as-tag > .tag + .date {
  color: #ffffff; }

.timestamp > .tag-label + .date:before,
.timestamp.-view-as-tag > .tag + .date:before,
.timestamp > .tag-label + .date:after,
.timestamp.-view-as-tag > .tag + .date:after {
  display: none; }

@media all and (max-width: 961px) {
  .timestamp > .tag-label + .date,
  .timestamp.-view-as-tag > .tag + .date {
    color: rgba(0, 0, 0, 0.5); }

  .timestamp > .tag-label + .date:before,
  .timestamp.-view-as-tag > .tag + .date:before {
    display: block; } }
.timestamp.-view-as-tag > .tag:after {
  display: none; }

.timestamp .field--name-field-author {
  margin-left: 0.5rem; }

.timestamp .field--name-field-author:before {
  content: "-";
  margin-right: 0.5rem; }

.layout--onecol .timestamp > .tag:after {
  height: 0.75rem;
  margin: 0 0.4375rem;
  color: rgba(39, 55, 68, 0.5);
  width: 2px; }

h5.title,
h5.title a {
  color: #273744;
  letter-spacing: initial; }

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

.nav.nav-tabs.primary {
  -webkit-box-shadow: 0 3px 10px 0 rgba(50, 50, 50, 0.23);
  box-shadow: 0 3px 10px 0 rgba(50, 50, 50, 0.23); }

.nav.nav-tabs.primary li.active a {
  border: 0;
  color: #fff;
  background: #5e93ff; }

.nav.nav-tabs.primary li a {
  font-size: 0.875rem;
  padding: 0.3125rem 0.625rem;
  font-family: inherit;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.75rem;
  line-height: 1.2;
  border-radius: 0;
  border: 0; }

.nav.nav-tabs.primary li a:hover {
  color: #ffffff;
  background: #5e93ff; }

.tabs {
  z-index: 100;
  position: relative;
  width: auto;
  display: inline-block;
  border-radius: 0; }

.displayFlex2Block .view-content.row {
  margin: 0;
  display: block; }

.view .more-link {
  font-weight: 600;
  letter-spacing: 0.075rem;
  text-transform: uppercase; }

.blocked-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.blocked-details > * {
  padding: 1rem 2rem 1rem 0;
  color: #000;
  font-size: 1em;
  width: 33.33%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.blocked-details > * > strong {
  font-family: inherit;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.625rem;
  letter-spacing: 0.18em;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  margin-bottom: 1em; }

.project-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom-width: 4px; }

.project-details > * {
  padding: 1rem 2rem 1rem 0;
  color: #000;
  font-size: 1em;
  width: 50%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.project-details > * > strong {
  font-family: inherit;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.625rem;
  letter-spacing: 0.18em;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  margin-bottom: 1em; }

.project-details > *.-full {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.process-flow-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.process-flow-block > li {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 33.33%;
  flex: 1 0 33.33%;
  -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(0, 0, 0, 0.05); }

.process-flow-block > li:last-of-type {
  border-right: 0; }

.process-flow-block > li:hover,
.process-flow-block > li.-active {
  -webkit-box-shadow: inset 0 -3px 0 #000b75;
  box-shadow: inset 0 -3px 0 #000b75; }

.process-flow-block > li:hover > .preamble-heading,
.process-flow-block > li.-active > .preamble-heading {
  opacity: 1; }

.process-flow-block > li > .preamble-heading {
  color: #000;
  font-size: 1.25rem;
  line-height: 1.6;
  font-family: inherit;
  font-weight: 400;
  letter-spacing: 0.18em;
  padding: 0 1rem 1.5rem;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 0;
  opacity: 0.4;
  display: block; }

.process-flow-block > li > .preamble-heading:before {
  font-size: 40%;
  font-weight: 600;
  content: attr(data-preamble);
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 0.75rem;
  display: block;
  line-height: 1.5; }

.process-flow-block > li > .preamble-heading:hover {
  color: #000b75; }

.process-flow-block > li > .preamble-heading:before {
  margin-bottom: 0.25rem;
  font-size: 0.55em; }

.process-flow-block > li:first-of-type > .preamble-heading {
  padding-left: 0; }

.site-name-slogan {
  font-size: 1rem;
  margin-bottom: 0.28rem;
  font-weight: bold;
  font-style: italic; }

.video-embed-field-launch-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: relative;
  padding-bottom: 60%;
  overflow: hidden; }

.video-embed-field-launch-modal:after {
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(3, 17, 43, 0)), to(#03112b));
  background: linear-gradient(180deg, rgba(3, 17, 43, 0) 0%, #03112b 100%);
  position: absolute;
  bottom: 0;
  height: 40%;
  width: 100%;
  opacity: 0.8; }

.video-embed-field-launch-modal:before {
  content: "";
  display: block;
  margin: auto 0;
  background-image: url(../images/play_btn.svg);
  background-repeat: no-repeat;
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 2;
  width: 100%;
  height: 100%;
  max-width: 64px;
  max-height: 64px;
  cursor: pointer; }

.video-embed-field-launch-modal::after {
  cursor: pointer; }

.video-embed-field-launch-modal img {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.search-choice {
  background: #f2f2f2 !important;
  border: 0 !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.search-choice > span {
  font-size: 0.875rem;
  font-family: inherit;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  border: 0;
  color: rgba(0, 0, 0, 0.8); }

@media all and (max-width: 640px) {
  .search-choice > span {
    font-size: 0.75rem; } }
.block > h2 {
  text-align: center; }

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

.details .data {
  -webkit-box-flex: 0;
  -ms-flex: 0 50%;
  flex: 0 50%;
  margin-bottom: 1.5rem;
  padding-right: 1.5rem; }

.details .data .label {
  font-family: inherit;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.75rem;
  line-height: 1.2;
  color: #cecece;
  display: block;
  margin-bottom: 1em; }

.details .data .value {
  font-size: 1.25rem;
  line-height: 1.6;
  font-family: inherit;
  font-weight: 400;
  letter-spacing: 0.18em; }

.details .data.summary {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  max-width: 100%; }

.details.-with-heading .data:first-of-type {
  -webkit-box-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 1.125rem; }

.details.-with-heading + .details {
  margin-top: 0.75rem;
  padding-top: 2rem;
  border-top: 4px solid rgba(0, 0, 0, 0.05); }

.block-views-blockdgs-ddgs-block-1 h2 {
  margin-bottom: 4rem; }

.view-id-dgs_ddgs .grid.views-view-grid {
  width: 100%; }

@media all and (max-width: 768px) {
  .view-id-dgs_ddgs .grid.views-view-grid {
    padding: 0 1rem; } }
.view-id-dgs_ddgs .name {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 2rem; }

.view-id-dgs_ddgs .name:after {
  font-size: 65%;
  font-weight: 600;
  content: attr(data-period);
  color: rgba(0, 0, 0, 0.5);
  margin-top: 0.75rem;
  display: block;
  line-height: 1.5; }

.paragraph--view-mode--banner-cover .blazy .media--background {
  padding-bottom: 60% !important; }

.thumbnail-wrapper {
  padding-bottom: 59%;
  background: #eee;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1); }

.thumbnail-wrapper > div,
.thumbnail-wrapper > a {
  position: absolute !important;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%; }

.thumbnail-wrapper {
  position: relative;
  overflow: hidden; }

.thumbnail-wrapper > * {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s; }

.thumbnail-wrapper:hover > * {
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

.text-center {
  width: 100%; }

.hidden {
  display: none !important; }

.alert-success::before,
.alert-warning::before {
  background-position: center;
  margin-right: 0.3125rem; }

.alert-dismissible .close {
  width: 25px;
  height: 1.5625rem; }

.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
  margin: 0; }

#navbar-top {
  margin-bottom: 0;
  padding: 0.625rem 0;
  font-weight: 600; }

#navbar-main {
  padding: 0 0.9375rem;
  margin-bottom: 0;
  width: 100% !important; }

@media all and (max-width: 1199px) and (min-width: 992px) {
  #navbar-main {
    padding: 0; } }
.navbar {
  border-radius: 0; }

.navbar > .container {
  margin: 0 auto; }

.region-top-header {
  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;
  margin: 0 auto; }

@media all and (max-width: 1199px) {
  .region-top-header {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0; } }
@media all and (max-width: 720px) {
  .region-top-header {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto; } }
.navbar-brand {
  padding: 1.25rem 0;
  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;
  height: auto; }

.ml-auto {
  margin-left: auto !important;
  margin-right: auto !important; }

.region-top-header .site-name-slogan {
  font-size: 0.8125rem;
  margin: 0;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  color: #0035a0;
  width: 100%;
  max-width: 300px;
  line-height: 1em;
  text-align: left; }

@media all and (max-width: 640px) {
  .region-top-header .site-name-slogan {
    text-align: center; } }
.ui-accordion-header,
.card .mb-0 button {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-line-pack: center;
  align-content: center;
  font-size: 1rem;
  color: #000;
  font-weight: 600;
  position: relative;
  padding: 0.25rem 3rem 0.25rem 0;
  opacity: 1;
  cursor: default; }

.ui-accordion-header:after,
.card .mb-0 button:after {
  background: url("../images/icons-sprite-sheet.svg") -128px 0px no-repeat;
  background-size: 192px;
  width: 16px;
  height: 1rem;
  content: "";
  display: block;
  margin: auto 0 auto auto; }

.ui-accordion-header:after,
.card .mb-0 button:after {
  position: absolute;
  right: 16px;
  top: calc(50% - 8px);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.ui-accordion-header > .label,
.card .mb-0 button > .label {
  font-size: 1rem;
  color: #000;
  font-weight: 600;
  width: 100%;
  padding-right: 4rem;
  white-space: normal; }

.ui-accordion > .ui-accordion-header {
  padding-right: 0.375rem;
  max-width: 100%;
  width: 100%;
  background: none;
  border: 0;
  color: #000;
  border-radius: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 0 1.5rem 0 0;
  margin: 0 0 2rem 0;
  opacity: 0.5;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.6; }

.ui-accordion > .ui-accordion-header .ui-accordion-header-icon {
  display: none; }

.ui-accordion > .ui-accordion-header:focus {
  outline: 0; }

.ui-accordion > .ui-accordion-header:hover,
.ui-accordion > .ui-accordion-header.ui-accordion-header-active {
  opacity: 1;
  color: #0033a0; }

.ui-accordion > .ui-accordion-header.ui-accordion-header-active {
  border-bottom: 0;
  opacity: 1; }

.ui-accordion > .ui-accordion-header.ui-accordion-header-active:active {
  outline: none; }

.ui-accordion > .ui-accordion-header.ui-accordion-header-active:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.ui-accordion > .ui-accordion-header:after {
  position: absolute;
  right: 5px;
  top: calc(50% - 8px);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.ui-accordion > .ui-accordion-content {
  padding: 0.75rem 0 0.5rem;
  display: none;
  border: 0; }

.ui-accordion > .ui-accordion-content > .content-area {
  margin-bottom: 2rem; }

.ui-accordion > .ui-accordion-content > .content-area-wrapper:last-of-type {
  margin-bottom: 3rem; }

.ui-accordion > .ui-accordion-content .photo-with-attributation.align-left,
.ui-accordion > .ui-accordion-content .photo-with-attributation.align-right {
  margin-right: 0; }

.ui-accordion > .ui-accordion-content > .form-item {
  margin: 0;
  padding: 0; }

.ui-accordion > .ui-accordion-content.ui-accordion-content-active {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  height: auto !important; }

.ui-accordion .accordion-header.ui-accordion-content-active + .body {
  display: block; }

.ui-accordion.-alternate > .accordion-head {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  padding: 1rem 0; }

.ui-accordion.-alternate > .accordion-head.-active {
  border: 0; }

.ui-accordion.-alternate > .body {
  padding: 2rem 0; }

.ckeditor-accordion-container .styled {
  border: none; }

.ckeditor-accordion-container > dl dt {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15); }

.ckeditor-accordion-container > dl dt.active {
  border-bottom: 0;
  opacity: 1; }

.ckeditor-accordion-container > dl dt.active > .ckeditor-accordion-toggle:before,
.ckeditor-accordion-container > dl dt.active > .ckeditor-accordion-toggle:after {
  background: #0033a0; }

.ckeditor-accordion-container > dl dt.active a:before,
.ckeditor-accordion-container > dl dt.active a:after {
  background: #0033a0; }

.ckeditor-accordion-container > dl dt.active a:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.ckeditor-accordion-container > dl dt.active a:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.ckeditor-accordion-container > dl dt:hover {
  opacity: 1; }

.ckeditor-accordion-container > dl dt:hover a {
  color: #0033a0; }

.ckeditor-accordion-container > dl dt:hover a:before,
.ckeditor-accordion-container > dl dt:hover a:after {
  background: #0035a0; }

.ckeditor-accordion-container > dl dt:hover span:before,
.ckeditor-accordion-container > dl dt:hover span:after {
  background: #0033a0; }

.ckeditor-accordion-container > dl dt > a {
  border: 0; }

.ckeditor-accordion-container > dl dt > a:before,
.ckeditor-accordion-container > dl dt > a:after {
  background: #273744;
  -webkit-transition: all 600ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 600ms cubic-bezier(0.4, 0, 0.2, 1);
  content: "";
  display: block;
  height: 0.125rem;
  position: absolute;
  width: 10px;
  z-index: 1;
  top: 0;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  will-change: transform;
  top: calc(50% - 1px); }

.ckeditor-accordion-container > dl dt > a:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 24px; }

.ckeditor-accordion-container > dl dt > a:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 18px; }

.ckeditor-accordion-container > dl dt > a:hover {
  background-color: transparent; }

.ckeditor-accordion-container > dl dt > .ckeditor-accordion-toggle {
  left: unset;
  right: 11px;
  display: none; }

.ckeditor-accordion-container > dl dt > .ckeditor-accordion-toggle:before,
.ckeditor-accordion-container > dl dt > .ckeditor-accordion-toggle:after {
  background: #000; }

.ckeditor-accordion-container > dl dd {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding: 0 0 2rem 0; }

.ckeditor-accordion-container > dl dt > a,
.ckeditor-accordion-container > dl dt.active > a {
  background-color: transparent;
  padding: 2rem 2.5rem 2rem 0;
  text-decoration: none;
  color: #0033a0;
  font-weight: normal;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.6; }

.ckeditor-accordion-container > dl dt > a {
  color: #000; }

.accordion-group {
  width: 100%; }

.accordion-group .panel-group {
  width: 100%; }

.accordion-group .panel-group .card-body {
  padding: 0; }

.accordion-group .card {
  border-radius: 0;
  border: 0;
  border-left: unset;
  border-right: unset;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.accordion-group .card:last-of-type {
  border-bottom: 0; }

.accordion-group.-countries .card {
  padding: 0;
  border-bottom: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15); }

.accordion-group.-countries .card .mb-0 button {
  font-size: 1.75rem;
  color: #000;
  text-decoration: none;
  padding: 2rem 2rem 2rem 0;
  border-radius: 0;
  width: 100%;
  text-align: left;
  border-bottom: 0;
  opacity: 1;
  white-space: normal;
  border-bottom: 3px #0033a0 solid; }

.accordion-group.-countries .card .mb-0 button:hover {
  color: #000; }

.accordion-group.-countries .card .mb-0 button.btn.btn-link.collapsed {
  opacity: 0.85;
  border-bottom: 0;
  color: rgba(0, 0, 0, 0.5); }

.ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle {
  display: none; }

#solr-search-form > .form-item-search-field > input.form-control {
  color: #ffffff;
  width: 100%;
  margin: auto;
  padding: 0.5rem 0;
  background: transparent;
  border: 0;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: 0px;
  margin: 1.125rem 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 0; }

#solr-search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 1.5rem 0;
  position: relative; }

#solr-search-form > .form-item-search-field {
  z-index: 100; }

#solr-search-form > .form-item-search-field.-active {
  border-left: 1px solid rgba(255, 255, 255, 0.05); }

#solr-search-form > .form-item-search-field {
  position: absolute;
  top: 0;
  right: 100%;
  width: 0;
  height: 100%;
  margin: 0;
  background: #0035a0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-left: 0;
  padding: 0;
  z-index: 120; }

#solr-search-form > .form-submit {
  margin: auto;
  text-indent: -9999px;
  border: 0;
  padding: 0; }

.search-icon,
.search-button::before,
.search-block-form > .form-actions > .form-submit,
#solr-search-form > .form-submit {
  background: url("../images/icons-sprite-sheet.svg") -48px -72px no-repeat;
  background-size: auto;
  background-size: 288px;
  width: 24px;
  height: 1.5rem; }

.block-views-exposed-filter-blocksearch-solr-page-1 .bef--secondary.js-form-wrapper,
.block-views-exposed-filter-blocksolr-search-page-1 .bef--secondary.js-form-wrapper {
  width: 100%; }

.block-views-exposed-filter-blocksearch-solr-page-1 .bef--secondary.js-form-wrapper summary,
.block-views-exposed-filter-blocksolr-search-page-1 .bef--secondary.js-form-wrapper summary {
  padding: 1rem;
  font-size: 0.875rem;
  font-family: inherit;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em; }

@media all and (max-width: 640px) {
  .block-views-exposed-filter-blocksearch-solr-page-1 .bef--secondary.js-form-wrapper summary,
  .block-views-exposed-filter-blocksolr-search-page-1 .bef--secondary.js-form-wrapper summary {
    font-size: 0.75rem; } }
.block-views-exposed-filter-blocksearch-solr-page-1 .bef--secondary.js-form-wrapper summary:focus,
.block-views-exposed-filter-blocksolr-search-page-1 .bef--secondary.js-form-wrapper summary:focus {
  outline: 0; }

.block-views-exposed-filter-blocksearch-solr-page-1 .bef--secondary.js-form-wrapper .form-row > fieldset,
.block-views-exposed-filter-blocksolr-search-page-1 .bef--secondary.js-form-wrapper .form-row > fieldset {
  padding: 0; }

.block-views-exposed-filter-blocksearch-solr-page-1 .bef--secondary.js-form-wrapper .form-row > fieldset .form-control,
.block-views-exposed-filter-blocksolr-search-page-1 .bef--secondary.js-form-wrapper .form-row > fieldset .form-control {
  border-radius: 0; }

.block-views-exposed-filter-blocksearch-solr-page-1 .bef--secondary.js-form-wrapper .custom-select,
.block-views-exposed-filter-blocksolr-search-page-1 .bef--secondary.js-form-wrapper .custom-select {
  border-radius: 0;
  width: auto !important;
  max-width: 100%; }

.block-views-exposed-filter-blocksearch-solr-page-1 .bef--secondary.js-form-wrapper .custom-select[multiple="multiple"],
.block-views-exposed-filter-blocksolr-search-page-1 .bef--secondary.js-form-wrapper .custom-select[multiple="multiple"] {
  max-height: 95px;
  height: 100%; }

.block-views-exposed-filter-blocksearch-solr-page-1 .bef--secondary.js-form-wrapper .details-wrapper,
.block-views-exposed-filter-blocksolr-search-page-1 .bef--secondary.js-form-wrapper .details-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  padding-right: 0; }

.block-views-exposed-filter-blocksearch-solr-page-1 .bef--secondary.js-form-wrapper .details-wrapper fieldset,
.block-views-exposed-filter-blocksolr-search-page-1 .bef--secondary.js-form-wrapper .details-wrapper fieldset {
  padding: 0 1rem;
  -webkit-box-flex: 0;
  flex: 0 50%;
  -ms-flex: 0 46%;
  display: block; }

@media all and (max-width: 640px) {
  .block-views-exposed-filter-blocksearch-solr-page-1 .bef--secondary.js-form-wrapper .details-wrapper,
  .block-views-exposed-filter-blocksolr-search-page-1 .bef--secondary.js-form-wrapper .details-wrapper {
    display: block; } }
.view-solr-search .view-content.row .views-row {
  margin-bottom: 2rem; }

.search-popup-button {
  padding: 1.5rem 0;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  margin-left: 1rem; }

.search-popup.pop .search-close {
  display: inline-block;
  background: url(../images/icons-sprite-sheet.svg) -168px -168px no-repeat;
  background-size: auto;
  background-size: 288px;
  width: 24px;
  height: 1.5rem;
  position: absolute;
  right: 40px;
  top: 10%;
  text-indent: -99999999px;
  z-index: 999;
  cursor: pointer; }

.views-exposed-form.bef-exposed-form .chosen-container-single .chosen-single div,
.filter-selection.-newsdesk-filter .chosen-container-single .chosen-single div {
  margin: auto 0;
  bottom: 0;
  height: 1.125rem; }

.views-exposed-form.bef-exposed-form .chosen-container-single .chosen-single,
.views-exposed-form.bef-exposed-form .shs-container .shs-select,
.filter-selection.-newsdesk-filter .chosen-container-single .chosen-single,
.filter-selection.-newsdesk-filter .shs-container .shs-select {
  background: #ffffff;
  border: 1px solid #aaa;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  height: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff)); }

.views-exposed-form.bef-exposed-form .shs-widget-container,
.filter-selection.-newsdesk-filter .shs-widget-container {
  width: 100%; }

.views-exposed-form.bef-exposed-form .shs-container .shs-select,
.filter-selection.-newsdesk-filter .shs-container .shs-select {
  font-weight: bold;
  width: 100%;
  margin-bottom: 0.25rem;
  opacity: 1 !important; }

.views-exposed-form.bef-exposed-form .shs-addnew-container .add-another,
.filter-selection.-newsdesk-filter .shs-addnew-container .add-another {
  display: inline-block; }

.views-exposed-form.bef-exposed-form .chosen-container-active.chosen-with-drop .chosen-single,
.filter-selection.-newsdesk-filter .chosen-container-active.chosen-with-drop .chosen-single {
  background: #f2f2f2; }

.views-exposed-form.bef-exposed-form .chosen-container-multi .chosen-choices li.search-choice,
.filter-selection.-newsdesk-filter .chosen-container-multi .chosen-choices li.search-choice {
  background: #e6e6e6;
  padding: 0.5rem 1.5rem 0.3rem 0.5rem;
  border: 0;
  border-radius: 0; }

.views-exposed-form.bef-exposed-form .chosen-container-multi .chosen-choices li.search-choice .search-choice-close,
.filter-selection.-newsdesk-filter .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  top: 0;
  bottom: 0;
  margin: auto 0; }

.views-exposed-form.bef-exposed-form .chosen-container-multi .chosen-choices li.search-field,
.filter-selection.-newsdesk-filter .chosen-container-multi .chosen-choices li.search-field {
  padding: 0.5rem 1.5rem 0.3rem 0.5rem; }

.chosen-results li {
  font-weight: normal; }

.views-exposed-form.bef-exposed-form .form-row {
  display: block; }

.views-exposed-form.bef-exposed-form .form-row .details-wrapper fieldset {
  padding: 0 1rem; }

.views-exposed-form.bef-exposed-form .form-row .filter-item,
.views-exposed-form.bef-exposed-form .form-row .form-item,
.views-exposed-form.bef-exposed-form .form-row .js-form-item {
  margin: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -ms-flex: 0 50%;
  flex: 0 50%;
  padding: 0;
  margin-bottom: 1.5rem; }

.views-exposed-form.bef-exposed-form .form-row .filter-item label,
.views-exposed-form.bef-exposed-form .form-row .form-item label,
.views-exposed-form.bef-exposed-form .form-row .js-form-item label {
  margin-bottom: 1rem; }

.views-exposed-form.bef-exposed-form .form-row .filter-item .chosen-container-multi,
.views-exposed-form.bef-exposed-form .form-row .form-item .chosen-container-multi,
.views-exposed-form.bef-exposed-form .form-row .js-form-item .chosen-container-multi {
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  background-color: #f2f2f2;
  font-weight: 600;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  padding: 0;
  height: auto; }

.views-exposed-form.bef-exposed-form .form-row .filter-item .chosen-container-multi:after,
.views-exposed-form.bef-exposed-form .form-row .form-item .chosen-container-multi:after,
.views-exposed-form.bef-exposed-form .form-row .js-form-item .chosen-container-multi:after {
  display: none; }

.views-exposed-form.bef-exposed-form .form-row .filter-item .label,
.views-exposed-form.bef-exposed-form .form-row .filter-item label,
.views-exposed-form.bef-exposed-form .form-row .form-item .label,
.views-exposed-form.bef-exposed-form .form-row .form-item label,
.views-exposed-form.bef-exposed-form .form-row .js-form-item .label,
.views-exposed-form.bef-exposed-form .form-row .js-form-item label {
  font-size: 0.875rem;
  font-family: inherit;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  width: 100%;
  color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  text-decoration: none; }

@media all and (max-width: 640px) {
  .views-exposed-form.bef-exposed-form .form-row .filter-item .label,
  .views-exposed-form.bef-exposed-form .form-row .filter-item label,
  .views-exposed-form.bef-exposed-form .form-row .form-item .label,
  .views-exposed-form.bef-exposed-form .form-row .form-item label,
  .views-exposed-form.bef-exposed-form .form-row .js-form-item .label,
  .views-exposed-form.bef-exposed-form .form-row .js-form-item label {
    font-size: 0.75rem; } }
.views-exposed-form.bef-exposed-form .form-row .filter-item .label:after,
.views-exposed-form.bef-exposed-form .form-row .filter-item label:after,
.views-exposed-form.bef-exposed-form .form-row .form-item .label:after,
.views-exposed-form.bef-exposed-form .form-row .form-item label:after,
.views-exposed-form.bef-exposed-form .form-row .js-form-item .label:after,
.views-exposed-form.bef-exposed-form .form-row .js-form-item label:after {
  display: none; }

@media all and (max-width: 768px) {
  .views-exposed-form.bef-exposed-form .form-row .filter-item,
  .views-exposed-form.bef-exposed-form .form-row .form-item,
  .views-exposed-form.bef-exposed-form .form-row .js-form-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%; } }
.views-exposed-form.bef-exposed-form .form-row .form-type-textfield input {
  border: 1px solid #aaa;
  padding: 0.5rem;
  border-radius: 0;
  background: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: linear-gradient(#eee 1%, #fff 15%); }

.views-exposed-form.bef-exposed-form .form-row .form-control,
.views-exposed-form.bef-exposed-form .form-row .chosen-container {
  padding: 0;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  border: 0;
  height: auto;
  width: 100% !important; }

.views-exposed-form.bef-exposed-form .form-row .form-autocomplete {
  border: 1px solid #aaa;
  padding: 0.5rem;
  border-radius: 0;
  background-color: #fff; }

.views-exposed-form.bef-exposed-form .chosen-container-multi:after {
  display: none; }

.views-exposed-form.bef-exposed-form summary {
  padding: 1rem;
  font-size: 0.875rem;
  font-family: inherit;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em; }

@media all and (max-width: 640px) {
  .views-exposed-form.bef-exposed-form summary {
    font-size: 0.75rem; } }
.views-exposed-form.bef-exposed-form summary:focus {
  outline: 0; }

.views-exposed-form.bef-exposed-form .form-row > fieldset {
  padding: 0; }

.views-exposed-form.bef-exposed-form .form-row > fieldset .form-control {
  border-radius: 0; }

.views-exposed-form.bef-exposed-form .details-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media all and (max-width: 640px) {
  .views-exposed-form.bef-exposed-form .details-wrapper {
    display: block; } }
@media all and (max-width: 640px) {
  .views-exposed-form.bef-exposed-form {
    display: block;
    overflow: scroll; } }
.form-row .form-actions {
  text-align: right;
  padding: 0; }

.ui-autocomplete {
  z-index: 9999 !important; }

.ui-autocomplete li a {
  display: block; }

a.search-popbutton {
  cursor: pointer;
  background: url(../images/icons-sprite-sheet.svg) -48px -72px no-repeat;
  background-size: 288px;
  width: 24px;
  height: 1.5rem;
  display: inline-block;
  text-indent: -9999em;
  margin-left: 1rem; }

.search-popup.pop {
  position: fixed;
  top: 0;
  background: rgba(128, 153, 208, 0.95);
  padding: 3.75rem 2.5rem 2.5rem;
  z-index: 502;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: -50vw;
  margin-right: -50vw;
  left: 50%;
  right: 50%;
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow-y: scroll; }

.search-popup.pop.views-exposed-form.bef-exposed-form .form-row .js-form-item label {
  font-family: inherit;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.75rem;
  line-height: 1.2;
  color: #fff; }

.search-popup.pop.views-exposed-form.bef-exposed-form .summary {
  color: #fff; }

.search-popup.pop .search-close {
  cursor: pointer; }

.search-popup.pop .bef--secondary.js-form-wrapper {
  border: 1px solid rgba(255, 255, 255, 0.5); }

.search-popup.pop .form-row > fieldset {
  padding: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 50%;
  flex: 0 50%; }

.search-popup.pop .form-row > fieldset .form-control {
  border-radius: 0; }

.search-popup.pop .btn.btn-primary,
.search-popup.pop .read-more a,
.read-more .search-popup.pop a,
.search-popup.pop .statistics-segment.-country .more-link > a.btn-primary,
.statistics-segment.-country .search-popup.pop .more-link > a.btn-primary,
.search-popup.pop .statistics-segment.-country .read-more .more-link > a,
.statistics-segment.-country .read-more .search-popup.pop .more-link > a,
.search-popup.pop .read-more .statistics-segment.-country .more-link > a,
.read-more .statistics-segment.-country .search-popup.pop .more-link > a {
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: none;
  color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
  border: 1px solid #f7f7f7;
  color: #ffffff;
  font-weight: 800;
  margin-right: 0;
  margin-bottom: 0; }

.search-popup.pop .btn.btn-primary:hover,
.search-popup.pop .read-more a:hover,
.read-more .search-popup.pop a:hover,
.search-popup.pop .statistics-segment.-country .more-link > a.btn-primary:hover,
.statistics-segment.-country .search-popup.pop .more-link > a.btn-primary:hover,
.search-popup.pop .statistics-segment.-country .read-more .more-link > a:hover,
.statistics-segment.-country .read-more .search-popup.pop .more-link > a:hover,
.search-popup.pop .read-more .statistics-segment.-country .more-link > a:hover,
.read-more .statistics-segment.-country .search-popup.pop .more-link > a:hover,
.search-popup.pop .btn.btn-primary:active,
.search-popup.pop .read-more a:active,
.read-more .search-popup.pop a:active,
.search-popup.pop .statistics-segment.-country .more-link > a.btn-primary:active,
.statistics-segment.-country .search-popup.pop .more-link > a.btn-primary:active,
.search-popup.pop .statistics-segment.-country .read-more .more-link > a:active,
.statistics-segment.-country .read-more .search-popup.pop .more-link > a:active,
.search-popup.pop .read-more .statistics-segment.-country .more-link > a:active,
.read-more .statistics-segment.-country .search-popup.pop .more-link > a:active {
  background-color: #0033a0;
  border-color: #0033a0;
  color: #ffffff; }

.search-popup.pop .custom-select {
  border-radius: 0; }

.search-popup.pop > .content {
  max-width: 960px;
  width: 100%; }

.search-popup.views-exposed-form.bef-exposed-form .form-row .form-item-keywords label {
  font-size: 1.3em; }

.search-popup.views-exposed-form.bef-exposed-form .form-row .form-item label {
  color: #fff; }

.page-view-solr-search .search-popup.hidden {
  display: block !important; }

.result-summary {
  font-family: inherit;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.625rem;
  letter-spacing: 0.18em;
  margin-bottom: 1rem; }

.entity-ref-tab-formatter-tabs.ui-tabs {
  border: 0 !important;
  border-radius: 0;
  padding: 0; }

.entity-ref-tab-formatter-tabs.ui-tabs > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  border: 0;
  border-bottom: 1px solid rgba(39, 55, 68, 0.15);
  background: none; }

.entity-ref-tab-formatter-tabs.ui-tabs > ul li {
  padding: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-radius: 0;
  border: 0;
  background: none;
  opacity: 0.7; }

.entity-ref-tab-formatter-tabs.ui-tabs > ul li:hover {
  opacity: 1; }

.entity-ref-tab-formatter-tabs.ui-tabs > ul li:hover a {
  opacity: 1; }

.entity-ref-tab-formatter-tabs.ui-tabs > ul li:first-of-type {
  padding-left: 0;
  padding-bottom: 1.25rem; }

.entity-ref-tab-formatter-tabs.ui-tabs > ul li a {
  font-weight: bold;
  opacity: 0.7;
  color: #273744;
  padding: 0 0 1.25rem !important;
  width: 100%;
  white-space: normal;
  font-size: 1rem;
  text-decoration: none; }

.entity-ref-tab-formatter-tabs.ui-tabs > ul li.ui-state-active {
  position: relative;
  opacity: 1; }

.entity-ref-tab-formatter-tabs.ui-tabs > ul li.ui-state-active a {
  opacity: 1; }

.entity-ref-tab-formatter-tabs.ui-tabs > ul li.ui-state-active::after {
  content: "";
  background: #0033a0;
  width: 100%;
  height: 0.1875rem;
  position: absolute;
  bottom: 0;
  left: 0; }

.entity-ref-tab-formatter-tabs.ui-tabs .ui-tabs-panel {
  padding: 0; }

.opportunities-details > div {
  min-height: 75px;
  margin-bottom: 1rem; }

.opportunities-details > div .field-label-above {
  font-size: 0.875rem;
  font-family: inherit;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #0033a0;
  margin-bottom: 1rem; }

@media all and (max-width: 640px) {
  .opportunities-details > div .field-label-above {
    font-size: 0.75rem; } }
/* *end* */
.region-full-banner.region {
  max-width: 1920px;
  margin: 0 auto;
  position: relative; }

.region-full-banner .block-system-breadcrumb-block {
  position: unset; }

.region-full-banner .block-system-breadcrumb-block nav {
  width: 100%;
  padding: 0 2rem;
  max-width: 1440px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 1rem; }

.region-full-banner .block-system-breadcrumb-block .breadcrumb {
  margin-top: 1.5rem;
  padding: 0; }

.region-full-banner .block-system-breadcrumb-block .breadcrumb > .breadcrumb-item > a {
  color: #000;
  opacity: 0.8;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 150px;
  width: 100%; }

.region-full-banner .block-system-breadcrumb-block .breadcrumb > .breadcrumb-item > a:hover {
  opacity: 1; }

.region-full-banner .block-system-breadcrumb-block .breadcrumb > .breadcrumb-item:first-child > .link,
.region-full-banner .block-system-breadcrumb-block .breadcrumb > .breadcrumb-item:first-child > a {
  overflow: hidden; }

.region-full-banner .block-system-breadcrumb-block .breadcrumb > .breadcrumb-item:first-child > .link:before,
.region-full-banner .block-system-breadcrumb-block .breadcrumb > .breadcrumb-item:first-child > a:before {
  content: '';
  display: inline-block;
  margin-right: 0.3125rem;
  background: url("../images/icons-sprite-sheet.svg") -120px -24px no-repeat;
  background-size: 144px;
  width: 12px;
  height: 0.75rem; }

.region-full-banner .block-system-breadcrumb-block .breadcrumb > .breadcrumb-item:after {
  background: url("../images/icons-sprite-sheet.svg") -32px 0px no-repeat;
  background-size: 96px;
  width: 8px;
  height: 0.5rem;
  content: '';
  display: inline-block; }

.region-full-banner .block-system-breadcrumb-block .breadcrumb > .breadcrumb-item:last-of-type:after {
  display: none; }

.region-full-banner .block-views-blockpage-banner-block-1 + .block-system-breadcrumb-block {
  position: absolute;
  width: 100%;
  z-index: 3;
  top: 0; }

.region-full-banner .block-views-blockpage-banner-block-1 + .block-system-breadcrumb-block .breadcrumb {
  margin-top: 1.5rem;
  padding: 0; }

.region-full-banner .block-views-blockpage-banner-block-1 + .block-system-breadcrumb-block .breadcrumb > .breadcrumb-item {
  color: #ffffff; }

.region-full-banner .block-views-blockpage-banner-block-1 + .block-system-breadcrumb-block .breadcrumb > .breadcrumb-item:after {
  background: url("../images/icons-sprite-sheet.svg") -40px 0px no-repeat;
  background-size: 96px;
  width: 8px;
  height: 0.5rem; }

.region-full-banner .block-views-blockpage-banner-block-1 + .block-system-breadcrumb-block .breadcrumb > .breadcrumb-item > a {
  color: #ffffff; }

.region-full-banner .block-views-blockpage-banner-block-1 + .block-system-breadcrumb-block .breadcrumb > .breadcrumb-item:first-child > a {
  overflow: hidden;
  display: inline-block; }

.region-full-banner .block-views-blockpage-banner-block-1 + .block-system-breadcrumb-block .breadcrumb > .breadcrumb-item:first-child > a:before {
  content: '';
  display: inline-block;
  margin-right: 0.3125rem;
  background: url("../images/icons-sprite-sheet.svg") -36px -48px no-repeat;
  background-size: 144px;
  width: 12px;
  height: 0.75rem; }

.breadcrumb-item > a,
.breadcrumb-item > .link {
  color: #000;
  opacity: 0.8;
  text-transform: capitalize; }

.breadcrumb-item > a:hover,
.breadcrumb-item > .link:hover {
  opacity: 1; }

nav .breadcrumb {
  background: transparent; }

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

.breadcrumb > .breadcrumb-item > a {
  color: #000;
  opacity: 0.8;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 150px;
  width: 100%; }

.breadcrumb > .breadcrumb-item > a:hover {
  opacity: 1; }

.breadcrumb > .breadcrumb-item:first-child > .link,
.breadcrumb > .breadcrumb-item:first-child > a {
  overflow: hidden; }

.breadcrumb > .breadcrumb-item:first-child > .link:before,
.breadcrumb > .breadcrumb-item:first-child > a:before {
  content: '';
  display: inline-block;
  margin-right: 0.3125rem;
  background: url("../images/icons-sprite-sheet.svg") -120px -24px no-repeat;
  background-size: 144px;
  width: 12px;
  height: 0.75rem; }

.breadcrumb > .breadcrumb-item:after {
  background: url("../images/icons-sprite-sheet.svg") -32px 0px no-repeat;
  background-size: 96px;
  width: 8px;
  height: 0.5rem;
  content: '';
  display: inline-block; }

.breadcrumb > .breadcrumb-item:last-of-type:after {
  display: none; }

.breadcrumb > .breadcrumb-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 480px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-bottom: 0.5rem;
  padding: 0; }

.breadcrumb > .breadcrumb-item:first-of-type a:before {
  background: url("../images/icons-sprite-sheet.svg") -24px -32px no-repeat;
  background-size: 96px;
  width: 8px;
  height: 0.5rem; }

.breadcrumb > .breadcrumb-item:last-of-type > .link {
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  overflow: hidden; }

.breadcrumb > .breadcrumb-item:last-of-type:after {
  display: none; }

.breadcrumb > .breadcrumb-item:before {
  content: "";
  display: none; }

.breadcrumb > .breadcrumb-item:after {
  background: url("../images/icons-sprite-sheet.svg") -32px 0px no-repeat;
  background-size: 96px;
  width: 8px;
  height: 0.5rem;
  content: "";
  display: inline-block;
  margin: 0.4375rem 1rem 0; }

.page-view-resources-content .block-system-breadcrumb-block,
body.node--type-resources .block-system-breadcrumb-block {
  position: relative; }

.newsdesk-region {
  background: #0033a0;
  padding: 1rem 0; }

.subscribe-bar {
  color: #ffffff;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.subscribe-bar .subscribe-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.subscribe-bar .subscribe-header p {
  margin: 0; }

.subscribe-bar .subscribe-header .subscribe-label {
  font-size: 0.875rem;
  font-family: inherit;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #ffffff;
  margin-bottom: 1rem;
  opacity: 0.5; }

@media all and (max-width: 640px) {
  .subscribe-bar .subscribe-header .subscribe-label {
    font-size: 0.75rem; } }
.subscribe-bar .subscribe-header .newsletter-label {
  font-size: 1.125rem;
  color: #ffffff; }

.subscribe-bar form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media all and (max-width: 640px) {
  .subscribe-bar form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }
.subscribe-bar form label {
  display: none; }

.subscribe-bar form .mailchimp-newsletter-mergefields {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.subscribe-bar form .form-type-email {
  margin-bottom: 0;
  margin-right: 2rem; }

.subscribe-bar form .form-type-email input[type="email"] {
  border-radius: 0;
  background: none;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  color: #fff;
  padding: 1.6875rem;
  border: 1px solid rgba(255, 255, 255, 0.25); }

@media all and (max-width: 640px) {
  .subscribe-bar form .form-type-email {
    margin-bottom: 0.5rem; } }
.subscribe-bar form .form-actions {
  margin-bottom: 0; }

.subscribe-bar form .form-actions .btn,
.subscribe-bar form .form-actions .read-more a,
.read-more .subscribe-bar form .form-actions a,
.subscribe-bar form .form-actions .statistics-segment.-country .more-link > a,
.statistics-segment.-country .subscribe-bar form .form-actions .more-link > a {
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.25); }

.subscribe-bar form .form-actions .btn:hover,
.subscribe-bar form .form-actions .read-more a:hover,
.read-more .subscribe-bar form .form-actions a:hover,
.subscribe-bar form .form-actions .statistics-segment.-country .more-link > a:hover,
.statistics-segment.-country .subscribe-bar form .form-actions .more-link > a:hover,
.subscribe-bar form .form-actions .btn:active,
.subscribe-bar form .form-actions .read-more a:active,
.read-more .subscribe-bar form .form-actions a:active,
.subscribe-bar form .form-actions .statistics-segment.-country .more-link > a:active,
.statistics-segment.-country .subscribe-bar form .form-actions .more-link > a:active {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000b75 !important; }

.featured-second {
  max-width: 1920px;
  background: #03112b;
  margin: auto; }

.section-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 370px;
  position: relative; }

@media only screen and (min-width: 1921px) {
  .section-banner {
    margin-bottom: 4rem; } }
.section-banner .banner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  height: 100%; }

@media all and (max-width: 665px) {
  .section-banner .media--blazy.media--background {
    padding-bottom: 36.44% !important; } }
.section-banner .overview-segment {
  color: #fff;
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

@media all and (max-width: 1080px) {
  .section-banner .overview-segment {
    position: relative; } }
@media all and (max-width: 665px) {
  .section-banner .overview-segment {
    position: unset;
    padding: 4rem 0; } }
.section-banner .overview-segment.-default h2 {
  color: #fff;
  margin-bottom: 2rem; }

@media all and (max-width: 665px) {
  .section-banner .overview-segment.-default h2 {
    font-size: 1.2rem; } }
.section-banner .overview-segment.-default .context p:last-child {
  margin-bottom: 0; }

@media all and (max-width: 665px) {
  .section-banner .overview-segment.-default .context .btn.btn-outline-secondary,
  .section-banner .overview-segment.-default .context .read-more a.btn-outline-secondary,
  .read-more .section-banner .overview-segment.-default .context a.btn-outline-secondary,
  .section-banner .overview-segment.-default .context .statistics-segment.-country .more-link > a.btn-outline-secondary,
  .statistics-segment.-country .section-banner .overview-segment.-default .context .more-link > a.btn-outline-secondary {
    padding: 0.625rem 1rem; } }
.section-banner:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(16%, rgba(0, 0, 0, 0.68)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.68) 16%, rgba(0, 0, 0, 0) 100%);
  z-index: 1; }

.overview-block .field--name-field-single-link a {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  font-size: 0.875rem;
  font-family: inherit;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  padding: 1rem 2rem;
  background-color: #0033a0;
  color: #ffffff;
  display: inline-block; }

@media all and (max-width: 640px) {
  .overview-block .field--name-field-single-link a {
    font-size: 0.75rem; } }
.overview-block .field--name-field-single-link a:hover,
.overview-block .field--name-field-single-link a:active {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000b75 !important; }

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

.homepage-campaign .view-content.row {
  width: 100%;
  margin: 0; }

.homepage-campaign .view-content.row > div {
  width: 100%; }

.homepage-campaign .view-header {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  background: #0033a0; }

.homepage-campaign .view-header .campaign-slider-details {
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #ffffff; }

@media all and (max-width: 640px) {
  .homepage-campaign .view-header .campaign-slider-details {
    display: block; } }
.homepage-campaign .view-header .campaign-slider-details .preamble-heading {
  color: #ffffff;
  margin-bottom: 1rem; }

@media all and (max-width: 1199px) and (min-width: 992px) {
  .homepage-campaign .view-header .campaign-slider-details .preamble-heading {
    font-size: 1.5rem; } }
@media all and (max-width: 1024px) {
  .homepage-campaign .view-header .campaign-slider-details .preamble-heading {
    font-size: 1.125rem; } }
.homepage-campaign .view-header .campaign-slider-details .btn:hover,
.homepage-campaign .view-header .campaign-slider-details .read-more a:hover,
.read-more .homepage-campaign .view-header .campaign-slider-details a:hover,
.homepage-campaign .view-header .campaign-slider-details .statistics-segment.-country .more-link > a:hover,
.statistics-segment.-country .homepage-campaign .view-header .campaign-slider-details .more-link > a:hover,
.homepage-campaign .view-header .campaign-slider-details .btn:active,
.homepage-campaign .view-header .campaign-slider-details .read-more a:active,
.read-more .homepage-campaign .view-header .campaign-slider-details a:active,
.homepage-campaign .view-header .campaign-slider-details .statistics-segment.-country .more-link > a:active,
.statistics-segment.-country .homepage-campaign .view-header .campaign-slider-details .more-link > a:active {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000b75 !important; }

@media all and (max-width: 1024px) {
  .homepage-campaign .view-header .campaign-slider-details .btn,
  .homepage-campaign .view-header .campaign-slider-details .read-more a,
  .read-more .homepage-campaign .view-header .campaign-slider-details a,
  .homepage-campaign .view-header .campaign-slider-details .statistics-segment.-country .more-link > a,
  .statistics-segment.-country .homepage-campaign .view-header .campaign-slider-details .more-link > a {
    padding: 0.25rem 0.5rem; } }
@media all and (max-width: 640px) {
  .homepage-campaign .view-header .campaign-slider-details .btn,
  .homepage-campaign .view-header .campaign-slider-details .read-more a,
  .read-more .homepage-campaign .view-header .campaign-slider-details a,
  .homepage-campaign .view-header .campaign-slider-details .statistics-segment.-country .more-link > a,
  .statistics-segment.-country .homepage-campaign .view-header .campaign-slider-details .more-link > a {
    padding: 1rem 2rem; } }
.homepage-campaign .flexslider {
  margin: 0;
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.homepage-campaign .flexslider.optionset-campaign .slides {
  height: auto; }

.homepage-campaign .flexslider.optionset-campaign .slides > li {
  height: auto;
  position: relative;
  margin-left: -0.00625rem; }

.homepage-campaign .flexslider .flex-direction-nav .flex-prev {
  left: -32px; }

.homepage-campaign .flexslider .flex-direction-nav .flex-next {
  right: -32px; }

.homepage-campaign .flexslider .flex-direction-nav a {
  opacity: .5;
  background-color: #0033a0;
  color: #ffffff;
  margin: auto 2rem;
  -webkit-transition: opacity 300ms cubic-bezier(0.42, 0, 0, 1.01) 65ms;
  transition: opacity 300ms cubic-bezier(0.42, 0, 0, 1.01) 65ms;
  text-indent: 100px;
  text-align: unset;
  overflow: hidden;
  top: calc(50% - 30px);
  display: block; }

.homepage-campaign .flexslider .flex-direction-nav a.flex-prev:before,
.homepage-campaign .flexslider .flex-direction-nav a.slick-prev:before {
  background: url("../images/icons-sprite-sheet.svg") -112px 0px no-repeat;
  background-size: 192px; }

.homepage-campaign .flexslider .flex-direction-nav a.flex-next:before,
.homepage-campaign .flexslider .flex-direction-nav a.slick-next:before {
  background: url("../images/icons-sprite-sheet.svg") -80px 0px no-repeat;
  background-size: 192px; }

.homepage-campaign .flexslider:hover .flex-next,
.homepage-campaign .flexslider:hover .flex-prev {
  opacity: 1; }

@media all and (max-width: 640px) {
  .homepage-campaign .flexslider .flex-direction-nav {
    display: block; } }
@media all and (max-width: 640px) {
  .homepage-campaign {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }
.homepage-campaign .layout__region--content {
  position: relative; }

.homepage-campaign .layout__region--content .thumbnail-wrapper {
  border: 0; }

.homepage-campaign .layout__region--content .field--name-node-title {
  position: absolute;
  bottom: 0;
  z-index: 10; }

.homepage-campaign .layout__region--content .field--name-node-title h5 {
  color: #ffffff;
  padding: 1rem;
  text-transform: uppercase;
  line-height: 1.25;
  letter-spacing: normal;
  margin-bottom: 0; }

.homepage-campaign .layout__region--content .field--name-node-title a {
  color: #fff; }

.homepage-campaign .compact-node-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #000 center/cover no-repeat;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  text-decoration: none;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }

.homepage-campaign .compact-node-link:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0); }

.homepage-campaign .compact-node-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15.3125rem;
  opacity: 0.8;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(3, 17, 43, 0)), to(#03112b));
  background: linear-gradient(180deg, rgba(3, 17, 43, 0) 0%, #03112b 100%);
  cursor: pointer; }

.campaign-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #000 center/cover no-repeat;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  text-decoration: none;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }

.campaign-card:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0); }

.campaign-card:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15.3125rem;
  opacity: 0.8;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(3, 17, 43, 0)), to(#03112b));
  background: linear-gradient(180deg, rgba(3, 17, 43, 0) 0%, #03112b 100%);
  cursor: pointer;
  content: none; }

.campaign-card .media--blazy.media--background {
  padding-bottom: 56% !important; }

.campaign-card > .title {
  color: #ffffff;
  position: absolute;
  padding: 2rem;
  text-transform: uppercase;
  line-height: 1.25;
  z-index: 10; }

.campaign-card > .title a {
  color: #fff; }

.campaign-card > .title a:hover {
  color: #fff; }

.campaign-card > .title:before {
  color: rgba(255, 255, 255, 0.5);
  content: attr(data-preamble);
  display: block;
  margin-bottom: 1rem; }

.campaign-cards {
  padding: 0;
  margin: 0 !important; }

.campaign-cards li {
  list-style: none; }

.campaign-cards .field__item {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-bottom: 0 !important; }

.campaigns {
  margin-bottom: 2rem; }

.campaign-badge {
  margin-bottom: 4rem; }

.campaign-badge .field--name-field-link-campaign a {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  font-size: 0.875rem;
  font-family: inherit;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  padding: 1rem 2rem;
  background-color: #0033a0;
  color: #ffffff;
  margin: 0;
  display: inline-block; }

@media all and (max-width: 640px) {
  .campaign-badge .field--name-field-link-campaign a {
    font-size: 0.75rem; } }
.photo-slider #slick-views-pbn-multimedia-block-1-1-slider {
  margin: 0; }

.photo-slider .view-content.row {
  margin: 0; }

.photo-slider .view-content.row .slick .slide__caption {
  width: 100%;
  min-height: 1%;
  height: auto;
  padding: 0 0 1rem 0;
  background: none; }

.photo-slider .view-content.row .slick .slide__caption p {
  margin-top: 0.5rem;
  color: rgba(0, 0, 0, 0.5); }

.photo-slider .view-content.row .slick .slick-arrow {
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.5);
  background-color: #0033a0;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: opacity 300ms cubic-bezier(0.42, 0, 0, 1.01) 65ms;
  transition: opacity 300ms cubic-bezier(0.42, 0, 0, 1.01) 65ms; }

.photo-slider .view-content.row .slick .slick-arrow:hover {
  background-color: #0033a0;
  color: #ffffff; }

.photo-slider .view-content.row .slick .slick-arrow.flex-prev:before,
.photo-slider .view-content.row .slick .slick-arrow.slick-prev:before {
  background: url("../images/icons-sprite-sheet.svg") -96px 0px no-repeat;
  background-size: 192px; }

.photo-slider .view-content.row .slick .slick-arrow.flex-prev:hover:before,
.photo-slider .view-content.row .slick .slick-arrow.slick-prev:hover:before {
  background: url("../images/icons-sprite-sheet.svg") -112px 0px no-repeat;
  background-size: 192px; }

.photo-slider .view-content.row .slick .slick-arrow.flex-next:before,
.photo-slider .view-content.row .slick .slick-arrow.slick-next:before {
  background: url("../images/icons-sprite-sheet.svg") -64px 0px no-repeat;
  background-size: 192px; }

.photo-slider .view-content.row .slick .slick-arrow.flex-next:hover:before,
.photo-slider .view-content.row .slick .slick-arrow.slick-next:hover:before {
  background: url("../images/icons-sprite-sheet.svg") -80px 0px no-repeat;
  background-size: 192px; }

.photo-slider .view-content.row .slick .slick-arrow.flex-prev:before,
.photo-slider .view-content.row .slick .slick-arrow.slick-prev:before {
  background: url("../images/icons-sprite-sheet.svg") -112px 0px no-repeat;
  background-size: 192px; }

.photo-slider .view-content.row .slick .slick-arrow.flex-next:before,
.photo-slider .view-content.row .slick .slick-arrow.slick-next:before {
  background: url("../images/icons-sprite-sheet.svg") -80px 0px no-repeat;
  background-size: 192px; }

.site-footer {
  padding: 2rem 0;
  background: #f7f8fc;
  font-size: 0.875rem; }

@media all and (max-width: 640px) {
  .site-footer .justify-content-end {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; } }
.site-footer a.nav-link,
.site-footer span.nav-link {
  font-weight: 600;
  color: #000;
  opacity: 0.5;
  text-decoration: none; }

.site-footer a.nav-link:hover,
.site-footer span.nav-link:hover {
  opacity: 1;
  background: none; }

.site-footer .footer-link,
.site-footer .link {
  color: #000;
  opacity: 0.5;
  text-decoration: none; }

.site-footer .footer-link:hover,
.site-footer .link:hover {
  opacity: 1;
  background: none; }

.site-footer h2 {
  font-family: inherit;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.75rem;
  line-height: 1.2;
  color: #000;
  margin-bottom: 0.75rem;
  line-height: 1.6;
  margin-top: 0;
  text-align: left; }

.site-footer .node--view-mode-teaser {
  border-bottom: 0; }

.site-footer .region-footer-fourth {
  padding-top: 2rem; }

@media all and (max-width: 640px) {
  .site-footer .region-footer-fourth {
    margin-top: 1rem; } }
.site-footer .region-footer-fourth,
.site-footer .region-footer-fifth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 1rem;
  margin-top: 1rem;
  position: relative;
  overflow: hidden; }

.site-footer .region-footer-fourth:before,
.site-footer .region-footer-fifth:before {
  content: '';
  background: rgba(0, 0, 0, 0.15);
  height: 0.0625rem;
  width: 100%;
  margin: 0 1rem;
  position: absolute;
  top: 0; }

.site-footer .base-footer__top {
  margin-bottom: 2rem;
  margin-top: 2rem;
  border-bottom: 1px solid rgba(39, 55, 68, 0.15); }

.site-footer .base-footer__top .block {
  padding-bottom: 2rem;
  border-right: 1px solid rgba(39, 55, 68, 0.15); }

.site-footer .base-footer__top .block:last-child {
  border-right: 0; }

.site-footer > .base-footer__top {
  margin-bottom: 2rem; }

.site-footer > .base-footer__top .block {
  border-color: rgba(39, 55, 68, 0.05); }

.site-footer .social-nav ul.nav li a {
  margin: 0;
  font-weight: 600;
  color: #000;
  opacity: 0.5;
  font-size: 1.2rem; }

.site-footer .social-nav ul.nav li a:hover {
  color: #0033a0;
  opacity: 1;
  background: none; }

.site-footer .social-nav ul.nav li a:focus {
  background: none;
  outline: none; }

.site-footer .social-nav.-inline ul.nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

.site-footer .footer-links ul.nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.site-footer .footer-links ul.nav li.nav-item a.nav-link,
.site-footer .footer-links ul.nav li.nav-item span.nav-link {
  padding: 0.5rem 0; }

.site-footer .footer-links ul.nav li.nav-item a.nav-link:hover,
.site-footer .footer-links ul.nav li.nav-item span.nav-link:hover {
  opacity: 1;
  background: none; }

@media all and (max-width: 640px) {
  .site-footer .site-footer__bottom .navigation .clearfix.nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }
.site-footer .region-footer-third.row {
  margin: 0; }

@media all and (max-width: 640px) {
  .site-footer .region-footer-third {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }
.org-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.org-details .address,
.org-details .tel,
.org-details .email {
  color: #000;
  opacity: 0.5;
  margin-bottom: 0.75rem; }

.org-details .tel {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-line-pack: center;
  align-content: center;
  cursor: default; }

.org-details .tel:before {
  background: url("../images/icons-sprite-sheet.svg") -96px -32px no-repeat;
  background-size: 192px;
  width: 16px;
  height: 1rem;
  content: "";
  display: block;
  margin: auto 0.25rem auto 0; }

.org-details .email {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-line-pack: center;
  align-content: center;
  cursor: default; }

.org-details .email:before {
  background: url("../images/icons-sprite-sheet.svg") -128px -32px no-repeat;
  background-size: 192px;
  width: 16px;
  height: 1rem;
  content: "";
  display: block;
  margin: auto 0.25rem auto 0; }

.menu--footer-menu-new ul.nav {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.articles-view-list {
  margin: 0;
  padding: 0; }

.articles-view-list li {
  list-style: none;
  margin-bottom: 1rem; }

.field--type-entity-reference-revisions .paragraph--view-mode--default > h2.title {
  margin-bottom: 2rem;
  display: block; }

.field--type-entity-reference-revisions .paragraph--view-mode--default .field__items .field__item .layout__region.layout__region--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.field--type-entity-reference-revisions .paragraph--view-mode--default .field__items .field__item .col-auto {
  padding: 0; }

.field--type-entity-reference-revisions .paragraph--view-mode--default .field__items .field__item .col-auto:after {
  left: 0; }

.articles-view .article-card {
  margin-bottom: 2rem; }

.articles-view.-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.articles-view.-column .article-card {
  margin-bottom: 2rem; }

#FullpageBanner {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 0; }

#FullpageBanner ul.slides > li > div {
  height: 100%; }

#FullpageBanner .flex-direction-nav li > a {
  opacity: 1;
  background-color: #0035a0;
  color: #ffffff;
  margin: auto 2rem;
  -webkit-transition: opacity 300ms cubic-bezier(0.42, 0, 0, 1.01) 65ms;
  transition: opacity 300ms cubic-bezier(0.42, 0, 0, 1.01) 65ms;
  top: calc(44% - 30px);
  display: block;
  text-indent: -999em;
  text-align: unset;
  overflow: hidden;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  width: 60px;
  height: 3.75rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

@media all and (max-width: 1080px) {
  #FullpageBanner .flex-direction-nav li > a {
    top: calc(37% - 30px); } }
@media all and (max-width: 640px) {
  #FullpageBanner .flex-direction-nav li > a {
    top: calc(32% - 30px); } }
#FullpageBanner .flex-direction-nav li > a:before {
  content: "";
  width: 16px;
  height: 1rem;
  margin: auto;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

#FullpageBanner .flex-direction-nav li > a.flex-prev,
#FullpageBanner .flex-direction-nav li > a.slick-prev {
  left: -100px; }

#FullpageBanner .flex-direction-nav li > a.flex-prev:before,
#FullpageBanner .flex-direction-nav li > a.slick-prev:before {
  background: url(../images/icons-sprite-sheet.svg) -112px 0px no-repeat;
  background-size: 192px; }

#FullpageBanner .flex-direction-nav li > a.flex-next,
#FullpageBanner .flex-direction-nav li > a.slick-next {
  right: -100px; }

#FullpageBanner .flex-direction-nav li > a.flex-next:before,
#FullpageBanner .flex-direction-nav li > a.slick-next:before {
  background: url(../images/icons-sprite-sheet.svg) -80px 0px no-repeat;
  background-size: 192px; }

#FullpageBanner .banner-detail {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding: 0; }

#FullpageBanner:hover .flex-direction-nav li > a.flex-prev,
#FullpageBanner:hover .flex-direction-nav li > a.slick-prev {
  left: -32px; }

#FullpageBanner:hover .flex-direction-nav li > a.flex-next,
#FullpageBanner:hover .flex-direction-nav li > a.slick-next {
  right: -32px; }

.slides .banner-detail {
  z-index: 10;
  margin: auto;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100%; }

.slides .banner-detail .article-detail {
  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-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 1rem;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-right: 40.625rem; }

.slides .banner-detail .article-detail .mini-caption,
.slides .banner-detail .article-detail .author {
  margin-bottom: 0;
  max-width: 100%; }

.fullBanner {
  position: relative;
  margin-bottom: 0; }

.fullBanner .article-detail .mini-caption h2 {
  line-height: 1em;
  text-transform: none;
  margin-bottom: 2rem;
  text-shadow: 0 0 3px #000000d9; }

.page-banner .view-content.row {
  margin: 0; }

.page-banner .view-content.row > div {
  width: 100%; }

.page-banner .views-field-field-cover-image > .field-content {
  height: 100%; }

.page-banner .views-field-field-cover-image:before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, color-stop(2%, rgba(0, 0, 0, 0.25)), color-stop(10%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(65%, rgba(0, 0, 0, 0.34)), to(rgba(0, 0, 0, 0.61)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 2%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.34) 65%, rgba(0, 0, 0, 0.61) 100%);
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  opacity: 1; }

@media all and (max-width: 768px) {
  .page-banner .mini-caption {
    width: 100%; } }
.page-banner .mini-caption h1,
.page-banner .mini-caption h2 {
  color: #fff;
  font-size: 2.125rem;
  text-shadow: none;
  text-transform: uppercase;
  letter-spacing: unset;
  max-width: 720px;
  line-height: 1.2em;
  margin: 1.25rem 0; }

.page-banner .mini-caption h1 a,
.page-banner .mini-caption h2 a {
  color: #fff; }

.page-banner .mini-caption h1 a:hover,
.page-banner .mini-caption h1 a:focus,
.page-banner .mini-caption h2 a:hover,
.page-banner .mini-caption h2 a:focus {
  text-decoration: none; }

@media all and (max-width: 1024px) {
  .page-banner .mini-caption h1,
  .page-banner .mini-caption h2 {
    max-width: unset;
    font-size: 1.5rem;
    text-shadow: 1px 1px 2px black; } }
@media all and (max-width: 640px) {
  .page-banner .mini-caption h1,
  .page-banner .mini-caption h2 {
    font-size: 1.3rem !important;
    margin-top: 0;
    text-shadow: none; } }
.page-banner .mini-caption .btn.btn-default,
.page-banner .mini-caption .read-more a.btn-default,
.read-more .page-banner .mini-caption a.btn-default,
.page-banner .mini-caption .statistics-segment.-country .read-more .more-link > a,
.page-banner .mini-caption .statistics-segment.-country .more-link > a,
.statistics-segment.-country .page-banner .mini-caption .more-link > a {
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: none;
  color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
  border: 1px solid #f7f7f7;
  color: #ffffff;
  font-weight: 800;
  font-size: 0.75rem;
  padding: 0.8rem 1.5rem; }

.page-banner .mini-caption .btn.btn-default:hover,
.page-banner .mini-caption .read-more a.btn-default:hover,
.read-more .page-banner .mini-caption a.btn-default:hover,
.page-banner .mini-caption .statistics-segment.-country .read-more .more-link > a:hover,
.page-banner .mini-caption .statistics-segment.-country .more-link > a:hover,
.statistics-segment.-country .page-banner .mini-caption .more-link > a:hover,
.page-banner .mini-caption .btn.btn-default:active,
.page-banner .mini-caption .read-more a.btn-default:active,
.read-more .page-banner .mini-caption a.btn-default:active,
.page-banner .mini-caption .statistics-segment.-country .read-more .more-link > a:active,
.page-banner .mini-caption .statistics-segment.-country .more-link > a:active,
.statistics-segment.-country .page-banner .mini-caption .more-link > a:active {
  background-color: #0033a0;
  border-color: #0033a0;
  color: #ffffff; }

.page-banner .mini-caption .btn.btn-default:hover,
.page-banner .mini-caption .read-more a.btn-default:hover,
.read-more .page-banner .mini-caption a.btn-default:hover,
.page-banner .mini-caption .statistics-segment.-country .read-more .more-link > a:hover,
.page-banner .mini-caption .statistics-segment.-country .more-link > a:hover,
.statistics-segment.-country .page-banner .mini-caption .more-link > a:hover,
.page-banner .mini-caption .btn.btn-default:active,
.page-banner .mini-caption .read-more a.btn-default:active,
.read-more .page-banner .mini-caption a.btn-default:active,
.page-banner .mini-caption .statistics-segment.-country .read-more .more-link > a:active,
.page-banner .mini-caption .statistics-segment.-country .more-link > a:active,
.statistics-segment.-country .page-banner .mini-caption .more-link > a:active {
  background-color: #000b75;
  border-color: #000b75;
  color: #ffffff !important; }

.page-banner .mini-caption .btn.btn-default span,
.page-banner .mini-caption .read-more a.btn-default span,
.read-more .page-banner .mini-caption a.btn-default span,
.page-banner .mini-caption .statistics-segment.-country .read-more .more-link > a span,
.page-banner .mini-caption .statistics-segment.-country .more-link > a span,
.statistics-segment.-country .page-banner .mini-caption .more-link > a span {
  color: #ffffff; }

.page-banner .mini-caption .btn.btn-primary,
.page-banner .mini-caption .read-more a,
.read-more .page-banner .mini-caption a,
.page-banner .mini-caption .statistics-segment.-country .more-link > a.btn-primary,
.statistics-segment.-country .page-banner .mini-caption .more-link > a.btn-primary,
.page-banner .mini-caption .statistics-segment.-country .read-more .more-link > a,
.statistics-segment.-country .read-more .page-banner .mini-caption .more-link > a,
.page-banner .mini-caption .read-more .statistics-segment.-country .more-link > a,
.read-more .statistics-segment.-country .page-banner .mini-caption .more-link > a {
  padding: 0.875rem 1.375rem;
  background-color: #0033a0;
  color: #ffffff; }

.page-banner .mini-caption .btn.btn-primary:hover,
.page-banner .mini-caption .read-more a:hover,
.read-more .page-banner .mini-caption a:hover,
.page-banner .mini-caption .statistics-segment.-country .more-link > a.btn-primary:hover,
.statistics-segment.-country .page-banner .mini-caption .more-link > a.btn-primary:hover,
.page-banner .mini-caption .statistics-segment.-country .read-more .more-link > a:hover,
.statistics-segment.-country .read-more .page-banner .mini-caption .more-link > a:hover,
.page-banner .mini-caption .read-more .statistics-segment.-country .more-link > a:hover,
.read-more .statistics-segment.-country .page-banner .mini-caption .more-link > a:hover,
.page-banner .mini-caption .btn.btn-primary:active,
.page-banner .mini-caption .read-more a:active,
.read-more .page-banner .mini-caption a:active,
.page-banner .mini-caption .statistics-segment.-country .more-link > a.btn-primary:active,
.statistics-segment.-country .page-banner .mini-caption .more-link > a.btn-primary:active,
.page-banner .mini-caption .statistics-segment.-country .read-more .more-link > a:active,
.statistics-segment.-country .read-more .page-banner .mini-caption .more-link > a:active,
.page-banner .mini-caption .read-more .statistics-segment.-country .more-link > a:active,
.read-more .statistics-segment.-country .page-banner .mini-caption .more-link > a:active {
  background-color: #000b75;
  border-color: #000b75;
  color: #ffffff !important; }

.page-banner .mini-caption .btn.btn-primary span,
.page-banner .mini-caption .read-more a span,
.read-more .page-banner .mini-caption a span,
.page-banner .mini-caption .statistics-segment.-country .more-link > a.btn-primary span,
.statistics-segment.-country .page-banner .mini-caption .more-link > a.btn-primary span,
.page-banner .mini-caption .statistics-segment.-country .read-more .more-link > a span,
.statistics-segment.-country .read-more .page-banner .mini-caption .more-link > a span,
.page-banner .mini-caption .read-more .statistics-segment.-country .more-link > a span,
.read-more .statistics-segment.-country .page-banner .mini-caption .more-link > a span {
  color: #ffffff; }

.page-banner.-static .views-row {
  position: relative; }

.page-banner.-static .views-row .banner-detail {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 6rem; }

.page-banner.slider .banner-detail {
  padding-left: 0;
  padding-right: 0; }

@media all and (max-width: 768px) {
  .page-banner.slider #FullpageBanner ul.slides li {
    height: 100%; }

  .page-banner.slider #FullpageBanner ul.slides li:before {
    background: none; }

  .page-banner.slider #FullpageBanner ul.slides li .views-field-field-cover-image {
    position: relative; }

  .page-banner.slider #FullpageBanner ul.slides li .views-field-field-cover-image:before {
    content: '';
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.8) 100%);
    position: absolute;
    bottom: -1px;
    z-index: 1;
    width: 100%;
    height: 50%;
    opacity: 1; }

  .page-banner.slider #FullpageBanner ul.slides li .views-field-field-cover-image .media--blazy.media--background {
    height: unset;
    padding-bottom: initial; }

  .page-banner.slider #FullpageBanner ul.slides li .banner-detail {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: auto;
    padding: 0;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: absolute;
    bottom: 0;
    z-index: 1; }

  .page-banner.slider #FullpageBanner ul.slides li .banner-detail .mini-caption {
    margin-bottom: 0; }

  .page-banner.slider #FullpageBanner ul.slides li .banner-detail .mini-caption h1 a {
    color: #fff; }

  .page-banner.slider #FullpageBanner ul.slides li .banner-detail .mini-caption h2 {
    margin-top: 0; }

  .page-banner.slider #FullpageBanner .flex-direction-nav {
    display: block; }

  .page-banner.slider #FullpageBanner .flex-direction-nav .flex-prev {
    left: -16px; }

  .page-banner.slider #FullpageBanner .flex-direction-nav .flex-next {
    right: -16px; } }
@media all and (max-width: 640px) {
  .page-banner.slider #FullpageBanner ul.slides {
    background: #0033a0; }

  .page-banner.slider #FullpageBanner ul.slides li .views-field-field-cover-image:before {
    content: none; }

  .page-banner.slider #FullpageBanner ul.slides li .banner-detail {
    padding-top: 2rem;
    position: relative; }

  .page-banner.slider #FullpageBanner ul.slides li .banner-detail .btn,
  .page-banner.slider #FullpageBanner ul.slides li .banner-detail .read-more a,
  .read-more .page-banner.slider #FullpageBanner ul.slides li .banner-detail a,
  .page-banner.slider #FullpageBanner ul.slides li .banner-detail .statistics-segment.-country .more-link > a,
  .statistics-segment.-country .page-banner.slider #FullpageBanner ul.slides li .banner-detail .more-link > a {
    border: 1px solid #f7f7f7; } }
@media all and (max-width: 768px) {
  .page-banner.-cover #FullpageBanner ul.slides li {
    height: 100%; }

  .page-banner.-cover #FullpageBanner ul.slides li:before {
    background: none; }

  .page-banner.-cover #FullpageBanner ul.slides li .views-field-field-cover-image {
    position: relative; }

  .page-banner.-cover #FullpageBanner ul.slides li .views-field-field-cover-image:before {
    content: '';
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.8) 100%);
    position: absolute;
    bottom: -1px;
    z-index: 1;
    width: 100%;
    height: 50%;
    opacity: 1; }

  .page-banner.-cover #FullpageBanner ul.slides li .views-field-field-cover-image .media--blazy.media--background {
    height: unset;
    padding-bottom: initial; }

  .page-banner.-cover #FullpageBanner ul.slides li .banner-detail {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: auto;
    padding: 0;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: absolute;
    bottom: 0;
    z-index: 1; }

  .page-banner.-cover #FullpageBanner ul.slides li .banner-detail .mini-caption {
    margin-bottom: 0; }

  .page-banner.-cover #FullpageBanner ul.slides li .banner-detail .mini-caption h1 a {
    color: #fff; }

  .page-banner.-cover #FullpageBanner ul.slides li .banner-detail .mini-caption h2 {
    margin-top: 0; }

  .page-banner.-cover #FullpageBanner .flex-direction-nav {
    display: block; }

  .page-banner.-cover #FullpageBanner .flex-direction-nav .flex-prev {
    left: -16px; }

  .page-banner.-cover #FullpageBanner .flex-direction-nav .flex-next {
    right: -16px; } }
@media all and (max-width: 640px) {
  .page-banner.-cover #FullpageBanner ul.slides {
    background: #0033a0; }

  .page-banner.-cover #FullpageBanner ul.slides li .views-field-field-cover-image:before {
    content: none; }

  .page-banner.-cover #FullpageBanner ul.slides li .banner-detail {
    padding-top: 2rem;
    position: relative; }

  .page-banner.-cover #FullpageBanner ul.slides li .banner-detail .btn,
  .page-banner.-cover #FullpageBanner ul.slides li .banner-detail .read-more a,
  .read-more .page-banner.-cover #FullpageBanner ul.slides li .banner-detail a,
  .page-banner.-cover #FullpageBanner ul.slides li .banner-detail .statistics-segment.-country .more-link > a,
  .statistics-segment.-country .page-banner.-cover #FullpageBanner ul.slides li .banner-detail .more-link > a {
    border: 1px solid #f7f7f7; } }
.slides .banner-detail .article-detail {
  max-width: 100%; }

@media all and (max-width: 1024px) {
  .slides .banner-detail .article-detail {
    margin-right: unset !important; } }
@media all and (max-width: 640px) {
  .slides .banner-detail .article-detail {
    padding-top: 0; } }
.path-frontpage .page-banner .mini-caption h1,
.path-frontpage .page-banner .mini-caption h2 {
  text-transform: inherit; }

.path-frontpage .fullBanner {
  margin: 0 auto;
  overflow: hidden;
  background: #fff; }

.path-frontpage .slides .banner-detail .article-detail {
  margin-right: 0; }

.flexslider {
  margin: 0;
  border: 0; }

.flex-direction-nav {
  display: none; }

.works {
  margin-bottom: 4rem; }

.works h2 {
  margin-bottom: 2rem;
  text-transform: uppercase;
  font-weight: bold; }

.works .field--name-node-title {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  padding: 1rem 2rem;
  left: 0; }

.works .field--name-node-title h5 {
  letter-spacing: normal;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: normal;
  overflow: hidden; }

@media all and (max-width: 768px) {
  .works .field--name-node-title h5 {
    font-size: 0.9375rem; } }
.works .field--name-node-title h5 a {
  color: #fff;
  text-shadow: 1px 1px 3px #000000d9;
  letter-spacing: 0.03rem;
  display: inline-block; }

.works .blazy {
  float: none;
  margin: 0;
  position: relative;
  overflow: hidden; }

.works .blazy:after {
  position: absolute;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(3, 17, 43, 0)), color-stop(50%, rgba(3, 17, 43, 0.12)), to(rgba(3, 17, 43, 0.72)));
  background: linear-gradient(180deg, rgba(3, 17, 43, 0) 40%, rgba(3, 17, 43, 0.12) 50%, rgba(3, 17, 43, 0.72) 100%);
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.works .blazy .media--blazy {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s; }

.works .blazy .media {
  padding-bottom: 60% !important; }

.works .layout__region.layout__region--content:hover .blazy:after {
  -webkit-filter: grayscale(0);
  filter: grayscale(0); }

.works .paragraph--view-mode--banner-cover {
  overflow: hidden; }

.works .paragraph--view-mode--banner-cover > * {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s; }

.works .field__item:hover .paragraph--view-mode--banner-cover > * {
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

.related-links-wrapper {
  padding: 4rem;
  background: #0033a0;
  margin-bottom: 4rem; }

.related-links-wrapper h2 {
  color: #fff;
  margin-bottom: 2rem;
  text-transform: uppercase;
  font-weight: bold; }

@media all and (max-width: 640px) {
  .related-links-wrapper.fullwidth {
    padding: 2rem; } }
.related-links ul {
  padding: 0; }

.related-links ul li {
  list-style: none; }

.related-links h5 {
  text-align: center; }

.related-links h5 a {
  padding: 2rem;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0);
  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; }

.related-links h5 a:hover {
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.05); }

.related-links .field--name-field-content-items > .field__item * {
  height: 100%; }

.view-basic-content-resources .views-row {
  width: 100%; }

/*** Resources page teaser ***/
.related-resources-wrapper h5.title {
  color: #273744; }

.related-resources-wrapper > ul > .field__item {
  padding: 0 1rem; }

.timestamp > .file-links > span {
  margin-right: 0.625rem; }

.bluebg .file-link > a {
  color: #ffffff; }

.bluebg .tag .field__item {
  margin-bottom: 0; }

.link-wrap > div {
  display: inline-block; }

.related-resources-wrapper.bluebg .field--name-node-post-date {
  margin-bottom: 0; }

.related-resources-wrapper .views-element-container {
  width: 100%; }

.related-resources-wrapper h2 {
  margin-bottom: 2rem;
  text-transform: uppercase; }

.related-resources-wrapper .timestamp {
  margin-top: 1rem; }

@media all and (max-width: 640px) {
  .related-resources-wrapper .timestamp {
    margin: .7rem 0 0; } }
.related-resources-wrapper .blazy {
  float: none;
  margin: 0;
  position: relative; }

.related-resources-wrapper .blazy .media {
  padding-bottom: 60% !important; }

.related-resources-wrapper .media--blazy img,
.related-resources-wrapper .video-embed-field-launch-modal img {
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0; }

.related-resources-wrapper .video-embed-field-launch-modal {
  background: #000;
  overflow: hidden; }

.related-resources-wrapper h5.title {
  letter-spacing: normal;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: normal;
  overflow: hidden; }

@media all and (max-width: 640px) {
  .related-resources-wrapper h5.title {
    margin-top: .5rem; } }
.block-system-main-block,
.field--name-field-flexible-content > .field__item {
  margin-bottom: 4rem; }

.block-views-blockfeatured-news-related > h2 {
  margin-bottom: 2rem; }

.related-resources-wrapper + .read-more {
  margin-bottom: 4rem;
  margin-top: 0; }

.related-block h2 {
  margin-bottom: 2rem;
  text-transform: uppercase;
  text-align: center; }

#block-iom2021-views-block-featured-news-related {
  margin-top: 5rem; }

.statistics-segment {
  margin-bottom: 4rem; }

.statistics-segment .views-field-field-p-facts-and-figures {
  width: 100%; }

.statistics-segment.-expanded {
  width: 100%;
  padding: 2rem;
  background: #0033a0;
  color: #ffffff;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0; }

.statistics-segment.-expanded .view-header .preamble-heading {
  color: #ffffff; }

.statistics-segment.-expanded .view-header .preamble-heading:before {
  color: rgba(255, 255, 255, 0.5); }

.statistics-segment.-expanded .view-footer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 2rem; }

.statistics-segment.-expanded .view-content.row {
  position: relative;
  width: 100%;
  margin: 0; }

.statistics-segment.-expanded .view-content.row .views-row {
  -webkit-box-flex: 1;
  -ms-flex: 1 33.3%;
  flex: 1 33.3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25); }

.statistics-segment.-expanded .view-content.row .views-row .layout--onecol {
  padding: 0; }

.statistics-segment.-expanded .view-content.row .views-row .figures {
  padding: 2rem 1rem; }

.statistics-segment.-expanded .view-content.row .views-row > * {
  width: 100%; }

.statistics-segment.-expanded .view-content.row .views-row:nth-child(3n + 3) {
  border-right: 0; }

@media all and (max-width: 640px) {
  .statistics-segment.-expanded .view-content.row .views-row {
    border-right: 0; } }
.statistics-segment.-expanded .view-content.row:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.125rem;
  background-color: #0033a0; }

.statistics-segment.-condense {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative; }

@media all and (max-width: 1279px) {
  .statistics-segment.-condense {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }
.statistics-segment.-condense .field--name-field-p-facts-and-figures,
.statistics-segment.-condense .statistics-summary {
  max-width: 45%;
  margin-top: -15.25rem;
  padding: 2rem;
  background: #0033a0;
  color: #ffffff;
  position: relative;
  z-index: 2;
  width: 100%; }

@media all and (max-width: 1279px) {
  .statistics-segment.-condense .field--name-field-p-facts-and-figures,
  .statistics-segment.-condense .statistics-summary {
    margin-top: 0;
    max-width: 70%; } }
.statistics-segment.-condense .field--name-field-p-facts-and-figures .label,
.statistics-segment.-condense .statistics-summary .label {
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 1rem;
  display: block;
  text-align: left;
  font-size: 1.25rem; }

.statistics-segment.-condense .field--name-field-p-facts-and-figures > .field__items,
.statistics-segment.-condense .statistics-summary > .field__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative; }

@media all and (max-width: 640px) {
  .statistics-segment.-condense .field--name-field-p-facts-and-figures > .field__items,
  .statistics-segment.-condense .statistics-summary > .field__items {
    display: block; } }
.statistics-segment.-condense .field--name-field-p-facts-and-figures > .field__items > .field__item,
.statistics-segment.-condense .statistics-summary > .field__items > .field__item {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex: 1 0 49.9%;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25); }

.statistics-segment.-condense .field--name-field-p-facts-and-figures > .field__items > .field__item .layout.layout--onecol,
.statistics-segment.-condense .statistics-summary > .field__items > .field__item .layout.layout--onecol {
  width: 100%; }

.statistics-segment.-condense .field--name-field-p-facts-and-figures > .field__items > .field__item:nth-child(even),
.statistics-segment.-condense .statistics-summary > .field__items > .field__item:nth-child(even) {
  border-right: 0; }

.statistics-segment.-condense .field--name-field-p-facts-and-figures > .field__items > .field__item:last-child,
.statistics-segment.-condense .statistics-summary > .field__items > .field__item:last-child {
  border: 0; }

@media all and (max-width: 640px) {
  .statistics-segment.-condense .field--name-field-p-facts-and-figures > .field__items > .field__item,
  .statistics-segment.-condense .statistics-summary > .field__items > .field__item {
    border-right: 0; } }
.statistics-segment.-condense .field--name-field-p-facts-and-figures > .field__items:after,
.statistics-segment.-condense .statistics-summary > .field__items:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 0.375rem;
  background-color: #0033a0; }

@media all and (max-width: 780px) {
  .statistics-segment.-condense .field--name-field-p-facts-and-figures,
  .statistics-segment.-condense .statistics-summary {
    margin-top: 2rem;
    max-width: 100%; } }
.statistics-segment.-country .field--name-field-p-facts-and-figures,
.statistics-segment.-country .statistics-summary {
  max-width: 50%; }

@media all and (max-width: 1279px) {
  .statistics-segment.-country .field--name-field-p-facts-and-figures,
  .statistics-segment.-country .statistics-summary {
    max-width: 70%; } }
@media all and (max-width: 780px) {
  .statistics-segment.-country .field--name-field-p-facts-and-figures,
  .statistics-segment.-country .statistics-summary {
    margin-top: 2rem;
    max-width: 100%; } }
.statistics-segment.-country .view-content.row {
  position: relative; }

@media all and (max-width: 1000px) {
  .statistics-segment.-country .view-content.row {
    display: block; } }
.statistics-segment.-country .view-content.row > .views-row {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25); }

.statistics-segment.-country .view-content.row > .views-row:nth-child(even) {
  border-right: 0; }

.statistics-segment.-country .view-content.row > .views-row:last-child {
  border: 0; }

@media all and (max-width: 1000px) {
  .statistics-segment.-country .view-content.row > .views-row {
    border-right: 0; } }
@media all and (max-width: 640px) {
  .statistics-segment.-country .view-content.row {
    border-right: 0; } }
.statistics-segment.-country .view-content.row:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.25rem;
  background-color: #0033a0; }

.statistics-segment.-country .more-link {
  text-align: center;
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.figures {
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.figures .ph:before {
  font-size: 40%;
  font-weight: 600;
  content: attr(data-preamble);
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 0.75rem;
  display: block;
  line-height: 1.5; }

.figures .ph:before {
  content: attr(data-pre);
  text-transform: uppercase; }

.figures .preamble-heading,
.figures .ph {
  color: #ffffff;
  letter-spacing: normal;
  margin: 0;
  margin-left: 6rem;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1.375rem;
  font-weight: 600; }

.figures .preamble-heading:before,
.figures .ph:before {
  color: rgba(255, 255, 255, 0.5); }

.figures .preamble-heading:before,
.figures .ph:before {
  letter-spacing: 0.09375rem;
  font-size: 50%; }

.figures .iconWrap {
  min-width: 96px;
  min-height: 96px; }

.figures .iconWrap + .preamble-heading,
.figures .iconWrap + .ph {
  margin-left: 0; }

.figures .field--name-field-single-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  width: 96px;
  padding: 1.5rem; }

.figures .field--name-field-single-image img {
  margin: 0;
  width: 100%; }

.about-section-details {
  padding: 4rem;
  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-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #0033a0; }

.about-section-details p {
  width: 100%; }

.about-section-details h2 {
  color: #000;
  margin-bottom: 3rem; }

.about-section-details h2:before {
  font-size: 40%;
  font-weight: 600;
  content: attr(data-preamble);
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 0.75rem;
  display: block;
  line-height: 1.5; }

.about-section-details h2:before {
  font-size: 0.75rem; }

.about-section-details h3 {
  margin-bottom: 2rem; }

.about-section-details h3:before {
  font-size: 0.875rem;
  font-family: inherit;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  content: attr(data-preamble);
  font-size: 0.75rem;
  margin-bottom: 0.75rem;
  color: rgba(39, 55, 68, 0.5);
  display: block;
  line-height: 1.5; }

@media all and (max-width: 640px) {
  .about-section-details h3:before {
    font-size: 0.75rem; } }
.about-section-details h1,
.about-section-details h2,
.about-section-details h3,
.about-section-details h4,
.about-section-details h5,
.about-section-details h6 {
  color: #fff; }

.about-section-details a {
  color: #fff;
  position: relative; }

.about-section-details a:after {
  content: "";
  background: rgba(255, 255, 255, 0.1);
  height: 0.0625rem;
  width: 100%;
  display: block;
  position: absolute;
  margin-top: 0.25rem; }

.about-section-details a:hover,
.about-section-details a:focus {
  color: #e6e6e6;
  outline: none;
  text-decoration: none; }

.about-section-details .button,
.about-section-details .view-content.row + .more-link a,
.view-content.row + .more-link .about-section-details a {
  margin-bottom: 2rem; }

.about-section-details .btn:after,
.about-section-details .read-more a:after,
.read-more .about-section-details a:after,
.about-section-details .statistics-segment.-country .more-link > a:after,
.statistics-segment.-country .about-section-details .more-link > a:after {
  content: none; }

.about-section-details .spread {
  margin-bottom: 3rem;
  max-width: 100%;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 32px;
  -moz-column-gap: 32px;
  column-gap: 32px;
  margin-bottom: 2rem; }

.about-section-details .spread > p {
  color: #000; }

.about-section-details .button-with-links {
  margin-top: 3rem; }

@media all and (max-width: 640px) {
  .about-section-details {
    padding: 2rem; } }
.about-section {
  margin-bottom: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #f5f6fa; }

@media all and (max-width: 640px) {
  .about-section {
    display: block; } }
.about-section .views-field-field-single-image,
.about-section .field--name-field-single-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 50%;
  flex: 0 50%; }

.about-section .about-section-details {
  -webkit-box-flex: 0;
  -ms-flex: 0 50%;
  flex: 0 50%;
  margin: 0;
  color: #fff; }

.about-section .about-section-details .text-formatted {
  width: 100%;
  max-width: 100%;
  color: #fff; }

.about-section.left-image .views-field-field-single-image .media--blazy,
.about-section.left-image .field--name-field-single-image .media--blazy {
  padding-bottom: 0 !important;
  height: 100%; }

@media all and (max-width: 768px) {
  .about-section.left-image {
    display: block; }

  .about-section.left-image .views-field-field-single-image .media--blazy,
  .about-section.left-image .field--name-field-single-image .media--blazy {
    padding-bottom: 56.23% !important; } }
.about-section.right-image {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

@media all and (max-width: 768px) {
  .about-section.right-image {
    display: block; }

  .about-section.right-image .views-field-field-single-image .media--blazy,
  .about-section.right-image .field--name-field-single-image .media--blazy {
    padding-bottom: 56.23% !important; } }
.about-section.textOverlay {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  min-height: 70vh;
  overflow: hidden; }

.about-section.textOverlay .views-field-field-single-image,
.about-section.textOverlay .field--name-field-single-image {
  overflow: hidden;
  max-height: 70vh;
  position: relative;
  z-index: 2; }

.about-section.textOverlay .views-field-field-single-image:before,
.about-section.textOverlay .field--name-field-single-image:before {
  content: "";
  background: #0035a0;
  background: linear-gradient(275deg, rgba(0, 53, 160, 0) 40%, #03112b 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.9; }

.about-section.textOverlay .about-section-details {
  background: none;
  color: #fff;
  position: absolute;
  width: 50%;
  margin: auto 0;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 2; }

.about-section.textOverlay .about-section-details h2,
.about-section.textOverlay .about-section-details h3 {
  color: #ffffff; }

@media all and (max-width: 768px) {
  .about-section.textOverlay .about-section-details {
    width: 100%; } }
@media all and (max-width: 840px) {
  .about-section.textOverlay .about-section-details {
    position: initial;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    color: #000; }

  .about-section.textOverlay .about-section-details h2,
  .about-section.textOverlay .about-section-details h3 {
    font-size: 1.25rem;
    color: #000; }

  .about-section.textOverlay .about-section-details .btn-default span {
    color: #444; }

  .about-section.textOverlay .about-section-details .btn-default {
    border: 1px solid #444; } }
#page-wrapper {
  overflow: hidden; }

.region-top-header-form {
  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;
  z-index: 300; }

.bluebg {
  background: #0033a0;
  padding: 4rem 0;
  color: #ffffff; }

.bluebg .field__item {
  margin-bottom: 2rem; }

.bluebg .timestamp .tag,
.bluebg .timestamp .date {
  color: #ffffff; }

.bluebg .timestamp .tag:after {
  background: rgba(255, 255, 255, 0.15); }

.bluebg h5 > a,
.bluebg h5.title > a,
.bluebg h5 {
  color: #ffffff !important; }

@media all and (max-width: 640px) {
  .bluebg h5 > a,
  .bluebg h5.title > a,
  .bluebg h5 {
    font-size: 1rem; } }
.bluebg h2 {
  color: #ffffff; }

.node--view-mode-teaser {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0; }

.flexGrid {
  width: 100%; }

.flexGrid ul.division {
  padding: 0; }

.flexGrid ul.division li.field__item {
  list-style: none; }

.flexGrid .node--view-mode-teaser .node__content {
  margin-top: 0; }

.flexGrid.-three-column .division {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0; }

.flexGrid.-three-column .division > .field__item,
.flexGrid.-three-column .division > .layout--onecol {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3%;
  flex: 0 0 33.3%;
  position: relative;
  margin-bottom: 2rem; }

.flexGrid.-three-column .division > .field__item .layout__region.layout__region--content,
.flexGrid.-three-column .division > .layout--onecol .layout__region.layout__region--content {
  padding: 0 1rem; }

@media all and (max-width: 520px) {
  .flexGrid.-three-column .division > .field__item .layout__region.layout__region--content,
  .flexGrid.-three-column .division > .layout--onecol .layout__region.layout__region--content {
    padding: 0; } }
.flexGrid.-three-column .division > .field__item .field--type-image,
.flexGrid.-three-column .division > .layout--onecol .field--type-image {
  float: none;
  margin: 0; }

@media all and (max-width: 834px) {
  .flexGrid.-three-column .division > .field__item,
  .flexGrid.-three-column .division > .layout--onecol {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; } }
.flexGrid.-three-column .division .views-element-container {
  width: 100%; }

.flexGrid.-three-column .division .view-content.row {
  margin: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.flexGrid.-three-column .division .view-content.row .views-row {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3%;
  flex: 0 0 33.3%;
  position: relative;
  margin-bottom: 2rem; }

.flexGrid.-three-column .division .view-content.row .views-row .layout__region.layout__region--content {
  padding: 0 1rem; }

.flexGrid.-three-column .division .view-content.row .views-row .field--type-image {
  float: none;
  margin: 0; }

@media all and (max-width: 640px) {
  .flexGrid.-three-column .division {
    display: block; }

  .flexGrid.-three-column .division .view-content.row {
    display: block; }

  .flexGrid.-three-column .division .row.division {
    display: block; } }
.flexGrid.-four-column .division {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.flexGrid.-four-column .division > .field__item,
.flexGrid.-four-column .division > .layout--onecol {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  margin-bottom: 2rem;
  position: relative; }

.flexGrid.-four-column .division > .field__item .layout__region.layout__region--content,
.flexGrid.-four-column .division > .layout--onecol .layout__region.layout__region--content {
  padding: 0 1rem; }

.flexGrid.-four-column .division > .field__item .field--type-image,
.flexGrid.-four-column .division > .layout--onecol .field--type-image {
  float: none;
  margin: 0; }

.flexGrid.-four-column .division .views-element-container {
  width: 100%; }

.flexGrid.-four-column .division .view-content.row {
  margin: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.flexGrid.-four-column .division .view-content.row .views-row {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  position: relative;
  margin-bottom: 2rem; }

.flexGrid.-four-column .division .view-content.row .views-row .layout__region.layout__region--content {
  padding: 0 1rem; }

@media all and (max-width: 640px) {
  .flexGrid.-four-column .division .view-content.row .views-row .layout__region.layout__region--content {
    padding: 0; } }
.flexGrid.-four-column .division .view-content.row .views-row .field--type-image {
  float: none;
  margin: 0; }

@media all and (max-width: 1030px) {
  .flexGrid.-four-column .division .view-content.row .views-row {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%; } }
@media all and (max-width: 834px) {
  .flexGrid.-four-column .division .view-content.row .views-row {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; } }
@media all and (max-width: 1030px) {
  .flexGrid.-four-column .division > .field__item,
  .flexGrid.-four-column .division > .layout--onecol {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%; } }
@media all and (max-width: 834px) {
  .flexGrid.-four-column .division > .field__item,
  .flexGrid.-four-column .division > .layout--onecol {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; } }
@media all and (max-width: 640px) {
  .flexGrid.-four-column .division {
    display: block; }

  .flexGrid.-four-column .division .view-content.row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: block; }

  .flexGrid.-four-column .division .row.division {
    display: block; } }
.layout-one-sidebar .fullwidth {
  margin-left: calc(-50vw + 25.8%); }

.fullwidth {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw; }

.fullwidth .container {
  max-width: unset; }

.sidebar_second,
.sidebar_first {
  padding-top: 2rem; }

.sidebar_second h2,
.sidebar_first h2 {
  margin-bottom: 2rem; }

.sidebar_second .block,
.sidebar_first .block {
  border: 0;
  padding: 0; }

.sidebar_second .block-views .view-content.row,
.sidebar_first .block-views .view-content.row {
  margin: 0; }

.division > .field__item .blazy,
.division > .field__item .media--blazy,
.division .views-row .blazy,
.division .views-row .media--blazy {
  overflow: hidden; }

.division > .field__item .blazy > *,
.division > .field__item .media--blazy > *,
.division .views-row .blazy > *,
.division .views-row .media--blazy > * {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s; }

.field--name-field-flexible-content > .field__item {
  margin-bottom: 4rem; }

.field--name-field-flexible-content > .field__item:first-child {
  margin-top: 4rem; }

.layout-main-wrapper {
  margin-top: 2rem; }

.featured-top {
  margin-top: 2rem; }

.views-infinite-scroll-content-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

@media all and (max-width: 640px) {
  .views-infinite-scroll-content-wrapper {
    display: block; } }
.view-content.row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.view-content.row .views-row {
  -webkit-box-flex: 0;
  -ms-flex: 0 33.3%;
  flex: 0 33.3%;
  padding-bottom: 2rem; }

.view-content.row .views-row .layout--onecol {
  padding: 0 1rem; }

@media all and (max-width: 768px) {
  .view-content.row .views-row {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%; } }
.view-content.row .col-xs-12.views-row {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

@media all and (max-width: 640px) {
  .view-content.row {
    display: block; } }
.-four .view-content.row .views-row {
  -webkit-box-flex: 0;
  -ms-flex: 0 25%;
  flex: 0 25%; }

@media all and (max-width: 768px) {
  h5.title {
    font-size: 1rem; } }
@media (max-width: 1199px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg {
    max-width: 100% !important; }

  .view-id-migration_and_the_2030_agenda.view-display-id-attachment_1 > .row {
    padding: 2rem 0; }

  /* .navbar-toggle {
      display: block;
    }
    .navbar-we-mega-menu.navbar {
      display: none;
    } */ }
@media (max-width: 736px) {
  .block-views-blockmigration-and-the-2030-agenda-block-1 .view-header {
    font-size: 1rem; } }
.node--type-press-release .block-system-breadcrumb-block,
.node--type-stories .block-system-breadcrumb-block,
.node--type-featured-stories .block-system-breadcrumb-block,
.node--type-blog-list .block-system-breadcrumb-block,
.node--type-speeches-and-talk .block-system-breadcrumb-block {
  position: relative; }

.node--type-press-release .media--blazy.media--slick,
.node--type-stories .media--blazy.media--slick,
.node--type-featured-stories .media--blazy.media--slick,
.node--type-blog-list .media--blazy.media--slick,
.node--type-speeches-and-talk .media--blazy.media--slick {
  margin: 0; }

.node--type-press-release .block-system-main-block,
.node--type-stories .block-system-main-block,
.node--type-featured-stories .block-system-main-block,
.node--type-blog-list .block-system-main-block,
.node--type-speeches-and-talk .block-system-main-block {
  max-width: 975px;
  margin: auto; }

.node--type-press-release.node--view-mode-full .layout-main-wrapper {
  padding-bottom: 2rem; }

.node--type-press-release.node--view-mode-full .region-full-banner .block-system-breadcrumb-block {
  position: relative; }

.node--type-press-release.node--view-mode-full .article-detail .title {
  line-height: normal;
  margin-bottom: 1rem; }

.node--type-press-release.node--view-mode-full .blazy--field {
  float: none;
  margin-bottom: 1rem; }

.filter-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.5rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0; }

.form-row fieldset {
  margin-bottom: 1rem; }

.event-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.event-heading > * {
  display: block; }

.event-heading .title {
  color: #000;
  margin-bottom: 0.3em;
  line-height: 1.5;
  max-width: 100%;
  width: 100%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.event-heading .title:before {
  font-size: 40%;
  font-weight: 600;
  content: attr(data-preamble);
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 0.75rem;
  display: block;
  line-height: 1.5; }

.event-heading .title:before {
  margin-bottom: 0.25rem;
  font-size: 0.55em; }

.event-heading .title:last-of-type {
  padding-bottom: 1em;
  margin-top: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.event-heading .event-date {
  padding: 1rem 2rem 1rem 0;
  color: #000;
  width: 50%;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

.event-heading .event-date:before {
  font-family: inherit;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.625rem;
  letter-spacing: 0.18em;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  content: "Date";
  margin-bottom: 1em; }

.event-heading .location {
  padding: 1rem 2rem 1rem 0;
  color: #000;
  width: 50%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.event-heading .location:before {
  font-family: inherit;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.625rem;
  letter-spacing: 0.18em;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  content: "Location";
  margin-bottom: 1em; }

.event-heading .established-date {
  padding: 1rem 2rem 1rem 0;
  color: #000;
  width: 50%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.event-heading .established-date:before {
  font-family: inherit;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.625rem;
  letter-spacing: 0.18em;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  content: "Established Date";
  margin-bottom: 1em; }

.event-heading .event-type {
  padding: 1rem 2rem 1rem 0;
  color: #000;
  width: 50%;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

.event-heading .event-type:before {
  font-family: inherit;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.625rem;
  letter-spacing: 0.18em;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  content: "Type";
  margin-bottom: 1em; }

.event-heading .event-association {
  color: #000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 0 0 1em;
  max-width: 100%;
  width: 100%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.event-heading .event-association:before {
  font-size: 40%;
  font-weight: 600;
  content: attr(data-preamble);
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 0.75rem;
  display: block;
  line-height: 1.5; }

.event-heading .event-association:before {
  font-family: inherit;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.625rem;
  letter-spacing: 0.18em; }

.event-header {
  margin-bottom: 2rem;
  margin-top: 0.5rem; }

.event-header * {
  display: block; }

.event-header .label {
  font-family: inherit;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.625rem;
  letter-spacing: 0.18em;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  margin-bottom: 1rem; }

.event-header .value {
  font-size: 1.25rem;
  line-height: 1.6;
  font-family: inherit;
  font-weight: 400;
  letter-spacing: 0.18em; }

.event-detail-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 4px rgba(0, 0, 0, 0.05) solid;
  margin-bottom: 1.5rem;
  list-style: none;
  padding: 0; }

.event-detail {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 33.33%;
  flex: 1 0 33.33%;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.event-detail .label {
  font-family: inherit;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.75rem;
  line-height: 1.2;
  color: #cecece;
  display: block;
  margin-bottom: 1em; }

.event-detail .value {
  font-size: 0.875rem;
  line-height: 1.6;
  font-family: inherit;
  font-weight: 400; }

.event-detail.-regions {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%; }

.event-detail.-regions .value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.event-detail.-regions a {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-right: 0.5rem; }

.view-media-contacts .view-content.row {
  width: 100%;
  margin: 0;
  display: block; }

.view-media-contacts h3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 100%;
  flex: 0 100%;
  text-transform: uppercase;
  border-bottom: 4px rgba(0, 0, 0, 0.05) solid;
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
  color: #0033a0;
  margin-top: 1.5rem;
  text-align: center;
  clear: both;
  margin-top: 3rem; }

.media-contacts__item {
  cursor: pointer; }

.media-contacts__item .media-contacts__top {
  position: relative;
  z-index: unset; }

.media-contacts__item .media-contacts__bottom {
  text-align: center; }

h2.media-contacts__name {
  color: #0033a0;
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0.625rem 0; }

.media-contacts__image {
  margin: auto;
  max-width: 300px; }

.media-contacts__image img {
  border-radius: 100%; }

.media-contacts__summary {
  font-size: 0.875rem;
  line-height: 1.25rem; }

.media-contacts__info {
  background-color: #0035a0;
  color: #fff;
  padding: 1.875rem; }

.media-contacts__info:before {
  border: 20px solid #0035a0;
  border-left: transparent;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 15px solid #0035a0;
  content: "";
  display: block;
  left: -15px;
  position: absolute;
  top: 47%; }

.media-contacts__info a {
  color: #ffffff; }

.media-contacts__info p:not(last-child) {
  margin-bottom: 1rem; }

.media-contacts__info .media-contacts__name {
  font-weight: 700; }

.active .media-contacts__info {
  left: 100%;
  opacity: 1;
  pointer-events: auto; }

.media-contacts ul {
  padding: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.media-contacts ul li {
  list-style: none; }

.media-contacts__item:nth-child(3n + 3) .media-contacts__info {
  right: 90%;
  left: unset; }

.media-contacts__item:nth-child(3n + 3).active .media-contacts__info {
  right: 100%;
  left: unset;
  opacity: 1;
  pointer-events: auto; }

.media-contacts__item:nth-child(3n + 3).active .media-contacts__info:before {
  left: unset;
  right: -15px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.media-contacts__close {
  cursor: pointer;
  padding: 0.625rem;
  position: absolute;
  right: 20px;
  top: 20px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-line-pack: center;
  align-content: center; }

.media-contacts__close:after {
  background: url("../images/icons-sprite-sheet.svg") -112px -112px no-repeat;
  background-size: 192px;
  width: 16px;
  height: 1rem;
  content: "";
  display: block;
  margin: auto 0 auto auto; }

@media (min-width: 576px) {
  /* Contact Us */
  .contact-inquiries > div {
    padding-right: 2.1875rem; }

  .contact-inquiries > div:nth-child(n + 2) {
    border-top: 0; }

  .contact-inquiries > div:nth-child(2n + 2) {
    border-left: 1px solid #d7dbe0;
    padding-left: 2.1875rem; }

  .contact-inquiries > div:nth-child(n + 3) {
    border-top: 1px solid #d7dbe0; }

  /* Media contacts */
  .media-contacts__info {
    left: 90%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s; } }
.researchers .view-content.row > div {
  width: 100%; }

.researchers .view-content.row .views-field-title {
  margin-top: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: auto;
  height: 4.75rem; }

.researchers .view-content.row .views-field-field-image {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }

.researchers .view-content.row .views-field-field-image:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0); }

.researchers .view-content.row .flex-direction-nav .flex-prev {
  left: -32px; }

.researchers .view-content.row .flex-direction-nav .flex-next {
  right: -32px; }

.researchers .view-content.row .flex-direction-nav a {
  opacity: 0.5;
  background-color: #0033a0;
  color: #ffffff;
  margin: auto 2rem;
  -webkit-transition: opacity 300ms cubic-bezier(0.42, 0, 0, 1.01) 65ms;
  transition: opacity 300ms cubic-bezier(0.42, 0, 0, 1.01) 65ms;
  text-indent: 100px;
  text-align: unset;
  overflow: hidden;
  top: calc(50% - 30px);
  display: block; }

.researchers .view-content.row .flex-direction-nav a.flex-prev:before,
.researchers .view-content.row .flex-direction-nav a.slick-prev:before {
  background: url("../images/icons-sprite-sheet.svg") -112px 0px no-repeat;
  background-size: 192px; }

.researchers .view-content.row .flex-direction-nav a.flex-next:before,
.researchers .view-content.row .flex-direction-nav a.slick-next:before {
  background: url("../images/icons-sprite-sheet.svg") -80px 0px no-repeat;
  background-size: 192px; }

.researchers .view-content.row:hover .flex-next,
.researchers .view-content.row:hover .flex-prev {
  opacity: 1; }

.researchers .slides li {
  position: relative;
  cursor: pointer;
  height: auto; }

.researchers .slides li h5,
.researchers .slides li .views-field-field-position {
  padding-right: 1rem; }

.researchers .slides li.active .info {
  position: absolute;
  top: 0;
  z-index: 1;
  font-size: 0.75rem;
  right: unset;
  left: 100%;
  width: 200%;
  height: auto;
  background: #ffffff;
  padding: 1rem; }

.researchers .slides li.active .info .rclose {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-line-pack: center;
  align-content: center;
  position: absolute;
  top: 10px;
  right: 10px;
  width: auto; }

.researchers .slides li.active .info .rclose:after {
  background: url("../images/icons-sprite-sheet.svg") -112px -112px no-repeat;
  background-size: 192px;
  width: 16px;
  height: 1rem;
  content: "";
  display: block;
  margin: auto 0 auto auto; }

.researchers .slides li.active .info:before {
  content: "";
  border: 20px solid #ffffff;
  border-left: transparent;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 15px solid #ffffff;
  content: "";
  display: block;
  left: -15px;
  right: unset;
  position: absolute;
  top: 47%; }

.researchers .slides li.active .views-field-field-image {
  -webkit-filter: grayscale(0);
  filter: grayscale(0); }

.researchers .slides li:nth-child(6n + 5).active .info {
  position: absolute;
  top: 0;
  z-index: 1;
  font-size: 0.75rem;
  right: 100%;
  left: unset;
  width: 200%;
  height: auto;
  background: #ffffff;
  padding: 1rem; }

.researchers .slides li:nth-child(6n + 5).active .info .rclose {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-line-pack: center;
  align-content: center;
  position: absolute;
  top: 10px;
  right: 10px;
  width: auto; }

.researchers .slides li:nth-child(6n + 5).active .info .rclose:after {
  background: url("../images/icons-sprite-sheet.svg") -112px -112px no-repeat;
  background-size: 192px;
  width: 16px;
  height: 1rem;
  content: "";
  display: block;
  margin: auto 0 auto auto; }

.researchers .slides li:nth-child(6n + 5).active .info:before {
  content: "";
  border: 20px solid #ffffff;
  border-left: transparent;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 15px solid #ffffff;
  content: "";
  display: block;
  left: unset;
  right: -15px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  position: absolute;
  top: 47%; }

.researchers .slides li:nth-child(6n + 6).active .info {
  position: absolute;
  top: 0;
  z-index: 1;
  font-size: 0.75rem;
  right: 100%;
  left: unset;
  width: 200%;
  height: auto;
  background: #ffffff;
  padding: 1rem; }

.researchers .slides li:nth-child(6n + 6).active .info .rclose {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-line-pack: center;
  align-content: center;
  position: absolute;
  top: 10px;
  right: 10px;
  width: auto; }

.researchers .slides li:nth-child(6n + 6).active .info .rclose:after {
  background: url("../images/icons-sprite-sheet.svg") -112px -112px no-repeat;
  background-size: 192px;
  width: 16px;
  height: 1rem;
  content: "";
  display: block;
  margin: auto 0 auto auto; }

.researchers .slides li:nth-child(6n + 6).active .info:before {
  content: "";
  border: 20px solid #ffffff;
  border-left: transparent;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 15px solid #ffffff;
  content: "";
  display: block;
  left: unset;
  right: -15px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  position: absolute;
  top: 47%; }

.researchers .slides li:nth-last-child(-n + 2).active .info {
  position: absolute;
  top: 0;
  z-index: 1;
  font-size: 0.75rem;
  right: 100%;
  left: unset;
  width: 200%;
  height: auto;
  background: #ffffff;
  padding: 1rem; }

.researchers .slides li:nth-last-child(-n + 2).active .info .rclose {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-line-pack: center;
  align-content: center;
  position: absolute;
  top: 10px;
  right: 10px;
  width: auto; }

.researchers .slides li:nth-last-child(-n + 2).active .info .rclose:after {
  background: url("../images/icons-sprite-sheet.svg") -112px -112px no-repeat;
  background-size: 192px;
  width: 16px;
  height: 1rem;
  content: "";
  display: block;
  margin: auto 0 auto auto; }

.researchers .slides li:nth-last-child(-n + 2).active .info:before {
  content: "";
  border: 20px solid #ffffff;
  border-left: transparent;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 15px solid #ffffff;
  content: "";
  display: block;
  left: unset;
  right: -15px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  position: absolute;
  top: 47%; }

.block.block-views-blockmigration-and-the-2030-agenda-block-1,
.block.block-views-blockcampaign-views-block-2 {
  margin-bottom: 6.25rem; }

.block-views-blockmigration-and-the-2030-agenda-block-1 .view-header {
  font-size: 1.2rem;
  margin: 0 auto 2.5rem;
  margin-left: 2.875rem;
  margin-right: 1.875rem;
  text-align: left;
  padding: 1rem; }

.block-views-blockmigration-and-the-2030-agenda-block-1 .view-header h2 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.4rem; }

.view-id-migration_and_the_2030_agenda.view-display-id-block_1 .attachment-before {
  padding: 0;
  background: #e6effb; }

.view-id-migration_and_the_2030_agenda.view-display-id-block_1 .attachment-before .views-element-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 425px;
  padding-left: 0.9375rem; }

.view-id-migration_and_the_2030_agenda.view-display-id-attachment_1 {
  padding: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.view-id-migration_and_the_2030_agenda.view-display-id-attachment_1 > .row {
  margin: 0;
  padding: 2rem 1rem;
  width: 100%; }

.view-id-migration_and_the_2030_agenda.view-display-id-attachment_1 > .row h3 {
  letter-spacing: 0.1rem;
  font-weight: 400; }

.view-id-migration_and_the_2030_agenda.view-display-id-attachment_1 .description {
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #ffffff; }

.view-id-migration_and_the_2030_agenda.view-display-id-attachment_1 .description.active {
  opacity: 1;
  font-size: 1.1875rem;
  font-weight: 600;
  overflow: hidden; }

.view-id-migration_and_the_2030_agenda.view-display-id-attachment_1 .image-style-portrait {
  width: calc(100% - 15px);
  height: 100%;
  position: absolute;
  left: 16px;
  top: 0;
  z-index: 0; }

.view-migration-and-the-2030-agenda.view-display-id-block_1 > .row > .view-content .views-row {
  display: inline; }

.view-migration-and-the-2030-agenda .small {
  width: 85px;
  height: 5.3125rem; }

.view-migration-and-the-2030-agenda .medium {
  width: 170px;
  height: 10.625rem; }

.view-migration-and-the-2030-agenda .large {
  width: 255px;
  height: 15.9375rem; }

.view-migration-and-the-2030-agenda .sdg-item {
  position: absolute; }

.view-migration-and-the-2030-agenda .sdg-item .image img {
  width: 100%; }

.view-migration-and-the-2030-agenda .sdg-item a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 1rem;
  display: block; }

.view-migration-and-the-2030-agenda .sdg-item.target-1968 {
  top: 0;
  left: 0; }

.view-migration-and-the-2030-agenda .sdg-item.target-1960 {
  top: 0;
  left: 255px; }

.view-migration-and-the-2030-agenda .sdg-item.target-1961 {
  top: 0;
  left: 340px; }

.view-migration-and-the-2030-agenda .sdg-item.target-1964 {
  top: 0;
  left: 425px; }

.view-migration-and-the-2030-agenda .sdg-item.target-1963 {
  top: 0;
  left: 510px; }

.view-migration-and-the-2030-agenda .sdg-item.target-1973 {
  top: 0;
  left: 595px; }

.view-migration-and-the-2030-agenda .sdg-item.target-1967 {
  top: 89.25px;
  left: 714px;
  width: 178.5px;
  height: 11.15625rem; }

.view-migration-and-the-2030-agenda .sdg-item.target-1962 {
  top: 85px;
  left: 255px; }

.view-migration-and-the-2030-agenda .sdg-item.target-1965 {
  top: 85px;
  left: 425px; }

.view-migration-and-the-2030-agenda .sdg-item.target-1966 {
  top: 85px;
  left: 595px; }

.view-migration-and-the-2030-agenda .sdg-item.target-1969 {
  top: 170px;
  left: 595px; }

.view-migration-and-the-2030-agenda .sdg-item.target-1970 {
  top: 170px;
  left: 680px; }

.view-migration-and-the-2030-agenda .sdg-item.target-1971 {
  top: 255px;
  left: 170px; }

.view-migration-and-the-2030-agenda .sdg-item.target-1972 {
  top: 255px;
  left: 510px; }

.view-migration-and-the-2030-agenda .sdg-item.target-1974 {
  top: 255px;
  left: 0; }

.view-migration-and-the-2030-agenda .sdg-item.target-1975 {
  top: 255px;
  left: 425px; }

.view-migration-and-the-2030-agenda .sdg-item.target-1976 {
  top: 255px;
  left: 340px; }

.view-migration-and-the-2030-agenda .row {
  margin: 0;
  overflow: hidden; }

.view-migration-and-the-2030-agenda .row:before,
.view-migration-and-the-2030-agenda .row:after {
  display: none; }

.view-migration-and-the-2030-agenda .attachment-before {
  background: #fff; }

.view-migration-and-the-2030-agenda .attachment-before .views-element-container {
  height: unset !important; }

@media all and (max-width: 1024px) {
  .view-migration-and-the-2030-agenda .attachment-before .views-element-container .views-field-description__value h3.title {
    font-size: 1.125rem; }

  .view-migration-and-the-2030-agenda .attachment-before .views-element-container .views-field-description__value p {
    font-size: 0.75rem; }

  .view-migration-and-the-2030-agenda .attachment-before .views-element-container .views-field-description__value a.btn.btn-default,
  .view-migration-and-the-2030-agenda .attachment-before .views-element-container .views-field-description__value .read-more a.btn-default,
  .read-more .view-migration-and-the-2030-agenda .attachment-before .views-element-container .views-field-description__value a.btn-default,
  .view-migration-and-the-2030-agenda .attachment-before .views-element-container .views-field-description__value .statistics-segment.-country .read-more .more-link > a,
  .view-migration-and-the-2030-agenda .attachment-before .views-element-container .views-field-description__value .statistics-segment.-country .more-link > a,
  .statistics-segment.-country .view-migration-and-the-2030-agenda .attachment-before .views-element-container .views-field-description__value .more-link > a {
    padding: 0.5rem 1rem;
    font-size: 0.75rem; } }
.view-migration-and-the-2030-agenda .d-lg-block.view-content {
  background: #fff;
  padding: 0 !important; }

.view-migration-and-the-2030-agenda .d-lg-block.view-content .row {
  padding-bottom: 49.3%; }

.view-migration-and-the-2030-agenda .sdg-mobile {
  display: none; }

@media all and (max-width: 991px) {
  .view-migration-and-the-2030-agenda .view-content.row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center; }

  .view-migration-and-the-2030-agenda .view-content.row .sdg-mobile {
    display: block;
    margin: 1rem 0; }

  .view-migration-and-the-2030-agenda .d-sm-none.view-content,
  .view-migration-and-the-2030-agenda .d-md-none.view-content {
    display: none; } }
@media all and (max-width: 640px) {
  .view-id-migration_and_the_2030_agenda.view-display-id-block_1 .attachment-before .views-element-container {
    padding-left: 0 !important; } }
@media all and (max-width: 640px) {
  .d-sm-none {
    display: none; } }
@media all and (max-width: 991px) {
  .d-md-block {
    display: block; } }
.view-id-migration_and_the_2030_agenda.view-display-id-attachment_1 .image-style-portrait {
  width: 100% !important;
  left: 0 !important; }

.image-wide img {
  width: 100%; }

@media (min-width: 992px) {
  .image-wide {
    margin: 0 -5%; } }
@media (min-width: 1080px) {
  .image-wide {
    margin: 0 -10%; } }
@media (min-width: 1280px) {
  .image-wide {
    margin: 0 -16.15%; } }
.sitemap > ul.clearfix.nav {
  display: block;
  padding: 0;
  margin: 0 -1rem;
  list-style: none; }

.sitemap > ul.clearfix.nav a,
.sitemap > ul.clearfix.nav span {
  color: #000;
  padding: 0; }

.sitemap > ul.clearfix.nav a:hover,
.sitemap > ul.clearfix.nav a:focus,
.sitemap > ul.clearfix.nav span:hover,
.sitemap > ul.clearfix.nav span:focus {
  color: #0033a0;
  text-decoration: none;
  outline: 0; }

.sitemap > ul.clearfix.nav > li {
  padding: 1rem; }

.sitemap > ul.clearfix.nav > li > a,
.sitemap > ul.clearfix.nav > li > span {
  margin-bottom: 1rem;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
  color: #0033a0;
  font-weight: bold; }

.sitemap > ul.clearfix.nav > li > a:hover,
.sitemap > ul.clearfix.nav > li > a:focus,
.sitemap > ul.clearfix.nav > li > span:hover,
.sitemap > ul.clearfix.nav > li > span:focus {
  background: none; }

ul.js-pager__items li a.button,
ul.js-pager__items li .view-content.row + .more-link a,
.view-content.row + .more-link ul.js-pager__items li a,
ul.pager li a.button,
ul.pager li .view-content.row + .more-link a,
.view-content.row + .more-link ul.pager li a {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  font-size: 0.875rem;
  font-family: inherit;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  padding: 1rem 2rem;
  background-color: #0033a0;
  color: #ffffff;
  display: inline-block;
  border-radius: 0; }

@media all and (max-width: 640px) {
  ul.js-pager__items li a.button,
  ul.js-pager__items li .view-content.row + .more-link a,
  .view-content.row + .more-link ul.js-pager__items li a,
  ul.pager li a.button,
  ul.pager li .view-content.row + .more-link a,
  .view-content.row + .more-link ul.pager li a {
    font-size: 0.75rem; } }
/*---------------------------------------------------
 PAGINATION
----------------------------------------------------*/
.pagination {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.page-item.active {
  background-color: #0033a0;
  color: #ffffff;
  border-color: #0033a0; }

.page-item.active:hover,
.page-item.active:active {
  border-color: #000b75; }

.page-item.active .page-link {
  background-color: #0033a0;
  color: #ffffff;
  border-color: #0033a0; }

.page-item.active .page-link:hover,
.page-item.active .page-link:active {
  border-color: #000b75; }

.page-item:last-of-type .page-link {
  border-right: 1px solid rgba(0, 0, 0, 0.15); }

.page-item .page-link {
  font-size: 0.875rem;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: none;
  color: rgba(0, 0, 0, 0.5);
  padding: 1rem 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
  border-right: 0; }

@media all and (max-width: 640px) {
  .page-item .page-link {
    font-size: 0.75rem; } }
.page-item .page-link:hover,
.page-item .page-link:active {
  background-color: #0033a0;
  border-color: #0033a0;
  color: #ffffff; }

@media all and (max-width: 640px) {
  .page-item .page-link {
    padding: 0.5rem; } }
.pager__item--next .page-link {
  font-size: 0.875rem;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: none;
  color: rgba(0, 0, 0, 0.5);
  padding: 1rem 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
  border-right: 0; }

@media all and (max-width: 640px) {
  .pager__item--next .page-link {
    font-size: 0.75rem; } }
.pager__item--next .page-link:hover,
.pager__item--next .page-link:active {
  background-color: #0033a0;
  border-color: #0033a0;
  color: #ffffff; }

@media all and (max-width: 640px) {
  .pager__item--next .page-link {
    padding: 0.5rem; } }
#block-whereweworkmap .content {
  position: relative;
  padding-top: 70%;
  overflow: hidden; }

#block-whereweworkmap .content {
  position: relative;
  padding-top: 70%;
  overflow: hidden; }

#block-whereweworkmap iframe {
  border: 0 none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%; }

#block-whereweworkmap > h2 {
  display: none; }

.path-frontpage #block-whereweworkmap > h2 {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold; }

/*** Override mobile ***/
@media (max-width: 991px) {
  #block-whereweworkmap .content {
    padding-top: 100%; } }
.field--name-field-contents.field--type-entity-reference-revisions {
  max-width: 975px;
  width: 100%;
  margin: auto; }

.page-banner.-donate .view-content.row {
  display: block; }

.page-banner.-donate .view-content.row .views-row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 4rem 3rem;
  min-height: 750px; }

@media all and (max-width: 680px) {
  .page-banner.-donate .view-content.row .views-row {
    padding: 0;
    background: #0035a0;
    min-height: 360px; } }
.page-banner.-donate .views-field-field-banner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.page-banner.-donate .views-field-field-banner:before {
  content: "";
  background: linear-gradient(275deg, rgba(3, 17, 43, 0) 15%, #000b75 100%);
  width: 100%;
  height: 100%;
  position: absolute; }

.page-banner.-donate .views-field-field-banner .media--background {
  height: 100%;
  padding-bottom: 0 !important; }

@media all and (max-width: 680px) {
  .page-banner.-donate .views-field-field-banner {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 100%;
    flex: 0 100%;
    position: relative; }

  .page-banner.-donate .views-field-field-banner .media--background {
    height: unset;
    padding-bottom: 66.67% !important; } }
.page-banner.-donate .views-field-field-description {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
  -ms-flex: 0 50%;
  flex: 0 50%; }

.page-banner.-donate .views-field-field-description .wrapper {
  max-width: 90%; }

@media all and (max-width: 991px) {
  .page-banner.-donate .views-field-field-description {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 0;
    -ms-flex: 0 100%;
    flex: 0 100%;
    margin-top: 2rem; } }
@media all and (max-width: 680px) {
  .page-banner.-donate .views-field-field-description {
    padding: 2rem;
    margin-top: 0; } }
.page-banner.-donate .views-field-body {
  -webkit-box-flex: 0;
  -ms-flex: 0 50%;
  flex: 0 50%; }

@media all and (max-width: 991px) {
  .page-banner.-donate .views-field-body {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 100%;
    flex: 0 100%; } }
@media all and (max-width: 680px) {
  .page-banner.-donate .views-field-body {
    padding: 2rem; } }
.do-description {
  color: #fff;
  font-size: 1rem; }

.do-description h1,
.do-description h2,
.do-description h3,
.do-description h4,
.do-description h5,
.do-description h6 {
  color: #fff; }

.do-description h2:after {
  content: "";
  width: 100px;
  height: 0.125rem;
  background-color: #dee8ff;
  display: block;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border-radius: 1px; }

.do-description a {
  color: #fff;
  text-decoration: underline; }

.do-description a:hover {
  color: #cccccc; }

.banner-form-right .at-title {
  display: none; }

.banner-form-right .at-inner {
  max-width: 760px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.73);
  padding: 3.125rem 3.125rem 1.875rem;
  float: right;
  border-top: 5px solid #ff6200;
  border-bottom: 5px solid #ff6200; }

@media all and (max-width: 991px) {
  .banner-form-right .at-inner {
    max-width: 100%;
    margin-top: 2rem; } }
.banner-form-right .at fieldset legend {
  color: #0035a0;
  padding: 0; }

.banner-form-right .at label {
  color: #0035a0; }

.banner-form-right .at form .label-amount {
  width: 22%;
  height: auto;
  margin-right: 4%;
  float: left;
  color: #fff;
  font-size: 1.5rem;
  background-image: none;
  padding: 0.5rem;
  margin-bottom: 0.9375rem;
  letter-spacing: -0.03em;
  line-height: 1.428571429;
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  text-shadow: -1px -1px 1px rgba(38, 116, 52, 0.1);
  font-weight: 400;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  color: #0035a0; }

.banner-form-right .at form .label-amount input[type="radio"]:checked + a,
.banner-form-right .at form .label-amount:hover > a {
  background-color: #ffede1;
  border-color: #0035a0; }

.banner-form-right .at form .label-amount > a {
  position: absolute;
  top: 0;
  right: 0;
  height: 3.125rem;
  left: 0;
  display: block;
  background-color: transparent;
  border-radius: 4px;
  z-index: -1;
  border: 2px solid #0035a0; }

.banner-form-right .at input[type="checkbox"] + span::before {
  border: 1px solid #0035a0; }

.banner-form-right .at input[type="checkbox"]:checked + span:before {
  background-color: #228ae6;
  border-color: #228ae6; }

.banner-form-right .at input[type="checkbox"]:hover + span:before {
  border-color: #1c7cd6; }

.banner-form-right .at .btn-at-primary {
  background-color: #0033a0;
  color: #ffffff;
  font-size: 1.2rem;
  letter-spacing: 0.125rem;
  border-radius: 0; }

.banner-form-right .at .btn-at-primary:hover,
.banner-form-right .at .btn-at-primary:active {
  background-color: #000b75;
  border-color: #000b75;
  color: #ffffff !important; }

.banner-form-right .at-fields {
  position: relative; }

/* vacancy details */
.vacancy-details .field__label {
  font-size: 0.875rem;
  font-family: inherit;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #0033a0;
  margin-bottom: 1rem; }

@media all and (max-width: 640px) {
  .vacancy-details .field__label {
    font-size: 0.75rem; } }
/*  end */
.countries .country {
  stroke: #fff;
  stroke-opacity: 0.8;
  z-index: 0; }

.countries .country:not([fill="#eeeeee"]) {
  fill: #becae7; }

.card-collection {
  width: 100%; }

.card-collection.-grid .articles-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 0; }

.card-collection.-grid .articles-view .media--bundle--multimedia,
.card-collection.-grid .articles-view .media--bundle--resources {
  position: relative;
  padding-bottom: 60% !important;
  border: 1px solid rgba(0, 0, 0, 0.1); }

.card-collection.-grid .articles-view .media--bundle--multimedia img,
.card-collection.-grid .articles-view .media--bundle--resources img {
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0; }

.stories {
  margin-bottom: 4rem; }

blockquote.blockquote {
  position: relative;
  text-align: center; }

blockquote.blockquote p {
  font-size: 2.125rem;
  font-weight: 300;
  font-style: italic; }

blockquote.blockquote:before,
blockquote.blockquote:after {
  content: "";
  height: 0.125rem;
  width: 100%;
  max-width: 200px;
  display: block;
  margin: 0 auto;
  background: rgba(128, 153, 208, 0.95); }

blockquote.blockquote:before {
  margin-bottom: 1.25rem; }

blockquote.blockquote:after {
  margin-top: 1.25rem; }

figure figcaption {
  margin-top: 0.5rem;
  display: inline-block; }

figure figcaption span {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-line-pack: center;
  align-content: center;
  opacity: 0.5; }

figure.image-wide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

figure.image-wide figcaption {
  max-width: 975px;
  margin: auto; }

.field--name-field-contents > .field__item {
  padding-bottom: 3rem; }

.field--name-field-contents .card-group {
  font-size: 1.45rem;
  font-weight: 300;
  font-style: italic;
  line-height: 2em; }

.field--name-field-contents .card-group .field--name-field-contents > .field__item,
.field--name-field-contents .card-group .field--name-field-contents > .field__items > .field__item {
  padding-bottom: 3rem; }

.field--name-field-contents .card-group .paragraph.paragraph--type--side-image .gallery-images .field {
  margin-bottom: 0.5rem; }

.field--name-field-contents .card-group .paragraph.paragraph--type--side-image .gallery-images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.field--name-field-contents .card-group .paragraph--type--side-image .field--name-field-label {
  text-align: center;
  text-decoration: none;
  -ms-flex-line-pack: center;
  align-content: center;
  opacity: 0.5; }

.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.15); }

.card-group > * {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.card-group .cards .media--blazy.media--background {
  padding-bottom: 0 !important;
  height: 100%;
  min-height: 300px; }

.card-group .card-text {
  padding: 1rem;
  background: #fff;
  color: #000;
  font-size: 1.45rem;
  font-weight: 300;
  font-style: italic;
  line-height: 1.8em;
  -webkit-transition: all ease 0.32s;
  transition: all ease 0.32s; }

.card-group .card-text a {
  color: #000; }

.card-group:hover .card-text {
  color: #fff;
  background: rgba(128, 153, 208, 0.95); }

.card-group:hover .card-text .title,
.card-group:hover .card-text a {
  color: #fff; }

.node--type-stories .field--name-field-single-image img {
  width: 100%; }

.view-content.row + .more-link {
  text-align: center;
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.view-content.row + .more-link a {
  display: inline-block; }

.block-views-blockstories-page-block-1 .custom-button {
  margin-top: 1.875rem; }

@media (min-width: 768px) {
  .paragraph.paragraph--type--side-image .gallery-images {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px; } }
.toolbar-tray-open .floating-block-active {
  margin-top: 4.8rem !important; }

@media all and (max-width: 768px) {
  .toolbar-tray-open .floating-block-active {
    margin-top: 1.8rem !important; } }
@media all and (max-width: 667px) {
  .toolbar-tray-open .floating-block-active {
    margin-top: 2.4rem ​ !important; } }
@media all and (max-width: 640px) {
  .toolbar-tray-open .floating-block-active {
    margin-top: 0; } }
.floating-block-active {
  z-index: 500;
  -webkit-box-shadow: -2px 1px 3px 1px rgba(0, 0, 0, 0.3333);
  box-shadow: -2px 1px 3px 1px rgba(0, 0, 0, 0.3333); }

@media all and (max-width: 991px) {
  .overlay {
    z-index: 500; } }
.region-we-mega-menu {
  padding: 0; }

.region-we-mega-menu .navbar-toggle {
  padding: 0.625rem 1rem; }

@media all and (max-width: 991px) {
  .region-we-mega-menu {
    margin-right: 0.25rem; } }
@media all and (max-width: 1199px) {
  .region-we-mega-menu {
    margin-top: 0;
    background: #0033a0; } }
@media all and (max-width: 1199px) {
  #block-topmegamenu .region-we-mega-menu {
    margin-top: inherit;
    background: inherit; } }
.we-mega-menu-submenu li.we-mega-menu-li a,
.we-mega-menu-submenu li.we-mega-menu-li .we-megamenu-nolink,
.extra-menu ul.nav li.nav-item a.nav-link,
.navbar-we-mega-menu .type-of-block a.nav-link,
.we-mega-menu-submenu .navbar-nav > li > a.nav-link {
  border-bottom: 0;
  font-family: inherit;
  font-weight: 400;
  border: none;
  font-size: 0.875rem;
  padding: 0.625rem 0;
  text-transform: initial;
  letter-spacing: initial; }

.navbar-we-mega-menu .type-of-block h2 {
  font-size: 1rem;
  margin-bottom: 0.9375rem;
  font-family: inherit;
  font-weight: 600; }

@media all and (max-width: 1199px) and (min-width: 992px) {
  body {
    padding-left: 0;
    right: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: relative;
    margin-right: 0; }

  body.toggled {
    right: 250px;
    position: relative;
    overflow: hidden;
    height: 100%; }

  body.toggled .btn-close {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    visibility: hidden;
    display: none;
    border-radius: 50%;
    background: #ccc;
    -webkit-box-shadow: 0 12px 27px rgba(0, 0, 0, 0.15);
    box-shadow: 0 12px 27px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    position: fixed;
    right: 270px;
    top: 15px;
    width: 48px;
    height: 3rem;
    z-index: 1000;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: fadeInFromNone;
    animation-name: fadeInFromNone;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    opacity: 1;
    visibility: visible;
    display: block; }

  body.toggled .btn-close:before,
  body.toggled .btn-close:after {
    content: '';
    width: 22px;
    height: 0.125rem;
    border-radius: 1px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -0.6875rem;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }

  body.toggled .btn-close:before {
    margin-top: -0.0625rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }

  body.toggled .btn-close:after {
    margin-top: -0.0625rem;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

  .iom-mega-menu .navbar-toggle {
    border: 1px solid rgba(255, 255, 255, 0.25);
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    display: block; }

  .iom-mega-menu .navbar-toggle .icon-bar {
    background: #fff; }

  .overlay {
    cursor: pointer;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    z-index: 500; }

  .iom-mega-menu .navbar-we-mega-menu.navbar {
    background: #333;
    bottom: 0;
    display: none;
    height: 100%;
    overflow-y: auto;
    position: fixed;
    right: -250px;
    width: 250px;
    top: 0;
    z-index: 1000;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-radius: 0;
    border: 0 none; }

  .iom-mega-menu .navbar-we-mega-menu.navbar.we-mobile-megamenu-active {
    background: #333;
    bottom: 0;
    display: none;
    height: 100%;
    overflow-y: auto;
    position: fixed;
    right: -250px;
    width: 250px;
    top: 0;
    z-index: 1000;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-radius: 0;
    border: 0 none;
    right: 0;
    display: block;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight; }

  .iom-mega-menu .navbar-we-mega-menu.navbar ul {
    padding: 0;
    margin: 0;
    border: 0 none;
    width: 100%; }

  .iom-mega-menu .navbar-we-mega-menu.navbar ul li {
    width: 100%; }

  .iom-mega-menu .navbar-we-mega-menu.navbar ul li a,
  .iom-mega-menu .navbar-we-mega-menu.navbar ul li .we-megamenu-nolink {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset;
    background: transparent;
    color: #fff; }

  .iom-mega-menu .navbar-we-mega-menu.navbar .dropdown-menu {
    position: static;
    min-width: inherit;
    padding: 0;
    margin: 0;
    background-color: transparent;
    border: 0 none;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    border-radius: 0;
    width: 100%;
    color: #fff; }

  .iom-mega-menu .navbar-we-mega-menu.navbar .dropdown-menu .we-megamenu-nolink {
    font-weight: bold; }

  .iom-mega-menu .navbar-we-mega-menu.navbar .dropdown-menu .we-mega-menu-submenu {
    display: none;
    width: auto !important; }

  .iom-mega-menu .navbar-we-mega-menu.navbar .dropdown-menu.selected .we-mega-menu-submenu {
    display: block;
    position: inherit;
    visibility: visible;
    opacity: 1; }

  .iom-mega-menu .navbar-we-mega-menu.navbar .dropdown-menu .sub-button {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 99%;
    z-index: 1000;
    border-left: 1px solid rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: -2px 0px 0px -1px rgba(255, 255, 255, 0.05);
    box-shadow: -2px 0px 0px -1px rgba(255, 255, 255, 0.05);
    display: block; }

  .iom-mega-menu .navbar-we-mega-menu.navbar .dropdown-menu > a:after,
  .iom-mega-menu .navbar-we-mega-menu.navbar .dropdown-menu a.we-megamenu-nolink:after {
    content: "\f107";
    display: inline-block;
    font: normal normal normal 0.875rem/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 19px;
    top: 50%;
    margin-top: -0.6875rem;
    font-size: 1.375rem;
    opacity: 1;
    background: none; }

  .iom-mega-menu .navbar-we-mega-menu.navbar .we-mega-menu-row {
    margin-left: 0;
    margin-right: 0;
    display: block;
    max-width: inherit; }

  .iom-mega-menu .navbar-we-mega-menu.navbar .btn.header-button,
  .iom-mega-menu .navbar-we-mega-menu.navbar .read-more a.header-button,
  .read-more .iom-mega-menu .navbar-we-mega-menu.navbar a.header-button,
  .iom-mega-menu .navbar-we-mega-menu.navbar .statistics-segment.-country .more-link > a.header-button,
  .statistics-segment.-country .iom-mega-menu .navbar-we-mega-menu.navbar .more-link > a.header-button {
    margin: 0; }

  .iom-mega-menu .we-mega-menu-ul .block-block-content {
    display: none; }

  .iom-mega-menu .navbar-we-mega-menu .we-mega-menu-row > * {
    display: block;
    margin-left: 0;
    margin-right: 0;
    max-width: inherit; }

  .iom-mega-menu .navbar-we-mega-menu .type-of-block {
    display: block;
    background: #3c3c3c; }

  .iom-mega-menu .navbar-we-mega-menu .type-of-block h2 {
    color: #ffffff;
    padding: 0.9375rem 1.5rem;
    padding-left: 2.5rem;
    margin: 0;
    background: #444444;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    margin-bottom: 0; }

  .iom-mega-menu .navbar-we-mega-menu .type-of-block a,
  .iom-mega-menu .navbar-we-mega-menu .type-of-block a.nav-link {
    display: block;
    color: #ccc;
    text-decoration: none;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    padding: 1.5rem 1.5rem;
    padding-left: 3.4375rem; }

  .iom-mega-menu .we-mega-menu-col {
    margin: 0;
    padding: 0 !important;
    min-height: 0; } }
@media all and (max-width: 1199px) {
  #block-aboutmigrationbutton {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-right: 0.625rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; } }
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background-color: transparent; }

.contextual-region.block-we-megamenu {
  position: static; }

.we-mega-menu-ul .dropdown-menu > a:before,
.we-mega-menu-ul .dropdown-menu > span:before {
  display: none; }

.navbar-we-mega-menu,
.navbar-default {
  background: transparent;
  padding: 0;
  margin-bottom: 0;
  position: static; }

.we-mega-menu-ul.nav-tabs {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -1rem; }

.we-mega-menu-ul.nav-tabs > li {
  padding: 0;
  border-left: 0;
  position: static;
  z-index: 110;
  margin: 0; }

@media all and (max-width: 1199px) and (min-width: 992px) {
  .we-mega-menu-ul.nav-tabs > li {
    display: block;
    float: none;
    list-style: none;
    margin: 0;
    padding: 0; } }
.we-mega-menu-ul.nav-tabs > li.full-width {
  position: static; }

.we-mega-menu-submenu {
  width: 100%; }

.nav.nav-tabs.subul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.we-mega-menu-ul .we-mega-menu-li.dropdown-menu .we-mega-menu-submenu {
  width: 100%;
  padding: 0;
  border: 0 none;
  max-width: 1440px;
  left: 0;
  right: 0;
  top: 100%;
  margin: 0 auto;
  z-index: 9999; }

.we-mega-menu-submenu > .we-mega-menu-submenu-inner {
  min-height: auto; }

.navbar-we-mega-menu .we-mega-menu-row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.we-mega-menu-col {
  margin: 0;
  padding: 0; }

.we-mega-menu-submenu ul.nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.extra-menu ul.clearfix.nav > li.nav-item a.nav-link {
  display: block;
  margin: 0;
  position: relative;
  line-height: 1.3em;
  padding: 0.75rem 0 0.8125rem 2rem;
  border: 0;
  border-radius: 0; }

.we-mega-menu-col {
  border-right: 1px solid rgba(39, 55, 68, 0.1); }

.we-mega-menu-col:first-child,
.we-mega-menu-col:last-child {
  border: none; }

.we-mega-menu-submenu .nav > li > a:hover,
.we-mega-menu-submenu .nav > li > a:focus {
  background: transparent;
  color: #0035a0; }

@media all and (max-width: 991px) {
  .we-mega-menu-submenu .nav > li > a:hover,
  .we-mega-menu-submenu .nav > li > a:focus {
    color: #fff; } }
.we-mega-menu-submenu.reverse .we-mega-menu-row-bs {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.extra-menu ul.clearfix.nav {
  padding: 2.625rem 0;
  display: inline-block;
  width: 100%; }

.thumbnail {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin-bottom: 0;
  line-height: initial;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  background-image: url(../images/IOM-logo-standin_0.jpg);
  background-attachment: scroll;
  background-position: left top;
  z-index: auto;
  background-size: cover; }

.field.blazy {
  width: 100%; }

.we-mega-menu-ul .media--image {
  background-size: cover;
  min-height: 395px; }

.navigation-detail .field__item {
  margin-right: 2rem;
  margin-bottom: 1rem; }

.navigation-detail .field--name-field-panel-description {
  color: #fff;
  margin-bottom: 2rem;
  max-width: 520px;
  font-family: inherit; }

.navigation-detail {
  padding: 2rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.618;
  font-family: inherit;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(3, 17, 43, 0)), color-stop(20%, rgba(3, 17, 43, 0.65)), color-stop(90%, rgba(3, 17, 43, 0.86)));
  background: linear-gradient(180deg, rgba(3, 17, 43, 0) 0%, rgba(3, 17, 43, 0.65) 20%, rgba(3, 17, 43, 0.86) 90%); }

.navigation-detail .field--name-field-label {
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 1rem;
  line-height: 1.193;
  letter-spacing: 0.12em;
  font-family: inherit;
  font-weight: 600;
  text-transform: uppercase; }

.navigation-detail .field__label {
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 1rem;
  line-height: 1.5;
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  font-family: inherit;
  font-weight: 600;
  text-transform: uppercase; }

.navigation-detail .field__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.navigation-detail .field--name-field-selected-themes a {
  padding: 0.5rem 0.75rem;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  background-color: #0035a0;
  color: #ffffff;
  white-space: nowrap;
  font-size: 0.75rem; }

.navbar {
  border: 0; }

.navbar > .container {
  position: relative; }

.we-mega-menu-ul .we-mega-menu-li.dropdown-menu .we-mega-menu-submenu {
  top: 100%; }

.we-mega-menu-ul.nav-tabs > li.we-mega-menu-li > a.we-mega-menu-li,
.we-mega-menu-ul.nav-tabs > li.we-mega-menu-li > .we-megamenu-nolink {
  display: inline-block;
  color: #ffffff;
  padding: 0;
  background: transparent;
  padding: 1.625rem 1.5rem;
  font-size: 0.91875rem;
  letter-spacing: 0.09375rem; }

.we-mega-menu-ul > .we-mega-menu-li {
  padding: 0;
  border-left: 0;
  position: static;
  z-index: 110; }

.we-mega-menu-ul > .we-mega-menu-li .we-megamenu-nolink:hover {
  background: none;
  color: #ffffff; }

.we-mega-menu-ul > .we-mega-menu-li._2030 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.we-mega-menu-ul > .we-mega-menu-li._2030 > a.we-mega-menu-li {
  background-image: url(../images/SDG_Wheel_Transparent_WEB.png) !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  overflow: hidden;
  text-indent: -150px;
  width: 42px;
  height: 2.625rem;
  padding: 0 !important; }

@media all and (max-width: 1199px) {
  .we-mega-menu-ul > .we-mega-menu-li._2030 > a.we-mega-menu-li {
    padding: 1.625rem 1.125rem !important;
    text-indent: unset;
    background-size: 50px !important;
    background-position: 160px 11px !important;
    height: unset; } }
.region-top-header-form .we-mega-menu-ul.nav-tabs > li.we-mega-menu-li > a.we-mega-menu-li,
.region-top-header-form .we-mega-menu-ul.nav-tabs > li.we-mega-menu-li > a.we-megamenu-nolink {
  font-family: inherit;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 0.625rem;
  letter-spacing: 0.1125rem;
  color: #273744;
  text-decoration: none;
  display: block;
  padding: 0.625rem;
  position: relative; }

.region-top-header-form .we-mega-menu-ul.nav-tabs > li.we-mega-menu-li > a.we-mega-menu-li:focus,
.region-top-header-form .we-mega-menu-ul.nav-tabs > li.we-mega-menu-li > a.we-megamenu-nolink:focus {
  outline: none; }

.region-top-header-form .we-mega-menu-ul.nav-tabs > li.we-mega-menu-li > a.we-mega-menu-li:after,
.region-top-header-form .we-mega-menu-ul.nav-tabs > li.we-mega-menu-li > a.we-megamenu-nolink:after {
  position: absolute;
  right: 0;
  background: rgba(39, 55, 68, 0.5);
  content: "";
  display: inline-block;
  width: 1px;
  height: 0.75rem;
  opacity: 1;
  top: unset;
  bottom: 10px; }

.region-top-header-form .we-mega-menu-ul.nav-tabs > li.we-mega-menu-li > a.we-megamenu-nolink {
  background: none;
  text-align: center; }

.region-top-header-form .we-mega-menu-ul.nav-tabs > li.we-mega-menu-li:last-child::after {
  width: 0; }

.region-top-header-form .we-mega-menu-ul.nav-tabs > li.we-mega-menu-li:last-child > a.we-mega-menu-li:after,
.region-top-header-form .we-mega-menu-ul.nav-tabs > li.we-mega-menu-li:last-child > a.we-megamenu-nolink:after {
  content: none; }

.region-top-header-form .nav .nav-link:hover,
.region-top-header-form .nav .nav-link:focus {
  background: transparent;
  color: #273744; }

.region-top-header-form .nav-item:last-child .nav-link {
  border-right: none; }

.region-top-header-form .navbar-we-mega-menu.navbar ul {
  margin: 0 auto; }

.region-top-header-form .we-mega-menu-submenu .nav > li > a {
  color: #777; }

.region-top-header-form .we-mega-menu-submenu .nav > li > a:hover,
.region-top-header-form .we-mega-menu-submenu .nav > li > a:focus {
  background: transparent;
  color: #0035a0; }

.region-top-header-form .block-we-megamenu + .language-switcher-language-url span:first-child::before {
  position: absolute;
  left: 0;
  background: rgba(39, 55, 68, 0.5);
  content: "";
  display: inline-block;
  width: 1px;
  height: 0.75rem;
  opacity: 1;
  bottom: 1px; }

.we-mega-menu-ul.nav-tabs > li.we-mega-menu-li > a.we-mega-menu-li,
.we-mega-menu-ul.nav-tabs > li.we-mega-menu-li > a.we-megamenu-nolink,
.we-mega-menu-ul.nav-tabs > li.we-mega-menu-li > span.we-megamenu-nolink {
  padding: 1.625rem 1rem;
  font-family: inherit;
  font-weight: 600; }

@media all and (max-width: 1440px) {
  .we-mega-menu-ul.nav-tabs > li.we-mega-menu-li > a.we-mega-menu-li,
  .we-mega-menu-ul.nav-tabs > li.we-mega-menu-li > a.we-megamenu-nolink,
  .we-mega-menu-ul.nav-tabs > li.we-mega-menu-li > span.we-megamenu-nolink {
    padding: 1.625rem 1rem; } }
@media all and (max-width: 1199px) {
  .we-mega-menu-ul.nav-tabs > li.we-mega-menu-li > a.we-mega-menu-li,
  .we-mega-menu-ul.nav-tabs > li.we-mega-menu-li > a.we-megamenu-nolink,
  .we-mega-menu-ul.nav-tabs > li.we-mega-menu-li > span.we-megamenu-nolink {
    width: 100%;
    padding: 1.125rem;
    position: relative; } }
.graph-bordered {
  border: 1px solid #dee2e6;
  padding: 1.875rem;
  background-color: #fdfdfd; }

.graph-bordered h2 {
  color: #0035a0;
  letter-spacing: 0.3125rem;
  line-height: 1.45;
  text-transform: uppercase;
  margin-bottom: 1.875rem;
  font-size: 1.5rem;
  border-bottom: 2px solid #dee2e6;
  padding-bottom: 0.3125rem; }

.graph-bordered-no-right {
  border-right: 0; }

.graph-bordered-no-left {
  border-left: 0; }

.d-block-map .view-content.row {
  display: block; }

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

.chart-no-grid g.highcharts-grid.highcharts-yaxis-grid path,
.chart-no-grid path.highcharts-axis-line,
.chart-no-grid path.highcharts-tick {
  display: none; }

@media only screen and (min-width: 768px) {
  .graph-bordered .view-content.row {
    margin-left: 0;
    margin-right: 0; } }
/* custom bar chart for origin graph dashboard style */
.customize-bar-graph .dashboard--bar {
  background-color: #f2f2f2;
  width: 100%; }

.customize-bar-graph .dashboard--bar > .shaded {
  background-color: #4e649c;
  display: block;
  height: 0.9375rem;
  position: relative; }

.customize-bar-graph .dashboard--bar > .shaded:hover {
  background-color: #697fb8; }

/*
  .tbl-region-origin td {
    background-color: #FFF;
    border: 0;
  }
  
   
  
  .tbl-region-origin tr {
    border-collapse: collapse;
    border: 0;
  }
  */
.customize-bar-graph {
  display: table;
  width: 100%; }

.customize-bar-graph .view-grouping {
  display: table-cell;
  width: 16.66%; }

.customize-bar-graph .view-grouping .views-field-field-views-simple-math-field {
  text-align: right;
  font-size: 0.625rem;
  color: #777777; }

.customize-bar-graph .view-grouping .views-row {
  padding-left: 0;
  margin-bottom: 0.625rem; }

.customize-bar-graph .view-grouping h3 {
  font-size: 0.75rem;
  color: #777777; }

/* Tooltip text */
.customize-bar-graph .shaded .dm-tooltip {
  visibility: hidden;
  width: 120px;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  padding: 0.1875rem;
  border: 1px solid #4e649c;
  color: #333;
  font-size: 0.6875rem;
  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 155%;
  left: 50%;
  margin-left: -3.75rem;
  /* Fade in tooltip */
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }

/* Tooltip arrow */
.customize-bar-graph .shaded .dm-tooltip::after {
  height: 0.625rem;
  width: 10px;
  position: absolute;
  content: '';
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #4e649c;
  border-top-width: 0px;
  border-left-width: 0px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: -6px;
  left: calc(50% - 4px); }

/* Show the tooltip text when you mouse over the tooltip container */
.customize-bar-graph .dashboard--bar:hover .dm-tooltip {
  visibility: visible;
  opacity: 1; }

/* general cirli graph rules */
svg.radial-progress {
  height: auto;
  max-width: 200px;
  padding: 1em;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 100%; }

svg.radial-progress circle {
  fill: rgba(0, 0, 0, 0);
  stroke: #fff;
  stroke-dashoffset: 219.91148575129;
  /* Circumference */
  stroke-width: 10; }

svg.radial-progress circle.incomplete {
  opacity: 0.25; }

svg.radial-progress circle.complete {
  stroke-dasharray: 219.91148575129;
  /* Circumference */ }

svg.radial-progress text {
  fill: #fff;
  font: 400 1em/1 'Oswald', sans-serif;
  text-anchor: middle; }

/*** COLORS ***/
/* Primary */
svg.radial-progress:nth-of-type(6n+1) circle {
  stroke: #a2ed56; }

/* Secondary */
svg.radial-progress:nth-of-type(6n+2) circle {
  stroke: #83e4e2; }

/* Tertiary */
svg.radial-progress:nth-of-type(6n+3) circle {
  stroke: #fd6470; }

/* Quaternary */
svg.radial-progress:nth-of-type(6n+4) circle {
  stroke: #fca858; }

/* Quinary */
svg.radial-progress:nth-of-type(6n+5) circle {
  stroke: #fddc32; }

/* end of cirli graph */
/* overriding circli graph for mediterranian graph */
.custom-circli-graphs svg.radial-progress circle {
  stroke: #4e649c; }

.custom-circli-graphs svg.radial-progress text {
  fill: #4e649c;
  font-size: 0.75rem; }

.custom-circli-graphs .cicli-graph-title {
  color: #4e649c;
  font-weight: 700;
  text-transform: uppercase; }

/* Fix revert the width and use class narrow-content to set the width */
.node--type-press-release .block-system-main-block {
  max-width: unset; }

.narrow-content {
  max-width: 975px;
  margin: auto; }

/* make view more button of the news by tag flexible content closer to the content*/
.flexGrid.-four-column .division .view-news-by-tag > .row > .views-row {
  margin-bottom: 0;
  padding-bottom: 1rem; }

.field--name-field-flexible-content .read-more {
  padding-bottom: 2rem; }

/* Fix issue on embeded video https://www.iom.int/news/iom-provides-emergency-help-thousands-haitians-affected-earthquake */
.view-id-featured_news.view-display-id-related .view-content.row .views-row .layout--onecol {
  padding: 0; }

/* Fix issue on embeded video https://www.iom.int/news/iom-provides-emergency-help-thousands-haitians-affected-earthquake */
.embed-responsive > .video-embed-field-responsive-video {
  position: unset; }

.view-solr-search .article-detail::before {
  display: block;
  content: " ";
  width: 100%;
  background-color: #ededed;
  padding-bottom: 59%;
  border: 1px solid rgba(0, 0, 0, 0.1); }

.view-solr-search .thumbnail-wrapper + .article-detail::before {
  display: none; }

/* Temporary Fix for MAP */
.country:not([fill="#eeeeee"]) {
  fill: #becae7; }

.map .tooltip {
  margin-left: 0.625rem;
  background: rgba(255, 255, 255, 0.85); }

/* Safari Fix for column going down.*/
.row:before,
.row:after {
  display: none !important; }

.block-views-blocknews-language-block-1 {
  max-width: 975px;
  margin: auto; }

.view-news-language > .view-content.row {
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.view-news-language > .view-content.row > .views-row {
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  padding: 0; }

.view-news-language > .view-header {
  float: left; }

.view-news-language > .view-content a {
  display: inline-block;
  padding: 0 0.625rem;
  background-color: #eee;
  margin: 0 0.625rem; }

.view-news-language > .view-content a:hover {
  background-color: #0033a0;
  color: #fff; }

.view-display-id-attachment_1 {
  padding: 0 1rem; }

.view-migration-and-the-2030-agenda .d-lg-block.view-content {
  padding: 0 !important; }

.region-full-banner.region {
  position: relative; }

.region-full-banner .block-system-breadcrumb-block {
  position: unset; }

/* beginning of breadcrumb */
.breadcrumb-item > a,
.breadcrumb-item > .link {
  color: #000;
  opacity: 0.8;
  text-transform: capitalize; }

.breadcrumb-item > a:hover,
.breadcrumb-item > .link:hover {
  opacity: 1; }

.region-full-banner .block-system-breadcrumb-block nav {
  width: 100%;
  padding: 0 2rem;
  max-width: 1440px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 1rem; }

.region-full-banner .block-system-breadcrumb-block .breadcrumb > .breadcrumb-item > a {
  color: #000;
  opacity: 0.8;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.region-full-banner .block-system-breadcrumb-block .breadcrumb > .breadcrumb-item > a:hover {
  opacity: 1; }

.region-full-banner .block-system-breadcrumb-block .breadcrumb > .breadcrumb-item:first-child > .link,
.region-full-banner .block-system-breadcrumb-block .breadcrumb > .breadcrumb-item:first-child > a {
  overflow: hidden; }

.region-full-banner .block-system-breadcrumb-block .breadcrumb > .breadcrumb-item:first-child > .link:before,
.region-full-banner .block-system-breadcrumb-block .breadcrumb > .breadcrumb-item:first-child > a:before {
  content: '';
  display: inline-block;
  margin-right: 0.3125rem;
  background: url("/themes/custom/iom2021/images/icons-sprite-sheet.svg") -120px -24px no-repeat;
  background-size: 144px;
  width: 12px;
  height: 0.75rem; }

.region-full-banner .block-system-breadcrumb-block .breadcrumb > .breadcrumb-item:after {
  background: url("/themes/custom/iom2021/images/icons-sprite-sheet.svg") -32px 0px no-repeat;
  background-size: 96px;
  width: 8px;
  height: 0.5rem;
  content: '';
  display: inline-block; }

.region-full-banner .block-system-breadcrumb-block .breadcrumb > .breadcrumb-item:last-of-type:after {
  display: none; }

.region-full-banner .block-views-blockpage-banner-block-1 + .block-system-breadcrumb-block {
  position: absolute;
  width: 100%;
  z-index: 3;
  top: 0; }

.region-full-banner .block-views-blockpage-banner-block-1 + .block-system-breadcrumb-block .breadcrumb > .breadcrumb-item {
  color: #ffffff; }

.region-full-banner .block-views-blockpage-banner-block-1 + .block-system-breadcrumb-block .breadcrumb > .breadcrumb-item:after {
  background: url("/themes/custom/iom2021/images/icons-sprite-sheet.svg") -40px 0px no-repeat;
  background-size: 96px;
  width: 8px;
  height: 0.5rem; }

.region-full-banner .block-views-blockpage-banner-block-1 + .block-system-breadcrumb-block .breadcrumb > .breadcrumb-item > a {
  color: #ffffff; }

.region-full-banner .block-views-blockpage-banner-block-1 + .block-system-breadcrumb-block .breadcrumb > .breadcrumb-item:first-child > a {
  overflow: hidden;
  display: inline-block; }

.region-full-banner .block-views-blockpage-banner-block-1 + .block-system-breadcrumb-block .breadcrumb > .breadcrumb-item:first-child > a:before {
  content: '';
  display: inline-block;
  margin-right: 0.3125rem;
  background: url("/themes/custom/iom2021/images/icons-sprite-sheet.svg") -37px -48px no-repeat;
  background-size: 144px;
  width: 12px;
  height: 0.75rem; }

.region-full-banner .block-views-blockpage-banner-block-1 + .block-system-breadcrumb-block.breadcrumbs.-reverse nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

/* end breadcrumb*/
.displayFlex2Block .view-content.row {
  margin: 0;
  display: block; }

@media only screen and (min-width: 768px) {
  .page-banner .views-field-field-cover-image:before {
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, color-stop(2%, rgba(0, 0, 0, 0.25)), color-stop(10%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(65%, rgba(0, 0, 0, 0.34)), to(rgba(0, 0, 0, 0.61)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 2%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.34) 65%, rgba(0, 0, 0, 0.61) 100%);
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    opacity: 0.9; } }
/* menu and language separator */
.region-top-header-form .we-mega-menu-ul.nav-tabs > li.we-mega-menu-li:last-child > a.we-mega-menu-li:after,
.region-top-header-form .we-mega-menu-ul.nav-tabs > li.we-mega-menu-li:last-child > a.we-megamenu-nolink:after {
  content: none; }

.region-top-header-form .block-we-megamenu + .language-switcher-language-url span:first-child::before {
  position: absolute;
  left: 0;
  background: rgba(39, 55, 68, 0.5);
  content: "";
  display: inline-block;
  width: 1px;
  height: 0.75rem;
  opacity: 1;
  bottom: 1px; }

/* end */
/*facts and figure country */
.statistics-segment.-country .view-content:after {
  display: block !important; }

.mobile-inline {
  display: block; }

/* ******** */
@media all and (max-width: 520px) {
  .flexGrid.-three-column .division > .field__item .layout__region.layout__region--content {
    padding: 0; }

  .mobile-inline {
    display: inline; } }
/* mobile  */
@media all and (max-width: 640px) {
  .related-resources-wrapper .timestamp {
    margin: .7rem 0 0; }

  .related-resources-wrapper h5.title {
    margin-top: .5rem; } }
/* ******** */
/* views View More */
.view-content.row + .more-link {
  display: block; }

/* end */
body.ie .block-views-exposed-filter-blocksearch-solr-page-1 .bef--secondary.js-form-wrapper summary,
body.ie .block-views-exposed-filter-blocksolr-search-page-1 .bef--secondary.js-form-wrapper summary {
  padding: 0;
  margin: 1rem 2rem; }

body.ie .block-views-exposed-filter-blocksearch-solr-page-1 .bef--secondary.js-form-wrapper summary .details-title,
body.ie .block-views-exposed-filter-blocksolr-search-page-1 .bef--secondary.js-form-wrapper summary .details-title {
  color: #000; }

body.ie .search-popup.block-views-exposed-filter-blocksearch-solr-page-1 .bef--secondary.js-form-wrapper summary,
body.ie .search-popup.block-views-exposed-filter-blocksolr-search-page-1 .bef--secondary.js-form-wrapper summary {
  padding: 0;
  margin: 1rem 2rem; }

body.ie .search-popup.block-views-exposed-filter-blocksearch-solr-page-1 .bef--secondary.js-form-wrapper summary .details-title,
body.ie .search-popup.block-views-exposed-filter-blocksolr-search-page-1 .bef--secondary.js-form-wrapper summary .details-title {
  color: #fff; }

body.ie.ie11 .subscribe-bar form .form-type-email input[type='email'] {
  padding: 0 1rem;
  border: 0;
  margin: 0.5rem; }

body.ie.ie11 .subscribe-bar form .form-type-email {
  border: 1px solid rgba(255, 255, 255, 0.25); }

body {
  width: 100%;
  font-size: 1rem; }

@media only screen and (min-width: 520px) {
  .region-top-header .site-name-slogan {
    border-left: 2px solid #0035a0;
    padding-left: 0.75rem;
    line-height: 1rem;
    width: auto; } }
@media (min-width: 576px) {
  .related-resources-wrapper > ul > .field__item {
    padding: 0; } }
@media only screen and (min-width: 768px) {
  .btn.top-header-button,
  .read-more a.top-header-button,
  .statistics-segment.-country .more-link > a.top-header-button {
    margin: 0; }

  .flex-direction-nav {
    display: block; }

  #FullpageBanner .banner-detail {
    position: absolute;
    top: 0; }

  .slides .banner-detail {
    padding: 6rem 0;
    max-width: 1440px;
    left: 0;
    right: 0; }

  #FullpageBanner {
    background: transparent; }

  .page-banner .views-field-field-cover-image:before {
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, color-stop(2%, rgba(0, 0, 0, 0.25)), color-stop(10%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(65%, rgba(0, 0, 0, 0.34)), to(rgba(0, 0, 0, 0.61)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 2%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.34) 65%, rgba(0, 0, 0, 0.61) 100%);
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    opacity: 0.9; } }
@media only screen and (min-width: 992px) {
  #navbar-main .block-we-megamenu {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%; }

  .dropdown-menu .sub-button {
    display: none; }

  .p-40 {
    padding: 2.5rem; } }
@media only screen and (min-width: 1200px) {
  .region-top-header-form .block-we-megamenu {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    width: auto; }

  .region-top-header-form .navbar-we-mega-menu.navbar ul {
    margin: 0 auto; }

  .region-top-header {
    margin: 0; }

  .ml-auto {
    margin-left: auto !important;
    margin-right: 0 !important; }

  .navbar-brand {
    padding: 0.625rem 0;
    height: 3.75rem; } }
@media (min-width: 1600px) {
  #FullpageBanner {
    height: 45rem; }

  .slides > li {
    height: 45rem; } }
@media (max-width: 991px) {
  .region-we-mega-menu {
    margin-top: 1.25rem;
    background-color: #0035a0;
    border: 1px solid rgba(255, 255, 255, 0.25); }

  .navbar-we-mega-menu.navbar .nav-tabs > li.active > a,
  .navbar-we-mega-menu.navbar .nav-tabs > li.active > a:focus,
  .navbar-we-mega-menu.navbar .nav-tabs > li.active > a:hover {
    background: transparent; }

  .navbar-we-mega-menu.navbar ul > li ul {
    padding: 0; }

  .navbar-we-mega-menu.navbar ul > li {
    width: 100%; }

  .we-mega-menu-ul > .we-mega-menu-li._2030 > a.we-mega-menu-li {
    background-image: url("../images/SDG_Wheel_Transparent_WEB.png") !important;
    background-size: 50px !important;
    background-position: 160px 11px !important; }

  .navbar-we-mega-menu.navbar .nav-tabs .dropdown-menu > a {
    position: relative; }

  .dropdown-menu .sub-button {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 99%;
    z-index: 1000;
    border-left: 1px solid rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: -2px 0px 0px -1px rgba(255, 255, 255, 0.05);
    box-shadow: -2px 0px 0px -1px rgba(255, 255, 255, 0.05);
    display: block; }

  .navbar-we-mega-menu.navbar .dropdown-menu.active > .we-mega-menu-submenu,
  .navbar-we-mega-menu.navbar .dropdown-menu.active-trail > .we-mega-menu-submenu {
    display: none; }

  .navbar-we-mega-menu.navbar .dropdown-menu.selected > .we-mega-menu-submenu {
    display: block; }

  .navbar-we-mega-menu .type-of-block a.nav-link,
  .we-mega-menu-submenu .navbar-nav > li > a.nav-link {
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    padding: 1.5rem 1.5rem;
    padding-left: 3.4375rem; }

  .navbar-we-mega-menu .type-of-block {
    display: block;
    background: #3c3c3c; }

  .navbar-we-mega-menu .type-of-block h2 {
    color: #ffffff;
    padding: 0.9375rem 1.5rem;
    padding-left: 2.5rem;
    margin: 0;
    background: #444444;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset;
    border-top: 1px solid rgba(0, 0, 0, 0.3); }

  .we-mega-menu-ul .block-block-content {
    display: none; }

  #block-iom2021-navigationmenu {
    margin-right: 0.625rem; } }
@media all and (max-width: 1199px) and (min-width: 992px) {
  #block-megamenu .we-mega-menu-ul .dropdown-menu:hover > .we-mega-menu-submenu,
  #block-megamenu .we-mega-menu-ul .dropdown-menu:focus > .we-mega-menu-submenu {
    display: none;
    visibility: unset; } }
.country:not([fill="#eeeeee"]) {
  fill: #becae7; }

.row:before,
.row:after {
  display: none !important; }

.block-views-blocknews-language-block-1 {
  max-width: 975px;
  margin: auto; }

.view-news-language > .view-content.row {
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.view-news-language > .view-content.row > .views-row {
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  padding: 0; }

.view-news-language > .view-header {
  float: left; }

.view-news-language > .view-content a {
  display: inline-block;
  padding: 0 0.625rem;
  background-color: #eee;
  margin: 0 0.625rem; }

.view-news-language > .view-content a:hover {
  background-color: #0033a0;
  color: #fff; }

.view-display-id-attachment_1 {
  padding: 0 1rem; }

.view-migration-and-the-2030-agenda .d-lg-block.view-content {
  padding: 0 !important; }

.region-full-banner.region {
  position: relative; }

.region-full-banner .block-system-breadcrumb-block {
  position: unset; }

.breadcrumb-item > a,
.breadcrumb-item > .link {
  color: #000;
  opacity: 0.8;
  text-transform: capitalize; }

.breadcrumb-item > a:hover,
.breadcrumb-item > .link:hover {
  opacity: 1; }

.region-full-banner .block-system-breadcrumb-block nav {
  width: 100%;
  padding: 0 2rem;
  max-width: 1440px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 1rem; }

.region-full-banner .block-system-breadcrumb-block .breadcrumb > .breadcrumb-item > a {
  color: #000;
  opacity: 0.8;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.region-full-banner .block-system-breadcrumb-block .breadcrumb > .breadcrumb-item > a:hover {
  opacity: 1; }

.region-full-banner .block-system-breadcrumb-block .breadcrumb > .breadcrumb-item:first-child > .link,
.region-full-banner .block-system-breadcrumb-block .breadcrumb > .breadcrumb-item:first-child > a {
  overflow: hidden; }

.region-full-banner .block-system-breadcrumb-block .breadcrumb > .breadcrumb-item:first-child > .link:before,
.region-full-banner .block-system-breadcrumb-block .breadcrumb > .breadcrumb-item:first-child > a:before {
  content: '';
  display: inline-block;
  margin-right: 0.3125rem;
  background: url("../images/icons-sprite-sheet.svg") -120px -24px no-repeat;
  background-size: 144px;
  width: 12px;
  height: 0.75rem; }

.region-full-banner .block-system-breadcrumb-block .breadcrumb > .breadcrumb-item:after {
  background: url("../images/icons-sprite-sheet.svg") -32px 0px no-repeat;
  background-size: 96px;
  width: 8px;
  height: 0.5rem;
  content: '';
  display: inline-block; }

.region-full-banner .block-system-breadcrumb-block .breadcrumb > .breadcrumb-item:last-of-type:after {
  display: none; }

.region-full-banner .block-views-blockpage-banner-block-1 + .block-system-breadcrumb-block {
  position: absolute;
  width: 100%;
  z-index: 3;
  top: 0; }

.region-full-banner .block-views-blockpage-banner-block-1 + .block-system-breadcrumb-block .breadcrumb > .breadcrumb-item {
  color: #ffffff; }

.region-full-banner .block-views-blockpage-banner-block-1 + .block-system-breadcrumb-block .breadcrumb > .breadcrumb-item:after {
  background: url("/themes/custom/iom2021/images/icons-sprite-sheet.svg") -40px 0px no-repeat;
  background-size: 96px;
  width: 8px;
  height: 0.5rem; }

.region-full-banner .block-views-blockpage-banner-block-1 + .block-system-breadcrumb-block .breadcrumb > .breadcrumb-item > a {
  color: #ffffff; }

.region-full-banner .block-views-blockpage-banner-block-1 + .block-system-breadcrumb-block .breadcrumb > .breadcrumb-item:first-child > a {
  overflow: hidden;
  display: inline-block; }

.region-full-banner .block-views-blockpage-banner-block-1 + .block-system-breadcrumb-block .breadcrumb > .breadcrumb-item:first-child > a:before {
  content: '';
  display: inline-block;
  margin-right: 0.3125rem;
  background: url("/themes/custom/iom2021/images/icons-sprite-sheet.svg") -37px -48px no-repeat;
  background-size: 144px;
  width: 12px;
  height: 0.75rem; }

.region-full-banner .block-views-blockpage-banner-block-1 + .block-system-breadcrumb-block.breadcrumbs.-reverse nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.displayFlex2Block .view-content.row {
  margin: 0;
  display: block; }

@media only screen and (min-width: 768px) {
  .page-banner .views-field-field-cover-image:before {
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, color-stop(2%, rgba(0, 0, 0, 0.25)), color-stop(10%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(65%, rgba(0, 0, 0, 0.34)), to(rgba(0, 0, 0, 0.61)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 2%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.34) 65%, rgba(0, 0, 0, 0.61) 100%);
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    opacity: 0.9; } }
.region-top-header-form .we-mega-menu-ul.nav-tabs > li.we-mega-menu-li:last-child > a.we-mega-menu-li:after,
.region-top-header-form .we-mega-menu-ul.nav-tabs > li.we-mega-menu-li:last-child > a.we-megamenu-nolink:after {
  content: none; }

.region-top-header-form .block-we-megamenu + .language-switcher-language-url span:first-child::before {
  position: absolute;
  left: 0;
  background: rgba(39, 55, 68, 0.5);
  content: "";
  display: inline-block;
  width: 1px;
  height: 0.75rem;
  opacity: 1;
  bottom: 1px; }

.statistics-segment.-country .view-content:after {
  display: block !important; }

.mobile-inline {
  display: block; }

/* ******** */
@media all and (max-width: 520px) {
  .flexGrid.-three-column .division > .field__item .layout__region.layout__region--content {
    padding: 0; }

  .mobile-inline {
    display: inline; } }
/* mobile  */
@media all and (max-width: 640px) {
  .related-resources-wrapper .timestamp {
    margin: .7rem 0 0; }

  .related-resources-wrapper h5.title {
    margin-top: .5rem; } }
/* ******** */
/* Inserted for on May 12, 2022 */
/**** Partners slick carousel ****/
.view-partners .view-content.row > div {
  text-align: center;
  position: relative; }

.view-partners .slick-arrow {
  width: 60px;
  height: 3.75rem;
  background-color: #0033a0;
  background-size: 192px;
  font-size: 0;
  border: none;
  position: relative;
  opacity: .5; }

.view-partners .slick-arrow:hover {
  opacity: 1; }

.view-partners div:focus {
  outline: none;
  outline: none; }

.view-partners .slick-prev {
  position: absolute;
  bottom: 35%;
  left: 0; }

.view-partners .slick-prev:before {
  background: url("/themes/custom/iom2021/images/icons-sprite-sheet.svg") -112px 0px no-repeat;
  background-size: 192px;
  content: "";
  width: 16px;
  height: 1rem;
  margin: auto;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.view-partners .slick-next {
  position: absolute;
  bottom: 35%;
  right: 0; }

.view-partners .slick-next:before {
  background: url("/themes/custom/iom2021/images/icons-sprite-sheet.svg") -80px 0px no-repeat;
  background-size: 192px;
  content: "";
  width: 16px;
  height: 1rem;
  margin: auto;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.view-partners .slick__arrow {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

/* fullwidth for related item reset to default if more than 1020px */
@media all and (min-width: 1920px) {
  .fullwidth {
    width: auto;
    left: auto;
    right: auto;
    margin: auto; } }
/* end */
/* Take Action header*/
.homepage-campaign .view-header .campaign-slider-details .preamble-heading {
  font-size: 1.5rem; }

/* end */
/* Take action Button on mobile */
@media all and (max-width: 768px) {
  .about-section-details .statistics-segment.-country .more-link > a,
  .statistics-segment.-country .about-section-details .more-link > a {
    border: 1px solid rgba(0, 0, 0, 0.25);
    color: rgba(0, 0, 0, 0.5); }

  .about-section-details .statistics-segment.-country .more-link > a span,
  .statistics-segment.-country .about-section-details .more-link > a span {
    color: rgba(0, 0, 0, 0.5); } }
/* end */
/* media Contact image align */
.media-contacts__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

/* end */
/* sdg svg format resize to 100px for thumbnail */
.sdg_thumb img {
  max-width: 100px; }

/* end*/
/* timestamp mobile for es */
@media only screen and (max-width: 640px) {
  .lang-es .timestamp .tag,
  .timestamp .date,
  .lang-fr .timestamp .tag,
  .timestamp .date {
    max-width: 50%;
    white-space: normal; }

  .lang-es .timestamp .tag,
  .lang-fr .timestamp .tag {
    margin-right: 16px;
    position: relative; }

  .lang-es .timestamp .tag:after,
  .lang-fr .timestamp .tag:after {
    position: absolute;
    right: -14px;
    height: 100%; } }
/* end */
.page-node-140156 #block-solrsearch-popup {
  display: block !important; }

/* Resources wrapper */
.related-resources-wrapper h2 {
  margin-bottom: 2rem;
  text-transform: uppercase; }

/* end */
/* by from stories */
.field-label-inline {
  padding-right: 0.5rem; }

/* end */
/* Work main title remove bold */
.works h2 {
  font-weight: 600; }

/* end */
/* section banner  height from 375 to 356*/
.section-banner {
  min-height: 356px; }

.section-banner .media {
  padding-bottom: 0 !important;
  min-height: 356px;
  height: 100%; }

/* end */
/*blog figure*/
@media (min-width: 560px) {
  .node .field--type-image {
    float: none; } }
/* end */
/* Figure caption */
figure.caption figcaption {
  margin-top: 0.5rem;
  color: rgba(0, 0, 0, 0.5); }

figure.caption.align-left {
  margin-right: 1rem; }

figure.caption.align-right {
  margin-left: 1rem; }

/* end */
/* Too much zoom on related content */
.works .field__item:hover .paragraph--view-mode--banner-cover > * {
  -webkit-transform: unset;
  transform: unset; }

/* end */
/* related-resources-wrapper h2 */
.related-resources-wrapper h2,
.works h2 {
  font-weight: 600; }

/* end */
/* title only blue */
.bluebg .thumbnail-wrapper,
.bluebg .timestamp,
.related-links-wrapper .thumbnail-wrapper,
.related-links-wrapper .timestamp {
  display: none; }

.bluebg .title,
.related-links-wrapper .title {
  text-align: center;
  text-transform: uppercase; }

.bluebg .article-detail .field__item > h5 a,
.related-links-wrapper .article-detail .field__item > h5 a {
  padding: 2rem;
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0); }

.bluebg .article-detail .field__item > h5 a:hover,
.related-links-wrapper .article-detail .field__item > h5 a:hover {
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.05); }

.bluebg .article-detail .field__item > h5 a h5.title,
.related-links-wrapper .article-detail .field__item > h5 a h5.title {
  margin: 0; }

/* end */
.node--type-webform .main-content .layout--twocol {
  max-width: none;
  margin: 0 -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.node--type-webform .main-content .layout--twocol > div {
  padding: 0 15px;
  margin-bottom: 30px;
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; }

.node--type-webform .main-content .layout--twocol .form-actions {
  margin-top: 30px; }

@media (min-width: 768px) {
  .node--type-webform .main-content .layout--twocol > div {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; } }
.inquiry-form-block {
  background-color: #ffffff;
  padding: 2rem;
  -webkit-box-shadow: 0 8px 16px 0 rgba(39, 55, 68, 0.1);
  box-shadow: 0 8px 16px 0 rgba(39, 55, 68, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.15); }

.form-field > .field-input {
  font-size: 1.25rem;
  line-height: 1.6;
  font-family: inherit;
  font-weight: 400;
  letter-spacing: 0.18em;
  padding-bottom: 0.5rem;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 2px solid rgba(0, 0, 0, 0.15);
  width: 100%;
  outline: none; }

.form-field > .field-input:focus {
  border-color: #0033a0; }

/* menu and language separator */
.region-top-header-form .we-mega-menu-ul.nav-tabs > li.we-mega-menu-li:last-child > a.we-mega-menu-li:after,
.region-top-header-form .we-mega-menu-ul.nav-tabs > li.we-mega-menu-li:last-child > a.we-megamenu-nolink:after {
  content: none; }

.region-top-header-form .block-we-megamenu + .language-switcher-language-url span:first-child::before {
  position: absolute;
  left: 0;
  background: rgba(39, 55, 68, 0.5);
  content: "";
  display: inline-block;
  width: 1px;
  height: 0.75rem;
  opacity: 1;
  bottom: 1px; }

/* end */
/* section banner */
.section-banner {
  min-height: 356px; }

.section-banner .media {
  padding-bottom: 0 !important;
  min-height: 356px;
  height: 100%; }

/* end */
/* About section Overlay */
.about-section.textOverlay {
  min-height: unset; }

@media (max-width: 991px) {
  .navbar-we-mega-menu.navbar ul {
    width: 100%; } }
/* ABOUT SECTION */
.about-section {
  min-height: 400px; }

/* end */
/* main banner full height */
.page-banner .views-field-field-cover-image .media--background {
  height: 100%; }

/* Main Banner limit the title description to 2 liner */
.path-frontpage .page-banner .mini-caption h1,
.path-frontpage .page-banner .mini-caption h2 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: normal; }

/* Page Banner resize at IpadMIni */
@media (max-width: 768px) {
  .page-banner.-cover #FullpageBanner ul.slides li .views-field-field-cover-image .media--blazy.media--background {
    padding-bottom: 58% !important; } }
/* end */
.we-mega-menu-ul * {
  font-family: "Open Sans",Arial,Verdana,sans-serif !important; }

body.simplelogin {
  font-family: "Open Sans",Arial,Verdana,sans-serif !important; }

.slides .banner-detail .article-detail .mini-caption {
  max-width: 100%;
  width: 100%; }
  @media all and (max-width: 640px) {
    .slides .banner-detail .article-detail .mini-caption {
      max-width: 100%; } }

.buttons .view-content.row > div
.slides .banner-detail .article-detail .mini-caption .btn-primary {
  font-size: 0.75rem;
  padding: 0.8rem 1.5rem; }

.buttons .view-content.row {
  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;
  padding-bottom: 16px; }

.buttons .view-content.row > div {
  width: auto;
  margin-right: 16px;
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0; }

.buttons .view-content.row > div:last-child {
  margin-right: 0; }

@media all and (max-width: 640px) {
  .path-frontpage .page-banner .mini-caption h1,
  .path-frontpage .page-banner .mini-caption h2 {
    -webkit-line-clamp: 5; } }

table {
  width: 100%; }
  table thead th {
    padding: 0.75rem 0.25rem; }
  table tbody td {
    vertical-align: top;
    padding: 0.5rem 0.25rem; }

.table-head {
  border-bottom: 3px solid #0033a0;
  padding-bottom: 1rem;
  width: 100%;
  display: grid; }
  .table-head > .label {
    font-family: "Open Sans", Arial, Verdana, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.75rem;
    line-height: 1.2;
    color: rgba(0, 0, 0, 0.5); }

.table-row {
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
  .table-row:hover {
    background: rgba(0, 0, 0, 0.02); }
  .table-row:last-of-type {
    border-bottom: 0; }

.table.table-hover tbody tr:hover {
  background: transparent !important; }

.table thead {
  font-family: "Open Sans", Arial, Verdana, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.75rem;
  line-height: 1.2;
  border-bottom: 3px solid #dddddd;
  padding-bottom: 1rem;
  width: 100%; }
  .table thead tr {
    background: none; }
    .table thead tr th {
      border: 0;
      background: none; }
.table tbody tr {
  border: 0 !important;
  background: none; }
  .table tbody tr.odd, .table tbody tr:nth-of-type(odd) {
    background: none; }
  .table tbody tr td {
    background: none; }
    .table tbody tr td a {
      font-size: 1rem; }
.table .field--type-file, .table .field--type-link {
  max-width: 200px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .table .field--type-file .file, .table .field--type-link .file {
    padding: 0;
    display: unset; }
  .table .field--type-file .field__item, .table .field--type-link .field__item {
    margin-right: 0.5rem;
    margin-bottom: 0.5rem; }
  .table .field--type-file span.file--application-pdf:before, .table .field--type-file span.file--application-pdf:after, .table .field--type-link span.file--application-pdf:before, .table .field--type-link span.file--application-pdf:after {
    content: none; }
  .table .field--type-file span a, .table .field--type-file a, .table .field--type-link span a, .table .field--type-link a {
    background-color: #e6e6e6;
    color: rgba(0, 0, 0, 0.5);
    font-family: "Open Sans", Arial, Verdana, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.75rem;
    line-height: 1.2; }
    .table .field--type-file span a:hover, .table .field--type-file a:hover, .table .field--type-link span a:hover, .table .field--type-link a:hover {
      background-color: #0033a0;
      color: #ffffff; }

@media all and (max-width: 768px) {
  .table-responsive .table tbody tr td {
    white-space: normal; } }

.view-project-list .views-table td.button:hover a {
  color: #fff; }

.tenders .table > thead > tr > th {
  color: rgba(39, 55, 68, 0.5); }

.tenders .table > thead > tr > th a {
  color: rgba(39, 55, 68, 0.5); }

.tenders .table > thead > tr > th a:hover {
  color: #0033a0; }

.procurement-table .view-content {
  margin: 0; }
  .procurement-table .view-content > div {
    width: 100%; }
.procurement-table .table-head-procurement {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 3px solid #0035ad;
  padding-bottom: 1rem;
  padding-left: 0;
  gap: 16px; }
  .procurement-table .table-head-procurement .label {
    font-size: 0.875rem;
    opacity: 0.5; }
    @media all and (max-width: 640px) {
      .procurement-table .table-head-procurement .label {
        font-size: 0.75rem; } }
.procurement-table .table-row {
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px; }
  .procurement-table .table-row h2.label {
    padding-right: unset; }
  .procurement-table .table-row .posting-no {
    font-size: 0.875rem;
    font-family: "Open Sans", Arial, Verdana, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.18em; }
    @media all and (max-width: 640px) {
      .procurement-table .table-row .posting-no {
        font-size: 0.75rem; } }
  .procurement-table .table-row li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .procurement-table .table-row li.details {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
  @media all and (max-width: 640px) {
    .procurement-table .table-row {
      display: grid;
      grid-template-columns: 125px 1fr;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      grid-row-gap: 24px; }
      .procurement-table .table-row > .details {
        grid-column: 2/3; }
        .procurement-table .table-row > .details.data {
          border-bottom: 0; }
      .procurement-table .table-row * {
        padding-right: unset; } }
.procurement-table .specifics ul {
  margin: 0 0 2rem 0;
  counter-reset: number; }
  .procurement-table .specifics ul > li {
    clear: none;
    list-style-type: none;
    margin: -0.0625rem 0 0.5em 0;
    padding-left: 1.5625rem;
    padding-top: 0.0625rem;
    position: relative; }
    .procurement-table .specifics ul > li:before {
      background: #0035a0;
      content: "";
      height: 1rem;
      top: 3px;
      width: 1rem;
      -webkit-transform: scale(0.35);
              transform: scale(0.35);
      position: absolute;
      left: -4px; }
  .procurement-table .specifics ul li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
.procurement-table .data {
  display: block; }
  .procurement-table .data:before {
    font-weight: 600;
    content: attr(data-preamble);
    margin-bottom: 0.75rem;
    display: block;
    line-height: 1.5;
    font-size: 70%;
    color: rgba(0, 0, 0, 0.3); }
.procurement-table.-three-columns .table-head-procurement {
  grid-template-columns: 128px 1fr 1fr; }
.procurement-table.-three-columns .table-row {
  grid-template-columns: 128px 1fr 1fr; }

.procurement-table .proc-download, .procurement-table .views-data-export-feed {
  display: none; }
.procurement-table .view-content {
  margin: 0; }
  .procurement-table .view-content > div {
    width: 100%; }
.procurement-table .table-head-procurement {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 3px solid #0035ad;
  padding-bottom: 16px;
  padding-left: 0;
  gap: 16px; }
  .procurement-table .table-head-procurement .label {
    font-size: 0.875rem;
    opacity: 0.5;
    opacity: 0.5; }
    @media all and (max-width: 640px) {
      .procurement-table .table-head-procurement .label {
        font-size: 0.75rem; } }
.procurement-table .table-row {
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px; }
  .procurement-table .table-row h2.label {
    padding-right: unset; }
  .procurement-table .table-row .posting-no {
    font-size: 0.875rem;
    font-family: "Open Sans", Arial, Verdana, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.18em; }
    @media all and (max-width: 640px) {
      .procurement-table .table-row .posting-no {
        font-size: 0.75rem; } }
  .procurement-table .table-row li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .procurement-table .table-row li.details {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
.procurement-table .specifics ul {
  margin: 0 0 32px 0;
  counter-reset: number; }
  .procurement-table .specifics ul li {
    clear: none;
    list-style-type: none;
    margin: -0.0625rem 0 0.5em 0;
    padding-left: 1.5625rem;
    padding-top: 0.0625rem;
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .procurement-table .specifics ul li:before {
      background: #0035a0;
      content: "";
      height: 1rem;
      top: 3px;
      width: 1rem;
      -webkit-transform: scale(0.35);
              transform: scale(0.35);
      position: absolute;
      left: -4px; }
.procurement-table .data {
  display: block; }
  .procurement-table .data:before {
    font-size: 40%;
    font-weight: 600;
    content: attr(data-preamble);
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 12px;
    display: block;
    line-height: 1.5;
    font-size: 70%;
    color: rgba(0, 0, 0, 0.3); }
.procurement-table.-three-columns .table-head-procurement {
  grid-template-columns: 128px 1fr 1fr; }
.procurement-table.-three-columns .table-row {
  grid-template-columns: 128px 1fr 1fr; }
@media all and (max-width: 640px) {
  .procurement-table .table-row {
    display: block; }
    .procurement-table .table-row * {
      padding-right: unset; }
    .procurement-table .table-row > .details > .data {
      border-bottom: 0; } }

.agenda-table thead {
  border-bottom: 3px solid #0035AD; }
  .agenda-table thead th {
    padding-bottom: 1rem !important;
    color: rgba(39, 55, 68, 0.5);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2.16px; }
.agenda-table tbody td {
  border-bottom: 1px solid rgba(39, 55, 68, 0.05);
  padding: 1rem 0 !important;
  padding-right: .5rem !important; }
  .agenda-table tbody td:last-child {
    padding-right: 0 !important; }

.form-with-pages {
  max-width: 950px;
  margin: auto; }
  .form-with-pages .inquiry-form-block:before {
    content: attr(data-title);
    color: #ccc;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 32px;
    display: block;
    margin-bottom: 24px; }
  .form-with-pages .webform-progress ul.progress-tracker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 0; }
    .form-with-pages .webform-progress ul.progress-tracker li.progress-step {
      list-style: none;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      text-align: center;
      position: relative; }
      .form-with-pages .webform-progress ul.progress-tracker li.progress-step:after {
        content: '';
        position: absolute;
        height: 2px;
        background: #eee;
        width: 100%;
        left: 0;
        top: 50%;
        z-index: -1; }
      .form-with-pages .webform-progress ul.progress-tracker li.progress-step .progress-title {
        display: inline-block;
        width: auto;
        border-radius: 50%;
        width: 32px;
        height: 32px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        background: #fff;
        color: #444;
        border: 1px solid #eee; }
      .form-with-pages .webform-progress ul.progress-tracker li.progress-step:last-child .progress-title {
        width: auto;
        border-radius: 10px;
        padding: 0 10px; }
      .form-with-pages .webform-progress ul.progress-tracker li.progress-step.is-complete .progress-title, .form-with-pages .webform-progress ul.progress-tracker li.progress-step.is-active .progress-title {
        background: #0135a0;
        color: #fff; }
      .form-with-pages .webform-progress ul.progress-tracker li.progress-step.is-complete:after, .form-with-pages .webform-progress ul.progress-tracker li.progress-step.is-active:after {
        background: #0135a0; }
  .form-with-pages .form-type-managed-file small {
    font-size: 12px; }

.webform-multiple-table .tabledrag-toggle-weight {
  border: 1px solid #444;
  font-weight: normal;
  font-size: 12px;
  color: #444; }
  .webform-multiple-table .tabledrag-toggle-weight:focus {
    outline: none; }
.webform-multiple-table td.webform-multiple-table--operations input {
  float: left; }
.webform-multiple-table td.webform-multiple-table--handle .handle {
  width: 21px;
  height: 21px; }
.webform-multiple-table .field-group {
  margin: 0; }
.webform-multiple-table fieldset.webform-composite-hidden-title {
  margin: 0; }
  .webform-multiple-table fieldset.webform-composite-hidden-title legend {
    display: none; }

.webform-multiple-add.container-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .webform-multiple-add.container-inline > * {
    margin-right: 16px; }
  .webform-multiple-add.container-inline button {
    padding: 3px 5px;
    display: inline;
    line-height: normal; }
  .webform-multiple-add.container-inline .form-group {
    margin-bottom: 0; }
    .webform-multiple-add.container-inline .form-group input, .webform-multiple-add.container-inline .form-group span {
      min-width: 60px;
      border-radius: 0; }

.choices[data-type*=select-one] .choices__input {
  display: none !important; }

.form-required:after {
  content: '*';
  color: red;
  vertical-align: baseline; }

.countries .country {
  stroke: #fff;
  stroke-opacity: 0.8;
  z-index: 0; }
  .countries .country:not([fill="#eeeeee"]) {
    fill: #becae7; }

.is-unpublished #main {
  background-color: #ffdcdc;
  padding: 1.25rem 0.9375rem;
  margin-bottom: 2rem; }
  .is-unpublished #main:before {
    content: 'unpublished';
    color: rgba(39, 55, 68, 0.5);
    text-transform: uppercase;
    letter-spacing: 0.3125rem; }

.node--unpublished {
  background-color: #ffdcdc;
  padding: 1.25rem 0.9375rem;
  margin-bottom: 2rem; }
  .node--unpublished:before, .node--unpublished:after {
    content: 'unpublished';
    color: rgba(39, 55, 68, 0.5);
    text-transform: uppercase;
    letter-spacing: 0.3125rem; }

.node--unpublished.node--type- {
  background: none; }
  .node--unpublished.node--type-:before, .node--unpublished.node--type-:after {
    content: none; }

/* ABOUT SECTION */
.about-section.textOverlay .views-field-field-single-image,
.about-section.textOverlay .field--name-field-single-image {
  min-height: unset;
  max-height: 700px; }

@media all and (max-width: 1019px) {
  .about-section.textOverlay .about-section-details {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
    position: initial;
    color: #000; }
    .about-section.textOverlay .about-section-details .btn-default {
      border: 1px solid #444; }
      .about-section.textOverlay .about-section-details .btn-default span {
        color: #444; } }
@media (min-width: 1020px) {
  .about-section.textOverlay .about-section-details {
    width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 50%;
            flex: 0 50%; } }

/* END */
.media-contacts__item:last-child .media-contacts__info {
  right: 100%;
  left: unset; }
  .media-contacts__item:last-child .media-contacts__info:before {
    right: -15px;
    left: unset;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

.media-contacts__close {
  width: 50%; }

.media-contacts__item .media-contacts__bottom {
  padding: 30px 0; }

@media (max-width: 1023px) {
  .media-contacts__info {
    left: 0;
    opacity: 1 !important;
    display: block;
    position: static;
    background: #fff;
    padding: 30px 0;
    color: initial; }

  .media-contacts__info .media-contacts__details, .media-contacts__info .media-contacts__summary, .media-contacts__info .media-contacts__name {
    text-align: center; }

  .media-contacts__info .media-contacts__name {
    color: #0033a0;
    font-size: 20px;
    font-weight: 700;
    margin: 0.625rem 0; }

  .media-contacts__info .media-contacts__summary {
    font-size: 18px;
    margin-bottom: 12px; }

  .media-contacts__info .media-contacts__details a {
    color: #0035a0; }

  .media-contacts__summary.d-none {
    display: block !important; }

  .media-contacts__summary.d-none .media-contacts__close {
    display: none; }

  .media-contacts__item .media-contacts__bottom {
    display: none; }

  .media-contacts__info:before {
    display: none; } }
h2.partners-title {
  text-transform: uppercase; }

@media all and (max-width: 840px) {
  .about-section .about-section-details {
    background: none;
    color: #444; }
    .about-section .about-section-details h1, .about-section .about-section-details h2, .about-section .about-section-details h3, .about-section .about-section-details h4, .about-section .about-section-details h5, .about-section .about-section-details h6 {
      color: #444; }
    .about-section .about-section-details .btn-default {
      border: 1px solid #444; }
      .about-section .about-section-details .btn-default span {
        color: #444; } }

.section-banner {
  background: #f5f6fa; }
  @media all and (max-width: 1080px) {
    .section-banner:before {
      content: none; }
    .section-banner .overview-segment {
      color: #444; }
      .section-banner .overview-segment.-default h2 {
        color: #444; }
      .section-banner .overview-segment.-default .btn.btn-default,
      .section-banner .overview-segment.-default .btn.btn-outline-secondary {
        border: 1px solid #444;
        color: #444; }
        .section-banner .overview-segment.-default .btn.btn-default span,
        .section-banner .overview-segment.-default .btn.btn-outline-secondary span {
          color: #444; } }

@media (min-width: 560px) {
  .sdgs .field--type-image {
    margin: 0 1rem 0 0;
    float: none; } }
@media (min-width: 559px) {
  .sdgs .field__items .field__item .field--type-image {
    margin: 0 1rem 0 0;
    margin-bottom: 16px; } }

@media (min-width: 1288px) {
  .paragraph.paragraph--type--side-image {
    margin: 0 -16.15%; } }

.author-label {
  line-height: 1.3;
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px; }

.author {
  color: rgba(0, 0, 0, 0.5); }
  .author span {
    line-height: normal; }
  .author span + span:before {
    content: ','; }
  .author span:last-child:before {
    content: ','; }
  .author span:only-child:before, .author span:first-child:before {
    content: none; }

.authors {
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.875rem; }
  @media all and (max-width: 640px) {
    .authors {
      -webkit-box-flex: 0;
          -ms-flex: 0 100%;
              flex: 0 100%;
      margin-top: 8px;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .authors .list-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0; }
    @media all and (max-width: 640px) {
      .authors .list-group {
        display: block;
        line-height: initial; } }
    .authors .list-group li.list-group-item {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      padding: 0;
      border: 0; }
    .authors .list-group li.list-group-item + li.list-group-item:before {
      content: ',\00a0'; }
      @media all and (max-width: 640px) {
        .authors .list-group li.list-group-item + li.list-group-item:before {
          content: none; } }

.view-id-author_meta .timestamp {
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .view-id-author_meta .timestamp.v2 .tag, .view-id-author_meta .timestamp.v2 .date {
    font-weight: 700; }
  .view-id-author_meta .timestamp.v2 .date::after {
    content: none; }
  .view-id-author_meta .timestamp.v2 .authors {
    font-weight: normal;
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
    margin-top: 17px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    line-height: normal;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .view-id-author_meta .timestamp.v2 .authors .author-label {
      font-weight: 700;
      margin-right: 8px;
      margin-bottom: 8px; }
    .view-id-author_meta .timestamp.v2 .authors .list-group {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .view-id-author_meta .timestamp.v2 .authors .list-group .list-group-item {
        line-height: normal; }
        .view-id-author_meta .timestamp.v2 .authors .list-group .list-group-item:before {
          content: none; }

.view-blog .view-footer {
  display: none; }

.weBanner .view-content.row {
  display: block;
  margin: 0;
  position: relative; }
  .weBanner .view-content.row .views-row {
    padding: 0; }
.weBanner .views-field-field-cover-image {
  position: relative;
  overflow: hidden; }
  .weBanner .views-field-field-cover-image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(73%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.5) 73%, rgba(0, 0, 0, 0.5) 100%); }
.weBanner .webanner-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 24px; }
  .weBanner .webanner-title > * {
    color: #fff;
    letter-spacing: normal; }
  .weBanner .webanner-title h1 {
    font-size: 54px; }
  @media all and (max-width: 640px) {
    .weBanner .webanner-title {
      position: initial;
      padding: 10px; }
      .weBanner .webanner-title > * {
        color: #000; } }
.weBanner .description {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 5px 10px;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 2; }
  .weBanner .description p {
    margin: 0;
    font-size: 80%; }
  .weBanner .description p + p {
    margin-top: 1rem; }
  @media all and (max-width: 640px) {
    .weBanner .description {
      position: initial; } }

figure figcaption {
  margin-top: 0.5rem;
  display: inline-block; }

figure figcaption span {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-line-pack: center;
  align-content: center;
  opacity: 0.5; }

figure.image-wide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

figure.image-wide figcaption {
  max-width: 975px;
  margin: auto; }

.paragraph--type--side-image .field--name-field-label {
  opacity: .5; }

.works .media {
  padding-bottom: 60% !important; }

.photoSlider {
  margin-bottom: 16px; }
  .photoSlider .slick {
    position: relative; }
    .photoSlider .slick > div {
      margin: 0; }
  .photoSlider .slick__arrow .slick-arrow {
    border: 0;
    border-radius: 0;
    height: 60px;
    width: 60px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #0033a0;
    overflow: hidden;
    text-indent: 60px; }
    .photoSlider .slick__arrow .slick-arrow:focus {
      border-radius: 0;
      outline: none; }
    .photoSlider .slick__arrow .slick-arrow:before {
      content: '';
      display: block;
      position: absolute;
      background-size: 192px;
      width: 16px;
      height: 16px;
      margin: auto;
      display: block;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0; }

.slick-prev {
  left: 0; }

.slick-prev:before {
  background: url(../images/icons-sprite-sheet.svg) -112px 0px no-repeat; }

.slick-next {
  right: 0; }

.slick-next:before {
  background: url(../images/icons-sprite-sheet.svg) -80px 0 no-repeat; }

.lang-ar {
  text-align: right;
  font-family: 'Noto Sans Arabic', sans-serif; }
  .lang-ar .search-popup-button {
    padding-right: 16px;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
    border-left: 0;
    margin-left: 0;
    margin-right: 16px; }
  .lang-ar .we-mega-menu-col {
    border-right: 0;
    border-left: 1px solid rgba(39, 55, 68, 0.1); }
  .lang-ar .navbar-form.ml-auto {
    margin-left: 0 !important;
    margin-right: auto !important; }
  @media only screen and (min-width: 520px) {
    .lang-ar .region-top-header .site-name-slogan {
      border-left: 0;
      padding-left: 0;
      padding-right: .75rem;
      border-right: 2px solid #0035a0;
      text-align: right; } }
  .lang-ar .about-section.textOverlay .views-field-field-single-image:before,
  .lang-ar .about-section.textOverlay .field--name-field-single-image:before {
    background: linear-gradient(133deg, rgba(0, 53, 160, 0) 40%, #03112b 100%); }
  .lang-ar .site-footer h2 {
    text-align: right; }
  .lang-ar .site-footer .footer-links ul.nav {
    padding-right: 0; }
  .lang-ar .menu--footer-menu-new ul.nav {
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    padding-right: 0; }
  .lang-ar .statistics-segment.-condense .field--name-field-p-facts-and-figures > .field__items > .field__item,
  .lang-ar .statistics-segment.-condense .statistics-summary > .field__items > .field__item {
    border-left: 1px solid rgba(255, 255, 255, 0.25);
    border-right: 0; }
  .lang-ar .statistics-segment.-condense .field--name-field-p-facts-and-figures > .field__items > .field__item:nth-child(even),
  .lang-ar .statistics-segment.-condense .statistics-summary > .field__items > .field__item:nth-child(even) {
    border-left: 0;
    border-right: inherit; }
  .lang-ar .main-content .text-formatted ol li, .lang-ar .main-content .text-formatted ul li, .lang-ar .highlighted .text-formatted ol li, .lang-ar .highlighted .text-formatted ul li, .lang-ar .text-formatted ol li, .lang-ar .text-formatted ul li, .lang-ar .mini-caption ol li, .lang-ar .mini-caption ul li {
    padding-left: unset;
    padding-right: 25px; }
  .lang-ar .main-content .text-formatted ol li:before, .lang-ar .main-content .text-formatted ul li:before, .lang-ar .highlighted .text-formatted ol li:before, .lang-ar .highlighted .text-formatted ul li:before, .lang-ar .text-formatted ol li:before, .lang-ar .text-formatted ul li:before, .lang-ar .mini-caption ol li:before, .lang-ar .mini-caption ul li:before {
    left: unset;
    right: -4px; }
  .lang-ar .org-details .tel:before, .lang-ar .org-details .email:before {
    margin: auto 0 auto 4px; }
  .lang-ar .slides .banner-detail .article-detail {
    direction: rtl;
    margin-right: 0; }
  .lang-ar .buttons .view-content.row > div {
    margin-left: 16px;
    margin-right: unset; }
  .lang-ar .buttons .view-content.row > div:last-child {
    margin-left: 0; }
  .lang-ar .homepage-campaign .flexslider.optionset-campaign .slides > li {
    float: right !important; }
  .lang-ar.user-logged-in .homepage-campaign .flexslider.optionset-campaign .slides > li {
    float: left !important; }
  .lang-ar h1, .lang-ar h2, .lang-ar h3, .lang-ar h4, .lang-ar h5, .lang-ar h6 {
    letter-spacing: normal; }

.lang-ar .btn,
.lang-ar .read-more a,
.lang-ar .statistics-segment.-country .more-link > a,
.lang-ar .language-switcher-language-url nav.links .language,
.lang-ar .language-switcher-language-url nav.links .language-link,
.lang-ar .region-top-header-form .we-mega-menu-ul.nav-tabs > li.we-mega-menu-li > a.we-mega-menu-li,
.lang-ar .region-top-header-form .we-mega-menu-ul.nav-tabs > li.we-mega-menu-li > a.we-megamenu-nolink,
.lang-ar .we-mega-menu-ul.nav-tabs > li.we-mega-menu-li > a.we-mega-menu-li,
.lang-ar .we-mega-menu-ul.nav-tabs > li.we-mega-menu-li > a.we-megamenu-nolink,
.lang-ar .we-mega-menu-ul.nav-tabs > li.we-mega-menu-li > span.we-megamenu-nolink,
.lang-ar .navbar-we-mega-menu .type-of-block h2,
.lang-ar .we-mega-menu-submenu li.we-mega-menu-li a,
.lang-ar .we-mega-menu-submenu li.we-mega-menu-li .we-megamenu-nolink,
.lang-ar .extra-menu ul.nav li.nav-item a.nav-link,
.lang-ar .navbar-we-mega-menu .type-of-block a.nav-link,
.lang-ar .we-mega-menu-submenu .navbar-nav > li > a.nav-link,
.lang-ar h1, .lang-ar h2, .lang-ar h3, .lang-ar h4, .lang-ar h5, .lang-ar h6,
.lang-ar .subscribe-bar .subscribe-header .subscribe-label,
.lang-ar .navigation-detail .field--name-field-label,
.lang-ar .navigation-detail, .lang-ar .navigation-detail .field--name-field-panel-description {
  font-family: 'Noto Sans Arabic',sans-serif !important; }

.lang-ar .we-mega-menu-ul * {
  font-family: 'Noto Sans Arabic',sans-serif !important; }

.simplelogin-form .nav.primary.nav-tabs {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .simplelogin-form .nav.primary.nav-tabs .nav-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }

.grid .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.views-view-grid {
  width: 100%; }

.views-reset .view-content.row {
  width: 100%;
  margin: auto; }
