@charset "UTF-8";
/*
	## Mobile First focus.

	Starts with the idea that we should style
	for the mobile first and then build
	up above that as needed.

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

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

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

a img {
  border: none;
}

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

.valign-inl {
  font-size: 0.001px;
  text-align: center;
}

.valign-inl:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.valign-inl-middle,
.valign-inl-btm {
  display: inline-block;
  max-width: 100%;
}

.valign-inl-middle {
  vertical-align: middle;
}

.valign-inl-btm {
  vertical-align: bottom;
}

body:before {
  content: "wide-screen";
}

@media (max-width: 1199px) {
  body:before {
    content: "large";
  }
}

@media (max-width: 958px) {
  body:before {
    content: "primary";
  }
}

@media (max-width: 639px) {
  body:before {
    content: "small";
  }
}

@media (min-width: 959px) {
  .m {
    margin: 20px !important;
  }

  .ml {
    margin-left: 20px !important;
  }

  .mr {
    margin-right: 20px !important;
  }

  .mt {
    margin-top: 20px !important;
  }

  .mb {
    margin-bottom: 20px !important;
  }

  .m-small {
    margin: 15px !important;
  }

  .ml-small {
    margin-left: 15px !important;
  }

  .mr-small {
    margin-right: 15px !important;
  }

  .mt-small {
    margin-top: 15px !important;
  }

  .mb-small {
    margin-bottom: 15px !important;
  }
}
@media (max-width: 958px) {
  .m {
    margin: 20px !important;
  }

  .ml {
    margin-left: 20px !important;
  }

  .mr {
    margin-right: 20px !important;
  }

  .mt {
    margin-top: 20px !important;
  }

  .mb {
    margin-bottom: 20px !important;
  }

  .m-small {
    margin: 10px !important;
  }

  .ml-small {
    margin-left: 10px !important;
  }

  .mr-small {
    margin-right: 10px !important;
  }

  .mt-small {
    margin-top: 10px !important;
  }

  .mb-small {
    margin-bottom: 10px !important;
  }
}
/* BASELINE RYTHM  */
.clearfix:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.social-wrapper:before, .block.current-opportunities .content .view-content .career-list ul li a span.arrow:after, #block-views-r-regions-sub-navigation-list .close-button:after,
#block-views-r-regions-sub-navigation-list .view-content:after, #block-views-r-regions-sub-navigation-list:after, .view-display-id-countries_regions_listing .view-content .region ul.region-item.current-program li h3:after, .view-display-id-countries_regions_listing .view-content .region ul.region-item.previous-program li h3:after {
  font-family: "iri" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * 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 font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

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

blockquote {
  margin: 1em 40px;
}

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

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

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

/**
 * Address margins set differently in IE 6/7.
 */
/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

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

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}

/**
 * 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;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

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

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

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ 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 6+.
 * 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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * 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.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 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 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 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 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/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;
}

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

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon-custom/icomoon.eot?-8zrb22");
  src: url("../fonts/icomoon-custom/icomoon.eot?#iefix-8zrb22") format("embedded-opentype"), url("../fonts/icomoon-custom/icomoon.woff?-8zrb22") format("woff"), url("../fonts/icomoon-custom/icomoon.ttf?-8zrb22") format("truetype"), url("../fonts/icomoon-custom/icomoon.svg?-8zrb22#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
a {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

body {
  font-family: "azo-sans-web", sans-serif;
  font-size: 17px;
  line-height: 1.7em;
  color: #373537;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p, ul, ol, pre, table, blockquote {
  margin-bottom: 19.2px;
}

div > p:first-child {
  margin-top: 0;
}

.block-system h1:first-child {
  margin-top: -0.3em;
}

ul, ol, dl {
  margin: 1.7em 0;
}
ul ul, ul ol, ol ul, ol ol, dl ul, dl ol {
  margin: 0;
}

ol {
  list-style-type: decimal;
  padding: 0;
}

ul {
  list-style-type: disc;
  padding: 0;
}

li, dd {
  margin: 0.85em 0 0.85em 2.5em;
}

li li {
  list-style-type: circle;
}

dt {
  font-weight: 600;
}

b, strong, em, small, code {
  line-height: 1;
}

b, strong {
  font-weight: 600;
}

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

sup, sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}

sub {
  top: 0.4em;
}

body.admin-menu {
  margin-top: 24px !important;
}

code, samp {
  font-weight: 200;
  font-family: source-code-pro, monospace;
  color: #370710;
}

mark {
  background-color: #fff9dd;
  line-height: 90%;
  padding: 0 0.125em;
}

hr {
  font-weight: 400;
  font-size: 2em;
  line-height: 1;
  text-align: center;
  margin: 1em 0 2em;
  border: 0;
  border-top: 1px solid #C9C9C9;
  padding: 0;
  height: 1px;
  clear: both;
  display: block;
}

pre {
  margin-left: 1.5em;
  white-space: pre-line;
  color: #333;
  font-family: source-code-pro, monospace;
  margin: 0 0.25em;
}

blockquote {
  font-size: 24px;
  line-height: 1.5;
  color: #24408e;
  padding: 1em 0;
  quotes: "“" "”" "‘" "’";
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  margin: 1.5em 0;
  font-family: "Times New Roman", Times, serif;
}
blockquote:before {
  color: #24408e;
  content: open-quote;
  font-size: 31.2px;
  line-height: 0.1em;
  margin-right: 0;
  vertical-align: -0.1em;
}
blockquote:after {
  color: #24408e;
  content: close-quote;
  font-size: 31.2px;
  line-height: 0.1em;
  margin-right: 0;
  vertical-align: -0.1em;
}
@media (min-width: 1350px) {
  blockquote {
    padding-right: 19%;
  }
  blockquote:before {
    margin-left: -0.6em;
  }
}
blockquote p {
  display: inline;
}

figure {
  margin: 0 0 1.5em 0;
}

figcaption {
  clear: left;
}
figcaption > * {
  line-height: 1;
  font-size: .875rem;
  clear: left;
  margin: 1rem 0;
}
figcaption h3, figcaption h4, figcaption h5 {
  font-size: 1rem;
}

em, em a, i, var, samp, cite, cite a {
  font-style: italic;
  line-height: 90%;
}

a, a:visited, a:link {
  color: #006eaf;
  text-decoration: none;
}
a:visited {
  color: #006eaf;
}
a:hover {
  color: #a31f34;
  text-decoration: underline;
}

small {
  font-size: .875rem;
}

dfn {
  font-style: italic;
}

abbr[title]:hover, dfn[title] {
  border-bottom: 1px dotted rgba(68, 68, 68, 0.3);
  cursor: help;
}

abbr {
  letter-spacing: .13125rem;
}

/* Forms */
select::-ms-expand {
  display: none;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  background-color: #FFF;
  border-style: solid;
  border-width: 1px;
  border-color: #C9C9C9;
  box-shadow: none;
  color: #91132B;
  margin: 0 0 24px 0;
  padding: 12px;
  height: 53px-rem-calc(1);
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="color"]:focus,
textarea:focus {
  background: #FFF;
  border-color: #000;
  outline: none;
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="date"]:disabled,
input[type="datetime"]:disabled,
input[type="datetime-local"]:disabled,
input[type="month"]:disabled,
input[type="week"]:disabled,
input[type="email"]:disabled,
input[type="number"]:disabled,
input[type="search"]:disabled,
input[type="tel"]:disabled,
input[type="time"]:disabled,
input[type="url"]:disabled,
input[type="color"]:disabled,
textarea:disabled {
  background-color: #EEE;
}
input[type="text"][disabled], input[type="text"][readonly], fieldset[disabled] input[type="text"],
input[type="password"][disabled],
input[type="password"][readonly], fieldset[disabled]
input[type="password"],
input[type="date"][disabled],
input[type="date"][readonly], fieldset[disabled]
input[type="date"],
input[type="datetime"][disabled],
input[type="datetime"][readonly], fieldset[disabled]
input[type="datetime"],
input[type="datetime-local"][disabled],
input[type="datetime-local"][readonly], fieldset[disabled]
input[type="datetime-local"],
input[type="month"][disabled],
input[type="month"][readonly], fieldset[disabled]
input[type="month"],
input[type="week"][disabled],
input[type="week"][readonly], fieldset[disabled]
input[type="week"],
input[type="email"][disabled],
input[type="email"][readonly], fieldset[disabled]
input[type="email"],
input[type="number"][disabled],
input[type="number"][readonly], fieldset[disabled]
input[type="number"],
input[type="search"][disabled],
input[type="search"][readonly], fieldset[disabled]
input[type="search"],
input[type="tel"][disabled],
input[type="tel"][readonly], fieldset[disabled]
input[type="tel"],
input[type="time"][disabled],
input[type="time"][readonly], fieldset[disabled]
input[type="time"],
input[type="url"][disabled],
input[type="url"][readonly], fieldset[disabled]
input[type="url"],
input[type="color"][disabled],
input[type="color"][readonly], fieldset[disabled]
input[type="color"],
textarea[disabled],
textarea[readonly], fieldset[disabled]
textarea {
  background-color: #EEE;
}

textarea {
  max-width: 100%;
}

button,
.button,
.page-country .learn-more-about a,
input[type="button"],
input[type="submit"] {
  display: inline-block;
  position: relative;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.5s ease;
  padding: 12px;
  margin: 0 10px 24px 0;
  background-color: #a31f34;
  font-size: 17px;
  font-family: "azo-sans-web", sans-serif;
  font-weight: bold;
  color: white;
  line-height: 1.7em;
  border-width: 1;
  border-style: solid;
  border-radius: 1;
}
button:visited, button:link,
.button:visited,
.page-country .learn-more-about a:visited,
.button:link,
.page-country .learn-more-about a:link,
input[type="button"]:visited,
input[type="button"]:link,
input[type="submit"]:visited,
input[type="submit"]:link {
  color: white;
}
@media (max-width: 958px) {
  button,
  .button,
  .page-country .learn-more-about a,
  input[type="button"],
  input[type="submit"] {
    font-size: 15px;
    padding: 9.23077px 10px;
  }
}
button:hover, button:focus,
.button:hover,
.page-country .learn-more-about a:hover,
.button:focus,
.page-country .learn-more-about a:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  border-color: transparent;
  background-color: #781726;
  color: white;
  text-decoration: none;
}

.button--arrow-right:after, .ways-to-support .content .button:after, .ways-to-support .content .page-country .learn-more-about a:after, .page-country .learn-more-about .ways-to-support .content a:after, .slick-home__link:after, .view-display-id-news_resources_page .featured-resource .featured-item .read-more a:after, .page-country .learn-more-about a:after {
  content: "e";
  font-family: "iri" !important;
  text-rendering: geometricPrecision;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-variant: normal !important;
  line-height: 1;
  font-size: 110%;
  vertical-align: -0.2em;
}

table {
  font-variant-numeric: lining-nums tabular-nums;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 1.5em 0;
}

caption {
  color: #a31f34;
  text-align: left;
  font-size: 0.875em;
  line-height: 1.4286;
  padding: 0.8571em 0 0.2857em;
  margin: 1em 0;
  font-weight: bold;
}

td,
th {
  text-align: left;
  border: 1px solid #ebebeb;
  padding: 0.5em;
}

thead th {
  font-weight: 600;
  border-bottom: 3px solid #dddddd;
  background-color: #f5f5f6;
}

tbody th, tfoot th {
  font-weight: 600;
  border-right: 3px solid #dddddd;
  background-color: #f5f5f6;
}

tfoot tr:first-child td, tfoot tr:first-child th {
  border-top: 3px solid #dddddd;
}

td,
td img {
  vertical-align: top;
}

.noborders td, .noborders th {
  border-bottom: 0;
}

.element-invisible {
  margin: 0;
}

td > ul > li, td > ol > li {
  margin-left: 1.2em;
}

ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
ul.menu li {
  display: inline;
}
ul.menu li a {
  text-decoration: none;
}

ul.links {
  list-style: none;
  position: relative;
}
ul.links, ul.links li {
  margin: 0;
  padding: 0;
}
ul.links li a {
  text-decoration: none;
}

iframe {
  max-width: 100%;
}

small,
.small {
  font-size: .875rem;
}

.intro {
  font-size: 1.2rem;
}

.subpage-intro {
  font-size: 1.5rem;
}

@media (max-width: 640px) {
  .hide-from-mobile {
    display: none;
  }
}

@media (max-width: 958px) {
  .hide-from-tablet {
    display: none;
  }
}

@media (min-width: 959px) {
  .hide-from-desktop {
    display: none;
  }
}

/* ############################################## */
/* TYPOGRAPHY DEBUG FOR VERTICAL RHYTHM  ######## */
/* ############################################## */
.h1 {
  font-size: 40px;
  line-height: 1.2em;
  font-family: "azo-sans-web", sans-serif;
  font-weight: bold;
  text-transform: none;
  letter-spacing: 0.01em;
  color: #000000;
}
.h1:first-child {
  margin-top: 0;
}

.h2 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 34px;
  line-height: 1.7em;
  font-family: "azo-sans-web", sans-serif;
  color: #000000;
}
@media (max-width: 958px) {
  .h2 {
    font-size: 26px;
  }
}
.h2--white {
  color: white;
}

.h3 {
  font-size: 34px;
  line-height: 1.2em;
  font-family: "azo-sans-web", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  color: #a31f34;
}
.h3:first-child {
  margin-top: 0;
}

.h4 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.7em;
  font-family: "azo-sans-web", sans-serif;
  color: #000000;
}
@media (max-width: 958px) {
  .h4 {
    font-size: 16px;
  }
}

.h5 {
  font-size: 20px;
  line-height: 1.2em;
  font-family: "azo-sans-web", sans-serif;
  font-weight: bold;
  text-transform: none;
  letter-spacing: 0.01em;
  color: #a31f34;
}
.h5:first-child {
  margin-top: 0;
}

.h6 {
  font-size: 17px;
  line-height: 1.2em;
  font-family: "azo-sans-web", sans-serif;
  font-weight: bold;
  text-transform: none;
  letter-spacing: 0.01em;
  color: #a31f34;
}
.h6:first-child {
  margin-top: 0;
}

.intro-text,
.field-name-field-intro-text {
  font-size: 24px;
  line-height: 1.7em;
  font-family: "Times New Roman", Times, serif;
  margin-bottom: 1.36em;
  max-width: none;
}
.intro-text + p:not(.intro-text), .intro-text + ul, .intro-text + ol, .intro-text + img,
.field-name-field-intro-text + p:not(.intro-text),
.field-name-field-intro-text + ul,
.field-name-field-intro-text + ol,
.field-name-field-intro-text + img {
  border-top: 1px solid #ebebeb;
  padding-top: 1.7em;
}
.intro-text.intro-text--line,
.field-name-field-intro-text.intro-text--line {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 1.7em;
}

.field-name-field-intro-text {
  margin-bottom: 0;
}

.is-section, .node-type-resource #content-top .block-sharethis, .node-type-web-story #content-top .block-sharethis {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 959px) {
  .is-section, .node-type-resource #content-top .block-sharethis, .node-type-web-story #content-top .block-sharethis {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .is-section, .node-type-resource #content-top .block-sharethis, .node-type-web-story #content-top .block-sharethis {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

.is-section--small, .is-section--where-we-work {
  padding-top: 40px;
  padding-bottom: 40px;
}

.is-section--header,
.is-section--content-top,
.is-section--share {
  padding-top: 0;
  padding-bottom: 0;
}

.container, .node-type-event .region-content-top, .node-type-resource #content-top .block-sharethis .content, .node-type-web-story #content-top .block-sharethis .content {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.container:after, .node-type-event .region-content-top:after, .node-type-resource #content-top .block-sharethis .content:after, .node-type-web-story #content-top .block-sharethis .content:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 640px) {
  .container, .node-type-event .region-content-top, .node-type-resource #content-top .block-sharethis .content, .node-type-web-story #content-top .block-sharethis .content {
    max-width: 1200px;
  }
}

@media (min-width: 640px) {
  .one-sidebar.sidebar-first #content {
    width: 66.10169%;
    float: left;
    margin-right: 1.69492%;
    padding-right: 1.69492%;
    border-right: 1px solid #ebebeb;
  }
  .one-sidebar.sidebar-first #sidebar-first {
    width: 32.20339%;
    float: right;
    margin-right: 0;
  }
}

#main-wrapper {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}

.page-title {
  background: #0c223f;
  padding-top: 50px;
  padding-bottom: 10px;
}
@media (min-width: 959px) {
  .page-title {
    padding-top: 70px;
  }
}

.page-title__title {
  font-size: 34px;
  line-height: 1;
  color: white;
  font-weight: bold;
  font-family: "Times New Roman", Times, serif;
  font-weight: normal;
}
@media (min-width: 959px) {
  .page-title__title {
    font-size: 46px;
  }
}

.page-breadcrumbs {
  background: #0c223f;
  padding-top: 0;
  padding-bottom: 30px;
}
@media (max-width: 958px) {
  .page-breadcrumbs {
    padding-bottom: 20px;
  }
}

.page-content {
  padding-bottom: 70px;
}
@media (max-width: 958px) {
  .page-content {
    padding-bottom: 40px;
  }
}

.page-content__header {
  padding-top: 70px;
}
@media (max-width: 958px) {
  .page-content__header {
    padding-top: 40px;
  }
}

@media (max-width: 958px) {
  .page-content__header--image {
    padding-top: 0;
  }
}
@media (max-width: 1199px) {
  .page-content__header--image {
    padding-top: 0;
    margin-left: -20px;
    margin-right: -20px;
  }
}

.page-content__header--introduction + .page-content__header--image {
  padding-top: 70px;
}
@media (max-width: 1199px) {
  .page-content__header--introduction + .page-content__header--image {
    padding-top: 40px;
  }
}

.page-content__header--map {
  padding-top: 0;
}

.page-content__body {
  margin-top: 70px;
}
@media (max-width: 958px) {
  .page-content__body {
    margin-top: 40px;
  }
}

.page-content__body .field-name-field-intro-text + .field-name-field-image {
  padding-top: 70px;
}
@media (max-width: 958px) {
  .page-content__body .field-name-field-intro-text + .field-name-field-image {
    padding-top: 40px;
  }
}
.page-content__body .field-name-field-image + .field-name-body {
  margin-top: 70px;
}
@media (max-width: 958px) {
  .page-content__body .field-name-field-image + .field-name-body {
    margin-top: 40px;
  }
}

.is-section--ways-to-support {
  background-color: #ebebeb;
}
@media (min-width: 959px) {
  .is-section--ways-to-support {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.is-section--home-intro {
  background-color: #c8dae8;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 958px) {
  .is-section--home-intro {
    padding-left: 0;
    padding-right: 0;
  }
}

.is-section--slider {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 639px) {
  .is-section--slider {
    background-color: #f7f7f7;
  }
}
@media (max-width: 958px) {
  .is-section--slider {
    padding-bottom: 0;
    border-top: 3px solid black;
  }
}
@media (min-width: 959px) {
  .is-section--slider {
    padding-left: 55px;
    padding-right: 55px;
  }
}

@media (max-width: 1199px) {
  .is-section--what-we-do {
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .is-section--what-we-do {
    background-color: #f7f7f7;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
  }
}

.is-section--updates {
  background-color: #e3e3e3;
}

.is-section--where-we-work {
  background-color: #a31f34;
  color: white;
}

.is-section--footer {
  background-color: #0c223f;
  color: #e6f1f7;
}

/* Animated throbber */
html.js input.form-autocomplete {
  background-position: 100% 23px;
  /* LTR */
}

html.js input.throbbing {
  background-position: 100% -18px;
  /* LTR */
}

#page > ul.action-links,
div.tabs {
  position: fixed;
  top: 200px;
  left: 0px;
  z-index: 100;
  padding: 5px 0px;
}
#page > ul.action-links li,
div.tabs li {
  margin: 0;
}
#page > ul.action-links ul.primary,
div.tabs ul.primary {
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  margin: 0px;
  padding: 0px 8px;
}
#page > ul.action-links ul.primary li,
div.tabs ul.primary li {
  display: block;
}
#page > ul.action-links ul.primary li a,
div.tabs ul.primary li a {
  color: #FFF !important;
}
#page > ul.action-links ul.secondary,
div.tabs ul.secondary {
  background-color: rgba(0, 0, 0, 0.6);
  margin: 0px;
  padding: 0px 5px;
  font-size: 14px;
}
#page > ul.action-links ul.secondary li,
div.tabs ul.secondary li {
  display: block;
}
#page > ul.action-links ul.secondary li a,
div.tabs ul.secondary li a {
  color: #FFF !important;
}

#page > ul.action-links {
  right: 0;
  left: auto;
  display: block;
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  margin: 0px;
  padding: 0px 8px;
}
#page > ul.action-links li {
  display: block;
}
#page > ul.action-links li a {
  color: #FFF !important;
}

