@charset "UTF-8";
/* generated with grunt-sass-globbing */
/* generated with grunt-sass-globbing */
/* generated with grunt-sass-globbing */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
  display: block; }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

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

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

audio,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

button::-moz-focusring,
[type='button']::-moz-focusring,
[type='reset']::-moz-focusring,
[type='submit']::-moz-focusring {
  outline: 1px dotted ButtonText; }

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

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

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

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

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

template,
[hidden] {
  display: none; }

abbr,
blockquote,
code,
kbd,
q,
samp,
tt,
var {
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none; }

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

::-moz-selection {
  background: #dce4ef;
  color: #212121;
  text-shadow: none; }

::selection {
  background: #dce4ef;
  color: #212121;
  text-shadow: none; }

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

* {
  transition-duration: 150ms;
  transition-property: background-color, border-color, box-shadow, color, opacity, text-shadow, -webkit-transform;
  transition-property: background-color, border-color, box-shadow, color, opacity, text-shadow, transform;
  transition-property: background-color, border-color, box-shadow, color, opacity, text-shadow, transform, -webkit-transform;
  transition-timing-function: ease-out; }

a {
  background-color: transparent;
  color: #dc381c;
  outline-offset: 0.125em;
  -webkit-text-decoration-skip: objects; }
  a:hover, a:focus {
    color: #205493; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

abbr:hover {
  cursor: help; }

audio:not([controls]) {
  display: none;
  height: 0; }

blockquote {
  margin: 2em auto 1rem;
  font-family: "Playfair Display", serif;
  font-size: 1.3em;
  text-align: center;
  position: relative;
  padding: 0 2em;
  color: #dc381c;
  max-width: 950px; }
  @media (min-width: 37.5em) {
    blockquote {
      padding: 0 10%;
      font-size: 1.5em; } }
  blockquote:before {
    content: '';
    display: block;
    width: 150px;
    height: 1px;
    position: absolute;
    left: calc(50% - 15px);
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 2;
    top: -35px;
    background-color: #3C4043; }
  blockquote:after {
    content: '';
    display: block;
    width: 150px;
    height: 1px;
    position: absolute;
    left: calc(50% + 15px);
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 2;
    top: -28px;
    background-color: #3C4043; }

body {
  color: #3C4043;
  margin: 0;
  padding: 0;
  word-wrap: break-word; }

button {
  overflow: visible; }

canvas {
  display: inline-block; }

caption {
  margin-bottom: 0.5rem; }

dd {
  margin-bottom: 1rem; }

dfn {
  font-style: italic; }

dl {
  margin: 0 0 1rem; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

figure {
  margin: 0 0 1rem;
  border-bottom: solid 5px #dc381c;
  position: relative; }
  figure img {
    display: block; }

figcaption {
  background: linear-gradient(rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, 0.5) 40%, #222222 100%);
  bottom: 0;
  color: #fff;
  display: block;
  font-size: 14px;
  padding: 1em;
  position: absolute;
  width: 100%; }
  figcaption:before {
    content: '';
    display: inline-block;
    background-image: url("../images/bg/photo.png");
    background-image: linear-gradient(transparent, transparent), url("../images/bg/photo.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 25px;
    margin-right: 10px;
    position: relative;
    top: 7px;
    width: 25px; }

h1, h2, h3, .hero-bg-image__subtitle, h4, h5, h6 {
  color: inherit;
  font-weight: 400;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
  line-height: 1.3;
  margin: 0 0 1rem;
  text-rendering: optimizeLegibility; }

h1 {
  font-size: 60px;
  margin-bottom: 0.5em; }

h2 {
  font-size: 1.875em; }
  @media (min-width: 50em) {
    h2 {
      font-size: 50px; } }

h3,
.hero-bg-image__subtitle {
  font-size: 2em; }

h4 {
  font-size: 40px;
  font-weight: 600; }

h5 {
  font-size: 1em; }

h6 {
  font-size: 0.8125em;
  font-weight: 400;
  text-transform: uppercase; }

header {
  background: #fff; }

hr {
  border: 1px solid #5b616b;
  box-sizing: content-box;
  height: 0;
  margin: 1rem 0;
  padding-bottom: -1px; }

html {
  box-sizing: border-box;
  font-size: 100%;
  line-height: 1.5;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%; }

iframe {
  border: 0;
  height: 300px;
  width: 100%; }
  @media (min-width: 40.625em) {
    iframe {
      height: 350px; } }
  @media (min-width: 50em) {
    iframe {
      height: 450px; } }

img {
  border: 0;
  font-style: italic;
  height: auto;
  max-width: 100%; }

input {
  line-height: normal; }

legend {
  border: 0;
  box-sizing: border-box;
  color: inherit;
  display: table;
  margin: 0;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

li {
  margin-bottom: 0.5rem; }
  li:last-child {
    margin-bottom: 0; }

mark {
  background: #ff0;
  color: #000; }

ol {
  margin: 0 0 1rem;
  padding: 0 0 0 1.5em; }
  [dir='rtl'] ol {
    padding: 0 1.5em 0 0; }
  ol ol,
  ol ul {
    margin: 0.5rem 0 0;
    font-size: .95em; }

optgroup {
  font-weight: bold; }

p {
  margin: 0 0 1rem; }

pre {
  margin: 0 0 1rem;
  overflow: auto; }

small {
  font-size: 0.875em; }

sub {
  bottom: -0.25em; }

summary {
  display: list-item; }

sup {
  top: -0.5em; }

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

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1rem; }

td {
  background-color: #ffffff;
  border-bottom: 1px solid #5b616b;
  padding: 0.9375rem;
  text-align: center; }
  td:first-of-type {
    text-align: left; }

textarea {
  overflow: auto; }

tfoot td,
tfoot th {
  background-color: #f1f1f1; }

th {
  background-color: #ffffff;
  border-bottom: 1px solid #5b616b;
  padding: 0.9375rem;
  text-align: center; }
  th:first-of-type {
    text-align: left; }

thead td,
thead th {
  background-color: #f1f1f1; }

ul {
  list-style-type: disc;
  margin: 0 0 1rem;
  padding: 0 0 0 1.2em; }
  [dir='rtl'] ul {
    padding: 0 1.2em 0 0; }
  ul li li {
    list-style-image: url("../images/list-arrow.png"); }
  ul ol,
  ul ul {
    margin: 0.5rem 0 0;
    font-size: .95em; }

@media print {
  * {
    background-color: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: none; }
  a[href]::after {
    font-family: "Open Sans", "Helvetica Neue", sans-serif;
    content: " <" attr(href) ">";
    font-size: 10pt;
    font-weight: normal;
    text-transform: lowercase; }
  a[href^='javascript:']::after,
  a[href^='mailto:']::after,
  a[href^='tel:']::after,
  a[href^='#']::after,
  a[href*='?']::after {
    content: ''; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  blockquote,
  img,
  li,
  pre,
  tr {
    page-break-inside: avoid; }
  h1 a::after,
  h2 a::after,
  h3 a::after,
  h4 a::after,
  h5 a::after,
  h6 a::after {
    display: inline-block; }
  h2,
  h3,
  h4 {
    page-break-after: avoid; }
  h2,
  h3,
  h4,
  p {
    orphans: 3;
    widows: 3; }
  iframe,
  nav {
    display: none; }
  img {
    max-width: 100% !important; }
  thead {
    display: table-header-group; }
  @page {
    margin: 2cm; } }

/* generated with grunt-sass-globbing */
.l-grid__row::after {
  clear: both;
  content: '';
  display: table; }

.mobile-menu__button, .skiplinks, .nav--mobile-menu .nav__link {
  font-family: "Open Sans", "Helvetica Neue", sans-serif; }

html, .button, .facetwp-facet.facetwp-type-radio .facetwp-radio {
  font-family: "Open Sans", "Helvetica Neue", sans-serif; }

h1, h2, h3, .hero-bg-image__subtitle, h4, h5, h6 {
  font-family: "Playfair Display", serif; }

code,
kbd,
pre,
samp {
  font-family: Consolas, "Lucida Console", "Liberation Mono", "Courier New", monospace, sans-serif; }

/* generated with grunt-sass-globbing */
.l-constrain {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-left: 1em;
  padding-right: 1em; }
  .l-constrain .l-constrain {
    padding-left: 0;
    padding-right: 0; }

.l-constrain--no-padding {
  padding-left: 0;
  padding-right: 0; }

.l-constrain--wide {
  max-width: 1400px; }

.l-constrain--narrow {
  max-width: 900px; }

.flex-grid {
  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-left: -1em;
  margin-right: -1em; }
  .flex-grid .flex-column {
    padding: 0 1em;
    margin-bottom: 2em; }

.flex-grid--2-col .flex-column {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%; }
  @media (min-width: 43.75em) {
    .flex-grid--2-col .flex-column {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      max-width: 50%; } }

.flex-grid--2-col-third .flex-column-l {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%; }
  @media (min-width: 50em) {
    .flex-grid--2-col-third .flex-column-l {
      -ms-flex-preferred-size: 40%;
          flex-basis: 40%;
      max-width: 40%;
      padding: 0 1.5em 0 1em; } }

.flex-grid--2-col-third .flex-column-r {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%; }
  @media (min-width: 50em) {
    .flex-grid--2-col-third .flex-column-r {
      -ms-flex-preferred-size: 60%;
          flex-basis: 60%;
      max-width: 60%;
      padding: 0 1em 0 1.5em; } }

.flex-grid--3-col .flex-column {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%; }
  @media (min-width: 50em) {
    .flex-grid--3-col .flex-column {
      -ms-flex-preferred-size: calc(100% / 3);
          flex-basis: calc(100% / 3);
      max-width: calc(100% / 3); }
      .single-priority .flex-grid--3-col .flex-column {
        margin-bottom: 6em; } }

.l-grid {
  overflow: hidden; }

.l-grid__row {
  margin-left: -2em;
  margin-right: -2em; }

.l-grid__column {
  float: left;
  padding: 0 2em;
  width: 100%; }

.l-grid--cols-2 .l-grid__column {
  width: 50%; }

.l-grid--cols-3 .l-grid__column {
  width: 33.3333333333%; }

.l-grid--cols-4 .l-grid__column {
  width: 25%; }

.l-grid--cols-5 .l-grid__column {
  width: 20%; }

.l-grid--cols-6 .l-grid__column {
  width: 16.6666666667%; }

@media (min-width: 56.25em) {
  .l-sidebars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

.l-sidebars--left .l-sidebars__sidebar {
  margin-bottom: 2em; }

@media (min-width: 56.25em) {
  .l-sidebars--left .l-sidebars__main {
    padding-left: 4em; }
  .l-sidebars--left .l-sidebars__sidebar {
    margin-bottom: 0; } }

@media (min-width: 56.25em) {
  .l-sidebars--right .l-sidebars__main {
    padding-right: 4em; } }

@media (min-width: 56.25em) {
  .l-sidebars--left-large .l-sidebars__main {
    -ms-flex-preferred-size: 65%;
        flex-basis: 65%;
    padding: 0 0 0 4em; }
  .l-sidebars--left-large .l-sidebars__sidebar {
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
    padding: 0 5em 0 0; } }

[class^="l-sidebars__"] {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.l-sidebars__full {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }

.l-sidebars__main {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%; }

.l-sidebars__sidebar {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%; }

.l-slat::after {
  clear: both;
  content: '';
  display: table; }

.l-slat__media {
  margin: 0;
  padding: 0 0 1em; }
  @media (min-width: 37.5em) {
    .l-slat__media {
      float: left;
      padding-right: 1em; } }
  .l-slat__media:empty {
    padding: 0; }
  .l-slat__media a,
  .l-slat__media img {
    display: block; }

.l-slat__content {
  display: table-cell;
  width: 10000px; }

@media (min-width: 37.5em) {
  .l-slat--reversed .l-slat__media {
    float: right;
    padding-left: 1em;
    padding-right: 0; } }

/* generated with grunt-sass-globbing */
.aligncenter {
  display: block;
  margin-bottom: 1em;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%; }

.alignleft {
  max-width: 100%; }

.alignleft {
  float: none;
  margin: 0; }

@media (min-width: 43.75em) {
  .alignleft {
    float: left;
    margin: 0 1em 1em 0; } }

.alignright {
  max-width: 100%; }

.alignright {
  float: none;
  margin: 0; }

@media (min-width: 43.75em) {
  .alignright {
    float: right;
    margin: 0 0 1em 1em; } }

.post-type--article .post__title {
  font-weight: 700; }

main .author {
  display: inline-block; }

.authored-by {
  color: #154375;
  font-size: 14px;
  margin: 2em 0 4em 0; }

.award-spotlight {
  background-color: #e2e2e2;
  padding: 2em 0; }
  .award-spotlight .section-header {
    margin-bottom: 1em; }

.award-types {
  margin: 4em 0; }

.award-types__item {
  position: relative;
  max-width: 500px;
  margin: 0 auto 1.5em; }

.award-types__image {
  display: block;
  margin: 0 auto;
  width: calc(100% - 2em); }

.award-types__name {
  background-color: #1b3a5b;
  color: #ffffff;
  font-family: "Playfair Display", serif;
  font-size: 1.5em;
  padding: .5em 1em;
  text-align: center;
  font-weight: 600; }

.award-types__link {
  color: #fff;
  text-decoration: none; }
  .award-types__link:hover {
    color: #fff;
    text-decoration: underline; }

.blue-callout--fc {
  background-color: #154375;
  border-bottom: solid 8px #dc381c;
  max-width: 1250px; }
  @media (min-width: 50em) {
    .blue-callout--fc {
      margin: 4em auto 4em auto; } }
  .blue-callout--fc .button:hover, .blue-callout--fc .facetwp-facet.facetwp-type-radio .facetwp-radio:hover, .facetwp-facet.facetwp-type-radio .blue-callout--fc .facetwp-radio:hover {
    background-color: #69ace5; }
  .blue-callout--fc .button--light-blue {
    background-color: #3f78bb; }
  .blue-callout--fc .blue-callout__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -1em;
    margin-right: -1em; }
    .blue-callout--fc .blue-callout__row .flex-column {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%;
      padding: 0 1em; }
      @media (min-width: 50em) {
        .blue-callout--fc .blue-callout__row .flex-column {
          -ms-flex-preferred-size: 60%;
              flex-basis: 60%;
          max-width: 60%; }
          .blue-callout--fc .blue-callout__row .flex-column:first-child {
            -ms-flex-preferred-size: 40%;
                flex-basis: 40%;
            max-width: 40%; } }
  .blue-callout--fc .blue-callout__image {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: calc(100% + 30px);
    margin: 1em;
    min-height: 150px;
    position: relative;
    top: 0; }
    @media (min-width: 50em) {
      .blue-callout--fc .blue-callout__image {
        margin: 2em 0 2em 2em;
        min-height: 300px; } }
  .blue-callout--fc .blue-callout__content {
    color: #fff;
    padding: 1em;
    text-align: left; }
    @media (min-width: 50em) {
      .blue-callout--fc .blue-callout__content {
        padding: 2em 2em 2em 0; } }
  .blue-callout--fc .blue-callout__text {
    font-size: 1.1em;
    line-height: 1.7;
    margin-bottom: 2em; }
  .blue-callout--fc .flex-column {
    overflow: hidden;
    padding: 1em; }

.blue-callout {
  background-color: #154375;
  font-family: "Playfair Display", serif;
  text-align: center; }

.blue-callout__bg {
  background-image: url("../images/bg/title-bg.png");
  background-image: linear-gradient(transparent, transparent), url("../images/bg/title-bg.svg");
  background-position: left center;
  background-repeat: no-repeat;
  color: #fff;
  line-height: 1.5;
  padding: 2em 0 2em 0; }
  @media (min-width: 50em) {
    .blue-callout__bg {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 4em 0 4em 0; } }
  .blue-callout__bg a {
    color: #fff;
    outline-color: #fff;
    text-decoration: none; }
  .blue-callout__bg input {
    outline-color: #fff; }

.blue-callout__description {
  margin: 0;
  font-size: 1.875em; }

.blue-callout.blue-callout--lens-flare .blue-callout__bg {
  padding: 2em 0;
  background-image: url(../images/bg/lens-flare.png);
  background-size: cover;
  background-position: center center; }

.blue-callout.blue-callout--lens-flare .blue-callout__title {
  font-size: 2.2em; }

.blue-callout.blue-callout--lens-flare .blue-callout__subtitle {
  font-size: .75em; }

.blue-header {
  background-color: #1b3a5b;
  font-family: "Playfair Display", serif; }

.blue-header__bg {
  background-image: url("../images/bg/title-bg.png");
  background-image: linear-gradient(transparent, transparent), url("../images/bg/title-bg.svg");
  background-position: left center;
  background-repeat: no-repeat;
  color: #fff;
  line-height: 1.2;
  padding: 3em 0 3em 0; }
  @media (min-width: 50em) {
    .blue-header__bg {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .blue-header__bg a {
    color: #fff;
    outline-color: #fff;
    text-decoration: none; }
  .blue-header__bg input {
    outline-color: #fff; }
  .single-priority .blue-header__bg {
    background-size: auto 160%; }
  .page-child .blue-header__bg {
    background-size: 150px; }
  .environment-and-climate-change .blue-header__bg {
    background-image: url("../images/bg/Climate-Change-white.png");
    background-image: linear-gradient(transparent, transparent), url("../images/bg/Climate-Change-white.svg"); }
  .post-conflict-transition .blue-header__bg {
    background-image: url("../images/bg/Post-Conflict-Transition-white.png");
    background-image: linear-gradient(transparent, transparent), url("../images/bg/Post-Conflict-Transition-white.svg"); }
  .countering-violent-extremism .blue-header__bg {
    background-image: url("../images/bg/Violent-Extremism-white.png");
    background-image: linear-gradient(transparent, transparent), url("../images/bg/Violent-Extremism-white.svg"); }
  .voices-peacemaking .blue-header__bg {
    background-image: url("../images/bg/Voices-Peacemaking-white.png");
    background-image: linear-gradient(transparent, transparent), url("../images/bg/Voices-Peacemaking-white.svg"); }
  .peacebuilding .blue-header__bg {
    background-image: url("../images/bg/Peacebuilding-white.png");
    background-image: linear-gradient(transparent, transparent), url("../images/bg/Peacebuilding-white.svg"); }
  .economic-empowerment .blue-header__bg {
    background-image: url("../images/bg/Economic-Empowerment-white.png");
    background-image: linear-gradient(transparent, transparent), url("../images/bg/Economic-Empowerment-white.svg"); }

.blue-header__title {
  font-size: 2.5em;
  margin: 0;
  font-weight: 700; }
  @media (min-width: 50em) {
    .blue-header__title {
      font-size: 3.75em; } }

.blue-header__subtitle {
  font-size: 1em;
  margin: 0 0 0 1em;
  width: 40%; }
  @media (min-width: 50em) {
    .blue-header__subtitle {
      font-size: 1.875em; } }

.blue-header--dropdown .blue-header__bg {
  display: block; }

.blue-header--dropdown .blue-header__title {
  margin-bottom: .5em; }
  @media (min-width: 43.75em) {
    .blue-header--dropdown .blue-header__title {
      margin-bottom: 0; } }

.blue-header__row {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .blue-header__row .flex-column {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    text-align: center; }
    @media (min-width: 43.75em) {
      .blue-header__row .flex-column {
        -ms-flex-preferred-size: calc(100% - 300px);
            flex-basis: calc(100% - 300px);
        text-align: left; }
        .blue-header__row .flex-column:last-child {
          -ms-flex-preferred-size: 300px;
              flex-basis: 300px; } }

.blue-header--index .blue-header__bg {
  background-image: url("../images/bg/index-map.png");
  background-image: linear-gradient(transparent, transparent), url("../images/bg/index-map.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  line-height: 1.2;
  padding: 5em 0 5em 0; }
  @media (min-width: 50em) {
    .blue-header--index .blue-header__bg {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.blue-header--no-img {
  margin: 4em 0 0 0; }
  @media (min-width: 50em) {
    .blue-header--no-img {
      margin: 4em 0 -6em 0; } }
  .blue-header--no-img .blue-header__bg {
    background: none; }

.blue-header--country .blue-header__bg {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2em 0; }

.breadcrumb__list {
  font-size: 13px;
  margin: 0;
  padding: 2em 0; }
  .breadcrumb__list > span {
    color: #dc381c;
    margin: 0 .25em 0 .25em; }
    .breadcrumb__list > span:first-of-type {
      margin: 0 .25em 0 0; }
    .breadcrumb__list > span a {
      color: #757575; }
      .breadcrumb__list > span a:hover {
        color: #dc381c; }

.button, .facetwp-facet.facetwp-type-radio .facetwp-radio {
  background-color: #dc381c;
  border: 0;
  border-radius: 0rem;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 700;
  line-height: 1.25;
  padding: 0.75rem 1.25rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: top;
  white-space: normal;
  margin: 0 0 0.5em;
  text-decoration: none; }
  footer .button, footer .facetwp-facet.facetwp-type-radio .facetwp-radio, .facetwp-facet.facetwp-type-radio footer .facetwp-radio, .blue-header__bg .button, .blue-header__bg .facetwp-facet.facetwp-type-radio .facetwp-radio, .facetwp-facet.facetwp-type-radio .blue-header__bg .facetwp-radio {
    outline-color: #fff; }
  .button:focus, .facetwp-facet.facetwp-type-radio .facetwp-radio:focus, .button:hover, .facetwp-facet.facetwp-type-radio .facetwp-radio:hover {
    background-color: #205493;
    color: #fff; }
  .button:active, .facetwp-facet.facetwp-type-radio .facetwp-radio:active {
    background-color: #112e51;
    color: #fff; }
  .button[disabled], .facetwp-facet.facetwp-type-radio [disabled].facetwp-radio {
    background-color: #d6d7d9;
    color: #323a45;
    cursor: default;
    pointer-events: none; }
  .button + .button, .facetwp-facet.facetwp-type-radio .facetwp-radio + .button, .facetwp-facet.facetwp-type-radio .button + .facetwp-radio, .facetwp-facet.facetwp-type-radio .facetwp-radio + .facetwp-radio {
    margin-left: 0.5em; }
    [dir='rtl'] .button + .button, [dir='rtl'] .facetwp-facet.facetwp-type-radio .facetwp-radio + .button, .facetwp-facet.facetwp-type-radio [dir='rtl'] .facetwp-radio + .button, [dir='rtl'] .facetwp-facet.facetwp-type-radio .button + .facetwp-radio, .facetwp-facet.facetwp-type-radio [dir='rtl'] .button + .facetwp-radio, [dir='rtl'] .facetwp-facet.facetwp-type-radio .facetwp-radio + .facetwp-radio, .facetwp-facet.facetwp-type-radio [dir='rtl'] .facetwp-radio + .facetwp-radio {
      margin-left: 0;
      margin-right: 0.5em; }

.button--more {
  color: #dc381c;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none; }
  .button--more:after {
    content: '';
    display: inline-block;
    background-image: url("../images/bg/long-arrow-right-orange.png");
    background-image: linear-gradient(transparent, transparent), url("../images/bg/long-arrow-right-orange.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 11px;
    left: 0;
    margin-left: 10px;
    position: relative;
    transition: all 200ms ease-out;
    width: 20px; }
  .button--more:hover {
    color: #3f78bb; }
    .button--more:hover:after {
      left: 7px; }
  .button--more.button--more-secondary {
    color: #69ace5; }
    .button--more.button--more-secondary:after {
      content: '';
      display: inline-block;
      background-image: url("../images/bg/long-arrow-right-lightblue.png");
      background-image: linear-gradient(transparent, transparent), url("../images/bg/long-arrow-right-lightblue.svg");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      height: 11px;
      left: 0;
      margin-left: 10px;
      position: relative;
      transition: all 200ms ease-out;
      width: 20px; }
    .button--more.button--more-secondary:hover:after {
      left: 7px; }

.button--more + .button--more {
  margin-left: 2em; }

.card {
  background-color: #fff;
  height: 100%;
  position: relative; }

.card__content {
  color: #3C4043;
  overflow: hidden;
  padding: 2em 2em 8em 2em;
  position: relative;
  z-index: 1;
  height: 100%; }
  .card__content:after {
    content: '';
    display: block;
    background-color: #154375;
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    transition: all 150ms ease-out;
    width: 100%;
    z-index: -1; }

.card__link {
  text-decoration: none;
  transition: all 150ms ease-out; }
  .card__link:hover .card__content {
    color: #fff; }
    .card__link:hover .card__content:after {
      left: 0; }
  .card__link:hover .card__date {
    color: #fff; }

.card__date {
  color: #757575;
  margin-bottom: 1em;
  transition: all 150ms ease-out; }

.card__title {
  font-weight: 600;
  transition: all 150ms ease-out; }

.card__subtitle {
  font-size: 1.2em;
  line-height: 1.7;
  transition: all 150ms ease-out; }

.card__footer {
  background-color: #154375;
  bottom: 0;
  display: block;
  padding: 1.3em 1.5em;
  position: absolute;
  width: 100%;
  z-index: 1; }
  .card__footer:after {
    content: '';
    display: block;
    background-image: url("../images/bg/long-arrow-right.png");
    background-image: linear-gradient(transparent, transparent), url("../images/bg/long-arrow-right.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 35%;
    background-color: #153b65;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 70px; }

.card__type {
  color: #fff;
  text-transform: uppercase; }
  .card__type:before {
    content: '';
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 18px;
    margin-right: 1em;
    position: relative;
    top: 2px;
    width: 18px; }

.card.card--article .card__content:after {
  background-color: #AD0E60; }

.card.card--article .card__footer {
  background-color: #AD0E60; }
  .card.card--article .card__footer:after {
    background-color: #920d50; }

.card.card--article .card__type:before {
  background-image: url("../images/bg/article.png");
  background-image: linear-gradient(transparent, transparent), url("../images/bg/article.svg"); }

.card.card--resource-landing .card__content:after {
  background: #fff; }

.card.card--resource-landing .card__date {
  margin-bottom: .75em;
  text-decoration: none; }

.card.card--resource-landing .card__content {
  padding-bottom: 0; }

.card.card--resource-landing .card__footer {
  background-color: #fff; }
  .card.card--resource-landing .card__footer:after {
    display: none; }
  .card.card--resource-landing .card__footer .card__author {
    color: #154375;
    text-transform: capitalize; }

.card.card--resource-landing .card__title {
  margin-bottom: 0; }

.card.card--resource-landing .card__link {
  transition: none; }
  .card.card--resource-landing .card__link:hover .card__date {
    color: #757575; }
  .card.card--resource-landing .card__link:hover .card__title {
    color: #3C4043;
    text-decoration: underline; }
  .card.card--resource-landing .card__link:hover .card__subtitle {
    color: #3C4043; }

.card.card--resource-landing .card__type:before {
  display: none; }

.card.card--report .card__type:before {
  background-image: url("../images/bg/report.png");
  background-image: linear-gradient(transparent, transparent), url("../images/bg/report.svg"); }

.card.card--book .card__content:after {
  background-color: #0AB75D; }

.card.card--book .card__footer {
  background-color: #0AB75D; }
  .card.card--book .card__footer:after {
    background-color: #0d9149; }

.card.card--book .card__type:before {
  background-image: url("../images/bg/book.png");
  background-image: linear-gradient(transparent, transparent), url("../images/bg/book.svg"); }

.card--award {
  background-color: #fff;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6em;
  max-width: 400px;
  position: relative; }
  .card--award .card__image {
    height: 120px;
    width: 120px;
    position: absolute;
    top: -80px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    display: block;
    border-radius: 100%; }
  .card--award .card__content {
    color: #3C4043;
    padding: 3.5em 2em 2em;
    text-align: center; }
  .card--award .card__name {
    font-size: 1.8em;
    font-weight: 600;
    margin-bottom: .5em; }
    .card--award .card__name a {
      color: #3C4043; }
      .card--award .card__name a:hover {
        color: #dc381c; }
  .card--award .card__award {
    margin-bottom: 1em;
    display: inline-block;
    font-weight: bold;
    color: #154375;
    position: relative;
    padding: 0 5px; }
    .card--award .card__award:after {
      content: '';
      display: block;
      width: 100%;
      height: 1px;
      background-color: #154375;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
  .card--award .card__bio {
    line-height: 1.5; }

.card.card--award-media {
  background-color: #e2e2e2;
  height: 100%;
  margin-top: 0;
  max-width: 100%; }
  .card.card--award-media .card__content {
    padding: 3.5em 2em; }
  .card.card--award-media .card__text {
    color: #154375;
    font-family: "Playfair Display", serif;
    font-size: 1.5em; }
    .card.card--award-media .card__text span {
      color: #dc381c;
      font-weight: 600; }
  .card.card--award-media .card__link:hover .card__text {
    color: #fff; }
  .card.card--award-media .card__link:hover .card__award {
    color: #ffffff; }
    .card.card--award-media .card__link:hover .card__award:after {
      background-color: #fff; }

.card--resource .card__author {
  color: #fff;
  display: inline; }

.card--resource .card__content {
  padding: 1em; }

.card--resource .card__footer {
  padding: 1em 6em 1em 1em;
  position: relative; }

.centered-section {
  text-align: center;
  padding: 2em 0; }

.centered-text {
  font-size: 20px;
  line-height: 2;
  padding: 2em 0;
  text-align: center; }
  .centered-text .single-priority {
    margin-bottom: 4em; }
  .centered-text .button + .button, .centered-text .facetwp-facet.facetwp-type-radio .facetwp-radio + .button, .facetwp-facet.facetwp-type-radio .centered-text .facetwp-radio + .button, .centered-text .facetwp-facet.facetwp-type-radio .button + .facetwp-radio, .facetwp-facet.facetwp-type-radio .centered-text .button + .facetwp-radio, .centered-text .facetwp-facet.facetwp-type-radio .facetwp-radio + .facetwp-radio, .facetwp-facet.facetwp-type-radio .centered-text .facetwp-radio + .facetwp-radio {
    margin: 0; }
    @media (min-width: 50em) {
      .centered-text .button + .button, .centered-text .facetwp-facet.facetwp-type-radio .facetwp-radio + .button, .facetwp-facet.facetwp-type-radio .centered-text .facetwp-radio + .button, .centered-text .facetwp-facet.facetwp-type-radio .button + .facetwp-radio, .facetwp-facet.facetwp-type-radio .centered-text .button + .facetwp-radio, .centered-text .facetwp-facet.facetwp-type-radio .facetwp-radio + .facetwp-radio, .facetwp-facet.facetwp-type-radio .centered-text .facetwp-radio + .facetwp-radio {
        margin-left: .5em; } }

.comparison .section-header {
  margin-bottom: 1em; }

.comparison .comparison__item {
  margin-bottom: 4em; }

.comparison .comparison__image {
  margin-bottom: 1em; }

.contact-us {
  color: #154375;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none; }

.content-grid__video {
  height: 0;
  margin: 0 auto 2em;
  max-width: 900px;
  padding-top: 56.25%;
  position: relative;
  width: 100%; }
  .content-grid__video iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.country-group__title {
  margin-right: 1em; }

.country-group__list-item:after {
  content: ', '; }

.country-group__list-item:last-of-type:after {
  content: ''; }

.country-header {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 4em 0 0 0; }
  @media (min-width: 50em) {
    .country-header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.country-title {
  margin-bottom: 0; }

.dimension-blue {
  background-color: #154375;
  border-bottom: solid 8px #dc381c;
  max-width: 1250px;
  margin: 8em auto 4em auto; }
  .dimension-blue .button:hover, .dimension-blue .facetwp-facet.facetwp-type-radio .facetwp-radio:hover, .facetwp-facet.facetwp-type-radio .dimension-blue .facetwp-radio:hover {
    background-color: #69ace5; }
  .dimension-blue .button--light-blue {
    background-color: #3f78bb; }

.dimension-blue__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -1em;
  margin-right: -1em; }
  .dimension-blue__row .flex-column {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding: 0 1em; }
    @media (min-width: 50em) {
      .dimension-blue__row .flex-column {
        -ms-flex-preferred-size: 60%;
            flex-basis: 60%;
        max-width: 60%; }
        .dimension-blue__row .flex-column:first-child {
          -ms-flex-preferred-size: 40%;
              flex-basis: 40%;
          max-width: 40%; } }

.dimension-blue__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: calc(100% + 30px);
  margin: 0 auto;
  min-height: 300px;
  position: relative;
  top: -30px; }
  @media (min-width: 43.75em) {
    .dimension-blue__image {
      max-width: 300px; } }

.dimension-blue__content {
  color: #fff;
  padding: 2.5em 0;
  text-align: center; }
  @media (min-width: 43.75em) {
    .dimension-blue__content {
      text-align: left; } }

.dimension-blue__text {
  font-size: 1.1em;
  line-height: 1.7;
  margin-bottom: 2em; }

.dimension-circle {
  border-radius: 50%;
  display: inline-block;
  width: 150px;
  height: 150px; }
  @media (min-width: 43.75em) {
    .dimension-circle {
      width: 200px;
      height: 200px; } }

.dimension-circle--security {
  background-color: #6aa10f;
  border: 4px solid #6aa10f; }
  .dimension-circle--security:hover {
    background-color: white;
    border: 4px solid #79b811; }
    .dimension-circle--security:hover a {
      color: #154375; }

.dimension-circle--justice {
  background-color: #5699d7;
  border: 4px solid #5699d7; }
  .dimension-circle--justice:hover {
    background-color: white;
    border: 4px solid #94bee6; }
    .dimension-circle--justice:hover a {
      color: #154375; }

.dimension-circle--inclusion {
  background-color: #f36b08;
  border: 4px solid #f36b08; }
  .dimension-circle--inclusion:hover {
    background-color: white;
    border: 4px solid #f9964e; }
    .dimension-circle--inclusion:hover a {
      color: #154375; }

.dimension-circle__link {
  display: block;
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: 18px;
  line-height: 140px;
  text-align: center;
  transition: all 150ms ease-out; }
  @media (min-width: 43.75em) {
    .dimension-circle__link {
      font-size: 30px;
      line-height: 190px; } }
  .dimension-circle__link:hover {
    color: #fff; }

.dimension {
  margin-bottom: 2em;
  padding: 2em;
  position: relative; }

.inclusion .section-header {
  color: #f36b08; }
  .inclusion .section-header:before {
    background-color: #f36b08; }

.justice .section-header {
  color: #5699d7; }
  .justice .section-header:before {
    background-color: #5699d7; }

.security .section-header {
  color: #6aa10f; }
  .security .section-header:before {
    background-color: #6aa10f; }

.dimension__name {
  font-size: 2.5em; }

.dimension__row {
  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-left: -1em;
  margin-right: -1em; }
  .dimension__row .flex-column {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 2em;
    padding-bottom: 1em; }
    .dimension__row .flex-column:last-child {
      border-right: none; }
    @media (min-width: 43.75em) {
      .dimension__row .flex-column {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        max-width: 50%;
        border-right: solid 1px #dc381c; }
        .inclusion .dimension__row .flex-column {
          border-right-color: #f36b08; }
        .justice .dimension__row .flex-column {
          border-right-color: #5699d7; }
        .security .dimension__row .flex-column {
          border-right-color: #6aa10f; }
        .dimension__row .flex-column:nth-child(2n) {
          border-right: none; } }
    @media (min-width: 68.75em) {
      .dimension__row .flex-column {
        -ms-flex-preferred-size: calc(100% / 3);
            flex-basis: calc(100% / 3);
        max-width: calc(100% / 3); }
        .dimension__row .flex-column:nth-child(2n) {
          border-right: solid 1px #dc381c; }
          .inclusion .dimension__row .flex-column:nth-child(2n) {
            border-right-color: #f36b08; }
          .justice .dimension__row .flex-column:nth-child(2n) {
            border-right-color: #5699d7; }
          .security .dimension__row .flex-column:nth-child(2n) {
            border-right-color: #6aa10f; }
        .dimension__row .flex-column:nth-child(3n) {
          border-right: none; } }

.dimensions-explained {
  margin: 3em 0 5em 0; }

.dimensions-explained__row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -1em;
  margin-right: -1em; }
  @media (min-width: 50em) {
    .dimensions-explained__row {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; } }

.dimensions-explained__content {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  padding: 0 1em; }
  @media (min-width: 50em) {
    .dimensions-explained__content {
      -ms-flex-preferred-size: 70%;
          flex-basis: 70%;
      max-width: 70%; } }

.dimensions-explained__image {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-bottom: 1.5em;
  max-width: 100%;
  padding: 0 1em; }
  @media (min-width: 50em) {
    .dimensions-explained__image {
      -ms-flex-preferred-size: 30%;
          flex-basis: 30%;
      margin-bottom: 0;
      max-width: 30%; } }
  .dimensions-explained__image img {
    display: block;
    margin: 0 auto; }

.explore-dimension__subtitle {
  font-size: 20px;
  line-height: 2;
  text-align: center; }

.explore-dimension__circles {
  text-align: center;
  margin: 3em 0 1em; }

.facets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (min-width: 75em) {
    .facets {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }
  .facets .fs-label-wrap {
    background-color: #154375;
    color: #fff;
    cursor: pointer; }
    .facets .fs-label-wrap .fs-label {
      padding: 16px 22px 14px 8px; }
  .facets .fs-arrow {
    border-top: 5px solid #fff; }
  .facets .fs-option {
    padding: 14px 8px; }
    .facets .fs-option:hover {
      background: #3f78bb;
      color: #fff; }
  .facets .fs-dropdown {
    margin-top: 0; }

.facetwp-facet .facetwp-checkbox {
  padding-left: 30px;
  background-image: url("../images/bg/unchecked.png");
  background-image: linear-gradient(transparent, transparent), url("../images/bg/unchecked.svg");
  background-position: left 4px;
  background-repeat: no-repeat;
  margin: .75em 0 0 1em; }
  .facetwp-facet .facetwp-checkbox.checked {
    background-image: url("../images/bg/checked.png");
    background-image: linear-gradient(transparent, transparent), url("../images/bg/checked.svg");
    background-position: left center;
    background-repeat: no-repeat;
    color: #dc381c; }

.facetwp-facet-search .facetwp-search-wrap .facetwp-search {
  height: 48px;
  padding: .7em 1em;
  width: calc(100% - 50px);
  border: solid 2px #3f78bb;
  border-right: none;
  color: #757575; }

.facetwp-facet-search .facetwp-search-wrap .facetwp-btn {
  opacity: 1;
  top: auto; }
  .facetwp-facet-search .facetwp-search-wrap .facetwp-btn:before {
    background-image: url("../images/bg/mobile-search-white.png");
    background-image: linear-gradient(transparent, transparent), url("../images/bg/mobile-search-white.svg");
    background-color: #154375;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 40%;
    content: '';
    cursor: pointer;
    height: 48px;
    outline-color: #fff;
    outline-style: inherit;
    position: absolute;
    width: 50px;
    border: solid 2px #3f78bb; }
    .facetwp-facet-search .facetwp-search-wrap .facetwp-btn:before:hover {
      background-color: #3f78bb; }

.pagination {
  margin-bottom: 5em; }
  .post-type-archive-resource .pagination {
    margin-bottom: 0;
    padding-bottom: 5em; }
  .pagination .facetwp-pager {
    clear: both;
    list-style: none;
    margin: 2em 0;
    padding: 0;
    text-align: center; }
    .post-type-archive-resource .pagination .facetwp-pager {
      margin: 0;
      padding: 2em 0; }
  .pagination .facetwp-page {
    display: inline-block;
    font-weight: 400;
    line-height: 1;
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: top;
    background-color: transparent;
    color: #212121;
    min-width: 2.75rem;
    padding: 0.8125em;
    transition: all 200ms; }
    .pagination .facetwp-page.active {
      background-color: #dc381c;
      color: #fff;
      font-weight: 400; }
    .pagination .facetwp-page:focus, .pagination .facetwp-page:hover {
      background-color: #dc381c;
      color: #fff; }

.facetwp-facet {
  font-size: 16px;
  margin-bottom: 0; }
  .facetwp-facet.facetwp-type-radio {
    margin-bottom: 0; }
    .facetwp-facet.facetwp-type-radio .facetwp-radio {
      background-image: none;
      background-size: 100%;
      background-color: #154375;
      display: inline-block;
      margin: .5em; }
      .facetwp-facet.facetwp-type-radio .facetwp-radio.checked {
        background-image: none;
        background-color: #757575; }
  .facetwp-facet .facetwp-toggle {
    display: inline-block;
    margin: 1em; }
  .facetwp-facet .facetwp-dropdown, .facetwp-facet .facetwp-sort-select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: #154375;
    border-radius: 0;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 0.875em;
    font-weight: 700;
    font-size: 1rem;
    -webkit-font-smoothing: antialiased;
    outline: none;
    padding: 11px 11px 11px 20px;
    text-transform: uppercase;
    width: 100%; }
    .facetwp-facet .facetwp-dropdown:hover, .facetwp-facet .facetwp-sort-select:hover {
      background: #205493; }
    .form__buttons .facetwp-facet .facetwp-dropdown, .form__buttons .facetwp-facet .facetwp-sort-select {
      border: 1px solid #fff;
      margin-top: .5em; }
      .form__buttons .facetwp-facet .facetwp-dropdown:after, .form__buttons .facetwp-facet .facetwp-sort-select:after {
        top: 20px; }
  .facetwp-facet.facetwp-type-dropdown {
    margin: .5em;
    position: relative;
    width: 100%; }
    .facetwp-facet.facetwp-type-dropdown:after {
      background-image: url("../images/bg/chevron-right-white.png");
      background-image: linear-gradient(transparent, transparent), url("../images/bg/chevron-right-white.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: 35%;
      content: '';
      height: 30px;
      padding: 10px;
      pointer-events: none;
      position: absolute;
      right: 0;
      top: 10px;
      -webkit-transform: rotate(90deg) translateX(-15%);
          -ms-transform: rotate(90deg) translateX(-15%);
              transform: rotate(90deg) translateX(-15%);
      width: 30px; }
    @media (min-width: 56.25em) {
      .facetwp-facet.facetwp-type-dropdown {
        display: inline-block;
        margin: 0 0 0 .5em; }
        .post-type-archive-profiles_in_peace .facetwp-facet.facetwp-type-dropdown {
          margin: .5em; } }

.facetwp-counter {
  display: none; }

@media (min-width: 37.5em) {
  .facets-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media (min-width: 37.5em) {
  .facets-group-dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.fc {
  margin: 4em 0; }

.featured-event {
  background-color: #1b3a5b;
  padding: 4em 0;
  position: relative;
  margin: 4em 0; }
  .featured-event .button--more:hover {
    color: #fff; }
  .featured-event:before {
    content: '';
    display: block;
    background-image: url(../images/blue-texture.png);
    background-position: center center;
    background-size: cover;
    height: 30px;
    position: absolute;
    width: 100%;
    top: -30px;
    left: 0; }
  .featured-event:after {
    content: '';
    display: block;
    background-image: url(../images/blue-texture.png);
    background-position: center center;
    background-size: cover;
    height: 30px;
    position: absolute;
    width: 100%;
    bottom: -30px;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    left: 0; }

.featured-event__header {
  color: #fff;
  font-size: 2.3em;
  text-align: center;
  margin-bottom: 1.5em; }
  .featured-event__header:before {
    content: '';
    display: block;
    width: 80px;
    height: 6px;
    background-color: #dc381c;
    margin: 0 auto .2em; }

.featured-event__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -1em;
  margin-right: -1em; }
  .featured-event__row .flex-column {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding: 0 1em; }
    @media (min-width: 46.875em) {
      .featured-event__row .flex-column {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        max-width: 50%; } }
    .featured-event__row .flex-column:first-child {
      margin-bottom: 1.5em; }
      @media (min-width: 46.875em) {
        .featured-event__row .flex-column:first-child {
          margin-bottom: 0; } }

.featured-event__content {
  color: #fff; }
  @media (min-width: 46.875em) {
    .featured-event__content {
      padding-left: 1em; } }

.featured-event__title {
  font-size: 2.3em; }

.featured-event__description {
  font-size: 1.2em;
  line-height: 1.7;
  margin-bottom: 3em; }

.featured-research {
  padding-top: 6em;
  position: relative;
  margin-bottom: 6em; }

.featured-research__icon {
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 90%;
  border-radius: 100%;
  height: 100px;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100px; }

.featured-research__content {
  text-align: center; }

.featured-research__bg-wrapper {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  overflow: hidden; }
  .featured-research__bg-wrapper:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    background: linear-gradient(rgba(255, 255, 255, 0), white);
    height: 200px;
    width: 100%; }

.featured-research__bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: calc(100% + 80px);
  left: -40px;
  -webkit-filter: blur(20px);
          filter: blur(20px);
  position: absolute;
  top: -40px;
  width: calc(100% + 80px);
  z-index: -1; }

.featured-research__title {
  background: #3C4043;
  color: #fff;
  display: inline-block;
  margin: 0 auto;
  max-width: 900px;
  padding: .5em;
  text-align: center; }

.featured-research__title {
  font-size: 2.3em;
  margin-bottom: .5em; }
  .featured-research__title:before {
    content: '';
    display: block;
    width: 80px;
    height: 6px;
    background-color: #dc381c;
    margin: 0 auto .2em; }

.featured-research__subtitle {
  font-size: 1.8em;
  margin-bottom: 2.5em; }

.featured-text {
  color: #dc381c;
  font-family: "Playfair Display", serif;
  font-size: 28px;
  position: relative;
  text-align: center; }
  .featured-text:before {
    content: '';
    display: block;
    background: #3C4043;
    width: 150px;
    height: 1px;
    position: absolute;
    left: calc(50% - 40px);
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 2; }
  .featured-text.featured-text--blue {
    color: #3f78bb; }

.featured-text__border {
  margin: 2em 0;
  padding-top: 1em; }
  .featured-text__border:before {
    content: '';
    display: block;
    background: #3C4043;
    width: 150px;
    height: 1px;
    position: absolute;
    left: calc(50% - 6px);
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 7px;
    z-index: 2; }

.featured-video {
  margin-bottom: -30px;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 10; }
  .featured-video a {
    background-image: url("../images/bg/video.png");
    background-image: linear-gradient(transparent, transparent), url("../images/bg/video.svg");
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 30px 20px;
    padding: 15px 20px 15px 50px; }

.featured-video__content {
  margin: 2em; }

.featured-video__image {
  height: auto;
  width: 100%; }

.featured-video__title {
  background: #154375;
  color: #fff;
  margin: 2em auto 1em auto;
  padding: 1em .5em;
  text-align: center; }
  @media (min-width: 50em) {
    .featured-video__title {
      width: 800px; } }

.featured-video__label {
  margin: 1em 0 2em 0; }

.featured-video__desc {
  font-size: 18px; }

.featured-video__meta {
  margin-top: 2em; }
  .featured-video__meta .addthis_tool {
    float: right; }

.fifty-fifty {
  position: relative;
  margin: 3em 0 4em; }

.fifty-fifty--blog .fifty-fifty__title {
  font-size: 2em; }

.fifty-fifty--blog .fifty-fifty__description {
  font-size: 1em; }

.fifty-fifty--blog .fifty-fifty__media {
  padding: 0 !important; }

.fifty-fifty--blog .fifty-fifty__row {
  margin-bottom: 1em; }

.fifty-fifty__row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  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 (min-width: 50em) {
    .fifty-fifty__row {
      margin-left: -1em;
      margin-right: -1em; } }
  .fifty-fifty__row .flex-column {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
    @media (min-width: 50em) {
      .fifty-fifty__row .flex-column.fifty-fifty__media {
        -ms-flex-preferred-size: 35%;
            flex-basis: 35%;
        max-width: 35%;
        padding: 0 1em; } }
    @media (min-width: 62.5em) {
      .fifty-fifty__row .flex-column.fifty-fifty__media {
        padding: 0 2em 0 1em; }
        .fifty-fifty__row .flex-column.fifty-fifty__media:last-child {
          padding: 0 1em 0 2em; } }
    @media (min-width: 50em) {
      .fifty-fifty__row .flex-column.fifty-fifty__content {
        -ms-flex-preferred-size: 65%;
            flex-basis: 65%;
        max-width: 65%;
        padding: 0 1em; } }
    @media (min-width: 62.5em) {
      .fifty-fifty__row .flex-column.fifty-fifty__content {
        padding: 0 2em 0 1em; }
        .fifty-fifty__row .flex-column.fifty-fifty__content:last-child {
          padding: 0 1em 0 2em; } }
  @media (min-width: 50em) {
    .is-reversed .fifty-fifty__row {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; } }
  @media (min-width: 62.5em) {
    .is-reversed .fifty-fifty__row .flex-column {
      padding: 0 1em 0 2em; }
      .is-reversed .fifty-fifty__row .flex-column:last-child {
        padding: 0 2em 0 1em; } }

.fifty-fifty__media {
  position: relative; }
  @media (min-width: 50em) {
    .fifty-fifty__media figure {
      margin-bottom: 0; } }

.fifty-fifty__img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
  position: relative;
  width: 100%; }
  @media (min-width: 50em) {
    .fifty-fifty__img {
      height: 100%;
      position: absolute; } }

.fifty-fifty__title {
  font-size: 2.5em; }
  .fifty-fifty__title a {
    color: #3C4043;
    text-decoration: none; }
    .fifty-fifty__title a:hover {
      color: #205493; }

.fifty-fifty__small-text {
  margin-bottom: .7em; }

.fifty-fifty__description {
  font-size: 1.2em;
  line-height: 1.7;
  margin-bottom: 1em; }

.filter {
  margin: 2em 0 0 0; }

.filter__title {
  font-weight: 600; }

.filter__items {
  margin: 2em 0 1em -.5em; }

.filter__header {
  margin: .5em; }

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

.footer {
  background-color: #154375;
  border-top: solid 7px #dc381c;
  color: #fff;
  position: relative;
  background-image: url(../images/bg/gtown-footer-blue.png);
  background-size: contain;
  background-position: 110% bottom;
  background-repeat: no-repeat; }
  .footer a {
    outline-color: #fff; }
  @media (min-width: 31.25em) {
    .footer .site-name {
      display: block; } }
  .footer .site-logo__link {
    background-image: url("../images/bg/site-logo-footer.png");
    background-image: linear-gradient(transparent, transparent), url("../images/bg/site-logo-footer.svg"); }
  .footer .site-logo,
  .footer .site-name__link,
  .footer .site-name__email {
    color: #fff;
    text-decoration: none; }

.footer__row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: -1em;
  margin-left: -1em; }

.footer__upper {
  padding: 2em 0 1.5em 0; }
  @media (min-width: 48.4375em) {
    .footer__upper {
      padding: 4em 0 1.5em 0; } }
  .footer__upper .footer__row {
    margin-bottom: 1.5em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (min-width: 48.4375em) {
      .footer__upper .footer__row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        margin-bottom: 3em; } }
  .footer__upper .flex-column {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding: 0 1em; }
    @media (min-width: 48.4375em) {
      .footer__upper .flex-column {
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
        max-width: auto;
        margin: 0; } }
    @media (min-width: 65.625em) {
      .footer__upper .flex-column {
        -ms-flex-preferred-size: calc(100% - 400px);
            flex-basis: calc(100% - 400px);
        max-width: calc(100% - 400px); }
        .footer__upper .flex-column:last-child {
          -ms-flex-preferred-size: 400px;
              flex-basis: 400px;
          max-width: 400px; } }

.footer__branding {
  margin-bottom: 1.5em; }
  @media (min-width: 48.4375em) {
    .footer__branding {
      margin-bottom: 0; } }

.footer__contact {
  font-size: .8em;
  text-transform: uppercase;
  text-align: center; }
  @media (min-width: 48.4375em) {
    .footer__contact {
      text-align: left; } }
  .footer__contact ul {
    padding: 0;
    margin: 0; }
  .footer__contact li {
    border-right: solid 1px #fff;
    display: inline-block;
    margin-right: 7px;
    padding-right: 10px; }
    .footer__contact li:last-child {
      border-right: none;
      margin-right: 0;
      padding-right: 0; }

.social__header {
  text-transform: uppercase;
  font-size: .9em;
  margin-bottom: 1em;
  text-align: center; }
  @media (min-width: 48.4375em) {
    .social__header {
      text-align: left; } }

.footer__social-link {
  display: inline-block; }
  .footer__social-link a {
    height: 45px;
    overflow: hidden;
    width: 45px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    display: inline-block;
    margin-right: 5px; }
    .footer__social-link a::before {
      content: '';
      display: block;
      height: 150%;
      width: 0; }
    .footer__social-link a:hover {
      opacity: .7; }
  .footer__social-link.facebook a {
    background-image: url("../images/bg/facebook-white.png");
    background-image: linear-gradient(transparent, transparent), url("../images/bg/facebook-white.svg");
    background-color: #3B5B99; }
  .footer__social-link.twitter a {
    background-image: url("../images/bg/twitter-white.png");
    background-image: linear-gradient(transparent, transparent), url("../images/bg/twitter-white.svg");
    background-color: #0DA6F2; }
  .footer__social-link.linkedin a {
    background-image: url("../images/bg/linkedin-white.png");
    background-image: linear-gradient(transparent, transparent), url("../images/bg/linkedin-white.svg");
    background-color: #0A61A8; }
  .footer__social-link.youtube a {
    background-image: url("../images/bg/youtube-white.png");
    background-image: linear-gradient(transparent, transparent), url("../images/bg/youtube-white.svg");
    background-color: #E12623;
    background-size: 130%; }

.footer__lower {
  border-top: solid 1px #dc381c;
  font-size: .85em;
  padding: 1em 0;
  text-transform: uppercase;
  text-align: center; }
  @media (min-width: 46.875em) {
    .footer__lower {
      text-align: left; } }
  .footer__lower .flex-column {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding: 0 1em; }
    @media (min-width: 46.875em) {
      .footer__lower .flex-column {
        -ms-flex-preferred-size: calc(100% - 400px);
            flex-basis: calc(100% - 400px);
        max-width: calc(100% - 400px); }
        .footer__lower .flex-column:last-child {
          -ms-flex-preferred-size: 400px;
              flex-basis: 400px;
          max-width: 400px; } }

.footer__copyright {
  margin-bottom: 1em; }
  @media (min-width: 46.875em) {
    .footer__copyright {
      margin-bottom: 0; } }

.footer__nav a {
  border-right: solid 1px #fff;
  display: inline-block;
  margin-right: 7px;
  padding-right: 10px;
  color: #fff; }
  .footer__nav a:hover {
    color: #69ace5; }
  .footer__nav a:last-child {
    border-right: none;
    margin-right: 0;
    padding-right: 0; }

/**
* Reset
* - Prevents Themes and other Plugins from applying their own styles to our full screen search
*/
.full-screen-search,
.full-screen-search__close,
.full-screen-search__form,
.full-screen-search__container,
.full-screen-search__input,
.full-screen-search__submit {
  background: none;
  border: 0 none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  float: none;
  font-size: 100%;
  height: auto;
  letter-spacing: normal;
  list-style: none;
  position: static;
  text-decoration: none;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  width: auto;
  visibility: visible;
  overflow: visible;
  margin: 0;
  padding: 0;
  line-height: 1;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none; }

/**
* Background
*/
.full-screen-search {
  visibility: hidden;
  opacity: 0;
  background: rgba(21, 67, 117, 0.9);
  height: 1px;
  left: 0;
  top: 0;
  width: 1px;
  /**
    * Add some CSS3 transitions for showing the Full Screen Search
    */
  transition: opacity 0.5s linear; }

/**
* Display Full Screen Search when Open
*/
.full-screen-search.open {
  /**
      * Because we're using visibility and opacity for CSS transition support,
      * we define position: fixed; here so that the Full Screen Search doesn't block
      * the underlying HTML elements when not open
      */
  display: block;
  opacity: 1;
  position: fixed;
  transition: opacity 0.5s linear;
  visibility: visible;
  width: 100%;
  height: 100%;
  z-index: 999998; }

/**
* Search Form
*/
.full-screen-search__form {
  position: relative;
  width: 100%;
  height: 100%; }

/**
* Close Button
*/
.full-screen-search__close {
  background: #fff;
  border-radius: 50%;
  border: 1px solid #fff;
  height: 40px;
  position: absolute;
  z-index: 999999;
  top: 80px;
  right: 40px;
  font-size: 20px;
  font-weight: 700;
  color: #3f78bb;
  cursor: pointer;
  width: 40px;
  visibility: hidden;
  opacity: 0; }
  .open .full-screen-search__close {
    visibility: visible;
    opacity: 1; }

/**
* Search Form Div
*/
.full-screen-search__container {
  height: 100px;
  left: 50%;
  margin: -50px 0 0 -35%;
  position: absolute;
  top: 50%;
  width: 70%; }

/**
* Search Form Input Placeholder Color
*/
.full-screen-search__input::-webkit-input-placeholder {
  color: white; }

.full-screen-search__input:-moz-placeholder {
  color: white; }

.full-screen-search__input::-moz-placeholder {
  color: white; }

.full-screen-search__input:-ms-input-placeholder {
  color: white; }

/**
* Search Form Input
*/
.full-screen-search__input {
  background-image: url("../images/bg/search-white.png");
  background-image: linear-gradient(transparent, transparent), url("../images/bg/search-white.svg");
  background-color: none;
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: left center;
  border-bottom: 2px solid white;
  color: white;
  font-size: 30px;
  height: 100px;
  line-height: 60px;
  padding: 20px 20px 20px 40px;
  text-transform: uppercase;
  width: 100%; }

.full-screen-search__submit {
  background-color: #dc381c;
  border: none;
  display: inline-block;
  overflow: hidden;
  padding: 1em;
  position: absolute;
  right: 0;
  top: 25px;
  transition: opacity 200ms ease-out; }

.full-width {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw); }

.fifty-fifty__content.full-width {
  -ms-flex-preferred-size: 100% !important;
      flex-basis: 100% !important;
  margin: 0;
  max-width: 100% !important;
  padding: 0 1em 0 1em !important; }

.gallery-caption {
  max-width: 100%; }

.gallery {
  margin: 1.5em calc(50% - 50vw); }

.gallery__row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  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; }

.gallery__item {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  height: 300px;
  position: relative;
  margin-bottom: 1.5em; }
  @media (min-width: 43.75em) {
    .gallery__item {
      -ms-flex-preferred-size: calc(100% / 3);
          flex-basis: calc(100% / 3);
      max-width: calc(100% / 3);
      margin-bottom: 0;
      height: 250px; } }
  @media (min-width: 56.25em) {
    .gallery__item {
      -ms-flex-preferred-size: calc(100% / 3);
          flex-basis: calc(100% / 3);
      max-width: calc(100% / 3);
      height: 300px; } }

.gallery__link {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: solid 5px #dc381c;
  display: block;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .gallery__link:after {
    content: '';
    display: block;
    background-image: url("../images/bg/photo.png");
    background-image: linear-gradient(transparent, transparent), url("../images/bg/photo.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 7px;
    height: 25px;
    left: 10px;
    position: absolute;
    width: 25px; }
  .gallery__link:hover, .gallery__link:focus, .gallery__link:active {
    border-bottom-color: #3f78bb;
    opacity: .85; }
  .gallery__link img {
    display: none; }

.global-index {
  background-color: #154375;
  border-bottom: solid 8px #dc381c;
  max-width: 1250px;
  margin: 8em auto 4em auto; }
  .global-index .button:hover, .global-index .facetwp-facet.facetwp-type-radio .facetwp-radio:hover, .facetwp-facet.facetwp-type-radio .global-index .facetwp-radio:hover {
    background-color: #69ace5; }
  .global-index .button--light-blue {
    background-color: #3f78bb; }

.global-index__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -1em;
  margin-right: -1em; }
  .global-index__row .flex-column {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding: 0 1em; }
    @media (min-width: 50em) {
      .global-index__row .flex-column {
        -ms-flex-preferred-size: 60%;
            flex-basis: 60%;
        max-width: 60%; }
        .global-index__row .flex-column:first-child {
          -ms-flex-preferred-size: 40%;
              flex-basis: 40%;
          max-width: 40%; } }

.global-index__image {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: calc(100% + 30px);
  margin: 0 auto;
  min-height: 300px;
  position: relative;
  top: -30px; }
  @media (min-width: 43.75em) {
    .global-index__image {
      max-width: 300px; } }

.global-index__content {
  color: #fff;
  padding: 2.5em 2em 0 0;
  text-align: center; }
  @media (min-width: 43.75em) {
    .global-index__content {
      text-align: left; } }

.global-index__text {
  font-size: 1.1em;
  line-height: 1.7;
  margin-bottom: 2em; }

.grey-bg {
  background-color: #E6E7E9;
  padding: 1em; }
  @media (min-width: 50em) {
    .grey-bg {
      padding: 2em 0;
      margin-top: 6em; } }

.grey-caps {
  color: #757575;
  font-size: 14px;
  text-transform: uppercase; }

.gu {
  background-image: url("../images/bg/gu.png");
  background-image: linear-gradient(transparent, transparent), url("../images/bg/gu.svg");
  height: 30px;
  overflow: hidden;
  width: 30px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 27px 27px;
  display: inline-block;
  margin-right: 1em;
  overflow: hidden; }
  .gu::before {
    content: '';
    display: block;
    height: 150%;
    width: 0; }
  .gu:hover {
    border-bottom: 1px solid #fff; }

.hero.hero--homepage {
  height: 400px;
  width: 100%;
  position: relative;
  overflow-y: hidden; }
  @media (min-width: 37.5em) {
    .hero.hero--homepage {
      min-height: 70vh; } }
  .hero.hero--homepage .hero__content {
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -70%);
        -ms-transform: translate(0, -70%);
            transform: translate(0, -70%);
    color: #ffffff;
    padding: 0 1.5em;
    width: 100%;
    max-width: 1200px; }
    @media (min-width: 50em) {
      .hero.hero--homepage .hero__content {
        left: 50%;
        -webkit-transform: translate(-50%, -45%);
            -ms-transform: translate(-50%, -45%);
                transform: translate(-50%, -45%); } }
  .hero.hero--homepage .hero__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    height: 100%;
    width: 100%; }
  .hero.hero--homepage .hero__image {
    height: 450px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    display: block; }
    @media (min-width: 37.5em) {
      .hero.hero--homepage .hero__image {
        height: 35vh;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        max-width: 50%; } }
    @media (min-width: 56.25em) {
      .hero.hero--homepage .hero__image {
        -ms-flex-preferred-size: calc(100% / 3);
            flex-basis: calc(100% / 3);
        max-width: calc(100% / 3); } }
  .hero.hero--homepage .hero__title {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 0.25em;
    position: relative;
    text-shadow: 0px 1px 10px #000; }
    @media (min-width: 37.5em) {
      .hero.hero--homepage .hero__title {
        font-size: 40px; } }
    @media (min-width: 50em) {
      .hero.hero--homepage .hero__title {
        font-size: 50px; } }
  .hero.hero--homepage .hero__scroll-button {
    background-image: url("../images/bg/mouse.png");
    background-image: linear-gradient(transparent, transparent), url("../images/bg/mouse.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 43px;
    margin: 3em auto 0;
    position: relative;
    width: 27px; }
    .hero.hero--homepage .hero__scroll-button:hover {
      background-image: url("../images/bg/mouse-over.png");
      background-image: linear-gradient(transparent, transparent), url("../images/bg/mouse-over.svg"); }
    .hero.hero--homepage .hero__scroll-button:after {
      content: '';
      display: block;
      background-image: url("../images/bg/long-arrow-down.png");
      background-image: linear-gradient(transparent, transparent), url("../images/bg/long-arrow-down.svg");
      background-position: center bottom;
      background-repeat: no-repeat;
      background-size: contain;
      height: 21px;
      left: 50%;
      position: absolute;
      top: 60px;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 9px; }
      @media (min-width: 50em) {
        .hero.hero--homepage .hero__scroll-button:after {
          bottom: -35px; } }
  .hero.hero--homepage.has-overlay:after {
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1; }
  .hero.hero--homepage.has-overlay .hero__content {
    z-index: 2; }

.hero--resource {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  margin: 0 auto;
  max-width: 1400px;
  padding: 150px 0 30px 0;
  position: relative;
  z-index: 1; }
  .hero--resource:after {
    content: '';
    display: block;
    position: absolute;
    height: 90%;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.75));
    width: 100%;
    bottom: 0;
    z-index: -1; }
    @media (min-width: 43.75em) {
      .hero--resource:after {
        height: 75%; } }
  @media (min-width: 43.75em) {
    .hero--resource {
      padding: 160px 0 160px; } }
  .hero--resource .hero__content {
    text-shadow: 0px 1px 10px #000; }
  .hero--resource .hero__eyebrow {
    font-size: 1em;
    text-transform: uppercase;
    margin-bottom: .3em;
    display: block; }
  .hero--resource .hero__title {
    font-weight: 700;
    margin-bottom: .4em;
    line-height: 1.1;
    font-size: 3em; }
    @media (min-width: 43.75em) {
      .hero--resource .hero__title {
        font-size: 3.75em; } }
  .hero--resource .hero__subtitle {
    font-family: "Open Sans", "Helvetica Neue", sans-serif;
    font-size: 1.3em;
    font-weight: 400;
    margin-bottom: 2em; }
    @media (min-width: 43.75em) {
      .hero--resource .hero__subtitle {
        margin-bottom: inherit; } }
    @media (min-width: 56.25em) {
      .hero--resource .hero__subtitle {
        max-width: 50%; } }
  .hero--resource .hero__footer {
    position: relative;
    background-color: rgba(21, 67, 117, 0.8);
    color: #fff;
    bottom: 0;
    width: 100%;
    font-size: 1em;
    z-index: 2; }
    @media (min-width: 43.75em) {
      .hero--resource .hero__footer {
        position: absolute; } }
  .hero--resource .hero__footer-row {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 1em; }
    @media (min-width: 43.75em) {
      .hero--resource .hero__footer-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  .hero--resource .hero__author {
    padding: 1.5em 0;
    -ms-flex-preferred-size: calc(100% - 230px);
        flex-basis: calc(100% - 230px); }
  .hero--resource .hero__download {
    position: relative;
    background-color: #dc381c;
    display: block;
    margin-left: -1em;
    margin-right: -1em;
    padding: 1em; }
    @media (min-width: 43.75em) {
      .hero--resource .hero__download {
        -ms-flex-preferred-size: 240px;
            flex-basis: 240px;
        margin-left: 1em;
        right: -1em;
        padding: 0; } }
    @media (min-width: 75em) {
      .hero--resource .hero__download {
        right: 0; } }
  .hero--resource .hero__download-link {
    color: #fff; }
    @media (min-width: 43.75em) {
      .hero--resource .hero__download-link {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        padding-left: 1em; } }
    .hero--resource .hero__download-link:before {
      content: '';
      display: inline-block;
      background-image: url("../images/bg/article.png");
      background-image: linear-gradient(transparent, transparent), url("../images/bg/article.svg");
      height: 21px;
      width: 21px;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center center;
      top: 4px;
      position: relative;
      margin-right: .8em; }
  .hero--resource.hero--resource--download {
    padding: 100px 0 0 0; }
    @media (min-width: 43.75em) {
      .hero--resource.hero--resource--download {
        padding: 240px 0 140px; } }
  .hero--resource.hero--resource--blog {
    padding: 100px 0 0 0; }
    .hero--resource.hero--resource--blog .hero__author a {
      color: #fff; }
    @media (min-width: 43.75em) {
      .hero--resource.hero--resource--blog {
        min-height: 60vh;
        padding: 240px 0 140px; } }

.hero-bg-image {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 4em 1em;
  text-align: center; }
  .hero-bg-image.has-overlay {
    position: relative; }
    .hero-bg-image.has-overlay:after {
      background: rgba(0, 0, 0, 0.5);
      bottom: 0;
      content: '';
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 1; }
    .hero-bg-image.has-overlay .hero-bg-image__content {
      position: relative;
      z-index: 2; }

.hero-bg-image__title {
  margin-bottom: 0.25em; }

.index-tabs {
  margin: 3em 0 5em; }

.index-tabs__menu {
  display: none;
  margin-left: -2px;
  margin-right: -2px; }
  @media (min-width: 43.75em) {
    .index-tabs__menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .index-tabs__menu .flex-column {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    max-width: 40%;
    padding: 0 2px; }

.index-tabs__link {
  background-color: #3f78bb;
  color: #fff;
  border: none;
  text-align: left;
  padding: .3em 0;
  display: block;
  line-height: 30px;
  text-decoration: none; }
  @media (min-width: 43.75em) {
    .index-tabs__link {
      background-color: #154375;
      border: solid 3px #3f78bb;
      text-align: center; } }
  .index-tabs__link:hover, .index-tabs__link:focus, .index-tabs__link.is-active {
    background-color: #69ace5;
    color: #fff; }
    @media (min-width: 43.75em) {
      .index-tabs__link:hover, .index-tabs__link:focus, .index-tabs__link.is-active {
        background-color: #fff;
        color: #3C4043;
        border: solid 3px #e2e2e2; } }
  .index-tabs__link.is-active {
    box-shadow: 0 20px 20px -20px #777; }

.index-tabs__content {
  border: solid 3px #e2e2e2;
  border-top: none;
  padding: 1.5em 1em; }
  @media (min-width: 43.75em) {
    .index-tabs__content {
      padding: 3em 5em; } }

.index-tabs__item {
  display: none; }
  .index-tabs__item.is-active {
    display: block; }

.index-tabs__title {
  font-size: 2.3em;
  font-weight: 600;
  margin-bottom: .9em; }

.index-tabs__text {
  margin-bottom: 2.5em; }

.index-tabs__mobile-menu {
  display: block; }
  @media (min-width: 43.75em) {
    .index-tabs__mobile-menu {
      display: none; } }
  .index-tabs__mobile-menu .nav__toggle {
    background-color: #154375;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 1.2em;
    padding: .75em 1em;
    text-transform: capitalize; }
    .index-tabs__mobile-menu .nav__toggle:before {
      content: '';
      display: inline-block;
      background-image: url("../images/bg/chevron-right-white.png");
      background-image: linear-gradient(transparent, transparent), url("../images/bg/chevron-right-white.svg");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      height: 20px;
      margin-right: 1em;
      position: relative;
      top: 3px;
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg);
      width: 20px; }
    .index-tabs__mobile-menu .nav__toggle.is-active:before {
      -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg); }
  .index-tabs__mobile-menu .nav__link-list {
    background-color: #757575;
    display: none; }
  .index-tabs__mobile-menu .nav__link {
    display: block;
    padding: .5em 1em; }

.indicator-data {
  padding: 0 1em; }

.indicator-data__title {
  color: #3C4043;
  font-weight: bold;
  font-size: 21px;
  height: 60px;
  text-align: center;
  margin: 2em; }

.indicator-data__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-left: -1em;
  margin-right: -1em; }

.indicator-data__spread {
  -ms-flex-preferred-size: calc(50% - 22px);
      flex-basis: calc(50% - 22px);
  max-width: calc(50% - 22px);
  padding: 0 .5em; }

.indicator-data__grey-bar {
  background-color: #757575;
  display: block;
  height: 40px;
  margin: 1em auto;
  width: 1px; }

.indicator-data__score {
  text-align: center;
  font-weight: 600;
  color: #154375; }
  .indicator-data__score span {
    color: #757575;
    font-size: 12px;
    text-transform: uppercase; }

.indicator-data__country {
  font-family: "Playfair Display", serif; }

.indicator-data__number {
  font-size: 1.5em;
  font-weight: 700; }

.indicator-data__graph {
  -ms-flex-preferred-size: 44px;
      flex-basis: 44px;
  height: 220px;
  max-width: 44px;
  overflow: hidden;
  background-color: #e2e2e2;
  position: relative; }

.indicator-data__graph-value {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }
  .justice .indicator-data__graph-value {
    background-color: #5699d7; }
  .inclusion .indicator-data__graph-value {
    background-color: #f36b08; }
  .security .indicator-data__graph-value {
    background-color: #6aa10f; }

.indicator-data__result {
  -ms-flex-preferred-size: calc(50% - 22px);
      flex-basis: calc(50% - 22px);
  max-width: calc(50% - 22px);
  padding: 0 1em;
  position: relative; }
  .indicator-data__result .indicator-data__score {
    font-size: 1.25em;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    .justice .indicator-data__result .indicator-data__score {
      color: #5699d7; }
    .inclusion .indicator-data__result .indicator-data__score {
      color: #f36b08; }
    .security .indicator-data__result .indicator-data__score {
      color: #6aa10f; }

.main_box {
  background: #000; }
  @media (min-width: 50em) {
    .main_box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .main_box > a {
    width: 100%; }
  .main_box iframe {
    display: block; }
  .main_box img {
    display: block; }

.map-tooltip {
  background: #fff;
  border: 2px solid #faa61a;
  padding: 1em;
  text-shadow: none; }

.map-tooltip__country {
  color: #154375;
  font-size: 30px; }

.map-tooltip__details {
  color: #154375;
  font-size: 16px; }

#map-container {
  padding-top: 2em; }
  #map-container .jqvmap-zoomin {
    top: 40px; }
  #map-container .jqvmap-zoomout {
    top: 60px; }

@media (min-width: 62.5em) {
  .mobile-menu {
    display: none; } }

.mobile-menu__bar {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-bottom: 1px solid #dc381c;
  box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.4);
  color: #555559;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  padding: .3em 1em; }
  .mobile-menu__bar .site-logo__link {
    width: 180px;
    background-size: contain;
    height: 60px; }
  .mobile-menu__bar .search__toggle {
    background-image: url("../images/bg/mobile-search-blue.png");
    background-image: linear-gradient(transparent, transparent), url("../images/bg/mobile-search-blue.svg");
    background-color: #fff;
    background-size: contain;
    display: block;
    height: 25px;
    position: absolute;
    right: 80px;
    width: 25px; }
    .mobile-menu__bar .search__toggle:hover {
      background-color: #fff; }
    .mobile-menu__bar .search__toggle.is-hidden {
      display: none; }

.mobile-menu__button {
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  border: 0;
  color: #555559;
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  height: 3.4375em;
  line-height: 3.4375em;
  margin: 0;
  text-decoration: none; }
  .mobile-menu__button:focus {
    outline: thin dotted; }

.mobile-menu__button--search {
  border-left: 1px solid #dadada;
  float: right; }

.mobile-menu__icon {
  height: 22px;
  overflow: hidden;
  width: 22px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 22px 22px;
  display: inline-block;
  margin-top: 1em; }
  .mobile-menu__icon::before {
    content: '';
    display: block;
    height: 150%;
    width: 0; }

.is-active .mobile-menu__icon--menu, .is-active .mobile-menu__icon--search {
  background-image: url("../images/bg/mobile-close-blue.png");
  background-image: linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23417abd%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Emobile-close-blue%3C%2Ftitle%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M21.9%2C2.2%2C19.7%2C0%2C10.9%2C8.8%2C2.1%2C0-.1%2C2.2%2C8.7%2C11-.1%2C19.8%2C2.1%2C22l8.8-8.8L19.7%2C22l2.2-2.2L13.1%2C11Z%22%20transform%3D%22translate(0.1)%22%2F%3E%3C%2Fsvg%3E'); }

.mobile-menu__icon--menu {
  background-image: url("../images/bg/mobile-menu-blue.png");
  background-image: linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2233.1%22%20height%3D%2222%22%20viewBox%3D%220%200%2033.1%2022%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23417abd%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Emobile-menu-blue%3C%2Ftitle%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M0%2C22H33.1V18.3H0Zm0-9.2H33.1V9.1H0ZM0%2C0V3.7H33.1V0Z%22%2F%3E%3C%2Fsvg%3E');
  background-size: 33px 22px;
  width: 33px; }
  .is-active .mobile-menu__icon--menu {
    background-size: 22px 22px; }

.mobile-menu__icon--search {
  background-image: url("../images/bg/mobile-search.png");
  background-image: linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2020.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2022%2022%22%20style%3D%22enable-background%3Anew%200%200%2022%2022%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23417ABD%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M21.3%2C18.7l-5.2-4.4c-0.5-0.5-1.1-0.7-1.6-0.7c1.2-1.4%2C2-3.3%2C2-5.4c0-4.6-3.7-8.2-8.2-8.2S0.1%2C3.7%2C0.1%2C8.3%0A%09s3.7%2C8.3%2C8.3%2C8.3c2%2C0%2C3.9-0.7%2C5.4-2c0%2C0.5%2C0.2%2C1%2C0.7%2C1.6l4.4%2C5.2c0.8%2C0.8%2C2%2C0.9%2C2.8%2C0.2s0.7-2-0.2-2.8L21.3%2C18.7z%20M8.3%2C13.8%0A%09c-3%2C0-5.5-2.5-5.5-5.5s2.5-5.5%2C5.5-5.5s5.5%2C2.5%2C5.5%2C5.5S11.3%2C13.8%2C8.3%2C13.8z%22%2F%3E%0A%3C%2Fsvg%3E'); }

.mobile-menu__links {
  background-color: #f3f3f3;
  background-color: rgba(243, 243, 243, 0.98);
  color: #555559;
  position: absolute;
  width: 100%;
  z-index: 100; }
  .mobile-menu__links .contact-us {
    color: #3f78bb;
    display: block;
    font-size: 1.125em;
    font-weight: 700;
    padding: 0.5972222222em 1.25em; }
    .mobile-menu__links .contact-us:focus, .mobile-menu__links .contact-us:hover, .mobile-menu__links .contact-us:active, .mobile-menu__links .contact-us.is-active {
      color: #dc381c; }

.mobile-menu__search {
  display: none;
  padding: 0.5em; }
  .mobile-menu__search form,
  .mobile-menu__search .form-item,
  .mobile-menu__search .form-text {
    width: 100%; }
  .mobile-menu__search .form-text {
    box-sizing: border-box; }

.nav {
  list-style: none;
  padding: 0; }

.nav__item {
  margin-bottom: 0; }

.nav--secondary ul.nav .nav__item {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap; }

.orange-border {
  border-bottom: 3px solid #dc381c; }

.orange-caps, .teaser__more, .teaser__featured {
  color: #dc381c;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase; }

.other-resources {
  background: #E6E7E9;
  padding: 2em 0; }

.page--resource-landing {
  background-color: #e2e3e6; }

.pager {
  clear: both;
  list-style: none;
  margin: 2em 0;
  padding: 0;
  text-align: center; }

.pager__item {
  display: inline-block;
  line-height: 1;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: top; }
  .pager__item:not([class*=pager__item--]) {
    display: none; }
    @media (min-width: 37.5em) {
      .pager__item:not([class*=pager__item--]) {
        display: inline-block; } }

.pager__item--current, .pager__link {
  background-color: transparent;
  color: #212121;
  min-width: 2.75rem;
  padding: 0.8125em;
  transition: all 200ms; }

.pager__item--current {
  background-color: #dc381c;
  color: #fff; }

.pager__link {
  display: inline-block;
  text-decoration: none; }
  .pager__link:focus, .pager__link:hover {
    background-color: #dc381c;
    color: #fff; }

.partner {
  margin: 4em 0; }

.partner__item {
  position: relative;
  max-width: 500px;
  margin: 0 auto 1.5em; }

.partner__image {
  display: block;
  padding: 4em;
  margin: 0 auto;
  width: calc(100% - 2em); }

.partner__name {
  background-color: #1b3a5b;
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: 1.5em;
  padding: .5em 1em;
  text-align: center;
  font-weight: 600; }

.partner__link {
  color: #fff; }
  .partner__link:hover {
    color: #fff;
    text-decoration: underline; }

.player {
  margin: 0 0 3em 0; }

.post__title {
  color: #3C4043;
  font-family: "Playfair Display", serif;
  text-decoration: none; }

.post__link {
  color: #3C4043; }
  .post__link:hover {
    color: #dc381c; }

.post--display-mode-full .post__title {
  font-weight: 600;
  font-size: 50px;
  margin-bottom: .75em; }

.post--display-mode-full .post__content {
  font-size: 1.2em;
  line-height: 1.7;
  margin: 2em 0; }

.post--display-mode-teaser {
  border-bottom: 1px solid #dc381c;
  padding: 1em 0; }
  .post--display-mode-teaser .post__title {
    display: inline-block;
    font-size: 24px;
    margin: .5em 0; }
  .post--display-mode-teaser .post__link {
    text-decoration: none; }
  .post--display-mode-teaser .post__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.post--display-mode-video {
  padding: 1em 0; }
  .post--display-mode-video .post__title {
    display: block;
    font-size: 30px;
    line-height: 1.2;
    margin: .5em 0; }
  .post--display-mode-video .post__link {
    font-weight: 900; }
  .post--display-mode-video .post__meta {
    margin: 1.5em; }

.post {
  overflow-x: hidden; }
  .single-post .post {
    position: relative;
    overflow: hidden; }
    .single-post .post .post__meta .arrow--orange {
      bottom: 0;
      position: absolute; }

.post--external-resource .post__title {
  margin-bottom: .5em; }

.post--external-resource .post__subtitle {
  margin-bottom: 1.5em; }

.post--external-resource .authored-by h3 {
  font-size: 20px; }

.pre-header {
  background: #1b3a5b;
  border-bottom: 1px solid #fff;
  padding: 1em 0 0 0; }

.priorities {
  padding: 4em 0 3em; }

.priorities__item {
  padding: 0 1em;
  margin-bottom: 1em;
  text-decoration: none; }
  @media (min-width: 43.75em) {
    .priorities__item {
      margin-bottom: 3em; } }

.priorities__title {
  color: #3C4043;
  font-size: 2.5em;
  margin-bottom: 1em;
  text-align: center; }
  @media (min-width: 43.75em) {
    .priorities__title {
      margin-bottom: 1.5em; } }
  .priorities__title:before {
    content: '';
    display: block;
    background-color: #dc381c;
    height: 6px;
    margin-bottom: 10px;
    margin: 0 auto;
    position: relative;
    width: 70px; }

.priorities__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -1em;
  margin-right: -1em; }

.priorities__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 43.75em) {
    .priorities__item {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      max-width: 50%; } }
  @media (min-width: 59.375em) {
    .priorities__item {
      -ms-flex-preferred-size: calc(100% / 3);
          flex-basis: calc(100% / 3);
      max-width: calc(100% / 3); } }

.priorities__name {
  color: #3C4043;
  -ms-flex-preferred-size: calc(100% - 100px);
      flex-basis: calc(100% - 100px);
  font-family: "Playfair Display", serif;
  font-size: 1.5em;
  margin-bottom: 0;
  padding-left: .5em; }

.priorities__icon {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -ms-flex-preferred-size: 100px;
      flex-basis: 100px;
  height: 100px;
  width: 100px; }
  .environment .priorities__icon {
    background-image: url("../images/bg/Climate-Change.png");
    background-image: linear-gradient(transparent, transparent), url("../images/bg/Climate-Change.svg"); }
  .peace .priorities__icon {
    background-image: url("../images/bg/Peacebuilding.png");
    background-image: linear-gradient(transparent, transparent), url("../images/bg/Peacebuilding.svg"); }
  .economic .priorities__icon {
    background-image: url("../images/bg/Economic-Empowerment.png");
    background-image: linear-gradient(transparent, transparent), url("../images/bg/Economic-Empowerment.svg"); }
  .violent .priorities__icon {
    background-image: url("../images/bg/Violent-Extremism.png");
    background-image: linear-gradient(transparent, transparent), url("../images/bg/Violent-Extremism.svg"); }
  .conflict .priorities__icon {
    background-image: url("../images/bg/Post-Conflict-Transition.png");
    background-image: linear-gradient(transparent, transparent), url("../images/bg/Post-Conflict-Transition.svg"); }
  .voices .priorities__icon {
    background-image: url("../images/bg/Voices-Peacemaking.png");
    background-image: linear-gradient(transparent, transparent), url("../images/bg/Voices-Peacemaking.svg"); }

.priorities.priorities--small .priorities__row {
  -webkit-box-align: start;
      -ms-flex-align: start;
              -ms-grid-row-align: flex-start;
          align-items: flex-start; }

.priorities.priorities--small .priorities__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
  margin-bottom: 3em; }
  .priorities.priorities--small .priorities__item:hover .priorities__name {
    color: #dc381c;
    opacity: 1; }
  @media (min-width: 40.625em) {
    .priorities.priorities--small .priorities__item {
      -ms-flex-preferred-size: calc(100% / 3);
          flex-basis: calc(100% / 3);
      max-width: calc(100% / 3); } }
  @media (min-width: 59.375em) {
    .priorities.priorities--small .priorities__item {
      -ms-flex-preferred-size: calc(100% / 6);
          flex-basis: calc(100% / 6);
      max-width: calc(100% / 6); } }

.priorities.priorities--small .priorities__icon {
  margin-bottom: 1.5em; }

.priorities.priorities--small .priorities__name {
  font-size: 1.1em;
  font-weight: 600;
  text-align: center;
  color: #1b3a5b; }

.profile-type {
  background-image: url("../images/bg/playlist.png");
  background-image: linear-gradient(transparent, transparent), url("../images/bg/playlist.svg");
  background-position: 10px center;
  background-size: 30px 20px;
  background-repeat: no-repeat;
  color: #fff;
  display: inline;
  height: 3em;
  margin-top: -3em;
  padding: .75em 1.5em .75em 3em;
  position: absolute; }
  .profile-type.person_focused {
    background-color: #AD0E60; }
  .profile-type.topical_thematic {
    background-color: #154375; }
  .profile-type.event {
    background-color: #dc381c; }

.promotion {
  position: relative; }

.promotion__content {
  width: 100%; }
  @media (min-width: 43.75em) {
    .promotion__content {
      width: 60%; } }

.promotion__title {
  font-weight: 700; }

.promotion__excerpt {
  font-size: 1.2em;
  line-height: 1.7;
  margin-bottom: 1em; }

.promotion__quote {
  font-family: "Playfair Display", serif;
  font-size: 1.5em;
  border-left: solid 5px #dc381c;
  margin-left: 0;
  padding-left: 1em;
  margin-bottom: 1.5em; }
  .promotion__quote span {
    color: #dc381c; }

.promotion__bg-image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: 350px;
  width: 100%;
  top: 0;
  right: 0;
  z-index: -1; }
  .promotion__bg-image:after {
    content: '';
    display: block;
    position: absolute;
    background: linear-gradient(white 0, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 60%, white 100%);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0; }
  .promotion__bg-image:before {
    content: '';
    display: block;
    position: absolute;
    background: linear-gradient(to right, white 0, rgba(255, 255, 255, 0) 60%);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0; }
  @media (min-width: 43.75em) {
    .promotion__bg-image {
      position: absolute;
      width: 50%;
      height: 100%; } }

.pullquote {
  background-color: #3C4043;
  padding: 1em;
  position: relative; }
  @media (min-width: 50em) {
    .pullquote {
      padding: 2em; } }

.pullquote__bg-image {
  background-image: url("../images/bg/title-bg.png");
  background-image: linear-gradient(transparent, transparent), url("../images/bg/title-bg.svg");
  background-position: left center;
  background-repeat: no-repeat;
  height: 100%;
  left: 50%;
  max-width: 1200px;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%; }

.pullquote__quote,
.pullquote__author {
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: 1em;
  display: inline; }
  @media (min-width: 50em) {
    .pullquote__quote,
    .pullquote__author {
      font-size: 1.5em; } }

.pullquote__author {
  color: #69ace5;
  position: relative;
  margin-left: .5em;
  padding-left: .8em; }
  .pullquote__author:before {
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 1px;
    left: 0;
    top: 17px;
    background-color: #fff; }

.ranking {
  text-align: center; }

.ranking__header {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 .5em 0; }

.resource-date {
  color: #dc381c;
  margin: 2em 0; }

.resource-text {
  font-size: 20px;
  line-height: 1.75; }
  .resource-text h3 {
    font-weight: 600;
    margin: 1em 0; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; }

.search-bar {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  width: 100%; }
  @media (min-width: 37.5em) {
    .search-bar {
      width: 50%; } }

.search__toggle {
  background-image: url("../images/bg/mobile-search-white.png");
  background-image: linear-gradient(transparent, transparent), url("../images/bg/mobile-search-white.svg");
  height: 45px;
  overflow: hidden;
  width: 45px;
  background-color: #3f78bb;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 37%;
  cursor: pointer;
  margin-left: 1.5em;
  position: relative; }
  .search__toggle::before {
    content: '';
    display: block;
    height: 150%;
    width: 0; }
  .search__toggle:hover {
    background-color: #154375; }

.full-screen-search .search__form {
  display: none; }

.search__input {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  height: 44px; }

.section-divider {
  background: rgba(117, 117, 117, 0.5);
  height: 2px;
  margin-top: 5em;
  width: 100%; }

.section-divider--blue {
  background: #154375;
  height: 10px;
  margin: 2em 0 4em 0;
  width: 100%; }

.section-header {
  font-family: "Playfair Display", serif;
  font-size: 38px;
  margin: 1em 0;
  padding-top: .25em;
  position: relative;
  text-align: center; }
  .section-header:before {
    content: " ";
    background: #dc381c;
    bottom: 0;
    height: 5px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100px; }

.section-header--index {
  font-size: 40px; }
  @media (min-width: 50em) {
    .section-header--index {
      font-size: 60px; } }

.section-header--sidebar {
  padding-bottom: .5em;
  font-family: "Playfair Display", serif;
  font-size: 38px;
  margin: 1em 0 1.5em;
  padding-top: .25em;
  position: relative;
  text-align: center; }
  .section-header--sidebar:before {
    content: " ";
    background: #dc381c;
    bottom: 0;
    height: 5px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100px; }

.select2-container.select2-container--default {
  width: 270px !important; }
  .select2-container.select2-container--default .select2-selection--single {
    background-color: #3f78bb;
    border-radius: 0;
    border: solid 2px #fff;
    font-family: "Open Sans", "Helvetica Neue", sans-serif;
    height: auto;
    padding: 8px 10px;
    position: relative; }
    .post-type-archive-country .select2-container.select2-container--default .select2-selection--single {
      background-color: #154375; }
    .select2-container.select2-container--default .select2-selection--single:after {
      content: '';
      display: block;
      background-image: url("../images/bg/chevron-right-white.png");
      background-image: linear-gradient(transparent, transparent), url("../images/bg/chevron-right-white.svg");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      height: 15px;
      position: absolute;
      right: 15px;
      top: 50%;
      -webkit-transform: rotate(90deg) translateX(-50%);
          -ms-transform: rotate(90deg) translateX(-50%);
              transform: rotate(90deg) translateX(-50%);
      width: 15px; }
    .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
      color: #fff;
      font-size: 19px; }
    .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
      display: none; }
  .select2-container.select2-container--default .select2-results .select2-results__options {
    background-color: #ddd;
    max-height: 330px; }
  .select2-container.select2-container--default .select2-results .select2-results__option {
    margin-bottom: 0;
    padding: 10px 20px;
    line-height: 1.3; }
    .select2-container.select2-container--default .select2-results .select2-results__option:hover, .select2-container.select2-container--default .select2-results .select2-results__option:focus, .select2-container.select2-container--default .select2-results .select2-results__option:active, .select2-container.select2-container--default .select2-results .select2-results__option.select2-results__option--highlighted {
      background-color: #69ace5;
      color: #fff; }

.sfs {
  background-image: url("../images/bg/sfs.png");
  background-image: linear-gradient(transparent, transparent), url("../images/bg/sfs.svg");
  height: 30px;
  overflow: hidden;
  width: 30px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 30px 27px;
  display: inline-block;
  overflow: hidden; }
  .sfs::before {
    content: '';
    display: block;
    height: 150%;
    width: 0; }
  .sfs:hover {
    border-bottom: 1px solid #fff; }

.site-branding {
  -webkit-box-align: center;
      -ms-flex-align: center;
              -ms-grid-row-align: center;
          align-items: center;
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: .5em 0; }
  @media (min-width: 62.5em) {
    .site-branding {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.site-branding__wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.site-logo {
  display: block;
  padding: 0; }

.site-logo__link {
  height: 78px;
  overflow: hidden;
  width: 225px;
  background-image: url("../images/bg/site-logo.png");
  background-image: linear-gradient(transparent, transparent), url("../images/bg/site-logo.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 225px 78px;
  display: block;
  float: none;
  margin-top: 0; }
  .site-logo__link::before {
    content: '';
    display: block;
    height: 150%;
    width: 0; }

.site-logo--footer .site-logo__link {
  background-image: url("../images/bg/site-logo-footer.png");
  background-image: linear-gradient(transparent, transparent), url("../images/bg/site-logo-footer.svg"); }

.site-menu {
  border-top: 1px solid #dc381c;
  box-shadow: 0 4px 2px -2px rgba(117, 117, 117, 0.2);
  display: none; }
  @media (min-width: 62.5em) {
    .site-menu {
      display: block; } }

.site-name {
  margin: .75em 0 0 1em;
  display: none; }
  @media (min-width: 46.875em) {
    .site-name {
      display: block; } }

.site-name__link {
  color: #3f78bb;
  display: inline-block;
  line-height: 1.2;
  text-decoration: none; }

.site-name--footer .site-name__link {
  color: #fff; }

.skiplinks {
  left: 50%;
  margin-left: -7em;
  position: absolute;
  width: 14em;
  z-index: 9999; }

.skiplinks__link,
.skiplinks__link:visited,
.skiplinks__link:focus {
  background-color: #333;
  border: 2px solid #eee;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top: 0;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  color: #eee;
  display: inline-block;
  font-weight: bold;
  line-height: 1.5;
  margin: 0;
  padding: 0.25em 0.5em;
  text-align: center;
  text-decoration: none;
  width: 14em; }

#main:focus {
  outline: 0; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

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

.slider {
  position: relative; }
  .slider .slick-prev,
  .slider .slick-next {
    height: 35px;
    overflow: hidden;
    width: 38px;
    background-image: url("../images/bg/chevron-right-white.png");
    background-image: linear-gradient(transparent, transparent), url("../images/bg/chevron-right-white.svg");
    background-color: #3f78bb;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20%;
    border: solid 1px #fff;
    bottom: 8px;
    left: 8px;
    position: absolute;
    right: auto;
    top: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 2; }
    .slider .slick-prev::before,
    .slider .slick-next::before {
      content: '';
      display: block;
      height: 150%;
      width: 0; }
    .slider .slick-prev:hover,
    .slider .slick-next:hover {
      background-color: #69ace5; }
  .slider .slick-prev {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .slider .slick-next {
    left: 54px; }

.sticky {
  display: block; }

.subtitle {
  font-size: 2em;
  margin: -1em 0 1em 0; }

#swipebox-container #swipebox-bottom-bar {
  bottom: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none; }

#swipebox-container #swipebox-top-bar {
  top: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none; }

#swipebox-container #swipebox-title {
  padding: 10px 70px 0;
  line-height: 1.7; }

#swipebox-container #swipebox-close {
  right: 15px; }

.teaser {
  background: #fff; }
  .teaser .orange-caps, .teaser .teaser__more, .teaser .teaser__featured {
    line-height: 1;
    margin-bottom: .5em; }

.teaser__row {
  display: block;
  -webkit-box-flex: 1 1 auto;
      -ms-flex-positive: 1 1 auto;
          flex-grow: 1 1 auto; }
  @media (min-width: 37.5em) {
    .teaser__row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.teaser__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 1em; }
  @media (min-width: 37.5em) {
    .teaser__image {
      max-width: 180px;
      margin-right: 1.5em; } }

.teaser__title {
  font-size: 1.8em;
  line-height: 1.3;
  margin-bottom: .3em;
  font-weight: 400; }
  .teaser__title a {
    color: #3C4043;
    text-decoration: none; }
    .teaser__title a:hover {
      color: #3f78bb; }

.teaser__footer {
  border-bottom: solid 1px #dc381c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2em;
  padding: .5em 0; }

.teaser__excerpt {
  line-height: 1.7; }
  .teaser__excerpt span {
    color: #757575; }

.teaser__more:after {
  content: '';
  display: inline-block;
  background-image: url("../images/bg/long-arrow-right-orange.png");
  background-image: linear-gradient(transparent, transparent), url("../images/bg/long-arrow-right-orange.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 11px;
  left: 0;
  margin-left: 10px;
  position: relative;
  transition: all 200ms ease-out;
  width: 20px; }

.teaser__more:hover:after {
  left: 10px; }

.teaser.teaser--featured .teaser__title {
  font-size: 2.5em;
  font-weight: 400;
  margin-bottom: .1em; }

.teaser.teaser--featured .teaser__excerpt {
  font-size: 1.2em;
  margin-bottom: 2.5em; }

.teaser.teaser--featured .teaser__author {
  color: #757575; }

.teaser--simple {
  margin: 2em 0; }

.teaser.teaser--lg {
  position: relative;
  margin-bottom: 3em; }
  .teaser.teaser--lg .teaser__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .teaser.teaser--lg .teaser__row .flex-column {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%; }
      @media (min-width: 50em) {
        .teaser.teaser--lg .teaser__row .flex-column.teaser__media {
          -ms-flex-preferred-size: 35%;
              flex-basis: 35%;
          max-width: 35%; }
        .teaser.teaser--lg .teaser__row .flex-column.teaser__content {
          -ms-flex-preferred-size: 65%;
              flex-basis: 65%;
          max-width: 65%; } }
  .teaser.teaser--lg .teaser__media {
    position: relative; }
  .teaser.teaser--lg .teaser__img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 250px;
    position: relative;
    width: 100%; }
    @media (min-width: 50em) {
      .teaser.teaser--lg .teaser__img {
        height: 100%;
        position: absolute; } }
  .teaser.teaser--lg .teaser__content {
    padding: 1em; }
    @media (min-width: 50em) {
      .teaser.teaser--lg .teaser__content {
        padding: 2em 2em 2em 3em; } }
    @media (min-width: 62.5em) {
      .teaser.teaser--lg .teaser__content {
        padding: 4em 3em 3em 4em; } }
  .teaser.teaser--lg .teaser__title {
    font-size: 2.5em; }
    .teaser.teaser--lg .teaser__title a {
      color: #3C4043; }
      .teaser.teaser--lg .teaser__title a:hover {
        color: #205493; }
  .teaser.teaser--lg .teaser__small-text {
    margin-bottom: .7em; }
  .teaser.teaser--lg .teaser__description {
    font-size: 1.2em;
    line-height: 1.7;
    margin-bottom: 1em; }
  .teaser.teaser--lg .teaser__eyebrow {
    background-color: #154375;
    color: #fff;
    font-size: 1em;
    font-weight: 600;
    left: 0;
    padding: 1em 2em;
    position: absolute;
    text-transform: uppercase;
    top: 0; }
    .teaser.teaser--lg .teaser__eyebrow:before {
      content: '';
      display: inline-block;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      height: 20px;
      margin-right: 1.5em;
      position: relative;
      top: 3px;
      width: 20px; }
    .teaser.teaser--lg .teaser__eyebrow.article {
      background-color: #AD0E60; }
      .teaser.teaser--lg .teaser__eyebrow.article:before {
        background-image: url("../images/bg/article.png");
        background-image: linear-gradient(transparent, transparent), url("../images/bg/article.svg"); }
    .teaser.teaser--lg .teaser__eyebrow.book {
      background-color: #0AB75D; }
      .teaser.teaser--lg .teaser__eyebrow.book:before {
        background-image: url("../images/bg/book.png");
        background-image: linear-gradient(transparent, transparent), url("../images/bg/book.svg"); }
    .teaser.teaser--lg .teaser__eyebrow.report:before {
      background-image: url("../images/bg/report.png");
      background-image: linear-gradient(transparent, transparent), url("../images/bg/report.svg"); }

.teaser.teaser--event {
  background: none;
  padding-bottom: .8em; }
  .teaser.teaser--event .teaser__date {
    color: #154375;
    font-weight: 700;
    margin-bottom: 1em; }
  .teaser.teaser--event .teaser__description {
    line-height: 1.8;
    margin-bottom: 2em; }
  .teaser.teaser--event .teaser__link {
    text-decoration: none; }

.upcoming-events {
  background-color: #E6E7E9;
  margin-bottom: -8em;
  padding: 2em 0 10em 0; }
  .upcoming-events .flex-column {
    position: relative; }
    .upcoming-events .flex-column:after {
      background: #dc381c;
      bottom: 0;
      content: '';
      height: 1px;
      left: 1em;
      position: absolute;
      width: 90%; }

.upcoming-events__row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2em; }

.upcoming-events__link {
  font-size: .9em; }

.utility {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
              -ms-grid-row-align: center;
          align-items: center; }
  @media (min-width: 62.5em) {
    .utility {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.video-bg {
  border-top: 3px solid #dc381c;
  padding-bottom: 4em;
  position: relative; }

.video-player-title {
  color: #fff;
  display: block;
  font-size: 14px;
  margin: .25em .5em; }

.wp-caption {
  max-width: 100%; }
  .wp-caption .wp-caption-text {
    max-width: 100%; }

.ytpp-playlist-container {
  height: 205px;
  overflow-x: scroll;
  overflow-y: hidden;
  padding: 0;
  width: 100%; }
  @media (min-width: 50em) {
    .ytpp-playlist-container {
      height: 451px;
      overflow-x: hidden;
      overflow-y: scroll;
      width: 241px; } }
  .ytpp-playlist-container #ytplayer_div2 h3 {
    color: #fff;
    font-family: "Open Sans", "Helvetica Neue", sans-serif;
    font-size: 20px;
    margin: .5em;
    text-align: center;
    text-transform: uppercase; }
  .ytpp-playlist-container #ytplayer_div2 a {
    display: inline;
    position: relative;
    text-decoration: none; }
    .ytpp-playlist-container #ytplayer_div2 a.active {
      display: inline;
      position: relative; }
      @media (min-width: 50em) {
        .ytpp-playlist-container #ytplayer_div2 a.active {
          display: block; } }
      .ytpp-playlist-container #ytplayer_div2 a.active:after {
        background-image: url("../images/bg/play.png");
        background-image: linear-gradient(transparent, transparent), url("../images/bg/play.svg");
        background-position: left center;
        background-repeat: no-repeat;
        background-size: 30px 20px;
        background-color: rgba(0, 0, 0, 0.7);
        bottom: 0;
        color: white;
        content: 'Now Playing';
        font-size: 14px;
        left: 0;
        padding: 5px 40px;
        position: absolute;
        width: 100%; }
  .ytpp-playlist-container #ytplayer_div2 span {
    left: 0;
    position: absolute;
    white-space: normal;
    width: 200px; }
    @media (min-width: 50em) {
      .ytpp-playlist-container #ytplayer_div2 span {
        position: relative;
        width: auto; } }
  .ytpp-playlist-container #ytplayer_div2 img {
    display: inline-block;
    -webkit-filter: none;
            filter: none;
    height: 140px;
    opacity: 1;
    width: 200px; }
    @media (min-width: 50em) {
      .ytpp-playlist-container #ytplayer_div2 img {
        display: block; } }

.ytpp-playlist-container::-webkit-scrollbar {
  width: 9px; }

.ytpp-playlist-container::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 10px; }
  .ytpp-playlist-container::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.9); }

.arrow--circle:before {
  content: '';
  display: inline-block;
  background-image: url("../images/bg/chevron-right-white.png");
  background-image: linear-gradient(transparent, transparent), url("../images/bg/chevron-right-white.svg");
  background-color: #dc381c;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 42%;
  border-radius: 100%;
  height: 14px;
  margin-right: .5em;
  position: relative;
  top: 2px;
  width: 14px; }

.arrow--down {
  background-image: url("../images/bg/mobile-arrow-down-blue.png");
  background-image: linear-gradient(transparent, transparent), url("../images/bg/mobile-arrow-down-blue.svg");
  background-position: right center;
  background-size: 30px 7px;
  background-repeat: no-repeat;
  display: inline;
  padding-right: 2.5em !important; }
  .arrow--down:hover {
    background-image: url("../images/bg/mobile-arrow-down-orange.png");
    background-image: linear-gradient(transparent, transparent), url("../images/bg/mobile-arrow-down-orange.svg"); }

.arrow--orange {
  background-image: url("../images/bg/long-arrow-right-orange.png");
  background-image: linear-gradient(transparent, transparent), url("../images/bg/long-arrow-right-orange.svg");
  background-position: right center;
  background-size: 30px 7px;
  background-repeat: no-repeat;
  display: inline;
  padding-right: 40px; }
  .arrow--orange:hover {
    background-image: url("../images/bg/long-arrow-right-blue.png");
    background-image: linear-gradient(transparent, transparent), url("../images/bg/long-arrow-right-blue.svg");
    color: #3f78bb; }

.arrow--white {
  background-image: url("../images/bg/long-arrow-right.png");
  background-image: linear-gradient(transparent, transparent), url("../images/bg/long-arrow-right.svg");
  background-position: right center;
  background-size: 30px 10px;
  background-repeat: no-repeat;
  display: inline-block;
  padding-right: 40px; }

.button--article {
  background-color: #AD0E60;
  color: #fff;
  font-size: 14px;
  padding: 1em 2em 1em 3.5em;
  text-transform: uppercase;
  background-image: url("../images/bg/article.png");
  background-image: linear-gradient(transparent, transparent), url("../images/bg/article.svg");
  background-size: .85em;
  background-position: 1.5em center;
  background-repeat: no-repeat; }
  .button--article:focus, .button--article:hover {
    background-color: #323a45;
    color: #fff; }
  .button--article:active {
    background-color: #212121;
    color: #fff; }

.button--blue {
  background-color: #69ace5;
  color: #fff !important; }
  .button--blue:focus, .button--blue:hover {
    background-color: #154375;
    color: #fff !important; }
  .button--blue:active {
    background-color: #154375;
    color: #fff !important; }

.button--clear {
  background-image: url("../images/bg/clear.png");
  background-image: linear-gradient(transparent, transparent), url("../images/bg/clear.svg");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: left 10px;
  color: #dc381c;
  padding-left: 30px; }
  .button--clear:focus, .button--clear:hover {
    background-image: url("../images/bg/clear-hover.png");
    background-image: linear-gradient(transparent, transparent), url("../images/bg/clear-hover.svg");
    background-color: transparent;
    color: #154375; }
  .button--clear:active {
    background-color: transparent;
    color: #154375; }

.button--danger {
  background-color: #e31c3d;
  color: #fff; }
  .button--danger:focus, .button--danger:hover {
    background-color: #cd2026;
    color: #fff; }
  .button--danger:active {
    background-color: #981b1e;
    color: #fff; }

.button--facet {
  background-color: #154375;
  color: #fff;
  font-size: 18px;
  text-align: left;
  text-transform: none;
  width: 100%; }
  .button--facet:focus, .button--facet:hover {
    background-color: #323a45;
    color: #fff; }
  .button--facet:active {
    background-color: #212121;
    color: #fff; }

.button--lg {
  font-size: 2.5rem;
  line-height: 0.625;
  padding: 0.9375rem 1.875rem; }

.button--resource:before {
  content: '';
  display: inline-block;
  background-image: url("../images/bg/article.png");
  background-image: linear-gradient(transparent, transparent), url("../images/bg/article.svg");
  height: 21px;
  width: 21px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  top: 4px;
  position: relative;
  margin-right: .8em; }

.button--secondary {
  background-color: #154375;
  color: #fff; }
  .button--secondary:focus, .button--secondary:hover {
    background-color: #323a45;
    color: #fff; }
  .button--secondary:active {
    background-color: #212121;
    color: #fff; }

.button--sm {
  font-size: 0.875rem;
  line-height: 1.2142857143;
  padding: 0.5rem 1rem; }

.button--white {
  background-color: #fff;
  color: #154375 !important; }
  .button--white:focus, .button--white:hover {
    background-color: #154375;
    color: #fff !important; }
  .button--white:active {
    background-color: #154375;
    color: #fff !important; }

.form--2-col {
  background-color: #154375;
  border: solid 4px #3f78bb;
  padding: 2em;
  max-width: 1250px;
  margin: 0 auto 2em auto; }
  @media (min-width: 56.25em) {
    .form--2-col {
      padding: 2em 5em; } }
  .form--2-col .form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (min-width: 56.25em) {
      .form--2-col .form__row {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; } }
  .form--2-col .form__text {
    color: #fff;
    text-align: center;
    margin-bottom: 1.5em; }
    @media (min-width: 50em) {
      .form--2-col .form__text {
        text-align: left;
        margin-bottom: 0; } }
  .form--2-col .form__buttons {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (min-width: 50em) {
      .form--2-col .form__buttons {
        -ms-flex-preferred-size: 40%;
            flex-basis: 40%;
        max-width: 40%;
        padding-left: 1.5em; } }
  .form--2-col .form__subtitle {
    font-size: 1.1em; }
  .form--2-col .button:hover, .form--2-col .facetwp-facet.facetwp-type-radio .facetwp-radio:hover, .facetwp-facet.facetwp-type-radio .form--2-col .facetwp-radio:hover {
    background-color: #fff;
    color: #dc381c; }
  @media (min-width: 65.625em) {
    .form--2-col .button, .form--2-col .facetwp-facet.facetwp-type-radio .facetwp-radio, .facetwp-facet.facetwp-type-radio .form--2-col .facetwp-radio {
      padding: 1rem 3rem; } }
  .form--2-col .button--secondary {
    background-color: #3f78bb;
    margin-left: 1em; }
    .form--2-col .button--secondary:hover {
      color: #3f78bb; }

.form--email {
  margin-bottom: 4em; }
  .form--email .form__title {
    color: #fff;
    margin-right: 1em; }
  .form--email .form__input {
    background: none;
    border: 1px solid #fff;
    color: #fff;
    font-size: 1rem;
    line-height: 1.25;
    margin: 0 0 0.5em;
    padding: 1rem;
    width: 100%; }
    @media (min-width: 50em) {
      .form--email .form__input {
        width: auto; } }
  .form--email .form__input::-webkit-input-placeholder {
    color: white;
    font-style: italic; }
  .form--email .form__input:-moz-placeholder {
    color: white;
    font-style: italic; }
  .form--email .form__input::-moz-placeholder {
    color: white;
    font-style: italic; }
  .form--email .form__input:-ms-input-placeholder {
    color: white;
    font-style: italic; }

.form--3-col {
  background-color: #154375;
  border: solid 4px #3f78bb;
  padding: 2em;
  max-width: 1250px;
  margin: 0 auto 2em auto; }
  .form--3-col .facetwp-facet-search {
    margin: 10px 0 0 0; }
  @media (min-width: 56.25em) {
    .form--3-col {
      padding: 2em 5em; } }
  .form--3-col .form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (min-width: 56.25em) {
      .form--3-col .form__row {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; } }
  .form--3-col .form__text {
    color: #fff;
    text-align: center;
    margin-bottom: 1.5em;
    width: 71%; }
    @media (min-width: 50em) {
      .form--3-col .form__text {
        text-align: left;
        margin-bottom: 0; } }
  .form--3-col .form__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%; }
    @media (min-width: 50em) {
      .form--3-col .form__buttons {
        padding-left: 1.5em; } }
    .form--3-col .form__buttons .facetwp-facet-categories {
      width: 350px; }
  .form--3-col .form__author {
    width: 100%; }
    .form--3-col .form__author .facetwp-facet-author {
      width: 350px; }
  .form--3-col .form__subtitle {
    font-size: 1.1em; }
  .form--3-col .button:hover, .form--3-col .facetwp-facet.facetwp-type-radio .facetwp-radio:hover, .facetwp-facet.facetwp-type-radio .form--3-col .facetwp-radio:hover {
    background-color: #fff;
    color: #dc381c; }
  @media (min-width: 65.625em) {
    .form--3-col .button, .form--3-col .facetwp-facet.facetwp-type-radio .facetwp-radio, .facetwp-facet.facetwp-type-radio .form--3-col .facetwp-radio {
      padding: 1rem 3rem; } }
  .form--3-col .button--secondary {
    background-color: #3f78bb;
    margin-left: 1em; }
    .form--3-col .button--secondary:hover {
      color: #3f78bb; }

.form--download-resource {
  margin: 4em -4em; }

.form--submit-resource {
  position: relative;
  z-index: 1;
  box-shadow: 0 30px 21px -20px #777; }
  @media (min-width: 43.75em) {
    .form--submit-resource {
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      margin-bottom: 0; } }

.form-item input,
.form-item textarea {
  border: solid 2px #3C4043;
  color: #757575;
  font-size: .9em;
  margin-bottom: 1em;
  padding: 1em; }
  .form-item input::-webkit-input-placeholder,
  .form-item textarea::-webkit-input-placeholder {
    color: #bbb;
    text-transform: uppercase; }
  .form-item input:-ms-input-placeholder,
  .form-item textarea:-ms-input-placeholder {
    color: #bbb;
    text-transform: uppercase; }
  .form-item input::placeholder,
  .form-item textarea::placeholder {
    color: #bbb;
    text-transform: uppercase; }

.form-item__label {
  display: block;
  font-size: 1em;
  font-weight: 600;
  letter-spacing: 0.03em;
  margin-bottom: .5em;
  text-transform: uppercase; }
  .is-required .form-item__label:after {
    content: '*';
    color: #dc381c;
    display: inline-block;
    margin-left: 2px; }

.nav--mobile-menu {
  margin: 0.75em 0 0 0; }
  .nav--mobile-menu .nav__item {
    margin: 0;
    padding: 0; }
  .nav--mobile-menu .nav__link {
    background-color: transparent;
    border: 0;
    color: #3f78bb;
    display: block;
    font-size: 1.125em;
    font-weight: bold;
    line-height: 1.25;
    margin: 0;
    padding: 0.5972222222em 1.25em;
    position: relative;
    text-align: left;
    text-decoration: none;
    white-space: normal;
    width: auto;
    z-index: 3; }
    .nav--mobile-menu .nav__link:focus, .nav--mobile-menu .nav__link:hover, .nav--mobile-menu .nav__link:active, .nav--mobile-menu .nav__link.is-active {
      color: #dc381c; }
  .nav--mobile-menu .nav__item--parent {
    position: relative; }
    .nav--mobile-menu .nav__item--parent.is-open {
      background: #fff;
      background: rgba(255, 255, 255, 0.98); }
    .nav--mobile-menu .nav__item--parent > .nav__link {
      display: inline-block; }
  .nav--mobile-menu .nav__subnav-arrow {
    background: none;
    height: 44px;
    overflow: hidden;
    width: 100%;
    background-image: url("../images/bg/mobile-arrow-down.png");
    background-image: linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2020.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2019%2012%22%20style%3D%22enable-background%3Anew%200%200%2019%2012%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%231B3A5B%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M2.3%2C0l7.5%2C7.5L17.3%2C0l2.3%2C2.3L9.9%2C12L0.2%2C2.3L2.5%2C0L2.3%2C0z%22%2F%3E%0A%3C%2Fsvg%3E');
    background-position: 95% 50%;
    background-repeat: no-repeat;
    background-size: 19px 12px;
    border: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 2.75em;
    position: absolute;
    right: 0;
    top: 0;
    vertical-align: top;
    z-index: 2; }
    .nav--mobile-menu .nav__subnav-arrow::before {
      content: '';
      display: block;
      height: 150%;
      width: 0; }
    .nav--mobile-menu .nav__subnav-arrow:focus {
      outline: thin dotted; }
    .nav--mobile-menu .nav__subnav-arrow.is-active {
      background-image: url("../images/bg/mobile-arrow-up.png");
      background-image: linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2219%22%20height%3D%2212%22%20viewBox%3D%220%200%2019%2012%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%3E%0A%3Cpath%20fill%3D%22%238e8e8e%22%20d%3D%22M2.3%2012l7.5-7.5%207.5%207.5%202.3-2.3-9.7-9.7-9.7%209.7%202.3%202.3z%22%2F%3E%0A%3C%2Fsvg%3E'); }
    [dir='rtl'] .nav--mobile-menu .nav__subnav-arrow {
      left: 0;
      right: auto; }
  .nav--mobile-menu .nav__subnav {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0; }
    .nav--mobile-menu .nav__subnav .nav__link {
      color: #555559;
      padding-left: 2em; }
      .nav--mobile-menu .nav__subnav .nav__link:focus, .nav--mobile-menu .nav__subnav .nav__link:hover, .nav--mobile-menu .nav__subnav .nav__link:active {
        color: #000; }

.nav--main, .nav--primary {
  display: none;
  width: 100%; }
  @media (min-width: 62.5em) {
    .nav--main, .nav--primary {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin: 0;
      position: relative;
      list-style: none;
      margin: 0;
      padding: 0;
      z-index: 15; } }
  .nav--main .nav__item, .nav--primary .nav__item {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0 auto; }
    .nav--main .nav__item > a, .nav--primary .nav__item > a {
      position: relative;
      display: inline-block;
      padding: 0.5em 1em;
      margin: 0 0 -1px 0; }
    .nav--main .nav__item > .nav__item a.open, .nav--primary .nav__item > .nav__item a.open {
      background-color: #fff;
      border-bottom: none;
      z-index: 1; }
    .nav--main .nav__item.menu-item-has-children > a, .nav--primary .nav__item.menu-item-has-children > a {
      background-image: url("../images/bg/mobile-arrow-down-blue.png");
      background-image: linear-gradient(transparent, transparent), url("../images/bg/mobile-arrow-down-blue.svg");
      background-position: right 17px;
      background-size: 10px 10px;
      background-repeat: no-repeat;
      padding-right: 25px; }
    .nav--main .nav__item.menu-item-has-children > a.open, .nav--primary .nav__item.menu-item-has-children > a.open {
      background-image: url("../images/bg/mobile-arrow-down-orange.png");
      background-image: linear-gradient(transparent, transparent), url("../images/bg/mobile-arrow-down-orange.svg");
      color: #dc381c; }
  .nav--main .nav__subnav, .nav--primary .nav__subnav {
    position: absolute;
    display: none;
    top: 2.6em;
    margin-top: -3px;
    padding: 0.5em 1em;
    box-shadow: 0 4px 2px -2px rgba(123, 124, 126, 0.2);
    background-color: #f1f1f1; }
    .nav--main .nav__subnav.open, .nav--primary .nav__subnav.open {
      display: block; }
    .nav--main .nav__subnav .nav__item, .nav--primary .nav__subnav .nav__item {
      display: block; }
  .nav--main .nav__link, .nav--primary .nav__link {
    color: #154375;
    display: inline-block;
    font-weight: 600;
    padding: 1em 0;
    text-decoration: none; }
    .nav--main .nav__link:hover, .nav--primary .nav__link:hover {
      color: #dc381c; }
  @media print {
    .nav--main, .nav--primary {
      display: none; } }

header .nav {
  width: 100%; }

.view--blog {
  margin-bottom: 6em; }
  .view--blog .section-header {
    margin-bottom: 1.5em; }
  .view--blog .teaser--featured {
    border-bottom: solid 1px red;
    padding-bottom: .5em; }
    @media (min-width: 50em) {
      .view--blog .teaser--featured {
        border-bottom: none;
        padding-bottom: 0; } }

.view--breaking-news {
  padding: 3em 0; }

.view--explore-story .section-header {
  margin-bottom: 1em; }

.view--explore-story .view__button-row {
  text-align: center;
  margin: 3em 0 1em; }

.view__image {
  display: block; }

.view--two-col {
  background: #fff; }
  @media (min-width: 56.25em) {
    .view--two-col {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: 0 -1px 0 0; } }
  .view--two-col .view__row {
    padding: 0 0 1px 0;
    position: relative; }
    @media (min-width: 56.25em) {
      .view--two-col .view__row {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        max-width: 50%;
        padding: 0 1px 0 0; } }
  .view--two-col img {
    display: block; }

.view--three-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (min-width: 56.25em) {
    .view--three-col {
      margin: 0; } }
  .view--three-col .view__row {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    padding: 0; }
    @media (min-width: 56.25em) {
      .view--three-col .view__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-preferred-size: 33.3333333333%;
            flex-basis: 33.3333333333%;
        max-width: 33.3333333333%;
        padding: 0; } }

@media (min-width: 56.25em) {
  .view--three-col-constrain {
    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: 0 -1.5em 0 0; } }

.view--three-col-constrain .view__row {
  padding: 0 0 1.5em 0; }
  @media (min-width: 56.25em) {
    .view--three-col-constrain .view__row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-preferred-size: 33.3333333333%;
          flex-basis: 33.3333333333%;
      max-width: 33.3333333333%;
      padding: 0 1.5em 1.5em 0; } }

/* generated with grunt-sass-globbing */
/* generated with grunt-sass-globbing */
.visually-hidden {
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  width: 1px !important;
  word-wrap: normal !important; }

.focusable:active, .focusable:focus {
  clip: auto !important;
  height: auto !important;
  overflow: visible !important;
  position: static !important;
  width: auto !important; }

.hidden {
  display: none !important; }

.invisible {
  visibility: hidden !important; }

.clearfix::after {
  clear: both !important;
  content: '' !important;
  display: table !important; }
/*# sourceMappingURL=styles.css.map */