@media screen {
  /*! normalize.css v2.1.2 | MIT License | git.io/normalize */
  /* ========================================================================
     HTML5 display definitions
     ======================================================================== */
  /**
   * Correct `block` display not defined in IE 8/9.
   */
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  main,
  nav,
  section,
  summary {
    display: block; }

  /**
   * Correct `inline-block` display not defined in IE 8/9.
   */
  audio,
  canvas,
  video {
    display: inline-block; }

  /**
   * Prevent modern browsers from displaying `audio` without controls.
   * Remove excess height in iOS 5 devices.
   */
  audio:not([controls]) {
    display: none;
    height: 0; }

  /**
   * Address `[hidden]` styling not present in IE 8/9.
   * Hide the `template` element in IE, Safari, and Firefox < 22.
   */
  [hidden],
  template {
    display: none; }

  /* ========================================================================
     Base
     ======================================================================== */
  /**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS text size adjust after orientation change, without disabling
   *    user zoom.
   */
  html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */ }

  /**
   * Remove default margin.
   */
  body {
    margin: 0; }

  /* ========================================================================
     Links
     ======================================================================== */
  /**
   * Remove the gray background color from active links in IE 10.
   */
  a {
    background: transparent; }

  /**
   * Address `outline` inconsistency between Chrome and other browsers.
   */
  a:focus {
    outline: thin dotted; }

  /**
   * Improve readability when focused and also mouse hovered in all browsers.
   */
  a:active,
  a:hover {
    outline: 0; }

  /* ========================================================================
     Typography
     ======================================================================== */
  /**
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari 5, and Chrome.
   */
  h1 {
    font-size: 2em;
    margin: 0.67em 0; }

  /**
   * Address styling not present in IE 8/9, Safari 5, and Chrome.
   */
  abbr[title] {
    border-bottom: 1px dotted; }

  /**
   * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
   */
  b,
  strong {
    font-weight: 700; }

  /**
   * Address styling not present in Safari 5 and Chrome.
   */
  dfn {
    font-style: italic; }

  /**
   * Address differences between Firefox and other browsers.
   */
  hr {
    box-sizing: content-box;
    height: 0; }

  /**
   * Address styling not present in IE 8/9.
   */
  mark {
    background: #ff0;
    color: #000; }

  /**
   * Correct font family set oddly in Safari 5 and Chrome.
   */
  code,
  kbd,
  pre,
  samp {
    font-family: monospace, serif;
    font-size: 1em; }

  /**
   * Improve readability of pre-formatted text in all browsers.
   */
  pre {
    white-space: pre-wrap; }

  /**
   * Set consistent quote types.
   */
  q {
    quotes: "\201C" "\201D" "\2018" "\2019"; }

  /**
   * Address inconsistent and variable font size in all browsers.
   */
  small {
    font-size: 80%; }

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

  sup {
    top: -0.5em; }

  sub {
    bottom: -0.25em; }

  /* ========================================================================
     Embedded content
     ======================================================================== */
  /**
   * Remove border when inside `a` element in IE 8/9.
   */
  img {
    border: 0; }

  /**
   * Correct overflow displayed oddly in IE 9.
   */
  svg:not(:root) {
    overflow: hidden; }

  /* ========================================================================
     Figures
     ======================================================================== */
  /**
   * Address margin not present in IE 8/9 and Safari 5.
   */
  figure {
    margin: 0; }

  /* ========================================================================
     Forms
     ======================================================================== */
  /**
   * Define consistent border, margin, and padding.
   */
  fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em; }

  /**
   * 1. Correct `color` not being inherited in IE 8/9.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
  legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */ }

  /**
   * 1. Correct font family not being inherited in all browsers.
   * 2. Correct font size not being inherited in all browsers.
   * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
   */
  button,
  input,
  select,
  textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 2 */
    margin: 0;
    /* 3 */ }

  /**
   * Address Firefox 4+ setting `line-height` on `input` using `!important` in
   * the UA stylesheet.
   */
  button,
  input {
    line-height: normal; }

  /**
   * Address inconsistent `text-transform` inheritance for `button` and `select`.
   * All other form control elements do not inherit `text-transform` values.
   * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
   * Correct `select` style inheritance in Firefox 4+ and Opera.
   */
  button,
  select {
    text-transform: none; }

  /**
   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   *    and `video` controls.
   * 2. Correct inability to style clickable `input` types in iOS.
   * 3. Improve usability and consistency of cursor style between image-type
   *    `input` and others.
   */
  button,
  html input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */ }

  /**
   * Re-set default cursor for disabled elements.
   */
  button[disabled],
  html input[disabled] {
    cursor: default; }

  /**
   * 1. Address box sizing set to `content-box` in IE 8/9.
   * 2. Remove excess padding in IE 8/9.
   */
  input[type="checkbox"],
  input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */ }

  /**
   * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
   * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
   *    (include `-moz` to future-proof).
   */
  input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    /* 2 */
    box-sizing: content-box; }

  /**
   * Remove inner padding and search cancel button in Safari 5 and Chrome
   * on OS X.
   */
  input[type="search"]::-webkit-search-cancel-button,
  input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

  /**
   * Remove inner padding and border in Firefox 4+.
   */
  button::-moz-focus-inner,
  input::-moz-focus-inner {
    border: 0;
    padding: 0; }

  /**
   * 1. Remove default vertical scrollbar in IE 8/9.
   * 2. Improve readability and alignment in all browsers.
   */
  textarea {
    overflow: auto;
    /* 1 */
    vertical-align: top;
    /* 2 */ }

  /* ========================================================================
     Tables
     ======================================================================== */
  /**
   * Remove most spacing between table cells.
   */
  table {
    border-collapse: collapse;
    border-spacing: 0; }

  /* ========================================================================
     Helpers
     ======================================================================== */
  .chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0; }

  /**
   * Image replacement
   */
  .ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
    /* IE 6/7 fallback */ }
    .ir:before {
      content: "";
      display: block;
      width: 0;
      height: 100%; }

  /* Visibility and Accessibility
     ======================================================================== */
  .hidden {
    display: none !important;
    visibility: hidden; }

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

  .visually-hidden.focusable:active,
  .visually-hidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto; } }
@media screen and (max-width: 780px) {
  .hide--narrow {
    display: none; } }
@media screen {
  .no-js .hide--narrow {
    display: none; } }
@media screen and (min-width: 780px) {
  .show-narrow {
    display: none; } }
@media screen {
  .no-js .show-narrow {
    display: block; }

  .invisible {
    visibility: hidden; }

  .truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block; }

  /**
   * The media object
   */
  .media {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
    clear: left; }
    .media, .media .media--content {
      overflow: hidden;
      _overflow: visible;
      zoom: 1; }
    .media .media--figure {
      float: left;
      margin-right: 0.75em; }
      .media .media--figure img {
        /**
         * If the media object is an image, make it
         * display nicely.
         */
        display: block; } }
@media screen and (max-width: 780px) {
  .post-type-archive .media--figure {
    float: none; } }

@media screen {
  /* Position and Layout
     ======================================================================== */
  .clear {
    clear: both; }

  .float-left {
    float: left; }

  .float-right {
    float: right; }

  .continue, .feature-quote .quote-source, blockquote .quote-source {
    text-align: right; }

  /**
   * Collapsible horizontal list
   */
  .list--horizontal, .main-navigation-menu__container .main-navigation-menu {
    list-style-type: none; }
    .list--horizontal li, .main-navigation-menu__container .main-navigation-menu li {
      margin-right: 2em;
      float: left; }
      .list--horizontal li:last-child, .main-navigation-menu__container .main-navigation-menu li:last-child {
        margin-right: 0; } }
@media screen and (max-width: 780px) {
  .list--collapse li {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
    margin-right: 0;
    float: none; } }