#page > ul.action-links,
div.tabs {
  display: none;
}
@media (min-width: 959px) {
  #page > ul.action-links,
  div.tabs {
    display: block;
  }
}

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

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

  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;
  }

  blockquote {
    font-size: 1.1em;
    padding: 10px;
    margin: 10px 0;
  }

  p.intro-text {
    font-size: 1.1em !important;
  }
  p.intro-text a {
    font-size: 0.8em !important;
  }

  #breadcrumb {
    padding: 0;
    display: none !important;
  }

  #footer-wrapper,
  #content-bottom,
  #sidebar-first,
  #block-fieldblock-node-web-story-default-field-image,
  #block-fieldblock-node-program-default-field-image,
  .flippy,
  .sharethis-wrapper,
  #main-wrapper img,
  #block-fieldblock-taxonomy-term-country-taxonomy-term-details-field-image,
  .region-header {
    display: none !important;
  }

  #header #logo a img {
    width: 100px !important;
    height: auto !important;
  }
}
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

#colorbox {
  overflow: scroll !important;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

/* #cboxContent{position:relative; padding-top: 20px;} */
#cboxContent {
  position: relative;
  padding-top: 0px;
}

#colorbox.promovideo #cboxContent {
  background: #000000;
}

#colorbox.addtocart iframe {
  background: #fff;
}

#cboxClose {
  position: absolute;
  top: 0px;
  right: 10px;
  float: none;
  font-weight: bold;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
  padding: 0px 45px;
  float: none !important;
}

#cboxTitle p {
  padding: 20px 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

#cboxOverlay {
  background: #000000;
  background: rgba(0, 0, 0, 0.7);
}

#colorbox {
  outline: 0;
  background: white;
}

#cboxTopLeft {
  display: none;
}

#cboxTopRight {
  display: none;
}

#cboxBottomLeft {
  display: none;
}

#cboxBottomRight {
  display: none;
}

#cboxMiddleLeft {
  display: none;
}

#cboxMiddleRight {
  display: none;
}

#cboxTopCenter {
  display: none;
}

#cboxBottomCenter {
  display: none;
}

/* #cboxContent{background:transparent; overflow:hidden; border: 8px solid rgba(0, 0, 0, 0.3)} */
/* #cboxContent{overflow:hidden; border: 8px solid #B2B2B2;} */
#cboxContent {
  overflow: hidden;
  border: 0;
}

.cboxIframe {
  background: #000;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxTitle {
  display: block;
}

#cboxCurrent {
  display: none !important;
}

#cboxLoadingOverlay {
  display: none;
}

#cboxLoadingGraphic {
  display: none;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}

#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("../images/arrows-carousel-alt.png") no-repeat top left;
  width: 31px;
  height: 112px;
  text-indent: -9999px;
  top: 50%;
  margin-top: -56px;
  margin-left: -31px;
  font-size: 0px;
}

#cboxNext {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("../images/arrows-carousel-alt.png") no-repeat top right;
  width: 31px;
  height: 112px;
  text-indent: -9999px;
  top: 50%;
  margin-top: -56px;
  margin-left: -31px;
}

#cboxClose {
  display: none;
}

#cboxClose:hover {
  display: none;
}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

@media (min-width: 1070px) {
  .grid_p1_t1_d2 .entity {
    width: 48.5%;
    float: left;
  }
  .grid_p1_t1_d2 .entity:nth-child(n) {
    margin-bottom: 1%;
    margin-right: 3%;
  }
  .grid_p1_t1_d2 .entity:nth-child(2n) {
    margin-right: 0;
  }
}
.grid_p1_t1_d2 .entity .entity {
  float: none;
  width: 100%;
}
@media (min-width: 1070px) {
  .grid_p1_t1_d2 .entity.full-width {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    float: none;
  }
}

.field-name-field-body h1, .field-name-field-body h2, .field-name-field-body .h1, .field-name-field-body .h2, .field-name-body h1, .field-name-body h2, .field-name-body .h1, .field-name-body .h2 {
  font-weight: bold;
  text-transform: none;
  font-size: 30px;
  line-height: 1.7em;
  font-family: "azo-sans-web", sans-serif;
  margin-top: 2em;
  margin-bottom: 1em;
  color: #404041;
}
@media (max-width: 958px) {
  .field-name-field-body h1, .field-name-field-body h2, .field-name-field-body .h1, .field-name-field-body .h2, .field-name-body h1, .field-name-body h2, .field-name-body .h1, .field-name-body .h2 {
    font-size: 26px;
  }
}
.field-name-field-body h1 + h3, .field-name-field-body h1 + .h3, .field-name-field-body h2 + h3, .field-name-field-body h2 + .h3, .field-name-field-body .h1 + h3, .field-name-field-body .h1 + .h3, .field-name-field-body .h2 + h3, .field-name-field-body .h2 + .h3, .field-name-body h1 + h3, .field-name-body h1 + .h3, .field-name-body h2 + h3, .field-name-body h2 + .h3, .field-name-body .h1 + h3, .field-name-body .h1 + .h3, .field-name-body .h2 + h3, .field-name-body .h2 + .h3 {
  margin-top: 1em;
}
.field-name-field-body h3, .field-name-field-body .h3, .field-name-body h3, .field-name-body .h3 {
  font-size: 30px;
  line-height: 1.2em;
  font-family: "azo-sans-web", sans-serif;
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0.01em;
  color: #a31f34;
  margin-top: 2em;
  margin-bottom: 0.5em;
}
.field-name-field-body h3:first-child, .field-name-field-body .h3:first-child, .field-name-body h3:first-child, .field-name-body .h3:first-child {
  margin-top: 0;
}
.field-name-field-body h4, .field-name-field-body .h4, .field-name-body h4, .field-name-body .h4 {
  font-weight: normal;
  text-transform: none;
  font-size: 24px;
  line-height: 1.7em;
  font-family: "azo-sans-web", sans-serif;
  margin-top: 2em;
  margin-bottom: 0.5em;
  color: #24408e;
}
@media (max-width: 958px) {
  .field-name-field-body h4, .field-name-field-body .h4, .field-name-body h4, .field-name-body .h4 {
    font-size: 16px;
  }
}
.field-name-field-body h5, .field-name-field-body .h5, .field-name-body h5, .field-name-body .h5 {
  font-size: 20px;
  line-height: 1.2em;
  font-family: "azo-sans-web", sans-serif;
  font-weight: bold;
  text-transform: none;
  letter-spacing: 0.01em;
  color: #000000;
  margin-top: 2em;
  margin-bottom: 0.5em;
}
.field-name-field-body h5:first-child, .field-name-field-body .h5:first-child, .field-name-body h5:first-child, .field-name-body .h5:first-child {
  margin-top: 0;
}
.field-name-field-body h6, .field-name-field-body .h6, .field-name-body h6, .field-name-body .h6 {
  font-size: 17px;
  line-height: 1.2em;
  font-family: "azo-sans-web", sans-serif;
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0.01em;
  color: #a31f34;
  margin-top: 2em;
  margin-bottom: 0.5em;
}
.field-name-field-body h6:first-child, .field-name-field-body .h6:first-child, .field-name-body h6:first-child, .field-name-body .h6:first-child {
  margin-top: 0;
}
.field-name-field-body h1 a, .field-name-field-body h2 a, .field-name-field-body h3 a, .field-name-field-body h4 a, .field-name-field-body h5 a, .field-name-field-body h6 a, .field-name-body h1 a, .field-name-body h2 a, .field-name-body h3 a, .field-name-body h4 a, .field-name-body h5 a, .field-name-body h6 a {
  text-transform: none;
}
.field-name-field-body hr, .field-name-body hr {
  margin-top: 1em;
  margin-bottom: 1em;
  border-color: #ebebeb;
}
.field-name-field-body .type-label, .field-name-body .type-label {
  color: #58585b;
  font-size: 15px;
  text-transform: uppercase;
  font-family: "azo-sans-web", sans-serif;
}
.field-name-field-body .views-field-title, .field-name-body .views-field-title {
  color: #24408e;
}
.field-name-field-body .text-red, .field-name-body .text-red {
  color: #a31f34;
}

@media (min-width: 959px) {
  .narrow {
    padding-left: 120px;
    padding-right: 120px;
  }
}

.field-name-field-date.field-type-datetime {
  text-transform: uppercase;
  color: #7ba0c3;
  font-family: "azo-sans-web", sans-serif;
  font-size: 14px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  line-height: 3em;
}

.sidebar .block {
  margin-bottom: 40px;
}
.sidebar .block h2 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.7em;
  font-family: "azo-sans-web", sans-serif;
  color: #000000;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
}
@media (max-width: 958px) {
  .sidebar .block h2 {
    font-size: 16px;
  }
}

.ways-to-support .content {
  position: relative;
  font-size: 24px;
  line-height: 1.5;
}
@media (min-width: 640px) {
  .ways-to-support .content {
    padding: 0 30% 0 0;
  }
}
.ways-to-support .content .large {
  font-size: 24px;
  line-height: 1.7em;
  font-family: "Times New Roman", Times, serif;
  margin-top: 1.36em;
  margin-bottom: 1.36em;
  color: #58585b;
}
@media (min-width: 640px) {
  .ways-to-support .content .button, .ways-to-support .content .page-country .learn-more-about a, .page-country .learn-more-about .ways-to-support .content a {
    position: absolute;
    right: 0;
    top: 25%;
  }
}
body.front .ways-to-support .content {
  min-height: 115px;
  color: #4F4F4F;
  padding: 40px 20px 60px;
}
body.front .ways-to-support .content p {
  font-size: 16px;
  text-align: left;
}
body.front .ways-to-support .content .side {
  padding: 0;
  line-height: 1;
  text-align: center;
}
body.front .ways-to-support .content .side .button, body.front .ways-to-support .content .side .page-country .learn-more-about a, .page-country .learn-more-about body.front .ways-to-support .content .side a {
  font-family: "azo-sans-web", sans-serif;
  position: static;
  right: auto;
  top: auto;
  padding: 10px;
  font-size: 14px;
  width: 114px;
  height: 28px;
}
@media (min-width: 959px) {
  body.front .ways-to-support .content {
    text-align: left;
    padding: 20px 360px 10px 20px;
  }
  body.front .ways-to-support .content p {
    margin: 0 0 1em 0;
    font-size: 22px;
  }
  body.front .ways-to-support .content .side {
    padding: 20px 60px 0 0;
    width: 250px;
    position: absolute;
    top: 0;
    right: 0;
    width: 312px;
    text-align: left;
  }
  body.front .ways-to-support .content .side .button, body.front .ways-to-support .content .side .page-country .learn-more-about a, .page-country .learn-more-about body.front .ways-to-support .content .side a {
    position: static;
    right: auto;
    top: auto;
    padding: 10px;
    font-size: 14px;
    width: 230px;
    height: 53px;
  }
}
@media (min-width: 1070px) {
  body.front .ways-to-support .content .side {
    padding: 20px 110px 0 0;
  }
}

.field-type-image .field-item {
  position: relative;
  overflow: hidden;
}
.field-type-image .field-item .img-caption {
  display: block;
  width: 100%;
  background: rgba(64, 64, 64, 0.85);
  color: #FFF;
  padding: 10px 20px;
  font-size: 15px;
}
@media (min-width: 959px) {
  .field-type-image .field-item .img-caption {
    position: absolute;
    bottom: 6px;
    left: 0;
  }
}

.view-id-highlights .highlights-list {
  font-size: 18px;
  font-family: "Times New Roman", Times, serif;
  color: #24408e;
  margin: 1em 0;
}
.view-id-highlights .highlights-list .tag, .view-id-highlights .highlights-list .date, .view-id-highlights .highlights-list .byline, .view-id-highlights .highlights-list .press-release a {
  color: #58585b;
  font-size: 14px;
  font-family: "azo-sans-web", sans-serif;
  margin: 4px 0;
  display: inline-block;
}
.view-id-highlights .highlights-list li {
  list-style: none;
  margin: 0 0 15px 0;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.view-id-highlights .highlights-list li:last-child {
  border-bottom: none;
}
.view-id-highlights .highlights-list .field-content > a {
  font-weight: bold;
}
.view-id-highlights .highlights-list h4.title {
  font-size: 20px;
  line-height: 1.4;
}

.view-display-id-image_gallery_block .item-list ul {
  margin: 0;
  padding: 0;
}
.view-display-id-image_gallery_block .item-list ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 30%;
  float: left;
  text-align: center;
}
.view-display-id-image_gallery_block .item-list ul li:nth-child(n) {
  margin-bottom: 5%;
  margin-right: 5%;
}
.view-display-id-image_gallery_block .item-list ul li:nth-child(3n) {
  margin-right: 0;
}
.view-display-id-image_gallery_block blockquote {
  display: none;
}

.sharethis-wrapper span {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  border-bottom: 0;
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  float: left;
  margin: 0 5px 5px 5px;
}
.sharethis-wrapper span {
  font-family: "iri" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "m";
  padding: 6px;
  color: #FFF;
  font-size: 18px;
  background: #061326;
  border-radius: 30px;
  text-indent: 0;
}
.sharethis-wrapper span:hover {
  background-color: #a31f34;
  text-decoration: none;
}
.sharethis-wrapper span.st_twitter_custom:before, .sharethis-wrapper span.twitter:before {
  content: "m";
}
.sharethis-wrapper span.st_facebook_custom:before, .sharethis-wrapper span.facebook:before {
  content: "n";
}
.sharethis-wrapper span.st_youtube_custom:before, .sharethis-wrapper span.youtube:before {
  content: "o";
}
.sharethis-wrapper span.st_linkedin_custom:before, .sharethis-wrapper span.linkedin:before {
  content: "p";
}
.sharethis-wrapper span.st_instagram_custom:before, .sharethis-wrapper span.instagram:before {
  content: "r";
}
.sharethis-wrapper span.st_print_custom:before, .sharethis-wrapper span.print:before {
  content: "E";
}
.sharethis-wrapper span:hover {
  cursor: pointer;
}
.sharethis-wrapper span.st_print_custom {
  background-color: #B7B7B7;
  color: #061326;
}

.node .field-type-taxonomy-term-reference,
.node .field-name-field-ref-programs {
  font-family: "azo-sans-web", sans-serif;
  margin: 40px 0 40px 0;
  padding: 40px 0 40px 0;
  border-top: 1px solid #ebebeb;
}
.node .field-type-taxonomy-term-reference + .field-type-taxonomy-term-reference,
.node .field-name-field-ref-programs + .field-type-taxonomy-term-reference {
  margin-top: -80px;
  padding-top: 0;
  border-top: none;
  position: relative;
}
.node .field-type-taxonomy-term-reference .field-label,
.node .field-type-taxonomy-term-reference .field-items,
.node .field-type-taxonomy-term-reference .field-items .field-item,
.node .field-name-field-ref-programs .field-label,
.node .field-name-field-ref-programs .field-items,
.node .field-name-field-ref-programs .field-items .field-item {
  display: inline;
  font-weight: normal;
}
.node .field-type-taxonomy-term-reference .field-items .field-item:not(:last-child),
.node .field-name-field-ref-programs .field-items .field-item:not(:last-child) {
  margin-right: 0px;
}
.node .field-type-taxonomy-term-reference .field-items .field-item:not(:last-child):after,
.node .field-name-field-ref-programs .field-items .field-item:not(:last-child):after {
  content: ", ";
}

.social-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  background: #B7B7B7;
  z-index: 5;
  display: block;
}
.social-wrapper, .social-wrapper:before {
  width: 35px;
  height: 35px;
}
.social-wrapper:before {
  content: "l";
  font-size: 24px;
  text-align: center;
  color: #FFF;
  display: block;
  text-align: center;
  line-height: 1.4;
}
.social-wrapper .sharethis-wrapper {
  overflow: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 35px;
  background: #000;
  color: #B7B7B7;
  padding: 5px 0 0 0;
  width: 0;
  height: 35px;
  border: none;
  -moz-transition: all 0.425s ease-in-out;
  -o-transition: all 0.425s ease-in-out;
  -webkit-transition: all 0.425s ease-in-out;
  transition: all 0.425s ease-in-out;
}
.social-wrapper .sharethis-wrapper .st_print_custom {
  display: none;
  visibility: none;
}
.social-wrapper .sharethis-wrapper span {
  width: 25px;
  height: 25px;
  padding: 5px;
  font-size: 15px;
  background: #656565;
  color: #000;
}
.social-wrapper .sharethis-wrapper span:hover {
  background: rgba(255, 255, 255, 0.8);
}
.social-wrapper:hover {
  cursor: pointer;
}
.social-wrapper.open .sharethis-wrapper {
  width: 106px;
  opacity: 1;
}

.search-form + h2 {
  color: #58585b;
  font-size: 15px;
  text-transform: uppercase;
  font-family: "azo-sans-web", sans-serif;
  margin-top: 30px;
  margin-bottom: 30px;
}

/* No files to import found in layout/* */
.accordion-toggle {
  display: block;
  width: 100%;
}

.accordion-content {
  display: none;
}
.accordion-content.open {
  display: block;
}
.no-js .accordion-content {
  display: block;
}

.accordion button {
  text-align: left;
}
.accordion > ul {
  list-style: none;
}
.accordion > ul > li {
  margin: 0;
}

.accordion-toggle {
  border-style: none;
  border-width: 0;
  cursor: pointer;
  line-height: normal;
  margin: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  padding: 0;
  background-color: transparent;
  border-color: transparent;
  color: inherit;
  font-family: inherit;
  font-weight: normal;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin: 0;
  background-color: white;
  padding: 20px 30px;
}
.accordion-toggle:hover, .accordion-toggle:focus {
  background-color: transparent;
}
.accordion-toggle:hover, .accordion-toggle:focus {
  background-color: #e6e7e8;
}

.accordion-item + .accordion-item {
  border-top: 1px solid #d1d2d4;
}

.accordion-content {
  background-color: #f1f1f2;
  padding: 20px 30px;
}
.open.accordion-content {
  border-top: 1px solid #d1d2d4;
}

.b_card_person .b-cell {
  margin-bottom: 35px;
}
@media (min-width: 959px) {
  .b_card_person .b-cell {
    padding-right: 15px;
  }
}
.b_card_person .b-cell h2 {
  font-family: "Times New Roman", Times, serif;
  font-size: 24px;
}
.b_card_person .b-cell .content {
  color: #58585b;
  font-size: 15px;
  text-transform: uppercase;
  font-family: "azo-sans-web", sans-serif;
}

#block-fieldblock-node-page-default-field-body-callout {
  background: #F8F8F8;
  padding: 0 20px 30px 20px;
}
@media (min-width: 959px) {
  #block-fieldblock-node-page-default-field-body-callout {
    padding: 0 20px 30px 20px;
  }
}
@media (min-width: 1200px) {
  #block-fieldblock-node-page-default-field-body-callout {
    padding: 0 0 30px 0;
  }
}
#block-fieldblock-node-page-default-field-body-callout h2 {
  text-align: center;
  color: #0e2748;
  padding: 70px 0 30px;
  margin: 0;
}
#block-fieldblock-node-page-default-field-body-callout .content {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
#block-fieldblock-node-page-default-field-body-callout .content:after {
  content: " ";
  display: block;
  clear: both;
}

#breadcrumb {
  font-size: 15px;
  line-height: 1.7em;
  font-family: "azo-sans-web", sans-serif;
}
#breadcrumb a,
#breadcrumb .breadcrumb-selected {
  color: #FFF;
  color: rgba(255, 255, 255, 0.85);
  text-shadow: none 2px 2px rgba(0, 0, 0, 0.4);
  border: none;
}
#breadcrumb span.breadcrumb-separator {
  padding: 0 .5rem;
  color: rgba(255, 255, 255, 0.3);
}
@media (max-width: 958px) {
  #breadcrumb {
    letter-spacing: 1px;
  }
}
#breadcrumb .section {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
#breadcrumb .section:after {
  content: " ";
  display: block;
  clear: both;
}

.button-blue {
  background-color: #0e2748;
  color: #fff;
  border: 0;
}
.button-blue:hover {
  background-color: #0e2748;
}

a.button-blue {
  color: #fff;
}

.view-display-id-event_mini_calendar_block {
  position: relative;
}
.view-display-id-event_mini_calendar_block * {
  font-family: "azo-sans-web", sans-serif;
}
.view-display-id-event_mini_calendar_block .view-header {
  background: #919191;
}
.view-display-id-event_mini_calendar_block .view-header, .view-display-id-event_mini_calendar_block .view-header a {
  color: #FFF;
}
.view-display-id-event_mini_calendar_block .view-header .date-nav-wrapper .date-nav {
  margin: 0;
  padding: 0;
}
.view-display-id-event_mini_calendar_block .view-header .pager {
  min-height: auto;
  margin: 0;
}
.view-display-id-event_mini_calendar_block .view-header .pager .date-prev,
.view-display-id-event_mini_calendar_block .view-header .pager .date-next {
  background: transparent;
  margin: 0;
  padding: 0;
  top: 10px;
}
.view-display-id-event_mini_calendar_block .view-header .pager .date-prev a,
.view-display-id-event_mini_calendar_block .view-header .pager .date-next a {
  font-size: 20px;
  color: #FFF;
}
.view-display-id-event_mini_calendar_block .view-header .pager .date-prev a:hover,
.view-display-id-event_mini_calendar_block .view-header .pager .date-next a:hover {
  background: none;
}
.view-display-id-event_mini_calendar_block .view-header .pager .date-prev {
  left: 20px;
}
.view-display-id-event_mini_calendar_block .view-header .pager .date-next {
  right: 20px;
}
.view-display-id-event_mini_calendar_block .view-header .date-heading h3 {
  line-height: 3rem;
  font-size: 18px;
  text-transform: uppercase;
}
.view-display-id-event_mini_calendar_block .view-header .date-heading h3 a {
  color: #FFF;
}
.view-display-id-event_mini_calendar_block .view-content .calendar-calendar {
  background: #B7B7B7;
  padding: 20px;
}
.view-display-id-event_mini_calendar_block .view-content .calendar-calendar table.mini, .view-display-id-event_mini_calendar_block .view-content .calendar-calendar table.mini td.empty, .view-display-id-event_mini_calendar_block .view-content .calendar-calendar table.mini td, .view-display-id-event_mini_calendar_block .view-content .calendar-calendar table.mini tr, .view-display-id-event_mini_calendar_block .view-content .calendar-calendar table.mini th {
  background: transparent;
  border: none;
  color: #FFF;
  text-align: center;
  font-size: 13px;
  line-height: 2.3;
}
.view-display-id-event_mini_calendar_block .view-content .calendar-calendar td .month, .view-display-id-event_mini_calendar_block .view-content .calendar-calendar th .month {
  color: #FFF;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  overflow: hidden;
  vertical-align: baseline;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
.view-display-id-event_mini_calendar_block .view-content .calendar-calendar .has-events .month,
.view-display-id-event_mini_calendar_block .view-content .calendar-calendar .today .month {
  background: #919191;
}
.view-display-id-event_mini_calendar_block .view-content .calendar-calendar .has-events .month a,
.view-display-id-event_mini_calendar_block .view-content .calendar-calendar .today .month a {
  color: #FFF;
  text-decoration: none;
}
.view-display-id-event_mini_calendar_block .view-content .calendar-calendar .has-events .month a:hover,
.view-display-id-event_mini_calendar_block .view-content .calendar-calendar .today .month a:hover {
  text-decoration: underline;
}
.view-display-id-event_mini_calendar_block .view-content .calendar-calendar .today .month {
  background: #FFF;
  color: #B7B7B7;
}
.view-display-id-event_mini_calendar_block .view-content .calendar-calendar .today .month a {
  color: #B7B7B7 !important;
}
.view-display-id-event_mini_calendar_block .view-footer .archives a {
  background: #a31f34;
  color: #FFF;
  padding: 10px 20px;
  display: block;
  text-align: center;
  margin: 40px 0;
  font-size: 14px;
}
.view-display-id-event_mini_calendar_block .view-footer .archives a:after {
  content: " >";
}
.view-display-id-event_mini_calendar_block .mini-day-on a.show-popup:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 22px 15px 22px;
  border-color: transparent transparent #9C9C9C transparent;
  position: absolute;
  margin-top: 34px;
  margin-left: -30px;
}
.view-display-id-event_mini_calendar_block .mini-day-on a.show-popup + .event-popup {
  display: block;
}
.view-display-id-event_mini_calendar_block .event-popup {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  background-color: #9C9C9C;
  margin-top: 20px;
  text-align: left;
  padding: 22px 22px 12px 22px;
}
.view-display-id-event_mini_calendar_block .event-popup__date {
  margin: 0;
  font-size: 18px;
  padding-bottom: 18px;
  text-transform: uppercase;
}
.view-display-id-event_mini_calendar_block .event-popup__event {
  border-top: 1px dotted #FFF;
  padding: 10px 0;
}
.view-display-id-event_mini_calendar_block .event-popup__event h4 {
  margin: 0;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 5px;
}
.view-display-id-event_mini_calendar_block .event-popup__event h4 a {
  color: #0D1C38 !important;
}

.block.current-opportunities {
  background: #F8F8F8;
  padding: 0 20px 50px 20px;
}
@media (min-width: 959px) {
  .block.current-opportunities {
    padding: 0 20px 100px 20px;
  }
}
@media (min-width: 1200px) {
  .block.current-opportunities {
    padding: 0 0 100px 0;
  }
}
.block.current-opportunities h2 {
  text-align: center;
  color: #0e2748;
  padding: 70px 0 30px;
  margin: 0;
}
.block.current-opportunities .content {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.block.current-opportunities .content:after {
  content: " ";
  display: block;
  clear: both;
}
.block.current-opportunities .content .view-content .view-grouping {
  overflow: hidden;
}
@media (min-width: 959px) {
  .block.current-opportunities .content .view-content .career-list {
    width: 50%;
    float: left;
  }
}
.block.current-opportunities .content .view-content .career-list h3 {
  color: #a31f34;
}
.block.current-opportunities .content .view-content .career-list ul {
  margin: 0;
  padding: 0;
}
.block.current-opportunities .content .view-content .career-list ul li {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}
.block.current-opportunities .content .view-content .career-list ul li a span {
  padding-right: 5px;
}
.block.current-opportunities .content .view-content .career-list ul li a span.title {
  color: #4F4F4F;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: .25px;
}
.block.current-opportunities .content .view-content .career-list ul li a span.country {
  padding-right: 12px;
}
.block.current-opportunities .content .view-content .career-list ul li a span.arrow:after {
  content: "N";
  vertical-align: middle;
}

.callout {
  padding: 1.5em;
  border: 1px solid #ebebeb;
  margin: 0.5em 0 2em 0;
}
.callout p:last-child, .callout ul:last-child {
  margin-bottom: 0;
}

@media (min-width: 959px) {
  #footer .footer-left {
    padding-left: 0;
  }
}

@media (min-width: 959px) {
  .footer-col {
    width: 31.42857%;
    float: left;
    margin-right: 2.85714%;
    position: relative;
  }
  .footer-col:last-child {
    width: 31.42857%;
    float: right;
    margin-right: 0;
  }
  .footer-col:before {
    content: "";
    position: absolute;
    left: -4.54545%;
    top: -15px;
    bottom: -15px;
    width: 1px;
    background: rgba(255, 255, 255, 0.15);
  }
  .footer-col:first-child:before {
    content: none;
  }
}
@media (max-width: 958px) {
  .footer-col + .footer-col {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
  }
}

.site-footer a:visited, .site-footer a:link {
  color: #81b7d7;
}
.site-footer a:visited {
  color: #81b7d7;
}
.site-footer a:hover {
  color: #4796c5;
}

.site-footer__copyright p {
  font-size: 14px;
  margin: 0;
}

.site-footer__logo {
  background-image: url("../images/global/logo--footer.png");
  background-repeat: no-repeat;
  width: 168px;
  height: 100px;
  margin-bottom: 10px;
  margin-top: -10px;
}

.site-footer__menu {
  font-size: 17px;
  font-family: "azo-sans-web", sans-serif;
  line-height: 1.7em;
}
.site-footer__menu .leaf {
  margin: 0;
}
.site-footer__menu a {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  display: block;
  padding: 5px 0;
}
.site-footer__menu .leaf > a {
  color: #e6f1f7;
}
.site-footer__menu .leaf > a:hover {
  color: #acd1e4;
}
.site-footer__menu .leaf > a:after {
  content: "g";
  font-family: "iri" !important;
  text-rendering: geometricPrecision;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-variant: normal !important;
  line-height: 1;
  font-size: 110%;
  vertical-align: -0.2em;
  color: #FF9436;
}

#block-menu-menu-footer-social-media h2 {
  text-transform: uppercase;
  margin-bottom: 7.5px;
}
#block-menu-menu-footer-social-media .menu li {
  display: inline-block;
  margin: 0;
  margin-right: 5px;
  max-width: 30px;
  position: relative;
}
#block-menu-menu-footer-social-media .menu li a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-bottom: 0;
  display: block;
}
#block-menu-menu-footer-social-media .menu li a:before {
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  transition: color 0.2s;
  font-family: "icomoon" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #e6f1f7;
  text-indent: 0;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 200%;
  display: block;
}
#block-menu-menu-footer-social-media .menu li a:hover:before {
  color: #81b7d7;
}
#block-menu-menu-footer-social-media .menu li a.twitter:before {
  content: "\e606";
}
#block-menu-menu-footer-social-media .menu li a.facebook:before {
  content: "\e600";
}
#block-menu-menu-footer-social-media .menu li a.youtube:before {
  content: "\e608";
}
#block-menu-menu-footer-social-media .menu li a.linkedin:before {
  content: "\e602";
}
#block-menu-menu-footer-social-media .menu li a.instagram:before {
  content: "\e601";
}

.site-header {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  background-image: url("../images/global/bg-radial-horizontal-gray.png");
  background-repeat: no-repeat;
}
.site-header li {
  margin: 0;
  padding: 0;
}
@media (max-width: 958px) {
  .site-header {
    position: relative;
    background-size: 500px;
    background-position: left 10%;
  }
}
@media (min-width: 959px) {
  .site-header {
    background-position: 30% top;
  }
}

#logo {
  position: relative;
}

.site-header__logo a {
  display: inline-block;
}
@media (max-width: 958px) {
  .site-header__logo {
    height: 60px;
  }
}
@media (min-width: 959px) {
  .site-header__logo {
    position: absolute;
  }
}
.site-header__logo img {
  display: block;
}
@media (min-width: 959px) {
  .site-header__logo img {
    margin-top: 25px;
    width: 196px;
    height: 53px;
  }
}
@media (max-width: 958px) {
  .site-header__logo img {
    margin-top: 15px;
    width: 117.01493px;
    height: 31.64179px;
  }
}

.site-header__slogan {
  margin: 0;
  font-style: italic;
  font-family: "Times New Roman", Times, serif;
  font-size: 15px;
  text-transform: lowercase;
  margin-bottom: 15px;
}
@media (max-width: 958px) {
  .site-header__slogan {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .site-header__slogan.is-focusable:active, .site-header__slogan.is-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
  }
}

#block-menu-menu-utility-menu {
  font-size: 12px;
}
#block-menu-menu-utility-menu a {
  display: inline-block;
  padding: 10px 12px;
}
#block-menu-menu-utility-menu a:visited {
  color: #006eaf;
}
#block-menu-menu-utility-menu a:focus, #block-menu-menu-utility-menu a:hover {
  color: #a31f34;
}
#block-menu-menu-utility-menu .menu {
  position: static;
}

@media (min-width: 959px) {
  #block-menu-menu-utility-menu li {
    position: relative;
  }
  #block-menu-menu-utility-menu li:after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -2px;
    content: "";
    width: 1px;
    height: 12px;
    background-color: #808284;
  }
}
@media (max-width: 958px) {
  #block-menu-menu-utility-menu {
    display: block;
    position: relative;
    height: 65px;
  }
  #block-menu-menu-utility-menu li {
    position: relative;
  }
  #block-menu-menu-utility-menu li:first-child:after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -2px;
    content: "";
    width: 1px;
    height: 12px;
    background-color: #808284;
  }
  #block-menu-menu-utility-menu li:first-child a {
    padding-left: 0;
  }
  #block-menu-menu-utility-menu .menu {
    display: block;
    padding-top: 12px;
    padding-left: 20px;
    padding-right: 20px;
  }
  #block-menu-menu-utility-menu .menu a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.iri-search {
  z-index: 1;
  position: absolute;
  right: 0;
}
@media (min-width: 959px) {
  .iri-search {
    top: 48px;
  }
}
@media (max-width: 958px) {
  .iri-search {
    top: 133px;
    position: static;
  }
}

.iri-search__toggle {
  border-style: none;
  border-width: 0;
  cursor: pointer;
  line-height: normal;
  margin: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  padding: 0;
  background-color: transparent;
  border-color: transparent;
  color: inherit;
  font-family: inherit;
  font-weight: normal;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  position: absolute;
  right: 0;
  height: 48px;
  width: 48px;
  top: -48px;
}
.iri-search__toggle:hover, .iri-search__toggle:focus {
  background-color: transparent;
}
.iri-search__toggle:hover {
  background-color: #e3e3e3;
}
.iri-search__toggle:after {
  content: "Q";
  font-family: "iri" !important;
  text-rendering: geometricPrecision;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-variant: normal !important;
  line-height: 1;
  font-size: 110%;
  vertical-align: -0.2em;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #006eaf;
  position: absolute;
  font-size: 115%;
}
@media (max-width: 958px) {
  .iri-search__toggle {
    display: none;
  }
}
@media (min-width: 959px) {
  .iri-search__toggle:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -1px;
    content: "";
    width: 1px;
    height: 12px;
    background-color: #808284;
  }
}

.iri-search__content {
  display: none;
  position: relative;
}
.iri-search__content.open {
  display: block;
}
@media (min-width: 959px) {
  .iri-search__content {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMjAlIiBzdG9wLWNvbG9yPSIjZjVmNWY2Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZjFmMWYyIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #ffffff), color-stop(20%, #f5f5f6), color-stop(100%, #f1f1f2));
    background-image: -moz-linear-gradient(left, #ffffff, #f5f5f6 20%, #f1f1f2);
    background-image: -webkit-linear-gradient(left, #ffffff, #f5f5f6 20%, #f1f1f2);
    background-image: linear-gradient(to right, #ffffff, #f5f5f6 20%, #f1f1f2);
  }
}
@media (max-width: 958px) {
  .iri-search__content {
    display: block !important;
  }
}
.iri-search__content .search-form {
  padding: 15px;
  margin: 0;
}
@media (max-width: 958px) {
  .iri-search__content .search-form {
    padding-top: 0;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.iri-search__content .form-text {
  font-size: 14px;
  margin-bottom: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  max-width: 100%;
  text-overflow: ellipsis;
  height: 42px;
  padding-right: 80px;
}
.iri-search__content .form-text:focus {
  border-color: #9b9ea1;
}
@media (max-width: 958px) {
  .iri-search__content .form-text {
    width: 100%;
  }
}
.iri-search__content .form-submit {
  max-width: 70px;
  font-size: 14px;
  position: absolute;
  top: 15px;
  right: 20px;
  border: 1px;
  padding: 11px;
  margin: 0;
  border-radius: 0;
  height: 42px;
}
@media (min-width: 959px) {
  .iri-search__content .form-submit {
    right: 15px;
  }
}
@media (max-width: 958px) {
  .iri-search__content .form-submit {
    top: 0;
  }
}

@media (min-width: 959px) {
  .region-header {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMjAlIiBzdG9wLWNvbG9yPSIjZjVmNWY2Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZjFmMWYyIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #ffffff), color-stop(20%, #f5f5f6), color-stop(100%, #f1f1f2));
    background-image: -moz-linear-gradient(left, #ffffff, #f5f5f6 20%, #f1f1f2);
    background-image: -webkit-linear-gradient(left, #ffffff, #f5f5f6 20%, #f1f1f2);
    background-image: linear-gradient(to right, #ffffff, #f5f5f6 20%, #f1f1f2);
    padding-right: 63px;
  }
}

#block-menu-menu-header-social-and-support {
  position: relative;
}
.user-agent--safari #block-menu-menu-header-social-and-support .menu {
  top: 4px;
}
#block-menu-menu-header-social-and-support .menu {
  position: relative;
  top: 9px;
}
#block-menu-menu-header-social-and-support .menu > li {
  display: inline-block;
  width: 26px;
  height: 26px;
}
#block-menu-menu-header-social-and-support .menu > li > a {
  color: transparent;
  border: 0;
  text-indent: 9999px;
  display: inline-block;
  overflow: hidden;
  width: 26px;
  height: 26px;
}
#block-menu-menu-header-social-and-support .menu > li > a.youtube:before, #block-menu-menu-header-social-and-support .menu > li > a.twitter:before, #block-menu-menu-header-social-and-support .menu > li > a.facebook:before, #block-menu-menu-header-social-and-support .menu > li > a.linkedin:before, #block-menu-menu-header-social-and-support .menu > li > a.instagram:before {
  font-family: "icomoon" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #898b8e;
  font-size: 26px;
  float: left;
  text-indent: 0;
}
#block-menu-menu-header-social-and-support .menu > li > a.twitter:before {
  content: "\e606";
}
#block-menu-menu-header-social-and-support .menu > li > a.facebook:before {
  content: "\e600";
}
#block-menu-menu-header-social-and-support .menu > li > a.youtube:before {
  content: "\e608";
}
#block-menu-menu-header-social-and-support .menu > li > a.linkedin:before {
  content: "\e602";
}
#block-menu-menu-header-social-and-support .menu > li > a.instagram:before {
  content: "\e601";
}
#block-menu-menu-header-social-and-support .menu > li > a:focus:before, #block-menu-menu-header-social-and-support .menu > li > a:hover:before {
  color: #5e6062;
}
@media (max-width: 958px) {
  #block-menu-menu-header-social-and-support {
    height: 48px;
    background-color: #f1f1f2;
    padding-left: 14px;
    display: none;
  }
}

.menu-main {
  background: #76A2C6;
  border-top: 2px solid #c1d5e5;
}

.main-menu__wrap {
  margin-left: -20px;
  margin-right: -20px;
}

.menu-main__acc-toggle {
  border-style: none;
  border-width: 0;
  cursor: pointer;
  line-height: normal;
  margin: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  padding: 0;
  background-color: transparent;
  border-color: transparent;
  color: inherit;
  font-family: inherit;
  font-weight: normal;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 43px;
  color: transparent !important;
  font-size: 1px;
  letter-spacing: -1px;
}
.menu-main__acc-toggle:hover, .menu-main__acc-toggle:focus {
  background-color: transparent;
}
.menu-main__acc-toggle:before {
  content: "+";
  left: 0;
  color: white;
  font-size: 26px;
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
}
.menu-main__acc-toggle.open {
  color: transparent !important;
}
.menu-main__acc-toggle.open:before {
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
  content: "\2212";
}
@media (min-width: 959px) {
  .menu-main__acc-toggle {
    display: none;
  }
}

.menu-main__focus-toggle {
  border-style: none;
  border-width: 0;
  cursor: pointer;
  line-height: normal;
  margin: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  padding: 0;
  background-color: transparent;
  border-color: transparent;
  color: inherit;
  font-family: inherit;
  font-weight: normal;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 24px;
  height: 24px;
  position: relative;
  vertical-align: bottom;
  color: transparent;
  font-size: 1px;
  letter-spacing: -1px;
}
.menu-main__focus-toggle:hover, .menu-main__focus-toggle:focus {
  background-color: transparent;
}
.menu-main__focus-toggle:focus:before {
  color: #0c223f;
}
.menu-main__focus-toggle:before {
  position: absolute;
  content: "u";
  font-family: "iri" !important;
  text-rendering: geometricPrecision;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-variant: normal !important;
  line-height: 1;
  font-size: 110%;
  vertical-align: -0.2em;
  left: 2px;
  color: white;
  font-size: 17px;
  top: -2px;
}
@media (max-width: 958px) {
  .menu-main__focus-toggle {
    display: none;
  }
}

.active-trail .menu-main__focus-toggle:focus:before {
  color: white;
}

.main-menu__toggle {
  border-style: none;
  border-width: 0;
  cursor: pointer;
  line-height: normal;
  margin: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  padding: 0;
  background-color: transparent;
  border-color: transparent;
  color: inherit;
  font-family: inherit;
  font-weight: normal;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 60px;
  height: 60px;
  background-color: #f1f1f2 !important;
  position: relative;
}
.main-menu__toggle:hover, .main-menu__toggle:focus {
  background-color: transparent;
}
@media (min-width: 959px) {
  .main-menu__toggle {
    display: none;
  }
}
@media (max-width: 958px) {
  .main-menu__toggle {
    position: absolute;
    top: 0;
    right: 0;
  }
}

.main-menu__hamburger {
  width: 23px;
  display: block;
  position: absolute;
  height: 3px;
  background: #404041;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.main-menu__hamburger:after, .main-menu__hamburger:before {
  content: "";
  position: absolute;
  width: 23px;
  height: 3px;
  background-color: #404041;
  left: 0;
}
.main-menu__hamburger:after {
  top: 6px;
}
.main-menu__hamburger:before {
  bottom: 6px;
}