@media screen {
  .list--no-bullet {
    list-style-type: none;
    padding-left: 0; }

  /* Light border */
  .layout-content--flags img, .single-region .featured-image, .widget_supporters-list img {
    border: solid 1px #eaeaea;
    box-shadow: 0px 4px 14px -9px #999; }

  /**
   * Vertical Hover list
   */
  .vertical-list, .vertical-file-list, .single-event .event--outcome-document-pdf ul li,
  .single-event .event--other-documents ul li, .resource-lists__container .resource-list__entries, .countries-list__items, .single-region .table-data__links {
    list-style-type: none;
    padding-left: 0; }
    .vertical-list li, .vertical-file-list li, .single-event .event--outcome-document-pdf ul li li,
    .single-event .event--other-documents ul li li, .resource-lists__container .resource-list__entries li, .countries-list__items li, .single-region .table-data__links li {
      margin: 0; }
    .vertical-list a, .vertical-file-list a, .single-event .event--outcome-document-pdf ul li a,
    .single-event .event--other-documents ul li a, .resource-lists__container .resource-list__entries a, .countries-list__items a, .single-region .table-data__links a, .vertical-list .text, .vertical-file-list .text, .single-event .event--outcome-document-pdf ul li .text,
    .single-event .event--other-documents ul li .text, .resource-lists__container .resource-list__entries .text, .countries-list__items .text, .single-region .table-data__links .text {
      display: block;
      position: relative;
      padding: 0.25em;
      border-bottom: 1px solid #eee; }
      .vertical-list a:hover, .vertical-file-list a:hover, .single-event .event--outcome-document-pdf ul li a:hover,
      .single-event .event--other-documents ul li a:hover, .resource-lists__container .resource-list__entries a:hover, .countries-list__items a:hover, .single-region .table-data__links a:hover, .vertical-list .text:hover, .vertical-file-list .text:hover, .single-event .event--outcome-document-pdf ul li .text:hover,
      .single-event .event--other-documents ul li .text:hover, .resource-lists__container .resource-list__entries .text:hover, .countries-list__items .text:hover, .single-region .table-data__links .text:hover {
        background-color: #f8f8f8; }

  .vertical-file-list a, .single-event .event--outcome-document-pdf ul li a,
  .single-event .event--other-documents ul li a, .resource-lists__container .resource-list__entries a {
    padding: 0.25em 0.25em 0.25em 30px; }
    .vertical-file-list a:before, .single-event .event--outcome-document-pdf ul li a:before,
    .single-event .event--other-documents ul li a:before, .resource-lists__container .resource-list__entries a:before {
      content: "\f016";
      font-family: FontAwesome;
      position: absolute;
      left: 8px; }

  /* Notifications and alerts
     ======================================================================== */
  /* Base alert styling */
  .alert {
    background-color: #ddd;
    padding: 1.5em;
    border-left: 5px solid #bbb;
    margin: 1.5em 0;
    font-weight: 400;
    color: #222;
    text-shadow: 0 1px 0 #fff; }

  /**
   * Alert Variations style declarations
   */
  .alert--success {
    color: #449d44;
    text-shadow: 0 1px 0 #d5edd5;
    border-color: #9cd49c;
    background-color: #b5dfb5; }
    .alert--success a:link, .alert--success a:visited {
      color: #449d44; }
    .alert--success a:hover {
      color: #3d8b3d; }
    .alert--success a:active {
      color: #6ec06e; }

  .alert--danger {
    color: #c9302c;
    text-shadow: 0 1px 0 #f8dede;
    border-color: #e99d9a;
    background-color: #f0b9b8; }
    .alert--danger a:link, .alert--danger a:visited {
      color: #c9302c; }
    .alert--danger a:hover {
      color: #b52b27; }
    .alert--danger a:active {
      color: #de6764; }

  .alert--info {
    color: #2c7a97;
    text-shadow: 0 1px 0 #b9ddeb;
    border-color: #79bfd9;
    background-color: #95cce0; }
    .alert--info a:link, .alert--info a:visited {
      color: #2c7a97; }
    .alert--info a:hover {
      color: #266a84; }
    .alert--info a:active {
      color: #46a6ca; }

  .no-results-message {
    padding: 1em; }

  /**
   * Sprite
   */
  .social-icons__wrapper {
    display: none;
    width: 90px; } }
  @media screen and (min-width: 780px) {
    .social-icons__wrapper {
      display: block; } }
@media screen {
    .page-footer .social-icons__wrapper {
      float: left; } }
    @media screen and (min-width: 1140px) {
      .page-footer .social-icons__wrapper {
        float: right; } }
@media screen {
    .page-header .social-icons__wrapper {
      float: left;
      margin-right: 1em; }
    .social-icons__wrapper .social-icon {
      background-image: url("../images/social-sprite.png");
      width: 30px;
      height: 30px;
      background-repeat: no-repeat;
      float: left; }
      .social-icons__wrapper .social-icon.twitter-icon {
        background-position: 0 0; }
      .social-icons__wrapper .social-icon.flickr-icon {
        background-position: -71px 0; }
      .social-icons__wrapper .social-icon.vimeo-icon {
        background-position: -35px 0; }
      .social-icons__wrapper .social-icon:hover {
        opacity: 0.8;
        filter: "alpha(opacity=80)"; }

  .social-icons__wrapper, .row, .page-header, .toolbar, .main-navigation-menu__container .main-navigation-menu, .page-content, .hentry,
  .content-block, .page-footer {
    *zoom: 1; }
    .social-icons__wrapper:before, .row:before, .page-header:before, .toolbar:before, .main-navigation-menu__container .main-navigation-menu:before, .page-content:before, .hentry:before,
    .content-block:before, .page-footer:before, .social-icons__wrapper:after, .row:after, .page-header:after, .toolbar:after, .main-navigation-menu__container .main-navigation-menu:after, .page-content:after, .hentry:after,
    .content-block:after, .page-footer:after {
      content: " ";
      display: table; }
    .social-icons__wrapper:after, .row:after, .page-header:after, .toolbar:after, .main-navigation-menu__container .main-navigation-menu:after, .page-content:after, .hentry:after,
    .content-block:after, .page-footer:after {
      clear: both; }

  /**
   * Global border box sizing
   */
  * {
    box-sizing: border-box; }

  /* ========================================================================
     Layout
     ======================================================================== */
  /**
   * Page wrap
   */
  /**
   * Container - center aligned
   */
  .container {
    margin: 0 auto;
    padding: 0 2.25em;
    max-width: 1140px;
    min-width: 320px; }

  /**
   * Rows
   */
  .row {
    margin-left: -2.25em;
    margin-right: -2.25em; }

  /**
   * Column
   */
  .column {
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 2.25em;
    padding-right: 2.25em;
    box-sizing: border-box; }

  .column--vertical-space {
    margin-bottom: 2.25em; }

  /**
   * Common column declarations.
   * ========================================================================
   * These are example column class selectors,
   * given there is a 12 column system in play.
   */
  /* 1/12 */ }
@media screen and (min-width: 780px) {
  .grid--1 {
    width: 8.3333333333%; } }

@media screen {
  /* 1/6 */ }
@media screen and (min-width: 780px) {
  .grid--2 {
    width: 16.6666666667%; } }

@media screen {
  /* 4 colums | 1 fourth */ }
@media screen and (min-width: 780px) {
  .grid--3 {
    width: 25%; } }

@media screen {
  /* 3 colums | 1 third */ }
@media screen and (min-width: 780px) {
  .grid--4 {
    width: 33.3333333333%; } }

@media screen {
  /*5/12 */ }
@media screen and (min-width: 780px) {
  .grid--5 {
    width: 41.6666666667%; } }

@media screen {
  /* 2 columns | 1 half */ }
@media screen and (min-width: 780px) {
  .grid--6 {
    width: 50%; } }

@media screen {
  /* 7/12*/ }
@media screen and (min-width: 780px) {
  .grid--7 {
    width: 58.3333333333%; } }

@media screen {
  /* 2 thirds column */ }
@media screen and (min-width: 780px) {
  .grid--8 {
    width: 66.6666666667%; } }

@media screen {
  /* 3/4 column */ }
@media screen and (min-width: 780px) {
  .grid--9 {
    width: 75%; } }

@media screen {
  /* 5/6 column */ }
@media screen and (min-width: 780px) {
  .grid--10 {
    width: 83.3333333333%; } }

@media screen {
  /* 11/12 column */ }
@media screen and (min-width: 780px) {
  .grid--11 {
    width: 91.6666666667%; } }

@media screen {
  /* Full width column */ }
@media screen and (min-width: 780px) {
  .grid--12 {
    width: 100%; } }

@media screen {
  /**
   * Common offset declarations
   * ========================================================================
   * Used in conjunction with .grid--#, and will add the allocated amount of
   * columns of space to the left of the current column.
   */ }
@media screen and (min-width: 780px) {
  .grid--offset--2 {
    margin-left: 16.6666666667%; } }

@media screen and (min-width: 780px) {
  .grid--offset--3 {
    margin-left: 25%; } }

@media screen and (min-width: 780px) {
  .grid--offset--4 {
    margin-left: 33.3333333333%; } }

@media screen and (min-width: 780px) {
  .grid--offset--6 {
    margin-left: 50%; } }

@media screen and (min-width: 780px) {
  .grid--offset--8 {
    margin-left: 66.6666666667%; } }

@media screen and (min-width: 780px) {
  .grid--offset--9 {
    margin-left: 75%; } }

@media screen {
  /**
   * Satic columns
   * ====================================
   * Static columns won't collapse at the
   * allocated $grid--float-breakpoint
   */
  .grid--static--6 {
    width: 50%; }

  /**
   * Cascading grid
   */
  /**
   * Medium display / tablet and laptop | 2 columns
   */ }
@media screen and (min-width: 480px) {
  .grid--medium--6 {
    width: 50%; } }

@media screen {
  /**
   * Wide display / desktop | single column
   */ }
@media screen and (min-width: 780px) {
  .grid--wide--12 {
    width: 100%; } }

@media screen {
  /**
   * Narrow display / phone | 2 columns
   */ }
@media screen and (min-width: 480px) {
  .grid--narrow--6 {
    width: 50%; } }

@media screen {
  /**
   * Narrow display / phone | 2 columns
   */ }
@media screen and (min-width: 780px) {
  .grid--medium--3 {
    width: 25%; } }

@media screen {
  /**
   * Wide display / desktop | 6 columns
   */ }
@media screen and (min-width: 780px) {
  .grid--wide--2 {
    width: 16.6666666667%; } }

@media screen {
  /* ========================================================================
     Global
     ======================================================================== */
  ::-moz-selection {
    background: #b3d4fc;
    text-shadow: none; }

  ::selection {
    background: #b3d4fc;
    text-shadow: none; }

  hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #bbb;
    margin: 1.5em 0;
    padding: 0; }

  /* ========================================================================
     Text level elements
     ======================================================================== */
  /* Images
     ======================================================================== */
  img {
    vertical-align: middle;
    max-width: 100%;
    height: auto; }

  .img--full-width {
    width: 100%; }

  /* ========================================================================
     Block level elements
     ======================================================================== */
  /**
   * Blockquotes
   */
  .feature-quote, blockquote {
    font-style: italic;
    font-weight: 700;
    border-left: 0.5em solid #f37835;
    padding-left: 1.5em;
    margin: 1.5em 0; }
    .feature-quote .quote-source, blockquote .quote-source {
      font-style: normal;
      font-weight: 400;
      margin: 0.75em 0; }

  /**
   * Blockquote variations
   */
  .blockquote--pull-left {
    margin-right: 1.5em; } }
  @media screen and (min-width: 780px) {
    .blockquote--pull-left {
      float: left; } }

@media screen {
  .blockquote--pull-right {
    margin-left: 1.5em;
    padding-left: 0;
    padding-right: 1.5em;
    border-left: none;
    border-right: 0.5em solid #0051bc; } }
  @media screen and (min-width: 780px) {
    .blockquote--pull-right {
      float: right; } }

@media screen and (min-width: 780px) {
  .blockquote--pull-left,
  .blockquote--pull-right {
    width: 45%;
    margin-bottom: 1.5em; } }

@media screen {
  /**
   * Source code
   */
  pre,
  code,
  .code {
    overflow: auto; }

  .code {
    white-space: nowrap;
    background-color: #eee;
    padding: 0.25em 0.5em;
    border: solid 1px #ddd; }

  pre,
  pre.code {
    white-space: pre; }

  /**
   * Miscellaneous elements
   */
  iframe {
    display: block; }

  .post-title,
  .archive-title {
    color: #f37835; }

  /* Lists
     ======================================================================== */
  /**
   * Definition lists
   */
  dl dd {
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 0.5em; }
  dl dt {
    font-weight: 600; }

  /**
   * Ordered and unordered lists
   */
  ul,
  ol {
    padding-left: 1.75em; }

  li {
    line-height: 1.6;
    margin-bottom: 0.5em; }

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

  /**
   * Tables
   * ========================================================================
   * .table--bordered
   * .table--hover
   * .table--columned
   * .table--flat
   */
  table {
    width: 100%;
    max-width: 100%;
    display: inline-block; } }
  @media screen and (max-width: 480px) {
    table {
      white-space: nowrap;
      overflow: scroll; } }

@media screen {
  td, th {
    padding: 0.375em 0.75em;
    border-bottom: 1px solid #ddd;
    /* Border all table cells */
    /* Flat table cells */
    /* Columned table */ }
    table td, .table--bordered td, table th, .table--bordered th {
      border-top: 1px solid #ddd;
      border-bottom: 1px solid #ddd;
      border-left: none;
      border-right: none; }
    .table--flat td, .table--flat th {
      border: none; }
    .table--columned td, .table--columned th {
      border: none;
      border-right: 1px solid #ddd; }
    .table--columned td:first-child, .table--columned th:first-child {
      border-left: 1px solid #ddd; }

  tr {
    /* Highlight row on hover*/ }
    .table--hover tr:hover {
      background-color: #f8f8f8; }

  thead {
    text-align: left;
    font-weight: 600; }
    thead th, thead td {
      background-color: #eee; }

  tfoot {
    color: #888; }
    tfoot td {
      border-bottom: none; }

  .table-main-heading td {
    background-color: #0051bc;
    color: #fff;
    border: none; }

  .table-sub-heading td {
    background-color: #eee; }

  .table-info td {
    color: #aaa;
    font-style: italic; }

  /* ========================================================================
     Typography
     ======================================================================== */
  /* Global
     ======================================================================== */
  html {
    font-size: 100%; }

  body {
    line-height: 1.6;
    font-family: "Lato", Helvetica, "Lucida Grande", sans-serif;
    font-size: 12px; } }
  @media screen and (min-width: 780px) {
    body {
      font-size: 13px; } }
  @media screen and (min-width: 1140px) {
    body {
      font-size: 14px; } }

@media screen {
  html,
  button,
  input,
  select,
  textarea {
    color: #4a4a4a; }

  p,
  blockquote,
  address,
  ul,
  ol,
  dl,
  button,
  input,
  select,
  textarea {
    font-size: 1em; }

  /**
   * h1, .alpha
   */
  h1,
  .alpha {
    font-size: 2.6em;
    margin: 0.5769230769em 0; }

  /**
   * .h1--raise, .alpha--raise
   */
  .h1--raise,
  .alpha--raise {
    margin-top: -0.5769230769em; }

  /**
   * .h1--lower, .alpha--lower
   */
  .h1--lower,
  .alpha--lower {
    margin-bottom: -0.2884615385em; }

  /**
   * .h1--drop, .alpha--drop
   */
  .h1--drop,
  .alpha--drop {
    margin-bottom: -0.5769230769em; }

  /**
   * h1, .alpha
   */
  h2,
  .beta {
    font-size: 2.2em;
    margin: 0.6818181818em 0; }

  /**
   * .h1--raise, .alpha--raise
   */
  .h2--raise,
  .beta--raise {
    margin-top: -0.6818181818em; }

  /**
   * .h1--lower, .alpha--lower
   */
  .h2--lower,
  .beta--lower {
    margin-bottom: -0.3409090909em; }

  /**
   * .h1--drop, .alpha--drop
   */
  .h2--drop,
  .beta--drop {
    margin-bottom: -0.6818181818em; }

  /**
   * h1, .alpha
   */
  h3,
  .gamma,
  .image-map--callout.wide .callout-title,
  .single-news_item .post-title,
  .single-event .post-title {
    font-size: 2em;
    margin: 0.8333333333em 0; }

  /**
   * .h1--raise, .alpha--raise
   */
  .h3--raise,
  .gamma--raise {
    margin-top: -0.8333333333em; }

  /**
   * .h1--lower, .alpha--lower
   */
  .h3--lower,
  .gamma--lower {
    margin-bottom: -0.4166666667em; }

  /**
   * .h1--drop, .alpha--drop
   */
  .h3--drop,
  .gamma--drop {
    margin-bottom: -0.8333333333em; }

  /**
   * h1, .alpha
   */
  h4,
  .delta,
  .post-type-archive-gallery .post-title {
    font-size: 1.6em;
    margin: 0.9375em 0; }

  /**
   * .h1--raise, .alpha--raise
   */
  .h4--raise,
  .delta--raise {
    margin-top: -0.9375em; }

  /**
   * .h1--lower, .alpha--lower
   */
  .h4--lower,
  .delta--lower {
    margin-bottom: -0.46875em; }

  /**
   * .h1--drop, .alpha--drop
   */
  .h4--drop,
  .delta--drop {
    margin-bottom: -0.9375em; }

  /**
   * h1, .alpha
   */
  h5,
  .epsilon,
  .feature-quote,
  blockquote {
    font-size: 1.2em;
    margin: 1.25em 0; }

  /**
   * .h1--raise, .alpha--raise
   */
  .h5--raise,
  .epsilon--raise {
    margin-top: -1.25em; }

  /**
   * .h1--lower, .alpha--lower
   */
  .h5--lower,
  .epsilon--lower {
    margin-bottom: -0.625em; }

  /**
   * .h1--drop, .alpha--drop
   */
  .h5--drop,
  .epsilon--drop {
    margin-bottom: -1.25em; }

  /**
   * h1, .alpha
   */
  h6,
  .zeta {
    font-size: 1em;
    margin: 1.5em 0; }

  /**
   * .h1--raise, .alpha--raise
   */
  .h6--raise,
  .zeta--raise {
    margin-top: -1.5em; }

  /**
   * .h1--lower, .alpha--lower
   */
  .h6--lower,
  .zeta--lower {
    margin-bottom: -0.75em; }

  /**
   * .h1--drop, .alpha--drop
   */
  .h6--drop,
  .zeta--drop {
    margin-bottom: -1.5em; }

  /**
   * Styles that apply to all headings for consistency.
   */
  h1, h2, h3, h4, h5, h6 {
    font-family: "Lato", Helvetica, "Lucida Grande", sans-serif;
    font-weight: 700;
    line-height: 1.2; }

  /**
   * Hero titles, for that extra attention
   */
  .hero-title {
    font-size: 73.5px; }

  /**
   * Styles for related sub headings
   */
  .sub-heading {
    color: #bbb;
    font-style: italic;
    font-weight: 300; }

  /* Block level elements
     ======================================================================== */
  p,
  blockquote,
  address,
  ul,
  ol,
  dl {
    margin: 1.5em 0; }

  /**
   * Lead elements, paragraphs maybe?
   */
  .lead {
    font-size: 1.25em;
    font-weight: 500; }

  /**
   * Logical block of content, elements.
   * Give a little bit of breath after a block
   * of related content.
   */
  .related-content {
    margin-top: 3.375em;
    margin-bottom: 3.375em; }

  /**
   * Code and Pre elements.
   */
  pre,
  code,
  .code {
    font-family: Consolas, monaco, monospace;
    font-size: 0.9em;
    text-shadow: none; }

  /* Miscellaneous
     ======================================================================== */
  /**
   * Vertical rhythm helpers.
   */
  .flush, .sidebar .widget_upcoming-events .events-list li, .sidebar .widget_twitter-feed .tweet-list li {
    margin-top: 0;
    margin-bottom: 0; }

  .flush--ceil, .blockquote--pull-left,
  .blockquote--pull-right, .archive .content-title, .event-archive .post-title, .single-news_item .post-title, .single-event .post-title, .post-type-archive-gallery .post-title, .sidebar .widget_upcoming-events .events-list, .sidebar .widget_twitter-feed .tweet-list, .widget_latest-world-news .world-news-list,
  .region-information__related-news .world-news-list, .widget_latest-world-news .world-news-list li,
  .region-information__related-news .world-news-list li, .page-footer ul {
    margin-top: 0; }

  .flush--floor {
    margin-bottom: 0; }

  /**
   * Text-shadows
   */
  /* ========================================================================
     Components
     ======================================================================== */
  /**
   * Tooltip
   */
  .map_tooltip,
  .qtip-wrapper {
    background-color: #f37835 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 6px 6px 6px 4px !important;
    font-size: 14px !important; }

  .map_tooltip:after,
  .qtip:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-width: 17px;
    border-style: solid;
    border-color: transparent #f37835 transparent transparent;
    top: 0px;
    left: -34px; }

  /**
   * Countries List
   */ }
@media screen and (max-width: 780px) {
  .countries-list__items {
    margin: 0; } }

@media screen {
  /**
   * Image Map
   */
  .image-map--wrapper {
    position: relative;
    border: 1px solid #eee; }

  .image-map--callout.wide {
    background-color: #f37835;
    color: #fff;
    max-width: 20em;
    text-align: center;
    position: absolute;
    bottom: 5em;
    left: -1em;
    padding: 3em 2em;
    border-radius: 20em;
    z-index: 100; }
    .image-map--callout.wide:before {
      position: absolute;
      -webkit-transform: rotate(-325deg);
      -ms-transform: rotate(-325deg);
      transform: rotate(-325deg);
      content: '';
      width: 0;
      height: 0;
      top: 0;
      left: 60%;
      border-left: 40px solid transparent;
      border-right: 40px solid transparent;
      border-bottom: 40px solid #f37835; }

  /**
   * SVG Image Map
   */
  .treaties-svg-map {
    border: 1px solid #eee;
    margin: 1.5em 0; }

  /**
   * Hide Map on Mobile
   */
  .treaties-map--container {
    display: none; } }
@media screen and (min-width: 960px) {
  .treaties-map--container {
    display: block; } }
@media screen {
  .front-page .image-map--callout.narrow {
    display: block; }
  .front-page .image-map--callout.wide {
    display: none; }
  .front-page .countries-list {
    display: block; }
    .front-page .countries-list ul {
      margin: 0; }
  .front-page .image-map--wrapper {
    display: none; } }
@media screen and (min-width: 960px) {
  .front-page .image-map--callout.narrow {
    display: none; }
  .front-page .image-map--callout.wide {
    display: block; }
  .front-page .treaties-map--container {
    display: block; }
  .front-page .countries-list {
    display: none; }
  .front-page .image-map--wrapper {
    display: block; } }

@media screen {
  .page-region-map .image-map--callout.narrow {
    display: block; }
  .page-region-map .image-map--callout.wide {
    display: block; }
  .page-region-map .countries-list {
    display: block; }
    .page-region-map .countries-list ul {
      margin: 0; }
  .page-region-map .image-map--wrapper {
    display: none; } }
@media screen and (min-width: 960px) {
  .page-region-map .image-map--callout.narrow {
    display: none; }
  .page-region-map .image-map--callout.wide {
    display: block; }
  .page-region-map .image-map--wrapper {
    display: block; } }

@media screen {
  /**
   * No SVG fallback
   */
  .no-svg .image-map--callout.narrow {
    display: block !important; }
  .no-svg .image-map--callout.wide {
    display: none !important; }
  .no-svg .countries-list {
    display: block !important; }
    .no-svg .countries-list ul {
      margin: 0 !important; }
  .no-svg .treaties-map--container {
    display: none !important; }
  .no-svg .image-map--wrapper {
    display: none !important; }

  /**
   * Map Controls
   */
  .treaties-map--container {
    position: relative; }
    .treaties-map--container .treaties-map--container__wrapper {
      position: relative;
      min-height: 780px; }
    .treaties-map--container .treaties-map {
      position: absolute;
      overflow: hidden;
      top: 0;
      max-width: 100%; }

  .region-select {
    float: left; }

  area {
    outline: none; }

  /**
   * Map Buttons
   */
  .btn__view-container {
    position: relative;
    min-height: 50px; }
    .btn__view-container .btn, .btn__view-container .gform_wrapper .button, .gform_wrapper .btn__view-container .button {
      position: absolute;
      right: 0; }

  .btn__view-pacific-islands.active,
  .btn__view-overall-map.active,
  .treaties-map__pacific.active,
  .treaties-map__overall.active,
  .treaties-svg-map.active {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.15s 0s linear;
    transition: opacity 0.15s 0s linear; }
  .btn__view-pacific-islands.inactive,
  .btn__view-overall-map.inactive,
  .treaties-map__pacific.inactive,
  .treaties-map__overall.inactive,
  .treaties-svg-map.inactive {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s 0.25s linear, opacity 0.25s 0s linear;
    transition: visibility 0s 0.25s linear, opacity 0.25s 0s linear; }

  /* Hide when no js */
  .no-js .btn__view-pacific-islands {
    display: none;
    visibility: hidden;
    opacity: 0; }

  /**
   * Twitter Results
   */
  /**
   * Search Results
   */
  .search-results .search-result {
    margin: 0.75em 0;
    padding-bottom: 0.75em;
    border-top: 1px solid #ddd; }
    .search-results .search-result .featured-image img {
      max-width: 100px; }

  /**
   * Archive Navigation
   */
  .archive-navigation {
    padding: 0.25em;
    margin: 0.75em 0;
    text-align: center;
    background-color: #eee;
    border-bottom: 1px solid #ccc; }

  /**
   * Tabs and Panels
   */
  .panels {
    margin: 1.5em 0; }
    .js .panels .panel {
      display: none; }
    .panels .panel.active {
      display: block; }

  .tabs .tab {
    height: 60px;
    position: relative;
    outline: none; }
    .tabs .tab.active:after {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      bottom: -10px;
      left: 43%;
      border-left: 17px solid transparent;
      border-right: 17px solid transparent;
      border-top: 10px solid #0051bc;
      border-top-color: #003070; }
    .tabs .tab.active {
      background-color: #003070; }

  /**
   * Newsletter Signup
   */
  .newsletter-signup-modal {
    display: none;
    padding: 0.75em 1.5em; }

  /* ========================================================================
     Controls
     ======================================================================== */
  /* Anchors
  ======================================================================== */
  a:link, a:visited {
    color: #0051bc;
    text-decoration: none; }
  a:hover, a:focus {
    color: #003070;
    text-decoration: underline; }
  a:active {
    color: #0a73ff; }

  /**
   * Inactive menu item
   */
  .inactive-menu-item > a {
    cursor: default; }
    .inactive-menu-item > a:hover {
      text-decoration: none !important; }
    .inactive-menu-item > a:active {
      color: inherit !important; }

  /* Buttons
  ======================================================================== */
  .btn, .gform_wrapper .button {
    display: inline-block;
    padding: 0.4em 1em;
    margin: 0;
    font-size: 1em;
    font-family: sans-serif;
    line-height: 1.3;
    text-align: center;
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    border: 1px solid;
    border-radius: 0;
    cursor: default; }

  a.btn, .gform_wrapper a.button {
    text-decoration: none; }

  .btn:active, .gform_wrapper .button:active {
    box-shadow: inset 0 1px 8px -2px #000; }

  .btn--large {
    font-size: 1.5em; }

  .btn--small {
    font-size: 0.75em; }

  .btn--narrow {
    padding: 0.15em 0.75em; }

  .btn--block {
    display: block;
    width: 100%; }

  .btn, .gform_wrapper .button,
  .btn:link,
  .gform_wrapper .button:link,
  .btn:visited,
  .gform_wrapper .button:visited {
    color: #111;
    border-color: #ebebeb;
    border-bottom-color: #d4d4d4;
    background-color: #eee; }

  .btn:hover, .gform_wrapper .button:hover {
    border-color: #dadada;
    background-color: #cfcfcf; }

  .btn:active, .gform_wrapper .button:active {
    background-color: #f3f3f3; }

  /**
   * Primary Button
   */
  .btn--primary,
  .btn--primary:link,
  .btn--primary:visited {
    color: #fff;
    border-color: #004fb7;
    border-bottom-color: #003b89;
    background-color: #0051bc; }

  .btn--primary:hover {
    border-color: #003f93;
    background-color: #00377f; }

  .btn--primary:active {
    background-color: #0055c6; }

  .btn--secondary,
  .btn--secondary:link,
  .btn--secondary:visited {
    color: #fff;
    border-color: #f37530;
    border-bottom-color: #e75a0e;
    background-color: #f37835; }

  .btn--secondary:hover {
    border-color: #f15e0e;
    background-color: #de570d; }

  .btn--secondary:active {
    background-color: #f47e3f; }

  /* Form elements
   ======================================================================== */
  fieldset {
    border: 0;
    margin: 0;
    padding: 0; }

  textarea {
    resize: vertical; }

  .input-text, .gform_wrapper .ginput_container input {
    border: 1px solid #ccc;
    padding: 0.25em 0.25em; }

  label, select {
    display: block; }

  input {
    line-height: 1; }

  /**
   * Control style tweaks
   */
  input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box; }

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

  input[type="radio"],
  input[type="checkbox"] {
    cursor: pointer; }

  select,
  input[type="file"] {
    *margin-top: 4px; }

  input[type="file"] {
    background-color: transparent;
    border: none; }

  /**
   * Gravity Forms
   */
  /**
   * Search Form
   */
  .search-form .input-text, .search-form .gform_wrapper .ginput_container input, .gform_wrapper .ginput_container .search-form input {
    padding: 0 0.5em;
    height: 29px;
    float: left;
    width: 160px;
    border-radius: 0; }
    .page-header .search-form .input-text, .page-header .search-form .gform_wrapper .ginput_container input, .gform_wrapper .ginput_container .page-header .search-form input {
      border: none; }
  .search-form .btn, .search-form .gform_wrapper .button, .gform_wrapper .search-form .button {
    float: left;
    height: 29px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 0;
    border: none;
    position: relative; }

  input[type=search] {
    -moz-appearance: none;
    -webkit-appearance: none; }

  /* Other Controls
   ======================================================================== */
  /**
   * Details / Summary
   */
  details {
    background-color: #0051bc;
    border: 1px solid #002556;
    border-radius: 3px;
    padding: 0.5em; }
    details summary {
      color: #fff;
      cursor: default;
      text-shadow: 0 -1px 0 #002556;
      padding: 0.25em 0.5em; }

  /* ========================================================================
     Project
     ======================================================================== */
  body {
    background-color: #4a4a4a; }

  /**
   * Header
   * ========================================================================
   */
  .page-header {
    background-color: #4a4a4a; }

  /**
   * Toolbar
   */
  .toolbar {
    background-color: #4a4a4a;
    padding: 0.6em 0 0.5em 0;
    color: #fff;
    font-weight: 300; }
    .toolbar a, .toolbar a:visited {
      color: #fff;
      text-decoration: none; }
    .toolbar a:hover {
      text-decoration: underline; }
    .toolbar.search-and-social {
      float: none;
      white-space: nowrap; } }
    @media screen and (min-width: 780px) {
      .toolbar.search-and-social {
        float: right; } }
@media screen {
      .toolbar.search-and-social .search-form {
        float: left; }
      .toolbar.search-and-social .language-information-icon__container {
        float: left;
        margin-left: 0.75em;
        font-size: 1.1em; }
    .toolbar.home-and-newsletter {
      float: left;
      padding-top: 0.75em;
      display: none; } }
    @media screen and (min-width: 780px) {
      .toolbar.home-and-newsletter {
        display: block; } }

@media screen {
  /**
   * Hero Banner
   */
  .hero-banner__container {
    background-color: #ffffff; } }
  @media screen and (max-width: 780px) {
    .hero-banner__container {
      background-image: url("../images/unrcpd-logo-emblem.png");
      background-position: -30px -30px;
      background-repeat: no-repeat; }
      .hero-banner__container br {
        display: inline; } }
@media screen {
    .hero-banner__container .hero-banner {
      position: relative; }
      .hero-banner__container .hero-banner .banner-image {
        display: none; } 
      .hero-banner__container .hero-banner .banner-image-mobile {
        display: none;
        margin-left: auto;
        margin-right: auto; } }
      @media screen and (min-width: 780px) {
        .hero-banner__container .hero-banner .banner-image {
          display: inline; } }
      @media screen and (max-width: 780px) {
        .hero-banner__container .hero-banner .banner-image-mobile {
        display: block; } }      
@media screen {
      .hero-banner__container .hero-banner .banner-text {
        text-align: center;
        font-weight: 400; } }
      @media screen and (min-width: 780px) {
        .hero-banner__container .hero-banner .banner-text {
          position: absolute;
          text-align: left; } }
@media screen {
      .hero-banner__container .hero-banner a, .hero-banner__container .hero-banner a:visited {
        color: #000000; }
      .hero-banner__container .hero-banner a:hover {
        text-decoration: none; }
      .hero-banner__container .hero-banner .banner-heading {
        margin: 0.25em;
        top: 15%;
        left: 27%; } }
      @media screen and (min-width: 780px) {
        .hero-banner__container .hero-banner .banner-heading {
          margin: 0;
          font-family: 'Roboto Condensed',sans-serif; } }
@media screen {
      .hero-banner__container .hero-banner .banner-tagline {
        left: 27%;
        top: 48%;
        line-height: 1.4;
        font-family: 'Roboto',sans-serif;
        font-size: 1.2em;
        margin: 1.5em 0; } }
      @media screen and (min-width: 780px) {
        .hero-banner__container .hero-banner .banner-tagline {
          top: 47%;
          line-height: 1.2;
          padding: 0;
          margin: 0; } }
@media screen {
      .hero-banner__container .hero-banner .banner-sub-heading {
        left: 5%;
        bottom: 5%;
        font-style: italic;
        font-size: 0.9em;
        display: none; } }
      @media screen and (min-width: 780px) {
        .hero-banner__container .hero-banner .banner-sub-heading {
          display: block; } }
@media screen {
      .hero-banner__container .hero-banner .banner-info {
        right: 5%;
        bottom: 5%;
        font-style: italic;
        font-size: 0.9em;
        display: none; } }
      @media screen and (min-width: 780px) {
        .hero-banner__container .hero-banner .banner-info {
          display: block; } }

@media screen {
  /**
   * Site navigation
   */
  /*nav*/
  .main-navigation-menu__container {
    display: none;
    background-color: #4a4a4a;
    /*ul*/ } }
  @media screen and (min-width: 780px) {
    .main-navigation-menu__container {
      display: block; } }
@media screen {
    .main-navigation-menu__container .main-navigation-menu {
      /* List style and floa stuff */
      margin: 0.75em 0;
      padding-left: 0;
      float: left;
      width: 100%;
      position: relative;
      z-index: 5;
      /**
       * Parent menu item
       */ }
      .main-navigation-menu__container .main-navigation-menu .current-menu-item > a {
        color: #f69f6f; }
      .main-navigation-menu__container .main-navigation-menu li {
        margin-bottom: 0;
        position: relative;
        /* Horizontal Responsive */
        /**
         * Sub navigation
         */
        /* Bring the sub navigation in */
        /*li*/
        /* Optional fix for right browser edge navigation elements */ } }
      @media screen and (max-width: 960px) {
        .main-navigation-menu__container .main-navigation-menu li {
          max-width: 18%; }
          .main-navigation-menu__container .main-navigation-menu li ul li {
            max-width: inherit; } }
@media screen {
        .main-navigation-menu__container .main-navigation-menu li a {
          color: #fff;
          text-decoration: none;
          font-weight: 300;
          font-family:'Roboto',sans-serif;
          /*text-transform: uppercase;*/
          /* Horizontal Responsive */ } }
        @media screen and (max-width: 960px) {
          .main-navigation-menu__container .main-navigation-menu li a {
            display: block;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            width: 100%; } }
@media screen {
          .main-navigation-menu__container .main-navigation-menu li a:hover {
            color: #f37835; }
        .main-navigation-menu__container .main-navigation-menu li ul {
          list-style: none;
          position: absolute;
          left: -9999px;
          margin: 0;
          padding: 0;
          padding-top: 0.25em;
          /* Slight Offset */
          box-shadow: 0 10px 10px -10px #222;
          z-index: 100;
          /**
           * Child menu item
           */ }
          .main-navigation-menu__container .main-navigation-menu li ul:before {
            position: absolute;
            content: '';
            width: 0;
            height: 0;
            top: -2px;
            left: 28%;
            border-left: 15px solid transparent;
            border-right: 15px solid transparent;
            border-bottom: 7px solid #333; }
          .main-navigation-menu__container .main-navigation-menu li ul li {
            float: none;
            margin: 0;
            padding: 0;
            /* Child item anchor */ }
            .main-navigation-menu__container .main-navigation-menu li ul li a {
              white-space: nowrap;
              /* Stop text wrapping and creating multi-line dropdown items */
              display: block;
              padding: 0.5em 1.25em;
              margin: 0;
              background-color: #333;
              min-width: 160px;
              border-bottom: 1px solid #555; }
              li:last-child .main-navigation-menu__container .main-navigation-menu li ul li a {
                border-bottom: none; }
        .main-navigation-menu__container .main-navigation-menu li:hover ul, .main-navigation-menu__container .main-navigation-menu li a:focus + ul, .main-navigation-menu__container .main-navigation-menu li.hover ul {
          left: 0; }
        .main-navigation-menu__container .main-navigation-menu li:last-child:hover ul, .main-navigation-menu__container .main-navigation-menu li:last-child.hover ul, .main-navigation-menu__container .main-navigation-menu li:last-child a:focus + ul {
          left: -50px; }

  /* Mobile Nav */
  .mobile-navigation-menu__trigger {
    display: block; } }
  @media screen and (min-width: 780px) {
    .mobile-navigation-menu__trigger {
      display: none; } }
@media screen {
    .mobile-navigation-menu__trigger a {
      display: block;
      color: #fff;
      padding: 0.5em;
      font-size: 1.3em; }
      .mobile-navigation-menu__trigger a:hover, .mobile-navigation-menu__trigger a:active, .mobile-navigation-menu__trigger a:focus {
        text-decoration: none;
        color: #ddd; }

  .mobile-navigation-menu__container {
    display: block;
    margin: 0;
    padding: 0; } }
  @media screen and (min-width: 780px) {
    .mobile-navigation-menu__container {
      display: none; } }
@media screen {
    .mobile-navigation-menu__container .mobile-navigation-menu {
      display: none;
      margin: 0;
      margin-bottom: 1em;
      padding: 0; }
      .mobile-navigation-menu__container .mobile-navigation-menu li {
        margin: 0;
        padding: 0; }
      .mobile-navigation-menu__container .mobile-navigation-menu a {
        display: block;
        font-weight: 200;
        background-color: #666;
        border-top: 1px solid #777;
        font-size: 1.3em;
        padding: 0.5em;
        color: #fff; }
        .mobile-navigation-menu__container .mobile-navigation-menu a:hover, .mobile-navigation-menu__container .mobile-navigation-menu a:active, .mobile-navigation-menu__container .mobile-navigation-menu a:focus {
          background-color: #444;
          text-decoration: none;
          color: #f37835; }
      .mobile-navigation-menu__container .mobile-navigation-menu ul {
        margin: 0;
        padding: 0; }
        .mobile-navigation-menu__container .mobile-navigation-menu ul a {
          background-color: #555;
          padding-left: 1.25em; }

  /**
   * Content
   * ========================================================================
   */
  .page-content {
    padding-top: 1.5em;
    padding-bottom: 3em;
    background: #fff; }

  .content-footer {
    margin: 1.5em 0; }

  /**
   * Archive Templates
   */
  .archive .read-more-wrapper {
    margin-top: 0.75em; }

  /**
   * Event Archive
   */
  .event-archive {
    clear: both;
    margin-bottom: 3em; }
    .event-archive .featured-image {
      max-width: 300px;
      margin-bottom: 1.5em; }
    .event-archive .post-title {
      margin-bottom: 0.25em; }
    .event-archive p {
      margin: 0.25em 0; }

  .post-type-archive-event .event-detail__month {
    padding-bottom: 0.5em;
    border-bottom: 1px solid #ddd; }
  .post-type-archive-event .event-detail__year {
    font-size: 0.5em;
    color: #888; }

  .ipad-map {
    display: block; } }
  @media screen and (min-width: 960px) {
    .ipad-map {
      display: none; } }

@media screen {
  /**
   * News Archive
   */
  .news-archive {
    margin-top: 0.75em;
    border-top: 1px solid #ddd; }

  /**
   *
   * Single Templates
   *
   */
  .single {
    /* Entry */ }
    .single .single-entry {
      margin-top: 1.5em; }

  /**
   * Single News Item
   */
  /**
   * Event Single
   */
  .single-event {
    /* Outcome PDF */ }
    .single-event .featured-image {
      margin: 1.5em 0; }
    .single-event .event--outcome-document-pdf ul,
    .single-event .event--other-documents ul {
      margin-top: 0;
      margin-bottom: 0.5em;
      padding-left: 0; }
      .single-event .event--outcome-document-pdf ul li,
      .single-event .event--other-documents ul li {
        margin-bottom: 0.25em; }

  /**
   * All Event Templates
   */
  .event {
    /* Detail Label */ }
    .event .event-detail {
      margin-bottom: 0.25em; }
    .event .detail-label {
      font-weight: 600; }

  /**
   * Post Content
   */
  .post-title a, .post-title a:visited {
    text-decoration: none; }

  /**
   *
   * Gallery Images
   *
   */
  .single-gallery .gallery-image {
    margin-bottom: 1.5em;
    min-height: 160px; }
  .single-gallery .gallery-details {
    margin: 1.5em 0;
    padding-bottom: 0.75em;
    border-bottom: 1px solid #ddd; }
    .single-gallery .gallery-details .gallery-detail {
      margin-right: 1em; }

  /**
   * Gallery Archive
   */
  .post-type-archive-gallery .archive {
    margin: 0.75em 0;
    padding: 1em 0 0.75em 0;
    border-top: 1px solid #ddd; }
  .post-type-archive-gallery .post-title {
    margin-bottom: 0.5em; }
  .post-type-archive-gallery .featured-image {
    max-width: 200px;
    margin-bottom: 1.5em; }
  .post-type-archive-gallery .gallery-detail {
    margin-right: 1em; }

  /**
   * Layouts
   */
  /* Layout Video */
  .layout-content-video {
    background-color: #ddd; }

  /* Layout Buttons */
  .layout-content--buttons {
    text-align: center;
    margin: 1.5em 0; }
    .layout-content--buttons .btn, .layout-content--buttons .gform_wrapper .button, .gform_wrapper .layout-content--buttons .button {
      margin: 0.75em 0.5em; }

  /* Layout Supporters */
  .layout-content--flags {
    margin: 1.5em 0; }
    .layout-content--flags a:hover {
      text-decoration: none; }
    .layout-content--flags img {
      margin: 0.25em;
      max-width: 80px; } }
    @media screen and (min-width: 480px) {
      .layout-content--flags img {
        max-width: 150px; } }
    @media screen and (min-width: 780px) {
      .layout-content--flags img {
        max-width: none; } }

@media screen {
  /**
   * Feature Publications
   */
  .featured-publications-list__container {
    margin: 1.75em 0;
    border-top: 1px solid #ddd;
    /* Heading */
    /* Thumbnail */ }
    .featured-publications-list__container .featured-publications-list__heading {
      color: #f37835; }
    .featured-publications-list__container .featured-publication__thumbnail {
      margin-bottom: 0.75em;
      box-shadow: 0 2px 17px -7px #444; }
    .featured-publications-list__container .featured-publications-list figure {
      margin-bottom: 1.5em; } }
    @media screen and (max-width: 780px) {
      .featured-publications-list__container .featured-publications-list figure {
        min-height: inherit !important; } }

@media screen {
  /**
   * Resource List
   */
  .resource-lists__container {
    margin: 1.75em 0;
    border-top: 1px solid #ddd;
    /* List Entries */ } }
  @media screen and (max-width: 780px) {
    .resource-lists__container .column {
      min-height: inherit !important; } }

@media screen {
  /**
   * Country Data
   */
  .single-region .table-data__links {
    margin-top: 0; }
  .single-region .table-data__content--header {
    padding-top: 1.75em; }

  /**
   * Sidebar
   */
  .sidebar {
    /* Widget Title */
    /* Widget Content */
    /* Widget Footer */
    /**
     * Events Widget
     */
    /**
     * Twitter List
     */ }
    .sidebar .widget-title {
      margin-right: 16px;
      white-space: nowrap;
      color: #fff;
      font-weight: 500;
      letter-spacing: 1px;
      padding: 0.5em 0.75em;
      position: relative;
      margin-bottom: 0;
      background-color: #4a4a4a;
      text-transform: uppercase;
      z-index: 1; }
      .sidebar .widget-title:before, .sidebar .widget-title:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        right: -16px; }
      .sidebar .widget-title:before {
        bottom: 0;
        border-top: 30px solid transparent;
        border-bottom: 0 solid transparent;
        border-left: 16px solid #4a4a4a; }
      .sidebar .widget-title:after {
        top: 0;
        border-top: 0 solid transparent;
        border-bottom: 30px solid transparent;
        border-left: 16px solid #4a4a4a; }
    .sidebar .widget-content {
      position: relative;
      margin-left: 15px;
      margin-right: 16px; }
      .sidebar .widget-content:before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        left: -15px;
        top: 0;
        border-top: 0 solid transparent;
        border-bottom: 15px solid transparent;
        border-right: 15px solid #bbb; }
    .sidebar .widget-footer a, .sidebar .widget-footer a:visited {
      text-decoration: none; }
    .sidebar .widget-footer a:hover {
      text-decoration: underline; }
    .sidebar .widget_upcoming-events .events-list {
      list-style-type: none;
      padding-left: 0.5em;
      padding-top: 0.5em;
      margin-bottom: 0.5em; }
      .sidebar .widget_upcoming-events .events-list a, .sidebar .widget_upcoming-events .events-list a:visited {
        text-decoration: none;
        color: #4a4a4a; }
      .sidebar .widget_upcoming-events .events-list a:hover {
        text-decoration: underline; }
      .sidebar .widget_upcoming-events .events-list li {
        padding: 0.25em; }
      .sidebar .widget_upcoming-events .events-list .media--figure {
        min-width: 20%; }
      .sidebar .widget_upcoming-events .events-list .cal-date {
        box-shadow: 0px 1px 5px -1px #444;
        padding: 0.25em 0.5em;
        border-radius: 6px;
        border-top: 10px solid #0051bc;
        text-align: center; }
        .sidebar .widget_upcoming-events .events-list .cal-date .cal-month {
          line-height: 1;
          color: #0051bc;
          text-transform: uppercase; }
        .sidebar .widget_upcoming-events .events-list .cal-date .cal-day {
          line-height: 1.2;
          color: #555; }
      .sidebar .widget_upcoming-events .events-list .media--content {
        font-size: 12.6px; }
    .sidebar .widget_twitter-feed {
      visibility: hidden;
      opacity: 0; }
      .sidebar .widget_twitter-feed.active {
        visibility: visible;
        opacity: 1;
        -webkit-transition: opacity 0.5s 0s linear;
        transition: opacity 0.5s 0s linear; }
      .no-js .sidebar .widget_twitter-feed {
        display: none; }
      .sidebar .widget_twitter-feed .widget-content {
        background-color: #eee;
        margin-top: -4px; }
        .sidebar .widget_twitter-feed .widget-content:before {
          top: 4px; }
      .sidebar .widget_twitter-feed .tweet-list {
        padding-top: 0.5em;
        padding-bottom: 0.5em;
        padding-right: 0.5em;
        margin-bottom: 0;
        font-size: 12.6px;
        color: #f37835; }
        .sidebar .widget_twitter-feed .tweet-list .tweet-content {
          color: #4a4a4a; }
        .sidebar .widget_twitter-feed .tweet-list li {
          padding: 0.25em 0; }
      .sidebar .widget_twitter-feed .widget-footer .follow-link {
        display: block;
        color: #fff;
        background-color: #f37835;
        text-align: center;
        padding: 0.25em;
        margin-top: -10px;
        position: relative;
        z-index: 10; }
        .sidebar .widget_twitter-feed .widget-footer .follow-link:hover {
          background-color: #e75a0e;
          text-decoration: none; }
        .sidebar .widget_twitter-feed .widget-footer .follow-link:active {
          background-color: #0051bc; }

  /**
   * World New List
   */
  .region-information__related-news {
    margin: 1.5em 0; }
    .region-information__related-news .region-information__related-news--title {
      margin-bottom: 0.5em; }

  .widget_latest-world-news .world-news-list,
  .region-information__related-news .world-news-list {
    list-style-type: none;
    padding-left: 0.5em;
    padding-top: 0.5em;
    margin-bottom: 0.5em; }
    .widget_latest-world-news .world-news-list a, .widget_latest-world-news .world-news-list a:visited,
    .region-information__related-news .world-news-list a,
    .region-information__related-news .world-news-list a:visited {
      text-decoration: none;
      color: #4a4a4a; }
    .widget_latest-world-news .world-news-list a:hover,
    .region-information__related-news .world-news-list a:hover {
      text-decoration: underline; }
    .widget_latest-world-news .world-news-list li,
    .region-information__related-news .world-news-list li {
      padding: 0.25em 0; }
    .widget_latest-world-news .world-news-list .media--figure,
    .region-information__related-news .world-news-list .media--figure {
      color: #0051bc;
      min-width: 20%; }
    .widget_latest-world-news .world-news-list .media--content,
    .region-information__related-news .world-news-list .media--content {
      font-size: 12.6px; }

  /**
   * Widget Supports List
   */
  .widget_supporters-list .widget-content {
    background-color: #eee;
    padding: 0.75em; }
  .widget_supporters-list .supporters-link:hover {
    text-decoration: none; }
  .widget_supporters-list img {
    margin: 1%;
    max-width: 22%;
    max-height: 40px;
    background-color: #fff; }

  /**
   * Footer
   * ========================================================================
   */
  .page-footer {
    font-weight: 300;
    border-top: 0.25em solid #009edb;
    padding: 1.5em 0;
    color: #fff; }
    .page-footer .contact-address {
      font-style: normal;
      clear: both; } }
    @media screen and (min-width: 1140px) {
      .page-footer .contact-address {
        text-align: right; } }
@media screen {
    .page-footer .logo {
      margin-bottom: 1.5em; }
    .page-footer a, .page-footer a:visited {
      color: #fff;
      text-decoration: none; }
    .page-footer a:hover {
      text-decoration: underline; }
    .page-footer a:active {
      color: #89bcff; }
    .page-footer ul {
      padding-left: 0;
      list-style-type: none;
      /* Sub nav */ }
      .page-footer ul li {
        text-transform: uppercase;
        line-height: 1.4;
        margin-bottom: 0.25em; }
      .page-footer ul ul {
        margin-top: 0.15em; }
        .page-footer ul ul li {
          text-transform: none; }
          .page-footer ul ul li a, .page-footer ul ul li a:visited {
            color: #aaa; }
          .page-footer ul ul li a:active {
            color: #fff; }

  /* ========================================================================
     WordPress
     ======================================================================== */
  /* Alignment styles
     ======================================================================== */
  .alignleft,
  .alignright {
    margin-bottom: 1.5em; } }
@media screen and (min-width: 480px) {
  .alignleft {
    float: left;
    margin-right: 1.5em; } }

@media screen and (min-width: 780px) {
  .alignright {
    float: right;
    margin-left: 1.5em; } }

@media screen {
  .aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both; }

  /**
   * Styles added through the style select editor filter
   */
  .lead {
    font-size: 1.25em; }

  .disclaimer {
    font-size: 0.9em;
    color: #555; }

  .warning {
    color: #d9534f;
    border-bottom: 1px dotted #d9534f; }

  .notice {
    font-style: italic; }

  .muted {
    color: #aaa; }

  /* Image and Gallery styles
     ======================================================================== */
  .wp-caption {
    margin-bottom: 1.5em;
    text-align: center;
    padding-top: 5px;
    max-width: 100%; }

  .wp-caption img {
    width: 100%;
    border: none;
    padding: 0;
    margin: 0;
    display: block; }

  .wp-caption-text {
    line-height: 1.6;
    font-size: 0.9em;
    margin: 0;
    font-weight: 300;
    padding: 0.5em 0.75em;
    color: #fff;
    border: 0;
    background-color: #4a4a4a; }

  .wp-smiley {
    margin: 0 !important;
    max-height: 1em; }

  /* Comment styles
     ======================================================================== */
  #commentform input[type="text"],
  #commentform input[type="url"],
  #commentform input[type="email"] {
    width: 150px; }

  ol.commentlist {
    list-style: none;
    margin-bottom: 1.75em; }

  ol.commentlist li {
    clear: both;
    margin-bottom: 0.75; }

  ol.commentlist li:before,
  ol.commentlist li:after {
    content: "";
    display: table; }

  ol.commentlist li:after {
    clear: both; }

  ol.commentlist li {
    zoom: 1; }

  ol.commentlist li p {
    margin: 0; }

  ol.commentlist li div {
    margin-bottom: 0.352em; }

  ol.commentlist li.comment {
    margin-bottom: 1.5em; }

  ol.commentlist li.comment div.comment-vcard {
    float: left;
    width: 10%; }

  ol.commentlist li.comment div.comment-body {
    float: left;
    width: 90%; }

  ol.commentlist li.comment div.comment-vcard img.avatar {
    padding: 4px;
    border: 1px solid #e1e1e1;
    background-color: #f1f1f1;
    padding: 3px;
    border-radius: 3px;
    max-width: 100%;
    max-height: 100%; }

  ol.commentlist li.comment div.comment-meta {
    font-size: 0.9em; }

  ol.commentlist li.comment div.comment-meta a {
    color: #999; }

  ol.commentlist li.comment div.reply {
    font-size: 0.8em; }

  ol.commentlist li.comment div.reply a {
    font-weight: 700; }

  ol.commentlist li.comment ul.children {
    list-style: none;
    margin: 12px 0 0; }

  ol.commentlist li.comment ul.children li.depth-2 {
    margin: 0 0 0.75em 32px;
    padding: 0 0 0.75em 32px; }

  ol.commentlist li.comment ul.children li.depth-3 {
    margin: 0 0 0.75em 32px;
    padding: 0 0 0.75em 32px; }

  ol.commentlist li.comment ul.children li.depth-4 {
    margin: 0 0 0.75em 32px;
    padding: 0 0 0.75em 32px; }

  ol.commentlist li.comment ul.children li.depth-5 {
    margin: 0 0 0.75em 32px;
    padding: 0 0 0.75em 32px; }

  #respond label span {
    display: none; } }
/* ========================================================================
   Print
   ======================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " [" attr(href) "]"; }

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

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

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

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .sidebar {
    display: none; } }
/* endif */