.main-menu__toggle.open .main-menu__hamburger {
  height: 0;
  -webkit-transition: transform 0.2s;
  -moz-transition: transform 0.2s;
  -ms-transition: transform 0.2s;
  transition: transform 0.2s;
}
.main-menu__toggle.open .main-menu__hamburger:after, .main-menu__toggle.open .main-menu__hamburger:before {
  -webkit-transition: transform 0.2s;
  -moz-transition: transform 0.2s;
  -ms-transition: transform 0.2s;
  transition: transform 0.2s;
  top: 0;
}
.main-menu__toggle.open .main-menu__hamburger:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.main-menu__toggle.open .main-menu__hamburger:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.main-menu__content {
  display: none;
}
.main-menu__content.open {
  display: block;
}
@media (min-width: 959px) {
  .main-menu__content {
    display: block !important;
  }
}
@media (max-width: 958px) {
  .main-menu__content {
    padding-bottom: 133px;
  }
}
.main-menu__content.is-animating .site-header__extra {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.main-menu__content.is-animating .site-header__extra.is-focusable:active, .main-menu__content.is-animating .site-header__extra.is-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.main-menu__toggle {
  border-style: none;
  border-width: 0;
  cursor: pointer;
  line-height: normal;
  margin: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  padding: 0;
  background-color: transparent;
  border-color: transparent;
  color: inherit;
  font-family: inherit;
  font-weight: normal;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.main-menu__toggle:hover, .main-menu__toggle:focus {
  background-color: transparent;
}
@media (min-width: 959px) {
  .main-menu__toggle {
    display: none;
  }
}

@media (min-width: 959px) {
  .site-header__extra {
    min-height: 120px;
    position: relative;
    float: right;
  }
}
@media (max-width: 958px) {
  .site-header__extra {
    background: #dde8f1;
    border-bottom: 3px solid #0c223f;
  }
}

@media (min-width: 959px) {
  .region-header {
    position: relative;
    text-align: right;
  }
  .region-header:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
  }

  #block-menu-menu-utility-menu {
    display: inline-block;
  }

  #block-menu-menu-header-social-and-support {
    margin-left: 8px;
    display: inline-block;
  }
  #block-menu-menu-header-social-and-support .content,
  #block-menu-menu-header-social-and-support .menu {
    display: inline-block;
  }
}
@media (max-width: 958px) {
  .site-header__extra {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 133px;
  }
}
#block-system-main-menu > div > .menu > li {
  -webkit-transition: none 0.2s;
  -moz-transition: none 0.2s;
  -ms-transition: none 0.2s;
  transition: none 0.2s;
}
@media (min-width: 959px) {
  #block-system-main-menu > div > .menu > li.active-trail {
    background: #0c223f;
  }
}
#block-system-main-menu > div > .menu > li.active-trail > a:hover {
  background: #dde8f1;
}
#block-system-main-menu > div > .menu > li.active-trail:hover > a {
  background: #dde8f1;
}
@media (max-width: 958px) {
  #block-system-main-menu > div > .menu > li.active-trail:hover > a {
    background: #76A2C6;
  }
}
#block-system-main-menu > div > .menu > li > a {
  -webkit-transition: none 0.2s;
  -moz-transition: none 0.2s;
  -ms-transition: none 0.2s;
  transition: none 0.2s;
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
  padding: 10px 15px;
}
@media (min-width: 959px) {
  #block-system-main-menu > div > .menu > li > a:focus {
    background: #dde8f1;
    color: #0c223f;
  }
}
@media (min-width: 959px) {
  #block-system-main-menu > div > .menu > li:hover > a {
    background: #dde8f1;
    color: #0c223f;
  }
  #block-system-main-menu > div > .menu > li:hover .menu-main__focus-toggle:before {
    color: #0c223f;
  }
}
@media (max-width: 958px) {
  #block-system-main-menu > div > .menu li.last.expanded.active-trail.open:after,
  #block-system-main-menu > div > .menu li.last.expanded .menu.open:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 20px;
    height: 2px;
    width: 30px;
    background-color: #adc7dd;
  }
}
#block-system-main-menu > div > .menu .menu {
  background-color: #dde8f1;
}
@media (min-width: 959px) {
  #block-system-main-menu > div > .menu .menu {
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  }
}
#block-system-main-menu > div > .menu .menu > li.active-trail a, #block-system-main-menu > div > .menu .menu > li:hover a {
  color: #a31f34;
}
#block-system-main-menu > div > .menu .menu a {
  padding: 10px 15px;
  color: #3c4862;
  display: block;
  font-size: 12px;
  line-height: 1.3em;
}
@media (max-width: 958px) {
  #block-system-main-menu > div > .menu > li {
    display: block;
    position: relative;
  }
  #block-system-main-menu > div > .menu > li > a {
    padding-left: 20px;
    padding-right: 60px;
  }
  #block-system-main-menu > div > .menu .menu {
    padding-top: 15px;
    padding-bottom: 15px;
    display: none;
  }
  #block-system-main-menu > div > .menu .menu a {
    padding: 8px 20px;
  }
  #block-system-main-menu > div > .menu .menu.open {
    display: block;
  }
  #block-system-main-menu > div > .menu .active-trail .menu {
    display: block;
  }
}
@media (min-width: 959px) {
  #block-system-main-menu > div > .menu:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
  }
  #block-system-main-menu > div > .menu > li {
    position: relative;
    float: left;
    margin-right: 5%;
  }
  #block-system-main-menu > div > .menu > li:first-child a {
    padding-left: 20px;
  }
  #block-system-main-menu > div > .menu > li:last-child {
    margin-right: 0;
  }
  #block-system-main-menu > div > .menu > li .menu {
    display: none !important;
    position: absolute;
    left: 0;
    width: 250px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #block-system-main-menu > div > .menu > li .menu.open {
    display: block !important;
  }
  #block-system-main-menu > div > .menu > li:hover .menu {
    z-index: 1;
    display: block !important;
  }
}

#block-menu-menu-utility-menu .contextual-links-wrapper,
#block-menu-menu-header-social-and-support .contextual-links-wrapper,
#block-custom-blocks-iri-all-search .contextual-links-wrapper {
  display: none !important;
}

#block-menu-menu-utility-menu.contextual-links-region,
#block-custom-blocks-iri-all-search.contextual-links-region {
  position: static;
}

.home-intro {
  padding: 30px 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  background-color: #76A2C6;
}
.home-intro:before {
  content: "";
  background-image: url("../images/global/bg-radial-horizontal.png");
  border-left: 1px solid #afb3b6;
  border-right: 1px solid #afb3b6;
  background-position: -50% 180%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.45;
}
@media (max-width: 1199px) {
  .home-intro {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 959px) {
  .home-intro {
    min-height: 555px;
  }
}
@media (max-width: 958px) {
  .home-intro {
    min-height: 443px;
  }
  .home-intro:before {
    background-position: -110px 320px;
  }
}
@media (min-width: 1200px) {
  .home-intro {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (min-width: 640px) {
  .home-intro {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media (max-width: 639px) {
  .home-intro {
    min-height: 355px;
    background-position-y: 50%;
  }
  .home-intro:before {
    background-position: -90px 270px;
    background-size: 600px;
  }
}
@media (max-width: 370px) {
  .home-intro {
    background-position-y: 0%;
  }
}

.home-intro__text {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 34px;
  line-height: 1.7em;
  font-family: "azo-sans-web", sans-serif;
  color: #000000;
  line-height: 1.2em;
  margin-bottom: 15px;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  max-width: 450px;
  color: white;
}
@media (max-width: 958px) {
  .home-intro__text {
    font-size: 26px;
  }
}
.home-intro__text > span {
  color: #f79321;
}

.node-type-landing-page .node .content h2.big-blue {
  color: #0e2748;
  text-align: center;
  margin: 0;
  padding: 40px 0;
}

.field-name-field-field-collec-callout-boxes {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}
.field-name-field-field-collec-callout-boxes > .field-items {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.field-name-field-field-collec-callout-boxes > .field-items:after {
  content: " ";
  display: block;
  clear: both;
}
.field-name-field-field-collec-callout-boxes > .field-items > .field-item {
  display: block;
  margin-bottom: 40px;
  position: relative;
}
@media (min-width: 959px) {
  .field-name-field-field-collec-callout-boxes > .field-items > .field-item {
    width: 31.42857%;
    float: left;
  }
  .field-name-field-field-collec-callout-boxes > .field-items > .field-item:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .field-name-field-field-collec-callout-boxes > .field-items > .field-item:nth-child(3n + 2) {
    margin-left: 34.28571%;
    margin-right: -100%;
    clear: none;
  }
  .field-name-field-field-collec-callout-boxes > .field-items > .field-item:nth-child(3n + 3) {
    margin-left: 68.57143%;
    margin-right: -100%;
    clear: none;
  }
}
.field-name-field-field-collec-callout-boxes .field-name-field-image {
  display: none;
}
.field-name-field-field-collec-callout-boxes .field-collection-item-field-field-collec-callout-boxes {
  background-repeat: no-repeat;
  background-size: cover;
}
.field-name-field-field-collec-callout-boxes .field-type-link-field > .field-items > .field-item {
  height: 153px;
}
.field-name-field-field-collec-callout-boxes .field-type-link-field a {
  display: block;
  font-weight: bold;
  text-align: center;
  padding: 60px 30px 30px 30px;
  width: 100%;
  height: 100%;
  color: #FFF;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  transition: background-color 0.5s;
  background-color: rgba(48, 85, 115, 0.65);
}
.field-name-field-field-collec-callout-boxes .field-type-link-field a:after {
  content: "e";
  font-family: "iri" !important;
  text-rendering: geometricPrecision;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-variant: normal !important;
  line-height: 1;
  font-size: 110%;
  vertical-align: -0.2em;
  padding-left: 3px;
}
.field-name-field-field-collec-callout-boxes .field-type-link-field a:hover, .field-name-field-field-collec-callout-boxes .field-type-link-field a:focus {
  text-decoration: none;
  background-color: rgba(48, 85, 115, 0.9);
}

ul.pager,
.item-list ul.pager {
  margin-top: 1em;
  margin-bottom: 1em;
}
ul.pager li,
.item-list ul.pager li {
  vertical-align: top;
  font-weight: bold;
  padding: 0;
  margin: 0;
  display: inline-block;
  line-height: 1;
  font-size: 20px;
  color: #656565;
  margin: 0;
}
ul.pager li, ul.pager li a,
.item-list ul.pager li,
.item-list ul.pager li a {
  padding: 0;
  font-family: "azo-sans-web", sans-serif;
  width: 26px;
  height: 26px;
  overflow: hidden;
  white-space: nowrap;
  line-height: 26px;
  font-size: 18px;
}
ul.pager a,
ul.pager li.pager-current,
.item-list ul.pager a,
.item-list ul.pager li.pager-current {
  color: #656565;
  display: inline-block;
}
ul.pager a,
.item-list ul.pager a {
  vertical-align: top;
}
ul.pager a:hover, ul.pager a:active,
.item-list ul.pager a:hover,
.item-list ul.pager a:active {
  background: #ebebeb;
}
ul.pager li.pager-current,
.item-list ul.pager li.pager-current {
  text-decoration: underline;
}
ul.pager li.pager-next a, ul.pager li.pager-previous a, ul.pager li.pager-first a, ul.pager li.pager-last a,
.item-list ul.pager li.pager-next a,
.item-list ul.pager li.pager-previous a,
.item-list ul.pager li.pager-first a,
.item-list ul.pager li.pager-last a {
  text-indent: 100%;
  background: transparent url("../images/icons/pagination-arrows.png") no-repeat 10px center;
}
ul.pager li.pager-first, ul.pager li.pager-last,
.item-list ul.pager li.pager-first,
.item-list ul.pager li.pager-last {
  display: none;
}
ul.pager li.pager-next a,
.item-list ul.pager li.pager-next a {
  background-position: -78px center;
}

.pager-node-prev {
  float: left;
  text-align: left;
}

.pager-node-next {
  float: right;
  text-align: right;
}

.js-slick--home {
  display: none;
}

.slick-home {
  background-color: white;
}
@media (min-width: 959px) {
  .slick-home {
    background-color: #e3e3e3;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
    -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
  }
}
.slick-home .slick-slide {
  margin-left: 5px;
  margin-right: 5px;
}
@media (min-width: 959px) {
  .slick-home .slick-slide {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 958px) {
  .slick-home .slick-slide {
    margin-top: 3px;
    margin-bottom: 3px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
    -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
  }
}

.slick-home__type {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 34px;
  line-height: 1.7em;
  font-family: "azo-sans-web", sans-serif;
  color: #000000;
  margin-bottom: 10px;
}
@media (max-width: 958px) {
  .slick-home__type {
    font-size: 26px;
  }
}

.slick-home__title {
  display: block;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: normal;
  line-height: normal;
}

.slick-home__content {
  padding: 25px;
}
@media (min-width: 959px) {
  .slick-home__content {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .slick-home__content {
    padding: 35px;
  }
}

.slick-home__desc {
  margin: 0;
  margin-bottom: 10px;
  font-family: "Times New Roman", Times, serif;
}

.slick-home__image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.slick-home__link {
  display: inline-block;
  position: relative;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.5s ease;
  padding: 12px;
  margin: 0 10px 24px 0;
  background-color: transparent;
  font-size: 15px;
  font-family: "azo-sans-web", sans-serif;
  font-weight: bold;
  color: #006eaf;
  line-height: 1.7em;
  border-width: 1;
  border-style: solid;
  border-radius: 1;
  padding-left: 0;
  margin-bottom: 0;
}
.slick-home__link:visited, .slick-home__link:link {
  color: #006eaf;
}
@media (max-width: 958px) {
  .slick-home__link {
    font-size: 15px;
    padding: 9.23077px 10px;
  }
}
.slick-home__link:hover, .slick-home__link:focus {
  border-color: transparent;
  background-color: transparent;
  color: #a31f34;
  text-decoration: none;
}
@media (max-width: 958px) {
  .slick-home__link {
    display: none;
  }
}

@media (max-width: 958px) {
  .slick-home__body {
    cursor: pointer;
  }

  .slick-home__type {
    font-size: 15px;
  }

  .slick-home__title {
    color: #24408e;
    margin-bottom: 10px;
  }

  .slick-home__image {
    min-height: 220px;
  }

  .slick-track .slick-slide:nth-child(2):not(.slick-active) {
    opacity: 0.5;
  }

  .slick-home__desc {
    display: none;
  }
}
@media (min-width: 959px) {
  .slick-track {
    min-height: 580px;
  }

  .slick-home__slide {
    height: 100%;
  }

  .slick-home__title {
    padding-top: 0.5em;
    border-top: #3c4862 3px solid;
    color: #3c4862;
  }

  .slick-home__body {
    height: 100%;
  }
  .slick-home__body:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
  }

  .slick-home__content {
    width: 33%;
    float: left;
    height: 100%;
    position: relative;
  }

  .slick-home__text-group {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
  }

  .slick-home__image {
    width: 67%;
    float: right;
    height: 100%;
    position: relative;
  }
  .slick-home__image:after {
    background-image: url("../images/global/bg-radial-vertical.png");
    background-position: 100% 60%;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.5;
  }
}
/* 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/slick.eot");
  src: url("../fonts/slick/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick/slick.woff") format("woff"), url("../fonts/slick/slick.ttf") format("truetype"), url("../fonts/slick/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  margin: 0;
  position: absolute;
  height: 55px;
  width: 55px;
  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:before,
.slick-next:before {
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  transition: color 0.2s;
}
.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 {
  color: #0c223f;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.16;
}
.slick-prev:before,
.slick-next:before {
  line-height: 1;
  color: #ced3d9;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -55px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -55px;
}
.slick-prev:before {
  content: "f";
  font-family: "iri" !important;
  text-rendering: geometricPrecision;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-variant: normal !important;
  line-height: 1;
  font-size: 110%;
  vertical-align: -0.2em;
  font-size: 55px;
}
[dir="rtl"] .slick-prev:before {
  content: "e";
  font-family: "iri" !important;
  text-rendering: geometricPrecision;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-variant: normal !important;
  line-height: 1;
  font-size: 110%;
  vertical-align: -0.2em;
}

.slick-next {
  right: -55px;
}
[dir="rtl"] .slick-next {
  left: -55px;
  right: auto;
}
.slick-next:before {
  content: "e";
  font-family: "iri" !important;
  text-rendering: geometricPrecision;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-variant: normal !important;
  line-height: 1;
  font-size: 110%;
  vertical-align: -0.2em;
  font-size: 55px;
}
[dir="rtl"] .slick-next:before {
  content: "f";
  font-family: "iri" !important;
  text-rendering: geometricPrecision;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-variant: normal !important;
  line-height: 1;
  font-size: 110%;
  vertical-align: -0.2em;
}

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

.slick-dots {
  position: absolute;
  bottom: -55px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 15px;
  width: 15px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  margin: 0;
  border: 0;
  background: transparent;
  display: block;
  height: 14px;
  width: 14px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button:before {
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.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: 0.4;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 14px;
  height: 14px;
  font-family: "slick";
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #000000;
  opacity: 0.16;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #0c223f;
  opacity: 1;
}

.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;
}
.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;
}

.is-tab-content {
  display: none;
}
.is-tab-content.open {
  display: block;
}

.is-tab-list {
  list-style: none;
  margin: 0;
}
.is-tab-list > li {
  margin: 0;
}

.is-tab-toggle {
  border-style: none;
  border-width: 0;
  cursor: pointer;
  line-height: normal;
  margin: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  padding: 0;
  background-color: transparent;
  border-color: transparent;
  color: inherit;
  font-family: inherit;
  font-weight: normal;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: white;
  padding: 20px 30px;
}
.is-tab-toggle:hover, .is-tab-toggle:focus {
  background-color: transparent;
}
.is-tab-toggle:hover, .is-tab-toggle:focus {
  background-color: #e6e7e8;
}

.is-tab-content {
  background-color: #f1f1f2;
  padding: 20px 30px;
}

.is-tabs.is-tabs--v .is-tab-content-wrap {
  background-color: #f1f1f2;
}
.is-tabs.is-tabs--v .is-tab-list {
  float: right;
  width: 300px;
}
.is-tabs.is-tabs--v .is-tab-list > li {
  border-top: 1px solid #d1d2d4;
}
.is-tabs.is-tabs--v .is-tab-list > li:first-child {
  border-top: none;
}
.is-tabs.is-tabs--v .is-tab-toggle {
  width: 100%;
}
.is-tabs.is-tabs--v .is-tab-content {
  margin-right: 300px;
}
.is-tabs.is-tabs--v .is-tab-content:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

table.views-table.draggable.tabledrag-processed tr {
  background: #FFF;
}
table.views-table.draggable.tabledrag-processed a.tabledrag-handle .handle {
  height: 21px;
}

#draggableviews-table-home_page_slider-page_1 {
  width: 100%;
}
#draggableviews-table-home_page_slider-page_1 tr {
  /*
    Use css to color code when
    two of pairing values of half
    are near each other.
    So that user knows they are
    going to work okay.
   */
}
#draggableviews-table-home_page_slider-page_1 tr.size-half {
  background: #bedfcb;
}
#draggableviews-table-home_page_slider-page_1 tr.size-half + .size-half td {
  border-top: 2px dotted green;
}
#draggableviews-table-home_page_slider-page_1 tr.size-half + .size-half + .size-half td {
  border-top: 2px dotted #FFF;
}
#draggableviews-table-home_page_slider-page_1 tr.size-half + .size-half + .size-half + .size-half td {
  border-top: 2px dotted green;
}
#draggableviews-table-home_page_slider-page_1 tr.size-half + .size-half + .size-half + .size-half + .size-half td {
  border-top: 2px dotted #FFF;
}
#draggableviews-table-home_page_slider-page_1 tr.size-half + .size-half + .size-half + .size-half + .size-half + .size-half td {
  border-top: 2px dotted green;
}
#draggableviews-table-home_page_slider-page_1 tr.size-half + .size-half + .size-half + .size-half + .size-half + .size-half + .size-half td {
  border-top: 2px dotted #FFF;
}

.what-we-do-block {
  background: #0e2748;
  color: #FFF;
  position: relative;
}
.what-we-do-block:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(16, 48, 88, 0);
  border-top-color: #0e2748;
  border-width: 10px;
  margin-left: -10px;
  z-index: 2;
}
.what-we-do-block h2 {
  text-align: center;
  margin: 0;
  padding: 20px 0;
}
.what-we-do-block .view-display-id-block {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.what-we-do-block .view-display-id-block:after {
  content: " ";
  display: block;
  clear: both;
}
.what-we-do-block .view-content {
  padding-bottom: 40px;
}
.what-we-do-block .view-content:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
@media (min-width: 959px) {
  .what-we-do-block .view-content {
    padding-bottom: 90px;
  }
}
@media (min-width: 959px) {
  .what-we-do-block h2 {
    text-align: center;
    margin: 0;
    padding: 40px 0;
  }
}
.what-we-do-block .view-display-id-block .item .wwd-bg-container {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%;
}
@media (max-width: 958px) {
  .what-we-do-block .view-display-id-block .item .wwd-bg-container {
    background-image: none !important;
  }
}
.what-we-do-block .view-display-id-block .item .wwd-bg-container a:hover {
  text-decoration: none;
}
.what-we-do-block .view-display-id-block .item .tile-verso {
  display: none;
}
.what-we-do-block .view-display-id-block .item h3.title {
  margin: 0 10px 10px 10px;
  padding: 0;
  text-align: center;
}
@media (min-width: 959px) {
  .what-we-do-block .view-display-id-block .item h3.title {
    width: 100%;
    height: 100%;
    background-color: rgba(172, 172, 172, 0.7);
    text-align: left;
  }
}
@media (min-width: 959px) {
  .what-we-do-block .view-display-id-block .item h3.title:hover {
    background-color: rgba(172, 172, 172, 0.5);
  }
}
.what-we-do-block .view-display-id-block .item .wwd-bg-container a {
  color: #FFF;
  display: block;
  padding: 20px;
  background: #7ba0c3;
}
.what-we-do-block .view-display-id-block .item .wwd-bg-container a:after {
  content: ">";
  padding-left: 10px;
}
@media (min-width: 959px) {
  .what-we-do-block .view-display-id-block .item {
    width: 24.25%;
    height: 160px;
    margin-right: 1%;
    margin-bottom: 10px;
    float: left;
    position: relative;
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    perspective: 600px;
  }
  .what-we-do-block .view-display-id-block .item:nth-child(4n+4) {
    margin-right: 0;
  }
  .what-we-do-block .view-display-id-block .item:nth-child(4n+1) {
    clear: both;
  }
  .what-we-do-block .view-display-id-block .item h3.title {
    margin: 0;
    padding: 0;
  }
  .what-we-do-block .view-display-id-block .item .wwd-bg-container {
    float: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: auto;
    height: auto;
    z-index: 15;
    cursor: pointer;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    /* -- transition is the magic sauce for animation -- */
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
  }
  .what-we-do-block .view-display-id-block .item .wwd-bg-container a {
    background: none;
    color: #FFF;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    padding: 30px 27px;
  }
  .what-we-do-block .view-display-id-block .item .wwd-bg-container a:after {
    content: ">";
    padding-left: 10px;
  }
  .what-we-do-block .view-display-id-block .item.active .wwd-bg-container {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  .what-we-do-block .view-display-id-block .item .tile-verso {
    float: none;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 14;
    width: auto;
    height: auto;
    display: block;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-179deg);
    /* setting to 180 causes an unnatural-looking half-flip */
    transform: rotateY(-179deg);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    /* -- transition is the magic sauce for animation -- */
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-color: #FFF;
    padding: 5px 15px;
  }
  .what-we-do-block .view-display-id-block .item .tile-verso h3 {
    margin-bottom: 0px;
    margin-top: 10px;
  }
  .what-we-do-block .view-display-id-block .item .tile-verso h3 a {
    color: #0e2748;
  }
  .what-we-do-block .view-display-id-block .item .tile-verso > a {
    color: #B7B7B7;
  }
  .what-we-do-block .view-display-id-block .item.active .tile-verso {
    z-index: 16;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}

.where-we-work-block {
  text-align: center;
  background: url("../images/map-grayscale-home.png") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 10px 0;
  position: relative;
}
.where-we-work-block:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(16, 48, 88, 0);
  border-top-color: #FFF;
  border-width: 10px;
  margin-left: -10px;
}
@media (min-width: 959px) {
  .where-we-work-block {
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    background-size: auto;
  }
}
.where-we-work-block .content {
  margin: 20px 0;
  padding: 50px 0;
  background: rgba(0, 0, 0, 0.1);
}
.where-we-work-block .content h2 {
  margin: 20px 20px 40px 20px;
}
.where-we-work-block .content a {
  background: #FFF;
  color: #0e2748;
  padding: 10px 20px;
  display: inline-block;
  padding: 10px 30px;
}
.where-we-work-block .content a:after {
  content: " >";
}
.where-we-work-block .content a:after {
  content: "";
}
@media (min-width: 959px) {
  .where-we-work-block .content {
    margin: 80px 0;
    padding: 80px 0;
  }
  .where-we-work-block .content h2 {
    margin: .5em;
  }
}

ul.red-dots, ul.red-dots-alt {
  list-style: none;
}
ul.red-dots li, ul.red-dots-alt li {
  padding-left: 0;
  text-indent: -1em;
}
ul.red-dots li:before, ul.red-dots-alt li:before {
  content: "•";
  color: #a31f34;
  padding-right: 0.5em;
  font-size: 130%;
  vertical-align: -0.1em;
}
ul.red-dots-alt li {
  text-indent: 0;
}
ul.red-dots-alt li:before {
  padding-right: 0;
}

strong.red-alt-font,
p.red-alt-font,
dd.red-alt-font, dt.red-alt-font,
li.red-alt-font {
  color: #a31f34;
  text-transform: uppercase;
  font-weight: lighter;
  letter-spacing: 0.02em;
}

.field-name-body .caption {
  display: inline-block;
  text-align: left;
  position: relative;
}
@media (max-width: 640px) {
  .field-name-body .caption {
    float: none;
  }
}
@media (max-width: 1070px) {
  .field-name-body .caption {
    max-width: 100% !important;
  }
}
.field-name-body .caption.left {
  margin-right: 15px;
}
.field-name-body .caption.right {
  margin-left: 15px;
}
.field-name-body .caption p {
  display: block;
  width: 100%;
  background: rgba(64, 64, 64, 0.85);
  color: #FFF;
  padding: 10px 20px;
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 959px) {
  .field-name-body .caption p {
    position: absolute;
    bottom: 0px;
    left: 0;
  }
}
.field-name-body img[style*="float:right"] {
  border-left: 15px solid white;
  margin-bottom: 1em;
}
.field-name-body img[style*="float:left"] {
  border-right: 15px solid white;
  margin-bottom: 1em;
}

ul.grid-4 {
  margin: 100px 0;
  padding: 0;
}
ul.grid-4:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
ul.grid-4 li {
  width: 25%;
  margin: 0;
  padding: 0 10px;
  float: left;
  list-style: none;
  text-align: center;
  text-transform: uppercase;
}
ul.grid-4 li .image {
  height: 100px;
  display: block;
}
ul.grid-4 li, ul.grid-4 li a, ul.grid-4 li p {
  color: #a31f34;
}

@media (max-width: 958px) {
  .tabacc-list {
    display: none;
  }

  .acctab-content {
    display: none;
    background-image: none !important;
  }
  .acctab-content.open {
    display: block;
  }
}
@media (min-width: 959px) {
  .acctab-toggle {
    display: none;
  }

  .tabacc-content {
    display: none;
  }
  .tabacc-content.open {
    display: block;
  }
}
.tabacc-list {
  margin: 0;
  list-style: none;
}
.tabacc-list > li {
  margin: 0;
}

.acctab-toggle,
.tabacc-toggle {
  border-style: none;
  border-width: 0;
  cursor: pointer;
  line-height: normal;
  margin: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  padding: 0;
  background-color: transparent;
  border-color: transparent;
  color: inherit;
  font-family: inherit;
  font-weight: normal;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.acctab-toggle:hover, .acctab-toggle:focus,
.tabacc-toggle:hover,
.tabacc-toggle:focus {
  background-color: transparent;
}

.acctab button {
  text-align: left;
}
.acctab > ul {
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
}
.acctab > ul > li {
  margin: 0;
}

@media (max-width: 958px) {
  .acctab > ul > li {
    border-top: 1px solid #d1d2d4;
  }
  .acctab > ul > li:first-child {
    border-top: 3px solid black;
  }

  .acctab-toggle {
    width: 100%;
    text-align: left;
    background-color: white;
    padding: 20px 30px;
    color: #24408e;
    position: relative;
  }
  .acctab-toggle:after {
    content: "";
    content: "e";
    font-family: "iri" !important;
    text-rendering: geometricPrecision;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: none !important;
    font-weight: normal !important;
    font-style: normal !important;
    font-variant: normal !important;
    line-height: 1;
    font-size: 110%;
    vertical-align: -0.2em;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 150%;
  }
  .acctab-toggle:hover, .acctab-toggle:focus {
    color: #a31f34;
  }
  .acctab-toggle.open {
    color: #a31f34;
  }
  .acctab-toggle.open:after {
    content: "k";
    font-family: "iri" !important;
    text-rendering: geometricPrecision;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: none !important;
    font-weight: normal !important;
    font-style: normal !important;
    font-variant: normal !important;
    line-height: 1;
    font-size: 110%;
    vertical-align: -0.2em;
    font-size: 150%;
  }

  .acctab-content {
    background-color: #f1f1f2;
    padding: 20px 30px;
  }
  .acctab-content.open {
    border-top: 1px solid #d1d2d4;
  }
}
@media (min-width: 959px) {
  .acctab {
    margin-right: 320px;
  }

  .tabacc {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
    -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
    background-color: #e3e3e3;
  }
  .tabacc:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
  }

  .tabacc-list {
    float: right;
    width: 320px;
  }
  .tabacc-list > li:first-child {
    border-top: none;
  }

  .tabacc-toggle {
    font-size: 20px;
    text-align: left;
    width: 100%;
    padding: 20px 30px;
    color: #3c4862;
    position: relative;
    z-index: 1;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    -ms-transition: color 0.2s;
    transition: color 0.2s;
  }
  .tabacc-toggle:after {
    content: "";
    position: absolute;
    top: 0;
    left: 30px;
    right: 0;
    height: 1px;
    background-color: #d1d2d4;
  }
  .tabacc-toggle:before {
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    transition: opacity 0.2s;
    opacity: 0;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UzZTNlMyIvPjxzdG9wIG9mZnNldD0iMjAlIiBzdG9wLWNvbG9yPSIjZWJlYmViIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZWVlZWVlIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #e3e3e3), color-stop(20%, #ebebeb), color-stop(100%, #eeeeee));
    background-image: -moz-linear-gradient(left, #e3e3e3, #ebebeb 20%, #eeeeee);
    background-image: -webkit-linear-gradient(left, #e3e3e3, #ebebeb 20%, #eeeeee);
    background-image: linear-gradient(to right, #e3e3e3, #ebebeb 20%, #eeeeee);
    content: "";
    position: absolute;
    top: 0;
    left: 30px;
    right: 0;
    bottom: 0;
    z-index: -1;
  }
  .tabacc-toggle:hover, .tabacc-toggle:focus, .tabacc-toggle.open {
    color: #a31f34;
  }
  .tabacc-toggle:hover:before, .tabacc-toggle:focus:before, .tabacc-toggle.open:before {
    opacity: 1;
  }
}
@media (min-width: 1200px) {
  .tabacc-toggle:after {
    left: 0;
    right: 30px;
  }
  .tabacc-toggle:before {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjAuNSIgeDI9IjAuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UzZTNlMyIvPjxzdG9wIG9mZnNldD0iMjAlIiBzdG9wLWNvbG9yPSIjZWJlYmViIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZWVlZWVlIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, #e3e3e3), color-stop(20%, #ebebeb), color-stop(100%, #eeeeee));
    background-image: -moz-linear-gradient(right, #e3e3e3, #ebebeb 20%, #eeeeee);
    background-image: -webkit-linear-gradient(right, #e3e3e3, #ebebeb 20%, #eeeeee);
    background-image: linear-gradient(to left, #e3e3e3, #ebebeb 20%, #eeeeee);
    left: 0;
    right: 30px;
  }
}
@media (min-width: 959px) {
  .tabacc--what-we-do {
    position: relative;
  }
  .tabacc--what-we-do .tabacc-content:before {
    background-image: url("../images/global/bg-radial-horizontal.png");
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    background-position: -60% 100%;
    background-repeat: no-repeat;
    opacity: 0.5;
  }
  .tabacc--what-we-do .tabacc-content:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40%;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 2;
  }
}

.tabacc-content__headline {
  font-family: "Times New Roman", Times, serif;
}

@media (min-width: 959px) {
  .acctab--what-we-do {
    position: relative;
  }
}
.acctab--what-we-do .tabacc-content {
  background-size: cover;
  background-position: center center;
}

@media (min-width: 959px) {
  .tabacc-content__body {
    padding: 30px;
    position: absolute;
    width: 100%;
    bottom: 0;
    min-height: 110px;
  }
  .tabacc-content__body:before {
    content: "";
    background-color: white;
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }
}

@media (min-width: 959px) {
  .tabacc-content__headline {
    margin-right: 160px;
    font-size: 20px;
    position: relative;
    z-index: 3;
  }
}

@media (max-width: 958px) {
  .tabacc-content__link {
    margin-bottom: 0;
  }
}
@media (min-width: 959px) {
  .tabacc-content__link {
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 3;
  }
}

@media (max-width: 1200px) {
  .tabacc {
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media (min-width: 959px) {
  .tabacc-content {
    position: relative;
  }
}

.view-display-id-our_experts_page .view-content,
.view-display-id-board_members_page .view-content {
  margin-bottom: 80px;
}
.view-display-id-our_experts_page .view-content h3,
.view-display-id-board_members_page .view-content h3 {
  font-weight: normal;
  letter-spacing: 0.03em;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 30px;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.7em;
  font-family: "azo-sans-web", sans-serif;
  margin-top: 2rem;
  margin-bottom: 30px;
  color: #a31f34;
  padding: 1rem 0;
}
@media (max-width: 958px) {
  .view-display-id-our_experts_page .view-content h3,
  .view-display-id-board_members_page .view-content h3 {
    font-size: 16px;
  }
}
.view-display-id-our_experts_page .view-content .views-field-title, .view-display-id-our_experts_page .view-content .views-field-title a,
.view-display-id-our_experts_page .view-content .views-field-body,
.view-display-id-our_experts_page .view-content .views-field-body a,
.view-display-id-board_members_page .view-content .views-field-title,
.view-display-id-board_members_page .view-content .views-field-title a,
.view-display-id-board_members_page .view-content .views-field-body,
.view-display-id-board_members_page .view-content .views-field-body a {
  margin-bottom: 7px;
  font-family: "Times New Roman", Times, serif;
  font-size: 24px;
}
.view-display-id-our_experts_page .view-content .views-field-field-text-title,
.view-display-id-board_members_page .view-content .views-field-field-text-title {
  color: #58585b;
  font-size: 15px;
  text-transform: uppercase;
  font-family: "azo-sans-web", sans-serif;
  margin-bottom: 10px;
}
.view-display-id-our_experts_page .view-content .our-experts-list ul,
.view-display-id-board_members_page .view-content .our-experts-list ul {
  margin: 0;
  padding: 0;
}
.view-display-id-our_experts_page .view-content .our-experts-list ul:after,
.view-display-id-board_members_page .view-content .our-experts-list ul:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.view-display-id-our_experts_page .view-content .our-experts-list ul li,
.view-display-id-board_members_page .view-content .our-experts-list ul li {
  list-style: none;
  margin: 0;
}
.view-display-id-our_experts_page .view-content .our-experts-list > ul > li,
.view-display-id-board_members_page .view-content .our-experts-list > ul > li {
  min-height: 175px;
  position: relative;
  margin-right: 1%;
  margin-bottom: 70px;
  overflow: hidden;
}
@media (min-width: 959px) {
  .view-display-id-our_experts_page .view-content .our-experts-list > ul > li,
  .view-display-id-board_members_page .view-content .our-experts-list > ul > li {
    width: 48%;
    float: left;
  }
}
@media (max-width: 639px) {
  .view-display-id-our_experts_page .view-content .our-experts-list > ul > li,
  .view-display-id-board_members_page .view-content .our-experts-list > ul > li {
    min-height: 100px;
  }
}
@media (min-width: 1070px) {
  .view-display-id-our_experts_page .view-content .our-experts-list > ul > li:nth-child(2n+2),
  .view-display-id-board_members_page .view-content .our-experts-list > ul > li:nth-child(2n+2) {
    margin-left: 1%;
    margin-right: 0;
  }
}
.view-display-id-our_experts_page .view-content .our-experts-list > ul > li:nth-child(2n+1),
.view-display-id-board_members_page .view-content .our-experts-list > ul > li:nth-child(2n+1) {
  clear: left;
}
.view-display-id-our_experts_page .view-content .our-experts-list > ul > li .views-field-field-image,
.view-display-id-board_members_page .view-content .our-experts-list > ul > li .views-field-field-image {
  position: absolute;
  left: 0;
  width: 175px;
  height: 175px;
  line-height: 0;
  margin-bottom: 20px;
}
@media (max-width: 639px) {
  .view-display-id-our_experts_page .view-content .our-experts-list > ul > li .views-field-field-image,
  .view-display-id-board_members_page .view-content .our-experts-list > ul > li .views-field-field-image {
    width: 100px;
    height: 100px;
  }
}
.view-display-id-our_experts_page .view-content .our-experts-list > ul > li .views-field-title,
.view-display-id-our_experts_page .view-content .our-experts-list > ul > li .views-field-field-text-title,
.view-display-id-our_experts_page .view-content .our-experts-list > ul > li .social-links,
.view-display-id-board_members_page .view-content .our-experts-list > ul > li .views-field-title,
.view-display-id-board_members_page .view-content .our-experts-list > ul > li .views-field-field-text-title,
.view-display-id-board_members_page .view-content .our-experts-list > ul > li .social-links {
  margin-left: 200px;
}
@media (max-width: 639px) {
  .view-display-id-our_experts_page .view-content .our-experts-list > ul > li .views-field-title,
  .view-display-id-our_experts_page .view-content .our-experts-list > ul > li .views-field-field-text-title,
  .view-display-id-our_experts_page .view-content .our-experts-list > ul > li .social-links,
  .view-display-id-board_members_page .view-content .our-experts-list > ul > li .views-field-title,
  .view-display-id-board_members_page .view-content .our-experts-list > ul > li .views-field-field-text-title,
  .view-display-id-board_members_page .view-content .our-experts-list > ul > li .social-links {
    margin-left: 125px;
  }
}
.view-display-id-our_experts_page .view-content .our-experts-list > ul > li .views-field-title,
.view-display-id-board_members_page .view-content .our-experts-list > ul > li .views-field-title {
  position: relative;
}
.view-display-id-our_experts_page .view-content .our-experts-list > ul > li .views-field-title:before,
.view-display-id-board_members_page .view-content .our-experts-list > ul > li .views-field-title:before {
  content: "";
  position: absolute;
  left: -200px;
  width: 175px;
  height: 175px;
  background-color: #ececec;
  z-index: -1;
}
@media (max-width: 639px) {
  .view-display-id-our_experts_page .view-content .our-experts-list > ul > li .views-field-title:before,
  .view-display-id-board_members_page .view-content .our-experts-list > ul > li .views-field-title:before {
    left: -125px;
    width: 100px;
    height: 100px;
  }
}
.view-display-id-our_experts_page .view-content .social-links .item-list ul li,
.view-display-id-board_members_page .view-content .social-links .item-list ul li {
  float: left;
  padding: 0 3px;
}
.view-display-id-our_experts_page .view-content .social-links .item-list ul li a,
.view-display-id-board_members_page .view-content .social-links .item-list ul li a {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  border-bottom: 0;
  margin-left: 0;
}
.view-display-id-our_experts_page .view-content .social-links .item-list ul li a, .view-display-id-our_experts_page .view-content .social-links .item-list ul li a:before,
.view-display-id-board_members_page .view-content .social-links .item-list ul li a,
.view-display-id-board_members_page .view-content .social-links .item-list ul li a:before {
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
}
.view-display-id-our_experts_page .view-content .social-links .item-list ul li a:before,
.view-display-id-board_members_page .view-content .social-links .item-list ul li a:before {
  font-family: "iri" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "m";
  padding: 6px;
  color: #FFF;
  font-size: 18px;
  background: #4F4F4F;
  border-radius: 30px;
  text-indent: 0;
}
.view-display-id-our_experts_page .view-content .social-links .item-list ul li a:hover:before,
.view-display-id-board_members_page .view-content .social-links .item-list ul li a:hover:before {
  background-color: #a31f34;
}
.view-display-id-our_experts_page .view-content .social-links .item-list ul li a:hover,
.view-display-id-board_members_page .view-content .social-links .item-list ul li a:hover {
  text-decoration: none;
}
.view-display-id-our_experts_page .view-content .social-links .item-list ul li a.st_twitter_custom:before, .view-display-id-our_experts_page .view-content .social-links .item-list ul li a.twitter:before,
.view-display-id-board_members_page .view-content .social-links .item-list ul li a.st_twitter_custom:before,
.view-display-id-board_members_page .view-content .social-links .item-list ul li a.twitter:before {
  content: "m";
}
.view-display-id-our_experts_page .view-content .social-links .item-list ul li a.st_facebook_custom:before, .view-display-id-our_experts_page .view-content .social-links .item-list ul li a.facebook:before,
.view-display-id-board_members_page .view-content .social-links .item-list ul li a.st_facebook_custom:before,
.view-display-id-board_members_page .view-content .social-links .item-list ul li a.facebook:before {
  content: "n";
}
.view-display-id-our_experts_page .view-content .social-links .item-list ul li a.st_youtube_custom:before, .view-display-id-our_experts_page .view-content .social-links .item-list ul li a.youtube:before,
.view-display-id-board_members_page .view-content .social-links .item-list ul li a.st_youtube_custom:before,
.view-display-id-board_members_page .view-content .social-links .item-list ul li a.youtube:before {
  content: "o";
}
.view-display-id-our_experts_page .view-content .social-links .item-list ul li a.st_linkedin_custom:before, .view-display-id-our_experts_page .view-content .social-links .item-list ul li a.linkedin:before,
.view-display-id-board_members_page .view-content .social-links .item-list ul li a.st_linkedin_custom:before,
.view-display-id-board_members_page .view-content .social-links .item-list ul li a.linkedin:before {
  content: "p";
}
.view-display-id-our_experts_page .view-content .social-links .item-list ul li a.st_instagram_custom:before, .view-display-id-our_experts_page .view-content .social-links .item-list ul li a.instagram:before,
.view-display-id-board_members_page .view-content .social-links .item-list ul li a.st_instagram_custom:before,
.view-display-id-board_members_page .view-content .social-links .item-list ul li a.instagram:before {
  content: "r";
}
.view-display-id-our_experts_page .view-content .social-links .item-list ul li a.st_print_custom:before, .view-display-id-our_experts_page .view-content .social-links .item-list ul li a.print:before,
.view-display-id-board_members_page .view-content .social-links .item-list ul li a.st_print_custom:before,
.view-display-id-board_members_page .view-content .social-links .item-list ul li a.print:before {
  content: "E";
}

.view-display-id-board_members_page .view-content .our-experts-list > ul > li {
  min-height: auto;
}
.view-display-id-board_members_page .view-content .our-experts-list > ul > li .views-field-title:before {
  content: none;
}
.view-display-id-board_members_page .view-content .our-experts-list > ul > li .views-field-title,
.view-display-id-board_members_page .view-content .our-experts-list > ul > li .views-field-field-text-title,
.view-display-id-board_members_page .view-content .our-experts-list > ul > li .social-links {
  margin-left: 0;
}

.view-display-id-sorting_experts_page .item-list,
.view-display-id-sorting_board_members_page .item-list {
  overflow: hidden;
}
.view-display-id-sorting_experts_page .item-list ul,
.view-display-id-sorting_board_members_page .item-list ul {
  float: none;
}
.view-display-id-sorting_experts_page .item-list li,
.view-display-id-sorting_board_members_page .item-list li {
  float: none;
  line-height: 80px;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.view-display-id-sorting_experts_page .item-list li .views-field-field-image,
.view-display-id-sorting_board_members_page .item-list li .views-field-field-image {
  float: left;
  width: 80px;
  height: auto;
  line-height: 0;
  margin-right: 25px;
}
.view-display-id-sorting_experts_page .item-list .form-item,
.view-display-id-sorting_board_members_page .item-list .form-item {
  margin: 0;
}

.view-display-id-board_members_page .view-content {
  padding-top: 60px;
}

body.node-type-board-member .node.node-board-member .content .field-name-field-image {
  margin-bottom: 1em;
  display: inline-block;
}
body.node-type-board-member .node.node-board-member .content .field-name-field-image img {
  width: 100%;
  display: block;
}
@media (min-width: 959px) {
  body.node-type-board-member .node.node-board-member .content .field-name-field-image {
    clear: both;
    float: right;
    border-left: 25px solid white;
  }
  body.node-type-board-member .node.node-board-member .content .field-name-field-image img {
    display: inline;
  }
}
body.node-type-board-member .field-name-field-image + .field-name-body {
  margin-top: 0;
}
body.node-type-board-member .node-board-member > .content > .field-collection-container {
  float: right;
}
body.node-type-board-member .node-board-member > .content > .field-name-body + .field-collection-container {
  float: none;
}
body.node-type-board-member .field-name-field-collec-socialmedia .field-item {
  float: left;
}
body.node-type-board-member .field-name-field-collec-socialmedia .field-item:last-child a {
  margin-right: 0;
}
body.node-type-board-member .field-name-field-collec-socialmedia .field-item a {
  display: block;
  width: 32px;
  height: 32px;
  color: #FFF;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  margin: 0 8px 0 0;
  position: relative;
}
body.node-type-board-member .field-name-field-collec-socialmedia .field-item a.youtube, body.node-type-board-member .field-name-field-collec-socialmedia .field-item a.twitter, body.node-type-board-member .field-name-field-collec-socialmedia .field-item a.facebook, body.node-type-board-member .field-name-field-collec-socialmedia .field-item a.linkedin, body.node-type-board-member .field-name-field-collec-socialmedia .field-item a.instagram {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-bottom: 0;
  display: block;
}
body.node-type-board-member .field-name-field-collec-socialmedia .field-item a.youtube:before, body.node-type-board-member .field-name-field-collec-socialmedia .field-item a.twitter:before, body.node-type-board-member .field-name-field-collec-socialmedia .field-item a.facebook:before, body.node-type-board-member .field-name-field-collec-socialmedia .field-item a.linkedin:before, body.node-type-board-member .field-name-field-collec-socialmedia .field-item a.instagram:before {
  font-family: "icomoon" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #363636;
  text-indent: 0;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 38px;
  margin-left: -3px;
  line-height: 31px;
}
body.node-type-board-member .field-name-field-collec-socialmedia .field-item a.youtube:hover:before, body.node-type-board-member .field-name-field-collec-socialmedia .field-item a.twitter:hover:before, body.node-type-board-member .field-name-field-collec-socialmedia .field-item a.facebook:hover:before, body.node-type-board-member .field-name-field-collec-socialmedia .field-item a.linkedin:hover:before, body.node-type-board-member .field-name-field-collec-socialmedia .field-item a.instagram:hover:before {
  color: #a31f34;
}
body.node-type-board-member .field-name-field-collec-socialmedia .field-item a.twitter:before {
  content: "\e606";
}
body.node-type-board-member .field-name-field-collec-socialmedia .field-item a.facebook:before {
  content: "\e600";
}
body.node-type-board-member .field-name-field-collec-socialmedia .field-item a.youtube:before {
  content: "\e608";
}
body.node-type-board-member .field-name-field-collec-socialmedia .field-item a.linkedin:before {
  content: "\e602";
}
body.node-type-board-member .field-name-field-collec-socialmedia .field-item a.instagram:before {
  content: "\e601";
}
body.node-type-board-member .field-name-field-collec-socialmedia .field-item a.blogger {
  display: none;
}
body.node-type-board-member .field-name-field-text-title {
  font-weight: normal;
  letter-spacing: 0.03em;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 30px;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.7em;
  font-family: "azo-sans-web", sans-serif;
  margin-bottom: 30px;
  color: #a31f34;
}
@media (max-width: 958px) {
  body.node-type-board-member .field-name-field-text-title {
    font-size: 16px;
  }
}
body.node-type-board-member .field-name-field-collec-board-related {
  overflow: hidden;
  color: #FFF;
}
body.node-type-board-member .field-name-field-collec-board-related a {
  color: #FFF;
}
body.node-type-board-member .field-name-field-collec-board-related > .field-items > .field-item {
  margin-bottom: 20px;
  position: relative;
}
@media (min-width: 959px) {
  body.node-type-board-member .field-name-field-collec-board-related {
    margin-top: 120px;
    margin-bottom: 150px;
  }
  body.node-type-board-member .field-name-field-collec-board-related > .field-items > .field-item {
    margin-bottom: 0;
    float: left;
    width: 32%;
    margin-right: 2%;
  }
  body.node-type-board-member .field-name-field-collec-board-related > .field-items > .field-item:last-child {
    margin-right: 0;
  }
}
body.node-type-board-member .field-name-field-collec-board-related .bg-blue {
  background-color: #0E2748;
}
body.node-type-board-member .field-name-field-collec-board-related .bg-green {
  background-color: #58AC7A;
}
body.node-type-board-member .field-name-field-collec-board-related .bg-red {
  background-color: #A42439;
}
body.node-type-board-member .field-name-field-collec-board-related .field-collection-item-field-collec-board-related {
  padding: 30px 35px 75px 35px;
}
body.node-type-board-member .field-name-field-collec-board-related .field-name-field-text-headline {
  padding-bottom: 3px;
}
body.node-type-board-member .field-name-field-collec-board-related .field-name-field-link {
  text-align: center;
  letter-spacing: 1px;
  margin-top: 10px;
  position: absolute;
  padding-left: 35px;
  padding-right: 35px;
  width: 100%;
  bottom: 20px;
  left: 0;
}
body.node-type-board-member .field-name-field-collec-board-related .field-name-field-link .field-items {
  border-top: 1px dashed #FFF;
  padding-top: 20px;
}
body.node-type-board-member .field-name-field-collec-board-related .field-name-field-list-board-related-color {
  display: none;
}

.view-eo-reports table {
  width: 100%;
  border: 1px solid #ebebeb;
}
.view-eo-reports table tr td,
.view-eo-reports table tr th {
  padding: 20px;
  text-align: center;
  vertical-align: middle;
}
.view-eo-reports table tr td:not(:last-child),
.view-eo-reports table tr th:not(:last-child) {
  border-right: 1px solid #ebebeb;
}
.view-eo-reports table thead tr th {
  text-align: center;
  border-bottom: 1px solid #ebebeb;
  color: #a31f34;
}
.view-eo-reports table thead tr th:not(:last-child) {
  border-right: 1px solid #ebebeb;
}
.view-eo-reports table tbody {
  border-top: 0;
}
.view-eo-reports table tbody .views-field-title {
  text-align: left;
}
.view-eo-reports table tbody td.active {
  background: transparent;
}

.view-eo-reports .statement,
.view-eo-reports .report {
  width: 35px;
  height: 35px;
  display: block;
  background-position: center center;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  margin: 0 auto;
}

.view-eo-reports .statement {
  background-image: url("../images/icons/statement.gif");
}

.view-eo-reports .report {
  background-image: url("../images/icons/report.gif");
}

.featured-event {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  background: #0e2748;
}
.featured-event:after {
  content: " ";
  display: block;
  clear: both;
}
.featured-event, .featured-event h3, .featured-event a {
  color: #FFF;
}
.featured-event .youtube-container--responsive + img {
  display: none;
}
.featured-event .featured-media {
  position: relative;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.featured-event .featured-media:after {
  content: " ";
  display: block;
  clear: both;
}
.featured-event .featured-media .featured-content {
  padding: 20px;
}
.featured-event .featured-media .featured-content .date span:first-child {
  font-weight: bold;
}
.featured-event .featured-media .featured-content .link {
  position: absolute;
  bottom: 40px;
}
.featured-event .featured-media .featured-content .link a {
  background: #4979A7;
  color: #FFF;
  padding: 10px 20px;
  display: inline-block;
  margin-top: 1rem;
}
.featured-event .featured-media .featured-content .link a:after {
  content: " >";
}
@media (min-width: 959px) {
  .featured-event .featured-media .featured-media {
    float: right;
    width: 50%;
  }
  .featured-event .featured-media .featured-media img {
    vertical-align: top;
  }
  .featured-event .featured-media .featured-content {
    float: left;
    width: 50%;
    padding: 10px;
  }
}
@media (min-width: 1070px) {
  .featured-event .featured-media .featured-content {
    padding: 20px 20px 60px 40px;
  }
}

.view-display-id-events_listing_page .view-header h3 {
  color: #91132B;
}
.view-display-id-events_listing_page .event-item {
  margin-bottom: 40px;
  padding-bottom: 40px;
}
.view-display-id-events_listing_page .event-item:not(:last-child) {
  border-bottom: 1px solid #B7B7B7;
}
.view-display-id-events_listing_page .event-item .event-title {
  margin-top: .3rem;
  margin-bottom: 1rem;
}
.view-display-id-events_listing_page .event-item .event-title, .view-display-id-events_listing_page .event-item .event-title a {
  color: #0e2748;
}
.view-display-id-events_listing_page .event-item .event-body p {
  color: #656565;
}
.view-display-id-events_listing_page .event-item .event-body p:first-child {
  margin-top: 0;
}
.view-display-id-events_listing_page .event-item .event-link a {
  background: #ebebeb;
  color: #0e2748;
  padding: 10px 20px;
}
.view-display-id-events_listing_page .event-item .event-link a:after {
  content: " >";
}

.node-type-event #breadcrumb {
  margin-bottom: 60px;
}
.node-type-event .region-content-top {
  margin-bottom: 30px;
}
.node-type-event h1 {
  margin-top: 10px;
  margin-bottom: 15px;
}
.node-type-event .field-name-field-date-event {
  color: #a31f34;
}
.node-type-event .field-name-field-featured-video {
  border-top: 1px solid #E1E1E1;
  padding-top: 30px;
  margin-top: 30px;
}
.node-type-event .field-name-body {
  border-top: 1px solid #E1E1E1;
  padding-top: 30px;
  margin-top: 30px;
  margin-bottom: 50px;
}
.node-type-event .field-name-field-featured-video + .field-name-body {
  border-top: 0;
  margin-top: 0px;
}
.node-type-event .field-name-field-links .field-item {
  display: inline-block;
  margin-right: 30px;
}
.node-type-event .field-name-field-links a {
  background: #4979A7;
  color: #FFF;
  padding: 10px 20px;
}
.node-type-event .field-name-field-links a:after {
  content: " >";
}
.node-type-event .event__back-to-events {
  border-top: 1px solid #E1E1E1;
  padding-top: 40px;
  margin-top: 55px;
}

.home-intro {
  height: 100%;
}

.home-intro__body h2 {
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  font-size: 34px;
  line-height: 1.7em;
  font-family: "azo-sans-web", sans-serif;
  margin-bottom: 0.5em;
}
@media (max-width: 958px) {
  .home-intro__body h2 {
    font-size: 26px;
  }
}

@media (min-width: 959px) {
  .updates > div {
    width: 31.42857%;
    float: left;
    margin-right: 2.85714%;
  }
  .updates > div:last-child {
    width: 31.42857%;
    float: right;
    margin-right: 0;
  }
}

.updates__item {
  position: relative;
  line-height: 1.4;
}
@media (min-width: 959px) {
  .updates__item .view-all > a {
    display: inline-block;
    position: relative;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s ease;
    padding: 12px;
    margin: 0 10px 24px 0;
    background-color: #a31f34;
    font-size: 17px;
    font-family: "azo-sans-web", sans-serif;
    font-weight: bold;
    color: white;
    line-height: 1.7em;
    border-width: 1;
    border-style: solid;
    border-radius: 1;
  }
  .updates__item .view-all > a:visited, .updates__item .view-all > a:link {
    color: white;
  }
}
@media (min-width: 959px) and (max-width: 958px) {
  .updates__item .view-all > a {
    font-size: 15px;
    padding: 9.23077px 10px;
  }
}
@media (min-width: 959px) {
  .updates__item .view-all > a:hover, .updates__item .view-all > a:focus {
    border-color: transparent;
    background-color: #781726;
    color: white;
    text-decoration: none;
  }
}
@media (max-width: 958px) {
  .updates__item .view-all > a {
    display: inline-block;
    position: relative;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s ease;
    padding: 12px;
    margin: 0 10px 24px 0;
    background-color: transparent;
    font-size: 15px;
    font-family: "azo-sans-web", sans-serif;
    font-weight: bold;
    color: #006eaf;
    line-height: 1.7em;
    border-width: 1;
    border-style: solid;
    border-radius: 1;
    padding-left: 0;
    margin: 0;
  }
  .updates__item .view-all > a:visited, .updates__item .view-all > a:link {
    color: #006eaf;
  }
}
@media (max-width: 958px) and (max-width: 958px) {
  .updates__item .view-all > a {
    font-size: 15px;
    padding: 9.23077px 10px;
  }
}
@media (max-width: 958px) {
  .updates__item .view-all > a:hover, .updates__item .view-all > a:focus {
    border-color: transparent;
    background-color: transparent;
    color: #a31f34;
    text-decoration: none;
  }
}
@media (max-width: 958px) {
  .updates__item .view-all {
    position: absolute;
    top: -8px;
    right: 0;
    margin-right: -10px;
  }
}

@media (max-width: 958px) {
  .updates__title {
    padding-right: 75px;
    border-bottom: 3px solid black;
    padding-bottom: 5px;
  }
}
@media (min-width: 959px) {
  .updates__title {
    border-top: 3px solid black;
    padding-top: 15px;
  }
}

.updates__intro {
  margin-top: 15px;
}
@media (min-width: 959px) {
  .updates__intro {
    margin-top: 0.3em;
  }
}

.updates__list {
  font-size: 18px;
  font-family: "Times New Roman", Times, serif;
  color: #24408e;
  margin: 1em 0;
}
.updates__list .tag, .updates__list .date, .updates__list .byline, .updates__list .press-release a {
  color: #58585b;
  font-size: 14px;
  font-family: "azo-sans-web", sans-serif;
  margin: 4px 0;
  display: inline-block;
}
.updates__list li {
  list-style: none;
  margin: 0 0 15px 0;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.updates__list li:last-child {
  border-bottom: none;
}
.updates__list .field-content > a {
  font-weight: bold;
}

.what-we-do__title--mobile {
  margin-bottom: 10px;
}
@media (min-width: 959px) {
  .what-we-do__title--mobile {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .what-we-do__title--mobile.is-focusable:active, .what-we-do__title--mobile.is-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
  }
}

.what-we-do__title--desktop {
  position: absolute;
  right: 0;
  top: 0;
  padding: 35px 30px 0 30px;
  width: 320px;
}
@media (max-width: 958px) {
  .what-we-do__title--desktop {
    display: none;
  }
}

@media (min-width: 959px) {
  .tabacc-list {
    padding-top: 125px;
  }
}

@media (min-width: 640px) {
  .where-we-work {
    position: relative;
  }
}

@media (min-width: 640px) {
  .where-we-work__data {
    position: absolute;
    top: 0;
    right: 0;
  }
  .where-we-work__data:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
  }
}
@media (min-width: 640px) and (min-width: 640px) {
  .where-we-work__data > div {
    float: left;
    padding: 15px 30px;
  }
}
@media (min-width: 640px) {
  .where-we-work__data > div:first-child {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
}

@media (max-width: 639px) {
  .where-we-work__data-item {
    position: relative;
  }
}
@media (max-width: 639px) {
  .where-we-work__data-item {
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .where-we-work__data-item:first-child {
    margin-bottom: 20px;
  }
}

.where-we-work__num {
  font-family: "Times New Roman", Times, serif;
  color: white;
  font-size: 50px;
  line-height: 50px;
  display: block;
  position: relative;
  top: -25px;
}
@media (min-width: 640px) {
  .where-we-work__num {
    text-align: center;
  }
}

.where-we-work__label {
  display: block;
  font-size: 15px;
  text-transform: uppercase;
  position: relative;
  top: 45px;
  font-weight: normal;
}

.where-we-work__link a {
  display: inline-block;
  position: relative;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.5s ease;
  padding: 12px;
  margin: 0 10px 24px 0;
  background-color: #a31f34;
  font-size: 17px;
  font-family: "azo-sans-web", sans-serif;
  font-weight: bold;
  color: white;
  line-height: 1.7em;
  border-width: 2px;
  border-style: solid;
  border-radius: 1;
  border-color: white;
  box-shadow: none;
}
.where-we-work__link a:visited, .where-we-work__link a:link {
  color: white;
}
@media (max-width: 958px) {
  .where-we-work__link a {
    font-size: 15px;
    padding: 9.23077px 10px;
  }
}
.where-we-work__link a:hover, .where-we-work__link a:focus {
  border-color: transparent;
  background-color: #781726;
  color: white;
  text-decoration: none;
}
@media (min-width: 640px) {
  .where-we-work__link a {
    margin-bottom: 0;
  }
}

.view-id-partners .view-content:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.view-id-partners .view-content h3 {
  font-weight: normal;
  letter-spacing: 0.03em;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 30px;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.7em;
  font-family: "azo-sans-web", sans-serif;
  margin-top: 2rem;
  margin-bottom: 30px;
  color: #a31f34;
  padding: 1rem 0;
}
@media (max-width: 958px) {
  .view-id-partners .view-content h3 {
    font-size: 16px;
  }
}
.view-id-partners .view-content ul {
  margin: 0 0 1rem 0;
  text-align: center;
}
.view-id-partners .view-content ul:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.view-id-partners .view-content ul li {
  list-style: none;
  display: inline-block;
  width: 300px;
  height: 300px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}
@media (max-width: 958px) {
  .view-id-partners .view-content ul li {
    height: 230px;
  }
}
.view-id-partners .view-content ul li img {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.view-display-id-partners_reorder_page .view-content ul {
  margin: 10px;
}
.view-display-id-partners_reorder_page .view-content ul li {
  margin: 10px;
  border: 1px dotted #999;
  width: 275px;
  height: 275px;
  cursor: move;
}

.field-name-field-collec-program-focus > .field-items > .field-item {
  border-top: 1px solid #ebebeb;
  margin-top: 30px;
  padding-top: 30px;
}
.field-name-field-collec-program-focus > .field-items > .field-item:first-child {
  border-top: 0;
  padding-top: 0;
}
.field-name-field-collec-program-focus .field-collection-view {
  padding: 0;
  margin: 0;
  border-bottom: none;
}
.field-name-field-collec-program-focus .field-name-field-text-title {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.7em;
  font-family: "azo-sans-web", sans-serif;
  color: #000000;
  margin-bottom: 1.36em;
}
@media (max-width: 958px) {
  .field-name-field-collec-program-focus .field-name-field-text-title {
    font-size: 16px;
  }
}
.field-name-field-collec-program-focus .field-name-field-text-country {
  display: inline-block;
}
.field-name-field-collec-program-focus .field-name-field-textarea-description {
  color: #4F4F4F;
  margin-top: 20px;
}
.field-name-field-collec-program-focus .field-name-field-textarea-description p:last-child {
  margin-bottom: 0;
}

.page-node-313 #title-wrapper,
.iri-around-the-world #title-wrapper {
  margin-bottom: 0;
}

#block-views-r-regions-sub-navigation-list {
  position: relative;
}
#block-views-r-regions-sub-navigation-list .close-button:after,
#block-views-r-regions-sub-navigation-list .view-content:after, #block-views-r-regions-sub-navigation-list:after {
  display: none;
}
#block-views-r-regions-sub-navigation-list .close-button {
  display: none;
}
@media (max-width: 1199px) {
  #block-views-r-regions-sub-navigation-list .content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 958px) {
  #block-views-r-regions-sub-navigation-list, #block-views-r-regions-sub-navigation-list h3 {
    font-family: "azo-sans-web", sans-serif;
  }
  #block-views-r-regions-sub-navigation-list .view-header {
    margin-top: 25px;
  }
  #block-views-r-regions-sub-navigation-list .view-header h3 {
    display: inline-block;
    position: relative;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s ease;
    padding: 12px;
    margin: 0 10px 24px 0;
    background-color: #a31f34;
    font-size: 17px;
    font-family: "azo-sans-web", sans-serif;
    font-weight: bold;
    color: white;
    line-height: 1.7em;
    border-width: 1;
    border-style: solid;
    border-radius: 1;
    width: 100%;
  }
  #block-views-r-regions-sub-navigation-list .view-header h3:visited, #block-views-r-regions-sub-navigation-list .view-header h3:link {
    color: white;
  }
}
@media (max-width: 958px) and (max-width: 958px) {
  #block-views-r-regions-sub-navigation-list .view-header h3 {
    font-size: 15px;
    padding: 9.23077px 10px;
  }
}
@media (max-width: 958px) {
  #block-views-r-regions-sub-navigation-list .view-header h3:hover, #block-views-r-regions-sub-navigation-list .view-header h3:focus {
    border-color: transparent;
    background-color: #781726;
    color: white;
    text-decoration: none;
  }
  #block-views-r-regions-sub-navigation-list .view-header h3:after {
    content: "g";
    font-family: "iri" !important;
    text-rendering: geometricPrecision;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: none !important;
    font-weight: normal !important;
    font-style: normal !important;
    font-variant: normal !important;
    line-height: 1;
    font-size: 110%;
    vertical-align: -0.2em;
  }
  #block-views-r-regions-sub-navigation-list .view-content {
    display: none;
    z-index: 99;
    position: fixed;
    top: 59px;
    right: 0;
    background: #FFF;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    width: 90%;
    height: 80%;
    height: 100vh;
    padding: 25px;
    overflow-y: auto;
    -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.2) 2px 2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 60px rgba(0, 0, 0, 0.2) 2px 2px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 0 0 60px rgba(0, 0, 0, 0.2) 2px 2px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.2) 2px 2px rgba(0, 0, 0, 0.4);
  }
  #block-views-r-regions-sub-navigation-list .view-content .close-button {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.35);
    -ms-box-shadow: 0 0 8px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.35);
    display: block;
    font-weight: bold;
    width: 100%;
    padding-right: base-small;
    height: 59px;
    line-height: 59px;
    padding-left: 45px;
    font-size: 20px;
    text-transform: uppercase;
    color: #a31f34;
    background: #F5F5F5;
  }
  #block-views-r-regions-sub-navigation-list .view-content .close-button:hover {
    cursor: pointer;
  }
  #block-views-r-regions-sub-navigation-list .view-content .close-button:after {
    content: "g";
    font-family: "iri" !important;
    text-rendering: geometricPrecision;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: none !important;
    font-weight: normal !important;
    font-style: normal !important;
    font-variant: normal !important;
    line-height: 1;
    font-size: 110%;
    vertical-align: -0.2em;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    color: #a31f34;
  }
  #block-views-r-regions-sub-navigation-list .view-content ul, #block-views-r-regions-sub-navigation-list .view-content ul li {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #block-views-r-regions-sub-navigation-list .view-content ul li a {
    color: #0e2748;
    display: block;
    padding: 5px 0;
  }
  #block-views-r-regions-sub-navigation-list.open .view-content {
    display: block;
  }
}
@media (min-width: 959px) {
  #block-views-r-regions-sub-navigation-list {
    background: #ebebeb;
  }
  #block-views-r-regions-sub-navigation-list:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
  }
  #block-views-r-regions-sub-navigation-list .content {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  #block-views-r-regions-sub-navigation-list .content:after {
    content: " ";
    display: block;
    clear: both;
  }
  #block-views-r-regions-sub-navigation-list .view-header h3, #block-views-r-regions-sub-navigation-list .view-header a,
  #block-views-r-regions-sub-navigation-list .view-content h3,
  #block-views-r-regions-sub-navigation-list .view-content a {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #4F4F4F;
    margin: 0;
  }
  #block-views-r-regions-sub-navigation-list .view-header {
    float: left;
  }
  #block-views-r-regions-sub-navigation-list .view-header h3 {
    text-transform: uppercase;
    font-weight: bold;
    padding-right: 25px;
    color: #a31f34;
    letter-spacing: 0.02em;
  }
  #block-views-r-regions-sub-navigation-list .view-header h3:after {
    content: ':';
  }
  #block-views-r-regions-sub-navigation-list .view-content {
    float: left;
  }
  #block-views-r-regions-sub-navigation-list .view-content .item-list ul {
    margin: 0;
    padding: 0;
  }
  #block-views-r-regions-sub-navigation-list .view-content .item-list ul li {
    list-style: none;
    float: left;
    margin: 0;
    padding: 0;
  }
  #block-views-r-regions-sub-navigation-list .view-content .item-list ul li a {
    display: block;
  }
  #block-views-r-regions-sub-navigation-list .view-content a {
    text-shadow: 0 1px 1px #FFF 2px 2px rgba(0, 0, 0, 0.4);
    padding-left: 25px;
    padding-right: 25px;
  }
  #block-views-r-regions-sub-navigation-list .view-content a:hover {
    background: #dedede;
  }
}

/* Country content list */
.view-id-countries.view-display-id-block_1 {
  background: #ebebeb;
  padding: 40px 0;
}
.view-id-countries.view-display-id-block_1 .country-data {
  display: none;
}
.view-id-countries.view-display-id-block_1 .view-content {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.view-id-countries.view-display-id-block_1 .view-content:after {
  content: " ";
  display: block;
  clear: both;
}
.view-id-countries.view-display-id-block_1 .view-content h1 {
  color: #a31f34;
}

.view-display-id-countries_regions_listing .view-content .view-grouping-header {
  margin-top: 24px;
  margin-bottom: 24px;
  text-align: center;
  color: #0e2748;
}
.view-display-id-countries_regions_listing .view-content .region > h4 {
  color: #0e2748;
  font-weight: normal;
}
.view-display-id-countries_regions_listing .view-content .region > h4 {
  padding: 0 40px;
}
.view-display-id-countries_regions_listing .view-content .region .country h3,
.view-display-id-countries_regions_listing .view-content .region .country .description {
  padding: 10px 40px;
  margin: 0;
}
.view-display-id-countries_regions_listing .view-content .region .country h3 p,
.view-display-id-countries_regions_listing .view-content .region .country .description p {
  margin: 0 0 20px 0;
}
.view-display-id-countries_regions_listing .view-content .region .country h3:hover {
  cursor: pointer;
}
.view-display-id-countries_regions_listing .view-content .region .description {
  display: none;
}
.view-display-id-countries_regions_listing .view-content .region .country.open {
  background: #ebebeb;
}
.view-display-id-countries_regions_listing .view-content .region .country.open .description {
  display: block;
}
.view-display-id-countries_regions_listing .view-content .region .body {
  display: none;
}
.view-display-id-countries_regions_listing .view-content .region ul.region-item {
  list-style: none;
  margin: 0;
  padding: 0;
}
.view-display-id-countries_regions_listing .view-content .region ul.region-item.current-program li h3, .view-display-id-countries_regions_listing .view-content .region ul.region-item.previous-program li h3 {
  color: #a31f34;
}
.view-display-id-countries_regions_listing .view-content .region ul.region-item.current-program li h3:after, .view-display-id-countries_regions_listing .view-content .region ul.region-item.previous-program li h3:after {
  content: " u";
  color: #656565;
}
.view-display-id-countries_regions_listing .view-content .region ul.region-item.previous-program li h3 {
  color: #656565;
}
.view-display-id-countries_regions_listing .view-content .region ul.region-item li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.view-display-id-countries_regions_listing .view-content .region ul.region-item li .learn-more {
  display: block;
}
.view-display-id-countries_regions_listing .view-content .region ul.region-item li .learn-more a:after {
  content: " >";
}
@media (min-width: 959px) {
  .view-display-id-countries_regions_listing .view-content .view-grouping-header,
  .view-display-id-countries_regions_listing .view-content .description,
  .view-display-id-countries_regions_listing .view-content .region > h4,
  .view-display-id-countries_regions_listing .view-content .country {
    display: none;
  }
  .view-display-id-countries_regions_listing .view-content .view-grouping-content {
    background: #ebebeb;
    padding: 0;
  }
  .view-display-id-countries_regions_listing .view-content .view-grouping-content .region {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  .view-display-id-countries_regions_listing .view-content .view-grouping-content .region:after {
    content: " ";
    display: block;
    clear: both;
  }
  .view-display-id-countries_regions_listing .view-content .view-grouping-content .region ul.region-item.current-program li h3, .view-display-id-countries_regions_listing .view-content .view-grouping-content .region ul.region-item.previous-program li h3 {
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 24px;
    padding: 0;
    color: #a31f34;
  }
  .view-display-id-countries_regions_listing .view-content .view-grouping-content .region ul.region-item.current-program li h3:after, .view-display-id-countries_regions_listing .view-content .view-grouping-content .region ul.region-item.previous-program li h3:after {
    content: "";
  }
  .view-display-id-countries_regions_listing .view-content .view-grouping-content .region .country.open {
    display: block;
    padding: 40px 0 !important;
  }
  .view-display-id-countries_regions_listing .view-content .view-grouping-content .region .country.open .description {
    display: none;
  }
  .view-display-id-countries_regions_listing .view-content .view-grouping-content .region .country.open,
  .view-display-id-countries_regions_listing .view-content .view-grouping-content .region .country.open .body {
    position: relative;
    display: block;
  }
  .view-display-id-countries_regions_listing .view-content .view-grouping-content .region .country.open .learn-more,
  .view-display-id-countries_regions_listing .view-content .view-grouping-content .region .country.open .body .learn-more {
    padding-bottom: 40px;
    border-bottom: 1px solid #D0D0D0;
  }
  .view-display-id-countries_regions_listing .view-content .view-grouping-content .region .country.open .learn-more a,
  .view-display-id-countries_regions_listing .view-content .view-grouping-content .region .country.open .body .learn-more a {
    border-bottom: 1px solid;
  }
  .view-display-id-countries_regions_listing .view-content .view-grouping-content .region .country.open .learn-more a:hover,
  .view-display-id-countries_regions_listing .view-content .view-grouping-content .region .country.open .body .learn-more a:hover {
    text-decoration: none;
  }
  .view-display-id-countries_regions_listing .view-content .view-grouping-content .region .country.open .learn-more a:after,
  .view-display-id-countries_regions_listing .view-content .view-grouping-content .region .country.open .body .learn-more a:after {
    content: "";
  }
  .view-display-id-countries_regions_listing .view-content .view-grouping-content .region .country a.back-to-map-view {
    background: #a31f34;
    color: #FFF;
    padding: 10px 20px;
    margin: 45px auto;
    width: 23%;
    display: block;
    text-align: center;
    font-size: 16px;
    padding: 8px 15px;
  }
  .view-display-id-countries_regions_listing .view-content .view-grouping-content .region .country a.back-to-map-view:before {
    content: "";
    display: block;
    width: 34%;
    left: 0;
    height: 1px;
    border-bottom: 1px solid #D0D0D0;
    position: absolute;
    margin-top: 13px;
  }
  .view-display-id-countries_regions_listing .view-content .view-grouping-content .region .country a.back-to-map-view:after {
    content: "";
    display: block;
    width: 34%;
    right: 0;
    height: 1px;
    border-bottom: 1px solid #D0D0D0;
    position: absolute;
    margin-top: -12px;
  }
}

/* jVECTORMAP */
#GeoMapRegions {
  margin-bottom: 20px;
  width: 100%;
  height: 700px;
  position: relative;
}
@media (max-width: 958px) {
  #GeoMapRegions {
    display: none;
  }
}
#GeoMapRegions ul.legend {
  margin: 0;
  padding: 0;
  bottom: -20px;
  right: 60px;
  width: 200px;
  position: absolute;
  z-index: 2;
}
#GeoMapRegions ul.legend li {
  list-style: none;
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  margin: 0 0 10px 0;
}
#GeoMapRegions ul.legend li:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 20px;
  vertical-align: bottom;
}
#GeoMapRegions ul.legend li.current-program:before {
  background-color: #0e2748;
}
#GeoMapRegions ul.legend li.previous-program:before {
  background-color: #B7B7B7;
}
#GeoMapRegions ul.legend li.no-program:before {
  background-color: #ebebeb;
}

.jvectormap-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.jvectormap-tip {
  position: absolute;
  display: none;
  border: solid 1px #CDCDCD;
  border-radius: 3px;
  background: #292929;
  color: white;
  font-family: sans-serif, Verdana;
  font-size: smaller;
  padding: 3px;
}

.jvectormap-zoomin, .jvectormap-zoomout, .jvectormap-goback {
  position: absolute;
  left: 10px;
  border-radius: 3px;
  background: #292929;
  padding: 10px;
  color: white;
  cursor: pointer;
  line-height: 10px;
  text-align: center;
}

.jvectormap-zoomin {
  top: 10px;
}

.jvectormap-zoomout {
  top: 50px;
}

.jvectormap-goback {
  bottom: 10px;
  z-index: 1000;
  padding: 6px;
}

.jvectormap-spinner {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: center no-repeat url(data:image/gif;base64,R0lGODlhIAAgAPMAAP///wAAAMbGxoSEhLa2tpqamjY2NlZWVtjY2OTk5Ly8vB4eHgQEBAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAIAAgAAAE5xDISWlhperN52JLhSSdRgwVo1ICQZRUsiwHpTJT4iowNS8vyW2icCF6k8HMMBkCEDskxTBDAZwuAkkqIfxIQyhBQBFvAQSDITM5VDW6XNE4KagNh6Bgwe60smQUB3d4Rz1ZBApnFASDd0hihh12BkE9kjAJVlycXIg7CQIFA6SlnJ87paqbSKiKoqusnbMdmDC2tXQlkUhziYtyWTxIfy6BE8WJt5YJvpJivxNaGmLHT0VnOgSYf0dZXS7APdpB309RnHOG5gDqXGLDaC457D1zZ/V/nmOM82XiHRLYKhKP1oZmADdEAAAh+QQJCgAAACwAAAAAIAAgAAAE6hDISWlZpOrNp1lGNRSdRpDUolIGw5RUYhhHukqFu8DsrEyqnWThGvAmhVlteBvojpTDDBUEIFwMFBRAmBkSgOrBFZogCASwBDEY/CZSg7GSE0gSCjQBMVG023xWBhklAnoEdhQEfyNqMIcKjhRsjEdnezB+A4k8gTwJhFuiW4dokXiloUepBAp5qaKpp6+Ho7aWW54wl7obvEe0kRuoplCGepwSx2jJvqHEmGt6whJpGpfJCHmOoNHKaHx61WiSR92E4lbFoq+B6QDtuetcaBPnW6+O7wDHpIiK9SaVK5GgV543tzjgGcghAgAh+QQJCgAAACwAAAAAIAAgAAAE7hDISSkxpOrN5zFHNWRdhSiVoVLHspRUMoyUakyEe8PTPCATW9A14E0UvuAKMNAZKYUZCiBMuBakSQKG8G2FzUWox2AUtAQFcBKlVQoLgQReZhQlCIJesQXI5B0CBnUMOxMCenoCfTCEWBsJColTMANldx15BGs8B5wlCZ9Po6OJkwmRpnqkqnuSrayqfKmqpLajoiW5HJq7FL1Gr2mMMcKUMIiJgIemy7xZtJsTmsM4xHiKv5KMCXqfyUCJEonXPN2rAOIAmsfB3uPoAK++G+w48edZPK+M6hLJpQg484enXIdQFSS1u6UhksENEQAAIfkECQoAAAAsAAAAACAAIAAABOcQyEmpGKLqzWcZRVUQnZYg1aBSh2GUVEIQ2aQOE+G+cD4ntpWkZQj1JIiZIogDFFyHI0UxQwFugMSOFIPJftfVAEoZLBbcLEFhlQiqGp1Vd140AUklUN3eCA51C1EWMzMCezCBBmkxVIVHBWd3HHl9JQOIJSdSnJ0TDKChCwUJjoWMPaGqDKannasMo6WnM562R5YluZRwur0wpgqZE7NKUm+FNRPIhjBJxKZteWuIBMN4zRMIVIhffcgojwCF117i4nlLnY5ztRLsnOk+aV+oJY7V7m76PdkS4trKcdg0Zc0tTcKkRAAAIfkECQoAAAAsAAAAACAAIAAABO4QyEkpKqjqzScpRaVkXZWQEximw1BSCUEIlDohrft6cpKCk5xid5MNJTaAIkekKGQkWyKHkvhKsR7ARmitkAYDYRIbUQRQjWBwJRzChi9CRlBcY1UN4g0/VNB0AlcvcAYHRyZPdEQFYV8ccwR5HWxEJ02YmRMLnJ1xCYp0Y5idpQuhopmmC2KgojKasUQDk5BNAwwMOh2RtRq5uQuPZKGIJQIGwAwGf6I0JXMpC8C7kXWDBINFMxS4DKMAWVWAGYsAdNqW5uaRxkSKJOZKaU3tPOBZ4DuK2LATgJhkPJMgTwKCdFjyPHEnKxFCDhEAACH5BAkKAAAALAAAAAAgACAAAATzEMhJaVKp6s2nIkolIJ2WkBShpkVRWqqQrhLSEu9MZJKK9y1ZrqYK9WiClmvoUaF8gIQSNeF1Er4MNFn4SRSDARWroAIETg1iVwuHjYB1kYc1mwruwXKC9gmsJXliGxc+XiUCby9ydh1sOSdMkpMTBpaXBzsfhoc5l58Gm5yToAaZhaOUqjkDgCWNHAULCwOLaTmzswadEqggQwgHuQsHIoZCHQMMQgQGubVEcxOPFAcMDAYUA85eWARmfSRQCdcMe0zeP1AAygwLlJtPNAAL19DARdPzBOWSm1brJBi45soRAWQAAkrQIykShQ9wVhHCwCQCACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiRMDjI0Fd30/iI2UA5GSS5UDj2l6NoqgOgN4gksEBgYFf0FDqKgHnyZ9OX8HrgYHdHpcHQULXAS2qKpENRg7eAMLC7kTBaixUYFkKAzWAAnLC7FLVxLWDBLKCwaKTULgEwbLA4hJtOkSBNqITT3xEgfLpBtzE/jiuL04RGEBgwWhShRgQExHBAAh+QQJCgAAACwAAAAAIAAgAAAE7xDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfZiCqGk5dTESJeaOAlClzsJsqwiJwiqnFrb2nS9kmIcgEsjQydLiIlHehhpejaIjzh9eomSjZR+ipslWIRLAgMDOR2DOqKogTB9pCUJBagDBXR6XB0EBkIIsaRsGGMMAxoDBgYHTKJiUYEGDAzHC9EACcUGkIgFzgwZ0QsSBcXHiQvOwgDdEwfFs0sDzt4S6BK4xYjkDOzn0unFeBzOBijIm1Dgmg5YFQwsCMjp1oJ8LyIAACH5BAkKAAAALAAAAAAgACAAAATwEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GGl6NoiPOH16iZKNlH6KmyWFOggHhEEvAwwMA0N9GBsEC6amhnVcEwavDAazGwIDaH1ipaYLBUTCGgQDA8NdHz0FpqgTBwsLqAbWAAnIA4FWKdMLGdYGEgraigbT0OITBcg5QwPT4xLrROZL6AuQAPUS7bxLpoWidY0JtxLHKhwwMJBTHgPKdEQAACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GAULDJCRiXo1CpGXDJOUjY+Yip9DhToJA4RBLwMLCwVDfRgbBAaqqoZ1XBMHswsHtxtFaH1iqaoGNgAIxRpbFAgfPQSqpbgGBqUD1wBXeCYp1AYZ19JJOYgH1KwA4UBvQwXUBxPqVD9L3sbp2BNk2xvvFPJd+MFCN6HAAIKgNggY0KtEBAAh+QQJCgAAACwAAAAAIAAgAAAE6BDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfYIDMaAFdTESJeaEDAIMxYFqrOUaNW4E4ObYcCXaiBVEgULe0NJaxxtYksjh2NLkZISgDgJhHthkpU4mW6blRiYmZOlh4JWkDqILwUGBnE6TYEbCgevr0N1gH4At7gHiRpFaLNrrq8HNgAJA70AWxQIH1+vsYMDAzZQPC9VCNkDWUhGkuE5PxJNwiUK4UfLzOlD4WvzAHaoG9nxPi5d+jYUqfAhhykOFwJWiAAAIfkECQoAAAAsAAAAACAAIAAABPAQyElpUqnqzaciSoVkXVUMFaFSwlpOCcMYlErAavhOMnNLNo8KsZsMZItJEIDIFSkLGQoQTNhIsFehRww2CQLKF0tYGKYSg+ygsZIuNqJksKgbfgIGepNo2cIUB3V1B3IvNiBYNQaDSTtfhhx0CwVPI0UJe0+bm4g5VgcGoqOcnjmjqDSdnhgEoamcsZuXO1aWQy8KAwOAuTYYGwi7w5h+Kr0SJ8MFihpNbx+4Erq7BYBuzsdiH1jCAzoSfl0rVirNbRXlBBlLX+BP0XJLAPGzTkAuAOqb0WT5AH7OcdCm5B8TgRwSRKIHQtaLCwg1RAAAOwAAAAAAAAAAAA==);
}

.jvectormap-legend-title {
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}

.jvectormap-legend-cnt {
  position: absolute;
}

.jvectormap-legend-cnt-h {
  bottom: 0;
  right: 0;
}

.jvectormap-legend-cnt-v {
  top: 0;
  right: 0;
}

.jvectormap-legend {
  background: black;
  color: white;
  border-radius: 3px;
}

.jvectormap-legend-cnt-h .jvectormap-legend {
  float: left;
  margin: 0 10px 10px 0;
  padding: 3px 3px 1px 3px;
}

.jvectormap-legend-cnt-h .jvectormap-legend .jvectormap-legend-tick {
  float: left;
}

.jvectormap-legend-cnt-v .jvectormap-legend {
  margin: 10px 10px 0 0;
  padding: 3px;
}

.jvectormap-legend-cnt-h .jvectormap-legend-tick {
  width: 40px;
}

.jvectormap-legend-cnt-h .jvectormap-legend-tick-sample {
  height: 15px;
}

.jvectormap-legend-cnt-v .jvectormap-legend-tick-sample {
  height: 20px;
  width: 20px;
  display: inline-block;
  vertical-align: middle;
}

.jvectormap-legend-tick-text {
  font-size: 12px;
}

.jvectormap-legend-cnt-h .jvectormap-legend-tick-text {
  text-align: center;
}

.jvectormap-legend-cnt-v .jvectormap-legend-tick-text {
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
  padding-left: 3px;
}

body.page-news-and-resource #title-wrapper {
  margin-bottom: 0;
}

.view-display-id-news_resources_page .view-header .intro-text:first-child {
  margin-top: 0;
}
.view-display-id-news_resources_page .view-header P {
  max-width: 900px;
}
.view-display-id-news_resources_page .toggle-button {
  display: none;
}
.view-display-id-news_resources_page .featured-resource .featured-item {
  color: #FFF;
  background-color: #e3e3e3;
}
.view-display-id-news_resources_page .featured-resource .featured-item img {
  vertical-align: top;
}
.view-display-id-news_resources_page .featured-resource .featured-item:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.view-display-id-news_resources_page .featured-resource .featured-item .reference-type {
  font-size: 20px;
  font-weight: bold;
  border-top: #3d4e65 3px solid;
  color: #3d4e65;
  padding-top: 0.5em;
  margin-bottom: 25px;
}
@media (max-width: 958px) {
  .view-display-id-news_resources_page .featured-resource .featured-item .reference-type {
    padding-top: 0;
    border-top: none;
  }
}
.view-display-id-news_resources_page .featured-resource .featured-item .featured-details {
  padding: 25px;
}
.view-display-id-news_resources_page .featured-resource .featured-item .featured-details h3 {
  margin-bottom: 25px;
}
.view-display-id-news_resources_page .featured-resource .featured-item .featured-details h3 a {
  color: #373537;
  text-decoration: none;
}
@media (min-width: 959px) {
  .view-display-id-news_resources_page .featured-resource .featured-item .featured-details {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .view-display-id-news_resources_page .featured-resource .featured-item .featured-details {
    padding: 35px;
  }
}
.view-display-id-news_resources_page .featured-resource .featured-item .read-more a {
  display: inline-block;
  position: relative;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.5s ease;
  padding: 12px;
  margin: 0 10px 24px 0;
  background-color: transparent;
  font-size: 15px;
  font-family: "azo-sans-web", sans-serif;
  font-weight: bold;
  color: #006eaf;
  line-height: 1.7em;
  border-width: 1;
  border-style: solid;
  border-radius: 1;
  padding-left: 0;
}
.view-display-id-news_resources_page .featured-resource .featured-item .read-more a:visited, .view-display-id-news_resources_page .featured-resource .featured-item .read-more a:link {
  color: #006eaf;
}
@media (max-width: 958px) {
  .view-display-id-news_resources_page .featured-resource .featured-item .read-more a {
    font-size: 15px;
    padding: 9.23077px 10px;
  }
}
.view-display-id-news_resources_page .featured-resource .featured-item .read-more a:hover, .view-display-id-news_resources_page .featured-resource .featured-item .read-more a:focus {
  border-color: transparent;
  background-color: transparent;
  color: #a31f34;
  text-decoration: none;
}
@media (min-width: 959px) {
  .view-display-id-news_resources_page .featured-resource .featured-item {
    margin-bottom: 60px;
  }
  .view-display-id-news_resources_page .featured-resource .featured-item .featured-image {
    width: 70%;
    float: left;
  }
  .view-display-id-news_resources_page .featured-resource .featured-item .featured-details {
    float: right;
    width: 30%;
    margin-left: 0%;
  }
}
.view-display-id-news_resources_page .view-filters {
  margin-top: 45px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
.view-display-id-news_resources_page .view-filters form:before {
  content: "Filter By:";
  color: #a31f34;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  padding: 20px 20px 20px 0;
  float: left;
}
.view-display-id-news_resources_page .views-exposed-widgets {
  margin: 0;
}
.view-display-id-news_resources_page .views-exposed-form .views-widget {
  display: none;
}
.view-display-id-news_resources_page .views-exposed-form .views-exposed-widget {
  padding: 20px;
  position: relative;
  font-family: "azo-sans-web", sans-serif;
}
.view-display-id-news_resources_page .views-exposed-form .views-exposed-widget .form-type-bef-link {
  line-height: 1.2;
  padding: 5px 0;
}
.view-display-id-news_resources_page .views-exposed-form .views-exposed-widget label {
  font-weight: normal;
  text-transform: uppercase;
}
.view-display-id-news_resources_page .views-exposed-form .views-exposed-widget label:after {
  content: "g";
  font-family: "iri" !important;
  text-rendering: geometricPrecision;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-variant: normal !important;
  line-height: 1;
  font-size: 110%;
  vertical-align: -0.2em;
  color: #B7B7B7;
}
@media (min-width: 959px) {
  .view-display-id-news_resources_page .views-exposed-form .views-exposed-widget:hover, .view-display-id-news_resources_page .views-exposed-form .views-exposed-widget:hover label {
    cursor: pointer;
  }
  .view-display-id-news_resources_page .views-exposed-form .views-exposed-widget:hover .views-widget {
    display: block;
    position: absolute;
    z-index: 5;
    top: 100%;
    background: #ebebeb;
    padding: 20px;
    min-width: 300px;
    max-height: 410px;
    overflow: scroll;
  }
  .view-display-id-news_resources_page .views-exposed-form .views-exposed-widget:hover .views-widget a {
    color: #656565;
  }
  .view-display-id-news_resources_page .views-exposed-form .views-exposed-widget:hover .views-widget a:hover {
    color: #FFF;
  }
}
.view-display-id-news_resources_page .view-empty {
  text-align: center;
  color: #999;
  margin-top: 120px;
  margin-bottom: 200px;
}
.view-display-id-news_resources_page .view-content .item {
  padding: 40px 0;
  border-bottom: 1px solid #ebebeb;
}
.view-display-id-news_resources_page .view-content .item .meta, .view-display-id-news_resources_page .view-content .item h2 {
  max-width: 900px;
}
.view-display-id-news_resources_page .view-content .item .meta {
  color: #58585b;
  font-size: 14px;
  font-family: "azo-sans-web", sans-serif;
  margin: 4px 0;
  display: inline-block;
}
.view-display-id-news_resources_page .view-content .item .meta .type:after {
  content: "";
  display: inline-block;
  height: 12px;
  border-right: 1px solid #4F4F4F;
  padding-right: 10px;
  margin-right: 10px;
}
.view-display-id-news_resources_page .view-content .item .meta .date {
  text-transform: uppercase;
}
.view-display-id-news_resources_page .view-content .item .meta .date + .download .file {
  padding-left: 10px;
}
.view-display-id-news_resources_page .view-content .item .meta .file img, .view-display-id-news_resources_page .view-content .item .meta .file .file-size {
  display: none;
}
.view-display-id-news_resources_page .view-content .item .meta .file a {
  background: #B7B7B7;
  color: #FFF;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  font-size: 12px;
  padding: 2px 10px;
  line-height: 1;
  top: -2px;
  font-weight: bold;
}
.view-display-id-news_resources_page .view-content .item h2 a {
  font-size: 34px;
  line-height: 1.7em;
  font-family: "Times New Roman", Times, serif;
  color: #0c223f;
  line-height: 1.4;
}
@media (max-width: 958px) {
  .view-display-id-news_resources_page .view-content .item h2 a {
    font-size: 24px;
  }
}
.view-display-id-news_resources_page .view-content .item .description p:last-child {
  margin-bottom: 0;
}

@media (max-width: 958px) {
  .views-submit-button {
    display: none;
  }

  body.page-news-and-resource #main-wrapper {
    margin: 0;
    padding: 0;
  }

  .view-header .intro-text {
    padding-left: 20px;
    padding-right: 20px;
  }

  #views-exposed-form-resource-library-news-resources-page {
    margin: 0;
  }
  #views-exposed-form-resource-library-news-resources-page:before {
    display: none;
  }
  #views-exposed-form-resource-library-news-resources-page .toggle-button {
    display: block;
    z-index: 100;
    font-weight: bold;
    font-size: 19px;
    width: 100%;
    background: #F5F5F5;
    color: #a31f34;
    float: none;
    padding: 20px 20px;
    text-transform: uppercase;
    line-height: 1;
  }
  #views-exposed-form-resource-library-news-resources-page .toggle-button:hover {
    cursor: pointer;
  }
  #views-exposed-form-resource-library-news-resources-page .toggle-button.open {
    position: fixed;
    top: 0;
    border: none;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.35);
    -ms-box-shadow: 0 0 8px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.35);
  }
  #views-exposed-form-resource-library-news-resources-page .toggle-button.open:before {
    content: "g";
    font-family: "iri" !important;
    text-rendering: geometricPrecision;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: none !important;
    font-weight: normal !important;
    font-style: normal !important;
    font-variant: normal !important;
    line-height: 1;
    font-size: 110%;
    vertical-align: -0.2em;
  }
  #views-exposed-form-resource-library-news-resources-page .toggle-button:after {
    content: ':';
  }
  #views-exposed-form-resource-library-news-resources-page .views-exposed-form .views-exposed-widget,
  #views-exposed-form-resource-library-news-resources-page .toggle-button {
    border-bottom: 1px solid #B7B7B7;
  }
  #views-exposed-form-resource-library-news-resources-page .views-exposed-form .views-exposed-widget {
    float: none;
    font-size: 18px;
    position: static;
  }
  #views-exposed-form-resource-library-news-resources-page .views-exposed-form .views-exposed-widget#edit-language-wrapper, #views-exposed-form-resource-library-news-resources-page .views-exposed-form .views-exposed-widget:last-child {
    border-bottom: none;
  }
  #views-exposed-form-resource-library-news-resources-page .views-exposed-form .views-exposed-widget label {
    color: #0e2748;
  }
  #views-exposed-form-resource-library-news-resources-page .views-exposed-form .views-exposed-widget label:after {
    content: "g";
  }
  #views-exposed-form-resource-library-news-resources-page .views-exposed-form .views-exposed-widget .views-widget {
    z-index: 99;
    position: fixed;
    top: 59px;
    right: 0;
    background: #FFF;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    width: 90%;
    height: 80%;
    height: 100vh;
    padding: 25px;
    overflow-y: auto;
  }
  #views-exposed-form-resource-library-news-resources-page .views-exposed-form .views-exposed-widget .views-widget .edit-field-resource-date-value-value-wrapper {
    height: 100%;
  }
  #views-exposed-form-resource-library-news-resources-page .views-exposed-form .views-exposed-widget .views-widget a {
    color: #0e2748;
    display: block;
    padding: 5px 0;
  }
  #views-exposed-form-resource-library-news-resources-page .views-exposed-form .views-exposed-widget .views-widget .form-item.selected {
    background: #EEE;
  }
  #views-exposed-form-resource-library-news-resources-page .views-exposed-form .views-exposed-widget.open .views-widget {
    display: block;
  }

  .view-display-id-news_resources_page .view-content .item {
    padding: 20px;
  }
}
.node-type-resource #content-top .block-sharethis {
  padding-top: 0;
  padding-bottom: 0;
  z-index: 2;
  position: relative;
  top: 77px;
}
.node-type-resource #content-top .block-sharethis:after {
  clear: none;
}
@media (max-width: 958px) {
  .node-type-resource #content-top .block-sharethis {
    top: 47px;
  }
}
.node-type-resource #content-top .block-sharethis .content:after {
  clear: none;
}
.node-type-resource #content-top .block-sharethis .sharethis-wrapper {
  float: right;
}

.search-results {
  max-width: 900px;
}
.search-results .title {
  margin-bottom: 10px;
  font-family: "Times New Roman", Times, serif;
  line-height: 1.4;
  font-size: 34px;
  line-height: 1.7em;
  font-family: "Times New Roman", Times, serif;
}
@media (max-width: 958px) {
  .search-results .title {
    font-size: 24px;
  }
}
.search-results .title a {
  color: #0c223f;
}
.search-results li {
  margin: 0;
  margin-bottom: 25px;
  border-bottom: 1px solid #ebebeb;
}
.search-results li:last-child {
  border-bottom: none;
}
.search-results .search-snippet-info {
  padding-left: 0;
}

.page-search #content .search-form input[type="text"] {
  margin-bottom: 0;
}
@media (max-width: 639px) {
  .page-search #content .search-form input[type="text"] {
    width: 100%;
    margin-bottom: 10px;
  }
}
.page-search #content .search-form input[type="submit"] {
  margin: 0;
  vertical-align: bottom;
  display: inline;
}
@media (min-width: 959px) {
  .page-search #content .search-form input[type="submit"] {
    padding: 8px 11px;
  }
}
.page-search #content .search-form > div > .container-inline {
  margin-bottom: 30px;
}
.page-search #content .search-form > div > .container-inline .form-item label {
  display: block;
  margin-bottom: 10px;
}

.vocabulary-country > h2 {
  display: none;
}

@media (min-width: 640px) {
  .one-sidebar.sidebar-first #content {
    width: 73%;
    border-right: none;
  }
  .one-sidebar.sidebar-first #sidebar-first {
    width: 25%;
  }
}

.page-country .learn-more-about {
  margin: 25px 0;
}
.page-country .learn-more-about a {
  min-width: 50%;
}

ul.pager {
  margin-top: 35px;
}

.view-id-taxonomy_term .view-content a {
  font-size: 34px;
  line-height: 1.7em;
  font-family: "Times New Roman", Times, serif;
  color: #24408e;
  line-height: 1.4;
  display: block;
}
@media (max-width: 958px) {
  .view-id-taxonomy_term .view-content a {
    font-size: 24px;
  }
}
.view-id-taxonomy_term .view-content .field-content + .separator {
  display: none;
}
.view-id-taxonomy_term .view-content .views-row {
  max-width: 900px;
  padding: 40px 0;
  border-bottom: 1px solid #ebebeb;
}
.view-id-taxonomy_term .view-content .views-row:last-child {
  border-bottom: none;
}
.view-id-taxonomy_term .view-content .views-field-field-ref-type,
.view-id-taxonomy_term .view-content .views-field-field-date {
  font-size: 15px;
  line-height: 1.7em;
  font-family: "azo-sans-web", sans-serif;
}
.view-id-taxonomy_term .view-content .views-field-field-date {
  text-transform: uppercase;
}

.node-type-web-story #content-top .block-sharethis {
  padding-top: 0;
  padding-bottom: 0;
  z-index: 2;
  position: relative;
  top: 77px;
}
.node-type-web-story #content-top .block-sharethis:after {
  clear: none;
}
@media (max-width: 958px) {
  .node-type-web-story #content-top .block-sharethis {
    top: 47px;
  }
}
.node-type-web-story #content-top .block-sharethis .content:after {
  clear: none;
}
.node-type-web-story #content-top .block-sharethis .sharethis-wrapper {
  float: right;
}
.node-type-web-story .field-name-field-tags {
  padding-bottom: 0;
}
.node-type-web-story .flippy {
  margin-bottom: 50px;
  overflow: hidden;
  border-top: 1px solid #EFEFEF;
  border-bottom: 1px solid #EFEFEF;
  padding-top: 15px;
  padding-bottom: 15px;
  list-style-type: none;
}
.node-type-web-story .flippy li {
  list-style-type: none;
  margin: 0;
}
.node-type-web-story .flippy li a {
  display: block;
  min-height: 130px;
  padding: 20px 25px 5px 25px;
}
.node-type-web-story .flippy .prev {
  padding: 0 3% 0 3%;
}
@media (min-width: 959px) {
  .node-type-web-story .flippy .prev {
    float: left;
    width: 49.9%;
    padding: 0 5% 0 7%;
  }
}
.node-type-web-story .flippy .next {
  padding: 0 3% 0 3%;
}
@media (min-width: 959px) {
  .node-type-web-story .flippy .next {
    float: right;
    width: 49.9%;
    border-left: 1px solid #EFEFEF;
    padding: 0 7% 0 3%;
  }
}
.node-type-web-story .flippy .pager-top {
  font-size: 12px;
  margin-bottom: 8px;
  color: #4f4f4f;
  letter-spacing: 0.05em;
}
.node-type-web-story .flippy .pager-title {
  line-height: 1.4;
}
.node-type-web-story .flippy .pager-title:after {
  content: " >";
}

.full-width {
  width: 100%;
}

hr.three-dots {
  border: 0;
  border-top: 1px solid #C9C9C9;
}
hr.three-dots:after {
  content: "···";
  color: #C9C9C9;
  letter-spacing: 1em;
  padding-left: 1em;
  height: 0;
}

.text-byline {
  text-transform: uppercase;
  font-size: 55%;
  white-space: nowrap;
}

@media (min-width: 959px) {
  .show-mobile {
    display: none;
  }
}

@media (min-width: 0) and (max-width: 958px) {
  .hide-mobile {
    display: none;
  }
}

@media (min-width: 959px) {
  .hide-primary-up {
    display: none;
  }
}

@media (max-width: 958px) {
  .hide-primary {
    display: none;
  }
}

@media (max-width: 1199px) {
  .hide-large {
    display: none;
  }
}

@media (min-width: 1200px) {
  .hide-large-up {
    display: none;
  }
}

.hide-v {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.hide-v.is-focusable:active, .hide-v.is-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

@media (min-width: 959px) {
  .hide-primary-up-v {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .hide-primary-up-v.is-focusable:active, .hide-primary-up-v.is-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
  }
}

@media (max-width: 958px) {
  .hide-primary-v {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .hide-primary-v.is-focusable:active, .hide-primary-v.is-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
  }
}

body:before, body:after {
  display: none;
}
